@font-face{font-family:"Cormorant Garamond";font-weight:400;font-style:normal;font-display:swap;src:url("/fonts/cormorant-garamond-400.woff2") format("woff2");}@font-face{font-family:"Cormorant Garamond";font-weight:700;font-style:normal;font-display:swap;src:url("/fonts/cormorant-garamond-700.woff2") format("woff2");}@font-face{font-family:"Questrial";font-weight:400;font-style:normal;font-display:swap;src:url("/fonts/questrial-400.woff2") format("woff2");}
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1180px) {
    .container {
      max-width: 1165px; } }
  @media (min-width: 1320px) {
    .container {
      max-width: 1370px; } }

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; } }

.visible {
  visibility: visible !important; }
@-webkit-keyframes reveal {
  0% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0";
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100";
    filter: alpha(opacity=100); } }

@-moz-keyframes reveal {
  0% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0";
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100";
    filter: alpha(opacity=100); } }

@-ms-keyframes reveal {
  0% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0";
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100";
    filter: alpha(opacity=100); } }

@-o-keyframes reveal {
  0% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0";
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100";
    filter: alpha(opacity=100); } }

@keyframes reveal {
  0% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0";
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100";
    filter: alpha(opacity=100); } }

form label {
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  color: #6f7482;
  margin-bottom: 4px;
  display: inline-block; }

form .hs-form-field {
  margin-bottom: 16px; }

