@font-face {
  font-family: 'Sentient';
  src: url('../fonts/Sentient-Variable.woff2') format('woff2'),
       url('../fonts/Sentient-Variable.woff') format('woff'),
       url('../fonts/Sentient-Variable.ttf') format('truetype');
  font-weight: 200 700; /* Weight range from 200 to 700 */
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Sentient-Italic';
  src: url('../fonts/Sentient-VariableItalic.woff2') format('woff2'),
       url('../fonts/Sentient-VariableItalic.woff') format('woff'),
       url('../fonts/Sentient-VariableItalic.ttf') format('truetype');
  font-weight: 200 700; /* Weight range from 200 to 700 */
  font-display: swap;
  font-style: italic;
}

/*START TEMPLATE STYLES*/
a,
img {
  border: none;
  text-decoration: none;
  outline: 0;
}

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

*:focus {
  outline: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Familjen Grotesk", serif;
  font-weight: 400;
}

h1 {
  font-size: 12rem;
}

h2 {
  font-size: 4rem;
}

h3 {
  font-size: 3.2rem;
}

h4, .h4 {
	font-size: 2.4rem;
}

footer ul,
header ul {
  list-style: none;
}

fieldset {
  border: 0;
}

input {
  padding: 0;
  margin: 0;
}

a {
  color: #000;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
a:hover {
  color: #000;
}

.pageAlign {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 50px;
}

.pageAlign2 {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 50px;
}

@media screen and (max-width: 1440px) {
  .pageAlign, .pageAlign2 {
    padding: 0 25px;
  }
}

.pageAlignFluid {
  margin: 0 auto;
  max-width: 1800px;
  padding: 0 25px;
}

.container:after {
  content: "";
  display: block;
  clear: both;
}

.relative {
  position: relative;
}

.fullWidth {
  float: left;
  width: 100%;
}

.invisible {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 56.25%; /* 9px base */
  }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 50%; /* 8px base */
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 43.75%; /* 7px base */
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 37.5%; /* 6px base */
  }
}

body,
input,
select,
textarea {
  font-family: "Familjen Grotesk", serif;
  font-weight: 300;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  min-height: 100%;
  height: 100%;
  min-width: 100%;
  color: #000;
  font-size: 16px;
  background: #E7E4DD;
}

p {
  margin-bottom: 3rem;
  line-height: 1.5;
}

::-moz-selection {
  background: #8BA5EC;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::selection {
  background: #000;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #000;
  /* Gecko Browsers */
  color: #fff;
}

.responsive-nav {
  display: none;
  margin: 0 auto;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 20;
  position: relative;
  width: 98px;
  text-align: center;
  padding: 30px 0;
}
.responsive-nav button {
  background: transparent;
  padding: 7px 10px;
  border: 2px solid transparent;
  position: relative;
  height: 40px;
  width: 40px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #fff;
}
.responsive-nav button:hover {
  background: #fff;
}
.responsive-nav button:hover .burger-line {
  background: #000;
}

