/*!***************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/style.scss ***!
  \***************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * 01 - Settings
 */
/*
Theme Name: Mack&Co New
Author: Cohere Studio
Author URI: http://www.coherestudio.com/
Description: 
Version: 10.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cohere
Tags: best, theme, ever

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

gutenberg-starter-theme is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/**
 * 02 - Tools
 */
/**

This file is generated from its .hbs file. Do not edit this file directly.

**/
:root {
  --bph-ze: 0px;
  --bph-sm: 576px;
  --bph-md: 768px;
  --bph-lg: 1200px;
  --bph-xl: 1320px;
  --primary: #4d5bb1;
  --secondary: #91d7f9;
  --white: #fff;
  --black: #000;
  --light-blue: #8282a1;
  --lighter-blue: #e9edfa;
  --darkestgray: #1c1c1c;
  --darkergray: #606164;
  --darkgray: #676767;
  --lightgray: #797A7C;
  --lighergray: #9B9B9F;
  --lightestgray: #eceff1;
  --lightestgray2: #f2f5f8;
  --lightestgray-2: #f2f5f8;
  --links-color: #006ffa;
}

:root {
  --header-content-height: 27px;
  --header-height: 57px;
  --promotion-bar-height: 0px;
  --submenu-height: 0px;
  --header-total-height: -moz-calc(var(--header-height) + var(--promotion-bar-height) + var(--submenu-height));
  --header-total-height: calc(var(--header-height) + var(--promotion-bar-height) + var(--submenu-height));
}

/*! hidden.less v0.0.1 | MIT License | github.com/paulradzkov/hidden.less */
#page .hidden {
  display: none !important;
}

#page .hidden-from-xs {
  display: none !important;
}

@media (max-width: 575px) {
  #page .hidden-upto-sm {
    display: none !important;
  }
  #page .hidden-between-xs-sm {
    display: none !important;
  }
}
@media (min-width: 576px) {
  #page .hidden-from-sm {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #page .hidden-between-sm-md {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #page .hidden-upto-md {
    display: none !important;
  }
}
@media (min-width: 768px) {
  #page .hidden-from-md {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #page .hidden-between-md-lg {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  #page .hidden-upto-lg {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  #page .hidden-from-lg {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1319px) {
  #page .hidden-between-lg-xl {
    display: none !important;
  }
}
@media (max-width: 1319px) {
  #page .hidden-upto-xl {
    display: none !important;
  }
}
@media (min-width: 1320px) {
  #page .hidden-from-xl {
    display: none !important;
  }
}
@media print {
  #page .hidden-print {
    display: none !important;
  }
}
/**
 * 03 - Generic
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  font-family: "Circular", sans-serif;
  font-weight: 500;
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -moz-box-sizing: border-box;
       box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -moz-box-sizing: border-box;
       box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html, body {
  --viewportWidth: -moz-calc(100vw - var(--scrollbarWidth));
  --viewportWidth: calc(100vw - var(--scrollbarWidth));
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 9999;
  background: #000;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  -moz-transition: top 0.3s;
  transition: top 0.3s;
}
.skip-link:focus {
  top: 0;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-right: var(--scrollbarWidth);
}

.template-partials-inner {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.template-partials-inner > * {
  margin-left: unset;
  margin-right: unset;
  --container-padding: 20px;
  --max-width: 1340px;
  --width: -moz-calc( 100% - var(--container-padding) * 2);
  --width: calc( 100% - var(--container-padding) * 2);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: var(--width);
  max-width: var(--max-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.template-partials-inner > *:not([data-align=full]):not(.alignfull) * {
  --container-padding: 0 !important;
}
.template-partials-inner > *[data-align=center], .template-partials-inner > *.aligncenter {
  --max-width: 760px;
  --width: -moz-calc( 100% - var(--container-padding) * 2 );
  --width: calc( 100% - var(--container-padding) * 2 );
}
.template-partials-inner > *[data-align=wide], .template-partials-inner > *.alignwide {
  --max-width: 1360px;
  --width: -moz-calc( 100% - var(--container-padding) * 2);
  --width: calc( 100% - var(--container-padding) * 2);
}
.template-partials-inner > *[data-align=full], .template-partials-inner > *.alignfull {
  --max-width: 100vw;
  --width: 100%;
}
.template-partials-inner > *[data-align=full] {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body {
  font-size: 18px;
  overflow-x: hidden;
  padding: 0;
}

body > * {
  font-size: 16px;
}
@media screen and (min-width: 576px) {
  body > * {
    font-size: -moz-calc(16px + 0 * (100vw - 576px) / 524);
    font-size: calc(16px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  body > * {
    font-size: 16px;
  }
}

.hide {
  opacity: 0.5;
}

.site-main .hide {
  display: none;
}

h1, h1.wp-block, h2, h2.wp-block, h3, h3.wp-block, h4, h4.wp-block, h5, h5.wp-block, h6, h6.wp-block {
  font-family: "TamilMN", sans-serif;
  line-height: 1.05;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
h1 strong, h1.wp-block strong, h2 strong, h2.wp-block strong, h3 strong, h3.wp-block strong, h4 strong, h4.wp-block strong, h5 strong, h5.wp-block strong, h6 strong, h6.wp-block strong {
  font-weight: 800;
}

p, p.wp-block, ul li, ul li.wp-block, ol li, ol li.wp-block {
  font-weight: 350;
  line-height: 1.5;
  margin-bottom: 0.8em;
  margin-top: 0.8em;
}
p .format-alternative-font, p.wp-block .format-alternative-font, ul li .format-alternative-font, ul li.wp-block .format-alternative-font, ol li .format-alternative-font, ol li.wp-block .format-alternative-font {
  font-family: "TamilMN", sans-serif;
  line-height: 1;
}

h1 {
  font-size: 75px;
}
@media screen and (min-width: 576px) {
  h1 {
    font-size: -moz-calc(75px + 0 * (100vw - 576px) / 524);
    font-size: calc(75px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  h1 {
    font-size: 75px;
  }
}

h2 {
  font-size: 64px;
}
@media screen and (min-width: 576px) {
  h2 {
    font-size: -moz-calc(64px + 0 * (100vw - 576px) / 524);
    font-size: calc(64px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  h2 {
    font-size: 64px;
  }
}

h3 {
  font-size: 54px;
}
@media screen and (min-width: 576px) {
  h3 {
    font-size: -moz-calc(54px + 0 * (100vw - 576px) / 524);
    font-size: calc(54px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  h3 {
    font-size: 54px;
  }
}

h4 {
  font-size: 46px;
}
@media screen and (min-width: 576px) {
  h4 {
    font-size: -moz-calc(46px + 0 * (100vw - 576px) / 524);
    font-size: calc(46px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  h4 {
    font-size: 46px;
  }
}

h5 {
  font-size: 40px;
}
@media screen and (min-width: 576px) {
  h5 {
    font-size: -moz-calc(40px + 0 * (100vw - 576px) / 524);
    font-size: calc(40px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  h5 {
    font-size: 40px;
  }
}

h6 {
  font-size: 28px;
}
@media screen and (min-width: 576px) {
  h6 {
    font-size: -moz-calc(28px + 0 * (100vw - 576px) / 524);
    font-size: calc(28px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  h6 {
    font-size: 28px;
  }
}

a {
  color: #006ffa;
}

.has-primary-background-color a {
  color: inherit;
}

.addtoany_shortcode .addtoany_list {
  line-height: initial !important;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.addtoany_shortcode .addtoany_list > * {
  margin: 0 5px;
  padding: 0 20px;
  font-size: initial !important;
}
.addtoany_shortcode .addtoany_list > *:before {
  content: "";
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
}
.addtoany_shortcode .addtoany_list svg {
  display: none;
}
.addtoany_shortcode .addtoany_list .a2a_svg {
  display: none;
}
.addtoany_shortcode .a2a_button_email:before {
  -webkit-mask: url("./assets/images/share/email-share.svg") no-repeat center center/contain;
  mask: url("./assets/images/share/email-share.svg") no-repeat center center/contain;
  background: black;
  height: 25px !important;
  line-height: 25px !important;
  width: 25px !important;
}
.addtoany_shortcode .a2a_button_twitter:before {
  -webkit-mask: url("./assets/images/share/twitter-share.svg") no-repeat center center/contain;
  mask: url("./assets/images/share/twitter-share.svg") no-repeat center center/contain;
  background: black;
  height: 25px !important;
  line-height: 25px !important;
  width: 25px !important;
}
.addtoany_shortcode .a2a_button_linkedin:before {
  -webkit-mask: url("./assets/images/share/linkedin-share.svg") no-repeat center center/contain;
  mask: url("./assets/images/share/linkedin-share.svg") no-repeat center center/contain;
  background: black;
  height: 25px !important;
  line-height: 25px !important;
  width: 25px !important;
}
.addtoany_shortcode .a2a_button_facebook:before {
  -webkit-mask: url("./assets/images/share/facebook-share.svg") no-repeat center center/contain;
  mask: url("./assets/images/share/facebook-share.svg") no-repeat center center/contain;
  background: black;
  height: 25px !important;
  line-height: 25px !important;
  width: 25px !important;
}
.addtoany_shortcode *[class^=a2a_button]:before {
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
}

/**
 * 04 - Blocks
 */