form input,
form textarea,
form select {
  background: #f8fafc;
  border-radius: 4px;
  padding: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  color: #3b4256;
  border: 1px solid transparent;
  width: 100%; }
  form input::placeholder,
  form textarea::placeholder,
  form select::placeholder {
    color: #b8bcca; }
  form input.error,
  form textarea.error,
  form select.error {
    border: 1px solid #ed0131; }

form select {
  appearance: none;
  -webkit-appearance: none; }

form .hs-fieldtype-select .input {
  position: relative; }
  form .hs-fieldtype-select .input::after {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0L5 5L10 0H0Z' fill='%233B4256'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 10px;
    height: 5px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateX(-50%); }

form input[type="radio"] {
  accent-color: #3b4256;
  width: 20px;
  height: 20px; }

form input[type="checkbox"] {
  accent-color: #3b4256;
  width: 18px;
  height: 18px; }

form .inputs-list {
  list-style: none;
  padding-left: 0; }

form input[type="submit"] {
  background: #000000;
  border-radius: 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  border: 1px solid #000;
  padding: 17px 25px;
  margin-top: 30px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: 250ms background cubic-bezier(0.3, 0, 0.22, 1), 250ms color cubic-bezier(0.3, 0, 0.22, 1); }
  form input[type="submit"]:hover {
    background: transparent;
    color: #000; }
  form input[type="submit"]:focus {
    border: none; }

.no-js .no-js-fallback {
  position: relative; }

p {
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 1.6em; }

a {
  color: #2a165d;
  text-decoration: none; }

main .container-fluid {
  padding-left: 0;
  padding-right: 0; }

*,
*::after,
*::before {
  box-sizing: inherit; }

.row-fluid .span12 {
  width: 100%; }

.row-fluid .span6 {
  width: calc(6 / 12 * 100%); }

@media (max-width: 991px) {
  .row-fluid .span12,
  .row-fluid .span11,
  .row-fluid .span10,
  .row-fluid .span9,
  .row-fluid .span8,
  .row-fluid .span7,
  .row-fluid .span6,
  .row-fluid .span5,
  .row-fluid .span4,
  .row-fluid .span3,
  .row-fluid .span2,
  .row-fluid .span1 {
    width: 100%; } }

.h1,
h1 {
  line-height: 1.2; }

.h2,
h2 {
  line-height: 1.2; }

.h3,
h3 {
  line-height: 1.2; }

.h4,
h4 {
  line-height: 1.2; }

.h5,
h5 {
  line-height: 1.2; }

.h6,
h6 {
  line-height: 1.2; }

.description {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px; }
  .description a {
    color: #7e4fcd;
    text-decoration: underline; }

@media (max-width: 991px) {
  .description {
    font-size: 18px;
    line-height: 140.62%; }
  .h1,
  h1 {
    font-size: 48px !important; }
  .h2,
  h2 {
    font-size: 38px !important; }
  .h3,
  h3 {
    font-size: 28px !important; }
  .h4,
  h4 {
    font-size: 24px !important; }
  .h5,
  h5 {
    font-size: 20px !important; }
  .h6,
  h6 {
    font-size: 16px !important; } }

.buttons-holder {
  display: flex;
  align-items: center; }
  .buttons-holder .button {
    margin-right: 16px; }
    .buttons-holder .button:last-of-type {
      margin-right: 0; }

@media (max-width: 991px) {
  .button {
    width: 100%;
    text-align: center;
    font-size: 18px !important;
    padding: 15px 20px !important;
    max-width: 350px !important; }
  .buttons-holder {
    flex-direction: column;
    width: 100%; }
    .buttons-holder .button {
      margin-right: 0 !important;
      margin-bottom: 24px; }
      .buttons-holder .button:last-of-type {
        margin-bottom: 0; } }

* {
  box-sizing: border-box !important; }

html.scroll-hidden {
  overflow-y: hidden; }

html,
body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: normal;
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 16px;
  padding: 0; }

.main {
  margin-top: 175px; }

.custom-toast {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 14px 20px;
  background: #fff;
  color: #000;
  font-weight: 500;
  border-radius: 8px;
  transform: translateX(150%);
  transition: 250ms ease transform;
  box-shadow: 0px 33px 36px #0027801f;
  max-width: 500px; }
  .custom-toast.active {
    transform: translateX(0); }
  .custom-toast__close {
    margin-top: 15px !important;
    width: 100% !important;
    text-align: center;
    background: #1eadeb;
    color: #fff;
    border-radius: 0 !important;
    cursor: pointer; }

@media (max-width: 991px) {
  .custom-toast {
    max-width: 350px; }
  main {
    padding-top: 120px; } }

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99; }
  .header__row {
    height: 150px; }
  .header__right-static {
    position: static !important; }
  .header__search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 30px;
    opacity: 0;
    z-index: -1;
    transition: 250ms opacity cubic-bezier(0.3, 0, 0.22, 1), 250ms z-index cubic-bezier(0.3, 0, 0.22, 1); }
    .header__search-popup.active {
      opacity: 1;
      z-index: 30; }
    .header__search-popup form {
      background: #fff;
      border-radius: 5px;
      max-width: 800px;
      padding: 15px;
      position: relative;
      width: 100%; }
      .header__search-popup form input {
        border: 2px solid #2a165d;
        border-radius: 5px;
        color: #666;
        font-family: inherit;
        font-size: 18px;
        height: 60px;
        padding: 6px 12px; }
      .header__search-popup form button {
        margin-left: 15px;
        background: #2a165d;
        border-radius: 50px;
        color: #fff !important;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.5;
        margin-right: 0;
        padding: 12px 20px;
        transition: opacity 0.3s ease-in-out;
        border: none;
        cursor: pointer; }
    .header__search-popup__close {
      background: #fff;
      border-radius: 50%;
      color: #000;
      font-weight: 900;
      height: 30px;
      line-height: 30px;
      position: absolute;
      right: -15px;
      text-align: center;
      text-decoration: none;
      top: -15px;
      width: 30px;
      cursor: pointer; }
  .header__dropdown {
    display: none; }
    .header__dropdown__top-wrapper {
      display: flex;
      align-items: center;
      gap: 30px;
      justify-content: space-between;
      margin-bottom: 30px; }
  .header.scrolled {
    position: fixed;
    transform: translateY(-66px);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08); }
  .header.scrolled-hidden {
    transform: translateY(0); }
  .header__top {
    background: #eee9e3;
    padding: 13px 0; }
    .header__top__container {
      max-width: 1470px;
      width: 100%;
      margin: 0 auto;
      padding: 0 20px; }
    .header__top__row {
      display: flex;
      gap: 20px;
      align-items: center;
      justify-content: space-between; }
    .header__top input {
      padding: 5px 12px;
      background: #ffffffb5;
      border-radius: 0;
      color: #535353;
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
      min-width: 228px; }
      .header__top input::placeholder {
        color: #535353; }
    .header__top__link {
      color: #2a165d;
      font-size: 16px;
      font-weight: 400;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 15px;
      border: none;
      background: transparent;
      cursor: pointer; }
      .header__top__link.contact-us-link {
        min-width: 150px; }
      .header__top__link span {
        background: #fffefc;
        padding: 7px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }
      .header__top__link img {
        height: 18px;
        width: 18px;
        object-fit: contain; }
    .header__top__left {
      display: flex;
      align-items: center;
      gap: 10px; }
    .header__top__right {
      display: flex;
      align-items: center;
      gap: 20px; }
    .header__top__right-socials-wrapper {
      display: flex;
      align-items: center;
      gap: 10px; }
      .header__top__right-socials-wrapper.footer-social-icons {
        display: none; }
    .header__top__search-btn {
      cursor: pointer;
      font-size: 13px;
      font-weight: 300;
      margin-right: 20px;
      text-decoration: none; }
      .header__top__search-btn i {
        color: #fff; }
  .header__top-btn {
    color: #fff;
    text-align: center;
    font-family: Questrial;
    font-size: 17px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.87px !important;
    background: #b5acc1;
    padding: 10px 24px !important;
    margin-left: 20px;
    max-width: 187px !important; }
    .header__top-btn:hover {
      background: #fff;
      color: #b5acc1; }
  .header__main {
    position: relative;
    transition: 0.3s ease-in-out;
    background: #fffefc;
    box-shadow: 0px 33px 36px #0027801f; }
  .header__logo {
    display: inline-block; }
    .header__logo img {
      max-width: 170px; }
  .header__menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: baseline; }
    .header__menu ul li {
      display: flex;
      align-items: center;
      height: 150px; }
      .header__menu ul li:last-of-type {
        margin-right: 0; }
      .header__menu ul li a {
        align-items: center;
        color: #535353;
        display: flex;
        font-size: 17px;
        font-weight: 400;
        margin: 0 12px;
        padding: 5px 0;
        text-align: center;
        transition: 250ms ease-in-out color;
        position: relative;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1.87px; }
        .header__menu ul li a::after {
          content: "";
          height: 1px;
          width: 0%;
          position: absolute;
          background-color: #8b7bc6;
          bottom: 0;
          left: 0;
          transition: 250ms ease-in-out width; }
        .header__menu ul li a:hover {
          color: #8b7bc6 !important; }
          .header__menu ul li a:hover::after {
            width: 100%; }
      .header__menu ul li.hs-item-has-children .hs-menu-children-wrapper {
        background: #f5f2f8;
        box-shadow: 0px 33px 36px #0027801f;
        border-radius: 3px;
        transition: unset !important;
        width: 100%;
        padding: 37px 10px;
        visibility: hidden;
        z-index: 10;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        position: absolute;
        display: flex !important;
        gap: 43px;
        justify-content: center;
        align-items: center;
        top: 148px; }
        .header__menu ul li.hs-item-has-children .hs-menu-children-wrapper li {
          margin-right: 0;
          height: auto; }
          .header__menu ul li.hs-item-has-children .hs-menu-children-wrapper li a {
            display: block;
            margin: 0;
            position: relative;
            white-space: break-spaces;
            width: 100% !important;
            z-index: 2;
            color: #535353 !important;
            transition: 250ms ease-in-out color;
            overflow: hidden;
            text-align: center;
            font-weight: 400;
            font-size: 18px; }
            .header__menu ul li.hs-item-has-children .hs-menu-children-wrapper li a:hover {
              color: #8b7bc6 !important; }
      .header__menu ul li.hs-item-has-children:hover .hs-menu-children-wrapper {
        opacity: 1;
        visibility: visible; }
  .header__hamburger {
    display: none;
    width: 18px;
    cursor: pointer; }
    .header__hamburger span {
      display: block;
      height: 2px;
      margin-bottom: 4px;
      border-radius: 15px;
      background-color: #000;
      transition: transform 0.4s cubic-bezier(0.3, 0, 0.22, 1), opacity 0.2s cubic-bezier(0.3, 0, 0.22, 1); }
      .header__hamburger span:first-of-type {
        transform-origin: top right; }
      .header__hamburger span:last-of-type {
        margin-bottom: 0;
        transform-origin: bottom right; }

@media (max-width: 1319px) {
  .header__logo img {
    max-width: 140px; }
  .header__menu ul li a {
    font-size: 14px;
    margin: 0 7px;
    letter-spacing: 1px; } }

@media (max-width: 991px) {
  .header__main {
    height: auto;
    padding: 20px 0; }
  .header__row {
    height: auto; }
  .header__top-btn {
    margin-left: 0; }
  .header__top__right {
    display: none; }
  .header__top__left {
    width: 100%;
    justify-content: space-between; }
  .header__top__right-socials-wrapper {
    justify-content: center;
    gap: 15px;
    margin-top: 45px; }
    .header__top__right-socials-wrapper.footer-social-icons {
      display: flex;
      margin-top: 0;
      margin-bottom: 100px; }
  .header__top__row.footer-row {
    justify-content: center; }
  .header__top__link {
    display: none; }
    .header__top__link.social-mobile-link {
      display: block; }
    .header__top__link.contact-us-link {
      display: flex; }
    .header__top__link img {
      width: 30px;
      height: 30px; }
    .header__top__link.contact-us-link img {
      width: 20px;
      height: 20px; }
    .header__top__link.contact-us-link span {
      padding: 7px; }
    .header__top__link span {
      padding: 10px; }
  .header__top__row {
    justify-content: center; }
  .header__dropdown {
    display: block;
    position: fixed;
    padding: 20px 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: #eee9e3;
    height: 100vh;
    transform: translateX(-100%);
    overflow-y: scroll;
    transition: 150ms transform cubic-bezier(0.3, 0, 0.22, 1); }
    .header__dropdown.open {
      transform: translateX(0); }
    .header__dropdown__button {
      color: #2a165d;
      text-align: center;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 125%;
      letter-spacing: 2.4px;
      border: 2px solid #2a165d;
      background: #eee9e3;
      max-width: 500px !important;
      margin: 38px auto 0; }
      .header__dropdown__button:hover {
        background: #2a165d;
        color: #eee9e3; }
    .header__dropdown ul {
      list-style: none;
      padding-left: 0;
      margin: 0; }
      .header__dropdown ul .hs-menu-item {
        position: relative; }
        .header__dropdown ul .hs-menu-item span {
          position: absolute;
          right: 11px;
          width: 25px;
          height: 25px;
          background: transparent;
          top: 11px;
          z-index: 3; }
      .header__dropdown ul li a {
        align-items: center;
        display: flex;
        margin: 0;
        padding: 15px;
        color: #5936b2;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 1.98px;
        text-transform: uppercase; }
      .header__dropdown ul li.hs-item-has-children {
        position: relative; }
        .header__dropdown ul li.hs-item-has-children .hs-menu-children-wrapper {
          max-height: 0;
          overflow: hidden;
          transition: 300ms max-height cubic-bezier(0.3, 0, 0.22, 1); }
          .header__dropdown ul li.hs-item-has-children .hs-menu-children-wrapper li a {
            color: #2a165d; }
        .header__dropdown ul li.hs-item-has-children::before {
          color: #666;
          content: "\2b";
          font-family: "Font Awesome 6 Free";
          font-size: 18px;
          font-weight: bolder;
          line-height: 30px;
          opacity: 0.5;
          position: absolute;
          right: 15px;
          top: 8px;
          transition: 0.2s cubic-bezier(0.3, 0, 0.22, 1); }
        .header__dropdown ul li.hs-item-has-children.active .hs-menu-children-wrapper {
          max-height: 1000px; }
        .header__dropdown ul li.hs-item-has-children.active::before {
          transform: rotate(45deg); }
  .header__top__link svg {
    width: 15px;
    height: 15px; }
  .header__top__search-btn {
    margin-right: 0;
    display: flex;
    justify-content: flex-end;
    width: max-content;
    margin-left: auto;
    padding: 10px;
    font-size: 16px; }
    .header__top__search-btn i {
      color: #000; }
    .header__top__search-btn.mobile-search-icon {
      margin: 0;
      justify-content: start; }
  .header__hamburger {
    display: block; }
  .header__menu {
    display: none; }
  .header__logo {
    display: block;
    margin: 0 auto;
    text-align: center; } }

@media (max-width: 575px) {
  .header__top .row {
    gap: 10px; }
  .header__top__left {
    justify-content: space-between; }
    .header__top__left .header__top__link {
      margin: 0; }
      .header__top__left .header__top__link:nth-child(2) {
        margin: 0; } }

.footer {
  padding: 80px 0 42px; }
  .footer__container {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
  .footer__row {
    margin-bottom: 100px; }
  .footer__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 85px; }
  .footer__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 50px; }
    .footer__grid.cols-4 {
      grid-template-columns: repeat(4, 1fr); }
  .footer__hamburger {
    display: none;
    width: 18px;
    cursor: pointer; }
    .footer__hamburger span {
      display: block;
      height: 2px;
      margin-bottom: 4px;
      border-radius: 15px;
      background-color: #000;
      transition: transform 0.4s cubic-bezier(0.3, 0, 0.22, 1), opacity 0.2s cubic-bezier(0.3, 0, 0.22, 1); }
      .footer__hamburger span:first-of-type {
        transform-origin: top right; }
      .footer__hamburger span:last-of-type {
        margin-bottom: 0;
        transform-origin: bottom right; }
  .footer__wrapper-logo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    max-width: 250px; }
  .footer__menu__title {
    color: #5936b2;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.2px;
    text-transform: uppercase; }
  .footer__menu ul {
    padding-left: 0;
    list-style: none; }
    .footer__menu ul li {
      margin-bottom: 15px; }
    .footer__menu ul a {
      color: #2a165d;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 1.2%;
      text-transform: uppercase; }
      .footer__menu ul a:hover {
        color: #5936b2; }
  .footer__dropdown {
    display: none; }
    .footer__dropdown__top-wrapper {
      display: flex;
      align-items: center;
      gap: 30px;
      justify-content: end;
      margin-bottom: 30px; }
  .footer__logo {
    text-align: center;
    display: block;
    margin: 0 auto; }
    .footer__logo img {
      max-width: 250px;
      width: 100%;
      object-fit: contain; }
  .footer__bottom-text {
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 244.7%;
    letter-spacing: 1.65px; }
  .footer__bottom-menu ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    list-style: none; }
    .footer__bottom-menu ul li {
      padding-right: 10px !important; }
      .footer__bottom-menu ul li a {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 244.7%;
        letter-spacing: 1.65px;
        text-transform: uppercase;
        margin: 0 !important;
        padding: 0 10px 0 0;
        border-right: 1px solid #817794; }
        .footer__bottom-menu ul li a:hover {
          color: #5936b2; }
      .footer__bottom-menu ul li:last-child a {
        border-right: none; }

@media (max-width: 1179px) {
  .footer {
    padding: 50px 0 32px; }
    .footer__menu__title {
      margin-top: 25px; }
    .footer__wrapper-logo {
      max-width: 100%; }
    .footer__row {
      flex-direction: column; }
    .footer__grid {
      grid-template-columns: repeat(2, 1fr); }
    .footer__bottom-text-wrapper {
      display: flex;
      flex-direction: column;
      margin-top: 15px; } }

@media (max-width: 991px) {
  .footer {
    padding-top: 24px !important; }
    .footer__row {
      display: none; }
    .footer__wrapper {
      margin-bottom: 40px; }
    .footer__hamburger {
      display: block; }
    .footer__dropdown {
      display: block;
      position: fixed;
      padding: 20px 0;
      bottom: 0;
      top: 0;
      left: 0;
      right: 0;
      z-index: 100;
      width: 95%;
      background: #eee9e3;
      height: 100vh;
      transform: translate(-100%);
      overflow-y: scroll;
      transition: 150ms transform cubic-bezier(0.3, 0, 0.22, 1);
      padding: 50px 0 70px; }
      .footer__dropdown.open {
        overflow-y: scroll;
        transform: translate(0); }
      .footer__dropdown ul {
        list-style: none;
        padding-left: 0;
        margin: 0; }
        .footer__dropdown ul .hs-menu-item {
          position: relative; }
          .footer__dropdown ul .hs-menu-item span {
            position: absolute;
            right: 11px;
            width: 25px;
            height: 25px;
            background: transparent;
            top: 11px;
            z-index: 3; }
        .footer__dropdown ul li a {
          align-items: center;
          display: flex;
          margin: 0;
          padding: 15px 0;
          color: #2a165d;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          letter-spacing: 1.98px;
          text-transform: uppercase; }
        .footer__dropdown ul li.hs-item-has-children {
          position: relative; }
          .footer__dropdown ul li.hs-item-has-children .hs-menu-children-wrapper {
            max-height: 0;
            overflow: hidden;
            transition: 300ms max-height cubic-bezier(0.3, 0, 0.22, 1); }
            .footer__dropdown ul li.hs-item-has-children .hs-menu-children-wrapper li a {
              color: #2a165d; }
          .footer__dropdown ul li.hs-item-has-children::before {
            color: #666;
            content: "\2b";
            font-family: "Font Awesome 6 Free";
            font-size: 18px;
            font-weight: bolder;
            line-height: 30px;
            opacity: 0.5;
            position: absolute;
            right: 15px;
            top: 8px;
            transition: 0.2s cubic-bezier(0.3, 0, 0.22, 1); }
          .footer__dropdown ul li.hs-item-has-children.active .hs-menu-children-wrapper {
            max-height: 1000px; }
          .footer__dropdown ul li.hs-item-has-children.active::before {
            transform: rotate(45deg); }
    .footer__bottom-menu ul {
      align-items: center;
      gap: 7px; }
      .footer__bottom-menu ul li {
        padding-right: 0 !important; }
      .footer__bottom-menu ul a {
        border-right: 0;
        text-align: center;
        letter-spacing: unset !important;
        padding: 0 7px 0 0 !important; } }

@media (max-width: 556px) {
  .footer__bottom-menu ul li:nth-child(2) a {
    border-right: 0; } }

@media (max-width: 575px) {
  .footer__grid {
    grid-template-columns: repeat(1, 1fr); } }

.blog-post__main {
  padding: 60px 0; }

.post-item .post-item-inner {
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  position: relative; }

.post-item .hs-featured-image-wrapper {
  border-radius: 5px;
  height: 230px;
  overflow: hidden;
  position: relative; }

.post-item .post_body_wrap {
  padding: 15px 15px 40px;
  min-height: 400px; }

.post-item .hs-featured-image {
  display: inline-block;
  float: none;
  height: 100%;
  margin: 0;
  max-width: 100%;
  object-fit: cover;
  width: 100%; }

.post-item .post_date {
  display: block;
  color: #2a165d;
  font-family: Questrial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  margin: 0 0 10px; }

.post-item .post_body_wrap h2 a {
  display: block;
  color: #2a165d;
  font-family: "Cormorant Garamond";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 20px 0 0;
  text-decoration: none; }

.post-item .post_body_wrap .post-header span {
  display: block;
  font-size: 16px;
  margin: 0 0 20px; }

.post-item .post-dec {
  color: #535353;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.22px;
  margin: 0 0 30px; }

.post-item .more-link {
  bottom: 15px;
  position: absolute;
  right: 20px;
  z-index: 1; }
  .post-item .more-link svg {
    max-width: 65px;
    width: 100%; }

@media (max-width: 575px) {
  .post-item .post_body_wrap {
    min-height: 200px; } }

.error-page__btn {
  border-radius: 0 !important;
  margin-top: 50px; }

.error-page__wrapper {
  padding: 100px 0; }

.hero {
  min-height: 800px;
  height: 100%;
  position: relative; }
  .hero__container {
    min-height: 800px;
    height: 100%;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto; }
  .hero__heading {
    line-height: 70px; }
  .hero__subheading {
    color: #535353;
    font-family: Questrial;
    font-style: normal;
    font-weight: 400;
    line-height: 46px; }
  .hero__wrapper {
    display: flex;
    min-height: 800px;
    height: 100%; }
    .hero__wrapper.content-right {
      flex-direction: row-reverse; }
  .hero__content {
    flex: 1;
    height: 100%; }
    .hero__content__img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .hero__content-text {
    background: linear-gradient(rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0));
    height: 100%;
    min-height: 800px;
    position: relative;
    z-index: 1;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 60px; }

@media (max-width: 991px) {
  .hero {
    min-height: auto; }
    .hero__container {
      min-height: auto; }
    .hero__heading {
      line-height: 47px; }
    .hero__subheading {
      text-align: center;
      font-size: 20px !important;
      line-height: 1.6em; }
    .hero__wrapper {
      flex-direction: column-reverse !important;
      min-height: auto; }
    .hero__content__img {
      position: static;
      margin-bottom: -5px; }
    .hero__content-text {
      min-height: auto;
      max-width: 100%;
      text-align: center;
      padding: 30px 40px; } }

.multi-column-cards {
  position: relative; }
  .multi-column-cards__row {
    margin-bottom: 40px; }
  .multi-column-cards__numbers-grid, .multi-column-cards__university-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center; }
    .multi-column-cards__numbers-grid__item, .multi-column-cards__university-grid__item {
      border-right: 2px solid #d9d9d9; }
      .multi-column-cards__numbers-grid__item:last-child, .multi-column-cards__university-grid__item:last-child {
        border-right: none; }
  .multi-column-cards__description {
    color: #535353;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.22px; }
  .multi-column-cards__card-row {
    margin-left: -10px;
    margin-right: -10px; }
    .multi-column-cards__card-row__col {
      padding: 10px !important; }
      .multi-column-cards__card-row__col.variant-4-col {
        padding: 15px !important; }
    .multi-column-cards__card-row.variant-4-row {
      margin-left: -15px;
      margin-right: -15px; }
  .multi-column-cards__button {
    margin-bottom: 16px; }
  .multi-column-cards__card-title {
    color: #7655c7;
    transition: 250ms ease-in-out color; }
  .multi-column-cards__card-description-arrow {
    max-height: 0;
    line-height: 1.2;
    overflow: hidden;
    transition: 650ms ease-in-out max-height; }
  .multi-column-cards__card-arrow {
    background-color: #eee9e3;
    position: relative;
    padding: 34px 25px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    transition: 650ms ease-in-out background-color;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }
    .multi-column-cards__card-arrow__arrow {
      position: absolute;
      right: 30px;
      bottom: 40px;
      opacity: 1;
      transition: 650ms ease-in-out opacity; }
    .multi-column-cards__card-arrow:hover {
      background-color: #fff; }
      .multi-column-cards__card-arrow:hover .multi-column-cards__card-description-arrow {
        max-height: 900px; }
      .multi-column-cards__card-arrow:hover .multi-column-cards__card-arrow__arrow {
        opacity: 0; }
  .multi-column-cards__research {
    text-align: center; }
    .multi-column-cards__research__row {
      margin-bottom: 70px; }
      .multi-column-cards__research__row__item {
        border-right: 2px solid #d9d9d9; }
        .multi-column-cards__research__row__item:last-child {
          border-right: none; }
  .multi-column-cards__research-number {
    color: #5936b2;
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px; }
  .multi-column-cards__research-text {
    color: #535353;
    font-size: 25.305px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 1.518px; }
  .multi-column-cards__university-wrapper {
    padding: 30px 40px 0px;
    background: #fff; }
  .multi-column-cards__university-title {
    color: #2a165d;
    text-align: center;
    -webkit-text-stroke-width: 0.5;
    -webkit-text-stroke-color: #2a165d;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.059px;
    margin-bottom: 17px; }
  .multi-column-cards__numbers {
    color: #5936b2;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline; }
    .multi-column-cards__numbers a {
      color: #5936b2; }
  .multi-column-cards__numbers-wrapper {
    padding: 0px 40px 40px;
    margin-bottom: 90px;
    background: #fff; }
  .multi-column-cards__card-img__wrapper {
    display: flex;
    text-align: start;
    align-items: flex-end;
    gap: 30px; }
    .multi-column-cards__card-img__wrapper img {
      border-radius: 30px;
      width: 100%;
      object-fit: cover;
      max-width: 300px;
      margin-bottom: 20px; }
  .multi-column-cards__card-img__title {
    color: #2a165d;
    font-size: 27.867px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.065px;
    margin-bottom: 12px; }
  .multi-column-cards__card-img__title-before, .multi-column-cards__card-img__title-after {
    color: #535353;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.75px; }
  .multi-column-cards__card-img__title-after {
    color: #5936b2; }
  .multi-column-cards__options-text {
    color: #968ea6;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.3px;
    transition: 250ms ease-in-out color;
    margin-bottom: 26px;
    cursor: pointer; }
    .multi-column-cards__options-text:hover {
      color: #7655c7; }
    .multi-column-cards__options-text.active {
      color: #968ea6; }
    .multi-column-cards__options-text__row {
      border-bottom: 1px solid #313131;
      margin-bottom: 50px; }
  .multi-column-cards__layout {
    display: none; }
    .multi-column-cards__layout.active {
      display: block; }
  .multi-column-cards__layout-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 90px; }
  .multi-column-cards__button-wrapper {
    height: 100%;
    display: flex;
    align-items: end; }
  .multi-column-cards__bottom-content-wrapper {
    background: #dedae3;
    padding: 45px 0 26px; }
    .multi-column-cards__bottom-content-wrapper__content {
      color: #817794;
      font-size: 21.31px;
      font-style: normal;
      font-weight: 400;
      line-height: 39.363px;
      margin-top: 30px; }

@media (max-width: 1024px) {
  .multi-column-cards__card-title {
    color: #fff; } }

@media (max-width: 991px) {
  .multi-column-cards__heading {
    text-align: center; }
  .multi-column-cards__options-text {
    text-align: center; }
    .multi-column-cards__options-text__row {
      border-bottom: none; }
  .multi-column-cards__numbers-grid, .multi-column-cards__university-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px; }
    .multi-column-cards__numbers-grid__item, .multi-column-cards__university-grid__item {
      border-bottom: 2px solid #d9d9d9;
      border-right: none; }
      .multi-column-cards__numbers-grid__item:last-child, .multi-column-cards__university-grid__item:last-child {
        border-bottom: none; }
  .multi-column-cards__research__row {
    margin-bottom: 30px;
    gap: 30px; }
    .multi-column-cards__research__row__item {
      border-right: none;
      border-bottom: 2px solid #d9d9d9; }
      .multi-column-cards__research__row__item:last-child {
        border-bottom: none; }
  .multi-column-cards__card-img__wrapper {
    flex-direction: column;
    align-items: center; }
    .multi-column-cards__card-img__wrapper svg {
      margin: 30px 0;
      transform: rotate(90deg); }
  .multi-column-cards__card-img__title {
    margin-bottom: 30px;
    text-align: center; }
  .multi-column-cards__card-img__title-before, .multi-column-cards__card-img__title-after {
    text-align: center; }
  .multi-column-cards__layout-row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px; }
  .multi-column-cards__research {
    margin-bottom: 20px; }
  .multi-column-cards__numbers {
    margin-bottom: 30px; }
  .multi-column-cards__button {
    margin: 40px auto 0; }
  .multi-column-cards__numbers-wrapper {
    margin-bottom: 50px; } }

@media (max-width: 991px) {
  .multi-column-cards__card-arrow {
    padding: 30px 20px; }
    .multi-column-cards__card-arrow__arrow {
      right: 20px;
      bottom: 20px; } }

@media (max-width: 575px) {
  .multi-column-cards__numbers-grid, .multi-column-cards__university-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr); }
    .multi-column-cards__numbers-grid__item, .multi-column-cards__university-grid__item {
      border-bottom: 2px solid #d9d9d9;
      border-right: none; }
      .multi-column-cards__numbers-grid__item:last-child, .multi-column-cards__university-grid__item:last-child {
        border-bottom: none; } }
  .members-v2__swiper {
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0px 33px 66px #00000029;
    max-width: calc(100% - 150px);
    margin: 0 auto; }
  .members-v2__arrow-next, .members-v2__arrow-prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #d8d8d8;
    border-radius: 50%;
    padding: 10px; }
    .members-v2__arrow-next svg, .members-v2__arrow-prev svg {
      width: 30px;
      height: 30px;
      fill: #431c58; }
  .members-v2__arrow-next {
    right: 0; }
  .members-v2__arrow-prev {
    left: 0; }
  .members-v2__swiper-pagination {
    text-align: center;
    margin-top: 80px; }
    .members-v2__swiper-pagination .swiper-pagination-bullet {
      margin-right: 20px;
      background-color: transparent;
      border: 1px solid;
      opacity: 1;
      width: 12px;
      height: 12px; }
      .members-v2__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #7655c7;
        border: 1px solid #7655c7; }
      .members-v2__swiper-pagination .swiper-pagination-bullet:last-child {
        margin-right: 0; }

@media (max-width: 991px) {
    .members-v2__swiper {
      max-width: 100%; }
    .members-v2__swiper-pagination {
      margin-top: 40px; }
    .members-v2__arrow-next, .members-v2__arrow-prev {
      display: none; } }

.features-v2 {
  padding: 60px 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 55vh;
  overflow: hidden; }
  .features-v2 .row {
    margin-top: 40px; }
  .features-v2__faq-item {
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
    padding-bottom: 20px;
    cursor: pointer; }
  .features-v2__faq-item-desc {
    line-height: 1.5;
    max-height: 0;
    overflow: hidden;
    transition: 250ms ease-in-out max-height; }
    .features-v2__faq-item-desc.open {
      max-height: 1000px; }
  .features-v2__faq-item-icon {
    background-color: #d8d8d8;
    border-radius: 50%;
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer; }
  .features-v2 ul {
    padding-left: 20px; }
    .features-v2 ul li {
      margin-bottom: 20px; }
      .features-v2 ul li:last-of-type {
        margin-top: 0; }

@media (max-width: 1319px) {
  .features-v2 .row {
    align-items: flex-start; } }

@media (max-width: 991px) {
  .features-v2 {
    padding: 40px 0;
    height: 100% !important; }
    .features-v2 .row {
      flex-direction: column-reverse !important;
      margin-top: 0px; } }

@media (max-width: 575px) {
  .features-v2 {
    margin-bottom: unset !important;
    padding: 30px 0 !important; } }

.basic-content-banner {
  margin: 60px auto;
  max-width: 100%;
  padding: 60px 0px;
  width: 100%;
  position: relative;
  z-index: 1; }
  .basic-content-banner.has-shadow {
    box-shadow: 6px 10px 18px -2px rgba(0, 0, 0, 0.44); }
  .basic-content-banner.content-align-center {
    text-align: center; }
  .basic-content-banner__description {
    margin-bottom: 40px; }
  .basic-content-banner__wrapper.has-shadow {
    box-shadow: 6px 10px 18px -2px rgba(0, 0, 0, 0.44);
    padding: 60px; }

@media (max-width: 991px) {
  .basic-content-banner {
    margin: 30px auto;
    padding: 30px 0px !important; }
    .basic-content-banner__wrapper.has-shadow {
      padding: 30px; } }

.social-proof {
  padding: 60px 0; }
  .social-proof__heading, .social-proof__subheading, .social-proof__description {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .social-proof__heading {
    margin-bottom: 24px;
    font-weight: 400;
    font-family: "Questrial"; }
  .social-proof__buttons {
    justify-content: center; }
  .social-proof__slider {
    margin: 50px auto;
    max-width: 900px; }
  .social-proof__items {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    margin: 50px auto; }
  .social-proof__item {
    display: flex;
    justify-content: center;
    align-items: center; }
    .social-proof__item img {
      width: 100%;
      height: auto;
      object-fit: contain;
      max-height: 100px;
      object-fit: contain; }

@media (max-width: 991px) {
  .social-proof {
    padding: 30px 0; }
    .social-proof__items {
      margin: 20px 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
    .social-proof__item {
      width: calc(25% - 30px); }
    .social-proof__heading {
      margin-bottom: 20px;
      color: #2a165d;
      text-align: center;
      font-size: 16px;
      letter-spacing: 1.92px;
      max-width: 310px; } }
  .multi-column__slider {
    display: none; }

.content-form {
  padding: 55px 0; }
  .content-form__heading {
    margin-bottom: 24px; }
  .content-form__description {
    margin-bottom: 24px; }
  .content-form__form {
    padding: 36px 43px; }
  .content-form__form-title {
    margin-bottom: 42px;
    text-align: center; }

@media (max-width: 991px) {
  .content-form__form {
    margin-top: 32px;
    padding: 36px 33px; } }
  .blog-post__top-content-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: space-between;
    margin-bottom: 20px; }
  .blog-post__category {
    color: #535353;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 4.5px;
    text-transform: uppercase; }
  .blog-post__heading {
    margin: 0;
    color: #535353;
    line-height: 56px;
    letter-spacing: 0.5px; }
  .blog-post__date {
    color: #535353;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 3.3px;
    text-transform: uppercase; }
  .blog-post__share {
    color: #5936b2;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 3.3px;
    text-transform: uppercase; }
  .blog-post__share-wrapper {
    display: flex;
    align-items: center;
    gap: 15px; }
    .blog-post__share-wrapper span {
      align-items: center;
      background: #fffefc;
      border-radius: 50%;
      box-shadow: 0 7px 29px 0 rgba(99, 99, 110, 0.2);
      filter: drop-shadow(0px 5px 30px rgba(0, 0, 0, 0.2));
      display: flex;
      justify-content: center;
      padding: 7px; }
    .blog-post__share-wrapper img {
      height: 18px;
      object-fit: contain;
      width: 18px; }
  .blog-post__link-back {
    color: #5936b2;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 3.3px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    width: max-content; }
  .blog-post__image {
    position: relative;
    z-index: 3;
    min-height: 492px; }
    .blog-post__image.holder-video {
      pointer-events: none; }
    .blog-post__image img {
      object-fit: cover;
      width: 100%;
      z-index: 2;
      position: relative; }
  .blog-post__image-holder {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; }
    .blog-post__image-holder svg {
      width: 100px;
      height: 100px;
      object-fit: contain; }
  .blog-post__content-wrapper {
    display: flex;
    gap: 70px;
    margin-top: 51px; }
  .blog-post__content-left {
    width: 40%; }
  .blog-post__content-right {
    width: 60%; }
    .blog-post__content-right__post-body img {
      object-fit: contain;
      height: auto; }
  .blog-post__comment-wrapper {
    padding: 100px 0; }
    .blog-post__comment-wrapper .blog-comments .post-footer {
      display: flex;
      flex-direction: column-reverse; }
    .blog-post__comment-wrapper .blog-comments form {
      display: flex;
      flex-direction: column;
      gap: 20px; }
      .blog-post__comment-wrapper .blog-comments form .hs-form-field {
        margin: 0; }
      .blog-post__comment-wrapper .blog-comments form textarea,
      .blog-post__comment-wrapper .blog-comments form input {
        border-radius: 0;
        border: 1px solid #535353;
        outline: none;
        background: #fff;
        color: #251d18;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
      .blog-post__comment-wrapper .blog-comments form textarea {
        min-height: 193px; }
      .blog-post__comment-wrapper .blog-comments form input[type="submit"] {
        background: transparent;
        color: #5936b2;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 42px;
        letter-spacing: 3.3px;
        text-transform: uppercase;
        border: none;
        width: max-content; }
      .blog-post__comment-wrapper .blog-comments form .hs_website {
        display: none; }
  .blog-post__comment-count {
    border-bottom: 2px solid #d9d9d9;
    padding-bottom: 20px; }
  .blog-post__view-comments {
    color: #5936b2;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 3.3px;
    text-transform: uppercase;
    margin: 30px 0 70px;
    cursor: pointer;
    display: block;
    width: max-content; }
  .blog-post__video-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1; }
    .blog-post__video-wrapper iframe {
      max-height: 492px; }

@media (max-width: 991px) {
  .blog-post__content-wrapper {
    flex-direction: column;
    gap: 40px;
    margin-top: 40px; }
  .blog-post__heading {
    line-height: 40px; }
  .blog-post__content-left, .blog-post__content-right {
    width: 100%; }
  .blog-post__view-comments {
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0 40px; }
  .blog-post__top-content-wrapper {
    flex-direction: column;
    align-items: start;
    gap: 20px; }
  .blog-post__category {
    font-size: 20px;
    line-height: 30px; }
  .blog-post__share, .blog-post__date, .blog-post__link-back {
    font-size: 18px;
    line-height: 30px; }
  .blog-post__comment-wrapper {
    padding: 60px 0; }
    .blog-post__comment-wrapper .blog-comments form {
      grid-template-columns: repeat(1, 1fr); }
  .blog-post__image {
    min-height: 290px; }
  .blog-post__image-holder svg {
    width: 50px;
    height: 50px; } }

@media (max-width: 575px) {
  .blog-post__image {
    min-height: 200px; } }
  .related-posts__slider {
    padding: 0 15px !important; }

.contact-form {
  background-color: #f5f0ff;
  padding: 100px 0;
  position: relative;
  overflow-x: hidden; }
  .contact-form.has-shadow {
    box-shadow: 0 33px 36px #0027801f; }
  .contact-form__heading {
    color: #2a165d;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: 5.5px;
    margin-bottom: 50px; }
  .contact-form__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px; }
  .contact-form__form-title {
    color: #2a165d;
    margin-bottom: 20px;
    font-family: "Cormorant Garamond";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; }
  .contact-form__wrapper {
    background-color: #fff;
    box-shadow: 0px 33px 36px #0027801f;
    padding: 30px; }
  .contact-form__info {
    height: 100%;
    min-height: 420px;
    padding: 50px 40px 0; }
    .contact-form__info ul {
      display: flex;
      justify-content: start;
      list-style: none;
      margin: 0;
      padding: 0;
      margin-bottom: 20px; }
    .contact-form__info li {
      font-size: 22px;
      font-weight: 500; }
      .contact-form__info li:first-child {
        max-width: 130px;
        width: 100%; }
  .contact-form__bg-image {
    width: 100%;
    max-width: 439px;
    max-height: 438px;
    height: 100%;
    object-fit: contain;
    position: absolute;
    right: -110px;
    bottom: 50px;
    z-index: 0; }
  .contact-form__info-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 20px; }
  .contact-form__info-box {
    display: flex; }
  .contact-form__info-title {
    color: #535353;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px;
    letter-spacing: 0.28px; }
  .contact-form__info-text {
    color: #535353;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.28px; }
  .contact-form__info-wrapper {
    margin-bottom: 50px; }
    .contact-form__info-wrapper:last-child {
      margin-bottom: 0; }
  .contact-form form fieldset {
    max-width: 100%; }
  .contact-form form .input {
    margin: 0 !important; }
  .contact-form form .hs-input {
    background: #fff;
    border: 1px solid #535353;
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
    outline: none;
    padding: 11px 20px;
    font-family: "Questrial"; }
    .contact-form form .hs-input::placeholder {
      color: #251d18; }
  .contact-form form .hs-lastname .input .hs-input {
    border: 1px solid #535353; }
  .contact-form form .form-columns-1 .hs-input {
    width: 100% !important; }
  .contact-form form .form-columns-1 .hs-fieldtype-intl-phone .hs-input {
    padding: 0;
    box-shadow: none;
    background: transparent;
    border: none !important; }
  .contact-form form .form-columns-1 .hs-fieldtype-intl-phone select.hs-input {
    width: 19% !important; }
  .contact-form form .form-columns-1 .hs-fieldtype-intl-phone input.hs-input {
    width: 78% !important; }
  .contact-form form .hs-form-field label {
    display: none; }
  .contact-form form textarea {
    min-height: 250px; }
    .contact-form form textarea::placeholder {
      font-family: "Questrial"; }
  .contact-form form input[type="submit"] {
    background: none !important;
    border: 2px solid #968ea6 !important;
    border-radius: 0;
    color: #968ea6 !important;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 14px 26px;
    transition: all 0.3s ease-in-out;
    width: 100%;
    margin-left: auto;
    max-width: 250px; }
    .contact-form form input[type="submit"]:hover {
      background: #968ea6 !important;
      color: #fff !important; }
  .contact-form form .form-columns-2 {
    display: flex;
    gap: 16px; }

@media (max-width: 1179px) {
  .contact-form__row {
    display: block;
    grid-template-columns: repeat(1, 1fr); } }

@media (max-width: 991px) {
  .contact-form {
    padding: 35px 0 90px; }
    .contact-form form input[type="submit"] {
      margin: 0;
      max-width: 500px; }
    .contact-form form .form-columns-2 {
      gap: 0px; }
    .contact-form__bg-image {
      max-width: 300px;
      max-height: 300px;
      right: -53px; }
    .contact-form__info-wrapper {
      display: none; }
    .contact-form__heading {
      text-align: center;
      font-size: 20px;
      line-height: 25px;
      letter-spacing: 2.2px;
      margin-bottom: 30px; }
    .contact-form__info {
      margin-top: 30px;
      padding: 30px;
      min-height: 380px; }
      .contact-form__info ul {
        flex-direction: column; }
        .contact-form__info ul li {
          font-size: 18px;
          line-height: 1.5; }
    .contact-form__info-icon {
      margin-right: 10px; }
    .contact-form__info-text {
      color: #313131; }
    .contact-form__form-title {
      font-size: 32px;
      text-align: center; }
    .contact-form .form-columns-2 {
      flex-direction: column;
      gap: 0; }
    .contact-form .form-columns-2 .hs-form-field {
      width: 100% !important; } }

@media (max-width: 500px) {
  .contact-form form .form-columns-2 .hs-form-field .hs-input {
    width: 100% !important; } }

@media (max-width: 480px) {
  .contact-form form .hs-lastname .input .hs-input {
    border: 1px solid #535353; } }

.members {
  padding: 60px 0;
  text-align: center; }
  .members__video {
    display: none;
    opacity: 0; }
    .members__video.active {
      opacity: 1;
      display: block; }
  .members__slider__nav-prev {
    background: url("/hubfs/Divine-Connection-2022/blogs/related_slider_arrow.png");
    background-position: 50%;
    background-repeat: no-repeat;
    border: 0;
    font-size: 0;
    height: 50px;
    left: -50px;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    cursor: pointer; }
  .members__slider__nav-next {
    background: url("/hubfs/Divine-Connection-2022/blogs/related_slider_arrow.png");
    background-position: 50%;
    background-repeat: no-repeat;
    border: 0;
    font-size: 0;
    height: 50px;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    right: -50px;
    transform: translateY(-50%) rotate(180deg);
    cursor: pointer; }

@media (max-width: 1319px) {
  .members__slider__nav-prev {
    left: -30px;
    width: 18px;
    background-size: contain; }
  .members__slider__nav-next {
    right: -30px;
    width: 18px;
    background-size: contain; } }

.faq {
  padding-bottom: 60px; }
  .faq__question-holder {
    background: #fff;
    border-radius: 5px;
    box-shadow: 6px 10px 20px rgba(0, 0, 0, 0.28);
    margin: 0 0 36px; }
    .faq__question-holder.active .faq__question {
      box-shadow: 6px 10px 20px rgba(0, 0, 0, 0.28); }
      .faq__question-holder.active .faq__question span {
        transform: rotate(90deg); }
  .faq__question {
    align-items: center;
    background: #fff;
    border-radius: 4px;
    color: #000;
    cursor: pointer;
    display: flex;
    font-size: 22px;
    font-weight: 600;
    justify-content: space-between;
    padding: 20px 30px;
    text-decoration: none;
    line-height: 1.5; }
    .faq__question span {
      color: #7d4fcc;
      transition: 250ms transform cubic-bezier(0.3, 0, 0.22, 1); }

@media (max-width: 991px) {
  .faq__question {
    font-size: 18px;
    padding: 15px; } }

.knowledge-center-v2 {
  padding: 80px 0; }
  .knowledge-center-v2__heading {
    margin-bottom: 32px;
    color: #2a165d;
    font-family: "Cormorant Garamond";
    font-size: 55px;
    font-weight: 700;
    line-height: 94.3%; }
  .knowledge-center-v2__heading-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .knowledge-center-v2__description {
    margin-bottom: 40px;
    text-align: center; }
  .knowledge-center-v2__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px; }
  .knowledge-center-v2__post-body-wrap {
    background-color: #eee9e3; }

@media (max-width: 1320px) {
  .knowledge-center-v2__items {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 991px) {
  .knowledge-center-v2__items {
    grid-template-columns: 1fr; }
  .knowledge-center-v2__heading-wrapper {
    flex-direction: column; } }

.media-main {
  padding-top: 140px;
  padding-bottom: 100px; }
  .media-main__heading {
    color: #2a165d;
    text-align: center;
    font-family: Questrial;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4.2px;
    text-transform: uppercase;
    margin-bottom: 80px; }
  .media-main__btn, .media-main__view-all-btn {
    max-width: 692px !important;
    border: 2px solid #968ea6;
    color: #968ea6;
    background: transparent;
    margin: 140px auto 0;
    cursor: pointer; }
    .media-main__btn:hover, .media-main__view-all-btn:hover {
      background: #968ea6;
      color: #fff; }
  .media-main__slider-container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    gap: 40px; }
  .media-main__featured-slider-right, .media-main__featured-slider-left {
    cursor: pointer; }
  .media-main__featured-slider .swiper-wrapper {
    align-items: center !important; }
  .media-main__slide {
    width: max-content !important; }
    .media-main__slide img {
      width: 220px;
      height: auto;
      object-fit: contain;
      max-height: 100px; }
  .media-main__items-holder {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding-top: 80px; }
  .media-main__items {
    padding: 0 35px; }
  .media-main__item {
    border-bottom: 4px solid #e0e6ed;
    padding-bottom: 120px;
    margin-bottom: 80px; }
    .media-main__item.type-Articles .media-main__item__button {
      background: #fff; }
      .media-main__item.type-Articles .media-main__item__button.articles-btn {
        background: #effcfb; }
      .media-main__item.type-Articles .media-main__item__button:hover {
        background: #968ea6; }
    .media-main__item.type-Television, .media-main__item.type-Discourse {
      border-bottom: 4px solid #fff; }
      .media-main__item.type-Television .media-main__item__button, .media-main__item.type-Discourse .media-main__item__button {
        background: #fff; }
        .media-main__item.type-Television .media-main__item__button:hover, .media-main__item.type-Discourse .media-main__item__button:hover {
          background: #968ea6; }
    .media-main__item:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
    .media-main__item__video-thumbnail {
      object-fit: cover;
      max-height: 350px;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
      .media-main__item__video-thumbnail.article-image {
        max-height: 400px; }
    .media-main__item__video-thumb-holder {
      position: relative;
      width: 100%;
      height: 350px;
      cursor: pointer; }
      .media-main__item__video-thumb-holder svg {
        position: absolute;
        bottom: 20px;
        right: 20px;
        z-index: 2; }
    .media-main__item__content {
      display: flex; }
      .media-main__item__content__left {
        position: relative;
        width: 33%;
        display: flex;
        flex-direction: column; }
      .media-main__item__content__right {
        width: 66%;
        padding-left: 70px; }
    .media-main__item__logo {
      width: 100%;
      max-width: 250px;
      height: auto;
      object-fit: contain;
      margin-bottom: 30px; }
    .media-main__item__button {
      border: 2px solid #968ea6;
      background: #effcfb;
      color: #968ea6;
      margin: 50px 0 0;
      cursor: pointer; }
      .media-main__item__button:hover {
        color: #fff;
        background: #968ea6; }
    .media-main__item__title {
      color: #535353;
      font-family: "Cormorant Garamond";
      font-size: 50px;
      font-style: normal;
      font-weight: 700;
      line-height: 50px;
      letter-spacing: 0.5px; }
    .media-main__item__description {
      color: #535353;
      font-size: 22px;
      font-style: normal;
      font-weight: 400;
      line-height: 34px;
      letter-spacing: 0.22px;
      margin-top: 20px; }
    .media-main__item__video-holder {
      visibility: hidden;
      overflow: hidden;
      height: 0;
      width: 0; }
    .media-main__item.video-item .media-main__item__content__left {
      width: 50%; }
    .media-main__item.video-item .media-main__item__content__right {
      width: 50%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
  .media-main__scroll-top {
    cursor: pointer;
    margin: 50px auto 0px;
    width: max-content;
    text-align: center;
    color: #968ea6;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 3.12px;
    text-decoration-line: underline;
    text-transform: uppercase;
    display: block; }
  .media-main__view-all-btn-loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #968ea6;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    animation: spin 1s linear infinite; }

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

.media-video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: -1; }
  .media-video-popup.active {
    opacity: 1;
    z-index: 200; }
  .media-video-popup iframe {
    height: 400px; }
  .media-video-popup__content {
    width: 100%;
    max-width: 948px;
    background-color: #f5f0ff;
    box-shadow: 0px 37.94551px 41.3951px rgba(0, 39, 128, 0.12);
    padding: 37px 58px 40px;
    position: relative; }
  .media-video-popup__close {
    position: absolute;
    top: 18px;
    right: 18px;
    cursor: pointer; }

@media (max-width: 991px) {
  .media-main {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
    .media-main__heading {
      margin-bottom: 40px; }
    .media-main__items-holder {
      padding-top: 30px; }
    .media-main__items {
      padding: 0 15px; }
    .media-main__item {
      padding-bottom: 40px;
      border-bottom: 2px solid #e0e6ed;
      margin-bottom: 20px; }
      .media-main__item:last-child {
        margin-bottom: 40px; }
      .media-main__item.type-Television, .media-main__item.type-Discourse {
        border-bottom: 2px solid #fff; }
      .media-main__item:last-child {
        border-bottom: none; }
      .media-main__item__logo {
        max-width: 150px;
        margin-bottom: 10px; }
      .media-main__item__title {
        line-height: 35px;
        font-size: 30px;
        margin-bottom: 15px; }
      .media-main__item__description {
        font-size: 18px;
        line-height: 30px;
        margin-top: 10px; }
      .media-main__item__content {
        padding: 40px 20px;
        flex-direction: column;
        align-items: center;
        gap: 20px; }
        .media-main__item__content__left {
          width: 100% !important;
          max-width: 400px;
          margin-bottom: 20px; }
        .media-main__item__content__right {
          width: 100% !important;
          max-width: 400px;
          padding-left: 0; }
      .media-main__item__button {
        font-size: 18px;
        padding: 20px;
        max-width: 100%; }
    .media-main__btn, .media-main__view-all-btn {
      margin: 40px auto 0; }
    .media-main__scroll-top {
      font-size: 18px;
      margin: 80px auto 0; } }

@media (max-width: 575px) {
  .media-video-popup__content {
    padding: 37px 28px 40px; }
  .media-video-popup iframe {
    height: 300px; }
  .media-main__slide img {
    width: 150px; } }

.media-all {
  padding: 115px 0;
  background: #f4f1ff; }
  .media-all .loading-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none; }
    .media-all .loading-overlay.active {
      display: flex; }
    .media-all .loading-overlay__loader {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      position: relative;
      animation: rotate 1s linear infinite; }
      .media-all .loading-overlay__loader::before {
        content: "";
        box-sizing: border-box;
        position: absolute;
        inset: 0px;
        border-radius: 50%;
        border: 5px solid #fff;
        animation: clip 2s linear infinite; }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes clip {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0); }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0); }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%); }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%); }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0); } }
  .media-all .multi-select-placeholder {
    background: #fff; }
  .media-all .resources__multi-select {
    width: 20%; }
  .media-all .multi-select-placeholder {
    color: #5936b2;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.31px;
    text-transform: uppercase; }
  .media-all__top h3 {
    color: #2a165d;
    text-align: center;
    font-family: Questrial;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4.2px;
    text-transform: uppercase;
    margin-bottom: 59px; }
  .media-all__search-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
    width: 60%; }
    .media-all__search-holder input {
      border: 1px solid #707070;
      padding: 9px 12px;
      color: #5936b2;
      border-radius: 0 !important;
      background-color: #fff;
      font-size: 21px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      letter-spacing: 2.31px;
      outline: none; }
      .media-all__search-holder input::placeholder {
        color: #5936b2; }
    .media-all__search-holder button {
      background: #5936b2;
      width: 193px;
      padding: 9px 12px;
      color: #fff;
      text-align: center;
      letter-spacing: 2.775px;
      border: none;
      color: #fff;
      font-size: 21.344px;
      font-style: normal;
      font-weight: 400;
      line-height: 25.11px;
      border: 1px solid #5936b2;
      cursor: pointer; }
  .media-all__filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px; }
  .media-all__bottom {
    padding: 80px 0 0px;
    margin-top: 78px; }
  .media-all .articles-listing__pagination {
    padding-bottom: 50px; }
    .media-all .articles-listing__pagination.hidden {
      display: none; }
  .media-all .articles-listing__pagination,
  .media-all .articles-listing__pagination__pages,
  .media-all .articles-listing__pagination__page-buttons {
    display: flex;
    justify-content: center;
    align-items: center; }
  .media-all .articles-listing__pagination__page-buttons,
  .media-all .articles-listing__pagination__pages,
  .media-all .articles-listing__pagination {
    gap: 7px; }
  .media-all .articles-listing__pagination__pages,
  .media-all .articles-listing__pagination {
    color: #7655c7;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 500; }
  .media-all .articles-listing__pagination__page.current-page {
    color: #4e1a5e; }
  .media-all .pagination-btn {
    cursor: pointer;
    padding: 3px 5px;
    color: #7655c7; }
  .media-all__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px 35px;
    padding: 30px 0 50px;
    min-height: 50vh; }
  .media-all__item {
    display: none;
    flex-direction: column;
    position: relative; }
    .media-all__item.show {
      display: flex; }
  .media-all__overview-btn {
    margin-top: 80px;
    border: 2px solid #968ea6;
    background-color: #effcfb;
    color: #968ea6;
    text-align: center;
    max-width: 698px !important;
    width: 100%;
    margin: 100px auto 0;
    cursor: pointer; }
    .media-all__overview-btn:hover {
      color: #fff;
      background-color: #968ea6; }

@media (max-width: 1179px) {
  .media-all__items {
    grid-template-columns: 1fr 1fr; } }

@media (max-width: 991px) {
  .media-all {
    padding: 60px 0; }
    .media-all__top h3 {
      margin-bottom: 40px; }
    .media-all__overview-btn {
      padding: 20px;
      font-size: 18px; }
    .media-all__items {
      grid-template-columns: 1fr; }
    .media-all__search-holder {
      width: 100%; }
      .media-all__search-holder input {
        font-size: 16px; }
      .media-all__search-holder button {
        font-size: 16px;
        padding: 6px; }
    .media-all__filters {
      flex-direction: column; }
    .media-all .resources__multi-select {
      width: 100%; }
    .media-all .multi-select-placeholder {
      font-size: 16px; }
    .media-all__bottom {
      padding: 40px 0 0px;
      margin-top: 40px; } }

.video-testimonials {
  padding: 100px 0; }
  .video-testimonials__heading {
    color: #2a165d;
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; }
  .video-testimonials__subheading {
    color: #535353;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 5.5px;
    text-transform: uppercase;
    margin-bottom: 57px; }
  .video-testimonials__slider-holder {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    position: relative; }
  .video-testimonials__slider-content {
    max-width: 600px; }
  .video-testimonials__slider-prev, .video-testimonials__slider-next {
    cursor: pointer;
    position: relative;
    top: 260px;
    z-index: 2;
    height: fit-content; }
  .video-testimonials__thumb {
    position: relative;
    cursor: pointer; }
    .video-testimonials__thumb img {
      height: 540px;
      width: 100%;
      object-fit: cover; }
    .video-testimonials__thumb svg {
      position: absolute;
      width: 150px;
      height: 150px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  .video-testimonials__author {
    color: #535353;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.42px;
    margin-top: 20px;
    text-transform: uppercase; }
  .video-testimonials__quots {
    width: 80px;
    height: 80px;
    bottom: 115px;
    position: absolute;
    left: 0; }
  .video-testimonials__member-content-wrapper {
    display: flex; }
  .video-testimonials__member-content {
    color: #535353;
    font-family: "Cormorant Garamond";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.32px;
    margin-top: 59px; }
  .video-testimonials .swiper-pagination {
    bottom: 170px !important; }
    .video-testimonials .swiper-pagination .swiper-pagination-bullet {
      width: 16px;
      height: 16px;
      opacity: 1 !important;
      background: #fff;
      background: #ebebeb; }
    .video-testimonials .swiper-pagination .swiper-pagination-bullet-active {
      background-color: #b5acc1; }
  .video-testimonials__btn {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 35px;
    z-index: 1; }

@media (max-width: 1320px) {
  .video-testimonials__slider-content {
    max-width: 400px; } }

@media (max-width: 1190px) {
  .video-testimonials__btn {
    position: relative;
    margin: 30px auto 0;
    bottom: 105px; }
  .video-testimonials__slider-content {
    max-width: 100%; }
  .video-testimonials__quots {
    width: 70px;
    height: 70px;
    bottom: 190px; } }

@media (max-width: 991px) {
  .video-testimonials .swiper-pagination {
    bottom: 280px !important; }
  .video-testimonials__slider-prev, .video-testimonials__slider-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: unset;
    bottom: 280px; }
    .video-testimonials__slider-prev svg, .video-testimonials__slider-next svg {
      width: 50px;
      height: 50px; }
  .video-testimonials__slider-next {
    right: 20px; }
  .video-testimonials__slider-prev {
    left: 20px; }
  .video-testimonials__member-content-wrapper {
    margin-top: 150px;
    gap: 20px; }
  .video-testimonials__author {
    font-size: 18px; }
  .video-testimonials__subheading {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 2.2px; }
  .video-testimonials__quots {
    display: none; }
  .video-testimonials__quots-inner {
    width: 30px;
    height: 30px; }
  .video-testimonials__member-content {
    font-family: "Cormorant Garamond";
    font-size: 22px;
    font-style: italic;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0.22px;
    margin-top: 0; }
  .video-testimonials__btn {
    margin: 46px auto 0;
    bottom: 103px; } }

.testimonial-item.hidden {
  display: none; }

.all-testimonials__gratitude-wrapper .all-testimonials__text__text {
  -webkit-line-clamp: unset; }

.all-testimonials__no-results {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin: 70px 0; }

.all-testimonials__buttons-wrapper {
  text-align: center;
  margin-top: 80px; }

.all-testimonials__show-more-btn, .all-testimonials__view-all-btn {
  margin: 35px auto 0;
  border: 2px solid #968ea6;
  color: #968ea6;
  background: #d9f8fa73;
  max-width: 698px !important;
  cursor: pointer; }
  .all-testimonials__show-more-btn:hover, .all-testimonials__view-all-btn:hover {
    background: #968ea6;
    color: #fff; }

.all-testimonials__view-all-btn {
  margin: 25px auto 0;
  background: #fff; }

.all-testimonials__filters {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 22px;
  margin-bottom: 85px; }
  .all-testimonials__filters form {
    display: flex;
    align-items: center; }
    .all-testimonials__filters form input {
      border: 1px solid #707070;
      padding: 9px 13px;
      font-size: 21px;
      font-weight: 400;
      border-radius: 0;
      outline: none; }
      .all-testimonials__filters form input::placeholder {
        color: #5936b2;
        font-weight: 400;
        text-transform: uppercase; }
    .all-testimonials__filters form button {
      background: #5936b2;
      color: #fff;
      text-align: center;
      font-size: 21.344px;
      font-weight: 400;
      line-height: 25.11px;
      padding: 10px;
      height: 50px;
      cursor: pointer;
      border: none;
      border-radius: 0;
      width: 193px; }

.all-testimonials__video {
  box-shadow: 0px 27.96052px 30.50239px 0px rgba(0, 39, 128, 0.12);
  position: relative;
  cursor: pointer;
  z-index: 1;
  background-color: #eee9e3; }
  .all-testimonials__video::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .all-testimonials__video__name {
    color: #7655c7;
    text-align: center;
    font-size: 38px;
    font-family: "Cormorant Garamond";
    font-weight: 700;
    line-height: 43px;
    margin-bottom: 20px;
    margin-top: 35px; }
  .all-testimonials__video__country, .all-testimonials__video__year {
    color: #2a165d;
    text-align: center;
    font-size: 26.412px;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: 2.935px;
    margin-bottom: 6px; }

.all-testimonials__back-top {
  color: #968ea6;
  font-size: 26px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: max-content;
  margin: 40px auto;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: underline; }

.all-testimonials__texts-wrapper {
  padding: 40px 0; }

.all-testimonials__texts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 50px;
  row-gap: 70px;
  position: relative; }
  .all-testimonials__texts::before {
    content: "";
    background-image: url('data:image/svg+xml,%3Csvg width="117" height="107" viewBox="0 0 117 107" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M47.7992 0.99997C48.0659 0.733307 48.4659 0.599976 48.9992 0.599976C49.7992 0.599976 50.4659 1.13331 50.9992 2.19998C51.5326 3.26665 51.3992 4.06665 50.5992 4.59997C32.7326 20.3333 22.3326 37.1333 19.3992 55C19.1326 56.3333 18.9992 58.0667 18.9992 60.2C18.9992 62.3333 19.1326 63.8 19.3992 64.6C21.2659 62.7333 24.4659 61.8 28.9992 61.8C35.6659 61.8 40.8659 63.9333 44.5992 68.2C48.3326 72.4666 50.1992 77.5333 50.1992 83.4C50.1992 89.8 48.0659 95.2666 43.7992 99.8C39.7992 104.333 33.7992 106.6 25.7992 106.6C17.5326 106.6 11.1326 104.067 6.59922 99C2.33255 93.9333 0.199219 86.8666 0.199219 77.8C0.199219 72.4666 0.732552 67.5333 1.79922 63C3.93255 52.6 9.26589 41.6666 17.7992 30.2C26.3326 18.7333 36.3326 8.99998 47.7992 0.99997ZM112.999 0.99997C113.266 0.733307 113.666 0.599976 114.199 0.599976C114.999 0.599976 115.666 1.13331 116.199 2.19998C116.733 3.26665 116.599 4.06665 115.799 4.59997C97.9326 20.3333 87.5326 37.1333 84.5992 55C84.3326 56.3333 84.1992 58.0667 84.1992 60.2C84.1992 62.3333 84.3326 63.8 84.5992 64.6C86.4659 62.7333 89.6659 61.8 94.1992 61.8C100.866 61.8 106.066 63.9333 109.799 68.2C113.533 72.4666 115.399 77.5333 115.399 83.4C115.399 89.8 113.266 95.2666 108.999 99.8C104.999 104.333 98.9992 106.6 90.9992 106.6C82.7326 106.6 76.3326 104.067 71.7992 99C67.5326 93.9333 65.3992 86.8666 65.3992 77.8C65.3992 72.4666 65.9326 67.5333 66.9992 63C69.1326 52.6 74.4659 41.6666 82.9992 30.2C91.5326 18.7333 101.533 8.99998 112.999 0.99997Z" fill="%238B7BC6" fill-opacity="0.1"%2F%3E%3C%2Fsvg%3E');
    position: absolute;
    top: -40px;
    left: -70px;
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }

.all-testimonials__text {
  box-shadow: 0px 27.96052px 30.50239px 0px rgba(0, 39, 128, 0.12);
  background-color: #fff;
  padding: 40px 28px;
  display: flex;
  flex-direction: column;
  position: relative; }
  .all-testimonials__text__read-more {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #5936b2;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 1.4px;
    cursor: pointer;
    margin-bottom: 15px; }
  .all-testimonials__text__title {
    color: #2a165d;
    font-size: 38px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 40px;
    font-family: "Cormorant Garamond"; }
  .all-testimonials__text__text {
    color: #535353;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    margin-bottom: 18px;
    font-family: "Cormorant Garamond";
    font-size: 26px;
    font-style: italic;
    font-weight: 700;
    line-height: 29px; }
  .all-testimonials__text__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto; }
  .all-testimonials__text__author-img-holder {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0px 2.57143px 2.57143px rgba(0, 0, 0, 0.25);
    padding: 8px;
    background-color: #dccbbf; }
    .all-testimonials__text__author-img-holder img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .all-testimonials__text__name {
    color: #2a165d;
    font-size: 27px;
    font-weight: 700;
    line-height: 32.7px;
    margin-bottom: 5px;
    font-family: "Cormorant Garamond"; }
  .all-testimonials__text__country, .all-testimonials__text__year {
    color: #817794;
    font-size: 18px;
    font-weight: 400;
    line-height: 18.54px;
    letter-spacing: 1.364px;
    margin-bottom: 6px; }
    .all-testimonials__text__country span, .all-testimonials__text__year span {
      font-weight: 400; }

.video-testimonial__popup {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: 250ms opacity ease-in-out, 250ms z-index ease-in-out; }
  .video-testimonial__popup__close {
    position: absolute;
    top: 22px;
    right: 22px;
    cursor: pointer; }
  .video-testimonial__popup.active {
    z-index: 150;
    opacity: 1;
    pointer-events: all; }
  .video-testimonial__popup__content {
    box-shadow: 0px 27.96052px 30.50239px 0px rgba(0, 39, 128, 0.12);
    padding: 50px;
    background-color: #f5f0ff;
    position: relative;
    max-width: 948px;
    width: 100%;
    max-height: 80vh;
    overflow-y: scroll; }
  .video-testimonial__popup .all-testimonials__video {
    box-shadow: none;
    padding: 0;
    background-color: transparent; }
    .video-testimonial__popup .all-testimonials__video::after {
      display: none; }

.text-testimonial__popup {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: 250ms opacity ease-in-out, 250ms z-index ease-in-out; }
  .text-testimonial__popup__title {
    color: #5936b2;
    font-family: "Cormorant Garamond";
    text-align: center;
    font-size: 56px;
    font-style: italic;
    font-weight: 700;
    line-height: 55px;
    max-width: 595px;
    margin: 0 auto 45px; }
  .text-testimonial__popup__text {
    color: #535353;
    text-align: center;
    line-height: 29px;
    font-size: 26px;
    font-style: italic;
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
    font-family: "Cormorant Garamond"; }
    .text-testimonial__popup__text::after {
      content: "";
      background-image: url("data:image/svg+xml,%3Csvg width=%2268%22 height=%2260%22 viewBox=%220 0 68 60%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath fill-rule=%22evenodd%22 clip-rule=%22evenodd%22 d=%22M45.3596 59.0891C47.3006 58.3513 50.3298 56.7305 52.5217 55.257C55.1443 53.4941 58.7475 50.1319 60.5418 47.7733C63.7649 43.5368 65.451 39.228 66.4198 32.751C67.0714 28.3957 67.1178 27.2899 67.1779 14.6484C67.2418 1.20379 67.3001 2.04769 66.2348 0.982483C65.2068 -0.0455782 65.815 0.000629303 53.2942 0.000628209C41.2013 0.000627152 41.6246 -0.0240463 40.6255 0.738073C40.3704 0.932607 40.0022 1.36315 39.8071 1.69472L39.4527 2.29775L39.4171 13.7525L39.3814 25.2073L39.6651 25.8666C39.9981 26.6407 40.9121 27.5033 41.6024 27.6951C41.8854 27.7736 44.2437 27.8274 47.427 27.8278L52.776 27.8286L52.776 28.654C52.776 30.5333 52.2402 33.7226 51.5694 35.8357C50.6777 38.645 49.3172 40.9101 47.3464 42.8664C45.7385 44.4624 43.8767 45.7299 41.2594 47.0105C39.3456 47.9468 39.0585 48.1791 38.5327 49.2176C38.3934 49.4926 38.3006 49.9827 38.296 50.4672C38.2894 51.1685 38.3769 51.4534 39.0233 52.837C41.4835 58.1022 41.6847 58.4362 42.7124 58.9605C43.466 59.345 44.5481 59.3975 45.3596 59.0891ZM6.54321 59.1854C7.27068 59.0511 10.6913 57.3772 12.5436 56.2491C18.163 52.8267 22.5494 48.2415 25.1163 43.1068C26.9932 39.3523 27.923 35.5595 28.5777 28.985C28.7518 27.2379 28.8017 24.6256 28.8487 14.7807C28.9136 1.18856 28.9724 2.04926 27.9057 0.982479C26.8777 -0.045448 27.4851 0.000625952 14.9719 0.000624858C2.77528 0.000623792 3.2028 -0.0258959 2.21097 0.791616C1.95081 1.0061 1.58497 1.48863 1.39792 1.86391L1.05795 2.54622L1.06083 13.9075C1.06372 25.0537 1.06884 25.2801 1.33111 25.8596C1.6384 26.5387 2.10714 27.0675 2.76438 27.4768C3.21318 27.7564 3.35415 27.7645 8.86632 27.8286L14.5088 27.8942L14.4688 28.9443C14.3652 31.6567 13.7105 34.8846 12.8011 37.1649C11.8661 39.5095 10.7463 41.2198 9.04695 42.8984C7.50039 44.426 5.92141 45.5146 3.44288 46.7616C1.06687 47.957 0.402802 48.5079 0.133843 49.5066C-0.18447 50.6886 -0.0168374 51.2842 1.5498 54.5408C2.42415 56.3583 3.20004 57.7894 3.49932 58.1364C4.25961 59.0181 5.3722 59.4015 6.54321 59.1854Z%22 fill=%22%23FBFAFF%22/%3E%3C/svg%3E");
      position: absolute;
      bottom: -79px;
      right: 20px;
      width: 55px;
      height: 55px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
  .text-testimonial__popup__close {
    position: absolute;
    top: 22px;
    right: 22px;
    cursor: pointer; }
  .text-testimonial__popup.active {
    z-index: 150;
    opacity: 1;
    pointer-events: all; }
  .text-testimonial__popup__content {
    box-shadow: 0px 27.96052px 30.50239px 0px rgba(0, 39, 128, 0.12);
    padding: 50px;
    background-color: #fff;
    position: relative;
    max-width: 948px;
    width: 100%;
    max-height: 80vh;
    overflow-y: scroll; }
    .text-testimonial__popup__content::before {
      content: "";
      background-image: url('data:image/svg+xml,%3Csvg width="117" height="107" viewBox="0 0 117 107" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M47.7992 0.99997C48.0659 0.733307 48.4659 0.599976 48.9992 0.599976C49.7992 0.599976 50.4659 1.13331 50.9992 2.19998C51.5326 3.26665 51.3992 4.06665 50.5992 4.59997C32.7326 20.3333 22.3326 37.1333 19.3992 55C19.1326 56.3333 18.9992 58.0667 18.9992 60.2C18.9992 62.3333 19.1326 63.8 19.3992 64.6C21.2659 62.7333 24.4659 61.8 28.9992 61.8C35.6659 61.8 40.8659 63.9333 44.5992 68.2C48.3326 72.4666 50.1992 77.5333 50.1992 83.4C50.1992 89.8 48.0659 95.2666 43.7992 99.8C39.7992 104.333 33.7992 106.6 25.7992 106.6C17.5326 106.6 11.1326 104.067 6.59922 99C2.33255 93.9333 0.199219 86.8666 0.199219 77.8C0.199219 72.4666 0.732552 67.5333 1.79922 63C3.93255 52.6 9.26589 41.6666 17.7992 30.2C26.3326 18.7333 36.3326 8.99998 47.7992 0.99997ZM112.999 0.99997C113.266 0.733307 113.666 0.599976 114.199 0.599976C114.999 0.599976 115.666 1.13331 116.199 2.19998C116.733 3.26665 116.599 4.06665 115.799 4.59997C97.9326 20.3333 87.5326 37.1333 84.5992 55C84.3326 56.3333 84.1992 58.0667 84.1992 60.2C84.1992 62.3333 84.3326 63.8 84.5992 64.6C86.4659 62.7333 89.6659 61.8 94.1992 61.8C100.866 61.8 106.066 63.9333 109.799 68.2C113.533 72.4666 115.399 77.5333 115.399 83.4C115.399 89.8 113.266 95.2666 108.999 99.8C104.999 104.333 98.9992 106.6 90.9992 106.6C82.7326 106.6 76.3326 104.067 71.7992 99C67.5326 93.9333 65.3992 86.8666 65.3992 77.8C65.3992 72.4666 65.9326 67.5333 66.9992 63C69.1326 52.6 74.4659 41.6666 82.9992 30.2C91.5326 18.7333 101.533 8.99998 112.999 0.99997Z" fill="%238B7BC6" fill-opacity="0.1"%2F%3E%3C%2Fsvg%3E');
      position: absolute;
      top: 40px;
      left: 40px;
      width: 55px;
      height: 55px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
  .text-testimonial__popup__img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0px 2.57143px 2.57143px rgba(0, 0, 0, 0.25);
    padding: 8px;
    background-color: #dccbbf;
    display: block;
    margin: 0 auto; }
    .text-testimonial__popup__img img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .text-testimonial__popup .all-testimonials__video__year {
    margin-bottom: 60px; }

@media (max-width: 991px) {
  .all-testimonials__filters {
    grid-template-columns: 1fr; }
  .all-testimonials__video__name {
    font-size: 28px; }
  .all-testimonials__video__country, .all-testimonials__video__year {
    font-size: 20px; }
  .all-testimonials__texts {
    grid-template-columns: 1fr; }
  .text-testimonial__popup__content {
    padding: 85px 25px 20px; }
    .text-testimonial__popup__content::before {
      height: 45px;
      width: 45px;
      left: 26px;
      top: 31px; }
  .text-testimonial__popup__text {
    font-size: 20px; }
    .text-testimonial__popup__text::after {
      height: 45px;
      width: 45px;
      right: 7px;
      bottom: -58px; }
  .video-testimonial__popup__content {
    padding: 50px 20px 20px; }
  __btn {
    margin: 50px auto 30px; } }

.timeline-content__back-top-link {
  width: max-content;
  margin-left: auto;
  color: #00a6f4;
  font-family: "Noto Sans";
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 40px; }
  .timeline-content__back-top-link svg {
    margin-right: 8px; }

@media (max-width: 991px) {
  .timeline-content {
    padding: 30px 0 !important; }
    .timeline-content__back-top-link {
      margin-top: 20px; } }

.science_resource_center {
  background-color: #f4f6f8;
  padding: 80px 0; }
    .science_resource_center__top__search-holder {
      display: flex;
      align-items: center;
      justify-content: center;
      max-width: 900px;
      margin: 0 auto 70px; }
      .science_resource_center__top__search-holder svg {
        margin-right: 10px; }
      .science_resource_center__top__search-holder input {
        border: 1px solid #707070;
        padding: 9px 12px;
        color: #2a165d;
        font-size: 21px;
        font-weight: 600;
        border-radius: 0;
        background-color: #fff; }
        .science_resource_center__top__search-holder input::placeholder {
          color: #2a165d; }
      .science_resource_center__top__search-holder button {
        background: #2a165d;
        width: 193px;
        padding: 13px;
        color: #fff;
        text-align: center;
        font-size: 21.344px;
        font-weight: 700;
        line-height: 25.11px;
        letter-spacing: 2.775px;
        border: none; }
  .science_resource_center #sort-by {
    border: 1px solid #313131;
    border-radius: 0;
    font-size: 14px;
    padding: 10px 13px;
    padding-right: 32px;
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    position: relative;
    appearance: none;
    -webkit-appearance: none; }
    .science_resource_center__filter_holder__title {
      font-size: 17px;
      font-weight: 700;
      margin-bottom: 18px;
      position: relative;
      cursor: pointer; }
      .science_resource_center__filter_holder__title::after {
        content: "";
        display: block;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='22' viewBox='0 0 25 22' fill='none'%3E%3Cpath d='M12 21L1 1H24L12 21Z' fill='%23313131' stroke='%23313131'/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        width: 16px;
        height: 10px;
        position: absolute;
        right: 0;
        top: 3px;
        transform: rotate(180deg);
        transition: 250ms transform ease-in-out; }
  .science_resource_center__filters {
    margin-top: 60px; }
  .science_resource_center__filter {
    display: flex;
    gap: 10px;
    margin-bottom: 10px; }
    .science_resource_center__filter:last-of-type {
      margin-bottom: 0; }
    .science_resource_center__filter input {
      accent-color: #2a165d;
      height: 15px;
      width: 15px;
      min-width: 15px;
      margin: 0;
      margin-top: 2px; }
    .science_resource_center__filter label {
      line-height: 1.2; }
  .science_resource_center__items {
    margin-bottom: 60px;
    min-height: 500px; }
  .science_resource_center__item {
    box-shadow: 0 37.94551px 41.3951px rgba(0, 39, 128, 0.12);
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #fff;
    margin-bottom: 30px; }
    .science_resource_center__item__type {
      background: #2a165d;
      color: #fff;
      font-size: 20px;
      font-weight: 600;
      letter-spacing: 3.6px;
      padding: 11px 50px;
      text-align: center;
      text-transform: uppercase;
      width: 400px;
      max-width: 100%; }
    .science_resource_center__item__content {
      padding: 20px 40px 50px; }
    .science_resource_center__item__title {
      font-size: 30px;
      font-weight: 700;
      margin-bottom: 20px; }
    .science_resource_center__item div {
      line-height: 1.3; }
    .science_resource_center__item__border-right {
      padding: 10px 14px;
      margin-right: 14px;
      padding-left: 0;
      border-right: 1px solid #9a9a9a; }
    .science_resource_center__item .btn {
      background-color: #2a165d;
      color: #fff;
      font-size: 20px;
      font-weight: 700;
      padding: 15px 26px;
      text-align: center;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      gap: 15px;
      line-height: 1;
      height: 70px;
      text-align: center;
      border: 2px solid #2a165d;
      transition: 250ms color ease-in-out, 250ms background-color ease-in-out;
      min-width: 260px;
      justify-content: center; }
      .science_resource_center__item .btn:hover {
        background-color: transparent;
        color: #2a165d; }
      .science_resource_center__item .btn.outlined {
        background-color: transparent;
        color: #2a165d; }
        .science_resource_center__item .btn.outlined svg path {
          fill: #2a165d;
          transition: 250ms fill ease-in-out; }
        .science_resource_center__item .btn.outlined:hover {
          background-color: #2a165d;
          color: #fff; }
          .science_resource_center__item .btn.outlined:hover svg path {
            fill: #fff; }
    .science_resource_center__item__buttons {
      display: flex;
      align-items: center;
      gap: 15px;
      margin-top: 20px; }
  .science_resource_center__loader {
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    height: calc(100% - 58px);
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1000;
    display: flex;
    justify-content: center;
    padding-top: 80px;
    z-index: -1;
    opacity: 0;
    transition: 250ms opacity ease-in-out, 250ms z-index ease-in-out; }
    .science_resource_center__loader.active {
      z-index: 2;
      opacity: 1; }

@media (max-width: 1179px) {
  .science_resource_center__filters {
    margin-top: 49px; }
  .science_resource_center__loader {
    top: 47px;
    height: calc(100% - 47px); } }

@media (max-width: 860px) {
  .science_resource_center__top__search-holder {
    margin-bottom: 30px; }
    .science_resource_center__top__search-holder input {
      font-size: 16px; }
    .science_resource_center__top__search-holder button {
      font-size: 16px;
      padding: 9px; }
    .science_resource_center__filter_holder__title::after {
      transform: rotate(0deg); }
  .science_resource_center__filters {
    margin-top: 0; }
  .science_resource_center__item__buttons {
    flex-direction: column;
    gap: 15px; }
  .science_resource_center__item .btn {
    width: 100%; }
  .science_resource_center__item__border-right {
    margin-right: 0;
    border-right: none;
    padding: 8px 0; } }

@media (max-width: 575px) {
  .science_resource_center__item__type {
    font-size: 16px;
    padding: 11px 30px;
    width: 100%; }
  .science_resource_center__item__content {
    padding: 20px 20px 50px; }
  .science_resource_center__item__title {
    font-size: 24px; }
  .science_resource_center__item .btn {
    font-size: 16px;
    padding: 15px 20px;
    height: 50px; } }

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

.split-columns-full-image {
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .split-columns-full-image__wrap {
    display: flex;
    justify-content: space-between;
    align-items: end; }
    .split-columns-full-image__wrap__copy {
      padding: 60px 50px;
      background-color: #eee9e3;
      width: 50%;
      position: relative;
      z-index: 1;
      max-width: 649px;
      height: fit-content; }
      .split-columns-full-image__wrap__copy h2 {
        margin-bottom: 30px; }
      .split-columns-full-image__wrap__copy a {
        padding: 23px 36px 24px 36px;
        border: 2px solid #968ea6;
        font-size: 26px;
        font-weight: 400;
        line-height: 32.5px;
        letter-spacing: 0.12em;
        text-align: center;
        color: #968ea6; }
    .split-columns-full-image__wrap__image {
      width: 50%;
      display: flex;
      align-items: end; }
      .split-columns-full-image__wrap__image img {
        object-fit: contain;
        height: auto;
        width: 100%; }

@media (max-width: 1200px) {
  .split-columns-full-image__wrap__copy {
    padding: 40px 30px 60px; }
    .split-columns-full-image__wrap__copy h2 {
      font-size: 36px;
      line-height: 42px;
      text-align: center;
      margin-bottom: 40px; }
    .split-columns-full-image__wrap__copy a {
      padding: 14px 23px 16px 23px;
      font-size: 20px;
      display: flex;
      justify-content: center;
      margin: 0 auto;
      max-width: 260px; } }

@media (max-width: 980px) {
  .split-columns-full-image {
    padding: 50px 0 0; }
    .split-columns-full-image .container {
      max-width: unset;
      padding: 0; }
    .split-columns-full-image__wrap {
      flex-direction: column-reverse; }
      .split-columns-full-image__wrap__copy {
        margin-bottom: 0 !important;
        width: 100%;
        max-width: 100%; }
      .split-columns-full-image__wrap__image {
        width: 100%; }
        .split-columns-full-image__wrap__image img {
          max-height: 430px; } }

.split-columns-text-full-image {
  padding: 100px 0 0; }
  .split-columns-text-full-image__wrap {
    display: flex;
    justify-content: center; }
    .split-columns-text-full-image__wrap__copy h2 {
      margin-bottom: 20px; }
    .split-columns-text-full-image__wrap__copy a {
      background-color: #effcfb;
      padding: 23px 36px 24px 36px;
      border: 2px solid #968ea6;
      font-size: 26px;
      font-weight: 400;
      line-height: 32.5px;
      letter-spacing: 0.12em;
      text-align: center;
      color: #968ea6;
      display: flex;
      justify-content: center; }
    .split-columns-text-full-image__wrap__copy.image-end {
      align-items: end; }
    .split-columns-text-full-image__wrap__copy.image-center {
      align-items: center; }
    .split-columns-text-full-image__wrap__copy.image-top {
      align-items: start; }
    .split-columns-text-full-image__wrap__copy img {
      max-width: 692px;
      object-fit: contain; }
    .split-columns-text-full-image__wrap__copy.image-content {
      display: flex; }
    .split-columns-text-full-image__wrap__copy.width-60 {
      width: 60%; }
    .split-columns-text-full-image__wrap__copy.width-50 {
      width: 50%; }
    .split-columns-text-full-image__wrap__copy.width-40 {
      width: 40%; }
  .split-columns-text-full-image__description {
    font-size: 22px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.01em;
    margin-bottom: 40px;
    color: #535353; }
  .split-columns-text-full-image__wrap-reverse {
    flex-direction: row-reverse; }

@media (max-width: 980px) {
  .split-columns-text-full-image {
    padding: 55px 0 40px; }
    .split-columns-text-full-image__description {
      font-size: 20px; }
    .split-columns-text-full-image__wrap {
      flex-direction: column-reverse !important;
      gap: 55px !important; }
      .split-columns-text-full-image__wrap__copy {
        width: 100% !important;
        margin-bottom: 0 !important; }
        .split-columns-text-full-image__wrap__copy h2 {
          font-size: 36px;
          line-height: 42px;
          text-align: center;
          margin-bottom: 40px; }
        .split-columns-text-full-image__wrap__copy a {
          padding: 14px 23px 16px 23px;
          font-size: 20px;
          display: flex;
          justify-content: center;
          margin: 0 auto;
          max-width: 260px; }
        .split-columns-text-full-image__wrap__copy.image-content {
          text-align: center;
          justify-content: center; }
        .split-columns-text-full-image__wrap__copy img {
          max-width: 397px !important; }
    .split-columns-text-full-image__wrap-reverse {
      flex-direction: column-reverse; } }

.split-columns-box-image {
  padding: 60px 0; }
  .split-columns-box-image__wrap {
    display: flex;
    justify-content: center;
    align-items: center; }
    .split-columns-box-image__wrap__copy {
      padding: 80px 60px; }
  .split-columns-box-image__subheading {
    font-size: 38px;
    line-height: 46px;
    color: #535353;
    font-weight: 400;
    max-width: 500px;
    margin-bottom: 20px;
    font-family: "Questrial"; }

@media (max-width: 991px) {
  .split-columns-box-image {
    padding: 60px 0 80px; }
    .split-columns-box-image__title {
      text-align: center; }
    .split-columns-box-image__wrap {
      flex-direction: column; }
      .split-columns-box-image__wrap__copy {
        padding: 20px 0; }
      .split-columns-box-image__wrap img {
        width: 100%; }
    .split-columns-box-image__subheading {
      font-size: 26px;
      text-align: center;
      line-height: 34px;
      max-width: 285px;
      margin: 0 auto; } }

.col-content-boxes {
  position: relative;
  padding: 120px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .col-content-boxes__row {
    display: flex;
    gap: 40px; }
  .col-content-boxes__heading {
    font-family: "Questrial";
    text-align: center;
    color: #2a165d;
    font-weight: 400;
    letter-spacing: 5.5px;
    margin-bottom: 30px; }
  .col-content-boxes__subheading {
    color: #535353;
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0.35px;
    margin-bottom: 35px; }
  .col-content-boxes__content {
    flex: 1;
    padding: 50px; }
  .col-content-boxes__content-text {
    color: #535353;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.22px; }
  .col-content-boxes__background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1; }
  .col-content-boxes__button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 78px; }
  .col-content-boxes__bg-logo {
    width: 100%;
    max-width: 340px;
    max-height: 584px;
    height: 100%;
    object-fit: contain;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0; }
    .col-content-boxes__bg-logo.image-right {
      right: 0;
      left: unset; }

@media (max-width: 991px) {
  .col-content-boxes {
    padding: 60px 0; }
    .col-content-boxes__row {
      flex-direction: column;
      gap: 24px; }
    .col-content-boxes__heading {
      letter-spacing: 2.2px;
      font-size: 30px !important; }
    .col-content-boxes__subheading {
      text-align: left; }
    .col-content-boxes__content {
      flex: 1;
      padding: 30px 20px; }
    .col-content-boxes__content-text {
      font-size: 20px;
      line-height: 26px;
      letter-spacing: 0.18px; }
    .col-content-boxes__button-wrapper {
      margin-top: 53px; }
    .col-content-boxes__bg-logo {
      max-width: 189px;
      max-height: 300px; } }

.single-col-basic-content {
  position: relative;
  padding: 100px 0; }
  .single-col-basic-content .container {
    position: relative;
    z-index: 1; }
  .single-col-basic-content__richtext {
    margin-top: 30px; }
  .single-col-basic-content__content {
    color: #2a165d;
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px; }
  .single-col-basic-content__title {
    text-align: center;
    font-weight: 700;
    line-height: 60px;
    margin-top: 30px; }
  .single-col-basic-content__button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px; }
  .single-col-basic-content__bg-image {
    width: 100%;
    max-width: 340px;
    max-height: 584px;
    height: 100%;
    object-fit: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0; }
    .single-col-basic-content__bg-image.image-left {
      left: 0;
      right: unset; }

@media (max-width: 991px) {
  .single-col-basic-content {
    padding: 50px 0 120px; }
    .single-col-basic-content__content {
      font-size: 20px;
      line-height: 28px; }
    .single-col-basic-content__title {
      font-size: 38px;
      line-height: 42px;
      margin-top: 20px; }
    .single-col-basic-content__button-wrapper {
      margin-top: 30px; }
    .single-col-basic-content__bg-image {
      max-width: 189px;
      max-height: 300px; } }

.single-col-simple-content__row {
  padding: 55px 90px; }

.single-col-simple-content__content {
  color: #535353;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.22px; }

.single-col-simple-content__button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px; }

@media (max-width: 991px) {
  .single-col-simple-content__content {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.18px; }
  .single-col-simple-content__button-wrapper {
    margin-top: 30px; }
  .single-col-simple-content__row {
    padding: 30px 21px; } }

.full-img-gradient-content {
  min-height: 800px;
  height: 100%;
  position: relative; }
  .full-img-gradient-content__container {
    min-height: 800px;
    height: 100%;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto; }
  .full-img-gradient-content__heading {
    text-align: center;
    font-weight: 700;
    position: relative;
    z-index: 1; }
  .full-img-gradient-content__heading-wrapper {
    padding-top: 100px;
    margin-bottom: 35px; }
  .full-img-gradient-content__subheading {
    text-align: center;
    font-family: Questrial;
    font-weight: 400;
    letter-spacing: 5.5px;
    position: relative;
    z-index: 1; }
  .full-img-gradient-content__description {
    color: #535353;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.22px; }
  .full-img-gradient-content__wrapper {
    display: flex;
    min-height: 800px;
    height: 100%; }
    .full-img-gradient-content__wrapper.section-reverse {
      flex-direction: row-reverse; }
  .full-img-gradient-content__content {
    flex: 1;
    height: auto; }
    .full-img-gradient-content__content__img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .full-img-gradient-content__content-text {
    height: 100%;
    z-index: 1;
    max-width: 610px;
    display: flex;
    flex-direction: column;
    padding: 75px 60px;
    position: relative; }

@media (max-width: 991px) {
  .full-img-gradient-content {
    min-height: auto; }
    .full-img-gradient-content__container {
      min-height: auto; }
    .full-img-gradient-content__subheading {
      font-size: 20px !important; }
    .full-img-gradient-content__wrapper {
      flex-direction: column-reverse !important;
      min-height: auto; }
    .full-img-gradient-content__content__img {
      position: static;
      margin-bottom: -5px; }
    .full-img-gradient-content__heading-wrapper {
      padding-top: 60px;
      margin-bottom: 35px; }
    .full-img-gradient-content__content-text {
      min-height: auto;
      max-width: 100% !important;
      text-align: center;
      padding: 40px; }
    .full-img-gradient-content__button {
      margin: 30px auto 0; }
    .full-img-gradient-content__description {
      text-align: left; } }

.basic-2-column-content__row {
  display: flex;
  align-items: center;
  gap: 60px; }
  .basic-2-column-content__row.section-reverse {
    flex-direction: row-reverse; }

.basic-2-column-content__content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .basic-2-column-content__content.width-60 {
    width: 60%; }
  .basic-2-column-content__content.width-50 {
    width: 50%; }
  .basic-2-column-content__content.width-40 {
    width: 40%; }

.basic-2-column-content__content-heading {
  color: #2a165d;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; }

.basic-2-column-content__content-desc {
  color: #535353;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.22px; }

.basic-2-column-content__content-img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

@media (max-width: 991px) {
  .basic-2-column-content__row {
    flex-direction: column !important;
    gap: 24px; }
  .basic-2-column-content__content-heading {
    font-size: 38px;
    line-height: 42px; }
  .basic-2-column-content__content-desc {
    font-size: 20px;
    line-height: 26px; }
  .basic-2-column-content__content {
    width: 100% !important; }
  .basic-2-column-content__content-img {
    max-height: 800px; } }

.single-col-basic-text.single-col-basic-text-v2 {
  padding: 120px 0;
  background: rgba(217, 248, 250, 0.41); }
  .single-col-basic-text.single-col-basic-text-v2 .single-col-basic-text__subheading {
    font-family: Questrial; }

.single-col-basic-text__heading {
  color: #2a165d;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; }

.single-col-basic-text__row {
  margin: 0 auto; }

.single-col-basic-text__image {
  margin-bottom: 50px; }

.single-col-basic-text__subheading {
  color: #2a165d;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 5.5px; }

.single-col-basic-text__content {
  color: #535353;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.22px; }

.single-col-basic-text__button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center; }

@media (max-width: 991px) {
  .single-col-basic-text.single-col-basic-text-v2 {
    padding: 60px 0; }
  .single-col-basic-text__content {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: left; }
  .single-col-basic-text__image {
    margin-bottom: 30px; } }

.video-slider__slider {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto; }
  .video-slider__slider .swiper-slide {
    transform: scale(0.8);
    opacity: 0.6;
    transition: 250ms transform ease-in-out; }
    .video-slider__slider .swiper-slide.swiper-slide-active {
      transform: scale(1.1);
      opacity: 1; }
      .video-slider__slider .swiper-slide.swiper-slide-active .video-slider__description {
        opacity: 1; }

.video-slider__heading {
  text-align: center;
  margin-bottom: 50px;
  font-family: Questrial;
  letter-spacing: 4.2px;
  font-weight: 400; }

.video-slider__slide-holder {
  max-width: 830px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 49px; }

.video-slider__slider-prev, .video-slider__slider-next {
  cursor: pointer;
  position: absolute;
  top: 28%;
  z-index: 12;
  border-radius: 50%;
  background-color: #fff;
  width: 86px;
  height: 86px; }

.video-slider__slider-next {
  right: 350px; }

.video-slider__slider-prev {
  left: 350px; }

.video-slider .swiper-slide .oembed_container .iframe_wrapper > * {
  bottom: 0;
  top: unset;
  max-width: 733px; }

.video-slider .swiper-slide.swiper-slide-active .oembed_container .iframe_wrapper > * {
  width: 100%;
  bottom: 0; }

.video-slider__description {
  max-width: 808px;
  margin: 55px auto 0;
  opacity: 0; }
  .video-slider__description h2 {
    color: #535353;
    font-size: 35px;
    line-height: 41px;
    letter-spacing: 0.35px; }
  .video-slider__description h3 {
    color: #535353;
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 4.5px;
    font-family: "Questrial";
    font-weight: 400; }

.video-slider__video-thumbnail {
  width: 100%;
  max-height: 440px;
  object-fit: cover; }

.video-slider .swiper-slide .oembed_container .iframe_wrapper iframe {
  max-height: 400px; }

.video-slider__loader {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  height: 440px; }
  .video-slider__loader div {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 3px solid #fff;
    border-right: 3px solid transparent;
    box-sizing: border-box;
    animation: spinner 1s linear infinite; }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@media (max-width: 1920px) {
  .video-slider__slider-next {
    right: 350px; }
  .video-slider__slider-prev {
    left: 350px; } }

@media (max-width: 1680px) {
  .video-slider__slider-next {
    right: 270px; }
  .video-slider__slider-prev {
    left: 270px; } }

@media (max-width: 1440px) {
  .video-slider__slider-next {
    right: 190px; }
  .video-slider__slider-prev {
    left: 190px; }
  .video-slider__slider-prev, .video-slider__slider-next {
    top: 25%; }
  .video-slider__video-thumbnail {
    width: 100%;
    max-height: 350px; }
  .swiper-slide .oembed_container .iframe_wrapper iframe {
    max-height: 300px !important;
    max-width: 92% !important; } }

@media (max-width: 1100px) {
  .video-slider .swiper-slide .oembed_container .iframe_wrapper iframe {
    max-height: 280px !important; } }

@media (max-width: 1024px) {
  .video-slider__slider-prev, .video-slider__slider-next {
    top: 20%; } }

@media (max-width: 991px) {
  .video-slider__slider-prev, .video-slider__slider-next {
    top: 35%;
    width: 50px !important;
    height: 50px !important; }
    .video-slider__slider-prev svg, .video-slider__slider-next svg {
      width: 50px !important;
      height: 50px !important; }
  .video-slider__slider-prev {
    left: 20px !important; }
  .video-slider__slider-next {
    right: 20px !important; }
  .video-slider .swiper-slide .oembed_container .iframe_wrapper > * {
    max-width: 100%; }
  .video-slider__description {
    margin-top: 40px;
    max-width: 300px; }
    .video-slider__description h2 {
      line-height: 21.125px;
      letter-spacing: 0.18px;
      font-size: 18px !important; }
    .video-slider__description h3 {
      line-height: 21.64px;
      letter-spacing: 2.4px;
      font-size: 16px !important; }
  .video-slider__heading {
    margin-bottom: 30px; } }

@media (max-width: 600px) {
  .video-slider__slider-prev, .video-slider__slider-next {
    width: 40px !important;
    height: 40px !important; }
    .video-slider__slider-prev svg, .video-slider__slider-next svg {
      width: 40px !important;
      height: 40px !important; }
  .video-slider__slider-prev {
    left: 10px !important; }
  .video-slider__slider-next {
    right: 10px !important; } }

@media (max-width: 575px) {
  .video-slider__slider-prev, .video-slider__slider-next {
    top: 30%; }
  .video-slider .swiper-slide .oembed_container .iframe_wrapper iframe {
    max-height: 200px !important; } }

.col-3-content-image__row {
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
  display: flex;
  height: 100vh; }

.col-3-content-image__heading {
  color: #2a165d;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  letter-spacing: 5.5px;
  font-family: Questrial; }

.col-3-content-image__description {
  color: #535353;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.22px; }

.col-3-content-image__content-center, .col-3-content-image__content-right, .col-3-content-image__content-left {
  max-width: 750px;
  height: 780px;
  width: 100%;
  position: absolute; }

.col-3-content-image__content-left {
  left: 0;
  top: 0;
  z-index: 0; }

.col-3-content-image__content-right {
  right: 0;
  bottom: 0;
  z-index: 0; }

.col-3-content-image__content-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; }

.col-3-content-image__content-center {
  background: #dccbbf;
  padding: 50px 30px; }

.col-3-content-image__background-image {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.col-3-content-image__button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  padding: 0 20px; }
  .col-3-content-image__button-wrapper.mobile-button {
    display: none; }

@media (max-width: 1200px) {
  .col-3-content-image__row {
    flex-direction: column;
    height: auto;
    padding: 0 20px; }
  .col-3-content-image__content-center, .col-3-content-image__content-right, .col-3-content-image__content-left {
    max-width: 100%;
    height: auto;
    width: 100%;
    position: static; }
  .col-3-content-image__content-left {
    display: none; }
  .col-3-content-image__content-center {
    transform: translate(0); }
  .col-3-content-image__button-wrapper {
    margin-top: 0;
    display: none; }
    .col-3-content-image__button-wrapper.mobile-button {
      display: flex; }
      .col-3-content-image__button-wrapper.mobile-button .col-3-content-image__button {
        margin: 35px 0; }
  .col-3-content-image__heading {
    color: #535353;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 2.2px; }
  .col-3-content-image__description {
    text-align: left;
    font-size: 20px; } }

.split-banner__row {
  display: flex;
  justify-content: space-between; }

.split-banner__content {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center; }

.split-banner__divider {
  background: #d9d9d9;
  width: 2px;
  height: 214px; }

.split-banner__title {
  color: #5936b2;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.6px;
  margin-bottom: 37px; }

.split-banner__link {
  color: #535353;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.3px;
  text-decoration-line: underline; }

@media (max-width: 991px) {
  .split-banner__row {
    flex-direction: column;
    gap: 34px; }
  .split-banner__divider {
    width: 100%;
    height: 2px;
    margin: 0 auto; }
  .split-banner__content {
    width: 100%; }
  .split-banner__title {
    font-size: 55px;
    margin-bottom: 15px; }
  .split-banner__link {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 1.2px; } }

.consciousness {
  padding: 50px 0; }
  .consciousness__heading {
    text-align: center; }
  .consciousness__heading-title {
    color: #4e1a5e;
    font-style: normal;
    font-weight: 700;
    line-height: normal; }
    .consciousness__heading-title strong {
      color: #7655c7; }
  .consciousness__heading-description {
    color: #535353;
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 5.5px;
    text-transform: uppercase; }
  .consciousness__callout-text {
    font-family: "Cormorant Garamond";
    margin-bottom: 35px; }
  .consciousness__top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px; }
  .consciousness__top-image {
    max-width: 152px;
    max-height: 152px; }
  .consciousness__top-button {
    color: #2a165d;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    line-height: normal;
    display: block;
    background: #fffefc;
    box-shadow: -4px 3px 11px 0px rgba(0, 0, 0, 0.26);
    padding: 15px 20px;
    position: relative;
    transition: background-color 0.3s cubic-bezier(0.3, 0, 0.22, 1); }
    .consciousness__top-button:hover {
      background-color: #2a165d;
      color: #fff; }
  .consciousness__top-line {
    width: 3px;
    height: 41px;
    background: #535353; }
  .consciousness__top-small-description {
    color: #2a165d;
    text-align: center;
    font-size: 34px;
    margin: 0;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    line-height: normal;
    background: #fffefc;
    box-shadow: -4px 3px 11px 0px rgba(0, 0, 0, 0.26);
    border-radius: 80%;
    padding: 15px 40px; }
  .consciousness__main {
    border: 3px solid #2a165d;
    padding: 80px;
    width: max-content;
    margin: 0 auto;
    border-radius: 100%;
    position: relative; }
  .consciousness__triangle-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #7655c7;
    text-align: center;
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    z-index: 2;
    line-height: normal; }
    .consciousness__triangle-title svg {
      max-width: 370px; }
  .consciousness__circle-wrapper {
    position: relative;
    width: 450px;
    height: 450px; }
  .consciousness__circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(to bottom, #ececec 0%, #968ea6 52%, #655f7c 100%);
    position: relative; }
    .consciousness__circle::before {
      content: "";
      position: absolute;
      top: 10%;
      left: 10%;
      width: 80%;
      height: 80%;
      border-radius: 50%;
      background: white;
      background-clip: padding-box;
      z-index: 1; }
    .consciousness__circle::after {
      content: "";
      position: absolute;
      top: 15%;
      left: 15%;
      width: 70%;
      height: 70%;
      border-radius: 50%;
      background: transparent;
      z-index: 2; }
  .consciousness__circle-item {
    position: absolute;
    z-index: 10;
    color: #4e1a5e;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer; }
    .consciousness__circle-item svg {
      fill: #2a165d; }
    .consciousness__circle-item:hover svg {
      fill: #2a165d; }
    .consciousness__circle-item:hover .consciousness__circle-item-text {
      color: #4e1a5e; }
  .consciousness__circle-item-text {
    margin: 0;
    position: absolute;
    width: max-content;
    color: #313131;
    font-size: 19px;
    font-weight: 100;
    line-height: 1; }
  .consciousness__triangle-arrow {
    display: none; }
  .consciousness__circle-item-link {
    color: #4e1a5e; }
  .consciousness__circle-item-mobile-heading {
    display: none; }
  .consciousness__circle-item-mobile-content {
    display: none; }
  .consciousness__triangle-holder {
    width: 420px;
    height: 480px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.4s cubic-bezier(0.3, 0, 0.22, 1); }
  .consciousness__modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(245, 240, 255, 0.7);
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.3, 0, 0.22, 1); }
    .consciousness__modal.active {
      max-height: 100%; }
  .consciousness__modal-item {
    background-color: #fff;
    box-shadow: -9px 12px 16.5px 0px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
    display: none;
    position: relative;
    min-width: 580px; }
    .consciousness__modal-item.active {
      display: block; }
    .consciousness__modal-item__close-button {
      position: absolute;
      right: 15px;
      top: 15px;
      cursor: pointer; }
    .consciousness__modal-item__heading {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #313131;
      margin-bottom: 25px; }
    .consciousness__modal-item__heading-title {
      color: #4e1a5e;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: normal; }
    .consciousness__modal-item__heading-description {
      color: #7655c7;
      text-align: right;
      font-size: 19.5px;
      font-style: normal;
      font-weight: 800;
      line-height: normal;
      letter-spacing: 3.315px; }
    .consciousness__modal-item__content {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 40px; }
    .consciousness__modal-item__content-left-accordion-title {
      color: #313131;
      font-size: 19.5px;
      font-style: italic;
      font-weight: 600;
      line-height: normal;
      margin: 0; }
      .consciousness__modal-item__content-left-accordion-title.active {
        color: #7655c7; }
    .consciousness__modal-item__content-left-accordion-description {
      color: #313131;
      font-size: 13.5px;
      font-style: normal;
      font-weight: 400;
      max-height: 0;
      overflow: hidden;
      margin: 0;
      margin-top: 5px;
      transition: max-height 0.3s cubic-bezier(0.3, 0, 0.22, 1); }
      .consciousness__modal-item__content-left-accordion-description.active {
        max-height: 100%; }
    .consciousness__modal-item__content-left-accordion-button {
      padding: 10px;
      background-color: #d9d9d9;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      cursor: pointer; }
    .consciousness__modal-item__content-right {
      display: flex;
      flex-direction: column; }
    .consciousness__modal-item__content-right-button-holder {
      background-color: #7655c7;
      padding: 20px;
      display: flex;
      justify-content: center;
      align-items: center; }
    .consciousness__modal-item__content-right-button {
      color: #fff;
      text-align: center;
      font-size: 15px;
      font-style: normal;
      font-weight: 800;
      line-height: normal;
      letter-spacing: 2.55px;
      border: 1px solid #fff;
      padding: 10px 30px; }
  .consciousness__button-wrapper {
    margin-top: 80px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
  .consciousness__circle-item-mobile.not-link {
    display: none; }
  .consciousness__main-mobile {
    display: none; }

@media (max-width: 1000px) {
  .mobile-padding-0 {
    padding: 0 !important; }
  .mobile-width-full {
    margin: 0 auto;
    width: 100%;
    max-width: 100%; }
  .consciousness__main {
    border: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 100%;
    max-width: 100%; }
  .consciousness__top-small-description {
    font-size: 15px; }
  .consciousness__top-button {
    font-size: 15px; }
  .consciousness__circle-wrapper {
    order: 1;
    height: 300px;
    width: 300px;
    margin: 0 auto;
    margin-bottom: 150px; }
  .consciousness__triangle-title svg {
    max-width: 255px; }
  .consciousness__triangle-holder {
    height: 300px;
    width: 260px; }
    .consciousness__triangle-holder img {
      max-width: 100%; }
  .consciousness__triangle-arrow {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%; }
  .consciousness__heading-description {
    font-size: 25px; }
  .consciousness__circle-item-mobile, .consciousness__circle-item {
    position: relative;
    order: 2;
    background-color: #f5f0ff;
    box-shadow: 0px 5.7971px 5.7971px 0px rgba(0, 0, 0, 0.07);
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    left: unset !important;
    top: unset !important;
    right: unset !important;
    display: none; }
  .consciousness__main-mobile {
    display: block; }
  .consciousness__circle-item-mobile {
    font-family: Questrial;
    color: #2a165d;
    display: flex;
    background-color: #eee9e3;
    box-shadow: 0px 3.768px 3.768px 0px rgba(0, 0, 0, 0.07); }
    .consciousness__circle-item-mobile p {
      font-family: Questrial;
      color: #2a165d; }
  .consciousness__button-wrapper {
    margin-top: 48px; }
  .consciousness__circle-item.active {
    background-color: #4e1a5e;
    padding: 20px 40px 40px; }
    .consciousness__circle-item.active .consciousness__circle-item-svg.mobile-svg {
      display: block;
      margin-top: 5px;
      margin-right: 5px; }
  .consciousness__circle-item-text {
    display: none; }
    .consciousness__circle-item-text.mobile {
      position: relative;
      font-size: 20px;
      display: block; }
      .consciousness__circle-item-text.mobile.active {
        color: #fff; }
  .consciousness__modal {
    display: none; }
  .consciousness__circle-item-svg {
    display: none; }
  .consciousness__circle-item-mobile-heading {
    display: flex;
    align-items: center; }
  .consciousness__circle-item-mobile-content {
    display: none;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    background-color: #fff;
    box-shadow: -8.16764px 10.89019px 14.97401px 0px rgba(0, 0, 0, 0.1);
    padding: 35px 25px;
    margin-top: 15px; }
    .consciousness__circle-item-mobile-content.active {
      display: grid; }
  .consciousness__circle-item-mobile-content-left-accordion-description {
    color: #313131;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.3, 0, 0.22, 1); }
    .consciousness__circle-item-mobile-content-left-accordion-description.active {
      max-height: 100%; }
  .consciousness__circle-item-mobile-content-left-accordion-button {
    padding: 10px;
    background-color: #d9d9d9;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer; }
  .consciousness__circle-item-mobile-content-right {
    display: flex;
    flex-direction: column; }
  .consciousness__circle-item-mobile-content-right-image {
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .consciousness__circle-item-mobile-content-right-button-holder {
    background-color: #7655c7;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .consciousness__circle-item-mobile-content-right-button {
    color: #fff;
    text-align: center;
    font-size: 13.613px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 2.314px;
    padding: 5px 15px;
    border: 1px solid #fff; } }

@media (max-width: 567px) {
  .consciousness__heading {
    padding: 0 10px; }
  .consciousness__circle-item-mobile-content {
    grid-template-columns: 1fr; }
  .consciousness__circle-item-mobile-content-left {
    order: 2; }
  .consciousness__circle-item-mobile-content-right {
    order: 1; } }

.list-with-number__heading {
  margin-bottom: 30px; }

.list-with-number__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  gap: 22px; }

.list-with-number__list-item {
  background: rgba(255, 255, 255, 0.71);
  padding: 20px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center; }

.list-with-number__list-number {
  color: #5936b2;
  font-family: "Cormorant Garamond";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.32px; }

.list-with-number__list-text {
  color: #535353;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.28px; }

@media (max-width: 991px) {
  .list-with-number__heading {
    margin-bottom: 20px; }
  .list-with-number__list {
    padding: 0;
    gap: 15px; }
  .list-with-number__list-item {
    padding: 15px;
    gap: 8px;
    flex-direction: column; }
  .list-with-number__list-number {
    font-size: 24px;
    line-height: 25px; }
  .list-with-number__list-text {
    font-size: 20px;
    line-height: 30px; } }

@media (max-width: 575px) {
  .list-with-number__list-number {
    font-size: 22px;
    line-height: 23px; }
  .list-with-number__list-text {
    font-size: 18px;
    line-height: 28px; } }

.two-columns-text-image__row {
  display: flex; }
  .two-columns-text-image__row.image-left {
    flex-direction: row-reverse; }

.two-columns-text-image__heading {
  margin-bottom: 34px; }

.two-columns-text-image__text-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 50px; }
  .two-columns-text-image__text-wrapper.width-60 {
    width: 60%; }
  .two-columns-text-image__text-wrapper.width-50 {
    width: 50%; }
  .two-columns-text-image__text-wrapper.width-40 {
    width: 40%; }

.two-columns-text-image__text {
  color: #535353;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.22px; }

.two-columns-text-image__image {
  display: flex;
  flex-direction: column; }
  .two-columns-text-image__image img {
    object-fit: cover;
    height: 100% !important;
    margin-bottom: 18px; }
    .two-columns-text-image__image img:last-child {
      margin-bottom: 0; }
  .two-columns-text-image__image.width-60 {
    width: 60%; }
  .two-columns-text-image__image.width-50 {
    width: 50%; }
  .two-columns-text-image__image.width-40 {
    width: 40%; }

@media (max-width: 991px) {
  .two-columns-text-image__row {
    flex-direction: column-reverse !important; }
  .two-columns-text-image__heading {
    margin-bottom: 20px; }
  .two-columns-text-image__image, .two-columns-text-image__text-wrapper {
    width: 100% !important; }
  .two-columns-text-image__text-wrapper {
    padding: 30px; }
  .two-columns-text-image__text {
    font-size: 20px;
    line-height: 30px; } }

.hero-with-video {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  overflow-x: hidden;
  height: 80vh; }
  .hero-with-video .container {
    height: 100%;
    display: flex;
    flex-direction: column; }
  .hero-with-video::before {
    content: "";
    background-color: rgba(83, 83, 83, 0.74);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .hero-with-video__heading {
    color: #fff;
    text-align: center; }
  .hero-with-video__wrapper {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .hero-with-video__background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1; }
  .hero-with-video__wrapper-btn {
    text-align: center;
    width: max-content;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin-bottom: 60px; }
  .hero-with-video__btn-text {
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    letter-spacing: 4.2px; }
  .hero-with-video__lightbox {
    position: fixed;
    padding: 0 30px;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(83, 83, 83, 0.74);
    justify-content: center;
    align-items: center;
    display: none; }
  .hero-with-video__lightbox-video {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto; }
  .hero-with-video__lightbox-video-box {
    background-color: #f5f0ff;
    box-shadow: 0 37.94551px 41.3951px rgba(0, 39, 128, 0.12);
    max-width: 1200px;
    padding: 40px 58px 40px;
    position: relative;
    width: 100%; }
  .hero-with-video__lightbox-close {
    position: absolute;
    right: 18px;
    top: 18px;
    cursor: pointer;
    z-index: 2; }

@media (max-width: 991px) {
  .hero-with-video__wrapper-btn {
    margin-bottom: 40px; }
  .hero-with-video__btn-text {
    font-size: 20px; } }

.three-columns-icons__wrap {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .three-columns-icons__wrap__heading {
    text-align: center; }
  .three-columns-icons__wrap__description {
    margin-top: 20px;
    text-align: center;
    font-family: "Cormorant Garamond"; }
  .three-columns-icons__wrap__subheading {
    font-weight: 400;
    margin-top: 60px;
    line-height: 48px;
    text-align: center;
    font-family: Questrial;
    color: #535353;
    letter-spacing: 5.5px; }
  .three-columns-icons__wrap__icon-links {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-top: 60px; }
    .three-columns-icons__wrap__icon-links img {
      max-width: 100px;
      width: 100%;
      max-height: 100px;
      height: 100%;
      object-fit: contain; }
    .three-columns-icons__wrap__icon-links .icon-description {
      font-size: 32px;
      color: #535353; }
      .three-columns-icons__wrap__icon-links .icon-description a {
        font-size: 32px;
        color: #535353;
        margin: 20px auto 0;
        width: max-content;
        display: block; }
  .three-columns-icons__wrap__icon-links-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px; }

@media (max-width: 991px) {
  .three-columns-icons__wrap__subheading {
    margin-top: 40px;
    font-size: 32px;
    line-height: 40px; }
  .three-columns-icons__wrap__icon-links {
    margin-top: 40px;
    flex-direction: column;
    gap: 30px; }
    .three-columns-icons__wrap__icon-links img {
      max-width: 60px !important; }
    .three-columns-icons__wrap__icon-links .icon-description {
      font-size: 24px; }
      .three-columns-icons__wrap__icon-links .icon-description a {
        font-size: 24px; } }

.repeater-link-image__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px; }

.repeater-link-image__heading {
  letter-spacing: 4.2px;
  font-family: Questrial;
  color: #2a165d;
  font-weight: 400;
  text-align: center;
  margin-bottom: 60px; }

.repeater-link-image__card img {
  box-shadow: 0px -0.057px 40.007px 0px rgba(0, 39, 128, 0.12);
  object-fit: cover;
  margin-bottom: 40px; }

.repeater-link-image__card.card-3 {
  width: calc(33% - 40px); }

.repeater-link-image__card-title {
  color: #2a165d;
  text-align: center;
  font-family: Questrial;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.486px;
  margin-bottom: 17px;
  text-transform: uppercase; }

.repeater-link-image__card-description {
  font-family: "Cormorant Garamond";
  text-align: center; }

@media (max-width: 991px) {
  .repeater-link-image__row {
    flex-direction: column; }
  .repeater-link-image__card {
    width: 100% !important; }
    .repeater-link-image__card img {
      margin-bottom: 20px; }
  .repeater-link-image__card-title {
    margin-bottom: 12px; }
  .repeater-link-image__heading {
    margin-bottom: 30px; } }

.slider-with-text-image__heading {
  letter-spacing: 4.2px;
  font-family: Questrial;
  color: #2a165d;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px; }

.slider-with-text-image__slider {
  overflow: hidden;
  position: relative; }

.slider-with-text-image__slide {
  display: flex;
  gap: 30px; }

.slider-with-text-image__slide-content {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  height: fit-content; }
  .slider-with-text-image__slide-content.width-40 {
    width: 40%; }
  .slider-with-text-image__slide-content.width-50 {
    width: 50%; }
  .slider-with-text-image__slide-content.width-60 {
    width: 60%; }
  .slider-with-text-image__slide-content ul {
    margin: 0; }
    .slider-with-text-image__slide-content ul li {
      margin-bottom: 10px; }
      .slider-with-text-image__slide-content ul li:last-child {
        margin-bottom: 0; }
      .slider-with-text-image__slide-content ul li a {
        color: #535353;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 31px;
        letter-spacing: 0.22px; }
      .slider-with-text-image__slide-content ul li p {
        color: #535353;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 31px;
        letter-spacing: 0.22px;
        margin: 0; }

.slider-with-text-image__slide-image {
  display: flex;
  flex-direction: column;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .slider-with-text-image__slide-image.width-40 {
    width: 40%; }
  .slider-with-text-image__slide-image.width-50 {
    width: 50%; }
  .slider-with-text-image__slide-image.width-60 {
    width: 60%; }

.slider-with-text-image__pagination-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  width: max-content;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10; }

.slider-with-text-image__swiper-pagination.swiper-pagination-fraction {
  color: #2a165d;
  text-align: center;
  font-family: Questrial;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; }

.slider-with-text-image__swiper-button-next, .slider-with-text-image__swiper-button-prev {
  cursor: pointer; }
  .slider-with-text-image__swiper-button-next svg, .slider-with-text-image__swiper-button-prev svg {
    width: 86px;
    height: 86px; }

.slider-with-text-image__slide-title {
  color: #2a165d; }

@media (max-width: 991px) {
  .slider-with-text-image__heading {
    margin-bottom: 30px; }
  .slider-with-text-image__slide {
    flex-direction: column-reverse;
    gap: 30px !important; }
  .slider-with-text-image__slide-content, .slider-with-text-image__slide-image {
    width: 100% !important; }
  .slider-with-text-image__slide-image {
    min-height: 400px; }
  .slider-with-text-image__slide-content {
    margin-top: 0; }
  .slider-with-text-image__pagination-wrapper {
    gap: 20px;
    position: static;
    margin-bottom: 30px; }
  .slider-with-text-image__swiper-button-next, .slider-with-text-image__swiper-button-prev {
    cursor: pointer; }
    .slider-with-text-image__swiper-button-next svg, .slider-with-text-image__swiper-button-prev svg {
      width: 40px;
      height: 40px; }
  .slider-with-text-image__swiper-pagination.swiper-pagination-fraction {
    font-size: 18px; }
  .slider-with-text-image__slide-image img {
    height: 400px; }
  .slider-with-text-image__slide-content ul li {
    margin-bottom: 15px; }
    .slider-with-text-image__slide-content ul li:last-child {
      margin-bottom: 0; }
    .slider-with-text-image__slide-content ul li a {
      font-size: 18px;
      line-height: 30px; }
    .slider-with-text-image__slide-content ul li p {
      font-size: 18px;
      line-height: 30px; } }

.split-columns-video-repeater__lightbox__video-container {
  background-color: #f5f0ff;
  box-shadow: 0 37.94551px 41.3951px rgba(0, 39, 128, 0.12);
  max-width: 1200px;
  padding: 40px 58px 40px;
  position: relative;
  width: 100%; }

.split-columns-video-repeater__lightbox__lightbox-close {
  position: absolute;
  right: 18px;
  top: 18px;
  cursor: pointer;
  z-index: 2; }

.split-columns-video-repeater__wrap {
  display: flex;
  justify-content: center;
  flex-direction: column; }
  .split-columns-video-repeater__wrap__heading {
    text-align: center;
    margin-bottom: 70px;
    font-family: Questrial;
    font-weight: 400;
    letter-spacing: 4.2px; }
  .split-columns-video-repeater__wrap__video-wrapper {
    display: flex;
    gap: 90px; }
    .split-columns-video-repeater__wrap__video-wrapper__video {
      position: relative;
      cursor: pointer;
      max-width: 625px;
      width: 100%; }
      .split-columns-video-repeater__wrap__video-wrapper__video video {
        max-width: 625px;
        width: 100%; }
    .split-columns-video-repeater__wrap__video-wrapper__copy {
      display: flex;
      flex-direction: column;
      margin-top: 48px; }
    .split-columns-video-repeater__wrap__video-wrapper__copy-desc {
      color: #535353;
      font-size: 25px;
      font-weight: 400;
      line-height: 56px;
      letter-spacing: 3.75px; }
    .split-columns-video-repeater__wrap__video-wrapper__copy-title {
      color: #535353;
      line-height: 43px;
      letter-spacing: 0.36px; }
  .split-columns-video-repeater__wrap__item__divider {
    height: 4px;
    background: #fff;
    margin: 100px 0 80px; }
  .split-columns-video-repeater__wrap__item:last-of-type .split-columns-video-repeater__wrap__item__divider {
    display: none; }
  .split-columns-video-repeater__wrap__btn {
    max-width: 689px !important;
    margin: 100px auto 0; }

@media (max-width: 1080px) {
  .split-columns-video-repeater__wrap__video-wrapper {
    gap: 50px; }
    .split-columns-video-repeater__wrap__video-wrapper__video {
      max-width: 500px; } }

@media (max-width: 991px) {
  .split-columns-video-repeater__wrap__heading {
    margin-bottom: 30px; }
  .split-columns-video-repeater__wrap__video-wrapper {
    flex-direction: column;
    gap: 20px; }
    .split-columns-video-repeater__wrap__video-wrapper__copy {
      margin-top: 0px; }
    .split-columns-video-repeater__wrap__video-wrapper__copy-desc {
      font-size: 18px;
      line-height: 35px; }
    .split-columns-video-repeater__wrap__video-wrapper__copy-title {
      line-height: 33px; }
    .split-columns-video-repeater__wrap__video-wrapper__video {
      max-width: 625px; }
  .split-columns-video-repeater__wrap__item__divider {
    height: 2px;
    margin: 60px 0 40px; }
  .split-columns-video-repeater__wrap__btn {
    margin: 50px auto 0; } }

@media (max-width: 575px) {
  .split-columns-video-repeater .youtube-videos__thumbnail {
    height: 250px; } }

.split-columns-testimonials__wrap {
  display: flex; }
  .split-columns-testimonials__wrap__copy {
    max-width: 460px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-right: 1px solid #d9d9d9; }
    .split-columns-testimonials__wrap__copy:last-child {
      border-right: none; }
  .split-columns-testimonials__wrap__copy-text {
    color: #535353;
    font-family: "Cormorant Garamond";
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.311px;
    letter-spacing: 0.238px; }

@media (max-width: 991px) {
  .split-columns-testimonials__wrap {
    flex-direction: column; }
    .split-columns-testimonials__wrap__copy {
      border-right: none;
      border-bottom: 1px solid #d9d9d9;
      padding: 30px; }
      .split-columns-testimonials__wrap__copy:last-child {
        border-bottom: none; } }

.image-repeater-lightbox__heading {
  color: #2a165d;
  text-align: center;
  font-family: Questrial;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.2px;
  margin-bottom: 30px; }

.image-repeater-lightbox__description {
  margin-bottom: 70px; }

.image-repeater-lightbox__row {
  row-gap: 5px; }
  .image-repeater-lightbox__grid__col {
    padding: 0 5px 0 5px !important; }
    .image-repeater-lightbox__grid__col img {
      object-fit: cover;
      height: 413px !important;
      cursor: pointer;
      transition: filter 0.25s ease-in-out; }
      .image-repeater-lightbox__grid__col img:hover {
        filter: brightness(70%); }

.image-repeater-lightbox__image-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  padding: 0 20px; }

.image-repeater-lightbox__image-popup-container {
  max-width: 948px;
  width: 100%;
  padding: 30px 30px 50px;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0 33px 36px #0027801f;
  max-height: 931px;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s; }

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }

.image-repeater-lightbox__close {
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-bottom: 28px;
  margin-left: auto; }

.image-repeater-lightbox__content {
  max-height: 500px;
  height: 100%;
  object-fit: contain; }

.image-repeater-lightbox__download-single-btn, .image-repeater-lightbox__download-all-btn {
  color: #2a165d;
  text-align: center;
  font-family: Questrial;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 3.12px;
  text-transform: uppercase;
  border: 2px solid #2a165d;
  margin: 50px auto 0;
  cursor: pointer; }
  .image-repeater-lightbox__download-single-btn:hover, .image-repeater-lightbox__download-all-btn:hover {
    color: #fff;
    background: #2a165d; }

.image-repeater-lightbox__download-all-btn {
  background: transparent;
  margin: 120px auto 0; }

@media (max-width: 991px) {
  .image-repeater-lightbox__image-popup-container {
    padding: 20px 20px 40px; }
  .image-repeater-lightbox__heading {
    margin-bottom: 40px; }
  .image-repeater-lightbox__download-single-btn {
    margin: 30px auto 0; }
  .image-repeater-lightbox__download-all-btn {
    margin: 50px auto 0; } }

.split-column-full-image {
  position: relative;
  height: 1200px; }
  .split-column-full-image .container {
    height: 100%; }
  .split-column-full-image__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    height: 100%; }
    .split-column-full-image__wrap__img {
      width: 50%; }
      .split-column-full-image__wrap__img img {
        width: 50%;
        position: absolute;
        right: 0;
        top: 0;
        object-fit: cover;
        height: 1200px; }
    .split-column-full-image__wrap__copy {
      width: 50%;
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: center; }
      .split-column-full-image__wrap__copy h2 {
        margin-bottom: 20px; }
      .split-column-full-image__wrap__copy__inquiry {
        padding: 20px 0px; }
      .split-column-full-image__wrap__copy__inquiry-text {
        color: #535353;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 56px;
        letter-spacing: 3px;
        text-transform: uppercase; }
      .split-column-full-image__wrap__copy__inquiry-email {
        color: #535353;
        font-family: "Cormorant Garamond";
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 38px;
        letter-spacing: 0.3px; }
    .split-column-full-image__wrap__desc {
      font-family: "Cormorant Garamond"; }
    .split-column-full-image__wrap__btn {
      margin-top: 60px;
      margin-bottom: 20px;
      background: #fff;
      color: #2a165d; }
      .split-column-full-image__wrap__btn:hover {
        background: #2a165d;
        color: #fff; }

@media (max-width: 991px) {
  .split-column-full-image {
    height: unset;
    padding: 60px 0; }
    .split-column-full-image__wrap {
      flex-direction: column-reverse;
      gap: 30px; }
      .split-column-full-image__wrap__img {
        width: 100%; }
        .split-column-full-image__wrap__img img {
          width: 100%;
          position: relative;
          height: unset; }
      .split-column-full-image__wrap__copy {
        width: 100%; }
        .split-column-full-image__wrap__copy__inquiry {
          padding: 10px 0px; }
        .split-column-full-image__wrap__copy__inquiry-text {
          font-size: 18px;
          line-height: 35px; }
        .split-column-full-image__wrap__copy__inquiry-email {
          font-size: 25px;
          line-height: 35px; }
      .split-column-full-image__wrap__btn {
        margin-top: 30px; } }

.dahryn-media-inquiry-form__heading {
  text-align: center;
  margin-bottom: 39px; }

.dahryn-media-inquiry-form__form-title {
  font-family: Questrial;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.2px;
  text-transform: uppercase;
  margin-bottom: 32px; }

.dahryn-media-inquiry-form__form {
  box-shadow: 0 33px 36px #0027801f;
  padding: 75px;
  background: #fff; }
  .dahryn-media-inquiry-form__form form fieldset {
    max-width: 100%; }
  .dahryn-media-inquiry-form__form form .input {
    margin: 0 !important; }
  .dahryn-media-inquiry-form__form form .hs-input {
    background: #fff;
    border: 1px solid #707070;
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
    outline: none;
    padding: 11px 20px;
    font-family: "Questrial"; }
    .dahryn-media-inquiry-form__form form .hs-input::placeholder {
      color: #251d18; }
  .dahryn-media-inquiry-form__form form .hs-lastname .input .hs-input {
    border: 1px solid #707070; }
  .dahryn-media-inquiry-form__form form .form-columns-1 .hs-input {
    width: 100% !important; }
  .dahryn-media-inquiry-form__form form .form-columns-1 .hs-fieldtype-intl-phone .hs-input {
    padding: 0;
    box-shadow: none;
    background: transparent;
    border: none !important; }
  .dahryn-media-inquiry-form__form form .form-columns-1 .hs-fieldtype-intl-phone select.hs-input {
    width: 19% !important; }
  .dahryn-media-inquiry-form__form form .form-columns-1 .hs-fieldtype-intl-phone input.hs-input {
    width: 78% !important; }
  .dahryn-media-inquiry-form__form form .hs-form-field label {
    display: none; }
  .dahryn-media-inquiry-form__form form textarea {
    min-height: 250px; }
    .dahryn-media-inquiry-form__form form textarea::placeholder {
      font-family: "Questrial"; }
  .dahryn-media-inquiry-form__form form input[type="submit"] {
    background: none !important;
    border: 2px solid #968ea6 !important;
    border-radius: 0;
    color: #968ea6 !important;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 14px 26px;
    transition: all 0.3s ease-in-out;
    width: 100%;
    margin-left: auto;
    max-width: 250px; }
    .dahryn-media-inquiry-form__form form input[type="submit"]:hover {
      background: #968ea6 !important;
      color: #fff !important; }
  .dahryn-media-inquiry-form__form form .form-columns-2 {
    display: flex;
    gap: 16px; }

@media (max-width: 991px) {
  .dahryn-media-inquiry-form__form {
    padding: 35px; }
    .dahryn-media-inquiry-form__form form input[type="submit"] {
      margin: 40px 0 0;
      max-width: 300px; }
    .dahryn-media-inquiry-form__form form .form-columns-2 {
      flex-direction: column;
      gap: 0; }
    .dahryn-media-inquiry-form__form form .form-columns-2 .hs-form-field {
      width: 100% !important; }
  .dahryn-media-inquiry-form__heading {
    margin-bottom: 30px; } }

@media (max-width: 500px) {
  .dahryn-media-inquiry-form form .form-columns-2 .hs-form-field .hs-input {
    width: 100% !important; } }

@media (max-width: 480px) {
  .dahryn-media-inquiry-form form .hs-lastname .input .hs-input {
    border: 1px solid #535353; } }

.featured-media__heading {
  font-family: Questrial;
  text-align: center;
  margin-bottom: 79px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.2px; }

.featured-media__items {
  display: flex;
  gap: 70px;
  border-bottom: 4px solid #e0e6ed;
  margin-bottom: 80px;
  padding-bottom: 80px; }
  .featured-media__items:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.featured-media__items-image {
  width: 50%; }
  .featured-media__items-image img {
    width: 100%;
    object-fit: cover; }
  .featured-media__items-image svg {
    position: absolute;
    right: 20px;
    bottom: 20px; }

.featured-media__items-image-box {
  position: relative;
  cursor: pointer; }

.featured-media__items-content {
  width: 50%; }

.featured-media__items-category {
  color: #535353;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 4px;
  text-transform: uppercase; }

.featured-media__items-title {
  color: #535353;
  font-style: normal;
  line-height: 43px;
  font-weight: 700;
  font-size: 40px;
  font-family: "Cormorant Garamond";
  letter-spacing: 0.5px; }

.featured-media__items-description {
  color: #535353;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.22px;
  margin-top: 20px; }

.featured-media__items-play-video-btn, .featured-media__items-btn {
  border: 2px #fff;
  background: rgba(255, 255, 255, 0.64);
  color: #2a165d;
  cursor: pointer;
  margin: 50px 0 0; }
  .featured-media__items-play-video-btn:hover, .featured-media__items-btn:hover {
    background: #2a165d;
    color: #fff; }

@media (max-width: 991px) {
  .featured-media__items {
    flex-direction: column;
    gap: 40px; }
  .featured-media__items-category {
    color: #535353;
    line-height: 35px;
    font-size: 20px;
    letter-spacing: 2.5px;
    margin-bottom: 10px; }
  .featured-media__items-title {
    line-height: 35px;
    font-size: 30px;
    margin-bottom: 15px; }
  .featured-media__items-description {
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px; }
  .featured-media__heading {
    margin-bottom: 40px; }
  .featured-media__items {
    display: flex;
    gap: 40px;
    border-bottom: 2px solid #e0e6ed;
    margin-bottom: 40px;
    padding-bottom: 40px; }
  .featured-media__items-image, .featured-media__items-content {
    width: 100%; } }

.jump-links {
  background: #fffefc;
  box-shadow: 0 33px 36px #0027801f;
  position: relative;
  padding-left: 20px;
  padding-right: 20px; }
  .jump-links__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px; }
  .jump-links__link {
    color: #535353;
    text-align: center;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.548px;
    text-transform: uppercase;
    transition: 250ms ease-in-out color;
    position: relative; }
    .jump-links__link::after {
      content: "";
      height: 1px;
      width: 0;
      position: absolute;
      left: 0;
      bottom: 0;
      background: #8b7bc6;
      transition: 250ms ease-in-out width; }
    .jump-links__link:hover {
      color: #8b7bc6; }
      .jump-links__link:hover::after {
        width: 100%; }

.video-testimonials-with-cards {
  padding: 100px 0; }
  .video-testimonials-with-cards__heading {
    color: #2a165d;
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; }
  .video-testimonials-with-cards__subheading {
    color: #535353;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 5.5px;
    text-transform: uppercase;
    margin-bottom: 57px; }
  .video-testimonials-with-cards__slider-holder {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    position: relative; }
  .video-testimonials-with-cards__slider-content {
    max-width: 600px; }
  .video-testimonials-with-cards__slider-prev, .video-testimonials-with-cards__slider-next {
    cursor: pointer;
    position: relative;
    top: 260px;
    z-index: 2;
    height: fit-content; }
  .video-testimonials-with-cards__item iframe {
    height: 554px;
    width: 100%; }
  .video-testimonials-with-cards__thumb {
    position: relative;
    cursor: pointer; }
    .video-testimonials-with-cards__thumb img {
      height: 540px;
      width: 100%;
      object-fit: cover; }
    .video-testimonials-with-cards__thumb svg {
      position: absolute;
      width: 100px;
      height: 100px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  .video-testimonials-with-cards__item-video-popup {
    position: relative;
    z-index: 1; }
  .video-testimonials-with-cards__item-video-popup-holder {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2; }
  .video-testimonials-with-cards__author {
    color: #535353;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.42px;
    margin-top: 20px;
    text-transform: uppercase; }
  .video-testimonials-with-cards__quots {
    width: 80px;
    height: 80px;
    bottom: 115px;
    position: absolute;
    left: 0; }
  .video-testimonials-with-cards__member-content-wrapper {
    display: flex; }
  .video-testimonials-with-cards__member-content {
    color: #535353;
    font-family: "Cormorant Garamond";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.32px;
    margin-top: 59px; }
  .video-testimonials-with-cards .swiper-pagination {
    bottom: 170px !important; }
    .video-testimonials-with-cards .swiper-pagination .swiper-pagination-bullet {
      width: 16px;
      height: 16px;
      opacity: 1 !important;
      background: #fff;
      background: #ebebeb; }
    .video-testimonials-with-cards .swiper-pagination .swiper-pagination-bullet-active {
      background-color: #b5acc1; }
  .video-testimonials-with-cards__btn {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 35px;
    z-index: 1; }
  .video-testimonials-with-cards__link {
    max-width: 698px !important;
    margin: 100px auto 0;
    border: 2px solid #968ea6;
    background: #effcfb;
    color: #968ea6; }
    .video-testimonials-with-cards__link:hover {
      background: #968ea6;
      color: #effcfb; }
  .video-testimonials-with-cards__3-boxes-wrapper {
    overflow: hidden;
    max-height: 0;
    transition: 250ms ease-in-out max-height; }
    .video-testimonials-with-cards__3-boxes-wrapper.open {
      max-height: 700px; }
  .video-testimonials-with-cards__3-boxes-cards {
    padding: 90px 35px 35px;
    display: flex;
    justify-content: center;
    gap: 20px; }
  .video-testimonials-with-cards__3-boxes-card {
    width: calc(33% - 20px);
    box-shadow: 0px 0px 40.01px 0px rgba(0, 39, 128, 0.122);
    display: flex;
    flex-direction: column; }
  .video-testimonials-with-cards__3-boxes-card-image {
    position: relative;
    cursor: pointer; }
    .video-testimonials-with-cards__3-boxes-card-image img {
      width: 100%;
      object-fit: cover;
      max-height: 230px;
      height: 100%; }
    .video-testimonials-with-cards__3-boxes-card-image svg {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  .video-testimonials-with-cards__3-boxes-card-content {
    padding: 30px;
    background: #eee9e3; }
  .video-testimonials-with-cards__3-boxes-card-name {
    color: #2a165d;
    line-height: 42.95px;
    font-weight: 700;
    font-size: 38px;
    font-family: "Cormorant Garamond";
    margin-bottom: 20px; }
  .video-testimonials-with-cards__3-boxes-card-from, .video-testimonials-with-cards__3-boxes-card-since {
    color: #535353;
    line-height: 35px;
    font-weight: 400;
    font-size: 22px;
    margin: 0; }
  .video-testimonials-with-cards__popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: -1; }
    .video-testimonials-with-cards__popup.active {
      opacity: 1;
      z-index: 200; }
    .video-testimonials-with-cards__popup iframe {
      height: 500px; }

@media (max-width: 1320px) {
  .video-testimonials-with-cards__slider-content {
    max-width: 400px; } }

@media (max-width: 1190px) {
  .video-testimonials-with-cards__btn {
    position: relative;
    margin: 30px auto 0;
    bottom: 105px; }
  .video-testimonials-with-cards__slider-content {
    max-width: 100%; }
  .video-testimonials-with-cards__quots {
    width: 70px;
    height: 70px;
    bottom: 190px; }
  .video-testimonials-with-cards__item iframe {
    height: 400px; } }

@media (max-width: 991px) {
  .video-testimonials-with-cards .swiper-pagination {
    bottom: 280px !important; }
  .video-testimonials-with-cards__item iframe {
    height: 388px; }
  .video-testimonials-with-cards__slider-prev, .video-testimonials-with-cards__slider-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: unset;
    bottom: 280px; }
    .video-testimonials-with-cards__slider-prev svg, .video-testimonials-with-cards__slider-next svg {
      width: 50px;
      height: 50px; }
  .video-testimonials-with-cards__slider-next {
    right: 20px; }
  .video-testimonials-with-cards__slider-prev {
    left: 20px; }
  .video-testimonials-with-cards__member-content-wrapper {
    margin-top: 150px;
    gap: 20px; }
  .video-testimonials-with-cards__author {
    font-size: 18px; }
  .video-testimonials-with-cards__subheading {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 2.2px; }
  .video-testimonials-with-cards__quots {
    display: none; }
  .video-testimonials-with-cards__quots-inner {
    width: 30px;
    height: 30px; }
  .video-testimonials-with-cards__member-content {
    font-family: "Cormorant Garamond";
    font-size: 22px;
    font-style: italic;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0.22px;
    margin-top: 0; }
  .video-testimonials-with-cards__btn {
    margin: 46px auto 0;
    bottom: 103px; }
  .video-testimonials-with-cards__3-boxes-cards {
    flex-direction: column; }
  .video-testimonials-with-cards__3-boxes-card {
    width: 100%; }
  .video-testimonials-with-cards__3-boxes-wrapper.open {
    max-height: 1900px; }
  .video-testimonials-with-cards__link {
    margin: 40px auto 0; }
  .video-testimonials-with-cards__3-boxes-cards {
    padding: 40px 20px 20px; }
  .video-testimonials-with-cards__3-boxes-card-name {
    line-height: 30px;
    font-size: 30px; }
  .video-testimonials-with-cards__3-boxes-card-from, .video-testimonials-with-cards__3-boxes-card-since {
    line-height: 30px;
    font-size: 18px; }
  .video-testimonials-with-cards__popup iframe {
    height: 300px; } }

@media (max-width: 768px) {
  .video-testimonials-with-cards__item iframe {
    height: 225px; }
  .video-testimonials-with-cards__popup iframe {
    height: 250px; } }

@media (max-width: 575px) {
  .video-testimonials-with-cards__item iframe {
    height: 200px; }
  .video-testimonials-with-cards__popup iframe {
    height: 200px; } }

.basic-text-two-columns__row {
  display: flex; }

.basic-text-two-columns__content {
  width: 50%;
  padding: 50px; }

@media (max-width: 991px) {
  .basic-text-two-columns__row {
    flex-direction: column; }
  .basic-text-two-columns__content {
    width: 100%;
    padding: 30px; } }

.post-slider {
  padding: 120px 0; }
  .post-slider__swiper {
    overflow: hidden; }
  .post-slider__slide-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 50px; }
  .post-slider__slide-content {
    width: 55%; }
  .post-slider__slide-image {
    width: 45%;
    position: relative; }
    .post-slider__slide-image img {
      max-width: 625px;
      width: 100%;
      object-fit: cover; }
  .post-slider__slide-image-tag {
    position: absolute;
    right: 0;
    top: 0;
    color: #fffefc;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 4px;
    text-transform: uppercase;
    background: #8b7bc6;
    padding: 10px; }
  .post-slider__slide-category {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 4.5px;
    text-transform: uppercase;
    color: #535353; }
  .post-slider__slide-title {
    color: #535353;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 0.5px;
    margin-bottom: 5px; }
  .post-slider__slide-date {
    color: #535353;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 3.3px;
    text-transform: uppercase;
    margin-bottom: 28px; }
  .post-slider__slide-description {
    color: #535353;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.22px;
    margin-bottom: 40px; }
  .post-slider__slide-post-type {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 50px; }
    .post-slider__slide-post-type span {
      color: #535353;
      font-size: 22px;
      font-style: normal;
      font-weight: 400;
      line-height: 42px;
      letter-spacing: 3.3px;
      text-transform: uppercase; }
  .post-slider__slide-btn {
    border: 2px solid #968ea6;
    background: #effcfb;
    color: #968ea6; }
    .post-slider__slide-btn:hover {
      background: #968ea6;
      color: #fff; }
  .post-slider__wrapper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 50px; }
  .post-slider__swiper-pagination {
    display: flex;
    align-items: center;
    gap: 10px; }
    .post-slider__swiper-pagination .swiper-pagination-bullet {
      opacity: 1;
      background: transparent;
      width: 14px;
      height: 14px;
      border: 2px solid #707070; }
      .post-slider__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #7655c7; }
  .post-slider__slider-prev, .post-slider__slider-next {
    cursor: pointer; }

@media (max-width: 991px) {
  .post-slider {
    padding: 60px 0 !important; }
    .post-slider__slide-wrapper {
      flex-direction: column-reverse;
      gap: 30px; }
    .post-slider__slide-image, .post-slider__slide-content {
      width: 100%; }
    .post-slider__slide-image img {
      max-width: 100%; }
    .post-slider__slide-image-tag {
      font-size: 20px;
      line-height: 30px;
      letter-spacing: 3px;
      padding: 8px; }
    .post-slider__slide-category {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 5px; }
    .post-slider__slide-title {
      font-size: 30px;
      line-height: 40px; }
    .post-slider__slide-date {
      font-size: 18px;
      line-height: 32px;
      margin-bottom: 20px; }
    .post-slider__slide-description {
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 20px; }
    .post-slider__slide-post-type {
      gap: 10px;
      margin-bottom: 30px; }
      .post-slider__slide-post-type svg {
        width: 30px;
        height: 30px; }
      .post-slider__slide-post-type span {
        font-size: 18px;
        line-height: 32px; } }

.multi-col-repeater-image__heading {
  color: #2a165d;
  text-align: center;
  font-family: Questrial;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.2px;
  text-transform: uppercase;
  margin-bottom: 70px; }

.multi-col-repeater-image__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px; }

.multi-col-repeater-image__card img {
  object-fit: cover;
  margin-bottom: 30px; }

.multi-col-repeater-image__card-title {
  color: #2a165d;
  text-align: center;
  font-family: "Cormorant Garamond";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.9px; }

@media (max-width: 991px) {
  .multi-col-repeater-image {
    padding: 60px 0 !important; }
    .multi-col-repeater-image__heading {
      margin-bottom: 40px; }
    .multi-col-repeater-image__row {
      grid-template-columns: repeat(2, 1fr);
      gap: 30px; }
    .multi-col-repeater-image__card img {
      margin-bottom: 15px; } }

@media (max-width: 575px) {
  .multi-col-repeater-image__row {
    grid-template-columns: repeat(1, 1fr); } }

.most-recent-posts__heading {
  color: #535353;
  margin-bottom: 20px; }

.most-recent-posts__row {
  display: flex;
  justify-content: space-between;
  gap: 47px; }

.most-recent-posts__post {
  border-bottom: 2px solid #d9d9d9;
  margin-bottom: 27px; }
  .most-recent-posts__post img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 35px; }
  .most-recent-posts__post:last-child {
    border-bottom: none;
    margin-bottom: 0; }

.most-recent-posts__post-category {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  color: #535353; }

.most-recent-posts__post-title {
  color: #535353;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  font-family: "Cormorant Garamond"; }

.most-recent-posts__post-date {
  color: #535353;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 3.3px;
  text-transform: uppercase;
  margin-bottom: 28px; }

.most-recent-posts__post-description {
  color: #535353;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.22px;
  margin-bottom: 40px; }

.most-recent-posts__post-type {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 30px; }
  .most-recent-posts__post-type span {
    color: #535353;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 3.3px;
    text-transform: uppercase; }

.most-recent-posts__btn {
  margin: 50px auto 0; }

@media (max-width: 991px) {
  .most-recent-posts__row {
    flex-direction: column;
    gap: 35px; }
  .most-recent-posts__post img {
    margin-bottom: 20px; }
  .most-recent-posts__post-category {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px; }
  .most-recent-posts__post-title {
    font-size: 30px;
    line-height: 40px; }
  .most-recent-posts__post-date {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px; }
  .most-recent-posts__post-description {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px; }
  .most-recent-posts__post-type {
    gap: 10px; }
    .most-recent-posts__post-type svg {
      width: 30px;
      height: 30px; }
    .most-recent-posts__post-type span {
      font-size: 18px;
      line-height: 32px; } }

.sidebar-form-posts {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 387px;
  padding: 37px 26px 32px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
  .sidebar-form-posts.blog-post-form {
    padding: 43px 56px 56px; }
    .sidebar-form-posts.blog-post-form .sidebar-form-posts__heading {
      max-width: 100%; }
    .sidebar-form-posts.blog-post-form .sidebar-form-posts__description {
      max-width: 386px; }
  .sidebar-form-posts__heading {
    max-width: 235px; }
  .sidebar-form-posts__description {
    color: #535353;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.17px;
    max-width: 205px; }
  .sidebar-form-posts__form input {
    max-width: 278px;
    width: 100%;
    border: 1px solid #535353;
    background: #fff;
    border-radius: 0;
    outline: none;
    color: #251d18; }
    .sidebar-form-posts__form input::placeholder {
      color: #251d18; }
  .sidebar-form-posts__form input[type="submit"] {
    border: 1px solid #968ea6;
    background: #effcfb;
    border-radius: 0;
    padding: 18px 27px 18px 27px;
    color: #968ea6;
    text-align: center;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 2.398px;
    text-transform: uppercase;
    transition: 250ms ease-in-out color, 250ms ease-in-out background; }
    .sidebar-form-posts__form input[type="submit"]:hover {
      color: #fff;
      background: #968ea6; }

@media (max-width: 991px) {
  .sidebar-form-posts {
    background-position: right;
    padding: 30px 20px !important; }
    .sidebar-form-posts__form input[type="submit"] {
      font-size: 16px;
      padding: 15px 20px; } }

@media (max-width: 411px) {
  .sidebar-form-posts {
    background-position: -50px 0 !important; } }

.sidebar-posts {
  margin-top: 37px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 43px 26px 62px;
  background: #effbfb; }
  .sidebar-posts__link {
    display: block;
    color: #535353;
    font-family: "Cormorant Garamond";
    font-size: 28.491px;
    font-style: normal;
    font-weight: 700;
    line-height: 31.91px;
    letter-spacing: 0.285px;
    border-bottom: 2px solid #d9d9d9;
    padding-bottom: 21px;
    margin-bottom: 24px; }
    .sidebar-posts__link:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }

@media (max-width: 991px) {
  .sidebar-posts {
    padding: 40px 20px; }
    .sidebar-posts__link {
      font-size: 20px;
      padding-bottom: 15px;
      margin-bottom: 18px; } }

.featured-categories.posts-category {
  padding: 120px 0;
  background: #eee9e3; }

.featured-categories__row-item {
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 70px;
  margin-bottom: 70px; }
  .featured-categories__row-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }

.featured-categories__heading {
  color: #535353;
  margin-bottom: 30px; }

.featured-categories__title-category {
  color: #535353;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 4.5px;
  text-transform: uppercase; }

.featured-categories__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 20px; }

.featured-categories__posts-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px; }

.featured-categories__card {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .featured-categories__card img {
    width: 100%;
    min-height: 250px;
    object-fit: cover; }

.featured-categories__card-title {
  color: #535353;
  font-family: "Cormorant Garamond";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  display: block; }

.featured-categories__card-description {
  color: #535353;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.22px;
  margin-bottom: 40px; }

.featured-categories__card-date {
  color: #535353;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 3.3px;
  text-transform: uppercase; }

.featured-categories__card-post-type {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: auto; }
  .featured-categories__card-post-type span {
    color: #535353;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 3.3px;
    text-transform: uppercase; }

.featured-categories__see-more {
  color: #5936b2;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 3.3px;
  text-transform: uppercase;
  cursor: pointer; }

.featured-categories__btn {
  margin: 100px auto 0; }

@media (max-width: 991px) {
  .featured-categories {
    padding: 60px 0 !important; }
    .featured-categories__posts-wrapper {
      grid-template-columns: repeat(1, 1fr);
      gap: 35px; }
    .featured-categories__card img {
      margin-bottom: 10px;
      min-height: auto; }
    .featured-categories__card-title {
      font-size: 30px;
      line-height: 40px; }
    .featured-categories__card-description {
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 20px; }
    .featured-categories__card-date {
      font-size: 18px;
      line-height: 32px; }
    .featured-categories__card-post-type {
      gap: 10px; }
      .featured-categories__card-post-type svg {
        width: 30px;
        height: 30px; }
      .featured-categories__card-post-type span {
        font-size: 18px;
        line-height: 32px; }
    .featured-categories__row-item {
      border-bottom: 2px solid #d9d9d9;
      padding-bottom: 40px;
      margin-bottom: 40px; }
    .featured-categories__title-category {
      font-size: 20px;
      line-height: 32px; }
    .featured-categories__see-more {
      font-size: 18px;
      line-height: 32px; }
    .featured-categories__btn {
      margin: 60px auto 0; } }

.blog-listing-hero {
  padding: 70px 0; }
  .blog-listing-hero__heading {
    text-align: center;
    margin: 0; }
  .blog-listing-hero__row {
    display: flex;
    align-items: center;
    max-width: 992px;
    width: 100%;
    margin: 0 auto;
    gap: 50px; }
  .blog-listing-hero__content {
    width: 40%; }
    .blog-listing-hero__content img {
      object-fit: cover; }
  .blog-listing-hero__image {
    width: 60%; }

@media (max-width: 991px) {
  .blog-listing-hero {
    padding: 50px 0; }
    .blog-listing-hero__row {
      flex-direction: column-reverse;
      gap: 30px; }
    .blog-listing-hero__image, .blog-listing-hero__content {
      width: 100%; } }

.blog-post-image-with-content {
  text-align: center; }
  .blog-post-image-with-content img {
    max-width: 400px;
    object-fit: cover; }
  .blog-post-image-with-content__heading {
    text-align: center; }
  .blog-post-image-with-content__description {
    text-align: center; }
  .blog-post-image-with-content__btn {
    border: 2px solid #968ea6;
    background: #effcfb;
    color: #968ea6;
    max-width: 280px !important;
    margin: 30px auto 0;
    padding: 17px 21px !important; }
    .blog-post-image-with-content__btn:hover {
      color: #fff;
      background: #968ea6; }

@media (max-width: 991px) {
  .blog-post-image-with-content img {
    max-width: 250px; } }

:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode{.swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}}.swiper-virtual.swiper-css-mode.swiper-horizontal{.swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}}.swiper-virtual.swiper-css-mode.swiper-vertical{.swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}::slotted(svg),svg{height:100%;object-fit:contain;transform-origin:center;width:100%;fill:currentColor;pointer-events:none}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(180deg)}}.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(90deg)}}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none!important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}&.swiper-scrollbar-vertical,.swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;>canvas,>img,>svg{max-height:100%;max-width:100%;object-fit:contain}}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.swiper.swiper-cube{overflow:visible}.swiper-cube{.swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1;.swiper-slide{pointer-events:none}}&.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0;&:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}}}.swiper-cube{.swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}}.swiper-cube{.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper.swiper-flip{overflow:visible}.swiper-flip{.swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;.swiper-slide{pointer-events:none}}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}}.swiper-flip{.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper-creative{.swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}}.swiper.swiper-cards{overflow:visible}.swiper-cards{.swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}}

.module-wrapper {
  display: flex;
  gap: 47px;
}

.module-most-recent.big-padding {
  padding: 90px 0 115px;
}

.module-most-recent {
  padding: 15px 0 115px;
}

.module-wrapper__sidebar {
  margin-top: 85px;
  width: 35%;
}

.module-wrapper__content {
  width: 65%;
}

.module-wrapper__sidebar__wrapper {
  position: sticky;
  top: 155px;
}

@media (max-width: 991px) {
  .module-most-recent {
    padding: 10px 0 60px;
  }

  .module-most-recent.big-padding {
    padding: 50px 0;
  }

  .module-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .module-wrapper__sidebar {
    width: 100%;
    margin-top: 50px;
  }

  .module-wrapper__content {
    width: 100%;
  }
}

@media all (max-width: 991px) {
  .basic-text-two-columns p,
  .full-img-gradient-content__description p,
  .single-col-simple-content__content p,
  .full-img-gradient-content__description {
    font-size: 20px !important;
    line-height: 30px;
  }
  body {
    font-size: 20px !important;
  }
  .single-col-simple-content__row {
  }
  .jump-links__link:after {
    background: #8b7bc6;
    bottom: -10px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transition: width 0.25s ease-in-out;
    width: 200px;
    margin: 0 auto;
    right: 0;
  }
}

@media all (min-width: 981px) and (max-width: 1319px) {
  .container {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .single-col-basic-content {
    padding: 50px 0 50px;
  }
}

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

.header__logo img {
  object-fit: contain;
}
.media-main__item__logo {
  max-height: 100px;
  object-position: left;
}
@media(max-width: 600px) {
  .jump-links__row {
    flex-direction: column;
  }
}
.media-main__item__logo {
  max-height: 100px;
  object-position: left;
}

.sidebar-posts__small-title {
  color: #535353;
  display: block;
  font-family: Questrial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.split-columns-video-repeater__lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}

.split-columns-video-repeater__lightbox__video-container {
  max-width: 1200px;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.split-columns-video-repeater__lightbox-video {
  width: 100%;
  height: 100%;
}

.youtube-videos__play-button {
  width: 68px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.youtube-videos__video-wrapper {
  width: 100%;
  height: auto;
}

.youtube-videos__thumbnail {
  width: 100%;
  height: 380px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (min-width: 992px) {
  .split-columns-video-repeater__wrap__video-wrapper__copy {
    width: 50%;
  }
}

.science_resource_center__filter_holder__title {
  padding-top: 15px;
  position: sticky;
  top: 0;
  background: #fff;
  margin-bottom: 0;
  padding-bottom: 18px;
}

.science_resource_center__filter_holder__title:after {
  top: 17px;
}

.articles-listing__pagination {
  padding-bottom: 50px;
}

.articles-listing__pagination.hidden {
  display: none;
}

.articles-listing__pagination,
.articles-listing__pagination__pages,
.articles-listing__pagination__page-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.articles-listing__pagination__page-buttons,
.articles-listing__pagination__pages,
.articles-listing__pagination {
  gap: 7px;
}

.articles-listing__pagination__pages,
.articles-listing__pagination {
  color: #2a165d;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 500;
}

.articles-listing__pagination__page.current-page {
  color: #4e1a5e;
}

.pagination-btn {
  cursor: pointer;
  padding: 3px 5px;
  color: #2a165d;
}

.science_resource_center__clear_filters {
  text-decoration: underline;
  cursor: pointer;
  color: #2a165d;
  margin-bottom: 34px;
}
.science_resource_center__clear_filters.inactive {
  visibility: hidden;
  pointer-events: none;
  user-select: none;
}

.science_resource_center__filters {
  margin-top: 0;
}

.science_resource_center__loader {
  top: 0;
}

.item_clear {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  cursor: pointer;
}

.science_resource_center__items_holder__active_filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 20px;
}

.item_clear svg {
  width: 24px;
  height: 24px;
}

a.alternate {
  color: #2a165d;
  text-decoration: underline;
  font-weight: bold;
}
.science_resource_center__item .btn {
  font-size: 18px;
  height: 60px;
  padding: 12px 20px !important;
  min-width: 210px !important;
}
.debug {
  display: none;
}
#filter_4 {
  display: none;
}
#filter_4.active {
  display: block;
}

.resources__multi-select {
  color: #313131;
  position: relative;
}

.multi-select-placeholder {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 10px 13px;
  border-radius: 0;
  border: 1px solid #313131;
  font-size: 14px;
}

.multi-select-placeholder-left {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 15px 0px;
  font-size: 16px;
  font-weight: 600;
}

.multi-select-placeholder::after,
.multi-select-placeholder-left::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='22' viewBox='0 0 25 22' fill='none'%3E%3Cpath d='M12 21L1 1H24L12 21Z' fill='%23313131' stroke='%23313131'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 10px;
}

.multi-select-placeholder-left::after {
  width: 13px;
  height: 7px;
}

.resources__multi-select.active .multi-select-placeholder::after,
.resources__multi-select-left.active .multi-select-placeholder-left::after {
  transform: rotate(180deg);
}

.multi-select__options {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 2;
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  border: 1px solid #313131;
}

.resources__multi-select.active .multi-select__options {
  display: block;
}

.multi-select__option {
  margin-bottom: 6px;
  display: flex;
  font-size: 14px;
  align-items: center;
  text-transform: capitalize;
}

.multi-select__option input {
  accent-color: #7655c7;
  width: 15px;
  height: 15px;
  margin-right: 8px;
}

.resources__multi-select {
  color: #313131;
  position: relative;
}

.multi-select-placeholder {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 10px 13px;
  border-radius: 0;
  border: 1px solid #313131;
  font-size: 14px;
}

.multi-select-placeholder-left {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 15px 0px;
  font-size: 16px;
  font-weight: 600;
}

.multi-select-placeholder::after,
.multi-select-placeholder-left::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='22' viewBox='0 0 25 22' fill='none'%3E%3Cpath d='M12 21L1 1H24L12 21Z' fill='%23313131' stroke='%23313131'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 10px;
}

.multi-select-placeholder-left::after {
  width: 13px;
  height: 7px;
}

.resources__multi-select.active .multi-select-placeholder::after,
.resources__multi-select-left.active .multi-select-placeholder-left::after {
  transform: rotate(180deg);
}

.multi-select__options {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 2;
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  border: 1px solid #313131;
}

.resources__multi-select.active .multi-select__options {
  display: block;
}

.multi-select__option {
  margin-bottom: 6px;
  display: flex;
  font-size: 14px;
  align-items: center;
  text-transform: capitalize;
}

.multi-select__option input {
  accent-color: #7655c7;
  width: 15px;
  height: 15px;
  margin-right: 8px;
}

.split-column-full-image__wrap__desc {
  font-family: Questrial, sans-serif;
}

.split-column-full-image__wrap__desc h1,
.split-column-full-image__wrap__desc h2,
.split-column-full-image__wrap__desc h3,
.split-column-full-image__wrap__desc h4,
.split-column-full-image__wrap__desc h5,
.split-column-full-image__wrap__desc h6 {
  font-family: Cormorant Garamond, sans-serif;
}

.features-v2__faq-item-desc {
  font-size: 20px;
}
@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(/vendor/fa-solid-900-subset.woff2) format("woff2")}