@import "https://vanessabus.com.au/vp_design/assets/icons/style.css";
@import url("https://use.typekit.net/sbr0pde.css");
@import url("https://use.typekit.net/jdw5swp.css");
@import url("https://use.typekit.net/ddh0lvm.css");
@import url("https://use.typekit.net/kjx5vns.css");
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.general-article .content.wowo > h1, .general-article .content.wowo > h2, .general-article .content.wowo > h3, .general-article .content.wowo > h4, .general-article .content.wowo > h5, .general-article .content.wowo > h6, .general-article .content.wowo > p, .general-article .content.wowo > ul, .general-article .content.wowo > ol {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.general-article .content.wowo > h1, .general-article .content.wowo > h2, .general-article .content.wowo > h3, .general-article .content.wowo > h4, .general-article .content.wowo > h5, .general-article .content.wowo > h6, .general-article .content.wowo > p, .general-article .content.wowo > ul, .general-article .content.wowo > ol {
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
}

.general-article .content.wowo.animated > h1, .general-article .content.wowo.animated > h2, .general-article .content.wowo.animated > h3, .general-article .content.wowo.animated > h4, .general-article .content.wowo.animated > h5, .general-article .content.wowo.animated > h6, .general-article .content.wowo.animated > p, .general-article .content.wowo.animated > ul, .general-article .content.wowo.animated > ol {
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s cubic-bezier(0, 1, 0.75, 1);
  transition: opacity 1s ease-in-out, -webkit-transform 1s cubic-bezier(0, 1, 0.75, 1);
  transition: opacity 1s ease-in-out, transform 1s cubic-bezier(0, 1, 0.75, 1);
  transition: opacity 1s ease-in-out, transform 1s cubic-bezier(0, 1, 0.75, 1), -webkit-transform 1s cubic-bezier(0, 1, 0.75, 1);
}

.general-article .content.wowo.animated > h1, .general-article .content.wowo.animated > h2, .general-article .content.wowo.animated > h3, .general-article .content.wowo.animated > h4, .general-article .content.wowo.animated > h5, .general-article .content.wowo.animated > h6, .general-article .content.wowo.animated > p, .general-article .content.wowo.animated > ul, .general-article .content.wowo.animated > ol {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

html.show-c .wowo {
  opacity: 0;
}
html.show-c .wowo.animated {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  visibility: visible;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 1;
}
html .wowo {
  opacity: 0;
}
html .wowo.animated {
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  visibility: visible;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 1;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInBigUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInBigUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0) scale(1.2);
            transform: translate(0, 0) scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0) scale(1.2);
            transform: translate(0, 0) scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.bounceIn.animated {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
}

.fadeInLeft.animated {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

.fadeInRight.animated {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

.fadeIn.animated {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.fadeInUp.animated {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.fadeInBigUp.animated {
  -webkit-animation-name: fadeInBigUp;
          animation-name: fadeInBigUp;
}

.fadeInDown.animated {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.zoomOut.animated {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

.delay-in-1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay-in-2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-in-3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay-in-4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-in-5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay-in-6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay-in-7 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.delay-in-8 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay-in-9 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.delay-in-10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-in-11 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.delay-in-12 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.delay-in-13 {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.delay-in-14 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.delay-in-15 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.delay-in-16 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.delay-in-17 {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.delay-in-18 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.delay-in-19 {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.delay-in-20 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes bounce {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes spiner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spiner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes transColor {
  0% {
    color: #524f4f;
  }
  50% {
    color: #a79a8d;
  }
  to {
    color: #524f4f;
  }
}
@keyframes transColor {
  0% {
    color: #524f4f;
  }
  50% {
    color: #a79a8d;
  }
  to {
    color: #524f4f;
  }
}
.wowo.anim-scroll {
  opacity: 0;
  -webkit-transform: translate3d(0, 2.5rem, 0);
          transform: translate3d(0, 2.5rem, 0);
}
.wowo.anim-scroll.animated {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.wowo.is-delay-nth .anim-scroll {
  opacity: 0;
  -webkit-transform: translate3d(0, 2.5rem, 0);
          transform: translate3d(0, 2.5rem, 0);
}
.wowo.is-delay-nth.animated .anim-scroll {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(8) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(9) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(10) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(11) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(12) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(13) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(14) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(15) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(16) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(17) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(18) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(19) {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(20) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-6 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-9 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-11 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-12 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-13 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-14 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-15 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-16 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-17 {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-18 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-19 {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-20 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.container {
  max-width: 1320px;
  max-width: 100%;
  padding: 0 60px;
  margin: 0 auto;
}
@media (min-width: 1321px) {
  .container {
    padding: 0 60px;
  }
}
@media (max-width: 991.98px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 575.98px) {
  .container {
    padding: 0 32px;
  }
}

a {
  text-decoration: underline;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  --moz-osx-font-smoothing: grayscale;
  --font-smoothing: antialiased;
}

.img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

img {
  width: 100%;
  height: auto;
}

body,
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff8e8;
}
body.hidden,
html.hidden {
  overflow: hidden;
}
body.wowo,
html.wowo {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

blockquote p {
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 45px;
  font-weight: 500;
  font-stretch: semi-condensed;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.2px;
  text-align: left;
  color: #073859;
}
blockquote p:last-child {
  margin-bottom: 0;
}

p,
cite,
.subtitle,
a,
strong {
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: semi-condensed;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.2px;
  text-align: center;
  color: #073859;
}

figcaption {
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-stretch: semi-condensed;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.2px;
  text-align: left;
  color: #073859;
}

h1 {
  font-family: "impact", sans-serif;
  font-size: 72px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #0012c6;
}
@media (max-width: 1200px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 52px;
    line-height: 1.23;
  }
}

h2 {
  font-family: "impact", sans-serif;
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #0012c6;
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 45px;
  }
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 32px;
    line-height: 2.25;
  }
}

h3 {
  font-family: "impact", sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #0012c6;
}
@media (max-width: 991.98px) {
  h3 {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-family: "impact", sans-serif;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #0012c6;
}
@media (max-width: 991.98px) {
  h4 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  h4 {
    font-size: 25px;
  }
}

h5 {
  font-family: "impact", sans-serif;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #0012c6;
}
@media (max-width: 991.98px) {
  h5 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  h5 {
    font-size: 25px;
  }
}

h6 {
  font-family: "impact", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #0012c6;
}

ol {
  padding-left: 24px;
  list-style: none;
  counter-reset: my-counter;
  padding-left: 0;
}
ol li {
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-stretch: semi-condensed;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #073859;
  counter-increment: my-counter;
  padding-left: 24px;
  position: relative;
}
@media (min-width: 1321px) {
  ol li {
    padding-left: 24px;
    font-size: 20px;
  }
}
ol li:before {
  content: counter(my-counter) ".";
  position: absolute;
  left: 6px;
  top: 0px;
  width: 10px;
  height: 3px;
  text-align: right;
}
@media (min-width: 1321px) {
  ol li:before {
    width: 10px;
    height: 3px;
    left: 6px;
  }
}
ol li ol,
ol li ul {
  margin-bottom: 0;
}

ul {
  padding-left: 0px;
}
ul li {
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-stretch: semi-condensed;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1px;
  text-align: left;
  color: #073859;
  list-style: none;
  position: relative;
  padding-left: 30px;
}
@media (min-width: 1321px) {
  ul li {
    font-size: 20px;
    padding-left: 30px;
  }
}
ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #073859;
  position: absolute;
  left: 13px;
  top: 16px;
}
@media (min-width: 1321px) {
  ul li:before {
    width: 3px;
    height: 3px;
    top: 16px;
    left: 13px;
  }
}
ul li ul,
ul li ol {
  margin-bottom: 0;
}

a {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
cite {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 35px;
}
@media (max-width: 767.98px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 25px;
  }
}

ul,
p,
blockquote,
cite,
ol {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  ul,
  p,
  blockquote,
  cite,
  ol {
    margin-bottom: 15px;
  }
}

cite {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

input,
textarea,
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  outline: none;
  border: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  display: block;
  width: 100%;
  padding-bottom: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: semi-condensed;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.2px;
  text-align: left;
  color: #073859;
}
textarea {
  height: 140px;
}

select,
input[type=check],
input[type=submit] {
  cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

::-webkit-input-placeholder {
  color: #fff8e8;
}

::-moz-placeholder {
  color: #fff8e8;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #fff8e8;
}

::-ms-input-placeholder {
  color: #fff8e8;
}

::placeholder {
  color: #fff8e8;
}

.wpcf7-not-valid-tip {
  margin-top: 10px;
  color: #0012c6;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: semi-condensed;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.2px;
  text-align: left;
}

.form-submit {
  position: relative;
}
.form-submit .wpcf7-spinner {
  margin: 0;
  position: absolute;
  top: 10px;
  right: -36px;
}

.wpcf7 form.invalid .wpcf7-response-output {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  color: #0012c6;
  margin-top: 10px;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: semi-condensed;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.2px;
  text-align: left;
}

.wpcf7 form.sent .wpcf7-response-output {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  margin-top: 10px;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: semi-condensed;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.2px;
  text-align: left;
  color: #073859;
}

a.button {
  font-family: "impact", sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff8e8;
  background-color: #0012c6;
  padding: 9.5px 16px;
  border-radius: 12px;
  display: block;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  font-weight: normal;
}
@media (min-width: 1321px) {
  a.button {
    font-size: 18px;
  }
}
@media (min-width: 1321px) {
  a.button {
    padding: 9.5px 16px;
  }
}

.page-container {
  position: relative;
}
.page-container section {
  width: 100vw;
  height: 100vh;
  background-color: #fff8e8;
  overflow-y: auto;
}
@media (max-width: 991.98px) {
  .page-container section {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow: hidden;
  }
}
.page-container section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
}
@media (max-height: 760px) {
  .page-container section .container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  .page-container section .container {
    min-height: unset;
  }
}
@media (max-width: 991.98px) {
  .page-container section .content {
    min-height: unset;
  }
}
.page-container .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .page-container .swiper-wrapper {
    display: block;
  }
}

.back-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .back-container {
    display: none;
  }
}
.back-container .swiper {
  height: 100vh;
  width: calc(100% + 200px);
  margin-left: -100px;
}
.back-container .swiper-slide {
  height: 100vh;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 1.8s linear;
  transition: -webkit-transform 1.8s linear;
  transition: transform 1.8s linear;
  transition: transform 1.8s linear, -webkit-transform 1.8s linear;
}
@media (min-width: 991.98px) {
  .back-container .swiper-slide {
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
}
.back-container .swiper-slide.swiper-slide-next {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
.back-container .swiper-slide.swiper-slide-prev {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
.back-container .swiper-slide:not(.swiper-slide-active) {
  overflow: hidden;
}
.back-container .swiper-slide.swiper-slide-thumb-active {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.back-container .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}
.back-container .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 991.98px) {
  header {
    background-color: #fff8e8;
  }
}
header .container {
  max-width: 1920px;
}
@media (max-width: 575.98px) {
  header .container {
    padding: 0 32px 0 24px;
  }
}
header .content {
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1321px) {
  header .content {
    padding: 24px 0;
  }
}
@media (max-width: 767.98px) {
  header .content {
    padding: 23px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header .navbar-brand {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  position: relative;
  z-index: 1001;
  height: 43px;
  opacity: 1;
}
@media (min-width: 1321px) {
  header .navbar-brand {
    width: 100px;
    height: 43px;
  }
}
@media (max-width: 767.98px) {
  header .navbar-brand {
    width: 130.7px;
  }
}
header .navbar-brand img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}
header .navbar-brand .logo-dark {
  opacity: 1;
}
header .navbar-brand .logo-white {
  opacity: 0;
}
header .navbar-toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  z-index: 1001;
  margin-top: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .navbar-toggler:hover {
  opacity: 0.7;
}
header .navbar-toggler p {
  font-family: "acumin-pro-condensed", sans-serif;
  font-stretch: condensed;
  color: #ff4733;
  margin: 0;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media (min-width: 1321px) {
  header .navbar-toggler p {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  header .navbar-toggler p {
    display: none;
  }
}
header .navbar-toggler .icons-box {
  position: relative;
  width: 18px;
  height: 24px;
}
@media (min-width: 1321px) {
  header .navbar-toggler .icons-box {
    width: 18px;
    height: 24px;
  }
}
@media (max-width: 767.98px) {
  header .navbar-toggler .icons-box {
    height: 24px;
    width: 22px;
  }
}
header .navbar-toggler span {
  position: absolute;
  left: 0px;
  width: 16px;
  height: 2px;
  display: block;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff4733;
}
@media (min-width: 1321px) {
  header .navbar-toggler span {
    width: 16px;
    height: 2px;
  }
}
@media (max-width: 767.98px) {
  header .navbar-toggler span {
    width: 20px;
  }
}
header .navbar-toggler span:first-child {
  top: 5px;
}
@media (min-width: 1321px) {
  header .navbar-toggler span:first-child {
    top: 5px;
  }
}
header .navbar-toggler span:nth-child(2) {
  top: 10px;
}
@media (min-width: 1321px) {
  header .navbar-toggler span:nth-child(2) {
    top: 10px;
  }
}
header .navbar-toggler span:last-child {
  top: 15px;
}
@media (min-width: 1321px) {
  header .navbar-toggler span:last-child {
    top: 15px;
  }
}
header .navbar-toggler.open span:first-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 9px;
}
@media (min-width: 1321px) {
  header .navbar-toggler.open span:first-child {
    top: 9px;
  }
}
header .navbar-toggler.open span:nth-child(2) {
  opacity: 0;
}
header .navbar-toggler.open span:last-child {
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1321px) {
  header .navbar-toggler.open span:last-child {
    top: 9px;
  }
}
header .navbar-menu {
  position: fixed;
  width: calc(100% - 120px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 82px;
  left: 60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 800;
  background-color: #073859;
  padding: 24px 24px 22px;
  border-radius: 16px;
  max-width: 1872px;
}
@media (min-width: 1321px) {
  header .navbar-menu {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 82px;
    padding: 24px 24px 22px;
    max-width: 1872px;
  }
}
@media (max-width: 991.98px) {
  header .navbar-menu {
    width: calc(100% - 80px);
    left: 40px;
    top: 97px;
    padding: 20px 24px 22px;
  }
}
@media (max-width: 575.98px) {
  header .navbar-menu {
    left: 24px;
    width: calc(100% - 56px);
  }
}
header .navbar-menu.open {
  opacity: 1;
  visibility: visible;
}
header .navbar-menu li {
  list-style: none;
  padding-left: 0;
}
header .navbar-menu li:before {
  display: none;
}
header .navbar-menu ul:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 23px 36px;
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  header .navbar-menu ul:nth-child(1) {
    gap: 17px;
    margin-bottom: 25px;
  }
}
header .navbar-menu ul:nth-child(1) a {
  font-family: "impact", sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #fff8e8;
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px !important;
  line-height: normal !important;
}
@media (min-width: 1321px) {
  header .navbar-menu ul:nth-child(1) a {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  header .navbar-menu ul:nth-child(1) a {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  header .navbar-menu ul:nth-child(1) a {
    font-size: 20px;
    line-height: 1;
  }
}
@media (min-width: 1321px) {
  header .navbar-menu ul:nth-child(1) a {
    font-size: 24px !important;
    margin-bottom: 5px;
  }
}
@media (max-width: 575.98px) {
  header .navbar-menu ul:nth-child(1) a {
    margin-bottom: 0;
  }
}
header .navbar-menu ul:nth-child(1) p {
  margin: 0;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: semi-condensed;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.18px;
  text-align: center;
  color: #fff8e8;
  text-align: left;
  letter-spacing: 0.1px;
}
@media (min-width: 1321px) {
  header .navbar-menu ul:nth-child(1) p {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  header .navbar-menu ul:nth-child(1) p {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  header .navbar-menu ul:nth-child(1) p {
    font-size: 12px;
    letter-spacing: -0.13px;
  }
}
@media (max-width: 575.98px) {
  header .navbar-menu ul:nth-child(1) p {
    display: none;
  }
}
header .navbar-menu ul:nth-child(1) li {
  width: calc(33.33% - 24px);
}
@media (max-width: 767.98px) {
  header .navbar-menu ul:nth-child(1) li {
    width: calc(50% - 18px);
  }
}
@media (max-width: 575.98px) {
  header .navbar-menu ul:nth-child(1) li {
    width: 100%;
  }
}
header .navbar-menu ul:nth-child(2) {
  margin: 0;
  padding: 0;
}
header .navbar-menu ul:nth-child(2) li {
  margin-bottom: 11px;
}
header .navbar-menu ul:nth-child(2) li:last-child {
  margin-bottom: 0;
}
header .navbar-menu ul:nth-child(2) a {
  display: block;
  text-decoration: none;
  font-family: "impact", sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff8e8;
  font-weight: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1321px) {
  header .navbar-menu ul:nth-child(2) a {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  header.is-sticky {
    background-color: #fff8e8;
  }
}

.home header.is-sticky {
  background-color: #fff8e8;
}

body.white-header header .navbar-brand .logo-dark {
  opacity: 0;
}
body.white-header header .navbar-brand .logo-white {
  opacity: 1;
}
body.white-header header .navbar-toggler p {
  color: #fff8e8;
}
body.white-header header .navbar-toggler span {
  background-color: #fff8e8;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  opacity: 0;
  visibility: visible;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 991.98px) {
  footer {
    z-index: 1001;
    position: static;
    margin-top: 30px;
    opacity: 1;
    visibility: visible;
  }
}
footer .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
@media (min-width: 1321px) {
  footer .content {
    padding: 20px 0;
  }
}
@media (max-width: 767.98px) {
  footer .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 93.26px;
  opacity: 1;
}
@media (min-width: 1321px) {
  footer .navbar-brand {
    width: 93px;
  }
}
@media (max-width: 767.98px) {
  footer .navbar-brand {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
footer ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
}
@media (max-width: 575.98px) {
  footer ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer ul li {
  list-style: none;
  padding: 0;
}
footer ul li:before {
  display: none;
}
footer ul a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  font-stretch: semi-condensed;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.15px;
  text-align: center;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  color: #073859;
}
@media (min-width: 1321px) {
  footer ul a {
    font-size: 14px;
  }
}
footer.show {
  opacity: 1;
  visibility: visible;
}

.home footer, .normal-page footer {
  position: static;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767.98px) {
  .home footer, .normal-page footer {
    margin-top: -37px;
  }
}
.home footer .content, .normal-page footer .content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0 66px;
  gap: 41px;
}
@media (min-width: 1321px) {
  .home footer .content, .normal-page footer .content {
    padding: 20px 0 66px;
  }
}
@media (max-width: 767.98px) {
  .home footer .content, .normal-page footer .content {
    gap: 24px;
    padding-bottom: 42px;
  }
}
.home footer .navbar-brand, .normal-page footer .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media (min-width: 1321px) {
  .home footer .navbar-brand, .normal-page footer .navbar-brand {
    width: 120px;
  }
}
.home footer ul, .normal-page footer ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.home footer ul li a, .normal-page footer ul li a {
  font-size: 16px;
  font-weight: 500;
  font-stretch: semi-condensed;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.18px;
  text-align: center;
  font-family: "acumin-pro-semi-condensed", sans-serif;
}
@media (min-width: 1321px) {
  .home footer ul li a, .normal-page footer ul li a {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .home footer ul li a, .normal-page footer ul li a {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .home footer ul li a, .normal-page footer ul li a {
    font-size: 12px;
    letter-spacing: -0.13px;
  }
}

.banner {
  position: relative;
  margin-bottom: 40px;
  overflow-x: hidden;
}
@media (max-width: 767.98px) {
  .banner {
    margin-bottom: 0;
  }
}
.banner .back-images {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .banner .back-images {
    display: none;
  }
}
.banner .back-images div {
  position: absolute;
}
.banner .back-images div img {
  border-radius: 16px;
}
.banner .back-images .left-top {
  left: 0;
  top: 14.8%;
  width: 25.8151%;
  -webkit-transform: translate(-10.4%, 5%) rotate(5.62deg);
          transform: translate(-10.4%, 5%) rotate(5.62deg);
  max-width: 371px;
}
@media (min-width: 1321px) {
  .banner .back-images .left-top {
    max-width: 371px;
  }
}
.banner .back-images .right-top {
  right: 0;
  top: 14.8%;
  width: 25.3462%;
  -webkit-transform: translate(5.7%, 3.6%) rotate(-4.06deg);
          transform: translate(5.7%, 3.6%) rotate(-4.06deg);
  max-width: 358px;
}
@media (min-width: 1321px) {
  .banner .back-images .right-top {
    max-width: 358px;
  }
}
.banner .back-images .left-bottom {
  left: 0;
  bottom: 8.7%;
  width: 24.758%;
  -webkit-transform: translate(-8.4%, -0.1%) rotate(-8.65deg);
          transform: translate(-8.4%, -0.1%) rotate(-8.65deg);
  max-width: 376px;
}
@media (min-width: 1321px) {
  .banner .back-images .left-bottom {
    max-width: 376px;
  }
}
.banner .back-images .right-bottom {
  right: 0;
  bottom: 1.6%;
  width: 29.3705%;
  -webkit-transform: translate(21%, 0%) rotate(4.2deg);
          transform: translate(21%, 0%) rotate(4.2deg);
  max-width: 408px;
}
@media (min-width: 1321px) {
  .banner .back-images .right-bottom {
    max-width: 408px;
  }
}
.banner .container {
  position: relative;
}
.banner .content {
  padding-top: 80px;
  padding-bottom: 30px;
  width: 55%;
  max-width: 592px;
  margin: 0 auto;
}
@media (min-width: 1321px) {
  .banner .content {
    padding-top: 80px;
    max-width: 592px;
  }
}
@media (max-width: 1200px) {
  .banner .content {
    width: 100%;
    padding-top: 116px;
  }
}
.banner .double-images {
  display: none;
  position: relative;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767.98px) {
  .banner .double-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.banner .double-images .inner-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner .logo-and-text .double-images {
  margin-bottom: 30px;
}
@media (min-width: 1321px) {
  .banner .logo-and-text .double-images {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .banner .logo-and-text .double-images {
    letter-spacing: -0.2px;
  }
}
.banner .logo-and-text .double-images .inner-image {
  max-width: 300px;
}
.banner .logo-and-text .double-images .inner-image:nth-child(1) {
  width: 48.7%;
  -webkit-transform: translate(-12%, 0%) rotate(5.62deg);
          transform: translate(-12%, 0%) rotate(5.62deg);
}
.banner .logo-and-text .double-images .inner-image:nth-child(2) {
  width: 48.64%;
  -webkit-transform: translate(4.2%, 0%) rotate(-4.06deg);
          transform: translate(4.2%, 0%) rotate(-4.06deg);
  margin-top: 4.4%;
}
.banner .logo-and-text .double-images .inner-image img {
  border-radius: 16px;
}
.banner .navbar-brand {
  width: 175.9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 32px;
}
@media (min-width: 1321px) {
  .banner .navbar-brand {
    width: 176px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767.98px) {
  .banner .navbar-brand {
    width: 112px;
    margin-bottom: 14px;
  }
}
.banner h1 {
  font-family: "impact", sans-serif;
  font-size: 52px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #0012c6;
  margin-bottom: 39px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1321px) {
  .banner h1 {
    font-size: 52px;
  }
}
@media (max-width: 991.98px) {
  .banner h1 {
    font-size: 35px;
  }
}
@media (max-width: 767.98px) {
  .banner h1 {
    font-size: 28px;
  }
}
@media (min-width: 1321px) {
  .banner h1 {
    margin-bottom: 39px;
  }
}
@media (max-width: 767.98px) {
  .banner h1 {
    margin-bottom: 15px;
  }
}
.banner h1 span {
  font-family: "impact", sans-serif;
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #fff8e8;
  color: #fff8e8;
  display: block;
  padding: 0px 10px;
  position: relative;
  margin-top: -8px;
  margin-left: -3px;
  -webkit-transform: rotate(-1.61deg);
          transform: rotate(-1.61deg);
}
@media (min-width: 1321px) {
  .banner h1 span {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  .banner h1 span {
    font-size: 45px;
  }
}
@media (max-width: 767.98px) {
  .banner h1 span {
    font-size: 32px;
    line-height: 2.25;
  }
}
@media (max-width: 767.98px) {
  .banner h1 span {
    margin-top: -15px;
  }
}
.banner h1 span:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 7px;
  width: 100%;
  height: calc(100% - 9px);
  background-color: #ff4733;
  mix-blend-mode: color;
}
@media (max-width: 767.98px) {
  .banner h1 span:before {
    top: 15px;
    height: calc(100% - 29px);
  }
}
.banner h1 span:after {
  content: "";
  position: absolute;
  left: -2px;
  top: 3px;
  border: 4px solid #fff8e8;
  width: 100%;
  height: calc(100% - 8px);
}
@media (max-width: 767.98px) {
  .banner h1 span:after {
    top: 11px;
    height: calc(100% - 28px);
  }
}
.banner p {
  margin: 0 auto 46px;
  max-width: 567px;
  font-size: 18px;
  font-weight: 500;
  font-stretch: semi-condensed;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: center;
  font-family: "acumin-pro-semi-condensed", sans-serif;
}
@media (min-width: 1321px) {
  .banner p {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .banner p {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .banner p {
    font-size: 14px;
    letter-spacing: -0.2px;
  }
}
@media (min-width: 1321px) {
  .banner p {
    max-width: 567px;
    margin-bottom: 46px;
  }
}
@media (max-width: 575.98px) {
  .banner p {
    margin-bottom: 23px;
  }
}
.banner .inner-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 40px;
}
@media (min-width: 1321px) {
  .banner .inner-cards {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .banner .inner-cards {
    gap: 16px;
    margin-bottom: 24px;
  }
}
.banner .inner-cards .card {
  display: block;
  text-decoration: none;
  width: calc(33.33% - 21.3333px);
  border-radius: 16px;
  background-color: #ff4733;
  padding: 23px 22.5px;
  min-height: 176px;
}
@media (min-width: 1321px) {
  .banner .inner-cards .card {
    padding: 23px 22.5px;
    min-height: 176px;
  }
}
@media (max-width: 575.98px) {
  .banner .inner-cards .card {
    width: calc(50% - 8px);
    min-height: 156px;
    padding: 20px;
  }
}
.banner .inner-cards .card p {
  margin: 0;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  font-family: "impact", sans-serif;
  color: #fff8e8;
  font-size: 24px !important;
  line-height: 1.2 !important;
}
@media (min-width: 1321px) {
  .banner .inner-cards .card p {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .banner .inner-cards .card p {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .banner .inner-cards .card p {
    font-size: 20px;
    line-height: 1;
  }
}
@media (min-width: 1321px) {
  .banner .inner-cards .card p {
    font-size: 24px !important;
  }
}
.banner .inner-buttons .button {
  margin-bottom: 15px;
}
@media (min-width: 1321px) {
  .banner .inner-buttons .button {
    margin-bottom: 15px;
  }
}
.banner .inner-buttons .button:last-child {
  margin-bottom: 0;
}
.banner .content > .double-images {
  margin-top: 22px;
}
.banner .content > .double-images .inner-image {
  max-width: 300px;
}
.banner .content > .double-images .inner-image:nth-child(1) {
  width: 47.48%;
  -webkit-transform: translate(0%, 0%) rotate(-8.65deg);
          transform: translate(0%, 0%) rotate(-8.65deg);
  margin-top: 4.7%;
  margin-left: -6%;
}
.banner .content > .double-images .inner-image:nth-child(2) {
  width: 54.5%;
  -webkit-transform: translate(0%, 0%) rotate(4.2deg);
          transform: translate(0%, 0%) rotate(4.2deg);
  margin-right: -9%;
}
.banner .content > .double-images .inner-image img {
  border-radius: 16px;
}

.general-article .content {
  padding: 100px 0 42px;
  max-width: 641px;
  margin: 0 auto;
}
@media (min-width: 1321px) {
  .general-article .content {
    max-width: 641px;
    padding: 100px 0 42px;
  }
}
.general-article h1 {
  color: #0012c6;
  font-size: 52px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 1321px) {
  .general-article h1 {
    font-size: 52px;
  }
}
@media (max-width: 991.98px) {
  .general-article h1 {
    font-size: 35px;
  }
}
@media (max-width: 767.98px) {
  .general-article h1 {
    font-size: 28px;
  }
}
@media (min-width: 1321px) {
  .general-article h1 {
    margin-bottom: 30px;
  }
}
.general-article h1 + p {
  margin-bottom: 34px;
  margin-top: 35px;
}
@media (min-width: 1321px) {
  .general-article h1 + p {
    margin-bottom: 34px;
    margin-top: 35px;
  }
}
.general-article p {
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: semi-condensed;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.18px;
  text-align: center;
  color: #073859;
  text-align: left;
  margin-bottom: 16px;
  letter-spacing: 0.1px;
}
@media (min-width: 1321px) {
  .general-article p {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .general-article p {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .general-article p {
    font-size: 12px;
    letter-spacing: -0.13px;
  }
}
@media (min-width: 1321px) {
  .general-article p {
    margin-bottom: 16px;
  }
}
@media (max-width: 767.98px) {
  .general-article p {
    font-size: 14px;
  }
}
.general-article p strong {
  font-size: inherit;
  font-weight: 600;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.general-article p a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  color: #ff4733;
  opacity: 1;
}
.general-article p a:hover {
  color: #0012c6;
}
.general-article p.intro {
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  color: #073859;
  text-align: left;
  line-height: 1.56;
  letter-spacing: -0.17px;
}
@media (min-width: 1321px) {
  .general-article p.intro {
    font-size: 18px;
  }
}
.general-article h2 {
  margin: 27px 0 16px;
  text-transform: uppercase;
  font-family: "impact", sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  text-align: left;
  color: #0012c6;
}
@media (min-width: 1321px) {
  .general-article h2 {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .general-article h2 {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .general-article h2 {
    font-size: 20px;
    line-height: 1;
  }
}
@media (min-width: 1321px) {
  .general-article h2 {
    margin: 27px 0 16px;
  }
}
.general-article h2 + h3 {
  margin-top: -8px;
}
@media (min-width: 1321px) {
  .general-article h2 + h3 {
    margin-top: -8px;
  }
}
.general-article h3 {
  font-family: "impact", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: normal;
  text-align: left;
  color: #073859;
  text-align: left;
  text-transform: uppercase;
  margin-top: 26px;
  margin-bottom: 11px;
}
@media (min-width: 1321px) {
  .general-article h3 {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .general-article h3 {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .general-article h3 {
    font-size: 16px;
  }
}
@media (min-width: 1321px) {
  .general-article h3 {
    margin-top: 26px;
    margin-bottom: 11px;
  }
}
.general-article h4 {
  font-family: "impact", sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #073859;
  text-align: left;
  text-transform: uppercase;
  margin-top: 26px;
  margin-bottom: 11px;
  font-weight: normal;
}
@media (min-width: 1321px) {
  .general-article h4 {
    font-size: 18px;
  }
}
@media (min-width: 1321px) {
  .general-article h4 {
    margin-top: 26px;
    margin-bottom: 11px;
  }
}
@media (max-width: 991.98px) {
  .general-article h4 {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .general-article h4 {
    font-size: 14px;
    letter-spacing: -0.2px;
  }
}
.general-article h5 {
  font-family: "impact", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: semi-condensed;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.18px;
  text-align: center;
  color: #073859;
  text-align: left;
  text-transform: uppercase;
  margin-top: 26px;
  margin-bottom: 11px;
  font-weight: normal;
}
@media (min-width: 1321px) {
  .general-article h5 {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .general-article h5 {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .general-article h5 {
    font-size: 12px;
    letter-spacing: -0.13px;
  }
}
@media (min-width: 1321px) {
  .general-article h5 {
    margin-top: 26px;
    margin-bottom: 11px;
  }
}
@media (max-width: 991.98px) {
  .general-article h5 {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .general-article h5 {
    letter-spacing: -0.2px;
  }
}
.general-article h6 {
  font-family: "impact", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: semi-condensed;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.18px;
  text-align: center;
  color: #073859;
  text-align: left;
  text-transform: uppercase;
  margin-top: 26px;
  margin-bottom: 11px;
  font-weight: normal;
}
@media (min-width: 1321px) {
  .general-article h6 {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .general-article h6 {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .general-article h6 {
    font-size: 12px;
    letter-spacing: -0.13px;
  }
}
@media (min-width: 1321px) {
  .general-article h6 {
    margin-top: 26px;
    margin-bottom: 11px;
  }
}
@media (max-width: 991.98px) {
  .general-article h6 {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .general-article h6 {
    letter-spacing: -0.2px;
  }
}
.general-article ul {
  margin: 16px 0;
}
@media (min-width: 1321px) {
  .general-article ul {
    margin: 16px 0;
  }
}
.general-article ul li {
  font-size: 16px;
  font-weight: 500;
  font-stretch: semi-condensed;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.18px;
  text-align: center;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  color: #073859;
  text-align: left;
  padding-left: 24px;
  letter-spacing: 0.1px;
}
@media (min-width: 1321px) {
  .general-article ul li {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .general-article ul li {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .general-article ul li {
    font-size: 12px;
    letter-spacing: -0.13px;
  }
}
@media (min-width: 1321px) {
  .general-article ul li {
    padding-left: 24px;
  }
}
@media (max-width: 767.98px) {
  .general-article ul li {
    font-size: 14px;
  }
}
.general-article ul li:before {
  left: 10px;
  top: 11px;
}
@media (min-width: 1321px) {
  .general-article ul li:before {
    left: 10px;
    top: 11px;
  }
}
.general-article ol {
  margin: 16px 0;
}
@media (min-width: 1321px) {
  .general-article ol {
    margin: 16px 0;
  }
}
.general-article ol li {
  font-size: 16px;
  font-weight: 500;
  font-stretch: semi-condensed;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.18px;
  text-align: center;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  color: #073859;
  text-align: left;
  letter-spacing: 0.1px;
}
@media (min-width: 1321px) {
  .general-article ol li {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .general-article ol li {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .general-article ol li {
    font-size: 12px;
    letter-spacing: -0.13px;
  }
}
@media (max-width: 767.98px) {
  .general-article ol li {
    font-size: 14px;
  }
}
.general-article .block-col-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 32px 0 43px;
}
@media (min-width: 1321px) {
  .general-article .block-col-images {
    margin: 32px 0 43px;
  }
}
.general-article .block-col-images .inner-image {
  width: 51.875%;
}
.general-article .block-col-images .inner-image .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 332/200;
}
.general-article .block-col-images .inner-image .image-wrapper img {
  border: 8px solid #fff8e8;
  border-radius: 16px;
}
.general-article .block-col-images .inner-image:nth-child(1) {
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
  margin-left: 9px;
}
@media (min-width: 1321px) {
  .general-article .block-col-images .inner-image:nth-child(1) {
    margin-left: 9px;
  }
}
.general-article .block-col-images .inner-image:nth-child(2) {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  margin-left: -41px;
  margin-top: 25px;
}
@media (min-width: 1321px) {
  .general-article .block-col-images .inner-image:nth-child(2) {
    margin-left: -41px;
    margin-top: 25px;
  }
}
.general-article .enquire-box {
  margin-top: 40px;
}
@media (min-width: 1321px) {
  .general-article .enquire-box {
    margin-top: 40px;
  }
}
.general-article .enquire-box .title-box {
  margin-bottom: 40px;
}
@media (min-width: 1321px) {
  .general-article .enquire-box .title-box {
    margin-bottom: 40px;
  }
}
.general-article .enquire-box .title-box ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.general-article .enquire-box .title-box li {
  list-style: none;
  padding: 0;
}
.general-article .enquire-box .title-box li:before {
  display: none;
}
.general-article .enquire-box .title-box li.active button {
  background-color: #ff4733;
}
.general-article .enquire-box .title-box button {
  border: none;
  border-radius: 12px;
  background-color: #073859;
  padding: 8px 16px 8px;
  font-family: "impact", sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  text-align: left;
  color: #fff8e8;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 1.33;
  font-weight: normal;
  letter-spacing: normal;
  cursor: pointer;
}
@media (min-width: 1321px) {
  .general-article .enquire-box .title-box button {
    font-size: 18px;
  }
}
@media (min-width: 1321px) {
  .general-article .enquire-box .title-box button {
    padding: 8px 16px 8px;
  }
}
.general-article .enquire-box .title-box button:hover {
  background-color: #ff4733;
}
.general-article .enquire-box .contact-box {
  border-radius: 12px;
  background-color: #ff4733;
  width: 100%;
  padding: 40px 40px 27px;
}
@media (min-width: 1321px) {
  .general-article .enquire-box .contact-box {
    padding: 40px 40px 27px;
  }
}
.general-article .enquire-box .contact-box .form-box {
  display: none;
}
.general-article .enquire-box .contact-box .form-box:nth-child(1) {
  display: block;
}
.general-article .enquire-box .contact-box .form-box p {
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  text-align: left;
  color: #fff8e8;
  font-weight: 500;
  margin-bottom: 0;
}
@media (min-width: 1321px) {
  .general-article .enquire-box .contact-box .form-box p {
    font-size: 18px;
  }
}
.general-article .enquire-box .contact-box .form-box form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1321px) {
  .general-article .enquire-box .contact-box .form-box form > div {
    margin-bottom: 13px;
  }
}
@media (max-width: 575.98px) {
  .general-article .enquire-box .contact-box .form-box form > div {
    margin-bottom: 20px;
  }
}
.general-article .enquire-box .contact-box .form-box form > div p {
  width: 120px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 36px;
}
@media (min-width: 1321px) {
  .general-article .enquire-box .contact-box .form-box form > div p {
    width: 120px;
    padding-right: 20px;
    min-height: 36px;
  }
}
@media (max-width: 575.98px) {
  .general-article .enquire-box .contact-box .form-box form > div p {
    width: 100%;
    padding-right: 0;
    min-height: unset;
    margin-bottom: 5px;
  }
}
.general-article .enquire-box .contact-box .form-box form > div input,
.general-article .enquire-box .contact-box .form-box form > div .radios-box,
.general-article .enquire-box .contact-box .form-box form > div select,
.general-article .enquire-box .contact-box .form-box form > div textarea,
.general-article .enquire-box .contact-box .form-box form > div .check-box {
  width: calc(100% - 120px);
  max-width: 400px;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  text-align: left;
  color: #fff8e8;
  font-weight: 500;
}
@media (min-width: 1321px) {
  .general-article .enquire-box .contact-box .form-box form > div input,
  .general-article .enquire-box .contact-box .form-box form > div .radios-box,
  .general-article .enquire-box .contact-box .form-box form > div select,
  .general-article .enquire-box .contact-box .form-box form > div textarea,
  .general-article .enquire-box .contact-box .form-box form > div .check-box {
    font-size: 18px;
  }
}
@media (min-width: 1321px) {
  .general-article .enquire-box .contact-box .form-box form > div input,
  .general-article .enquire-box .contact-box .form-box form > div .radios-box,
  .general-article .enquire-box .contact-box .form-box form > div select,
  .general-article .enquire-box .contact-box .form-box form > div textarea,
  .general-article .enquire-box .contact-box .form-box form > div .check-box {
    max-width: 400px;
  }
}
@media (max-width: 575.98px) {
  .general-article .enquire-box .contact-box .form-box form > div input,
  .general-article .enquire-box .contact-box .form-box form > div .radios-box,
  .general-article .enquire-box .contact-box .form-box form > div select,
  .general-article .enquire-box .contact-box .form-box form > div textarea,
  .general-article .enquire-box .contact-box .form-box form > div .check-box {
    width: 100%;
  }
}
.general-article .enquire-box .contact-box .form-box .form-group input,
.general-article .enquire-box .contact-box .form-box .form-group select,
.general-article .enquire-box .contact-box .form-box .form-group textarea,
.general-article .enquire-box .contact-box .form-box .form-select input,
.general-article .enquire-box .contact-box .form-box .form-select select,
.general-article .enquire-box .contact-box .form-box .form-select textarea {
  padding: 6px 11px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  border: 2px solid #fff8e8;
}
@media (min-width: 1321px) {
  .general-article .enquire-box .contact-box .form-box .form-group input,
  .general-article .enquire-box .contact-box .form-box .form-group select,
  .general-article .enquire-box .contact-box .form-box .form-group textarea,
  .general-article .enquire-box .contact-box .form-box .form-select input,
  .general-article .enquire-box .contact-box .form-box .form-select select,
  .general-article .enquire-box .contact-box .form-box .form-select textarea {
    padding: 6px 11px;
  }
}
.general-article .enquire-box .contact-box .form-box .form-select {
  margin-bottom: 11px;
  position: relative;
}
@media (min-width: 1321px) {
  .general-article .enquire-box .contact-box .form-box .form-select {
    margin-bottom: 11px;
  }
}
.general-article .enquire-box .contact-box .form-box .form-select:before {
  content: "\e902";
  font-family: "icomoon";
  font-size: 8px;
  position: absolute;
  bottom: 14px;
  right: calc(100% - 508px);
  color: #fff8e8;
}
.general-article .enquire-box .contact-box .form-box .form-select select {
  padding-right: 40px;
}
@media (min-width: 1321px) {
  .general-article .enquire-box .contact-box .form-box .form-select select {
    padding-right: 0;
  }
}
.general-article .enquire-box .contact-box .form-box .form-radios .radio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 1321px) {
  .general-article .enquire-box .contact-box .form-box .form-radios .radio-box {
    margin-bottom: 8px;
  }
}
.general-article .enquire-box .contact-box .form-box .form-radios .radio-box:hover {
  opacity: 0.7;
}
.general-article .enquire-box .contact-box .form-box .form-radios .radio-box:last-child {
  margin-bottom: 0;
}
.general-article .enquire-box .contact-box .form-box .form-radios .radio-box.active .dot:before {
  opacity: 1;
}
.general-article .enquire-box .contact-box .form-box .form-radios .radio-box input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}
.general-article .enquire-box .contact-box .form-box .form-radios .radio-box .dot {
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid #fff8e8;
  border-radius: 100%;
  position: relative;
}
@media (min-width: 1321px) {
  .general-article .enquire-box .contact-box .form-box .form-radios .radio-box .dot {
    width: 24px;
    height: 24px;
  }
}
.general-article .enquire-box .contact-box .form-box .form-radios .radio-box .dot:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100%;
  position: absolute;
  top: 2px;
  left: 2px;
  background-color: #fff8e8;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 1321px) {
  .general-article .enquire-box .contact-box .form-box .form-radios .radio-box .dot:before {
    width: 16px;
    height: 16px;
    top: 3px;
    left: 3px;
  }
}
.general-article .enquire-box .contact-box .form-box .form-radios .radio-box label {
  display: block;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  font-weight: 500;
  line-height: 1.78;
  letter-spacing: normal;
  color: #fff8e8;
}
@media (min-width: 1321px) {
  .general-article .enquire-box .contact-box .form-box .form-radios .radio-box label {
    font-size: 18px;
  }
}
.general-article .enquire-box .contact-box .form-box .form-checkbox .check-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  min-height: 40px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 575.98px) {
  .general-article .enquire-box .contact-box .form-box .form-checkbox .check-box {
    min-height: unset;
  }
}
.general-article .enquire-box .contact-box .form-box .form-checkbox .check-box:hover {
  opacity: 0.7;
}
.general-article .enquire-box .contact-box .form-box .form-checkbox .check-box:last-child {
  margin-bottom: 0;
}
.general-article .enquire-box .contact-box .form-box .form-checkbox .check-box.active .dot:before {
  opacity: 1;
}
.general-article .enquire-box .contact-box .form-box .form-checkbox .check-box input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}
.general-article .enquire-box .contact-box .form-box .form-checkbox .check-box .dot {
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid #fff8e8;
  border-radius: 8px;
  position: relative;
}
@media (min-width: 1321px) {
  .general-article .enquire-box .contact-box .form-box .form-checkbox .check-box .dot {
    width: 24px;
    height: 24px;
  }
}
.general-article .enquire-box .contact-box .form-box .form-checkbox .check-box .dot:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 4px;
  position: absolute;
  top: 2px;
  left: 2px;
  background-color: #fff8e8;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 1321px) {
  .general-article .enquire-box .contact-box .form-box .form-checkbox .check-box .dot:before {
    width: 16px;
    height: 16px;
    top: 3px;
    left: 3px;
  }
}
.general-article .enquire-box .contact-box .form-box .form-checkbox .check-box label {
  display: block;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  font-weight: 500;
  line-height: 1.78;
  letter-spacing: normal;
  color: #fff8e8;
}
@media (min-width: 1321px) {
  .general-article .enquire-box .contact-box .form-box .form-checkbox .check-box label {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .general-article .enquire-box .contact-box .form-box .form-checkbox .check-box label {
    line-height: normal;
  }
}
.general-article .enquire-box .contact-box .form-box .form-submit {
  margin-left: 120px;
  margin-top: 19px;
}
@media (min-width: 1321px) {
  .general-article .enquire-box .contact-box .form-box .form-submit {
    margin-left: 120px;
    margin-top: 19px;
  }
}
.general-article .enquire-box .contact-box .form-box .form-submit input {
  border-radius: 12px;
  background-color: #0012c6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px;
  font-family: "impact", sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #fff8e8;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 1321px) {
  .general-article .enquire-box .contact-box .form-box .form-submit input {
    font-size: 18px;
  }
}
@media (min-width: 1321px) {
  .general-article .enquire-box .contact-box .form-box .form-submit input {
    padding: 8px 16px;
  }
}
.general-article .enquire-box .contact-box .form-box .form-submit input:hover {
  background-color: #073859;
}
.general-article blockquote {
  padding-left: 60px;
  border-left: 3px solid #073859;
}
@media (min-width: 1321px) {
  .general-article blockquote {
    padding-left: 60px;
  }
}
@media (max-width: 991.98px) {
  .general-article blockquote {
    padding-left: 30px;
  }
}
.general-article blockquote p {
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  text-align: left;
  color: #073859;
}
@media (min-width: 1321px) {
  .general-article blockquote p {
    font-size: 48px;
  }
}
@media (max-width: 1200px) {
  .general-article blockquote p {
    font-size: 35px;
  }
}
@media (max-width: 991.98px) {
  .general-article blockquote p {
    font-size: 28px;
    line-height: 1;
  }
}
.general-article blockquote p:last-child {
  margin-bottom: 0;
}

body.contact .general-article h1 + p {
  margin-bottom: 17px;
}
@media (min-width: 1321px) {
  body.contact .general-article h1 + p {
    margin-bottom: 17px;
  }
}

@media (max-width: 991.98px) {
  .intro-text-cards {
    margin: 40px 0;
  }
}
.intro-text-cards .container {
  height: 100%;
  position: relative;
  z-index: 5;
}
.intro-text-cards .container .back-image {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.intro-text-cards .container .back-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro-text-cards .container:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  background-color: #fff8e8;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.intro-text-cards .content {
  padding: 100px 0 50px;
  position: relative;
  z-index: 10;
  margin: 0 auto;
  max-width: 1160px;
}
@media (max-width: 991.98px) {
  .intro-text-cards .content {
    padding: 0;
  }
}
.intro-text-cards .inner-text {
  margin-bottom: 36px;
  max-width: 720px;
}
.intro-text-cards .inner-text h2 {
  font-family: "impact", sans-serif;
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  text-align: left;
  color: #0012c6;
  margin-bottom: 24px;
}
@media (min-width: 1321px) {
  .intro-text-cards .inner-text h2 {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  .intro-text-cards .inner-text h2 {
    font-size: 45px;
  }
}
@media (max-width: 767.98px) {
  .intro-text-cards .inner-text h2 {
    font-size: 32px;
    line-height: 2.25;
  }
}
@media (max-width: 991.98px) {
  .intro-text-cards .inner-text h2 {
    line-height: normal;
  }
}
.intro-text-cards .inner-text p {
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-weight: 500;
  font-size: 20px;
  font-weight: 600;
  font-stretch: semi-condensed;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.22px;
  text-align: left;
  color: #073859;
  margin-bottom: 20px;
}
@media (min-width: 1321px) {
  .intro-text-cards .inner-text p {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .intro-text-cards .inner-text p {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .intro-text-cards .inner-text p {
    font-size: 16px;
    letter-spacing: -0.54px;
  }
}
.intro-text-cards .inner-text p strong {
  font-weight: 600;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  font-style: inherit;
  color: inherit;
}
.intro-text-cards .inner-text p:last-child {
  margin-bottom: 0;
}
.intro-text-cards .inner-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  max-width: 1144px;
}
.intro-text-cards .inner-cards .card {
  width: calc(20% - 12.8px);
  padding: 24px 24px 24px;
  border-radius: 16px;
  background-color: #ff4733;
}
@media (max-width: 1200px) {
  .intro-text-cards .inner-cards .card {
    width: calc(25% - 12px);
  }
}
@media (max-width: 991.98px) {
  .intro-text-cards .inner-cards .card {
    width: calc(33.33% - 10.6667px);
  }
}
@media (max-width: 767.98px) {
  .intro-text-cards .inner-cards .card {
    width: calc(50% - 8px);
  }
}
@media (max-width: 575.98px) {
  .intro-text-cards .inner-cards .card {
    width: 100%;
  }
}
.intro-text-cards .inner-cards h3 {
  margin-bottom: 0;
  font-family: "impact", sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #fff8e8;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.3px;
}
@media (min-width: 1321px) {
  .intro-text-cards .inner-cards h3 {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .intro-text-cards .inner-cards h3 {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .intro-text-cards .inner-cards h3 {
    font-size: 20px;
    line-height: 1;
  }
}
.intro-text-cards .inner-cards h3 span {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: normal;
  text-align: left;
}
@media (min-width: 1321px) {
  .intro-text-cards .inner-cards h3 span {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .intro-text-cards .inner-cards h3 span {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .intro-text-cards .inner-cards h3 span {
    font-size: 16px;
  }
}

.text-and-large-image .container {
  position: relative;
  min-height: 100vh;
  position: relative;
  z-index: 5;
}
.text-and-large-image .container .back-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.text-and-large-image .container .back-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-and-large-image .container:before {
  content: "";
  width: 100vw;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  background-color: #ff4733;
  position: absolute;
  z-index: 2;
}
.text-and-large-image .content {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1160px;
  margin: 0 auto;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 100px 0 50px;
}
@media (min-width: 1321px) {
  .text-and-large-image .content {
    max-width: 100%;
    padding: 100px 0 50px;
  }
}
.text-and-large-image .inner-text {
  width: calc(50% - 20px);
}
@media (max-width: 991.98px) {
  .text-and-large-image .inner-text {
    width: 100%;
    margin-top: 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.text-and-large-image .inner-text h2 {
  font-family: "impact", sans-serif;
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #fff8e8;
  text-align: left;
  margin-bottom: 24px;
}
@media (min-width: 1321px) {
  .text-and-large-image .inner-text h2 {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  .text-and-large-image .inner-text h2 {
    font-size: 45px;
  }
}
@media (max-width: 767.98px) {
  .text-and-large-image .inner-text h2 {
    font-size: 32px;
    line-height: 2.25;
  }
}
@media (min-width: 1321px) {
  .text-and-large-image .inner-text h2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 991.98px) {
  .text-and-large-image .inner-text h2 {
    line-height: normal;
  }
}
.text-and-large-image .inner-text p {
  margin-bottom: 0;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-stretch: semi-condensed;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.22px;
  text-align: left;
  color: #fff8e8;
  text-align: left;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.1px;
  font-size: 20px !important;
}
@media (min-width: 1321px) {
  .text-and-large-image .inner-text p {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .text-and-large-image .inner-text p {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .text-and-large-image .inner-text p {
    font-size: 16px;
    letter-spacing: -0.54px;
  }
}
.text-and-large-image .inner-text p strong {
  margin-bottom: 25px;
  font-size: inherit;
  font-weight: 600;
  font-family: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-align: left;
  color: inherit;
  margin-bottom: 30px;
  display: block;
  letter-spacing: -0.22px;
}
.text-and-large-image .inner-text li {
  color: #fff8e8;
  line-height: 1.4;
}
.text-and-large-image .inner-text li:before {
  background-color: #fff8e8;
}
.text-and-large-image .inner-image {
  width: calc(50% - 20px);
  max-width: 540px;
}
@media (min-width: 1321px) {
  .text-and-large-image .inner-image {
    max-width: 540px;
  }
}
@media (max-width: 991.98px) {
  .text-and-large-image .inner-image {
    width: 100%;
  }
}
.text-and-large-image .inner-image .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.text-and-large-image .inner-image .image-wrapper img {
  border-radius: 16px;
}

.text-and-large-image-1 .container {
  position: relative;
  min-height: 100vh;
  position: relative;
  z-index: 5;
  padding-right: 0;
  max-width: 100%;
}
.text-and-large-image-1 .container .back-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.text-and-large-image-1 .container .back-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-and-large-image-1 .container:before {
  content: "";
  width: 100vw;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  background-color: #ff4733;
  position: absolute;
  z-index: 2;
}
.text-and-large-image-1 .content {
  padding: 100px 0 50px;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
  padding-left: 20px;
  margin: 0 0 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 60px;
}
@media (min-width: 1320px) {
  .text-and-large-image-1 .content {
    width: 100%;
    padding-left: calc(50% - 610px);
    padding-left: 0;
    padding: 100px 0 50px;
  }
}
@media (max-width: 991.98px) {
  .text-and-large-image-1 .content {
    padding-left: 0;
    padding: 40px 0;
  }
}
.text-and-large-image-1 h2 {
  width: 100%;
  text-transform: uppercase;
  font-family: "impact", sans-serif;
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #fff8e8;
  text-align: left;
  margin-bottom: 24px;
  padding-right: 60px;
}
@media (min-width: 1321px) {
  .text-and-large-image-1 h2 {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  .text-and-large-image-1 h2 {
    font-size: 45px;
  }
}
@media (max-width: 767.98px) {
  .text-and-large-image-1 h2 {
    font-size: 32px;
    line-height: 2.25;
  }
}
@media (min-width: 1321px) {
  .text-and-large-image-1 h2 {
    margin-bottom: 24px;
    padding-right: 60px;
  }
}
@media (max-width: 991.98px) {
  .text-and-large-image-1 h2 {
    padding-right: 40px;
  }
}
@media (max-width: 575.98px) {
  .text-and-large-image-1 h2 {
    padding-right: 32px;
  }
}
.text-and-large-image-1 .inner-text {
  width: calc(50% - 60px);
  max-width: 560px;
  padding-top: 2px;
}
@media (min-width: 1321px) {
  .text-and-large-image-1 .inner-text {
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .text-and-large-image-1 .inner-text {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    padding-right: 40px;
  }
}
@media (max-width: 575.98px) {
  .text-and-large-image-1 .inner-text {
    padding-right: 32px;
  }
}
.text-and-large-image-1 .inner-text p {
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-stretch: semi-condensed;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.22px;
  text-align: left;
  color: #fff8e8;
  text-align: left;
  margin-bottom: 28px;
  line-height: 1.4;
}
@media (min-width: 1321px) {
  .text-and-large-image-1 .inner-text p {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .text-and-large-image-1 .inner-text p {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .text-and-large-image-1 .inner-text p {
    font-size: 16px;
    letter-spacing: -0.54px;
  }
}
@media (min-width: 1321px) {
  .text-and-large-image-1 .inner-text p {
    margin-bottom: 28px;
  }
}
.text-and-large-image-1 .inner-text p a {
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-stretch: semi-condensed;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.22px;
  text-align: left;
  color: #ff4733;
  display: inline-block;
  padding: 0px 1px;
  line-height: 1.4;
  text-decoration: underline;
  position: relative;
  letter-spacing: normal;
  text-underline-offset: 2px;
}
@media (min-width: 1321px) {
  .text-and-large-image-1 .inner-text p a {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .text-and-large-image-1 .inner-text p a {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .text-and-large-image-1 .inner-text p a {
    font-size: 16px;
    letter-spacing: -0.54px;
  }
}
@media (min-width: 1321px) {
  .text-and-large-image-1 .inner-text p a {
    padding: 0 1px;
  }
}
.text-and-large-image-1 .inner-text p a:before {
  content: "";
  position: absolute;
  top: 4px;
  left: -1px;
  mix-blend-mode: darken;
  width: calc(100% + 2px);
  height: calc(100% - 3px);
  border-radius: 4px;
  background-color: #fff8e8;
}
.text-and-large-image-1 .inner-image {
  width: 50%;
  max-width: 620px;
}
@media (min-width: 1321px) {
  .text-and-large-image-1 .inner-image {
    max-width: 620px;
  }
}
@media (max-width: 991.98px) {
  .text-and-large-image-1 .inner-image {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.text-and-large-image-1 .inner-image .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .text-and-large-image-1 .inner-image .image-wrapper {
    max-width: 620px;
  }
}
.text-and-large-image-1 .inner-image .image-wrapper img {
  border-radius: 8px 0 0 8px;
}

.text-and-cards {
  background-color: transparent;
}
.text-and-cards .container {
  min-height: 100vh;
}
.text-and-cards .content {
  padding: 100px 0 0;
}
@media (min-width: 1321px) {
  .text-and-cards .content {
    padding-top: 100px;
  }
}
@media (max-width: 991.98px) {
  .text-and-cards .content {
    padding-top: 116px;
  }
}
.text-and-cards .inner-text {
  width: 100%;
  margin-bottom: 61px;
  max-width: 813px;
}
@media (min-width: 1321px) {
  .text-and-cards .inner-text {
    margin-bottom: 61px;
    max-width: 813px;
  }
}
@media (max-width: 991.98px) {
  .text-and-cards .inner-text {
    max-width: 100%;
    margin-bottom: 23px;
  }
}
.text-and-cards .inner-text h1 {
  font-size: 72px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: left;
  font-family: "impact", sans-serif;
  margin-bottom: 32px;
  text-transform: uppercase;
}
@media (min-width: 1321px) {
  .text-and-cards .inner-text h1 {
    font-size: 72px;
  }
}
@media (max-width: 1200px) {
  .text-and-cards .inner-text h1 {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  .text-and-cards .inner-text h1 {
    font-size: 52px;
    line-height: 1.23;
  }
}
@media (min-width: 1321px) {
  .text-and-cards .inner-text h1 {
    margin-bottom: 32px;
  }
}
@media (max-width: 991.98px) {
  .text-and-cards .inner-text h1 {
    margin-bottom: 34px;
  }
}
.text-and-cards .inner-text h1 span {
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  font-family: "impact", sans-serif;
  display: block;
  text-transform: uppercase;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff8e8;
  -webkit-transform: rotate(-1.61deg);
          transform: rotate(-1.61deg);
  margin-top: -13px;
  padding: 0 30px;
}
@media (min-width: 1321px) {
  .text-and-cards .inner-text h1 span {
    font-size: 48px;
  }
}
@media (max-width: 1200px) {
  .text-and-cards .inner-text h1 span {
    font-size: 35px;
  }
}
@media (max-width: 991.98px) {
  .text-and-cards .inner-text h1 span {
    font-size: 28px;
    line-height: 1;
  }
}
@media (min-width: 1321px) {
  .text-and-cards .inner-text h1 span {
    margin-top: -13px;
    padding: 0 30px;
  }
}
@media (max-width: 991.98px) {
  .text-and-cards .inner-text h1 span {
    margin-top: -5px;
    padding: 0;
    margin-left: 38px;
  }
}
.text-and-cards .inner-text h1 span:before {
  content: "";
  position: absolute;
  left: 21px;
  top: 1px;
  width: calc(100% - 38px);
  height: calc(100% + 0px);
  background-color: #ff4733;
  mix-blend-mode: color;
}
@media (max-width: 991.98px) {
  .text-and-cards .inner-text h1 span:before {
    top: -5px;
    height: calc(100% + 11px);
    left: -8px;
    width: calc(100% + 16px);
  }
}
.text-and-cards .inner-text h1 span:after {
  content: "";
  position: absolute;
  left: 17px;
  top: -3px;
  border: 4px solid #fff8e8;
  width: calc(100% - 38px);
  height: calc(100% + 0px);
}
@media (max-width: 991.98px) {
  .text-and-cards .inner-text h1 span:after {
    top: -9px;
    height: calc(100% + 11px);
    left: -11px;
    width: calc(100% + 15px);
  }
}
.text-and-cards .inner-text p {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  font-stretch: semi-condensed;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.22px;
  text-align: left;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  letter-spacing: -0.2px;
  font-weight: 500;
}
@media (min-width: 1321px) {
  .text-and-cards .inner-text p {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .text-and-cards .inner-text p {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .text-and-cards .inner-text p {
    font-size: 16px;
    letter-spacing: -0.54px;
  }
}
.text-and-cards .inner-text p strong {
  font-weight: 600;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.text-and-cards .inner-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 76.5px;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1321px) {
  .text-and-cards .inner-cards {
    margin-bottom: 76.5px;
  }
}
@media (max-width: 991.98px) {
  .text-and-cards .inner-cards {
    gap: 16px;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    overflow-x: auto;
    padding-bottom: 32px;
    margin-bottom: 30px;
    width: calc(100% + 40px);
    margin-right: -40px;
    cursor: -webkit-grab;
    cursor: grab;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    scroll-behavior: smooth;
  }
}
@media (max-width: 575.98px) {
  .text-and-cards .inner-cards {
    width: calc(100% + 32px);
    margin-right: -32px;
  }
}
.text-and-cards .inner-cards .card {
  width: 33.33%;
  border-radius: 16px;
  overflow: hidden;
  border: 8px solid #fff8e8;
}
@media (min-width: 1321px) {
  .text-and-cards .inner-cards .card {
    border-width: 8px;
    border-radius: 16px;
  }
}
@media (max-width: 991.98px) {
  .text-and-cards .inner-cards .card {
    -webkit-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
    margin: 0 !important;
    border: none;
    min-width: 300px;
  }
}
@media (max-width: 575.98px) {
  .text-and-cards .inner-cards .card {
    min-width: 240px;
  }
}
.text-and-cards .inner-cards .card .inner-text {
  margin-bottom: 0;
}
.text-and-cards .inner-cards .card:nth-child(1) {
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
  margin-left: 3px;
  margin-top: 2px;
}
@media (min-width: 1321px) {
  .text-and-cards .inner-cards .card:nth-child(1) {
    margin-left: 3px;
    margin-top: 2px;
  }
}
.text-and-cards .inner-cards .card:nth-child(1) .inner-text {
  max-width: 315px;
}
@media (min-width: 1321px) {
  .text-and-cards .inner-cards .card:nth-child(1) .inner-text {
    max-width: 315px;
  }
}
@media (max-width: 1240px) {
  .text-and-cards .inner-cards .card:nth-child(1) .inner-text {
    max-width: 262px;
  }
}
@media (max-width: 1120px) {
  .text-and-cards .inner-cards .card:nth-child(1) .inner-text {
    max-width: 230px;
  }
}
.text-and-cards .inner-cards .card:nth-child(1).is-text {
  padding: 21px 45px 20px 20px;
}
@media (min-width: 1321px) {
  .text-and-cards .inner-cards .card:nth-child(1).is-text {
    padding: 21px 45px 20px 20px;
  }
}
@media (max-width: 991.98px) {
  .text-and-cards .inner-cards .card:nth-child(1).is-text {
    padding: 25px 24px 23px;
  }
}
.text-and-cards .inner-cards .card:nth-child(2) {
  -webkit-transform: rotate(-5.58deg);
          transform: rotate(-5.58deg);
  margin-left: -49px;
  margin-top: -20px;
}
@media (min-width: 1321px) {
  .text-and-cards .inner-cards .card:nth-child(2) {
    margin-left: -49px;
    margin-top: -20px;
  }
}
.text-and-cards .inner-cards .card:nth-child(3) {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  margin-left: -20px;
  margin-top: 1px;
}
@media (min-width: 1321px) {
  .text-and-cards .inner-cards .card:nth-child(3) {
    margin-left: -20px;
    margin-top: 1px;
  }
}
.text-and-cards .inner-cards .card:nth-child(3).is-text {
  padding: 29px 26px 20px;
}
@media (min-width: 1321px) {
  .text-and-cards .inner-cards .card:nth-child(3).is-text {
    padding: 29px 26px 20px;
  }
}
@media (max-width: 991.98px) {
  .text-and-cards .inner-cards .card:nth-child(3).is-text {
    padding: 24px 24px 20px;
  }
}
.text-and-cards .inner-cards .card.is-image .inner-image {
  width: 100%;
  position: relative;
  padding-top: 70%;
}
.text-and-cards .inner-cards .card.is-image .inner-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .text-and-cards .inner-cards .card.is-image {
    display: none;
  }
}
.text-and-cards .inner-cards .card .inner-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.text-and-cards .inner-cards .is-text {
  padding: 18px;
  background-color: #ff4733;
  min-height: 280px;
}
@media (min-width: 1321px) {
  .text-and-cards .inner-cards .is-text {
    padding: 18px;
    min-height: 280px;
  }
}
@media (max-width: 991.98px) {
  .text-and-cards .inner-cards .is-text {
    min-height: unset;
  }
}
.text-and-cards .inner-cards .is-text p {
  font-family: "impact", sans-serif;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  margin: 0;
  color: #fff8e8;
  text-transform: uppercase;
}
@media (min-width: 1321px) {
  .text-and-cards .inner-cards .is-text p {
    font-size: 26px;
  }
}
@media (max-width: 991.98px) {
  .text-and-cards .inner-cards .is-text p {
    font-size: 23px;
  }
}
@media (max-width: 767.98px) {
  .text-and-cards .inner-cards .is-text p {
    font-size: 20px;
    line-height: 1.4;
  }
}
.text-and-cards .inner-cards .is-text p span {
  color: #0012c6;
}
.text-and-cards .inner-cards::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  cursor: pointer;
}
@media (min-width: 1321px) {
  .text-and-cards .inner-cards::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
}
.text-and-cards .inner-cards::-webkit-scrollbar-track {
  background: #d9d9d9;
  border-radius: 4px;
}
.text-and-cards .inner-cards::-webkit-scrollbar-thumb {
  background: #0012c6;
  border-radius: 4px;
  cursor: pointer;
}
.text-and-cards .inner-cards::-webkit-scrollbar-thumb:hover {
  background: #0012c6;
}
.text-and-cards .mobile-image {
  display: none;
  margin: 32px 0 0;
  width: 100%;
  max-width: 328px;
}
@media (max-width: 991.98px) {
  .text-and-cards .mobile-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.text-and-cards .mobile-image .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.text-and-cards .mobile-image img {
  border-radius: 16px;
}

@media (max-width: 991.98px) {
  .text-and-multiple-images {
    margin: 33px 0 33px;
  }
}
.text-and-multiple-images .container {
  height: 100%;
  position: relative;
  z-index: 5;
}
.text-and-multiple-images .container .back-image {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.text-and-multiple-images .container .back-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-and-multiple-images .container:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff8e8;
  z-index: 1;
}
.text-and-multiple-images .content {
  padding: 100px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
}
@media (min-width: 1321px) {
  .text-and-multiple-images .content {
    padding: 100px 0 50px;
  }
}
@media (max-width: 991.98px) {
  .text-and-multiple-images .content {
    padding: 0;
  }
}
.text-and-multiple-images .inner-text {
  width: 43.3333%;
}
@media (max-width: 991.98px) {
  .text-and-multiple-images .inner-text {
    width: 100%;
    text-align: center;
  }
}
.text-and-multiple-images .inner-text h2 {
  font-family: "impact", sans-serif;
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #fff8e8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 6px 16px;
  background-color: #ff4733;
  margin-bottom: 35px;
}
@media (min-width: 1321px) {
  .text-and-multiple-images .inner-text h2 {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  .text-and-multiple-images .inner-text h2 {
    font-size: 45px;
  }
}
@media (max-width: 767.98px) {
  .text-and-multiple-images .inner-text h2 {
    font-size: 32px;
    line-height: 2.25;
  }
}
@media (min-width: 1321px) {
  .text-and-multiple-images .inner-text h2 {
    padding: 6px 16px;
    margin-bottom: 35px;
  }
}
@media (max-width: 991.98px) {
  .text-and-multiple-images .inner-text h2 {
    margin: 0 auto 35px;
  }
}
@media (max-width: 767.98px) {
  .text-and-multiple-images .inner-text h2 {
    font-size: 40px;
    line-height: 1;
    letter-spacing: normal;
    padding: 5px 11px 10px 9px;
    margin-bottom: 24px;
  }
}
.text-and-multiple-images .inner-text p {
  margin-bottom: 37px;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-stretch: semi-condensed;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.22px;
  text-align: left;
  color: #073859;
  text-align: left;
}
@media (min-width: 1321px) {
  .text-and-multiple-images .inner-text p {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .text-and-multiple-images .inner-text p {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .text-and-multiple-images .inner-text p {
    font-size: 16px;
    letter-spacing: -0.54px;
  }
}
@media (min-width: 1321px) {
  .text-and-multiple-images .inner-text p {
    margin-bottom: 37px;
  }
}
@media (max-width: 767.98px) {
  .text-and-multiple-images .inner-text p {
    font-weight: 500;
    line-height: 1.42;
    margin: 0;
    text-align: center;
    display: inline;
    letter-spacing: 0.07px;
  }
}
.text-and-multiple-images .inner-images {
  width: 53.3333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1321px) {
  .text-and-multiple-images .inner-images {
    max-width: 1020px;
    max-width: 1020px;
  }
}
@media (max-width: 991.98px) {
  .text-and-multiple-images .inner-images {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 575.98px) {
  .text-and-multiple-images .inner-images {
    margin-top: 40px;
  }
}
.text-and-multiple-images .inner-images .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 8px solid #fff8e8;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1321px) {
  .text-and-multiple-images .inner-images .image-wrapper {
    border-width: 8px;
  }
}
@media (max-width: 575.98px) {
  .text-and-multiple-images .inner-images .image-wrapper {
    border: none;
  }
}
.text-and-multiple-images .inner-images .image-wrapper:nth-child(1) {
  width: 59.53125%;
  -webkit-transform: rotate(6.22deg);
          transform: rotate(6.22deg);
  margin-left: 6px;
  margin-top: 123.83px;
  padding-top: 42.5%;
}
@media (min-width: 1321px) {
  .text-and-multiple-images .inner-images .image-wrapper:nth-child(1) {
    margin-left: 6px;
    margin-top: 123.83px;
  }
}
@media (max-width: 575.98px) {
  .text-and-multiple-images .inner-images .image-wrapper:nth-child(1) {
    width: 75.95%;
    padding-top: 57.4%;
    margin-left: -19%;
    margin-top: 0;
    -webkit-transform: translate(-48px, 49px) rotate(6.22deg);
            transform: translate(-48px, 49px) rotate(6.22deg);
  }
}
.text-and-multiple-images .inner-images .image-wrapper:nth-child(1) img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.text-and-multiple-images .inner-images .image-wrapper:nth-child(2) {
  width: 45.46875%;
  margin-left: -57px;
  margin-top: 26.93px;
  -webkit-transform: rotate(-4.06deg);
          transform: rotate(-4.06deg);
}
@media (min-width: 1321px) {
  .text-and-multiple-images .inner-images .image-wrapper:nth-child(2) {
    margin-left: -57px;
    margin-top: 26.93px;
  }
}
@media (max-width: 575.98px) {
  .text-and-multiple-images .inner-images .image-wrapper:nth-child(2) {
    width: 59.7%;
    margin-left: 0;
    margin-right: -19%;
    margin-top: 0;
    -webkit-transform: translate(-13px, 9px) rotate(-4.06deg);
            transform: translate(-13px, 9px) rotate(-4.06deg);
  }
}
.text-and-multiple-images .inner-images .inner-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 41.25%;
  position: relative;
  margin-top: -107.09px;
  margin-left: 181px;
}
@media (min-width: 1321px) {
  .text-and-multiple-images .inner-images .inner-logo {
    margin-top: -107.09px;
    margin-left: 181px;
  }
}
@media (max-width: 575.98px) {
  .text-and-multiple-images .inner-images .inner-logo {
    display: none;
  }
}
.text-and-multiple-images .mobile-logo {
  display: none;
  max-width: 200px;
  width: 100%;
  margin: 103px auto 0;
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}
@media (max-width: 575.98px) {
  .text-and-multiple-images .mobile-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.text-and-col-cards {
  position: relative;
}
@media (max-width: 991.98px) {
  .text-and-col-cards {
    margin: 16px 0 16px;
  }
}
.text-and-col-cards .back-image {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .text-and-col-cards .back-image {
    opacity: 0;
  }
}
.text-and-col-cards .back-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-and-col-cards .container {
  position: relative;
  z-index: 5;
  min-height: 100vh;
}
.text-and-col-cards .container:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #0012C6;
  mix-blend-mode: hard-light;
  z-index: 1;
}
.text-and-col-cards .content {
  padding: 100px 0 50px;
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media (min-width: 1321px) {
  .text-and-col-cards .content {
    max-width: calc(100% - 40px);
    width: 100%;
    padding: 100px 0 50px;
  }
}
@media (max-width: 991.98px) {
  .text-and-col-cards .content {
    padding: 31px 0 30px;
  }
}
.text-and-col-cards .content > p:last-child {
  letter-spacing: -0.48px;
}
.text-and-col-cards h2 {
  font-family: "impact", sans-serif;
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #fff8e8;
  margin-bottom: 25px;
  letter-spacing: 0.2px;
}
@media (min-width: 1321px) {
  .text-and-col-cards h2 {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  .text-and-col-cards h2 {
    font-size: 45px;
  }
}
@media (max-width: 767.98px) {
  .text-and-col-cards h2 {
    font-size: 32px;
    line-height: 2.25;
  }
}
@media (min-width: 1321px) {
  .text-and-col-cards h2 {
    margin-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  .text-and-col-cards h2 {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 26px;
  }
}
.text-and-col-cards h2 span {
  display: inline-block;
  padding: 0 0px;
  color: #fff8e8;
  position: relative;
  -webkit-transform: translate(4px, -6px) rotate(-3.89deg);
          transform: translate(4px, -6px) rotate(-3.89deg);
}
@media (max-width: 767.98px) {
  .text-and-col-cards h2 span {
    display: inline;
    color: #0012c6;
    -webkit-transform: none;
            transform: none;
  }
}
.text-and-col-cards h2 span:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -7px;
  width: calc(100% + 18px);
  height: calc(100% - 8px);
  background-color: #ff4733;
  mix-blend-mode: color;
}
@media (max-width: 767.98px) {
  .text-and-col-cards h2 span:before {
    display: none;
  }
}
.text-and-col-cards p {
  max-width: 720px;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-stretch: semi-condensed;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.22px;
  text-align: left;
  color: #fff8e8;
  margin-bottom: 32px;
  font-weight: 500;
}
@media (min-width: 1321px) {
  .text-and-col-cards p {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .text-and-col-cards p {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .text-and-col-cards p {
    font-size: 16px;
    letter-spacing: -0.54px;
  }
}
@media (min-width: 1321px) {
  .text-and-col-cards p {
    max-width: 720px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767.98px) {
  .text-and-col-cards p {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0px;
    margin-bottom: 23px;
    font-weight: normal;
  }
}
.text-and-col-cards p:last-child {
  margin-bottom: 0;
}
.text-and-col-cards p strong {
  font-weight: 600;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  font-style: inherit;
  color: inherit;
}
.text-and-col-cards .inner-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 34px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1145px;
}
@media (min-width: 1321px) {
  .text-and-col-cards .inner-cards {
    max-width: 100%;
    margin-bottom: 34px;
  }
}
@media (max-width: 575.98px) {
  .text-and-col-cards .inner-cards {
    width: calc(100% - 16px);
    gap: 8px;
    margin-bottom: 26px;
  }
}
.text-and-col-cards .inner-cards .card {
  width: calc(20% - 12.8px);
  background-color: #ff4733;
  border-radius: 16px;
  overflow: hidden;
  padding: 22px 24px 25px;
  min-height: 216px;
}
@media (min-width: 1321px) {
  .text-and-col-cards .inner-cards .card {
    padding: 22px 24px 25px;
    min-height: 216px;
  }
}
@media (max-width: 1200px) {
  .text-and-col-cards .inner-cards .card {
    width: calc(25% - 12px);
  }
}
@media (max-width: 991.98px) {
  .text-and-col-cards .inner-cards .card {
    width: calc(33.33% - 10.6667px);
    min-height: unset;
  }
}
@media (max-width: 767.98px) {
  .text-and-col-cards .inner-cards .card {
    width: calc(50% - 8px);
  }
}
@media (max-width: 575.98px) {
  .text-and-col-cards .inner-cards .card {
    width: 100%;
    padding: 16px 20px 16px;
  }
}
.text-and-col-cards .inner-cards .card h3,
.text-and-col-cards .inner-cards .card .inner-text-content {
  text-transform: uppercase;
  font-family: "impact", sans-serif;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #fff8e8;
  margin: 0;
}
@media (min-width: 1321px) {
  .text-and-col-cards .inner-cards .card h3,
  .text-and-col-cards .inner-cards .card .inner-text-content {
    font-size: 26px;
  }
}
@media (max-width: 991.98px) {
  .text-and-col-cards .inner-cards .card h3,
  .text-and-col-cards .inner-cards .card .inner-text-content {
    font-size: 23px;
  }
}
@media (max-width: 767.98px) {
  .text-and-col-cards .inner-cards .card h3,
  .text-and-col-cards .inner-cards .card .inner-text-content {
    font-size: 20px;
    line-height: 1.4;
  }
}
.text-and-col-cards .inner-cards .card h3 span,
.text-and-col-cards .inner-cards .card .inner-text-content span {
  color: #0012c6;
}
.text-and-col-cards .inner-cards .card p {
  font-family: "acumin-variable", sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  line-height: 2;
  margin-top: 4px;
  margin-bottom: 0;
  font-weight: normal;
  letter-spacing: 0.6px;
}
@media (min-width: 1321px) {
  .text-and-col-cards .inner-cards .card p {
    font-size: 18px;
  }
}
.text-and-col-cards .inner-cards.white-bg {
  margin-top: -10px;
  margin-bottom: 35px !important;
}
@media (min-width: 1321px) {
  .text-and-col-cards .inner-cards.white-bg {
    margin-top: -10px;
    margin-bottom: 35px !important;
  }
}
@media (max-width: 991.98px) {
  .text-and-col-cards .inner-cards.white-bg {
    margin-bottom: 26px !important;
  }
}
.text-and-col-cards .inner-cards.white-bg .card {
  background-color: #fff8e8;
  padding: 24px 24px 24px !important;
}
@media (min-width: 1321px) {
  .text-and-col-cards .inner-cards.white-bg .card {
    padding: 24px 24px 24px !important;
  }
}
@media (max-width: 991.98px) {
  .text-and-col-cards .inner-cards.white-bg .card {
    background-color: #ff4733;
    padding: 16px 20px 16px !important;
  }
}
.text-and-col-cards .inner-cards.white-bg .card h3,
.text-and-col-cards .inner-cards.white-bg .card .inner-text-content,
.text-and-col-cards .inner-cards.white-bg .card p {
  color: #ff4733;
}
@media (max-width: 991.98px) {
  .text-and-col-cards .inner-cards.white-bg .card h3,
  .text-and-col-cards .inner-cards.white-bg .card .inner-text-content,
  .text-and-col-cards .inner-cards.white-bg .card p {
    color: #fff8e8;
  }
}
.text-and-col-cards.two-col .inner-cards {
  max-width: 1056px;
}
@media (min-width: 1321px) {
  .text-and-col-cards.two-col .inner-cards {
    max-width: 100%;
  }
}
.text-and-col-cards.two-col .inner-cards .card {
  width: calc(50% - 8px);
}
@media (max-width: 767.98px) {
  .text-and-col-cards.two-col .inner-cards .card {
    width: 100%;
  }
}
.text-and-col-cards.two-col h2 {
  max-width: 720px;
}
@media (min-width: 1321px) {
  .text-and-col-cards.two-col h2 {
    max-width: 720px;
  }
}
.text-and-col-cards.two-col p {
  margin-bottom: 55px;
}
@media (min-width: 1321px) {
  .text-and-col-cards.two-col p {
    margin-bottom: 55px;
  }
}
@media (max-width: 767.98px) {
  .text-and-col-cards.two-col p {
    margin-bottom: 23px;
  }
}
@media (max-width: 991.98px) {
  .text-and-col-cards.three-col {
    margin: 32px 0;
  }
}
.text-and-col-cards.three-col .content {
  max-width: 1200px;
}
@media (min-width: 1321px) {
  .text-and-col-cards.three-col .content {
    max-width: calc(100% - 40px);
  }
}
.text-and-col-cards.three-col .content > p:last-child {
  font-weight: 500;
  line-height: 1.4;
  margin-left: 6px;
  letter-spacing: 0.1px;
  max-width: 759px;
}
@media (min-width: 1321px) {
  .text-and-col-cards.three-col .content > p:last-child {
    margin-left: 6px;
    max-width: 759px;
  }
}
@media (max-width: 991.98px) {
  .text-and-col-cards.three-col .content > p:last-child {
    line-height: 1.71;
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .text-and-col-cards.three-col p {
    font-weight: 600;
    letter-spacing: -0.13px;
  }
}
.text-and-col-cards.three-col .inner-cards {
  max-width: 1112px;
  margin-bottom: 26px;
}
@media (min-width: 1321px) {
  .text-and-col-cards.three-col .inner-cards {
    max-width: 100%;
    margin-bottom: 26px;
  }
}
.text-and-col-cards.three-col .inner-cards:last-child {
  margin-bottom: 0;
}
.text-and-col-cards.three-col .inner-cards .card {
  width: calc(33.33% - 10.6667px);
  padding: 22px 24px 20px;
  min-height: unset;
}
@media (min-width: 1321px) {
  .text-and-col-cards.three-col .inner-cards .card {
    padding: 22px 24px 20px;
  }
}
@media (max-width: 991.98px) {
  .text-and-col-cards.three-col .inner-cards .card {
    width: calc(50% - 8px);
    padding: 16px 20px 16px 20px;
  }
}
@media (max-width: 767.98px) {
  .text-and-col-cards.three-col .inner-cards .card {
    width: 100%;
  }
}
.text-and-col-cards.three-col .inner-cards .card h3,
.text-and-col-cards.three-col .inner-cards .card .inner-text-content {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  max-width: 310px;
  line-height: 1.5;
}
@media (min-width: 1321px) {
  .text-and-col-cards.three-col .inner-cards .card h3,
  .text-and-col-cards.three-col .inner-cards .card .inner-text-content {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .text-and-col-cards.three-col .inner-cards .card h3,
  .text-and-col-cards.three-col .inner-cards .card .inner-text-content {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .text-and-col-cards.three-col .inner-cards .card h3,
  .text-and-col-cards.three-col .inner-cards .card .inner-text-content {
    font-size: 20px;
    line-height: 1;
  }
}
@media (min-width: 1321px) {
  .text-and-col-cards.three-col .inner-cards .card h3,
  .text-and-col-cards.three-col .inner-cards .card .inner-text-content {
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .text-and-col-cards.three-col .inner-cards .card h3,
  .text-and-col-cards.three-col .inner-cards .card .inner-text-content {
    line-height: 1.4;
  }
}
@media (max-width: 991.98px) {
  .text-and-col-cards.three-col .inner-cards .card p {
    letter-spacing: -0.3px;
    line-height: normal;
  }
}
.text-and-col-cards.four-col .container:before {
  mix-blend-mode: unset;
}
.text-and-col-cards.four-col .container:after {
  display: none;
}
.text-and-col-cards.four-col p {
  line-height: 1.4;
  margin-bottom: 39px;
}
@media (min-width: 1321px) {
  .text-and-col-cards.four-col p {
    margin-bottom: 39px;
  }
}
.text-and-col-cards.four-col .inner-cards {
  max-width: 1136px;
}
@media (min-width: 1321px) {
  .text-and-col-cards.four-col .inner-cards {
    max-width: 100%;
  }
}
.text-and-col-cards.four-col .inner-cards .card {
  width: calc(25% - 12px);
  padding: 24px 24px 48px;
  min-height: unset;
}
@media (min-width: 1321px) {
  .text-and-col-cards.four-col .inner-cards .card {
    padding: 24px 24px 48px;
  }
}
@media (max-width: 991.98px) {
  .text-and-col-cards.four-col .inner-cards .card {
    width: calc(50% - 8px);
    padding: 16px 20px 16px 20px;
  }
}
@media (max-width: 767.98px) {
  .text-and-col-cards.four-col .inner-cards .card {
    width: 100%;
  }
}
.text-and-col-cards.four-col .inner-cards .card h3,
.text-and-col-cards.four-col .inner-cards .card .inner-text-content {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
}
@media (min-width: 1321px) {
  .text-and-col-cards.four-col .inner-cards .card h3,
  .text-and-col-cards.four-col .inner-cards .card .inner-text-content {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .text-and-col-cards.four-col .inner-cards .card h3,
  .text-and-col-cards.four-col .inner-cards .card .inner-text-content {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .text-and-col-cards.four-col .inner-cards .card h3,
  .text-and-col-cards.four-col .inner-cards .card .inner-text-content {
    font-size: 20px;
    line-height: 1;
  }
}
.text-and-col-cards.yellow-bg .container:before {
  background-color: #fff8e8;
  mix-blend-mode: unset;
}
.text-and-col-cards.yellow-bg h2 {
  color: #0012c6;
  max-width: 720px;
}
@media (min-width: 1321px) {
  .text-and-col-cards.yellow-bg h2 {
    max-width: 720px;
  }
}
.text-and-col-cards.yellow-bg p {
  color: #073859;
  max-width: 720px;
  line-height: 1.4;
  margin-bottom: 39px;
}
@media (min-width: 1321px) {
  .text-and-col-cards.yellow-bg p {
    max-width: 720px;
    margin-bottom: 39px;
  }
}
.text-and-col-cards.yellow-bg .inner-cards .card {
  padding: 24px 24px 24px;
  min-height: unset;
}
@media (min-width: 1321px) {
  .text-and-col-cards.yellow-bg .inner-cards .card {
    padding: 24px;
  }
}
.text-and-col-cards.yellow-bg .inner-cards h3,
.text-and-col-cards.yellow-bg .inner-cards .inner-text-content {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.3px;
}
@media (min-width: 1321px) {
  .text-and-col-cards.yellow-bg .inner-cards h3,
  .text-and-col-cards.yellow-bg .inner-cards .inner-text-content {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .text-and-col-cards.yellow-bg .inner-cards h3,
  .text-and-col-cards.yellow-bg .inner-cards .inner-text-content {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .text-and-col-cards.yellow-bg .inner-cards h3,
  .text-and-col-cards.yellow-bg .inner-cards .inner-text-content {
    font-size: 20px;
    line-height: 1;
  }
}
.text-and-col-cards.yellow-bg .inner-cards h3 span,
.text-and-col-cards.yellow-bg .inner-cards .inner-text-content span {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: normal;
  text-align: left;
  color: inherit;
  text-transform: none;
}
@media (min-width: 1321px) {
  .text-and-col-cards.yellow-bg .inner-cards h3 span,
  .text-and-col-cards.yellow-bg .inner-cards .inner-text-content span {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .text-and-col-cards.yellow-bg .inner-cards h3 span,
  .text-and-col-cards.yellow-bg .inner-cards .inner-text-content span {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .text-and-col-cards.yellow-bg .inner-cards h3 span,
  .text-and-col-cards.yellow-bg .inner-cards .inner-text-content span {
    font-size: 16px;
  }
}
.text-and-col-cards.yellow-bg.three-col .content {
  max-width: 1160px;
}
@media (min-width: 1321px) {
  .text-and-col-cards.yellow-bg.three-col .content {
    max-width: calc(100% - 40px);
  }
}
.text-and-col-cards.yellow-bg.three-col h2 {
  max-width: 100%;
}
.text-and-col-cards.yellow-bg.three-col p {
  max-width: 768px;
}
@media (min-width: 1321px) {
  .text-and-col-cards.yellow-bg.three-col p {
    max-width: 768px;
  }
}
.text-and-col-cards.yellow-bg.three-col .inner-cards {
  margin-bottom: 42px;
}
@media (min-width: 1321px) {
  .text-and-col-cards.yellow-bg.three-col .inner-cards {
    margin-bottom: 42px;
  }
}
.text-and-col-cards.yellow-bg.three-col .inner-cards .card {
  padding: 24px 24px 25px;
}
@media (min-width: 1321px) {
  .text-and-col-cards.yellow-bg.three-col .inner-cards .card {
    padding: 24px 24px 25px;
  }
}
.text-and-col-cards.yellow-bg.three-col .inner-cards h3,
.text-and-col-cards.yellow-bg.three-col .inner-cards .inner-text-content {
  text-transform: none;
  line-height: 1.2;
}
.text-and-col-cards.yellow-bg.three-col .inner-cards h3 span,
.text-and-col-cards.yellow-bg.three-col .inner-cards .inner-text-content span {
  font-size: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: #0012c6;
  text-transform: uppercase;
}
.text-and-col-cards.red-bg .container:before {
  background-color: #ff4733;
  mix-blend-mode: unset;
}
.text-and-col-cards.red-bg .inner-cards .card {
  background-color: #0012c6;
  min-height: unset;
  padding: 24px;
}
@media (min-width: 1321px) {
  .text-and-col-cards.red-bg .inner-cards .card {
    padding: 24px;
  }
}
.text-and-col-cards.red-bg .inner-cards .card h3,
.text-and-col-cards.red-bg .inner-cards .card .inner-text-content {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  line-height: 1.5;
}
@media (min-width: 1321px) {
  .text-and-col-cards.red-bg .inner-cards .card h3,
  .text-and-col-cards.red-bg .inner-cards .card .inner-text-content {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .text-and-col-cards.red-bg .inner-cards .card h3,
  .text-and-col-cards.red-bg .inner-cards .card .inner-text-content {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .text-and-col-cards.red-bg .inner-cards .card h3,
  .text-and-col-cards.red-bg .inner-cards .card .inner-text-content {
    font-size: 20px;
    line-height: 1;
  }
}
.text-and-col-cards.red-bg p {
  margin-bottom: 36px;
}
@media (min-width: 1321px) {
  .text-and-col-cards.red-bg p {
    margin-bottom: 36px;
  }
}
.text-and-col-cards.no-background .container:before {
  background-color: #0012c6;
  mix-blend-mode: unset;
}

@media (max-width: 991.98px) {
  .mix-card-image-text {
    margin: 24px 0 16px;
  }
}
.mix-card-image-text .container {
  height: 100%;
  position: relative;
  z-index: 5;
}
.mix-card-image-text .container .back-image {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .mix-card-image-text .container .back-image {
    opacity: 0;
  }
}
.mix-card-image-text .container .back-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mix-card-image-text .container:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff8e8;
  z-index: 1;
}
.mix-card-image-text .content {
  padding: 120px 0 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
}
@media (min-width: 1321px) {
  .mix-card-image-text .content {
    padding-top: 120px;
  }
}
@media (max-width: 991.98px) {
  .mix-card-image-text .content {
    padding: 0;
  }
}
.mix-card-image-text .mobile-image {
  display: none;
  margin-bottom: 32px;
}
@media (max-width: 991.98px) {
  .mix-card-image-text .mobile-image {
    display: block;
  }
}
.mix-card-image-text .mobile-image .inner-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 328px;
  width: 100%;
}
.mix-card-image-text .mobile-image img {
  border-radius: 16px;
}
.mix-card-image-text .inner-col-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 76.5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1321px) {
  .mix-card-image-text .inner-col-cards {
    margin-bottom: 76.5px;
  }
}
@media (max-width: 991.98px) {
  .mix-card-image-text .inner-col-cards {
    gap: 16px;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    overflow-x: auto;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    padding-bottom: 33px;
    margin-bottom: 30px;
    width: calc(100% + 40px);
    margin-right: -40px;
    cursor: -webkit-grab;
    cursor: grab;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    scroll-behavior: smooth;
  }
}
@media (max-width: 575.98px) {
  .mix-card-image-text .inner-col-cards {
    width: calc(100% + 32px);
    margin-right: -32px;
  }
}
.mix-card-image-text .inner-col-cards .card {
  width: 33.33%;
  border-radius: 16px;
  overflow: hidden;
  border: 8px solid #fff8e8;
}
@media (max-width: 991.98px) {
  .mix-card-image-text .inner-col-cards .card {
    -webkit-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
    margin: 0 !important;
    border: none;
    min-width: 300px;
  }
}
@media (max-width: 575.98px) {
  .mix-card-image-text .inner-col-cards .card {
    min-width: 240px;
  }
}
.mix-card-image-text .inner-col-cards .card:nth-child(1) {
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
  margin-left: 35px;
  margin-top: 22px;
}
@media (min-width: 1321px) {
  .mix-card-image-text .inner-col-cards .card:nth-child(1) {
    margin-left: 35px;
    margin-top: 22px;
  }
}
.mix-card-image-text .inner-col-cards .card:nth-child(1) .inner-text {
  max-width: 299px;
}
@media (min-width: 1321px) {
  .mix-card-image-text .inner-col-cards .card:nth-child(1) .inner-text {
    max-width: 299px;
  }
}
.mix-card-image-text .inner-col-cards .card:nth-child(1).is-text {
  padding: 32px 60px 20px 22px;
}
@media (min-width: 1321px) {
  .mix-card-image-text .inner-col-cards .card:nth-child(1).is-text {
    padding: 32px 60px 20px 22px;
  }
}
@media (max-width: 991.98px) {
  .mix-card-image-text .inner-col-cards .card:nth-child(1).is-text {
    padding: 25px 24px 23px;
  }
}
.mix-card-image-text .inner-col-cards .card:nth-child(2) {
  -webkit-transform: rotate(-5.58deg);
          transform: rotate(-5.58deg);
  margin-left: -48px;
  margin-top: 0;
}
@media (min-width: 1321px) {
  .mix-card-image-text .inner-col-cards .card:nth-child(2) {
    max-block-size: -48px;
  }
}
.mix-card-image-text .inner-col-cards .card:nth-child(3) {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  margin-left: -20px;
  margin-top: 22px;
}
@media (min-width: 1321px) {
  .mix-card-image-text .inner-col-cards .card:nth-child(3) {
    margin-left: -20px;
    margin-top: 22px;
  }
}
.mix-card-image-text .inner-col-cards .card:nth-child(3).is-text {
  padding: 29px 26px 20px;
}
@media (min-width: 1321px) {
  .mix-card-image-text .inner-col-cards .card:nth-child(3).is-text {
    padding: 29px 26px 20px;
  }
}
@media (max-width: 991.98px) {
  .mix-card-image-text .inner-col-cards .card:nth-child(3).is-text {
    padding: 24px 24px 20px;
  }
}
@media (max-width: 991.98px) {
  .mix-card-image-text .inner-col-cards .card.is-image {
    display: none;
  }
}
.mix-card-image-text .inner-col-cards .card .inner-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mix-card-image-text .inner-col-cards .is-text {
  padding: 20px 20px 20px;
  background-color: #ff4733;
  min-height: 280px;
}
@media (min-width: 1321px) {
  .mix-card-image-text .inner-col-cards .is-text {
    padding: 20px 20px 20px;
    min-height: 280px;
  }
}
@media (max-width: 991.98px) {
  .mix-card-image-text .inner-col-cards .is-text {
    min-height: unset;
  }
}
.mix-card-image-text .inner-col-cards .is-text p {
  font-family: "impact", sans-serif;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  margin: 0;
  color: #fff8e8;
  text-transform: uppercase;
}
@media (min-width: 1321px) {
  .mix-card-image-text .inner-col-cards .is-text p {
    font-size: 26px;
  }
}
@media (max-width: 991.98px) {
  .mix-card-image-text .inner-col-cards .is-text p {
    font-size: 23px;
  }
}
@media (max-width: 767.98px) {
  .mix-card-image-text .inner-col-cards .is-text p {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media (max-width: 991.98px) {
  .mix-card-image-text .inner-col-cards .is-text p span {
    color: #0012c6;
  }
}
.mix-card-image-text .inner-col-cards::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  cursor: pointer;
}
.mix-card-image-text .inner-col-cards::-webkit-scrollbar-track {
  background: #d9d9d9;
  border-radius: 4px;
}
.mix-card-image-text .inner-col-cards::-webkit-scrollbar-thumb {
  background: #0012c6;
  border-radius: 4px;
  cursor: pointer;
}
.mix-card-image-text .inner-col-cards::-webkit-scrollbar-thumb:hover {
  background: #0012c6;
}
.mix-card-image-text .text-content {
  background-color: #0012c6;
  border-radius: 16px 16px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 40px 50px;
  gap: 60px;
}
@media (min-width: 1321px) {
  .mix-card-image-text .text-content {
    padding: 40px 40px 50px;
  }
}
@media (max-width: 991.98px) {
  .mix-card-image-text .text-content {
    background-color: transparent;
    padding: 0;
    gap: 27px;
  }
}
.mix-card-image-text .text-content h2 {
  width: 362px;
  font-family: "impact", sans-serif;
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  margin: 0;
  color: #fff8e8;
}
@media (min-width: 1321px) {
  .mix-card-image-text .text-content h2 {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  .mix-card-image-text .text-content h2 {
    font-size: 45px;
  }
}
@media (max-width: 767.98px) {
  .mix-card-image-text .text-content h2 {
    font-size: 32px;
    line-height: 2.25;
  }
}
@media (min-width: 1321px) {
  .mix-card-image-text .text-content h2 {
    width: 30.1667%;
  }
}
@media (max-width: 991.98px) {
  .mix-card-image-text .text-content h2 {
    color: #ff4733;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .mix-card-image-text .text-content h2 {
    font-size: 40px;
    line-height: 1;
  }
}
.mix-card-image-text .text-content h2 span {
  display: block;
  -webkit-transform: rotate(-3.89deg);
          transform: rotate(-3.89deg);
  font-family: "impact", sans-serif;
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #fff8e8;
  position: relative;
  padding: 0 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -14px;
  margin-left: 20px;
}
@media (min-width: 1321px) {
  .mix-card-image-text .text-content h2 span {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  .mix-card-image-text .text-content h2 span {
    font-size: 45px;
  }
}
@media (max-width: 767.98px) {
  .mix-card-image-text .text-content h2 span {
    font-size: 32px;
    line-height: 2.25;
  }
}
@media (min-width: 1321px) {
  .mix-card-image-text .text-content h2 span {
    padding: 0 10px;
    margin-top: -14px;
    margin-left: 20px;
  }
}
@media (max-width: 991.98px) {
  .mix-card-image-text .text-content h2 span {
    color: #ff4733;
    margin: 0;
    padding: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@media (max-width: 767.98px) {
  .mix-card-image-text .text-content h2 span {
    font-size: 40px;
    line-height: 1;
  }
}
.mix-card-image-text .text-content h2 span:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 5px;
  width: 100%;
  height: calc(100% - 7px);
  background-color: #ff4733;
  mix-blend-mode: color;
}
@media (max-width: 991.98px) {
  .mix-card-image-text .text-content h2 span:before {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .mix-card-image-text .text-content h2 span:before {
    top: 15px;
    height: calc(100% - 29px);
  }
}
.mix-card-image-text .text-content h2 span:after {
  content: "";
  position: absolute;
  left: -3px;
  top: 2px;
  border: 4px solid #0012c6;
  width: 100%;
  height: calc(100% - 8px);
}
@media (max-width: 991.98px) {
  .mix-card-image-text .text-content h2 span:after {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .mix-card-image-text .text-content h2 span:after {
    top: 11px;
    height: calc(100% - 28px);
  }
}
.mix-card-image-text .text-content .text-right {
  width: calc(100% - 422px);
  padding-top: 10px;
}
@media (min-width: 1321px) {
  .mix-card-image-text .text-content .text-right {
    width: 58.1667%;
    padding-top: 10px;
  }
}
@media (max-width: 991.98px) {
  .mix-card-image-text .text-content .text-right {
    width: 100%;
    padding-top: 0;
  }
}
.mix-card-image-text .text-content .text-right h3 {
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-stretch: semi-condensed;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.22px;
  text-align: left;
  color: #fff8e8;
  letter-spacing: -0.2px;
  margin-bottom: 0px;
}
@media (min-width: 1321px) {
  .mix-card-image-text .text-content .text-right h3 {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .mix-card-image-text .text-content .text-right h3 {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .mix-card-image-text .text-content .text-right h3 {
    font-size: 16px;
    letter-spacing: -0.54px;
  }
}
@media (max-width: 991.98px) {
  .mix-card-image-text .text-content .text-right h3 {
    color: #073859;
  }
}
@media (max-width: 767.98px) {
  .mix-card-image-text .text-content .text-right h3 {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: normal;
    font-weight: normal;
  }
}
.mix-card-image-text .text-content .text-right ul li {
  color: #fff8e8;
}
@media (max-width: 991.98px) {
  .mix-card-image-text .text-content .text-right ul li {
    color: #073859;
  }
}
@media (max-width: 767.98px) {
  .mix-card-image-text .text-content .text-right ul li {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: normal;
    padding-left: 21px;
  }
}
.mix-card-image-text .text-content .text-right ul li:before {
  background-color: #fff8e8;
}
@media (max-width: 991.98px) {
  .mix-card-image-text .text-content .text-right ul li:before {
    background-color: #073859;
    left: 9px;
    top: 12px;
  }
}

.text-and-accordion {
  position: relative;
}
@media (max-width: 991.98px) {
  .text-and-accordion {
    margin: 27px 0 24px;
  }
}
.text-and-accordion .back-image {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .text-and-accordion .back-image {
    display: none;
  }
}
.text-and-accordion .back-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-and-accordion .container {
  position: relative;
  z-index: 5;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100vh;
}
.text-and-accordion .container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff8e8;
  z-index: 1;
}
.text-and-accordion .content {
  max-width: 1160px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 100px 0 0px;
  height: 100%;
  position: relative;
  z-index: 10;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 100vh;
  padding-top: 13.1579vh;
}
@media (min-width: 1321px) {
  .text-and-accordion .content {
    width: 100%;
    max-width: calc(100% - 40px);
  }
}
@media (min-width: 991.98px) and (max-height: 800px) {
  .text-and-accordion .content {
    min-height: 100vh;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 100px;
  }
}
@media (max-width: 991.98px) {
  .text-and-accordion .content {
    padding: 27px 0 0px;
    gap: 23px 0;
    padding: 0;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.text-and-accordion .inner-mix-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 0;
  width: 100%;
}
@media (min-width: 991.98px) and (max-height: 800px) {
  .text-and-accordion .inner-mix-content {
    min-height: 660px;
  }
}
.text-and-accordion .inner-text {
  width: 48.2759%;
  position: relative;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 27px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media (max-width: 991.98px) {
  .text-and-accordion .inner-text {
    width: 100%;
    padding-bottom: 0;
  }
}
.text-and-accordion .inner-text h2 {
  font-family: "impact", sans-serif;
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #0012c6;
  margin-bottom: 24px;
}
@media (min-width: 1321px) {
  .text-and-accordion .inner-text h2 {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  .text-and-accordion .inner-text h2 {
    font-size: 45px;
  }
}
@media (max-width: 767.98px) {
  .text-and-accordion .inner-text h2 {
    font-size: 32px;
    line-height: 2.25;
  }
}
@media (max-width: 767.98px) {
  .text-and-accordion .inner-text h2 {
    color: #ff4733;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 26px;
  }
}
.text-and-accordion .inner-text h2 span {
  font-family: "impact", sans-serif;
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #fff8e8;
  color: #fff8e8;
  display: block;
  padding: 0px 32px;
  position: relative;
  margin-top: -14px;
  margin-left: -3px;
  -webkit-transform: rotate(-3.89deg);
          transform: rotate(-3.89deg);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1321px) {
  .text-and-accordion .inner-text h2 span {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  .text-and-accordion .inner-text h2 span {
    font-size: 45px;
  }
}
@media (max-width: 767.98px) {
  .text-and-accordion .inner-text h2 span {
    font-size: 32px;
    line-height: 2.25;
  }
}
@media (max-width: 991.98px) {
  .text-and-accordion .inner-text h2 span {
    margin-top: -7px;
    padding: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-left: 0;
    color: #ff4733;
    font-size: inherit;
    font-family: inherit;
    font-style: inherit;
    letter-spacing: inherit;
    line-height: inherit;
  }
}
.text-and-accordion .inner-text h2 span:before {
  content: "";
  position: absolute;
  left: 23px;
  top: 5px;
  width: calc(100% - 43px);
  height: calc(100% - 8px);
  background-color: #ff4733;
  mix-blend-mode: color;
}
@media (max-width: 991.98px) {
  .text-and-accordion .inner-text h2 span:before {
    top: 15px;
    height: calc(100% - 29px);
    display: none;
  }
}
.text-and-accordion .inner-text h2 span:after {
  content: "";
  position: absolute;
  left: 18px;
  top: 1px;
  border: 4px solid #fff8e8;
  width: calc(100% - 42px);
  height: calc(100% - 8px);
}
@media (max-width: 991.98px) {
  .text-and-accordion .inner-text h2 span:after {
    top: 11px;
    height: calc(100% - 28px);
    display: none;
  }
}
.text-and-accordion .inner-text p {
  margin-bottom: 26px;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-stretch: semi-condensed;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.22px;
  text-align: left;
  color: #073859;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 1.44;
}
@media (min-width: 1321px) {
  .text-and-accordion .inner-text p {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .text-and-accordion .inner-text p {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .text-and-accordion .inner-text p {
    font-size: 16px;
    letter-spacing: -0.54px;
  }
}
@media (max-width: 991.98px) {
  .text-and-accordion .inner-text p {
    color: #073859;
    margin-bottom: 22px;
  }
}
@media (max-width: 767.98px) {
  .text-and-accordion .inner-text p {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 0.07px;
  }
}
.text-and-accordion .inner-text p strong {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  letter-spacing: -0.2px;
  line-height: inherit;
  display: block;
  font-weight: 600;
  color: inherit;
  margin-top: 38px;
  text-align: left;
}
@media (max-width: 991.98px) {
  .text-and-accordion .inner-text p strong {
    line-height: 1.71;
    margin-top: -5px;
  }
}
@media (max-width: 991.98px) {
  .text-and-accordion .inner-text p:last-child {
    margin-bottom: 0;
  }
}
.text-and-accordion .inner-text .inner-image {
  -webkit-transform: rotate(5.62deg);
          transform: rotate(5.62deg);
  width: calc(100% - 18px);
  max-width: 542px;
  margin-bottom: -77px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
@media (min-width: 1321px) {
  .text-and-accordion .inner-text .inner-image {
    max-width: 542px;
    margin-bottom: -77px;
  }
}
@media (max-width: 991.98px) {
  .text-and-accordion .inner-text .inner-image {
    display: none !important;
  }
}
.text-and-accordion .inner-text .inner-image .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.text-and-accordion .inner-text .inner-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 16px 0 0;
}
.text-and-accordion .inner-accordion {
  width: 46.5517%;
  margin-top: 5px;
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .text-and-accordion .inner-accordion {
    width: 100%;
    margin: 0;
    padding-bottom: 0;
  }
}
.text-and-accordion .inner-accordion .list {
  background-color: #073859;
  border-radius: 12px;
  margin-bottom: 4px;
}
@media (min-width: 1321px) {
  .text-and-accordion .inner-accordion .list {
    margin-bottom: 4px;
  }
}
.text-and-accordion .inner-accordion .list:last-child {
  margin-bottom: 0;
}
.text-and-accordion .inner-accordion .list.active .list-top h3 {
  color: #ff4733;
}
.text-and-accordion .inner-accordion .list.active .list-top:before {
  opacity: 0;
}
.text-and-accordion .inner-accordion .list.active .list-top:after {
  opacity: 1;
}
.text-and-accordion .inner-accordion .list-top {
  padding: 14px 16px 13px;
  position: relative;
  cursor: pointer;
}
@media (min-width: 1321px) {
  .text-and-accordion .inner-accordion .list-top {
    padding: 14px 16px 13px;
  }
}
.text-and-accordion .inner-accordion .list-top:hover h3 {
  color: #ff4733;
}
@media (max-width: 991.98px) {
  .text-and-accordion .inner-accordion .list-top {
    padding: 12px 49px 12px 16px;
  }
}
.text-and-accordion .inner-accordion .list-top h3 {
  font-family: "impact", sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #fff8e8;
  margin: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding-right: 25px;
}
@media (min-width: 1321px) {
  .text-and-accordion .inner-accordion .list-top h3 {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .text-and-accordion .inner-accordion .list-top h3 {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .text-and-accordion .inner-accordion .list-top h3 {
    font-size: 20px;
    line-height: 1;
  }
}
@media (min-width: 1321px) {
  .text-and-accordion .inner-accordion .list-top h3 {
    padding-right: 25px;
  }
}
@media (max-width: 991.98px) {
  .text-and-accordion .inner-accordion .list-top h3 {
    line-height: 1.2;
  }
}
.text-and-accordion .inner-accordion .list-top:before {
  content: "\e901";
  font-family: "icomoon";
  position: absolute;
  font-size: 18px;
  right: 15px;
  top: 16px;
  color: #fff8e8;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 1321px) {
  .text-and-accordion .inner-accordion .list-top:before {
    font-size: 18px;
    top: 16px;
    right: 15px;
  }
}
.text-and-accordion .inner-accordion .list-top:after {
  content: "\e900";
  font-family: "icomoon";
  position: absolute;
  font-size: 18px;
  right: 15px;
  top: 16px;
  color: #fff8e8;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}
@media (min-width: 1321px) {
  .text-and-accordion .inner-accordion .list-top:after {
    font-size: 18px;
    top: 16px;
    right: 15px;
  }
}
.text-and-accordion .inner-accordion .list-hide {
  padding: 2px 23px 14px 16px;
  display: none;
}
@media (min-width: 1321px) {
  .text-and-accordion .inner-accordion .list-hide {
    padding: 2px 23px 14px 16px;
  }
}
@media (max-width: 991.98px) {
  .text-and-accordion .inner-accordion .list-hide {
    padding-top: 5px;
    padding-bottom: 15px;
  }
}
.text-and-accordion .inner-accordion .list-hide p {
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: semi-condensed;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: center;
  color: #fff8e8;
  text-align: left;
  margin: 0;
  line-height: 1.56;
  letter-spacing: 0.1px;
  margin-bottom: 28px;
}
@media (min-width: 1321px) {
  .text-and-accordion .inner-accordion .list-hide p {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .text-and-accordion .inner-accordion .list-hide p {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .text-and-accordion .inner-accordion .list-hide p {
    font-size: 14px;
    letter-spacing: -0.2px;
  }
}
@media (min-width: 1321px) {
  .text-and-accordion .inner-accordion .list-hide p {
    margin-bottom: 28px;
  }
}
.text-and-accordion .inner-accordion .list-hide p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .text-and-accordion .inner-accordion .list-hide p {
    line-height: 1.71;
    letter-spacing: 0.06px;
  }
}
.text-and-accordion .mobile-image {
  display: none;
}
@media (max-width: 991.98px) {
  .text-and-accordion .mobile-image {
    display: block;
  }
}
.text-and-accordion .mobile-image .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 767px;
  aspect-ratio: 328/236;
}
.text-and-accordion .mobile-image img {
  border-radius: 16px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-and-accordion .container > .inner-image {
  -webkit-transform: rotate(5.62deg);
          transform: rotate(5.62deg);
  width: 48.2759%;
  max-width: 542px;
  margin-bottom: -77px;
  position: fixed;
  bottom: 0;
  overflow: hidden;
  max-height: 309px;
  margin-bottom: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  max-width: 562px;
  border-radius: 0 0 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  position: relative;
  margin-top: -100px;
  z-index: 5;
}
@media (min-width: 1321px) {
  .text-and-accordion .container > .inner-image {
    max-width: 562px;
    margin-bottom: -77px;
    max-height: 309px;
    margin-top: -100px;
  }
}
@media (max-height: 800px) {
  .text-and-accordion .container > .inner-image {
    position: absolute;
    max-height: unset;
    margin-bottom: -77px;
    -webkit-transform: rotate(5.62deg);
            transform: rotate(5.62deg);
    max-width: 542px;
    bottom: -210px;
    display: none;
  }
}
@media (max-width: 991.98px) {
  .text-and-accordion .container > .inner-image {
    display: none;
  }
}
.text-and-accordion .container > .inner-image .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 385px;
  -webkit-transform: translate(1px, 25px) rotate(5.62deg);
          transform: translate(1px, 25px) rotate(5.62deg);
  width: calc(100% - 20px);
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media (max-height: 800px) {
  .text-and-accordion .container > .inner-image .image-wrapper {
    max-height: unset;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
}
.text-and-accordion .container > .inner-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.text-and-accordion.red-bg .container .back-image:after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 71, 51, 0)), color-stop(34.62%, #FF4733));
  background: linear-gradient(360deg, rgba(255, 71, 51, 0) 0%, #FF4733 34.62%);
}
@media (max-width: 991.98px) {
  .text-and-accordion.red-bg .container .back-image:after {
    display: none;
  }
}
.text-and-accordion.red-bg .container:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  background: #ff4733;
  mix-blend-mode: hard-light;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  .text-and-accordion.red-bg .container:before {
    display: none;
  }
}
.text-and-accordion.red-bg .inner-text h2 {
  color: #fff8e8;
}
@media (max-width: 991.98px) {
  .text-and-accordion.red-bg .inner-text h2 {
    color: #ff4733;
  }
}
.text-and-accordion.red-bg .inner-text p {
  color: #fff8e8;
}
@media (max-width: 991.98px) {
  .text-and-accordion.red-bg .inner-text p {
    color: #073859;
  }
}
.text-and-accordion.red-bg .inner-text p strong {
  margin-top: 24px;
  line-height: inherit;
}
@media (max-width: 991.98px) {
  .text-and-accordion.red-bg .inner-text p strong {
    font-weight: 500;
    letter-spacing: 0.1px;
    margin-bottom: 0;
  }
}
.text-and-accordion.swiper-slide-active .inner-text .inner-image {
  -webkit-transform: translateY(-77px) rotate(0deg);
          transform: translateY(-77px) rotate(0deg);
}
.text-and-accordion.swiper-slide-active .container > .inner-image {
  bottom: 20px;
}
.text-and-accordion.swiper-slide-active .container > .inner-image .image-wrapper {
  -webkit-transform: none;
          transform: none;
}

.text-and-image {
  background-color: transparent;
}
.text-and-image .content {
  padding: 100px 0 0;
}
@media (min-width: 1321px) {
  .text-and-image .content {
    padding: 100px 0 0;
  }
}
@media (max-width: 991.98px) {
  .text-and-image .content {
    padding-top: 116px;
  }
}
.text-and-image .inner-text-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-bottom: 61px;
}
@media (min-width: 1321px) {
  .text-and-image .inner-text-image {
    margin-bottom: 61px;
  }
}
@media (max-width: 991.98px) {
  .text-and-image .inner-text-image {
    margin-bottom: 24px;
  }
}
.text-and-image .inner-text-image .inner-text {
  width: calc(100% - 400px);
}
@media (min-width: 1320px) {
  .text-and-image .inner-text-image .inner-text {
    width: 66.6667%;
  }
}
@media (max-width: 991.98px) {
  .text-and-image .inner-text-image .inner-text {
    width: 100%;
  }
}
.text-and-image .inner-text-image .inner-image {
  width: 340px;
  -webkit-transform: rotate(-4.06deg);
          transform: rotate(-4.06deg);
  margin-top: 10px;
}
@media (min-width: 1320px) {
  .text-and-image .inner-text-image .inner-image {
    width: 28.3333%;
  }
}
@media (max-width: 991.98px) {
  .text-and-image .inner-text-image .inner-image {
    display: none;
  }
}
.text-and-image .inner-text-image .inner-image .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
}
.text-and-image .inner-text-image .inner-image img {
  max-width: 306.68px;
  border-radius: 16px;
}
@media (min-width: 1320px) {
  .text-and-image .inner-text-image .inner-image img {
    max-width: 100%;
  }
}
.text-and-image .inner-text-image h1 {
  font-size: 72px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: left;
  font-family: "impact", sans-serif;
  margin-bottom: 34px;
  text-transform: uppercase;
}
@media (min-width: 1321px) {
  .text-and-image .inner-text-image h1 {
    font-size: 72px;
  }
}
@media (max-width: 1200px) {
  .text-and-image .inner-text-image h1 {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  .text-and-image .inner-text-image h1 {
    font-size: 52px;
    line-height: 1.23;
  }
}
@media (min-width: 1321px) {
  .text-and-image .inner-text-image h1 {
    margin-bottom: 34px;
  }
}
.text-and-image .inner-text-image h1 span {
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  font-family: "impact", sans-serif;
  display: block;
  text-transform: uppercase;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff8e8;
  -webkit-transform: rotate(-1.61deg);
          transform: rotate(-1.61deg);
  margin-top: -6px;
  padding: 0 9px;
}
@media (min-width: 1321px) {
  .text-and-image .inner-text-image h1 span {
    font-size: 48px;
  }
}
@media (max-width: 1200px) {
  .text-and-image .inner-text-image h1 span {
    font-size: 35px;
  }
}
@media (max-width: 991.98px) {
  .text-and-image .inner-text-image h1 span {
    font-size: 28px;
    line-height: 1;
  }
}
@media (min-width: 1321px) {
  .text-and-image .inner-text-image h1 span {
    padding: 0 9px;
    margin-top: -6px;
  }
}
@media (max-width: 991.98px) {
  .text-and-image .inner-text-image h1 span {
    margin-top: 0;
    padding: 0 7px;
  }
}
.text-and-image .inner-text-image h1 span:before {
  content: "";
  position: absolute;
  left: 1px;
  top: -1px;
  width: calc(100% + 3px);
  height: calc(100% + 1px);
  background-color: #ff4733;
  mix-blend-mode: color;
}
@media (max-width: 991.98px) {
  .text-and-image .inner-text-image h1 span:before {
    top: -6px;
    height: calc(100% + 11px);
  }
}
.text-and-image .inner-text-image h1 span:after {
  content: "";
  position: absolute;
  left: -2px;
  top: -5px;
  border: 4px solid #fff8e8;
  width: calc(100% + 2px);
  height: calc(100% + 1px);
}
@media (max-width: 991.98px) {
  .text-and-image .inner-text-image h1 span:after {
    top: -10px;
    height: calc(100% + 11px);
    left: -3px;
    width: calc(100% + 3px);
  }
}
.text-and-image .inner-text-image p {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  font-stretch: semi-condensed;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.22px;
  text-align: left;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  letter-spacing: -0.4px;
}
@media (min-width: 1321px) {
  .text-and-image .inner-text-image p {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .text-and-image .inner-text-image p {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .text-and-image .inner-text-image p {
    font-size: 16px;
    letter-spacing: -0.54px;
  }
}
.text-and-image .inner-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  max-width: 1168px;
}
@media (min-width: 1320px) {
  .text-and-image .inner-cards {
    max-width: calc(100% - 32px);
  }
}
@media (max-width: 575.98px) {
  .text-and-image .inner-cards {
    gap: 8px;
  }
}
.text-and-image .inner-cards .card {
  display: block;
  text-decoration: none;
  padding: 24px 24px 23px;
  border-radius: 16px;
  background-color: #ff4733;
  overflow: hidden;
  width: calc(25% - 12px);
}
@media (min-width: 1321px) {
  .text-and-image .inner-cards .card {
    padding: 24px 24px 23px;
  }
}
@media (max-width: 991.98px) {
  .text-and-image .inner-cards .card {
    width: calc(50% - 8px);
  }
}
@media (max-width: 575.98px) {
  .text-and-image .inner-cards .card {
    width: calc(100% - 16px);
    padding: 16px 20px 16px;
  }
}
@media (min-width: 991.98px) {
  .text-and-image .inner-cards .card {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .text-and-image .inner-cards .card:hover {
    background-color: #073859;
  }
}
.text-and-image .inner-cards h2 {
  font-family: "impact", sans-serif;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #fff8e8;
  margin: 0;
}
@media (min-width: 1321px) {
  .text-and-image .inner-cards h2 {
    font-size: 26px;
  }
}
@media (max-width: 991.98px) {
  .text-and-image .inner-cards h2 {
    font-size: 23px;
  }
}
@media (max-width: 767.98px) {
  .text-and-image .inner-cards h2 {
    font-size: 20px;
    line-height: 1.4;
  }
}
.text-and-image .inner-cards p {
  margin-bottom: 0;
  margin-top: 17px;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-stretch: semi-condensed;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.22px;
  text-align: left;
  color: #fff8e8;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
@media (min-width: 1321px) {
  .text-and-image .inner-cards p {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .text-and-image .inner-cards p {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .text-and-image .inner-cards p {
    font-size: 16px;
    letter-spacing: -0.54px;
  }
}
@media (min-width: 1321px) {
  .text-and-image .inner-cards p {
    margin-top: 17px;
  }
}
@media (max-width: 991.98px) {
  .text-and-image .inner-cards p {
    font-family: "acumin-variable", sans-serif;
    font-weight: normal;
    margin-top: 5px;
    letter-spacing: 0.5px;
  }
}
.text-and-image .mobile-image {
  display: none;
  margin: 34px auto 0;
  width: 100%;
  max-width: 328px;
}
@media (max-width: 991.98px) {
  .text-and-image .mobile-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.text-and-image .mobile-image img {
  border-radius: 16px;
}

@media (max-width: 991.98px) {
  .text-and-image-1 {
    margin: 40px 0;
  }
}
.text-and-image-1 .container {
  position: relative;
  min-height: 100vh;
  position: relative;
  z-index: 5;
}
.text-and-image-1 .container .back-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.text-and-image-1 .container .back-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-and-image-1 .container:before {
  content: "";
  width: 100vw;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  background-color: #ff4733;
  position: absolute;
  z-index: 2;
}
.text-and-image-1 .content {
  position: relative;
  z-index: 10;
  padding: 100px 0 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
  gap: 40px;
  max-width: 1160px;
  margin: 0 auto;
}
@media (min-width: 1321px) {
  .text-and-image-1 .content {
    max-width: 100%;
    width: 100%;
    padding-top: 100px;
  }
}
@media (max-width: 991.98px) {
  .text-and-image-1 .content {
    padding: 40px 0;
  }
}
.text-and-image-1 .inner-text-and-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.text-and-image-1 .inner-text {
  width: calc(100% - 430px);
  max-width: 720px;
}
@media (min-width: 1321px) {
  .text-and-image-1 .inner-text {
    max-width: 720px;
  }
}
@media (max-width: 991.98px) {
  .text-and-image-1 .inner-text {
    width: 100%;
    max-width: 100%;
  }
}
.text-and-image-1 .inner-text h2 {
  font-family: "impact", sans-serif;
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  text-align: left;
  color: #fff8e8;
  margin-bottom: 24px;
}
@media (min-width: 1321px) {
  .text-and-image-1 .inner-text h2 {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  .text-and-image-1 .inner-text h2 {
    font-size: 45px;
  }
}
@media (max-width: 767.98px) {
  .text-and-image-1 .inner-text h2 {
    font-size: 32px;
    line-height: 2.25;
  }
}
@media (min-width: 1321px) {
  .text-and-image-1 .inner-text h2 {
    margin-bottom: 24px;
  }
}
.text-and-image-1 .inner-text p {
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-stretch: semi-condensed;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.22px;
  text-align: left;
  text-align: left;
  color: #fff8e8;
  margin: 0;
  font-weight: 500;
  line-height: 1.4;
}
@media (min-width: 1321px) {
  .text-and-image-1 .inner-text p {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .text-and-image-1 .inner-text p {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .text-and-image-1 .inner-text p {
    font-size: 16px;
    letter-spacing: -0.54px;
  }
}
.text-and-image-1 .inner-text p strong {
  font-weight: 600;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  font-style: inherit;
  color: inherit;
}
.text-and-image-1 .inner-image {
  width: 322px;
  -webkit-transform: translate(-27px, 6px);
          transform: translate(-27px, 6px);
}
@media (min-width: 1321px) {
  .text-and-image-1 .inner-image {
    width: 28.6222%;
  }
}
@media (max-width: 991.98px) {
  .text-and-image-1 .inner-image {
    display: none;
  }
}
.text-and-image-1 .inner-image .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 8px solid #fff8e8;
  -webkit-transform: rotate(-4.06deg);
          transform: rotate(-4.06deg);
  border-radius: 16px;
  background-color: #fff8e8;
}
.text-and-image-1 .inner-image .image-wrapper img {
  border-radius: 16px;
}
.text-and-image-1 .text-content {
  background-color: #0012c6;
  border-radius: 16px 16px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 40px 55px;
  gap: 48px;
  max-width: 1125px;
}
@media (min-width: 1321px) {
  .text-and-image-1 .text-content {
    max-width: 100%;
    padding: 40px 40px 55px;
  }
}
@media (max-width: 991.98px) {
  .text-and-image-1 .text-content {
    background-color: transparent;
    padding: 0;
    gap: 27px;
  }
}
.text-and-image-1 .text-content h2 {
  width: 362px;
  font-family: "impact", sans-serif;
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  margin: 0;
  color: #fff8e8;
}
@media (min-width: 1321px) {
  .text-and-image-1 .text-content h2 {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  .text-and-image-1 .text-content h2 {
    font-size: 45px;
  }
}
@media (max-width: 767.98px) {
  .text-and-image-1 .text-content h2 {
    font-size: 32px;
    line-height: 2.25;
  }
}
@media (min-width: 1321px) {
  .text-and-image-1 .text-content h2 {
    width: 33.1778%;
  }
}
@media (max-width: 991.98px) {
  .text-and-image-1 .text-content h2 {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .text-and-image-1 .text-content h2 {
    font-size: 40px;
    line-height: 1;
  }
}
.text-and-image-1 .text-content h2 span {
  display: block;
  -webkit-transform: rotate(-3.89deg);
          transform: rotate(-3.89deg);
  font-family: "impact", sans-serif;
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #fff8e8;
  position: relative;
  padding: 0 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -14px;
  margin-left: 20px;
}
@media (min-width: 1321px) {
  .text-and-image-1 .text-content h2 span {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  .text-and-image-1 .text-content h2 span {
    font-size: 45px;
  }
}
@media (max-width: 767.98px) {
  .text-and-image-1 .text-content h2 span {
    font-size: 32px;
    line-height: 2.25;
  }
}
@media (min-width: 1321px) {
  .text-and-image-1 .text-content h2 span {
    padding: 0 10px;
    margin-top: -14px;
    margin-left: 20px;
  }
}
@media (max-width: 991.98px) {
  .text-and-image-1 .text-content h2 span {
    margin: 0;
    padding: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@media (max-width: 767.98px) {
  .text-and-image-1 .text-content h2 span {
    font-size: 40px;
    line-height: 1;
  }
}
.text-and-image-1 .text-content h2 span:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 5px;
  width: 100%;
  height: calc(100% - 7px);
  background-color: #ff4733;
  mix-blend-mode: color;
}
@media (max-width: 991.98px) {
  .text-and-image-1 .text-content h2 span:before {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .text-and-image-1 .text-content h2 span:before {
    top: 15px;
    height: calc(100% - 29px);
  }
}
.text-and-image-1 .text-content h2 span:after {
  content: "";
  position: absolute;
  left: -3px;
  top: 2px;
  border: 4px solid #0012c6;
  width: 100%;
  height: calc(100% - 8px);
}
@media (max-width: 991.98px) {
  .text-and-image-1 .text-content h2 span:after {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .text-and-image-1 .text-content h2 span:after {
    top: 11px;
    height: calc(100% - 28px);
  }
}
.text-and-image-1 .text-content .text-right {
  width: calc(100% - 422px);
  padding-top: 10px;
}
@media (min-width: 1321px) {
  .text-and-image-1 .text-content .text-right {
    padding-top: 10px;
    width: 54.3778%;
  }
}
@media (max-width: 991.98px) {
  .text-and-image-1 .text-content .text-right {
    width: 100%;
    padding-top: 0;
  }
}
.text-and-image-1 .text-content .text-right p {
  margin: 0;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-stretch: semi-condensed;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.22px;
  text-align: left;
  font-weight: 500;
  text-align: left;
  color: #fff8e8;
}
@media (min-width: 1321px) {
  .text-and-image-1 .text-content .text-right p {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .text-and-image-1 .text-content .text-right p {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .text-and-image-1 .text-content .text-right p {
    font-size: 16px;
    letter-spacing: -0.54px;
  }
}
.text-and-image-1 .text-content .text-right p strong {
  font-weight: 600;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  font-style: inherit;
  color: inherit;
}
.text-and-image-1 .mobile-image {
  display: none;
  max-width: 400px;
}
@media (max-width: 991.98px) {
  .text-and-image-1 .mobile-image {
    display: block;
  }
}
.text-and-image-1 .mobile-image .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.text-and-image-1 .mobile-image img {
  border-radius: 16px;
}