.burger-line {
  position: absolute;
  height: 1px;
  width: 21px;
  background: #fff;
  left: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.line-t {
  top: 12px;
}

.line-m {
  top: 18px;
}

.line-b {
  top: 24px;
}

.menu-on .line-m,
.menu-on:hover .line-m {
  background: transparent;
  opacity: 0;
}

.responsive-nav .menu-on {
  /* border-radius:100%;
  border:2px solid #fff;
  background:transparent !important; */
}

.menu-on .burger-line {
  top: 19px;
}

.menu-on .line-t {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-on .line-b {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

a.btn {
  display: inline-block;
  border: 1px solid #000;
  color: #000;
  padding: 14px 60px 14px 40px;
  border-radius: 60px;
  font-size: 18px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.btn:after {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 30px;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.btn:hover {
  color: #000;
}
a.btn:hover:after {
  background: #8BA5EC;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  right: 25px;
}
a.btn.btn-white {
  border: 1px solid #fff;
  color: #fff;
}
a.btn.btn-white:after {
  background: #fff;
}
a.btn.btn-white:hover {
  color: #fff;
}
a.btn.btn-white:hover:after {
  background: #8BA5EC;
}

a.btn.btn-blue {
  border: 1px solid #2C51CA;
  color: #2C51CA;
}
a.btn.btn-blue:after {
  background: #2C51CA;
}
a.btn.btn-blue:hover {
  color: #2C51CA;
}
a.btn.btn-blue:hover:after {
  background: #8BA5EC;
}

/* Button with background color blue and white text */
a.btn.btn-blue-white {
  background: #2C51CA;
  color: #fff;
  border: 1px solid #2C51CA;
}
a.btn.btn-blue-white:after {
  background: #fff;
}
a.btn.btn-blue-white:hover {
  color: #fff;
}

a.btn-simple {
  display: inline-flex;
  border: none;
  color: #FFF;
  font-size: 2.0rem;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.btn-simple:after {
  position: relative;
  top: 50%;
  left: 8px;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.btn-simple:hover {
  color: #8BA5EC;
}
a.btn-simple:hover:after {
  background: #8BA5EC;
  width: 16px;
  height: 16px;
  margin-top: -6px;
  right: 25px;
}

a.btn-simple.blue, a.blue {
  color: #2C51CA;
  font-family: 'Familjen Grotesk';
}
a.btn-simple.blue:after, a.blue:after {
  background: #8BA5EC;
  top: 12px;
}
a.btn-simple.blue:hover, a.blue:hover {
  color: #8BA5EC;
}
a.btn-simple.blue:hover:after, a.blue:hover:after {
  background: #8BA5EC;
}

@media screen and (max-width: 768px) {
  a.btn-simple {
    font-size: 2.7rem;
  }
  a.btn-simple.blue::after {
    top: 11px!important;
  }
}

a.blue, a.red {
	position: relative;
}

a.blue.second:after, a.red.second:after {
	position: absolute;
    top: 50%;
    right: -10px;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.3sease;
    transition: all 0.3sease;	
}

a.red {
  color: #D16333;
  font-family: 'Familjen Grotesk';
}
a.red:after {
  background: #D16333;
  top: 12px;
}
a.red:hover {
  color: #D16333;
}
a.red:hover:after {
  background: #D16333;
}

.lb-dataContainer {
  display: none !important;
}

img.aligncenter {
  margin: 0 auto;
}

img.alignright {
  float: right;
}

*:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

*:hover {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body.overflowed {
  overflow: hidden;
}

.page-wrapper {
  overflow: hidden;
}

body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 150;
  padding: 20px 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 1px solid #FFF;
}

header.menu-opened {
  background: transparent;
  border-bottom: 1px solid #000;
}
header.menu-opened * {
  color: #fff;
}
header.menu-opened .menu-trigger:after {
  background: #fff;
}
header.menu-opened a.logo {
  background: url(../images/logo-black.svg) center center / contain no-repeat;
}
header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header a.logo {
  width: 142px;
  height: 69px;
  background: url(../images/logo.svg) no-repeat center center;
  background-size: contain;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .right {
  margin-left: auto;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  header .right {
    margin-left: auto;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 3.5rem;
    justify-content: space-between;
  }
}

header .menu-trigger {
  cursor: pointer;
  position: relative;
  padding-right: 20px;
  color: #FFF;
}
header .menu-trigger:after {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 0;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #FFF;
}

header .menu-trigger.menu-triggered {
  color: #000;
}
header .menu-trigger.menu-triggered:after {
  background: #000;
}

body.overflowed {
  overflow: hidden;
  height: 100%;
  position: fixed;
  width: 100%;
  transition: all 0.5s ease;
}

header.scrolled:not(.menu-opened) {
  position: fixed;
  background: #fff;
  border-bottom: 1px solid #8BA5EC;
}

header.scrolled:not(.menu-opened) a.logo {
  background: url(../images/logo-footer.svg) center center / contain no-repeat;
}

header.scrolled:not(.menu-opened) .menu-trigger {
  color: #000;
}

header.scrolled:not(.menu-opened) .menu-trigger:after {
  background: #000;
}

@media screen and (max-width: 768px) {
  header {
    position: fixed;
    background: #fff;
    border-bottom: 1px solid #8BA5EC;
  }

  header a.logo {
    background: url(../images/logo-footer.svg) center center / contain no-repeat;
  }

  header .menu-trigger {
    color: #000;
  }

  header .menu-trigger:after {
    background: #000;
  }

  /* Add padding to body to prevent content from hiding behind fixed header */
  body {
    padding-top: 109px;
  }
}

.full-screen-menu {
  background: #8BA5EC;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  -webkit-clip-path: circle(0% at calc(100% - 75px) 45px);
          clip-path: circle(0% at calc(100% - 75px) 45px);
  opacity: 1;
  -webkit-transition: all 0.7s cubic-bezier(0.15, 0.25, 0.74, 0.58);
  transition: all 0.7s cubic-bezier(0.15, 0.25, 0.74, 0.58);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.full-screen-menu.expand {
  -webkit-clip-path: circle(150% at calc(100% - 75px) 45px);
          clip-path: circle(150% at calc(100% - 75px) 45px);
}
.full-screen-menu .pageAlign {
  width: 100%;
}
.full-screen-menu nav {
  text-align: center;
}
.full-screen-menu nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.full-screen-menu nav ul li {
  display: block;
  opacity: 0.7;
  font-size: 3.2rem;
  font-family: "Sentient";
  font-weight: 300;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 5px 0;
}

@media screen and (max-width: 400px) {
  .full-screen-menu nav ul li {
    font-size: 2.4rem;
  }
}

.full-screen-menu nav ul li.current-menu-item {
  opacity: 1;
}
.full-screen-menu nav ul li a:hover:after, .full-screen-menu nav ul li.current-menu-item a:after {
  opacity: 1;
}
.full-screen-menu nav ul li:hover {
  opacity: 1;
}
.full-screen-menu nav ul a {
  color: #fff;
  position: relative;
  padding-right: 20px;
  font-family: 'Familjen Grotesk';
}

@media screen and (max-width: 768px) {
  .full-screen-menu nav ul a {
    padding-right: 10px;
  }
}

.full-screen-menu.expand nav ul a {
  color: #000;
}

.full-screen-menu nav ul a:after {
  position: absolute;
  top: 50%;
  margin-top: 2px;
  right: 0;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #000;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .full-screen-menu nav ul a:after {
    margin-top: -1px;
	right: -10px;
  }
}

.full-screen-menu .bottom {
  width: 100%;
  font-size: 12px;
  color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.full-screen-menu .bottom .top-button {
  text-align: center;
  padding-bottom: 50px;
}

@media screen and (max-width: 400px) {
  .full-screen-menu .bottom .top-button {
    padding-bottom: 70px;
  }
}

.full-screen-menu .bottom a {
  color: #000;
}
.full-screen-menu .bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.full-screen-menu .bottom .container .center {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .full-screen-menu .bottom .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .full-screen-menu .bottom .container .center {
    margin: 20px auto;
    width: 100%;
  }
}
.full-screen-menu .bottom a.social {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: 0 5px;
  background: no-repeat center center;
  background-size: contain;
  -webkit-filter: invert(1) saturate(0) brightness(0);
  filter: invert(1) saturate(0) brightness(0);
}
.full-screen-menu .bottom a.social:hover {
  -webkit-filter: invert(1) saturate(0) brightness(5);
          filter: invert(1) saturate(0) brightness(5);
}
.full-screen-menu .bottom a.social.facebook {
  background-image: url(../images/icon-facebook.svg);
}
.full-screen-menu .bottom a.social.instagram {
  background-image: url(../images/icon-instagram.svg);
}
.full-screen-menu .bottom a.social.linkedin {
  background-image: url(../images/icon-linkedin.svg);
}
.full-screen-menu .bottom a.social.youtube {
  background-image: url(../images/icon-youtube.svg);
}
.full-screen-menu .bottom .left, .full-screen-menu .bottom .right {
  width: 340px;
}

.full-screen-menu .bottom .right {
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  .full-screen-menu .bottom .right {
    text-align: right;
  }
}
.full-screen-menu .bottom .right ul {
  list-style: none;
}

@media screen and (max-width: 991px) {
  .full-screen-menu .bottom .right ul {
    padding-left: 0;
  }
}

.full-screen-menu .bottom .right li {
  display: inline-block;
}
.full-screen-menu .bottom .right li:after {
  content: ".";
  margin: 0 10px;
}
.full-screen-menu .bottom .right li:last-child:after {
  display: none;
}

footer {
  margin-top: auto;
  background: #fff;
  padding-top: 6rem;
  font-family: "Familjen Grotesk", serif;
  position: relative;
  padding-bottom: 8px;
}
footer::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px; /* Thickness of the "border" */
  background: linear-gradient(90deg, #2C51CA, #8BA5EC);
}
footer a:hover {
  color: #8BA5EC;
}
footer .top-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #8BA5EC;
  padding: 40px 0;
  margin-bottom: 40px;
  align-items: end;
}
@media (min-width: 992px) {
  footer .top-footer .right {
    margin-left: auto;
  }
}

@media (max-width: 991px) {
  footer .top-footer .right {
    margin: 5rem auto 0;
  }
}

footer .top-footer a.logo {
  width: 167px;
  height: 81px;
  background: url(../images/logo-footer.svg) no-repeat center center;
  background-size: contain;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer .top-footer .small {
  font-size: 14px;
  color: #2C51CA;
  margin: 15px 0 0 68px;
  padding: 0;
}
footer .center-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5rem 0;
}
footer .center-footer .column {
  width: 33.3333%;
}

@media (max-width: 992px) {
  footer .center-footer .column {
    width: 100%;
    text-align: center;
  }
}

footer .center-footer .column:nth-child(2) {
  text-align: center;
}
footer .center-footer .column:nth-child(2) h3 {
  display: inline-block;
  position: relative;
}
footer .center-footer .column:nth-child(2) h3:after {
  position: absolute;
  bottom: 8px;
  right: -10px;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #8BA5EC;
}
footer .center-footer .column:nth-child(2) p {
  margin-bottom: 30px;
}
footer .center-footer .column:nth-child(2) a.btn {
  margin: 10px 0;
}
footer .center-footer .column:last-child {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 992px) {
  footer .center-footer .column:last-child {
    text-align: center;
  }

  footer .social-icons {
    margin-top: 3rem;
  }
}

footer .center-footer .column:last-child a.social {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: 0 5px;
  background: no-repeat center center;
  background-size: contain;
}
footer .center-footer .column:last-child a.social:hover {
  -webkit-filter: invert(35%) sepia(90%) saturate(400%) hue-rotate(180deg) brightness(90%);
  filter: invert(35%) sepia(90%) saturate(400%) hue-rotate(180deg) brightness(90%);
}
footer .center-footer .column:last-child a.social.facebook {
  background-image: url(../images/icon-facebook.svg);
}
footer .center-footer .column:last-child a.social.instagram {
  background-image: url(../images/icon-instagram.svg);
}
footer .center-footer .column:last-child a.social.linkedin {
  background-image: url(../images/icon-linkedin.svg);
}
footer .center-footer .column:last-child a.social.youtube {
  background-image: url(../images/icon-youtube.svg);
}
footer .center-footer h3 {
  margin: 0 0 20px 0;
}
footer .center-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
footer .center-footer ul li {
  margin-bottom: 20px;
  position: relative;
}
footer .center-footer ul li:hover a {
  color: #8BA5EC;
}
footer .center-footer ul li:hover a:after {
  opacity: 1;
}
footer .center-footer ul li a {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  -webkit-transition: none;
  transition: none;
  font-size: 18px;
  text-transform: none;
}
footer .center-footer ul li a:after {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 0;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #8BA5EC;
  opacity: 0;
}
footer .center-footer p {
  margin: 0;
}
footer .bottom-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #8BA5EC;
  padding: 30px 0;
  font-size: 14px;
}
footer .bottom-footer .right {
  text-transform: uppercase;
}

@media (min-width: 992px) {
  footer .bottom-footer .right {
    margin-left: auto;
  }
}

@media (max-width: 992px) {
  footer .bottom-footer {
    justify-content: center;
  }
  footer .bottom-footer .right {
    margin-top: 3rem;
  }
}

footer .bottom-footer .right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .bottom-footer .right li {
  display: inline-block;
}
footer .bottom-footer .right li:after {
  content: ".";
  margin: 0 10px;
}
footer .bottom-footer .right li:last-child:after {
  display: none;
}
footer .bottom-footer .right a:hover {
  color: #8BA5EC;
}
footer .bottom-footer .left p {
  margin: 0;
}

.hero-slider {
  height: 100vh;
}
.hero-slider .swiper-slide {
  position: relative;
  height: 100vh;
}

@media screen and (max-width: 768px) {
  .hero-slider, .hero-slider .swiper-slide {
    height: calc( 100vh - 110px );
  }
}

.hero-slider .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
}
.hero-slider .swiper-slide.swiper-slide-active .content {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  opacity: 1;
  color: #FFF;
}
.hero-slider .swiper-slide.swiper-slide-prev .content {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 0;
}
.hero-slider .swiper-slide .content {
  position: absolute;
  top: 20rem;
  left: 0;
  right: 0;
  padding: 0 15rem;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
  text-align: center;
}

@media (max-width: 992px) {
  .hero-slider .swiper-slide .content {
    top: 50%;
    transform: translateY(-50%);
    padding: 0 5rem;
  }
}

.hero-slider .swiper-slide .content h2 {
  font-size: 9rem;
  color: #fff;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .hero-slider .swiper-slide .content h2 {
    font-size: 7rem;
  }
}

.introduction {
  background: #F6F5F3;
  padding: 8rem 0;
}
.introduction .container {
  text-align: center;
}
.introduction h2 {
  font-size: 5.5rem;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .introduction h2 {
    font-size: 4.5rem;
  }
}

.introduction p {
  font-family: 'Sentient';
}
/* .introduction h2:after {
  position: absolute;
  bottom: 12px;
  right: -10px;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #8BA5EC;
} */
.introduction .video-intro {
  margin: 0 auto;
  padding-top: 8rem;
}
.introduction .video-image {
  position: relative;
  height: calc(100vh - 200px);
  margin: 0 auto;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.introduction .video-image img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
}
.introduction .video-image a.btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.introduction .video-image a.btn.hidden {
  opacity: 0;
  visibility: hidden;
}
.introduction .player,
.introduction #video-wrapper-1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block !important;
}
.introduction #hero-video {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.introduction #hero-video.playing {
  opacity: 1;
  cursor: pointer;
}

.home-team {
  background: #E8E4DD;
  padding: 10rem 0;
}
.home-team .title {
  text-align: center;
}
.home-team .title h2 {
  font-size: 5.5rem;
  position: relative;
  display: inline-block;
}
.home-team .title h2:after {
  position: absolute;
  bottom: 12px;
  right: -10px;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #8BA5EC;
}
.home-team .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-team .left {
  width: 35%;
  padding-right: 8rem;
  padding-top: 5rem;
  border-top: 1px solid #999999;
}
.home-team .right {
  width: 65%;
  padding-left: 30px;
}
.home-team .home-team-slider {
  position: relative;
}
.home-team .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: 30px;
}
.home-team .navigation div {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  border: 1px solid #000;
  position: relative;
  margin-left: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-team .navigation div:hover {
  background: #8BA5EC;
  border-color: #8BA5EC;
}
.home-team .navigation div:hover:after {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.home-team .navigation div:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
  width: 12px;
  height: 33px;
  background: url(../images/arrow-slider.svg) no-repeat center center;
  background-size: contain;
}
.home-team .navigation div.swiper-prev:after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.home-team .swiper-slide.swiper-slide-active .image {
  padding-bottom: 120%;
}
.home-team .swiper-slide.swiper-slide-active .image .image-wrapper {
  height: 100%;
}
.home-team .swiper-slide.swiper-slide-active .image:after {
  width: 100%;
}
.home-team .swiper-slide.swiper-slide-active .team-details {
  opacity: 1;
}
.home-team .image {
  height: 0;
  padding-bottom: 120%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.home-team .image:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 8px;
  background: #8BA5EC;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.home-team .image .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.home-team .image .image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
}
.home-team .team-details {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
}
.home-team .sector {
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 25px;
}
.home-team .name {
  font-size: 3.5rem;
  padding: 10px 0;
}
.home-team .name h3 {
  margin: 0;
}
.home-team .position {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.home-team a.social {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: 0 5px;
  background: no-repeat center center;
  background-size: contain;
  -webkit-filter: invert(1) saturate(0) brightness(0);
          filter: invert(1) saturate(0) brightness(0);
}
.home-team a.social:hover {
  -webkit-filter: none;
          filter: none;
}
.home-team a.social.linkedin {
  background-image: url(../images/icon-linkedin.svg);
}

.three-column-cta {
  padding: 10rem 0;
  overflow: hidden;
}
.three-column-cta .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.three-column-cta .block {
  width: 33.3333%;
  padding: 10px;
  text-align: center;
  position: relative;
  padding-bottom: 80px;
}
.three-column-cta .block .image {
  width: 100%;
  height: 0;
  padding-bottom: 110%;
  position: relative;
  display: block;
  position: relative;
}
.three-column-cta .block .image:hover:after {
  width: 100%;
}
.three-column-cta .block .image:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 8px;
  background: #8BA5EC;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 15;
}
.three-column-cta .block .image .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.three-column-cta .block .image .image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
}
.three-column-cta .block .content {
  padding: 0 20px;
}
.three-column-cta .block .buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.two-column-cta {
  padding: 5rem 0;
  overflow: hidden;
}
.two-column-cta .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.two-column-cta .content-top {
  text-align: center;
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
}

.two-column-cta .content-top p {
  font-size: 2.2rem;
  color: #2C51CA;
}

.two-column-cta .content-top h2 {
  font-size: 5.5rem;
  position: relative;
  display: inline-block;
  margin: 0;
}
.two-column-cta .content-top h2:after {
  position: absolute;
  bottom: 12px;
  right: -10px;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #8BA5EC;
}
.two-column-cta .block {
  width: 100%;
  padding: 10px;
  text-align: center;
  position: relative;
  display: block;
}

@media screen and (min-width: 768px) {
  .two-column-cta .block {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}

/* .two-column-cta .block:hover .image:after {
  width: 100%;
} */
.two-column-cta .block .image {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  position: relative;
  display: block;
}
.two-column-cta .block .image:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 15;
}

.two-column-cta .block:first-of-type .image:after {
  background: #2C51CA;
}

.two-column-cta .block .image:after {
  background: #D16333;
}

.two-column-cta .block .image .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.two-column-cta .block .image .image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}

.two-column-cta .block:hover .image .image-wrapper img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: all 0.5s ease;
}

