<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 569px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 769px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 993px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1401px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

.spacer-0 {
  display: block;
  width: 100%;
  height: 0px !important;
}

.spacer-10 {
  display: block;
  width: 100%;
  height: 10px !important;
}

.spacer-25 {
  display: block;
  width: 100%;
  height: 25px !important;
}

.spacer-50 {
  display: block;
  width: 100%;
  height: 50px !important;
}

.spacer-100 {
  display: block;
  width: 100%;
  height: 100px !important;
}

.spacer-150 {
  display: block;
  width: 100%;
  height: 150px !important;
}

.spacer-200 {
  display: block;
  width: 100%;
  height: 200px !important;
}

.spacer-250 {
  display: block;
  width: 100%;
  height: 250px !important;
}

@media (min-width: 569px) {
  .spacer-sm-0 {
    display: block;
    width: 100%;
    height: 0px !important;
  }

  .spacer-sm-10 {
    display: block;
    width: 100%;
    height: 10px !important;
  }

  .spacer-sm-25 {
    display: block;
    width: 100%;
    height: 25px !important;
  }

  .spacer-sm-50 {
    display: block;
    width: 100%;
    height: 50px !important;
  }

  .spacer-sm-100 {
    display: block;
    width: 100%;
    height: 100px !important;
  }

  .spacer-sm-150 {
    display: block;
    width: 100%;
    height: 150px !important;
  }

  .spacer-sm-200 {
    display: block;
    width: 100%;
    height: 200px !important;
  }

  .spacer-sm-250 {
    display: block;
    width: 100%;
    height: 250px !important;
  }
}

@media (min-width: 769px) {
  .spacer-md-0 {
    display: block;
    width: 100%;
    height: 0px !important;
  }

  .spacer-md-10 {
    display: block;
    width: 100%;
    height: 10px !important;
  }

  .spacer-md-25 {
    display: block;
    width: 100%;
    height: 25px !important;
  }

  .spacer-md-50 {
    display: block;
    width: 100%;
    height: 50px !important;
  }

  .spacer-md-100 {
    display: block;
    width: 100%;
    height: 100px !important;
  }

  .spacer-md-150 {
    display: block;
    width: 100%;
    height: 150px !important;
  }

  .spacer-md-200 {
    display: block;
    width: 100%;
    height: 200px !important;
  }

  .spacer-md-250 {
    display: block;
    width: 100%;
    height: 250px !important;
  }
}

@media (min-width: 993px) {
  .spacer-lg-0 {
    display: block;
    width: 100%;
    height: 0px !important;
  }

  .spacer-lg-10 {
    display: block;
    width: 100%;
    height: 10px !important;
  }

  .spacer-lg-25 {
    display: block;
    width: 100%;
    height: 25px !important;
  }

  .spacer-lg-50 {
    display: block;
    width: 100%;
    height: 50px !important;
  }

  .spacer-lg-100 {
    display: block;
    width: 100%;
    height: 100px !important;
  }

  .spacer-lg-150 {
    display: block;
    width: 100%;
    height: 150px !important;
  }

  .spacer-lg-200 {
    display: block;
    width: 100%;
    height: 200px !important;
  }

  .spacer-lg-250 {
    display: block;
    width: 100%;
    height: 250px !important;
  }
}

