@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.content {
  width: 100%;
  float: none; }

.content__region {
  max-width: none; }

.content__attachments {
  display: none; }

.hero {
  min-height: 420px;
  max-height: calc(100vh - 200px);
  height: 70vw; }

.hero__down__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: absolute;
  bottom: clamp(55px, 9vw, 105px);
  left: 5%;
  z-index: 4; }
  .hero__down__container p {
    margin: 0;
    color: #fff;
    font-size: 0.75em;
    line-height: 1.33333em; }

.hero__content {
  position: absolute;
  left: 5%;
  bottom: clamp(130px, 20vw, 190px);
  z-index: 4; }

.hero__text__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px; }

.hero__text__item {
  font-size: 1.25em;
  font-weight: 700;
  font-family: "Museo", serif;
  margin: 0;
  color: #fff;
  line-height: 1.21053em;
  opacity: 0; }
  @media all and (min-width: 415px) {
    .hero__text__item {
      font-size: 1.5625em; } }
  .hero__text__item .lte-ie8 {
    font-size: 1.5625em; }
  @media all and (min-width: 769px) {
    .hero__text__item {
      font-size: 1.875em; } }
  .hero__text__item .lte-ie8 {
    font-size: 1.875em; }
  @media all and (min-width: 1025px) {
    .hero__text__item {
      font-size: 2.125em; } }
  @media all and (min-width: 1301px) {
    .hero__text__item {
      font-size: 2.375em; } }
  .hero__text__item.loaded {
    opacity: 1; }
    .hero__text__item.loaded span {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
  .hero__text__item.animated:not(.active) {
    opacity: 0.5;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s; }
  .hero__text__item.animated.active {
    opacity: 1; }
  .hero__text__item span {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    -o-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
    margin: 0 5px; }
    .hero__text__item span:nth-child(1) {
      font-weight: 700; }
  .hero__text__item:nth-child(1) span:nth-child(1) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  .hero__text__item:nth-child(1) span:nth-child(2) {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s; }
  .hero__text__item:nth-child(1) span:nth-child(3) {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s; }
  .hero__text__item:nth-child(1) span:nth-child(4) {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s; }
  .hero__text__item:nth-child(1) span:nth-child(5) {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s; }
  .hero__text__item:nth-child(1) span:nth-child(6) {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s; }
  .hero__text__item:nth-child(1) span:nth-child(7) {
    -webkit-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s; }
  .hero__text__item:nth-child(1) span:nth-child(8) {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s; }
  .hero__text__item:nth-child(1) span:nth-child(9) {
    -webkit-transition-delay: 1.9s;
    -o-transition-delay: 1.9s;
    transition-delay: 1.9s; }
  .hero__text__item:nth-child(1) span:nth-child(10) {
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s; }
  .hero__text__item:nth-child(1) span:nth-child(11) {
    -webkit-transition-delay: 2.1s;
    -o-transition-delay: 2.1s;
    transition-delay: 2.1s; }
  .hero__text__item:nth-child(1) span:nth-child(12) {
    -webkit-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s; }
  .hero__text__item:nth-child(1) span:nth-child(13) {
    -webkit-transition-delay: 2.3s;
    -o-transition-delay: 2.3s;
    transition-delay: 2.3s; }
  .hero__text__item:nth-child(1) span:nth-child(14) {
    -webkit-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s; }
  .hero__text__item:nth-child(1) span:nth-child(15) {
    -webkit-transition-delay: 2.5s;
    -o-transition-delay: 2.5s;
    transition-delay: 2.5s; }
  .hero__text__item:nth-child(1) span:nth-child(16) {
    -webkit-transition-delay: 2.6s;
    -o-transition-delay: 2.6s;
    transition-delay: 2.6s; }
  .hero__text__item:nth-child(1) span:nth-child(17) {
    -webkit-transition-delay: 2.7s;
    -o-transition-delay: 2.7s;
    transition-delay: 2.7s; }
  .hero__text__item:nth-child(1) span:nth-child(18) {
    -webkit-transition-delay: 2.8s;
    -o-transition-delay: 2.8s;
    transition-delay: 2.8s; }
  .hero__text__item:nth-child(1) span:nth-child(19) {
    -webkit-transition-delay: 2.9s;
    -o-transition-delay: 2.9s;
    transition-delay: 2.9s; }
  .hero__text__item:nth-child(1) span:nth-child(20) {
    -webkit-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s; }
  .hero__text__item:nth-child(2) span:nth-child(1) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .hero__text__item:nth-child(2) span:nth-child(2) {
    -webkit-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s; }
  .hero__text__item:nth-child(2) span:nth-child(3) {
    -webkit-transition-delay: 2.3s;
    -o-transition-delay: 2.3s;
    transition-delay: 2.3s; }
  .hero__text__item:nth-child(2) span:nth-child(4) {
    -webkit-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s; }
  .hero__text__item:nth-child(2) span:nth-child(5) {
    -webkit-transition-delay: 2.5s;
    -o-transition-delay: 2.5s;
    transition-delay: 2.5s; }
  .hero__text__item:nth-child(2) span:nth-child(6) {
    -webkit-transition-delay: 2.6s;
    -o-transition-delay: 2.6s;
    transition-delay: 2.6s; }
  .hero__text__item:nth-child(2) span:nth-child(7) {
    -webkit-transition-delay: 2.7s;
    -o-transition-delay: 2.7s;
    transition-delay: 2.7s; }
  .hero__text__item:nth-child(2) span:nth-child(8) {
    -webkit-transition-delay: 2.8s;
    -o-transition-delay: 2.8s;
    transition-delay: 2.8s; }
  .hero__text__item:nth-child(2) span:nth-child(9) {
    -webkit-transition-delay: 2.9s;
    -o-transition-delay: 2.9s;
    transition-delay: 2.9s; }
  .hero__text__item:nth-child(2) span:nth-child(10) {
    -webkit-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s; }
  .hero__text__item:nth-child(2) span:nth-child(11) {
    -webkit-transition-delay: 3.1s;
    -o-transition-delay: 3.1s;
    transition-delay: 3.1s; }
  .hero__text__item:nth-child(2) span:nth-child(12) {
    -webkit-transition-delay: 3.2s;
    -o-transition-delay: 3.2s;
    transition-delay: 3.2s; }
  .hero__text__item:nth-child(2) span:nth-child(13) {
    -webkit-transition-delay: 3.3s;
    -o-transition-delay: 3.3s;
    transition-delay: 3.3s; }
  .hero__text__item:nth-child(2) span:nth-child(14) {
    -webkit-transition-delay: 3.4s;
    -o-transition-delay: 3.4s;
    transition-delay: 3.4s; }
  .hero__text__item:nth-child(2) span:nth-child(15) {
    -webkit-transition-delay: 3.5s;
    -o-transition-delay: 3.5s;
    transition-delay: 3.5s; }
  .hero__text__item:nth-child(2) span:nth-child(16) {
    -webkit-transition-delay: 3.6s;
    -o-transition-delay: 3.6s;
    transition-delay: 3.6s; }
  .hero__text__item:nth-child(2) span:nth-child(17) {
    -webkit-transition-delay: 3.7s;
    -o-transition-delay: 3.7s;
    transition-delay: 3.7s; }
  .hero__text__item:nth-child(2) span:nth-child(18) {
    -webkit-transition-delay: 3.8s;
    -o-transition-delay: 3.8s;
    transition-delay: 3.8s; }
  .hero__text__item:nth-child(2) span:nth-child(19) {
    -webkit-transition-delay: 3.9s;
    -o-transition-delay: 3.9s;
    transition-delay: 3.9s; }
  .hero__text__item:nth-child(2) span:nth-child(20) {
    -webkit-transition-delay: 4s;
    -o-transition-delay: 4s;
    transition-delay: 4s; }
  .hero__text__item:nth-child(3) span:nth-child(1) {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .hero__text__item:nth-child(3) span:nth-child(2) {
    -webkit-transition-delay: 3.1s;
    -o-transition-delay: 3.1s;
    transition-delay: 3.1s; }
  .hero__text__item:nth-child(3) span:nth-child(3) {
    -webkit-transition-delay: 3.2s;
    -o-transition-delay: 3.2s;
    transition-delay: 3.2s; }
  .hero__text__item:nth-child(3) span:nth-child(4) {
    -webkit-transition-delay: 3.3s;
    -o-transition-delay: 3.3s;
    transition-delay: 3.3s; }
  .hero__text__item:nth-child(3) span:nth-child(5) {
    -webkit-transition-delay: 3.4s;
    -o-transition-delay: 3.4s;
    transition-delay: 3.4s; }
  .hero__text__item:nth-child(3) span:nth-child(6) {
    -webkit-transition-delay: 3.5s;
    -o-transition-delay: 3.5s;
    transition-delay: 3.5s; }
  .hero__text__item:nth-child(3) span:nth-child(7) {
    -webkit-transition-delay: 3.6s;
    -o-transition-delay: 3.6s;
    transition-delay: 3.6s; }
  .hero__text__item:nth-child(3) span:nth-child(8) {
    -webkit-transition-delay: 3.7s;
    -o-transition-delay: 3.7s;
    transition-delay: 3.7s; }
  .hero__text__item:nth-child(3) span:nth-child(9) {
    -webkit-transition-delay: 3.8s;
    -o-transition-delay: 3.8s;
    transition-delay: 3.8s; }
  .hero__text__item:nth-child(3) span:nth-child(10) {
    -webkit-transition-delay: 3.9s;
    -o-transition-delay: 3.9s;
    transition-delay: 3.9s; }
  .hero__text__item:nth-child(3) span:nth-child(11) {
    -webkit-transition-delay: 4s;
    -o-transition-delay: 4s;
    transition-delay: 4s; }
  .hero__text__item:nth-child(3) span:nth-child(12) {
    -webkit-transition-delay: 4.1s;
    -o-transition-delay: 4.1s;
    transition-delay: 4.1s; }
  .hero__text__item:nth-child(3) span:nth-child(13) {
    -webkit-transition-delay: 4.2s;
    -o-transition-delay: 4.2s;
    transition-delay: 4.2s; }
  .hero__text__item:nth-child(3) span:nth-child(14) {
    -webkit-transition-delay: 4.3s;
    -o-transition-delay: 4.3s;
    transition-delay: 4.3s; }
  .hero__text__item:nth-child(3) span:nth-child(15) {
    -webkit-transition-delay: 4.4s;
    -o-transition-delay: 4.4s;
    transition-delay: 4.4s; }
  .hero__text__item:nth-child(3) span:nth-child(16) {
    -webkit-transition-delay: 4.5s;
    -o-transition-delay: 4.5s;
    transition-delay: 4.5s; }
  .hero__text__item:nth-child(3) span:nth-child(17) {
    -webkit-transition-delay: 4.6s;
    -o-transition-delay: 4.6s;
    transition-delay: 4.6s; }
  .hero__text__item:nth-child(3) span:nth-child(18) {
    -webkit-transition-delay: 4.7s;
    -o-transition-delay: 4.7s;
    transition-delay: 4.7s; }
  .hero__text__item:nth-child(3) span:nth-child(19) {
    -webkit-transition-delay: 4.8s;
    -o-transition-delay: 4.8s;
    transition-delay: 4.8s; }
  .hero__text__item:nth-child(3) span:nth-child(20) {
    -webkit-transition-delay: 4.9s;
    -o-transition-delay: 4.9s;
    transition-delay: 4.9s; }

.hero__down {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  color: #1B1B1B;
  margin-right: 5px;
  position: relative;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s; }
  .hero__down svg {
    height: 21px; }
  .hero__down:hover {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  .hero__down::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 105px;
    width: 1px;
    background-color: #fff;
    z-index: -1; }

.welcome {
  padding-top: 50px; }

.welcome__watermark {
  position: absolute;
  inset: 50px 0 0 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left top;
  z-index: -1; }

.welcome__inner {
  position: relative;
  z-index: 5; }

.welcome__item__intro {
  font-size: 1.125em;
  line-height: 1.35714em;
  margin: 0 auto 3.21429em;
  max-width: 764px;
  font-family: "Museo", serif;
  font-weight: 300; }
  @media all and (min-width: 769px) {
    .welcome__item__intro {
      font-size: 1.4375em; } }
  .welcome__item__intro .lte-ie8 {
    font-size: 1.4375em; }
  @media all and (min-width: 1301px) {
    .welcome__item__intro {
      font-size: 1.75em; } }
  .welcome__item__intro strong {
    font-weight: 700; }

.welcome__item__title {
  margin: 0 0 0.625em; }

.welcome__item__text {
  margin: 0 0 1.875em;
  line-height: 1.75em; }

.welcome__item__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px; }
  .welcome__item__buttons .button__link:nth-child(2) a {
    background-color: #fff;
    color: #b43d3f; }
    .welcome__item__buttons .button__link:nth-child(2) a:hover {
      background-color: #b43d3f;
      color: #fff; }
  .welcome__item__buttons .button__link a[href=""] {
    display: none; }

.welcome__item__right {
  width: 100%;
  max-width: 554px;
  margin: 30px auto 0; }

.welcome__item__image {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%; }
  .welcome__item__image .lazy__load__img {
    border-radius: 50%;
    overflow: hidden; }

.welcome__curve {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 296px;
  z-index: 1; }
  .welcome__curve path {
    fill: #CD171A; }

@media all and (min-width: 769px) {
  .welcome {
    padding-top: 90px; }
  .welcome__item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .welcome__item__left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    z-index: 2; }
  .welcome__item__right {
    width: 47.10884%;
    max-width: 554px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 32px; } }

.lte-ie8 .welcome {
  padding-top: 90px; }

.lte-ie8 .welcome__item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.lte-ie8 .welcome__item__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  z-index: 2; }

.lte-ie8 .welcome__item__right {
  width: 47.10884%;
  max-width: 554px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 32px; }

@media all and (min-width: 1025px) {
  .welcome__item__right {
    margin-left: 60px; } }

.where__next {
  padding: 50px 0; }

#where__next__text {
  margin: 2em 0 3.4em; }

.where__next__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px; }