.two-column-cta .block .content {
  font-family: 'Sentient';
  padding: 0 20px;
}

.sentient-font {
  font-family: 'Sentient';
}

.two-column-cta .block .content strong {
  font-weight: 300;
}

.two-column-alternating-blocks {
  padding: 7rem 0;
}
.two-column-alternating-blocks.tabs-version .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 10rem;
}
.two-column-alternating-blocks.tabs-version .tabs .tab {
  font-family: "Sentient";
  font-weight: 300;
  font-size: 25px;
  cursor: pointer;
  padding: 10px;
  margin: 0 20px;
  position: relative;
}
.two-column-alternating-blocks.tabs-version .tabs .tab:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #000;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.two-column-alternating-blocks.tabs-version .tabs .tab.active {
  font-weight: 600;
}
.two-column-alternating-blocks.tabs-version .tabs .tab.active:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.two-column-alternating-blocks.tabs-version .content-wrapper .tabs-content {
  display: none;
}
.two-column-alternating-blocks .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
.two-column-alternating-blocks .block.reverse-order {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.two-column-alternating-blocks .block .slider {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .two-column-alternating-blocks .block .slider {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.two-column-alternating-blocks .block .slider .slider-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 10rem;
  z-index: 2;
  pointer-events: none;
  text-align: center;
}
.two-column-alternating-blocks .block .slider .slider-content img {
  margin: 0 auto;
}
.two-column-alternating-blocks .block .slider .swiper-slide {
  height: 80vh;
}
.two-column-alternating-blocks .block .slider .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: flex;
  z-index: 2;
  padding: 0 40px;
}
.two-column-alternating-blocks .block .slider .navigation div {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  border: 1px solid #fff;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.two-column-alternating-blocks .block .slider .navigation div:hover {
  background: #8BA5EC;
  border-color: #8BA5EC;
}
.two-column-alternating-blocks .block .slider .navigation div:hover:after {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.two-column-alternating-blocks .block .slider .navigation div:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 33px;
  background: url(../images/arrow-slider.svg) no-repeat center center;
  background-size: contain;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.two-column-alternating-blocks .block .slider .navigation div.swiper-next {
  margin-left: auto;
}
.two-column-alternating-blocks .block .slider .navigation div.swiper-next:after {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}
.two-column-alternating-blocks .block .image {
  width: 100%;
  height: 0;
  padding-bottom: 90%;
  position: relative;
  display: block;
}
.two-column-alternating-blocks .block .image .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.two-column-alternating-blocks .block .image .image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
}
.two-column-alternating-blocks .block .content {
  width: 50%;
  text-align: center;
  padding: 0 12rem;
}

@media screen and (max-width: 1440px) {
  .two-column-alternating-blocks .block .content {
    padding: 0 8rem;
  }
}

@media screen and (max-width: 1024px) {
  .two-column-alternating-blocks .block .content {
    padding: 0 4rem;
  }
}

@media screen and (max-width: 768px) {
  .two-column-alternating-blocks .block .content {
    width: 100%;
    padding: 4rem 2rem 0;
  }
}
.two-column-alternating-blocks .block h2 {
  font-size: 5.5rem;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
.two-column-alternating-blocks .block h2:after {
  position: absolute;
  bottom: 12px;
  right: -10px;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #8BA5EC;
}
.two-column-alternating-blocks .block h5 {
  font-family: "Sentient", sans-serif;
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 5rem;
}

.two-column-image-text {
  padding-bottom: 8rem;
}

.two-column-image-text .block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
}

.two-column-image-text .block.reverse-order {
    flex-direction: row-reverse;
}

.two-column-image-text .block .image-container {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .two-column-image-text .block .image-container {
    width: 100%;
  }
}

/* .two-column-image-text .block .image {
    width: 100%;
    height: 0;
    padding-bottom: 90%;
    position: relative;
    display: block;
} */

.two-column-image-text .block .image .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.two-column-image-text ul {
  padding-left: 15px;
  margin: 0;
}

.two-column-image-text .block .image {
  position: relative;
}

.two-column-image-text .block .extra-text {
  position: absolute;
  top: 50px;
  padding: 28px 30px;
  z-index: 2;
  font-size: 1.6rem;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .two-column-image-text .block .extra-text {
    padding: 20px 25px;
  }
}

.two-column-image-text .block .extra-text p, .two-column-image-text .block .extra-text h4 {
  margin: 0;
}

.two-column-image-text .block .extra-text h4 {
  font-size: 4rem;
}

@media screen and (min-width: 992px) {
  .two-column-image-text .block .extra-text {
    right: -80px;
  }

  .two-column-image-text .block .extra-text.reverse-order {
    left: -80px;
  }
}



.two-column-image-text .block .image .image-wrapper img {
    object-fit: cover;
    max-width: none;
    width: 100%;
    height: 100%;
}

.two-column-image-text .block .content {
  width: 50%;
  padding: 0 16rem;
}

@media screen and (max-width: 1440px) {
  .two-column-image-text .block .content {
    padding: 0 10rem;
  }
}

@media screen and (max-width: 1024px) {
  .two-column-image-text .block .content {
    padding: 0 5rem;
  }
}

@media screen and (max-width: 768px) {
  .two-column-image-text .block .content {
    width: 100%;
    padding: 4rem 2rem 0;
  }
}

.two-column-image-text .block.reverse-order .content {
  padding-left: 0;
}

.two-column-image-text .block h2 {
    font-size: 5.5rem;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}

.two-column-image-text .block p {
  font-size: 1.7rem;
  font-family: 'Sentient';
}

.two-column-image-text .block h2:after {
    position: absolute;
    bottom: 12px;
    right: -10px;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #8BA5EC;
}

.two-column-image-text .block h5 {
    font-family: "Sentient", sans-serif;
    font-weight: 300;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 5rem;
}

.big-cta .image, .small-cta .image {
  height: 0;
  padding-bottom: 37%;
  overflow: hidden;
  position: relative;
}
.small-cta .image {
  padding-bottom: 17%;
}
@media screen and (max-width: 992px) {
  .big-cta .image {
    padding-bottom: 55%;
  }
  .small-cta .image {
    padding-bottom: 38%;
  }
}
.big-cta .image:after, .small-cta .image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.2;
}
.big-cta .image .image-wrapper, .small-cta .image .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.big-cta .image .image-wrapper img, .small-cta .image .image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
}
.big-cta .image .content, .small-cta .image .content {
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 48%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.home .big-cta .image .content {
  width: 100%;
}

@media screen and (max-width: 992px) {
  /* .big-cta .image .content, .small-cta .image .content { */
  .big-cta .image .content {
    padding: 0 5%;
    text-align: center;
  }

  .home .small-cta .image .content {
    padding: 0;
  }

  .small-cta#why-wait .image {
    padding-bottom: 58%;
  }
}