.wp-block-button .wp-block-button__link {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding: 0 1.33em;
  height: 2.8em;
  border-radius: 0px !important;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 350;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
}
.wp-block-button .wp-block-button__link:hover {
  text-decoration: none;
}
.wp-block-button .wp-block-button__link:not(.has-text-color) {
  color: white;
}
.wp-block-button .wp-block-button__link:not(.has-text-color):hover {
  color: white;
}
.wp-block-button .wp-block-button__link:not(.has-background) {
  background-color: var(--black);
}
.wp-block-button.is-style-bordered-button .wp-block-button__link {
  border: solid 1px currentColor;
}
.wp-block-button.is-style-arrow .wp-block-button__link {
  background: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.78px;
  text-align: center;
  color: #4a64ba;
  text-transform: none;
  font-family: "TamilMN", sans-serif;
}
.wp-block-button.is-style-arrow .wp-block-button__link:after {
  content: "";
  width: 26px;
  height: 11px;
  background-image: url("./assets/images/button-arrow-right.png");
  background-size: cover;
  margin-left: 10px;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
          transform: translateX(0);
}
.wp-block-button.is-style-arrow .wp-block-button__link:hover {
  color: #4a64ba;
}
.wp-block-button.is-style-arrow .wp-block-button__link:hover:after {
  -webkit-transform: translateX(2px);
     -moz-transform: translateX(2px);
          transform: translateX(2px);
}
.wp-block-button.is-style-previous .wp-block-button__link, .wp-block-button.is-style-next .wp-block-button__link {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.86px;
  text-align: right;
  color: #4d5bb1;
  background-color: transparent;
}
.wp-block-button.is-style-previous .wp-block-button__link:hover, .wp-block-button.is-style-next .wp-block-button__link:hover {
  color: #4d5bb1;
}
.wp-block-button.is-style-previous .wp-block-button__link {
  padding-left: 0;
  text-align: left;
  word-break: normal;
}
@media (max-width: 768px) {
  .wp-block-button.is-style-previous .wp-block-button__link {
    padding-right: 10px;
  }
}
.wp-block-button.is-style-previous .wp-block-button__link:before {
  content: "";
  height: 51px;
  width: 89px;
  background-image: url("./assets/images/button-next.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 16px;
  -webkit-transform: scaleX(-1);
     -moz-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (max-width: 768px) {
  .wp-block-button.is-style-previous .wp-block-button__link:before {
    height: 26px;
    width: 46px;
    background-image: url("./assets/images/button-next-mobile.svg");
  }
}
.wp-block-button.is-style-next .wp-block-button__link {
  padding-right: 0;
  text-align: right;
  word-break: normal;
}
@media (max-width: 768px) {
  .wp-block-button.is-style-next .wp-block-button__link {
    padding-left: 10px;
  }
}
.wp-block-button.is-style-next .wp-block-button__link:after {
  content: "";
  height: 51px;
  width: 89px;
  background-image: url("./assets/images/button-next.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 16px;
}
@media (max-width: 768px) {
  .wp-block-button.is-style-next .wp-block-button__link:after {
    height: 26px;
    width: 46px;
    background-image: url("./assets/images/button-next-mobile.svg");
  }
}

.wp-block-button {
  /*
    Sizes
  */
  /*
    Colors
  */
}
.wp-block-button .wp-block-button__link.has-primary-color {
  color: #4d5bb1 !important;
  --color: #4d5bb1;
}
.wp-block-button .wp-block-button__link.has-primary-background-color {
  background-color: #4d5bb1 !important;
  --background-color: #4d5bb1;
}
.wp-block-button .wp-block-button__link.has-primary-color:hover, .wp-block-button .wp-block-button__link.has-primary-color:focus {
  color: #4d5bb1 !important;
  --color: #4d5bb1;
}
.wp-block-button .wp-block-button__link.has-secondary-color {
  color: #91d7f9 !important;
  --color: #91d7f9;
}
.wp-block-button .wp-block-button__link.has-secondary-background-color {
  background-color: #91d7f9 !important;
  --background-color: #91d7f9;
}
.wp-block-button .wp-block-button__link.has-secondary-color:hover, .wp-block-button .wp-block-button__link.has-secondary-color:focus {
  color: #91d7f9 !important;
  --color: #91d7f9;
}
.wp-block-button .wp-block-button__link.has-white-color {
  color: #fff !important;
  --color: #fff;
}
.wp-block-button .wp-block-button__link.has-white-background-color {
  background-color: #fff !important;
  --background-color: #fff;
}
.wp-block-button .wp-block-button__link.has-white-color:hover, .wp-block-button .wp-block-button__link.has-white-color:focus {
  color: #fff !important;
  --color: #fff;
}
.wp-block-button .wp-block-button__link.has-black-color {
  color: #000 !important;
  --color: #000;
}
.wp-block-button .wp-block-button__link.has-black-background-color {
  background-color: #000 !important;
  --background-color: #000;
}
.wp-block-button .wp-block-button__link.has-black-color:hover, .wp-block-button .wp-block-button__link.has-black-color:focus {
  color: #000 !important;
  --color: #000;
}
.wp-block-button .wp-block-button__link.has-light-blue-color {
  color: #8282a1 !important;
  --color: #8282a1;
}
.wp-block-button .wp-block-button__link.has-light-blue-background-color {
  background-color: #8282a1 !important;
  --background-color: #8282a1;
}
.wp-block-button .wp-block-button__link.has-light-blue-color:hover, .wp-block-button .wp-block-button__link.has-light-blue-color:focus {
  color: #8282a1 !important;
  --color: #8282a1;
}
.wp-block-button .wp-block-button__link.has-lighter-blue-color {
  color: #e9edfa !important;
  --color: #e9edfa;
}
.wp-block-button .wp-block-button__link.has-lighter-blue-background-color {
  background-color: #e9edfa !important;
  --background-color: #e9edfa;
}
.wp-block-button .wp-block-button__link.has-lighter-blue-color:hover, .wp-block-button .wp-block-button__link.has-lighter-blue-color:focus {
  color: #e9edfa !important;
  --color: #e9edfa;
}
.wp-block-button .wp-block-button__link.has-darkestgray-color {
  color: #1c1c1c !important;
  --color: #1c1c1c;
}
.wp-block-button .wp-block-button__link.has-darkestgray-background-color {
  background-color: #1c1c1c !important;
  --background-color: #1c1c1c;
}
.wp-block-button .wp-block-button__link.has-darkestgray-color:hover, .wp-block-button .wp-block-button__link.has-darkestgray-color:focus {
  color: #1c1c1c !important;
  --color: #1c1c1c;
}
.wp-block-button .wp-block-button__link.has-darkergray-color {
  color: #606164 !important;
  --color: #606164;
}
.wp-block-button .wp-block-button__link.has-darkergray-background-color {
  background-color: #606164 !important;
  --background-color: #606164;
}
.wp-block-button .wp-block-button__link.has-darkergray-color:hover, .wp-block-button .wp-block-button__link.has-darkergray-color:focus {
  color: #606164 !important;
  --color: #606164;
}
.wp-block-button .wp-block-button__link.has-darkgray-color {
  color: #676767 !important;
  --color: #676767;
}
.wp-block-button .wp-block-button__link.has-darkgray-background-color {
  background-color: #676767 !important;
  --background-color: #676767;
}
.wp-block-button .wp-block-button__link.has-darkgray-color:hover, .wp-block-button .wp-block-button__link.has-darkgray-color:focus {
  color: #676767 !important;
  --color: #676767;
}
.wp-block-button .wp-block-button__link.has-lightgray-color {
  color: #797A7C !important;
  --color: #797A7C;
}
.wp-block-button .wp-block-button__link.has-lightgray-background-color {
  background-color: #797A7C !important;
  --background-color: #797A7C;
}
.wp-block-button .wp-block-button__link.has-lightgray-color:hover, .wp-block-button .wp-block-button__link.has-lightgray-color:focus {
  color: #797A7C !important;
  --color: #797A7C;
}
.wp-block-button .wp-block-button__link.has-lighergray-color {
  color: #9B9B9F !important;
  --color: #9B9B9F;
}
.wp-block-button .wp-block-button__link.has-lighergray-background-color {
  background-color: #9B9B9F !important;
  --background-color: #9B9B9F;
}
.wp-block-button .wp-block-button__link.has-lighergray-color:hover, .wp-block-button .wp-block-button__link.has-lighergray-color:focus {
  color: #9B9B9F !important;
  --color: #9B9B9F;
}
.wp-block-button .wp-block-button__link.has-lightestgray-color {
  color: #eceff1 !important;
  --color: #eceff1;
}
.wp-block-button .wp-block-button__link.has-lightestgray-background-color {
  background-color: #eceff1 !important;
  --background-color: #eceff1;
}
.wp-block-button .wp-block-button__link.has-lightestgray-color:hover, .wp-block-button .wp-block-button__link.has-lightestgray-color:focus {
  color: #eceff1 !important;
  --color: #eceff1;
}
.wp-block-button .wp-block-button__link.has-lightestgray2-color {
  color: #f2f5f8 !important;
  --color: #f2f5f8;
}
.wp-block-button .wp-block-button__link.has-lightestgray2-background-color {
  background-color: #f2f5f8 !important;
  --background-color: #f2f5f8;
}
.wp-block-button .wp-block-button__link.has-lightestgray2-color:hover, .wp-block-button .wp-block-button__link.has-lightestgray2-color:focus {
  color: #f2f5f8 !important;
  --color: #f2f5f8;
}
.wp-block-button .wp-block-button__link.has-lightestgray-2-color {
  color: #f2f5f8 !important;
  --color: #f2f5f8;
}
.wp-block-button .wp-block-button__link.has-lightestgray-2-background-color {
  background-color: #f2f5f8 !important;
  --background-color: #f2f5f8;
}
.wp-block-button .wp-block-button__link.has-lightestgray-2-color:hover, .wp-block-button .wp-block-button__link.has-lightestgray-2-color:focus {
  color: #f2f5f8 !important;
  --color: #f2f5f8;
}
.wp-block-button .wp-block-button__link.has-links-color-color {
  color: #006ffa !important;
  --color: #006ffa;
}
.wp-block-button .wp-block-button__link.has-links-color-background-color {
  background-color: #006ffa !important;
  --background-color: #006ffa;
}
.wp-block-button .wp-block-button__link.has-links-color-color:hover, .wp-block-button .wp-block-button__link.has-links-color-color:focus {
  color: #006ffa !important;
  --color: #006ffa;
}
.wp-block-button .wp-block-button__link.has-gradient-primary-gradient-background:hover, .wp-block-button .wp-block-button__link.has-gradient-primary-gradient-background:focus {
  background: -moz-linear-gradient(left, #d4d8e3 0%, #a2baff 100%);
  background: linear-gradient(90deg, #d4d8e3 0%, #a2baff 100%);
}
.wp-block-button .wp-block-button__link.has-gradient-primary-r-gradient-background:hover, .wp-block-button .wp-block-button__link.has-gradient-primary-r-gradient-background:focus {
  background: -moz-linear-gradient(left, #a2baff 0%, #d4d8e3 100%);
  background: linear-gradient(90deg, #a2baff 0%, #d4d8e3 100%);
}
.wp-block-button .wp-block-button__link.has-gradient-primary-v-gradient-background:hover, .wp-block-button .wp-block-button__link.has-gradient-primary-v-gradient-background:focus {
  background: -moz-linear-gradient(left, #d4d8e3 0%, #a2baff 100%);
  background: linear-gradient(90deg, #d4d8e3 0%, #a2baff 100%);
}
.wp-block-button .wp-block-button__link.has-gradient-primary-v-r-gradient-background:hover, .wp-block-button .wp-block-button__link.has-gradient-primary-v-r-gradient-background:focus {
  background: -moz-linear-gradient(left, #a2baff 0%, #d4d8e3 100%);
  background: linear-gradient(90deg, #a2baff 0%, #d4d8e3 100%);
}
.wp-block-button .wp-block-button__link.has-gradient-primary-radial-gradient-background:hover, .wp-block-button .wp-block-button__link.has-gradient-primary-radial-gradient-background:focus {
  background: -moz-radial-gradient(50% 50%, circle, #d4d8e3 0%, #a2baff 130%);
  background: radial-gradient(circle at 50% 50%, #d4d8e3 0%, #a2baff 130%);
}
.wp-block-button .wp-block-button__link.has-gradient-primary-radial-r-gradient-background:hover, .wp-block-button .wp-block-button__link.has-gradient-primary-radial-r-gradient-background:focus {
  background: -moz-radial-gradient(50% 50%, circle, #a2baff 0%, #d4d8e3 130%);
  background: radial-gradient(circle at 50% 50%, #a2baff 0%, #d4d8e3 130%);
}

.wp-block-columns {
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 40px;
}
@media (max-width: 768px) {
  .wp-block-columns {
    gap: 0 !important;
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
    -webkit-flex-basis: 100% !important;
            flex-basis: 100% !important;
    margin-left: 0 !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) + .wp-block-column {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) + .wp-block-column {
    margin-top: 10px !important;
  }
}
.wp-block-columns > .wp-block-column > *:first-child {
  margin-top: 0;
}
.wp-block-columns > .wp-block-column > style:first-child + * {
  margin-top: 0;
}
.wp-block-columns > .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.wp-block-columns.is-style-three-in-row {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.wp-block-columns.is-style-three-in-row > .wp-block-column {
  max-width: -moz-calc(33.3% - 34px);
  max-width: calc(33.3% - 34px);
  min-width: -moz-calc(33.3% - 34px);
  min-width: calc(33.3% - 34px);
  margin: 17px 17px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
@media (max-width: 1200px) {
  .wp-block-columns.is-style-three-in-row > .wp-block-column {
    max-width: -moz-calc(50% - 34px);
    max-width: calc(50% - 34px);
    min-width: -moz-calc(50% - 34px);
    min-width: calc(50% - 34px);
  }
}
@media (max-width: 768px) {
  .wp-block-columns.is-style-three-in-row > .wp-block-column {
    max-width: 100%;
    min-width: 100%;
    margin: 17px 0;
  }
}
@media (max-width: 1200px) {
  .wp-block-columns.stack-on-tablet {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
  .wp-block-columns.stack-on-tablet > .wp-block-column {
    max-width: 100%;
    min-width: 100%;
    margin: 17px 0px;
  }
}

@media (max-width: 768px) {
  .wp-block-column {
    padding: 0 !important;
  }
  .wp-block-column + .wp-block-column {
    margin-top: 34px;
  }
}

@media (min-width: 769px) {
  .wp-block-cover {
    padding: 60px 8% 30px;
  }
}
@media (max-width: 768px) {
  .wp-block-cover {
    padding: 32px 8% 26px;
  }
}

.wp-block-cover {
  min-height: unset;
}
.wp-block-cover .wp-block-cover__inner-container > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .wp-block-cover .wp-block-cover__inner-container > * {
    text-align: left;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }
}
.wp-block-cover img.wp-block-cover__image-background, .wp-block-cover figure.wp-block-image img {
  border-radius: 0 !important;
}

.wp-block-group.is-horizontal {
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}
.wp-block-group.is-style-collapsable {
  margin: 16px 0;
}
.wp-block-group.is-style-collapsable .wp-block-group__inner-container *:first-child {
  margin-top: 0;
}
.wp-block-group.is-style-collapsable .wp-block-group__inner-container style:first-child + * {
  margin-top: 0;
}
.wp-block-group.is-style-collapsable .wp-block-group__inner-container *:last-child {
  margin-bottom: 0;
}

.wp-block-image img {
  height: auto;
}

.wp-block-separator {
  width: 70px !important;
  padding: 0;
  height: 1px !important;
  margin: 5px auto;
  background: rgba(255, 255, 255, 0.35);
  opacity: 1;
  border: none;
}
.wp-block-separator.has-primary-color {
  background: #4d5bb1;
}
.wp-block-separator.has-secondary-color {
  background: #91d7f9;
}
.wp-block-separator.has-white-color {
  background: #fff;
}
.wp-block-separator.has-black-color {
  background: #000;
}
.wp-block-separator.has-light-blue-color {
  background: #8282a1;
}
.wp-block-separator.has-lighter-blue-color {
  background: #e9edfa;
}
.wp-block-separator.has-darkestgray-color {
  background: #1c1c1c;
}
.wp-block-separator.has-darkergray-color {
  background: #606164;
}
.wp-block-separator.has-darkgray-color {
  background: #676767;
}
.wp-block-separator.has-lightgray-color {
  background: #797A7C;
}
.wp-block-separator.has-lighergray-color {
  background: #9B9B9F;
}
.wp-block-separator.has-lightestgray-color {
  background: #eceff1;
}
.wp-block-separator.has-lightestgray2-color {
  background: #f2f5f8;
}
.wp-block-separator.has-lightestgray-2-color {
  background: #f2f5f8;
}
.wp-block-separator.has-links-color-color {
  background: #006ffa;
}
.wp-block-separator.is-style-left-short {
  margin-left: 0;
}
.wp-block-separator.is-style-vertical {
  width: 1px !important;
  height: 36px !important;
  margin-top: 30px;
}
.wp-block-separator.is-style-wide {
  width: 100% !important;
}

.wp-block-heading {
  font-size: 18px;
  font-weight: 350;
  font-stretch: normal;
  font-style: normal;
  margin-bottom: 20px;
}
.wp-block-heading .format-alternative-font {
  font-family: "Circular", sans-serif;
  letter-spacing: 8.6px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .wp-block-heading .format-alternative-font {
    letter-spacing: 5.7px;
  }
}

.accordion {
  margin-bottom: 40px;
  text-align: left;
}
.accordion__header {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.55px;
  color: var(--primary);
  letter-spacing: -0.5px;
  text-align: left;
}

.accordion__item {
  border-top: solid 3px #42457e;
}
.accordion__item:last-child {
  border-bottom: solid 3px #42457e;
}

.accordion__item-header {
  font-size: 32px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
  padding: 8px 0;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
  min-height: 86px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
@media (max-width: 1200px) {
  .accordion__item-header {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .accordion__item-header {
    font-size: 22px;
  }
}
.accordion__item-header:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 24px;
  width: 38px;
  height: 38px;
  background-image: url("./assets/images/accordion-plus-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .accordion__item-header:after {
    width: 20px;
    height: 20px;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.accordion__item.open .accordion__item-header:after {
  background-image: url("./assets/images/accordion-minus-icon.svg");
}

.accordion__item-content {
  color: var(--darkergray);
  line-height: 1.44;
  letter-spacing: normal;
}
.accordion__item-content {
  font-size: 16px;
}
@media screen and (min-width: 576px) {
  .accordion__item-content {
    font-size: -moz-calc(16px + 0 * (100vw - 576px) / 524);
    font-size: calc(16px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  .accordion__item-content {
    font-size: 16px;
  }
}

.accordion__item-content-inner {
  margin-top: 0px;
  margin-bottom: 30px;
  text-align: left;
}
.accordion__item-content-inner * {
  font-size: 22px;
  line-height: 1.32;
  letter-spacing: normal;
  color: var(--secondary);
}
@media (max-width: 1200px) {
  .accordion__item-content-inner * {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .accordion__item-content-inner * {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .accordion__item-content-inner {
    margin-top: -10px;
  }
}

.wp-block-quote {
  border-left: 0;
  padding: 24px;
  position: relative;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media (max-width: 1200px) {
  .wp-block-quote {
    padding: 24px 0;
  }
}
.wp-block-quote *:first-child {
  margin-top: 0;
}
.wp-block-quote *:last-child {
  margin-bottom: 0;
}

/** Our blockquote **/
.cohere-blockquote {
  position: relative;
  margin: 40px 0;
}
.cohere-blockquote::before, .cohere-blockquote::after {
  content: "";
  position: absolute;
  display: block;
  width: 56px;
  height: 40px;
  background: url("./assets/images/quote-icon.svg") no-repeat center;
  background-size: contain;
}
.cohere-blockquote::before {
  top: 0;
  left: 0;
}
.cohere-blockquote::after {
  bottom: 0;
  right: 0;
  -webkit-transform: rotateZ(180deg);
     -moz-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.cohere-blockquote__inner {
  padding: 24px 30px 28px 90px;
}
@media (max-width: 768px) {
  .cohere-blockquote__inner {
    padding: 60px 14px 48px 28px;
  }
}
.cohere-blockquote__inner::before, .cohere-blockquote__inner::after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  background-image: -moz-linear-gradient(right, #00f9fc, #00fe76 100%);
  background-image: linear-gradient(to left, #00f9fc, #00fe76 100%);
}
.cohere-blockquote__inner::before {
  left: 72px;
  right: 0;
  top: 0;
}
.cohere-blockquote__inner::after {
  right: 72px;
  left: 0;
  bottom: 0;
}

.cohere-blockquote__content {
  margin-bottom: 24px;
}
.cohere-blockquote__content *:first-child {
  margin-top: 0;
}
.cohere-blockquote__content *:last-child {
  margin-bottom: 0;
}
.cohere-blockquote__author {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.cohere-blockquote__author-image {
  width: 56px;
  min-width: 56px;
  margin-right: 24px;
}
@media (max-width: 768px) {
  .cohere-blockquote__author-image {
    margin-right: 14px;
  }
}

.cohere-blockquote__author-image-inner {
  width: 56px;
  height: 56px;
  border-radius: 100px;
  background: #00fe77;
  background-size: contain;
  overflow: hidden;
  position: relative;
}
.cohere-blockquote__author-image-inner img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 51px;
}

.entry-content > .cohere-hero:first-child {
  margin-top: -moz-calc(var(--header-total-height, 0px) * -1 - 30px) !important;
  margin-top: calc(var(--header-total-height, 0px) * -1 - 30px) !important;
}

.cohere-hero {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: relative;
  display: block;
  --default-padding: 120px;
  padding-top: -moz-calc(var(--header-total-height, 0px) + var(--padding-top, var(--default-padding)));
  padding-top: calc(var(--header-total-height, 0px) + var(--padding-top, var(--default-padding)));
  padding-bottom: var(--padding-bottom, var(--default-padding));
  margin-top: var(--margin-top, 0px) !important;
  margin-bottom: var(--margin-bottom, 0px) !important;
}
.cohere-hero > * {
  margin-left: unset;
  margin-right: unset;
  --container-padding: 20px;
  --max-width: 1340px;
  --width: -moz-calc( 100% - var(--container-padding) * 2);
  --width: calc( 100% - var(--container-padding) * 2);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: var(--width);
  max-width: var(--max-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.cohere-hero > *:not([data-align=full]):not(.alignfull) * {
  --container-padding: 0 !important;
}
.cohere-hero > *[data-align=center], .cohere-hero > *.aligncenter {
  --max-width: 760px;
  --width: -moz-calc( 100% - var(--container-padding) * 2 );
  --width: calc( 100% - var(--container-padding) * 2 );
}
.cohere-hero > *[data-align=wide], .cohere-hero > *.alignwide {
  --max-width: 1360px;
  --width: -moz-calc( 100% - var(--container-padding) * 2);
  --width: calc( 100% - var(--container-padding) * 2);
}
.cohere-hero > *[data-align=full], .cohere-hero > *.alignfull {
  --max-width: 100vw;
  --width: 100%;
}
.cohere-hero > *[data-align=full] {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 1200px) {
  .cohere-hero {
    padding-top: -moz-calc(var(--header-total-height, 0px) + var(--padding-top-tablet, -moz-calc(var(--padding-top, var(--default-padding)) / 2)));
    padding-top: calc(var(--header-total-height, 0px) + var(--padding-top-tablet, calc(var(--padding-top, var(--default-padding)) / 2)));
    padding-bottom: var(--padding-bottom-tablet, -moz-calc(var(--padding-bottom, var(--default-padding)) / 2));
    padding-bottom: var(--padding-bottom-tablet, calc(var(--padding-bottom, var(--default-padding)) / 2));
    margin-top: var(--margin-top-tablet, -moz-calc(var(--margin-top, 0px) / 2)) !important;
    margin-top: var(--margin-top-tablet, calc(var(--margin-top, 0px) / 2)) !important;
    margin-bottom: var(--margin-bottom-tablet, -moz-calc(var(--margin-bottom, 0px) / 2)) !important;
    margin-bottom: var(--margin-bottom-tablet, calc(var(--margin-bottom, 0px) / 2)) !important;
  }
}
@media (max-width: 768px) {
  .cohere-hero {
    padding-top: -moz-calc(var(--header-total-height, 0px) + var(--padding-top-mobile, -moz-calc(var(--padding-top, var(--default-padding)) / 2)));
    padding-top: calc(var(--header-total-height, 0px) + var(--padding-top-mobile, calc(var(--padding-top, var(--default-padding)) / 2)));
    padding-bottom: var(--padding-bottom-mobile, -moz-calc(var(--padding-bottom, var(--default-padding)) / 2));
    padding-bottom: var(--padding-bottom-mobile, calc(var(--padding-bottom, var(--default-padding)) / 2));
    margin-top: var(--margin-top-mobile, -moz-calc(var(--margin-top, 0px) / 2)) !important;
    margin-top: var(--margin-top-mobile, calc(var(--margin-top, 0px) / 2)) !important;
    margin-bottom: var(--margin-bottom-mobile, -moz-calc(var(--margin-bottom, 0px) / 2)) !important;
    margin-bottom: var(--margin-bottom-mobile, calc(var(--margin-bottom, 0px) / 2)) !important;
  }
}
.cohere-hero.is-style-gradient {
  mask: linear-gradient(to top, rgba(28, 15, 59, 0) 0%, rgb(28, 15, 59) 200px);
  -webkit-mask: linear-gradient(to top, rgba(28, 15, 59, 0) 0%, rgb(28, 15, 59) 200px);
}
.cohere-hero.is-style-background-image .cohere-hero__background {
  background: url("../images/lines.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.cohere-hero .cohere-hero__background {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  max-width: unset;
}
.has-background.cohere-hero .cohere-hero__background {
  background-size: 1200px;
  background-repeat: no-repeat;
  background-position: center 200px;
}

.cohere-hero .cohere-hero__video-background::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 3;
}
.cohere-hero .cohere-hero__video-background video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  mask: linear-gradient(to top, rgba(28, 15, 59, 0.3), rgb(28, 15, 59) 100%);
  -webkit-mask: linear-gradient(to top, rgba(28, 15, 59, 0.3), rgb(28, 15, 59) 100%);
}
.cohere-hero .cohere-hero__video-background-iframe-wrapper {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.cohere-hero .cohere-hero__video-background-iframe {
  width: 1600px;
  height: -moz-calc(1600px * var(--video-ratio));
  height: calc(1600px * var(--video-ratio));
}
.cohere-hero .cohere-hero__video-background-iframe iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cohere-hero + * {
  z-index: 5;
  position: relative;
}
.cohere-hero.cohere-preview {
  padding-top: 20px;
  margin-top: 0 !important;
}

.cohere-hero__inner {
  position: relative;
  z-index: 6;
}
.cohere-hero__inner .wp-block-columns {
  margin-bottom: 0;
}
.cohere-hero__inner > .acf-innerblocks-container {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.cohere-hero__inner > .acf-innerblocks-container > * {
  margin-left: unset;
  margin-right: unset;
  --container-padding: 20px;
  --max-width: 1340px;
  --width: -moz-calc( 100% - var(--container-padding) * 2);
  --width: calc( 100% - var(--container-padding) * 2);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: var(--width);
  max-width: var(--max-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.cohere-hero__inner > .acf-innerblocks-container > *:not([data-align=full]):not(.alignfull) * {
  --container-padding: 0 !important;
}
.cohere-hero__inner > .acf-innerblocks-container > *[data-align=center], .cohere-hero__inner > .acf-innerblocks-container > *.aligncenter {
  --max-width: 760px;
  --width: -moz-calc( 100% - var(--container-padding) * 2 );
  --width: calc( 100% - var(--container-padding) * 2 );
}
.cohere-hero__inner > .acf-innerblocks-container > *[data-align=wide], .cohere-hero__inner > .acf-innerblocks-container > *.alignwide {
  --max-width: 1360px;
  --width: -moz-calc( 100% - var(--container-padding) * 2);
  --width: calc( 100% - var(--container-padding) * 2);
}
.cohere-hero__inner > .acf-innerblocks-container > *[data-align=full], .cohere-hero__inner > .acf-innerblocks-container > *.alignfull {
  --max-width: 100vw;
  --width: 100%;
}
.cohere-hero__inner > .acf-innerblocks-container > *[data-align=full] {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 768px) {
  .cohere-hero__inner > .acf-innerblocks-container * {
    text-align: left;
    -webkit-justify-content: flex-start !important;
       -moz-box-pack: start !important;
            justify-content: flex-start !important;
  }
}
.cohere-hero__inner > .wp-block-columns {
  margin-left: unset;
  margin-right: unset;
  margin-top: unset;
  margin-bottom: unset;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.cohere-hero__inner > .wp-block-columns > .wp-block-column {
  margin-left: unset;
  margin-right: unset;
}
.cohere-hero__inner > .wp-block-columns > .wp-block-column > *:first-child {
  margin-top: 0;
}
.cohere-hero__inner > .wp-block-columns > .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.cohere-hero__inner > .wp-block-columns > .wp-block-column:not(:first-child) {
  padding-left: 30px;
}

.latest-news__item {
  position: relative;
  margin-bottom: 35px;
}
.latest-news__item a {
  text-decoration: none;
}

.latest-news__item--pinned .latest-news__item-category {
  display: none;
}
.latest-news__item--pinned .latest-news__item-title {
  font-size: 27px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  color: #fff;
}

.latest-news__item-header {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  line-height: 2.33;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  margin-bottom: 10px;
  gap: 6px;
}

.latest-news__item-date {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1;
  top: -3px;
}

.latest-news__item-category {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}

.latest-news__item-title {
  font-size: 22px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  color: #fff;
}

.latest-news__footer a {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--secondary);
}

@media (max-width: 768px) {
  .logos-grid__wrapper {
    margin: 0 -20px;
    width: -moz-calc(100% + 40px) !important;
    width: calc(100% + 40px) !important;
  }
}

.logos-grid__list {
  padding: 0 var(--padding, 50px);
  display: grid;
  gap: var(--row-gap, 20px) var(--column-gap, 40px);
  grid-template-columns: repeat(var(--columns, 5), 1fr);
}
@media (max-width: 1200px) {
  .logos-grid__list {
    grid-template-columns: repeat(var(--columns-tablet, 3), 1fr);
  }
}
@media (max-width: 768px) {
  .logos-grid__list {
    grid-template-columns: repeat(var(--columns-mobile, 2), 1fr);
  }
}
.logos-grid__list.owl-carousel {
  padding: 0 100px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
@media (max-width: 768px) {
  .logos-grid__list.owl-carousel {
    padding: 0px;
  }
}
.logos-grid__list.owl-carousel .owl-stage {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .logos-grid__list.owl-carousel .owl-stage {
    padding: 0 20px;
  }
}
.logos-grid__list.owl-carousel .owl-nav .owl-next, .logos-grid__list.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 67px;
  height: 67px;
  background-color: var(--black);
  border-radius: 100px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.logos-grid__list.owl-carousel .owl-nav .owl-next:after, .logos-grid__list.owl-carousel .owl-nav .owl-prev:after {
  mask: url(./assets/images/arrow-right.svg) no-repeat 50% 50%;
  -webkit-mask: url(./assets/images/arrow-right.svg) no-repeat 50% 50%;
  mask-size: 28px;
  -webkit-mask-size: 28px;
  content: "";
  width: 28px;
  height: 18px;
  display: inline-block;
  background-color: var(--background-color);
}
@media (max-width: 1200px) {
  .logos-grid__list.owl-carousel .owl-nav .owl-next, .logos-grid__list.owl-carousel .owl-nav .owl-prev {
    display: none;
  }
}
.logos-grid__list.owl-carousel .owl-nav .owl-next span, .logos-grid__list.owl-carousel .owl-nav .owl-prev span {
  display: none;
}
.logos-grid__list.owl-carousel .owl-nav .owl-next.disabled, .logos-grid__list.owl-carousel .owl-nav .owl-prev.disabled {
  opacity: 0.5;
}
.logos-grid__list.owl-carousel .owl-nav .owl-next {
  right: -20px;
}
.logos-grid__list.owl-carousel .owl-nav .owl-prev {
  left: -20px;
  -webkit-transform: translateY(-50%) rotate(180deg);
     -moz-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.logos-grid__item {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.logos-grid__item-logo img {
  max-width: 100%;
  max-height: 100px;
  vertical-align: bottom;
}

.main-news__item-header {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.main-news__item-category {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.33;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.main-news__item-date {
  margin-left: 10px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: 0.26px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  position: relative;
  top: 2px;
}

.main-news__item-title {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  font-size: 66px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 0px;
}
@media (max-width: 1200px) {
  .main-news__item-title {
    font-size: 44px;
  }
}

.main-news__item-excerpt {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.3px;
  color: #fff;
  margin-bottom: 20px;
}

.cohere-max-width {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 100%;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cohere-max-width.has-text-align-center, .cohere-max-width.align-center {
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.cohere-max-width.has-text-align-right, .cohere-max-width.align-right {
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
}
.cohere-max-width .acf-innerblocks-container {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}

.cohere-max-width__inner {
  text-align: left;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cohere-max-width__inner > :first-child {
  margin-top: 0 !important;
}
.cohere-max-width__inner > :last-child {
  margin-bottom: 0 !important;
}

.cohere-out-of-box .cohere-out-of-box__inner {
  position: relative;
  z-index: -moz-calc(var(--z-index, 0));
  z-index: calc(var(--z-index, 0));
  margin-top: -moz-calc(var(--margin-top, 0));
  margin-top: calc(var(--margin-top, 0));
  margin-bottom: -moz-calc(var(--margin-bottom, 0));
  margin-bottom: calc(var(--margin-bottom, 0));
  margin-left: -moz-calc(var(--margin-left, 0));
  margin-left: calc(var(--margin-left, 0));
  margin-right: -moz-calc(var(--margin-right, 0));
  margin-right: calc(var(--margin-right, 0));
  -webkit-transform: translateY(calc(var(--move-y, 0))) translateX(calc(var(--move-x, 0)));
     -moz-transform: translateY(-moz-calc(var(--move-y, 0))) translateX(-moz-calc(var(--move-x, 0)));
          transform: translateY(calc(var(--move-y, 0))) translateX(calc(var(--move-x, 0)));
}
@media (max-width: 768px) {
  .cohere-out-of-box .cohere-out-of-box__inner {
    margin-top: -moz-calc(var(--margin-top-tablet, 0));
    margin-top: calc(var(--margin-top-tablet, 0));
    margin-bottom: -moz-calc(var(--margin-bottom-tablet, 0));
    margin-bottom: calc(var(--margin-bottom-tablet, 0));
    margin-left: -moz-calc(var(--margin-left-tablet, 0));
    margin-left: calc(var(--margin-left-tablet, 0));
    margin-right: -moz-calc(var(--margin-right-tablet, 0));
    margin-right: calc(var(--margin-right-tablet, 0));
    -webkit-transform: translateY(calc(var(--move-y-tablet, 0))) translateX(calc(var(--move-x-tablet, 0)));
       -moz-transform: translateY(-moz-calc(var(--move-y-tablet, 0))) translateX(-moz-calc(var(--move-x-tablet, 0)));
            transform: translateY(calc(var(--move-y-tablet, 0))) translateX(calc(var(--move-x-tablet, 0)));
  }
}
@media (max-width: 576px) {
  .cohere-out-of-box .cohere-out-of-box__inner {
    margin-top: -moz-calc(var(--margin-top-mobile, 0));
    margin-top: calc(var(--margin-top-mobile, 0));
    margin-bottom: -moz-calc(var(--margin-bottom-mobile, 0));
    margin-bottom: calc(var(--margin-bottom-mobile, 0));
    margin-left: -moz-calc(var(--margin-left-mobile, 0));
    margin-left: calc(var(--margin-left-mobile, 0));
    margin-right: -moz-calc(var(--margin-right-mobile, 0));
    margin-right: calc(var(--margin-right-mobile, 0));
    -webkit-transform: translateY(calc(var(--move-y-mobile, 0))) translateX(calc(var(--move-x-mobile, 0)));
       -moz-transform: translateY(-moz-calc(var(--move-y-mobile, 0))) translateX(-moz-calc(var(--move-x-mobile, 0)));
            transform: translateY(calc(var(--move-y-mobile, 0))) translateX(calc(var(--move-x-mobile, 0)));
  }
}

.cohere-media {
  --media-margin: 35px;
  --media-image-ratio: 62%;
  --media-gutter: 60px;
  --media-image-size: 43%;
  margin-top: var(--media-margin);
  margin-bottom: var(--media-margin);
  /** Media gutter **/
  --media-gutter-local: var(--media-gutter);
}
@media (max-width: 1200px) {
  .cohere-media {
    --media-gutter-local: -moz-calc( var(--media-gutter) / 2);
    --media-gutter-local: calc( var(--media-gutter) / 2);
  }
}
@media (max-width: 768px) {
  .cohere-media {
    --media-gutter-local: 0;
  }
}

.cohere-media__inner {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
@media (max-width: 768px) {
  .cohere-media__inner {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 34px;
  }
}

/** Image position **/
.cohere-media--reverse .cohere-media__inner {
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .cohere-media--reverse .cohere-media__inner {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
.cohere-media--reverse .cohere-media__content {
  margin-left: unset;
  margin-right: var(--media-gutter-local);
}

/** Image size **/
.cohere-media--image-size-small {
  --media-image-size: 41%;
}

.cohere-media--image-size-medium {
  --media-image-size: 50%;
}

.cohere-media--image-size-large {
  --media-image-size: 60%;
}

/** Image style **/
.cohere-media--image-style-shadow .cohere-media__image img {
  box-shadow: 0 27px 35px 0 rgba(0, 0, 0, 0.5);
}

.cohere-media__image {
  min-width: -moz-calc(var(--media-image-size));
  min-width: calc(var(--media-image-size));
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.cohere-media.cohere-media--image-fit-full .cohere-media__image {
  max-width: -moz-calc(var(--media-image-size));
  max-width: calc(var(--media-image-size));
}

@media (max-width: 768px) {
  .cohere-media__image {
    min-width: 100%;
    margin-bottom: 10px;
  }
}
.cohere-media__image .cohere-media__image-inner {
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.cohere-media:not(.cohere-media--image-fit-full) .cohere-media__image .cohere-media__image-inner {
  padding-top: var(--media-image-ratio);
}

.cohere-media__image .cohere-media__image_caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  padding-top: 50px;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.21) 42%, rgba(0, 0, 0, 0.71));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.21) 42%, rgba(0, 0, 0, 0.71));
}
.cohere-media__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(var(--media-image-scale, 1));
     -moz-transform: scale(var(--media-image-scale, 1));
          transform: scale(var(--media-image-scale, 1));
  max-width: 100%;
}
.cohere-media:not(.cohere-media--image-fit-full) .cohere-media__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cohere-media--image-fit-contain .cohere-media__image img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 768px) {
  .cohere-media__image {
    min-width: 100%;
    margin: 0;
  }
}

.cohere-media__content {
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  margin-left: var(--media-gutter-local);
  padding-bottom: 40px;
}
@media (max-width: 1200px) {
  .cohere-media__content {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .cohere-media__content {
    padding-bottom: 0;
  }
}
.cohere-media__content > *:first-child {
  margin-top: 0;
}
.cohere-media__content > style:first-child + * {
  margin-top: 0;
}
.cohere-media__content > *:last-child {
  margin-bottom: 0;
}

.cohere-media--is-video .cohere-media__image-inner {
  cursor: pointer;
}
.cohere-media--is-video .cohere-media__image-inner:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
     -moz-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.cohere-media--is-video .cohere-media__image-inner::before {
  content: "";
  color: black;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
     -moz-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  width: 100px;
  height: 100px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><path fill="%23fff" d="M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0zm0 90C26.2 90 6 69.8 6 46S26.2 6 50 6s44 20.2 44 44-20.2 44-44 44z"/><path fill="%23fff" d="M65.5 50l-30-18v36z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .cohere-media--is-video .cohere-media__image-inner::before {
    font-size: 40px;
    width: 70px;
    height: 70px;
  }
}

.cohere-section {
  position: relative;
  display: block;
  --default-padding: 70px;
  z-index: var(--z-index, 2);
  border-radius: var(--border-radius, 0px);
  padding-top: var(--padding-top, var(--default-padding));
  padding-bottom: var(--padding-bottom, var(--default-padding));
  margin-top: var(--margin-top, 0px) !important;
  margin-bottom: var(--margin-bottom, 0px) !important;
  background-image: var(--background-image, none);
  background-size: cover !important;
  background-position: center !important;
}
@media (max-width: 1200px) {
  .cohere-section {
    padding-top: var(--padding-top-tablet, -moz-calc(var(--padding-top, var(--default-padding)) / 2));
    padding-top: var(--padding-top-tablet, calc(var(--padding-top, var(--default-padding)) / 2));
    padding-bottom: var(--padding-bottom-tablet, -moz-calc(var(--padding-bottom, var(--default-padding)) / 2));
    padding-bottom: var(--padding-bottom-tablet, calc(var(--padding-bottom, var(--default-padding)) / 2));
    margin-top: var(--margin-top-tablet, -moz-calc(var(--margin-top, 0px) / 2)) !important;
    margin-top: var(--margin-top-tablet, calc(var(--margin-top, 0px) / 2)) !important;
    margin-bottom: var(--margin-bottom-tablet, -moz-calc(var(--margin-bottom, 0px) / 2)) !important;
    margin-bottom: var(--margin-bottom-tablet, calc(var(--margin-bottom, 0px) / 2)) !important;
    background-image: var(--background-image-tablet, var(--background-image, none));
    border-radius: var(--border-radius-mobile, var(--border-radius, 0px));
  }
}
@media (max-width: 768px) {
  .cohere-section {
    padding-top: var(--padding-top-mobile, -moz-calc(var(--padding-top, var(--default-padding)) / 2));
    padding-top: var(--padding-top-mobile, calc(var(--padding-top, var(--default-padding)) / 2));
    padding-bottom: var(--padding-bottom-mobile, -moz-calc(var(--padding-bottom, var(--default-padding)) / 2));
    padding-bottom: var(--padding-bottom-mobile, calc(var(--padding-bottom, var(--default-padding)) / 2));
    margin-top: var(--margin-top-mobile, -moz-calc(var(--margin-top, 0px) / 2)) !important;
    margin-top: var(--margin-top-mobile, calc(var(--margin-top, 0px) / 2)) !important;
    margin-bottom: var(--margin-bottom-mobile, -moz-calc(var(--margin-bottom, 0px) / 2)) !important;
    margin-bottom: var(--margin-bottom-mobile, calc(var(--margin-bottom, 0px) / 2)) !important;
    background-image: var(--background-image-mobile, var(--background-image-tablet, var(--background-image, none)));
    border-radius: var(--border-radius-mobile, var(--border-radius, 0px));
  }
}

.cohere-section__inner > .acf-innerblocks-container {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.cohere-section__inner > .acf-innerblocks-container > * {
  margin-left: unset;
  margin-right: unset;
  --container-padding: 20px;
  --max-width: 1340px;
  --width: -moz-calc( 100% - var(--container-padding) * 2);
  --width: calc( 100% - var(--container-padding) * 2);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: var(--width);
  max-width: var(--max-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.cohere-section__inner > .acf-innerblocks-container > *:not([data-align=full]):not(.alignfull) * {
  --container-padding: 0 !important;
}
.cohere-section__inner > .acf-innerblocks-container > *[data-align=center], .cohere-section__inner > .acf-innerblocks-container > *.aligncenter {
  --max-width: 760px;
  --width: -moz-calc( 100% - var(--container-padding) * 2 );
  --width: calc( 100% - var(--container-padding) * 2 );
}
.cohere-section__inner > .acf-innerblocks-container > *[data-align=wide], .cohere-section__inner > .acf-innerblocks-container > *.alignwide {
  --max-width: 1360px;
  --width: -moz-calc( 100% - var(--container-padding) * 2);
  --width: calc( 100% - var(--container-padding) * 2);
}
.cohere-section__inner > .acf-innerblocks-container > *[data-align=full], .cohere-section__inner > .acf-innerblocks-container > *.alignfull {
  --max-width: 100vw;
  --width: 100%;
}
.cohere-section__inner > .acf-innerblocks-container > *[data-align=full] {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cohere-section__inner > .acf-innerblocks-container > *:first-child {
  margin-top: 0;
}
.cohere-section__inner > .acf-innerblocks-container > *:last-child {
  margin-bottom: 0;
}

.cohere-statistics {
  margin-top: 20px;
  margin-bottom: 20px;
}

.cohere-statistics__inner {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
@media (max-width: 1200px) {
  .cohere-statistics__inner {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .cohere-statistics__inner {
    margin-left: auto;
    margin-right: auto;
  }
}

.cohere-statistics__item {
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  margin: 0 15px;
}
.cohere-statistics__item-number {
  margin: 0;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .cohere-statistics__item-number {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .cohere-statistics__item-number {
    font-size: 50px;
  }
}

@media (max-width: 1200px) {
  .cohere-statistics__item-label {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .cohere-statistics__item-label {
    font-size: 14px;
  }
}

.cohere-tabs__nav {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 50px;
  margin-bottom: 40px;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.cohere-tabs__nav-item {
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.86px;
  text-align: center;
  color: #767f8e;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 8px 0;
  border-bottom: 1px solid transparent;
}
.cohere-tabs__nav-item.active {
  color: #000;
  border-bottom: 1px solid #000;
}

.cohere-tab__title {
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.86px;
  text-align: center;
  color: #767f8e;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 8px 0;
  border-bottom: 1px solid black;
}

.cohere-tab__content {
  min-height: 200px;
}

.gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation {
  --gform-theme-form-col-gap: 10px;
  --gform-theme-form-row-gap: 14px;
  --gf-form-gap-x: 10px;
  --gf-form-gap-y: 11px;
  /** Turn to flexbox */
  /** Turn to flexbox */
}
@media (max-width: 768px) {
  .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_fields {
    -webkit-column-gap: var(--gf-form-gap-x);
       -moz-column-gap: var(--gf-form-gap-x);
            column-gap: var(--gf-form-gap-x);
  }
}
.wp-block-columns.is-style-contact .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation {
  --gf-form-gap-y: 18px;
}

.gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .text-center {
  text-align: center;
}
#gform_wrapper_1.gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation #field_1_6 {
  grid-column: span 4;
}
@media (max-width: 768px) {
  #gform_wrapper_1.gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation #field_1_6 {
    grid-column: span 5;
  }
}
#gform_wrapper_1.gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation #field_1_7 {
  grid-column: span 8;
}
@media (max-width: 768px) {
  #gform_wrapper_1.gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation #field_1_7 {
    grid-column: span 7;
  }
}

.gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield {
  position: relative;
}
@media (max-width: 1200px) {
  #gform_wrapper_1.gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield#field_1_1, #gform_wrapper_1.gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield#field_1_3 {
    grid-column: span 6;
  }
}
@media (max-width: 1200px) {
  #gform_wrapper_1.gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield#field_1_4 {
    grid-column: span 12;
  }
}

.gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield.gfield--not-empty .gfield_label, .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield.gfield--focus .gfield_label {
  -webkit-transform: scale(0.7) translateY(-11px);
     -moz-transform: scale(0.7) translateY(-11px);
          transform: scale(0.7) translateY(-11px);
}
.wp-block-columns.is-style-contact .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield.gfield--not-empty .gfield_label, .wp-block-columns.is-style-contact .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield.gfield--focus .gfield_label {
  -webkit-transform: scale(0.7) translateY(-24px);
     -moz-transform: scale(0.7) translateY(-24px);
          transform: scale(0.7) translateY(-24px);
}

.wp-block-columns.is-style-contact .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield.gfield--not-empty input, .wp-block-columns.is-style-contact .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield.gfield--not-empty select, .wp-block-columns.is-style-contact .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield.gfield--not-empty textarea, .wp-block-columns.is-style-contact .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield.gfield--focus input, .wp-block-columns.is-style-contact .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield.gfield--focus select, .wp-block-columns.is-style-contact .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield.gfield--focus textarea {
  border-bottom-color: #000;
}

.gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield.gfield--input-type-textarea .ginput_container_textarea {
  border: 1px solid #d8deee;
  background: white;
}
.wp-block-columns.is-style-contact .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield.gfield--input-type-textarea .ginput_container_textarea {
  border: none;
}

.gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield.gfield--input-type-textarea textarea {
  border: none;
  margin-top: 20px;
  padding-top: 0;
  min-block-size: 3rem;
}
.wp-block-columns.is-style-contact .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield.gfield--input-type-textarea .gfield_label {
  top: 18px;
}

.wp-block-columns.is-style-contact .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield:has(.help-text) {
  display: none;
}
.wp-block-columns.is-style-contact .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield:has(.help-text) + .gfield.gfield--type-submit {
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}

.gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield_label {
  position: absolute;
  top: 11px;
  left: 14px;
  -webkit-transform: scale(1) translateY(0);
     -moz-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
          transform-origin: 0 0;
  font-family: "Circular", sans-serif;
  font-size: 14px;
  font-weight: 350;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.78px;
  color: #7f8492;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield input, .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield select {
  padding-top: 12px;
}
.wp-block-columns.is-style-contact .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield input, .wp-block-columns.is-style-contact .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield select {
  padding-top: 0;
}

.gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield input, .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield select, .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield textarea {
  box-shadow: none;
  border-radius: 0;
  font-family: "Circular", sans-serif;
  font-size: 14px;
  font-weight: 350;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.78px;
  color: #000;
  height: 39px;
  border: solid 1px #d8deee;
  background-color: #fefeff;
  -moz-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
  padding-left: 13px;
}
.gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield input::-webkit-input-placeholder, .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield select::-webkit-input-placeholder, .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield textarea::-webkit-input-placeholder {
  color: #9ba2b7;
}
.gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield input::-moz-placeholder, .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield select::-moz-placeholder, .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield textarea::-moz-placeholder {
  color: #9ba2b7;
}
.gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield input::-ms-input-placeholder, .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield select::-ms-input-placeholder, .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield textarea::-ms-input-placeholder {
  color: #9ba2b7;
}
.gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield input::placeholder, .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield select::placeholder, .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield textarea::placeholder {
  color: #9ba2b7;
}
.wp-block-columns.is-style-contact .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield input, .wp-block-columns.is-style-contact .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield select, .wp-block-columns.is-style-contact .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_body .gfield textarea {
  border: none;
  border-bottom: solid 1px #7f8492;
}

@media (min-width: 1201px) {
  .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation.gform_wrapper--custom-submit-absolute .gform_fields {
    position: relative;
    padding-right: 106px;
  }
  .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation.gform_wrapper--custom-submit-absolute .gfield.gfield_submit {
    position: absolute;
    right: 0;
  }
  .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation.gform_wrapper--custom-submit-absolute .gfield.gfield_submit .submit-button {
    width: 90px;
  }
}
.gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation.gform_wrapper--custom-submit .gform_footer input[type=submit] {
  visibility: hidden;
  position: fixed;
  left: -100vw;
}
.gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gfield_html {
  font-size: 12px;
  text-align: left;
}
.gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gfield:has(.help-text) + .gfield.gfield--type-submit {
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}
.gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gfield:has(.help-text) + .gfield.gfield--type-submit .gform-button {
  width: 173px;
  max-width: 100%;
  padding: 10px 5px;
}
.gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gfield_html button.submit-button,
.gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_footer input[type=submit],
.gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_footer button[type=submit],
.gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gfield.gfield--type-submit .gform-button {
  height: 39px;
  padding: 10px 20px;
  background-color: #000;
  border-radius: 0;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
}
.wp-block-columns.is-style-contact .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gfield_html button.submit-button,
.wp-block-columns.is-style-contact .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_footer input[type=submit],
.wp-block-columns.is-style-contact .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_footer button[type=submit],
.wp-block-columns.is-style-contact .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gfield.gfield--type-submit .gform-button {
  color: #fff;
  background-color: #4a64ba;
  height: 43px;
  width: 173px;
  max-width: 100%;
  padding: 10px 5px;
}

.gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation.gform_wrapper--custom-submit .gform_footer input[type=submit], .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation.gform_wrapper--custom-submit .gform_footer button[type=submit] {
  display: none;
}
.gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gfield_html:has(.help-text) {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .help-text {
  font-size: 10px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.56px;
  color: #9ba2b7;
}
.gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gform_validation_errors {
  padding: 0 !important;
  padding-left: 20px !important;
  border: none;
  background: none;
  text-align: left;
  box-shadow: none;
  position: relative;
  left: -20px;
  margin-bottom: 20px;
}
.gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .gfield_validation_message, .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--foundation .validation_message {
  padding: 0 !important;
  border: none;
  background: none;
}

.companies-carousel__list {
  position: relative;
  padding: 0 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
@media (max-width: 1200px) {
  .companies-carousel__list {
    margin: 0 -25px;
    width: auto !important;
  }
}
.companies-carousel__list .owl-stage {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-bottom: 20px;
}
@media (max-width: 1200px) {
  .companies-carousel__list .owl-stage {
    left: -25px;
  }
}
@media (min-width: 1201px) {
  .companies-carousel__list .owl-stage .owl-item {
    transition: -webkit-transform 0.2s;
    -moz-transition: transform 0.2s, -moz-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s, -moz-transform 0.2s;
    -webkit-transform: translate3d(-30px, 0, 0);
       -moz-transform: translate3d(-30px, 0, 0);
            transform: translate3d(-30px, 0, 0);
  }
  .companies-carousel__list .owl-stage .owl-item.active, .companies-carousel__list .owl-stage .owl-item.active + .owl-item.active {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .companies-carousel__list .owl-stage .owl-item.active ~ .owl-item {
    -webkit-transform: translate3d(30px, 0, 0);
       -moz-transform: translate3d(30px, 0, 0);
            transform: translate3d(30px, 0, 0);
  }
}
.companies-carousel__list .owl-item, .companies-carousel__list .companies-carousel__item, .companies-carousel__list .companies-carousel__item-inner {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
}
.companies-carousel__list .owl-nav .owl-next, .companies-carousel__list .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 44px;
  display: block;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
@media (max-width: 1200px) {
  .companies-carousel__list .owl-nav .owl-next, .companies-carousel__list .owl-nav .owl-prev {
    display: none;
  }
}
.companies-carousel__list .owl-nav .owl-next span, .companies-carousel__list .owl-nav .owl-prev span {
  display: none;
}
.companies-carousel__list .owl-nav .owl-next.disabled, .companies-carousel__list .owl-nav .owl-prev.disabled {
  opacity: 0.5;
}
.companies-carousel__list .owl-nav .owl-next {
  right: -30px;
  background-image: url("./assets/images/carousel-next.svg") !important;
}
.companies-carousel__list .owl-nav .owl-prev {
  left: -30px;
  background-image: url("./assets/images/carousel-prev.svg") !important;
}

.companies-carousel__item-logo-inner {
  padding-top: 62%;
  position: relative;
}
.companies-carousel__item-logo-inner img {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100% !important;
  width: 100% !important;
}

.companies-carousel__item-content {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  padding: 20px 27px 30px;
}

.companies-carousel__item-title, .companies-carousel__item-title a {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--black);
  text-decoration: none;
}
@media (max-width: 1200px) {
  .companies-carousel__item-title, .companies-carousel__item-title a {
    font-size: 20px;
  }
}

.companies-carousel__item-excerpt {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--black);
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
}
@media (max-width: 1200px) {
  .companies-carousel__item-excerpt {
    font-size: 18px;
  }
}

.companies-carousel__item-actions a {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--primary);
}

.featured-speakers__items .owl-stage-outer {
  margin-right: -2000px;
}

.featured-speakers__item {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.featured-speakers__item-image {
  padding-top: 69%;
  position: relative;
  background-image: -moz-radial-gradient(-6% 105%, circle, #4dff62, rgba(234, 234, 234, 0) 72%), -moz-linear-gradient(214deg, #0071b5, #0071b5 0%);
  background-image: radial-gradient(circle at -6% 105%, #4dff62, rgba(234, 234, 234, 0) 72%), linear-gradient(236deg, #0071b5, #0071b5 0%);
}
.featured-speakers__item-image img {
  position: absolute;
  left: 10px;
  bottom: 0;
  width: -moz-calc(100% - 20px) !important;
  width: calc(100% - 20px) !important;
  height: -moz-calc(100% - 10px);
  height: calc(100% - 10px);
  -o-object-position: center bottom;
     object-position: center bottom;
  -o-object-fit: contain;
     object-fit: contain;
}

.featured-speakers__item-details {
  padding: 14px 18px;
  border: solid 1px #dfdfdf;
  border-top: unset;
}

.featured-speakers__item-name {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  color: var(--black);
  margin: 0 0 8px 0;
}

.featured-speakers__item-position {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.3px;
  color: var(--black);
}

.cohere-hero + .filtered-listing__wrapper {
  z-index: 7;
}

.filtered-listing__wrapper.alignfull .filtered-listing {
  padding-left: 15px;
  padding-right: 15px;
}

.filtered-listing .facetwp-load-more {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  border-radius: 0px !important;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  height: 56px;
  padding: 0 45px;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.4px;
  text-align: center;
  background: var(--secondary);
  color: var(--white);
  cursor: pointer;
}
.filtered-listing .facetwp-load-more.facetwp-hidden {
  display: none;
}
.filtered-listing__header {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
}

.filtered-listing__header-title {
  margin: 0;
  color: var(--primary);
}

.filtered-listing__header-info {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
}

.filtered-listing__header-search .facetwp-facet-search {
  margin: 0;
}
.filtered-listing__header-search .facetwp-input-wrap {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.filtered-listing__header-search .facetwp-icon {
  right: 20px;
}
.filtered-listing__header-search .facetwp-search {
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  height: 48px;
  padding: 0 0 0 27px !important;
  border: solid 1px #295fd2;
  outline: none;
}
.filtered-listing__header-search .facetwp-search::-webkit-input-placeholder {
  color: var(--primary);
}
.filtered-listing__header-search .facetwp-search::-moz-placeholder {
  color: var(--primary);
}
.filtered-listing__header-search .facetwp-search::-ms-input-placeholder {
  color: var(--primary);
}
.filtered-listing__header-search .facetwp-search::placeholder {
  color: var(--primary);
}
.filtered-listing__header-search .facetwp-search:focus {
  border: solid 1px #295fd2;
}

.filtered-listing__header-sort {
  position: relative;
}
.filtered-listing__header-sort::after {
  content: "";
  background: url("./assets/images/caret.svg");
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 11px;
  pointer-events: none;
}
.filtered-listing__header-sort .facetwp-facet {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .filtered-listing__header-sort .facetwp-facet {
    margin-top: 20px;
  }
}
.filtered-listing__header-sort select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 48px;
  padding: 0 45px 0 27px;
  outline: none;
  min-width: 250px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.filtered-listing__header-sort select option {
  background: white;
  color: black;
}
.filtered-listing__header-sort select::-webkit-input-placeholder {
  color: var(--white);
}
.filtered-listing__header-sort select::-moz-placeholder {
  color: var(--white);
}
.filtered-listing__header-sort select::-ms-input-placeholder {
  color: var(--white);
}
.filtered-listing__header-sort select::placeholder {
  color: var(--white);
}
.filtered-listing__header-sort select:focus {
  border: solid 1px var(--primary);
}

.filtered-listing__container {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-flow: row wrap;
}
@media (max-width: 768px) {
  .filtered-listing__container {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}

.filtered-listing__sidebar {
  -webkit-flex-shrink: 1;
          flex-shrink: 1;
}
@media (max-width: 768px) {
  .filtered-listing__sidebar {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    width: 100%;
  }
}

.filtered-listing__content {
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
}
@media (min-width: 769px) {
  .filtered-listing__content {
    margin-left: 40px;
  }
}
@media (max-width: 768px) {
  .filtered-listing__content {
    min-height: unset;
  }
}

.filtered-listing__wrapper--from-url .filtered-listing__content {
  margin-left: 0px !important;
}

.filtered-listing__filters {
  width: 300px;
}
@media (max-width: 1200px) {
  .filtered-listing__filters {
    width: 250px;
  }
}
@media (max-width: 768px) {
  .filtered-listing__filters {
    width: 100%;
  }
}

.filtered-listing__filters-inner {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  gap: 20px;
}

.filtered-listing__pagination {
  text-align: center;
  margin-top: 50px;
}
.filtered-listing__pagination button {
  text-transform: uppercase;
}

.filtered-listing__search .facetwp-input-wrap {
  width: 100%;
}
.filtered-listing__search .facetwp-input-wrap .facetwp-search {
  min-width: 100px;
}
.filtered-listing__search .facetwp-input-wrap .facetwp-icon {
  display: none;
}
.filtered-listing__search input[type=text] {
  opacity: 0.81;
  border-radius: 19.5px;
  background-color: #000000;
  padding: 8px 32px;
  width: 100%;
  outline: none;
}
.filtered-listing__search input[type=submit] {
  display: none;
}

.filtered-listing__filter:not(:first-child), .filtered-listing__filters-header:not(:first-child) {
  margin-top: 30px;
}
.filtered-listing__filter > h5, .filtered-listing__filters-header > h5 {
  margin: 0;
  min-height: 46px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.filtered-listing__filter-options {
  margin-top: 20px;
}
.filtered-listing__filter-options .facetwp-checkbox {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-bottom: 10px;
  position: relative;
  padding-left: 0;
}
.filtered-listing__filter-options .facetwp-checkbox, .filtered-listing__filter-options .facetwp-checkbox.checked {
  background-image: none;
  background: none;
}
.filtered-listing__filter-options .facetwp-checkbox .facetwp-counter {
  position: absolute;
  right: 0;
  color: #a4a4a4;
}
.filtered-listing__filter-options .facetwp-checkbox:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  margin: 0 11px 0 0;
  border: solid 1px #295fd2;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.filtered-listing__filter-options .facetwp-checkbox.checked {
  font-weight: bold;
}
.filtered-listing__filter-options .facetwp-checkbox.checked .facetwp-counter {
  color: #000000;
  font-weight: bold;
}
.filtered-listing__filter-options .facetwp-checkbox.checked:before {
  width: 23px;
  height: 23px;
  border: solid 1px #295fd2;
}
.filtered-listing__filter-options .facetwp-checkbox.checked:after {
  content: "";
  color: #00a651;
  display: inline-block;
  width: 11px;
  height: 11px;
  left: 7px;
  background: #295fd2;
  line-height: 29px;
  position: absolute;
}

.filtered-listing__filter-option input {
  display: none;
}
.filtered-listing__filter-option label {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-bottom: 10px;
  position: relative;
}
.filtered-listing__filter-option label:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 11px 0 0;
  border-radius: 3px;
  border: solid 1px rgb(151, 151, 151);
}
.filtered-listing__filter-option input:checked ~ label {
  font-weight: bold;
}
.filtered-listing__filter-option input:checked ~ label:before {
  border-color: #000000;
}
.filtered-listing__filter-option input:checked ~ label:after {
  content: "✔";
  color: #00a651;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 29px;
  position: absolute;
}

.filtered-listing__item {
  padding: 23px 0;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.filtered-listing__item:not(:last-child) {
  margin-bottom: 10px;
}

.filtered-listing__item-inner {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
@media (max-width: 1000px) {
  .filtered-listing__item-inner {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}

.filtered-listing__item-image {
  -webkit-flex-shrink: 1;
          flex-shrink: 1;
  min-width: 250px;
  position: relative;
  margin-right: 30px;
  display: none;
}
@media (max-width: 768px) {
  .filtered-listing__item-image {
    min-width: 0;
  }
}
.filtered-listing__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.filtered-listing__item-image--narrower .filtered-listing__item-image-inner {
  padding-top: 69%;
}

.filtered-listing__item-details {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}

.filtered-listing__item-type:after {
  content: "|";
  margin: 0 8px;
  margin-left: 6px;
}

.filtered-listing__item-image--logo {
  background: rgba(164, 164, 164, 0.05);
  border-radius: 16px;
}
.filtered-listing__item-image--logo img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 90%;
  width: 90%;
  left: 5%;
  top: 5%;
}

.filtered-listing__item-inner {
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
}

.filtered-listing__item-cohort a {
  display: inline-block;
  background-image: -moz-radial-gradient(76% 0, circle, #ff9404, #ff6004 74%);
  background-image: radial-gradient(circle at 76% 0, #ff9404, #ff6004 74%);
  letter-spacing: -1px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
}

.filtered-listing__item-title {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-bottom: 10px;
  margin-top: 0;
}
.filtered-listing__item-title .social-icons {
  margin-left: 10px;
}

.filtered-listing__item-title > a {
  text-decoration: none;
  display: block;
}
.filtered-listing__item-subtitle .filtered-listing__item-category {
  text-decoration: none;
  text-transform: uppercase;
}
.filtered-listing__item-subtitle [data-taxonomy] {
  text-decoration: none;
}

.filtered-listing__item-category {
  text-transform: uppercase;
  margin-right: 6px;
}

.filtered-listing__item-content p {
  margin: 0;
}

.filtered-listing__item-terms {
  margin-top: 20px;
}
.filtered-listing__item-terms a {
  background: var(--primary);
  height: 30px;
  padding: 0 15px;
  text-decoration: none;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-right: 5px;
  margin-bottom: 5px;
}

.filtered-listing__filters-mobile-toggle {
  display: none;
}

.filtered-listing__filters-mobile-close {
  display: none;
}

@media (max-width: 768px) {
  body.mobile-filters-open {
    overflow: hidden;
  }
  body.mobile-filters-open .promotion-bar {
    z-index: -1 !important;
  }
  body.mobile-filters-open .site-header {
    z-index: -1 !important;
  }
  .filtered-listing__filters-mobile-toggle {
    display: block;
  }
  .filtered-listing__filters-mobile-open {
    height: 64px;
    width: 64px;
    background-color: rgba(2, 255, 154, 0.2352941176);
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }
  .filtered-listing__filters-mobile-open img {
    width: 24px;
    height: 24px;
  }
  .filtered-listing__filters-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0px;
    background: #10123b;
    z-index: 20;
    overflow: hidden;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  body.mobile-filters-open .filtered-listing__filters-mobile {
    height: 100vh;
  }
  .filtered-listing__filters-mobile-inner {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    height: 100%;
  }
  .filtered-listing__filters-mobile-header {
    padding: 14px 24px;
  }
  .filtered-listing__filters-mobile-close {
    display: block;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
  }
  .filtered-listing__filters-mobile-close img {
    width: 40px;
    height: 40px;
  }
  .filtered-listing__filters-mobile-scroll {
    overflow-y: scroll;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    min-height: 0;
    padding: 0 24px 24px;
  }
}
@media (max-width: 768px) {
  .filtered-listing__item {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
  .filtered-listing__item-image {
    max-width: unset;
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .filtered-listing__item-image-inner {
    padding-top: 40%;
  }
  .filtered-listing__item-image--logo img {
    max-width: 400px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.our-team {
  padding-bottom: 60px;
}

.our-team__header {
  max-width: 1300px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-bottom: 55px;
  position: relative;
}
@media (max-width: 1200px) {
  .our-team__header {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.our-team__header-title {
  font-size: 66px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: normal;
  margin: 0;
  color: var(--primary);
}
@media (max-width: 1200px) {
  .our-team__header-title {
    width: 100%;
    margin-bottom: 10px;
    font-size: 44px;
  }
}

.our-team__members {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -30px -15px 0;
}
@media (max-width: 768px) {
  .our-team__members {
    padding: 0 7%;
  }
}

.our-team__member {
  width: 25%;
  max-width: 25%;
  padding: 0 15px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-top: 30px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.our-team__member a {
  text-decoration: none;
}
@media (max-width: 1200px) {
  .our-team__member {
    width: 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 768px) {
  .our-team__member {
    width: 100%;
    max-width: 100%;
  }
}

.our-team__member-inner {
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
}

.our-team__member-image {
  padding-top: 100%;
  position: relative;
}
.our-team__member-image img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.our-team__member-social {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-top: 14px;
}
.our-team__member-social > a {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 5px;
  margin-right: 10px;
}
.our-team__member-social > a:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.our-team__member-social-icon--twitter::after {
  background-image: url("assets/images/social/twitter-icon.svg");
}

.our-team__member-social-icon--facebook::after {
  background-image: url("assets/images/social/facebook-icon.svg");
}

.our-team__member-social-icon--linkedin::after {
  background-image: url("assets/images/social/linkedin-icon.svg");
}

.our-team__member-social-icon--angelco::after {
  background-image: url("assets/images/social/angelco-icon.svg");
}

.our-team__member-social-icon--crunchbase::after {
  background-image: url("assets/images/social/crunchbase-icon.svg");
}

.our-team__member-social-icon--medium::after {
  background-image: url("assets/images/social/medium-icon.svg");
}

.our-team__member-details {
  padding: 14px 0;
  border-top: unset;
}

.our-team__member-name {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  color: var(--black);
  margin: 0 0 8px 0;
}
@media (max-width: 1200px) {
  .our-team__member-name {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .our-team__member-name {
    font-size: 28px;
  }
}

.our-team__member-position {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.3px;
  color: var(--black);
}

.upcoming-events__item {
  padding: 45px 0 27px 0;
  border-bottom: 1px solid #85c2ff;
}

.upcoming-events__item-inner {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
@media (max-width: 768px) {
  .upcoming-events__item-inner {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}

.upcoming-events__image {
  margin-right: 55px;
  min-width: 562px;
}
@media (max-width: 1200px) {
  .upcoming-events__image {
    min-width: 50%;
  }
}
@media (max-width: 768px) {
  .upcoming-events__image {
    min-width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}
.upcoming-events__image .upcoming-events__image-inner {
  position: relative;
  padding-top: 62%;
}
.upcoming-events__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 10px 0 0;
  -webkit-clip-path: polygon(0% 32px, 2px 28px, 4px 25px, 25px 4px, 28px 2px, 32px 0%, 100% 0%, calc(100% - 0px) calc(100% - 32px), calc(100% - 2px) calc(100% - 28px), calc(100% - 4px) calc(100% - 25px), calc(100% - 25px) calc(100% - 4px), calc(100% - 28px) calc(100% - 2px), calc(100% - 32px) calc(100% - 0px), 0% 100%);
          clip-path: polygon(0% 32px, 2px 28px, 4px 25px, 25px 4px, 28px 2px, 32px 0%, 100% 0%, -moz-calc(100% - 0px) -moz-calc(100% - 32px), -moz-calc(100% - 2px) -moz-calc(100% - 28px), -moz-calc(100% - 4px) -moz-calc(100% - 25px), -moz-calc(100% - 25px) -moz-calc(100% - 4px), -moz-calc(100% - 28px) -moz-calc(100% - 2px), -moz-calc(100% - 32px) -moz-calc(100% - 0px), 0% 100%);
          clip-path: polygon(0% 32px, 2px 28px, 4px 25px, 25px 4px, 28px 2px, 32px 0%, 100% 0%, calc(100% - 0px) calc(100% - 32px), calc(100% - 2px) calc(100% - 28px), calc(100% - 4px) calc(100% - 25px), calc(100% - 25px) calc(100% - 4px), calc(100% - 28px) calc(100% - 2px), calc(100% - 32px) calc(100% - 0px), 0% 100%);
  max-width: 100%;
}

.upcoming-events__item-date {
  text-transform: uppercase;
  min-height: 31px;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 4px 15px;
  border-radius: 50px;
  background-color: rgba(133, 133, 174, 0.43);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.3px;
  color: var(--black);
  margin-bottom: 5px;
}

.upcoming-events__item-title {
  font-size: 44px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .upcoming-events__item-title {
    font-size: 32px;
  }
}

.upcoming-events__item-excerpt {
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  color: var(--secondary);
}
@media (max-width: 1200px) {
  .upcoming-events__item-excerpt {
    font-size: 18px;
  }
}

.upcoming-events__item-actions {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.upcoming-events__item-actions > * {
  margin-right: 13px;
}

.latest-news-grid__list {
  margin-top: 64px;
  margin-bottom: 50px;
}

.latest-news-grid__list-inner {
  margin-top: 65px;
}
@media (min-width: 769px) {
  .latest-news-grid__list-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 19px;
  }
}

.latest-news-grid__item {
  border-left: solid 1px #c6d1f5;
  margin-right: 8.5px;
}

.latest-news-grid__item a {
  text-decoration: none;
}

.latest-news-grid__item-category {
  position: absolute;
  z-index: 1;
  background: black;
  padding: 7px 20px;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.78px;
  text-align: center;
  color: #fff;
  margin: 30px 0px 0px 29px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .latest-news-grid__item-category {
    margin: 20px 0 0 20px;
    font-size: 12px;
    padding: 5px 10px 3px 6px;
  }
}

.latest-news-grid__item-date {
  opacity: 0.59;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  color: #4a64ba;
  padding: 0px 29px 45px 29px;
}
@media (max-width: 768px) {
  .latest-news-grid__item-date {
    padding-bottom: 20px;
  }
}

.latest-news-grid__item-title {
  opacity: 0.59;
  font-family: "TamilMN";
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.07;
  letter-spacing: normal;
  color: #000;
  padding: 29px 29px 20px 29px;
}
@media (max-width: 768px) {
  .latest-news-grid__item-title {
    font-size: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.latest-news-grid__item-image {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
}

.latest-news-grid__item-image img {
  width: 100%;
  height: auto;
}

.latest-news-grid__item-image::after {
  content: "";
  width: 100%;
  height: 162px;
  background-image: -moz-linear-gradient(top, rgba(180, 187, 197, 0), rgba(255, 255, 255, 0.97));
  background-image: linear-gradient(to bottom, rgba(180, 187, 197, 0), rgba(255, 255, 255, 0.97));
  position: absolute;
  z-index: 1;
}

.cohere-statistics {
  margin-top: 27px;
}

.cohere-statistics__inner {
  position: relative;
}
@media (max-width: 768px) {
  .cohere-statistics__inner:before {
    content: "";
    width: 1px;
    height: -moz-calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    left: 50%;
    background: #c8c8c8;
    border-top: 5px solid #4d5bb1;
    border-bottom: 5px solid #4d5bb1;
  }
}

.cohere-statistics__item {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  margin: 0;
  position: relative;
}
@media (max-width: 768px) {
  .cohere-statistics__item {
    max-width: 50%;
    min-width: 50%;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .cohere-statistics__item:nth-child(2n-1):before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0;
    background: #c8c8c8;
    border-left: 5px solid #4d5bb1;
  }
  .cohere-statistics__item:nth-child(2n):before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0;
    background: #c8c8c8;
    border-right: 5px solid #4d5bb1;
  }
  .cohere-statistics__item:nth-child(2n):after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -1px;
    background: #c8c8c8;
    border-right: 5px solid #4d5bb1;
  }
  .cohere-statistics__item:nth-child(1):before, .cohere-statistics__item:nth-child(2):before {
    display: none;
  }
}

@media (min-width: 769px) {
  .cohere-statistics__item:nth-child(n+2):before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    background: #c8c8c8;
    border-top: 5px solid #4d5bb1;
    border-bottom: 5px solid #4d5bb1;
  }
}

@media (min-width: 769px) {
  .is-style-no-side-borders .cohere-statistics__item:before, .cohere-statistics__item:last-child:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    background: #c8c8c8;
    border-top: 5px solid #4d5bb1;
    border-bottom: 5px solid #4d5bb1;
  }
}

@media (min-width: 769px) {
  .is-style-no-side-borders .cohere-statistics__item:last-child:after {
    right: 0;
    left: unset;
  }
}

.cohere-statistics__item-number {
  height: 58px;
  margin: 17px 35px 0px 36px;
  -webkit-align-self: center;
          align-self: center;
  font-family: "TamilMN", sans-serif;
  font-size: 54px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.07;
  letter-spacing: -1.5px;
}

.cohere-statistics__item-label {
  height: 87px;
  margin: 18px 0 0;
  font-family: "Circular", sans-serif;
  font-size: 16px;
  font-weight: 350;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #8282a1;
  padding: 0px 15%;
}
@media (max-width: 768px) {
  .cohere-statistics__item-label {
    height: unset;
  }
}

.cohere-section.is-style-blured {
  -webkit-backdrop-filter: blur(26px);
          backdrop-filter: blur(26px);
  background-color: rgba(255, 255, 255, 0.15);
}
.cohere-section.is-style-bordered {
  padding: 49px 34px;
  border: solid 1px #4d5bb1;
}
@media (max-width: 1200px) {
  .cohere-section.is-style-bordered {
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  .cohere-section.is-style-bordered {
    padding: 30px 10px;
  }
}

.cohere-media--reverse .cohere-media__content {
  -webkit-align-self: center;
          align-self: center;
  padding: 0;
  margin: 52px;
}

.cohere-media--reverse .wp-block-group__inner-container {
  gap: 0px;
}

.cohere-media--background-color .cohere-media__image {
  display: block;
  position: relative;
}

@media (max-width: 768px) {
  .cohere-media--background-color .cohere-media__inner {
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .cohere-media__inner {
    gap: 20px;
  }
}

.cohere-media--background-color .cohere-media__image::before {
  content: "";
  width: 151px;
  height: 100%;
  background-image: -moz-linear-gradient(left, #080812, rgba(8, 8, 18, 0));
  background-image: linear-gradient(to right, #080812, rgba(8, 8, 18, 0));
  position: absolute;
  z-index: 1;
}

.cohere-media {
  margin: 0;
}

.cohere-media + .cohere-media--reverse .cohere-media__content {
  margin-top: 30px !important;
}
@media (max-width: 768px) {
  .cohere-media + .cohere-media--reverse .cohere-media__content {
    margin: 0 0 20px 0;
  }
}

@media (max-width: 768px) {
  .cohere-media--reverse .cohere-media__content {
    margin: 0 0 20px 0;
  }
}

.cohere-media__content {
  margin-top: 30px;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .cohere-media__content {
    margin: 0 0 20px 0;
  }
}

.posts-list__item {
  position: relative;
  padding: 30px 0;
}
.posts-list__item:after {
  content: "";
  position: absolute;
  right: 8px;
  left: 8px;
  width: 100%;
  height: 1px;
  bottom: 0;
  background-color: #c8c8c8;
  box-shadow: 8px 0 0 0 black, -8px 0 0 0 black;
}

.posts-list__item-header {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 11px;
  letter-spacing: 0.61px;
  color: #8282a1;
  text-transform: uppercase;
  vertical-align: baseline;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.posts-list__item-header > * {
  padding-top: 2px;
  margin-right: 10px;
  padding-right: 10px;
}
.posts-list__item-header > *:not(:last-child) {
  border-right: 1px solid #8282a1;
}

.posts-list__title {
  margin-top: 4px;
  margin-bottom: 0;
}
.posts-list__title, .posts-list__title a {
  font-size: 29px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: normal;
  color: #000;
  text-decoration: none;
}

.posts-list__excerpt {
  opacity: 0.59;
  font-size: 16px;
  font-weight: 350;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 0.89px;
  color: #000;
  margin-top: 10px;
}
.posts-list__excerpt > *:first-child {
  margin-top: 0;
}
.posts-list__excerpt > *:last-child {
  margin-bottom: 0;
}

.posts-list__pagination {
  margin-top: 80px;
}

.posts-list__pagination-links {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.posts-list__pagination-prev, .posts-list__pagination-next {
  font-family: "TamilMN", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  text-decoration: none;
}

.posts-list__pagination-numbers > * {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  width: 45px;
  height: 45px;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  font-family: "TamilMN", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  text-decoration: none;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid transparent;
}
.posts-list__pagination-numbers > *:not(.current):hover {
  color: #91d7f9;
}
.posts-list__pagination-numbers > *.current {
  border: 1px solid #91d7f9;
}

.wp-block-group {
  display: grid;
  gap: 19px;
  margin-top: 35px;
  margin-bottom: 56px;
  position: relative;
}
.wp-block-group.is-style-no-gap {
  gap: 0px;
}

.is-style-side-line {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  margin: 0;
  position: relative;
  padding: 40px 0 40px 10%;
}

.is-style-side-line::before {
  content: "";
  width: 1px;
  height: -moz-calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  left: 0;
  top: 0;
  background: #c8c8c8;
  border-top: 5px solid #4d5bb1;
  border-bottom: 5px solid #4d5bb1;
}

.wp-block-cover.is-style-grid-cover {
  padding: 0;
  color: black;
}
.wp-block-cover.is-style-grid-cover .wp-block-cover__inner-container {
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.wp-block-cover.is-style-grid-cover .wp-block-cover__inner-container > * {
  text-align: center;
}
.wp-block-cover.is-style-grid-cover .wp-block-image {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  margin-top: 20px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-cover.is-style-grid-cover .wp-block-cover__inner-container .wp-block-heading {
  margin-top: 48px;
}
.wp-block-cover.is-style-grid-cover .wp-block-cover__inner-container p {
  padding: 0px 70px;
}
@media (max-width: 768px) {
  .wp-block-cover.is-style-grid-cover .wp-block-cover__inner-container p {
    padding: 0px 40px;
  }
}
.wp-block-cover.is-style-bottom-gradient {
  padding: 0;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
}
.wp-block-cover.is-style-bottom-gradient .wp-block-cover__inner-container {
  z-index: 5;
}
.wp-block-cover.is-style-bottom-gradient .wp-block-cover__inner-container.wp-block-cover__inner-container::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  border-style: solid;
  border-width: 12px 12px 12px 12px;
  border-color: transparent transparent #e9edfa transparent;
}
.wp-block-cover.is-style-bottom-gradient .wp-block-cover__inner-container p {
  margin-bottom: 22px;
  font-family: "TamilMN";
}
.wp-block-cover.is-style-bottom-gradient.is-style-bottom-gradient::after {
  padding: 0px;
  content: "";
  width: 100%;
  height: 147px;
  background-image: -moz-linear-gradient(top, rgba(23, 23, 50, 0), #171732);
  background-image: linear-gradient(to bottom, rgba(23, 23, 50, 0), #171732);
  position: absolute;
  z-index: 1;
}

.wp-block-columns {
  gap: 64px;
}
.wp-block-columns.is-style-contact {
  gap: 130px;
  margin-top: -moz-calc(var(--header-total-height, 0px) * -1) !important;
  margin-top: calc(var(--header-total-height, 0px) * -1) !important;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .wp-block-columns.is-style-contact {
    margin-top: 0px !important;
  }
}
.wp-block-columns.is-style-contact .wp-block-column {
  padding-top: 200px;
  padding-bottom: 100px;
}
.wp-block-columns.is-style-contact .wp-block-column:first-child {
  position: relative;
}
.wp-block-columns.is-style-contact .wp-block-column:first-child * {
  position: relative;
  z-index: 1;
}
.wp-block-columns.is-style-contact .wp-block-column:first-child h2:before {
  content: "";
  position: absolute;
  width: 400px;
  height: 370px;
  bottom: -25px;
  right: -70px;
  background-image: -moz-linear-gradient(133deg, #d2dcff 0%, rgba(216, 216, 216, 0) 38%);
  background-image: linear-gradient(-43deg, #d2dcff 0%, rgba(216, 216, 216, 0) 38%);
  z-index: -1;
}
.wp-block-columns.is-style-contact .wp-block-column:first-child h2:after {
  content: "";
  position: absolute;
  width: 400px;
  height: 370px;
  bottom: -25px;
  right: -70px;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
          transform: translateY(100%);
  background-image: -moz-linear-gradient(227deg, #d2f7ff 0%, rgba(216, 216, 216, 0) 38%);
  background-image: linear-gradient(-137deg, #d2f7ff 0%, rgba(216, 216, 216, 0) 38%);
  z-index: -1;
}
.wp-block-columns.is-style-cards .wp-block-column {
  position: relative;
  padding-bottom: 34px;
}
.wp-block-columns.is-style-cards .wp-block-column:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #c8c8c8;
  box-shadow: 0 4px 0 0 black;
}
.wp-block-columns.is-style-cards .wp-block-column .wp-block-image:first-child {
  margin-top: 0;
}
.wp-block-columns.is-style-cards .wp-block-column .wp-block-image:first-child ~ * {
  padding-left: 7%;
  padding-right: 3%;
}

.is-style-first-letter-large::first-letter {
  font-family: "TamilMN", sans-serif;
  font-size: 54px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.07;
  letter-spacing: -1.5px;
  text-align: center;
  color: #000;
  float: left;
  margin-right: 8px;
  margin-bottom: -10px;
  margin-top: -4px;
}

.is-style-bottom-gradient figure {
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: flex !important;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  position: relative;
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.97) 40%);
          mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.97) 40%);
}

.companies-grid__popup-content {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  position: relative;
}
@media (max-width: 768px) {
  .companies-grid__popup-content {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    overflow-y: scroll;
    padding-top: 40px;
  }
}

.popup-content-close a:before {
  content: "";
  width: 62px;
  height: 10px;
  margin-right: 16px;
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  background: url("./assets/images/_popup/white-arrow.svg") no-repeat;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.popup-content-close a:hover:before {
  -webkit-transform: translateX(-3px);
     -moz-transform: translateX(-3px);
          transform: translateX(-3px);
}

.companies-grid__popup-content-close {
  position: absolute;
  top: -50px;
  left: 0;
}
.companies-grid__popup-content-close a {
  font-family: "TamilMN", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  text-decoration: none;
}

.companies-grid__popup-content-left {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  background-image: -moz-radial-gradient(50% 50%, circle, #f3f4f7, #e9eef3 165%);
  background-image: radial-gradient(circle at 50% 50%, #f3f4f7, #e9eef3 165%);
  -webkit-flex: 0 0 380px;
     -moz-box-flex: 0;
          flex: 0 0 380px;
  max-width: 35%;
  padding: 33px;
}
@media (max-width: 768px) {
  .companies-grid__popup-content-left {
    -webkit-flex: 0;
       -moz-box-flex: 0;
            flex: 0;
    max-width: 100%;
    padding-bottom: 50px;
  }
}

.companies-grid__popup-content-logo {
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
}
.companies-grid__popup-content-logo img {
  mix-blend-mode: multiply;
  width: 250px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 90%;
}
@media (max-width: 768px) {
  .companies-grid__popup-content-logo {
    margin-bottom: 30px;
  }
}

.companies-grid__popup-content-title {
  margin-bottom: 10px;
}
.companies-grid__popup-content-title h3 {
  font-family: "TamilMN", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}

.companies-grid__popup-content-website a {
  font-family: "TamilMN", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4a64ba;
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.companies-grid__popup-content-website a:after {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  background: url("./assets/images/_popup/up-arrow.svg") no-repeat center;
  background-size: contain;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.companies-grid__popup-content-website a:hover:after {
  -webkit-transform: translate(3px, -3px);
     -moz-transform: translate(3px, -3px);
          transform: translate(3px, -3px);
}

.companies-grid__popup-content-website {
  border-top: solid 1px #4a64ba;
  border-bottom: solid 1px #4a64ba;
  padding: 13px 3px;
}

.companies-grid__popup-content-right {
  max-height: -moz-calc(100vh - 160px);
  max-height: calc(100vh - 160px);
  overflow: auto;
  padding: 40px 100px 50px 50px;
}
@media (max-width: 1200px) {
  .companies-grid__popup-content-right {
    padding: 40px 50px 50px 50px;
  }
}
@media (max-width: 768px) {
  .companies-grid__popup-content-right {
    padding: 30px 35px 50px 35px;
    overflow: visible;
    max-height: none;
  }
}

.companies-grid__popup-content-content p:first-child {
  font-family: "TamilMN", sans-serif;
  font-size: 23px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.26;
  letter-spacing: normal;
  color: #000;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .companies-grid__popup-content-content p:first-child {
    margin-top: 0;
  }
}
.companies-grid__popup-content-content p:not(:first-child) {
  opacity: 0.59;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 0.89px;
  color: #000;
}

.companies-grid__popup-content-more {
  font-family: "TamilMN", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4a64ba;
  text-decoration: none;
  margin-top: 30px;
  display: inline-block;
}
.companies-grid__popup-content-more:after {
  content: "";
  width: 26px;
  height: 11px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  background: url("./assets/images/_popup/blue-plus.svg") no-repeat center;
  background-size: contain;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.companies-grid__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media (max-width: 1024px) {
  .companies-grid__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .companies-grid__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.companies-grid__item a {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 5px;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 190px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.companies-grid__item img {
  max-width: 60%;
  width: 100%;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: multiply;
}
.companies-grid__item:hover a {
  background-color: #e5e5e5;
}

.team-listing__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  grid-gap: 20px;
  margin-bottom: 50px;
}

.team-listing_member-name h3, .team-listing_members-name h3 {
  font-family: "TamilMN";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #000;
}
.team-listing_member-name h3 a, .team-listing_members-name h3 a {
  text-decoration: none;
  color: #000;
}

.team-listing__member {
  margin-bottom: 100px;
}

.team-listing__member-inner::after {
  content: "";
  width: 100%;
  left: 0;
  height: 1px;
  bottom: -50px;
  border-bottom: solid 1px #c6d1f5;
  position: absolute;
}

.team-listing__member-inner {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 5%;
  position: relative;
}
@media (max-width: 768px) {
  .team-listing__member-inner {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 20px;
  }
}

.team-listing_member-image, .team-listing_members-image {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}

.team-listing_member-image {
  width: 30%;
  -webkit-flex-basis: 30%;
          flex-basis: 30%;
}
@media (max-width: 768px) {
  .team-listing_member-image {
    width: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
  }
}

.team-listing_member-image img, .team-listing_members-image img {
  -webkit-mask: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 25%);
          mask: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 25%);
}

.team-listing_member-image img {
  width: 100%;
}

.team-listing_member-content-left {
  width: 25%;
  -webkit-flex-basis: 25%;
          flex-basis: 25%;
}
@media (max-width: 768px) {
  .team-listing_member-content-left {
    width: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
  }
}

.team-listing_member-name h3 {
  font-size: 40px;
  line-height: 1.13;
  padding-right: 10px;
}

.team-listing_member-position p {
  margin-top: 20px;
  font-family: "TamilMN";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  color: #4a64ba;
}

.team-listing_member-content-right {
  width: 45%;
  -webkit-flex-basis: 45%;
          flex-basis: 45%;
}
@media (max-width: 768px) {
  .team-listing_member-content-right {
    width: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
  }
}

.team-listing_member-content p {
  opacity: 0.59;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 0.89px;
  color: #000;
  margin-bottom: 20px;
}

.team-listing_members {
  border-left: solid 1px #c6d1f5;
}

.team-listing_members-image img {
  width: 100%;
}

.team-listing_members-content {
  margin: 19px 0 50px 18px;
}

.team-listing_members-name h3 {
  font-size: 22px;
}

.team-listing_members-position p {
  font-family: "Circular";
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.67px;
  color: #4a64ba;
}

.team-listing__item a {
  padding: 0px 6px 3px 6px;
  background-color: #4a64ba;
}

.lity-hide {
  display: none;
}

.lity {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.19) !important;
}
.lity .lity-close, .lity .lity-close:focus, .lity .lity-close:hover {
  font-size: 0px;
  color: transparent;
  top: 4px;
  right: 20px;
}
.lity .lity-close:before, .lity .lity-close:after, .lity .lity-close:focus:before, .lity .lity-close:focus:after, .lity .lity-close:hover:before, .lity .lity-close:hover:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #4a64ba;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
     -moz-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.lity .lity-close:after, .lity .lity-close:focus:after, .lity .lity-close:hover:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
     -moz-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.lity .lity-container {
  width: 1230px;
  max-width: 80%;
  box-shadow: none;
}
@media (max-width: 768px) {
  .lity .lity-container:has(.team-listing__popup-content), .lity .lity-container:has(.companies-grid__popup-content) {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
  }
}
.lity .lity-content:after {
  box-shadow: none;
  background-color: #fff;
}
.lity .lity-content > * {
  max-height: -moz-calc(100vh - 100px) !important;
  max-height: calc(100vh - 100px) !important;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
@media (max-width: 768px) {
  .lity .lity-content > *:has(.team-listing__popup-content), .lity .lity-content > *:has(.companies-grid__popup-content) {
    max-height: 100vh !important;
    height: 100vh !important;
  }
}

.team-listing__popup-content-close {
  position: absolute;
  top: -50px;
  left: 0;
}
.team-listing__popup-content-close a {
  font-family: "TamilMN", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  text-decoration: none;
}

.team-listing__popup-content {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding: max(54px, 5%) max(36px, 5%) 5% max(36px, 5%);
  max-height: 100%;
  gap: 6%;
}
@media (max-width: 768px) {
  .team-listing__popup-content {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 20px;
    overflow-y: scroll;
  }
}

.team-listing__popup-content-left {
  width: 30%;
  -webkit-flex-basis: 30%;
          flex-basis: 30%;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
@media (max-width: 768px) {
  .team-listing__popup-content-left {
    width: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-align-self: center;
            align-self: center;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 10px;
  }
}

.team-listing__popup-content-image {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
}
.team-listing__popup-content-image img {
  width: 100%;
  -webkit-mask: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 40%);
          mask: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 40%);
}

@media (max-width: 768px) {
  .team-listing__popup-content-logo {
    display: none;
  }
}

.team-listing__popup-content-right {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  height: 100%;
  width: 70%;
  -webkit-flex-basis: 70%;
          flex-basis: 70%;
}
@media (max-width: 768px) {
  .team-listing__popup-content-right {
    width: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
  }
}

.team-listing__popup-content-member-mobile {
  display: none;
}
@media (max-width: 768px) {
  .team-listing__popup-content-member-mobile {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 14px;
    margin-bottom: 10px;
    width: 100%;
  }
}

.team-listing__popup-content-member {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
@media (max-width: 768px) {
  .team-listing__popup-content-member {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 0px;
    display: none;
  }
}

.team-listing__popup-content-name {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  padding-right: 10%;
}
.team-listing__popup-content-name h3 {
  margin: 0;
  font-size: 46px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.98;
  letter-spacing: normal;
}
@media (max-width: 1200px) {
  .team-listing__popup-content-name h3 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .team-listing__popup-content-name h3 {
    font-size: 41px;
    line-height: 1.1;
  }
}

@media (min-width: 769px) {
  .team-listing__popup-content-name::after {
    content: "";
    position: absolute;
    width: 1px;
    height: -moz-calc(100% + 40px);
    height: calc(100% + 40px);
    background: #4a64ba;
    right: 0;
    top: -20px;
  }
}

.team-listing__popup-content-position {
  padding-left: 10%;
}
@media (max-width: 768px) {
  .team-listing__popup-content-position {
    border-top: 1px solid #4a64ba;
    padding-left: 0;
  }
}
.team-listing__popup-content-position p {
  font-family: "TamilMN", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.61;
  letter-spacing: normal;
  color: #4a64ba;
}
@media (max-width: 1200px) {
  .team-listing__popup-content-position p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .team-listing__popup-content-position p {
    font-size: 18px;
    margin-bottom: 0;
  }
}

.team-listing__popup-content-content {
  margin: 50px 0 0 0;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .team-listing__popup-content-content {
    margin: 10px 0 0 0;
    overflow-y: initial;
  }
}
.team-listing__popup-content-content p {
  font-family: "TamilMN", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.61;
  letter-spacing: normal;
}
@media (max-width: 1200px) {
  .team-listing__popup-content-content p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .team-listing__popup-content-content p {
    font-size: 16px;
    line-height: 1.56;
  }
}

.our-offices__inner {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  background-color: #171732;
  margin-top: 35px;
}
@media (max-width: 768px) {
  .our-offices__inner {
    background: -moz-linear-gradient(top, #e9edfa 0%, #171732 60%);
    background: linear-gradient(to bottom, #e9edfa 0%, #171732 60%);
  }
}

.our-offices__item {
  width: 50%;
  position: relative;
}
@media (max-width: 768px) {
  .our-offices__item {
    width: 100%;
  }
}

.our-offices__item::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  border-style: solid;
  border-width: 12px 12px 12px 12px;
  border-color: transparent transparent #e9edfa transparent;
}
@media (max-width: 768px) {
  .our-offices__item::after {
    display: none;
  }
}

.our-offices__item-image {
  padding-top: 83%;
  position: relative;
}
.our-offices__item-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-mask: linear-gradient(to top, rgba(23, 23, 50, 0) 0%, #171732 45%);
          mask: linear-gradient(to top, rgba(23, 23, 50, 0) 0%, #171732 45%);
}
@media (max-width: 768px) {
  .our-offices__item-image {
    padding-top: 120%;
  }
  .our-offices__item-image img {
    -webkit-mask-image: linear-gradient(to bottom, rgba(23, 23, 50, 0) 0%, #171732 20%), linear-gradient(to top, rgba(23, 23, 50, 0) 0%, #171732 20%);
            mask-image: linear-gradient(to bottom, rgba(23, 23, 50, 0) 0%, #171732 20%), linear-gradient(to top, rgba(23, 23, 50, 0) 0%, #171732 20%);
    -webkit-mask-composite: source-in, xor;
            mask-composite: intersect;
  }
}

.our-offices__item-content {
  position: absolute;
  bottom: 45px;
  text-align: center;
  width: 100%;
}

.our-offices__item-city {
  bottom: 92px;
  font-family: "TamilMN";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.25;
  letter-spacing: 9.4px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .our-offices__item-city {
    font-size: 16px;
  }
}

.our-offices__item-address {
  bottom: 45px;
  padding: 0 15%;
  font-family: "CircularStd", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 0.85px;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .our-offices__item-address {
    display: none;
  }
}

.our-offices--single .our-offices__inner {
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.our-offices--single .our-offices__item {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.our-offices--single .our-offices__item-image {
  padding-top: 41.5%;
}

.owl-dot {
  width: 46%;
  height: 3px;
  background: #fff !important;
  opacity: 0.24;
  margin: 5px;
  display: inline-block;
}
.owl-dot.active {
  background: #fff !important;
  opacity: 1;
}

.owl-dots {
  text-align: center;
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
}

/**
 * 05 - Components
 */
.site-header {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  z-index: 100;
  position: relative;
}
.site-header > * {
  margin-left: unset;
  margin-right: unset;
  --container-padding: 20px;
  --max-width: 1340px;
  --width: -moz-calc( 100% - var(--container-padding) * 2);
  --width: calc( 100% - var(--container-padding) * 2);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: var(--width);
  max-width: var(--max-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.site-header > *:not([data-align=full]):not(.alignfull) * {
  --container-padding: 0 !important;
}
.site-header > *[data-align=center], .site-header > *.aligncenter {
  --max-width: 760px;
  --width: -moz-calc( 100% - var(--container-padding) * 2 );
  --width: calc( 100% - var(--container-padding) * 2 );
}
.site-header > *[data-align=wide], .site-header > *.alignwide {
  --max-width: 1360px;
  --width: -moz-calc( 100% - var(--container-padding) * 2);
  --width: calc( 100% - var(--container-padding) * 2);
}
.site-header > *[data-align=full], .site-header > *.alignfull {
  --max-width: 100vw;
  --width: 100%;
}
.site-header > *[data-align=full] {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 1200px) {
  :root {
    --header-height: 50px;
    --header-content-height: 50px;
  }
  :root:has(.site-header__submenu) {
    --submenu-height: 40px;
  }
}

.site-header__inner {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: relative;
  -moz-transition: top 0.3s;
  transition: top 0.3s;
  top: 0;
  height: var(--header-height);
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
}
.site-header__inner > * {
  z-index: 1002;
}
@media (max-width: 1200px) {
  .site-header__inner {
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    padding-bottom: 0;
  }
}

.site-header__actions {
  height: var(--header-content-height);
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .site-header__actions {
    height: 40px;
  }
}

body.menu-open {
  position: fixed;
  width: var(--viewportWidth);
}
@media (max-width: 1200px) {
  body.menu-open .site-header__inner {
    top: -moz-calc(var(--promo-bar-height) * -1);
    top: calc(var(--promo-bar-height) * -1);
  }
}

@media (max-width: 1200px) {
  .site-header__menu-toggle, .site-header__brand, .site-header__actions {
    -webkit-transform: translateY(calc(var(--mobile-menu-scroll) * -1));
       -moz-transform: translateY(-moz-calc(var(--mobile-menu-scroll) * -1));
            transform: translateY(calc(var(--mobile-menu-scroll) * -1));
  }
}
/************************************
 ****** Menu Toggle ********
 ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ **/
.site-header__menu-toggle-wrapper img {
  vertical-align: bottom;
}
@media (min-width: 1201px) {
  .site-header__menu-toggle-wrapper {
    display: none;
  }
}

.site-header__menu-toggle {
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  vertical-align: bottom;
  width: 23px;
  height: 20px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  position: relative;
}
.site-header__menu-toggle .line {
  position: absolute;
  left: 0;
  right: 0;
  border: solid 1px #4a64ba;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.site-header__menu-toggle .line:first-child {
  top: 5px;
}
.site-header.toggled .site-header__menu-toggle .line:first-child {
  top: 50%;
}

.site-header__menu-toggle .line:last-child {
  bottom: 5px;
}
.site-header.toggled .site-header__menu-toggle .line:last-child {
  bottom: 50%;
}

.site-header__menu-toggle svg * {
  stroke: black;
}

@media (max-width: 1200px) {
  .site-header__menu-toggle-hamburger {
    display: none;
  }
  .site-header:not(.toggled) .site-header__menu-toggle-hamburger {
    display: block;
  }
}

@media (max-width: 1200px) {
  .site-header__menu-toggle-close {
    display: none;
  }
  .site-header.toggled .site-header__menu-toggle-close {
    display: block;
  }
}

/**↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑
 ****** Menu Toggle ********
 ***********************************/
/************************************
 ****** Brand ********
 ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ **/
@media (max-width: 1200px) {
  .site-header__brand {
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    text-align: center;
  }
}
.site-header__brand img {
  height: var(--header-content-height);
  vertical-align: top;
}
@media (max-width: 1200px) {
  .site-header__brand img {
    height: 32px;
    width: auto !important;
  }
}

/**↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑
 ****** Menu Toggle ********
 ***********************************/
/************************************
 ****** Main Navigation ********
 ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ **/
.site-header__main-navigation {
  height: var(--header-content-height);
  clear: both;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin: 0 auto;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .site-header__main-navigation {
    z-index: 1001;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: -moz-calc(100vh - var(--wp-admin--admin-bar--height, 0px));
    height: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    background: rgba(55, 55, 55, 0.95);
    margin: 0;
    max-width: unset;
    padding-top: -moz-calc(var(--header-total-height));
    padding-top: calc(var(--header-total-height));
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .site-header:not(.toggled) .site-header__main-navigation {
    height: 0;
    padding-top: 0px;
  }
  .admin-bar .site-header__main-navigation {
    top: var(--wp-admin--admin-bar--height, 0px);
  }
}

.site-header__main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

@media (max-width: 1200px) {
  .site-header__main-navigation-inner {
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    overflow: hidden;
    overflow-y: auto;
    min-height: -moz-calc(100vh - var(--header-total-height) - var(--wp-admin--admin-bar--height, 0px));
    min-height: calc(100vh - var(--header-total-height) - var(--wp-admin--admin-bar--height, 0px));
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    height: 100%;
  }
}

@media (max-width: 1200px) {
  .site-header__main-navigation-menu {
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
  }
}

/**↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑
 ****** Main Navigation ********
 ***********************************/
/************************************
 ****** WP Primary Menu ********
 ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ **/
.menu-main-menu-container {
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
}

@media (min-width: 1201px) {
  .site-header .main-navigation ul ul {
    position: absolute;
    top: 100%;
    z-index: 99999;
    left: -moz-calc((var(--viewportWidth) - 100%) / -2);
    left: calc((var(--viewportWidth) - 100%) / -2);
    right: -moz-calc((var(--viewportWidth) - 100%) / -2);
    right: calc((var(--viewportWidth) - 100%) / -2);
    display: none;
    height: 38px;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }
}

/** First level **/
@media (min-width: 1201px) {
  #primary-menu > li {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 1200px) {
  #primary-menu > li {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #primary-menu > li {
    text-align: left;
  }
}

@media (max-width: 1200px) {
  #primary-menu > li.menu-item-has-children > a {
    position: relative;
  }
  #primary-menu > li.menu-item-has-children > a:after {
    content: "+";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
            transform: translateY(-50%);
    line-height: 0.5em;
    text-align: center;
    font-size: 24px;
  }
}

@media (max-width: 1200px) {
  #primary-menu > li.menu-item-has-children.sub-menu--open > a:after {
    content: "-";
    font-size: 28px;
  }
}

@media (min-width: 1201px) {
  #primary-menu > li > a {
    height: var(--header-content-height);
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    text-decoration: none;
    position: relative;
    padding: 0 15px;
  }
}
@media (max-width: 1200px) {
  #primary-menu > li > a {
    display: block;
    padding: 10px;
  }
}

@media (max-width: 768px) {
  #primary-menu > li > .sub-menu > li.current-menu-item > a {
    color: black;
  }
}

@media (max-width: 768px) {
  #primary-menu > li > .sub-menu > li.current-menu-parent > a {
    color: black;
  }
}

@media (min-width: 1201px) {
  #primary-menu > li.current-menu-item > ul,
  #primary-menu > li.current-menu-parent > ul {
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  #primary-menu > li.current-menu-item > ul a,
  #primary-menu > li.current-menu-parent > ul a {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    height: 40px;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    padding: 0;
    margin: 0 20px;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
}
/**↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑
 ****** WP Primary Menu ********
 ***********************************/
/************************************
 ****** Mobile Search ********
 ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ **/
.site-header__mobile-search {
  display: none;
}
@media (max-width: 1200px) {
  .site-header__mobile-search {
    display: block;
  }
}

/**↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑
 ****** Search ********
 ***********************************/
/************************************
 ****** Social Icons ********
 ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ **/
@media (max-width: 1200px) {
  .site-header__social {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }
  .site-header__social:not(.site-header__social--mobile) {
    display: none;
  }
}

.site-header__social--mobile {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-top: 20px;
  margin-bottom: 34px;
}
@media (min-width: 1201px) {
  .site-header__social--mobile {
    display: none;
  }
}

.site-header__social-icon {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  width: 34px;
  height: 34px;
  margin-right: 5px;
}

.site-header__social-icon-inner {
  display: inline-block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.site-header__social-icon-inner svg {
  width: 24px;
  height: 26px;
  vertical-align: bottom;
}

/**↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑
 ****** Social Icons ********
 ***********************************/
/************************************
 ****** Copyright ********
 ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ **/
.site-header__copyright {
  padding: 30px;
  margin-bottom: -moz-calc(var(--header-total-height));
  margin-bottom: calc(var(--header-total-height));
}
@media (min-width: 1201px) {
  .site-header__copyright {
    display: none;
  }
}

/**↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑
 ****** Copyright ********
 ***********************************/
/************************************
 ****** Search ********
 ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ **/
.site-header__search {
  position: relative;
  height: 47px;
  width: 39px;
}
.site-header__search svg * {
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.site-header__search-inner {
  position: absolute;
  right: 0;
  top: -3px;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.site-header__search-input {
  opacity: 0;
  max-width: -moz-calc(var(--viewportWidth) - 30px);
  max-width: calc(var(--viewportWidth) - 30px);
  border-radius: 30px;
  border: 1px solid transparent;
  width: 41px;
  height: 47px;
  outline: none;
  padding: 0;
  background: rgba(255, 255, 255, 0);
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.site-header__search.open .site-header__search-input {
  padding: 0 39px 0 50px;
  width: 250px;
  opacity: 1;
  background: white;
  border-color: gray;
  color: black;
}

.site-header__search-icon {
  position: absolute;
  height: 39px;
  width: 39px;
  left: 5px;
  top: 7px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  cursor: pointer;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.site-header__search-icon svg, .site-header__search-icon svg * {
  stroke: black;
}

/**↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑
 ****** Search ********
 ***********************************/
.page-header {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: #4d5bb1;
  padding-top: 38px;
  padding-bottom: 38px;
}
.page-header > * {
  margin-left: unset;
  margin-right: unset;
  --container-padding: 20px;
  --max-width: 1340px;
  --width: -moz-calc( 100% - var(--container-padding) * 2);
  --width: calc( 100% - var(--container-padding) * 2);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: var(--width);
  max-width: var(--max-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.page-header > *:not([data-align=full]):not(.alignfull) * {
  --container-padding: 0 !important;
}
.page-header > *[data-align=center], .page-header > *.aligncenter {
  --max-width: 760px;
  --width: -moz-calc( 100% - var(--container-padding) * 2 );
  --width: calc( 100% - var(--container-padding) * 2 );
}
.page-header > *[data-align=wide], .page-header > *.alignwide {
  --max-width: 1360px;
  --width: -moz-calc( 100% - var(--container-padding) * 2);
  --width: calc( 100% - var(--container-padding) * 2);
}
.page-header > *[data-align=full], .page-header > *.alignfull {
  --max-width: 100vw;
  --width: 100%;
}
.page-header > *[data-align=full] {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.page-header * {
  color: #fff;
}

.page-header__back-link {
  text-decoration: none;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  position: relative;
}
.page-header__back-link {
  font-size: 22px;
}
@media screen and (min-width: 576px) {
  .page-header__back-link {
    font-size: -moz-calc(22px + 0 * (100vw - 576px) / 524);
    font-size: calc(22px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  .page-header__back-link {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .page-header__back-link {
    margin-left: 18px;
  }
}
.page-header__back-link:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  left: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.7;
  background: url("./assets/images/back-arrow.svg");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

.page-header__title {
  color: var(--white);
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
  margin-top: 10px;
}
.page-header__title {
  font-size: 46px;
}
@media screen and (min-width: 576px) {
  .page-header__title {
    font-size: -moz-calc(46px + 0 * (100vw - 576px) / 524);
    font-size: calc(46px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  .page-header__title {
    font-size: 46px;
  }
}

.promotion-bar {
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.64);
}

.promotion-bar__inner {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  min-height: 40px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 10px 20px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.4px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.promotion-bar__inner p {
  margin: 0;
}
.promotion-bar__inner a {
  color: var(--secondary);
  font-weight: bold;
  text-decoration: none;
}

.entry-content {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.entry-content > * {
  margin-left: unset;
  margin-right: unset;
  --container-padding: 20px;
  --max-width: 1340px;
  --width: -moz-calc( 100% - var(--container-padding) * 2);
  --width: calc( 100% - var(--container-padding) * 2);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: var(--width);
  max-width: var(--max-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.entry-content > *:not([data-align=full]):not(.alignfull) * {
  --container-padding: 0 !important;
}
.entry-content > *[data-align=center], .entry-content > *.aligncenter {
  --max-width: 760px;
  --width: -moz-calc( 100% - var(--container-padding) * 2 );
  --width: calc( 100% - var(--container-padding) * 2 );
}
.entry-content > *[data-align=wide], .entry-content > *.alignwide {
  --max-width: 1360px;
  --width: -moz-calc( 100% - var(--container-padding) * 2);
  --width: calc( 100% - var(--container-padding) * 2);
}
.entry-content > *[data-align=full], .entry-content > *.alignfull {
  --max-width: 100vw;
  --width: 100%;
}
.entry-content > *[data-align=full] {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.site-has-submenu .main-entry-content *:first-child.cohere-section .cohere-section__inner {
  padding-top: 60px;
}
.block-editor-block-list__layout.is-root-container {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.block-editor-block-list__layout.is-root-container > * {
  margin-left: unset;
  margin-right: unset;
  --container-padding: 20px;
  --max-width: 1340px;
  --width: -moz-calc( 100% - var(--container-padding) * 2);
  --width: calc( 100% - var(--container-padding) * 2);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: var(--width);
  max-width: var(--max-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.block-editor-block-list__layout.is-root-container > *:not([data-align=full]):not(.alignfull) * {
  --container-padding: 0 !important;
}
.block-editor-block-list__layout.is-root-container > *[data-align=center], .block-editor-block-list__layout.is-root-container > *.aligncenter {
  --max-width: 760px;
  --width: -moz-calc( 100% - var(--container-padding) * 2 );
  --width: calc( 100% - var(--container-padding) * 2 );
}
.block-editor-block-list__layout.is-root-container > *[data-align=wide], .block-editor-block-list__layout.is-root-container > *.alignwide {
  --max-width: 1360px;
  --width: -moz-calc( 100% - var(--container-padding) * 2);
  --width: calc( 100% - var(--container-padding) * 2);
}
.block-editor-block-list__layout.is-root-container > *[data-align=full], .block-editor-block-list__layout.is-root-container > *.alignfull {
  --max-width: 100vw;
  --width: 100%;
}
.block-editor-block-list__layout.is-root-container > *[data-align=full] {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.edit-post-visual-editor__post-title-wrapper {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.edit-post-visual-editor__post-title-wrapper > * {
  margin-left: unset;
  margin-right: unset;
  --container-padding: 20px;
  --max-width: 1340px;
  --width: -moz-calc( 100% - var(--container-padding) * 2);
  --width: calc( 100% - var(--container-padding) * 2);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: var(--width);
  max-width: var(--max-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.edit-post-visual-editor__post-title-wrapper > *:not([data-align=full]):not(.alignfull) * {
  --container-padding: 0 !important;
}
.edit-post-visual-editor__post-title-wrapper > *[data-align=center], .edit-post-visual-editor__post-title-wrapper > *.aligncenter {
  --max-width: 760px;
  --width: -moz-calc( 100% - var(--container-padding) * 2 );
  --width: calc( 100% - var(--container-padding) * 2 );
}
.edit-post-visual-editor__post-title-wrapper > *[data-align=wide], .edit-post-visual-editor__post-title-wrapper > *.alignwide {
  --max-width: 1360px;
  --width: -moz-calc( 100% - var(--container-padding) * 2);
  --width: calc( 100% - var(--container-padding) * 2);
}
.edit-post-visual-editor__post-title-wrapper > *[data-align=full], .edit-post-visual-editor__post-title-wrapper > *.alignfull {
  --max-width: 100vw;
  --width: 100%;
}
.edit-post-visual-editor__post-title-wrapper > *[data-align=full] {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.wp-block {
  margin-top: unset;
  margin-bottom: unset;
  max-width: unset;
}

.wp-block-spacer {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/** Colors **/
.has-primary-color {
  color: #4d5bb1;
  --color: #4d5bb1;
}

.has-primary-background-color {
  background-color: #4d5bb1;
  --background-color: #4d5bb1;
}

.has-secondary-color {
  color: #91d7f9;
  --color: #91d7f9;
}

.has-secondary-background-color {
  background-color: #91d7f9;
  --background-color: #91d7f9;
}

.has-white-color {
  color: #fff;
  --color: #fff;
}

.has-white-background-color {
  background-color: #fff;
  --background-color: #fff;
}

.has-black-color {
  color: #000;
  --color: #000;
}

.has-black-background-color {
  background-color: #000;
  --background-color: #000;
}

.has-light-blue-color {
  color: #8282a1;
  --color: #8282a1;
}

.has-light-blue-background-color {
  background-color: #8282a1;
  --background-color: #8282a1;
}

.has-lighter-blue-color {
  color: #e9edfa;
  --color: #e9edfa;
}

.has-lighter-blue-background-color {
  background-color: #e9edfa;
  --background-color: #e9edfa;
}

.has-darkestgray-color {
  color: #1c1c1c;
  --color: #1c1c1c;
}

.has-darkestgray-background-color {
  background-color: #1c1c1c;
  --background-color: #1c1c1c;
}

.has-darkergray-color {
  color: #606164;
  --color: #606164;
}

.has-darkergray-background-color {
  background-color: #606164;
  --background-color: #606164;
}

.has-darkgray-color {
  color: #676767;
  --color: #676767;
}

.has-darkgray-background-color {
  background-color: #676767;
  --background-color: #676767;
}

.has-lightgray-color {
  color: #797A7C;
  --color: #797A7C;
}

.has-lightgray-background-color {
  background-color: #797A7C;
  --background-color: #797A7C;
}

.has-lighergray-color {
  color: #9B9B9F;
  --color: #9B9B9F;
}

.has-lighergray-background-color {
  background-color: #9B9B9F;
  --background-color: #9B9B9F;
}

.has-lightestgray-color {
  color: #eceff1;
  --color: #eceff1;
}

.has-lightestgray-background-color {
  background-color: #eceff1;
  --background-color: #eceff1;
}

.has-lightestgray2-color {
  color: #f2f5f8;
  --color: #f2f5f8;
}

.has-lightestgray2-background-color {
  background-color: #f2f5f8;
  --background-color: #f2f5f8;
}

.has-lightestgray-2-color {
  color: #f2f5f8;
  --color: #f2f5f8;
}

.has-lightestgray-2-background-color {
  background-color: #f2f5f8;
  --background-color: #f2f5f8;
}

.has-links-color-color {
  color: #006ffa;
  --color: #006ffa;
}

.has-links-color-background-color {
  background-color: #006ffa;
  --background-color: #006ffa;
}

/** Gradients **/
.has-overlay-gradient-gradient-background {
  background: -moz-linear-gradient(top, rgba(28, 15, 59, 0.31) 10%, rgba(28, 15, 59, 0.7) 99%);
  background: linear-gradient(to bottom, rgba(28, 15, 59, 0.31) 10%, rgba(28, 15, 59, 0.7) 99%);
}

.has-gradient-primary-gradient-background {
  background: -moz-linear-gradient(left, #f3f4f7 0%, #d5e0ff 100%);
  background: linear-gradient(90deg, #f3f4f7 0%, #d5e0ff 100%);
}

.has-gradient-primary-r-gradient-background {
  background: -moz-linear-gradient(left, #d5e0ff 0%, #f3f4f7 100%);
  background: linear-gradient(90deg, #d5e0ff 0%, #f3f4f7 100%);
}

.has-gradient-primary-v-gradient-background {
  background: -moz-linear-gradient(top, #f3f4f7 0%, #d5e0ff 100%);
  background: linear-gradient(180deg, #f3f4f7 0%, #d5e0ff 100%);
}

.has-gradient-primary-v-r-gradient-background {
  background: -moz-linear-gradient(top, #d5e0ff 0%, #f3f4f7 100%);
  background: linear-gradient(180deg, #d5e0ff 0%, #f3f4f7 100%);
}

.has-gradient-primary-radial-gradient-background {
  background: -moz-radial-gradient(50% 50%, circle, #f3f4f7 0%, #d5e0ff 130%);
  background: radial-gradient(circle at 50% 50%, #f3f4f7 0%, #d5e0ff 130%);
}

.has-gradient-primary-radial-r-gradient-background {
  background: -moz-radial-gradient(50% 50%, circle, #d5e0ff 0%, #f3f4f7 130%);
  background: radial-gradient(circle at 50% 50%, #d5e0ff 0%, #f3f4f7 130%);
}

.has-gradient-black-blue-white-v-gradient-background {
  background: -moz-linear-gradient(top, var(--black), #28457e 59%, #fff 100%);
  background: linear-gradient(to bottom, var(--black), #28457e 59%, #fff 100%);
}

.has-gradient-black-blue-v-gradient-background {
  background: -moz-linear-gradient(top, var(--black), #28457e 64%, #3c8aa1 100%);
  background: linear-gradient(to bottom, var(--black), #28457e 64%, #3c8aa1 100%);
}

/** Gradients **/
.has-titanic-font-size {
  font-size: 150px;
}
@media screen and (min-width: 576px) {
  .has-titanic-font-size {
    font-size: -moz-calc(150px + 0 * (100vw - 576px) / 524);
    font-size: calc(150px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  .has-titanic-font-size {
    font-size: 150px;
  }
}

.has-colossal-font-size {
  font-size: 97px;
}
@media screen and (min-width: 576px) {
  .has-colossal-font-size {
    font-size: -moz-calc(97px + 0 * (100vw - 576px) / 524);
    font-size: calc(97px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  .has-colossal-font-size {
    font-size: 97px;
  }
}

.has-gigantic-font-size {
  font-size: 75px;
}
@media screen and (min-width: 576px) {
  .has-gigantic-font-size {
    font-size: -moz-calc(75px + 0 * (100vw - 576px) / 524);
    font-size: calc(75px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  .has-gigantic-font-size {
    font-size: 75px;
  }
}

.has-massive-font-size {
  font-size: 64px;
}
@media screen and (min-width: 576px) {
  .has-massive-font-size {
    font-size: -moz-calc(64px + 0 * (100vw - 576px) / 524);
    font-size: calc(64px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  .has-massive-font-size {
    font-size: 64px;
  }
}

.has-enormous-font-size {
  font-size: 54px;
}
@media screen and (min-width: 576px) {
  .has-enormous-font-size {
    font-size: -moz-calc(54px + 0 * (100vw - 576px) / 524);
    font-size: calc(54px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  .has-enormous-font-size {
    font-size: 54px;
  }
}

.has-huge-font-size {
  font-size: 46px;
}
@media screen and (min-width: 576px) {
  .has-huge-font-size {
    font-size: -moz-calc(46px + 0 * (100vw - 576px) / 524);
    font-size: calc(46px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  .has-huge-font-size {
    font-size: 46px;
  }
}

.has-large-font-size {
  font-size: 40px;
}
@media screen and (min-width: 576px) {
  .has-large-font-size {
    font-size: -moz-calc(40px + 0 * (100vw - 576px) / 524);
    font-size: calc(40px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  .has-large-font-size {
    font-size: 40px;
  }
}

.has-medium-large-font-size {
  font-size: 32px;
}
@media screen and (min-width: 576px) {
  .has-medium-large-font-size {
    font-size: -moz-calc(32px + 0 * (100vw - 576px) / 524);
    font-size: calc(32px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  .has-medium-large-font-size {
    font-size: 32px;
  }
}

.has-medium-font-size {
  font-size: 28px;
}
@media screen and (min-width: 576px) {
  .has-medium-font-size {
    font-size: -moz-calc(28px + 0 * (100vw - 576px) / 524);
    font-size: calc(28px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  .has-medium-font-size {
    font-size: 28px;
  }
}

.has-standard-font-size {
  font-size: 24px;
}
@media screen and (min-width: 576px) {
  .has-standard-font-size {
    font-size: -moz-calc(24px + 0 * (100vw - 576px) / 524);
    font-size: calc(24px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  .has-standard-font-size {
    font-size: 24px;
  }
}

.has-small-font-size {
  font-size: 22px;
}
@media screen and (min-width: 576px) {
  .has-small-font-size {
    font-size: -moz-calc(22px + 0 * (100vw - 576px) / 524);
    font-size: calc(22px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  .has-small-font-size {
    font-size: 22px;
  }
}

.has-tiny-font-size {
  font-size: 20px;
}
@media screen and (min-width: 576px) {
  .has-tiny-font-size {
    font-size: -moz-calc(20px + 0 * (100vw - 576px) / 524);
    font-size: calc(20px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  .has-tiny-font-size {
    font-size: 20px;
  }
}

.has-regular-font-size {
  font-size: 16px;
}
@media screen and (min-width: 576px) {
  .has-regular-font-size {
    font-size: -moz-calc(16px + 0 * (100vw - 576px) / 524);
    font-size: calc(16px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  .has-regular-font-size {
    font-size: 16px;
  }
}

.has-minuscule-font-size {
  font-size: 14px;
}
@media screen and (min-width: 576px) {
  .has-minuscule-font-size {
    font-size: -moz-calc(14px + 0 * (100vw - 576px) / 524);
    font-size: calc(14px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  .has-minuscule-font-size {
    font-size: 14px;
  }
}

.site-footer {
  background: #f0f0f0;
  padding: 60px 0;
  margin-top: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.site-footer#colophon {
  margin-top: 0;
}
.site-footer > * {
  margin-left: unset;
  margin-right: unset;
  --container-padding: 20px;
  --max-width: 1340px;
  --width: -moz-calc( 100% - var(--container-padding) * 2);
  --width: calc( 100% - var(--container-padding) * 2);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: var(--width);
  max-width: var(--max-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.site-footer > *:not([data-align=full]):not(.alignfull) * {
  --container-padding: 0 !important;
}
.site-footer > *[data-align=center], .site-footer > *.aligncenter {
  --max-width: 760px;
  --width: -moz-calc( 100% - var(--container-padding) * 2 );
  --width: calc( 100% - var(--container-padding) * 2 );
}
.site-footer > *[data-align=wide], .site-footer > *.alignwide {
  --max-width: 1360px;
  --width: -moz-calc( 100% - var(--container-padding) * 2);
  --width: calc( 100% - var(--container-padding) * 2);
}
.site-footer > *[data-align=full], .site-footer > *.alignfull {
  --max-width: 100vw;
  --width: 100%;
}
.site-footer > *[data-align=full] {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 1200px) {
  .site-footer {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .site-footer {
    padding: 0 0 50px;
  }
}

.site-footer__nav-inner ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-footer__nav-inner #footer-menu {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .site-footer__nav-inner #footer-menu {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (min-width: 769px) {
  .site-footer__nav-inner #footer-menu > li {
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
  }
}
@media (max-width: 768px) {
  .site-footer__nav-inner #footer-menu > li {
    width: 100%;
    margin-bottom: 0;
    border-top: 1px solid #d8deee;
  }
  .site-footer__nav-inner #footer-menu > li.menu-item-has-children > a {
    position: relative;
  }
  .site-footer__nav-inner #footer-menu > li.menu-item-has-children > a:after {
    content: "+";
    width: 14px;
    height: 14px;
    position: absolute;
    top: -moz-calc(50% - 7px);
    top: calc(50% - 7px);
    right: 10px;
    -webkit-transform-origin: 5px 2.5px;
       -moz-transform-origin: 5px 2.5px;
            transform-origin: 5px 2.5px;
    font-weight: 100;
    font-size: 24px;
    text-align: center;
    color: #4d5bb1;
  }
  .site-footer__nav-inner #footer-menu > li.menu-item-has-children.sub-menu--open > a:after {
    content: "-";
    font-size: 28px;
  }
}
.site-footer__nav-inner #footer-menu > li > a {
  margin-bottom: 15px;
  display: inline-block;
}
@media (max-width: 768px) {
  .site-footer__nav-inner #footer-menu > li > a {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    padding: 0 0;
    height: 46px;
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .site-footer__nav-inner #footer-menu .sub-menu > li {
    margin: 5px 0;
  }
  .site-footer__nav-inner #footer-menu .sub-menu > li:first-child {
    margin-top: 0px;
  }
  .site-footer__nav-inner #footer-menu .sub-menu > li:last-child {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .site-footer__nav-inner #footer-menu .sub-menu > li > a {
    padding: 0 0;
    display: block;
  }
}

.site-footer__footer {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 1200px) {
  .site-footer__footer {
    margin-top: 20px;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
            flex-direction: column-reverse;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .site-footer__footer {
    text-align: left;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    margin-top: 50px;
  }
}

.site-footer__nav + .site-footer__footer {
  margin-top: 60px;
}

.site-footer__brand img {
  max-height: 50px;
  vertical-align: middle;
}

.site-footer__info {
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
}

@media (max-width: 1200px) {
  .site-footer__copyright-link {
    margin: 0 -5px;
  }
}
.site-footer__copyright-link ul, .site-footer__copyright-link li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer__copyright-link li {
  display: inline-block;
}
@media (max-width: 1200px) {
  .site-footer__copyright-link a {
    margin: 0 5px;
  }
}

@media (max-width: 1200px) {
  .site-footer__social {
    margin-bottom: 20px;
  }
}

.site-footer__social {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.site-footer__social-icon {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  width: 34px;
  height: 34px;
  margin-right: 5px;
}

.site-footer__social-icon-inner {
  display: inline-block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.site-footer__social-icon-inner svg {
  width: 24px;
  height: 26px;
  vertical-align: bottom;
}

.site-header {
  background: var(--white);
}
body.page-header-style-glossy .site-header {
  -webkit-backdrop-filter: blur(26px);
  backdrop-filter: blur(26px);
  background-color: rgba(255, 255, 255, 0.36);
}

.site-header__inner {
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
/************************************
 ****** Menu Toggle ********
 ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ **/
/**↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑
 ****** Menu Toggle ********
 ***********************************/
/************************************
 ****** Brand ********
 ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ **/
/**↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑
 ****** Menu Toggle ********
 ***********************************/
/************************************
 ****** Main Navigation ********
 ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ **/
.site-header__main-navigation {
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1200px) {
  .site-header__main-navigation {
    background-color: #f2f5f8;
  }
}

/**↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑
 ****** Main Navigation ********
 ***********************************/
/************************************
 ****** WP Primary Menu ********
 ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ **/
@media (min-width: 1201px) {
  .site-header .main-navigation ul ul {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(53, 50, 86, 0.4);
    padding: 0 max((var(--viewportWidth) - 1340px) / 2, 20px);
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }
}

.site-header__submenu {
  display: none;
}
@media (max-width: 1200px) {
  .site-header__submenu {
    display: block !important;
    white-space: nowrap;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(53, 50, 86, 0.4);
    padding: 0;
    z-index: 1000;
    list-style: none;
    margin: 0 -moz-calc((var(--viewportWidth) - 100%) / -2);
    margin: 0 calc((var(--viewportWidth) - 100%) / -2);
    overflow-x: auto;
  }
  .site-header__submenu::-webkit-scrollbar {
    display: none;
  }
  .site-header__submenu > li {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    padding: 0 20px;
  }
  .site-header__submenu > li > a {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    padding: 0px 0px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1.86px;
    text-transform: uppercase;
    text-decoration: none;
    border-top: solid 2px transparent;
    border-bottom: solid 2px transparent;
    height: 38px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .site-header__submenu > li.current-menu-item > a, .site-header__submenu > li.current-menu-parent > a {
    color: var(--white);
    border-bottom-color: var(--white);
  }
}

/** First level **/
@media (min-width: 1201px) {
  #primary-menu > li > a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1.86px;
    color: #000;
    border: 1px solid transparent;
    padding-top: 2px;
  }
  #primary-menu > li > a:hover {
    border-color: var(--secondary);
  }
}
@media (max-width: 1200px) {
  #primary-menu > li > a {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 3;
    letter-spacing: 2.86px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 50px;
  }
}

#primary-menu > li.current-menu-item > a {
  border-color: var(--secondary);
}

#primary-menu > li.current-menu-parent > a {
  border-color: var(--secondary);
}

@media (max-width: 1200px) {
  #primary-menu > li > ul {
    margin: 0 20px;
    border-top: solid 1px rgba(6, 6, 6, 0.12);
    border-bottom: solid 1px rgba(6, 6, 6, 0.12);
  }
}

@media (max-width: 1200px) {
  #primary-menu > li > .sub-menu > li > a {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.07;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 30px;
    display: block;
  }
}

@media (min-width: 1201px) {
  #primary-menu > li.current-menu-item > ul > li:first-child > a,
  #primary-menu > li.current-menu-parent > ul > li:first-child > a {
    margin-left: 0;
  }
  #primary-menu > li.current-menu-item > ul a,
  #primary-menu > li.current-menu-parent > ul a {
    font-family: "Circular", sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1.86px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    text-decoration: none;
    height: 38px;
    border-top: solid 4px transparent;
    border-bottom: solid 2px transparent;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  #primary-menu > li.current-menu-item > ul a:hover,
  #primary-menu > li.current-menu-parent > ul a:hover {
    color: var(--white);
    border-bottom-color: var(--white);
  }
  #primary-menu > li.current-menu-item > ul li.current-menu-item > a,
  #primary-menu > li.current-menu-item > ul li.current-menu-parent > a,
  #primary-menu > li.current-menu-parent > ul li.current-menu-item > a,
  #primary-menu > li.current-menu-parent > ul li.current-menu-parent > a {
    color: var(--white);
    border-bottom-color: var(--white);
  }
}
/**↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑
 ****** WP Primary Menu ********
 ***********************************/
/************************************
 ****** Mobile Search ********
 ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ **/
/**↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑
 ****** Search ********
 ***********************************/
/************************************
 ****** Social Icons ********
 ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ **/
.site-header__social--mobile {
  margin-bottom: 0;
}
/**↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑
 ****** Social Icons ********
 ***********************************/
/************************************
 ****** Copyright ********
 ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ **/
.site-header__copyright {
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.56px;
  text-align: center;
  color: #9ba2b7;
}
/**↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑
 ****** Copyright ********
 ***********************************/
/************************************
 ****** Search ********
 ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ **/
.site-header__search-icon svg, .site-header__search-icon svg * {
  stroke: #4a64ba;
}

/**↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑
 ****** Search ********
 ***********************************/
.site-footer {
  background-color: #f9fbfe;
  padding: 24px 0;
}
body.page-footer-style-white .site-footer {
  background-color: #fff;
  padding-top: 90px;
}

@media (max-width: 768px) {
  .site-footer {
    padding: 1px 0 24px 0;
  }
}

.site-footer__inner {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
@media (max-width: 768px) {
  .site-footer__inner {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}

.site-footer__footer-left {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
@media (min-width: 769px) {
  .site-footer__footer-left {
    -webkit-flex: 235;
       -moz-box-flex: 235;
            flex: 235;
    border-right: solid 1px #d8deee;
    padding: 20px 28px 20px 0;
  }
}
@media (max-width: 768px) {
  .site-footer__footer-left {
    -webkit-order: 10;
       -moz-box-ordinal-group: 11;
            order: 10;
    border-top: solid 1px #d8deee;
    padding: 24px 0 0 0;
    text-align: center;
  }
}

.site-footer__footer-middle {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
@media (min-width: 769px) {
  .site-footer__footer-middle {
    -webkit-flex: 405;
       -moz-box-flex: 405;
            flex: 405;
    border-right: solid 1px #d8deee;
    padding: 19px 28px;
  }
}
.site-footer__footer-right {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
@media (min-width: 769px) {
  .site-footer__footer-right {
    -webkit-flex: 700;
       -moz-box-flex: 700;
            flex: 700;
    border-right: solid 1px #d8deee;
    padding: 19px 28px;
  }
}
@media (max-width: 768px) {
  .site-footer__footer-right {
    border-top: solid 1px #d8deee;
    padding: 20px 0 0 0;
  }
}

.site-footer__footer-title {
  font-family: "Circular", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2.29px;
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  line-height: 1em;
  margin-bottom: 26px;
}

.site-footer__nav-inner #footer-menu > li {
  margin-top: 0;
  line-height: 1em;
}
.site-footer__nav-inner #footer-menu > li > a {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2.29px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 768px) {
  .site-footer__nav-inner #footer-menu > li > a {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
@media (min-width: 769px) {
  .site-footer__nav-inner #footer-menu .sub-menu > li {
    margin: 3px 0;
  }
}
.site-footer__nav-inner #footer-menu .sub-menu > li > a {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.78px;
  color: #000;
  opacity: 0.59;
  text-decoration: none;
  font-weight: 350;
}
.site-footer__copyright {
  font-size: 10px;
  letter-spacing: 0.56px;
  color: #9ba2b7;
  margin-top: 20px;
}

.site-footer__social {
  margin-top: 20px;
  margin-left: -8px;
}
@media (max-width: 768px) {
  .site-footer__social {
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }
}

/**
 * 06 - Pages
 */
.not-found {
  margin-top: -moz-calc(var(--header-height) * -1);
  margin-top: calc(var(--header-height) * -1);
}

.not-found__content {
  position: relative;
  background-image: -moz-linear-gradient(top, #f3f4f7, #fff);
  background-image: linear-gradient(to bottom, #f3f4f7, #fff);
}

.not-found__content-inner {
  max-width: 700px;
  margin: 0 auto;
  padding-top: -moz-calc(130px + var(--header-height));
  padding-top: calc(130px + var(--header-height));
  padding-bottom: 200px;
  text-align: center;
}

.not-found__content-wrapper {
  max-width: 1400px;
  padding: 60px 20px;
  margin: 0 auto;
}

.not-found__content-title {
  font-family: "TamilMN", sans-serif;
  font-size: 52px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #2e6cff;
  margin-top: 0;
}
@media (max-width: 1200px) {
  .not-found__content-title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .not-found__content-title {
    font-size: 30px;
  }
}

.not-found__content-content {
  opacity: 0.59;
  font-family: "CircularStd", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 0.89px;
  text-align: center;
}
@media (max-width: 768px) {
  .not-found__content-content {
    font-size: 16px;
  }
}

.search-page__hero {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-top: -moz-calc(var(--header-total-height) * -1) !important;
  margin-top: calc(var(--header-total-height) * -1) !important;
  padding-top: -moz-calc(var(--header-total-height) + 80px);
  padding-top: calc(var(--header-total-height) + 80px);
  padding-bottom: 150px;
  background-color: #f2f5f8;
}
.search-page__hero > * {
  margin-left: unset;
  margin-right: unset;
  --container-padding: 20px;
  --max-width: 1340px;
  --width: -moz-calc( 100% - var(--container-padding) * 2);
  --width: calc( 100% - var(--container-padding) * 2);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: var(--width);
  max-width: var(--max-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.search-page__hero > *:not([data-align=full]):not(.alignfull) * {
  --container-padding: 0 !important;
}
.search-page__hero > *[data-align=center], .search-page__hero > *.aligncenter {
  --max-width: 760px;
  --width: -moz-calc( 100% - var(--container-padding) * 2 );
  --width: calc( 100% - var(--container-padding) * 2 );
}
.search-page__hero > *[data-align=wide], .search-page__hero > *.alignwide {
  --max-width: 1360px;
  --width: -moz-calc( 100% - var(--container-padding) * 2);
  --width: calc( 100% - var(--container-padding) * 2);
}
.search-page__hero > *[data-align=full], .search-page__hero > *.alignfull {
  --max-width: 100vw;
  --width: 100%;
}
.search-page__hero > *[data-align=full] {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.search-page__hero-title {
  font-family: "TamilMN", sans-serif;
  font-size: 70px;
  font-weight: 350;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  margin: 20px 0 5px 0;
}
@media (max-width: 1200px) {
  .search-page__hero-title {
    font-size: 44px;
  }
}

.search-page__hero-results {
  font-family: "Circular", sans-serif;
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #8282a1;
}
.search-page__hero-results span {
  color: var(--primary);
}

.search-page__hero-search {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}

.search-page__hero-search-inner {
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
}

.search-page__hero-search-input {
  width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  height: 39px;
  padding: 9px 5px 10px 8px;
  border: solid 1px #d8deee;
  background-color: #fefeff;
  font-family: "Circular", sans-serif;
  font-size: 16px;
  font-weight: 350;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #9ba2b7;
}
.search-page__hero-search-input:focus {
  border-color: var(--primary);
  outline: none;
}
.search-page__hero-search-input::-webkit-input-placeholder {
  color: #a1a8b6;
}
.search-page__hero-search-input::-moz-placeholder {
  color: #a1a8b6;
}
.search-page__hero-search-input::-ms-input-placeholder {
  color: #a1a8b6;
}
.search-page__hero-search-input::placeholder {
  color: #a1a8b6;
}

.search-page__hero-search-icon {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search-page__hero-search-icon svg {
  vertical-align: top;
}
.search-page__hero-search-icon * {
  fill: white;
}

.search-page__hero-search-button {
  height: 39px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0 30px 0 30px;
  border: solid 1px #d8deee;
  background-color: #d8deee;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.search-page__hero-search-button svg {
  vertical-align: middle;
}
.search-page__hero-search-button * {
  stroke: #4a64ba;
}

.search-page__content {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-top: -100px;
  -webkit-backdrop-filter: blur(26px);
          backdrop-filter: blur(26px);
  background-color: rgba(255, 255, 255, 0.15);
  margin-bottom: 60px;
}
.search-page__content > * {
  margin-left: unset;
  margin-right: unset;
  --container-padding: 20px;
  --max-width: 1340px;
  --width: -moz-calc( 100% - var(--container-padding) * 2);
  --width: calc( 100% - var(--container-padding) * 2);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: var(--width);
  max-width: var(--max-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.search-page__content > *:not([data-align=full]):not(.alignfull) * {
  --container-padding: 0 !important;
}
.search-page__content > *[data-align=center], .search-page__content > *.aligncenter {
  --max-width: 760px;
  --width: -moz-calc( 100% - var(--container-padding) * 2 );
  --width: calc( 100% - var(--container-padding) * 2 );
}
.search-page__content > *[data-align=wide], .search-page__content > *.alignwide {
  --max-width: 1360px;
  --width: -moz-calc( 100% - var(--container-padding) * 2);
  --width: calc( 100% - var(--container-padding) * 2);
}
.search-page__content > *[data-align=full], .search-page__content > *.alignfull {
  --max-width: 100vw;
  --width: 100%;
}
.search-page__content > *[data-align=full] {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.search-page__content-no-items {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  max-width: 311px;
  margin: 80px auto 200px;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  text-align: center;
  color: var(--secondary);
}
.search-page__content-no-items img {
  max-width: 169px;
  margin-bottom: 20px;
  margin-right: -30px;
}

.search-page__content-items {
  position: relative;
  margin-bottom: 100px;
}

.search-page__item {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  padding: 30px 0;
}
.search-page__item:after {
  content: "";
  position: absolute;
  right: 8px;
  left: 8px;
  width: 100%;
  height: 1px;
  bottom: 0;
  background-color: #c8c8c8;
  box-shadow: 8px 0 0 0 black, -8px 0 0 0 black;
}
@media (max-width: 768px) {
  .search-page__item {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}

.search-page__item-image {
  min-width: 100px;
  max-width: 200px;
  margin-right: 30px;
}
.search-page__item-image img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .search-page__item-image {
    margin: 0 auto;
  }
}

.search-page__item-details {
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  padding: 0px;
}

.search-page__item-subtext span {
  font-family: "Circular", sans-serif;
  font-size: 11px;
  font-weight: 350;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.61px;
  color: #8282a1;
  text-transform: uppercase;
}

.search-page__item-title {
  margin: 0 0 0 0;
}
.search-page__item-title, .search-page__item-title a {
  font-family: "TamilMN", sans-serif;
  font-size: 29px;
  font-weight: 350;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #000;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .search-page__item-title, .search-page__item-title a {
    font-size: 32px;
  }
}

.search-page__item-content {
  opacity: 0.59;
  font-family: "Circular", sans-serif;
  font-size: 16px;
  font-weight: 350;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 0.89px;
  color: #000;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
}
.search-page__item-content p {
  margin: 0;
}

.facetwp-facet-pager_load_more {
  text-align: center;
  margin-top: 50px;
}

.single-post__header {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: #f2f5f8;
  background-image: -moz-linear-gradient(25deg, #f2f5f8 -moz-calc(100% - 40vw), #d2f7ff 100%);
  background-image: linear-gradient(65deg, #f2f5f8 calc(100% - 40vw), #d2f7ff 100%);
  --default-padding: 96px;
  padding-top: -moz-calc(var(--header-total-height, 0px) + var(--padding-top, var(--default-padding)));
  padding-top: calc(var(--header-total-height, 0px) + var(--padding-top, var(--default-padding)));
  margin-top: -moz-calc(var(--header-total-height, 0px) * -1 - 30px) !important;
  margin-top: calc(var(--header-total-height, 0px) * -1 - 30px) !important;
  --gutter: 40px;
}
.single-post__header > * {
  margin-left: unset;
  margin-right: unset;
  --container-padding: 20px;
  --max-width: 1340px;
  --width: -moz-calc( 100% - var(--container-padding) * 2);
  --width: calc( 100% - var(--container-padding) * 2);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: var(--width);
  max-width: var(--max-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.single-post__header > *:not([data-align=full]):not(.alignfull) * {
  --container-padding: 0 !important;
}
.single-post__header > *[data-align=center], .single-post__header > *.aligncenter {
  --max-width: 760px;
  --width: -moz-calc( 100% - var(--container-padding) * 2 );
  --width: calc( 100% - var(--container-padding) * 2 );
}
.single-post__header > *[data-align=wide], .single-post__header > *.alignwide {
  --max-width: 1360px;
  --width: -moz-calc( 100% - var(--container-padding) * 2);
  --width: calc( 100% - var(--container-padding) * 2);
}
.single-post__header > *[data-align=full], .single-post__header > *.alignfull {
  --max-width: 100vw;
  --width: 100%;
}
.single-post__header > *[data-align=full] {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.single-post__header-inner {
  position: relative;
  padding-bottom: 20px;
  --max-width: 870px;
  margin-top: -40px;
}

.single-post__header-gradient {
  position: absolute;
  bottom: 0;
  left: -moz-calc(var(--gutter) * -1);
  left: calc(var(--gutter) * -1);
  right: -moz-calc(var(--gutter) * -1);
  right: calc(var(--gutter) * -1);
  height: 91px;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 1%, #fff);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, #fff);
}
.single-post__header-gradient ~ * {
  position: relative;
  z-index: 1;
}

.single-post__header-gradient-left-top,
.single-post__header-gradient-left-bottom,
.single-post__header-gradient-right-top,
.single-post__header-gradient-right-bottom {
  position: absolute;
  width: 97px;
  height: 92px;
}

.single-post__header-gradient-left-top {
  bottom: 0;
  left: -moz-calc(var(--gutter) * -1 - 97px);
  left: calc(var(--gutter) * -1 - 97px);
  background-image: -moz-linear-gradient(133deg, #dad2ff 5%, rgba(216, 216, 216, 0) 48%);
  background-image: linear-gradient(-43deg, #dad2ff 5%, rgba(216, 216, 216, 0) 48%);
}

.single-post__header-gradient-left-bottom {
  bottom: -92px;
  left: -moz-calc(var(--gutter) * -1 - 97px);
  left: calc(var(--gutter) * -1 - 97px);
  background-image: -moz-linear-gradient(227deg, #d2f7ff 0%, rgba(255, 255, 255, 0) 60%);
  background-image: linear-gradient(-137deg, #d2f7ff 0%, rgba(255, 255, 255, 0) 60%);
}

.single-post__header-gradient-right-top {
  bottom: 0;
  right: -moz-calc(var(--gutter) * -1 - 97px);
  right: calc(var(--gutter) * -1 - 97px);
  background-image: -moz-linear-gradient(47deg, #dad2ff 5%, rgba(216, 216, 216, 0) 48%);
  background-image: linear-gradient(43deg, #dad2ff 5%, rgba(216, 216, 216, 0) 48%);
}

.single-post__header-gradient-right-bottom {
  bottom: -92px;
  right: -moz-calc(var(--gutter) * -1 - 97px);
  right: calc(var(--gutter) * -1 - 97px);
  background-image: -moz-linear-gradient(313deg, #d2f7ff 0%, rgba(255, 255, 255, 0) 60%);
  background-image: linear-gradient(137deg, #d2f7ff 0%, rgba(255, 255, 255, 0) 60%);
}

.single-post__header-back a {
  opacity: 0.5;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  text-decoration: none;
}
.single-post__header-back a:before {
  content: "";
  width: 62px;
  height: 10px;
  margin-right: 16px;
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  background: url("./assets/images/black-arrow.svg") no-repeat;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.single-post__header-back a:hover:before {
  -webkit-transform: translateX(-3px);
     -moz-transform: translateX(-3px);
          transform: translateX(-3px);
}

.single-post__header-title {
  font-size: 46px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.98;
  letter-spacing: normal;
  color: #000;
}
@media (max-width: 1200px) {
  .single-post__header-title {
    margin-top: 70px;
  }
}

.single-post__header-excerpt {
  font-family: "TamilMN", sans-serif;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #4a64ba;
  padding: 26px 0;
  margin-top: 34px;
  border-top: solid 1px #c6d1f5;
  border-bottom: solid 1px #c6d1f5;
}

.single-post__header-details {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.61px;
  color: #8282a1;
  text-transform: uppercase;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.single-post__header-details > *:not(:last-child) {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #8282a1;
  height: 11px;
}

.single-post__content {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.single-post__content > * {
  margin-left: unset;
  margin-right: unset;
  --container-padding: 20px;
  --max-width: 1340px;
  --width: -moz-calc( 100% - var(--container-padding) * 2);
  --width: calc( 100% - var(--container-padding) * 2);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: var(--width);
  max-width: var(--max-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.single-post__content > *:not([data-align=full]):not(.alignfull) * {
  --container-padding: 0 !important;
}
.single-post__content > *[data-align=center], .single-post__content > *.aligncenter {
  --max-width: 760px;
  --width: -moz-calc( 100% - var(--container-padding) * 2 );
  --width: calc( 100% - var(--container-padding) * 2 );
}
.single-post__content > *[data-align=wide], .single-post__content > *.alignwide {
  --max-width: 1360px;
  --width: -moz-calc( 100% - var(--container-padding) * 2);
  --width: calc( 100% - var(--container-padding) * 2);
}
.single-post__content > *[data-align=full], .single-post__content > *.alignfull {
  --max-width: 100vw;
  --width: 100%;
}
.single-post__content > *[data-align=full] {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.single-post__content * {
  font-size: 16px;
  font-weight: 350;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 0.89px;
  color: rgba(0, 0, 0, 0.5568627451);
}

.single-post__content-inner {
  --max-width: 870px;
  padding-bottom: 35px;
  border-bottom: solid 1px #c6d1f5;
  margin-bottom: 35px;
}

.single-post__content-the-content > *:last-child {
  margin-bottom: 0;
}

.single-post__footer-inner .latest-news-grid__list {
  max-width: 870px;
  padding-bottom: 35px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}
.single-post__footer-inner .latest-news-grid__list .latest-news-grid__list-heading h2 {
  font-size: 24px;
}
.single-post__footer-inner .latest-news-grid__list .latest-news-grid__item-category {
  margin: 15px 0px 0px 17px;
  padding: 3px 12px 2px 12px;
  font-size: 12px;
}
.single-post__footer-inner .latest-news-grid__list .latest-news-grid__list-inner {
  margin-top: 30px;
  gap: 11px;
}
.single-post__footer-inner .latest-news-grid__list .latest-news-grid__item {
  margin-right: 0;
}
.single-post__footer-inner .latest-news-grid__list .latest-news-grid__item-title {
  font-size: 18px;
}
.single-post__footer-inner .latest-news-grid__list .latest-news-grid__item-date {
  font-size: 12px;
  padding-bottom: 0;
}

.content-page__header {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: #f2f5f8;
  background-image: -moz-linear-gradient(25deg, #f2f5f8 -moz-calc(100% - 40vw), #d2f7ff 100%);
  background-image: linear-gradient(65deg, #f2f5f8 calc(100% - 40vw), #d2f7ff 100%);
  --default-padding: 96px;
  padding-top: -moz-calc(var(--header-total-height, 0px) + var(--padding-top, var(--default-padding)));
  padding-top: calc(var(--header-total-height, 0px) + var(--padding-top, var(--default-padding)));
  margin-top: -moz-calc(var(--header-total-height, 0px) * -1 - 30px) !important;
  margin-top: calc(var(--header-total-height, 0px) * -1 - 30px) !important;
  --gutter: 40px;
}
.content-page__header > * {
  margin-left: unset;
  margin-right: unset;
  --container-padding: 20px;
  --max-width: 1340px;
  --width: -moz-calc( 100% - var(--container-padding) * 2);
  --width: calc( 100% - var(--container-padding) * 2);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: var(--width);
  max-width: var(--max-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.content-page__header > *:not([data-align=full]):not(.alignfull) * {
  --container-padding: 0 !important;
}
.content-page__header > *[data-align=center], .content-page__header > *.aligncenter {
  --max-width: 760px;
  --width: -moz-calc( 100% - var(--container-padding) * 2 );
  --width: calc( 100% - var(--container-padding) * 2 );
}
.content-page__header > *[data-align=wide], .content-page__header > *.alignwide {
  --max-width: 1360px;
  --width: -moz-calc( 100% - var(--container-padding) * 2);
  --width: calc( 100% - var(--container-padding) * 2);
}
.content-page__header > *[data-align=full], .content-page__header > *.alignfull {
  --max-width: 100vw;
  --width: 100%;
}
.content-page__header > *[data-align=full] {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.content-page__header-inner {
  position: relative;
  --max-width: 870px;
  margin-top: -40px;
  height: 350px;
}

.content-page__header-gradient {
  position: absolute;
  bottom: 0;
  left: -moz-calc(var(--gutter) * -1);
  left: calc(var(--gutter) * -1);
  right: -moz-calc(var(--gutter) * -1);
  right: calc(var(--gutter) * -1);
  height: 91px;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 1%, #fff);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, #fff);
}
.content-page__header-gradient ~ * {
  position: relative;
  z-index: 1;
}

.content-page__header-gradient-left-top,
.content-page__header-gradient-left-bottom,
.content-page__header-gradient-right-top,
.content-page__header-gradient-right-bottom {
  position: absolute;
  width: 97px;
  height: 92px;
}

.content-page__header-gradient-left-top {
  bottom: 0;
  left: -moz-calc(var(--gutter) * -1 - 97px);
  left: calc(var(--gutter) * -1 - 97px);
  background-image: -moz-linear-gradient(133deg, #dad2ff 5%, rgba(216, 216, 216, 0) 48%);
  background-image: linear-gradient(-43deg, #dad2ff 5%, rgba(216, 216, 216, 0) 48%);
}

.content-page__header-gradient-left-bottom {
  bottom: -92px;
  left: -moz-calc(var(--gutter) * -1 - 97px);
  left: calc(var(--gutter) * -1 - 97px);
  background-image: -moz-linear-gradient(227deg, #d2f7ff 0%, rgba(255, 255, 255, 0) 60%);
  background-image: linear-gradient(-137deg, #d2f7ff 0%, rgba(255, 255, 255, 0) 60%);
}

.content-page__header-gradient-right-top {
  bottom: 0;
  right: -moz-calc(var(--gutter) * -1 - 97px);
  right: calc(var(--gutter) * -1 - 97px);
  background-image: -moz-linear-gradient(47deg, #dad2ff 5%, rgba(216, 216, 216, 0) 48%);
  background-image: linear-gradient(43deg, #dad2ff 5%, rgba(216, 216, 216, 0) 48%);
}

.content-page__header-gradient-right-bottom {
  bottom: -92px;
  right: -moz-calc(var(--gutter) * -1 - 97px);
  right: calc(var(--gutter) * -1 - 97px);
  background-image: -moz-linear-gradient(313deg, #d2f7ff 0%, rgba(255, 255, 255, 0) 60%);
  background-image: linear-gradient(137deg, #d2f7ff 0%, rgba(255, 255, 255, 0) 60%);
}

.content-page__content {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-top: -360px;
  position: relative;
  z-index: 1;
}
.content-page__content > * {
  margin-left: unset;
  margin-right: unset;
  --container-padding: 20px;
  --max-width: 1340px;
  --width: -moz-calc( 100% - var(--container-padding) * 2);
  --width: calc( 100% - var(--container-padding) * 2);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: var(--width);
  max-width: var(--max-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.content-page__content > *:not([data-align=full]):not(.alignfull) * {
  --container-padding: 0 !important;
}
.content-page__content > *[data-align=center], .content-page__content > *.aligncenter {
  --max-width: 760px;
  --width: -moz-calc( 100% - var(--container-padding) * 2 );
  --width: calc( 100% - var(--container-padding) * 2 );
}
.content-page__content > *[data-align=wide], .content-page__content > *.alignwide {
  --max-width: 1360px;
  --width: -moz-calc( 100% - var(--container-padding) * 2);
  --width: calc( 100% - var(--container-padding) * 2);
}
.content-page__content > *[data-align=full], .content-page__content > *.alignfull {
  --max-width: 100vw;
  --width: 100%;
}
.content-page__content > *[data-align=full] {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.content-page__content-inner {
  --max-width: 870px;
  padding-bottom: 35px;
  border-bottom: solid 1px #c6d1f5;
  margin-bottom: 35px;
}
.content-page__content-inner > * {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 0.89px;
}

.content-page__content-the-content > *:last-child {
  margin-bottom: 0;
}