@media (min-width: 1401px) {
  .spacer-xl-0 {
    display: block;
    width: 100%;
    height: 0px !important;
  }

  .spacer-xl-10 {
    display: block;
    width: 100%;
    height: 10px !important;
  }

  .spacer-xl-25 {
    display: block;
    width: 100%;
    height: 25px !important;
  }

  .spacer-xl-50 {
    display: block;
    width: 100%;
    height: 50px !important;
  }

  .spacer-xl-100 {
    display: block;
    width: 100%;
    height: 100px !important;
  }

  .spacer-xl-150 {
    display: block;
    width: 100%;
    height: 150px !important;
  }

  .spacer-xl-200 {
    display: block;
    width: 100%;
    height: 200px !important;
  }

  .spacer-xl-250 {
    display: block;
    width: 100%;
    height: 250px !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.bg-green {
  background-color: #15BF74 !important;
}

.color-green {
  color: #15BF74 !important;
}

.bg-green-light {
  background-color: #D1F3E7 !important;
}

.color-green-light {
  color: #D1F3E7 !important;
}

.bg-tan {
  background-color: #F2E9D9 !important;
}

.color-tan {
  color: #F2E9D9 !important;
}

.bg-black {
  background-color: #0E2340 !important;
}

.color-black {
  color: #0E2340 !important;
}

.bg-dark {
  background-color: #344F74 !important;
}

.color-dark {
  color: #344F74 !important;
}

.bg-dark-light {
  background-color: #7A96BC !important;
}

.color-dark-light {
  color: #7A96BC !important;
}

.bg-gray {
  background-color: #B3C6D9 !important;
}

.color-gray {
  color: #B3C6D9 !important;
}

.bg-gray-light {
  background-color: #D5E0EA !important;
}

.color-gray-light {
  color: #D5E0EA !important;
}

.bg-gray-lighter {
  background-color: #E0E8F0 !important;
}

.color-gray-lighter {
  color: #E0E8F0 !important;
}

.bg-white-gray {
  background-color: #F3F6F9 !important;
}

.color-white-gray {
  color: #F3F6F9 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.color-white {
  color: #ffffff !important;
}

.animate-colorin-green {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #15BF74, #15BF74 50%, #E0E8F0 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: background 1s cubic-bezier(0.215, 0, 0, 0.995), transform 2.5s cubic-bezier(0.215, 0, 0, 0.995);
}

.animate-colorin-green.is-inview {
  background-position: 0%;
}

.animate-colorin-green-light {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #D1F3E7, #D1F3E7 50%, #E0E8F0 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: background 1s cubic-bezier(0.215, 0, 0, 0.995), transform 2.5s cubic-bezier(0.215, 0, 0, 0.995);
}

.animate-colorin-green-light.is-inview {
  background-position: 0%;
}

.animate-colorin-tan {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #F2E9D9, #F2E9D9 50%, #E0E8F0 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: background 1s cubic-bezier(0.215, 0, 0, 0.995), transform 2.5s cubic-bezier(0.215, 0, 0, 0.995);
}

.animate-colorin-tan.is-inview {
  background-position: 0%;
}

.animate-colorin-black {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0E2340, #0E2340 50%, #E0E8F0 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: background 1s cubic-bezier(0.215, 0, 0, 0.995), transform 2.5s cubic-bezier(0.215, 0, 0, 0.995);
}

.animate-colorin-black.is-inview {
  background-position: 0%;
}

.animate-colorin-dark {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #344F74, #344F74 50%, #E0E8F0 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: background 1s cubic-bezier(0.215, 0, 0, 0.995), transform 2.5s cubic-bezier(0.215, 0, 0, 0.995);
}

.animate-colorin-dark.is-inview {
  background-position: 0%;
}

.animate-colorin-dark-light {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #7A96BC, #7A96BC 50%, #E0E8F0 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: background 1s cubic-bezier(0.215, 0, 0, 0.995), transform 2.5s cubic-bezier(0.215, 0, 0, 0.995);
}

.animate-colorin-dark-light.is-inview {
  background-position: 0%;
}

.animate-colorin-gray {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #B3C6D9, #B3C6D9 50%, #E0E8F0 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: background 1s cubic-bezier(0.215, 0, 0, 0.995), transform 2.5s cubic-bezier(0.215, 0, 0, 0.995);
}

.animate-colorin-gray.is-inview {
  background-position: 0%;
}

.animate-colorin-gray-light {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #D5E0EA, #D5E0EA 50%, #E0E8F0 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: background 1s cubic-bezier(0.215, 0, 0, 0.995), transform 2.5s cubic-bezier(0.215, 0, 0, 0.995);
}

.animate-colorin-gray-light.is-inview {
  background-position: 0%;
}

.animate-colorin-gray-lighter {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #E0E8F0, #E0E8F0 50%, #E0E8F0 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: background 1s cubic-bezier(0.215, 0, 0, 0.995), transform 2.5s cubic-bezier(0.215, 0, 0, 0.995);
}

.animate-colorin-gray-lighter.is-inview {
  background-position: 0%;
}

.animate-colorin-white-gray {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #F3F6F9, #F3F6F9 50%, #E0E8F0 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: background 1s cubic-bezier(0.215, 0, 0, 0.995), transform 2.5s cubic-bezier(0.215, 0, 0, 0.995);
}

.animate-colorin-white-gray.is-inview {
  background-position: 0%;
}

.animate-colorin-white {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #ffffff, #ffffff 50%, #E0E8F0 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: background 1s cubic-bezier(0.215, 0, 0, 0.995), transform 2.5s cubic-bezier(0.215, 0, 0, 0.995);
}

.animate-colorin-white.is-inview {
  background-position: 0%;
}

[data-scroll-delay="50"] {
  transition-delay: 50ms !important;
  -webkit-animation-delay: 50ms !important;
  animation-delay: 50ms !important;
}

[data-scroll-delay="100"] {
  transition-delay: 100ms !important;
  -webkit-animation-delay: 100ms !important;
  animation-delay: 100ms !important;
}

[data-scroll-delay="150"] {
  transition-delay: 150ms !important;
  -webkit-animation-delay: 150ms !important;
  animation-delay: 150ms !important;
}

[data-scroll-delay="200"] {
  transition-delay: 200ms !important;
  -webkit-animation-delay: 200ms !important;
  animation-delay: 200ms !important;
}

[data-scroll-delay="250"] {
  transition-delay: 250ms !important;
  -webkit-animation-delay: 250ms !important;
  animation-delay: 250ms !important;
}

[data-scroll-delay="300"] {
  transition-delay: 300ms !important;
  -webkit-animation-delay: 300ms !important;
  animation-delay: 300ms !important;
}

[data-scroll-delay="350"] {
  transition-delay: 350ms !important;
  -webkit-animation-delay: 350ms !important;
  animation-delay: 350ms !important;
}

[data-scroll-delay="400"] {
  transition-delay: 400ms !important;
  -webkit-animation-delay: 400ms !important;
  animation-delay: 400ms !important;
}

[data-scroll-delay="450"] {
  transition-delay: 450ms !important;
  -webkit-animation-delay: 450ms !important;
  animation-delay: 450ms !important;
}

[data-scroll-delay="500"] {
  transition-delay: 500ms !important;
  -webkit-animation-delay: 500ms !important;
  animation-delay: 500ms !important;
}

[data-scroll-delay="550"] {
  transition-delay: 550ms !important;
  -webkit-animation-delay: 550ms !important;
  animation-delay: 550ms !important;
}

[data-scroll-delay="600"] {
  transition-delay: 600ms !important;
  -webkit-animation-delay: 600ms !important;
  animation-delay: 600ms !important;
}

[data-scroll-delay="650"] {
  transition-delay: 650ms !important;
  -webkit-animation-delay: 650ms !important;
  animation-delay: 650ms !important;
}

[data-scroll-delay="700"] {
  transition-delay: 700ms !important;
  -webkit-animation-delay: 700ms !important;
  animation-delay: 700ms !important;
}

[data-scroll-delay="750"] {
  transition-delay: 750ms !important;
  -webkit-animation-delay: 750ms !important;
  animation-delay: 750ms !important;
}

[data-scroll-delay="800"] {
  transition-delay: 800ms !important;
  -webkit-animation-delay: 800ms !important;
  animation-delay: 800ms !important;
}

[data-scroll-delay="850"] {
  transition-delay: 850ms !important;
  -webkit-animation-delay: 850ms !important;
  animation-delay: 850ms !important;
}

[data-scroll-delay="900"] {
  transition-delay: 900ms !important;
  -webkit-animation-delay: 900ms !important;
  animation-delay: 900ms !important;
}

[data-scroll-delay="950"] {
  transition-delay: 950ms !important;
  -webkit-animation-delay: 950ms !important;
  animation-delay: 950ms !important;
}

[data-scroll-delay="1000"] {
  transition-delay: 1000ms !important;
  -webkit-animation-delay: 1000ms !important;
  animation-delay: 1000ms !important;
}

[data-scroll-delay="1050"] {
  transition-delay: 1050ms !important;
  -webkit-animation-delay: 1050ms !important;
  animation-delay: 1050ms !important;
}

[data-scroll-delay="1100"] {
  transition-delay: 1100ms !important;
  -webkit-animation-delay: 1100ms !important;
  animation-delay: 1100ms !important;
}

[data-scroll-delay="1150"] {
  transition-delay: 1150ms !important;
  -webkit-animation-delay: 1150ms !important;
  animation-delay: 1150ms !important;
}

[data-scroll-delay="1200"] {
  transition-delay: 1200ms !important;
  -webkit-animation-delay: 1200ms !important;
  animation-delay: 1200ms !important;
}

[data-scroll-delay="1250"] {
  transition-delay: 1250ms !important;
  -webkit-animation-delay: 1250ms !important;
  animation-delay: 1250ms !important;
}

[data-scroll-delay="1300"] {
  transition-delay: 1300ms !important;
  -webkit-animation-delay: 1300ms !important;
  animation-delay: 1300ms !important;
}

[data-scroll-delay="1350"] {
  transition-delay: 1350ms !important;
  -webkit-animation-delay: 1350ms !important;
  animation-delay: 1350ms !important;
}

[data-scroll-delay="1400"] {
  transition-delay: 1400ms !important;
  -webkit-animation-delay: 1400ms !important;
  animation-delay: 1400ms !important;
}

[data-scroll-delay="1450"] {
  transition-delay: 1450ms !important;
  -webkit-animation-delay: 1450ms !important;
  animation-delay: 1450ms !important;
}

[data-scroll-delay="1500"] {
  transition-delay: 1500ms !important;
  -webkit-animation-delay: 1500ms !important;
  animation-delay: 1500ms !important;
}

[data-scroll-delay="1550"] {
  transition-delay: 1550ms !important;
  -webkit-animation-delay: 1550ms !important;
  animation-delay: 1550ms !important;
}

[data-scroll-delay="1600"] {
  transition-delay: 1600ms !important;
  -webkit-animation-delay: 1600ms !important;
  animation-delay: 1600ms !important;
}

[data-scroll-delay="1650"] {
  transition-delay: 1650ms !important;
  -webkit-animation-delay: 1650ms !important;
  animation-delay: 1650ms !important;
}

[data-scroll-delay="1700"] {
  transition-delay: 1700ms !important;
  -webkit-animation-delay: 1700ms !important;
  animation-delay: 1700ms !important;
}

[data-scroll-delay="1750"] {
  transition-delay: 1750ms !important;
  -webkit-animation-delay: 1750ms !important;
  animation-delay: 1750ms !important;
}

[data-scroll-delay="1800"] {
  transition-delay: 1800ms !important;
  -webkit-animation-delay: 1800ms !important;
  animation-delay: 1800ms !important;
}

[data-scroll-delay="1850"] {
  transition-delay: 1850ms !important;
  -webkit-animation-delay: 1850ms !important;
  animation-delay: 1850ms !important;
}

[data-scroll-delay="1900"] {
  transition-delay: 1900ms !important;
  -webkit-animation-delay: 1900ms !important;
  animation-delay: 1900ms !important;
}

[data-scroll-delay="1950"] {
  transition-delay: 1950ms !important;
  -webkit-animation-delay: 1950ms !important;
  animation-delay: 1950ms !important;
}

[data-scroll-delay="2000"] {
  transition-delay: 2000ms !important;
  -webkit-animation-delay: 2000ms !important;
  animation-delay: 2000ms !important;
}

[data-scroll-delay="2050"] {
  transition-delay: 2050ms !important;
  -webkit-animation-delay: 2050ms !important;
  animation-delay: 2050ms !important;
}

[data-scroll-delay="2100"] {
  transition-delay: 2100ms !important;
  -webkit-animation-delay: 2100ms !important;
  animation-delay: 2100ms !important;
}

[data-scroll-delay="2150"] {
  transition-delay: 2150ms !important;
  -webkit-animation-delay: 2150ms !important;
  animation-delay: 2150ms !important;
}

[data-scroll-delay="2200"] {
  transition-delay: 2200ms !important;
  -webkit-animation-delay: 2200ms !important;
  animation-delay: 2200ms !important;
}

[data-scroll-delay="2250"] {
  transition-delay: 2250ms !important;
  -webkit-animation-delay: 2250ms !important;
  animation-delay: 2250ms !important;
}

[data-scroll-delay="2300"] {
  transition-delay: 2300ms !important;
  -webkit-animation-delay: 2300ms !important;
  animation-delay: 2300ms !important;
}

[data-scroll-delay="2350"] {
  transition-delay: 2350ms !important;
  -webkit-animation-delay: 2350ms !important;
  animation-delay: 2350ms !important;
}

[data-scroll-delay="2400"] {
  transition-delay: 2400ms !important;
  -webkit-animation-delay: 2400ms !important;
  animation-delay: 2400ms !important;
}

[data-scroll-delay="2450"] {
  transition-delay: 2450ms !important;
  -webkit-animation-delay: 2450ms !important;
  animation-delay: 2450ms !important;
}

[data-scroll-delay="2500"] {
  transition-delay: 2500ms !important;
  -webkit-animation-delay: 2500ms !important;
  animation-delay: 2500ms !important;
}

[data-scroll-delay="2550"] {
  transition-delay: 2550ms !important;
  -webkit-animation-delay: 2550ms !important;
  animation-delay: 2550ms !important;
}

[data-scroll-delay="2600"] {
  transition-delay: 2600ms !important;
  -webkit-animation-delay: 2600ms !important;
  animation-delay: 2600ms !important;
}

[data-scroll-delay="2650"] {
  transition-delay: 2650ms !important;
  -webkit-animation-delay: 2650ms !important;
  animation-delay: 2650ms !important;
}

[data-scroll-delay="2700"] {
  transition-delay: 2700ms !important;
  -webkit-animation-delay: 2700ms !important;
  animation-delay: 2700ms !important;
}

[data-scroll-delay="2750"] {
  transition-delay: 2750ms !important;
  -webkit-animation-delay: 2750ms !important;
  animation-delay: 2750ms !important;
}

[data-scroll-delay="2800"] {
  transition-delay: 2800ms !important;
  -webkit-animation-delay: 2800ms !important;
  animation-delay: 2800ms !important;
}

[data-scroll-delay="2850"] {
  transition-delay: 2850ms !important;
  -webkit-animation-delay: 2850ms !important;
  animation-delay: 2850ms !important;
}

[data-scroll-delay="2900"] {
  transition-delay: 2900ms !important;
  -webkit-animation-delay: 2900ms !important;
  animation-delay: 2900ms !important;
}

[data-scroll-delay="2950"] {
  transition-delay: 2950ms !important;
  -webkit-animation-delay: 2950ms !important;
  animation-delay: 2950ms !important;
}

[data-scroll-delay="3000"] {
  transition-delay: 3000ms !important;
  -webkit-animation-delay: 3000ms !important;
  animation-delay: 3000ms !important;
}

[data-scroll-delay="3050"] {
  transition-delay: 3050ms !important;
  -webkit-animation-delay: 3050ms !important;
  animation-delay: 3050ms !important;
}

[data-scroll-delay="3100"] {
  transition-delay: 3100ms !important;
  -webkit-animation-delay: 3100ms !important;
  animation-delay: 3100ms !important;
}

[data-scroll-delay="3150"] {
  transition-delay: 3150ms !important;
  -webkit-animation-delay: 3150ms !important;
  animation-delay: 3150ms !important;
}

[data-scroll-delay="3200"] {
  transition-delay: 3200ms !important;
  -webkit-animation-delay: 3200ms !important;
  animation-delay: 3200ms !important;
}

[data-scroll-delay="3250"] {
  transition-delay: 3250ms !important;
  -webkit-animation-delay: 3250ms !important;
  animation-delay: 3250ms !important;
}

[data-scroll-delay="3300"] {
  transition-delay: 3300ms !important;
  -webkit-animation-delay: 3300ms !important;
  animation-delay: 3300ms !important;
}

[data-scroll-delay="3350"] {
  transition-delay: 3350ms !important;
  -webkit-animation-delay: 3350ms !important;
  animation-delay: 3350ms !important;
}

[data-scroll-delay="3400"] {
  transition-delay: 3400ms !important;
  -webkit-animation-delay: 3400ms !important;
  animation-delay: 3400ms !important;
}

[data-scroll-delay="3450"] {
  transition-delay: 3450ms !important;
  -webkit-animation-delay: 3450ms !important;
  animation-delay: 3450ms !important;
}

[data-scroll-delay="3500"] {
  transition-delay: 3500ms !important;
  -webkit-animation-delay: 3500ms !important;
  animation-delay: 3500ms !important;
}

[data-scroll-delay="3550"] {
  transition-delay: 3550ms !important;
  -webkit-animation-delay: 3550ms !important;
  animation-delay: 3550ms !important;
}

[data-scroll-delay="3600"] {
  transition-delay: 3600ms !important;
  -webkit-animation-delay: 3600ms !important;
  animation-delay: 3600ms !important;
}

[data-scroll-delay="3650"] {
  transition-delay: 3650ms !important;
  -webkit-animation-delay: 3650ms !important;
  animation-delay: 3650ms !important;
}

[data-scroll-delay="3700"] {
  transition-delay: 3700ms !important;
  -webkit-animation-delay: 3700ms !important;
  animation-delay: 3700ms !important;
}

[data-scroll-delay="3750"] {
  transition-delay: 3750ms !important;
  -webkit-animation-delay: 3750ms !important;
  animation-delay: 3750ms !important;
}

[data-scroll-delay="3800"] {
  transition-delay: 3800ms !important;
  -webkit-animation-delay: 3800ms !important;
  animation-delay: 3800ms !important;
}

[data-scroll-delay="3850"] {
  transition-delay: 3850ms !important;
  -webkit-animation-delay: 3850ms !important;
  animation-delay: 3850ms !important;
}

[data-scroll-delay="3900"] {
  transition-delay: 3900ms !important;
  -webkit-animation-delay: 3900ms !important;
  animation-delay: 3900ms !important;
}

[data-scroll-delay="3950"] {
  transition-delay: 3950ms !important;
  -webkit-animation-delay: 3950ms !important;
  animation-delay: 3950ms !important;
}

[data-scroll-delay="4000"] {
  transition-delay: 4000ms !important;
  -webkit-animation-delay: 4000ms !important;
  animation-delay: 4000ms !important;
}

[data-scroll-delay="4050"] {
  transition-delay: 4050ms !important;
  -webkit-animation-delay: 4050ms !important;
  animation-delay: 4050ms !important;
}

[data-scroll-delay="4100"] {
  transition-delay: 4100ms !important;
  -webkit-animation-delay: 4100ms !important;
  animation-delay: 4100ms !important;
}

[data-scroll-delay="4150"] {
  transition-delay: 4150ms !important;
  -webkit-animation-delay: 4150ms !important;
  animation-delay: 4150ms !important;
}

[data-scroll-delay="4200"] {
  transition-delay: 4200ms !important;
  -webkit-animation-delay: 4200ms !important;
  animation-delay: 4200ms !important;
}

[data-scroll-delay="4250"] {
  transition-delay: 4250ms !important;
  -webkit-animation-delay: 4250ms !important;
  animation-delay: 4250ms !important;
}

[data-scroll-delay="4300"] {
  transition-delay: 4300ms !important;
  -webkit-animation-delay: 4300ms !important;
  animation-delay: 4300ms !important;
}

[data-scroll-delay="4350"] {
  transition-delay: 4350ms !important;
  -webkit-animation-delay: 4350ms !important;
  animation-delay: 4350ms !important;
}

[data-scroll-delay="4400"] {
  transition-delay: 4400ms !important;
  -webkit-animation-delay: 4400ms !important;
  animation-delay: 4400ms !important;
}

[data-scroll-delay="4450"] {
  transition-delay: 4450ms !important;
  -webkit-animation-delay: 4450ms !important;
  animation-delay: 4450ms !important;
}

[data-scroll-delay="4500"] {
  transition-delay: 4500ms !important;
  -webkit-animation-delay: 4500ms !important;
  animation-delay: 4500ms !important;
}

[data-scroll-delay="4550"] {
  transition-delay: 4550ms !important;
  -webkit-animation-delay: 4550ms !important;
  animation-delay: 4550ms !important;
}

[data-scroll-delay="4600"] {
  transition-delay: 4600ms !important;
  -webkit-animation-delay: 4600ms !important;
  animation-delay: 4600ms !important;
}

[data-scroll-delay="4650"] {
  transition-delay: 4650ms !important;
  -webkit-animation-delay: 4650ms !important;
  animation-delay: 4650ms !important;
}

[data-scroll-delay="4700"] {
  transition-delay: 4700ms !important;
  -webkit-animation-delay: 4700ms !important;
  animation-delay: 4700ms !important;
}

[data-scroll-delay="4750"] {
  transition-delay: 4750ms !important;
  -webkit-animation-delay: 4750ms !important;
  animation-delay: 4750ms !important;
}

[data-scroll-delay="4800"] {
  transition-delay: 4800ms !important;
  -webkit-animation-delay: 4800ms !important;
  animation-delay: 4800ms !important;
}

[data-scroll-delay="4850"] {
  transition-delay: 4850ms !important;
  -webkit-animation-delay: 4850ms !important;
  animation-delay: 4850ms !important;
}

[data-scroll-delay="4900"] {
  transition-delay: 4900ms !important;
  -webkit-animation-delay: 4900ms !important;
  animation-delay: 4900ms !important;
}

[data-scroll-delay="4950"] {
  transition-delay: 4950ms !important;
  -webkit-animation-delay: 4950ms !important;
  animation-delay: 4950ms !important;
}

[data-scroll-delay="5000"] {
  transition-delay: 5000ms !important;
  -webkit-animation-delay: 5000ms !important;
  animation-delay: 5000ms !important;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

button:focus,
input:focus {
  outline: none;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

.container {
  width: 100%;
  padding-right: 100px;
  padding-left: 100px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1500px;
}

@media (max-width: 992.98px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 568.98px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 1400.98px) {
  .container {
    max-width: 1200px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 100px;
  padding-left: 100px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 992.98px) {
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 568.98px) {
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.container-slim {
  width: 100%;
  padding-right: 100px;
  padding-left: 100px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

@media (max-width: 992.98px) {
  .container-slim {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 568.98px) {
  .container-slim {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -30px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters &gt; [class*=col-],
.no-gutters &gt; .col {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 569px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 769px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 993px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1401px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

/*******************
  Utility Classes
*******************/

.hide {
  display: none !important;
}

.left-align {
  text-align: left;
}

.right-align {
  text-align: right;
}

.center,
.center-align {
  text-align: center;
}

.no-select {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.circle {
  border-radius: 50%;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.no-padding {
  padding: 0 !important;
}

.overflow-hidden {
  overflow: hidden;
}

.lineheight-half {
  line-height: 0.5 !important;
}

.lineheight-one {
  line-height: 1 !important;
}

.lineheight-onequarter {
  line-height: 1.25 !important;
}

.lineheight-onehalf {
  line-height: 1.5 !important;
}

.lineheight-threequarter {
  line-height: 1.75 !important;
}

.lineheight-two {
  line-height: 2 !important;
}

.lineheight-twohalf {
  line-height: 2.5 !important;
}

.draggable {
  cursor: -webkit-grab;
  cursor: grab;
}

.pointer {
  cursor: pointer;
}

.w100 {
  width: 100%;
}

.w50 {
  width: 50%;
}

.w33 {
  width: 33.333333%;
}

.w25 {
  width: 25%;
}

.zindex-1 {
  z-index: 1;
}

.zindex-2 {
  z-index: 2;
}

.zindex-3 {
  z-index: 3;
}

.zindex-4 {
  z-index: 4;
}

.zindex-5 {
  z-index: 5;
}

/*******************
  Flex classes
*******************/

.d-flex {
  display: flex !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 569px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 769px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 993px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1401px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/****************************
  Margin and Padding classes
*****************************/

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 569px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 769px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 993px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1401px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

/****************************
  Text classes
*****************************/

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 569px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 769px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 993px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1401px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

/****************************
  Positions
*****************************/

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

html {
  font-size: 16px;
  box-sizing: border-box;
}

@media (max-width: 1400.98px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 568.98px) {
  html {
    font-size: 12px;
  }
}

*,
*:after,
*:before {
  box-sizing: inherit;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  background-color: #ffffff;
}

main {
  position: relative;
  overflow: hidden;
}

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}

ul:not(.browser-default) &gt; li {
  list-style-type: none;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:focus,
a:hover {
  text-decoration: none;
}

.loader {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F3F6F9;
  opacity: 1;
  transition: opacity 1s ease;
  /* SVG Loader animation */
}

.loader.loaded {
  opacity: 0;
}

.loader.loaded .loader-animation {
  opacity: 0;
}

.loader-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10em;
  transition: opacity 0.45s ease;
}

.loader-animation .animate {
  opacity: 0;
  fill: #B3C6D9;
}

.loader-animation .t-one {
  -webkit-animation: blip 1.5s ease-in-out 0s infinite alternate;
          animation: blip 1.5s ease-in-out 0s infinite alternate;
}

.loader-animation .t-two {
  -webkit-animation: blip 1.5s ease-in-out 0.15s infinite alternate;
          animation: blip 1.5s ease-in-out 0.15s infinite alternate;
}

.loader-animation .t-three {
  -webkit-animation: blip 1.5s ease-in-out 0.3s infinite alternate;
          animation: blip 1.5s ease-in-out 0.3s infinite alternate;
}

.loader-animation .t-four {
  -webkit-animation: blip 1.5s ease-in-out 0.45s infinite alternate;
          animation: blip 1.5s ease-in-out 0.45s infinite alternate;
}

.loader-animation .t-five {
  -webkit-animation: blip 1.5s ease-in-out 0.6s infinite alternate;
          animation: blip 1.5s ease-in-out 0.6s infinite alternate;
}

.loader-animation .t-six {
  -webkit-animation: blip 1.5s ease-in-out 0.75s infinite alternate;
          animation: blip 1.5s ease-in-out 0.75s infinite alternate;
}

.loader-animation .t-seven {
  -webkit-animation: blip 1.5s ease-in-out 0.9s infinite alternate;
          animation: blip 1.5s ease-in-out 0.9s infinite alternate;
}

@-webkit-keyframes blip {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes blip {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.c-scrollbar {
  display: none;
}

.cursor-about-slider {
  width: 150px;
  height: 150px;
  border: 1px solid #0E2340;
  border-radius: 50%;
  position: absolute;
}

.cursor-about-slider:before {
  content: "Click &amp; Drag";
  font-size: 0.75em;
  width: 85px;
  font-weight: 700;
  color: #0E2340;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section {
  padding: 12rem 0;
}

@media (max-width: 1400.98px) {
  section {
    padding: 10rem 0;
  }
}

@media (max-width: 768.98px) {
  section {
    padding: 8rem 0;
  }
}

section .sub-section {
  margin: 12rem 0;
  padding: 12rem 0;
}

@media (max-width: 768.98px) {
  section .sub-section {
    margin: 8rem 0;
    padding: 8rem 0;
  }
}

.transition-load {
  transition: opacity 2s 0.4s ease;
  opacity: 1;
}

html.is-animating .transition-load {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.rounded-bbox {
  position: relative;
  border-left: 1px solid #15BF74;
  border-bottom: 1px solid #15BF74;
  border-bottom-left-radius: 100px;
  padding: 0em 6em 4em;
}

.rounded-bbox.fw-border:after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -200%;
  height: 1px;
  width: 200%;
  background-color: #15BF74;
}

.rounded-bbox-title {
  position: absolute;
  top: 0;
  right: 105%;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 1400.98px) {
  .rounded-bbox-title.break-lg {
    position: relative;
    top: unset;
    right: unset;
    text-align: left;
  }
}

@media (max-width: 992.98px) {
  .rounded-bbox-title.break-md {
    position: relative;
    top: unset;
    right: unset;
    text-align: left;
  }
}

@media (max-width: 768.98px) {
  .rounded-bbox-title.break-sm {
    position: relative;
    top: unset;
    right: unset;
    text-align: left;
  }
}

@media (max-width: 568.98px) {
  .rounded-bbox-title.break-xs {
    position: relative;
    top: unset;
    right: unset;
    text-align: left;
  }
}

@media (max-width: 768.98px) {
  .rounded-bbox {
    padding: 4em 2em 4em 4em;
  }
}

address {
  font-style: normal;
}

.valign-wrapper {
  display: flex;
  align-items: center;
}

.clearfix {
  clear: both;
}

.divider,
hr {
  margin: 0;
  width: 100%;
  height: 2px;
  overflow: hidden;
  box-shadow: none;
  border: none;
  background-color: #15BF74;
}

.divider.border,
hr.border {
  background-color: #B3C6D9;
}

.divider.gray-light,
hr.gray-light {
  background-color: #D5E0EA;
}

.featured-services {
  display: block;
}

@media (min-width: 769px) {
  .featured-services {
    display: none;
  }
}

.featured-services .link {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  padding: 0;
  display: flex;
  align-items: center;
}

.featured-services .link &gt; h2 {
  text-transform: capitalize;
  display: block;
  font-size: 1.5em;
  color: #0E2340;
  margin-left: 0 !important;
  margin-top: -0.125em;
  margin-bottom: 0.25em;
}

.project-marketing-stats .bg-stats &gt; img,
.cc-logos &gt; div &gt; img,
.cc-logos a &gt; img,
.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

.project-marketing-stats .bg-stats &gt; img.small,
.cc-logos &gt; div &gt; img.small,
.cc-logos a &gt; img.small,
.small.responsive-img,
video.small.responsive-video {
  max-width: 75%;
}

.featured-project-img {
  position: relative;
}

.featured-project-img &gt; img {
  opacity: 0;
  position: relative;
  z-index: 1;
  left: -45%;
  max-width: 150%;
  transform: scale(1.125) translateX(-100px);
}

@media (max-width: 992.98px) {
  .featured-project-img &gt; img {
    left: -30%;
    max-width: 125%;
  }
}

.featured-project-img-slidein-one,
.featured-project-img-slidein-two {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.featured-project-img-slidein-one {
  z-index: 2;
  background-color: #15BF74;
}

.featured-project-img-slidein-two {
  z-index: 1;
  background-color: #0E2340;
}

.featured-project.is-inview .featured-project-img &gt; img {
  -webkit-animation: revealImgFeatured 1s 0.6s ease forwards;
          animation: revealImgFeatured 1s 0.6s ease forwards;
}

.featured-project.is-inview .featured-project-img-slidein-one {
  -webkit-animation: revealSlideInFeatured 0.6s 0.3s ease;
          animation: revealSlideInFeatured 0.6s 0.3s ease;
}

.featured-project.is-inview .featured-project-img-slidein-two {
  -webkit-animation: revealSlideInFeatured 0.8s ease;
          animation: revealSlideInFeatured 0.8s ease;
}

.bg {
  background-color: #F3F6F9;
}

.bg-tl-radius {
  border-top-left-radius: 200px;
  -webkit-border-top-left-radius: 200px;
}

@media (max-width: 768.98px) {
  .bg-tl-radius {
    border-top-left-radius: 100px;
    -webkit-border-top-left-radius: 100px;
  }
}

@media (max-width: 568.98px) {
  .bg-tl-radius {
    border-top-left-radius: 50px;
    -webkit-border-top-left-radius: 50px;
  }
}

.bg-tr-radius {
  border-top-right-radius: 200px;
  -webkit-border-top-right-radius: 200px;
}

@media (max-width: 768.98px) {
  .bg-tr-radius {
    border-top-right-radius: 100px;
    -webkit-border-top-right-radius: 100px;
  }
}

@media (max-width: 568.98px) {
  .bg-tr-radius {
    border-top-right-radius: 50px;
    -webkit-border-top-right-radius: 50px;
  }
}

.bg-bl-radius {
  border-bottom-left-radius: 200px;
  -webkit-border-bottom-left-radius: 200px;
}

@media (max-width: 768.98px) {
  .bg-bl-radius {
    border-bottom-left-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
  }
}

@media (max-width: 568.98px) {
  .bg-bl-radius {
    border-bottom-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
  }
}

.bg-br-radius {
  border-bottom-right-radius: 200px;
  -webkit-border-bottom-right-radius: 200px;
}

@media (max-width: 768.98px) {
  .bg-br-radius {
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
  }
}

@media (max-width: 568.98px) {
  .bg-br-radius {
    border-bottom-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
  }
}

.bg-dotted {
  background-image: url("/img/dot-pattern.svg");
}

.bg-dotted-dark {
  background-image: url("/img/dot-dark-pattern.svg");
}

.bg-dotted-compass {
  background: url("/img/dot-pattern.svg"), url("/img/oval-radar-bg.svg") center 800px;
}

.bg-tl-rounded-offset {
  position: relative;
  padding: 6rem 0 12rem;
}

@media (max-width: 768.98px) {
  .bg-tl-rounded-offset {
    padding: 4rem 0 8rem;
  }
}

.bg-tl-rounded-offset:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -5.9rem;
  left: -160%;
  height: 6rem;
  width: 200%;
  border-top-right-radius: 200px;
  -webkit-border-top-right-radius: 200px;
  background-color: #ffffff;
}

@media (max-width: 768.98px) {
  .bg-tl-rounded-offset:before {
    border-top-right-radius: 100px;
    -webkit-border-top-right-radius: 100px;
  }
}

@media (max-width: 568.98px) {
  .bg-tl-rounded-offset:before {
    border-top-right-radius: 50px;
    -webkit-border-top-right-radius: 50px;
  }
}

.bg-tl-rounded-offset.gray-white:before {
  background-color: #F3F6F9;
}

.bg-landscape-right {
  background-image: url("/img/bg-landscape.svg");
  background-repeat: no-repeat;
  background-position: right -600px bottom;
}

@media (max-width: 992.98px) {
  .bg-landscape-right {
    background-position: right -500px bottom;
    background-size: 900px;
  }
}

@media (max-width: 992.98px) {
  .bg-landscape-right {
    background-size: 800px;
  }
}

@media (max-width: 768.98px) {
  .bg-landscape-right {
    background-image: none;
  }
}

.bg-compass {
  position: relative;
  z-index: 0;
}

.bg-compass .compass-ellipse-small {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 0;
  right: 0;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 65vw;
  height: 65vw;
}

.bg-compass .compass-ellipse-large {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 0;
  right: 0;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 95vw;
  height: 95vw;
}

.bg-home-ovalradar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  top: 2%;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/img/oval-radar-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: inherit;
  width: 2400px;
  height: 2400px;
}

.bg-our-agency {
  display: flex;
  align-items: center;
  background: url("/img/our-agency.jpg") no-repeat right 20% center/contain, url("/img/dot-pattern.svg") repeat;
  min-height: 1000px;
}

@media (max-width: 1400.98px) {
  .bg-our-agency {
    min-height: 800px;
  }
}

@media (max-width: 992.98px) {
  .bg-our-agency {
    padding-top: 25rem;
    background: url("/img/our-agency.jpg") no-repeat right 20% top 6rem/75%, url("/img/dot-pattern.svg") repeat;
    min-height: auto;
  }
}

.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.cc-logos {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

.cc-logos &gt; div,
.cc-logos a {
  display: inline-block;
  padding: 2.5rem 1.5rem;
  flex-basis: 33.3333%;
  max-width: 33.3333%;
}

@media (max-width: 568.98px) {
  .cc-logos &gt; div,
  .cc-logos a {
    flex-basis: 50%;
    max-width: 50%;
  }
}

.cc-logos.small &gt; div,
.cc-logos.small a {
  padding: 0.5rem 1rem;
}

.cc-logos.no-width &gt; div,
.cc-logos.no-width a {
  flex-basis: auto;
  max-width: unset;
}

.testimonial {
  position: relative;
  background-color: #ffffff;
  padding: 6em;
  border-top-right-radius: 200px;
  -webkit-border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
  -webkit-border-bottom-left-radius: 200px;
}

@media (max-width: 768.98px) {
  .testimonial {
    border-top-right-radius: 100px;
    -webkit-border-top-right-radius: 100px;
  }
}

@media (max-width: 568.98px) {
  .testimonial {
    border-top-right-radius: 50px;
    -webkit-border-top-right-radius: 50px;
  }
}

@media (max-width: 768.98px) {
  .testimonial {
    border-bottom-left-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
  }
}

@media (max-width: 568.98px) {
  .testimonial {
    border-bottom-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
  }
}

@media (max-width: 768.98px) {
  .testimonial {
    padding: 6em 4em;
  }
}

.testimonial:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -4rem;
  left: 0;
  height: 4rem;
  width: 80%;
  max-width: 400px;
  border-top-right-radius: 200px;
  -webkit-border-top-right-radius: 200px;
  background-color: #ffffff;
}

@media (max-width: 768.98px) {
  .testimonial:before {
    border-top-right-radius: 100px;
    -webkit-border-top-right-radius: 100px;
  }
}

@media (max-width: 568.98px) {
  .testimonial:before {
    border-top-right-radius: 50px;
    -webkit-border-top-right-radius: 50px;
  }
}

.testimonial .header {
  position: absolute;
  z-index: 1;
  top: 0;
}

.testimonial p {
  margin-top: -1em;
}

.testimonial .referal {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 2em;
}

@media (max-width: 768.98px) {
  .testimonial .referal {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 4em;
  }
}

.testimonial .referal .avatar {
  position: relative;
  margin-right: 2em;
}

.testimonial .referal .avatar:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 125%;
  transform: translateY(-50%);
  height: 1px;
  width: 60px;
  background-color: #15BF74;
}

@media (max-width: 768.98px) {
  .testimonial .referal .avatar:before {
    right: unset;
    top: -2em;
    left: 0;
    transform: translateY(0);
  }
}

.testimonial .referal .avatar &gt; img {
  border: 5px solid #ffffff;
  box-shadow: 0 2px 4px rgba(14, 35, 64, 0.25);
  border-radius: 50%;
  width: 80px;
}

.contact-modal {
  opacity: 0;
  position: fixed;
  z-index: 800;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 800px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100vh;
  background-color: #0E2340;
  padding: 4em 4em 4em 12em;
  border-top-right-radius: 50px;
  transition: transform 0.3s 1.6s cubic-bezier(0.215, 0, 0, 0.995);
  transform: translateX(-100%);
}

@media (max-width: 568.98px) {
  .contact-modal {
    z-index: 999;
    padding: 8em 2em 4em 2em;
  }
}

.contact-modal-container {
  z-index: 1;
  transition: opacity 0.6s;
  opacity: 0;
}

.contact-modal:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: right;
  background-color: #15BF74;
  z-index: 3;
  transform: translateX(-100%);
  -webkit-animation: overlay-right 0.8s 0.8s cubic-bezier(0.215, 0, 0, 0.995) forwards;
          animation: overlay-right 0.8s 0.8s cubic-bezier(0.215, 0, 0, 0.995) forwards;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.contact-modal-close {
  position: absolute;
  display: block;
  top: 2em;
  right: 2em;
  width: 3em;
  height: 3em;
  background-color: #344F74;
  border-radius: 50%;
  text-align: center;
  transition: opacity 0.6s;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.contact-modal-close &gt; img {
  transition: transform 0.2s cubic-bezier(0.215, 0, 0, 0.995);
}

.contact-modal-close:hover &gt; img {
  transform: scale(1.2);
}

.contact-modal.show {
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.3s cubic-bezier(0.215, 0, 0, 0.995);
}

.contact-modal.show .contact-modal-container,
.contact-modal.show .contact-modal-close {
  opacity: 1;
  transition: opacity 0.6s 0.8s;
}

.contact-modal.show:before {
  transform-origin: left;
  -webkit-animation: overlay-left 0.8s 0.2s cubic-bezier(0.215, 0, 0, 0.995) forwards;
          animation: overlay-left 0.8s 0.2s cubic-bezier(0.215, 0, 0, 0.995) forwards;
}

.contact-modal.show.success .contact-modal-container {
  opacity: 0;
}

.contact-modal.show.success .form-success {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transition: opacity 0.6s 1.6s cubic-bezier(0.215, 0, 0, 0.995);
}

.quote-form {
  position: relative;
  width: 100%;
  padding: 16rem 0 12rem;
}

@media (max-width: 1400.98px) {
  .quote-form {
    padding: 16rem 0 10rem;
  }
}

@media (max-width: 768.98px) {
  .quote-form {
    padding: 12rem 0 8rem;
  }
}

.quote-form-floatingbubble {
  text-align: right;
  background-color: #ffffff;
  padding: 4em 6em;
  position: absolute;
  width: 90%;
  top: -1px;
  right: 0;
  border-bottom-left-radius: 200px;
  -webkit-border-bottom-left-radius: 200px;
}

@media (max-width: 768.98px) {
  .quote-form-floatingbubble {
    border-bottom-left-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
  }
}

@media (max-width: 568.98px) {
  .quote-form-floatingbubble {
    border-bottom-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
  }
}

@media (max-width: 768.98px) {
  .quote-form-floatingbubble {
    padding: 2em 4em;
  }
}

@-webkit-keyframes overlay-left {
  0% {
    transform: translateX(-100%);
  }

  65% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes overlay-left {
  0% {
    transform: translateX(-100%);
  }

  65% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}

@-webkit-keyframes overlay-right {
  0% {
    transform: translateX(100%);
  }

  65% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes overlay-right {
  0% {
    transform: translateX(100%);
  }

  65% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.wave {
  height: 300px;
}

@media (max-width: 568.98px) {
  .wave {
    height: 125px;
  }
}

.wave.flipped {
  transform: rotateX(-180deg);
}

.wave .animation-wave {
  fill: #0E2340;
}

html {
  line-height: 1.5;
  font-family: "Spartan", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.5;
  color: #0E2340;
  margin: 0.5em 0 1em;
}

.text,
p {
  color: #344F74;
  line-height: 2;
  margin-bottom: 1em;
}

@media (max-width: 568.98px) {
  .text,
  p {
    font-size: 1.25rem;
  }
}

.text-medium,
p-medium {
  font-size: 1.125em;
}

.text-large,
p-large {
  font-size: 1.375em;
}

.text-xlarge,
p-xlarge {
  font-size: 1.675em;
}

.paragraph {
  color: #344F74;
  line-height: 2.5;
}

b {
  font-weight: 700;
}

.heading {
  color: #0E2340;
  line-height: 1.5;
  font-weight: 500;
  font-size: 1.675em;
}

.heading-small {
  font-size: 1.375em;
}

.heading-medium {
  font-size: 2em;
}

@media (max-width: 768.98px) {
  .heading-medium {
    font-size: 1.875em;
  }
}

.heading-large {
  font-size: 2.625em;
}

@media (max-width: 768.98px) {
  .heading-large {
    font-size: 2.125em;
  }
}

.heading-xlarge {
  font-size: 3em;
}

@media (max-width: 768.98px) {
  .heading-xlarge {
    font-size: 2.5em;
  }
}

.heading-xxlarge {
  font-size: 3.5em;
}

@media (max-width: 768.98px) {
  .heading-xxlarge {
    font-size: 2.75em;
  }
}

.subtitle {
  color: #344F74;
  line-height: 1.75;
  font-weight: 700;
  font-size: 1.375em;
  text-transform: uppercase;
}

.subtitle-small {
  font-size: 1em;
}

.sliding-title {
  position: absolute;
  z-index: 1;
  color: rgba(224, 232, 240, 0.5);
  font-size: 15vw;
  margin: 0;
}

.sliding-title &gt; span {
  font-size: 100%;
}

@media screen and (min-width: 1400px) {
  .sliding-title &gt; span {
    font-size: 80%;
  }
}

.more-services .timeline .link,
.button,
.featured-services .link {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #15BF74;
}

.more-services .timeline .link &gt; svg,
.button &gt; svg,
.featured-services .link &gt; svg {
  fill: #15BF74;
  transition: transform 1s cubic-bezier(0.215, 0, 0, 0.995);
}

@media (max-width: 992.98px) {
  .more-services .timeline .link &gt; svg,
  .button &gt; svg,
  .featured-services .link &gt; svg {
    height: 12px;
  }
}

.more-services .timeline .link &gt; span,
.button &gt; span,
.featured-services .link &gt; span {
  display: inline-block;
  margin-left: 0.5em;
  transition: transform 0.8s 0.08s cubic-bezier(0.215, 0, 0, 0.995);
}

.more-services .timeline .link:hover,
.button:hover,
.featured-services .link:hover,
.more-services .timeline .link:focus,
.button:focus,
.featured-services .link:focus {
  background-position: 0;
}

.more-services .timeline .link:hover &gt; svg,
.button:hover &gt; svg,
.featured-services .link:hover &gt; svg,
.more-services .timeline .link:hover &gt; span,
.button:hover &gt; span,
.featured-services .link:hover &gt; span,
.more-services .timeline .link:focus &gt; svg,
.button:focus &gt; svg,
.featured-services .link:focus &gt; svg,
.more-services .timeline .link:focus &gt; span,
.button:focus &gt; span,
.featured-services .link:focus &gt; span {
  transform: translateX(20px);
}

.more-services .timeline .flipped.link &gt; svg,
.flipped.button &gt; svg,
.featured-services .flipped.link &gt; svg {
  transform: rotate(180deg) translateX(0);
}

.more-services .timeline .flipped.link:hover,
.flipped.button:hover,
.featured-services .flipped.link:hover,
.more-services .timeline .flipped.link:focus,
.flipped.button:focus,
.featured-services .flipped.link:focus {
  background-position: 0;
}

.more-services .timeline .flipped.link:hover &gt; svg,
.flipped.button:hover &gt; svg,
.featured-services .flipped.link:hover &gt; svg,
.more-services .timeline .flipped.link:focus &gt; svg,
.flipped.button:focus &gt; svg,
.featured-services .flipped.link:focus &gt; svg {
  transform: rotate(180deg) translateX(20px);
}

.more-services .timeline .flipped.link:hover &gt; span,
.flipped.button:hover &gt; span,
.featured-services .flipped.link:hover &gt; span,
.more-services .timeline .flipped.link:focus &gt; span,
.flipped.button:focus &gt; span,
.featured-services .flipped.link:focus &gt; span {
  transform: translateX(-20px);
}

.button {
  display: inline-block;
}

.button-rounded {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #15BF74;
  height: 4rem;
  line-height: 4.25rem;
  padding: 0 2.5rem;
  border-radius: 50px;
  box-shadow: 0 2px 10px rgba(14, 35, 64, 0.1);
  white-space: nowrap;
  transition: transform 1s cubic-bezier(0.215, 0, 0, 0.995), color 0.3s 0.2s cubic-bezier(0.215, 0, 0, 0.995);
  background-color: #ffffff;
}

.button-rounded:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  transform-origin: top;
  background-color: #15BF74;
  transition: all 0.3s cubic-bezier(0.215, 0, 0, 0.995);
  z-index: -1;
}

.button-rounded:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  transform-origin: top;
  background-color: #0E2340;
  z-index: -2;
  transition: all 0.3s 0.2s cubic-bezier(0.215, 0, 0, 0.995);
}

.button-rounded:hover,
.button-rounded:focus {
  color: #ffffff;
  transform: translateY(-3px);
  transition: transform 1s cubic-bezier(0.215, 0, 0, 0.995), color 0.3s cubic-bezier(0.215, 0, 0, 0.995);
}

.button-rounded:hover:before,
.button-rounded:focus:before {
  transform: translateY(0);
  transition: all 0.3s 0.2s cubic-bezier(0.215, 0, 0, 0.995);
}

.button-rounded:hover:after,
.button-rounded:focus:after {
  transform: translateY(0);
  transition: all 0.3s cubic-bezier(0.215, 0, 0, 0.995);
}

button {
  background: transparent;
  box-shadow: none;
  border: none;
}

label {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 1em;
  transform: translateY(20px);
  color: #B3C6D9;
  font-size: 0.875em;
  transition: transform 0.3s 0.2s cubic-bezier(0.215, 0, 0, 0.995);
  transform-origin: left;
  transform: translateY(-10px) scale(0.9);
}

.form-group {
  display: block;
  position: relative;
  margin-bottom: 2em;
}

.form-group .invalid-feedback {
  color: #ba0202;
  font-size: 12px;
  position: relative;
  top: 0.5em;
}

.form-group:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  width: 0%;
  background-color: #7A96BC;
  transition-property: width;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.215, 0, 0, 0.995);
}

.form-group:focus-within:before {
  width: 100%;
}

.form-control {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.5em 1em;
  font-size: 1em;
  line-height: 1em;
  margin-top: 1.5em;
  height: 54px;
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.03) !important;
  background-clip: padding-box;
  border: none !important;
  transition: background-color 0.8s ease, border-color 0.8s ease;
}

.form-control:focus {
  color: #ffffff !important;
  background-color: #21334d !important;
  outline: 0 !important;
}

.form-control:focus + .form-group::before {
  width: 100%;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control::-moz-placeholder {
  color: #7A96BC;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #7A96BC;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #7A96BC;
  opacity: 1;
}

.form-control::placeholder {
  color: #7A96BC;
  opacity: 1;
}

.form-control:disabled {
  opacity: 0.5;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #21334d inset !important;
  -webkit-text-stroke-color: #e7e8eb !important;
  -webkit-text-fill-color: #e7e8eb !important;
}

textarea {
  padding: 1em 1em 0.5em !important;
  line-height: 1.5 !important;
  min-height: 120px;
  resize: none;
}

.form-container &gt; form {
  z-index: 1;
  opacity: 1;
  transition: opacity 0.6s 0.8s;
}

.form-container.success &gt; form {
  opacity: 0;
}

.form-container.success .form-success {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.form-success {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
  top: 5em;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  transition: opacity 0.6s 1.6s cubic-bezier(0.215, 0, 0, 0.995);
}

.tabs-menu {
  position: relative;
  display: flex;
}

.tabs-menu:after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -192%;
  height: 1px;
  width: 250%;
  background-color: #B3C6D9;
}

.tabs-menu &gt; li {
  display: flex;
}

.tabs-menu &gt; li:first-child {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.tabs-menu &gt; li:first-child .tabs-menu-link {
  margin-left: 0;
}

.tabs-menu &gt; li:last-child {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.tabs-menu-link {
  position: relative;
  bottom: -1px;
  left: -1px;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 160px;
  border-bottom-left-radius: 50px;
  border-bottom: 1px solid #B3C6D9;
  border-left: 1px solid #B3C6D9;
  background-color: #ffffff;
  padding: 0 9em 0 2.5em;
  margin-left: -5.5em;
  transition: transform 0.8s cubic-bezier(0.215, 0, 0, 0.995), color 1s ease, border-color 1s ease;
}

.tabs-menu-link &gt; span {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.25;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0E2340, #0E2340 50%, #B3C6D9 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: background 1s cubic-bezier(0.215, 0, 0, 0.995), transform 2.5s cubic-bezier(0.215, 0, 0, 0.995);
}

.tabs-menu-link:hover &gt; span {
  background-position: 0%;
}

.tabs-menu-link.tab-active {
  transform: translateX(-2em);
  background-color: #ffffff;
  background-position: 0%;
  border-color: #15BF74;
}

.tabs-menu-link.tab-active &gt; span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #15BF74, #15BF74 50%, #15BF74 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: background 1s cubic-bezier(0.215, 0, 0, 0.995), transform 2.5s cubic-bezier(0.215, 0, 0, 0.995);
}

.tabs-container {
  position: relative;
}

.tabs-content {
  top: 60px;
}

.tabs-content &gt; .row &gt; div:last-child {
  height: 550px;
}

.tabs-img {
  position: absolute;
  top: 2em;
  height: 550px;
  width: 50vw;
  border-bottom-left-radius: 200px;
  -webkit-border-bottom-left-radius: 200px;
  background-size: cover;
  background-position: center;
}

@media (max-width: 768.98px) {
  .tabs-img {
    border-bottom-left-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
  }
}

@media (max-width: 568.98px) {
  .tabs-img {
    border-bottom-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
  }
}

.tabs-img img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 110%;
}

.tabs .make_transist {
  transition: all 0.4s ease-in-out;
}

.tabs .hidescale {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 0;
  transition: opacity 0.4s ease-out;
  z-index: -1;
}

.tabs .hidescale .tabs-title,
.tabs .hidescale .tabs-description,
.tabs .hidescale .tabs-list,
.tabs .hidescale .button {
  opacity: 0;
  transition: opacity 1.25s ease-in;
}

.tabs .hidescale .tabs-img,
.tabs .hidescale .tabs-img &gt; img {
  opacity: 0;
  transition: opacity 0.2s ease-in;
}

.tabs .showscale {
  transition-delay: 1.5s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  transition: opacity 1s ease-in;
  opacity: 1;
  z-index: 1;
}

.tabs .showscale .tabs-title,
.tabs .showscale .tabs-description,
.tabs .showscale .tabs-list,
.tabs .showscale .button {
  opacity: 1;
  -webkit-animation: tiltIn 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: tiltIn 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.tabs .showscale .tabs-description {
  transition-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.tabs .showscale .tabs-list {
  transition-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.tabs .showscale .tabs-img {
  opacity: 1;
  -webkit-animation: slideright 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slideright 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  transition-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.tabs .showscale .tabs-img &gt; img {
  opacity: 1;
  -webkit-animation: tiltInRight 1.5s cubic-bezier(0.19, 1, 0.22, 1) both;
          animation: tiltInRight 1.5s cubic-bezier(0.19, 1, 0.22, 1) both;
  transition-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.tabs .showscale .button {
  transition-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

#tabs_container div {
  margin-right: 40px;
}

.tabulous_active {
  background: white !important;
  color: #655c89 !important;
}

.tabulousclear {
  display: block;
  clear: both;
}

.blob {
  -webkit-animation: blob-turn var(--time, 30s) linear infinite;
          animation: blob-turn var(--time, 30s) linear infinite;
  fill: var(--fill, #7600f8);
  position: relative;
  transform-origin: center;
}

.blob svg {
  -webkit-animation: blob-skew calc( var(--time, 30s) * 0.5 ) linear 0s infinite;
          animation: blob-skew calc( var(--time, 30s) * 0.5 ) linear 0s infinite;
  transform-origin: center;
}

.blob svg path {
  -webkit-animation: blob-scale calc( var(--time, 30s) * 0.5 ) ease-in-out 0s infinite;
          animation: blob-scale calc( var(--time, 30s) * 0.5 ) ease-in-out 0s infinite;
  transform-origin: center;
}

@-webkit-keyframes blob-turn {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes blob-turn {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes blob-skew {
  0% {
    transform: skewY(0deg);
  }

  13% {
    transform: skewY(calc( (1.8deg) * var(--amount, 2)));
  }

  18% {
    transform: skewY(calc( (2.2deg) * var(--amount, 2)));
  }

  24% {
    transform: skewY(calc( (2.48deg) * var(--amount, 2)));
  }

  25% {
    transform: skewY(calc( (2.5deg) * var(--amount, 2)));
  }

  26% {
    transform: skewY(calc( (2.48deg) * var(--amount, 2)));
  }

  32% {
    transform: skewY(calc( (2.2deg) * var(--amount, 2)));
  }

  37% {
    transform: skewY(calc( (1.8deg) * var(--amount, 2)));
  }

  50% {
    transform: skewY(0deg);
  }

  63% {
    transform: skewY(calc( (-1.8deg) * var(--amount, 2)));
  }

  68% {
    transform: skewY(calc( (-2.2deg) * var(--amount, 2)));
  }

  74% {
    transform: skewY(calc( (-2.48deg) * var(--amount, 2)));
  }

  75% {
    transform: skewY(calc( (-2.5deg) * var(--amount, 2)));
  }

  76% {
    transform: skewY(calc( (-2.48deg) * var(--amount, 2)));
  }

  82% {
    transform: skewY(calc( (-2.2deg) * var(--amount, 2)));
  }

  87% {
    transform: skewY(calc( (-1.8deg) * var(--amount, 2)));
  }

  100% {
    transform: skewY(0deg);
  }
}

@keyframes blob-skew {
  0% {
    transform: skewY(0deg);
  }

  13% {
    transform: skewY(calc( (1.8deg) * var(--amount, 2)));
  }

  18% {
    transform: skewY(calc( (2.2deg) * var(--amount, 2)));
  }

  24% {
    transform: skewY(calc( (2.48deg) * var(--amount, 2)));
  }

  25% {
    transform: skewY(calc( (2.5deg) * var(--amount, 2)));
  }

  26% {
    transform: skewY(calc( (2.48deg) * var(--amount, 2)));
  }

  32% {
    transform: skewY(calc( (2.2deg) * var(--amount, 2)));
  }

  37% {
    transform: skewY(calc( (1.8deg) * var(--amount, 2)));
  }

  50% {
    transform: skewY(0deg);
  }

  63% {
    transform: skewY(calc( (-1.8deg) * var(--amount, 2)));
  }

  68% {
    transform: skewY(calc( (-2.2deg) * var(--amount, 2)));
  }

  74% {
    transform: skewY(calc( (-2.48deg) * var(--amount, 2)));
  }

  75% {
    transform: skewY(calc( (-2.5deg) * var(--amount, 2)));
  }

  76% {
    transform: skewY(calc( (-2.48deg) * var(--amount, 2)));
  }

  82% {
    transform: skewY(calc( (-2.2deg) * var(--amount, 2)));
  }

  87% {
    transform: skewY(calc( (-1.8deg) * var(--amount, 2)));
  }

  100% {
    transform: skewY(0deg);
  }
}

@-webkit-keyframes blob-scale {
  0% {
    transform: scaleX(0.9) scaleY(1);
  }

  25% {
    transform: scaleX(0.9) scaleY(0.9);
  }

  50% {
    transform: scaleX(1) scaleY(0.9);
  }

  75% {
    transform: scaleX(0.9) scaleY(0.9);
  }

  100% {
    transform: scaleX(0.9) scaleY(1);
  }
}

@keyframes blob-scale {
  0% {
    transform: scaleX(0.9) scaleY(1);
  }

  25% {
    transform: scaleX(0.9) scaleY(0.9);
  }

  50% {
    transform: scaleX(1) scaleY(0.9);
  }

  75% {
    transform: scaleX(0.9) scaleY(0.9);
  }

  100% {
    transform: scaleX(0.9) scaleY(1);
  }
}

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

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.animate-blurin {
  opacity: 0;
  transition: opacity 1.5s ease-in;
  transition-property: opacity, -webkit-filter;
  transition-property: filter, opacity;
  transition-property: filter, opacity, -webkit-filter;
}

.animate-blurin.is-inview {
  opacity: 1;
  -webkit-animation: blurIn 1.25s cubic-bezier(0.25, 0.46, 0.35, 0.94);
  animation: blurIn 1.25s cubic-bezier(0.25, 0.46, 0.35, 0.94);
}

@-webkit-keyframes blurIn {
  0% {
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }

  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@keyframes blurIn {
  0% {
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }

  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

.animate-tiltin {
  opacity: 0;
  transition: opacity 1.25s ease-in;
}

.animate-tiltin.is-inview {
  opacity: 1;
  -webkit-animation: tiltIn 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: tiltIn 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes tiltIn {
  0% {
    transform: translateY(200px) rotate(15deg) skew(15deg);
  }

  100% {
    transform: translateY(0) rotate(0deg) skew(0deg);
  }
}

@keyframes tiltIn {
  0% {
    transform: translateY(200px) rotate(15deg) skew(15deg);
  }

  100% {
    transform: translateY(0) rotate(0deg) skew(0deg);
  }
}

@-webkit-keyframes tiltOut {
  0% {
    transform: translateY(0) rotate(0deg) skew(0deg);
  }

  100% {
    transform: translateY(200px) rotate(15deg) skew(15deg);
  }
}

@keyframes tiltOut {
  0% {
    transform: translateY(0) rotate(0deg) skew(0deg);
  }

  100% {
    transform: translateY(200px) rotate(15deg) skew(15deg);
  }
}

.animate-tiltin-right {
  opacity: 0;
  transition: opacity 1.5s ease-in;
}

.animate-tiltin-right.is-inview {
  opacity: 1;
  -webkit-animation: tiltInRight 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: tiltInRight 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes tiltInRight {
  0% {
    transform: rotateX(15deg) translateX(300px) skewX(-15deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0deg) translateX(0) skewX(0deg);
    opacity: 1;
  }
}

@keyframes tiltInRight {
  0% {
    transform: rotateX(15deg) translateX(300px) skewX(-15deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0deg) translateX(0) skewX(0deg);
    opacity: 1;
  }
}

.animate-slideright {
  opacity: 0;
  transition: opacity 1.5s ease-in;
}

.animate-slideright.is-inview {
  opacity: 1;
  -webkit-animation: slideright 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slideright 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

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

  100% {
    transform: translateX(0);
  }
}

@keyframes slideright {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes sliderightOut {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes sliderightOut {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}

.animate-imgclipath {
  opacity: 0;
  transition: opacity 1.5s ease-in;
}

.animate-imgclipath.is-inview {
  opacity: 1;
  -webkit-animation: imgclipath 1.5s cubic-bezier(0.25, 0.46, 0.35, 0.99) both;
  animation: imgclipath 1.5s cubic-bezier(0.25, 0.46, 0.35, 0.99) both;
}

@-webkit-keyframes imgclipath {
  0% {
    -webkit-clip-path: inset(150% 0 0);
            clip-path: inset(150% 0 0);
    transform: translateY(200px) scale(1.5);
  }

  100% {
    -webkit-clip-path: inset(0 0 0);
            clip-path: inset(0 0 0);
    transform: translateY(0) scale(1);
  }
}

@keyframes imgclipath {
  0% {
    -webkit-clip-path: inset(150% 0 0);
            clip-path: inset(150% 0 0);
    transform: translateY(200px) scale(1.5);
  }

  100% {
    -webkit-clip-path: inset(0 0 0);
            clip-path: inset(0 0 0);
    transform: translateY(0) scale(1);
  }
}

@-webkit-keyframes revealImgFeatured {
  to {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
}

@keyframes revealImgFeatured {
  to {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
}

@-webkit-keyframes revealSlideInFeatured {
  0% {
    width: 0;
    left: -45%;
  }

  50% {
    width: 150%;
    left: -45%;
  }

  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes revealSlideInFeatured {
  0% {
    width: 0;
    left: -45%;
  }

  50% {
    width: 150%;
    left: -45%;
  }

  100% {
    width: 0;
    left: 100%;
  }
}

@-webkit-keyframes projectLink {
  0% {
    transform: perspective(1600px) rotateX(0) rotateY(0) translateZ(80px);
  }

  100% {
    transform: perspective(1600px) rotateX(0) rotateY(0) translateZ(0);
  }
}

@keyframes projectLink {
  0% {
    transform: perspective(1600px) rotateX(0) rotateY(0) translateZ(80px);
  }

  100% {
    transform: perspective(1600px) rotateX(0) rotateY(0) translateZ(0);
  }
}

@-webkit-keyframes projectLinkHover {
  0% {
    transform: perspective(1600px) rotateX(0) rotateY(0) translateZ(0);
  }

  15% {
    transform: perspective(1600px) rotateX(5deg) rotateY(3deg) translateZ(32px);
  }

  100% {
    transform: perspective(1600px) rotateX(0) rotateY(0) translateZ(80px);
  }
}

@keyframes projectLinkHover {
  0% {
    transform: perspective(1600px) rotateX(0) rotateY(0) translateZ(0);
  }

  15% {
    transform: perspective(1600px) rotateX(5deg) rotateY(3deg) translateZ(32px);
  }

  100% {
    transform: perspective(1600px) rotateX(0) rotateY(0) translateZ(80px);
  }
}

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  opacity: 0;
  z-index: 0;
  transition: opacity 250ms ease-in-out;
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item.active {
  z-index: 1;
  opacity: 1;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 0;
  right: 18px;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev {
  margin-right: 0.5rem;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #D5E0EA;
}

@media (max-width: 768.98px) {
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
  }
}

.owl-carousel .owl-nav .owl-prev:focus,
.owl-carousel .owl-nav .owl-next:focus {
  outline: none;
}

.owl-carousel .owl-nav .owl-prev &gt; span,
.owl-carousel .owl-nav .owl-next &gt; span {
  font-size: 2.75rem;
  line-height: 56px;
  color: #0E2340;
}

@media (max-width: 768.98px) {
  .owl-carousel .owl-nav .owl-prev &gt; span,
  .owl-carousel .owl-nav .owl-next &gt; span {
    font-size: 2rem;
    line-height: 40px;
  }
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

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

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*! locomotive-scroll v4.0.6 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */

html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction=horizontal] [data-scroll-container] {
  white-space: nowrap;
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction=horizontal] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction=horizontal] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
  transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

.nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.nav-bg-animation {
  opacity: 0;
  position: fixed;
  z-index: 990;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-color: #0E2340;
}

.nav-brand {
  position: fixed;
  z-index: 999;
  left: 0;
  width: 145px;
  height: 170px;
  background-color: #ffffff;
  border-bottom-right-radius: 50px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(14, 35, 64, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width 0.5s cubic-bezier(0.215, 0, 0, 0.995), height 0.5s cubic-bezier(0.215, 0, 0, 0.995), border-radius 0.5s cubic-bezier(0.215, 0, 0, 0.995);
}

@media (max-width: 1400.98px) {
  .nav-brand {
    width: 135px;
    height: 150px;
  }
}

@media (max-width: 768.98px) {
  .nav-brand {
    width: 160px;
    height: 80px;
    border-bottom-right-radius: 30px;
  }
}

.nav-brand .logo {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #15BF74;
  -webkit-mask: url("/img/logo.svg") no-repeat center;
  mask: url("/img/logo.svg") no-repeat center;
  -webkit-mask-size: 85px;
  transition: all 0.3s 0.2s cubic-bezier(0.215, 0, 0, 0.995);
}

@media (max-width: 1400.98px) {
  .nav-brand .logo {
    -webkit-mask-size: 70px;
  }
}

@media (max-width: 768.98px) {
  .nav-brand .logo {
    -webkit-mask: url("/img/logo-mobile.svg") no-repeat center;
    mask: url("/img/logo-mobile.svg") no-repeat center;
    -webkit-mask-size: 100px;
  }
}

.nav-brand:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  transform-origin: top;
  background-color: #15BF74;
  transition: all 0.3s cubic-bezier(0.215, 0, 0, 0.995);
  z-index: -1;
}

.nav-brand:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  transform-origin: top;
  background-color: #0E2340;
  z-index: -2;
  transition: all 0.3s 0.2s cubic-bezier(0.215, 0, 0, 0.995);
}

.nav-brand:hover,
.nav-brand:focus {
  transition: transform 1s cubic-bezier(0.215, 0, 0, 0.995), color 0.3s cubic-bezier(0.215, 0, 0, 0.995);
}

.nav-brand:hover .logo,
.nav-brand:focus .logo {
  transition: all 0.3s cubic-bezier(0.215, 0, 0, 0.995);
  background-color: #ffffff;
}

.nav-brand:hover:before,
.nav-brand:focus:before {
  transform: translateY(0);
  transition: all 0.3s 0.2s cubic-bezier(0.215, 0, 0, 0.995);
}

.nav-brand:hover:after,
.nav-brand:focus:after {
  transform: translateY(0);
  transition: all 0.3s cubic-bezier(0.215, 0, 0, 0.995);
}

.nav-bar {
  position: fixed;
  z-index: 995;
  right: 0;
  height: 80px;
  border-bottom-left-radius: 50px;
  display: flex;
  justify-content: space-bewteen;
  align-items: center;
}

@media (max-width: 768.98px) {
  .nav-bar {
    width: 180px;
    height: 70px;
    justify-content: flex-end;
  }
}

@media (max-width: 768.98px) {
  .nav-bar {
    bottom: 0;
  }
}

.nav-bar-menu {
  position: absolute;
  right: 160px;
  padding: 0 2em;
  border-bottom-left-radius: 25px;
  background-color: #ffffff;
  box-shadow: 0 -2px 10px rgba(14, 35, 64, 0.1);
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768.98px) {
  .nav-bar-menu {
    display: none;
  }
}

.nav-bar-menu &gt; a {
  white-space: nowrap;
  font-size: 0.9em;
  font-weight: 700;
  color: #0E2340;
  margin-right: 1.75em;
}

@media only screen and (max-width: 1375px) {
  .nav-bar-menu &gt; a {
    font-size: 0.8em;
  }
}

.nav-bar-btn {
  position: absolute;
  right: 0;
  height: 80px;
  width: 160px;
  background-color: #15BF74;
  box-shadow: 0 -2px 10px rgba(14, 35, 64, 0.1);
  padding: 0 2em;
  transition: background-color 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-bar-btn:hover {
  background-color: #0E2340;
}

@media (max-width: 768.98px) {
  .nav-bar-btn {
    bottom: 0.5rem;
    right: 0.5em;
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }
}

.nav-bar-btn &gt; span {
  font-size: 0.9em;
  font-weight: 700;
  display: inline-block;
  color: #ffffff;
  margin-right: 0.5em;
}

@media (max-width: 768.98px) {
  .nav-bar-btn &gt; span {
    display: none;
  }
}

.nav-bar-btn-icon {
  position: relative;
  width: 28px;
  height: 28px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}

.nav-bar-btn-icon .open,
.nav-bar-btn-icon .close {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 0.5s cubic-bezier(0.215, 0, 0, 0.995), opacity 0.5s cubic-bezier(0.215, 0, 0, 0.995);
}

.nav-bar-btn-icon .open {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.nav-bar-btn-icon .close {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
}

.nav-bar-btn.active {
  background-color: #0E2340;
}

.nav-bar-btn.active .nav-bar-btn-icon .open {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
}

.nav-bar-btn.active .nav-bar-btn-icon .close {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.nav-panel {
  opacity: 0;
  position: fixed;
  z-index: 990;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #15BF74;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  padding: 0 6em 1.5em;
}

@media only screen and (max-width: 1375px) {
  .nav-panel {
    padding: 0 6em 1.5em;
  }
}

@media (max-width: 768.98px) {
  .nav-panel {
    padding: 0 0 4em;
  }
}

.nav-panel p,
.nav-panel a {
  font-weight: 700;
}

.nav-panel-title {
  display: block;
  font-size: 0.9em;
  color: #D1F3E7;
  text-transform: uppercase;
  margin-bottom: 0.65em;
}

@media (max-width: 768.98px) {
  .nav-panel-title {
    font-size: 0.8em;
  }
}

.nav-panel-link {
  display: flex;
  font-size: 1.675rem;
  font-weight: 700;
  transition: color 0.3s ease-in-out;
}

.nav-panel-link &gt; span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0d7a4a, #0d7a4a 50%, #ffffff 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: background 1s cubic-bezier(0.215, 0, 0, 0.995), transform 2.5s cubic-bezier(0.215, 0, 0, 0.995);
}

@media only screen and (max-width: 1375px) {
  .nav-panel-link {
    font-size: 1.425rem;
  }
}

@media (max-width: 768.98px) {
  .nav-panel-link {
    font-size: 1.125rem;
  }
}

.nav-panel-link:hover &gt; span {
  background-position: 0%;
}

.nav-panel-text {
  color: #ffffff;
  font-weight: 700;
  transition: color 0.3s ease-in-out;
  font-size: 0.875em;
}

.nav-panel-text[href] &gt; span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0d7a4a, #0d7a4a 50%, #ffffff 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: background 1s cubic-bezier(0.215, 0, 0, 0.995), transform 2.5s cubic-bezier(0.215, 0, 0, 0.995);
}

.nav-panel-text[href]:hover &gt; span {
  background-position: 0%;
}

.nav-panel-social {
  margin-right: 1.5em;
}

.nav-panel-social &gt; img {
  height: 20px;
}

@media (max-width: 768.98px) {
  .nav-panel-social &gt; img {
    height: 15px;
  }
}

.nav-panel-col {
  padding: 4em;
}

@media only screen and (max-width: 1375px) {
  .nav-panel-col {
    padding: 2.5em;
  }
}

@media (max-width: 768.98px) {
  .nav-panel-col {
    padding: 1.75em 1em;
  }
}

.nav-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nav-panel-header .nav-panel-col {
  padding-top: 2em;
}

@media (max-width: 768.98px) {
  .nav-panel-header {
    justify-content: flex-end;
  }
}

.nav-panel-top {
  border-bottom: 1px solid rgba(209, 243, 231, 0.5);
}

@media (max-width: 768.98px) {
  .nav-panel-top {
    margin-top: 1.5em;
  }
}

.nav-panel-top ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

@media (max-width: 992.98px) {
  .nav-panel-top ul {
    flex-wrap: wrap;
  }

  .nav-panel-top ul &gt; li {
    flex-basis: 50%;
    max-width: 50%;
  }

  .nav-panel-top ul &gt; li:nth-child(1),
  .nav-panel-top ul &gt; li:nth-child(2) {
    margin-bottom: 2em;
  }
}

@media (max-width: 992.98px) and (max-width: 768.98px) {
  .nav-panel-top ul &gt; li:nth-child(1),
  .nav-panel-top ul &gt; li:nth-child(2) {
    margin-bottom: 1.25em;
  }
}

@media only screen and (max-width: 375px) {
  .nav-panel-top ul &gt; li {
    margin-bottom: 1.5em;
  }

  .nav-panel-top ul &gt; li:last-child {
    margin-bottom: 0;
  }
}

.nav-panel-center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.nav-panel-center &gt; div {
  min-height: 15em;
  flex-basis: 25%;
  max-width: 25%;
  border-left: 1px solid rgba(209, 243, 231, 0.5);
}

@media only screen and (max-width: 1375px) {
  .nav-panel-center &gt; div {
    flex-basis: 50%;
    max-width: 50%;
    min-height: auto;
  }

  .nav-panel-center &gt; div:nth-child(2) {
    border-right: 1px solid rgba(209, 243, 231, 0.5);
  }
}

.nav-panel-center &gt; div:last-child {
  flex-basis: 50%;
  max-width: 50%;
  border-right: 1px solid rgba(209, 243, 231, 0.5);
  padding: 1em 2em;
}

@media only screen and (max-width: 1375px) {
  .nav-panel-center &gt; div:last-child {
    flex-basis: 100%;
    max-width: 100%;
    border-top: 1px solid rgba(209, 243, 231, 0.5);
  }
}

@media (max-width: 768.98px) {
  .nav-panel-center &gt; div:last-child {
    padding: 0.75em;
  }
}

.nav-panel-center-contact {
  position: relative;
  z-index: 1;
  background: repeating-linear-gradient(45deg, transparent, transparent 19px, rgba(209, 243, 231, 0.5) 21px);
  display: flex;
  align-items: center;
}

.nav-panel-center-contact &gt; div {
  position: relative;
  z-index: 2;
  flex-basis: 100%;
  max-width: 100%;
  background-color: #15BF74;
  padding: 1em 2em;
}

@media (max-width: 768.98px) {
  .nav-panel-center-contact &gt; div {
    padding: 1em;
  }
}

.nav-panel-center-contact &gt; div .nav-panel-text {
  margin-top: 0;
}

.nav-panel-center-contact &gt; div a:last-child {
  margin-left: 2em;
}

@media (max-width: 768.98px) {
  .nav-panel-center-contact &gt; div a:last-child {
    display: inline-block;
    margin-top: 1em;
  }
}

.nav-panel-bottom {
  border: 1px solid rgba(209, 243, 231, 0.5);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 768.98px) {
  .nav-panel-bottom {
    flex-direction: column;
    align-items: baseline;
  }

  .nav-panel-bottom .nav-panel-col:not(:last-child) {
    padding-bottom: 0;
  }
}

.nav-panel-footer {
  display: block;
}

@media (min-width: 569px) {
  .nav-panel-footer {
    display: none;
  }
}

.footer {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.footer-header {
  position: relative;
  z-index: 1;
}

.footer-header .row {
  flex-wrap: nowrap;
}

.footer-header-left {
  position: relative;
  position: relative;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: calc(60px * 1.5);
  background-color: #F3F6F9;
  padding-top: 10em;
  padding-bottom: 6em;
  border-top-right-radius: 200px;
  -webkit-border-top-right-radius: 200px;
}

@media (max-width: 768.98px) {
  .footer-header-left {
    border-top-right-radius: 100px;
    -webkit-border-top-right-radius: 100px;
  }
}

@media (max-width: 568.98px) {
  .footer-header-left {
    border-top-right-radius: 50px;
    -webkit-border-top-right-radius: 50px;
  }
}

@media (max-width: 568.98px) {
  .footer-header-left {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 300px;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

.footer-header-left .title {
  font-size: 2.25em;
}

@media (max-width: 1400.98px) {
  .footer-header-left .title {
    font-size: 2em;
  }
}

@media (max-width: 768.98px) {
  .footer-header-left .title {
    font-size: 1.75em;
  }
}

@media (max-width: 568.98px) {
  .footer-header-left .title {
    display: none;
  }
}

.footer-header-left:before {
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
  right: 0;
  bottom: 0;
  width: 200%;
  height: 100%;
  background-color: #F3F6F9;
}

.footer-header-right {
  position: relative;
  position: relative;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 568.98px) {
  .footer-header-right {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

.footer-header-right-inner {
  position: absolute;
  top: 12em;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #F3F6F9;
}

@media (max-width: 768.98px) {
  .footer-header-right-inner {
    top: 8em;
  }
}

@media (max-width: 568.98px) {
  .footer-header-right-inner {
    top: 6em;
  }
}

.footer-header-right-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 4em 0 4em 4em;
}

@media (max-width: 768.98px) {
  .footer-header-right-content {
    padding: 2em 0 2em 2em;
  }
}

@media (max-width: 568.98px) {
  .footer-header-right-content {
    padding: 2em 0 2em 1em;
  }
}

.footer-header-right-content &gt; ul {
  position: relative;
  z-index: 2;
  display: flex;
}

@media (max-width: 1400.98px) {
  .footer-header-right-content &gt; ul {
    flex-direction: column;
  }
}

.footer-header-right-content &gt; ul &gt; li {
  padding: 0 2em;
}

.footer-header-right-content &gt; ul &gt; li &gt; span {
  display: block;
  color: #0E2340;
  font-size: 1rem;
  margin-bottom: 0.5em;
}

.footer-header-right-content &gt; ul &gt; li &gt; a,
.footer-header-right-content &gt; ul &gt; li button {
  display: block;
  color: #15BF74;
  font-size: 1.125rem;
  font-weight: 700;
}

@media (max-width: 1400.98px) {
  .footer-header-right-content &gt; ul &gt; li:first-child &gt; a {
    margin-bottom: 1em;
  }
}

.footer-header-right-content:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 200%;
  height: 100%;
  background: linear-gradient(25deg, #D8DBD9 0%, #F2E9D9 100%);
  border-bottom-left-radius: 100px;
}

.footer-sub {
  position: relative;
  z-index: 2;
  padding: 10em 0 8em;
  background-color: #F3F6F9;
}

.footer-sub-left {
  position: relative;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  display: flex;
  align-items: center;
}

@media (max-width: 1400.98px) {
  .footer-sub-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 568.98px) {
  .footer-sub-left {
    flex-direction: column;
    justify-content: center;
  }
}

.footer-sub-left .footer-logo {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  background-color: #ffffff;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 120px;
  height: 145px;
}

@media (max-width: 568.98px) {
  .footer-sub-left .footer-logo {
    top: 0;
  }
}

.footer-sub-left .footer-logo .logo {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: #15BF74;
  -webkit-mask: url("/img/logo.svg") no-repeat center;
  mask: url("/img/logo.svg") no-repeat center;
  -webkit-mask-size: 65px;
  transition: all 0.3s 0.2s cubic-bezier(0.215, 0, 0, 0.995);
}

.footer-sub-left .footer-logo:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-105%);
  transform-origin: top;
  background-color: #15BF74;
  transition: all 0.3s cubic-bezier(0.215, 0, 0, 0.995);
  z-index: 2;
}

.footer-sub-left .footer-logo:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-105%);
  transform-origin: top;
  background-color: #0E2340;
  z-index: 1;
  transition: all 0.3s 0.2s cubic-bezier(0.215, 0, 0, 0.995);
}

.footer-sub-left .footer-logo:hover,
.footer-sub-left .footer-logo:focus {
  transition: transform 1s cubic-bezier(0.215, 0, 0, 0.995), color 0.3s cubic-bezier(0.215, 0, 0, 0.995);
}

.footer-sub-left .footer-logo:hover .logo,
.footer-sub-left .footer-logo:focus .logo {
  transition: all 0.3s cubic-bezier(0.215, 0, 0, 0.995);
  background-color: #ffffff;
}

.footer-sub-left .footer-logo:hover:before,
.footer-sub-left .footer-logo:focus:before {
  transform: translateY(0);
  transition: all 0.3s 0.2s cubic-bezier(0.215, 0, 0, 0.995);
}

.footer-sub-left .footer-logo:hover:after,
.footer-sub-left .footer-logo:focus:after {
  transform: translateY(0);
  transition: all 0.3s cubic-bezier(0.215, 0, 0, 0.995);
}

.footer-sub-left .footer-message {
  margin-left: 10em;
}

@media (max-width: 568.98px) {
  .footer-sub-left .footer-message {
    margin: 15em auto 0;
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
}

.footer-sub-left .footer-message .title {
  margin-top: 0;
  font-size: 1.25rem;
  color: #15BF74;
  margin-bottom: 0.5em;
}

.footer-sub-left .footer-message .message {
  font-size: 1.125rem;
  color: #344F74;
  margin-top: 0;
  margin-bottom: 0;
}

.footer-sub-right {
  position: relative;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  text-align: right;
}

@media (max-width: 1400.98px) {
  .footer-sub-right {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
    margin-top: 4em;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 568.98px) {
  .footer-sub-right {
    flex-direction: column;
    text-align: center;
  }
}

.footer-sub-right .footer-social &gt; a {
  display: inline-block;
  margin: 0.5em 1em;
}

@media (max-width: 568.98px) {
  .footer-sub-right .footer-social {
    margin-bottom: 2em;
  }
}

.footer-sub-right .footer-disclaimer {
  display: block;
  margin-top: 2.5em;
  color: #7A96BC;
  font-size: 0.65rem;
  text-transform: uppercase;
}

@media (max-width: 1400.98px) {
  .footer-sub-right .footer-disclaimer {
    margin-top: 0;
  }
}

.hero-home {
  position: relative;
  padding: 12rem 0 6rem;
  margin-bottom: 6rem;
}

@media (max-width: 992.98px) {
  .hero-home {
    padding: 10rem 0 6rem;
  }
}

@media (max-width: 768.98px) {
  .hero-home {
    padding: 6rem 0 6rem;
    margin-bottom: 0;
  }
}

@media (max-width: 568.98px) {
  .hero-home {
    padding: 9.5rem 0 4rem;
  }
}

.hero-home .content {
  z-index: 2;
  transform-origin: left;
}

@media (max-width: 568.98px) {
  .hero-home .content .heading {
    font-size: 2em;
  }
}

.hero-home .content .text-wrapper {
  position: relative;
  display: inline-block;
}

.hero-home .content .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 100%;
  width: 2px;
  background-color: #15BF74;
  transform-origin: 0 100%;
}

.hero-home .content .line.line1 {
  top: 0;
  left: 0;
}

.hero-home-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-color: #F3F6F9;
  border-bottom-right-radius: 200px;
  -webkit-border-bottom-right-radius: 200px;
}

@media (max-width: 768.98px) {
  .hero-home-bg {
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
  }
}

@media (max-width: 568.98px) {
  .hero-home-bg {
    border-bottom-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
  }
}

@media (max-width: 768.98px) {
  .hero-home-bg {
    width: 100%;
  }
}

.hero-home-compass-mobile {
  display: block;
  position: absolute;
  top: -15%;
  right: -10%;
}

@media (min-width: 769px) {
  .hero-home-compass-mobile {
    display: none;
  }
}

.hero-home-compass-mobile &gt; img {
  width: 100%;
  max-width: 350px;
}

@media (max-width: 568.98px) {
  .hero-home-compass-mobile &gt; img {
    max-width: 250px;
  }
}

.hero-home-banner {
  position: absolute;
  top: 0;
  right: -10%;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 70%;
  height: 800px;
  overflow: hidden;
}

.hero-home-banner:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, #ffffff 100%);
}

.hero-home-banner .topographic-map {
  position: absolute;
  z-index: 0;
}

@media (max-width: 768.98px) {
  .hero-home-banner .topographic-map {
    display: none;
  }
}

.hero-home-banner .topographic-map &gt; img {
  opacity: 1;
  -webkit-animation: topographicmap 400s ease forwards alternate;
  animation: topographicmap 400s ease forwards alternate;
}

@-webkit-keyframes topographicmap {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(70%);
  }
}

@keyframes topographicmap {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(70%);
  }
}

.hero-home-banner .type {
  position: absolute;
  left: 35%;
  z-index: -1;
  opacity: 0.65;
}

@media (max-width: 992.98px) {
  .hero-home-banner .type {
    display: none;
  }
}

.hero-home-banner .type &gt; div:first-child {
  margin-bottom: 1.5em;
}

.hero-home-banner .type &gt; div:first-child &gt; img {
  width: 25vw;
}

@media (max-width: 1400.98px) {
  .hero-home-banner .type &gt; div:first-child &gt; img {
    width: 35vw;
  }
}

.hero-home-banner .type &gt; div:last-child &gt; img {
  width: 35vw;
}

@media (max-width: 1400.98px) {
  .hero-home-banner .type &gt; div:last-child &gt; img {
    width: 45vw;
  }
}

@media (max-width: 1400.98px) {
  .hero-home-banner {
    width: 80%;
  }
}

@media (max-width: 768.98px) {
  .hero-home-banner {
    left: 6em;
  }

  .hero-home-banner &gt; div {
    width: 100%;
    height: 300px;
    align-items: flex-start;
  }
}

@media (max-width: 568.98px) {
  .hero-home-banner {
    left: 4em;
  }

  .hero-home-banner &gt; div {
    height: 200px;
  }
}

.hero-home-wave {
  position: absolute;
  right: 0;
  width: 2500px;
  height: 1000px;
  overflow: hidden;
  top: 0;
  z-index: -1;
}

.hero-home-wave defs path {
  stroke: white;
  stroke-width: 2px;
}

.hero-services {
  position: relative;
  padding: 12rem 0 6rem;
  width: 100%;
  height: auto;
}

@media (max-width: 768.98px) {
  .hero-services {
    padding: 18rem 0 6rem;
  }
}

@media (max-width: 568.98px) {
  .hero-services {
    padding: 20rem 0 6rem;
  }
}

.hero-services-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F3F6F9;
  box-shadow: inset 0px 0px 0px 50px #F3F6F9;
  border-bottom-right-radius: 200px;
  -webkit-border-bottom-right-radius: 200px;
}

@media (max-width: 768.98px) {
  .hero-services-bg {
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
  }
}

@media (max-width: 568.98px) {
  .hero-services-bg {
    border-bottom-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
  }
}

@media (max-width: 768.98px) {
  .hero-services-bg {
    width: 100%;
  }
}

.hero-services-content {
  position: relative;
  z-index: 2;
}

.hero-services-content .title {
  font-size: 3.5em;
}

@media (max-width: 768.98px) {
  .hero-services-content .title {
    font-size: 2.75em;
  }
}

.hero-services-content .title &gt; span {
  display: block;
  color: #15BF74;
}

.hero-services-content .list {
  margin-top: 3em;
  display: flex;
  flex-wrap: wrap;
  margin-right: -no-gutters/2;
  margin-left: -no-gutters/2;
}

.hero-services-content .list &gt; li {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  padding-left: 0;
}

.hero-services-content .list &gt; li .service {
  font-size: 1.375rem;
  color: #344F74;
  font-weight: 700;
  margin-bottom: 1.5em;
}

.hero-services-ill {
  position: absolute;
  z-index: 1;
}

.hero-services-ill.development {
  right: 5%;
  top: -20%;
}

.hero-services-ill.development &gt; svg {
  width: 500px;
}

.hero-services-ill.development &gt; svg #Ellipse_43,
.hero-services-ill.development &gt; svg #Ellipse_45,
.hero-services-ill.development &gt; svg #Ellipse_44,
.hero-services-ill.development &gt; svg #Path_703,
.hero-services-ill.development &gt; svg #Path_704 {
  opacity: 0;
  -webkit-animation: fadeIn 1.5s 3s ease-in forwards;
          animation: fadeIn 1.5s 3s ease-in forwards;
}

@media (max-width: 1400.98px) {
  .hero-services-ill.development &gt; svg {
    width: 425px;
  }
}

@media (max-width: 992.98px) {
  .hero-services-ill.development {
    top: -40%;
  }

  .hero-services-ill.development &gt; svg {
    width: 375px;
  }
}

@media (max-width: 768.98px) {
  .hero-services-ill.development {
    top: -90%;
  }
}

@media (max-width: 568.98px) {
  .hero-services-ill.development {
    top: -90%;
    right: -5%;
  }

  .hero-services-ill.development &gt; svg {
    width: 250px;
  }
}

.hero-services-ill.design {
  right: 5%;
  top: 0;
}

.hero-services-ill.design &gt; svg {
  width: 500px;
}

.hero-services-ill.design &gt; svg #Ellipse_61,
.hero-services-ill.design &gt; svg #Ellipse_60,
.hero-services-ill.design &gt; svg #Path_577 {
  opacity: 0;
  -webkit-animation: fadeIn 1.5s 2s ease-in forwards;
          animation: fadeIn 1.5s 2s ease-in forwards;
}

@media (max-width: 1400.98px) {
  .hero-services-ill.design {
    top: -25%;
  }

  .hero-services-ill.design &gt; svg {
    width: 450px;
  }
}

@media (max-width: 992.98px) {
  .hero-services-ill.design {
    top: -45%;
    right: 5%;
  }

  .hero-services-ill.design &gt; svg {
    width: 400px;
  }
}

@media (max-width: 768.98px) {
  .hero-services-ill.design {
    top: -90%;
  }

  .hero-services-ill.design &gt; svg {
    width: 350px;
  }
}

@media (max-width: 568.98px) {
  .hero-services-ill.design {
    top: -85%;
  }

  .hero-services-ill.design &gt; svg {
    width: 250px;
  }
}

.hero-services-ill.marketing {
  right: 0;
  top: 0;
}

.hero-services-ill.marketing &gt; svg {
  width: 575px;
}

.hero-services-ill.marketing &gt; svg #Group_961,
.hero-services-ill.marketing &gt; svg #Path_598,
.hero-services-ill.marketing &gt; svg #Group_962,
.hero-services-ill.marketing &gt; svg #Group_963 {
  opacity: 0;
  -webkit-animation: fadeIn 2s 2s ease-in forwards;
          animation: fadeIn 2s 2s ease-in forwards;
}

@media (max-width: 1400.98px) {
  .hero-services-ill.marketing &gt; svg {
    width: 475px;
  }
}

@media (max-width: 992.98px) {
  .hero-services-ill.marketing {
    top: -40%;
  }

  .hero-services-ill.marketing &gt; svg {
    width: 450px;
  }
}

@media (max-width: 768.98px) {
  .hero-services-ill.marketing {
    top: -65%;
    right: 5%;
  }

  .hero-services-ill.marketing &gt; svg {
    width: 325px;
  }
}

@media (max-width: 568.98px) {
  .hero-services-ill.marketing {
    top: -52%;
  }

  .hero-services-ill.marketing &gt; svg {
    width: 250px;
  }
}

.hero-services-ill.strategy {
  right: 0;
  top: -25%;
}

.hero-services-ill.strategy &gt; svg {
  width: 525px;
}

.hero-services-ill.strategy &gt; svg #Group_938,
.hero-services-ill.strategy &gt; svg #Group_939,
.hero-services-ill.strategy &gt; svg #Ellipse_46,
.hero-services-ill.strategy &gt; svg #Rectangle_123 {
  opacity: 0;
  -webkit-animation: fadeIn 2s 2s ease-in forwards;
          animation: fadeIn 2s 2s ease-in forwards;
}

@media (max-width: 1400.98px) {
  .hero-services-ill.strategy {
    right: 5%;
  }

  .hero-services-ill.strategy &gt; svg {
    width: 425px;
  }
}

@media (max-width: 992.98px) {
  .hero-services-ill.strategy {
    top: -50%;
  }

  .hero-services-ill.strategy &gt; svg {
    width: 375px;
  }
}

@media (max-width: 768.98px) {
  .hero-services-ill.strategy {
    top: -85%;
    right: 5%;
  }

  .hero-services-ill.strategy &gt; svg {
    width: 325px;
  }
}

@media (max-width: 568.98px) {
  .hero-services-ill.strategy {
    top: -95%;
  }

  .hero-services-ill.strategy &gt; svg {
    width: 250px;
  }
}

@media screen and (max-width: 400px) {
  .hero-services-ill.strategy {
    top: -85%;
  }

  .hero-services-ill.strategy &gt; svg {
    width: 200px;
  }
}

.hero-projects {
  position: relative;
  padding: 12rem 0 2rem;
  background-color: #F3F6F9;
}

@media (max-width: 768.98px) {
  .hero-projects {
    padding: 8rem 0 0;
  }
}

.hero-project {
  position: relative;
  padding: 12rem 0 6rem;
  margin-bottom: 6rem;
  min-height: 75vh;
}

@media (max-width: 768.98px) {
  .hero-project {
    padding: 350px 0 6em;
    margin-bottom: 0;
    min-height: auto;
    background-color: #F3F6F9;
    border-bottom-right-radius: 200px;
    -webkit-border-bottom-right-radius: 200px;
  }
}

@media (max-width: 768.98px) and (max-width: 768.98px) {
  .hero-project {
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
  }
}

@media (max-width: 768.98px) and (max-width: 568.98px) {
  .hero-project {
    border-bottom-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
  }
}

@media (max-width: 568.98px) {
  .hero-project {
    padding: 250px 0 6em;
  }
}

.hero-project:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-color: #F3F6F9;
  border-bottom-right-radius: 200px;
  -webkit-border-bottom-right-radius: 200px;
}

@media (max-width: 768.98px) {
  .hero-project:before {
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
  }
}

@media (max-width: 568.98px) {
  .hero-project:before {
    border-bottom-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
  }
}

@media (max-width: 768.98px) {
  .hero-project:before {
    display: none;
  }
}

.hero-project &gt; .container {
  position: relative;
  z-index: 2;
}

.hero-project &gt; .container a &gt; img {
  margin-right: 0.5em;
  vertical-align: middle;
}

@media (max-width: 1400.98px) {
  .hero-project &gt; .container .heading {
    font-size: 2.5em;
  }
}

.hero-project-banner {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.hero-project-banner &gt; div {
  width: 100%;
  max-width: 1200px;
  height: 90vh;
  min-height: 850px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 200px;
  -webkit-border-bottom-left-radius: 200px;
  overflow: hidden;
}

@media (max-width: 768.98px) {
  .hero-project-banner &gt; div {
    border-bottom-left-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
  }
}

@media (max-width: 568.98px) {
  .hero-project-banner &gt; div {
    border-bottom-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
  }
}

.hero-project-banner &gt; div &gt; img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 1400.98px) {
  .hero-project-banner &gt; div {
    width: 60%;
    height: 50vh;
    min-height: 600px;
    margin-left: auto;
  }
}

@media (max-width: 768.98px) {
  .hero-project-banner {
    top: -2.5em;
    left: 2em;
  }

  .hero-project-banner &gt; div {
    min-height: unset;
    width: 100%;
    height: 350px;
    align-items: flex-start;
  }
}

@media (max-width: 568.98px) {
  .hero-project-banner &gt; div {
    height: 250px;
  }
}

.hero-about {
  position: relative;
  padding: 12rem 0 6rem;
  margin-bottom: 6rem;
  min-height: 75vh;
  background-color: #F3F6F9;
}

@media (max-width: 768.98px) {
  .hero-about {
    padding: 300px 0 6em;
    margin-bottom: 0;
    min-height: auto;
    background-color: #F3F6F9;
    background-image: url("/img/dot-dark-pattern.svg");
    border-bottom-right-radius: 200px;
    -webkit-border-bottom-right-radius: 200px;
  }
}

@media (max-width: 768.98px) and (max-width: 768.98px) {
  .hero-about {
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
  }
}

@media (max-width: 768.98px) and (max-width: 568.98px) {
  .hero-about {
    border-bottom-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
  }
}

@media (max-width: 568.98px) {
  .hero-about {
    padding: 18em 0 6em;
  }
}

.hero-about &gt; .container {
  position: relative;
  z-index: 2;
}

.hero-about-banner {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}

.hero-about-banner &gt; div {
  position: relative;
  width: 100%;
  max-width: 1150px;
  height: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 200px;
  -webkit-border-bottom-left-radius: 200px;
  overflow: hidden;
}

@media (max-width: 768.98px) {
  .hero-about-banner &gt; div {
    border-bottom-left-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
  }
}

@media (max-width: 568.98px) {
  .hero-about-banner &gt; div {
    border-bottom-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
  }
}

.hero-about-banner &gt; div &gt; img {
  max-height: 100%;
  height: auto;
}

@media (max-width: 768.98px) {
  .hero-about-banner &gt; div &gt; img {
    max-height: unset;
    max-width: 100%;
  }
}

@media (max-width: 1400.98px) {
  .hero-about-banner &gt; div {
    width: 70%;
    height: 600px;
  }
}

@media (max-width: 992.98px) {
  .hero-about-banner &gt; div {
    width: 75%;
    height: 500px;
  }
}

@media (max-width: 768.98px) {
  .hero-about-banner {
    left: 6em;
  }

  .hero-about-banner &gt; div {
    width: 100%;
    height: 300px;
    align-items: flex-start;
  }
}

@media (max-width: 568.98px) {
  .hero-about-banner {
    left: 4em;
  }

  .hero-about-banner &gt; div {
    height: 200px;
  }
}

.lp-hero {
  position: relative;
  padding: 12rem 0 6rem;
  margin-bottom: 6rem;
}

@media (max-width: 992.98px) {
  .lp-hero {
    padding: 10rem 0 6rem;
  }
}

@media (max-width: 768.98px) {
  .lp-hero {
    padding: 17rem 0 6rem;
    margin-bottom: 0;
  }
}

@media (max-width: 568.98px) {
  .lp-hero {
    padding: 16rem 0 4rem;
  }
}

.lp-hero .content {
  z-index: 2;
  transform-origin: left;
}

@media (max-width: 568.98px) {
  .lp-hero .content .heading {
    font-size: 2em;
  }
}

.lp-hero .content .text-wrapper {
  position: relative;
  display: inline-block;
}

.lp-hero .content .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 100%;
  width: 2px;
  background-color: #15BF74;
  transform-origin: 0 100%;
}

.lp-hero .content .line.line1 {
  top: 0;
  left: 0;
}

.lp-hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-color: #F3F6F9;
  border-bottom-right-radius: 200px;
  -webkit-border-bottom-right-radius: 200px;
}

@media (max-width: 768.98px) {
  .lp-hero-bg {
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
  }
}

@media (max-width: 568.98px) {
  .lp-hero-bg {
    border-bottom-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
  }
}

@media (max-width: 768.98px) {
  .lp-hero-bg {
    width: 100%;
  }
}

.lp-hero-banner {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 40%;
  height: 600px;
  overflow: hidden;
}

.lp-hero-banner:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, #ffffff 100%);
}

@media (max-width: 768.98px) {
  .lp-hero-banner {
    z-index: 1;
    width: 60%;
    height: 260px;
    background-color: #ffffff;
    border-bottom-left-radius: 200px;
    -webkit-border-bottom-left-radius: 200px;
  }
}

@media (max-width: 768.98px) and (max-width: 768.98px) {
  .lp-hero-banner {
    border-bottom-left-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
  }
}

@media (max-width: 768.98px) and (max-width: 568.98px) {
  .lp-hero-banner {
    border-bottom-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
  }
}

@media (max-width: 568.98px) {
  .lp-hero-banner {
    width: 75%;
    height: 200px;
  }
}

.lp-hero.identity-design .lp-hero-banner &gt; video {
  width: 100%;
}

.compass {
  position: relative;
  margin: 0 auto;
  width: 38vw;
  height: 38vw;
  max-height: 625px;
  max-width: 625px;
  margin-bottom: 6rem;
}

@media (max-width: 768.98px) {
  .compass {
    display: none;
  }
}

.compass-coordinates {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.compass-bezel {
  position: absolute;
  width: 100%;
  text-align: center;
}

.compass-coordinate {
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 5;
}

.compass-coordinate:first-child {
  top: -7em;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.compass-coordinate:first-child &gt; span {
  left: 50%;
  transform: translateX(-50%) rotateZ(90deg);
  bottom: -5px;
}

.compass-coordinate:first-child &gt; div {
  top: 11em;
  left: 50%;
  transform: translate(-50%, -2em);
}

.compass-coordinate:nth-child(2) {
  top: 50%;
  left: -9.5em;
  transform: translateY(-50%);
}

.compass-coordinate:nth-child(2) &gt; span {
  top: 50%;
  transform: translateY(-50%);
  right: -60px;
}

.compass-coordinate:nth-child(2) &gt; div {
  padding-left: 2em;
  transform: translateX(-2em);
}

.compass-coordinate:nth-child(3) {
  top: 50%;
  right: -11em;
  transform: translateY(-50%);
}

.compass-coordinate:nth-child(3) &gt; span {
  top: 50%;
  transform: translateY(-50%);
  left: -60px;
}

.compass-coordinate:nth-child(3) &gt; div {
  left: -16em;
  padding-left: 2em;
  transform: translateX(2em);
}

.compass-coordinate:last-child {
  bottom: -8em;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.compass-coordinate:last-child &gt; span {
  left: 50%;
  transform: translateX(-50%) rotateZ(90deg);
  top: -20px;
}

.compass-coordinate:last-child &gt; div {
  bottom: 12em;
  left: 50%;
  transform: translate(-50%, 2em);
}

.compass-coordinate &gt; h2 {
  font-size: 1.75rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #15BF74, #15BF74 50%, #B3C6D9 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: background 1s cubic-bezier(0.215, 0, 0, 0.995), transform 2.5s cubic-bezier(0.215, 0, 0, 0.995);
}

@media (max-width: 1400.98px) {
  .compass-coordinate &gt; h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 768.98px) {
  .compass-coordinate &gt; h2 {
    font-size: 1.25rem;
  }
}

.compass-coordinate &gt; span {
  display: block;
  width: 40px;
  height: 1.5px;
  background-color: #B3C6D9;
  position: absolute;
  transition: width 1s cubic-bezier(0.215, 0, 0, 0.995), background-color 1s cubic-bezier(0.215, 0, 0, 0.995);
}

.compass-coordinate &gt; div {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 45vw;
  max-width: 650px;
  padding-left: 2em;
  transition: transform 1s cubic-bezier(0.215, 0, 0, 0.995), opacity 1s cubic-bezier(0.215, 0, 0, 0.995), visibility 1s cubic-bezier(0.215, 0, 0, 0.995);
}

@media only screen and (max-width: 1200px) {
  .compass-coordinate &gt; div {
    display: none;
  }
}

.compass-coordinate &gt; div &gt; p {
  font-size: 1.125rem;
  font-weight: 500;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #344F74, #344F74 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: background 1s cubic-bezier(0.215, 0, 0, 0.995), transform 2.5s cubic-bezier(0.215, 0, 0, 0.995);
}

.compass-coordinate:hover h2 {
  background-position: 0%;
}

.compass-coordinate:hover:first-child h2 {
  transform: translateY(-0.5em);
}

.compass-coordinate:hover:first-child &gt; div {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.compass-coordinate:hover:nth-child(2) h2 {
  transform: translateX(-0.5em);
}

.compass-coordinate:hover:nth-child(2) &gt; div {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.compass-coordinate:hover:nth-child(3) h2 {
  transform: translateX(0.5em);
}

.compass-coordinate:hover:nth-child(3) &gt; div {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.compass-coordinate:hover:last-child h2 {
  transform: translateY(0.5em);
}

.compass-coordinate:hover:last-child &gt; div {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.compass-coordinate:hover &gt; span {
  width: 60px;
  background-color: #15BF74;
}

.compass-coordinate:hover &gt; div p {
  background-position: 0%;
}

.compass-needle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.compass-needle &gt; span {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #B3C6D9;
}

@media (max-width: 1400.98px) {
  .compass-needle &gt; span {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 992.98px) {
  .compass-needle &gt; span {
    width: 45px;
    height: 45px;
    border: 1.5px solid #B3C6D9;
  }
}

.compass-needle &gt; img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 175px;
}

@media (max-width: 1400.98px) {
  .compass-needle &gt; img {
    width: 125px;
  }
}

@media (max-width: 992.98px) {
  .compass-needle &gt; img {
    width: 100px;
  }
}

@media (max-width: 768.98px) {
  .compass-needle &gt; img {
    width: 80px;
  }
}

.bbox-services:not(:first-child) {
  margin-left: 250px;
}

@media only screen and (max-width: 1024px) {
  .bbox-services {
    width: 100%;
    margin-bottom: 4em;
  }

  .bbox-services:not(:first-child) {
    margin-left: 0;
  }
}

.bbox-services .rounded-bbox {
  width: 1000px;
}

@media only screen and (max-width: 1024px) {
  .bbox-services .rounded-bbox {
    width: 100%;
  }
}

.bbox-services-list {
  margin-top: 3em;
  display: flex;
  flex-wrap: wrap;
  margin-right: -no-gutters/2;
  margin-left: -no-gutters/2;
}

.bbox-services-list &gt; li {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  position: relative;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  padding-left: 0;
}

@media (max-width: 768.98px) {
  .bbox-services-list &gt; li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

#hServicesContainer {
  width: 100%;
  height: 100vh;
  max-height: 1000px;
  overflow: hidden;
  perspective: 500;
  padding-left: 200px;
}

@media only screen and (max-width: 1024px) {
  #hServicesContainer {
    height: auto;
    max-height: unset;
    padding-left: 0;
  }
}

#hServicesSlideContainer {
  height: 100vh;
  max-height: 650px;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  #hServicesSlideContainer {
    height: auto;
    max-height: unset;
    flex-direction: column;
    width: 100%;
    padding-right: 100px;
    padding-left: 100px;
    margin-right: auto;
    margin-left: auto;
    width: auto !important;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 992.98px) {
  #hServicesSlideContainer {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 568.98px) {
  #hServicesSlideContainer {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.service-img {
  position: relative;
  margin-left: 40vw;
  top: 3em;
  height: 375px;
  width: 65%;
  border-bottom-left-radius: 200px;
  -webkit-border-bottom-left-radius: 200px;
  background-size: cover;
  background-position: center;
}

@media (max-width: 768.98px) {
  .service-img {
    border-bottom-left-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
  }
}

@media (max-width: 568.98px) {
  .service-img {
    border-bottom-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
  }
}

@media (max-width: 768.98px) {
  .service-img {
    height: 275px;
  }
}

@media (max-width: 568.98px) {
  .service-img {
    top: 0;
    width: 100%;
    height: 250px;
    margin-left: 15vw;
  }
}

.service-img &gt; img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 110%;
}

.project-preview {
  position: relative;
  padding: 0;
  margin-bottom: 12em;
  width: 100%;
  min-height: 1000px;
  display: flex;
  align-items: flex-end;
}

@media (max-width: 768.98px) {
  .project-preview {
    margin-bottom: 8em;
  }
}

.project-preview:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -12em;
  left: 0;
  right: 0;
  width: 100%;
  height: 22em;
  background-color: #F3F6F9;
}

@media (max-width: 768.98px) {
  .project-preview:after {
    bottom: -8em;
    height: 12em;
  }
}

@media (max-width: 768.98px) {
  .project-preview {
    min-height: 800px;
  }
}

@media (max-width: 568.98px) {
  .project-preview {
    min-height: 600px;
  }
}

.project-preview-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 2000px;
  border-top-left-radius: 200px;
  -webkit-border-top-left-radius: 200px;
  border-bottom-right-radius: 200px;
  -webkit-border-bottom-right-radius: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768.98px) {
  .project-preview-img {
    border-top-left-radius: 100px;
    -webkit-border-top-left-radius: 100px;
  }
}

@media (max-width: 568.98px) {
  .project-preview-img {
    border-top-left-radius: 50px;
    -webkit-border-top-left-radius: 50px;
  }
}

@media (max-width: 768.98px) {
  .project-preview-img {
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
  }
}

@media (max-width: 568.98px) {
  .project-preview-img {
    border-bottom-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
  }
}

@media (max-width: 1400.98px) {
  .project-preview-img {
    max-height: 800px;
  }
}

.project-preview-img &gt; img {
  max-height: 125%;
}

@media screen and (min-width: 768px) {
  .project-preview-img &gt; img {
    max-height: unset;
    max-width: 100%;
  }
}

@media screen and (min-width: 1800px) {
  .project-preview-img &gt; img {
    width: 125%;
  }
}

.project-preview-card {
  position: relative;
  bottom: -4em;
  width: 100%;
  max-width: 900px;
  padding: 4em 4em 6em 0;
  border-top-right-radius: 200px;
  -webkit-border-top-right-radius: 200px;
  background-color: #ffffff;
}

@media (max-width: 768.98px) {
  .project-preview-card {
    border-top-right-radius: 100px;
    -webkit-border-top-right-radius: 100px;
  }
}

@media (max-width: 568.98px) {
  .project-preview-card {
    border-top-right-radius: 50px;
    -webkit-border-top-right-radius: 50px;
  }
}

@media (max-width: 568.98px) {
  .project-preview-card {
    padding: 4em 2em 6em 0;
  }
}

.project-preview-card:after {
  content: "";
  position: absolute;
  top: 0;
  left: -199.8%;
  height: 100%;
  width: 200%;
  background-color: #ffffff;
}

.more-services {
  position: relative;
  padding: 2rem 0 12rem;
  margin-top: 12rem;
}

.more-services:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -6rem;
  left: -160%;
  height: 6rem;
  width: 200%;
  border-top-right-radius: 200px;
  -webkit-border-top-right-radius: 200px;
  background-color: #ffffff;
}

@media (max-width: 768.98px) {
  .more-services:before {
    border-top-right-radius: 100px;
    -webkit-border-top-right-radius: 100px;
  }
}

@media (max-width: 568.98px) {
  .more-services:before {
    border-top-right-radius: 50px;
    -webkit-border-top-right-radius: 50px;
  }
}

.more-services:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -12rem;
  right: 0;
  height: 12rem;
  width: 100%;
  background-color: #F3F6F9;
}

.more-services .header {
  display: flex;
  align-items: center;
}

.more-services .header .title {
  text-transform: uppercase;
  color: #0E2340;
  margin-left: 1em;
}

@media (max-width: 768.98px) {
  .more-services .header &gt; img {
    width: 75px;
  }
}

.more-services .timeline {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-right: -no-gutters/2;
  margin-left: -no-gutters/2;
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid #B3C6D9;
}

@media (max-width: 992.98px) {
  .more-services .timeline {
    border-top: none;
    padding-left: 4rem;
    padding-top: 0;
  }
}

.more-services .timeline:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 100%;
  height: 1px;
  width: 200%;
  background-color: #B3C6D9;
}

@media (max-width: 992.98px) {
  .more-services .timeline:before {
    top: 2em;
    left: -1px;
    height: 79%;
    width: 1px;
  }
}

.more-services .timeline .link {
  position: relative;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  position: relative;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  display: flex;
  align-items: center;
}

@media (max-width: 992.98px) {
  .more-services .timeline .link {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .more-services .timeline .link:not(:last-child) {
    margin-bottom: 4em;
  }
}

.more-services .timeline .link:before {
  content: "";
  position: absolute;
  top: -4rem;
  left: 0;
  height: 40px;
  width: 1px;
  background-color: #B3C6D9;
}

@media (max-width: 992.98px) {
  .more-services .timeline .link:before {
    top: 2em;
    left: -4rem;
    width: 40px;
    height: 1px;
  }
}

.more-services .timeline .link &gt; span {
  text-transform: capitalize;
  display: block;
  font-size: 1.675em;
  color: #0E2340;
  margin-left: -1em !important;
  margin-right: 1em;
}

@media (max-width: 992.98px) {
  .more-services .timeline .link &gt; span {
    margin-left: 0 !important;
    margin-top: -0.125em;
  }
}

.projects-grid {
  width: 100%;
  padding-right: 100px;
  padding-left: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 6em;
  padding-right: 6em;
}

@media (max-width: 992.98px) {
  .projects-grid {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 568.98px) {
  .projects-grid {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 1400.98px) {
  .projects-grid {
    padding-left: 3em;
    padding-right: 3em;
  }
}

.projects-grid-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -30px;
  justify-content: space-between;
}

.projects-grid-row &gt; div {
  position: relative;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  margin-bottom: 12em;
}

@media (max-width: 992.98px) {
  .projects-grid-row &gt; div {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 8em;
  }
}

.projects-grid-item {
  position: relative;
  transform: perspective(1600px) rotateY(0) rotateX(0) translate3d(0, 0, 0);
  transform-style: preserve-3d;
  -webkit-animation: projectLink 1s cubic-bezier(0.4, 0, 0.2, 1) 1 forwards;
          animation: projectLink 1s cubic-bezier(0.4, 0, 0.2, 1) 1 forwards;
}

.projects-grid-item:hover {
  -webkit-animation: projectLinkHover 1.5s cubic-bezier(0.315, 0.605, 0.375, 0.925) 1 forwards;
          animation: projectLinkHover 1.5s cubic-bezier(0.315, 0.605, 0.375, 0.925) 1 forwards;
}

.projects-grid-item-content {
  padding-left: 4em;
}

@media (max-width: 1400.98px) {
  .projects-grid-item-content {
    padding-left: 0;
  }
}

.project-screen {
  display: flex;
  margin-left: 50px;
}

@media only screen and (max-width: 1024px) {
  .project-screen {
    margin-left: 0;
    position: relative;
  }
}

.project-screen-center {
  margin-left: 0;
  justify-content: center;
}

.project-screen-center:nth-child(even) {
  justify-content: center !important;
}

.project-screen:nth-child(even) {
  justify-content: flex-end;
}

.project-screen &gt; img,
.project-screen &gt; video {
  max-width: 100%;
  height: auto;
}

#hProjectContainer {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  perspective: 500;
  padding-left: 200px;
}

@media only screen and (max-width: 1024px) {
  #hProjectContainer {
    height: auto;
    max-height: unset;
    padding-left: 0;
  }
}

#hProjectSlideContainer {
  height: 100vh;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  #hProjectSlideContainer {
    height: auto;
    max-height: unset;
    flex-direction: column;
    padding-left: 1em;
    padding-right: 1em;
    width: auto !important;
  }
}

.project-steps-title {
  position: relative;
}

.project-steps-title .heading {
  position: relative;
  z-index: 2;
}

.project-steps-key {
  position: absolute;
  top: -5rem;
  left: -6rem;
  z-index: 1;
  display: block;
  font-size: 6rem;
  color: #E0E8F0;
  font-weight: 700;
}

@media (max-width: 992.98px) {
  .project-steps-key {
    top: -5rem;
    left: 1rem;
  }
}

.project-marketing-stats {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 200px;
  -webkit-border-bottom-left-radius: 200px;
}

@media (max-width: 768.98px) {
  .project-marketing-stats {
    border-bottom-left-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
  }
}

@media (max-width: 568.98px) {
  .project-marketing-stats {
    border-bottom-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
  }
}

.project-marketing-stats:after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  width: 99.5%;
  height: 70%;
  background: linear-gradient(#0E2340 0%, rgba(14, 35, 64, 0) 100%), url("/img/dot-dark-pattern-small.svg"), #0E2340;
}

.project-marketing-stats .bg-stats {
  position: relative;
  z-index: 1;
}

.project-marketing-stats .stats {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  height: 70%;
  padding-top: 6em;
  background: linear-gradient(rgba(14, 35, 64, 0) 0%, rgba(14, 35, 64, 0.5) 20%, #0E2340 100%);
  padding: 0 10% 6em;
  display: flex;
  align-items: flex-end;
}

@media (max-width: 992.98px) {
  .project-marketing-stats .stats {
    position: relative;
    margin-top: -35%;
  }
}

@media (max-width: 568.98px) {
  .project-marketing-stats .stats {
    padding: 0 4em 4em;
  }
}

.project-marketing-stats .stats &gt; ul {
  width: 100%;
  display: flex;
}

@media (max-width: 992.98px) {
  .project-marketing-stats .stats &gt; ul {
    flex-direction: column;
  }
}

.project-marketing-stats .stats &gt; ul &gt; li {
  padding: 0 2em;
}

@media (max-width: 992.98px) {
  .project-marketing-stats .stats &gt; ul &gt; li {
    display: flex;
    align-items: center;
    margin-top: 1em;
    padding: 0;
  }
}

@media (max-width: 568.98px) {
  .project-marketing-stats .stats &gt; ul &gt; li {
    flex-direction: column;
    align-items: flex-start;
  }
}

.project-marketing-stats .stats &gt; ul &gt; li .value {
  position: relative;
  display: block;
  color: #15BF74;
  font-weight: 700;
  font-size: 4em;
}

@media (max-width: 1400.98px) {
  .project-marketing-stats .stats &gt; ul &gt; li .value {
    font-size: 3.25em;
  }
}

@media (max-width: 992.98px) {
  .project-marketing-stats .stats &gt; ul &gt; li .value {
    font-size: 3em;
    width: 35%;
  }
}

.project-marketing-stats .stats &gt; ul &gt; li .value &gt; sup.first {
  position: absolute;
  top: 50%;
  left: -0.75em;
}

.project-marketing-stats .stats &gt; ul &gt; li .title {
  display: block;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.125em;
  text-transform: uppercase;
}

@media (max-width: 1400.98px) {
  .project-marketing-stats .stats &gt; ul &gt; li .title {
    font-size: 1em;
  }
}

@media (max-width: 992.98px) {
  .project-marketing-stats .stats &gt; ul &gt; li .title {
    margin-left: 1em;
    width: 65%;
  }
}

@media (max-width: 568.98px) {
  .project-marketing-stats .stats &gt; ul &gt; li .title {
    margin-left: 0;
    width: 75%;
  }
}

.related-projects {
  position: relative;
  padding: 2rem 0 18rem;
  margin-top: 12rem;
}

.related-projects:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -6rem;
  left: -160%;
  height: 6rem;
  width: 200%;
  border-top-right-radius: 200px;
  -webkit-border-top-right-radius: 200px;
  background-color: #ffffff;
}

@media (max-width: 768.98px) {
  .related-projects:before {
    border-top-right-radius: 100px;
    -webkit-border-top-right-radius: 100px;
  }
}

@media (max-width: 568.98px) {
  .related-projects:before {
    border-top-right-radius: 50px;
    -webkit-border-top-right-radius: 50px;
  }
}

.related-projects:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -12rem;
  right: 0;
  height: 12rem;
  width: 100%;
  background-color: #F3F6F9;
}

.related-projects .header {
  display: flex;
  align-items: center;
}

.related-projects .header .title {
  text-transform: uppercase;
  color: #0E2340;
  margin-left: 1em;
}

.related-projects .row &gt; div .project {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 420px;
  border-top-right-radius: 100px;
  display: flex;
  align-items: flex-end;
}

@media (max-width: 992.98px) {
  .related-projects .row &gt; div .project {
    border-top-right-radius: 50px;
    min-height: 340px;
  }
}

.related-projects .row &gt; div .project .content {
  width: 65%;
  padding: 3em 2em 1em;
  background-color: #ffffff;
  border-top-right-radius: 100px;
  margin-bottom: -6em;
}

@media (max-width: 992.98px) {
  .related-projects .row &gt; div .project .content {
    width: 85%;
    margin-bottom: -4em;
    border-top-right-radius: 50px;
  }
}

@media (max-width: 992.98px) {
  .related-projects .row &gt; div:first-child .project {
    margin-top: 2em;
    margin-bottom: 12em;
  }
}

@media (max-width: 768.98px) {
  .related-projects .row &gt; div:first-child .project {
    margin-top: 2em;
    margin-bottom: 8em;
  }
}

.section-about-ourapproauch {
  position: relative;
  padding: 0 0 12rem;
  display: flex;
}

@media (max-width: 768.98px) {
  .section-about-ourapproauch {
    padding: 0 0 8rem;
  }
}

.section-about-ourapproauch .back-ourapproach,
.section-about-ourapproauch .forward-ourapproach {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  width: 4em;
  height: 2.5em;
  top: -3em;
  left: 10%;
  text-align: center;
  transform: rotate(180deg);
  transition: opacity 0.4s cubic-bezier(0.215, 0, 0, 0.995), visibility 0.4s cubic-bezier(0.215, 0, 0, 0.995);
}

.section-about-ourapproauch .back-ourapproach &gt; svg,
.section-about-ourapproauch .forward-ourapproach &gt; svg {
  fill: #B3C6D9;
  transition: all 0.2s ease-in-out;
}

.section-about-ourapproauch .back-ourapproach:hover &gt; svg,
.section-about-ourapproauch .forward-ourapproach:hover &gt; svg {
  fill: #344F74;
}

.section-about-ourapproauch .back-ourapproach.visible,
.section-about-ourapproauch .forward-ourapproach.visible {
  opacity: 1;
  visibility: visible;
}

.section-about-ourapproauch .forward-ourapproach {
  left: 15%;
  transform: rotate(0deg);
}

@media (max-width: 768.98px) {
  .section-about-ourapproauch .forward-ourapproach {
    left: 20%;
  }
}

@media (max-width: 568.98px) {
  .section-about-ourapproauch .forward-ourapproach {
    left: 25%;
  }
}

.section-about-ourapproauch .carousel-ourapproach .owl-stage-outer {
  overflow: visible;
}

.section-about-ourapproauch .carousel-ourapproach .owl-stage-outer .owl-stage:after {
  content: "";
  visibility: visible;
  position: absolute;
  top: 9em;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #B3C6D9;
}

.section-about-ourapproauch .carousel-ourapproach .owl-stage-outer .owl-stage .owl-item {
  opacity: 1 !important;
}

.section-about-ourapproauch .carousel-ourapproach .owl-stage-outer .owl-stage .owl-item:not(:first-child) .slide {
  padding-left: 6em;
}

@media (max-width: 568.98px) {
  .section-about-ourapproauch .carousel-ourapproach .owl-stage-outer .owl-stage .owl-item:not(:first-child) .slide {
    padding-left: 1em;
  }
}

.section-about-ourapproauch .carousel-ourapproach .owl-stage-outer .owl-stage .owl-item .slide {
  text-align: left;
  width: 1200px;
  padding-right: 6em;
  cursor: pointer;
  position: relative;
}

@media (max-width: 1400.98px) {
  .section-about-ourapproauch .carousel-ourapproach .owl-stage-outer .owl-stage .owl-item .slide {
    width: 1000px;
  }
}

@media only screen and (max-width: 1200px) {
  .section-about-ourapproauch .carousel-ourapproach .owl-stage-outer .owl-stage .owl-item .slide {
    width: 800px;
  }
}

@media (max-width: 992.98px) {
  .section-about-ourapproauch .carousel-ourapproach .owl-stage-outer .owl-stage .owl-item .slide {
    width: 650px;
  }
}

@media (max-width: 768.98px) {
  .section-about-ourapproauch .carousel-ourapproach .owl-stage-outer .owl-stage .owl-item .slide {
    width: 450px;
  }
}

@media (max-width: 568.98px) {
  .section-about-ourapproauch .carousel-ourapproach .owl-stage-outer .owl-stage .owl-item .slide {
    padding-right: 2em;
    width: 325px;
  }
}

@media only screen and (max-width: 400px) {
  .section-about-ourapproauch .carousel-ourapproach .owl-stage-outer .owl-stage .owl-item .slide {
    width: 300px;
  }
}

.section-about-ourapproauch .carousel-ourapproach .owl-stage-outer .owl-stage .owl-item .slide .interger {
  display: block;
  font-size: 5em;
  color: #D5E0EA;
  font-weight: 700;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #344F74, #344F74 50%, #D5E0EA 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: background 1s cubic-bezier(0.215, 0, 0, 0.995), transform 2.5s cubic-bezier(0.215, 0, 0, 0.995);
}

@media (max-width: 992.98px) {
  .section-about-ourapproauch .carousel-ourapproach .owl-stage-outer .owl-stage .owl-item .slide .interger {
    font-size: 3.75em;
  }
}

.section-about-ourapproauch .carousel-ourapproach .owl-stage-outer .owl-stage .owl-item .slide .title {
  position: relative;
  color: #D5E0EA;
  font-weight: 700;
  font-size: 2.625em;
  margin-top: 3em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0E2340, #0E2340 50%, #D5E0EA 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: background 1s cubic-bezier(0.215, 0, 0, 0.995), transform 2.5s cubic-bezier(0.215, 0, 0, 0.995);
}

@media (max-width: 992.98px) {
  .section-about-ourapproauch .carousel-ourapproach .owl-stage-outer .owl-stage .owl-item .slide .title {
    font-size: 2.25em;
    margin-bottom: 0.5em;
  }
}

.section-about-ourapproauch .carousel-ourapproach .owl-stage-outer .owl-stage .owl-item .slide .title:before {
  content: "";
  position: absolute;
  top: -2.4em;
  left: 0;
  width: 1px;
  height: 40px;
  background-color: #B3C6D9;
}

@media (max-width: 992.98px) {
  .section-about-ourapproauch .carousel-ourapproach .owl-stage-outer .owl-stage .owl-item .slide .title:before {
    top: -1.5em;
    height: 20px;
  }
}

.section-about-ourapproauch .carousel-ourapproach .owl-stage-outer .owl-stage .owl-item .slide .content {
  width: 100%;
  display: flex;
}

@media (max-width: 992.98px) {
  .section-about-ourapproauch .carousel-ourapproach .owl-stage-outer .owl-stage .owl-item .slide .content {
    flex-direction: column;
  }
}

@media (max-width: 768.98px) {
  .section-about-ourapproauch .carousel-ourapproach .owl-stage-outer .owl-stage .owl-item .slide .content {
    width: 125%;
  }
}

@media (max-width: 568.98px) {
  .section-about-ourapproauch .carousel-ourapproach .owl-stage-outer .owl-stage .owl-item .slide .content {
    width: 100%;
  }
}

.section-about-ourapproauch .carousel-ourapproach .owl-stage-outer .owl-stage .owl-item .slide .content .subtitle {
  width: 35%;
  font-size: 1em;
  padding-right: 2em;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-4em);
  transition: transform 1s 0.3s cubic-bezier(0.215, 0, 0, 0.995), opacity 0.4s cubic-bezier(0.215, 0, 0, 0.995), visibility 0.4s cubic-bezier(0.215, 0, 0, 0.995);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #344F74, #344F74 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: background 1s cubic-bezier(0.215, 0, 0, 0.995), transform 2.5s cubic-bezier(0.215, 0, 0, 0.995);
}

@media (max-width: 992.98px) {
  .section-about-ourapproauch .carousel-ourapproach .owl-stage-outer .owl-stage .owl-item .slide .content .subtitle {
    width: 100%;
  }
}

.section-about-ourapproauch .carousel-ourapproach .owl-stage-outer .owl-stage .owl-item .slide .content .description {
  width: 65%;
  font-size: 1.125em;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-4em);
  transition: transform 1s cubic-bezier(0.215, 0, 0, 0.995), opacity 1s cubic-bezier(0.215, 0, 0, 0.995), visibility 1s cubic-bezier(0.215, 0, 0, 0.995);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #344F74, #344F74 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: background 1s cubic-bezier(0.215, 0, 0, 0.995), transform 2.5s cubic-bezier(0.215, 0, 0, 0.995);
}

@media (max-width: 992.98px) {
  .section-about-ourapproauch .carousel-ourapproach .owl-stage-outer .owl-stage .owl-item .slide .content .description {
    width: 100%;
    margin-top: 0;
  }
}

.section-about-ourapproauch .carousel-ourapproach .owl-stage-outer .owl-stage .owl-item.active .slide .back {
  opacity: 1;
  visibility: visible;
}

.section-about-ourapproauch .carousel-ourapproach .owl-stage-outer .owl-stage .owl-item.active .slide .interger {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #15BF74, #15BF74 50%, #D5E0EA 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: background 1s cubic-bezier(0.215, 0, 0, 0.995), transform 2.5s cubic-bezier(0.215, 0, 0, 0.995);
  background-position: 0%;
}

.section-about-ourapproauch .carousel-ourapproach .owl-stage-outer .owl-stage .owl-item.active .slide .title {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0E2340, #0E2340 50%, #D5E0EA 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: background 1s cubic-bezier(0.215, 0, 0, 0.995), transform 2.5s cubic-bezier(0.215, 0, 0, 0.995);
  background-position: 0%;
}

.section-about-ourapproauch .carousel-ourapproach .owl-stage-outer .owl-stage .owl-item.active .slide .content .subtitle {
  transition: transform 1s cubic-bezier(0.215, 0, 0, 0.995), opacity 1s cubic-bezier(0.215, 0, 0, 0.995), visibility 1s cubic-bezier(0.215, 0, 0, 0.995);
}

.section-about-ourapproauch .carousel-ourapproach .owl-stage-outer .owl-stage .owl-item.active .slide .content .description {
  transition: transform 1s 0.3s cubic-bezier(0.215, 0, 0, 0.995), opacity 1s 0.3s cubic-bezier(0.215, 0, 0, 0.995), visibility 1s 0.3s cubic-bezier(0.215, 0, 0, 0.995);
}

.section-about-ourapproauch .carousel-ourapproach .owl-stage-outer .owl-stage .owl-item.active .slide .content .subtitle,
.section-about-ourapproauch .carousel-ourapproach .owl-stage-outer .owl-stage .owl-item.active .slide .content .description {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  background-position: 0%;
}

.section-about-ourapproauch .carousel-ourapproach .owl-stage-outer .owl-stage .owl-item.active ~ .active .slide .interger {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #15BF74, #15BF74 50%, #D5E0EA 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: background 1s cubic-bezier(0.215, 0, 0, 0.995), transform 2.5s cubic-bezier(0.215, 0, 0, 0.995);
}

.section-about-ourapproauch .carousel-ourapproach .owl-stage-outer .owl-stage .owl-item.active ~ .active .slide .title {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0E2340, #0E2340 50%, #D5E0EA 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: background 1s cubic-bezier(0.215, 0, 0, 0.995), transform 2.5s cubic-bezier(0.215, 0, 0, 0.995);
}

.section-about-ourapproauch .carousel-ourapproach .owl-stage-outer .owl-stage .owl-item.active ~ .active .slide .content .subtitle {
  transition: transform 1s 0.3s cubic-bezier(0.215, 0, 0, 0.995), opacity 1s 0.3s cubic-bezier(0.215, 0, 0, 0.995), visibility 1s 0.3s cubic-bezier(0.215, 0, 0, 0.995);
}

.section-about-ourapproauch .carousel-ourapproach .owl-stage-outer .owl-stage .owl-item.active ~ .active .slide .content .description {
  transition: transform 1s cubic-bezier(0.215, 0, 0, 0.995), opacity 1s cubic-bezier(0.215, 0, 0, 0.995), visibility 1s cubic-bezier(0.215, 0, 0, 0.995);
}

.section-about-ourapproauch .carousel-ourapproach .owl-stage-outer .owl-stage .owl-item.active ~ .active .slide .content .subtitle,
.section-about-ourapproauch .carousel-ourapproach .owl-stage-outer .owl-stage .owl-item.active ~ .active .slide .content .description {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-4em);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #344F74, #344F74 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: background 1s cubic-bezier(0.215, 0, 0, 0.995), transform 2.5s cubic-bezier(0.215, 0, 0, 0.995);
}

.section-about-ourapproauch .carousel-ourapproach .owl-stage-outer .owl-stage .owl-item.active ~ .active:hover .interger {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #344F74, #344F74 50%, #D5E0EA 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: background 1s cubic-bezier(0.215, 0, 0, 0.995), transform 2.5s cubic-bezier(0.215, 0, 0, 0.995);
  background-position: 0%;
}

.section-about-ourapproauch .carousel-ourapproach .owl-stage-outer .owl-stage .owl-item.active ~ .active:hover .title {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #344F74, #344F74 50%, #D5E0EA 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: background 1s cubic-bezier(0.215, 0, 0, 0.995), transform 2.5s cubic-bezier(0.215, 0, 0, 0.995);
  background-position: 0%;
}

.team-about-bg {
  width: 100%;
  height: auto;
  max-height: 900px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-about-bg &gt; div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-about-bg &gt; div &gt; img {
  max-width: 100%;
  height: auto;
}

.homeoffice-about-bg {
  margin-top: -16rem;
  width: 100%;
  height: auto;
  max-height: 1000px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 200px;
  -webkit-border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
  -webkit-border-bottom-left-radius: 200px;
}

@media (max-width: 768.98px) {
  .homeoffice-about-bg {
    border-top-right-radius: 100px;
    -webkit-border-top-right-radius: 100px;
  }
}

@media (max-width: 568.98px) {
  .homeoffice-about-bg {
    border-top-right-radius: 50px;
    -webkit-border-top-right-radius: 50px;
  }
}

@media (max-width: 768.98px) {
  .homeoffice-about-bg {
    border-bottom-left-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
  }
}

@media (max-width: 568.98px) {
  .homeoffice-about-bg {
    border-bottom-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
  }
}

@media (max-width: 992.98px) {
  .homeoffice-about-bg {
    margin-top: -12rem;
    width: 100%;
    max-height: 700px;
    max-width: 600px;
  }
}

.homeoffice-about-bg &gt; div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homeoffice-about-bg &gt; div &gt; img {
  max-width: 100%;
  height: auto;
}

.section-identitydesign-logocarousel {
  position: relative;
  padding: 8rem 0;
  display: flex;
}

.section-identitydesign-logocarousel .back-logocarousel,
.section-identitydesign-logocarousel .forward-logocarousel {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  width: 4em;
  height: 2.5em;
  top: -1em;
  left: 10%;
  text-align: center;
  transform: rotate(180deg);
  transition: opacity 0.4s cubic-bezier(0.215, 0, 0, 0.995), visibility 0.4s cubic-bezier(0.215, 0, 0, 0.995);
}

@media (max-width: 768.98px) {
  .section-identitydesign-logocarousel .back-logocarousel,
  .section-identitydesign-logocarousel .forward-logocarousel {
    top: 5em;
  }
}

.section-identitydesign-logocarousel .back-logocarousel &gt; svg,
.section-identitydesign-logocarousel .forward-logocarousel &gt; svg {
  fill: #B3C6D9;
  transition: all 0.2s ease-in-out;
}

.section-identitydesign-logocarousel .back-logocarousel:hover &gt; svg,
.section-identitydesign-logocarousel .forward-logocarousel:hover &gt; svg {
  fill: #344F74;
}

.section-identitydesign-logocarousel .back-logocarousel.visible,
.section-identitydesign-logocarousel .forward-logocarousel.visible {
  opacity: 1;
  visibility: visible;
}

.section-identitydesign-logocarousel .forward-logocarousel {
  left: 15%;
  transform: rotate(0deg);
}

@media (max-width: 768.98px) {
  .section-identitydesign-logocarousel .forward-logocarousel {
    left: 20%;
  }
}

@media (max-width: 568.98px) {
  .section-identitydesign-logocarousel .forward-logocarousel {
    left: 25%;
  }
}

.section-identitydesign-logocarousel .carousel-logocarousel .owl-stage-outer {
  overflow: visible !important;
}

.section-identitydesign-logocarousel .carousel-logocarousel .owl-stage-outer .owl-stage .owl-item {
  opacity: 1 !important;
  padding: 1.5em;
}

@media (max-width: 768.98px) {
  .section-identitydesign-logocarousel .carousel-logocarousel .owl-stage-outer .owl-stage .owl-item {
    padding: 1em;
  }
}

@media (max-width: 568.98px) {
  .section-identitydesign-logocarousel .carousel-logocarousel .owl-stage-outer .owl-stage .owl-item {
    padding: 0.5em;
  }
}

.section-identitydesign-logocarousel .carousel-logocarousel .owl-stage-outer .owl-stage .owl-item .slide {
  cursor: -webkit-grab;
  cursor: grab;
  position: relative;
}

.process-blocks {
  background-color: #F3F6F9;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 4em;
  padding-top: 0;
  padding-bottom: 0;
}

.process-blocks-item {
  position: relative;
}

.process-blocks-item:not(:last-child) {
  margin-bottom: 4em;
}

.process-blocks-img {
  position: relative;
  top: -6em;
  overflow: hidden;
  width: 75%;
  height: 100%;
  max-height: 800px;
  max-width: 2000px;
  margin-left: 25%;
  border-top-left-radius: 200px;
  -webkit-border-top-left-radius: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768.98px) {
  .process-blocks-img {
    border-top-left-radius: 100px;
    -webkit-border-top-left-radius: 100px;
  }
}

@media (max-width: 568.98px) {
  .process-blocks-img {
    border-top-left-radius: 50px;
    -webkit-border-top-left-radius: 50px;
  }
}

@media (max-width: 1400.98px) {
  .process-blocks-img {
    max-height: 500px;
    top: -6em;
    width: 85%;
  }
}

@media (max-width: 768.98px) {
  .process-blocks-img {
    max-height: 350px;
    top: -6em;
  }
}

@media (max-width: 568.98px) {
  .process-blocks-img {
    max-height: 300px;
  }
}

.process-blocks-img &gt; img {
  max-height: unset;
  max-width: 125%;
}

@media (max-width: 768.98px) {
  .process-blocks-img &gt; img {
    max-width: 150%;
  }
}

@media (max-width: 568.98px) {
  .process-blocks-img &gt; img {
    max-width: 175%;
  }
}

.process-blocks-card {
  position: relative;
  top: -16em;
  width: 100%;
  max-width: 1200px;
  padding: 6em 6em 8em;
  border-top-right-radius: 200px;
  -webkit-border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
  -webkit-border-bottom-left-radius: 200px;
  background-color: #ffffff;
}

@media (max-width: 768.98px) {
  .process-blocks-card {
    border-top-right-radius: 100px;
    -webkit-border-top-right-radius: 100px;
  }
}

@media (max-width: 568.98px) {
  .process-blocks-card {
    border-top-right-radius: 50px;
    -webkit-border-top-right-radius: 50px;
  }
}

@media (max-width: 768.98px) {
  .process-blocks-card {
    border-bottom-left-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
  }
}

@media (max-width: 568.98px) {
  .process-blocks-card {
    border-bottom-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
  }
}

@media (max-width: 768.98px) {
  .process-blocks-card {
    top: -14em;
  }
}

@media (max-width: 568.98px) {
  .process-blocks-card {
    padding: 4em;
    top: -12em;
  }
}

.process-blocks-card .info {
  display: flex;
  align-items: center;
}

@media (max-width: 768.98px) {
  .process-blocks-card .info {
    align-items: flex-start;
    flex-direction: column;
  }
}

.process-blocks-card .info .interger {
  display: block;
  font-size: 5em;
  color: #15BF74;
  font-weight: 700;
  margin-right: 2rem;
}

@media (max-width: 768.98px) {
  .process-blocks-card .info .interger {
    font-size: 3.75em;
    margin-right: 0;
  }
}

</pre></body></html>