.big-cta h2, .small-cta h2 {
  font-size: 5.5rem;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .big-cta h2, .small-cta h2 {
    font-size: 4.5rem;
  }
}

.small-cta h3 {
  font-size: 3.5rem;
}

.small-cta p {
  font-size: 2.2rem;
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .small-cta h2 {
	font-size: 4rem;  
  }
  .small-cta p {
    font-size: 2rem;
  }
}

.faq-cta {
  padding: 75px 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .faq-cta {
    padding: 4rem 2.2rem;
  }
}

.faq-cta h3 {
  font-size: 3.2rem;
  margin: 0;
  padding: 0;
}

.faq-cta a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.faq-cta a.btn {
  text-decoration: unset;
}

.faq-cta, .blue-linear-bg {
  background: linear-gradient(90deg, #2C51CA, #8BA5EC);
}

.blue-linear-bg p {
  margin-top: 1.9rem;
  margin-bottom: 1.1rem;
}

.image-expand {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
          clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
}

.subpage-hero {
  position: relative;
  height: 700px;
}

@media screen and (max-width: 768px) {
  .subpage-hero {
    height: calc(100vh - 110px);
  }
}

.subpage-hero.no-text {
  height: 533px;
}

.subpage-hero .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.subpage-hero .image img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
}
.subpage-hero .content {
  position: absolute;
  bottom: 5rem;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
}
.subpage-hero .content h1 {
  font-size: 9rem;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .subpage-hero .content {
    bottom: 10rem;
  }

  .subpage-hero .content h1 {
    font-size: 7rem;
  }
}

.subpage-hero .content h3 {
  font-size: 2rem;
}

.subpage-hero .btn {
  margin: 5.5rem 1.4rem;
}

@media screen and (max-width: 992px) {
  .subpage-hero .btn {
    margin: 2.5rem 1.4rem;
  }
  .subpage-hero .btn:first-of-type {
    margin-top: 8rem;
  }
}


body.contact {
  background: #E7E4DD;
}
body.contact .logo-slider {
  background: #D2CDC2;
}

body.partnerships .intro-text {
  background: #fff;
}

body.our-brands .big-cta {
  background: #E7E4DD;
}

body.pipeline {
  background: #D2CDC2;
}

body.solutions {
  background: #E7E4DD;
}
body.solutions .intro-text {
  text-align: center;
  padding: 0;
}
body.solutions .intro-text h1 {
  display: inline-block;
  position: relative;
}
body.solutions .intro-text h1:after {
  position: absolute;
  bottom: 14px;
  right: -10px;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #8BA5EC;
}

.intro-text {
  padding: 8rem 0;
}
.intro-text h1 {
  font-size: 6rem;
}