.where__next__item {
  background-color: #FAFAFA;
  width: 100%;
  aspect-ratio: 249/350;
  border: 2px solid #FAFAFA;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .where__next__item:hover .where__next__item__image::after {
    height: 80%; }
  .where__next__item:hover .button__link {
    margin: 33px 0 0;
    opacity: 1;
    visibility: visible; }

.where__next__item__image::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 199px;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 110, 163, 0)), to(#CD171A));
  background: -webkit-linear-gradient(rgba(0, 110, 163, 0) 0%, #CD171A 100%);
  background: -o-linear-gradient(rgba(0, 110, 163, 0) 0%, #CD171A 100%);
  background: linear-gradient(rgba(0, 110, 163, 0) 0%, #CD171A 100%);
  opacity: 0.9;
  -webkit-transition: height 0.4s;
  -o-transition: height 0.4s;
  transition: height 0.4s; }

.where__next__item__content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 20px 30px; }
  .where__next__item__content .button__link {
    margin-bottom: -62px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s, visibility 0.4s, margin 0.4s;
    -o-transition: opacity 0.4s, visibility 0.4s, margin 0.4s;
    transition: opacity 0.4s, visibility 0.4s, margin 0.4s; }
    .where__next__item__content .button__link span {
      background-color: transparent;
      color: #FAFAFA;
      border-color: #FAFAFA; }

.where__next__item__title {
  margin: 0;
  font-family: "Museo", serif;
  font-weight: 700;
  line-height: 1.17857em; }
  @media all and (min-width: 415px) {
    .where__next__item__title {
      font-size: 1.125em; } }
  .where__next__item__title .lte-ie8 {
    font-size: 1.125em; }
  @media all and (min-width: 1025px) {
    .where__next__item__title {
      font-size: 1.5em; } }
  @media all and (min-width: 1301px) {
    .where__next__item__title {
      font-size: 1.75em; } }

@media all and (min-width: 769px) {
  .where__next {
    padding: 85px 0 20px;
    z-index: 4; }
    .where__next::before {
      content: "";
      height: 100%;
      max-height: 900px;
      display: block;
      position: absolute;
      top: -65px;
      right: -120px;
      aspect-ratio: 1/1;
      background-image: url("/_site/images/design/watermark.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      z-index: 0; }
  .where__next__list {
    gap: 60px; }
  .where__next__item {
    width: calc( 50% - 30px); } }

.lte-ie8 .where__next {
  padding: 85px 0 20px;
  z-index: 4; }
  .lte-ie8 .where__next::before {
    content: "";
    height: 100%;
    max-height: 900px;
    display: block;
    position: absolute;
    top: -65px;
    right: -120px;
    aspect-ratio: 1/1;
    background-image: url("/_site/images/design/watermark.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0; }

.lte-ie8 .where__next__list {
  gap: 60px; }

.lte-ie8 .where__next__item {
  width: calc( 50% - 30px); }

@media all and (min-width: 1025px) {
  .where__next::before {
    width: 900px;
    height: auto; }
  .where__next__item {
    width: calc( 25% - 45px); } }

.twitter {
  padding-bottom: 50px;
  text-align: center;
  min-height: 364px; }
  .twitter::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    background-color: #FAFAFA; }

@media (max-width: 768px) {
  .twitter {
    min-height: 134px; } }

.twitter__inner {
  border: 2px solid #FAFAFA;
  background-color: #1da1f2;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 45px 20px;
  -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15); }
  .twitter__inner > .svg-inline--fa {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.1;
    height: calc(100% - 40px);
    width: auto;
    z-index: 0; }
  .twitter__inner .button__link a {
    background-color: #1da1f2;
    color: #FAFAFA;
    border-color: #FAFAFA; }

.twitter__icon {
  position: relative;
  z-index: 1;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  color: #1da1f2; }

.twitter__title {
  margin: 15px 0 30px; }

.twitter__curve {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  max-height: 238px; }

@media all and (min-width: 769px) {
  .twitter {
    padding-bottom: 90px; }
    .twitter::after {
      height: 119px; }
  .twitter__inner {
    padding: 90px 20px; }
  .twitter__curve {
    bottom: 119px; } }

.lte-ie8 .twitter {
  padding-bottom: 90px; }
  .lte-ie8 .twitter::after {
    height: 119px; }

.lte-ie8 .twitter__inner {
  padding: 90px 20px; }

.lte-ie8 .twitter__curve {
  bottom: 119px; }

.map {
  position: relative;
  z-index: 3; }

.map__header__content {
  margin-bottom: 50px; }

#map_canvas.map__container {
  height: 70vw;
  max-height: 625px; }

.map__curve {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 101.627px;
  z-index: 3;
  pointer-events: none; }

.map__contact {
  padding: 30px;
  text-align: center; }

.map__header__title {
  margin: 0 0 30px; }

.map__text {
  line-height: 1.75em;
  margin: 0 0 30px; }
  .map__text:not(:empty)::before {
    border-radius: 50%;
    font-family: fontAwesome;
    font-weight: 700;
    height: 30px;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(205, 23, 26, 0.2);
    color: #CD171A;
    font-size: 0.9375em;
    margin: 0 auto 10px; }

.map__address:not(:empty)::before {
  content: "\f3c5"; }

.map__phone:not(:empty)::before {
  content: "\f095"; }

.map__email[href=""] {
  display: none; }

.map__email:not(:empty)::before {
  content: "\f0e0"; }

.map__email a {
  color: #b43d3f;
  font-weight: 700;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  word-break: break-all;
  line-height: 0.8em;
  display: inline-block;
  white-space: nowrap; }
  .map__email a:hover {
    color: #CD171A; }

@media all and (min-width: 769px) {
  #map_canvas.map__container {
    position: absolute;
    inset: 0;
    height: auto;
    max-height: none; }
  .map__inner {
    padding: 130px 0 75px;
    visibility: hidden; }
  .map__contact {
    visibility: visible;
    background-color: #FAFAFA;
    border-radius: 8px;
    width: 29.83051%;
    min-width: 300px;
    max-width: 352px;
    -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
    text-align: left; }
  .map__text {
    padding-left: 45px;
    position: relative; }
    .map__text::before {
      margin: 0;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .map__text.map__address::before {
      top: 0;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); } }

.lte-ie8 #map_canvas.map__container {
  position: absolute;
  inset: 0;
  height: auto;
  max-height: none; }

.lte-ie8 .map__inner {
  padding: 130px 0 75px;
  visibility: hidden; }

.lte-ie8 .map__contact {
  visibility: visible;
  background-color: #FAFAFA;
  border-radius: 8px;
  width: 29.83051%;
  min-width: 300px;
  max-width: 352px;
  -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
  text-align: left; }

.lte-ie8 .map__text {
  padding-left: 45px;
  position: relative; }
  .lte-ie8 .map__text::before {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .lte-ie8 .map__text.map__address::before {
    top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
