@charset "UTF-8";
.btn.primary {
  fill: none;
}

/*
--- Animations!!! ---
-- Slider
-- Squeeze
-- Arrow Left
-- Arrow Right

How to use:

Have this in it's own file e.g. _hamburger.scss
@include h('cross', 25px, 20px, #fff, 2px, 2px, 0.3s);

Parameters:
@include h(AnimationType, Width, Height, Colour, Border Radius, Thickness, Transition Speed);


*/
.btn {
  font-family: "Gilroy", sans-serif;
  font-weight: 800;
  border: 0;
  font-size: 18px;
  line-height: 20px;
  appearance: none;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  border-radius: 25px;
  text-align: left;
  border: 2px solid #166b7a;
  color: #fff;
  padding: 15px 60px 15px 30px;
  background-color: #166b7a;
  position: relative;
}
@media (max-width: 1600px) {
  .btn {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .btn {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: 14px;
    line-height: 18px;
    padding: 9px 30px;
  }
}
.btn::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  width: 7px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  pointer-events: none;
  background-image: url(/app/themes/digital-boost/dist/img/btn-arrow.svg?b54f3bd65475098b1fb157c27a993d96);
  height: 11px;
}
@media (max-width: 767px) {
  .btn::after {
    right: 15px;
  }
}
.btn:hover {
  padding-right: 90px;
  background-color: #F26D37;
  border-color: #F26D37;
  color: #fff;
}
@media (max-width: 1600px) {
  .btn:hover {
    padding-right: 80px;
  }
}
.btn--disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.btn--white {
  background-color: #fff;
  border: 2px solid #583372;
  padding: 13px 35px;
  color: #583372;
  text-align: center;
}
.btn--white:hover {
  background-color: #166b7a;
  color: #fff;
  border-color: #166b7a;
  padding: 13px 35px;
}
.btn--white::after {
  display: none;
}
.btn--white-arrow {
  text-align: left;
  padding: 15px 60px 15px 30px;
}
.btn--white-arrow::after {
  display: block;
  background-image: url(/app/themes/digital-boost/dist/img/btn-arrow-teal.svg?a66360194418724e20ae04141ffd862d);
}
.btn--white-arrow:hover::after {
  background-image: url(/app/themes/digital-boost/dist/img/btn-arrow.svg?b54f3bd65475098b1fb157c27a993d96);
}

.link {
  font-family: "Gilroy", sans-serif;
  font-weight: 800;
  font-size: 20px;
  appearance: none;
  background: none;
  border: 0;
  line-height: 24px;
  text-align: left;
  color: #166b7a;
  display: inline-block;
  position: relative;
  padding: 0 20px 0 0;
  text-decoration: none;
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  .link {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .link {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .link {
    padding-right: 15px;
    font-size: 14px;
  }
}
.link::after {
  content: "";
  transition: all 0.3s;
  position: absolute;
  right: 0;
  top: 53%;
  width: 7px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  pointer-events: none;
  background-image: url(/app/themes/digital-boost/dist/img/btn-arrow-purple.svg?62d24a323f9c952191d4f8428596042b);
  height: 11px;
}
@media (max-width: 767px) {
  .link::after {
    margin-top: 1px;
  }
}
.link:hover, .link:focus {
  color: #F26D37;
}
@media (max-width: 767px) {
  .link:hover, .link:focus {
    padding-right: 25px;
  }
}
.link:hover::after, .link:focus::after {
  background-image: url(/app/themes/digital-boost/dist/img/btn-arrow-orange.svg?a9a739c211798b61675af3d4f95ec561);
}
.link--black {
  color: #1A1A1A;
}
.link--black::after {
  background-image: url(/app/themes/digital-boost/dist/img/btn-arrow-black.svg?85e7441004e99598604dac87153dd052);
}
.link--black:hover {
  transform: translateY(-8px);
  color: #1A1A1A;
}
.link--black:hover::after {
  background-image: url(/app/themes/digital-boost/dist/img/btn-arrow-black.svg?85e7441004e99598604dac87153dd052);
}
.link--teal-hover:hover {
  transform: none;
  color: #166b7a;
}

@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .container {
    width: 100%;
    max-width: calc(1520px + 2 * 50px);
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1920px) {
  .container {
    width: 100%;
    max-width: calc(1520px + 2 * 10.4166666667vw);
    padding-left: 10.4166666667vw;
    padding-right: 10.4166666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1600px) {
  .container {
    width: 100%;
    max-width: calc(1125px + 2 * 50px);
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  .container {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .container {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .container--desktop {
    width: 100%;
    max-width: calc(1520px + 2 * 50px);
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1920px) {
  .container--ultrawide {
    width: 100%;
    max-width: calc(1520px + 2 * 10.4166666667vw);
    padding-left: 10.4166666667vw;
    padding-right: 10.4166666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1600px) {
  .container--mini-laptop {
    width: 100%;
    max-width: calc(1125px + 2 * 50px);
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  .container--mobile {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .container--tablet {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 599px) {
  .container--1329 {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .container--1329 {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .container--1329 {
    width: 100%;
    max-width: calc(1329px + 2 * 50px);
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1920px) {
  .container--1329 {
    width: 100%;
    max-width: calc(1329px + 2 * 15.390625vw);
    padding-left: 15.390625vw;
    padding-right: 15.390625vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  .container--1329--mobile {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .container--1329--tablet {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .container--1329--desktop {
    width: 100%;
    max-width: calc(1329px + 2 * 50px);
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1920px) {
  .container--1329--ultrawide {
    width: 100%;
    max-width: calc(1329px + 2 * 15.390625vw);
    padding-left: 15.390625vw;
    padding-right: 15.390625vw;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 599px) {
  .container--1495 {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .container--1495 {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .container--1495 {
    width: 100%;
    max-width: calc(1495px + 2 * 50px);
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1920px) {
  .container--1495 {
    width: 100%;
    max-width: calc(1495px + 2 * 11.0677083333vw);
    padding-left: 11.0677083333vw;
    padding-right: 11.0677083333vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  .container--1495--mobile {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .container--1495--tablet {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .container--1495--desktop {
    width: 100%;
    max-width: calc(1495px + 2 * 50px);
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1920px) {
  .container--1495--ultrawide {
    width: 100%;
    max-width: calc(1495px + 2 * 11.0677083333vw);
    padding-left: 11.0677083333vw;
    padding-right: 11.0677083333vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.container > .wysiwyg {
  width: 65.79%;
}
@media screen and (max-width: 599px) {
  .container > .wysiwyg {
    width: 100%;
  }
}

.new-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.new-container, .new-container--default {
  max-width: calc(1280px + 2 * 16.6666666667vw);
  padding-left: 16.6666666667vw;
  padding-right: 16.6666666667vw;
}
.new-container--1920 {
  max-width: calc(1920px + 2 * 12.5vw);
  padding-left: 12.5vw;
  padding-right: 12.5vw;
}
.new-container--1440 {
  max-width: calc(1440px + 2 * 12.5vw);
  padding-left: 12.5vw;
  padding-right: 12.5vw;
}
.new-container--1024 {
  max-width: calc(1024px + 2 * 23.3333333333vw);
  padding-left: 23.3333333333vw;
  padding-right: 23.3333333333vw;
}
.new-container--768 {
  max-width: calc(768px + 2 * 30vw);
  padding-left: 30vw;
  padding-right: 30vw;
}
.new-container--320 {
  max-width: calc(320px + 2 * 41.6666666667vw);
  padding-left: 41.6666666667vw;
  padding-right: 41.6666666667vw;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .new-container {
    max-width: initial;
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 599px) {
  .new-container {
    max-width: initial;
    padding-left: 18px;
    padding-right: 18px;
  }
}
.new-container--wp-columns {
  margin: 0 auto;
}
.new-container--wp-columns .wp-block-columns {
  margin: 0;
}
.new-container .new-container {
  padding-left: 0;
  padding-right: 0;
}

@font-face {
  font-family: "Gilroy";
  src: url(/app/themes/digital-boost/dist/fonts/Gilroy-ExtraboldItalic.woff2?e6da9565e1eb092d6a012c6ad8f148de) format("woff2"), url(/app/themes/digital-boost/dist/fonts/Gilroy-ExtraboldItalic.woff?dc5b863be485b6d896a727d22e75836f) format("woff"), url(/app/themes/digital-boost/dist/fonts/Gilroy-ExtraboldItalic.ttf?a8261e1d450adad145c7f59dd78c688b) format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(/app/themes/digital-boost/dist/fonts/Gilroy-Light.woff2?3d315e35a525b1b811fdcefec6440f7f) format("woff2"), url(/app/themes/digital-boost/dist/fonts/Gilroy-Light.woff?5968b87f414654b945847ae29fadc302) format("woff"), url(/app/themes/digital-boost/dist/fonts/Gilroy-Light.ttf?2610b642a4711301f21d2289926c17e5) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(/app/themes/digital-boost/dist/fonts/Gilroy-RegularItalic.woff2?94d4504881fa1d3618a07fda91a503db) format("woff2"), url(/app/themes/digital-boost/dist/fonts/Gilroy-RegularItalic.woff?2b94915994c3b46625b698a3601b40e8) format("woff"), url(/app/themes/digital-boost/dist/fonts/Gilroy-RegularItalic.ttf?17f0b02805ea64f954c2741e3e2cc6d3) format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(/app/themes/digital-boost/dist/fonts/Gilroy-LightItalic.woff2?969d230cc33717d6b924926b5d3755e3) format("woff2"), url(/app/themes/digital-boost/dist/fonts/Gilroy-LightItalic.woff?d26f1f07c7c5959dcea8670a2e301bdd) format("woff"), url(/app/themes/digital-boost/dist/fonts/Gilroy-LightItalic.ttf?f3f0363849a6102ba8ce51a181007da4) format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(/app/themes/digital-boost/dist/fonts/Gilroy-Extrabold.woff2?c3310d6bd137b88a15c500f37483f63c) format("woff2"), url(/app/themes/digital-boost/dist/fonts/Gilroy-Extrabold.woff?b5c63694ab36f4fe3420d759b77d23b7) format("woff"), url(/app/themes/digital-boost/dist/fonts/Gilroy-Extrabold.ttf?dbef9a7ba7259410837d4061fca3cff9) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(/app/themes/digital-boost/dist/fonts/Gilroy-Regular.woff2?1d611689447e8b4e3b08a2bac7dcb765) format("woff2"), url(/app/themes/digital-boost/dist/fonts/Gilroy-Regular.woff?938f5bbeb01360a2b52641c37fdb9776) format("woff"), url(/app/themes/digital-boost/dist/fonts/Gilroy-Regular.ttf?8150b35691ad4c53a4cc2956b980beaa) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url(/app/themes/digital-boost/dist/fonts/Merriweather-Regular.woff2?282c0e7aaa85f52506a6d02eeb43d4b2) format("woff2"), url(/app/themes/digital-boost/dist/fonts/Merriweather-Regular.woff?606101c5b0773eaa0a2f88480e2a6679) format("woff"), url(/app/themes/digital-boost/dist/fonts/Merriweather-Regular.ttf?7ac5dadb134c84306157cf0142e7e0b5) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url(/app/themes/digital-boost/dist/fonts/Merriweather-BlackItalic.woff2?d75739d891cd847255381441179192f8) format("woff2"), url(/app/themes/digital-boost/dist/fonts/Merriweather-BlackItalic.woff?c8b1f9c916495ad9007fd9c869d00138) format("woff"), url(/app/themes/digital-boost/dist/fonts/Merriweather-BlackItalic.ttf?f4ed1b8f87566f216a78e2554597fed2) format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url(/app/themes/digital-boost/dist/fonts/Merriweather-Black.woff2?119247a41f181bd89a4cc9a00897c1c4) format("woff2"), url(/app/themes/digital-boost/dist/fonts/Merriweather-Black.woff?cbd4685680b4b6f973f78413e1c79107) format("woff"), url(/app/themes/digital-boost/dist/fonts/Merriweather-Black.ttf?5c2a4035b450dbd6aa10ab13f6f4a445) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url(/app/themes/digital-boost/dist/fonts/Merriweather-Italic.woff2?4d760c3f766be638faa466b7b01bd35e) format("woff2"), url(/app/themes/digital-boost/dist/fonts/Merriweather-Italic.woff?7747d036a5d751233216a35a1b9cab40) format("woff"), url(/app/themes/digital-boost/dist/fonts/Merriweather-Italic.ttf?4a7b6721ade88fd8ca803c7c60b8aae9) format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url(/app/themes/digital-boost/dist/fonts/Merriweather-BoldItalic.woff2?b9845c4bdb7e65c17a90b1e7db730be9) format("woff2"), url(/app/themes/digital-boost/dist/fonts/Merriweather-BoldItalic.woff?41174eb1ffc0da0f8196b89162c1dfb0) format("woff"), url(/app/themes/digital-boost/dist/fonts/Merriweather-BoldItalic.ttf?126bcd772e7729f089dbf2063121856d) format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url(/app/themes/digital-boost/dist/fonts/Merriweather-Light.woff2?36206d9136392929e22b7d837c5aae30) format("woff2"), url(/app/themes/digital-boost/dist/fonts/Merriweather-Light.woff?6c24f4a169ee7f2beba292b55c0ded29) format("woff"), url(/app/themes/digital-boost/dist/fonts/Merriweather-Light.ttf?9bb9f00d2a0ca8f9a7d770879edf2e19) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url(/app/themes/digital-boost/dist/fonts/Merriweather-LightItalic.woff2?d6df581cc22ef9e122b3de0e35a2a4d9) format("woff2"), url(/app/themes/digital-boost/dist/fonts/Merriweather-LightItalic.woff?a5a7b50ed4c3d6c8447a443dbeb85d12) format("woff"), url(/app/themes/digital-boost/dist/fonts/Merriweather-LightItalic.ttf?ef0b9ee8b3753d9614867aa155253248) format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url(/app/themes/digital-boost/dist/fonts/Merriweather-Bold.woff2?926b2ccb3309387a9c03fc91b713bfe0) format("woff2"), url(/app/themes/digital-boost/dist/fonts/Merriweather-Bold.woff?a3e66a3d0d26156cf2caf5ca861f43cf) format("woff"), url(/app/themes/digital-boost/dist/fonts/Merriweather-Bold.ttf?d8bae73f1dc6c8ad6be68dbe232b6720) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
*,
::before,
::after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  background: #166b7a;
  text-shadow: none;
  color: #fff;
}

html {
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  color: #1A1A1A;
  margin: 0;
  font-family: "Gilroy", sans-serif;
  overflow-x: hidden;
  scroll-margin-top: 125px;
}
@media screen and (max-width: 599px) {
  body {
    font-size: calc(16px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body {
    font-size: calc(16px + 2 * (100vw - 1023px) / 703);
  }
}
@media (max-width: 1600px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  body {
    scroll-margin-top: 112px;
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  body {
    scroll-margin-top: 109px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 26px;
    scroll-margin-top: 68px;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .btn--white {
    padding: 13px 30px;
  }
}
@media (max-width: 767px) {
  .btn--white {
    padding: 9px 30px;
  }
}
@media (max-width: 1199px) {
  .btn--white:hover {
    padding: 13px 30px;
  }
}
@media (max-width: 767px) {
  .btn--white:hover {
    padding: 9px 30px;
  }
}

h1 {
  font-family: Gilroy, sans-serif;
  font-size: 55px;
  font-weight: 800;
  line-height: 68px;
  letter-spacing: 0;
  color: #1A1A1A;
}
@media screen and (max-width: 599px) {
  h1 {
    font-size: calc(50px + 10 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  h1 {
    font-size: calc(50px + 10 * (100vw - 1023px) / 703);
  }
}
@media screen and (max-width: 1600px) {
  h1 {
    font-size: 40px;
    line-height: 52px;
  }
}
@media screen and (max-width: 1366px) {
  h1 {
    font-size: 36px;
    line-height: 48px;
  }
}
@media screen and (max-width: 1199px) {
  h1 {
    font-size: 34px;
    line-height: 46px;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

h2 {
  font-family: Gilroy, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 62px;
  letter-spacing: 0;
  color: #1A1A1A;
}
@media screen and (max-width: 599px) {
  h2 {
    font-size: calc(40px + 5 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  h2 {
    font-size: calc(40px + 5 * (100vw - 1023px) / 703);
  }
}
@media screen and (max-width: 1600px) {
  h2 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media screen and (max-width: 1366px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 36px;
  }
}

h3 {
  font-family: Gilroy, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 55px;
  letter-spacing: 0;
  color: #1A1A1A;
}
@media screen and (max-width: 599px) {
  h3 {
    font-size: calc(35px + 5 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  h3 {
    font-size: calc(35px + 5 * (100vw - 1023px) / 703);
  }
}
@media screen and (max-width: 1600px) {
  h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1366px) {
  h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 24px;
    line-height: 34px;
  }
}

h4 {
  font-family: Gilroy, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: 0;
  color: #1A1A1A;
}
@media screen and (max-width: 599px) {
  h4 {
    font-size: calc(30px + 5 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  h4 {
    font-size: calc(30px + 5 * (100vw - 1023px) / 703);
  }
}
@media screen and (max-width: 1600px) {
  h4 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1366px) {
  h4 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 22px;
    line-height: 32px;
  }
}

h5 {
  font-family: Gilroy, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: 0;
  color: #1A1A1A;
}
@media screen and (max-width: 599px) {
  h5 {
    font-size: calc(20px + 0 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  h5 {
    font-size: calc(20px + 0 * (100vw - 1023px) / 703);
  }
}
@media screen and (max-width: 1600px) {
  h5 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1440px) {
  h5 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  h5 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 16px;
    line-height: 26px;
  }
}

h6 {
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0;
  color: #1A1A1A;
}
@media screen and (max-width: 599px) {
  h6 {
    font-size: calc(18px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  h6 {
    font-size: calc(18px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (max-width: 1600px) {
  h6 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1366px) {
  h6 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1199px) {
  h6 {
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  h6 {
    font-size: 14px;
    line-height: 24px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

p {
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  color: #1A1A1A;
  margin: 0 0 20px;
}
@media screen and (max-width: 599px) {
  p {
    font-size: calc(16px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  p {
    font-size: calc(16px + 2 * (100vw - 1023px) / 703);
  }
}
p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1440px) {
  p {
    font-size: 15px;
    line-height: 27px;
  }
}
@media screen and (max-width: 991px) {
  p {
    font-size: 14px;
    line-height: 1.85;
  }
}
@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 1.85;
  }
}
p > a {
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  color: #1A1A1A;
  vertical-align: baseline;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  p > a {
    font-size: calc(16px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  p > a {
    font-size: calc(16px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (max-width: 1600px) {
  p > a {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1440px) {
  p > a {
    font-size: 15px;
    line-height: 27px;
  }
}
@media screen and (max-width: 991px) {
  p > a {
    font-size: 14px;
    line-height: 1.85;
  }
}
@media screen and (max-width: 767px) {
  p > a {
    font-size: 14px;
    line-height: 1.85;
  }
}
p > a:hover {
  text-decoration: none;
}

ul,
ol {
  padding: 0;
  list-style-position: inside;
}
ul li,
ol li {
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  color: #1A1A1A;
}
@media screen and (max-width: 599px) {
  ul li,
  ol li {
    font-size: calc(16px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  ul li,
  ol li {
    font-size: calc(16px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (max-width: 1600px) {
  ul li,
  ol li {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) {
  ul li,
  ol li {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  ul li,
  ol li {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  ul li,
  ol li {
    font-size: 14px;
  }
}

ol {
  margin: 0;
  padding: 0;
}
ol li {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  ol li {
    margin-bottom: 26px;
  }
}
ol li::marker {
  font-weight: 700;
}
ol li > a {
  color: #166b7a;
  text-decoration: underline;
  vertical-align: top;
}
ol li > a:hover {
  color: #583372;
  text-decoration: none;
}

blockquote p {
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  color: #1A1A1A;
}
@media screen and (max-width: 599px) {
  blockquote p {
    font-size: calc(16px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  blockquote p {
    font-size: calc(16px + 2 * (100vw - 1023px) / 703);
  }
}

a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  outline: 0;
  color: inherit;
}

p a,
p a:not([class]) {
  color: #166b7a;
  text-decoration: underline;
  vertical-align: top;
}
p a:hover,
p a:not([class]):hover {
  color: #583372;
}
p a:focus,
p a:not([class]):focus {
  color: #583372;
}

a:not([class]):hover,
a:not([class]):focus {
  outline: 0;
  color: #583372;
}

strong {
  font-weight: 700;
}

figure {
  margin: 0 0 25px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

figcaption {
  font-weight: 400;
  font-style: italic;
  line-height: 1.89;
  margin-top: 15px;
}

cite {
  font-size: 14px;
  line-height: 1.43;
  font-weight: 400;
  font-style: normal;
  display: table;
  margin: 48px auto 0;
}

iframe,
video {
  display: block;
  max-width: 100%;
  border: 0;
}

hr {
  margin: 56px 0 37px;
  border: 0;
  border-bottom: 1px solid;
}

ul:not([class]) {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul:not([class]) li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 5px;
}
@media (max-width: 1600px) {
  ul:not([class]) li {
    padding-left: 15px;
  }
}
ul:not([class]) li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #1A1A1A;
}
@media (max-width: 767px) {
  ul:not([class]) li:before {
    width: 4px;
    height: 4px;
    top: 13px;
  }
}

input[type=date],
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea,
.gform_wrapper.gravity-theme .gform_body input[type=date],
.gform_wrapper.gravity-theme .gform_body input[type=email],
.gform_wrapper.gravity-theme .gform_body input[type=password],
.gform_wrapper.gravity-theme .gform_body input[type=tel],
.gform_wrapper.gravity-theme .gform_body input[type=number],
.gform_wrapper.gravity-theme .gform_body input[type=text],
.gform_wrapper.gravity-theme .gform_body input[type=url],
.gform_wrapper.gravity-theme .gform_body select,
.gform_wrapper.gravity-theme .gform_body textarea,
.select-selected {
  color: #1A1A1A;
  font-size: 18px;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  display: block;
  width: 100%;
  padding: 9px 29px 8px;
  line-height: 30px;
  box-shadow: none;
  border-radius: 0;
  border: 3px solid transparent;
  margin-bottom: 0;
  background-color: transparent;
  transition: all 0.5s ease-out;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  background-color: #fff;
  border-radius: 25px;
  outline: none;
}
@media (max-width: 1600px) {
  input[type=date],
  input[type=email],
  input[type=password],
  input[type=tel],
  input[type=text],
  input[type=url],
  select,
  textarea,
  .gform_wrapper.gravity-theme .gform_body input[type=date],
  .gform_wrapper.gravity-theme .gform_body input[type=email],
  .gform_wrapper.gravity-theme .gform_body input[type=password],
  .gform_wrapper.gravity-theme .gform_body input[type=tel],
  .gform_wrapper.gravity-theme .gform_body input[type=number],
  .gform_wrapper.gravity-theme .gform_body input[type=text],
  .gform_wrapper.gravity-theme .gform_body input[type=url],
  .gform_wrapper.gravity-theme .gform_body select,
  .gform_wrapper.gravity-theme .gform_body textarea,
  .select-selected {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  input[type=date],
  input[type=email],
  input[type=password],
  input[type=tel],
  input[type=text],
  input[type=url],
  select,
  textarea,
  .gform_wrapper.gravity-theme .gform_body input[type=date],
  .gform_wrapper.gravity-theme .gform_body input[type=email],
  .gform_wrapper.gravity-theme .gform_body input[type=password],
  .gform_wrapper.gravity-theme .gform_body input[type=tel],
  .gform_wrapper.gravity-theme .gform_body input[type=number],
  .gform_wrapper.gravity-theme .gform_body input[type=text],
  .gform_wrapper.gravity-theme .gform_body input[type=url],
  .gform_wrapper.gravity-theme .gform_body select,
  .gform_wrapper.gravity-theme .gform_body textarea,
  .select-selected {
    font-size: 14px;
    line-height: 30px;
    padding: 6px 25px 4px;
  }
}
input[type=date]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus,
.gform_wrapper.gravity-theme .gform_body input[type=date]:focus,
.gform_wrapper.gravity-theme .gform_body input[type=email]:focus,
.gform_wrapper.gravity-theme .gform_body input[type=password]:focus,
.gform_wrapper.gravity-theme .gform_body input[type=tel]:focus,
.gform_wrapper.gravity-theme .gform_body input[type=number]:focus,
.gform_wrapper.gravity-theme .gform_body input[type=text]:focus,
.gform_wrapper.gravity-theme .gform_body input[type=url]:focus,
.gform_wrapper.gravity-theme .gform_body select:focus,
.gform_wrapper.gravity-theme .gform_body textarea:focus,
.select-selected:focus {
  outline: 0;
}

select {
  cursor: pointer;
  background-image: url(/app/themes/digital-boost/dist/img/orange-drodown-ic.svg?0a90afc34c47312a095462602732d116);
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 14px;
}

textarea,
.gform_wrapper.gravity-theme .gform_body .ginput_container textarea.large {
  height: 117px;
  resize: none;
}
@media (max-width: 767px) {
  textarea,
  .gform_wrapper.gravity-theme .gform_body .ginput_container textarea.large {
    height: 140px;
  }
}

body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
  min-height: 1px;
  line-height: 24px;
}

.gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}
.gform_wrapper.gravity-theme .gfield_error .ginput_container input,
.gform_wrapper.gravity-theme .gfield_error .ginput_container textarea {
  border-color: #D61917;
  background-color: #FFBEBE;
}
.gform_wrapper.gravity-theme .validation_message {
  background: transparent;
  color: #fff;
  font-size: 18px;
  padding: 0;
  margin: 0;
  border: none;
  font-weight: 400;
  line-height: 30px;
  padding-top: 11px;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  color: #fff;
  background: #D61917;
  border: 2px solid #D61917;
  padding: 3px 21px;
  text-align: center;
  border-radius: 30px;
  box-shadow: none;
  display: table;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  font-style: italic;
  line-height: 18px;
  margin: 0;
}
.gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon {
  display: none;
  height: auto;
}
.gform_wrapper.gravity-theme .ginput_container_select {
  position: relative;
}
.gform_wrapper.gravity-theme .ginput_container_select:has(.select-selected) select {
  display: none;
}
.gform_wrapper.gravity-theme .ginput_container_select .select-selected {
  cursor: pointer;
  transition: border-radius 0.3s ease 0.2s;
}
.gform_wrapper.gravity-theme .ginput_container_select .select-selected:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  background-image: url(/app/themes/digital-boost/dist/img/orange-drodown-ic.svg?0a90afc34c47312a095462602732d116);
  background-repeat: no-repeat;
  background-position: center center;
  width: 14px;
  height: 8px;
  background-size: 14px;
  margin: auto;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.gform_wrapper.gravity-theme .ginput_container_select .select-selected.select-arrow-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: border-radius 0.3s ease;
}
.gform_wrapper.gravity-theme .ginput_container_select .select-selected.select-arrow-active:after {
  transform: rotate(180deg);
}
.gform_wrapper.gravity-theme .ginput_container_select .select-items {
  position: absolute;
  background-color: #fafafa;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  max-height: 500px;
  transition: max-height 0.3s ease 0.2s;
}
.gform_wrapper.gravity-theme .ginput_container_select .select-items > div {
  font-size: 18px;
  line-height: 30px;
  min-height: 53px;
  cursor: pointer;
  padding: 6px 29px;
  display: flex;
  align-items: center;
  color: #1A1A1A;
}
@media (max-width: 1199px) {
  .gform_wrapper.gravity-theme .ginput_container_select .select-items > div {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .gform_wrapper.gravity-theme .ginput_container_select .select-items > div {
    font-size: 14px;
    line-height: 30px;
    padding: 6px 25px;
  }
}
.gform_wrapper.gravity-theme .ginput_container_select .select-items > div:hover {
  background: #166b7a;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}
@media (max-width: 1199px) {
  .gform_wrapper.gravity-theme .ginput_container_select .select-items > div:hover {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .gform_wrapper.gravity-theme .ginput_container_select .select-items > div:hover {
    font-size: 14px;
    line-height: 30px;
  }
}

.gform_wrapper.gravity-theme .gfield select,
.gform_wrapper.gravity-theme .gform_body input[type=number] {
  padding-left: 15px;
  padding-right: 15px;
}

.select-hide {
  max-height: 0 !important;
  transition: max-height 0.2s ease !important;
}

.gform_confirmation_message {
  display: table;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 800;
  line-height: 18px;
  background: #f4c3f0;
  color: #1A1A1A;
  padding: 5px 20px;
  border-radius: 30px;
  text-align: center;
}

body .gform_wrapper.gravity-theme .ginput_container_time {
  min-width: 95px;
}
@media (max-width: 450px) {
  body .gform_wrapper.gravity-theme .ginput_container_time {
    min-width: calc(50% - 10px);
  }
}

.gform_wrapper.gravity-theme .ginput_complex {
  align-items: center;
}

@media (max-width: 450px) {
  body .gform_wrapper.gravity-theme .ginput_container_time.gfield_time_ampm.ginput_container.ginput_container_time.below {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}

input::-moz-placeholder {
  opacity: 1 !important;
}

input:-moz-placeholder {
  opacity: 1 !important;
}

input::-webkit-input-placeholder {
  color: rgba(26, 26, 26, 0.74) !important;
  opacity: 1 !important;
}

input:-ms-input-placeholder {
  opacity: 1 !important;
}

textarea::-moz-placeholder {
  opacity: 1 !important;
}

textarea:-moz-placeholder {
  opacity: 1 !important;
}

textarea::-webkit-input-placeholder {
  color: rgba(26, 26, 26, 0.74) !important;
  opacity: 1 !important;
}

textarea:-ms-input-placeholder {
  opacity: 1 !important;
}

label,
.gform_wrapper.gravity-theme .gform_body .gfield_label {
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  font-family: "Gilroy", sans-serif;
  margin-bottom: 8px;
  display: block;
}
@media (max-width: 1600px) {
  label,
  .gform_wrapper.gravity-theme .gform_body .gfield_label {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1440px) {
  label,
  .gform_wrapper.gravity-theme .gform_body .gfield_label {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  label,
  .gform_wrapper.gravity-theme .gform_body .gfield_label {
    font-size: 15px;
    line-height: 25px;
  }
}

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6,
.wysiwyg p,
.wysiwyg blockquote,
.wysiwyg ul,
.wysiwyg ol {
  margin-bottom: 20px;
}
.wysiwyg ul {
  margin-bottom: 20px;
}
.wysiwyg ._brlbs-responsive-table {
  text-align: left;
}

/* globel section spacing */
.space-top {
  padding-top: 100px;
}
@media (max-width: 1366px) {
  .space-top {
    padding-top: 90px;
  }
}
@media (max-width: 1199px) {
  .space-top {
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .space-top {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .space-top {
    padding-top: 60px;
  }
}

.space-bottom {
  padding-bottom: 100px;
}
@media (max-width: 1366px) {
  .space-bottom {
    padding-bottom: 90px;
  }
}
@media (max-width: 1199px) {
  .space-bottom {
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .space-bottom {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .space-bottom {
    padding-bottom: 60px;
  }
}

.remove-spacing {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.remove-bottom-spacing {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.remove-top-spacing {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

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

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

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

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

.wysiwyg--container {
  padding-top: 102px;
}
@media (max-width: 1600px) {
  .wysiwyg--container {
    padding-top: 94px;
  }
}
@media (max-width: 1440px) {
  .wysiwyg--container {
    padding-top: 94px;
  }
}
@media (max-width: 991px) {
  .wysiwyg--container {
    padding-top: 68px;
  }
}

.social-ic ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.social-ic ul li {
  list-style: none;
  margin: 5px 23px 5px 0;
  padding-left: 0;
}
@media (max-width: 767px) {
  .social-ic ul li {
    margin: 5px 18px 5px 0;
  }
}
.social-ic ul li:before {
  display: none;
}
.social-ic ul li a:hover {
  opacity: 0.6;
}
.social-ic ul li a img {
  max-height: 23px;
  min-height: 23px;
}
@media (max-width: 1600px) {
  .social-ic ul li a img {
    max-height: 19px;
    min-height: 19px;
  }
}
@media (max-width: 767px) {
  .social-ic ul li a img {
    max-height: 17px;
    min-height: 17px;
  }
}

body .swiper-button-next,
body .swiper-button-prev {
  width: 42px;
  height: 38px;
  position: relative;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  margin-top: 48px;
  outline: none;
}
body .swiper-button-next:before, body .swiper-button-next:after,
body .swiper-button-prev:before,
body .swiper-button-prev:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 42px;
  transition: all 0.5s ease-in;
}
body .swiper-button-next:after,
body .swiper-button-prev:after {
  opacity: 0;
}
body .swiper-button-next:hover,
body .swiper-button-prev:hover {
  outline: none;
}
body .swiper-button-next:hover:after,
body .swiper-button-prev:hover:after {
  opacity: 1;
}
body .swiper-button-next:focus,
body .swiper-button-prev:focus {
  outline: none;
}
body .swiper-button-next {
  right: -13px;
  left: auto;
}
body .swiper-button-next:before {
  background-image: url(/app/themes/digital-boost/dist/img/slider-right-arrow.svg?cad9908edb193d11c39a60a623c991b0);
}
body .swiper-button-next:after {
  background-image: url(/app/themes/digital-boost/dist/img/slider-right-arrow-hover.svg?28fac7a66c6b0adb745b934488a2a1d2);
}
body .swiper-button-prev {
  left: -13px;
}
body .swiper-button-prev:before {
  background-image: url(/app/themes/digital-boost/dist/img/slider-left-arrow.svg?438c78236e99722794ac9646184bb14d);
}
body .swiper-button-prev:after {
  background-image: url(/app/themes/digital-boost/dist/img/slider-left-arrow-hover.svg?2967629fb25836c9b84bef7b90507d05);
}
body .swiper-button-lock {
  display: none;
}

body .swiper-horizontal .slider__pagination {
  text-align: center;
  margin-top: 42px;
}
body .swiper-horizontal .slider__pagination .swiper-pagination-bullet {
  background: #166b7a;
  opacity: 0.21;
  margin: 0 8px;
}
@media (max-width: 991px) {
  body .swiper-horizontal .slider__pagination .swiper-pagination-bullet {
    margin: 0 6px;
  }
}
body .swiper-horizontal .slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.gfield_checkbox label,
.ginput_container_consent label {
  font-weight: 300;
  position: relative;
  padding-left: 31px;
  cursor: pointer;
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 1199px) {
  .gfield_checkbox label,
  .ginput_container_consent label {
    font-size: 16px;
    line-height: 30px;
  }
}
.gfield_checkbox label:before, .gfield_checkbox label:after,
.ginput_container_consent label:before,
.ginput_container_consent label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
}
.gfield_checkbox label:after,
.ginput_container_consent label:after {
  background: url(/app/themes/digital-boost/dist/img/white-check-ic.svg?3ef0c41feb7b756107f96ab8cf277f08) no-repeat center center;
  opacity: 0;
}
.gfield_checkbox input[type=checkbox],
.ginput_container_consent input[type=checkbox] {
  position: absolute;
  left: -99999999px;
  opacity: 0;
  visibility: hidden;
}
.gfield_checkbox input[type=checkbox]:checked + label:after,
.ginput_container_consent input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.gfield_radio label {
  font-weight: 300;
  position: relative;
  padding-left: 31px;
  cursor: pointer;
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 1199px) {
  .gfield_radio label {
    font-size: 16px;
    line-height: 30px;
  }
}
.gfield_radio label:before, .gfield_radio label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.gfield_radio label:after {
  width: 12px;
  height: 12px;
  opacity: 0;
  margin: auto;
  left: 4px;
  top: 9px;
  background: #fff;
}
.gfield_radio input[type=radio] {
  position: absolute;
  left: -99999999px;
  opacity: 0;
  visibility: hidden;
}
.gfield_radio input[type=radio]:checked + label:after {
  opacity: 1;
}

.gray-bg {
  background-color: #fafafa;
}

.btn-white {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-white:hover, .btn-white:focus {
  background: #fff;
  color: #583372;
  border-color: #fff;
}

.font-teal {
  color: #166b7a;
}

.font-black {
  color: #000;
}

.font-primary {
  font-family: "Gilroy", sans-serif;
}

.font-secondary {
  font-family: "Merriweather", sans-serif;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  min-width: 100%;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

#partner-id {
  display: none;
}

main > h1,
main > h2,
main > h3,
main > h4,
main > h5,
main > h6,
main > p,
main > blockquote,
main > ul,
main > ul:not([class]),
main > ol,
main > figure {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 599px) {
  main > h1,
  main > h2,
  main > h3,
  main > h4,
  main > h5,
  main > h6,
  main > p,
  main > blockquote,
  main > ul,
  main > ul:not([class]),
  main > ol,
  main > figure {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-bottom: 20px;
    margin-right: auto;
    margin-top: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  main > h1,
  main > h2,
  main > h3,
  main > h4,
  main > h5,
  main > h6,
  main > p,
  main > blockquote,
  main > ul,
  main > ul:not([class]),
  main > ol,
  main > figure {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  main > h1,
  main > h2,
  main > h3,
  main > h4,
  main > h5,
  main > h6,
  main > p,
  main > blockquote,
  main > ul,
  main > ul:not([class]),
  main > ol,
  main > figure {
    width: 100%;
    max-width: 1620px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1920px) {
  main > h1,
  main > h2,
  main > h3,
  main > h4,
  main > h5,
  main > h6,
  main > p,
  main > blockquote,
  main > ul,
  main > ul:not([class]),
  main > ol,
  main > figure {
    width: 100%;
    max-width: calc(1520px + 20.8333333334vw);
    padding-left: 10.4166666667vw;
    padding-right: 10.4166666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1600px) {
  main > h1,
  main > h2,
  main > h3,
  main > h4,
  main > h5,
  main > h6,
  main > p,
  main > blockquote,
  main > ul,
  main > ul:not([class]),
  main > ol,
  main > figure {
    max-width: 1225px;
  }
}
@media (max-width: 767px) {
  main > h1,
  main > h2,
  main > h3,
  main > h4,
  main > h5,
  main > h6,
  main > p,
  main > blockquote,
  main > ul,
  main > ul:not([class]),
  main > ol,
  main > figure {
    max-width: 100%;
  }
}

.block-anchor {
  position: relative;
  top: -125px;
}
@media screen and (max-width: 599px) {
  .block-anchor {
    top: -75px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .block-anchor {
    top: -75px;
  }
}

.page-template-default .container > .wysiwyg {
  width: 100%;
}

.site-footer {
  position: relative;
  box-shadow: 0px -3px 20px 5px rgba(0, 0, 0, 0.04);
}
.site-footer.space-top {
  padding-top: 75px;
}
@media (max-width: 1600px) {
  .site-footer.space-top {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .site-footer.space-top {
    padding-top: 31px;
  }
}
.site-footer .footer-main {
  display: flex;
  flex-wrap: wrap;
}
.site-footer .footer-main ul {
  margin: 0;
  margin-top: 7px;
}
@media (max-width: 1600px) {
  .site-footer .footer-main ul {
    margin-top: 10px;
  }
}
.site-footer .footer-main ul li {
  list-style: none;
  color: #166b7a;
  margin-bottom: 20px;
  line-height: 1.15;
}
@media (max-width: 767px) {
  .site-footer .footer-main ul li {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-main ul li:last-child {
    margin-bottom: 0;
  }
}
.site-footer .footer-main ul li a {
  display: inline-block;
  vertical-align: top;
}
.site-footer .footer-main .footer-logo {
  width: 49.7%;
  padding-top: 9px;
  padding-right: 100px;
}
@media (max-width: 1600px) {
  .site-footer .footer-main .footer-logo {
    padding-right: 50px;
    width: 47%;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-main .footer-logo {
    width: 50%;
    padding-right: 0;
    order: 4;
    padding-top: 0;
  }
}
@media (max-width: 350px) {
  .site-footer .footer-main .footer-logo {
    width: 100%;
    order: inherit;
    padding-top: 0;
    margin-bottom: 20px;
  }
}
.site-footer .footer-main .footer-logo .logo-img {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .site-footer .footer-main .footer-logo .logo-img {
    margin-bottom: 22px;
  }
}
.site-footer .footer-main .footer-logo .logo-img img {
  max-width: 228px;
}
@media (max-width: 1600px) {
  .site-footer .footer-main .footer-logo .logo-img img {
    max-width: 200px;
  }
}
@media (max-width: 1440px) {
  .site-footer .footer-main .footer-logo .logo-img img {
    max-width: 200px;
  }
}
@media (max-width: 1199px) {
  .site-footer .footer-main .footer-logo .logo-img img {
    max-width: 170px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-main .footer-logo .logo-img img {
    max-width: 110px;
  }
}
.site-footer .footer-main .footer-logo p {
  max-width: 410px;
}
@media screen and (max-width: 1440px) {
  .site-footer .footer-main .footer-logo p {
    max-width: 390px;
  }
}
@media (max-width: 1199px) {
  .site-footer .footer-main .footer-logo p {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-main .footer-logo p {
    max-width: 100%;
    font-size: 12px;
  }
}
.site-footer .footer-main .footer-menu-1 {
  width: 17.13%;
  padding-right: 40px;
}
@media (max-width: 1600px) {
  .site-footer .footer-main .footer-menu-1 {
    width: 19%;
  }
}
@media (max-width: 1199px) {
  .site-footer .footer-main .footer-menu-1 {
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-main .footer-menu-1 {
    width: 50%;
    margin-bottom: 32px;
  }
}
@media (max-width: 350px) {
  .site-footer .footer-main .footer-menu-1 {
    width: 100%;
    margin-bottom: 12px;
    padding-right: 0px;
  }
}
.site-footer .footer-main .footer-menu-2 {
  width: 17.13%;
  padding-right: 40px;
}
@media (max-width: 1600px) {
  .site-footer .footer-main .footer-menu-2 {
    width: 16%;
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  .site-footer .footer-main .footer-menu-2 {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-main .footer-menu-2 {
    width: 50%;
    margin-bottom: 35px;
  }
}
@media (max-width: 350px) {
  .site-footer .footer-main .footer-menu-2 {
    width: 100%;
    margin-bottom: 12px;
    padding-right: 0px;
  }
}
.site-footer .footer-main .footer-menu-3 {
  width: 14.5%;
}
@media (max-width: 1600px) {
  .site-footer .footer-main .footer-menu-3 {
    width: 16%;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-main .footer-menu-3 {
    width: 50%;
  }
}
@media (max-width: 350px) {
  .site-footer .footer-main .footer-menu-3 {
    width: 100%;
  }
}
.site-footer .footer-main .footer-col .trustpilot-widget-main {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .site-footer .footer-main .footer-col .trustpilot-widget-main {
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: inherit;
  }
}
.site-footer .footer-main .footer-col .trustpilot-widget-main .review-widget_net {
  max-width: 50%;
}
@media screen and (max-width: 1199px) {
  .site-footer .footer-main .footer-col .trustpilot-widget-main .review-widget_net {
    max-width: 100%;
  }
}
.site-footer .footer-main .footer-col .trustpilot-widget-main .trustpilot-widget {
  max-width: 50%;
  padding-right: 10px;
  position: relative;
  top: 9px;
}
@media screen and (max-width: 1199px) {
  .site-footer .footer-main .footer-col .trustpilot-widget-main .trustpilot-widget {
    max-width: 220px;
    padding-right: 0px;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer-main .footer-col .trustpilot-widget-main .trustpilot-widget {
    max-width: none;
  }
}
.site-footer .footer-main .footer-col .trustpilot-widget-main .grw-net-text {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-main .footer-col .trustpilot-widget-main .grw-net-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 425px) {
  .site-footer .footer-main .footer-col .trustpilot-widget-main .grw-net-text {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 350px) {
  .site-footer .footer-main .footer-col .trustpilot-widget-main .grw-net-text {
    width: auto;
  }
}
.site-footer .footer-main .footer-col .trustpilot-widget-main .grw-net-widget-one-type-2 {
  min-width: 1px;
}
.site-footer .footer-main .footer-col .trustpilot-widget-main .grw-net-widget-one-type-2 .grw-net-stars-star {
  height: 16px;
}
.site-footer .footer-main .footer-col .trustpilot-widget-main .grw-net-widget-one-type-2 .grw-net-stars {
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-main .footer-col .trustpilot-widget-main .grw-net-widget-one-type-2 .grw-net-stars {
    gap: 0px;
    width: 97px;
  }
}
.site-footer .footer-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -12px;
  border-top: 2px solid #F0F0F0;
  padding: 36px 0 5px;
  margin-top: 50px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-images {
    margin: 30px -8px 0;
    padding: 25px 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer-images {
    justify-content: center;
    margin: 30px -7px 0;
    padding: 13px 0 5px;
  }
}
.site-footer .footer-images .footer-images-col {
  padding: 12px;
  width: 14.28%;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-images .footer-images-col {
    padding: 12px 8px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer-images .footer-images-col {
    width: 20%;
    padding: 12px 7px 3px;
  }
}
@media screen and (max-width: 599px) {
  .site-footer .footer-images .footer-images-col {
    width: 33.33%;
  }
}
.site-footer .footer-images .footer-images-col img {
  display: block;
  margin: 0 auto;
}
.site-footer .footer-top {
  padding-bottom: 55px;
}
@media (max-width: 1600px) {
  .site-footer .footer-top {
    padding-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .site-footer .footer-top {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-top {
    padding-bottom: 31px;
  }
}
.site-footer .footer-bottom {
  background: #166b7a;
  color: #fff;
  padding: 16px 0 15px;
}
@media (max-width: 767px) {
  .site-footer .footer-bottom {
    padding: 23px 0 20px;
  }
}
.site-footer .footer-bottom p {
  color: #fff;
}
@media (max-width: 767px) {
  .site-footer .footer-bottom p {
    font-size: 18px;
  }
}
@media (max-width: 350px) {
  .site-footer .footer-bottom p {
    font-size: 16px;
  }
}
.site-footer .footer-bottom .footer-bottom-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.site-footer .footer-bottom .footer-bottom-main .bottom-left {
  width: 50%;
}
@media (max-width: 767px) {
  .site-footer .footer-bottom .footer-bottom-main .bottom-left {
    width: 100%;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-bottom .footer-bottom-main .bottom-left ul {
    justify-content: center;
  }
}
.site-footer .footer-bottom .footer-bottom-main .bottom-left .social-ic li:last-child {
  margin-right: 0;
}
.site-footer .footer-bottom .footer-bottom-main .bottom-right {
  width: 50%;
  text-align: right;
}
@media (max-width: 767px) {
  .site-footer .footer-bottom .footer-bottom-main .bottom-right {
    width: 100%;
    text-align: center;
  }
}

#wpadminbar {
  position: fixed;
}

.admin-bar .navbar {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .navbar {
    top: 46px;
  }
}

.site-header {
  padding: 22px 0 22px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 111;
  height: 102px;
  transition: all 0.4s ease-in-out;
  transform: translateY(0%);
}
#wpadminbar {
  position: fixed;
}

.admin-bar .site-header {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
.site-header.nav-up {
  transform: translateY(-100%);
}
.site-header.sticky {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.04);
}
@media (max-width: 1600px) {
  .site-header {
    height: 94px;
  }
}
@media (max-width: 1440px) {
  .site-header {
    height: 94px;
  }
}
@media (max-width: 991px) {
  .site-header {
    padding: 18px 0;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.site-header .header-logo {
  width: 310px;
}
@media (max-width: 1600px) {
  .site-header .header-logo {
    width: 200px;
  }
}
@media (max-width: 1440px) {
  .site-header .header-logo {
    width: 180px;
  }
}
@media (max-width: 1199px) {
  .site-header .header-logo {
    width: 170px;
  }
}
@media (max-width: 991px) {
  .site-header .header-logo {
    margin: 0 auto;
    width: 145px;
    position: relative;
    z-index: 1;
  }
}
.site-header .header-logo a {
  display: inline-block;
  vertical-align: middle;
}
.site-header .header-logo a img {
  max-width: 310px;
  max-height: 58px;
}
@media (max-width: 1600px) {
  .site-header .header-logo a img {
    max-width: 200px;
    max-height: 40px;
  }
}
@media (max-width: 1440px) {
  .site-header .header-logo a img {
    max-width: 180px;
    max-height: 44px;
  }
}
@media (max-width: 1199px) {
  .site-header .header-logo a img {
    max-width: 170px;
    max-height: 35px;
  }
}
@media (max-width: 991px) {
  .site-header .header-logo a img {
    max-width: 145px;
    max-height: 28px;
  }
}
@media (max-width: 767px) {
  .site-header .header-logo a img {
    max-height: 32px;
    min-height: 32px;
  }
}
.site-header .header-logo a svg {
  max-width: 100%;
  display: block;
  height: 100%;
  width: 310px;
}
@media (max-width: 1600px) {
  .site-header .header-logo a svg {
    width: 290px;
  }
}
@media (max-width: 1440px) {
  .site-header .header-logo a svg {
    width: 250px;
  }
}
@media (max-width: 991px) {
  .site-header .header-logo a svg {
    max-height: 30px;
  }
}
.site-header .header-logo a.mobile-logo {
  display: none;
}
.site-header .header-nav {
  width: calc(100% - 310px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-bottom: 0px;
  align-items: center;
}
@media (max-width: 1600px) {
  .site-header .header-nav {
    width: calc(100% - 200px);
  }
}
@media (max-width: 1440px) {
  .site-header .header-nav {
    width: calc(100% - 180px);
  }
}
@media (max-width: 1199px) {
  .site-header .header-nav {
    width: calc(100% - 170px);
  }
}
@media (max-width: 991px) {
  .site-header .header-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    padding: 0 35px;
  }
}
@media (max-width: 599px) {
  .site-header .header-nav {
    padding: 0 25px;
  }
}
.site-header .site-nav {
  width: calc(100% - 225px);
  padding-right: 137px;
  padding-bottom: 0px;
}
@media (max-width: 1600px) {
  .site-header .site-nav {
    padding-right: 45px;
    width: calc(100% - 205px);
  }
}
@media (max-width: 1440px) {
  .site-header .site-nav {
    width: calc(100% - 200px);
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  .site-header .site-nav {
    width: calc(100% - 180px);
    padding-right: 20px;
  }
}
.site-header .site-nav ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .site-header .site-nav ul {
    position: fixed;
    top: 68px;
    left: 0;
    bottom: 0;
    right: 0;
    height: calc(100vh - 68px);
    background: #166b7a;
    z-index: 11;
    overflow: auto;
    transition: none;
    overflow: auto;
    transform: translateX(-100%);
    display: flex;
    flex-direction: column;
    padding: 33px 25px 50px;
    border-top: 1px solid rgba(250, 240, 225, 0.35);
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: inherit;
    max-height: calc(100vh - 68px) !important;
  }
}
.site-header .site-nav ul.mob {
  transition: all 0.5s ease-in-out;
}
.site-header .site-nav ul > li {
  list-style: none;
  position: relative;
  margin-left: 60px;
  color: #166b7a;
  line-height: 21px;
  display: flex;
  align-items: center;
  backface-visibility: hidden;
}
@media (max-width: 1600px) {
  .site-header .site-nav ul > li {
    margin-left: 45px;
  }
}
@media (max-width: 1440px) {
  .site-header .site-nav ul > li {
    margin-left: 35px;
  }
}
@media (max-width: 1199px) {
  .site-header .site-nav ul > li {
    margin-left: 25px;
  }
}
@media (max-width: 991px) {
  .site-header .site-nav ul > li {
    font-size: 20px;
    color: #fff;
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 52px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    line-height: 24px;
  }
}
.site-header .site-nav ul > li:first-child {
  margin-left: 0;
}
.site-header .site-nav ul > li.cloneElement {
  display: none;
}
@media (max-width: 991px) {
  .site-header .site-nav ul > li.cloneElement {
    display: block;
    margin-top: auto;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .site-header .site-nav ul > li.cloneElement .header-btn {
    background-color: transparent;
    width: 100%;
    padding: 14px 25px;
    font-size: 18px;
    color: #fff;
    border-color: #fff;
  }
}
.site-header .site-nav ul > li > a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 50px;
}
@media (max-width: 1440px) {
  .site-header .site-nav ul > li > a:after {
    height: 46px;
  }
}
@media (max-width: 991px) {
  .site-header .site-nav ul > li > a:after {
    display: none;
  }
}
.site-header .site-nav ul > li .arrow {
  width: 5px;
  height: 5px;
  transform: rotate(-225deg);
  display: block;
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 3px;
  margin: auto;
  transition: all 0.5s ease-out;
  transform-origin: 100% 0;
  order: 2;
  cursor: pointer;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 991px) {
  .site-header .site-nav ul > li .arrow {
    position: static;
    margin: -10px 0 0;
    transform-origin: bottom center;
  }
}
.site-header .site-nav ul > li .arrow:before {
  content: "";
  width: 100%;
  height: 100%;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #166b7a;
  transition: 0.2s ease;
  display: block;
  transform-origin: 100% 0;
}
@media (max-width: 991px) {
  .site-header .site-nav ul > li .arrow:before {
    border-color: #fff;
  }
}
.site-header .site-nav ul > li .arrow:after {
  content: "";
  float: left;
  position: relative;
  top: -100%;
  width: 100%;
  height: 100%;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #166b7a;
  transform-origin: 100% 0;
  transition: 0.2s ease;
}
@media (max-width: 991px) {
  .site-header .site-nav ul > li .arrow:after {
    border-color: #fff;
  }
}
.site-header .site-nav ul > li .arrow.up {
  transform: rotate(-45deg);
  margin: 4px 0 0 2px;
}
.site-header .site-nav ul > li a {
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: 0;
  backface-visibility: hidden;
}
@media (max-width: 991px) {
  .site-header .site-nav ul > li a {
    order: -1;
    color: inherit;
  }
}
.site-header .site-nav ul > li.current_page_item > a {
  font-weight: 700;
}
.site-header .site-nav ul > li > ul {
  background: #fff;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  width: 160px;
  padding: 15px 25px 15px 25px;
  top: 100%;
  margin-top: 40px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1600px) {
  .site-header .site-nav ul > li > ul {
    margin-top: 36px;
  }
}
@media (max-width: 991px) {
  .site-header .site-nav ul > li > ul {
    background: #FAF0E1;
    position: relative;
    transform: none;
    display: block;
    left: 0;
    top: 0;
    order: 3;
    max-height: 0 !important;
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
    width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -25px;
    margin-top: 0;
    padding: 0;
    height: auto;
  }
}
@media (max-width: 599px) {
  .site-header .site-nav ul > li > ul {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (max-width: 991px) {
  .site-header .site-nav ul > li > ul.active {
    display: block;
    visibility: visible;
    opacity: 1;
    margin-top: 32px;
    padding: 25px 25px 25px;
    max-height: 500px !important;
  }
}
.site-header .site-nav ul > li > ul li {
  margin-left: 0;
  font-size: 16px;
  font-weight: 300;
  color: #583372;
  line-height: 19px;
  margin-bottom: 16px;
  width: 100%;
}
@media (max-width: 1199px) {
  .site-header .site-nav ul > li > ul li {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 991px) {
  .site-header .site-nav ul > li > ul li {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 57px;
    color: #166b7a;
  }
}
@media (max-width: 991px) {
  .site-header .site-nav ul > li > ul li:last-child {
    margin-bottom: 0;
  }
}
.site-header .site-nav ul > li > ul li > a {
  position: relative;
  left: 0;
  width: 100%;
}
.site-header .site-nav ul > li > ul li:hover a {
  margin-top: 0;
  top: 0;
  color: #166b7a;
}
@media (min-width: 992px) {
  .site-header .site-nav ul > li > ul li:hover a {
    left: 8px;
  }
}
@media (max-width: 991px) {
  .site-header .site-nav ul > li > ul li:hover a {
    font-weight: 800;
  }
}
@media (min-width: 992px) {
  .site-header .site-nav ul > li:hover > a {
    top: -11px;
    color: #583372;
  }
}
@media (max-width: 991px) {
  .site-header .site-nav ul > li:hover > a {
    margin-top: 0;
    color: inherit;
  }
}
@media (min-width: 992px) {
  .site-header .site-nav ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 991px) {
  .site-header .site-nav ul > li:hover .arrow {
    transform: rotate(-45deg);
    top: -19px;
  }
}
.site-header .site-nav ul > li:hover .arrow:after, .site-header .site-nav ul > li:hover .arrow:before {
  border-color: #583372;
}
@media (max-width: 991px) {
  .site-header .site-nav ul > li:hover .arrow:after, .site-header .site-nav ul > li:hover .arrow:before {
    border-color: #fff;
  }
}
.site-header .site-nav ul > li.menu-item-has-children > a {
  padding-right: 16px;
}
@media (max-width: 991px) {
  .site-header .site-nav ul > li.menu-item-has-children > a {
    padding-right: 10px;
  }
}
.site-header .header-right {
  width: 225px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1600px) {
  .site-header .header-right {
    width: 205px;
  }
}
@media (max-width: 1440px) {
  .site-header .header-right {
    width: 200px;
  }
}
@media (max-width: 1199px) {
  .site-header .header-right {
    width: 180px;
  }
}
.site-header .header-right .login-link {
  display: inline-block;
  vertical-align: middle;
  font-weight: 800;
  color: #583372;
}
.site-header .header-right .login-link:hover {
  color: #166b7a;
}
@media (max-width: 991px) {
  .site-header .header-right .login-link {
    font-size: 0;
    margin-left: auto;
    height: 24px;
  }
}
.site-header .header-right .login-link > img, .site-header .header-right .login-link > svg {
  display: none;
}
@media (max-width: 991px) {
  .site-header .header-right .login-link > img, .site-header .header-right .login-link > svg {
    display: block;
  }
}
@media (max-width: 991px) {
  .site-header .header-right .header-btn {
    display: none;
  }
}

.menu-trigger {
  display: none;
}
@media (max-width: 991px) {
  .menu-trigger {
    display: block;
    width: 20px;
    cursor: pointer;
  }
}
.menu-trigger span {
  height: 2px;
  background: #583372;
  width: 20px;
  margin-bottom: 4px;
  display: block;
  transition: all 0.5s ease-in-out;
}
.menu-trigger span:nth-child(2) {
  width: 14.5px;
}
.menu-trigger span:last-child {
  margin-bottom: 0;
}
.menu-trigger.active + ul {
  transform: translateX(0);
}

.menu-open .site-header {
  background: #166b7a;
}
.menu-open .site-header .header-logo a svg path {
  fill: #fff;
}
.menu-open .site-header .header-logo a.main-logo {
  display: none;
}
.menu-open .site-header .header-logo a.mobile-logo {
  display: inline-block;
}
.menu-open .site-header .header-right .login-link svg path {
  fill: #fff;
}
.menu-open .menu-trigger span {
  background: #fff;
}
.menu-open .menu-trigger.active span:nth-child(1) {
  transform: rotate(45deg) translateY(7px) translateX(4px);
  -webkit-transform: rotate(45deg) translateY(7px) translateX(4px);
}
.menu-open .menu-trigger.active span:nth-child(2) {
  opacity: 0;
}
.menu-open .menu-trigger.active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-5px) translateX(1px);
  -webkit-transform: rotate(-45deg) translateY(-5px) translateX(1px);
}

.topic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.topic:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .topic {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .topic {
    display: block;
    text-align: center;
  }
}
.topic__content {
  flex: 0 0 calc(100% - 55px);
}
.topic__icon {
  flex: 0 0 40px;
  max-width: 40px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .topic__icon {
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .topic__icon {
    margin: 0 auto;
  }
}
.topic__icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
  font-family: "object-fit: contain;"; /* stylelint-disable-line */
}
.topic__text {
  margin: 0;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  color: #583372;
}
@media screen and (max-width: 599px) {
  .topic__text {
    font-size: calc(16px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .topic__text {
    font-size: calc(16px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (max-width: 1600px) {
  .topic__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) {
  .topic__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .topic__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .topic__text {
    font-size: 14px;
    line-height: 1.85;
  }
}
.topic__title {
  margin: 0 0 5px;
  font-family: Merriweather, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0;
  color: #583372;
}
@media screen and (max-width: 599px) {
  .topic__title {
    font-size: calc(18px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .topic__title {
    font-size: calc(18px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (max-width: 1600px) {
  .topic__title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1366px) {
  .topic__title {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .topic__title {
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .topic__title {
    font-size: 14px;
    line-height: 24px;
  }
}

.internal-resource-video {
  padding-bottom: 230px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .internal-resource-video {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .internal-resource-video {
    padding-bottom: 80px;
  }
}
.internal-resource-video__main {
  position: relative;
}
.internal-resource-video .left-video-pattern {
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: -1;
  max-width: 209px;
}
@media (max-width: 1600px) {
  .internal-resource-video .left-video-pattern {
    left: 0;
  }
}
@media (max-width: 1440px) {
  .internal-resource-video .left-video-pattern {
    left: 10px;
  }
}
@media (max-width: 1199px) {
  .internal-resource-video .left-video-pattern {
    left: 0px;
    max-width: 170px;
  }
}
@media (max-width: 991px) {
  .internal-resource-video .left-video-pattern {
    max-width: 120px;
  }
}
@media (max-width: 767px) {
  .internal-resource-video .left-video-pattern {
    max-width: 13%;
    top: 20px;
    left: -6px;
  }
}
.internal-resource-video .right-video-pattern {
  position: absolute;
  bottom: 32px;
  right: 6px;
  z-index: -1;
  max-width: 230px;
}
@media (max-width: 1600px) {
  .internal-resource-video .right-video-pattern {
    right: 0;
  }
}
@media (max-width: 1440px) {
  .internal-resource-video .right-video-pattern {
    right: 10px;
  }
}
@media (max-width: 1199px) {
  .internal-resource-video .right-video-pattern {
    right: 0px;
    max-width: 170px;
  }
}
@media (max-width: 991px) {
  .internal-resource-video .right-video-pattern {
    max-width: 120px;
  }
}
@media (max-width: 767px) {
  .internal-resource-video .right-video-pattern {
    max-width: 14%;
    bottom: 22px;
    right: -10px;
  }
}
.internal-resource-video .play-btn {
  transition: all 0.3s;
  appearance: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  background: none;
  border: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  pointer-events: none;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .internal-resource-video .play-btn {
    width: 32px;
    height: 32px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .internal-resource-video .play-btn {
    width: 32px;
    height: 32px;
  }
}
.internal-resource-video .play-btn.playing {
  opacity: 0;
  visibility: hidden;
}
.internal-resource-video .play-btn svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.internal-resource-video__video {
  height: 545px;
  width: 100%;
  display: block;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .internal-resource-video__video {
    height: 300px;
  }
}
@media screen and (max-width: 599px) {
  .internal-resource-video__video {
    height: 185px;
  }
}
.internal-resource-video__video img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;"; /* stylelint-disable-line */
}
.internal-resource-video__wrapper {
  max-width: 925px;
  margin: 0 auto;
  position: relative;
  border-radius: 27px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .internal-resource-video__wrapper {
    width: 80%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .internal-resource-video__wrapper {
    width: 80%;
  }
}

.internal-resource-intro {
  padding: 110px 0 150px;
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .internal-resource-intro {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .internal-resource-intro {
    padding: 60px 0;
  }
}
@media screen and (max-width: 599px) {
  .internal-resource-intro {
    padding: 60px 0;
  }
}
.internal-resource-intro__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .internal-resource-intro__container {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .internal-resource-intro__container {
    display: block;
  }
}
.internal-resource-intro__title {
  flex: 0 0 43.191%;
}
.internal-resource-intro__description {
  flex: 0 0 48.082%;
}
.internal-resource-intro .btn {
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .internal-resource-intro .btn {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
}

.internal-resource-content {
  padding-bottom: 150px;
}
.internal-resource-content__wrapper {
  max-width: 1000px;
}

.subnav {
  padding: 70px 0;
}
@media screen and (max-width: 1600px) {
  .subnav {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .subnav {
    padding-top: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .subnav {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .subnav {
    display: none;
  }
}
.subnav__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid rgba(22, 107, 122, 0.22);
  padding-bottom: 75px;
}
@media screen and (max-width: 1600px) {
  .subnav__wrapper {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .subnav__wrapper {
    padding-bottom: 20px;
  }
}
.subnav__icon {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.subnav__icon img {
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  max-height: 67px;
}
@media screen and (max-width: 1600px) {
  .subnav__icon img {
    max-height: 50px;
  }
}
@media screen and (max-width: 1440px) {
  .subnav__icon img {
    max-height: 45px;
  }
}
.subnav__item {
  text-align: center;
  position: relative;
  flex: 0 0 calc(20% - 60px);
}
@media screen and (max-width: 1199px) {
  .subnav__item {
    flex: 0 0 calc(20% - 20px);
  }
}
.subnav__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.subnav__links {
  flex: 0 0 64%;
  gap: 0 60px;
  display: flex;
  flex-wrap: wrap;
  margin-right: -60px;
}
@media screen and (max-width: 1199px) {
  .subnav__links {
    gap: 0 20px;
    margin-right: -20px;
  }
}
.subnav__left {
  flex: 0 0 30%;
}
.subnav__left p {
  margin-top: 0;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  color: #1A1A1A;
}
@media screen and (max-width: 599px) {
  .subnav__left p {
    font-size: calc(16px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .subnav__left p {
    font-size: calc(16px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (max-width: 1600px) {
  .subnav__left p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) {
  .subnav__left p {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .subnav__left p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .subnav__left p {
    font-size: 14px;
    line-height: 1.85;
  }
}
.subnav__text {
  margin: 0;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0;
  color: #583372;
}
@media screen and (max-width: 599px) {
  .subnav__text {
    font-size: calc(16px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .subnav__text {
    font-size: calc(16px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (max-width: 1600px) {
  .subnav__text {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .subnav__text {
    font-size: 15px;
    line-height: 19px;
  }
}
@media screen and (max-width: 991px) {
  .subnav__text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .subnav__text {
    font-size: 14px;
    line-height: 1.85;
  }
}

.uj-slide {
  position: relative;
}
.flickity-enabled .uj-slide {
  width: 470px;
  margin-right: 50px;
}
@media screen and (max-width: 1600px) {
  .flickity-enabled .uj-slide {
    margin-right: 35px;
  }
}
@media screen and (max-width: 599px) {
  .flickity-enabled .uj-slide {
    width: 100%;
    margin-right: 25px;
  }
}
.uj-slide__clickable {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.uj-slide__clickable:hover + .uj-slide__image::before {
  opacity: 1;
  visibility: visible;
}
.uj-slide__clickable:hover ~ .uj-slide__link {
  color: #F26D37;
}
.uj-slide__clickable:hover ~ .uj-slide__link::after {
  background-image: url(/app/themes/digital-boost/dist/img/btn-arrow-orange.svg?a9a739c211798b61675af3d4f95ec561);
}
.uj-slide__image {
  width: 100%;
  height: 285px;
  margin: 0;
  padding: 0;
  border-radius: 9px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 599px) {
  .uj-slide__image {
    height: 0;
    padding-bottom: 59%;
  }
}
.uj-slide__image::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  right: 0;
  z-index: 2;
  background-image: url(/app/themes/digital-boost/dist/img/journey-hover.svg?1332449c43bfac529fbd00c291ac876e);
  background-repeat: no-repeat;
  background-size: cover;
}
.uj-slide__image:hover::before {
  opacity: 1;
  visibility: visible;
}
.uj-slide__image img {
  object-fit: cover;
  font-family: "object-fit: cover;"; /* stylelint-disable-line */
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .uj-slide__image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.uj-slide__title {
  font-family: Gilroy, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: 0;
  color: #1A1A1A;
  margin: 25px 0 15px;
}
@media screen and (max-width: 599px) {
  .uj-slide__title {
    font-size: calc(20px + 0 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .uj-slide__title {
    font-size: calc(20px + 0 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .uj-slide__title {
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 599px) {
  .uj-slide__title {
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1600px) {
  .uj-slide__title {
    font-size: 22px;
    line-height: 32px;
    margin: 20px 0 15px;
  }
}
@media screen and (max-width: 1440px) {
  .uj-slide__title {
    font-size: 20px;
    line-height: 30px;
    margin: 15px 0 15px;
  }
}
@media screen and (max-width: 1366px) {
  .uj-slide__title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .uj-slide__title {
    font-size: 16px;
    line-height: 26px;
  }
}
.uj-slide__topic {
  top: 20px;
  padding: 5px 20px;
  right: 20px;
  z-index: 1;
  position: absolute;
  border-radius: 18px;
  background-color: #F26D37;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .uj-slide__topic {
    font-size: calc(18px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .uj-slide__topic {
    font-size: calc(18px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (max-width: 1600px) {
  .uj-slide__topic {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1366px) {
  .uj-slide__topic {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .uj-slide__topic {
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .uj-slide__topic {
    font-size: 14px;
    line-height: 18px;
  }
}

.user-journey-carousel {
  padding: 100px 0;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .user-journey-carousel {
    padding: 80px 0;
  }
}
@media screen and (max-width: 991px) {
  .user-journey-carousel {
    padding: 80px 0;
  }
}
@media screen and (max-width: 599px) {
  .user-journey-carousel {
    padding: 50px 0;
  }
}
.user-journey-carousel.grey {
  background-color: #fafafa;
}
.user-journey-carousel__carousel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  padding-top: 40px;
}
@media screen and (max-width: 1366px) {
  .user-journey-carousel__carousel {
    gap: 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .user-journey-carousel__carousel {
    padding-top: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 599px) {
  .user-journey-carousel__carousel {
    grid-template-columns: 1fr;
    padding-top: 30px;
  }
}
.user-journey-carousel__carousel.flickity-enabled {
  display: block;
}
.user-journey-carousel .flickity-viewport {
  overflow: initial;
}
.user-journey-carousel__content {
  flex: 0 0 calc(100% - 230px);
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .user-journey-carousel__content {
    max-width: 100%;
    display: block;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 599px) {
  .user-journey-carousel__content {
    max-width: 100%;
    display: block;
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .user-journey-carousel__content--flex {
    flex: 0 0 calc(100% - 50px);
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .user-journey-carousel__content--flex {
    flex: 0 0 calc(100% - 50px);
    display: block;
  }
}
.user-journey-carousel__content--grid {
  display: flex;
  max-width: 940px;
  flex-wrap: wrap;
}
.user-journey-carousel__content--grid .user-journey-carousel__title {
  flex: 0 0 305px;
  margin-right: 64px;
}
.user-journey-carousel__content--grid .user-journey-carousel__text {
  flex: 0 0 calc(100% - 370px);
}
@media screen and (max-width: 1600px) {
  .user-journey-carousel__content--grid .user-journey-carousel__text {
    flex: 0 0 calc(100% - 415px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .user-journey-carousel__content--grid {
    flex: 0 0 calc(100% - 115px);
  }
}
@media screen and (max-width: 599px) {
  .user-journey-carousel__content--grid {
    flex: 0 0 calc(100% - 115px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .user-journey-carousel__content--grid:not(.user-journey-carousel__content--flex) {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 599px) {
  .user-journey-carousel__content--grid:not(.user-journey-carousel__content--flex) {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 599px) {
  .user-journey-carousel__content--grid {
    display: block;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .user-journey-carousel__content--grid {
    display: block;
  }
}
.user-journey-carousel__controls {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .user-journey-carousel__controls {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .user-journey-carousel__controls {
    display: none;
  }
}
.user-journey-carousel__controls--mobile {
  display: none;
  margin-top: 45px;
  justify-content: center;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .user-journey-carousel__controls--mobile {
    display: flex;
  }
}
@media screen and (max-width: 599px) {
  .user-journey-carousel__controls--mobile {
    display: flex;
  }
}
@media screen and (max-width: 599px) {
  .user-journey-carousel__controls--mobile {
    margin-top: 15px;
  }
}
.user-journey-carousel__control {
  appearance: none;
  background: none;
  cursor: pointer;
  border: 0;
  margin: 0;
  padding: 0;
}
.user-journey-carousel__control svg {
  pointer-events: none;
  display: block;
}
.user-journey-carousel__control svg path {
  transition: all 0.3s;
}
.user-journey-carousel__control:hover svg path {
  fill: #F26D37;
}
.user-journey-carousel__control--next {
  margin-left: 25px;
}
.user-journey-carousel__nav {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .user-journey-carousel__nav {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .user-journey-carousel__nav {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .user-journey-carousel__nav {
    margin-top: 15px;
  }
}
.user-journey-carousel__search {
  margin-right: 50px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1600px) {
  .user-journey-carousel__search {
    width: 30px;
    margin-right: 35px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .user-journey-carousel__search {
    width: 30px;
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .user-journey-carousel__search {
    width: 30px;
    margin-right: 0;
  }
}
.user-journey-carousel__search svg {
  display: block;
}
@media screen and (max-width: 1600px) {
  .user-journey-carousel__search svg {
    max-width: 100%;
    height: auto;
  }
}
.user-journey-carousel__search svg path {
  transition: all 0.3s;
}
svg .user-journey-carousel__search:hover svg path {
  stroke: #F26D37;
}
.user-journey-carousel__text {
  margin: 0;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  color: #1A1A1A;
}
@media screen and (max-width: 599px) {
  .user-journey-carousel__text {
    font-size: calc(16px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .user-journey-carousel__text {
    font-size: calc(16px + 2 * (100vw - 1023px) / 703);
  }
}
.user-journey-carousel__title {
  margin: 0;
  font-family: Gilroy, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 55px;
  letter-spacing: 0;
  color: #1A1A1A;
}
@media screen and (max-width: 599px) {
  .user-journey-carousel__title {
    font-size: calc(35px + 5 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .user-journey-carousel__title {
    font-size: calc(35px + 5 * (100vw - 1023px) / 703);
  }
}
@media screen and (max-width: 1600px) {
  .user-journey-carousel__title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1366px) {
  .user-journey-carousel__title {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .user-journey-carousel__title {
    font-size: 24px;
    line-height: 34px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .user-journey-carousel__title {
    margin-bottom: 25px;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 599px) {
  .user-journey-carousel__title {
    margin-bottom: 25px;
    margin-right: 0 !important;
  }
}
.user-journey-carousel__top {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lj-slide {
  flex: 0 0 100%;
  background-color: #166b7a;
  border-radius: 22px;
  padding: 25px;
  min-height: 460px;
  transition: all 0.3s;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .lj-slide {
    min-height: 375px;
  }
}
.lj-slide:hover {
  transform: translateY(-55px);
  background-color: #583372;
}
.lj-slide__info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: auto;
  justify-content: space-between;
}
.lj-slide__type, .lj-slide__duration {
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .lj-slide__type, .lj-slide__duration {
    font-size: calc(16px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .lj-slide__type, .lj-slide__duration {
    font-size: calc(16px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (max-width: 1600px) {
  .lj-slide__type, .lj-slide__duration {
    font-size: 13px;
    line-height: 16px;
  }
}
.lj-slide__type svg, .lj-slide__duration svg {
  display: block;
  margin-bottom: 5px;
}
.lj-slide__step {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  width: 120px;
  text-align: center;
  margin: 0 auto;
  border-radius: 7px;
  background-color: #F26D37;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .lj-slide__step {
    font-size: calc(16px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .lj-slide__step {
    font-size: calc(16px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (max-width: 1600px) {
  .lj-slide__step {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) {
  .lj-slide__step {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .lj-slide__step {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .lj-slide__step {
    font-size: 14px;
    line-height: 1.85;
  }
}
.flickity-enabled .lj-slide {
  width: 350px;
  margin-right: 40px;
}
@media screen and (max-width: 1440px) {
  .flickity-enabled .lj-slide {
    min-height: 100%;
  }
}
@media screen and (max-width: 599px) {
  .flickity-enabled .lj-slide {
    width: 90%;
    margin-right: 25px;
  }
}
.lj-slide .link {
  opacity: 0;
  visibility: hidden;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  bottom: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1600px) {
  .lj-slide .link {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .lj-slide .link {
    font-size: 16px;
    line-height: 18px;
  }
}
.lj-slide__clickable {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.lj-slide__clickable:hover ~ .link {
  bottom: -40px;
  visibility: visible;
  opacity: 1;
}
.lj-slide__image {
  width: 100%;
  height: 205px;
  margin: 0;
  padding: 0;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 599px) {
  .lj-slide__image {
    height: 200px;
  }
}
.lj-slide__image:hover::before {
  opacity: 1;
  visibility: visible;
}
.lj-slide__image img {
  object-fit: cover;
  font-family: "object-fit: cover;"; /* stylelint-disable-line */
  width: 100%;
  height: 100%;
}
.lj-slide__title {
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  color: #fff;
  margin: 25px 0 15px;
}
@media screen and (max-width: 599px) {
  .lj-slide__title {
    font-size: calc(16px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .lj-slide__title {
    font-size: calc(16px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (max-width: 1600px) {
  .lj-slide__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) {
  .lj-slide__title {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .lj-slide__title {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .lj-slide__title {
    font-size: 14px;
    line-height: 1.85;
  }
}
.lj-slide__topic {
  top: 20px;
  padding: 5px 20px;
  right: 20px;
  z-index: 1;
  position: absolute;
  border-radius: 18px;
  background-color: #F26D37;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .lj-slide__topic {
    font-size: calc(18px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .lj-slide__topic {
    font-size: calc(18px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (max-width: 599px) {
  .lj-slide__topic {
    font-size: 14px;
    line-height: 18px;
  }
}

.learning-journeys-carousel {
  padding: 100px 0;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .learning-journeys-carousel {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .learning-journeys-carousel {
    padding: 50px 0;
  }
}
.learning-journeys-carousel.grey {
  background-color: #fafafa;
}
.learning-journeys-carousel__carousel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding-top: 75px;
}
@media screen and (max-width: 1600px) {
  .learning-journeys-carousel__carousel {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .learning-journeys-carousel__carousel {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 599px) {
  .learning-journeys-carousel__carousel {
    grid-template-columns: 1fr;
  }
}
.learning-journeys-carousel__carousel.flickity-enabled {
  display: block;
}
.learning-journeys-carousel .flickity-viewport {
  overflow: initial;
}
.learning-journeys-carousel__content {
  flex: 0 0 calc(100% - 230px);
}
.learning-journeys-carousel__content--grid {
  display: flex;
  max-width: 940px;
  flex-wrap: wrap;
}
.learning-journeys-carousel__content--grid .learning-journeys-carousel__title {
  flex: 0 0 305px;
  margin-right: 64px;
}
.learning-journeys-carousel__content--grid .learning-journeys-carousel__text {
  flex: 0 0 calc(100% - 370px);
}
@media screen and (max-width: 1600px) {
  .learning-journeys-carousel__content--grid .learning-journeys-carousel__text {
    flex: 0 0 calc(100% - 415px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .learning-journeys-carousel__content--grid {
    max-width: 100%;
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .learning-journeys-carousel__content--grid {
    max-width: 100%;
    display: block;
  }
}
.learning-journeys-carousel__controls {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .learning-journeys-carousel__controls {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .learning-journeys-carousel__controls {
    display: none;
  }
}
.learning-journeys-carousel__controls--mobile {
  display: none;
  margin-top: 45px;
  justify-content: center;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .learning-journeys-carousel__controls--mobile {
    display: flex;
  }
}
@media screen and (max-width: 599px) {
  .learning-journeys-carousel__controls--mobile {
    display: flex;
  }
}
.learning-journeys-carousel__control {
  appearance: none;
  background: none;
  cursor: pointer;
  border: 0;
  margin: 0;
  padding: 0;
}
.learning-journeys-carousel__control svg path {
  transition: fill 0.3s;
}
.learning-journeys-carousel__control:hover svg path {
  fill: #F26D37;
}
.learning-journeys-carousel__control--next {
  margin-left: 25px;
}
.learning-journeys-carousel__nav {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .learning-journeys-carousel__nav {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .learning-journeys-carousel__nav {
    display: block;
  }
}
.learning-journeys-carousel__search {
  margin-right: 50px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .learning-journeys-carousel__search {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .learning-journeys-carousel__search {
    display: none;
  }
}
.learning-journeys-carousel__search svg path {
  transition: stroke 0.3s;
}
.learning-journeys-carousel__search:hover svg path {
  stroke: #F26D37;
}
.learning-journeys-carousel__text {
  margin: 0;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  color: #1A1A1A;
}
@media screen and (max-width: 599px) {
  .learning-journeys-carousel__text {
    font-size: calc(16px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .learning-journeys-carousel__text {
    font-size: calc(16px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (max-width: 1600px) {
  .learning-journeys-carousel__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) {
  .learning-journeys-carousel__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .learning-journeys-carousel__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .learning-journeys-carousel__text {
    font-size: 14px;
    line-height: 1.85;
  }
}
.learning-journeys-carousel__title {
  margin: 0;
  font-family: Gilroy, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 55px;
  letter-spacing: 0;
  color: #1A1A1A;
}
@media screen and (max-width: 599px) {
  .learning-journeys-carousel__title {
    font-size: calc(35px + 5 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .learning-journeys-carousel__title {
    font-size: calc(35px + 5 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .learning-journeys-carousel__title {
    margin-bottom: 25px;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 599px) {
  .learning-journeys-carousel__title {
    margin-bottom: 25px;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 1600px) {
  .learning-journeys-carousel__title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1366px) {
  .learning-journeys-carousel__title {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .learning-journeys-carousel__title {
    font-size: 24px;
    line-height: 34px;
  }
}
.learning-journeys-carousel__top {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .learning-journeys-carousel__top {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .learning-journeys-carousel__top {
    display: block;
    text-align: center;
  }
}

.feed--loading:not(.resources)::after {
  content: "";
  display: block;
  z-index: 3;
  margin: 30px auto;
  background-image: url(/app/themes/digital-boost/dist/img/loading-icon.svg?f86b4e203cc9a836c18d605fec0d4d99);
  width: 50px;
  height: 50px;
  background-size: 50px;
}
.feed__page {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .feed__page {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .feed__page {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
    margin-bottom: 25px;
  }
}
.feed__load-more {
  display: block;
  margin: 40px auto 65px;
  text-align: center;
}
.feed__no-results {
  text-align: center;
}
.feed__no-results h6 {
  margin: 0;
}
.feed__title {
  font-family: Gilroy, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 55px;
  letter-spacing: 0;
  color: #1A1A1A;
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .feed__title {
    font-size: calc(35px + 5 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .feed__title {
    font-size: calc(35px + 5 * (100vw - 1023px) / 703);
  }
}
@media screen and (max-width: 1600px) {
  .feed__title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1366px) {
  .feed__title {
    font-size: 28px;
    line-height: 38px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .feed__title {
    font-size: 24px;
    margin-top: 25px;
    line-height: 34px;
  }
}

.placeholder {
  position: relative;
}
.placeholder:first-child {
  border-top: 1px solid #c4c4c4;
}
.placeholder::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 37px;
  background-image: url(/app/themes/digital-boost/dist/img/resource-arrow.svg?c4dcd1910d9da145e756c6f9b533e149);
  width: 20px;
  height: 15px;
  background-size: cover;
  background-repeat: no-repeat;
}
.placeholder__title, .placeholder__excerpt {
  height: 30px;
  width: 60%;
  background-color: rgba(22, 107, 122, 0.4);
  display: block;
  border-radius: 5px;
  margin-bottom: 10px;
  animation: bounce 1.5s infinite;
}
.placeholder__excerpt {
  width: 35%;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.feed-filters {
  padding-bottom: 80px;
}
.feed-filters__taxonomy {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
}

.feed-filter {
  appearance: none;
  font-size: 18px;
  line-height: 24px;
  border: 0;
  font-weight: 800;
  text-transform: capitalize;
  font-family: "Gilroy", sans-serif;
  padding: 10px 30px;
  background-color: transparent;
  border: 1px solid #F26D37;
  border-radius: 25px;
  color: #1A1A1A;
  align-items: center;
  display: flex;
  gap: 10px;
  cursor: pointer;
  transition: color, background-color 0.3s;
  position: relative;
}
.feed-filter__tooltip {
  width: 450px;
  text-align: left;
  border-radius: 25px;
  z-index: 3;
  padding: 25px;
  background-color: #FAF0E1;
  position: absolute;
  bottom: calc(100% + 25px);
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  transition: opacity 0.3s;
}
@media screen and (max-width: 599px) {
  .feed-filter__tooltip.close {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .feed-filter__tooltip.close {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .feed-filter__tooltip {
    width: 50vw;
  }
}
@media screen and (max-width: 599px) {
  .feed-filter__tooltip {
    width: 50vw;
  }
}
.feed-filter__tooltip-close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  width: 15px;
  height: 15px;
  display: flex;
  border: 0;
  appearance: none;
  justify-content: center;
  align-items: center;
  background: none;
}
@media screen and (min-width: 1920px) {
  .feed-filter__tooltip-close {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .feed-filter__tooltip-close {
    display: none;
  }
}
.feed-filter__tooltip-close:after {
  display: inline-block;
  font-size: 32px;
  line-height: 1;
  content: "×";
}
.feed-filter__tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 15px solid #FAF0E1;
  border-bottom: 0;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.feed-filter h1, .feed-filter h2, .feed-filter h3, .feed-filter h4, .feed-filter h5, .feed-filter h6, .feed-filter p, .feed-filter ul, .feed-filter ol {
  margin: 0 0 15px;
}
.feed-filter.active, .feed-filter:hover {
  color: #fff;
}
@media screen and (min-width: 1920px) {
  .feed-filter:hover .feed-filter__tooltip {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .feed-filter:hover .feed-filter__tooltip {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .feed-filter.active .feed-filter__tooltip {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 599px) {
  .feed-filter.active .feed-filter__tooltip {
    opacity: 1;
    visibility: visible;
  }
}
.feed-filter.orange {
  border-color: #F26D37;
}
.feed-filter.orange.active, .feed-filter.orange:hover {
  background-color: #F26D37;
}
.feed-filter.teal {
  border-color: #166b7a;
}
.feed-filter.teal.active, .feed-filter.teal:hover {
  background-color: #166b7a;
}
.feed-filter.purple {
  border-color: #583372;
}
.feed-filter.purple.active, .feed-filter.purple:hover {
  background-color: #583372;
}
.feed-filter.yellow {
  border-color: #E9C982;
}
.feed-filter.yellow.active, .feed-filter.yellow:hover {
  background-color: #E9C982;
}

.icon {
  background-size: cover;
  display: inline-block;
  width: 24px;
  flex: 0 0 24px;
  height: 24px;
}
.icon--speaker {
  background-image: url(/app/themes/digital-boost/dist/img/microphone.png?5d2781ef501e23722f57fe2ffac12149);
}
.icon--calendar {
  background-image: url(/app/themes/digital-boost/dist/img/calendar.svg?31d473c09dc7e385c85286964da7db91);
  margin-top: -5px;
}

.event-feed {
  margin-bottom: 100px;
  margin-top: 0;
}
@media screen and (max-width: 1600px) {
  .event-feed {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1440px) {
  .event-feed {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .event-feed {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .event-feed {
    margin-bottom: 75px;
  }
}
.remove-bottom-spacing .event-feed {
  margin-bottom: 0 !important;
}
.event-feed--loading:not(.resources)::after {
  content: "";
  display: block;
  z-index: 3;
  margin: 30px auto;
  background-image: url(/app/themes/digital-boost/dist/img/loading-icon.svg?f86b4e203cc9a836c18d605fec0d4d99);
  width: 50px;
  height: 50px;
  background-size: 50px;
}
.event-feed__page {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1150px) {
  .event-feed__page {
    grid-template-columns: repeat(1, 1fr);
  }
}
.event-feed__load-more {
  display: block;
  margin: 40px auto 65px;
  text-align: center;
}
.event-feed__no-results {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.event-feed__no-results h6 {
  margin: 0;
}

.placeholder {
  position: relative;
}
.placeholder:first-child {
  border-top: 1px solid #C4C4C4;
}
.placeholder::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 37px;
  background-image: url(/app/themes/digital-boost/dist/img/resource-arrow.svg?c4dcd1910d9da145e756c6f9b533e149);
  width: 20px;
  height: 15px;
  background-size: cover;
  background-repeat: no-repeat;
}
.placeholder__title, .placeholder__excerpt {
  height: 30px;
  width: 60%;
  background-color: rgba(22, 107, 122, 0.4);
  display: block;
  border-radius: 5px;
  margin-bottom: 10px;
  animation: bounce 1.5s infinite;
}
.placeholder__excerpt {
  width: 35%;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
#events-feed,
#partner-events-feed {
  margin-top: 100px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  #events-feed,
  #partner-events-feed {
    margin-top: 50px;
  }
}
@media screen and (max-width: 599px) {
  #events-feed,
  #partner-events-feed {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1600px) {
  #events-feed,
  #partner-events-feed {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1366px) {
  #events-feed,
  #partner-events-feed {
    margin-top: 70px;
  }
}
#events-feed.remove-top-spacing,
#partner-events-feed.remove-top-spacing {
  margin-top: 0;
}

.post {
  position: relative;
  display: flex;
  flex-direction: column;
  transition: filter 0.3s;
}
@media screen and (max-width: 599px) {
  .post {
    min-height: initial;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .post {
    min-height: initial;
  }
}
.post:hover {
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.16));
}
.post:hover .post__mentor-image {
  transform: scale(1.1);
}
.post:hover .post__star {
  transform: rotate(180deg);
}
.post:hover:nth-child(4n-2) .post__star svg path, .post:hover:nth-child(4n-1) .post__star svg path {
  fill: #f4c3f0;
}
.post:hover:nth-child(4n-3) .post__star svg path, .post:hover:nth-child(4n) .post__star svg path {
  fill: #b8eaf0;
}
.post:nth-child(4n-2) .post__star svg path, .post:nth-child(4n-1) .post__star svg path {
  fill: #b8eaf0;
}
.post:nth-child(4n-3) .post__star svg path, .post:nth-child(4n) .post__star svg path {
  fill: #f4c3f0;
}
.post > a:not(.post__button)::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.post__timezone {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-family: "Gilroy", sans-serif;
}
@media screen and (max-width: 1600px) {
  .post__timezone {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .post__timezone {
    font-size: 13px;
    line-height: 17px;
  }
}
.post__event-type {
  font-size: 18px;
  font-family: "Gilroy", sans-serif;
  font-weight: 800;
  position: absolute;
  padding: 5px 30px;
  text-transform: capitalize;
  left: 30px;
  top: -17px;
  z-index: 2;
  background-color: #F26D37;
  border-radius: 25px;
  color: #fff;
}
.post__event-type.orange {
  background-color: #F26D37;
}
.post__event-type.teal {
  background-color: #166b7a;
}
.post__event-type.purple {
  background-color: #583372;
}
.post__event-type.yellow {
  background-color: #E9C982;
}
.post__wrapper {
  height: 100%;
  background-color: #FAF0E1;
  border-radius: 27px;
  border-top-right-radius: 100px;
  overflow: hidden;
  position: relative;
  padding: 50px 40px 30px 40px;
}
@media screen and (max-width: 599px) {
  .post__wrapper {
    padding: 25px;
    border-top-right-radius: 27px;
  }
}
.post__star {
  position: absolute;
  transition: transform 0.2s;
  bottom: -80px;
  width: 150px;
  height: 150px;
  right: -35px;
}
@media screen and (max-width: 599px) {
  .post__star {
    width: 100px;
    height: 100px;
    bottom: -20px;
    right: -20px;
  }
}
.post__star svg {
  width: 100%;
  height: 100%;
}
.post__title {
  font-family: Gilroy, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: 0;
  color: #1A1A1A;
  margin: 0 0 15px;
  text-decoration: none;
  width: calc(100% - 115px);
}
@media screen and (max-width: 599px) {
  .post__title {
    font-size: calc(20px + 0 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .post__title {
    font-size: calc(20px + 0 * (100vw - 1023px) / 703);
  }
}
@media screen and (max-width: 1600px) {
  .post__title {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 599px) {
  .post__title {
    font-size: 22px;
    width: calc(100% - 65px);
    line-height: 28px;
    margin-bottom: 10px;
  }
}
.post__excerpt {
  margin-bottom: 25px !important;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0;
  color: #1A1A1A;
  margin: 0 0 15px;
}
@media screen and (max-width: 599px) {
  .post__excerpt {
    font-size: calc(16px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .post__excerpt {
    font-size: calc(16px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (max-width: 1600px) {
  .post__excerpt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) {
  .post__excerpt {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .post__excerpt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .post__excerpt {
    font-size: 14px;
    line-height: 1.85;
  }
}
@media screen and (max-width: 599px) {
  .post__excerpt {
    line-height: 20px;
  }
}
.post__button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.post__read-more {
  position: relative;
  z-index: 7;
  appearance: none;
  width: 100%;
  padding: 0;
  color: #1A1A1A;
  font-family: "Gilroy", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  text-decoration: underline;
  border: 0;
  display: flex;
  gap: 8px;
  background: none;
  align-items: center;
}
.post__read-more::after {
  content: "";
  width: 12px;
  transition: transform 0.3s;
  height: 7px;
  background-image: url(/app/themes/digital-boost/dist/img/dropdown.svg?378875335c91aa9db4964cc60c9ff80d);
  background-repeat: no-repeat;
  background-size: cover;
}
.post__read-more::before {
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 100%;
}
.post__read-more.active::after {
  transform: rotate(-180deg);
}
.post__link {
  text-decoration: none;
  padding: 8px 50px 8px 20px;
  z-index: 2;
}
@media screen and (min-width: 1920px) {
  .post__link {
    position: absolute;
    right: 15px;
    top: 140px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .post__link {
    position: absolute;
    right: 15px;
    top: 140px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .post__link {
    position: absolute;
    right: 15px;
    top: 140px;
  }
}
@media screen and (max-width: 599px) {
  .post__link {
    position: relative;
    padding: 9px 30px;
    margin-bottom: 20px;
  }
}
.post__mentor-image {
  width: 147px;
  height: 133px;
  position: absolute;
  z-index: 2;
  transition: transform 0.3s;
  top: -15px;
  background-color: #fff;
  clip-path: url(#my-clip-path);
  right: -15px;
}
@media (max-width: 1150px) {
  .post__mentor-image {
    top: -30px;
  }
}
@media screen and (max-width: 599px) {
  .post__mentor-image {
    width: 90px;
    top: -20px;
    height: 80px;
  }
}
.post__mentor-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;"; /* stylelint-disable-line */
  object-position: center;
  font-family: "object-position: center;"; /* stylelint-disable-line */
}
.post__mentor-name {
  font-family: "Merriweather", sans-serif;
  font-size: 18px;
  margin: 0;
  line-height: 24px;
  flex: 0 0 calc(100% - 30px);
  color: #583372;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  .post__mentor-name {
    font-size: 16px;
    line-height: 1.4;
  }
}
.post__dropdown {
  overflow: hidden;
  transition: height 0.3s ease-out;
  position: relative;
  z-index: 2;
  height: 0;
}
.post__right {
  order: 1;
}
@media screen and (max-width: 599px) {
  .post__right {
    order: -1;
  }
}
.post__meta {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  max-width: calc(100% - 115px);
}
@media screen and (max-width: 599px) {
  .post__meta {
    max-width: 100%;
  }
}
.post__meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}
.post__date {
  font-size: 20px;
  line-height: 38px;
  font-family: "Gilroy", sans-serif;
  color: #583372;
  flex: 0 0 calc(100% - 30px);
  font-weight: 800;
}
@media screen and (max-width: 599px) {
  .post__date {
    font-size: 18px;
    line-height: 1.4;
  }
}
.post__sponsor {
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  align-items: center;
}
.post__sponsor-image {
  order: 0;
  flex: 0 0 125px;
  max-width: 125px;
  margin-right: 10px;
  object-fit: contain;
  font-family: "object-fit: contain;"; /* stylelint-disable-line */
}
@media screen and (max-width: 599px) {
  .post__sponsor-image {
    flex: 0 0 50px;
    max-width: 50px;
  }
}
.post__sponsor-name {
  font-size: 14px;
  line-height: 18px;
  font-family: "Gilroy", sans-serif;
  order: 1;
  flex: 0 0 calc(100% - 160px);
}
@media screen and (max-width: 599px) {
  .post__sponsor-name {
    flex: 0 0 calc(100% - 60px);
  }
}
.post__time {
  width: fit-content;
  display: block;
  text-align: left;
  font-family: Gilroy, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .post__time {
    font-size: calc(20px + 0 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .post__time {
    font-size: calc(20px + 0 * (100vw - 1023px) / 703);
  }
}
@media (max-width: 1299px) {
  .post__time {
    margin-left: auto;
    line-height: 1;
  }
}
.post__bg {
  position: absolute;
  top: -20px;
  z-index: 0;
  width: 370px;
  height: 330px;
  right: -120px;
}
@media (max-width: 1299px) {
  .post__bg {
    flex: 0 0 100%;
    right: -98px;
    top: -182px;
  }
}
@media screen and (max-width: 599px) {
  .post__bg {
    width: 287px;
    right: -60px;
    top: -160px;
  }
}
@media (max-width: 350px) {
  .post__bg {
    top: -31vw;
  }
}
.post__bg svg {
  width: 100%;
  display: block;
  height: 100%;
}
.post__topic {
  top: -17px;
  margin: 0 auto;
  background-color: #F26D37;
  border-radius: 7px;
  text-align: center;
  position: absolute;
  z-index: 1;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: block;
  left: 0;
  right: 0;
  width: fit-content;
  padding: 5px 20px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .post__topic {
    font-size: calc(16px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .post__topic {
    font-size: calc(16px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (max-width: 599px) {
  .post__topic {
    padding: 0px 40px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .post__topic {
    padding: 0px 40px;
  }
}
@media screen and (max-width: 1600px) {
  .post__topic {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) {
  .post__topic {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .post__topic {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .post__topic {
    font-size: 14px;
    line-height: 1.85;
  }
}
.post__image {
  position: relative;
  height: auto;
  margin-top: auto;
  margin-left: auto;
  max-width: 220px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1600px) {
  .post__image {
    max-width: 160px;
  }
}
@media screen and (max-width: 599px) {
  .post__image {
    width: 80px;
    height: 80px;
  }
}
.post__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;"; /* stylelint-disable-line */
  position: relative;
  z-index: 1;
}
.post__image svg {
  z-index: 0;
  position: absolute;
  left: -75px;
  bottom: 0;
  z-index: 0;
  transform: rotate(19deg);
}
@media (max-width: 1299px) {
  .post__image svg {
    left: initial;
    right: -75px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .post__image svg {
    width: 50px;
    height: 50px;
    display: block;
    left: 0;
    right: initial;
    top: -15px;
  }
}
@media screen and (max-width: 599px) {
  .post__image svg {
    width: 25px;
    height: 25px;
    display: block;
    left: 0;
    right: initial;
    top: -15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .post__image svg {
    width: 25px;
    height: 25px;
    display: block;
    left: 0;
    right: initial;
    top: -15px;
  }
}
@media (max-width: 1299px) {
  .post__image {
    margin: 0;
    max-width: 150px;
  }
}
@media screen and (max-width: 599px) {
  .post__image {
    margin: 0;
    max-width: 100px;
  }
}

.resource-hub {
  padding: 0 0 200px;
}
.remove-bottom-spacing .resource-hub {
  padding-bottom: 0;
}
.resource-hub__title {
  font-family: Gilroy, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 55px;
  letter-spacing: 0;
  color: #1A1A1A;
  margin-bottom: 50px;
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  .resource-hub__title {
    font-size: calc(35px + 5 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .resource-hub__title {
    font-size: calc(35px + 5 * (100vw - 1023px) / 703);
  }
}
@media screen and (max-width: 1600px) {
  .resource-hub__title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1366px) {
  .resource-hub__title {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .resource-hub__title {
    font-size: 24px;
    line-height: 34px;
  }
}
@media screen and (max-width: 599px) {
  .resource-hub__title--topic {
    display: none;
  }
}
.resource-hub__wrapper {
  position: relative;
  overflow: hidden;
}
.resource-hub__wrapper--resource .bounce-enter {
  opacity: 0;
  transform: translateY(100%);
}
.resource-hub__wrapper--resource .bounce-enter-to {
  opacity: 1;
  transform: translateY(0);
}
.resource-hub__wrapper--resource .bounce-leave-to {
  opacity: 0;
  transform: translateY(-100%);
}
.resource-hub__wrapper--topic .bounce-enter {
  opacity: 0;
  transform: translateY(-100%);
}
.resource-hub__wrapper--topic .bounce-enter-to {
  opacity: 1;
  transform: translateY(0);
}
.resource-hub__wrapper--topic .bounce-leave-to {
  opacity: 0;
  transform: translateY(100%);
}

.search {
  margin-bottom: 60px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .search {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .search {
    margin-bottom: 0;
  }
}
.search__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 0;
  border-bottom: 1px solid rgba(22, 107, 122, 0.2);
}
@media screen and (max-width: 1600px) {
  .search__wrapper {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1199px) {
  .search__wrapper {
    padding: 25px 0;
  }
}
.remove-top-spacing .search__wrapper {
  padding-top: 0;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .search__wrapper {
    display: block;
    border-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .search__wrapper {
    display: block;
    border-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .search .btn {
    width: 100%;
    text-align: center;
  }
}
.search__content {
  flex: 0 0 455px;
}
@media screen and (max-width: 1600px) {
  .search__content {
    flex: 0 0 575px;
  }
}
.search__text {
  margin: 0 0 25px;
}
@media screen and (max-width: 599px) {
  .search__text {
    text-align: center;
  }
}
.search__search {
  flex: 0 0 58%;
  max-width: calc(100% - 500px);
}
@media screen and (max-width: 1600px) {
  .search__search {
    max-width: calc(100% - 605px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .search__search {
    max-width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(22, 107, 122, 0.2);
  }
}
@media screen and (max-width: 599px) {
  .search__search {
    max-width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(22, 107, 122, 0.2);
  }
}
.search__search input {
  border: 1px solid #166b7a;
  border-radius: 25px;
  width: 100%;
  height: 50px;
  appearance: none;
  padding: 0 15px 0 60px;
  background: url(/app/themes/digital-boost/dist/img/search-icon.svg?0ece23ee0abcd5490c629ea34469f7f1);
  background-repeat: no-repeat;
  background-position: 20px 50%;
  background-size: 20px;
  outline: 0;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0;
  color: #1A1A1A;
}
.search__search input:focus, .search__search input:active {
  border-color: #583372;
}
@media screen and (max-width: 599px) {
  .search__search input {
    font-size: calc(16px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .search__search input {
    font-size: calc(16px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (max-width: 1600px) {
  .search__search input {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .search__search input {
    font-size: 14px;
  }
}

.topic-item {
  background-color: #fafafa;
  padding: 60px 50px 60px 75px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .topic-item {
    padding: 45px 40px 45px 40px;
  }
}
@media screen and (max-width: 1440px) {
  .topic-item {
    padding: 40px 40px 40px 40px;
  }
}
.topic-item > * {
  position: relative;
  z-index: 1;
}
.topic-item:hover:before {
  opacity: 0.5;
  transform: rotate(-135deg);
}
.topic-item:hover:after {
  opacity: 0.5;
  transform: rotate(-135deg);
}
.topic-item:hover .topic-item__button {
  color: #166b7a;
}
.topic-item:hover .topic-item__button::after {
  right: -25px;
}
.topic-item:before {
  content: "";
  background: url(/app/themes/digital-boost/dist/img/blue-loader.svg?2b97095065936d43d277cb9ca3aa728a) no-repeat center center;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 20px;
  right: -23px;
  left: 0;
  margin: 0 auto;
  z-index: 0;
  opacity: 0.2;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1600px) {
  .topic-item:before {
    right: 90px;
  }
}
@media screen and (max-width: 599px) {
  .topic-item:before {
    width: 50px;
    height: 50px;
    background-size: 50px;
    bottom: -30px;
    right: -13px;
  }
}
.topic-item:after {
  content: "";
  background: url(/app/themes/digital-boost/dist/img/purple-loader.svg?167e164a09c275d4b1b16d5049a6c610) no-repeat center center;
  position: absolute;
  width: 241px;
  height: 241px;
  top: -53px;
  right: -61px;
  z-index: 0;
  opacity: 0.2;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .topic-item:after {
    width: 165px;
    height: 165px;
    right: -40px;
    top: -40px;
    background-size: 165px;
  }
}
@media screen and (max-width: 599px) {
  .topic-item:nth-child(1)::before {
    top: 14px;
    right: -15px;
  }
}
@media screen and (max-width: 599px) {
  .topic-item:nth-child(1):after {
    top: -41px;
    right: -43px;
  }
}
.topic-item:nth-child(2)::before {
  top: auto;
  bottom: 85px;
  right: -64px;
}
@media screen and (max-width: 1600px) {
  .topic-item:nth-child(2)::before {
    right: 75px;
  }
}
@media screen and (max-width: 599px) {
  .topic-item:nth-child(2)::before {
    bottom: 65px;
    right: 80px;
  }
}
.topic-item:nth-child(2):after {
  top: auto;
  bottom: -70px;
  right: -67px;
}
@media screen and (max-width: 599px) {
  .topic-item:nth-child(2):after {
    bottom: -30px;
    right: -13px;
  }
}
.topic-item:nth-child(3)::before {
  top: 0;
  bottom: 0;
  right: -64px;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .topic-item:nth-child(3)::before {
    bottom: 30px;
    top: initial;
  }
}
@media screen and (max-width: 599px) {
  .topic-item:nth-child(3)::before {
    left: -40px;
    bottom: 70px;
  }
}
.topic-item:nth-child(3):after {
  right: 126px;
}
@media screen and (max-width: 599px) {
  .topic-item:nth-child(3):after {
    right: initial;
    top: initial;
    left: -50px;
    bottom: -30px;
  }
}
.topic-item:nth-child(4)::before {
  top: 0;
  bottom: 0;
  right: -64px;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .topic-item:nth-child(4)::before {
    top: 30px;
    bottom: 0;
    right: 100px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .topic-item:nth-child(4)::before {
    top: 14px;
    right: -15px;
  }
}
.topic-item:nth-child(4):after {
  right: 126px;
}
@media screen and (max-width: 1366px) {
  .topic-item:nth-child(4):after {
    right: -35px;
    top: -75px;
  }
}
@media screen and (max-width: 599px) {
  .topic-item:nth-child(4):after {
    top: -41px;
    right: -43px;
  }
}
@media screen and (max-width: 599px) {
  .topic-item:nth-child(5)::before {
    bottom: 65px;
    right: 80px;
    top: initial;
  }
  .topic-item:nth-child(5)::after {
    bottom: -30px;
    top: initial;
    right: -13px;
  }
}
.topic-item:nth-child(6)::before {
  top: auto;
  bottom: 85px;
  right: -64px;
}
@media screen and (max-width: 1600px) {
  .topic-item:nth-child(6)::before {
    right: 75px;
  }
}
@media screen and (max-width: 599px) {
  .topic-item:nth-child(6)::before {
    bottom: 65px;
    right: -10px;
  }
}
.topic-item:nth-child(6):after {
  top: auto;
  bottom: -70px;
  right: -67px;
}
@media screen and (max-width: 599px) {
  .topic-item:nth-child(6):after {
    bottom: -30px;
    right: -13px;
  }
}
.topic-item:nth-child(7)::before {
  top: auto;
  bottom: 85px;
  right: -64px;
}
@media screen and (max-width: 1600px) {
  .topic-item:nth-child(7)::before {
    right: 75px;
  }
}
@media screen and (max-width: 599px) {
  .topic-item:nth-child(7)::before {
    left: -40px;
    top: 20px;
    bottom: initial;
  }
}
.topic-item:nth-child(7):after {
  top: auto;
  bottom: 60px;
  right: -67px;
}
@media screen and (max-width: 599px) {
  .topic-item:nth-child(7):after {
    right: -40px;
    left: initial;
    top: -35px;
    bottom: initial;
  }
}
.topic-item:nth-child(8)::before {
  top: 0;
  bottom: 0;
  right: -64px;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .topic-item:nth-child(8)::before {
    bottom: 30px;
    top: initial;
  }
}
@media screen and (max-width: 599px) {
  .topic-item:nth-child(8)::before {
    left: -40px;
    bottom: 70px;
  }
}
.topic-item:nth-child(8):after {
  right: 126px;
}
@media screen and (max-width: 599px) {
  .topic-item:nth-child(8):after {
    right: initial;
    top: initial;
    left: -50px;
    bottom: -30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .topic-item {
    padding: 25px 30px 25px;
  }
}
@media screen and (max-width: 599px) {
  .topic-item {
    padding: 25px 30px 25px;
  }
}
.topic-item__image {
  height: 100px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1600px) {
  .topic-item__image {
    height: 85px;
  }
}
@media screen and (max-width: 599px) {
  .topic-item__image {
    height: 35px;
  }
}
.topic-item__image img {
  width: auto;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;"; /* stylelint-disable-line */
}
@media screen and (max-width: 599px) {
  .topic-item__image {
    flex: 0 0 43px;
  }
  .topic-item__image + .topic-item__title {
    margin-left: 15px;
    flex: 0 0 calc(100% - 70px);
  }
}
.topic-item .link {
  cursor: pointer;
}
.topic-item__link {
  position: absolute;
  top: 0;
  outline: 0;
  right: 0;
  appearance: none;
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  bottom: 0;
  cursor: pointer;
  left: 0;
}
.topic-item__title {
  margin: 0 0 25px;
}
@media screen and (max-width: 1600px) {
  .topic-item__title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .topic-item__title {
    margin-bottom: 5px;
  }
}
.topic-item__button::before {
  content: "See Related Resources";
}
@media screen and (max-width: 599px) {
  .topic-item__button::before {
    content: "Find Out More";
  }
}
@media screen and (max-width: 599px) {
  .topic-item__top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.topic-item__description {
  margin: 0 0 30px;
}
@media screen and (max-width: 1600px) {
  .topic-item__description {
    margin: 0 0 20px;
  }
}

.topics__page {
  display: grid;
  gap: 40px;
  margin-bottom: 40px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1600px) {
  .topics__page {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1366px) {
  .topics__page {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .topics__page {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
    margin-bottom: 25px;
  }
}

.resources__posts {
  padding-top: 30px;
}
@media screen and (max-width: 599px) {
  .resources__posts {
    padding-top: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .resources__posts {
    padding-top: 0;
  }
}
.resources__wrapper {
  background-color: #fafafa;
  padding: 50px 125px 50px 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 33px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .resources__wrapper {
    display: block;
    padding: 40px 30px;
  }
}
@media screen and (max-width: 599px) {
  .resources__wrapper {
    display: block;
    padding: 40px 30px;
  }
}
.resources__page:last-child {
  border-top: 1px solid #c4c4c4;
}
.resources__page:first-child {
  border-top: 0 !important;
}
.resources__topic {
  flex: 0 0 330px;
}
.resources__image {
  height: 100px;
  margin: 0 0 10px;
  padding: 0;
}
.resources__image img {
  width: auto;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;"; /* stylelint-disable-line */
}
.resources__back-link {
  text-decoration: underline;
  appearance: none;
  background: none;
  display: block;
  margin: 50px auto 0;
  border: 0;
  cursor: pointer;
  text-align: center;
  font-family: Merriweather, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0;
  color: #166b7a;
}
@media screen and (max-width: 599px) {
  .resources__back-link {
    font-size: calc(20px + 0 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .resources__back-link {
    font-size: calc(20px + 0 * (100vw - 1023px) / 703);
  }
}
@media screen and (max-width: 599px) {
  .resources__back-link {
    line-height: 30px;
    margin-top: 30px;
  }
}
.resources__back-button {
  flex: 0 0 auto;
  padding-right: 45px;
  padding-left: 20px;
  background-repeat: no-repeat;
  position: relative;
  background-image: url(/app/themes/digital-boost/dist/img/arrow-up.svg?8c1f3dddc032c5e82fd6360bb3570a15);
  background-position: calc(100% - 22px) 50%;
}
.resources__back-button:hover {
  padding-right: 45px;
  padding-left: 20px;
  background-image: url(/app/themes/digital-boost/dist/img/arrow-up-white.svg?68acd07e4a23b75e8dc567d398f96722);
}
@media screen and (max-width: 599px) {
  .resources__back-button {
    flex: 0 0 100%;
    order: -1;
    text-align: center;
  }
}
.resources__title {
  margin: 0;
  flex: 0 0 calc(100% - 230px);
  font-family: Gilroy, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 55px;
  letter-spacing: 0;
  color: #1A1A1A;
}
@media screen and (max-width: 599px) {
  .resources__title {
    font-size: calc(35px + 5 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .resources__title {
    font-size: calc(35px + 5 * (100vw - 1023px) / 703);
  }
}
@media screen and (max-width: 1600px) {
  .resources__title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1366px) {
  .resources__title {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .resources__title {
    font-size: 24px;
    line-height: 34px;
  }
}
@media screen and (max-width: 599px) {
  .resources__title {
    flex: 0 0 100%;
    order: 1;
    margin-top: 25px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .resources__title {
    flex: 0 0 100%;
    order: 1;
    margin-top: 25px;
  }
}
.resources__resources {
  flex: 0 0 50%;
}
.resources__top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 40px;
}

.bounce-enter-active,
.bounce-leave-active {
  transition: all 0.4s cubic-bezier(1, -0.65, 0.53, 0.48);
}

.resource {
  border-bottom: 1px solid #c4c4c4;
  padding: 25px 0 25px 50px;
}
.resource:first-child {
  border-top: 0;
}
.resource:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 599px) {
  .resource {
    padding: 15px 0 15px 35px;
  }
}
.resource:hover .resource__title,
.resource:hover .resource__title a {
  color: #1A1A1A !important;
}
.resource:hover .resource__title::before,
.resource:hover .resource__title a::before {
  left: -35px;
}
.resource__title {
  position: relative;
  transition: all 0.3s;
  margin: 0;
  font-family: Merriweather, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  color: #166b7a;
}
@media screen and (max-width: 599px) {
  .resource__title {
    font-size: calc(18px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .resource__title {
    font-size: calc(18px + 2 * (100vw - 1023px) / 703);
  }
}
.resource__title::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  left: -50px;
  top: 7px;
  background-image: url(/app/themes/digital-boost/dist/img/resource-arrow.svg?c4dcd1910d9da145e756c6f9b533e149);
  width: 20px;
  height: 15px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  .resource__title::before {
    width: 15px;
    height: 11px;
    left: -32px;
    top: 8px;
  }
}
.resource__excerpt {
  position: relative;
  padding-left: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  color: #1A1A1A;
  margin: 5px 0 0;
}
@media screen and (max-width: 599px) {
  .resource__excerpt {
    font-size: calc(16px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .resource__excerpt {
    font-size: calc(16px + 2 * (100vw - 1023px) / 703);
  }
}
.resource__excerpt::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  background-image: url(/app/themes/digital-boost/dist/img/brain.svg?7adea8ac82cef8531ed812f4ef6f81c5);
  width: 13px;
  height: 13px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1366px) {
  .introduction-text-sec.space-top {
    padding-top: 100px;
  }
}
@media (max-width: 1199px) {
  .introduction-text-sec.space-top {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .introduction-text-sec.space-top {
    padding-top: 50px;
  }
}
@media (max-width: 1366px) {
  .introduction-text-sec.space-bottom {
    padding-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  .introduction-text-sec.space-bottom {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .introduction-text-sec.space-bottom {
    padding-bottom: 50px;
  }
}
.introduction-text-sec .introduction-text-main {
  padding: 0 97px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .introduction-text-sec .introduction-text-main {
    padding: 0 50px;
  }
}
@media (max-width: 1440px) {
  .introduction-text-sec .introduction-text-main {
    padding: 0 0px;
  }
}
.introduction-text-sec .introduction-text-main .text-left {
  width: 48%;
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .introduction-text-sec .introduction-text-main .text-left {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .introduction-text-sec .introduction-text-main .text-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
}
.introduction-text-sec .introduction-text-main .text-left h2 {
  font-size: 55px;
  line-height: 1.25;
}
@media (max-width: 1600px) {
  .introduction-text-sec .introduction-text-main .text-left h2 {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 1366px) {
  .introduction-text-sec .introduction-text-main .text-left h2 {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (max-width: 1199px) {
  .introduction-text-sec .introduction-text-main .text-left h2 {
    font-size: 34px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .introduction-text-sec .introduction-text-main .text-left h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .introduction-text-sec .introduction-text-main .text-left h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
.introduction-text-sec .introduction-text-main .text-left h2 span {
  font-family: "Merriweather", sans-serif;
  font-weight: 700;
}
@media (max-width: 767px) {
  .introduction-text-sec .introduction-text-main .text-left h2 span {
    display: inline;
  }
}
.introduction-text-sec .introduction-text-main .text-left h2 span.orange {
  color: #F26D37;
}
.introduction-text-sec .introduction-text-main .text-left h2 span.teal {
  color: #166b7a;
}
.introduction-text-sec .introduction-text-main .text-left h2 span.purple {
  color: #583372;
}
.introduction-text-sec .introduction-text-main .text-left h2 span.yellow {
  color: #E9C982;
}
.introduction-text-sec .introduction-text-main .text-right {
  width: 48%;
  margin-left: auto;
  padding-top: 7px;
}
@media (max-width: 1199px) {
  .introduction-text-sec .introduction-text-main .text-right {
    padding-top: 5px;
  }
}
@media (max-width: 991px) {
  .introduction-text-sec .introduction-text-main .text-right {
    padding-top: 3px;
  }
}
@media (max-width: 767px) {
  .introduction-text-sec .introduction-text-main .text-right {
    width: 100%;
    padding-top: 0px;
  }
}
.introduction-text-sec .introduction-text-main .text-right .img-wrap {
  margin: 0 -20px;
}
@media (max-width: 1366px) {
  .introduction-text-sec .introduction-text-main .text-right .img-wrap {
    margin: 0 -20px;
  }
}
@media (max-width: 1199px) {
  .introduction-text-sec .introduction-text-main .text-right .img-wrap {
    margin: 0 -12px;
  }
}
@media (max-width: 991px) {
  .introduction-text-sec .introduction-text-main .text-right .img-wrap {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .introduction-text-sec .introduction-text-main .text-right .img-wrap {
    margin-bottom: 16px;
  }
}
.introduction-text-sec .introduction-text-main .text-right .img-wrap .img-col {
  max-width: 20%;
  margin-bottom: 30px;
  padding: 0 20px;
}
@media (max-width: 1366px) {
  .introduction-text-sec .introduction-text-main .text-right .img-wrap .img-col {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .introduction-text-sec .introduction-text-main .text-right .img-wrap .img-col {
    padding: 0 12px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .introduction-text-sec .introduction-text-main .text-right .img-wrap .img-col {
    max-width: 33.33%;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .introduction-text-sec .introduction-text-main .text-right .img-wrap .img-col {
    width: 33.33%;
    max-width: 33.33%;
  }
}
.introduction-text-sec .introduction-text-main .text-right .img-wrap .img-col:nth-child(4n), .introduction-text-sec .introduction-text-main .text-right .img-wrap .img-col:last-child {
  margin-right: 0;
}
.introduction-text-sec .introduction-text-main .text-right .img-wrap .img-col img {
  max-height: 68px;
  width: 100%;
  min-width: 68px;
}
@media (max-width: 767px) {
  .introduction-text-sec .introduction-text-main .text-right .img-wrap .img-col img {
    width: auto;
    min-width: 1px;
  }
}
.introduction-text-sec .introduction-text-main .text-right p {
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  .introduction-text-sec .introduction-text-main .text-right p {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .introduction-text-sec .introduction-text-main .text-right p {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .introduction-text-sec .introduction-text-main .text-right p {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .introduction-text-sec .introduction-text-main .text-right .btn {
    width: 100%;
    margin-top: 22px;
  }
}
.introduction-text-sec.v2-introduction .introduction-text-main .text-right .img-wrap {
  margin: 0 -39px;
}
@media (max-width: 1600px) {
  .introduction-text-sec.v2-introduction .introduction-text-main .text-right .img-wrap {
    margin: 0 -35px;
  }
}
@media (max-width: 1440px) {
  .introduction-text-sec.v2-introduction .introduction-text-main .text-right .img-wrap {
    margin: 0 -30px;
  }
}
@media (max-width: 1199px) {
  .introduction-text-sec.v2-introduction .introduction-text-main .text-right .img-wrap {
    margin: 0 -17px;
  }
}
@media (max-width: 991px) {
  .introduction-text-sec.v2-introduction .introduction-text-main .text-right .img-wrap {
    margin: 0 -15px;
  }
}
.introduction-text-sec.v2-introduction .introduction-text-main .text-right .img-wrap .img-col {
  padding: 0 39px;
}
@media (max-width: 1600px) {
  .introduction-text-sec.v2-introduction .introduction-text-main .text-right .img-wrap .img-col {
    padding: 0 35px;
  }
}
@media (max-width: 1440px) {
  .introduction-text-sec.v2-introduction .introduction-text-main .text-right .img-wrap .img-col {
    padding: 0 30px;
  }
}
@media (max-width: 1199px) {
  .introduction-text-sec.v2-introduction .introduction-text-main .text-right .img-wrap .img-col {
    padding: 0 17px;
  }
}
@media (max-width: 991px) {
  .introduction-text-sec.v2-introduction .introduction-text-main .text-right .img-wrap .img-col {
    padding: 0 15px;
    max-width: 25%;
  }
}

.video-sec.space-top {
  padding-top: 75px;
}
@media (max-width: 767px) {
  .video-sec.space-top {
    padding-top: 60px;
  }
}
.video-sec.space-bottom {
  padding-bottom: 240px;
}
@media (max-width: 1600px) {
  .video-sec.space-bottom {
    padding-bottom: 170px;
  }
}
@media (max-width: 1366px) {
  .video-sec.space-bottom {
    padding-bottom: 150px;
  }
}
@media (max-width: 1199px) {
  .video-sec.space-bottom {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .video-sec.space-bottom {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .video-sec.space-bottom {
    padding-bottom: 70px;
  }
}
.video-sec .video-main {
  position: relative;
}
@media (max-width: 1600px) {
  .video-sec .video-main {
    max-width: 1150px;
    margin: 0 auto;
  }
}
@media (max-width: 1440px) {
  .video-sec .video-main {
    max-width: 1140px;
  }
}
@media (max-width: 1199px) {
  .video-sec .video-main {
    max-width: 950px;
  }
}
@media (max-width: 991px) {
  .video-sec .video-main {
    max-width: 728px;
  }
}
.video-sec .left-video-pattern {
  position: absolute;
  top: 7px;
  left: 118px;
  z-index: -1;
  max-width: 209px;
}
@media (max-width: 1600px) {
  .video-sec .left-video-pattern {
    left: 0;
    max-width: 180px;
  }
}
@media (max-width: 1440px) {
  .video-sec .left-video-pattern {
    left: 10px;
  }
}
@media (max-width: 1199px) {
  .video-sec .left-video-pattern {
    left: 0px;
    max-width: 170px;
  }
}
@media (max-width: 991px) {
  .video-sec .left-video-pattern {
    max-width: 120px;
  }
}
@media (max-width: 767px) {
  .video-sec .left-video-pattern {
    max-width: 13%;
    top: 20px;
    left: -6px;
  }
}
.video-sec .right-video-pattern {
  position: absolute;
  bottom: 32px;
  right: 105px;
  z-index: -1;
  max-width: 230px;
}
@media (max-width: 1600px) {
  .video-sec .right-video-pattern {
    right: 0;
    max-width: 200px;
  }
}
@media (max-width: 1440px) {
  .video-sec .right-video-pattern {
    right: 10px;
  }
}
@media (max-width: 1199px) {
  .video-sec .right-video-pattern {
    right: 0px;
    max-width: 170px;
  }
}
@media (max-width: 991px) {
  .video-sec .right-video-pattern {
    max-width: 120px;
  }
}
@media (max-width: 767px) {
  .video-sec .right-video-pattern {
    max-width: 14%;
    bottom: 22px;
    right: -10px;
  }
}
.video-sec .video-col {
  max-width: 926px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 36%;
  border-radius: 30px;
}
@media (max-width: 1600px) {
  .video-sec .video-col {
    padding-bottom: 42%;
    max-width: 800px;
  }
}
@media (max-width: 1440px) {
  .video-sec .video-col {
    max-width: 755px;
    padding-bottom: 41%;
  }
}
@media (max-width: 1199px) {
  .video-sec .video-col {
    max-width: 645px;
    padding-bottom: 41%;
  }
}
@media (max-width: 991px) {
  .video-sec .video-col {
    max-width: 505px;
    padding-bottom: 43%;
  }
}
@media (max-width: 767px) {
  .video-sec .video-col {
    max-width: 81%;
    padding-bottom: 48.5%;
    border-radius: 12px;
  }
}
.video-sec .video-col .play-ic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-sec .video-col .play-ic .play-ic-img {
  width: 67px;
  height: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1A1A1A;
  text-align: center;
  position: absolute;
  top: -11px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 100%;
  padding-left: 4px;
}
@media (max-width: 1600px) {
  .video-sec .video-col .play-ic .play-ic-img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 991px) {
  .video-sec .video-col .play-ic .play-ic-img {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 767px) {
  .video-sec .video-col .play-ic .play-ic-img {
    width: 32px;
    height: 32px;
    top: 0px;
  }
}
@media (max-width: 991px) {
  .video-sec .video-col .play-ic .play-ic-img img {
    max-width: 18px;
  }
}
@media (max-width: 767px) {
  .video-sec .video-col .play-ic .play-ic-img img {
    max-width: 10px;
  }
}

.popup-video-element {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background: rgba(0, 0, 0, 0.7);
  z-index: 111;
  display: none;
  padding: 50px;
}
@media (max-width: 767px) {
  .popup-video-element {
    padding: 30px;
  }
}
.popup-video-element .popup-video-element-inner {
  position: relative;
  padding-bottom: 40%;
  width: 71%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .popup-video-element .popup-video-element-inner {
    padding-bottom: 49%;
    width: calc(90% - 60px);
  }
}
@media (max-width: 767px) {
  .popup-video-element .popup-video-element-inner {
    padding-bottom: 58%;
    width: 100%;
  }
}
@media (max-width: 639px) {
  .popup-video-element .popup-video-element-inner {
    padding-bottom: 55%;
    width: 100%;
  }
}
.popup-video-element .popup-video-element-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.popup-video-element .close-ic {
  position: absolute;
  top: -30px;
  right: 0;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}

.video-open .popup-video-element {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.three-hover-tiles-sec {
  background: #166b7a;
}
.three-hover-tiles-sec.space-top {
  padding-top: 90px;
}
@media (max-width: 1600px) {
  .three-hover-tiles-sec.space-top {
    padding-top: 90px;
  }
}
@media (max-width: 1440px) {
  .three-hover-tiles-sec.space-top {
    padding-top: 90px;
  }
}
@media (max-width: 1199px) {
  .three-hover-tiles-sec.space-top {
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .three-hover-tiles-sec.space-top {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .three-hover-tiles-sec.space-top {
    padding-top: 50px;
  }
}
.three-hover-tiles-sec.space-bottom {
  padding-bottom: 60px;
}
@media (max-width: 1600px) {
  .three-hover-tiles-sec.space-bottom {
    padding-bottom: 60px;
  }
}
@media (max-width: 1440px) {
  .three-hover-tiles-sec.space-bottom {
    padding-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .three-hover-tiles-sec.space-bottom {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .three-hover-tiles-sec.space-bottom {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .three-hover-tiles-sec.space-bottom {
    padding-bottom: 50px;
  }
}
.three-hover-tiles-sec h2 {
  color: #fff;
  margin-bottom: 32px;
}
@media (max-width: 1600px) {
  .three-hover-tiles-sec h2 {
    margin-bottom: 25px;
  }
}
@media (max-width: 1366px) {
  .three-hover-tiles-sec h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .three-hover-tiles-sec h2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .three-hover-tiles-sec h2 {
    margin-bottom: 20px;
  }
}
.three-hover-tiles-sec .tiles-head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 25px;
  color: #fff;
}
@media (max-width: 767px) {
  .three-hover-tiles-sec .tiles-head {
    margin-bottom: 36px;
  }
}
.three-hover-tiles-sec .tiles-head p {
  color: #fff;
}
.three-hover-tiles-sec .tiles-head *:last-child {
  margin-bottom: 0;
}
.three-hover-tiles-sec .tiles-main {
  margin: 103px -21px 0;
  justify-content: center;
}
@media (max-width: 1600px) {
  .three-hover-tiles-sec .tiles-main {
    margin: 70px -15px 0;
  }
}
@media (max-width: 1440px) {
  .three-hover-tiles-sec .tiles-main {
    margin: 50px -15px 0;
  }
}
@media (max-width: 1199px) {
  .three-hover-tiles-sec .tiles-main {
    margin: 45px -15px 0;
  }
}
@media (max-width: 991px) {
  .three-hover-tiles-sec .tiles-main {
    margin: 40px -15px 0;
  }
}
@media (max-width: 767px) {
  .three-hover-tiles-sec .tiles-main {
    margin-top: 0;
  }
}
.three-hover-tiles-sec .tiles-main .tile-col {
  width: 33.33%;
  padding: 0 21px;
  margin-bottom: 40px;
  backface-visibility: hidden;
}
@media (max-width: 767px) {
  .three-hover-tiles-sec .tiles-main .tile-col:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1600px) {
  .three-hover-tiles-sec .tiles-main .tile-col {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .three-hover-tiles-sec .tiles-main .tile-col {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .three-hover-tiles-sec .tiles-main .tile-col {
    margin-bottom: 26px;
    width: 100%;
    margin-bottom: 33px;
  }
}
.three-hover-tiles-sec .tiles-main .tile-col .tile-col-link {
  height: 100%;
  overflow: hidden;
}
.three-hover-tiles-sec .tiles-main .tile-col .tile-col-inner {
  background: #fff;
  border-radius: 14px;
  display: block;
  height: 100%;
  padding: 33px 48px 73px 78px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  backface-visibility: hidden;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .three-hover-tiles-sec .tiles-main .tile-col .tile-col-inner {
    padding: 30px 40px 50px 45px;
  }
}
@media (max-width: 1440px) {
  .three-hover-tiles-sec .tiles-main .tile-col .tile-col-inner {
    padding: 30px 40px 45px 40px;
  }
}
@media (max-width: 1199px) {
  .three-hover-tiles-sec .tiles-main .tile-col .tile-col-inner {
    padding: 30px 35px;
  }
}
@media (max-width: 767px) {
  .three-hover-tiles-sec .tiles-main .tile-col .tile-col-inner {
    padding: 35px 31px 44px;
  }
}
.three-hover-tiles-sec .tiles-main .tile-col .tile-col-inner:before {
  content: "";
  background: url(/app/themes/digital-boost/dist/img/blue-loader.svg?2b97095065936d43d277cb9ca3aa728a) no-repeat center center;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 20px;
  right: -23px;
  left: 0;
  margin: 0 auto;
  z-index: -1;
  opacity: 0.2;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1600px) {
  .three-hover-tiles-sec .tiles-main .tile-col .tile-col-inner:before {
    width: 50px;
    height: 50px;
    background-size: 50px;
    top: 14px;
    right: -15px;
  }
}
@media (max-width: 1199px) {
  .three-hover-tiles-sec .tiles-main .tile-col .tile-col-inner:before {
    background-size: 40px;
  }
}
.three-hover-tiles-sec .tiles-main .tile-col .tile-col-inner:after {
  content: "";
  background: url(/app/themes/digital-boost/dist/img/purple-loader.svg?167e164a09c275d4b1b16d5049a6c610) no-repeat center center;
  position: absolute;
  width: 241px;
  height: 241px;
  top: -53px;
  right: -61px;
  z-index: -1;
  opacity: 0.2;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1600px) {
  .three-hover-tiles-sec .tiles-main .tile-col .tile-col-inner:after {
    width: 170px;
    height: 170px;
    top: -41px;
    right: -43px;
    background-size: 170px;
  }
}
@media (max-width: 1199px) {
  .three-hover-tiles-sec .tiles-main .tile-col .tile-col-inner:after {
    background-size: 140px;
  }
}
.three-hover-tiles-sec .tiles-main .tile-col .tile-col-inner .tile-img {
  min-height: 132px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 5px;
  max-width: 150px;
  max-height: 132px;
  width: 100%;
}
@media (max-width: 1600px) {
  .three-hover-tiles-sec .tiles-main .tile-col .tile-col-inner .tile-img {
    min-height: 100px;
    max-height: 100px;
  }
}
@media (max-width: 1199px) {
  .three-hover-tiles-sec .tiles-main .tile-col .tile-col-inner .tile-img {
    min-height: 90px;
    max-height: 90px;
  }
}
@media (max-width: 767px) {
  .three-hover-tiles-sec .tiles-main .tile-col .tile-col-inner .tile-img {
    min-height: 1px;
    max-height: none;
    margin-bottom: 13px;
  }
}
.three-hover-tiles-sec .tiles-main .tile-col .tile-col-inner .tile-img img {
  max-height: 100%;
}
@media (max-width: 1600px) {
  .three-hover-tiles-sec .tiles-main .tile-col .tile-col-inner .tile-img img {
    max-height: 100px;
  }
}
@media (max-width: 1199px) {
  .three-hover-tiles-sec .tiles-main .tile-col .tile-col-inner .tile-img img {
    max-height: 90px;
  }
}
@media (max-width: 767px) {
  .three-hover-tiles-sec .tiles-main .tile-col .tile-col-inner .tile-img img {
    max-height: 58px;
  }
}
.three-hover-tiles-sec .tiles-main .tile-col .tile-col-inner h5 {
  margin-bottom: 26px;
  line-height: 36px;
}
@media (max-width: 1440px) {
  .three-hover-tiles-sec .tiles-main .tile-col .tile-col-inner h5 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1440px) {
  .three-hover-tiles-sec .tiles-main .tile-col .tile-col-inner h5 {
    margin-bottom: 20px;
    line-height: 28px;
  }
}
@media (max-width: 1199px) {
  .three-hover-tiles-sec .tiles-main .tile-col .tile-col-inner h5 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .three-hover-tiles-sec .tiles-main .tile-col .tile-col-inner h5 {
    margin-bottom: 17px;
    line-height: 25px;
  }
}
.three-hover-tiles-sec .tiles-main .tile-col .tile-col-inner .link {
  margin-top: auto;
  padding-right: 12px;
  color: #1A1A1A;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .three-hover-tiles-sec .tiles-main .tile-col .tile-col-inner .link {
    margin-top: 10px;
  }
}
.three-hover-tiles-sec .tiles-main .tile-col .tile-col-inner .link:after {
  background-image: url(/app/themes/digital-boost/dist/img/btn-arrow-black.svg?85e7441004e99598604dac87153dd052);
}
.three-hover-tiles-sec .tiles-main .tile-col .tile-col-inner:hover:before {
  opacity: 1;
  transform: rotate(-135deg);
}
.three-hover-tiles-sec .tiles-main .tile-col .tile-col-inner:hover:after {
  opacity: 1;
  transform: rotate(-135deg);
}
.three-hover-tiles-sec .tiles-main .tile-col .tile-col-inner:hover .link {
  padding-right: 35px;
  color: #166b7a;
}
@media (max-width: 767px) {
  .three-hover-tiles-sec .tiles-main .tile-col .tile-col-inner:hover .link {
    padding-right: 25px;
  }
}
.three-hover-tiles-sec .tiles-main .tile-col .tile-col-inner:hover .link:after {
  background-image: url(/app/themes/digital-boost/dist/img/btn-arrow-teal.svg?a66360194418724e20ae04141ffd862d);
}
.three-hover-tiles-sec .tiles-main .tile-col:nth-child(2n) .tile-col-inner::before {
  top: auto;
  bottom: 70px;
  right: 150px;
  left: auto;
}
@media (max-width: 1600px) {
  .three-hover-tiles-sec .tiles-main .tile-col:nth-child(2n) .tile-col-inner::before {
    right: 120px;
    bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .three-hover-tiles-sec .tiles-main .tile-col:nth-child(2n) .tile-col-inner::before {
    right: 100px;
  }
}
@media (max-width: 767px) {
  .three-hover-tiles-sec .tiles-main .tile-col:nth-child(2n) .tile-col-inner::before {
    bottom: 0px;
  }
}
.three-hover-tiles-sec .tiles-main .tile-col:nth-child(2n) .tile-col-inner:after {
  top: auto;
  bottom: -90px;
  right: -80px;
}
@media (max-width: 1600px) {
  .three-hover-tiles-sec .tiles-main .tile-col:nth-child(2n) .tile-col-inner:after {
    bottom: -70px;
    right: -53px;
  }
}
.three-hover-tiles-sec .tiles-main .tile-col:nth-child(3n) .tile-col-inner::before {
  top: 0;
  bottom: 0;
  right: -64px;
  margin: auto;
}
@media (max-width: 1600px) {
  .three-hover-tiles-sec .tiles-main .tile-col:nth-child(3n) .tile-col-inner::before {
    bottom: 10px;
    right: -52px;
  }
}
.three-hover-tiles-sec .tiles-main .tile-col:nth-child(3n) .tile-col-inner:after {
  right: 126px;
}
@media (max-width: 1600px) {
  .three-hover-tiles-sec .tiles-main .tile-col:nth-child(3n) .tile-col-inner:after {
    right: 86px;
    top: -31px;
  }
}
.three-hover-tiles-sec.four-hover-tiles-sec .tiles-main .tile-col {
  width: 25%;
}
@media screen and (max-width: 1199px) {
  .three-hover-tiles-sec.four-hover-tiles-sec .tiles-main .tile-col {
    width: 33.33%;
  }
}
@media screen and (max-width: 991px) {
  .three-hover-tiles-sec.four-hover-tiles-sec .tiles-main .tile-col {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .three-hover-tiles-sec.four-hover-tiles-sec .tiles-main .tile-col {
    width: 100%;
  }
}
.three-hover-tiles-sec.four-hover-tiles-sec .tiles-main .tile-col .tile-col-inner {
  padding-left: 48px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1600px) {
  .three-hover-tiles-sec.four-hover-tiles-sec .tiles-main .tile-col .tile-col-inner {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 1199px) {
  .three-hover-tiles-sec.four-hover-tiles-sec .tiles-main .tile-col .tile-col-inner {
    padding: 30px 35px;
  }
}
@media screen and (max-width: 767px) {
  .three-hover-tiles-sec.four-hover-tiles-sec .tiles-main .tile-col .tile-col-inner {
    padding: 35px 31px 44px;
  }
}
.three-hover-tiles-sec.four-hover-tiles-sec .tiles-main .tile-col:nth-child(3n) .tile-col-inner::before {
  content: "";
  background: url(/app/themes/digital-boost/dist/img/blue-loader.svg?2b97095065936d43d277cb9ca3aa728a) no-repeat center center;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 20px;
  right: -23px;
  left: 0;
  margin: 0 auto;
  z-index: -1;
  opacity: 0.2;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1600px) {
  .three-hover-tiles-sec.four-hover-tiles-sec .tiles-main .tile-col:nth-child(3n) .tile-col-inner::before {
    width: 50px;
    height: 50px;
    background-size: 50px;
    top: 14px;
    right: -15px;
  }
}
@media (max-width: 1199px) {
  .three-hover-tiles-sec.four-hover-tiles-sec .tiles-main .tile-col:nth-child(3n) .tile-col-inner::before {
    background-size: 40px;
  }
}
.three-hover-tiles-sec.four-hover-tiles-sec .tiles-main .tile-col:nth-child(3n) .tile-col-inner:after {
  content: "";
  background: url(/app/themes/digital-boost/dist/img/purple-loader.svg?167e164a09c275d4b1b16d5049a6c610) no-repeat center center;
  position: absolute;
  width: 241px;
  height: 241px;
  top: -53px;
  right: -61px;
  z-index: -1;
  opacity: 0.2;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1600px) {
  .three-hover-tiles-sec.four-hover-tiles-sec .tiles-main .tile-col:nth-child(3n) .tile-col-inner:after {
    width: 170px;
    height: 170px;
    top: -41px;
    right: -43px;
    background-size: 170px;
  }
}
@media (max-width: 1199px) {
  .three-hover-tiles-sec.four-hover-tiles-sec .tiles-main .tile-col:nth-child(3n) .tile-col-inner:after {
    background-size: 140px;
  }
}
.three-hover-tiles-sec.four-hover-tiles-sec .tiles-main .tile-col:nth-child(3n) .tile-col-inner:hover:before {
  opacity: 1;
  transform: rotate(-135deg);
}
.three-hover-tiles-sec.four-hover-tiles-sec .tiles-main .tile-col:nth-child(3n) .tile-col-inner:hover:after {
  opacity: 1;
  transform: rotate(-135deg);
}
.three-hover-tiles-sec.four-hover-tiles-sec .tiles-main .tile-col:nth-child(3n) .tile-col-inner:hover .link {
  padding-right: 35px;
  color: #166b7a;
}
@media (max-width: 767px) {
  .three-hover-tiles-sec.four-hover-tiles-sec .tiles-main .tile-col:nth-child(3n) .tile-col-inner:hover .link {
    padding-right: 25px;
  }
}
.three-hover-tiles-sec.four-hover-tiles-sec .tiles-main .tile-col:nth-child(3n) .tile-col-inner:hover .link:after {
  background-image: url(/app/themes/digital-boost/dist/img/btn-arrow-teal.svg?a66360194418724e20ae04141ffd862d);
}
.three-hover-tiles-sec.four-hover-tiles-sec .tiles-main .tile-col:nth-child(2n) .tile-col-inner::before {
  top: auto;
  bottom: 70px;
  right: 150px;
  left: auto;
}
@media (max-width: 1600px) {
  .three-hover-tiles-sec.four-hover-tiles-sec .tiles-main .tile-col:nth-child(2n) .tile-col-inner::before {
    right: 120px;
    bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .three-hover-tiles-sec.four-hover-tiles-sec .tiles-main .tile-col:nth-child(2n) .tile-col-inner::before {
    right: 100px;
  }
}
@media (max-width: 767px) {
  .three-hover-tiles-sec.four-hover-tiles-sec .tiles-main .tile-col:nth-child(2n) .tile-col-inner::before {
    bottom: 0px;
  }
}
.three-hover-tiles-sec.four-hover-tiles-sec .tiles-main .tile-col:nth-child(2n) .tile-col-inner:after {
  top: auto;
  bottom: -90px;
  right: -80px;
}
@media (max-width: 1600px) {
  .three-hover-tiles-sec.four-hover-tiles-sec .tiles-main .tile-col:nth-child(2n) .tile-col-inner:after {
    bottom: -70px;
    right: -53px;
  }
}

.standard-hero-sec {
  overflow: hidden;
}
@media (max-width: 1024px) {
  .standard-hero-sec .hidden {
    display: none !important;
  }
}
.standard-hero-sec__topics {
  max-width: 50%;
  min-width: 42%;
}
@media (max-width: 1615px) {
  .standard-hero-sec__topics {
    margin-left: 65px;
  }
}
@media (max-width: 767px) {
  .standard-hero-sec__topics {
    max-width: 80%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    min-width: initial;
    top: 50%;
    transform: translateY(-50%);
    max-height: 100%;
    left: 0;
    right: 0;
  }
}
.standard-hero-sec .standard-hero-main {
  border-radius: 23px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  min-height: 600px;
  position: relative;
  z-index: 1;
}
.standard-hero-sec .standard-hero-main:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 30px;
  bottom: 0;
  background: #F26D37;
  z-index: -1;
}
@media (max-width: 767px) {
  .standard-hero-sec .standard-hero-main:after {
    right: 1px;
    top: 1px;
    left: 1px;
  }
}
@media (max-width: 1600px) {
  .standard-hero-sec .standard-hero-main {
    min-height: 470px;
  }
}
@media (max-width: 1440px) {
  .standard-hero-sec .standard-hero-main {
    min-height: 450px;
  }
}
@media (max-width: 1199px) {
  .standard-hero-sec .standard-hero-main {
    min-height: 370px;
  }
}
.standard-hero-sec .standard-hero-main__title {
  color: #fff;
}
.standard-hero-sec .standard-hero-main .hero-left {
  padding: 113px 60px 115px 100px;
  width: 40%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.standard-hero-sec .standard-hero-main .hero-left--large {
  width: 54%;
}
@media (max-width: 1615px) {
  .standard-hero-sec .standard-hero-main .hero-left {
    width: 44%;
    padding: 80px 50px 80px 60px;
  }
}
@media (max-width: 1199px) {
  .standard-hero-sec .standard-hero-main .hero-left {
    width: 50%;
    padding: 70px 40px 70px 40px;
  }
}
@media (max-width: 991px) {
  .standard-hero-sec .standard-hero-main .hero-left {
    width: 55%;
    padding: 50px 40px 50px 35px;
  }
}
@media (max-width: 767px) {
  .standard-hero-sec .standard-hero-main .hero-left {
    width: 100%;
    position: relative;
    z-index: 11;
    padding: 40px 25px 40px 30px;
  }
}
.standard-hero-sec .standard-hero-main .hero-left > img {
  margin-bottom: 38px;
  max-width: 190px;
}
@media (max-width: 1600px) {
  .standard-hero-sec .standard-hero-main .hero-left > img {
    margin-bottom: 25px;
    max-width: 160px;
  }
}
@media (max-width: 1440px) {
  .standard-hero-sec .standard-hero-main .hero-left > img {
    margin-bottom: 20px;
    max-width: 130px;
  }
}
@media (max-width: 1199px) {
  .standard-hero-sec .standard-hero-main .hero-left > img {
    max-width: 110px;
  }
}
@media (max-width: 991px) {
  .standard-hero-sec .standard-hero-main .hero-left > img {
    max-width: 100px;
  }
}
@media (max-width: 767px) {
  .standard-hero-sec .standard-hero-main .hero-left > img {
    max-width: 80px;
    margin-bottom: 20px;
  }
}
.standard-hero-sec .standard-hero-main .hero-left:before, .standard-hero-sec .standard-hero-main .hero-left:after {
  content: "";
  position: absolute;
  top: -188px;
  bottom: 0;
  right: -73px;
  height: 100%;
  background: #F26D37;
  width: 500px;
  transform: rotate(31deg);
  z-index: -1;
}
@media (max-width: 767px) {
  .standard-hero-sec .standard-hero-main .hero-left:before, .standard-hero-sec .standard-hero-main .hero-left:after {
    display: none;
  }
}
.standard-hero-sec .standard-hero-main .hero-left:after {
  transform: rotate(-31deg);
  top: auto;
  bottom: -188px;
}
.standard-hero-sec .standard-hero-main .hero-left h1 {
  font-family: Gilroy, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 62px;
  letter-spacing: 0;
  color: #1A1A1A;
  max-width: 405px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.25;
}
@media screen and (max-width: 599px) {
  .standard-hero-sec .standard-hero-main .hero-left h1 {
    font-size: calc(40px + 5 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .standard-hero-sec .standard-hero-main .hero-left h1 {
    font-size: calc(40px + 5 * (100vw - 1023px) / 703);
  }
}
@media (max-width: 1600px) {
  .standard-hero-sec .standard-hero-main .hero-left h1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (max-width: 1366px) {
  .standard-hero-sec .standard-hero-main .hero-left h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .standard-hero-sec .standard-hero-main .hero-left h1 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .standard-hero-sec .standard-hero-main .hero-left h1 {
    font-size: 26px;
    line-height: 36px;
    max-width: 100%;
  }
}
.standard-hero-sec .standard-hero-main .hero-left h1.standard-hero__title {
  max-width: 540px;
}
.standard-hero-sec .standard-hero-main .hero-left h1.standard-hero__title strong {
  font-family: "Merriweather", sans-serif;
  color: #f4c3f0;
}
.standard-hero-sec .standard-hero-main .hero-left h1 span {
  font-family: "Merriweather", sans-serif;
  color: #583372;
  font-weight: 700;
}
.standard-hero-sec .standard-hero-main .hero-left h1 span.false-color {
  color: #fff !important;
}
.standard-hero-sec .standard-hero-main .hero-left h1 strong {
  font-family: "Merriweather", sans-serif;
  color: #fff;
  font-weight: 700;
}
.standard-hero-sec .standard-hero-main .hero-left .hero-load-ic {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -4px;
  margin: auto 0;
  width: 43px;
  height: 53px;
}
@media (max-width: 991px) {
  .standard-hero-sec .standard-hero-main .hero-left .hero-load-ic {
    width: 33px;
    height: 43px;
  }
}
@media (max-width: 767px) {
  .standard-hero-sec .standard-hero-main .hero-left .hero-load-ic {
    top: -5px;
    bottom: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 25px;
    height: 29px;
    transform: rotate(273deg);
  }
}
.standard-hero-sec .standard-hero-main .hero-left .hero-load-ic svg {
  max-width: 100%;
  height: 100%;
  display: block;
}
.standard-hero-sec .standard-hero-main .hero-right {
  width: 60%;
  margin-left: auto;
}
.standard-hero-sec .standard-hero-main .hero-right--pink {
  background-color: #f4c3f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 369px) {
  .standard-hero-sec .standard-hero-main .hero-right--pink {
    padding-bottom: 125% !important;
  }
  .standard-hero-sec .standard-hero-main .hero-right--pink::before {
    right: -35% !important;
  }
  .standard-hero-sec .standard-hero-main .hero-right--pink::after {
    left: -35% !important;
  }
}
.standard-hero-sec .standard-hero-main .hero-right--small {
  width: 46%;
}
@media (max-width: 1615px) {
  .standard-hero-sec .standard-hero-main .hero-right {
    width: 56%;
  }
}
@media (max-width: 1199px) {
  .standard-hero-sec .standard-hero-main .hero-right {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .standard-hero-sec .standard-hero-main .hero-right {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .standard-hero-sec .standard-hero-main .hero-right {
    width: 100%;
    padding-bottom: 92%;
    order: -1;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .standard-hero-sec .standard-hero-main .hero-right:before, .standard-hero-sec .standard-hero-main .hero-right:after {
    right: -50%;
    left: auto;
    top: 80%;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: #F26D37;
    transform: rotate(59deg);
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .standard-hero-sec .standard-hero-main .hero-right:after {
    transform: rotate(-59deg);
    left: -50%;
    right: auto;
  }
}
.standard-hero-sec.hero-teal-bg .standard-hero-main:after {
  background: #166b7a;
}
.standard-hero-sec.hero-teal-bg .standard-hero-main .hero-left:before, .standard-hero-sec.hero-teal-bg .standard-hero-main .hero-left:after {
  background: #166b7a;
}
.standard-hero-sec.hero-teal-bg .standard-hero-main .hero-left h1 span {
  color: #E9C982;
}
.standard-hero-sec.hero-teal-bg .standard-hero-main .hero-left .hero-load-ic svg path {
  fill: #E9C982;
}
.standard-hero-sec.hero-teal-bg .standard-hero-main .hero-right:before, .standard-hero-sec.hero-teal-bg .standard-hero-main .hero-right:after {
  background: #166b7a;
}
.standard-hero-sec.hero-purple-bg .standard-hero-main:after {
  background: #583372;
}
.standard-hero-sec.hero-purple-bg .standard-hero-main .hero-left:before, .standard-hero-sec.hero-purple-bg .standard-hero-main .hero-left:after {
  background: #583372;
}
.standard-hero-sec.hero-purple-bg .standard-hero-main .hero-left h1 span {
  color: #f4c3f0;
}
.standard-hero-sec.hero-purple-bg .standard-hero-main .hero-left .hero-load-ic svg path {
  fill: #f4c3f0;
}
.standard-hero-sec.hero-purple-bg .standard-hero-main .hero-right:before, .standard-hero-sec.hero-purple-bg .standard-hero-main .hero-right:after {
  background: #583372;
}
.standard-hero-sec--image-full .bg-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 850px) {
  .standard-hero-sec--image-full .bg-cover--desktop {
    display: none;
  }
}
.standard-hero-sec--image-full .bg-cover--tablet {
  display: none;
}
@media (max-width: 850px) {
  .standard-hero-sec--image-full .bg-cover--tablet {
    display: block;
  }
}
.standard-hero-sec--image-full .bg-cover--mobile {
  display: none;
}
@media (max-width: 450px) {
  .standard-hero-sec--image-full .bg-cover--mobile {
    display: block;
  }
}
.standard-hero-sec--image-full .standard-hero-main:after {
  display: none;
}
.standard-hero-sec--image-full .hero-left:before,
.standard-hero-sec--image-full .hero-left:after {
  display: none;
}
.standard-hero-sec .standard-ic-main {
  display: flex;
  align-items: center;
  padding: 60px 0 60px;
  border-bottom: 1px solid rgba(22, 107, 122, 0.22);
}
@media (max-width: 1600px) {
  .standard-hero-sec .standard-ic-main {
    padding: 20px 0 20px;
  }
}
@media (max-width: 1199px) {
  .standard-hero-sec .standard-ic-main {
    padding: 20px 0 20px;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .standard-hero-sec .standard-ic-main {
    padding: 30px 0 30px;
  }
}
.standard-hero-sec .standard-ic-main .icon-left {
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .standard-hero-sec .standard-ic-main .icon-left {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .standard-hero-sec .standard-ic-main .icon-left.no-anchor-links {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .standard-hero-sec .standard-ic-main .icon-left {
    margin-bottom: 40px;
    padding-right: 0;
  }
}
.standard-hero-sec .standard-ic-main .icon-left p {
  margin-bottom: 26px;
}
@media (max-width: 1600px) {
  .standard-hero-sec .standard-ic-main .icon-left p {
    margin-bottom: 18px;
  }
}
@media (max-width: 1024px) {
  .standard-hero-sec .standard-ic-main .icon-left p.no-content-below {
    margin-bottom: 0 !important;
  }
}
.standard-hero-sec .standard-ic-main .icon-right {
  padding: 0 0 0 0;
  margin-left: auto;
  display: flex;
  max-width: 70%;
  margin-right: -34px;
  margin-top: -20px;
  justify-content: flex-end;
}
@media (max-width: 1615px) {
  .standard-hero-sec .standard-ic-main .icon-right {
    margin-right: -27px;
  }
}
@media (max-width: 1440px) {
  .standard-hero-sec .standard-ic-main .icon-right {
    max-width: 65%;
    margin-right: -15px;
  }
}
@media (max-width: 1199px) {
  .standard-hero-sec .standard-ic-main .icon-right {
    max-width: 100%;
    width: 100%;
    margin-left: -14px;
    margin-right: -14px;
    margin-top: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .standard-hero-sec .standard-ic-main .icon-right {
    margin: 0;
    justify-content: flex-start;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 525px) {
  .standard-hero-sec .standard-ic-main .icon-right {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 400px) {
  .standard-hero-sec .standard-ic-main .icon-right {
    grid-template-columns: 1fr;
  }
}
.standard-hero-sec .standard-ic-main .icon-right .hero-ic {
  text-align: right;
  padding: 0 34px;
  padding-top: 20px;
  max-width: 20%;
  min-width: 198px;
}
@media (max-width: 1615px) {
  .standard-hero-sec .standard-ic-main .icon-right .hero-ic {
    padding: 0 27px;
    padding-top: 20px;
    min-width: 156px;
  }
}
@media (max-width: 1440px) {
  .standard-hero-sec .standard-ic-main .icon-right .hero-ic {
    padding: 0 15px;
    padding-top: 20px;
    min-width: 140px;
  }
}
@media (max-width: 1199px) {
  .standard-hero-sec .standard-ic-main .icon-right .hero-ic {
    padding: 0 14px;
    padding-top: 20px;
    min-width: 128px;
  }
}
@media (max-width: 767px) {
  .standard-hero-sec .standard-ic-main .icon-right .hero-ic {
    max-width: 100%;
    margin: 0 0 25px;
    padding: 0;
  }
}
.standard-hero-sec .standard-ic-main .icon-right .hero-ic:last-child {
  margin-right: 0;
}
.standard-hero-sec .standard-ic-main .icon-right .hero-ic > a {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  max-width: 140px;
  text-align: center;
  min-width: 130px;
  position: relative;
  top: 0;
}
@media (max-width: 1615px) {
  .standard-hero-sec .standard-ic-main .icon-right .hero-ic > a {
    max-width: 120px;
    min-width: 110px;
  }
}
@media (max-width: 1440px) {
  .standard-hero-sec .standard-ic-main .icon-right .hero-ic > a {
    max-width: 110px;
    min-width: 110px;
  }
}
@media (max-width: 1199px) {
  .standard-hero-sec .standard-ic-main .icon-right .hero-ic > a {
    max-width: 100px;
    min-width: 100px;
  }
}
@media (max-width: 767px) {
  .standard-hero-sec .standard-ic-main .icon-right .hero-ic > a {
    max-width: 100%;
    min-width: 100%;
  }
}
.standard-hero-sec .standard-ic-main .icon-right .hero-ic > a:hover {
  top: -12px;
}
.standard-hero-sec .standard-ic-main .icon-right .hero-ic .hero-inner-ic {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.standard-hero-sec .standard-ic-main .icon-right .hero-ic .hero-inner-ic:only-child {
  margin-bottom: 0;
}
@media (max-width: 1615px) {
  .standard-hero-sec .standard-ic-main .icon-right .hero-ic .hero-inner-ic {
    min-height: 60px;
  }
}
@media (max-width: 1440px) {
  .standard-hero-sec .standard-ic-main .icon-right .hero-ic .hero-inner-ic {
    min-height: 55px;
  }
}
@media (max-width: 991px) {
  .standard-hero-sec .standard-ic-main .icon-right .hero-ic .hero-inner-ic {
    min-height: 45px;
  }
}
.standard-hero-sec .standard-ic-main .icon-right .hero-ic .hero-inner-ic img {
  margin: 0 auto 0;
  max-height: 66px;
}
@media (max-width: 1615px) {
  .standard-hero-sec .standard-ic-main .icon-right .hero-ic .hero-inner-ic img {
    max-height: 50px;
  }
}
@media (max-width: 1440px) {
  .standard-hero-sec .standard-ic-main .icon-right .hero-ic .hero-inner-ic img {
    max-height: 45px;
  }
}
@media (max-width: 991px) {
  .standard-hero-sec .standard-ic-main .icon-right .hero-ic .hero-inner-ic img {
    max-height: 30px;
  }
}
.standard-hero-sec .standard-ic-main .icon-right .hero-ic h6 {
  font-size: 18px;
  line-height: 24px;
  color: #583372;
}
@media (max-width: 1615px) {
  .standard-hero-sec .standard-ic-main .icon-right .hero-ic h6 {
    font-size: 15px;
    line-height: 21px;
  }
}
@media (max-width: 1440px) {
  .standard-hero-sec .standard-ic-main .icon-right .hero-ic h6 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .standard-hero-sec .standard-ic-main .icon-right .hero-ic h6 {
    font-size: 14px;
    line-height: 20px;
  }
}
.standard-hero-sec .standard-ic-main .icon-right .hero-ic h6:last-child {
  margin-bottom: 0;
}

.team-block-with-hover-sec,
.team-block-without-hover-sec,
.team-block-with-hover-sec_v3 {
  overflow: hidden;
}
.team-block-with-hover-sec.space-top,
.team-block-without-hover-sec.space-top,
.team-block-with-hover-sec_v3.space-top {
  padding-top: 61px;
}
.team-block-with-hover-sec.space-bottom,
.team-block-without-hover-sec.space-bottom,
.team-block-with-hover-sec_v3.space-bottom {
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .team-block-with-hover-sec.space-bottom,
  .team-block-without-hover-sec.space-bottom,
  .team-block-with-hover-sec_v3.space-bottom {
    padding-bottom: 80px;
  }
}

.team-title h3:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .team-title h3 {
    text-align: center;
  }
}
.team-title.text-left {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .team-title.text-left {
    display: block;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .team-title.text-left {
    display: block;
  }
}
.team-title.text-left .team-title-heading {
  flex: 0 0 305px;
  margin-bottom: 0;
  margin-right: 64px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .team-title.text-left .team-title-heading {
    flex: 100%;
    margin-bottom: 25px;
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .team-title.text-left .team-title-heading {
    flex: 100%;
    margin-bottom: 25px;
    margin-right: 0;
  }
}
.team-title.text-left .team-title-text {
  flex: 0 0 570px;
  text-align: left;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1600px) {
  .team-title.text-left .team-title-text {
    flex: 0 0 480px;
  }
}

.team-slider .team-main {
  padding-top: 60px;
}
@media (max-width: 1600px) {
  .team-slider .team-main {
    padding-top: 45px;
  }
}
@media (max-width: 1199px) {
  .team-slider .team-main {
    padding-top: 35px;
  }
}
@media (max-width: 991px) {
  .team-slider .team-main {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  .team-slider .team-main {
    padding-top: 35px;
    padding-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .team-slider .team-main {
    flex-wrap: wrap !important;
    transform: none !important;
  }
}
.team-slider .team-main .team-col {
  padding: 0 20px;
  margin-bottom: 105px;
}
@media (min-width: 768px) {
  .team-slider .team-main .team-col {
    width: 50% !important;
  }
}
@media (min-width: 992px) {
  .team-slider .team-main .team-col {
    width: 33.33% !important;
  }
}
@media (max-width: 1600px) {
  .team-slider .team-main .team-col {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .team-slider .team-main .team-col {
    padding: 0 10px;
    margin-bottom: 0;
  }
}
.team-slider .team-main .team-col.bio-content {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .team-slider .team-main .team-col.swiper-slide-duplicate {
    display: none;
  }
}
.team-slider .team-main .team-col .team-img {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.team-slider .team-main .team-col .team-img .person-img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  margin: 0 auto;
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
.team-slider .team-main .team-col .team-content {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.07);
  margin: 0 auto;
  width: 60.1%;
  display: flex;
  flex-wrap: wrap;
  padding: 13px 20px 13px;
  transition: all 0.25s ease-in-out;
  align-items: center;
  left: 0;
  right: 0;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: 91.5%;
  text-align: center;
}
@media (max-width: 1600px) {
  .team-slider .team-main .team-col .team-content {
    width: 70%;
    padding: 12px 13px 12px;
  }
}
@media (max-width: 1440px) {
  .team-slider .team-main .team-col .team-content {
    width: 75%;
  }
}
@media (max-width: 1199px) {
  .team-slider .team-main .team-col .team-content {
    padding: 15px 10px;
    width: 70%;
  }
}
@media (max-width: 991px) {
  .team-slider .team-main .team-col .team-content {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .team-slider .team-main .team-col .team-content {
    width: 270px;
    padding: 9px 11px 12px;
    align-items: center;
    top: 94%;
  }
}
@media (max-width: 479px) {
  .team-slider .team-main .team-col .team-content {
    width: calc(100% - 30px);
  }
}
.team-slider .team-main .team-col .team-content .thumb-img {
  width: 51px;
  height: 51px;
  border-radius: 100%;
  margin: 0px 0 0;
}
@media (max-width: 1600px) {
  .team-slider .team-main .team-col .team-content .thumb-img {
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .team-slider .team-main .team-col .team-content .thumb-img {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .team-slider .team-main .team-col .team-content .thumb-img {
    width: 35px;
    height: 35px;
  }
}
.team-slider .team-main .team-col .team-content .thumbu-content {
  width: calc(100% - 51px);
  padding-left: 23px;
}
@media (max-width: 1600px) {
  .team-slider .team-main .team-col .team-content .thumbu-content {
    padding-left: 13px;
  }
}
@media (max-width: 1440px) {
  .team-slider .team-main .team-col .team-content .thumbu-content {
    padding-left: 10px;
  }
}
.team-slider .team-main .team-col .team-content .thumbu-content:only-child {
  width: 100%;
  padding-left: 0;
}
.team-slider .team-main .team-col .team-content .thumbu-content h6 {
  line-height: 24px;
  margin-bottom: 5px;
}
@media (max-width: 1600px) {
  .team-slider .team-main .team-col .team-content .thumbu-content h6 {
    line-height: 22px;
  }
}
@media (max-width: 1199px) {
  .team-slider .team-main .team-col .team-content .thumbu-content h6 {
    line-height: 20px;
    margin-bottom: 2px;
  }
}
@media (max-width: 767px) {
  .team-slider .team-main .team-col .team-content .thumbu-content h6 {
    margin-bottom: -2px;
  }
}
.team-slider .team-main .team-col .team-content .thumbu-content p {
  font-family: "Merriweather", sans-serif;
  color: #166b7a;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 1600px) {
  .team-slider .team-main .team-col .team-content .thumbu-content p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .team-slider .team-main .team-col .team-content .thumbu-content p {
    font-size: 13px;
    line-height: 17px;
  }
}
.team-slider .team-main .team-col .team-col-wrap {
  position: relative;
}
.team-slider .team-main .team-col .team-hover-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
  padding: 74px 36px 35px;
  border-radius: 21px;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  z-index: -1;
  overflow: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1600px) {
  .team-slider .team-main .team-col .team-hover-content {
    padding: 70px 30px 25px;
  }
}
@media screen and (max-width: 1199px) {
  .team-slider .team-main .team-col .team-hover-content {
    padding: 70px 20px 25px;
  }
}
@media screen and (max-width: 767px) {
  .team-slider .team-main .team-col .team-hover-content {
    padding: 70px 15px 25px;
  }
}
.team-slider .team-main .team-col .team-hover-content h6 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1600px) {
  .team-slider .team-main .team-col .team-hover-content h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .team-slider .team-main .team-col .team-hover-content h6 {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .team-slider .team-main .team-col .team-hover-content h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .team-slider .team-main .team-col .team-hover-content h6 {
    margin-bottom: 8px;
  }
}
.team-slider .team-main .team-col .team-hover-content p {
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 10px;
}
@media screen and (max-width: 1600px) {
  .team-slider .team-main .team-col .team-hover-content p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .team-slider .team-main .team-col .team-hover-content p {
    font-size: 14px;
    line-height: 1.85;
  }
}
.team-slider .team-main .team-col .team-hover-content p a {
  line-height: 24px;
}
@media screen and (max-width: 1600px) {
  .team-slider .team-main .team-col .team-hover-content p a {
    line-height: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .team-slider .team-main .team-col .team-hover-content p a {
    line-height: 1.85;
  }
}
@media screen and (max-width: 1600px) {
  .team-slider .team-main .team-col .team-hover-content p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .team-slider .team-main .team-col .team-hover-content p {
    font-size: 14px;
    line-height: 1.85;
  }
}
.team-slider .team-main .team-col .team-hover-content .team-linkedin-col {
  margin-top: auto;
}
.team-slider .team-main .team-col .team-hover-content .team-linkedin-col p {
  margin-bottom: 0;
}
.team-slider .team-main .team-col .team-hover-content .team-linkedin-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  color: #166b7a;
  font-weight: 300;
}
.team-slider .team-main .team-col .team-hover-content .team-linkedin-link img {
  margin-right: 8px;
}
.team-slider .team-main .team-col .team-col-inner {
  display: block;
  position: relative;
}
.team-slider .team-main .team-col .team-col-inner .team-img {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.team-slider .team-main .team-col .team-col-inner .team-img:after {
  content: "";
  border: 65px solid transparent;
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  border-radius: 100%;
  height: calc(100% + 4px);
  opacity: 1;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 1600px) {
  .team-slider .team-main .team-col .team-col-inner .team-img:after {
    border-width: 35px;
  }
}
@media (max-width: 1440px) {
  .team-slider .team-main .team-col .team-col-inner .team-img:after {
    border-width: 30px;
  }
}
@media (max-width: 767px) {
  .team-slider .team-main .team-col .team-col-inner .team-img:after {
    border-width: 25px;
  }
}
.team-slider .team-main .team-col .team-col-inner .team-img.yellow-block:after {
  border-color: #FAF0E1;
}
.team-slider .team-main .team-col .team-col-inner .team-img.blue-block:after {
  border-color: #b8eaf0;
}
.team-slider .team-main .team-col .team-col-inner .team-img.gold-block:after {
  border-color: #E9C982;
}
.team-slider .team-main .team-col .team-col-inner .team-img.purple-block:after {
  border-color: #f4c3f0;
}
.team-slider .team-main .team-col .team-col-inner:hover .team-content {
  top: -10%;
}
@media (max-width: 767px) {
  .team-slider .team-main .team-col .team-col-inner:hover .team-content {
    top: -5%;
  }
}
.team-slider .team-main .team-col .team-col-inner:hover .team-hover-content {
  opacity: 1;
  z-index: 1;
}
.team-slider .team-main .team-col.no-bio-content .team-col-inner:hover .team-content {
  top: 91.5%;
}
@media (max-width: 767px) {
  .team-slider .team-main .team-col.no-bio-content .team-col-inner:hover .team-content {
    top: 94%;
  }
}
@media (min-width: 768px) {
  .team-slider .swiper-button-prev,
  .team-slider .swiper-button-next {
    display: none;
  }
}

.team-btn {
  text-align: center;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .team-btn {
    margin-top: 52px;
  }
}
@media (max-width: 767px) {
  .team-btn .btn {
    width: 100%;
  }
}

.team-block-with-hover-sec .swiper-button-next,
.team-block-with-hover-sec .swiper-button-prev,
.team-block-with-hover-sec_v3 .swiper-button-next,
.team-block-with-hover-sec_v3 .swiper-button-prev {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .team-block-with-hover-sec .swiper-button-next,
  .team-block-with-hover-sec .swiper-button-prev,
  .team-block-with-hover-sec_v3 .swiper-button-next,
  .team-block-with-hover-sec_v3 .swiper-button-prev {
    display: inline-block !important;
  }
}

.team-block-without-hover-sec .team-title {
  margin-bottom: 71px;
}
@media (max-width: 1600px) {
  .team-block-without-hover-sec .team-title {
    margin-bottom: 55px;
  }
}
@media (max-width: 1199px) {
  .team-block-without-hover-sec .team-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .team-block-without-hover-sec .team-title {
    margin-bottom: 39px;
  }
}

.team-block-with-hover-sec_v3 .team-main .team-col .team-img:after {
  display: none;
}
.team-block-with-hover-sec_v3 .team-main .team-col .team-content {
  max-width: 80%;
  padding: 19px 24px 12px;
}
@media (max-width: 767px) {
  .team-block-with-hover-sec_v3 .team-main .team-col .team-content {
    padding: 11px 20px;
  }
}
.team-block-with-hover-sec_v3 .team-main .team-col .team-content h6 {
  line-height: 1.3;
}
@media (max-width: 767px) {
  .team-block-with-hover-sec_v3 .team-main .team-col .team-content h6 {
    line-height: 1.5;
  }
}

.team-slider-wrap {
  margin: 0 -20px;
}
@media (max-width: 1600px) {
  .team-slider-wrap {
    margin: 0 -15px;
  }
}
@media (max-width: 767px) {
  .team-slider-wrap .team-slider {
    overflow: visible;
    margin: 0 0%;
    text-align: center;
    padding: 0 50px 70px;
  }
}
@media (max-width: 380px) {
  .team-slider-wrap .team-slider {
    margin: 0 0%;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .team-slider-wrap .team-slider .team-main {
    text-align: left;
  }
}

.yellow-block {
  background-color: #FAF0E1;
}

.blue-block {
  background-color: #b8eaf0;
}

.gold-block {
  background-color: #E9C982;
}

.purple-block {
  background-color: #f4c3f0;
}

.mentors-feed {
  padding: 100px 0;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .mentors-feed {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .mentors-feed {
    padding: 50px 0;
  }
}
.mentors-feed--grey {
  background-color: #fafafa;
}
.mentors-feed--white {
  background-color: #fff;
}
.mentors-feed__top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .mentors-feed__top {
    text-align: center;
    display: block;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .mentors-feed__top {
    text-align: center;
    display: block;
  }
}
.mentors-feed__title {
  flex: 0 0 305px;
  margin-bottom: 0;
  margin-right: 64px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .mentors-feed__title {
    margin-bottom: 25px;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 599px) {
  .mentors-feed__title {
    margin-bottom: 25px;
    margin-right: 0 !important;
  }
}
.mentors-feed__text {
  flex: 0 0 570px;
}
@media screen and (max-width: 1600px) {
  .mentors-feed__text {
    flex: 0 0 480px;
  }
}
.mentors-feed .flickity-viewport {
  overflow: initial;
}
.mentors-feed__feed {
  padding-top: 45px;
}
.mentors-feed__feed:after {
  content: "flickity";
  display: none;
  /* hide :after */
}
@media screen and (min-width: 1920px) {
  .mentors-feed__feed {
    padding-top: 45px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 40px;
  }
  .mentors-feed__feed:after {
    content: "";
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .mentors-feed__feed {
    padding-top: 45px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 40px;
  }
  .mentors-feed__feed:after {
    content: "";
  }
}
@media screen and (max-width: 599px) {
  .mentors-feed__feed {
    padding-top: 60px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .mentors-feed__feed {
    padding-top: 60px;
  }
}
.mentors-feed .link {
  font-size: 30px;
  font-family: "Merriweather", sans-serif;
  line-height: 38px;
  text-decoration: underline;
}
.mentors-feed .link::after {
  display: none;
}
@media screen and (max-width: 1600px) {
  .mentors-feed .link {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1440px) {
  .mentors-feed .link {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .mentors-feed .link {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .mentors-feed .link {
    font-size: 16px;
    line-height: 26px;
  }
}
.mentors-feed__link {
  margin-top: 45px;
  text-align: center;
}
.mentors-feed__controls {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .mentors-feed__controls {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .mentors-feed__controls {
    display: none;
  }
}
.mentors-feed__controls--mobile {
  display: none;
  margin-top: 25px;
  justify-content: center;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .mentors-feed__controls--mobile {
    display: flex;
  }
}
@media screen and (max-width: 599px) {
  .mentors-feed__controls--mobile {
    display: flex;
  }
}
.mentors-feed__control {
  appearance: none;
  background: none;
  cursor: pointer;
  border: 0;
  margin: 0;
  padding: 0;
}
.mentors-feed__control svg path {
  transition: all 0.3s;
}
.mentors-feed__control:hover svg path {
  fill: #F26D37;
}
.mentors-feed__control--next {
  margin-left: 25px;
}

.mentor {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .mentor {
    width: 85%;
    margin-right: 25px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .mentor {
    width: 85%;
    margin-right: 25px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .flickity-enabled .mentor {
    width: 330px;
  }
}
.mentor:hover .mentor__image {
  clip-path: circle(100%) !important;
}
.mentor:hover .mentor__bottom {
  transform: translateY(-15px);
}
.mentor:first-child .mentor__wrapper {
  background-color: #FAF0E1;
}
.mentor:nth-child(2) .mentor__wrapper {
  background-color: #b8eaf0;
}
.mentor:nth-child(3) .mentor__wrapper {
  background-color: #E9C982;
}
.mentor:nth-child(4) .mentor__wrapper {
  background-color: #f4c3f0;
}
.mentor:nth-child(5) .mentor__wrapper {
  background-color: #FAF0E1;
}
.mentor:nth-child(6) .mentor__wrapper {
  background-color: #b8eaf0;
}
.mentor__wrapper {
  border-radius: 22px;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}
.mentor__image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  transition: all 0.3s;
  clip-path: circle(35% at 50% 50%);
}
@media screen and (max-width: 1600px) {
  .mentor__image {
    clip-path: circle(40% at 50% 50%);
  }
}
.mentor__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;"; /* stylelint-disable-line */
  object-position: top;
  font-family: "object-position: top;"; /* stylelint-disable-line */
}
.mentor__bottom {
  background-color: #fff;
  position: relative;
  border-radius: 12px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.07);
  margin-top: -10%;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
  top: 0;
  margin-top: -10%;
  right: 0;
  left: 0;
  padding: 15px 20px;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .mentor__bottom {
    padding: 12px;
  }
}
@media screen and (max-width: 599px) {
  .mentor__bottom {
    padding: 12px;
  }
}
.mentor__info {
  flex: 0 0 calc(100% - 75px);
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .mentor__info {
    flex: 0 0 calc(100% - 45px);
  }
}
@media screen and (max-width: 599px) {
  .mentor__info {
    flex: 0 0 calc(100% - 45px);
  }
}
.mentor__name {
  margin: 0;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0;
  color: #1A1A1A;
}
@media screen and (max-width: 599px) {
  .mentor__name {
    font-size: calc(18px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .mentor__name {
    font-size: calc(18px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (max-width: 1600px) {
  .mentor__name {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1366px) {
  .mentor__name {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .mentor__name {
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .mentor__name {
    font-size: 14px;
    line-height: 24px;
  }
}
.mentor__job-position {
  margin: 0;
  font-family: "Merriweather", sans-serif;
  font-size: 16px;
  color: #166b7a;
  line-height: 22px;
  font-weight: 300;
}
@media screen and (max-width: 1600px) {
  .mentor__job-position {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .mentor__job-position {
    font-size: 13px;
    line-height: 17px;
  }
}
.mentor__headshot {
  width: 50px;
  height: 50px;
  margin: 0;
  flex: 0 0 50px;
  overflow: hidden;
  border-radius: 100px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .mentor__headshot {
    width: 35px;
    flex: 0 0 35px;
    height: 35px;
  }
}
@media screen and (max-width: 599px) {
  .mentor__headshot {
    width: 35px;
    flex: 0 0 35px;
    height: 35px;
  }
}
.mentor__headshot img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;"; /* stylelint-disable-line */
}

.event-slide {
  display: flex;
  position: relative;
  min-height: 195px;
  padding-left: 55px;
  max-width: 490px;
  width: 100%;
}
.event-slide a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1600px) {
  .event-slide {
    min-height: 180px;
  }
}
@media screen and (max-width: 1366px) {
  .event-slide {
    min-height: 150px;
  }
}
@media screen and (max-width: 599px) {
  .event-slide {
    min-height: 100%;
    padding-left: 0;
  }
}
.event-slide a {
  display: initial !important;
}
.flickity-enabled .event-slide {
  margin-right: 35px;
  width: 490px;
}
@media screen and (max-width: 599px) {
  .flickity-enabled .event-slide {
    width: calc(100% - 100px);
    margin-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .event-slide {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }
}
.event-slide:hover .event-slide__wrapper {
  background-color: #F26D37;
  cursor: pointer;
}
.event-slide:hover * {
  color: #fff;
}
.event-slide__date {
  font-family: Gilroy, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: 0;
  color: #1A1A1A;
  margin: 25px 0 0;
  transition: all 0.3s;
}
@media screen and (max-width: 599px) {
  .event-slide__date {
    font-size: calc(20px + 0 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .event-slide__date {
    font-size: calc(20px + 0 * (100vw - 1023px) / 703);
  }
}
@media screen and (max-width: 1600px) {
  .event-slide__date {
    font-size: 22px;
    margin: 20px 0 0;
    line-height: 32px;
  }
}
@media screen and (max-width: 1440px) {
  .event-slide__date {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .event-slide__date {
    font-size: 18px;
    line-height: 28px;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .event-slide__date {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 599px) {
  .event-slide__date {
    margin-top: 0;
  }
}
.event-slide__event-type {
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  color: #1A1A1A;
  transition: all 0.3s;
  text-transform: capitalize;
  margin: 5px 0 0 0;
}
@media screen and (max-width: 599px) {
  .event-slide__event-type {
    font-size: calc(16px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .event-slide__event-type {
    font-size: calc(16px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (max-width: 1600px) {
  .event-slide__event-type {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) {
  .event-slide__event-type {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .event-slide__event-type {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .event-slide__event-type {
    font-size: 14px;
    line-height: 1.85;
  }
}
.event-slide__image {
  width: 140px;
  height: 140px;
  border-radius: 200px;
  position: absolute;
  padding: 22px;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.04);
  background-color: #fff;
}
@media screen and (max-width: 1600px) {
  .event-slide__image {
    width: 110px;
    height: 110px;
    left: -55px;
  }
}
.event-slide__image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;"; /* stylelint-disable-line */
}
@media screen and (max-width: 599px) {
  .event-slide__image {
    top: -45px;
    width: 90px;
    left: 0;
    right: 0;
    height: 90px;
    transform: none;
    margin: 0 auto;
  }
}
.event-slide__title {
  transition: all 0.3s;
  margin: 0;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0;
  color: #1A1A1A;
}
@media screen and (max-width: 599px) {
  .event-slide__title {
    font-size: calc(18px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .event-slide__title {
    font-size: calc(18px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (max-width: 1600px) {
  .event-slide__title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1366px) {
  .event-slide__title {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .event-slide__title {
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .event-slide__title {
    font-size: 14px;
    line-height: 24px;
  }
}
.event-slide__wrapper {
  transition: all 0.3s;
  background-color: #FAF0E1;
  padding: 25px 25px 25px 100px;
  border-radius: 10px;
  position: relative;
  width: calc(100% - 70px);
}
@media screen and (max-width: 1600px) {
  .event-slide__wrapper {
    padding: 25px 25px 25px 85px;
  }
}
.flickity-enabled .event-slide__wrapper {
  width: 420px;
}
@media screen and (max-width: 599px) {
  .event-slide__wrapper {
    padding: 60px 15px 35px;
    margin: 0 auto;
    width: 100%;
  }
}

.events-carousel {
  overflow: hidden;
  padding: 100px 0;
}
@media screen and (max-width: 1440px) {
  .events-carousel {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1199px) {
  .events-carousel {
    padding: 80px 0;
  }
}
@media screen and (max-width: 991px) {
  .events-carousel {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .events-carousel {
    padding: 50px 0;
  }
}
.events-carousel__message {
  text-align: center;
  padding-top: 50px;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .events-carousel__message {
    padding-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .events-carousel__message {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .events-carousel__message {
    padding-top: 0;
  }
}
.events-carousel .flickity-viewport {
  overflow: initial;
}
.events-carousel__carousel {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .events-carousel__carousel {
    margin-top: 45px;
  }
}
.events-carousel__content {
  flex: 0 0 calc(100% - 230px);
}
.events-carousel__content--grid {
  display: flex;
  max-width: 940px;
  flex-wrap: wrap;
}
.events-carousel__content--grid .events-carousel__title {
  flex: 0 0 305px;
  margin-right: 64px;
}
.events-carousel__content--grid .events-carousel__text {
  flex: 0 0 calc(100% - 370px);
}
@media screen and (max-width: 1600px) {
  .events-carousel__content--grid .events-carousel__text {
    flex: 0 0 calc(100% - 415px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .events-carousel__content--grid {
    max-width: 100%;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .events-carousel__content--grid {
    max-width: 100%;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .events-carousel__content--grid {
    margin-bottom: 50px;
  }
}
.events-carousel__controls {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .events-carousel__controls {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .events-carousel__controls {
    display: none;
  }
}
.events-carousel__controls--mobile {
  display: none;
  margin-top: 45px;
  justify-content: center;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .events-carousel__controls--mobile {
    display: flex;
  }
}
@media screen and (max-width: 599px) {
  .events-carousel__controls--mobile {
    display: flex;
  }
}
.events-carousel__text {
  margin: 0;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  color: #1A1A1A;
}
@media screen and (max-width: 599px) {
  .events-carousel__text {
    font-size: calc(16px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .events-carousel__text {
    font-size: calc(16px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (max-width: 1600px) {
  .events-carousel__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) {
  .events-carousel__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .events-carousel__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .events-carousel__text {
    font-size: 14px;
    line-height: 1.85;
  }
}
.events-carousel__title {
  margin: 0;
  font-family: Gilroy, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 55px;
  letter-spacing: 0;
  color: #1A1A1A;
}
@media screen and (max-width: 599px) {
  .events-carousel__title {
    font-size: calc(35px + 5 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .events-carousel__title {
    font-size: calc(35px + 5 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .events-carousel__title {
    margin-bottom: 25px;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 599px) {
  .events-carousel__title {
    margin-bottom: 25px;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 1600px) {
  .events-carousel__title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1366px) {
  .events-carousel__title {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .events-carousel__title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .events-carousel__title {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  .events-carousel__title {
    margin-bottom: 25px;
  }
}
.events-carousel__top {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .events-carousel__top {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .events-carousel__top {
    display: block;
  }
}
.events-carousel__control {
  appearance: none;
  background: none;
  cursor: pointer;
  border: 0;
  margin: 0;
  padding: 0;
}
.events-carousel__control svg path {
  transition: all 0.3s;
}
.events-carousel__control:hover svg path {
  fill: #F26D37;
}
.events-carousel__control--next {
  margin-left: 25px;
}
.events-carousel__nav {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .events-carousel__nav {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .events-carousel__nav {
    display: block;
  }
}

.homepage-hero {
  min-height: 815px;
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
.homepage-hero--variant {
  padding: 50px 0;
}
@media screen and (max-width: 599px) {
  .homepage-hero--variant {
    padding: 0 0 50px;
  }
}
@media (max-width: 1370px) {
  .homepage-hero {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1600px) {
  .homepage-hero {
    min-height: 635px;
  }
}
@media screen and (max-width: 1366px) {
  .homepage-hero {
    min-height: 590px;
  }
}
@media screen and (max-width: 599px) {
  .homepage-hero {
    padding: 0 0 50px;
    min-height: initial;
  }
  .homepage-hero::after {
    content: "";
    position: absolute;
    top: 10px;
    right: -50px;
    opacity: 0.3;
    width: 160px;
    z-index: 0;
    height: 160px;
    background-size: contain;
    background-image: url(/app/themes/digital-boost/dist/img/purple-loader.svg?167e164a09c275d4b1b16d5049a6c610);
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 599px) {
  .homepage-hero--variant::after {
    width: 85px;
    opacity: 1;
    height: 85px;
    top: 285px;
    right: 15px;
  }
}
@media screen and (max-width: 425px) {
  .homepage-hero--variant::after {
    top: 245px;
  }
}
.homepage-hero__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 1023px) and (max-width: 1600px) {
  .homepage-hero--variant .homepage-hero__container {
    align-items: flex-start;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1700px) {
  .homepage-hero--variant .homepage-hero__container {
    gap: 80px;
  }
}
@media screen and (max-width: 1600px) {
  .homepage-hero--variant .homepage-hero__container {
    gap: 80px;
  }
}
@media screen and (max-width: 599px) {
  .homepage-hero__container {
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .homepage-hero__container {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .homepage-hero__container {
    display: block;
  }
}
.homepage-hero__logo {
  max-height: 100px;
  width: auto;
  max-width: 200px;
}
.homepage-hero__logo img {
  max-height: 100px;
  max-width: 200px;
}
.homepage-hero__buttons {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 599px) {
  .homepage-hero__buttons {
    margin-top: 20px;
    gap: 12px;
  }
}
.homepage-hero__buttons_bottom {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 599px) {
  .homepage-hero__buttons_bottom {
    gap: 12px;
    flex-direction: column;
  }
}
.homepage-hero__buttons_bottom .btn {
  margin-top: 0;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 10px 60px 10px 30px;
}
@media screen and (max-width: 599px) {
  .homepage-hero__buttons_bottom .btn {
    text-align: center;
    justify-content: center;
  }
}
.homepage-hero__buttons_bottom .btn--white {
  border-color: #166b7a;
  color: #166b7a;
}
.homepage-hero__buttons_bottom .btn:hover {
  padding-right: 60px;
}
.homepage-hero__buttons .btn {
  margin-top: 0;
  flex: 1;
  display: flex;
  align-items: center;
}
.homepage-hero__buttons .btn--white {
  border-color: #166b7a;
  color: #166b7a;
}
.homepage-hero__buttons .btn:hover {
  padding-right: 60px;
}
@media screen and (max-width: 1600px) {
  .homepage-hero__buttons .btn {
    padding: 10px 60px 10px 30px;
  }
}
@media screen and (max-width: 599px) {
  .homepage-hero__buttons .btn {
    text-align: center;
    justify-content: center;
  }
}
.homepage-hero__star {
  position: absolute;
  transition: all 0.8s cubic-bezier(0.94, -0.36, 0.14, 1.69);
  transform-origin: 50% 50%;
}
.homepage-hero__star--top {
  top: -125px;
  left: -125px;
}
.homepage-hero--variant .homepage-hero__star--top {
  top: -50px;
  left: -140px;
}
@media screen and (max-width: 1366px) {
  .homepage-hero__star--top {
    left: 50px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .homepage-hero__star--top {
    width: 43px;
    height: 43px;
    top: 160px;
    left: -60px;
  }
  .homepage-hero__star--top svg {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 599px) {
  .homepage-hero__star--top {
    width: 43px;
    height: 43px;
    top: 160px;
    left: -60px;
  }
  .homepage-hero__star--top svg {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .homepage-hero--variant .homepage-hero__star--top {
    top: 48%;
    left: 5%;
    width: 140px;
    height: 140px;
    transform: translateY(-50%);
  }
}
@media (max-width: 810px) {
  .homepage-hero--variant .homepage-hero__star--top {
    left: -65px;
  }
}
@media screen and (max-width: 599px) {
  .homepage-hero--variant .homepage-hero__star--top {
    top: 50%;
    left: -65px;
    width: 85px;
    height: 85px;
    transform: translateY(-50%);
  }
}
.homepage-hero__star--bottom {
  bottom: 0px;
  left: 40px;
}
.homepage-hero--variant .homepage-hero__star--bottom {
  top: 25%;
  bottom: initial;
  left: initial;
  right: -130px;
}
@media screen and (max-width: 1600px) {
  .homepage-hero--variant .homepage-hero__star--bottom {
    right: -100px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .homepage-hero--variant .homepage-hero__star--bottom {
    width: 90px;
    left: 109%;
    height: 90px;
  }
}
@media screen and (max-width: 599px) {
  .homepage-hero--variant .homepage-hero__star--bottom {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .homepage-hero__star--bottom {
    width: 23px;
    height: 23px;
    bottom: 50px;
    left: 245px;
  }
  .homepage-hero__star--bottom svg {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 599px) {
  .homepage-hero__star--bottom {
    width: 23px;
    height: 23px;
    bottom: 50px;
    left: 245px;
  }
  .homepage-hero__star--bottom svg {
    width: 100%;
    height: 100%;
  }
}
.homepage-hero__star svg {
  display: block;
}
.homepage-hero__star:hover {
  transform: rotate(-180deg);
}
.homepage-hero__content {
  flex: 0 0 535px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1366px) {
  .homepage-hero__content {
    flex: 0 0 485px;
  }
}
@media screen and (max-width: 1199px) {
  .homepage-hero__content {
    flex: 0 0 41%;
  }
}
.homepage-hero--variant .homepage-hero__content {
  flex: 0 0 475px;
}
@media (min-width: 1701px) {
  .homepage-hero--variant .homepage-hero__content {
    flex: 0 0 540px;
  }
}
@media ((min-width: 1601px) and (max-width: 1700px)) {
  .homepage-hero--variant .homepage-hero__content {
    flex: 0 0 525px;
  }
}
@media screen and (max-width: 1199px) {
  .homepage-hero--variant .homepage-hero__content {
    flex: 0 0 41%;
  }
}
@media screen and (max-width: 599px) {
  .homepage-hero__content {
    padding-top: 45px;
  }
  .homepage-hero--variant .homepage-hero__content {
    padding-top: 30px;
  }
}
.homepage-hero__left {
  flex: 0 0 calc(100% - 600px);
  display: flex;
  position: relative;
}
@media (min-width: 1701px) {
  .homepage-hero--variant .homepage-hero__left {
    justify-content: center;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1700px) {
  .homepage-hero--variant .homepage-hero__left {
    flex: 0 0 calc(100% - 650px);
  }
}
@media ((min-width: 1601px) and (max-width: 1700px)) {
  .homepage-hero--variant .homepage-hero__left {
    margin-left: auto;
  }
}
@media screen and (max-width: 1366px) {
  .homepage-hero__left {
    justify-content: flex-end;
    margin-left: auto;
    padding-top: 45px;
  }
  .homepage-hero--variant .homepage-hero__left {
    padding-top: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .homepage-hero__left {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 50px;
    justify-content: center;
  }
}
@media screen and (max-width: 599px) {
  .homepage-hero__left {
    display: none;
  }
  .homepage-hero--variant .homepage-hero__left {
    display: flex;
    justify-content: center;
  }
}
.homepage-hero__mentors {
  display: flex;
  flex-wrap: wrap;
  margin-right: 25px;
}
@media screen and (max-width: 1199px) {
  .homepage-hero__mentors {
    margin-right: 15px;
  }
}
.homepage-hero__mentor {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  margin-bottom: 0;
  border-radius: 100px;
  border: 2px solid #fff;
  margin-left: -10px;
  overflow: hidden;
}
.homepage-hero__mentor:first-child {
  margin-left: 0;
}
.homepage-hero__mentor img {
  object-fit: cover;
  font-family: "object-fit: cover;"; /* stylelint-disable-line */
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .homepage-hero__mentor {
    flex: 0 0 34px;
    height: 34px;
    width: 34px;
  }
}
.homepage-hero__mentor-count {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 2px solid #fff;
  margin-left: -10px;
  background-color: #ededed;
}
@media screen and (max-width: 1199px) {
  .homepage-hero__mentor-count {
    flex: 0 0 34px;
    height: 34px;
    width: 34px;
  }
}
.homepage-hero__mentor-count span {
  font-size: 10px;
  line-height: 16px;
  color: #1A1A1A;
  font-weight: 300;
}
@media screen and (max-width: 1199px) {
  .homepage-hero__mentor-count span {
    font-size: 8px;
    line-height: 12px;
  }
}
.homepage-hero__text {
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  color: #1A1A1A;
  margin-top: 25px;
}
@media screen and (max-width: 599px) {
  .homepage-hero__text {
    font-size: calc(16px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .homepage-hero__text {
    font-size: calc(16px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (max-width: 1600px) {
  .homepage-hero__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) {
  .homepage-hero__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .homepage-hero__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .homepage-hero__text {
    font-size: 14px;
    line-height: 1.6;
  }
}
.homepage-hero--variant .homepage-hero__text {
  padding-top: 30px;
  margin-bottom: 25px;
  border-top: 1px solid #166b7a;
}
@media screen and (max-width: 599px) {
  .homepage-hero--variant .homepage-hero__text {
    margin-top: 5px;
    font-size: 14px;
    padding: 15px 10px;
    line-height: 20px;
  }
}
.homepage-hero__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .homepage-hero__bottom {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .homepage-hero__bottom {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .homepage-hero__btn {
    padding: 12px 50px 12px 15px;
  }
  .homepage-hero__btn:hover {
    padding-right: 50px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .homepage-hero__btn {
    margin-top: 25px;
  }
}
@media screen and (max-width: 599px) {
  .homepage-hero__btn {
    margin-top: 25px;
  }
}
.homepage-hero__btn:hover {
  color: #fff;
}
@media screen and (max-width: 599px) {
  .homepage-hero__btn {
    display: block;
    width: 100%;
  }
  .homepage-hero--variant .homepage-hero__btn {
    text-align: center;
    padding: 11px 5px;
  }
  .homepage-hero--variant .homepage-hero__btn::after {
    display: none;
  }
}
.homepage-hero__title {
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #166b7a;
  font-family: Gilroy, sans-serif;
  font-size: 55px;
  font-weight: 800;
  line-height: 68px;
  letter-spacing: 0;
  color: #1A1A1A;
}
@media screen and (max-width: 599px) {
  .homepage-hero__title {
    font-size: calc(50px + 10 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .homepage-hero__title {
    font-size: calc(50px + 10 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .homepage-hero__title {
    font-size: 35px;
    line-height: 49px;
  }
}
@media screen and (max-width: 599px) {
  .homepage-hero__title {
    font-size: 35px;
    line-height: 49px;
  }
}
@media screen and (max-width: 1600px) {
  .homepage-hero__title {
    font-size: 40px;
    line-height: 52px;
  }
}
@media screen and (max-width: 1366px) {
  .homepage-hero__title {
    font-size: 36px;
    line-height: 48px;
  }
}
@media screen and (max-width: 1199px) {
  .homepage-hero__title {
    font-size: 34px;
    line-height: 46px;
  }
}
@media screen and (max-width: 991px) {
  .homepage-hero__title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .homepage-hero__title {
    font-size: 30px;
    line-height: 40px;
  }
}
.homepage-hero--variant .homepage-hero__title {
  border-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 599px) {
  .homepage-hero--variant .homepage-hero__title {
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 10px;
  }
}
.homepage-hero__title strong {
  font-family: "Merriweather", sans-serif;
  font-weight: 700;
  color: #166b7a;
}

.mentor-hexagons {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mentor-hexagons--variant {
  margin-right: -55px;
}
@media screen and (max-width: 599px) {
  .mentor-hexagons--variant {
    margin-right: -20px;
  }
}
.mentor-hexagons__left-star {
  position: absolute;
  top: 0;
  left: 0;
}
.mentor-hexagons__left-hexagon {
  position: absolute;
  left: -620px;
  z-index: -1;
  animation: fadeInBottomLeft 1s;
  top: 25px;
}
@media screen and (max-width: 1366px) {
  .mentor-hexagons__left-hexagon {
    top: -90px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .mentor-hexagons__left-hexagon {
    width: 360px;
    transform: none;
    height: 325px;
    top: -221px;
    left: -341px;
  }
  .mentor-hexagons__left-hexagon svg {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  .mentor-hexagons__left-hexagon {
    width: 360px;
    transform: none;
    height: 325px;
    top: -215px;
    left: -295px;
  }
  .mentor-hexagons__left-hexagon svg {
    width: 100%;
    height: auto;
  }
}
.mentor-hexagons--variant .mentor-hexagons__left-hexagon {
  top: 50%;
  transform: translateY(-50%);
  left: -210px;
  transition: all 0.8s cubic-bezier(0.94, -0.36, 0.14, 1.69);
}
.mentor-hexagons--variant .mentor-hexagons__left-hexagon:hover {
  transform: rotate(-180deg);
}
@media screen and (max-width: 599px) {
  .mentor-hexagons--variant .mentor-hexagons__left-hexagon {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .mentor-hexagons--variant .mentor-hexagons__left-hexagon {
    display: none;
  }
}
.mentor-hexagons-large {
  position: relative;
  min-height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .mentor-hexagons-large {
    justify-content: center;
    width: 100%;
  }
  .mentor-hexagons-large--variant {
    width: initial;
  }
}
.mentor-hexagons-large__top-hexagon {
  position: absolute;
  top: -535px;
  z-index: -1;
  animation: fadeInTopRight 1s;
  left: -100px;
}
.mentor-hexagons-large--variant .mentor-hexagons-large__top-hexagon {
  top: -395px;
  left: -50px;
}
@media screen and (min-width: 1366px) and (max-width: 1700px) {
  .mentor-hexagons-large--variant .mentor-hexagons-large__top-hexagon {
    top: -445px;
    left: -50px;
  }
}
@media ((min-width: 1600px) and (max-width: 1700px)) {
  .mentor-hexagons-large--variant .mentor-hexagons-large__top-hexagon {
    top: -395px;
  }
}
@media screen and (max-width: 1600px) {
  .mentor-hexagons-large--variant .mentor-hexagons-large__top-hexagon {
    left: 0;
    width: 350px;
    top: -195px;
  }
  .mentor-hexagons-large--variant .mentor-hexagons-large__top-hexagon svg {
    width: 100%;
    height: 100%;
  }
}
@media ((min-width: 1366px) and (max-width: 1600px)) {
  .mentor-hexagons-large--variant .mentor-hexagons-large__top-hexagon {
    width: 375px;
    top: -225px;
  }
}
@media ((min-width: 1023px) and (max-width: 1366px)) {
  .mentor-hexagons-large--variant .mentor-hexagons-large__top-hexagon {
    top: -210px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .mentor-hexagons-large--variant .mentor-hexagons-large__top-hexagon {
    top: -230px;
    left: 0;
    width: 350px;
  }
  .mentor-hexagons-large--variant .mentor-hexagons-large__top-hexagon svg {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 599px) {
  .mentor-hexagons-large--variant .mentor-hexagons-large__top-hexagon {
    top: -57%;
    left: -32px;
    width: 305px;
    height: auto;
  }
  .mentor-hexagons-large--variant .mentor-hexagons-large__top-hexagon svg path {
    fill: #faf0e1;
  }
}
@media screen and (max-width: 425px) {
  .mentor-hexagons-large--variant .mentor-hexagons-large__top-hexagon {
    top: -53%;
    left: -22px;
    width: 250px;
  }
}
@media screen and (max-width: 1366px) {
  .mentor-hexagons-large__top-hexagon {
    top: -353px;
    width: 393px;
    left: -52px;
  }
  .mentor-hexagons-large__top-hexagon svg {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .mentor-hexagons-large__top-hexagon {
    width: 385px;
    height: 345px;
    top: -245px;
    left: 220px;
  }
  .mentor-hexagons-large__top-hexagon svg {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  .mentor-hexagons-large__top-hexagon {
    width: 385px;
    height: 345px;
    top: -245px;
    left: 220px;
  }
  .mentor-hexagons-large__top-hexagon svg {
    width: 100%;
    height: auto;
  }
}
.mentor-hexagons-large__right-hexagon {
  position: absolute;
  top: 60px;
  right: -195px;
  z-index: -1;
  animation: fadeInBottomRight 1s;
}
.mentor-hexagons-large--variant .mentor-hexagons-large__right-hexagon {
  bottom: 90px;
  right: -45px;
  top: initial;
}
.mentor-hexagons-large--variant .mentor-hexagons-large__right-hexagon svg {
  width: 96px;
  height: 87px;
}
@media screen and (min-width: 1366px) and (max-width: 1700px) {
  .mentor-hexagons-large--variant .mentor-hexagons-large__right-hexagon {
    right: -40px;
    bottom: 80px;
  }
}
@media screen and (max-width: 1366px) {
  .mentor-hexagons-large--variant .mentor-hexagons-large__right-hexagon {
    right: -65px;
    bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .mentor-hexagons-large--variant .mentor-hexagons-large__right-hexagon {
    display: none;
  }
}
@media screen and (max-width: 1366px) {
  .mentor-hexagons-large__right-hexagon {
    top: 2px;
    right: -129px;
    width: 50%;
  }
  .mentor-hexagons-large__right-hexagon svg {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .mentor-hexagons-large__right-hexagon {
    top: 145px;
    right: -175px;
  }
}
@media screen and (max-width: 599px) {
  .mentor-hexagons-large__right-hexagon {
    top: 145px;
    right: -175px;
  }
}

.mentor-hexagon {
  position: relative;
  animation: fadeInMentor 2s;
  transition: none;
}
.mentor-hexagon--large {
  width: 390px;
  height: 340px;
}
@media screen and (max-width: 1600px) {
  .mentor-hexagon--large {
    width: 350px;
    height: 300px;
  }
}
@media screen and (max-width: 1366px) {
  .mentor-hexagon--large {
    width: 250px;
    height: 225px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .mentor-hexagon--large {
    width: 250px;
    height: 225px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .mentor-hexagon--large {
    margin-top: 0;
  }
}
.mentor-hexagon--large .mentor-hexagon__image:hover {
  transform: translate(10px, -10px);
}
.mentor-hexagons-large--variant .mentor-hexagon--large .mentor-hexagon__image:hover {
  transform: translateY(20px);
}
.mentor-hexagon--large .mentor-hexagon__image:hover + .mentor-hexagon__info {
  transform: translate(10px, -10px);
}
.mentor-hexagons-large--variant .mentor-hexagon--large .mentor-hexagon__image:hover + .mentor-hexagon__info {
  transform: translateY(-20px) translateX(-50%);
}
.mentor-hexagons-large--variant .mentor-hexagon--large {
  width: 360px;
  height: 305px;
}
@media screen and (max-width: 1600px) {
  .mentor-hexagons-large--variant .mentor-hexagon--large {
    width: 300px;
    height: 250px;
  }
}
@media screen and (max-width: 1366px) {
  .mentor-hexagons-large--variant .mentor-hexagon--large {
    width: 240px;
    height: 210px;
  }
}
@media screen and (max-width: 599px) {
  .mentor-hexagons-large--variant .mentor-hexagon--large {
    width: 183px;
    height: 165px;
    margin-left: 0;
  }
}
@media screen and (max-width: 425px) {
  .mentor-hexagons-large--variant .mentor-hexagon--large {
    width: 150px;
    height: 140px;
  }
}
.mentor-hexagon--small {
  width: 295px;
  height: 265px;
}
@media screen and (max-width: 1600px) {
  .mentor-hexagon--small {
    width: 236px;
    height: 212px;
  }
}
@media screen and (max-width: 1366px) {
  .mentor-hexagon--small {
    width: 188px;
    height: 169px;
  }
}
@media screen and (max-width: 1199px) {
  .mentor-hexagon--small {
    width: 162px;
    height: 145px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .mentor-hexagon--small {
    width: 236px;
    height: 212px;
  }
}
.mentor-hexagons--variant .mentor-hexagon--small {
  width: 360px;
  height: 305px;
}
@media screen and (max-width: 1600px) {
  .mentor-hexagons--variant .mentor-hexagon--small {
    width: 300px;
    height: 250px;
  }
}
@media screen and (max-width: 1366px) {
  .mentor-hexagons--variant .mentor-hexagon--small {
    width: 240px;
    height: 210px;
  }
}
@media screen and (max-width: 599px) {
  .mentor-hexagons--variant .mentor-hexagon--small {
    width: 183px;
    height: 165px;
    margin-left: 0;
  }
}
@media screen and (max-width: 425px) {
  .mentor-hexagons--variant .mentor-hexagon--small {
    width: 150px;
    height: 140px;
  }
}
.mentor-hexagon__name {
  margin: 0;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0;
  color: #1A1A1A;
}
@media screen and (max-width: 599px) {
  .mentor-hexagon__name {
    font-size: calc(18px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .mentor-hexagon__name {
    font-size: calc(18px + 2 * (100vw - 1023px) / 703);
  }
}
@media screen and (max-width: 1600px) {
  .mentor-hexagon__name {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1366px) {
  .mentor-hexagon__name {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .mentor-hexagon__name {
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .mentor-hexagon__name {
    font-size: 14px;
    line-height: 24px;
  }
}
.mentor-hexagon__job {
  font-size: 16px;
  line-height: 20px;
  color: #F26D37;
  margin: 0;
  font-family: "Merriweather", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 1600px) {
  .mentor-hexagon__job {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .mentor-hexagon__job {
    font-size: 13px;
    line-height: 17px;
  }
}
.mentor-hexagons--variant .mentor-hexagon__job, .mentor-hexagons-large--variant .mentor-hexagon__job {
  color: #1A1A1A;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  font-family: "Gilroy", sans-serif;
  line-height: 1.1;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .mentor-hexagons--variant .mentor-hexagon__job, .mentor-hexagons-large--variant .mentor-hexagon__job {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .mentor-hexagons--variant .mentor-hexagon__job, .mentor-hexagons-large--variant .mentor-hexagon__job {
    font-size: 16px;
  }
}
.mentor-hexagon--top {
  margin-bottom: 70px;
}
.mentor-hexagons--variant .mentor-hexagon--top, .mentor-hexagons-large--variant .mentor-hexagon--top {
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .mentor-hexagons--variant .mentor-hexagon--top, .mentor-hexagons-large--variant .mentor-hexagon--top {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .mentor-hexagons--variant .mentor-hexagon--top, .mentor-hexagons-large--variant .mentor-hexagon--top {
    margin-bottom: 25px;
    font-size: 16px;
  }
}
.mentor-hexagon--top .mentor-hexagon__image:hover {
  transform: translate(10px, 10px);
}
.mentor-hexagons--variant .mentor-hexagon--top .mentor-hexagon__image:hover {
  transform: translateY(20px);
}
.mentor-hexagon--top .mentor-hexagon__image:hover + .mentor-hexagon__info {
  transform: translate(10px, 10px);
}
.mentor-hexagons--variant .mentor-hexagon--top .mentor-hexagon__image:hover + .mentor-hexagon__info {
  transform: translateY(-20px) translateX(-50%);
}
.mentor-hexagon--bottom .mentor-hexagon__image:hover {
  transform: translate(-10px, 10px);
}
.mentor-hexagons--variant .mentor-hexagon--bottom .mentor-hexagon__image:hover {
  transform: translateY(20px);
}
.mentor-hexagon--bottom .mentor-hexagon__image:hover + .mentor-hexagon__info {
  transform: translate(-10px, 10px);
}
.mentor-hexagons--variant .mentor-hexagon--bottom .mentor-hexagon__image:hover + .mentor-hexagon__info {
  transform: translateY(-20px) translateX(-50%);
}
.mentor-hexagon__info {
  background-color: #fff;
  transition: all 0.3s;
  padding: 15px 25px;
  border-radius: 12px;
  min-width: 185px;
  z-index: 1;
  max-width: 275px;
  height: fit-content;
  position: absolute;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.07);
}
.mentor-hexagons--variant .mentor-hexagon__info, .mentor-hexagons-large--variant .mentor-hexagon__info {
  left: 50%;
  transform: translateX(-50%);
  max-width: none;
  width: fit-content;
  min-width: auto;
  white-space: nowrap;
  bottom: -25px;
}
.mentor-hexagons--variant .mentor-hexagon__info::before, .mentor-hexagons-large--variant .mentor-hexagon__info::before {
  display: none !important;
}
@media screen and (max-width: 1366px) {
  .mentor-hexagons--variant .mentor-hexagon__info, .mentor-hexagons-large--variant .mentor-hexagon__info {
    padding: 7px 15px;
    border-radius: 4px;
    bottom: -16px;
  }
}
@media screen and (max-width: 1366px) {
  .mentor-hexagon__info {
    padding: 10px;
  }
}
.mentor-hexagon__info::before {
  content: "";
  position: absolute;
  background-image: url(/app/themes/digital-boost/dist/img/tick-icon.svg?5ab3240845a20b60e259020e0cca927f);
  width: 27px;
  height: 27px;
  top: -10px;
}
.mentor-hexagon__info--bottom-left {
  bottom: -50px;
  left: -20px;
}
.mentor-hexagon__info--bottom-left::before {
  right: -8px;
}
.mentor-hexagon__info--bottom-right {
  bottom: -50px;
  right: -40px;
}
.mentor-hexagon__info--bottom-right::before {
  left: -8px;
}
@media (max-width: 1370px) {
  .mentor-hexagon__info--bottom-right {
    left: 50%;
    max-width: 250px;
  }
}
@media screen and (max-width: 599px) {
  .mentor-hexagon__info--bottom-right {
    transform: none;
    top: calc(100% - 20px);
    right: initial;
    width: auto;
    left: 4vw;
  }
  .mentor-hexagon__info--bottom-right::before {
    right: -8px;
    left: initial;
  }
}
.mentor-hexagon__image {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  clip-path: url(#my-clip-path);
  margin: 0;
}
.mentor-hexagon__image--pink {
  background: #f4c3f0;
}
.mentor-hexagon__image--orange-light {
  background: #FAF0E1;
}
.mentor-hexagon__image--blue {
  background: #b8eaf0;
}
.mentor-hexagon__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;"; /* stylelint-disable-line */
  object-position: center;
  font-family: "object-position: center;"; /* stylelint-disable-line */
}

@keyframes fadeInMentor {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    transform: translate(-100px, 100px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    transform: translate(100px, -100px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    transform: translate(100px, 100px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.icons-text-sec {
  overflow-x: hidden;
}
.icons-text-sec.space-top {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .icons-text-sec.space-top {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .icons-text-sec.space-top {
    padding-top: 50px;
  }
}
.icons-text-sec.space-bottom {
  padding-bottom: 70px;
}
@media (max-width: 1199px) {
  .icons-text-sec.space-bottom {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .icons-text-sec.space-bottom {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .icons-text-sec.space-bottom {
    padding-bottom: 50px;
  }
}
.icons-text-sec .icons-text-title {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 67px;
}
.icons-text-sec .icons-text-title.text-left {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .icons-text-sec .icons-text-title.text-left {
    display: block;
    text-align: left;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .icons-text-sec .icons-text-title.text-left {
    display: block;
    text-align: left;
  }
}
.icons-text-sec .icons-text-title.text-left .icon-text-heading {
  flex: 0 0 305px;
  margin-bottom: 0;
  margin-right: 64px;
  text-align: left;
}
.icons-text-sec .icons-text-title.text-left .icon-text-heading:only-child {
  flex: 0 0 100%;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .icons-text-sec .icons-text-title.text-left .icon-text-heading {
    flex: 100%;
    margin-bottom: 25px;
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .icons-text-sec .icons-text-title.text-left .icon-text-heading {
    flex: 100%;
    margin-bottom: 25px;
    margin-right: 0;
  }
}
.icons-text-sec .icons-text-title.text-left .icon-text-heading h3 {
  margin-bottom: 0;
}
.icons-text-sec .icons-text-title.text-left .icon-text-info {
  flex: 0 0 570px;
  text-align: left;
}
@media screen and (max-width: 1600px) {
  .icons-text-sec .icons-text-title.text-left .icon-text-info {
    flex: 0 0 480px;
  }
}
@media (max-width: 1366px) {
  .icons-text-sec .icons-text-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .icons-text-sec .icons-text-title {
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  .icons-text-sec .icons-text-title {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .icons-text-sec .icons-text-title {
    margin-top: 0;
    margin-bottom: 58px;
  }
}
.icons-text-sec .icons-text-title h3 {
  margin-bottom: 32px;
}
@media (max-width: 1600px) {
  .icons-text-sec .icons-text-title h3 {
    margin-bottom: 25px;
  }
}
@media (max-width: 1366px) {
  .icons-text-sec .icons-text-title h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .icons-text-sec .icons-text-title h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .icons-text-sec .icons-text-title h3 {
    margin-bottom: 20px;
  }
}
.icons-text-sec .icons-text-title p {
  margin-bottom: 38px;
}
@media (max-width: 1600px) {
  .icons-text-sec .icons-text-title p {
    margin-bottom: 30px;
  }
}
@media (max-width: 1366px) {
  .icons-text-sec .icons-text-title p {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .icons-text-sec .icons-text-title p {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .icons-text-sec .icons-text-title p {
    margin-bottom: 20px;
  }
}
.icons-text-sec .icons-text-title > div:last-child *:last-child {
  margin-bottom: 0;
}
.icons-text-sec .icons-text-wrap {
  margin: 0 -65px;
}
@media (max-width: 1600px) {
  .icons-text-sec .icons-text-wrap {
    margin: 0 -40px;
  }
}
@media (max-width: 1366px) {
  .icons-text-sec .icons-text-wrap {
    margin: 0 -50px;
  }
}
@media (max-width: 1199px) {
  .icons-text-sec .icons-text-wrap {
    margin: 0 -30px;
  }
}
@media (max-width: 991px) {
  .icons-text-sec .icons-text-wrap {
    margin: 0 -15px;
  }
}
.icons-text-sec .icons-text-wrap .ic-txt-col {
  width: 33.33%;
  padding: 0 65px;
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  .icons-text-sec .icons-text-wrap .ic-txt-col {
    padding: 0 40px;
  }
}
@media (max-width: 1366px) {
  .icons-text-sec .icons-text-wrap .ic-txt-col {
    padding: 0 50px;
  }
}
@media (max-width: 1199px) {
  .icons-text-sec .icons-text-wrap .ic-txt-col {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .icons-text-sec .icons-text-wrap .ic-txt-col {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .icons-text-sec .icons-text-wrap .ic-txt-col {
    width: 100%;
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .icons-text-sec .icons-text-wrap .ic-txt-col:last-child {
    width: 100%;
    margin-bottom: 0;
  }
}
.icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
}
.icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner .ic-img {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 45px;
  transition: all 0.5s ease-in-out;
  min-height: 220px;
  width: 100%;
}
@media (max-width: 1600px) {
  .icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner .ic-img {
    margin-bottom: 30px;
  }
}
.icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner .ic-img.large-image {
  min-height: 219px;
  max-height: 219px;
}
@media (max-width: 1600px) {
  .icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner .ic-img.large-image {
    min-height: 170px;
    max-height: 170px;
  }
}
@media (max-width: 1440px) {
  .icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner .ic-img.large-image {
    min-height: 150px;
    max-height: 150px;
  }
}
@media (max-width: 1199px) {
  .icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner .ic-img.large-image {
    min-height: 140px;
    max-height: 140px;
  }
}
@media (max-width: 991px) {
  .icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner .ic-img.large-image {
    min-height: 100px;
    max-height: 100px;
  }
}
@media (max-width: 767px) {
  .icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner .ic-img.large-image {
    min-height: 130px;
    max-height: 130px;
    margin-bottom: 17px;
  }
}
.icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner .ic-img.large-image img {
  max-height: 219px;
}
@media (max-width: 1600px) {
  .icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner .ic-img.large-image img {
    max-height: 170px;
  }
}
@media (max-width: 1440px) {
  .icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner .ic-img.large-image img {
    max-height: 150px;
  }
}
@media (max-width: 1199px) {
  .icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner .ic-img.large-image img {
    max-height: 140px;
  }
}
@media (max-width: 991px) {
  .icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner .ic-img.large-image img {
    max-height: 100px;
  }
}
@media (max-width: 767px) {
  .icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner .ic-img.large-image img {
    max-height: 130px;
  }
}
.icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner .ic-img.medium-image {
  min-height: 192px;
  max-height: 192px;
}
@media (max-width: 1600px) {
  .icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner .ic-img.medium-image {
    min-height: 150px;
    max-height: 150px;
  }
}
@media (max-width: 1440px) {
  .icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner .ic-img.medium-image {
    min-height: 130px;
    max-height: 130px;
  }
}
@media (max-width: 1199px) {
  .icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner .ic-img.medium-image {
    min-height: 110px;
    max-height: 110px;
  }
}
@media (max-width: 991px) {
  .icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner .ic-img.medium-image {
    min-height: 100px;
    max-height: 100px;
  }
}
@media (max-width: 767px) {
  .icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner .ic-img.medium-image {
    margin-bottom: 23px;
    min-height: 100px;
    max-height: 100px;
  }
}
.icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner .ic-img.medium-image img {
  max-height: 192px;
}
@media (max-width: 1600px) {
  .icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner .ic-img.medium-image img {
    max-height: 150px;
  }
}
@media (max-width: 1440px) {
  .icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner .ic-img.medium-image img {
    max-height: 130px;
  }
}
@media (max-width: 1199px) {
  .icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner .ic-img.medium-image img {
    max-height: 110px;
  }
}
@media (max-width: 991px) {
  .icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner .ic-img.medium-image img {
    max-height: 100px;
  }
}
@media (max-width: 767px) {
  .icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner .ic-img.medium-image img {
    max-height: 100px;
    max-width: 160px;
  }
}
.icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner .ic-img.small-image {
  min-height: 100px;
  max-height: 100px;
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner .ic-img.small-image {
    min-height: 90px;
    max-height: 90px;
  }
}
@media (max-width: 1440px) {
  .icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner .ic-img.small-image {
    min-height: 80px;
    max-height: 80px;
  }
}
@media (max-width: 991px) {
  .icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner .ic-img.small-image {
    min-height: 70px;
    max-height: 70px;
  }
}
@media (max-width: 767px) {
  .icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner .ic-img.small-image {
    min-height: 70px;
    max-height: 70px;
  }
}
.icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner .ic-img.small-image img {
  max-height: 100px;
  max-width: 100px;
}
@media (max-width: 1600px) {
  .icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner .ic-img.small-image img {
    max-height: 90px;
    max-width: 90px;
  }
}
@media (max-width: 1440px) {
  .icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner .ic-img.small-image img {
    max-height: 80px;
    max-width: 80px;
  }
}
@media (max-width: 991px) {
  .icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner .ic-img.small-image img {
    max-height: 70px;
    max-width: 70px;
  }
}
@media (max-width: 767px) {
  .icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner .ic-img.small-image img {
    max-height: 70px;
    max-width: 70px;
  }
}
.icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner .ic-img img {
  display: block;
  margin: 0 auto;
}
.icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner h5 {
  margin-bottom: 23px;
}
@media (max-width: 1366px) {
  .icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner h5 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner h5 {
    margin-bottom: 15px;
  }
}
.icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner h5.font-secondary {
  font-weight: 700;
}
.icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner p {
  margin-bottom: 27px;
}
@media (max-width: 1199px) {
  .icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner p {
    margin-bottom: 20px;
  }
}
.icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner p:last-child {
  margin-bottom: 0px;
}
.icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner .link {
  transition: all 0.5s ease-in-out;
  margin-top: auto;
}
@media (max-width: 767px) {
  .icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner .link {
    font-size: 16px;
    font-weight: 800;
    padding-right: 20px;
  }
}
.icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner-link:hover .link {
  color: #F26D37;
  padding-right: 35px;
}
.icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner-link:hover .link:after {
  background-image: url(/app/themes/digital-boost/dist/img/btn-arrow-orange.svg?a9a739c211798b61675af3d4f95ec561);
}
.icons-text-sec .icons-text-wrap .ic-txt-col .ic-txt-inner-link:hover .ic-img {
  transform: scale(1.18);
}
.icons-text-sec .icons-text-wrap .ic-txt-col.text-center .ic-txt-inner {
  align-items: center;
}
.icons-text-sec.text-img-left .icons-text-wrap {
  justify-content: flex-start;
}
.icons-text-sec.text-img-left .icons-text-wrap .ic-txt-col .ic-txt-inner .ic-img {
  transform-origin: left;
}
.icons-text-sec.text-img-left .icons-text-wrap .ic-txt-col .ic-txt-inner .ic-img img {
  margin: 0;
}
.icons-text-sec.four-ic-txt-sec .icons-text-wrap {
  margin: 0 -45px;
}
@media (max-width: 1600px) {
  .icons-text-sec.four-ic-txt-sec .icons-text-wrap {
    margin: 0 -20px;
  }
}
@media (max-width: 1199px) {
  .icons-text-sec.four-ic-txt-sec .icons-text-wrap {
    margin: 0 -15px;
  }
}
@media (max-width: 991px) {
  .icons-text-sec.four-ic-txt-sec .icons-text-wrap {
    margin: 0 -15px;
  }
}
.icons-text-sec.four-ic-txt-sec .icons-text-wrap .ic-txt-col {
  width: 25%;
  padding: 0 45px;
}
@media (max-width: 1600px) {
  .icons-text-sec.four-ic-txt-sec .icons-text-wrap .ic-txt-col {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .icons-text-sec.four-ic-txt-sec .icons-text-wrap .ic-txt-col {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .icons-text-sec.four-ic-txt-sec .icons-text-wrap .ic-txt-col {
    width: 33.33%;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .icons-text-sec.four-ic-txt-sec .icons-text-wrap .ic-txt-col {
    width: 100%;
  }
}

.advisory-carousel-sec {
  background: #166b7a;
  overflow: hidden;
}
.advisory-carousel-sec.space-top {
  padding-top: 100px;
}
@media (max-width: 1600px) {
  .advisory-carousel-sec.space-top {
    padding-top: 100px;
  }
}
@media (max-width: 1440px) {
  .advisory-carousel-sec.space-top {
    padding-top: 100px;
  }
}
@media (max-width: 1199px) {
  .advisory-carousel-sec.space-top {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .advisory-carousel-sec.space-top {
    padding-top: 50px;
  }
}
.advisory-carousel-sec.space-bottom {
  padding-bottom: 100px;
}
@media (max-width: 1600px) {
  .advisory-carousel-sec.space-bottom {
    padding-bottom: 100px;
  }
}
@media (max-width: 1440px) {
  .advisory-carousel-sec.space-bottom {
    padding-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  .advisory-carousel-sec.space-bottom {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .advisory-carousel-sec.space-bottom {
    padding-bottom: 50px;
  }
}
.advisory-carousel-sec .advisory-carousel-title {
  margin-top: 5px;
  padding-right: 120px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .advisory-carousel-sec .advisory-carousel-title {
    text-align: center;
    display: block;
    padding-right: 0px;
  }
}
@media screen and (max-width: 599px) {
  .advisory-carousel-sec .advisory-carousel-title {
    text-align: center;
    display: block;
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .advisory-carousel-sec .advisory-carousel-title {
    text-align: center;
    margin-top: 0;
    padding-right: 0;
  }
}
.advisory-carousel-sec .advisory-carousel-title h3 {
  color: #fff;
}
.advisory-carousel-sec .advisory-carousel-title .advisory-carousel-heading {
  flex: 0 0 305px;
  margin-bottom: 0;
  padding-right: 64px;
}
.advisory-carousel-sec .advisory-carousel-title .advisory-carousel-heading:only-child {
  flex: 0 0 100%;
  padding-right: 0;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .advisory-carousel-sec .advisory-carousel-title .advisory-carousel-heading {
    flex: 100%;
    margin-bottom: 25px;
    padding-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .advisory-carousel-sec .advisory-carousel-title .advisory-carousel-heading {
    flex: 100%;
    margin-bottom: 25px;
    padding-right: 0;
  }
}
.advisory-carousel-sec .advisory-carousel-title .advisory-carousel-text {
  flex: 0 0 570px;
}
@media screen and (max-width: 1600px) {
  .advisory-carousel-sec .advisory-carousel-title .advisory-carousel-text {
    flex: 0 0 480px;
  }
}
.advisory-carousel-sec .advisory-carousel-title .advisory-carousel-text p {
  color: #fff;
}
.advisory-carousel-sec .advisory-carousel-title .advisory-carousel-text p a {
  color: #fff;
}
.advisory-carousel-sec .advisory-carousel-title .advisory-carousel-text p a:hover, .advisory-carousel-sec .advisory-carousel-title .advisory-carousel-text p a:focus {
  color: #000;
}
.advisory-carousel-sec .advisory-carousel-main {
  position: relative;
}
@media (max-width: 767px) {
  .advisory-carousel-sec .advisory-carousel-main {
    padding-bottom: 84px;
  }
}
.advisory-carousel-sec .swiper.advisory-carousel-slider {
  padding: 0 0;
  margin: 0 -56px;
  margin-top: 75px;
  overflow: inherit;
  position: static;
}
@media (max-width: 1790px) {
  .advisory-carousel-sec .swiper.advisory-carousel-slider {
    margin: 0;
    margin-top: 70px;
  }
}
@media (max-width: 1600px) {
  .advisory-carousel-sec .swiper.advisory-carousel-slider {
    margin-top: 56px;
  }
}
@media (max-width: 1440px) {
  .advisory-carousel-sec .swiper.advisory-carousel-slider {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .advisory-carousel-sec .swiper.advisory-carousel-slider {
    margin-top: 42px;
  }
}
@media (max-width: 991px) {
  .advisory-carousel-sec .swiper.advisory-carousel-slider {
    margin-top: 42px;
  }
}
@media (max-width: 767px) {
  .advisory-carousel-sec .swiper.advisory-carousel-slider {
    margin: 0 0%;
    margin-top: 79px;
    padding: 0 40px;
  }
}
@media (max-width: 350px) {
  .advisory-carousel-sec .swiper.advisory-carousel-slider {
    padding: 0 10px;
  }
}
.advisory-carousel-sec .swiper.advisory-carousel-slider .swiper-wrapper {
  align-items: stretch;
}
.advisory-carousel-sec .swiper.advisory-carousel-slider .advisory-carousel-col {
  padding: 0 56px;
  min-height: 100%;
  height: initial;
}
@media (max-width: 1600px) {
  .advisory-carousel-sec .swiper.advisory-carousel-slider .advisory-carousel-col {
    padding: 0 40px;
  }
}
@media (max-width: 1440px) {
  .advisory-carousel-sec .swiper.advisory-carousel-slider .advisory-carousel-col {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .advisory-carousel-sec .swiper.advisory-carousel-slider .advisory-carousel-col {
    padding: 0 13px;
  }
}
.advisory-carousel-sec .swiper.advisory-carousel-slider .advisory-carousel-col .advisory-wrap {
  background: #b8eaf0;
  display: flex;
  min-height: 100%;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 10px;
}
.advisory-carousel-sec .swiper.advisory-carousel-slider .advisory-carousel-col .advisory-wrap .advisory-ic {
  width: 141px;
  height: 141px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -70px;
  padding: 0;
}
@media (max-width: 1600px) {
  .advisory-carousel-sec .swiper.advisory-carousel-slider .advisory-carousel-col .advisory-wrap .advisory-ic {
    width: 90px;
    height: 90px;
    margin-left: -45px;
  }
}
@media (max-width: 1440px) {
  .advisory-carousel-sec .swiper.advisory-carousel-slider .advisory-carousel-col .advisory-wrap .advisory-ic {
    width: 90px;
    height: 90px;
    margin-left: -45px;
  }
}
@media (max-width: 991px) {
  .advisory-carousel-sec .swiper.advisory-carousel-slider .advisory-carousel-col .advisory-wrap .advisory-ic {
    width: 80px;
    height: 80px;
    margin-left: -40px;
  }
}
@media (max-width: 767px) {
  .advisory-carousel-sec .swiper.advisory-carousel-slider .advisory-carousel-col .advisory-wrap .advisory-ic {
    margin: -45px auto 0;
    padding: 0;
  }
}
.advisory-carousel-sec .swiper.advisory-carousel-slider .advisory-carousel-col .advisory-wrap .advisory-ic img {
  display: block;
  width: 100%;
  border-radius: 100%;
}
.advisory-carousel-sec .swiper.advisory-carousel-slider .advisory-carousel-col .advisory-wrap .advisory-content {
  width: calc(100% - 71px);
  padding: 37px 20px 41px 20px;
}
@media (max-width: 1600px) {
  .advisory-carousel-sec .swiper.advisory-carousel-slider .advisory-carousel-col .advisory-wrap .advisory-content {
    width: calc(100% - 45px);
    padding: 30px 20px 30px 15px;
  }
}
@media (max-width: 1440px) {
  .advisory-carousel-sec .swiper.advisory-carousel-slider .advisory-carousel-col .advisory-wrap .advisory-content {
    width: calc(100% - 45px);
    padding: 25px 20px 25px 20px;
  }
}
@media (max-width: 991px) {
  .advisory-carousel-sec .swiper.advisory-carousel-slider .advisory-carousel-col .advisory-wrap .advisory-content {
    width: calc(100% - 40px);
    padding: 25px 15px 25px 15px;
  }
}
@media (max-width: 767px) {
  .advisory-carousel-sec .swiper.advisory-carousel-slider .advisory-carousel-col .advisory-wrap .advisory-content {
    width: 100%;
    padding: 20px 30px 30px 30px;
    text-align: center;
  }
}
.advisory-carousel-sec .swiper.advisory-carousel-slider .advisory-carousel-col .advisory-wrap .advisory-content h6 {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .advisory-carousel-sec .swiper.advisory-carousel-slider .advisory-carousel-col .advisory-wrap .advisory-content h6 {
    font-size: 18px;
  }
}
.advisory-carousel-sec .swiper.advisory-carousel-slider .advisory-carousel-col .advisory-wrap .advisory-content p {
  color: #1A1A1A;
  line-height: 24px;
}
.advisory-carousel-sec .swiper.advisory-carousel-slider .advisory-carousel-col .advisory-wrap .advisory-content p a {
  line-height: inherit;
}
.advisory-carousel-sec .swiper.advisory-carousel-slider .swiper-button-prev,
.advisory-carousel-sec .swiper.advisory-carousel-slider .swiper-button-next {
  position: absolute;
  top: 0;
  left: auto;
  margin-top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .advisory-carousel-sec .swiper.advisory-carousel-slider .swiper-button-prev,
  .advisory-carousel-sec .swiper.advisory-carousel-slider .swiper-button-next {
    left: 70px;
    top: auto;
    bottom: 0;
    right: 0;
    margin: 0 auto;
  }
}
.advisory-carousel-sec .swiper.advisory-carousel-slider .swiper-button-next:before {
  background-image: url(/app/themes/digital-boost/dist/img/white-slider-right-arrow.svg?5a08aaa1b82666ce79c8aaf45e84db5d);
}
.advisory-carousel-sec .swiper.advisory-carousel-slider .swiper-button-next:after {
  background-image: url(/app/themes/digital-boost/dist/img/mustard-right-arrow.svg?63a3339bbb7da0c5d094de1eaa10109a);
}
.advisory-carousel-sec .swiper.advisory-carousel-slider .swiper-button-prev {
  margin-right: 66px;
}
@media (max-width: 767px) {
  .advisory-carousel-sec .swiper.advisory-carousel-slider .swiper-button-prev {
    left: -70px;
    margin-right: auto;
  }
}
.advisory-carousel-sec .swiper.advisory-carousel-slider .swiper-button-prev:before {
  background-image: url(/app/themes/digital-boost/dist/img/white-slider-left-arrow.svg?041ccccf91d6356c1a1939db26353445);
}
.advisory-carousel-sec .swiper.advisory-carousel-slider .swiper-button-prev:after {
  background-image: url(/app/themes/digital-boost/dist/img/mustard-left-arrow.svg?9ee79fa16a96484b6222f2ea1f5ab8e2);
}

.text-img-sec {
  overflow: hidden;
}
.text-img-sec.space-bottom {
  padding-bottom: 100px;
}
@media (max-width: 1600px) {
  .text-img-sec.space-bottom {
    padding-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  .text-img-sec.space-bottom {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .text-img-sec.space-bottom {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .text-img-sec.space-bottom {
    padding-bottom: 50px;
  }
}
@media (max-width: 1600px) {
  .text-img-sec.space-top {
    padding-top: 100px;
  }
}
@media (max-width: 1199px) {
  .text-img-sec.space-top {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .text-img-sec.space-top {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .text-img-sec.space-top {
    padding-top: 50px;
  }
}
.text-img-sec .text-img-heading {
  margin-bottom: 68px;
}
.text-img-sec .text-img-heading h3.center {
  text-align: center;
}
@media (max-width: 1600px) {
  .text-img-sec .text-img-heading {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .text-img-sec .text-img-heading {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .text-img-sec .text-img-slider {
    overflow: inherit;
  }
}
@media (max-width: 767px) {
  .text-img-sec .text-img-slider {
    text-align: center;
    overflow: inherit;
  }
}
@media (min-width: 768px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap {
    flex-wrap: wrap;
    transform: none !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap {
    text-align: left;
    margin-bottom: 12px;
  }
}
.text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main {
    width: 100% !important;
  }
}
@media (max-width: 1366px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main {
    margin-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main {
    margin-bottom: 0px;
    padding: 0 13px;
  }
}
.text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main.swiper-slide-duplicate {
    display: none;
  }
}
.text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-col {
  width: 478px;
  height: 478px;
  margin-right: 32px;
  background: #583372;
  border-radius: 22px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 1600px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-col {
    width: 380px;
    height: 380px;
  }
}
@media (max-width: 1199px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-col {
    width: 350px;
    height: 350px;
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-col {
    width: 350px;
    height: 350px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-col {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    margin: 0 0 25px;
  }
}
@media (max-width: 767px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-col.txt-lbl-col {
    margin-bottom: 60px;
  }
}
@media (max-width: 400px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-col.txt-lbl-col {
    margin-bottom: 70px;
  }
}
.text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-col .sec-col-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-col .sec-col-wrap {
    padding-bottom: 100%;
    height: 0;
  }
}
.text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-col .sec-col-wrap:after {
  content: "";
  border: 65px solid #583372;
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  border-radius: 100%;
  height: calc(100% + 4px);
  opacity: 1;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 1600px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-col .sec-col-wrap:after {
    border-width: 40px;
  }
}
@media (max-width: 767px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-col .sec-col-wrap:after {
    border-width: 46px;
  }
}
.text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-col .sec-col-wrap .sec-img-wrap {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  margin: 0 auto;
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
.text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-col .img-content-wrap {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.07);
  margin: 0 auto;
  min-width: 293px;
  display: flex;
  flex-wrap: wrap;
  padding: 12px 21px 12px;
  position: absolute;
  z-index: 1;
  transition: all 0.25s ease-in-out;
  align-items: center;
  bottom: 0;
  transform: translateY(50%);
  max-width: 81.6%;
}
@media (max-width: 1440px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-col .img-content-wrap {
    min-width: 250px;
  }
}
@media (max-width: 1199px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-col .img-content-wrap {
    max-width: 90%;
  }
}
@media (max-width: 991px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-col .img-content-wrap {
    padding: 12px 16px 12px;
  }
}
@media (max-width: 767px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-col .img-content-wrap {
    max-width: 65%;
    padding: 7px 14px 7px 14px;
    z-index: 11;
    min-width: 200px;
  }
}
.text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-col .img-content-wrap .thumb__img {
  width: 51px;
  height: 51px;
  background-size: cover;
  border-radius: 100%;
  background-position: center center;
}
@media (max-width: 991px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-col .img-content-wrap .thumb__img {
    width: 35px;
    height: 35px;
  }
}
.text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-col .img-content-wrap .thumb__conetnt {
  width: calc(100% - 51px);
  padding-left: 17px;
}
@media (max-width: 991px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-col .img-content-wrap .thumb__conetnt {
    width: calc(100% - 35px);
  }
}
@media (max-width: 767px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-col .img-content-wrap .thumb__conetnt {
    padding-left: 11px;
  }
}
.text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-col .img-content-wrap .thumb__conetnt h6 {
  margin-bottom: 5px;
  line-height: 22px;
}
@media (max-width: 1366px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-col .img-content-wrap .thumb__conetnt h6 {
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-col .img-content-wrap .thumb__conetnt h6 {
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-col .img-content-wrap .thumb__conetnt h6 {
    line-height: 18px;
  }
}
.text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-col .img-content-wrap .thumb__conetnt p {
  color: #166b7a;
  font-family: "Merriweather", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
@media (max-width: 1600px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-col .img-content-wrap .thumb__conetnt p {
    font-size: 14px;
    line-height: 22px;
  }
}
.text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content {
  width: calc(100% - 32px - 478px);
  background: #583372;
  color: #fff;
  border-radius: 30px;
  padding: 60px 170px 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content p a {
  color: #fff !important;
}
.text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content p a:hover {
  color: #fff !important;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content {
    padding: 60px 100px 50px;
    width: calc(100% - 32px - 380px);
  }
}
@media (max-width: 1366px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content {
    padding: 50px 100px 50px;
  }
}
@media (max-width: 1199px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content {
    width: calc(100% - 20px - 350px);
    padding: 50px 50px 50px;
  }
}
@media (max-width: 991px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content {
    width: calc(100% - 15px - 350px);
    padding: 50px 35px 50px;
  }
}
@media (max-width: 767px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content {
    width: 100%;
    padding: 44px 32px 50px;
  }
}
.text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content:before {
  content: "";
  position: absolute;
  top: 37px;
  left: 44px;
  background-image: url(/app/themes/digital-boost/dist/img/blue-pattern.svg?0a3171367f806858d3979595dd69ff9f);
  width: 111px;
  height: 96px;
  background-size: 111px;
  background-repeat: no-repeat;
  opacity: 0.2;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
@media (max-width: 1600px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content:before {
    top: 5px;
    left: 13px;
    background-size: 97px;
  }
}
@media (max-width: 1440px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content:before {
    top: 10px;
    left: 10px;
  }
}
@media (max-width: 1366px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content:before {
    top: 10px;
    left: 10px;
    background-size: 85px;
  }
}
@media (max-width: 1199px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content:before {
    top: 7px;
    left: 7px;
    background-size: 70px;
    width: 75px;
    height: 68px;
  }
}
@media (max-width: 991px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content:before {
    background-size: 55px;
  }
}
@media (max-width: 767px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content:before {
    top: -2px;
    left: -7px;
    background-size: 75px;
  }
}
.text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content:after {
  content: "";
  position: absolute;
  bottom: -19px;
  right: -41px;
  background-image: url(/app/themes/digital-boost/dist/img/purple-pattern.svg?f90639885090aa210d2dc9563a8abc20);
  width: 229px;
  height: 245px;
  background-size: 229px;
  background-repeat: no-repeat;
  opacity: 0.2;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
@media (max-width: 1600px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content:after {
    bottom: -29px;
    right: -51px;
    width: 200px;
    height: 225px;
    background-size: 200px;
  }
}
@media (max-width: 1199px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content:after {
    bottom: -19px;
    right: -21px;
    background-size: 169px;
    background-position: bottom right;
  }
}
@media (max-width: 991px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content:after {
    background-size: 120px;
  }
}
@media (max-width: 767px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content:after {
    bottom: -16px;
    right: -12px;
    background-size: 159px;
  }
}
.text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content h3,
.text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content p,
.text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content ul,
.text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content a,
.text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content ol,
.text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content hr,
.text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content li {
  color: #fff;
}
.text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content h3::before,
.text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content p::before,
.text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content ul::before,
.text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content a::before,
.text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content ol::before,
.text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content hr::before,
.text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content li::before {
  background-color: #fff;
}
.text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content h3 {
  margin-bottom: 26px;
}
@media (max-width: 1199px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content h3 {
    margin-bottom: 15px;
  }
}
.text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content h3.small-title {
  font-family: Gilroy, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: 0;
  color: #1A1A1A;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content h3.small-title {
    font-size: calc(20px + 0 * (100vw - 1023px) / 703);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content h3.small-title {
    font-size: calc(20px + 0 * (100vw - 1023px) / 703);
  }
}
@media (max-width: 1600px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content h3.small-title {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 1440px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content h3.small-title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1366px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content h3.small-title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1199px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content h3.small-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content h3.small-title {
    font-size: 16px;
    line-height: 26px;
  }
}
.text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content .btn {
  margin-top: 14px;
}
@media (max-width: 1199px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content .btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content .btn {
    width: 100%;
    text-align: center;
  }
}
.text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main.text-right-image-sec .sec-img-col {
  margin-left: 32px;
  margin-right: 0;
}
@media (max-width: 1199px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main.text-right-image-sec .sec-img-col {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main.text-right-image-sec .sec-img-col {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main.text-right-image-sec .sec-img-col {
    margin-left: 0px;
  }
}
.text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main.text-right-image-sec .sec-img-content {
  order: -1;
}
@media (max-width: 767px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main.text-right-image-sec .sec-img-content {
    order: inherit;
  }
}
.text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main.pattern-2 .sec-img-content:before {
  background-image: url(/app/themes/digital-boost/dist/img/img-text-purple-pattern.svg?c1652dfcdbefbcf75bde8a486d257a6d);
}
.text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main.pattern-2 .sec-img-content:after {
  background-image: url(/app/themes/digital-boost/dist/img/img-text-orange.svg?e107c6d55969281e1b665c7c506e049e);
}
@media (min-width: 768px) {
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-inner:hover .sec-img-col .sec-col-wrap:after {
    border: 0px solid transparent;
    border-radius: 0;
  }
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-inner:hover .sec-img-col .sec-col-wrap .sec-img-wrap {
    width: 100%;
    height: 100%;
    border-radius: 22px;
  }
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-inner:hover .sec-img-col .img-content-wrap {
    transform: translateY(30%);
  }
  .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-inner:hover .sec-img-content:before, .text-img-sec .text-img-slider .text-img-inner-wrap .text-img-inner:hover .sec-img-content:after {
    opacity: 1;
  }
}
.text-img-sec .text-img-slider .swiper-button-prev,
.text-img-sec .text-img-slider .swiper-button-next {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .text-img-sec .text-img-slider .swiper-button-prev,
  .text-img-sec .text-img-slider .swiper-button-next {
    display: none;
  }
}
.text-img-sec.gray-text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-col {
  background: #fafafa;
}
.text-img-sec.gray-text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-col .sec-col-wrap:after {
  border-color: #fafafa;
}
.text-img-sec.gray-text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content {
  background: #fafafa;
  color: #2F2F2F;
}
.text-img-sec.gray-text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content h3,
.text-img-sec.gray-text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content p {
  color: #2F2F2F;
}
.text-img-sec.gray-text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content .btn {
  background: transparent;
  border-color: #583372;
  color: #583372;
}
.text-img-sec.gray-text-img-sec .text-img-slider .text-img-inner-wrap .text-img-main .sec-img-content .btn:hover {
  background: #583372;
  color: #fff;
}

.logo-carousel-sec {
  overflow: hidden;
}
.logo-carousel-sec.space-bottom {
  padding-bottom: 100px;
}
@media (max-width: 1600px) {
  .logo-carousel-sec.space-bottom {
    padding-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  .logo-carousel-sec.space-bottom {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .logo-carousel-sec.space-bottom {
    padding-bottom: 70px;
  }
}
.logo-carousel-sec .logo-carousel-title {
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}
.logo-carousel-sec .logo-carousel-title h3 {
  margin-bottom: 32px;
}
@media (max-width: 1600px) {
  .logo-carousel-sec .logo-carousel-title h3 {
    margin-bottom: 25px;
  }
}
@media (max-width: 1366px) {
  .logo-carousel-sec .logo-carousel-title h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .logo-carousel-sec .logo-carousel-title h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .logo-carousel-sec .logo-carousel-title h3 {
    margin-bottom: 20px;
  }
}
.logo-carousel-sec .logo-carousel-title p {
  margin-bottom: 38px;
}
@media (max-width: 1600px) {
  .logo-carousel-sec .logo-carousel-title p {
    margin-bottom: 30px;
  }
}
@media (max-width: 1366px) {
  .logo-carousel-sec .logo-carousel-title p {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .logo-carousel-sec .logo-carousel-title p {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .logo-carousel-sec .logo-carousel-title p {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .logo-carousel-sec .logo-carousel-title .btn {
    width: 100%;
    margin-top: 16px;
  }
}
.logo-carousel-sec .logo-carousel-slider {
  margin: 0 107px;
  margin-top: 43px;
  padding-bottom: 77px;
  width: calc(100% - 107px - 107px);
}
@media (max-width: 1366px) {
  .logo-carousel-sec .logo-carousel-slider {
    margin: 0 50px;
    margin-top: 40px;
    width: calc(100% - 50px - 50px);
  }
}
@media (max-width: 1366px) {
  .logo-carousel-sec .logo-carousel-slider {
    margin: 0 0px;
    margin-top: 40px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .logo-carousel-sec .logo-carousel-slider {
    margin: 36px -25% 0;
    width: auto;
    padding-bottom: 68px;
  }
}
.logo-carousel-sec .logo-carousel-slider .swiper-wrapper {
  align-items: center;
}
.logo-carousel-sec .logo-carousel-slider .swiper-wrapper .logo-col {
  padding: 0 20px;
}
.logo-carousel-sec .logo-carousel-slider .swiper-wrapper .logo-col img {
  margin: 0 auto;
}

.swiper.swiper-horizontal > .swiper-scrollbar,
.swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
  max-width: 422px;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 26px;
  background: transparent;
}
@media (max-width: 767px) {
  .swiper.swiper-horizontal > .swiper-scrollbar,
  .swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
    max-width: calc(100vw - 70px);
    width: 100%;
  }
}
@media (max-width: 599px) {
  .swiper.swiper-horizontal > .swiper-scrollbar,
  .swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
    max-width: calc(100vw - 50px);
  }
}
.swiper.swiper-horizontal > .swiper-scrollbar:after,
.swiper .swiper-scrollbar.swiper-scrollbar-horizontal:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto 0;
  background: #F26D37;
}
.swiper.swiper-horizontal > .swiper-scrollbar .swiper-scrollbar-drag,
.swiper .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  background-image: url(/app/themes/digital-boost/dist/img/scroll-drag-ic.svg?4a10bd3e0250577c5affd20523f4d2cb);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: center center;
  cursor: pointer;
}
@keyframes fadeIn {
  0% {
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0);
  }
}
.fadeIn {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.frozen-text-sec.space-top {
  padding-top: 77px;
}
.frozen-text-sec.space-bottom {
  padding-bottom: 60px;
}
.frozen-text-sec .frozen-text-main {
  background: #fafafa;
  padding: 100px 94px 100px;
  position: relative;
  border-radius: 30px;
  z-index: 1;
  transition: all 0.5s ease-in;
}
@media (max-width: 1600px) {
  .frozen-text-sec .frozen-text-main {
    padding: 100px 80px 100px;
  }
}
@media (max-width: 1440px) {
  .frozen-text-sec .frozen-text-main {
    padding: 90px 70px 90px;
  }
}
@media (max-width: 1199px) {
  .frozen-text-sec .frozen-text-main {
    padding: 80px 50px 80px;
  }
}
@media (max-width: 991px) {
  .frozen-text-sec .frozen-text-main {
    padding: 80px 40px 80px;
  }
}
@media (max-width: 767px) {
  .frozen-text-sec .frozen-text-main {
    padding: 50px 25px 50px;
  }
}
.frozen-text-sec .frozen-text-main .frozen-text-bg {
  position: absolute;
  top: 0;
  left: 0;
  background: url(/app/themes/digital-boost/dist/img/frozen-text-bg.svg?708e85bacc5cae8245ec02d5a4d0bcd1) no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 30px;
  background-attachment: fixed;
}
@media (max-width: 1024px) {
  .frozen-text-sec .frozen-text-main .frozen-text-bg {
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .frozen-text-sec .frozen-text-main .frozen-text-bg {
    background: url(/app/themes/digital-boost/dist/img/frozen-text-mob-bg.svg?9c5976b8e76b73d3dc3e5ad372d248f8) no-repeat center center;
    background-size: cover;
  }
}
.frozen-text-sec .frozen-text-main .frozen-text-bg.hide {
  display: none;
}
.frozen-text-sec .frozen-text-main h4 {
  color: #583372;
}
@media (max-width: 767px) {
  .frozen-text-sec .frozen-text-main h4 {
    line-height: 30px;
  }
}
.frozen-text-sec .frozen-text-main h5 {
  margin-bottom: 17px;
}
@media (max-width: 991px) {
  .frozen-text-sec .frozen-text-main h5 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .frozen-text-sec .frozen-text-main h5 {
    margin-bottom: 8px;
  }
}
.frozen-text-sec .frozen-text-main p {
  margin-bottom: 16px;
}
.frozen-text-sec .frozen-text-main p + p {
  margin-top: 30px;
}
@media (max-width: 1600px) {
  .frozen-text-sec .frozen-text-main p + p {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .frozen-text-sec .frozen-text-main p + p {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .frozen-text-sec .frozen-text-main p + p {
    margin-top: 16px;
  }
}
.frozen-text-sec .frozen-text-main p:last-child {
  margin-bottom: 0;
}
.frozen-text-sec .frozen-text-main .frozen-text-row {
  margin-bottom: 105px;
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.5s ease-in 0.5s, transform 0.5s ease-in;
}
.frozen-text-sec .frozen-text-main .frozen-text-row.fadeUp {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s ease-in;
}
.frozen-text-sec .frozen-text-main .frozen-text-row.fadeDownTrans {
  opacity: 1;
  transform: translateY(0px);
}
@media (max-width: 1600px) {
  .frozen-text-sec .frozen-text-main .frozen-text-row {
    margin-bottom: 80px;
  }
}
@media (max-width: 1440px) {
  .frozen-text-sec .frozen-text-main .frozen-text-row {
    margin-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .frozen-text-sec .frozen-text-main .frozen-text-row {
    margin-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .frozen-text-sec .frozen-text-main .frozen-text-row {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .frozen-text-sec .frozen-text-main .frozen-text-row {
    margin-bottom: 50px;
  }
}
.frozen-text-sec .frozen-text-main .frozen-text-row:last-child {
  margin-bottom: 0;
}
.frozen-text-sec .frozen-text-main .frozen-text-row.extra-child {
  opacity: 1;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .frozen-text-sec .frozen-text-main .frozen-text-row.extra-child {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .frozen-text-sec .frozen-text-main .frozen-text-row.extra-child {
    margin-bottom: 16px;
  }
}
.frozen-text-sec .frozen-text-main .frozen-text-row.extra-child .frozen-text-col1 h4 {
  transition: all 0.5s ease;
  position: fixed;
  top: 0;
}
@media (max-width: 1024px) {
  .frozen-text-sec .frozen-text-main .frozen-text-row.extra-child .frozen-text-col1 h4 {
    position: static;
  }
}
.frozen-text-sec .frozen-text-main .frozen-text-row.extra-child.fadeUp .frozen-text-col1 h4 {
  top: 40px;
}
@media (max-width: 1366px) {
  .frozen-text-sec .frozen-text-main .frozen-text-row.extra-child.fadeUp .frozen-text-col1 h4 {
    top: 55px;
  }
}
.frozen-text-sec .frozen-text-main .frozen-text-row.extra-child.fadeUp .frozen-text-col2 {
  opacity: 0;
  transition: all 0.3s ease-in;
}
@media (max-width: 1024px) {
  .frozen-text-sec .frozen-text-main .frozen-text-row.fadeIn {
    opacity: 1;
  }
}
.frozen-text-sec .frozen-text-main .frozen-text-row .frozen-text-col1 {
  width: 40.5%;
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .frozen-text-sec .frozen-text-main .frozen-text-row .frozen-text-col1 {
    width: 38%;
  }
}
@media (max-width: 767px) {
  .frozen-text-sec .frozen-text-main .frozen-text-row .frozen-text-col1 {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
.frozen-text-sec .frozen-text-main .frozen-text-row .frozen-text-col1 *:last-child {
  margin-bottom: 0;
}
.frozen-text-sec .frozen-text-main .frozen-text-row .frozen-text-col2 {
  width: 59.5%;
  margin-top: 4px;
  transition: all 0.5s ease-in 0.5s;
}
@media (max-width: 1199px) {
  .frozen-text-sec .frozen-text-main .frozen-text-row .frozen-text-col2 {
    width: 62%;
  }
}
@media (max-width: 767px) {
  .frozen-text-sec .frozen-text-main .frozen-text-row .frozen-text-col2 {
    width: 100%;
  }
}
.frozen-text-sec .frozen-text-main .frozen-text-row .btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .frozen-text-sec .frozen-text-main .frozen-text-row .btn {
    width: 100%;
  }
}
.frozen-text-sec .frozen-text-main .frozen-text-row .btn--white {
  background-color: transparent;
}
.frozen-text-sec .frozen-text-main .frozen-text-row .btn--white:hover, .frozen-text-sec .frozen-text-main .frozen-text-row .btn--white:focus {
  background-color: #166b7a;
}

.imapct-sec {
  overflow: hidden;
}
.imapct-sec.space-top {
  padding-top: 100px;
}
@media (max-width: 1600px) {
  .imapct-sec.space-top {
    padding-top: 100px;
  }
}
@media (max-width: 1199px) {
  .imapct-sec.space-top {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .imapct-sec.space-top {
    padding-top: 60px;
  }
}
.imapct-sec.space-bottom {
  padding-bottom: 100px;
}
@media (max-width: 1600px) {
  .imapct-sec.space-bottom {
    padding-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  .imapct-sec.space-bottom {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .imapct-sec.space-bottom {
    padding-bottom: 60px;
  }
}
.imapct-sec .impact-heading {
  display: flex;
  flex-wrap: wrap;
}
.imapct-sec .impact-heading .heading-left {
  width: 25%;
  padding-right: 20px;
  word-break: break-word;
  max-width: 325px;
}
@media (max-width: 1600px) {
  .imapct-sec .impact-heading .heading-left {
    width: 35%;
    max-width: 325px;
  }
}
@media (max-width: 991px) {
  .imapct-sec .impact-heading .heading-left {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .imapct-sec .impact-heading .heading-left {
    width: 100%;
    padding-right: 0;
  }
}
.imapct-sec .impact-heading .heading-left h3 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .imapct-sec .impact-heading .heading-left h3 {
    margin-bottom: 20px;
  }
}
.imapct-sec .impact-heading .heading-right {
  width: 70%;
  max-width: 572px;
  padding-top: 12px;
}
@media (max-width: 1600px) {
  .imapct-sec .impact-heading .heading-right {
    max-width: 480px;
  }
}
@media (max-width: 991px) {
  .imapct-sec .impact-heading .heading-right {
    max-width: none;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 0px;
    width: 44%;
  }
}
@media (max-width: 767px) {
  .imapct-sec .impact-heading .heading-right {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0;
  }
}
.imapct-sec .impact-heading .heading-right p {
  line-height: 26px;
}
@media (max-width: 1440px) {
  .imapct-sec .impact-heading .heading-right p {
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .imapct-sec .impact-heading .heading-right p {
    line-height: 23px;
  }
}
@media (max-width: 767px) {
  .imapct-sec .impact-heading .heading-right p {
    line-height: 26px;
  }
}
.imapct-sec .impact-slider {
  overflow: inherit;
  padding-top: 80px;
  margin: 0 -20px;
  -webkit-appearance: none;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 1600px) {
  .imapct-sec .impact-slider {
    margin: 0 -15px;
  }
}
@media (max-width: 1366px) {
  .imapct-sec .impact-slider {
    margin: 0 -10px;
  }
}
@media (max-width: 991px) {
  .imapct-sec .impact-slider {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .imapct-sec .impact-slider {
    padding: 0 33px;
    padding-top: 60px;
    margin: 0 -10px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .imapct-sec .impact-slider .swiper-wrapper {
    text-align: left;
  }
}
.imapct-sec .impact-slider .swiper-slide {
  padding: 0 20px;
  height: auto;
  -webkit-appearance: none;
  backface-visibility: hidden;
}
@media (max-width: 1600px) {
  .imapct-sec .impact-slider .swiper-slide {
    padding: 0 15px;
  }
}
@media (max-width: 1366px) {
  .imapct-sec .impact-slider .swiper-slide {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .imapct-sec .impact-slider .swiper-slide {
    padding: 0 10px;
  }
}
.imapct-sec .impact-slider .swiper-slide .full-height-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 22px;
  padding: 33px 51px 100px;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 1600px) {
  .imapct-sec .impact-slider .swiper-slide .full-height-inner {
    padding: 30px 35px 60px;
  }
}
@media (max-width: 1440px) {
  .imapct-sec .impact-slider .swiper-slide .full-height-inner {
    padding: 30px 35px 50px;
  }
}
@media (max-width: 1366px) {
  .imapct-sec .impact-slider .swiper-slide .full-height-inner {
    padding: 30px 30px 45px;
  }
}
@media (max-width: 767px) {
  .imapct-sec .impact-slider .swiper-slide .full-height-inner {
    padding: 30px 30px 30px 30px;
  }
}
.imapct-sec .impact-slider .swiper-slide .full-height-inner .number-col {
  font-size: 55px;
  font-weight: 700;
  font-family: "Merriweather", sans-serif;
  color: #166b7a;
  line-height: 55px;
  margin-bottom: 30px;
  word-break: break-word;
}
@media (max-width: 1600px) {
  .imapct-sec .impact-slider .swiper-slide .full-height-inner .number-col {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .imapct-sec .impact-slider .swiper-slide .full-height-inner .number-col {
    font-size: 3.2rem;
    line-height: 3.2rem;
    margin-bottom: 35px;
  }
}
.imapct-sec .impact-slider .swiper-slide .full-height-inner p {
  line-height: 21px;
  color: #166b7a;
}
@media (max-width: 1440px) {
  .imapct-sec .impact-slider .swiper-slide .full-height-inner p {
    line-height: 19px;
  }
}
@media (max-width: 767px) {
  .imapct-sec .impact-slider .swiper-slide .full-height-inner p {
    line-height: 1.5rem;
    font-size: 1.3rem;
  }
}
.imapct-sec .impact-slider .swiper-slide .full-height-inner p a {
  line-height: inherit;
}
.imapct-sec .impact-slider .swiper-slide .half-height-inner {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.imapct-sec .impact-slider .swiper-slide .half-height-inner .content-box-wrap {
  background: #FAF0E1;
  border-radius: 22px;
  padding: 30px 35px 38px;
  margin-bottom: 40px;
  width: 100%;
}
@media (max-width: 1600px) {
  .imapct-sec .impact-slider .swiper-slide .half-height-inner .content-box-wrap {
    padding: 25px 25px 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1440px) {
  .imapct-sec .impact-slider .swiper-slide .half-height-inner .content-box-wrap {
    padding: 30px 30px 30px;
  }
}
@media (max-width: 1199px) {
  .imapct-sec .impact-slider .swiper-slide .half-height-inner .content-box-wrap {
    padding: 30px 25px 30px;
  }
}
@media (max-width: 767px) {
  .imapct-sec .impact-slider .swiper-slide .half-height-inner .content-box-wrap {
    margin-bottom: 28px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .imapct-sec .impact-slider .swiper-slide .half-height-inner .content-box-wrap p {
    margin-bottom: 0;
  }
}
.imapct-sec .impact-slider .swiper-slide .half-height-inner .content-box-wrap .link {
  margin-top: 27px;
  text-transform: capitalize;
}
@media (max-width: 1600px) {
  .imapct-sec .impact-slider .swiper-slide .half-height-inner .content-box-wrap .link {
    margin-top: 5px;
  }
}
@media (max-width: 1440px) {
  .imapct-sec .impact-slider .swiper-slide .half-height-inner .content-box-wrap .link {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .imapct-sec .impact-slider .swiper-slide .half-height-inner .content-box-wrap .link {
    font-size: 16px;
    line-height: 26px;
    margin-top: 6px;
  }
}
.imapct-sec .impact-slider .swiper-slide .half-height-inner .content-box-wrap .link:hover, .imapct-sec .impact-slider .swiper-slide .half-height-inner .content-box-wrap .link:focus {
  padding-right: 35px;
}
.imapct-sec .impact-slider .swiper-slide .half-height-inner .img-box-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.imapct-sec .impact-slider .swiper-slide .half-height-inner .img-box-col .img-box-wrap {
  width: 100%;
  padding-bottom: 89%;
  position: relative;
  z-index: 1;
  backface-visibility: hidden;
}
.imapct-sec .impact-slider .swiper-slide .half-height-inner .img-box-col .img-box-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  background: url(/app/themes/digital-boost/dist/img/shape-bg.png?81eeb73a48b1a514eabe464a4c0a628b);
  background-repeat: no-repeat;
  background-size: cover;
}
.imapct-sec .impact-slider .swiper-slide .half-height-inner .img-box-col .img-box-wrap .img-wrap-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0px;
  bottom: 0px;
  backface-visibility: hidden;
}
.imapct-sec .impact-slider .swiper-slide .half-height-inner .img-box-col .person-img-info {
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  background: #fff;
  display: table;
  margin-top: -11%;
  position: relative;
  z-index: 1;
  padding: 13px 23px 11px;
  min-width: 188px;
}
@media (max-width: 767px) {
  .imapct-sec .impact-slider .swiper-slide .half-height-inner .img-box-col .person-img-info {
    margin-top: -7%;
    padding: 10px 18px 8px;
    min-width: 159px;
  }
}
.imapct-sec .impact-slider .swiper-slide .half-height-inner .img-box-col .person-img-info:after {
  content: "";
  position: absolute;
  right: -11px;
  top: -11px;
  background: url(/app/themes/digital-boost/dist/img/green-check-ic.svg?e51a4d6debd24cfaa1518948a2a776e0) no-repeat center center;
  width: 27px;
  height: 27px;
  background-size: 27px;
}
@media (max-width: 767px) {
  .imapct-sec .impact-slider .swiper-slide .half-height-inner .img-box-col .person-img-info:after {
    width: 20px;
    height: 20px;
    background-size: 20px;
    right: -7px;
    top: -10px;
  }
}
.imapct-sec .impact-slider .swiper-slide .half-height-inner .img-box-col .person-img-info h6 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .imapct-sec .impact-slider .swiper-slide .half-height-inner .img-box-col .person-img-info h6 {
    line-height: 26px;
  }
}
.imapct-sec .impact-slider .swiper-slide .half-height-inner .img-box-col .person-img-info p {
  font-size: 16px;
  font-weight: 300;
  font-family: "Merriweather", sans-serif;
  color: #166b7a;
}
@media (max-width: 1600px) {
  .imapct-sec .impact-slider .swiper-slide .half-height-inner .img-box-col .person-img-info p {
    font-size: 14px;
    line-height: 22px;
  }
}
.imapct-sec .impact-slider .swiper-slide.vertical-down .full-height-inner {
  justify-content: flex-end;
}
.imapct-sec .impact-slider .swiper-slide.vertical-up .full-height-inner {
  justify-content: flex-start;
}
.imapct-sec .impact-slider .swiper-slide.vertical-up.half-height-bg .half-height-inner .content-box-wrap {
  margin-bottom: 0;
  margin-top: 40px;
}
@media (max-width: 1600px) {
  .imapct-sec .impact-slider .swiper-slide.vertical-up.half-height-bg .half-height-inner .content-box-wrap {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .imapct-sec .impact-slider .swiper-slide.vertical-up.half-height-bg .half-height-inner .content-box-wrap {
    margin-top: 28px;
  }
}
.imapct-sec .impact-slider .swiper-slide.vertical-up.half-height-bg .half-height-inner .img-box-col {
  order: -1;
  justify-content: flex-start;
}
.imapct-sec .impact-slider .swiper-button-prev,
.imapct-sec .impact-slider .swiper-button-next {
  position: absolute;
  top: -21px;
  left: auto;
  margin-top: 0;
  right: 15px;
}
@media (max-width: 991px) {
  .imapct-sec .impact-slider .swiper-button-prev,
  .imapct-sec .impact-slider .swiper-button-next {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .imapct-sec .impact-slider .swiper-button-prev,
  .imapct-sec .impact-slider .swiper-button-next {
    position: relative;
    top: auto;
    margin-top: 50px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
.imapct-sec .impact-slider .swiper-button-prev {
  margin-right: 69px;
}
@media (max-width: 767px) {
  .imapct-sec .impact-slider .swiper-button-prev {
    margin-right: auto;
    left: -10px;
  }
}
@media (max-width: 767px) {
  .imapct-sec .impact-slider .swiper-button-next {
    left: 10px;
  }
}
.imapct-sec .impact-slider.swiper-horizontal .slider__pagination {
  margin-top: 78px;
}
@media (max-width: 1600px) {
  .imapct-sec .impact-slider.swiper-horizontal .slider__pagination {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .imapct-sec .impact-slider.swiper-horizontal .slider__pagination {
    display: none;
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
}
.imapct-sec.gray-bg.space-top {
  padding-top: 156px;
}
@media (max-width: 1366px) {
  .imapct-sec.gray-bg.space-top {
    padding-top: 110px;
  }
}
@media (max-width: 767px) {
  .imapct-sec.gray-bg.space-top {
    padding-top: 88px;
  }
}
.imapct-sec.gray-bg.space-bottom {
  padding-bottom: 156px;
}
@media (max-width: 1366px) {
  .imapct-sec.gray-bg.space-bottom {
    padding-bottom: 110px;
  }
}
@media (max-width: 767px) {
  .imapct-sec.gray-bg.space-bottom {
    padding-bottom: 88px;
  }
}
.imapct-sec.gray-bg .impact-slider .swiper-slide .half-height-inner .img-box-col .img-box-wrap:after {
  background: url(/app/themes/digital-boost/dist/img/gray-shape-bg.png?0068e502adc673fb70210c856dcbecfe);
  background-repeat: no-repeat;
  background-size: cover;
}

.no-full-height-bg .impact-slider .vertical-up .content-box-wrap {
  margin-bottom: 0;
  margin-top: 40px;
}
@media (max-width: 1600px) {
  .no-full-height-bg .impact-slider .vertical-up .content-box-wrap {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .no-full-height-bg .impact-slider .vertical-up .content-box-wrap {
    margin-top: 28px;
  }
}
.no-full-height-bg .impact-slider .vertical-up .img-box-col {
  order: -1;
  justify-content: flex-start;
}

.blue-bg {
  background: #b8eaf0;
}

.mustard-bg {
  background: #E9C982;
}

.pink-bg {
  background: #f4c3f0;
}

.accordian-sec .accordian-sec-wrap {
  position: relative;
  overflow: hidden;
}
.accordian-sec .accordian-sec-wrap .accordian-main {
  background: #fafafa;
  border-radius: 33px;
  padding: 75px 100px 75px;
}
@media (max-width: 1600px) {
  .accordian-sec .accordian-sec-wrap .accordian-main {
    padding: 75px 80px 75px;
  }
}
@media (max-width: 1440px) {
  .accordian-sec .accordian-sec-wrap .accordian-main {
    padding: 75px 70px 75px;
  }
}
@media (max-width: 1199px) {
  .accordian-sec .accordian-sec-wrap .accordian-main {
    padding: 55px 55px 55px;
  }
}
@media (max-width: 1199px) {
  .accordian-sec .accordian-sec-wrap .accordian-main {
    padding: 55px 45px 55px;
  }
}
@media (max-width: 767px) {
  .accordian-sec .accordian-sec-wrap .accordian-main {
    padding: 50px 28px 50px;
    border-radius: 16px;
  }
}
.accordian-sec .accordian-sec-wrap .accordian-main h3 {
  margin-bottom: 27px;
}
@media (max-width: 1600px) {
  .accordian-sec .accordian-sec-wrap .accordian-main h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .accordian-sec .accordian-sec-wrap .accordian-main h3 {
    margin-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .accordian-sec .accordian-sec-wrap .accordian-main h3:last-child {
    margin-bottom: 0;
  }
}
.accordian-sec .accordian-sec-wrap .accordian-main .accordian-heading {
  width: 43.5%;
  padding-top: 21px;
  padding-right: 180px;
}
@media (max-width: 1600px) {
  .accordian-sec .accordian-sec-wrap .accordian-main .accordian-heading {
    padding-right: 120px;
  }
}
@media (max-width: 1366px) {
  .accordian-sec .accordian-sec-wrap .accordian-main .accordian-heading {
    padding-right: 100px;
  }
}
@media (max-width: 1199px) {
  .accordian-sec .accordian-sec-wrap .accordian-main .accordian-heading {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .accordian-sec .accordian-sec-wrap .accordian-main .accordian-heading {
    padding-right: 30px;
    width: 45%;
  }
}
@media (max-width: 767px) {
  .accordian-sec .accordian-sec-wrap .accordian-main .accordian-heading {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
.accordian-sec .accordian-sec-wrap .accordian-main .accordian-wrap {
  width: 56.5%;
}
@media (max-width: 991px) {
  .accordian-sec .accordian-sec-wrap .accordian-main .accordian-wrap {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .accordian-sec .accordian-sec-wrap .accordian-main .accordian-wrap {
    width: 100%;
  }
}
.accordian-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row {
  border-bottom: 1px solid #C4C4C4;
  overflow: hidden;
}
.accordian-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row:last-child {
  border-bottom: none;
}
.accordian-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-head {
  cursor: pointer;
  position: relative;
  padding-left: 49px;
  padding-bottom: 25px;
  padding-top: 28px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .accordian-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-head {
    padding-left: 35px;
    padding-bottom: 22px;
    padding-top: 22px;
  }
}
@media (max-width: 767px) {
  .accordian-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-head {
    padding-left: 36px;
    padding-bottom: 15px;
    padding-top: 16px;
  }
}
.accordian-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-head:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 20px;
  background: #166b7a;
  margin: auto;
  transform: rotate(90deg);
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.accordian-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-head h6 {
  font-family: "Merriweather", sans-serif;
  color: #166b7a;
  font-weight: 400;
  margin: 0;
  line-height: 25px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .accordian-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-head h6 {
    line-height: 20px;
  }
}
.accordian-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-head h6.accordian-large {
  font-size: 30px;
  line-height: 38px;
}
@media (max-width: 1600px) {
  .accordian-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-head h6.accordian-large {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 1440px) {
  .accordian-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-head h6.accordian-large {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 1366px) {
  .accordian-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-head h6.accordian-large {
    font-size: 20px;
    line-height: 25px;
  }
}
.accordian-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-head:hover h6 {
  color: #2F2F2F;
}
.accordian-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-head:hover:after {
  background: #2F2F2F;
}
.accordian-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-content {
  display: none;
  padding: 0;
}
.accordian-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-content ul li {
  line-height: 24px;
  margin-bottom: 25px;
  padding-left: 17px;
}
@media (max-width: 1600px) {
  .accordian-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-content ul li {
    margin-bottom: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .accordian-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-content ul li {
    font-size: 14px;
    line-height: 24px;
  }
}
.accordian-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-content ul li:before {
  width: 5px;
  height: 5px;
  top: 9px;
}
@media (max-width: 767px) {
  .accordian-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-content ul li:before {
    top: 10px;
  }
}
.accordian-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-content ul li:last-child {
  margin-bottom: 0;
}
.accordian-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-content ul li ul {
  margin: 0;
  padding: 24px 0 0 12px;
}
.accordian-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-content ul li ul li {
  padding-left: 13px;
  margin-bottom: 0;
  list-style: none;
}
.accordian-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-content ul li ul li:before {
  height: 1px;
  width: 8px;
  left: 0;
  top: 11px;
}
.accordian-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-content iframe {
  width: 100%;
  margin-top: 30px;
  height: auto;
  min-height: 280px;
}
.accordian-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-content .btn {
  margin-top: 20px;
  background: transparent;
  border-color: #583372;
  color: #583372;
}
.accordian-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-content .btn:hover, .accordian-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-content .btn:focus {
  background: #583372;
  color: #fff;
}
.accordian-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row.active .accordian-head h6 {
  color: #2F2F2F;
}
.accordian-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row.active .accordian-head:after {
  transform: rotate(0deg);
  background: #2F2F2F;
}
.accordian-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row.active .accordian-head + .accordian-content {
  padding: 10px 0 38px;
}
@media (max-width: 767px) {
  .accordian-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row.active .accordian-head + .accordian-content {
    padding: 14px 0 28px;
  }
}
.accordian-sec.graphic-accordian-sec .accordian-sec-wrap {
  padding-top: 100px;
}
@media (max-width: 1600px) {
  .accordian-sec.graphic-accordian-sec .accordian-sec-wrap {
    padding-top: 100px;
  }
}
@media (max-width: 1199px) {
  .accordian-sec.graphic-accordian-sec .accordian-sec-wrap {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .accordian-sec.graphic-accordian-sec .accordian-sec-wrap {
    padding-top: 50px;
  }
}
.accordian-sec.graphic-accordian-sec .accordian-sec-wrap .accordian-graphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.accordian-sec.graphic-accordian-sec .accordian-sec-wrap .accordian-graphic img {
  display: block;
  max-width: 60%;
}
@media (max-width: 767px) {
  .accordian-sec.graphic-accordian-sec .accordian-sec-wrap .accordian-graphic img {
    width: 374px;
    max-width: none;
  }
}
.accordian-sec.accordian-teal-sec .accordian-sec-wrap .accordian-main {
  background: #166b7a;
  color: #fff;
  padding: 62px 100px 146px;
}
@media (max-width: 1600px) {
  .accordian-sec.accordian-teal-sec .accordian-sec-wrap .accordian-main {
    padding: 60px 80px 100px;
  }
}
@media (max-width: 1440px) {
  .accordian-sec.accordian-teal-sec .accordian-sec-wrap .accordian-main {
    padding: 60px 70px 70px;
  }
}
@media (max-width: 1199px) {
  .accordian-sec.accordian-teal-sec .accordian-sec-wrap .accordian-main {
    padding: 50px 55px 50px;
  }
}
@media (max-width: 991px) {
  .accordian-sec.accordian-teal-sec .accordian-sec-wrap .accordian-main {
    padding: 50px 45px 50px;
  }
}
@media (max-width: 767px) {
  .accordian-sec.accordian-teal-sec .accordian-sec-wrap .accordian-main {
    padding: 46px 28px 20px;
  }
}
.accordian-sec.accordian-teal-sec .accordian-sec-wrap .accordian-main h3,
.accordian-sec.accordian-teal-sec .accordian-sec-wrap .accordian-main p {
  color: #fff;
}
.accordian-sec.accordian-teal-sec .accordian-sec-wrap .accordian-main .accordian-heading {
  padding-top: 44px;
}
@media (max-width: 1199px) {
  .accordian-sec.accordian-teal-sec .accordian-sec-wrap .accordian-main .accordian-heading {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .accordian-sec.accordian-teal-sec .accordian-sec-wrap .accordian-main .accordian-heading {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .accordian-sec.accordian-teal-sec .accordian-sec-wrap .accordian-main .accordian-heading {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .accordian-sec.accordian-teal-sec .accordian-sec-wrap .accordian-main .accordian-heading p {
    line-height: 16px;
  }
}
.accordian-sec.accordian-teal-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row {
  border-color: rgba(255, 255, 255, 0.29);
}
.accordian-sec.accordian-teal-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-head {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (max-width: 1600px) {
  .accordian-sec.accordian-teal-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-head {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media (max-width: 1199px) {
  .accordian-sec.accordian-teal-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-head {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .accordian-sec.accordian-teal-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-head {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
.accordian-sec.accordian-teal-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-head:after {
  background: #FAF0E1;
}
.accordian-sec.accordian-teal-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-head h6 {
  color: #FAF0E1;
}
.accordian-sec.accordian-teal-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-head:hover h6 {
  color: #fff;
}
.accordian-sec.accordian-teal-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-head:hover:after {
  background: #FAF0E1;
}
.accordian-sec.accordian-teal-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-content ul {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .accordian-sec.accordian-teal-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-content ul {
    padding-left: 40px;
  }
}
.accordian-sec.accordian-teal-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-content ul li {
  color: #fff;
}
.accordian-sec.accordian-teal-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-content ul li:before {
  background: #fff;
}
.accordian-sec.accordian-teal-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-content .btn {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.accordian-sec.accordian-teal-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-content .btn:hover {
  background: #E9C982;
  color: #166b7a;
  border-color: #E9C982;
}
.accordian-sec.accordian-teal-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row.active .accordian-head h6 {
  color: #fff;
}
.accordian-sec.accordian-teal-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row.active .accordian-content {
  padding: 10px 0 52px;
}
.accordian-sec.accordian-grey-black-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-head:after {
  background: #1A1A1A;
}
.accordian-sec.accordian-grey-black-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-head h6 {
  color: #1A1A1A;
}
.accordian-sec.accordian-grey-black-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-head:hover h6 {
  color: #166b7a;
}
.accordian-sec.accordian-grey-black-sec .accordian-sec-wrap .accordian-main .accordian-wrap .accordian-row .accordian-head:hover:after {
  background: #166b7a;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
.four-col-sec.space-top {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .four-col-sec.space-top {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .four-col-sec.space-top {
    padding-top: 50px;
  }
}
.four-col-sec.space-bottom {
  padding-bottom: 52px;
}
@media (max-width: 1199px) {
  .four-col-sec.space-bottom {
    padding-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .four-col-sec.space-bottom {
    padding-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .four-col-sec.space-bottom {
    padding-bottom: 22px;
  }
}
.four-col-sec .four-col-title {
  border-bottom: 1px solid rgba(22, 107, 122, 0.2);
  text-align: center;
  max-width: 780px;
  margin: 0 auto 85px;
  padding-bottom: 43px;
}
@media (max-width: 1440px) {
  .four-col-sec .four-col-title {
    margin-bottom: 70px;
  }
}
@media (max-width: 1366px) {
  .four-col-sec .four-col-title {
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .four-col-sec .four-col-title {
    margin-bottom: 46px;
    padding-bottom: 20px;
  }
}
.four-col-sec .four-col-title h2 {
  color: #166b7a;
  font-family: "Merriweather", sans-serif;
  margin-bottom: 32px;
}
@media (max-width: 1600px) {
  .four-col-sec .four-col-title h2 {
    margin-bottom: 25px;
  }
}
@media (max-width: 1366px) {
  .four-col-sec .four-col-title h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .four-col-sec .four-col-title h2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .four-col-sec .four-col-title h2 {
    margin-bottom: 20px;
  }
}
.four-col-sec .four-col-title h2 strong {
  color: #1A1A1A;
  font-weight: 700;
  font-family: "Gilroy", sans-serif;
}
.four-col-sec .four-col-title h2.orange-heading {
  color: #F26D37;
}
.four-col-sec .four-col-title h2.mustard-heading {
  color: #E9C982;
}
.four-col-sec .four-col-title h2.purple-heading {
  color: #583372;
}
.four-col-sec .four-col-title *:last-child {
  margin-bottom: 0;
}
.four-col-sec .four-sec-main,
.four-col-sec .four-sec-main-news {
  margin: 0 -20px;
}
@media (max-width: 1600px) {
  .four-col-sec .four-sec-main,
  .four-col-sec .four-sec-main-news {
    margin: 0 -10px;
  }
}
@media (max-width: 991px) {
  .four-col-sec .four-sec-main,
  .four-col-sec .four-sec-main-news {
    margin: 0 -10px;
  }
}
.four-col-sec .four-sec-main .four-col,
.four-col-sec .four-sec-main-news .four-col {
  width: 25%;
  padding: 0 20px 0;
  position: relative;
  margin-bottom: 8px;
}
@media (max-width: 1600px) {
  .four-col-sec .four-sec-main .four-col,
  .four-col-sec .four-sec-main-news .four-col {
    padding: 0 10px 0;
  }
}
@media (max-width: 1440px) {
  .four-col-sec .four-sec-main .four-col,
  .four-col-sec .four-sec-main-news .four-col {
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  .four-col-sec .four-sec-main .four-col,
  .four-col-sec .four-sec-main-news .four-col {
    padding: 0 10px;
    width: 50%;
  }
}
@media (max-width: 639px) {
  .four-col-sec .four-sec-main .four-col,
  .four-col-sec .four-sec-main-news .four-col {
    width: 100%;
    padding: 0 15px;
  }
}
.four-col-sec .four-sec-main .four-col .four-col-wrap,
.four-col-sec .four-sec-main-news .four-col .four-col-wrap {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 40px;
  top: 0;
  transition: all 0.3s ease-in-out;
  height: 100%;
}
@media (max-width: 1440px) {
  .four-col-sec .four-sec-main .four-col .four-col-wrap,
  .four-col-sec .four-sec-main-news .four-col .four-col-wrap {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .four-col-sec .four-sec-main .four-col .four-col-wrap,
  .four-col-sec .four-sec-main-news .four-col .four-col-wrap {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .four-col-sec .four-sec-main .four-col .four-col-wrap,
  .four-col-sec .four-sec-main-news .four-col .four-col-wrap {
    padding-bottom: 20px;
  }
}
.four-col-sec .four-sec-main .four-col .four-col-wrap .four-col-inner,
.four-col-sec .four-sec-main-news .four-col .four-col-wrap .four-col-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  background: #fafafa;
  padding: 25px 25px 14px;
  border-radius: 22px;
}
@media (max-width: 1600px) {
  .four-col-sec .four-sec-main .four-col .four-col-wrap .four-col-inner,
  .four-col-sec .four-sec-main-news .four-col .four-col-wrap .four-col-inner {
    padding: 20px 20px 14px;
  }
}
@media (max-width: 767px) {
  .four-col-sec .four-sec-main .four-col .four-col-wrap .four-col-inner,
  .four-col-sec .four-sec-main-news .four-col .four-col-wrap .four-col-inner {
    padding: 20px 20px 18px;
  }
}
.four-col-sec .four-sec-main .four-col .four-col-wrap .four-col-inner .feed-img,
.four-col-sec .four-sec-main-news .four-col .four-col-wrap .four-col-inner .feed-img {
  padding-bottom: 68%;
  display: block;
  width: 100%;
  border-radius: 22px;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .four-col-sec .four-sec-main .four-col .four-col-wrap .four-col-inner .feed-img,
  .four-col-sec .four-sec-main-news .four-col .four-col-wrap .four-col-inner .feed-img {
    margin-bottom: 20px;
  }
}
.four-col-sec .four-sec-main .four-col .four-col-wrap .four-col-inner .bottom-blog-col,
.four-col-sec .four-sec-main-news .four-col .four-col-wrap .four-col-inner .bottom-blog-col {
  margin-top: auto;
}
.four-col-sec .four-sec-main .four-col .four-col-wrap .four-col-inner .bottom-blog-col img,
.four-col-sec .four-sec-main-news .four-col .four-col-wrap .four-col-inner .bottom-blog-col img {
  display: block;
  max-width: 41px;
  max-height: 32px;
}
@media (max-width: 767px) {
  .four-col-sec .four-sec-main .four-col .four-col-wrap .four-col-inner .bottom-blog-col img,
  .four-col-sec .four-sec-main-news .four-col .four-col-wrap .four-col-inner .bottom-blog-col img {
    max-width: 35px;
  }
}
.four-col-sec .four-sec-main .four-col .four-col-wrap .four-col-inner p,
.four-col-sec .four-sec-main-news .four-col .four-col-wrap .four-col-inner p {
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  .four-col-sec .four-sec-main .four-col .four-col-wrap .four-col-inner p,
  .four-col-sec .four-sec-main-news .four-col .four-col-wrap .four-col-inner p {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .four-col-sec .four-sec-main .four-col .four-col-wrap .four-col-inner p,
  .four-col-sec .four-sec-main-news .four-col .four-col-wrap .four-col-inner p {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .four-col-sec .four-sec-main .four-col .four-col-wrap .four-col-inner p,
  .four-col-sec .four-sec-main-news .four-col .four-col-wrap .four-col-inner p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 27px;
  }
}
.four-col-sec .four-sec-main .four-col .four-col-wrap .four-col-inner p:last-child,
.four-col-sec .four-sec-main-news .four-col .four-col-wrap .four-col-inner p:last-child {
  margin-bottom: 0;
}
.four-col-sec .four-sec-main .four-col .four-col-wrap .four-col-inner p small,
.four-col-sec .four-sec-main-news .four-col .four-col-wrap .four-col-inner p small {
  font-size: 14px;
}
@media (max-width: 1600px) {
  .four-col-sec .four-sec-main .four-col .four-col-wrap .four-col-inner p small,
  .four-col-sec .four-sec-main-news .four-col .four-col-wrap .four-col-inner p small {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .four-col-sec .four-sec-main .four-col .four-col-wrap .four-col-inner p small,
  .four-col-sec .four-sec-main-news .four-col .four-col-wrap .four-col-inner p small {
    font-size: 12px;
  }
}
.four-col-sec .four-sec-main .four-col .four-col-wrap .link,
.four-col-sec .four-sec-main-news .four-col .four-col-wrap .link {
  font-family: "Merriweather", sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 auto;
  display: table;
  transform: translateY(-200%) translateX(-50%);
  z-index: -1;
}
@media (max-width: 991px) {
  .four-col-sec .four-sec-main .four-col .four-col-wrap .link,
  .four-col-sec .four-sec-main-news .four-col .four-col-wrap .link {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .four-col-sec .four-sec-main .four-col .four-col-wrap .link,
  .four-col-sec .four-sec-main-news .four-col .four-col-wrap .link {
    bottom: -10px;
  }
}
.four-col-sec .four-sec-main .four-col .four-col-wrap .link:after,
.four-col-sec .four-sec-main-news .four-col .four-col-wrap .link:after {
  transition: none;
}
.four-col-sec .four-sec-main .four-col .four-col-wrap:hover,
.four-col-sec .four-sec-main-news .four-col .four-col-wrap:hover {
  top: -12px;
}
.four-col-sec .four-sec-main .four-col .four-col-wrap:hover .four-col-inner,
.four-col-sec .four-sec-main-news .four-col .four-col-wrap:hover .four-col-inner {
  background: #FDF9F3;
}
.four-col-sec .four-sec-main .four-col .four-col-wrap:hover .link,
.four-col-sec .four-sec-main-news .four-col .four-col-wrap:hover .link {
  transform: translateY(0px) translateX(-50%);
}
.four-col-sec .load-more .btn {
  padding: 0;
  font-size: 0;
  min-width: 1px;
  display: table;
  background: url(/app/themes/digital-boost/dist/img/loader-ic.svg?01213fb8f24bfa6643b0082b23f2eb29) no-repeat center center;
  width: 45px;
  height: 45px;
  background-size: 45px;
  margin: 0 auto;
  animation: spin 1.8s linear 0s infinite;
}
.four-col-sec .load-more .btn:after {
  display: none;
}

.related-news-sec {
  overflow: hidden;
}
.related-news-sec.space-bottom {
  padding-bottom: 60px;
}
@media (max-width: 1199px) {
  .related-news-sec.space-bottom {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .related-news-sec.space-bottom {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .related-news-sec.space-bottom {
    padding-bottom: 50px;
  }
}
.related-news-sec .related-news-main {
  position: relative;
}
.related-news-sec .feed-heading {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 47px;
}
@media screen and (max-width: 599px) {
  .related-news-sec .feed-heading {
    text-align: center;
    display: block;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .related-news-sec .feed-heading {
    text-align: center;
    display: block;
  }
}
@media (max-width: 1600px) {
  .related-news-sec .feed-heading {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .related-news-sec .feed-heading {
    margin-bottom: 30px;
  }
}
.related-news-sec .feed-heading .feed-title {
  max-width: 50%;
  flex: 0 0 305px;
  margin-bottom: 0;
  padding-right: 64px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .related-news-sec .feed-heading .feed-title {
    flex: 100%;
    margin-bottom: 25px;
    padding-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .related-news-sec .feed-heading .feed-title {
    flex: 100%;
    margin-bottom: 25px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .related-news-sec .feed-heading .feed-title {
    max-width: 100%;
  }
}
.related-news-sec .feed-heading .feed-title h3 {
  margin: 0;
}
.related-news-sec .feed-heading .related-news-text {
  flex: 0 0 570px;
}
@media screen and (max-width: 1600px) {
  .related-news-sec .feed-heading .related-news-text {
    flex: 0 0 480px;
  }
}
.related-news-sec .feed-heading .feed-link {
  margin-left: auto;
  max-width: 50%;
}
@media (max-width: 767px) {
  .related-news-sec .feed-heading .feed-link {
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 25px;
    text-align: center;
  }
}
.related-news-sec .feed-heading .feed-link .link {
  font-size: 20px;
  padding-right: 30px;
  margin-top: 16px;
}
@media (max-width: 1600px) {
  .related-news-sec .feed-heading .feed-link .link {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .related-news-sec .feed-heading .feed-link .link {
    position: relative;
    z-index: 11;
  }
}
.related-news-sec .four-sec-main,
.related-news-sec .four-sec-main-news {
  width: calc(100% + 40px);
  margin: 0;
}
.related-news-sec .four-sec-slider {
  padding: 12px 0 0;
}
@media (max-width: 767px) {
  .related-news-sec .four-sec-slider {
    overflow: inherit;
    padding: 0 20px;
    padding-bottom: 43px;
  }
}
.related-news-sec .four-sec-slider .four-sec-main,
.related-news-sec .four-sec-slider .four-sec-main-news {
  flex-wrap: nowrap;
}
.related-news-sec .four-sec-slider .four-sec-main .four-col,
.related-news-sec .four-sec-slider .four-sec-main-news .four-col {
  height: auto;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .related-news-sec .four-sec-slider .four-sec-main .four-col,
  .related-news-sec .four-sec-slider .four-sec-main-news .four-col {
    padding: 0 7px;
    margin: 0;
  }
}

.blog-post-sec.space-bottom {
  padding-bottom: 167px;
}
@media (max-width: 1600px) {
  .blog-post-sec.space-bottom {
    padding-bottom: 120px;
  }
}
@media (max-width: 1440px) {
  .blog-post-sec.space-bottom {
    padding-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  .blog-post-sec.space-bottom {
    padding-bottom: 80px;
  }
}
.blog-post-sec .blog-post-inner {
  padding: 113px 0 0;
}
@media (max-width: 1600px) {
  .blog-post-sec .blog-post-inner {
    padding: 90px 0 0;
  }
}
@media (max-width: 1440px) {
  .blog-post-sec .blog-post-inner {
    padding: 80px 0 0;
  }
}
@media (max-width: 1199px) {
  .blog-post-sec .blog-post-inner {
    padding: 60px 0 0;
  }
}
@media (max-width: 767px) {
  .blog-post-sec .blog-post-inner {
    padding: 40px 0 0;
  }
}
.blog-post-sec .blog-post-inner h2 {
  margin-bottom: 49px;
}
@media (max-width: 1600px) {
  .blog-post-sec .blog-post-inner h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .blog-post-sec .blog-post-inner h2 {
    margin-bottom: 25px;
  }
}
.blog-post-sec .blog-post-inner .post-left {
  width: calc(100% - 215px);
  padding-right: 290px;
}
@media (max-width: 1600px) {
  .blog-post-sec .blog-post-inner .post-left {
    padding-right: 180px;
  }
}
@media (max-width: 1440px) {
  .blog-post-sec .blog-post-inner .post-left {
    padding-right: 120px;
  }
}
@media (max-width: 1199px) {
  .blog-post-sec .blog-post-inner .post-left {
    padding-right: 100px;
  }
}
@media (max-width: 767px) {
  .blog-post-sec .blog-post-inner .post-left {
    padding-right: 0;
    width: 100%;
    margin-bottom: 96px;
  }
}
.blog-post-sec .blog-post-inner .post-left p {
  padding-right: 8px;
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  .blog-post-sec .blog-post-inner .post-left p {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .blog-post-sec .blog-post-inner .post-left p {
    line-height: 26px;
    margin-bottom: 23px;
  }
}
.blog-post-sec .blog-post-inner .post-left p + h4 {
  margin-top: 44px;
}
@media (max-width: 767px) {
  .blog-post-sec .blog-post-inner .post-left p + h4 {
    margin-top: 51px;
  }
}
@media (max-width: 767px) {
  .blog-post-sec .blog-post-inner .post-left p + h6 {
    margin-top: 52px;
  }
}
.blog-post-sec .blog-post-inner .post-left .wp-block-image {
  display: block;
  margin-bottom: 61px;
  margin-top: 47px;
}
@media (max-width: 1600px) {
  .blog-post-sec .blog-post-inner .post-left .wp-block-image {
    margin-bottom: 35px;
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .blog-post-sec .blog-post-inner .post-left .wp-block-image {
    margin-bottom: 73px;
    margin-top: 55px;
  }
}
.blog-post-sec .blog-post-inner .post-left h3 {
  margin-bottom: 29px;
}
@media (max-width: 1366px) {
  .blog-post-sec .blog-post-inner .post-left h3 {
    margin-bottom: 30px;
  }
}
.blog-post-sec .blog-post-inner .post-left h4 {
  margin-bottom: 28px;
}
@media (max-width: 1366px) {
  .blog-post-sec .blog-post-inner .post-left h4 {
    margin-bottom: 25px;
  }
}
.blog-post-sec .blog-post-inner .post-left h5 {
  margin-bottom: 27px;
}
@media (max-width: 1366px) {
  .blog-post-sec .blog-post-inner .post-left h5 {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .blog-post-sec .blog-post-inner .post-left h5 {
    margin-bottom: 29px;
  }
}
.blog-post-sec .blog-post-inner .post-left h6 {
  margin-bottom: 25px;
}
@media (max-width: 1600px) {
  .blog-post-sec .blog-post-inner .post-left h6 {
    margin-bottom: 20px;
  }
}
.blog-post-sec .blog-post-inner .post-left ol {
  max-width: 670px;
}
@media (max-width: 767px) {
  .blog-post-sec .blog-post-inner .post-left ol {
    margin-top: 46px;
  }
}
@media (max-width: 767px) {
  .blog-post-sec .blog-post-inner .post-left ol li {
    line-height: 26px;
    font-size: 14px;
  }
}
.blog-post-sec .blog-post-inner .post-left ul {
  margin-top: 30px;
  max-width: 655px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .blog-post-sec .blog-post-inner .post-left ul {
    margin-top: 35px;
    margin-bottom: 40px;
  }
}
.blog-post-sec .blog-post-inner .post-left ul li {
  line-height: 24px;
  padding-left: 31px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .blog-post-sec .blog-post-inner .post-left ul li {
    line-height: 26px;
    font-size: 14px;
    margin-bottom: 27px;
    padding-left: 20px;
  }
}
.blog-post-sec .blog-post-inner .post-left ul li:before {
  top: 6px;
}
@media (max-width: 767px) {
  .blog-post-sec .blog-post-inner .post-left ul li:before {
    top: 11px;
  }
}
.blog-post-sec .blog-post-inner .post-left ul li > a {
  color: #166b7a;
  text-decoration: underline;
  vertical-align: top;
}
.blog-post-sec .blog-post-inner .post-left ul li > a:hover {
  color: #583372;
  text-decoration: none;
}
@media (max-width: 767px) {
  .blog-post-sec .blog-post-inner .post-left h6 {
    margin-bottom: 18px;
  }
}
.blog-post-sec .blog-post-inner .post-left .link {
  margin-top: 22px;
  padding-left: 18px;
  padding-right: 0;
  position: relative;
  top: 0;
  color: #166b7a;
}
@media (max-width: 767px) {
  .blog-post-sec .blog-post-inner .post-left .link {
    margin-top: 30px;
    font-weight: 800;
    font-size: 20px;
  }
}
.blog-post-sec .blog-post-inner .post-left .link:hover {
  top: -12px;
}
.blog-post-sec .blog-post-inner .post-left .link:after {
  left: 6px;
  right: auto;
  top: 31%;
  transform: rotate(-180deg);
  transform-origin: center left;
  background-image: url(/app/themes/digital-boost/dist/img/btn-arrow-purple.svg?62d24a323f9c952191d4f8428596042b);
}
.blog-post-sec .blog-post-inner .post-left .wp-block-gallery .wp-block-image img {
  display: block;
  width: 100%;
  margin: 0;
  border-radius: 22px;
}
.blog-post-sec .blog-post-inner .post-right {
  width: 215px;
  padding-top: 9px;
  position: relative;
}
@media (max-width: 767px) {
  .blog-post-sec .blog-post-inner .post-right {
    width: 100%;
    text-align: center;
  }
}
.blog-post-sec .blog-post-inner .post-right .sidebar.fixed {
  position: fixed;
  top: 145px;
  width: 100%;
}
@media (max-width: 1199px) {
  .blog-post-sec .blog-post-inner .post-right .sidebar.fixed {
    top: 130px;
  }
}
@media (max-width: 991px) {
  .blog-post-sec .blog-post-inner .post-right .sidebar.fixed {
    top: 95px;
  }
}
.blog-post-sec .blog-post-inner .post-right .sidebar.absolute {
  position: absolute;
  bottom: -108px;
  top: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .blog-post-sec .blog-post-inner .post-right .sidebar {
    position: static !important;
  }
}
.blog-post-sec .blog-post-inner .post-right .sidebar h6 {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 23px;
}
@media (max-width: 767px) {
  .blog-post-sec .blog-post-inner .post-right .sidebar .social-ic {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .blog-post-sec .blog-post-inner .post-right .sidebar .social-ic ul {
    width: 100%;
    justify-content: center;
  }
}
.blog-post-sec .blog-post-inner .post-right .sidebar .social-ic ul li {
  margin-right: 35px;
}
.blog-post-sec .blog-post-inner .post-right .sidebar .social-ic ul li:nth-child(4n) {
  margin-right: 0;
}
.blog-post-sec .blog-post-inner .post-right .sidebar .social-ic ul li a img {
  max-height: 29px;
}

.partner-feed-sec {
  background: #166b7a;
}
.partner-feed-sec.space-top {
  padding-top: 100px;
}
@media (max-width: 1440px) {
  .partner-feed-sec.space-top {
    padding-top: 100px;
  }
}
@media (max-width: 1366px) {
  .partner-feed-sec.space-top {
    padding-top: 100px;
  }
}
@media (max-width: 1199px) {
  .partner-feed-sec.space-top {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .partner-feed-sec.space-top {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .partner-feed-sec.space-top {
    padding-top: 50px;
  }
}
.partner-feed-sec.space-bottom {
  padding-bottom: 53px;
}
@media (max-width: 1440px) {
  .partner-feed-sec.space-bottom {
    padding-bottom: 53px;
  }
}
@media (max-width: 1366px) {
  .partner-feed-sec.space-bottom {
    padding-bottom: 53px;
  }
}
@media (max-width: 1199px) {
  .partner-feed-sec.space-bottom {
    padding-bottom: 33px;
  }
}
@media (max-width: 991px) {
  .partner-feed-sec.space-bottom {
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .partner-feed-sec.space-bottom {
    padding-bottom: 50px;
  }
}
.partner-feed-sec h3 {
  color: #fff;
}
.partner-feed-sec .partner-feed-title {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .partner-feed-sec .partner-feed-title {
    text-align: center;
    display: block;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .partner-feed-sec .partner-feed-title {
    text-align: center;
    display: block;
  }
}
.partner-feed-sec .partner-feed-title .partner-feed-heading {
  flex: 0 0 305px;
  margin-bottom: 0;
  margin-right: 64px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .partner-feed-sec .partner-feed-title .partner-feed-heading {
    flex: 100%;
    margin-bottom: 25px;
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .partner-feed-sec .partner-feed-title .partner-feed-heading {
    flex: 100%;
    margin-bottom: 25px;
    margin-right: 0;
  }
}
.partner-feed-sec .partner-feed-title .partner-feed-text {
  flex: 0 0 570px;
}
@media screen and (max-width: 1600px) {
  .partner-feed-sec .partner-feed-title .partner-feed-text {
    flex: 0 0 480px;
  }
}
.partner-feed-sec .partner-feed-title .partner-feed-text p {
  color: #fff;
}
.partner-feed-sec .partner-feed-title .partner-feed-text p a {
  color: #fff;
}
.partner-feed-sec .partner-feed-title .partner-feed-text p a:hover, .partner-feed-sec .partner-feed-title .partner-feed-text p a:focus {
  color: #000;
}
@media (max-width: 767px) {
  .partner-feed-sec .load-more {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .partner-feed-sec .load-more .btn {
    padding: 0;
    font-size: 0;
    min-width: 1px;
    display: table;
    background: url(/app/themes/digital-boost/dist/img/white-loader-ic.svg?a38c5cc42529f2599333db2f3f1b7df7) no-repeat center center;
    width: 45px;
    height: 45px;
    background-size: 45px;
    margin: 0 auto;
    animation: spin 1.8s linear 0s infinite;
    border: none;
  }
}
@media (max-width: 767px) {
  .partner-feed-sec .load-more .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .partner-feed-sec .load-more .btn:after {
    display: none;
  }
}

.partner-feed-main {
  display: flex;
  flex-wrap: wrap;
  margin: 70px -14px 0;
}
@media (max-width: 1366px) {
  .partner-feed-main {
    margin: 60px -14px 0;
  }
}
@media (max-width: 991px) {
  .partner-feed-main {
    margin: 50px -10px 0;
  }
}
@media (max-width: 767px) {
  .partner-feed-main {
    margin: 60px -10px 0;
  }
}
.partner-feed-main .partner-feed-col {
  width: 33.33%;
  padding: 0 14px;
  margin-bottom: 47px;
}
@media (max-width: 1199px) {
  .partner-feed-main .partner-feed-col {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .partner-feed-main .partner-feed-col {
    margin-bottom: 35px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .partner-feed-main .partner-feed-col {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .partner-feed-main .partner-feed-col:last-child {
    margin-bottom: 0;
  }
}
.partner-feed-main .partner-feed-col .partner-feed-inner {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.partner-feed-main .partner-feed-col .partner-feed-inner .parter-img {
  width: 141px;
  height: 141px;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px;
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  box-shadow: -5px 0px 10px 0px rgba(0, 0, 0, 0.04);
}
@media (max-width: 1600px) {
  .partner-feed-main .partner-feed-col .partner-feed-inner .parter-img {
    width: 121px;
    height: 121px;
  }
}
@media (max-width: 1366px) {
  .partner-feed-main .partner-feed-col .partner-feed-inner .parter-img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 991px) {
  .partner-feed-main .partner-feed-col .partner-feed-inner .parter-img {
    width: 82px;
    height: 82px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .partner-feed-main .partner-feed-col .partner-feed-inner .parter-img {
    margin: 0 auto;
  }
}
.partner-feed-main .partner-feed-col .partner-feed-inner .parter-content {
  width: calc(100% - 71px);
  background: #FAF0E1;
  margin-left: -70px;
  border-radius: 10px;
  padding: 38px 60px 35px 102px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  color: #1A1A1A;
}
@media (max-width: 1600px) {
  .partner-feed-main .partner-feed-col .partner-feed-inner .parter-content {
    width: calc(100% - 61px);
    margin-left: -60px;
    padding: 38px 60px 35px 80px;
  }
}
@media (max-width: 1366px) {
  .partner-feed-main .partner-feed-col .partner-feed-inner .parter-content {
    width: calc(100% - 51px);
    margin-left: -50px;
    padding: 32px 40px 32px 70px;
  }
}
@media (max-width: 991px) {
  .partner-feed-main .partner-feed-col .partner-feed-inner .parter-content {
    width: calc(100% - 42px);
    margin-left: -42px;
    padding: 30px 30px 30px 60px;
  }
}
@media (max-width: 767px) {
  .partner-feed-main .partner-feed-col .partner-feed-inner .parter-content {
    width: 100%;
    margin: -42px 0 0;
    padding: 57px 20px 25px;
    display: block;
    text-align: center;
  }
}
.partner-feed-main .partner-feed-col .partner-feed-inner .parter-content h6 {
  font-family: "Merriweather", sans-serif;
  margin-bottom: 17px;
  color: inherit;
  font-weight: 700;
}
@media (max-width: 991px) {
  .partner-feed-main .partner-feed-col .partner-feed-inner .parter-content h6 {
    margin-bottom: 12px;
  }
}
.partner-feed-main .partner-feed-col .partner-feed-inner .parter-content .link {
  font-size: 18px;
  color: #1A1A1A;
  transition: all 0.3s ease-in-out;
}
.partner-feed-main .partner-feed-col .partner-feed-inner .parter-content .link:after {
  background-image: url(/app/themes/digital-boost/dist/img/btn-arrow-black.svg?85e7441004e99598604dac87153dd052);
}
@media (min-width: 1025px) {
  .partner-feed-main .partner-feed-col .partner-feed-inner:hover .parter-content {
    background: #F26D37;
    color: #fff;
  }
  .partner-feed-main .partner-feed-col .partner-feed-inner:hover .parter-content .link {
    font-size: 18px;
    color: #fff;
    padding-right: 52px;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .partner-feed-main .partner-feed-col .partner-feed-inner:hover .parter-content .link {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  .partner-feed-main .partner-feed-col .partner-feed-inner:hover .parter-content .link:after {
    background-image: url(/app/themes/digital-boost/dist/img/btn-arrow.svg?b54f3bd65475098b1fb157c27a993d96);
  }
}

.form-module-sec .form-module-wrap {
  background: #F26D37;
  color: #fff;
  border-radius: 23px;
  padding: 71px 0 52px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .form-module-sec .form-module-wrap {
    padding: 60px 0 45px;
  }
}
@media (max-width: 1199px) {
  .form-module-sec .form-module-wrap {
    padding: 60px 0 40px;
  }
}
@media (max-width: 767px) {
  .form-module-sec .form-module-wrap {
    padding: 50px 0 23px;
  }
}
.form-module-sec .form-module-wrap .form-module-head {
  text-align: center;
  max-width: 830px;
  padding: 0 10px;
  margin: 0 auto;
}
@media (max-width: 1700px) {
  .form-module-sec .form-module-wrap .form-module-head {
    max-width: 740px;
  }
}
@media (max-width: 1199px) {
  .form-module-sec .form-module-wrap .form-module-head {
    max-width: 580px;
  }
}
@media (max-width: 767px) {
  .form-module-sec .form-module-wrap .form-module-head {
    padding: 0 20px;
  }
}
.form-module-sec .form-module-wrap .form-module-head h4,
.form-module-sec .form-module-wrap .form-module-head p {
  color: #fff;
}
@media (max-width: 767px) {
  .form-module-sec .form-module-wrap .form-module-head p {
    font-size: 14px;
    line-height: 26px;
  }
}
.form-module-sec .form-module-wrap .form-module-head h4 {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .form-module-sec .form-module-wrap .form-module-head h4 {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .form-module-sec .form-module-wrap .form-module-head h4 {
    margin-bottom: 20px;
    padding: 0 40px;
  }
}
@media (max-width: 380px) {
  .form-module-sec .form-module-wrap .form-module-head h4 {
    padding: 0 25px;
  }
}
.form-module-sec .form-module-wrap .form-module-main {
  max-width: 878px;
  padding: 0 10px;
  margin: 42px auto 0;
}
@media (max-width: 1700px) {
  .form-module-sec .form-module-wrap .form-module-main {
    max-width: 740px;
  }
}
@media (max-width: 1199px) {
  .form-module-sec .form-module-wrap .form-module-main {
    max-width: 580px;
  }
}
@media (max-width: 767px) {
  .form-module-sec .form-module-wrap .form-module-main {
    padding: 0 22px;
    margin-top: 22px;
  }
}
.form-module-sec .form-module-wrap .form-module-main .gform_fields {
  margin: 0 -13px;
  grid-column-gap: 0;
  grid-row-gap: 0;
  width: auto;
}
.form-module-sec .form-module-wrap .form-module-main .gform_fields .gfield {
  padding: 0 13px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .form-module-sec .form-module-wrap .form-module-main .gform_fields .gfield {
    width: 100%;
    margin-bottom: 9px;
  }
}
.form-module-sec .form-module-wrap .form-module-main .gform_fields .gfield.gfield_html_formatted {
  width: 100%;
}
.form-module-sec .form-module-wrap .form-module-main .gform_fields .gfield label {
  color: #fff;
}
.form-module-sec .form-module-wrap .form-module-main .gform_fields .gfield.textarea {
  width: 100%;
}
.form-module-sec .form-module-wrap .form-module-main .gform_footer {
  justify-content: flex-end;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .form-module-sec .form-module-wrap .form-module-main .gform_footer {
    justify-content: center;
    margin-top: 4px;
  }
}
.form-module-sec .form-module-wrap .form-module-main .gform_footer input {
  font-family: "Gilroy", sans-serif;
  font-weight: 800;
  font-size: 20px;
  appearance: none;
  background: none;
  border: 0;
  line-height: 24px;
  text-align: left;
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 0 20px 0 0;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  top: 0;
  background-image: url(/app/themes/digital-boost/dist/img/btn-arrow.svg?b54f3bd65475098b1fb157c27a993d96);
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: right top 6.5px;
  cursor: pointer;
}
.form-module-sec .form-module-wrap .form-module-main .gform_footer input:hover, .form-module-sec .form-module-wrap .form-module-main .gform_footer input:focus {
  top: -10px;
}
@media (max-width: 1600px) {
  .form-module-sec .form-module-wrap .form-module-main .gform_footer input {
    font-size: 18px;
  }
}
.form-module-sec .form-module-wrap .form-graphic-top {
  position: absolute;
  top: -25px;
  right: -34px;
  width: 323px;
}
@media (max-width: 1600px) {
  .form-module-sec .form-module-wrap .form-graphic-top {
    width: 290px;
  }
}
@media (max-width: 1440px) {
  .form-module-sec .form-module-wrap .form-graphic-top {
    width: 240px;
  }
}
@media (max-width: 1199px) {
  .form-module-sec .form-module-wrap .form-graphic-top {
    width: 220px;
  }
}
@media (max-width: 991px) {
  .form-module-sec .form-module-wrap .form-graphic-top {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .form-module-sec .form-module-wrap .form-graphic-top {
    width: 108px;
    top: -6px;
    right: -17px;
    transform: rotate(-81deg);
  }
}
@media (max-width: 380px) {
  .form-module-sec .form-module-wrap .form-graphic-top {
    top: -13px;
    right: -27px;
    transform: rotate(-90deg);
  }
}
.form-module-sec .form-module-wrap .form-graphic-top img {
  display: block;
}
.form-module-sec .form-module-wrap .form-graphic-bottom {
  position: absolute;
  bottom: 20px;
  left: 0px;
  z-index: -1;
  width: 331px;
}
@media (max-width: 1600px) {
  .form-module-sec .form-module-wrap .form-graphic-bottom {
    left: 16px;
    width: 221px;
    bottom: 16px;
  }
}
@media (max-width: 1440px) {
  .form-module-sec .form-module-wrap .form-graphic-bottom {
    bottom: 17px;
    left: 0;
    width: 200px;
  }
}
@media (max-width: 1366px) {
  .form-module-sec .form-module-wrap .form-graphic-bottom {
    width: 185px;
  }
}
@media (max-width: 1199px) {
  .form-module-sec .form-module-wrap .form-graphic-bottom {
    width: 180px;
    bottom: 20px;
  }
}
@media (max-width: 991px) {
  .form-module-sec .form-module-wrap .form-graphic-bottom {
    width: 150px;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .form-module-sec .form-module-wrap .form-graphic-bottom {
    display: none;
  }
}
.form-module-sec .form-module-wrap .form-graphic-bottom img {
  display: block;
}
.form-module-sec .form-module-wrap .gfield_required {
  display: none;
  color: #fff;
  display: inline-block;
  vertical-align: top;
}
.form-module-sec .form-module-wrap .gfield_required .gfield_required_text {
  position: relative;
  font-size: 0;
}
.form-module-sec .form-module-wrap .gfield_required .gfield_required_text:before {
  content: "*";
  font-size: 20px;
  position: absolute;
  top: 1px;
}
@media (max-width: 767px) {
  .form-module-sec .form-module-wrap .gfield_required .gfield_required_text:before {
    font-size: 18px;
    top: 2px;
  }
}

.page-404 {
  text-align: center;
}
.page-404__buttons {
  margin-top: 60px;
}
.page-404 h1 {
  color: #166b7a;
  font-size: 80px;
  line-height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .page-404 h1 {
    font-size: 50px;
    margin-bottom: 20px;
    line-height: 60px;
  }
}
@media screen and (max-width: 599px) {
  .page-404 h1 {
    font-size: 24px;
    line-height: 1.2;
  }
}
.page-404 p {
  font-size: 30px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .page-404 p {
    font-size: 22px;
  }
}

.single-partners_mentees .homepage-hero {
  padding-bottom: 50px;
}
@media (max-width: 1199px) {
  .single-partners_mentees .homepage-hero {
    padding-bottom: 23px;
  }
}
@media (max-width: 767px) {
  .single-partners_mentees .homepage-hero {
    padding-bottom: 10px;
  }
}
.single-partners_mentees .introduction-text-sec.space-top {
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .single-partners_mentees .introduction-text-sec.space-top {
    padding-top: 23px;
  }
}
@media (max-width: 767px) {
  .single-partners_mentees .introduction-text-sec.space-top {
    padding-top: 10px;
  }
}
.single-partners_mentees .introduction-text-sec.space-bottom {
  padding-bottom: 50px;
}
@media (max-width: 1199px) {
  .single-partners_mentees .introduction-text-sec.space-bottom {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .single-partners_mentees .introduction-text-sec.space-bottom {
    padding-bottom: 25px;
  }
}
.single-partners_mentees .video-sec.space-top {
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .single-partners_mentees .video-sec.space-top {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .single-partners_mentees .video-sec.space-top {
    padding-top: 25px;
  }
}
.single-partners_mentees .video-sec.space-bottom {
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .single-partners_mentees .video-sec.space-bottom {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .single-partners_mentees .video-sec.space-bottom {
    padding-bottom: 50px;
  }
}
.single-partners_mentees .video-sec.space-bottom + .user-journey-carousel.white {
  padding-top: 0;
}
@media (max-width: 767px) {
  .single-partners_mentees .video-sec.space-bottom + .user-journey-carousel.white {
    padding-top: 0px;
  }
}
.single-partners_mentees .text-img-sec.space-bottom {
  padding-bottom: 50px;
}
@media (max-width: 1199px) {
  .single-partners_mentees .text-img-sec.space-bottom {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .single-partners_mentees .text-img-sec.space-bottom {
    padding-bottom: 13px;
  }
}
.single-partners_mentees .events-carousel {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .single-partners_mentees .events-carousel {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .single-partners_mentees .events-carousel {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.single-partners_mentees .mentors-feed {
  padding-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .single-partners_mentees .mentors-feed {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .single-partners_mentees .mentors-feed {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.single-partners_mentees .mentors-feed {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .single-partners_mentees .mentors-feed {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .single-partners_mentees .mentors-feed {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.single-partners_mentees .imapct-sec.space-top {
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .single-partners_mentees .imapct-sec.space-top {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .single-partners_mentees .imapct-sec.space-top {
    padding-top: 25px;
  }
}
.single-partners_mentees .imapct-sec.space-bottom {
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .single-partners_mentees .imapct-sec.space-bottom {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .single-partners_mentees .imapct-sec.space-bottom {
    padding-bottom: 50px;
  }
}

.wp-block-button__link {
  font-family: "Gilroy", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 20px;
  appearance: none;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  border-radius: 25px;
  color: #fff;
  position: relative;
  background-color: transparent;
  border: 2px solid #583372;
  padding: 13px 35px;
  color: #583372;
  text-align: center;
}
@media (max-width: 1600px) {
  .wp-block-button__link {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .wp-block-button__link {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .wp-block-button__link {
    font-size: 14px;
    line-height: 18px;
  }
}
.wp-block-button__link:hover {
  background-color: #166b7a;
  color: #fff;
  border-color: #166b7a;
}

.wp-block-gallery .wp-block-image img {
  display: block;
  width: 100%;
  margin: 0;
  border-radius: 22px;
}

.container-block {
  overflow: hidden;
}

.topics-grid .resource-hub__title {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .topics-grid .resource-hub__title {
    text-align: center;
    display: block;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .topics-grid .resource-hub__title {
    text-align: center;
    display: block;
  }
}
.topics-grid .resource-hub__heading {
  flex: 0 0 305px;
  margin-bottom: 0;
  margin-right: 64px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .topics-grid .resource-hub__heading {
    flex: 100%;
    margin-bottom: 25px;
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .topics-grid .resource-hub__heading {
    flex: 100%;
    margin-bottom: 25px;
    margin-right: 0;
  }
}
.topics-grid .resource-hub__heading:only-child {
  flex: 0 0 100%;
}
.topics-grid .resource-hub__content {
  flex: 0 0 570px;
}
@media screen and (max-width: 1600px) {
  .topics-grid .resource-hub__content {
    flex: 0 0 480px;
  }
}
.topics-grid .topic-item:hover .topic_btn {
  color: #166b7a;
}
.topics-grid .topic-item:hover .topic_btn:after {
  right: -25px;
}

.newsletter-block {
  background-color: #F26D37;
  padding: 47px 0 57px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .newsletter-block {
    padding: 66px 0 48px;
  }
}
.newsletter-block:before {
  content: "";
  position: absolute;
  top: -82px;
  left: -79px;
  bottom: 0;
  background: url(/app/themes/digital-boost/dist/img/fullpurple-pattern.svg?28ae7cbe769c37dd7c23d2ec599d2fbb) no-repeat bottom right;
  width: 228px;
  height: 228px;
  background-size: cover;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .newsletter-block:before {
    width: 120px;
    height: 120px;
    top: -42px;
    left: -41px;
  }
}
@media screen and (max-width: 1600px) {
  .newsletter-block:before {
    width: 180px;
    height: 180px;
    top: -60px;
    left: -59px;
  }
}
@media screen and (max-width: 1366px) {
  .newsletter-block:before {
    width: 100px;
    height: 100px;
    top: -37px;
    left: -37px;
  }
}
@media screen and (max-width: 1199px) {
  .newsletter-block:before {
    left: auto;
    right: -32px;
    width: 140px;
    height: 140px;
    top: -40px;
  }
}
.newsletter-block__main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.newsletter-block__text {
  width: 33%;
  max-width: 471px;
}
@media screen and (max-width: 1600px) {
  .newsletter-block__text {
    width: 34%;
  }
}
@media screen and (max-width: 1199px) {
  .newsletter-block__text {
    width: 100%;
    margin-bottom: 40px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .newsletter-block__text {
    margin-bottom: 57px;
  }
}
.newsletter-block__text * {
  color: #fff;
}
.newsletter-block__text h4 {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .newsletter-block__text h4 {
    font-size: 35px;
    line-height: 40px;
    padding-right: 85px;
  }
}
.newsletter-block__text p {
  font-weight: 800;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .newsletter-block__text p {
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .newsletter-block__text p {
    font-size: 18px;
    line-height: 24px;
  }
}
.newsletter-block__text p a {
  color: #fff;
  font-weight: 800;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .newsletter-block__text p a {
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .newsletter-block__text p a {
    font-size: 18px;
    line-height: 24px;
  }
}
.newsletter-block__text p a:hover, .newsletter-block__text p a:focus {
  text-decoration: none;
}
.newsletter-block__form {
  width: 67%;
  padding-left: 150px;
  margin-left: auto;
}
@media screen and (max-width: 1600px) {
  .newsletter-block__form {
    width: 66%;
    padding-left: 50px;
  }
}
@media screen and (max-width: 1366px) {
  .newsletter-block__form {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .newsletter-block__form {
    width: 100%;
    padding-left: 0;
  }
}
.newsletter-block__form .gform_wrapper .gform_heading {
  display: none;
}
.newsletter-block__form .gform_wrapper form {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 0;
}
@media screen and (max-width: 1199px) {
  .newsletter-block__form .gform_wrapper form {
    padding: 0;
  }
}
.newsletter-block__form .gform_wrapper .gform_body {
  width: calc(100% - 90px);
  padding-right: 45px;
}
@media screen and (max-width: 767px) {
  .newsletter-block__form .gform_wrapper .gform_body {
    width: 100%;
    padding-right: 0;
  }
}
.newsletter-block__form .gform_wrapper.gravity-theme .gform_fields {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 0;
  grid-row-gap: 0;
  margin: 0 -10px;
  width: auto;
}
.newsletter-block__form .gform_wrapper.gravity-theme .gform_fields label {
  color: #fff;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .newsletter-block__form .gform_wrapper.gravity-theme .gform_fields label {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 30px;
  }
}
.newsletter-block__form .gform_wrapper.gravity-theme .gform_fields input {
  padding: 12px 20px;
}
.newsletter-block__form .gform_wrapper.gravity-theme .gfield {
  width: 33.33%;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .newsletter-block__form .gform_wrapper.gravity-theme .gfield {
    width: 100%;
    margin-bottom: 10px;
  }
}
.newsletter-block__form .gform_wrapper.gravity-theme .gfield_required {
  color: #fff;
}
.newsletter-block__form .gform_wrapper.gravity-theme .gform_validation_errors {
  margin: 0 0 10px;
}
.newsletter-block__form .gform_wrapper.gravity-theme .validation_message {
  display: none;
}
.newsletter-block__form .gform_wrapper.gravity-theme .gform_footer {
  width: 90px;
  margin: 0;
  justify-content: flex-end;
  padding: 30px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .newsletter-block__form .gform_wrapper.gravity-theme .gform_footer {
    width: 100%;
    justify-content: flex-start;
    padding: 20px 0 0;
  }
}
.newsletter-block__form .gform_wrapper.gravity-theme .gform_footer img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 40px;
}
@media screen and (max-width: 767px) {
  .newsletter-block__form .gform_wrapper.gravity-theme .gform_footer img {
    margin: 0 0 0;
    bottom: -10px;
  }
}
.newsletter-block__form .gform_wrapper.gravity-theme .gform_footer input {
  font-family: "Gilroy", sans-serif;
  font-weight: 800;
  font-size: 20px;
  appearance: none;
  background: none;
  border: 0;
  line-height: 24px;
  text-align: left;
  color: #fff;
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  top: 0;
  background-image: url(/app/themes/digital-boost/dist/img/btn-arrow.svg?b54f3bd65475098b1fb157c27a993d96);
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: right top 6.5px;
  cursor: pointer;
  padding: 0 20px 0 0;
  margin: auto 0;
}
@media screen and (max-width: 1199px) {
  .newsletter-block__form .gform_wrapper.gravity-theme .gform_footer input {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .newsletter-block__form .gform_wrapper.gravity-theme .gform_footer input {
    font-size: 16px;
  }
}
.newsletter-block__form .gform_wrapper.gravity-theme .gform_footer input:hover, .newsletter-block__form .gform_wrapper.gravity-theme .gform_footer input:focus {
  top: -10px;
}

.dev--on {
  height: calc(100% + 2px);
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 9999;
  top: -1px;
  bottom: -1px;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .dev--on {
    width: 100%;
    max-width: calc(1520px + 2 * 50px);
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1920px) {
  .dev--on {
    width: 100%;
    max-width: calc(1520px + 2 * 10.4166666667vw);
    padding-left: 10.4166666667vw;
    padding-right: 10.4166666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1600px) {
  .dev--on {
    width: 100%;
    max-width: calc(1125px + 2 * 50px);
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  .dev--on {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .dev--on {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    margin-left: auto;
    margin-right: auto;
  }
}
.dev--on::before {
  content: "";
  background-color: rgba(82, 172, 34, 0.1);
  border: 1px solid #52AC22;
  width: 100%;
  display: block;
  height: 100%;
}

/*# sourceMappingURL=style.css.map*/