.team-archive {
  padding-bottom: 4rem;
}
.team-archive .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.team-archive .team {
  width: 25%;
  padding: 10px;
  margin-bottom: 40px;
}
.team-archive .team .image {
  height: 0;
  padding-bottom: 120%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.team-archive .team .image:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  background: #8BA5EC;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  mix-blend-mode: screen;
  opacity: 0;
}
.team-archive .team .image .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.team-archive .team .image .image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
}
.team-archive .team .team-details {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
}
.team-archive .team .sector {
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 25px;
}
.team-archive .team .name {
  font-size: 3.5rem;
  padding: 10px 0;
}
.team-archive .team .name h3 {
  margin: 0;
}
.team-archive .team .position {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.team-archive .team a.social {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: 0 5px;
  background: no-repeat center center;
  background-size: contain;
  -webkit-filter: invert(1) saturate(0) brightness(0);
          filter: invert(1) saturate(0) brightness(0);
}
.team-archive .team a.social:hover {
  -webkit-filter: none;
          filter: none;
}
.team-archive .team a.social.linkedin {
  background-image: url(../images/icon-linkedin.svg);
}
.team-archive .team-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.team-archive .team-lightbox.active {
  opacity: 1;
  visibility: visible;
}
.team-archive .team-lightbox.active .wrapper {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.team-archive .team-lightbox .wrapper {
  min-width: 600px;
  max-width: 100px;
  background: #8BA5EC;
  color: #fff;
  padding: 50px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.investor-cta {
  background: #D2CDC2;
  padding: 5rem 0;
}
.investor-cta .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.investor-cta h2 {
  font-size: 5.5rem;
}
.investor-cta .left {
  width: 50%;
  background: #8BA5EC;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5rem;
}
.investor-cta .right {
  width: 50%;
}
.investor-cta .right .image {
  height: 80vh;
}
.investor-cta .right .image img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
}

.ubbu-hero {
  padding: 50px 0;
  background: #E7E4DD;
  color: #fff;
}
.ubbu-hero .container {
  position: relative;
  text-align: center;
}
.ubbu-hero .container .image {
  height: 90vh;
}
.ubbu-hero .container .image img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
}
.ubbu-hero .container .content-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.ubbu-hero .container .content-middle {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.ubbu-hero .container h2 {
  font-size: 6rem;
  display: inline-block;
  position: relative;
}
.ubbu-hero .container h2:after {
  position: absolute;
  bottom: 12px;
  right: -10px;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #8BA5EC;
}
.ubbu-hero .container h3 {
  font-size: 4rem;
}

.carousel-slider {
  padding: 5rem 0;
  position: relative;
  cursor: none;
}
.carousel-slider:hover .carousel-cursor {
  display: inline-block;
}
.carousel-slider .swiper-slide {
  position: relative;
}
.carousel-slider .swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #662D91;
  opacity: 0.85;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.carousel-slider .swiper-slide:hover:after {
  /* opacity: 0; */
}
.carousel-slider .swiper-slide.swiper-slide-active {
  /* &:after {
  	opacity: 0;
  } */
}
.carousel-slider .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.carousel-slider .carousel-cursor {
  position: absolute;
  z-index: 500000;
  display: none;
  pointer-events: none;
  background: #8BA5EC;
  color: #fff;
  padding: 14px 60px 14px 40px;
  border-radius: 60px;
  text-transform: uppercase;
  font-size: 16px;
}
.carousel-slider .carousel-cursor:after {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 30px;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.logo-slider {
  padding-bottom: 8rem;
}
.logo-slider .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.logo-slider .swiper-slide {
  width: auto;
}

.history-timeline {
  overflow: hidden;
  padding-top: 4rem;
  border-top: 1px solid #B6B6B6;
}
.history-timeline .years {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 25px;
  font-weight: 300;
  font-family: "Sentient";
  margin-bottom: 3rem;
}
.history-timeline .years .year-tab {
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
}
.history-timeline .years .year-tab:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.history-timeline .years .year-tab:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.history-timeline .scrollContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  padding: 100px 0;
  z-index: 2;
}
.history-timeline .clicked-details {
  position: relative;
}
.history-timeline .block {
  min-width: 400px;
  position: relative;
}
.history-timeline .block:hover:after {
  -webkit-animation: none;
          animation: none;
  -webkit-transform: translate(-50%, 50%) scale(2);
          transform: translate(-50%, 50%) scale(2);
}
.history-timeline .block:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  right: 100%;
  width: 900000000px;
  height: 2px;
  background: #8BA5EC;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  cursor: pointer;
}
.history-timeline .block:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 100%;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  -webkit-animation: pulsate 2s infinite;
          animation: pulsate 2s infinite;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: translate(-50%, 50%) scale(1);
            transform: translate(-50%, 50%) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, 50%) scale(2);
            transform: translate(-50%, 50%) scale(2);
  }
  100% {
    -webkit-transform: translate(-50%, 50%) scale(1);
            transform: translate(-50%, 50%) scale(1);
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: translate(-50%, 50%) scale(1);
            transform: translate(-50%, 50%) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, 50%) scale(2);
            transform: translate(-50%, 50%) scale(2);
  }
  100% {
    -webkit-transform: translate(-50%, 50%) scale(1);
            transform: translate(-50%, 50%) scale(1);
  }
}
.history-timeline .block.active {
  color: #000;
}
.history-timeline .block.active:before {
  opacity: 1;
}
.history-timeline .block.active:after {
  background: #8BA5EC;
  -webkit-animation: none;
          animation: none;
  -webkit-transform: translate(-50%, 50%) scale(1);
          transform: translate(-50%, 50%) scale(1);
}
.history-timeline .block .content-wrapper {
  position: absolute;
  top: 50%;
  left: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  color: #000;
  opacity: 0;
  pointer-events: none;
}
.history-timeline .block .content-wrapper.active {
  opacity: 1;
}
.history-timeline .block .content-wrapper.active .image {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.history-timeline .block .content-wrapper.active .image img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.history-timeline .block .content-wrapper.active .content {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.history-timeline .block .content-wrapper .content {
  padding-left: 20px;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.history-timeline .block .content-wrapper .content .content-logo {
  width: 70px;
  margin-right: 20px;
  margin-top: 5px;
}
.history-timeline .block .content-wrapper .content .right {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
}
.history-timeline .block .content-wrapper .content h3 {
  margin: 0 0 10px 0;
}
.history-timeline .block .content-wrapper .content p {
  margin: 0;
  font-weight: 300;
}
.history-timeline .block .content-wrapper .content-year {
  font-size: 15px;
  font-weight: 300;
}
.history-timeline .block .content-wrapper .image {
  min-width: 270px;
  max-width: 270px;
  height: 420px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.history-timeline .block .content-wrapper .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.history-timeline .block .year {
  font-size: 16px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 20px;
  font-style: italic;
  font-weight: 300;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.history-timeline .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 200px 2000px 200px 200px;
}
.history-timeline .wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: #000;
  z-index: -1;
}

.partnerships-map {
  border-top: 1px solid #B6B6B6;
}
.partnerships-map .legend {
  padding: 7rem 0;
}
.partnerships-map .legend .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.partnerships-map .legend .container .element {
  font-family: "Sentient";
  font-size: 23px;
  padding: 10px;
  margin: 0 50px;
  position: relative;
}
.partnerships-map .legend .container .element:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  border-radius: 100%;
  border: 1px solid #000;
}
.partnerships-map .legend .container .element:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-left: -5px;
  border-radius: 100%;
  background: #000;
  margin-top: 5px;
}
.partnerships-map .legend .container .element:first-child {
  font-weight: 600;
}
.partnerships-map .legend .container .element:nth-child(2):before {
  border-color: #6DB216;
}
.partnerships-map .legend .container .element:nth-child(2):after {
  background: #6DB216;
}
.partnerships-map .legend .container .element:nth-child(3):before {
  border-color: #8BA5EC;
}
.partnerships-map .legend .container .element:nth-child(3):after {
  background: #8BA5EC;
}
.partnerships-map .legend .container .element:nth-child(4):before {
  border-color: #A3A3A3;
}
.partnerships-map .legend .container .element:nth-child(4):after {
  background: #A3A3A3;
}
.partnerships-map .legend .container .element:nth-child(5):before {
  border-color: #D16333;
}
.partnerships-map .legend .container .element:nth-child(5):after {
  background: #D16333;
}
.partnerships-map .map {
  height: 80vh;
}

.contact-section .top {
  text-align: center;
  font-size: 18px;
  padding: 10rem 0 4rem 0;
}
.contact-section .bottom {
  background: #D2CDC2;
  padding: 10rem 0 3rem 0;
}
.contact-section .bottom .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
.contact-section .bottom .left {
  width: 50%;
}
.contact-section .bottom .right {
  width: 50%;
}
.contact-section .bottom p {
  margin: 0;
}
.contact-section .bottom a {
  text-decoration: underline;
}
.contact-section .bottom h2 {
  font-size: 12rem;
  position: relative;
  display: inline-block;
  margin: 0;
}
.contact-section .bottom h2:after {
  position: absolute;
  bottom: 30px;
  right: -10px;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #8BA5EC;
}

.contact-form {
  padding: 10rem 0;
  background-color: #2C51CA;
}
.contact-form p {
  margin: 0;
}
.contact-form .half {
  display: flex;
}

.contact-form .half div {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .contact-form .half {
    flex-direction: column;
  }
  .contact-form .half div {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .contact-form .half {
    gap: 20px;
  }
}

.contact-form .contact-text {
  margin-bottom: 65px;
}
.contact-form form {
  margin: 0;
  padding: 0;
  text-align: center;
}
.contact-form input, .contact-form textarea {
  border: 1px solid #8BA5EC;
  background: transparent;
  border-radius: 40px;
  padding: 15px;
  font-size: 16px;
  text-align: center;
  display: block;
  width: 100%;
  margin: 10px 0;
  color: #FFF;
}
.contact-form input:focus, .contact-form textarea:focus {
  border-color: #FFF;
}
.contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
  color: #FFF;
}
.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  color: #FFF;
}
.contact-form input:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
  color: #FFF;
}
.contact-form input::-ms-input-placeholder, .contact-form textarea::placeholder {
  color: #FFF;
}
.contact-form input::placeholder, .contact-form textarea::placeholder {
  color: #FFF;
}
.contact-form textarea {
  border-radius: 10rem;
  min-width: 100%;
  height: 18rem;
  min-height: 18rem;
  max-width: 100%;
}
.contact-form .wpcf7-not-valid-tip {
  text-align: center;
}
.contact-form .wpcf7-response-output {
  text-align: center;
  border: none !important;
  font-weight: 300;
}
.contact-form .submit-button {
  display: inline-block;
  position: relative;
}
.contact-form .submit-button:after {
  position: absolute;
  top: 35px;
  right: 30px;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #8BA5EC;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-form .submit-button:hover {
  color: #000;
}
.contact-form .submit-button:hover:after {
  background: #8BA5EC;
  width: 16px;
  height: 16px;
  margin-top: -6px;
  right: 25px;
}
.contact-form .submit-button input {
  display: inline-block;
  border: 1px solid #8BA5EC;
  color: #8BA5EC;
  border-radius: 60px;
  text-transform: none;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* Contact form checkbox styling */
.contact-form .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.contact-form .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.contact-form .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.contact-form .wpcf7-checkbox input[type="checkbox"] {
  margin: 0.3rem 0 0 0;
  width: auto;
  height: auto;
}

.contact-form .wpcf7-checkbox .wpcf7-list-item-label {
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (min-width: 992px) {
  .wpcf7-form-control-wrap[data-name="privacy"] {
    max-width: 50%;
    margin: 0 auto;
    display: block;
  }
}

.wpcf7-form-control-wrap[data-name="privacy"] {
  margin: 3rem auto;
}

.accordition-scroll {
  padding: 8.5rem 0 10.5rem 0;
}

.accordition-scroll .pageAlignFluid, .accordition-scroll .container {
  height: 100%;
}
.accordition-scroll .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-top: 4rem;
}

@media screen and (min-width: 2200px) {
  .accordition-scroll .container {
    padding-top: 0;
  }
}

.accordition-scroll .accordition {
  width: 50%;
  margin-left: auto;
  counter-reset: section; /* Initialize the counter */
}

@media screen and (max-width: 1024px) {
  .accordition-scroll .accordition {
    width: 100%;
    margin-top: 3rem;
  }
}

.accordition-scroll .accordition .block {
  border-bottom: 1px solid #999;
}
.accordition-scroll .accordition .block:last-child {
  border-bottom: none;
}
.accordition-scroll .accordition .block .content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.accordition-scroll .accordition .block .content.active {
  max-height: 2000px; /* Large enough value to accommodate content */
  transition: max-height 0.5s ease-in;
}

.accordition-scroll .accordition .block .title {
  font-size: 20px;
  padding: 20px 0;
  position: relative;
  padding-left: 55px; /* Adjust padding to make space for the counter */
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .accordition-scroll .accordition .block .title {
    padding-right: 15px;
  }
}

.accordition-scroll .accordition .block .title:before {
  counter-increment: section;
  content: "0" counter(section);
  position: absolute;
  left: 0;
  top: 30%;
  transform: translateY(-30%);
  font-size: 36px;
  color: #2C51CA; /* Style the counter */
}

.accordition-scroll .accordition .block .title::after {
  content: '';
  width: 12px;
  height: 12px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  position: absolute;
  right: 20px;
  top: calc(50% - 8px);
}

.accordition-scroll .accordition .block .title.active::after {
  transform: rotate(225deg);
  top: calc(50% - 4px);
}

.accordition-scroll .accordition .block p {
  margin: 0 0 30px 0;
  font-family: 'Sentient';
  font-size: 2.2rem;
}

.accordition-scroll .accordition .block .content p a {
  color: #2C51CA;
  text-decoration: underline;
}

.columns {
  background: no-repeat center center;
  background-size: cover;
  padding: 10rem 0;
}
.columns.stretch-columns .pageAlign {
  max-width: 100%;
  padding: 0;
}
.columns.center-vertically .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.columns .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.columns .column {
  background: no-repeat center center;
  background-size: cover;
  padding: 0;
}
.columns .column .column-wrapper {
  padding: 30px;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .columns .column .column-wrapper {
    padding: 0;
  }
}

.columns .column.column-half {
  width: 50%;
}
@media screen and (min-width: 992px) {
  .columns .column.column-third {
    width: 33.3333%;
  }
}

@media screen and (max-width: 991px) {
  .columns .column.column-third {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .columns .column.column-twothirds {
    width: 66.6666%;
    margin: 0 auto;
  }
}

.columns .column.column-full {
  width: 100%;
}
.columns .column .column-slider .swiper-images {
  height: 0;
  padding-bottom: 55%;
  position: relative;
  overflow: hidden;
}
.columns .column .column-slider .swiper-images .swiper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.columns .column .column-slider .swiper-images .swiper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
}
.columns .column .column-slider .swiper-pagination .swiper-pagination-bullet {
  width: 23px;
  height: 5px;
  background: #fff;
  opacity: 0.6;
  border-radius: 0;
}
.columns .column .column-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.columns .column .column-slider .swiper-next {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  z-index: 2;
  cursor: url(../images/arrow-white-right.png), pointer;
}
.columns .column .column-slider .swiper-prev {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  z-index: 2;
  cursor: url(../images/arrow-white-left.png), pointer;
}

.info-boxes-wrapper {
  padding: 7.5rem 0;
  background: #fff;
}

.info-boxes-wrapper .section-title {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 2.3rem;
  color: #2C51CA;
}

.info-boxes-wrapper .info-boxes {
  display: flex;
  flex-wrap: wrap;
  margin: -12.5px;
}

.info-boxes-wrapper .info-box {
  width: calc(33.333% - 25px);
  margin: 12.5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #2C51CA;
  color: #FFF;
  padding: 37px 38px 33px 38px;
}

.info-boxes-wrapper .info-box:nth-of-type(2n) {
  background: linear-gradient(90deg, #2C51CA, #8BA5EC);
}

.info-boxes-wrapper .info-box:nth-of-type(3n) {
  background-color: #8BA5EC;
}

.info-boxes-wrapper .info-box:nth-of-type(3n) a.btn-simple:hover {
  color: #FFF;
}

.info-boxes-wrapper .info-box:nth-of-type(3n) a.btn-simple:hover:after {
  background: #FFF;
}

.info-boxes-wrapper .info-box .icon {
  margin-bottom: 1rem;
}

.info-boxes-wrapper .info-box .icon img {
  width: 64px;
  height: auto;
}

.info-boxes-wrapper .info-box .title {
  font-size: 3.2rem;
  margin-bottom: 3.5rem;
  max-width: 65%;
}

@media (max-width: 768px) {
  .info-boxes-wrapper .info-box .title {
    max-width: 70%;
  }
}

.info-boxes-wrapper .info-box .btn {
  margin-top: auto;
}

@media (max-width: 768px) {
  .info-boxes-wrapper .info-box {
    width: calc(100% - 25px); /* Maintain gap on mobile */
  }
}

.info-boxes-bordered-wrapper {
  padding: 8.2rem 0;
  background: #fff;
}

.info-boxes-bordered-wrapper.light {
  background-color: #F6F5F3;
  padding-top: 0;
}

.info-boxes-bordered-wrapper.dark {
  background-color: #8BA5EC;
}

.info-boxes-bordered-wrapper.multicolor {
  background-color: #2C51CA;
  padding-top: 0;
}

.info-boxes-bordered-wrapper .info-boxes-bordered {
  display: flex;
  flex-wrap: wrap;
  margin: -12.5px;
}

.info-boxes-bordered-wrapper .info-box {
  width: calc(33.333% - 25px);
  margin: 12.5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  color: #000;
  padding: 28px 36px;
  border: 1px solid #8BA5EC;
}

@media screen and (max-width: 768px) {
  .info-boxes-bordered-wrapper .info-box {
    padding: 20px 25px;
  }
}

.info-boxes-bordered-wrapper.dark .info-box {
  border-color: #fff;
}

.info-boxes-bordered-wrapper.dark .info-box .btn-simple:hover {
  color: #fff;
}

.info-boxes-bordered-wrapper.dark .info-box a.btn-simple.blue:after {
  background: #2C51CA;
}

.info-boxes-bordered-wrapper.dark .info-box a.btn-simple.blue:hover:after {
  background: #fff;
}

.info-boxes-bordered-wrapper.multicolor .info-box {
  border-color: #8BA5EC;
}

.info-boxes-bordered-wrapper .info-box .title {
  font-size: 3.2rem;
  margin-bottom: 3.5rem;
  margin-top: 0;
  max-width: 75%;
  color: #2C51CA;
}

@media screen and (max-width: 768px) {
  .info-boxes-bordered-wrapper .info-box .title {
    margin-bottom: 1rem;
  }
}

.home .info-boxes-bordered-wrapper .info-box .title {
  font-weight: 700;
}

.info-boxes-bordered-wrapper .info-box p {
  font-family: 'Sentient';
  font-size: 2rem;
  margin-bottom: 10px;
  max-width: 87%;
}

.info-boxes-bordered-wrapper.multicolor .info-box p {
  font-family: 'Familjen Grotesk', serif;
  font-size: 2.8rem;
  line-height: 1.2;
  color: #8BA5EC;
  margin: 0;
  padding: 0;
  min-height: 200px;
}

.info-boxes-bordered-wrapper.multicolor .info-box:first-of-type {
  background-color: rgba(255, 255, 255, 0.05);
}

.info-boxes-bordered-wrapper.multicolor .info-box:nth-of-type(3) {
  background-color: rgba(255, 255, 255, 0.15);
}

.info-boxes-bordered-wrapper.multicolor .info-box:nth-of-type(4) {
  background-color: #FFF;
}

.info-boxes-bordered-wrapper.multicolor .info-box:nth-of-type(5) {
  background-color: rgba(255, 255, 255, 0.7);
}

.info-boxes-bordered-wrapper.multicolor .info-box:nth-of-type(5) p {
  color: #2C51CA;
}

@media (max-width: 768px) {
  .info-boxes-bordered-wrapper .info-box {
    width: calc(100% - 25px); /* Maintain gap on mobile */
  }
}

.investment-options-wrapper {
  padding: 4rem 0;
}

.investment-options-wrapper .section-title {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 2.3rem;
  color: #2C51CA;
}

.investment-options-wrapper .btn {
  width: 100%;
  margin-top: 2rem;
  text-align: center;
  padding: 2.2rem 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.investment-options-wrapper .btn::after {
  position: relative;
  top: auto;
  margin-top: 3px;
  margin-left: 12px;
  right: auto;
  background: #8BA5EC!important;
}

.investment-options-wrapper .btn:hover:after {
  background: #2C51CA;
  margin-top: 4px;
  right: auto;
}

@media (max-width: 768px) {
  .investment-options-wrapper .btn {
    padding: 2.2rem 4.2rem 2.2rem 2.2rem;
  }
}

.investment-options-wrapper .investment-options {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: space-between;
}

.investment-options-wrapper .investment-option {
  width: 25%;
  margin: 0;
}

.investment-options-wrapper .investment-option .sum {
  color: #2C51CA;
  font-size: 5rem;
  font-weight: 700;
}

.investment-options-wrapper .investment-option .subtext {
  font-family: "Sentient";
  max-width: 55%;
}

@media (max-width: 768px) {
  .investment-options-wrapper .investment-option {
    width: calc(100% - 25px);
  }
  .investment-options-wrapper .investment-option .subtext {
    max-width: 100%;
  }
}

.header-tabs-wrapper .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 3.6rem;
  padding-bottom: 6rem;
}


.faqs .header-tabs-wrapper .tabs{
  padding-bottom: 1rem;
}

.header-tabs-wrapper .tabs .tab {
  font-family: "Sentient";
  font-weight: 300;
  font-size: 19px;
  cursor: pointer;
  padding: 10px;
  margin: 0 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .header-tabs-wrapper .tabs .tab {
    text-align: center;
    line-height: 1.4;
  }
  .the-italian-golden-visa .header-tabs-wrapper .tabs {
    padding-bottom: 1rem;
  }
}

.header-tabs-wrapper .tabs .tab:hover {
  color: #2C51CA;
}

@media screen and (max-width: 768px) {
  .header-tabs-wrapper .tabs .tab:after {
    content: "";
    display: block;
    position: absolute;
    top: 19px;
    right: -8px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #000;
    transform: scale(1);
    transition: all 0.3s ease;
  }
  .header-tabs-wrapper .tabs .tab:hover:after {
    background: #2C51CA;
  }
}

@media screen and (min-width: 769px) {
  .header-tabs-wrapper .tabs .tab:hover:after {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  .header-tabs-wrapper .tabs .tab:hover:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -3px;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: #2C51CA;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.header-tabs-wrapper .tab.active {
  color: #2C51CA;
}

.header-tabs-wrapper .tab.active:after {
  transform: scale(1);
}

.title-intro-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

.title-intro-wrapper::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 26px;
    right: 26px;
    height: 1px;
    background: #000;
    z-index: 0;
    transform: translateY(-50%);
    width: calc(100% - 52px);
}

.title-intro-wrapper .title-content {
    position: relative;
    padding: 0 15px;
    z-index: 1;
    background: #E7E4DD;
}

.image-text-slider-wrapper {
  background: #E8E4DD;
  padding: 10rem 0 6rem 0;
}
.image-text-slider-wrapper .title {
  text-align: center;
}
.image-text-slider-wrapper .title h2 {
  font-size: 5.5rem;
  position: relative;
  display: inline-block;
}

.image-text-slider-wrapper p {
  font-family: 'Sentient';
  font-size: 1.7rem;
}

.image-text-slider-wrapper .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.image-text-slider-wrapper .left {
  width: 35%;
  padding-right: 8rem;
  padding-top: 5rem;
  border-top: 1px solid #999999;
}
.image-text-slider-wrapper .right {
  width: 65%;
  padding-left: 30px;
}

.image-text-slider-wrapper .right .content {
  text-align: center;
}

.image-text-slider-wrapper .image-text-slider {
  position: relative;
}
.image-text-slider-wrapper .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: 30px;
}
.image-text-slider-wrapper .navigation div {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  border: 1px solid #000;
  position: relative;
  margin-left: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.image-text-slider-wrapper .navigation div:hover {
  background: #8BA5EC;
  border-color: #8BA5EC;
}
.image-text-slider-wrapper .navigation div:hover:after {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.image-text-slider-wrapper .navigation div:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
  width: 12px;
  height: 33px;
  background: url(../images/arrow-slider.svg) no-repeat center center;
  background-size: contain;
}
.image-text-slider-wrapper .navigation div.swiper-prev:after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.image-text-slider-wrapper .swiper-slide.swiper-slide-active .image {
  padding-bottom: 120%;
}
.image-text-slider-wrapper .swiper-slide.swiper-slide-active .image .image-wrapper {
  height: 100%;
}
.image-text-slider-wrapper .swiper-slide.swiper-slide-active .image:after {
  width: 100%;
}
.image-text-slider-wrapper .swiper-slide.swiper-slide-active .team-details {
  opacity: 1;
}
.image-text-slider-wrapper .image {
  height: 0;
  padding-bottom: 120%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.image-text-slider-wrapper .image:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 8px;
  background: #8BA5EC;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.image-text-slider-wrapper .image .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.image-text-slider-wrapper .image .image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
}
.image-text-slider-wrapper .team-details {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
}
.image-text-slider-wrapper .sector {
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 25px;
}
.image-text-slider-wrapper .name {
  font-size: 3.5rem;
  padding: 10px 0;
}
.image-text-slider-wrapper .name h3 {
  margin: 0;
}
.image-text-slider-wrapper .position {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.image-text-slider-wrapper a.social {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: 0 5px;
  background: no-repeat center center;
  background-size: contain;
  -webkit-filter: invert(1) saturate(0) brightness(0);
          filter: invert(1) saturate(0) brightness(0);
}
.image-text-slider-wrapper a.social:hover {
  -webkit-filter: none;
          filter: none;
}
.image-text-slider-wrapper a.social.linkedin {
  background-image: url(../images/icon-linkedin.svg);
}

.image-text-slider-wrapper .image-text-slider .swiper-slide {
  transition: all 0.3s ease;
  opacity: 0.5;
}

.image-text-slider-wrapper .image-text-slider .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
}

.image-text-slider-wrapper .image-text-slider .swiper-slide .content {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: translateY(20px);
}

.image-text-slider-wrapper .image-text-slider .swiper-slide-active .content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media screen and (max-width: 992px) {
  .image-text-slider-wrapper .left {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }

  .image-text-slider-wrapper .right {
    width: 100%;
    padding-left: 0;
    margin-top: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .image-text-slider-wrapper {
    padding: 6rem 0 4rem 0;
  }

  .image-text-slider-wrapper .title h2 {
    font-size: 4rem;
  }

  .image-text-slider-wrapper .image-text-slider .swiper-slide {
    padding: 0 1rem;
  }
}

/* Accordion Styles */
.accordion-section {
  background: rgba(139, 165, 236, 0.7);
}


.accordion-section .tabs-wrapper {
  background-color: #8BA5EC;
}

.accordion-section .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
          justify-content: space-between;
  padding-top: 2.5rem;
  padding-bottom: 4rem;
  border-top: 1px solid #000;
}

@media screen and (max-width: 768px) {
  .accordion-section .tabs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }

  .accordion-section .tabs .tab {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
}

.accordion-section .tabs-content {
  padding-top: 9rem;
  padding-bottom: 3.5rem;
}

.accordion-section .tabs .tab {
  font-family: "Sentient";
  font-size: 1.9rem;
  font-weight: 300;
  cursor: pointer;
  padding: 10px;
  margin: 0 20px;
  position: relative;
}

.accordion-section .tabs .tab:hover {
  color: #2C51CA;
}

@media screen and (min-width: 768px) {
  .accordion-section .tabs .tab:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.accordion-section .tabs .tab:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -3px;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #2C51CA;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Add active state for tabs */
.accordion-section .tabs .tab.active {
  color: #2C51CA;
}

@media screen and (min-width: 768px) {
  .accordion-section .tabs .tab.active:after {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* Style tab content containers */
.accordion-section .tab-content {
  display: none;
}

.accordion-section .tab-content.active {
  display: block;
}

.accordion-item {
  border-bottom: 1px solid #000;
}

.accordion-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.accordion-item .accordion-header {
  padding: 30px 30px 32px 0;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 3.4rem;
  line-height: 1;
}

.accordion-item .accordion-header .icon {
  position: relative;
  width: 38px;
  height: 38px;
}

@media screen and (max-width: 768px) {
  .accordion-item .accordion-header {
    padding-right: 40px;
  }
  .accordion-item .accordion-header .icon {
    position: absolute;
    right: 0;
  }
}

.accordion-item .accordion-header .icon:before,
.accordion-item .accordion-header .icon:after {
  content: '';
  position: absolute;
  background-color: #000;
  transition: all 0.3s ease;
}

.accordion-item .accordion-header .icon:before {
  top: 18px;
  left: 0;
  width: 38px;
  height: 1px;
}

.accordion-item .accordion-header .icon:after {
  top: 0;
  left: 18px;
  width: 1px;
  height: 38px;
}

@media screen and (max-width: 768px) {
  .accordion-item .accordion-header .icon {
    width: 30px;
    height: 30px;
  }
  .accordion-item .accordion-header .icon:before {
    top: 15px;
    width: 30px;
  }
  .accordion-item .accordion-header .icon:after {
    left: 15px;
    height: 30px;
  }
}

.accordion-item.active .accordion-header .icon:after {
    transform: rotate(90deg);
    opacity: 0;
}

.accordion-content {
  display: none;
}

.accordion-content .content-inner {
  padding: 0 0 20px;
  font-family: 'Sentient';
  font-size: 17px;
}

.accordion-content .content-inner p:first-of-type {
  margin-top: 0;
}

.accordion-content .content-inner h1, .accordion-content .content-inner h2, .accordion-content .content-inner h3, .accordion-content .content-inner h4, .accordion-content .content-inner h5, .accordion-content .content-inner h6 {
  margin-bottom: 0;
}

/* Table Styles */
.columns .basic-content .table-wrapper {
    border-radius: 15px;
    padding: 1px;
    background: #8BA5EC;
    margin: 2rem 0;
}

.columns .basic-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-radius: 15px;
}

.columns .basic-content table strong {
	font-weight: 500;
}

.columns .basic-content table tbody {
  vertical-align: top;
}

.columns .basic-content table thead {
    background: linear-gradient(90deg, #2C51CA 29%, #D16333 66%);
}

.columns .basic-content table th {
    border-right: none; /* Remove right border from header cells */
    border-bottom: none; /* Remove bottom border from header cells */
}

.columns .basic-content table td {
    border-right: 1px solid #8BA5EC;
    border-bottom: 1px solid #8BA5EC;
}

.columns .basic-content table td.tick {
  position: relative;
}
.columns .basic-content .second {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.columns .basic-content table td.tick::before{
  content: '✓';
  color: #2C51CA;
  font-size: 2.5rem;
  position: absolute;
  bottom: 10px;
  right: 5px;
}

.columns .basic-content table th:last-child,
.columns .basic-content table td:last-child {
    border-right: none;
}

.columns .basic-content table tr:nth-of-type(2n) {
  background: #E7E4DD;
}

.columns .basic-content table tr:last-child td {
    border-bottom: none;
}

.columns .basic-content table tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
}

.columns .basic-content table tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
}

.columns .basic-content table thead tr:first-child th:first-child {
  border-top-left-radius: 15px;
}

.columns .basic-content table thead tr:first-child th:last-child {
  border-top-right-radius: 15px;
}

.columns .basic-content table thead th {
  color: #FFF;
  padding: 2rem;
  text-align: left;
  font-weight: normal;
  font-size: 1.8rem;
}

.columns .basic-content .table-wrapper table .btn-simple {
	font-size: 20px;
}

.columns .basic-content table tbody td {
    padding: 2rem;
    border-bottom: 1px solid #8BA5EC;
    font-size: 1.6rem;
}

.columns .basic-content table tbody tr:last-child td {
    border-bottom: none;
}

.columns .basic-content table tbody tr:hover {
    background-color: rgba(139, 165, 236, 0.1);
}

.columns .basic-content .btn.btn-full-width {
  width: 100%;
  margin-top: 2rem;
  text-align: center;
  padding: 2.2rem 0;
}

@media screen and (max-width: 991px) {
  .columns .basic-content .btn.btn-full-width {
    display: block;
    margin: 0 auto;
    width: 90%;
    padding: 2.2rem 5rem;
  }
}

.title-with-lines .content {
  padding: 4.5rem 0;
}

@media screen and (max-width: 768px) {
  .liquid-blue-chip-holding .title-with-lines .content {
    padding-top: 0;
    margin-top: -6rem;
  }
}

.title-with-lines .content::before, .title-with-lines .content::after {
  content: '';
  display: block;
  height: 1px;
  background: #2C51CA;
  width: 136px;
  margin: 0 auto;
}

.title-with-lines h3 {
  font-size: 4.5rem;
  margin: 45px 0;
  color: #2C51CA;
  text-align: center;
}

.title-with-lines h3::before {
  margin-bottom: 45px;
}

.title-with-lines h3::after {
  margin-top: 45px;
}

.custom-top {
  border-top: 1px solid #5C7EEC;
  font-family: 'Sentient';
}

.styled-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  counter-reset: list-counter;
}

.styled-list li {
  position: relative;
  margin-bottom: 50px;
  counter-increment: list-counter;
  display: flex;
  align-items: flex-start;
  padding-left: 94px; /* Space for the number circle */
}

.list-content {
  flex: 1;
}

/* Vertical connecting line */
.styled-list li::after {
  content: counter(list-counter, decimal-leading-zero) ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 64px;
  background: #2C51CA;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: normal;
  padding-left: 3px;
}

/* Vertical line */
.styled-list li::before {
  content: "";
  position: absolute;
  left: 34px;
  top: 64px;
  width: 2px;
  height: calc(100% + 20px); /* Adjust based on spacing needs */
  background-color: #8BA5EC;
}

.styled-list li:last-child::before {
  display: none;
}

/* Special styling for first item */
.styled-list li:nth-child(1)::after {
  color: #2C51CA;
  background: white;
  border: 2px solid #8BA5EC;
}

/* Special styling for second item */
.styled-list li:nth-child(2)::after {
  background: #8BA5EC;
  color: #2C51CA;
}

/* Special styling for third item */
.styled-list li:nth-child(3)::after {
  color: #8BA5EC;
}

/* Text styling */
.styled-list p {
  margin: 0;
  font-size: 16px;
  color: #333;
}

.styled-list strong {
  font-weight: bold;
  color: black;
}

.pills-section {
  width: 100%;
  padding: 10rem 0;
}

.pills-container {
  display: flex;
  width: 100%;
}

.pills-navigation {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.pills-content {
  width: 50%;
  padding: 0 13rem;
}

@media (max-width: 1440px) {
  .pills-content {
    padding: 0 8rem;
  }
}

@media (max-width: 1024px) {
  .pills-content {
    padding: 0 4rem;
  }
}

@media (max-width: 768px) {
  .pills-navigation,
  .pills-content {
    width: 100%;
  }

  .pills-content {
    padding: 4rem 2rem 0;
  }

  .pills-container {
    flex-direction: column;
  }
}

.pill-tab-wrapper {
  margin-bottom: 15px;
}

.pill-tab {
  width: 100%;
  padding: 35px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #8BA5EC;
  border-radius: 10px;
}

.pill-tab.active {
  background-color: #8BA5EC;
}

.pill-tab h3 {
  color: #2C51CA;
  font-family: 'Familjen Grotesk';
  font-size: 5rem;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.pill-tab p {
  margin: 0;
  font-size: 1.3em;
}

.pill-content {
  display: none;
  padding: 0 20px;
}

.pill-content.active {
  display: block;
}

/* Mobile pill content styles */
.pill-content-mobile {
  padding: 20px 0;
  margin-top: -30px;
  border-bottom: 1px solid rgba(139, 165, 236, 0.3);
}

@media (min-width: 769px) {
  .pill-content-mobile {
    display: none !important; /* Always hidden on desktop */
  }
  
  .desktop-only {
    display: block;
  }
}

@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }
  
  .pills-container {
    flex-direction: column;
  }
  
  .pills-content-mobile {
    display: block; /* Container is always visible on mobile */
    margin-top: 20px;
  }
  
  .pill-tab {
    margin-bottom: 15px;
  }
}

.two-column-buttons {
  display: flex;
  padding: 0;
  height: 840px;
  overflow: hidden;
  padding: 29px 27px;
}
.two-column-buttons .container {
  display: flex;
  width: 100%;
  padding: 0;
}
.two-column-buttons .left,
.two-column-buttons .right {
  width: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

@media (max-width: 768px) {
  .two-column-buttons .container {
    flex-direction: column;
    height: auto;
  }
  .two-column-buttons .left,
  .two-column-buttons .right {
    width: 100%;
    height: 420px;
  }
}

.two-column-buttons .left .content,
.two-column-buttons .right .content {
  text-align: center;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .two-column-buttons .content {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.two-column-buttons .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.two-column-buttons .image .image-wrapper {
  width: 100%;
  height: 100%;
}
.two-column-buttons .image .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.two-column-buttons .image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.0);
  transition: background 0.3s ease;
  z-index: 99;
}

.two-column-buttons .left:hover .image::after,
.two-column-buttons .right:hover .image::after {
  background: rgba(0, 0, 0, 0.35);
}

.tax-regime {
	padding-bottom: 1px;
	padding-top: 4rem;
}

@media screen and (max-width: 991px) {
  #no-break span {
    display: block;
    margin: 7rem 0;
  }
  #no-break span br, #no-break-p br {
    display: none;
  }
}

#border-radius-img img {
  border-radius: 10px;
}

.underline-link {
	text-decoration: underline;
}

#opportunities tr:last-of-type td p:last-of-type {
    margin-bottom: 0;
}

#how-do-i-become-tax-resident {
  padding-bottom: 0;
}

.posts-archive {
  padding: 8rem 0;
}

.posts-archive .title {
  text-align: center;
  margin-bottom: 5rem;
}

.posts-archive .title h2 {
  font-size: 5.5rem;
  position: relative;
  display: inline-block;
}

.posts-archive .posts-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.posts-archive .post-block {
  width: calc(33.333% - 30px);
  margin: 15px;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 6rem;
}

.posts-archive .post-block .image {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  position: relative;
  display: block;
  overflow: hidden;
}

.posts-archive .post-block .image .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.posts-archive .post-block .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}

.posts-archive .post-block:hover .image img {
  transform: scale(1.1);
}

.posts-archive .post-block .content {
  padding: 2rem 0;
  flex-grow: 1;
}

.posts-archive .post-block h3 {
  margin-bottom: 1.5rem;
  margin-top: 0;
}

@media screen and (min-width: 992px) {
	.posts-archive .post-block h3 {
		font-size: 2.8rem;
	}
	.posts-archive .post-block {
	  margin-bottom: 3rem;
	}
}

@media screen and (max-width: 991px) {
	.posts-archive a.btn-simple.blue:after {
		top: 6px;
	}
}

.posts-archive .post-block .btn-simple {
  margin-top: auto;
}

.posts-archive .load-more-wrapper {
  text-align: center;
  margin-top: 5rem;
}

@media screen and (max-width: 992px) {
  .posts-archive .post-block {
    width: calc(50% - 30px);
  }
}

@media screen and (max-width: 576px) {
  .posts-archive .post-block {
    width: calc(100% - 30px);
  }
}

.load-more:hover {
	cursor: pointer;
}

.icon-columns-wrapper {
  padding: 8rem 0;
  background-color: #FFF;
}

.icon-columns-wrapper .section-title {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 2.3rem;
  color: #2C51CA;
}

.icon-columns-wrapper .icon-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.icon-columns-wrapper .icon-column {
  width: 25%;
  text-align: left;
  padding: 0 8.8rem;
  position: relative;
}

.icon-columns-wrapper .icon-column:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #8BA5EC;
}

.icon-columns-wrapper .icon-column .icon {
  margin-bottom: 2.5rem;
}

.icon-columns-wrapper .icon-column .icon img {
  height: 58px;
  width: auto;
}

.icon-columns-wrapper .icon-column .title {
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0;
  color: #2C51CA;
  font-family: 'Familjen Grotesk';
}

@media screen and (max-width: 991px) {
  .icon-columns-wrapper .icon-column {
    width: 50%;
    margin-bottom: 9rem;
    padding: 0;
  }
  
  .icon-columns-wrapper .icon-column:nth-child(2n)::after {
    display: none;
  }
	
	#how-do-i-become-tax-resident h2 br {
		display: none;
	}
}

@media screen and (max-width: 576px) {
  .icon-columns-wrapper .icon-column {
    width: 100%;
  }
  
  .icon-columns-wrapper .icon-column::after {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  #special-tax-regime, #special-tax-regime h2 {
    padding-top: 0;
  }
}

.wpcf7-response-output {
  color: #FFF;
}

/* Feedback */

.introduction h2 span {
  font-size: 2.1rem;
}

.hero-slider .swiper-slide.swiper-slide-active .content .buttons {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}

@media screen and (max-width: 768px) {
  .introduction h2 span {
    font-size: 2.6rem!important;
  }
  .investment-options-wrapper .investment-option .subtext {
    margin-block-start: 0.3rem;
  }
  .home .two-column-cta {
    padding-top: 0;
  }
  .two-column-cta .content-top p {
    font-size: 2.9rem;
  }
  .accordition-scroll {
    padding: 0;
  }
  .image-text-slider-wrapper .navigation div:first-child {
    margin-left: 0;
  }
  .image-text-slider-wrapper .navigation {
    position: relative;
    justify-content: center;
    margin: 2rem 0 5rem 0;
  }
  .image-text-slider-wrapper p {
    font-size: 2.3rem;
  }
  .the-italian-golden-visa .introduction {
    padding: 3rem 0;
  }
  .the-italian-golden-visa section.two-column-image-text:nth-of-type(7) {
    padding-bottom: 4rem;
  }
  .hospitality-fund section.two-column-image-text:nth-of-type(5) {
    padding-bottom: 2rem;
  }
  .the-italian-golden-visa section.two-column-image-text:nth-of-type(7) .content p:first-of-type {
    display: none;
  }
  .small-cta p {
    font-size: 2.4rem;
  }
  .golden-visa-investment-options .columns p img {
    margin-bottom: 2rem;
  }

  .golden-visa-investment-options .two-column-image-text {
    padding-bottom: 4rem;
  }
  .golden-visa-investment-options #important-considerations {
    padding-bottom: 0!important;
  }
  .golden-visa-investment-options .columns {
    padding-top: 4rem!important;
  }
  .golden-visa-investment-options .two-column-image-text .block p {
    font-size: 2.3rem;
  }
  .icon-columns-wrapper .icon-column .title {
    font-size: 2.92rem;
  }
  .two-column-image-text .block .extra-text {
    top: 0;
  }
  .liquid-blue-chip-holding .columns .basic-content .btn.btn-full-width {
    margin-top: 2rem;
  }
  .italy-tax-incentives .two-column-image-text {
    padding-bottom: 0;
  }
  .faqs .introduction p:nth-of-type(1), .faqs .introduction p:nth-of-type(2) {
    display: none;
  }

  .faqs .accordion-section .tabs .tab {
    font-size: 2.4rem;
  }
  .faqs .accordion-section .tabs .tab:after {
    content: "";
    display: inline-block;
    position: relative;
    top: -2px;
    margin-left: 8px;
    width: 7px;
    height: 7px;
    left: unset;
    border-radius: 100%;
    background: #000;
    transform: scale(1);
    transition: all 0.3s ease;
  }
  .faqs .accordion-section .tabs .tab.active:after, .faqs .accordion-section .tabs .tab:hover:after {
    background: #2C51CA;
  }
  .hero-slider .swiper-slide.swiper-slide-active .content .buttons {
    display: unset;
  }
  .hero-slider .swiper-slide.swiper-slide-active .content .buttons a:first-child {
    margin-bottom: 2rem;
  }
  header .top-button {
    display: none;
  }
}
