@charset "UTF-8";
/*
Theme Name: millennia
Version: 99.0
Description: Custom theme by OWDT
Author: OWDT
Author URI: https://owdt.com
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* Initial */
table, textarea {
  width: 100%;
}

hr, img {
  border: 0;
}

pre, textarea {
  overflow: auto;
}

b, dt, optgroup, strong {
  font-weight: 700;
}

#content[tabindex="-1"]:focus, a:active, a:focus, a:hover {
  outline: 0;
}

.clear:after, .comment-content:after, .entry-content:after, .site-content:after, .site-footer:after, .site-header:after, h1, h2, h3, h4, h5, h6 {
  clear: both;
}

.clear:after, .clear:before, .comment-content:after, .comment-content:before, .entry-content:after, .entry-content:before, .site-content:after, .site-content:before, .site-footer:after, .site-footer:before, .site-header:after, .site-header:before {
  content: "";
  display: table;
  table-layout: fixed;
}

.widget select, embed, iframe, img, object, pre {
  max-width: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #fff;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
  max-width: 100%;
}

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

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

cite, dfn, em, i {
  font-style: italic;
}

mark {
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  height: auto;
}

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

hr {
  box-sizing: content-box;
  background-color: #ccc;
  height: 1px;
  margin-bottom: 1.5em;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

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

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.5em;
}

.screen-reader-text {
  display: none;
}

/* Base */
* {
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: "PP Neue Montreal";
  src: url("assets/font/PPNeueMontreal-Medium.woff2") format("woff2"), url("assets/font/PPNeueMontreal-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Color */
/* Layout */
p {
  margin-top: 0;
  margin-bottom: 35px;
}
@media all and (max-width: 1023px) {
  p {
    margin-bottom: 30px;
  }
}
p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  margin: 0;
}

body {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #434343;
  line-height: 1.6;
}
@media all and (max-width: 1023px) {
  body {
    font-size: 18px;
    line-height: 1.55;
  }
}
@media all and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PP Neue Montreal", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #00071C;
}

h1, h2 {
  margin: 0 0 50px !important;
}

@media all and (max-width: 1023px) {
  h1 {
    line-height: 1.1;
  }
}

@media all and (max-width: 1023px) {
  h2 {
    text-wrap: balance;
    margin: 0 0 40px !important;
  }
  h2 br {
    display: none;
  }
}
@media all and (max-width: 767px) {
  h2 {
    margin: 0 0 32px !important;
  }
}

h3, h4, h5, h6 {
  margin: 0;
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6 {
  margin-top: 50px;
}

a {
  color: #010B28;
  text-decoration: none;
}
a:hover {
  color: #C7EF00;
  text-decoration: none;
}

h1 {
  font-size: clamp(86px, 4.17vw + 16px, 96px);
  letter-spacing: -3.84px;
}
@media all and (min-width: 1921px) {
  h1 {
    font-size: 96px;
  }
}
@media all and (max-width: 1023px) {
  h1 {
    font-size: 86px;
    letter-spacing: -1.72px;
  }
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 44px;
    letter-spacing: -1.762px;
  }
}

h2 {
  font-size: clamp(48px, 2.088vw + 16px, 56px);
  line-height: 1.1;
}
@media all and (min-width: 1921px) {
  h2 {
    font-size: 56px;
  }
}
@media all and (max-width: 1023px) {
  h2 {
    font-size: 48px;
    letter-spacing: -0.96px;
  }
}
@media all and (max-width: 767px) {
  h2 {
    font-size: 44px;
    letter-spacing: -1.4px;
  }
}

h3 {
  font-size: clamp(22px, 0.47vw + 16px, 25px);
  line-height: 1.2;
}
@media all and (min-width: 1921px) {
  h3 {
    font-size: 25px;
  }
}
@media all and (max-width: 1023px) {
  h3 {
    font-size: 22px;
    letter-spacing: -0.22px !important;
  }
}
@media all and (max-width: 767px) {
  h3 {
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: 0 !important;
  }
}

.h_32 h3 {
  font-size: clamp(25px, 0.84vw + 16px, 32px);
}
@media all and (min-width: 1921px) {
  .h_32 h3 {
    font-size: 32px;
  }
}
@media all and (max-width: 1023px) {
  .h_32 h3 {
    font-size: 25px;
  }
}
@media all and (max-width: 767px) {
  .h_32 h3 {
    font-size: 18px;
  }
}

ol {
  list-style: none;
  counter-reset: item;
  padding-left: 0;
  margin: 0;
}
ol li {
  counter-increment: item;
  display: flex;
  align-items: flex-start;
}
ol li::before {
  content: counter(item, decimal-leading-zero);
  color: #C7EF00;
  font-family: "PP Neue Montreal", sans-serif;
  font-size: 25px;
  line-height: 1.2;
  font-variant-numeric: tabular-nums;
  margin-right: 20px;
  flex-shrink: 0;
}
@media all and (max-width: 767px) {
  ol li::before {
    font-size: 18px;
    margin-right: 15px;
  }
}

.hfont * {
  font-family: "PP Neue Montreal";
  font-weight: 400;
}

/* General */
.entry-content {
  min-height: 450px;
}

.font_16 * {
  font-size: 16px !important;
  line-height: 1.5;
}
@media all and (max-width: 767px) {
  .font_16 * {
    font-size: 14px !important;
  }
}

.font_20 * {
  font-size: 20px !important;
}
@media all and (max-width: 1023px) {
  .font_20 * {
    font-size: 18px !important;
    line-height: 1.55;
  }
}
@media all and (max-width: 767px) {
  .font_20 * {
    font-size: 16px !important;
    line-height: 1.5;
  }
}

.font_25 * {
  font-size: 25px;
}
@media all and (max-width: 1023px) {
  .font_25 * {
    font-size: 22px !important;
  }
}
@media all and (max-width: 767px) {
  .font_25 * {
    font-size: 18px !important;
  }
}

.font_35 * {
  font-size: 35px;
}
@media all and (max-width: 480px) {
  .font_35 * {
    font-size: 30px !important;
  }
}

.small_heading {
  font-family: "PP Neue Montreal", sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.19;
  margin-bottom: 20px !important;
}
@media all and (max-width: 767px) {
  .small_heading {
    font-size: 14px !important;
  }
}
.small_heading > .wpb_wrapper > p {
  display: flex;
  align-items: center;
}

.colored_disc {
  border-radius: 50%;
  width: 8px;
  display: inline-block;
  height: 8px;
  background-color: #C7EF00;
  margin-right: 10px;
}

.light_text * {
  color: #FFF;
}

.dark_text * {
  color: #00071C;
}

.bg_blue {
  background-color: #0E3DB2;
}

.bg_light {
  background-color: #f7f7f7;
}

.bg_dark {
  background-color: #010B28;
}

.bg_dark_2 {
  background-color: #010A24;
}

.bg_gradian {
  background: linear-gradient(180deg, #010B28 0%, #04278E 159.27%);
}

.gradian_overlay > .wpb_wrapper > .vc_single_image-wrapper {
  position: relative;
}
.gradian_overlay > .wpb_wrapper > .vc_single_image-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.gray_gradian_overlay > .wpb_wrapper > .vc_single_image-wrapper::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 36.8%, #F7F7F7 100%), linear-gradient(80deg, #F7F7F7 22.68%, rgba(247, 247, 247, 0) 69.35%);
}
@media all and (max-width: 767px) {
  .gray_gradian_overlay > .wpb_wrapper > .vc_single_image-wrapper::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 36.8%, #F7F7F7 66.58%), linear-gradient(0deg, #F7F7F7 8.49%, rgba(247, 247, 247, 0) 62.39%);
  }
}

.dark_blue_gradian_overlay > .wpb_wrapper > .vc_single_image-wrapper::after {
  background: linear-gradient(90deg, rgba(1, 10, 36, 0) 29.15%, #010A24 81.05%), linear-gradient(180deg, rgba(1, 10, 36, 0) 67.52%, #010A24 100%);
}

.centered_text {
  text-align: center;
}

.letter_spacing_1 * {
  letter-spacing: -1px;
}
@media all and (max-width: 1023px) {
  .letter_spacing_1 * {
    letter-spacing: -0.9px;
  }
}

.letter_spacing_64 * {
  letter-spacing: -0.64px;
}

.letter_spacing_224 * {
  letter-spacing: -2.24px;
}
@media all and (max-width: 1023px) {
  .letter_spacing_224 * {
    letter-spacing: -1.92px;
  }
}
@media all and (max-width: 767px) {
  .letter_spacing_224 * {
    letter-spacing: -1.4px;
  }
}

.lh_125 * {
  line-height: 1.25;
}

.opacity_70 {
  opacity: 0.7;
}

.balance_text {
  text-wrap: balance;
}

.height_750 {
  height: 750px;
}
@media all and (max-width: 1023px) {
  .height_750 {
    height: 650px;
  }
  .height_750.section_bg .bg_wrapper img {
    height: 650px;
  }
}
@media all and (max-width: 767px) {
  .height_750 {
    height: 670px;
  }
  .height_750.section_bg .bg_wrapper img {
    height: 670px;
  }
}

.height_840 {
  height: 840px;
}
@media all and (max-width: 1023px) {
  .height_840 {
    height: 700px;
  }
  .height_840.section_bg .bg_wrapper img {
    height: 700px;
  }
}
@media all and (max-width: 767px) {
  .height_840 {
    height: 650px;
  }
  .height_840.section_bg .bg_wrapper img {
    height: 650px;
  }
}

.height_100per > .wpb_column {
  height: 100%;
}
.height_100per > .wpb_column > .vc_column-inner {
  height: 100%;
}
.height_100per > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.min_height_750 {
  min-height: 750px;
}
@media all and (max-width: 1023px) {
  .min_height_750 {
    min-height: 650px;
  }
}
@media all and (max-width: 767px) {
  .min_height_750 {
    min-height: 670px;
  }
}
.min_height_750 > .wpb_column {
  min-height: inherit;
}
.min_height_750 > .wpb_column > .vc_column-inner {
  min-height: inherit;
  display: flex;
  align-items: flex-end;
}

.min_height_840 {
  min-height: 840px;
}
@media all and (max-width: 1023px) {
  .min_height_840 {
    min-height: 650px;
  }
}
@media all and (max-width: 767px) {
  .min_height_840 {
    min-height: 700px;
  }
}
.min_height_840 > .wpb_column {
  min-height: inherit;
}
.min_height_840 > .wpb_column > .vc_column-inner {
  min-height: inherit;
  display: flex;
  align-items: flex-end;
}

.border_t_gray {
  border-top: 1px solid #D5D5D5;
}

.item_box {
  padding-block: 40px;
  padding-inline: 35px;
  background-position: top right;
  display: flex;
  background-repeat: no-repeat;
}
@media all and (max-width: 1279px) {
  .item_box {
    background-size: cover;
  }
}
@media all and (max-width: 767px) {
  .item_box {
    padding: 30px;
  }
}
.item_box > .wpb_column > .vc_column-inner {
  height: 100%;
}
.item_box > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media all and (max-width: 1279px) {
  .item_box > .wpb_column > .vc_column-inner > .wpb_wrapper {
    gap: 20px;
  }
}
@media all and (max-width: 1023px) {
  .item_box > .wpb_column > .vc_column-inner > .wpb_wrapper {
    gap: unset;
  }
}
.item_box .desc {
  margin-top: auto;
}
@media all and (max-width: 1279px) {
  .item_box .desc {
    margin-top: 0;
  }
  .item_box .desc p {
    text-wrap: balance;
  }
}
@media all and (max-width: 1023px) {
  .item_box .desc {
    margin-top: auto;
  }
}
.item_box .link {
  margin-top: 32px;
}
@media all and (max-width: 1279px) {
  .item_box .link {
    margin-top: 0;
  }
}
@media all and (max-width: 1023px) {
  .item_box .link {
    margin-top: 32px;
  }
}
@media all and (max-width: 767px) {
  .item_box .link {
    margin-top: 24px;
  }
}

.item_box_200 {
  background-image: url("images/circle-overlay-200.svg");
}
.item_box_200 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  min-height: 200px;
}
@media all and (max-width: 1023px) {
  .item_box_200 > .wpb_column > .vc_column-inner > .wpb_wrapper {
    min-height: 215px;
  }
}

.item_box_220 {
  background-image: url("images/circle-overlay-220.svg");
}
.item_box_220 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  min-height: 220px;
}
@media all and (max-width: 1023px) {
  .item_box_220 > .wpb_column > .vc_column-inner > .wpb_wrapper {
    min-height: 190px;
  }
}

.item_box_278 {
  background-image: url("images/circle-overlay-278.svg");
}
.item_box_278 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  min-height: 278px;
}

.item_box_320 {
  background-image: url("images/circle-overlay-320.svg");
}
.item_box_320 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  min-height: 320px;
}
@media all and (max-width: 1023px) {
  .item_box_320 > .wpb_column > .vc_column-inner > .wpb_wrapper {
    min-height: 220px;
  }
}

.item_box_400 {
  background-image: url("images/circle-overlay-400.svg");
}
.item_box_400 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  min-height: 400px;
}
@media all and (max-width: 1023px) {
  .item_box_400 > .wpb_column > .vc_column-inner > .wpb_wrapper {
    min-height: 300px;
  }
}

.list > .wpb_wrapper ol {
  margin-top: 40px;
  display: flex;
  gap: 32px;
  flex-direction: column;
}
@media all and (max-width: 1023px) {
  .list > .wpb_wrapper ol {
    margin-top: 0;
  }
}
@media all and (max-width: 1023px) {
  .list > .wpb_wrapper ol {
    gap: 25px;
  }
}
.list > .wpb_wrapper ol li {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 32px;
}
@media all and (max-width: 1023px) {
  .list > .wpb_wrapper ol li {
    padding-bottom: 25px;
  }
}

/* Layout */
.vc_maxwidth {
  padding-left: 100px;
  padding-right: 100px;
}
@media all and (min-width: 1921px) {
  .vc_maxwidth {
    padding-left: calc((100% - 1710px) / 2);
    padding-right: calc((100% - 1710px) / 2);
  }
}
@media all and (max-width: 1679px) {
  .vc_maxwidth {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media all and (max-width: 1023px) {
  .vc_maxwidth {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.vc_maxwidth .vc_column_container .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

.vc_meduimwidth {
  padding-left: 144px;
  padding-right: 144px;
}
@media all and (max-width: 1679px) {
  .vc_meduimwidth {
    padding-left: 115px;
    padding-right: 115px;
  }
}
@media all and (max-width: 1023px) {
  .vc_meduimwidth {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media all and (max-width: 1023px) {
  .vc_meduimwidth {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.vc_meduimwidth .vc_column_container .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

.vc_fullwidth {
  padding-right: 0;
  padding-left: 0;
}

.vc_column_container > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.vc_section.vc_maxwidth, .vc_section.vc_fullwidth, .vc_section .vc_meduimwidth {
  margin-right: 0;
  margin-left: 0;
}

.vc_row {
  margin-right: 0;
  margin-left: 0;
}

.wpb_content_element {
  margin-bottom: 0;
}

.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
.vc_section.vc_section-has-fill + .vc_section,
.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}

/* Grid */
.section_grid {
  display: grid;
  justify-content: space-between;
}
.section_grid.col_557_701 {
  grid-template-columns: minmax(0, 557px) minmax(0, 701px);
  gap: 50px;
}
@media all and (max-width: 767px) {
  .section_grid.col_557_701 {
    grid-template-columns: minmax(0, 1fr);
  }
}
.section_grid.col_701_557 {
  grid-template-columns: minmax(0, 701px) minmax(0, 557px);
  gap: 50px;
}
@media all and (max-width: 767px) {
  .section_grid.col_701_557 {
    grid-template-columns: minmax(0, 1fr);
  }
}
.section_grid.col_701_610 {
  grid-template-columns: minmax(0, 701px) minmax(0, 610px);
}
.section_grid.col_701_701 {
  grid-template-columns: repeat(2, minmax(0, 701px));
  gap: 50px;
}
@media all and (max-width: 1023px) {
  .section_grid.col_701_701 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px;
  }
}
@media all and (max-width: 767px) {
  .section_grid.col_701_701 {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-flow: row;
    gap: 32px;
  }
}
.section_grid.col_557_557 {
  grid-template-columns: repeat(2, minmax(0, 557px));
}
.section_grid.col_698 {
  grid-template-columns: minmax(0, 698px);
}
@media all and (max-width: 1023px) {
  .section_grid.col_698 {
    grid-template-columns: minmax(0, 1fr);
    max-width: calc(100% - 90px);
  }
}
@media all and (max-width: 767px) {
  .section_grid.col_698 {
    max-width: 100%;
  }
}
.section_grid.col_701 {
  grid-template-columns: minmax(0, 701px);
}
.section_grid.col_557 {
  grid-template-columns: minmax(0, 557px);
}
@media all and (max-width: 1023px) {
  .section_grid.col_557 {
    grid-template-columns: 490px;
  }
}
@media all and (max-width: 767px) {
  .section_grid.col_557 {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media all and (max-width: 767px) {
  .row_reverse > :first-child {
    grid-row: 2;
  }
  .row_reverse > :last-child {
    grid-row: 1;
  }
}

@media all and (max-width: 1023px) {
  .tablet_align_start {
    align-items: flex-start !important;
  }
}

.row_grid > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: grid;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 1023px) {
  .row_grid > .wpb_column > .vc_column-inner > .wpb_wrapper {
    align-items: start;
  }
}
.row_grid.col_701_557 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: grid;
  grid-template-columns: minmax(0, 701fr) minmax(0, 557fr);
  gap: 15px;
}
@media all and (max-width: 767px) {
  .row_grid.col_701_557 > .wpb_column > .vc_column-inner > .wpb_wrapper {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-flow: row;
  }
}

.grid_align_end {
  align-items: end;
}

.grid_align_center {
  align-items: center;
}

.grid_3_col > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media all and (max-width: 1023px) {
  .grid_3_col > .wpb_column > .vc_column-inner > .wpb_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 767px) {
  .grid_3_col > .wpb_column > .vc_column-inner > .wpb_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid_4_col > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media all and (max-width: 1279px) {
  .grid_4_col > .wpb_column > .vc_column-inner > .wpb_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 767px) {
  .grid_4_col > .wpb_column > .vc_column-inner > .wpb_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Margin & Padding */
.pt_200 {
  padding-top: 200px;
}
@media all and (max-width: 1023px) {
  .pt_200 {
    padding-top: 100px;
  }
}
@media all and (max-width: 767px) {
  .pt_200 {
    padding-top: 50px;
  }
}

.pb_200 {
  padding_bottom: 200px;
}
@media all and (max-width: 1023px) {
  .pb_200 {
    padding_bottom: 100px;
  }
}
@media all and (max-width: 767px) {
  .pb_200 {
    padding_bottom: 50px;
  }
}

.pt_150 {
  padding-top: 150px;
}
@media all and (max-width: 1023px) {
  .pt_150 {
    padding-top: 100px;
  }
}

.pb_150 {
  padding-bottom: 150px;
}
@media all and (max-width: 1023px) {
  .pb_150 {
    padding-bottom: 100px;
  }
}

.py_150 {
  padding-block: 150px;
}
@media all and (max-width: 1023px) {
  .py_150 {
    padding-block: 100px;
  }
}

.py_100 {
  padding-block: 100px;
}
@media all and (max-width: 1023px) {
  .py_100 {
    padding-block: 80px;
  }
}
@media all and (max-width: 767px) {
  .py_100 {
    padding-block: 50px;
  }
}

.pt_100 {
  padding-top: 100px;
}
@media all and (max-width: 1023px) {
  .pt_100 {
    padding-top: 80px;
  }
}
@media all and (max-width: 767px) {
  .pt_100 {
    padding-top: 50px;
  }
}

.pt_120 {
  padding-top: 120px;
}
@media all and (max-width: 1023px) {
  .pt_120 {
    padding-top: 50px;
  }
}

.pt_50 {
  padding-top: 50px;
}

.pb_50 {
  padding-bottom: 50px;
}

.py_50 {
  padding-block: 50px;
}
@media all and (max-width: 1023px) {
  .py_50 {
    padding-block: 40px;
  }
}
@media all and (max-width: 767px) {
  .py_50 {
    padding-block: 25px;
  }
}

.pb_12 {
  padding-bottom: 12px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pt_20 {
  padding-top: 20px;
}

.pl_20 {
  padding-left: 20px;
}

.mt_auto {
  margin-top: auto;
}

/* Button */
.button, .wrap404 input {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "PP Neue Montreal", sans-serif;
  height: 56px;
  border-radius: 4px;
  font-size: 18px;
  line-height: 1.2;
}

.button_fill {
  color: #FFF;
  background-color: #0E3DB2;
  position: relative;
  overflow: hidden;
  padding-inline: 25px;
  -webkit-tap-highlight-color: transparent;
}
.button_fill:hover {
  color: #FFF;
}
.button_fill .button_roll_track {
  position: relative;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  pointer-events: none;
}
.button_fill .button_roll_text {
  display: block;
  will-change: transform;
  white-space: nowrap;
}
.button_fill .button_roll_text:last-child {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

.button_fill_pad_lg {
  padding-inline: 40px;
}
@media all and (max-width: 767px) {
  .button_fill_pad_lg {
    height: 45px;
    font-size: 14px;
  }
}

.button_fill_light {
  color: #0E3DB2;
  background-color: #FFF;
}

.button_nofill_light {
  color: #FFF;
  background-color: unset;
}

.button_nofill_blue {
  color: #0E3DB2 !important;
  background-color: unset;
}
.button_nofill_blue:hover {
  color: #C7EF00 !important;
}

.button_secondary {
  color: #C7EF00;
  background-color: unset;
  height: 22px;
}
@media all and (max-width: 767px) {
  .button_secondary {
    font-size: 14px;
    height: 17px;
  }
}
.button_secondary:hover {
  color: #FFF;
}

.button_2_wrapper > .wpb_wrapper p {
  display: flex;
  gap: 50px;
}
@media all and (max-width: 767px) {
  .button_2_wrapper > .wpb_wrapper p {
    flex-direction: column;
    gap: 10px;
  }
}
@media all and (max-width: 1023px) {
  .button_2_wrapper > .wpb_wrapper {
    margin-top: 50px;
  }
}

.link_wrapper > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.link_wrapper > .wpb_wrapper p {
  margin-bottom: 0;
}

.light_blue_link {
  color: #00B7FF;
}

/* js */
.hideme, #for-search-robots-only {
  display: none !important;
}

.with_link,
.external_link {
  cursor: pointer;
}

/* Form & Gravity Form */
.gform_wrapper {
  box-sizing: content-box;
}
.gform_wrapper input[type=text],
.gform_wrapper textarea,
.gform_wrapper select,
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel] {
  color: rgba(0, 7, 28, 0.8);
  font-size: 18px !important;
  font-weight: 400;
  line-height: 1.77;
  letter-spacing: -0.18px;
  border: 0;
  border-bottom: 1px solid rgba(0, 7, 28, 0.5);
  padding: 15px 0 !important;
}

.gform_validation_container {
  display: none;
}

.gform_footer {
  display: inline-block !important;
}
.gform_footer input {
  font-family: "PP Neue Montreal", sans-serif;
  background-color: #0E3DB2;
  color: #FFF;
  padding: 0 25px;
  margin: 0 auto;
  display: inline-block;
  border: none;
  border-radius: 4px;
  font-size: 18px;
}
.gform_footer input:hover {
  background-color: #0a308f;
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
  margin: 50px 0 0 !important;
  padding: 0 !important;
}

.gfield_description.validation_message {
  color: red;
}

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

::-moz-placeholder {
  color: rgba(0, 7, 28, 0.8);
  font-family: Inter, sans-serif;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus::placeholder, textarea:focus::placeholder {
  color: transparent;
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 30px !important;
  grid-column-gap: 4% !important;
}

/* 404 page */
.wrap404 {
  max-width: 600px;
  margin: 0 auto 35px;
  padding-top: 150px;
}
.wrap404 .search-form {
  padding-top: 25px;
  clear: both;
}
.wrap404 .search-field {
  width: calc(100% - 106px);
  height: 40px;
}
.wrap404 .search-field:hover {
  background-color: white;
}
.wrap404 input {
  font-family: Inter, sans-serif;
  font-size: 14px;
}
.wrap404 input[type=submit] {
  width: 100px;
  height: 40px;
}
@media all and (max-width: 767px) {
  .wrap404 {
    max-width: calc(100% - 50px);
  }
}

.left404 {
  padding-top: 70px;
  padding-right: 25px;
  float: left;
  width: 50%;
}
.left404 svg {
  width: 275px;
  height: 110px;
  max-width: 100%;
  fill: #010B28;
}

.right404 {
  padding-top: 35px;
  padding-left: 25px;
  float: left;
  width: 50%;
  border-left: 1px solid black;
}
.right404 a {
  padding: 3px 22px 5px;
  color: white;
  display: inline-block;
  background: #010B28;
  font-size: 16px;
  border-radius: 3px;
}
.right404 a:hover {
  background: #C7EF00;
}
@media all and (max-width: 480px) {
  .right404 {
    float: none;
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
  .right404 a {
    display: block;
  }
}

.toppages {
  max-width: 600px;
  margin: auto;
  padding: 100px 0;
}
.toppages h2 {
  text-align: center;
}
.toppages a {
  display: block;
  color: black;
  text-decoration: none;
  line-height: 3;
}
.toppages span {
  font-size: 32px;
  position: relative;
  top: 4px;
  padding-right: 10px;
}
.toppages img {
  float: right;
  margin-right: 10px;
  color: black;
}
.toppages span.mycaret {
  float: right;
  font-size: 24px;
}
.toppages div {
  border-top: 1px solid black;
  padding: 0 10px;
}
.toppages div:last-of-type {
  border-bottom: 1px solid black;
}
.toppages div:hover {
  background-color: #C7EF00;
  border-color: #C7EF00;
}
.toppages div:hover img {
  margin-right: 5px;
}
.toppages div:hover a {
  color: white;
}
.toppages div:hover span.mycaret {
  animation: bouncy 2s infinite;
}
.toppages div:hover + div {
  border-color: #C7EF00;
}
.toppages div:hover + div:last-child {
  border-bottom-color: black;
}
@media all and (max-width: 767px) {
  .toppages {
    max-width: calc(100% - 50px);
  }
}

/* Continue with other styles below */
.section_bg {
  position: relative;
  overflow: hidden;
}
.section_bg .bg_wrapper {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.section_bg .bg_wrapper .wpb_single_image {
  margin-bottom: 0;
}
.section_bg .bg_wrapper .vc_figure {
  display: block;
  max-width: none;
}
.section_bg .bg_wrapper .vc_single_image-wrapper {
  display: block;
}
.section_bg .bg_wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.fill_row_with_content .content {
  align-items: center;
}
.fill_row_with_content .content > .wpb_column {
  transform: translateY(-40px);
}
@media all and (max-width: 1023px) {
  .fill_row_with_content .content > .wpb_column {
    transform: translateY(-30px);
  }
}

.hero {
  min-height: 554px;
}
@media all and (min-width: 1921px) {
  .hero {
    min-height: 720px;
  }
}
@media all and (max-width: 1023px) {
  .hero {
    min-height: 500px;
  }
}
@media all and (max-width: 767px) {
  .hero {
    min-height: 360px;
  }
}
.hero .bg_wrapper > .wpb_column,
.hero .bg_wrapper > .wpb_column > .vc_column-inner,
.hero .bg_wrapper > .wpb_column > .vc_column-inner > .wpb_wrapper,
.hero .bg_wrapper .wpb_single_image,
.hero .bg_wrapper .wpb_single_image .wpb_wrapper,
.hero .bg_wrapper .vc_single_image-wrapper {
  height: 100%;
}
.hero .bg_wrapper img {
  -o-object-position: center right;
     object-position: center right;
}
.hero .hero_content {
  display: grid;
  align-items: center;
  min-height: 554px;
}
@media all and (min-width: 1921px) {
  .hero .hero_content {
    min-height: 720px;
  }
}
@media all and (max-width: 1023px) {
  .hero .hero_content {
    min-height: 500px;
  }
}
@media all and (max-width: 767px) {
  .hero .hero_content {
    min-height: 360px;
  }
}
.hero .hero_content > .wpb_column {
  transform: translateY(19.5px);
}
@media all and (max-width: 1023px) {
  .hero .hero_content > .wpb_column {
    transform: translateY(0);
  }
}
@media all and (max-width: 767px) {
  .hero .hero_content > .wpb_column {
    transform: translateY(19.5px);
  }
}
.hero .hero_content .desc * {
  font-family: "PP Neue Montreal", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
@media all and (max-width: 360px) {
  .hero .hero_content .desc p {
    text-wrap: balance;
  }
  .hero .hero_content .desc p br {
    display: none;
  }
}

@media all and (min-width: 1921px) {
  .image_under_hero.wpb_single_image .vc_figure {
    display: unset !important;
    max-width: unset !important;
  }
  .image_under_hero .vc_single_image-wrapper {
    display: block !important;
  }
}
@media all and (min-width: 1921px) {
  .image_under_hero img {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .image_under_hero img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 280px;
  }
}

.featured_section {
  position: relative;
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.featured_section.is_dragging {
  cursor: grabbing;
}
.featured_section .featured_track {
  display: grid;
  grid-template-columns: repeat(5, minmax(306px, 1fr));
  gap: 20px;
  will-change: transform;
}
@media all and (max-width: 767px) {
  .featured_section .featured_track {
    grid-template-columns: repeat(5, minmax(224px, 1fr));
  }
}
.featured_section .item {
  display: flex;
  padding-block: 20px;
  height: 406px;
}
@media all and (max-width: 1023px) {
  .featured_section .item {
    height: 306px;
  }
}
@media all and (max-width: 767px) {
  .featured_section .item {
    height: unset;
  }
}
.featured_section .item > .wpb_column > .vc_column-inner {
  height: 100%;
}
.featured_section .item > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.featured_section .item:nth-child(even) > .wpb_column > .vc_column-inner > .wpb_wrapper {
  justify-content: end;
}
@media all and (max-width: 767px) {
  .featured_section .item > .wpb_column > .vc_column-inner > .wpb_wrapper {
    justify-content: end;
  }
}

.cta_box .content {
  position: relative;
  overflow: hidden;
  padding: 70px 100px;
  background-color: #010B28;
  background-image: linear-gradient(180deg, #010B28 0%, #04278E 159.27%);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 0%;
}
@media all and (max-width: 1023px) {
  .cta_box .content {
    padding: 50px;
  }
}
@media all and (max-width: 767px) {
  .cta_box .content {
    padding: 50px 25px;
  }
}
.cta_box .content > .wpb_column {
  height: 100%;
}
.cta_box .content > .wpb_column > .vc_column-inner {
  height: 100%;
}
.cta_box .content > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 100px;
}
@media all and (max-width: 767px) {
  .cta_box .content > .wpb_column > .vc_column-inner > .wpb_wrapper {
    gap: 50px;
    flex-direction: column;
    align-items: start;
  }
}
.cta_box .content > .wpb_column > .vc_column-inner > .wpb_wrapper .desc {
  flex: 0 1 960px;
  color: #FFF;
  font-family: "PP Neue Montreal", sans-serif;
  font-size: 25px;
  font-weight: 400;
}
@media all and (max-width: 767px) {
  .cta_box .content > .wpb_column > .vc_column-inner > .wpb_wrapper .desc {
    flex: 1;
  }
}

.cta_section .section_bg {
  height: 800px;
}
@media all and (max-width: 1023px) {
  .cta_section .section_bg {
    height: 614px;
  }
  .cta_section .section_bg figure img {
    height: 614px;
  }
}
@media all and (max-width: 767px) {
  .cta_section .section_bg {
    height: 722px;
  }
  .cta_section .section_bg figure img {
    height: 722px;
  }
}
.cta_section .section_bg .bg_wrapper > .wpb_column,
.cta_section .section_bg .bg_wrapper > .wpb_column > .vc_column-inner,
.cta_section .section_bg .bg_wrapper > .wpb_column > .vc_column-inner > .wpb_wrapper,
.cta_section .section_bg .bg_wrapper .wpb_single_image,
.cta_section .section_bg .bg_wrapper .wpb_single_image .wpb_wrapper,
.cta_section .section_bg .bg_wrapper .vc_single_image-wrapper {
  height: 100%;
}
.cta_section .section_bg .bg_wrapper img {
  -o-object-position: center left;
     object-position: center left;
}
@media all and (max-width: 1023px) {
  .cta_section .section_bg .bg_wrapper img {
    -o-object-position: 15%;
       object-position: 15%;
  }
}
.cta_section .content {
  min-height: 800px;
  justify-self: end;
}
.cta_section .content h2 {
  margin-bottom: 0 !important;
}
@media all and (max-width: 1023px) {
  .cta_section .content {
    min-height: 614px;
  }
}
@media all and (max-width: 767px) {
  .cta_section .content {
    min-height: 722px;
  }
}
.cta_section .content > .wpb_column {
  min-height: inherit;
  transform: none;
  height: 100%;
}
.cta_section .content > .wpb_column > .vc_column-inner {
  min-height: inherit;
  display: flex;
  align-items: center;
  height: 100%;
}
.cta_section .content > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 50px;
}
@media all and (max-width: 1023px) {
  .cta_section .content > .wpb_column > .vc_column-inner > .wpb_wrapper {
    height: 100%;
    justify-content: end;
  }
}
@media all and (max-width: 767px) {
  .cta_section .content > .wpb_column > .vc_column-inner > .wpb_wrapper {
    gap: 40px;
    justify-content: flex-end;
    height: 100%;
  }
}
@media all and (max-width: 1023px) {
  .cta_section .content > .wpb_column > .vc_column-inner > .wpb_wrapper .button_2_wrapper > .wpb_wrapper {
    margin-top: 0;
  }
}

.cta_section > div:only-child .button:last-child, .cta_section > div:only-child .wrap404 input:last-child, .wrap404 .cta_section > div:only-child input:last-child {
  margin-bottom: 50px;
}

.faq_wrapper .accordion_item {
  border-top: solid 1px #D5D5D5;
  transition: background-color 0.3s ease;
  margin-bottom: 0;
}
.faq_wrapper .accordion_item:last-of-type {
  border-bottom: solid 1px #D5D5D5;
}
.faq_wrapper .accordion_item .vc_toggle_title {
  margin: 30px 0;
  padding-left: 0;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media all and (max-width: 767px) {
  .faq_wrapper .accordion_item .vc_toggle_title {
    margin: 25px 0;
  }
}
.faq_wrapper .accordion_item .vc_toggle_title * {
  font-family: "PP Neue Montreal" !important;
  font-weight: 500 !important;
  margin: 0 !important;
  flex: 0 1 85%;
  line-height: 1.6;
}
.faq_wrapper .accordion_item .vc_toggle_title i.vc_toggle_icon {
  position: unset;
  transform: unset;
  margin: 0;
  width: 0;
  height: 0;
  background: transparent;
  border: none;
  flex: 0 1 15%;
}
.faq_wrapper .accordion_item .vc_toggle_title i.vc_toggle_icon:before, .faq_wrapper .accordion_item .vc_toggle_title i.vc_toggle_icon:after {
  content: "";
  background: url("/wp-content/themes/millennia/images/icon-accordion-plus-white.svg");
  width: 56px;
  height: 56px;
  background-origin: content-box;
  background-size: cover;
  background-position: center !important;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  left: unset;
  transition: right 0.3s ease-in-out;
  border: none;
}
@media all and (max-width: 1023px) {
  .faq_wrapper .accordion_item .vc_toggle_title i.vc_toggle_icon:before, .faq_wrapper .accordion_item .vc_toggle_title i.vc_toggle_icon:after {
    width: 40px;
    height: 40px;
  }
}
@media all and (max-width: 767px) {
  .faq_wrapper .accordion_item .vc_toggle_title i.vc_toggle_icon:before, .faq_wrapper .accordion_item .vc_toggle_title i.vc_toggle_icon:after {
    width: 20px;
    height: 20px;
  }
}
.faq_wrapper .accordion_item .vc_toggle_content {
  padding: 0;
}
.faq_wrapper .accordion_item .vc_toggle_content p {
  font-family: Inter, sans-serif;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400 !important;
  line-height: 1.6;
  width: 90%;
  padding-bottom: 15px;
  padding-top: 0;
}
.faq_wrapper .accordion_item .vc_toggle_content a {
  font-weight: 700;
  color: #434343;
}
.faq_wrapper .accordion_item .vc_toggle_content a:hover {
  color: #D5D5D5;
}
.faq_wrapper .accordion_item .vc_toggle_content ul {
  margin-top: 25px;
  margin-bottom: 25px;
}
.faq_wrapper .accordion_item .vc_toggle_content ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-left: 0;
  line-height: 1.75;
  margin-bottom: 0;
}
.faq_wrapper .accordion_item .vc_toggle_content ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 9px;
  height: 9px;
  background: #C7EF00;
}
.faq_wrapper .accordion_item .vc_toggle_content ul li:marker {
  color: #D5D5D5;
}
.faq_wrapper .accordion_item.vc_toggle_active .vc_toggle_title i.vc_toggle_icon:before, .faq_wrapper .accordion_item.vc_toggle_active .vc_toggle_title i.vc_toggle_icon:after {
  content: "";
  background: url("/wp-content/themes/millennia/images/icon-accordion-minus-white.svg");
  visibility: visible;
  width: 56px;
  height: 56px;
  background-origin: content-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  left: unset;
}
@media all and (max-width: 1023px) {
  .faq_wrapper .accordion_item.vc_toggle_active .vc_toggle_title i.vc_toggle_icon:before, .faq_wrapper .accordion_item.vc_toggle_active .vc_toggle_title i.vc_toggle_icon:after {
    width: 40px;
    height: 40px;
  }
}
@media all and (max-width: 767px) {
  .faq_wrapper .accordion_item.vc_toggle_active .vc_toggle_title i.vc_toggle_icon:before, .faq_wrapper .accordion_item.vc_toggle_active .vc_toggle_title i.vc_toggle_icon:after {
    width: 20px;
    height: 20px;
  }
}

.loc_hero_content .sub_title > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media all and (max-width: 1023px) {
  .loc_hero_content .sub_title > .wpb_column > .vc_column-inner > .wpb_wrapper {
    gap: 15px;
  }
}
.loc_hero_content .sub_title > .wpb_column > .vc_column-inner > .wpb_wrapper .flag {
  width: 56px;
}
@media all and (max-width: 767px) {
  .loc_hero_content .sub_title > .wpb_column > .vc_column-inner > .wpb_wrapper .flag {
    width: 40px;
  }
}

@media all and (max-width: 1023px) {
  .home_about_section {
    align-items: end;
  }
}
@media all and (max-width: 1023px) {
  .home_about_section.col_701_701 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 390px);
  }
}
@media all and (max-width: 767px) {
  .home_about_section.col_701_701 {
    grid-template-columns: minmax(0, 1fr);
    gap: 60px;
  }
}
.home_about_section > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper .slogan > .wpb_wrapper > * {
  font-style: italic;
  line-height: 1.4;
  letter-spacing: -1.25px;
}
.home_about_section .stats > .wpb_column {
  height: 100%;
}
.home_about_section .stats > .wpb_column > .vc_column-inner {
  height: 100%;
}
.home_about_section .stats > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  height: 100%;
}
@media all and (max-width: 1023px) {
  .home_about_section .stats > .wpb_column > .vc_column-inner > .wpb_wrapper {
    flex-direction: column;
    gap: 15px;
    height: -moz-max-content;
    height: max-content;
  }
}
@media all and (max-width: 767px) {
  .home_about_section .stats > .wpb_column > .vc_column-inner > .wpb_wrapper {
    align-items: stretch;
    width: 100%;
  }
}
.home_about_section .stats > .wpb_column > .vc_column-inner > .wpb_wrapper .stat {
  --line-progress: 1;
  position: relative;
  flex: 1;
  align-self: flex-end;
  padding: 8px 0 0 14px;
}
@media all and (max-width: 1023px) {
  .home_about_section .stats > .wpb_column > .vc_column-inner > .wpb_wrapper .stat {
    flex: none;
    height: auto;
    padding: 0 0 15px;
  }
}
@media all and (max-width: 767px) {
  .home_about_section .stats > .wpb_column > .vc_column-inner > .wpb_wrapper .stat {
    --stat-width: 25%;
    width: 100% !important;
    height: auto !important;
    align-self: stretch;
  }
}
.home_about_section .stats > .wpb_column > .vc_column-inner > .wpb_wrapper .stat::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #C7EF00;
  transform: scaleY(var(--line-progress));
  transform-origin: bottom center;
  will-change: transform;
}
@media all and (max-width: 1023px) {
  .home_about_section .stats > .wpb_column > .vc_column-inner > .wpb_wrapper .stat::before {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 100%;
    height: 2px;
    transform: scaleX(var(--line-progress));
    transform-origin: right center;
  }
}
@media all and (max-width: 767px) {
  .home_about_section .stats > .wpb_column > .vc_column-inner > .wpb_wrapper .stat::before {
    right: auto;
    left: 0;
    width: var(--stat-width);
    transform-origin: left center;
  }
}
.home_about_section .stats > .wpb_column > .vc_column-inner > .wpb_wrapper .stat > .wpb_column > .vc_column-inner > .wpb_wrapper {
  will-change: transform, opacity;
}
@media all and (max-width: 767px) {
  .home_about_section .stats > .wpb_column > .vc_column-inner > .wpb_wrapper .stat > .wpb_column {
    display: flex;
    float: none;
    justify-content: flex-end;
    width: var(--stat-width) !important;
    max-width: none;
    margin: 0;
  }
  .home_about_section .stats > .wpb_column > .vc_column-inner > .wpb_wrapper .stat > .wpb_column > .vc_column-inner {
    width: -moz-max-content;
    width: max-content;
    padding-right: 0;
    padding-left: 0;
  }
  .home_about_section .stats > .wpb_column > .vc_column-inner > .wpb_wrapper .stat > .wpb_column > .vc_column-inner > .wpb_wrapper {
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
  }
}
.home_about_section .stats > .wpb_column > .vc_column-inner > .wpb_wrapper .stat h3 {
  margin: 0;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: -2px;
}
@media all and (max-width: 1023px) {
  .home_about_section .stats > .wpb_column > .vc_column-inner > .wpb_wrapper .stat h3 {
    font-size: 32px;
    letter-spacing: -1.2px;
  }
}
.home_about_section .stats > .wpb_column > .vc_column-inner > .wpb_wrapper .stat p {
  margin: 0;
  color: #00071C;
  opacity: 0.7;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.64px;
}
@media all and (max-width: 1023px) {
  .home_about_section .stats > .wpb_column > .vc_column-inner > .wpb_wrapper .stat p {
    font-size: 12px;
    letter-spacing: -0.48px;
  }
}
.home_about_section .stats > .wpb_column > .vc_column-inner > .wpb_wrapper .stat:nth-child(1) {
  height: 25%;
}
@media all and (max-width: 1023px) {
  .home_about_section .stats > .wpb_column > .vc_column-inner > .wpb_wrapper .stat:nth-child(1) {
    width: 25%;
    height: auto;
  }
}
@media all and (max-width: 767px) {
  .home_about_section .stats > .wpb_column > .vc_column-inner > .wpb_wrapper .stat:nth-child(1) {
    --stat-width: 25%;
    width: 100%;
  }
}
@media all and (max-width: 767px) and (max-width: 480px) {
  .home_about_section .stats > .wpb_column > .vc_column-inner > .wpb_wrapper .stat:nth-child(1) > .wpb_column {
    justify-content: flex-start;
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
.home_about_section .stats > .wpb_column > .vc_column-inner > .wpb_wrapper .stat:nth-child(2) {
  height: 47%;
}
@media all and (max-width: 1023px) {
  .home_about_section .stats > .wpb_column > .vc_column-inner > .wpb_wrapper .stat:nth-child(2) {
    width: 47%;
    height: auto;
  }
}
@media all and (max-width: 767px) {
  .home_about_section .stats > .wpb_column > .vc_column-inner > .wpb_wrapper .stat:nth-child(2) {
    --stat-width: 50%;
    width: 100%;
  }
}
.home_about_section .stats > .wpb_column > .vc_column-inner > .wpb_wrapper .stat:nth-child(3) {
  height: 72%;
}
@media all and (max-width: 1023px) {
  .home_about_section .stats > .wpb_column > .vc_column-inner > .wpb_wrapper .stat:nth-child(3) {
    width: 72%;
    height: auto;
  }
}
@media all and (max-width: 767px) {
  .home_about_section .stats > .wpb_column > .vc_column-inner > .wpb_wrapper .stat:nth-child(3) {
    --stat-width: 75%;
    width: 100%;
  }
}
.home_about_section .stats > .wpb_column > .vc_column-inner > .wpb_wrapper .stat:nth-child(4) {
  height: 100%;
}
@media all and (max-width: 1023px) {
  .home_about_section .stats > .wpb_column > .vc_column-inner > .wpb_wrapper .stat:nth-child(4) {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 767px) {
  .home_about_section .stats > .wpb_column > .vc_column-inner > .wpb_wrapper .stat:nth-child(4) {
    --stat-width: 100%;
    width: 100%;
  }
}

.home_hero_section {
  height: calc(100vh - 90px);
  min-height: 600px;
  max-height: 980px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media all and (min-width: 1921px) {
  .home_hero_section {
    justify-content: unset;
  }
}
@media all and (max-width: 1365px) {
  .home_hero_section {
    height: unset;
    min-height: unset;
    max-height: unset;
    flex-direction: column;
    align-items: start;
  }
}
.home_hero_section .content {
  height: 74vh;
  padding-inline: 100px;
  padding-bottom: 80px;
  flex: 0 0 61%;
  max-height: 800px;
}
@media all and (min-width: 1921px) {
  .home_hero_section .content {
    padding-left: calc((100% - 1710px) / 2);
    max-height: 65%;
  }
}
@media all and (max-width: 1365px) {
  .home_hero_section .content {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-inline: 80px;
    width: 100%;
  }
}
@media all and (max-width: 1023px) {
  .home_hero_section .content {
    padding-inline: 32px;
  }
}
@media all and (max-width: 767px) {
  .home_hero_section .content {
    height: 480px;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-inline: 34px;
    flex: 0 0 480px;
  }
}
.home_hero_section .content > .wpb_column {
  height: 100%;
}
.home_hero_section .content > .wpb_column > .vc_column-inner {
  height: 100%;
}
.home_hero_section .content > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
}
.home_hero_section .content > .wpb_column > .vc_column-inner > .wpb_wrapper h1 {
  line-height: 1;
  letter-spacing: -3.84px;
}
@media all and (max-width: 1023px) {
  .home_hero_section .content > .wpb_column > .vc_column-inner > .wpb_wrapper h1 {
    font-size: 96px;
  }
}
@media all and (max-width: 767px) {
  .home_hero_section .content > .wpb_column > .vc_column-inner > .wpb_wrapper h1 {
    font-size: 44px;
    letter-spacing: -1.762px;
  }
}
@media all and (max-width: 360px) {
  .home_hero_section .content > .wpb_column > .vc_column-inner > .wpb_wrapper h1 {
    font-size: 32px;
    letter-spacing: 0;
    line-height: 1.2;
  }
}
.home_hero_section .content > .wpb_column > .vc_column-inner > .wpb_wrapper .home_hero_title {
  min-height: 211px;
}
@media all and (max-width: 1023px) {
  .home_hero_section .content > .wpb_column > .vc_column-inner > .wpb_wrapper .home_hero_title {
    min-height: 195px;
  }
}
@media all and (max-width: 767px) {
  .home_hero_section .content > .wpb_column > .vc_column-inner > .wpb_wrapper .home_hero_title {
    min-height: unset;
  }
}
.home_hero_section .image {
  flex: 1;
  overflow: hidden;
  max-width: 34vw;
  height: 100%;
}
.home_hero_section .image div, .home_hero_section .image img, .home_hero_section .image figure {
  height: 100%;
}
.home_hero_section .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media all and (max-width: 1365px) {
  .home_hero_section .image {
    flex: 0 1 550px;
    display: flex;
    align-items: center;
    max-width: 100%;
  }
}
@media all and (max-width: 767px) {
  .home_hero_section .image {
    flex: 0 1 279px;
  }
}

.home_hero_title {
  display: block;
  margin: 0;
}

.home_hero_title_main,
.home_hero_dynamic {
  display: block;
}

.home_hero_dynamic {
  min-height: 1.2em;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
}
@media all and (max-width: 767px) {
  .home_hero_dynamic {
    white-space: wrap;
  }
}

.contact_info_section .item_box .icon {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.14);
  display: flex;
  width: 60px;
  height: 60px;
  padding: 9px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
}
.contact_info_section .item_box .icon.location_icon {
  background-image: url("images/location-icon.svg");
}
.contact_info_section .item_box .icon.email_icon {
  background-image: url("images/email-icon.svg");
}
.contact_info_section .item_box .icon.phone_icon {
  background-image: url("images/phone-icon.svg");
}
.contact_info_section .item_box .icon.contact_icon {
  background-image: url("images/contact-icon.svg");
}
.contact_info_section .item_box .desc > .wpb_wrapper p:first-child:not(:only-child) {
  font-size: 20px !important;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: 700;
}

.left_green_line {
  --line-progress: 0;
  position: relative;
  border-left: 2px solid #d9d9d9;
  padding-left: 20px;
}
@media all and (max-width: 1023px) {
  .left_green_line {
    padding-left: 15px;
  }
}
.left_green_line::after {
  content: "";
  position: absolute;
  left: -2px;
  bottom: 0;
  width: 2px;
  height: 100%;
  background: #C7EF00;
  pointer-events: none;
  transform: scaleY(var(--line-progress));
  transform-origin: bottom center;
  will-change: transform;
}

.page_cta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 701px));
  grid-template-areas: "intro content" "actions content";
  align-items: end;
  justify-content: space-between;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.page_cta .intro {
  grid-area: intro;
}
.page_cta .content {
  grid-area: content;
}
.page_cta .actions {
  grid-area: actions;
}
@media all and (max-width: 1023px) {
  .page_cta {
    grid-template-columns: minmax(0, 593px);
    grid-template-areas: "intro" "content" "actions";
  }
}

@media all and (max-width: 767px) {
  .img_align_right figure div img {
    -o-object-position: right !important;
       object-position: right !important;
  }
}

@media all and (max-width: 1023px) {
  .accordion_item_image .grid_align_end {
    align-items: start;
  }
}
@media all and (max-width: 767px) {
  .accordion_item_image .grid_align_end {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media all and (max-width: 1023px) {
  .position_75 img {
    -o-object-position: 75% !important;
       object-position: 75% !important;
  }
}

@media all and (max-width: 1023px) {
  .position_85 img {
    -o-object-position: 85% !important;
       object-position: 85% !important;
  }
}

@media all and (max-width: 1023px) {
  .position_90 img {
    -o-object-position: 90% !important;
       object-position: 90% !important;
  }
}

@media all and (max-width: 1023px) {
  .whatsapp_contact_text {
    margin-top: 50px;
  }
}
@media all and (max-width: 767px) {
  .whatsapp_contact_text {
    margin-top: 0;
    border-left: 2px solid #C7EF00;
    padding-left: 15px;
  }
}
.whatsapp_contact_text > .wpb_wrapper {
  display: flex;
  align-items: center;
}
.whatsapp_contact_text > .wpb_wrapper > p {
  font-size: 18px;
  margin-bottom: 0;
}
@media all and (max-width: 1023px) {
  .whatsapp_contact_text > .wpb_wrapper > p:last-child {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .whatsapp_contact_text > .wpb_wrapper > p:last-child {
    margin-top: 30px;
    font-weight: 700;
  }
}
.whatsapp_contact_text .whatsapp_contact_icon {
  background-image: url("images/whatsapp-contact-icon.svg");
  width: 60px;
  height: 60px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 20px;
}
@media all and (max-width: 767px) {
  .whatsapp_contact_text .whatsapp_contact_icon {
    display: none;
  }
}

@media all and (max-width: 1490px) {
  .contact_info_section .item_box {
    padding-inline: 20px;
  }
}
@media all and (max-width: 1279px) {
  .contact_info_section .item_box {
    padding-inline: 35px;
  }
}
@media all and (max-width: 767px) {
  .contact_info_section .item_box {
    padding: 30px;
  }
}
@media all and (max-width: 1490px) {
  .contact_info_section .item_box .font_16 * {
    font-size: 14px !important;
  }
}
@media all and (max-width: 1279px) {
  .contact_info_section .item_box .font_16 * {
    font-size: 16px !important;
  }
}
@media all and (max-width: 767px) {
  .contact_info_section .item_box .font_16 * {
    font-size: 14px !important;
  }
}
@media all and (max-width: 767px) {
  .contact_info_section .item_box h3 br {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .contact_info_section .item_box .icon {
    position: static;
    width: 45px;
    height: 45px;
  }
}
@media all and (max-width: 1490px) {
  .contact_info_section .item_box .desc > .wpb_wrapper p:first-child:not(:only-child) {
    font-size: 18px !important;
  }
}
@media all and (max-width: 1279px) {
  .contact_info_section .item_box .desc > .wpb_wrapper p:first-child:not(:only-child) {
    font-size: 20px !important;
  }
}
@media all and (max-width: 1023px) {
  .contact_info_section .item_box .desc > .wpb_wrapper p:first-child:not(:only-child) {
    font-size: 18px !important;
  }
}
@media all and (max-width: 767px) {
  .contact_info_section .item_box .desc > .wpb_wrapper p:first-child:not(:only-child) {
    font-size: 14px !important;
  }
}
@media all and (max-width: 767px) {
  .contact_info_section .item_box > .wpb_column > .vc_column-inner > .wpb_wrapper {
    min-height: 230px;
    display: grid;
    align-items: center;
    grid-template-columns: 60px auto;
    justify-content: flex-start;
  }
}
@media all and (max-width: 767px) {
  .contact_info_section .item_box > .wpb_column > .vc_column-inner > .wpb_wrapper > div:nth-child(3) {
    grid-column: span 2/span 2;
  }
}
@media all and (max-width: 767px) {
  .contact_info_section .item_box > .wpb_column > .vc_column-inner > .wpb_wrapper .link {
    grid-column: span 2/span 2;
    grid-row-start: 3;
  }
}

.min_height_575 {
  min-height: 575px;
}
@media all and (max-width: 1023px) {
  .min_height_575 {
    min-height: 475px;
  }
}
@media all and (max-width: 767px) {
  .min_height_575 {
    min-height: 395px;
  }
}
.min_height_575 > .wpb_column {
  min-height: inherit;
}
.min_height_575 > .wpb_column > .vc_column-inner {
  min-height: inherit;
  display: flex;
  align-items: flex-end;
}

.height_100per_img {
  height: 100%;
}
.height_100per_img > .vc_figure {
  height: 100%;
}
.height_100per_img > .vc_figure .vc_single_image-wrapper {
  height: 100%;
}

.quote_icon {
  background-image: url("images/quote-icon.svg");
  width: 88px;
  height: 70px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: 10px;
}
@media all and (max-width: 1023px) {
  .quote_icon {
    width: 50px;
    height: 50px;
  }
}

.slide_overlay,
.nav_drawer_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  z-index: 9998;
  pointer-events: none;
}

.blog_wrapper {
  padding-block: 100px;
}
@media all and (max-width: 767px) {
  .blog_wrapper {
    padding-block: 50px;
  }
}
.blog_wrapper .blog_title h2 {
  font-size: 35px;
  margin-bottom: 25px !important;
  letter-spacing: -1.4px;
}
.blog_wrapper .blog_filter_wrapper {
  padding-block: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 1279px) {
  .blog_wrapper .blog_filter_wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
@media all and (max-width: 1023px) {
  .blog_wrapper .blog_filter_wrapper {
    display: none;
  }
}
.blog_wrapper .blog_filter_wrapper .blog_filter_tabs {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.blog_wrapper .blog_filter_wrapper .blog_filter_tabs .label {
  font-size: 16px;
  color: #010B28;
  font-weight: 500;
  margin-right: 35px;
}
@media all and (max-width: 1490px) {
  .blog_wrapper .blog_filter_wrapper .blog_filter_tabs .label {
    margin-right: 15px;
  }
}
.blog_wrapper .blog_filter_wrapper .blog_filter_tabs button {
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #010B28;
  background: white;
  padding: 10px 30px;
  transition: all 0.3s ease-in-out;
}
.blog_wrapper .blog_filter_wrapper .blog_filter_tabs button:hover {
  background-color: #E6E6E6;
}
.blog_wrapper .blog_filter_wrapper .blog_filter_tabs button.active {
  background-color: #E6E6E6;
  color: #797979;
  border: none;
}
.blog_wrapper .blog_filter_wrapper .blog_sort label {
  font-size: 16px;
  color: #010B28;
  font-weight: 500;
}
.blog_wrapper .blog_filter_wrapper .blog_sort select {
  cursor: pointer;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  margin-left: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  min-width: 110px;
  width: 115px;
  height: 40px;
  color: #010B28;
  text-align: center;
}
.blog_wrapper .blog_filter_wrapper .blog_sort select:focus-visible {
  outline: none;
}
@media all and (max-width: 1490px) {
  .blog_wrapper .blog_filter_wrapper .blog_sort select {
    margin-left: 30px;
  }
}
@media all and (max-width: 1023px) {
  .blog_wrapper .blog_wrapper_inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 50px;
    padding-bottom: 100px;
  }
}
@media all and (max-width: 767px) {
  .blog_wrapper .blog_wrapper_inner {
    padding-bottom: 50px;
    flex-direction: column;
    align-items: normal;
  }
}
.blog_wrapper .blog_filter_wrapper_mob {
  display: none;
}
@media all and (max-width: 1023px) {
  .blog_wrapper .blog_filter_wrapper_mob {
    display: block;
  }
}
.blog_wrapper .blog_filter_wrapper_mob * {
  font-family: "PP Neue Montreal", sans-serif;
}
.blog_wrapper .blog_filter_wrapper_mob .btn_wrapper {
  display: flex;
  gap: 10px;
}
.blog_wrapper .blog_filter_wrapper_mob .btn_wrapper .filter_btn,
.blog_wrapper .blog_filter_wrapper_mob .btn_wrapper .sort_btn {
  font-size: 18px;
  padding: 14px 20px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  width: 155px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
@media all and (max-width: 767px) {
  .blog_wrapper .blog_filter_wrapper_mob .btn_wrapper .filter_btn,
  .blog_wrapper .blog_filter_wrapper_mob .btn_wrapper .sort_btn {
    width: 100%;
  }
}
.blog_wrapper .blog_filter_wrapper_mob .btn_wrapper .filter_btn .icon,
.blog_wrapper .blog_filter_wrapper_mob .btn_wrapper .sort_btn .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}
.blog_wrapper .blog_filter_wrapper_mob .btn_wrapper .filter_btn .icon.filter_icon,
.blog_wrapper .blog_filter_wrapper_mob .btn_wrapper .sort_btn .icon.filter_icon {
  background-image: url("images/filter-icon.svg");
}
.blog_wrapper .blog_filter_wrapper_mob .btn_wrapper .filter_btn .icon.sort_icon,
.blog_wrapper .blog_filter_wrapper_mob .btn_wrapper .sort_btn .icon.sort_icon {
  background-image: url("images/sort-icon.svg");
}
.blog_wrapper .blog_filter_wrapper_mob .filter_wrapper,
.blog_wrapper .blog_filter_wrapper_mob .sort_wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  z-index: 9999;
  pointer-events: none;
  visibility: hidden;
  height: 440px;
  border-radius: 30px 30px 0 0;
  box-shadow: 0 -7px 36px 0 rgba(0, 0, 0, 0.25);
  padding: 65px 30px 50px 50px;
}
@media all and (max-width: 360px) {
  .blog_wrapper .blog_filter_wrapper_mob .filter_wrapper,
  .blog_wrapper .blog_filter_wrapper_mob .sort_wrapper {
    padding: 45px 10px 40px 30px;
  }
}
.blog_wrapper .blog_filter_wrapper_mob .filter_wrapper:before,
.blog_wrapper .blog_filter_wrapper_mob .sort_wrapper:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 60px;
  background: #BDBDBD;
  border-radius: 5px;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.blog_wrapper .blog_filter_wrapper_mob .filter_wrapper .popup_content,
.blog_wrapper .blog_filter_wrapper_mob .sort_wrapper .popup_content {
  padding-right: 20px;
  height: 100%;
  overflow: auto;
}
.blog_wrapper .blog_filter_wrapper_mob .filter_wrapper span,
.blog_wrapper .blog_filter_wrapper_mob .sort_wrapper span {
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog_wrapper .blog_filter_wrapper_mob .filter_wrapper span .icon,
.blog_wrapper .blog_filter_wrapper_mob .sort_wrapper span .icon {
  width: 25px;
  height: 25px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}
.blog_wrapper .blog_filter_wrapper_mob .filter_wrapper span .icon.filter_icon,
.blog_wrapper .blog_filter_wrapper_mob .sort_wrapper span .icon.filter_icon {
  background-image: url("images/filter-icon-dark.svg");
}
.blog_wrapper .blog_filter_wrapper_mob .filter_wrapper span .icon.sort_icon,
.blog_wrapper .blog_filter_wrapper_mob .sort_wrapper span .icon.sort_icon {
  background-image: url("images/sort-icon-dark.svg");
}
.blog_wrapper .blog_filter_wrapper_mob .filter_wrapper p,
.blog_wrapper .blog_filter_wrapper_mob .sort_wrapper p {
  margin-bottom: 0;
}
.blog_wrapper .blog_filter_wrapper_mob .filter_wrapper p:first-of-type,
.blog_wrapper .blog_filter_wrapper_mob .sort_wrapper p:first-of-type {
  border-top: none;
  padding-top: 45px;
}
.blog_wrapper .blog_filter_wrapper_mob .filter_wrapper .filter_item,
.blog_wrapper .blog_filter_wrapper_mob .filter_wrapper .sort_item,
.blog_wrapper .blog_filter_wrapper_mob .sort_wrapper .filter_item,
.blog_wrapper .blog_filter_wrapper_mob .sort_wrapper .sort_item {
  font-size: 18px;
  border-top: 1px solid #E5E5E5;
  padding-block: 25px;
  color: rgba(0, 7, 28, 0.37);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog_wrapper .blog_filter_wrapper_mob .filter_wrapper .filter_item:last-child,
.blog_wrapper .blog_filter_wrapper_mob .filter_wrapper .sort_item:last-child,
.blog_wrapper .blog_filter_wrapper_mob .sort_wrapper .filter_item:last-child,
.blog_wrapper .blog_filter_wrapper_mob .sort_wrapper .sort_item:last-child {
  padding-bottom: 0;
}
.blog_wrapper .blog_filter_wrapper_mob .filter_wrapper .filter_item.active,
.blog_wrapper .blog_filter_wrapper_mob .filter_wrapper .sort_item.active,
.blog_wrapper .blog_filter_wrapper_mob .sort_wrapper .filter_item.active,
.blog_wrapper .blog_filter_wrapper_mob .sort_wrapper .sort_item.active {
  color: #010B28;
}
.blog_wrapper .blog_filter_wrapper_mob .filter_wrapper .filter_item.active::after,
.blog_wrapper .blog_filter_wrapper_mob .filter_wrapper .sort_item.active::after,
.blog_wrapper .blog_filter_wrapper_mob .sort_wrapper .filter_item.active::after,
.blog_wrapper .blog_filter_wrapper_mob .sort_wrapper .sort_item.active::after {
  content: "";
  background-image: url("images/selected-icon.svg");
  width: 30px;
  height: 30px;
}
.blog_wrapper .posts {
  display: grid;
  grid-template-columns: repeat(3, 33.3%);
  justify-content: center;
  justify-items: center;
}
@media all and (max-width: 1490px) {
  .blog_wrapper .posts {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 1279px) {
  .blog_wrapper .posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 1023px) {
  .blog_wrapper .posts {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media all and (max-width: 767px) {
  .blog_wrapper .posts {
    grid-template-columns: 1fr;
  }
}
.blog_wrapper .post {
  border: 1px solid #E1E1E1;
  opacity: 0;
  will-change: transform;
}
@media all and (max-width: 767px) {
  .blog_wrapper .post {
    background: #F7F7F7;
  }
}
.blog_wrapper .post > .post_entry {
  height: 100%;
}
.blog_wrapper .post > .post_entry > .post_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
  padding: 30px;
}
@media all and (max-width: 1490px) {
  .blog_wrapper .post > .post_entry > .post_content {
    padding: 20px;
  }
}
@media all and (max-width: 360px) {
  .blog_wrapper .post > .post_entry > .post_content {
    padding: 10px;
  }
}
.blog_wrapper .post > .post_entry > .post_content:hover {
  background-color: #E1E1E1;
}
.blog_wrapper .post > .post_entry > .post_content:hover .post_tags li {
  background-color: white;
}
.blog_wrapper .post_content h2 {
  font-size: 25px;
  margin: 30px 0 15px 0 !important;
  max-width: 85%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  letter-spacing: -0.9px;
}
@media all and (max-width: 1023px) {
  .blog_wrapper .post_content h2 {
    font-size: 20px;
    margin: 20px 0 15px 0 !important;
  }
}
.blog_wrapper .post_content .post_thumbnail {
  height: 300px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media all and (max-width: 1023px) {
  .blog_wrapper .post_content .post_thumbnail {
    height: 200px;
  }
}
@media all and (max-width: 767px) {
  .blog_wrapper .post_content .post_thumbnail {
    height: 42vw;
  }
}
@media all and (max-width: 480px) {
  .blog_wrapper .post_content .post_thumbnail {
    height: 200px;
  }
}
.blog_wrapper .post_content .post_meta {
  margin-top: 40px;
  font-size: 16px;
  color: #848484;
  font-weight: 500;
}
@media all and (max-width: 1023px) {
  .blog_wrapper .post_content .post_meta {
    margin-top: 30px;
  }
}
.blog_wrapper .post_content .post_excerpt {
  font-size: 18px;
  color: #434343;
  max-width: 85%;
  margin-bottom: 55px;
  line-height: 1.38;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  letter-spacing: -0.9px;
}
@media all and (max-width: 1023px) {
  .blog_wrapper .post_content .post_excerpt {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .blog_wrapper .post_content .post_excerpt {
    max-width: unset;
  }
}
.blog_wrapper .post_content .post_tags {
  list-style: none;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding-left: 0;
  margin-top: auto;
}
.blog_wrapper .post_content .post_tags li {
  font-weight: 500;
  border-radius: 60px;
  background: #E5E5E5;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
@media all and (max-width: 1023px) {
  .blog_wrapper .post_content .post_tags li {
    font-size: 14px;
  }
}
.blog_wrapper .post_content .post_tags li a {
  color: #434343;
}
.blog_wrapper .post_content .post_tags li a:hover {
  text-decoration: none;
}

.pagination_only_desktop {
  display: block;
}
@media all and (max-width: 767px) {
  .pagination_only_desktop {
    display: none;
  }
}

.pagination_only_mobile {
  display: none;
}
@media all and (max-width: 767px) {
  .pagination_only_mobile {
    display: block;
  }
}

.pagination {
  text-align: center;
  margin-top: 100px;
}
@media all and (max-width: 767px) {
  .pagination {
    margin-top: 50px;
  }
}
.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination a, .pagination span {
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  color: #00071C;
  width: 44px;
  height: 44px;
  align-content: center;
  padding: 5px 12px;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .pagination a, .pagination span {
    font-size: 16px;
  }
}
.pagination a:hover, .pagination span:hover {
  background-color: #F2F2F2;
  border-radius: 6px;
}
.pagination a:first-child, .pagination a:last-child {
  border-radius: 6px;
  border: 1px solid #E5E5E5;
}
.pagination .current {
  background-color: #F2F2F2;
  color: #929292;
  border-radius: 6px;
}
.pagination .next, .pagination .prev {
  width: 44px;
  display: flex;
  align-items: center;
}
.pagination .next {
  margin-left: 20px;
}
.pagination .prev {
  margin-right: 20px;
}
.pagination .prev:before {
  transform: scaleX(-1);
}
.pagination .next:after,
.pagination .prev:before {
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("images/chevron-right.svg");
}

.single_post_hero .single_post_hero_content {
  padding-top: 150px;
  padding-bottom: 120px;
  text-align: center;
}
@media all and (max-width: 1023px) {
  .single_post_hero .single_post_hero_content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media all and (max-width: 767px) {
  .single_post_hero .single_post_hero_content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.single_post_hero .single_post_info {
  font-size: 18px;
  font-weight: 500;
  font-family: "PP Neue Montreal", sans-serif;
}
@media all and (max-width: 1023px) {
  .single_post_hero .single_post_info {
    font-size: 16px;
  }
}
.single_post_hero .single_post_info span {
  color: rgba(0, 7, 28, 0.4);
}
.single_post_hero .single_post_info .single_post_author {
  color: #00071C;
}
.single_post_hero h1 {
  font-size: 82px;
  margin-top: 25px !important;
  margin-bottom: 50px !important;
}
@media all and (max-width: 1023px) {
  .single_post_hero h1 {
    font-size: 62px;
  }
}
@media all and (max-width: 767px) {
  .single_post_hero h1 {
    font-size: 40px;
  }
}
.single_post_hero .social_links .social_share {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.single_post_hero .social_links .social_share a {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  height: 54px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
@media all and (max-width: 767px) {
  .single_post_hero .social_links .social_share a {
    width: 43px;
    height: 43px;
  }
}
.single_post_hero .social_links .social_share a:hover {
  border: 2px solid #C7EF00;
}
.single_post_hero .social_links .social_share a:hover svg {
  stroke: #C7EF00;
}
.single_post_hero .social_links .social_share a svg {
  height: 29px;
  width: 29px;
  stroke: #0E3DB2;
  transition: all 0.3s ease-in-out;
}
.single_post_hero img {
  height: 680px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 1023px) {
  .single_post_hero img {
    height: 450px;
  }
}
@media all and (max-width: 767px) {
  .single_post_hero img {
    height: 72vw;
  }
}

.single_post_content .content_full {
  display: grid;
  grid-template-columns: 58% 33%;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
}
@media all and (max-width: 1023px) {
  .single_post_content .content_full {
    grid-template-columns: 60% 35%;
  }
}
@media all and (max-width: 767px) {
  .single_post_content .content_full {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 767px) {
  .single_post_content .content_full .single_post_main .entry-content {
    min-height: unset;
  }
}
.single_post_content .content_full .single_post_main h2, .single_post_content .content_full .single_post_main h3 {
  font-size: 30px;
  margin-bottom: 20px !important;
}
@media all and (max-width: 1023px) {
  .single_post_content .content_full .single_post_main h2, .single_post_content .content_full .single_post_main h3 {
    font-size: 25px;
  }
}
.single_post_content .content_full .single_post_main p {
  color: rgba(0, 7, 28, 0.7);
  font-size: 18px;
  margin-bottom: 32px;
}
@media all and (max-width: 1023px) {
  .single_post_content .content_full .single_post_main p {
    font-size: 16px;
  }
}
.single_post_content .content_full .single_post_main blockquote {
  margin-top: 56px;
  margin-bottom: 56px;
  margin-left: 0;
}
.single_post_content .content_full .single_post_main blockquote .quote {
  margin-bottom: 30px;
  font-style: italic;
  font-size: 24px;
  line-height: 1.5;
}
@media all and (max-width: 1279px) {
  .single_post_content .content_full .single_post_main blockquote .quote {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .single_post_content .content_full .single_post_main blockquote .quote {
    font-size: 18px;
  }
}
@media all and (max-width: 360px) {
  .single_post_content .content_full .single_post_main blockquote .quote {
    font-size: 16px;
  }
}
.single_post_content .content_full .single_post_main blockquote .quote_title {
  color: rgba(0, 7, 28, 0.6);
  font-size: 16px;
}
@media all and (max-width: 360px) {
  .single_post_content .content_full .single_post_main blockquote .quote_title {
    font-size: 14px;
  }
}
.single_post_content .content_full .single_post_main img {
  margin-top: 10px;
  margin-bottom: 40px;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 767px) {
  .single_post_content .content_full .single_post_main img {
    height: 500px;
  }
}
.single_post_content .content_full .single_post_main a {
  color: #0E3DB2;
}
.single_post_content .content_full .single_post_main a:hover {
  color: #C7EF00;
  text-decoration: underline;
}
.single_post_content .content_full .sidebar {
  font-size: 14px;
  position: sticky;
  top: 50px;
}
.single_post_content .content_full .sidebar h5 {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.7;
  font-weight: 700;
  color: #5D5D5D;
  font-family: Inter, sans-serif;
}
.single_post_content .content_full .sidebar .postmeta_box {
  color: #5D5D5D;
  background: #f7f7f7;
  border-radius: 5px;
  padding: 50px;
}
@media all and (max-width: 1023px) {
  .single_post_content .content_full .sidebar .postmeta_box {
    padding: 35px 25px;
  }
}
.single_post_content .content_full .sidebar .postmeta_box .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(14, 61, 178, 0.1);
  padding: 15px 0;
  gap: 10px;
}
@media all and (max-width: 1279px) {
  .single_post_content .content_full .sidebar .postmeta_box .info {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media all and (max-width: 767px) {
  .single_post_content .content_full .sidebar .postmeta_box .info {
    flex-direction: row;
    align-items: center;
  }
}
.single_post_content .content_full .sidebar .postmeta_box .info:first-of-type {
  border-top: 1px solid rgba(14, 61, 178, 0.1);
}
.single_post_content .content_full .sidebar .postmeta_box .info p {
  margin: 0;
  font-weight: 500;
}
@media all and (max-width: 360px) {
  .single_post_content .content_full .sidebar .postmeta_box .info div {
    text-align: end;
  }
}
.single_post_content .content_full .sidebar .postmeta_box .info span {
  font-weight: 700;
}
.single_post_content .content_full .sidebar .postmeta_box .info a {
  font-weight: 700;
  color: #5D5D5D;
}
.single_post_content .content_full .sidebar .postmeta_box .info a:hover {
  color: #C7EF00;
}
.single_post_content .content_full .sidebar .postmeta_box .info .social_links .social_share a {
  height: 17px;
  display: inline-block;
  margin-left: 8px;
}
.single_post_content .content_full .sidebar .postmeta_box .info .social_links .social_share a:hover svg {
  fill: #C7EF00;
}
.single_post_content .content_full .sidebar .postmeta_box .info .social_links .social_share a svg {
  height: 17px;
  width: 17px;
  fill: #5D5D5D;
  transition: all 0.3s ease-in-out;
}
.single_post_content .content_full .sidebar .postmeta_box .info .social_links .social_share a.copy_link {
  position: relative;
  cursor: pointer;
}
.single_post_content .content_full .sidebar .postmeta_box .info .social_links .social_share a.copy_link span {
  display: none;
  padding: 4px 12px;
  background-color: #5D5D5D;
  border-radius: 4px;
  color: white;
  position: absolute;
  top: -24px;
  left: -60px;
  font-size: 10px;
  min-width: -moz-max-content;
  min-width: max-content;
}
.single_post_content .content_full .sidebar .postmeta_box .about_us {
  margin-top: 25px;
}
.single_post_content .content_full .sidebar .postmeta_box .about_us p {
  line-height: 1.7;
  margin-bottom: 30px;
}
.single_post_content .content_full .sidebar .postmeta_box .about_us p:last-of-type {
  margin-bottom: 0;
}
.single_post_content .content_full .sidebar .postmeta_box .about_us .button, .single_post_content .content_full .sidebar .postmeta_box .about_us .wrap404 input, .wrap404 .single_post_content .content_full .sidebar .postmeta_box .about_us input {
  margin-top: 25px;
}
@media all and (max-width: 1279px) {
  .single_post_content .content_full .sidebar .postmeta_box .about_us .button, .single_post_content .content_full .sidebar .postmeta_box .about_us .wrap404 input, .wrap404 .single_post_content .content_full .sidebar .postmeta_box .about_us input {
    font-size: 16px;
    padding-inline: 10px;
    width: 100%;
  }
}
@media all and (max-width: 1023px) {
  .single_post_content .content_full .sidebar .postmeta_box .about_us .button, .single_post_content .content_full .sidebar .postmeta_box .about_us .wrap404 input, .wrap404 .single_post_content .content_full .sidebar .postmeta_box .about_us input {
    font-size: 15px;
  }
}
@media all and (max-width: 767px) {
  .single_post_content .content_full .sidebar .postmeta_box .about_us .button, .single_post_content .content_full .sidebar .postmeta_box .about_us .wrap404 input, .wrap404 .single_post_content .content_full .sidebar .postmeta_box .about_us input {
    width: unset;
    font-size: 18px;
    padding-inline: 25px;
  }
}
@media all and (max-width: 360px) {
  .single_post_content .content_full .sidebar .postmeta_box .about_us .button, .single_post_content .content_full .sidebar .postmeta_box .about_us .wrap404 input, .wrap404 .single_post_content .content_full .sidebar .postmeta_box .about_us input {
    padding-inline: 15px;
  }
}
@media all and (max-width: 1279px) {
  .single_post_content .content_full .sidebar .postmeta_box .about_us .button .button_roll_track, .single_post_content .content_full .sidebar .postmeta_box .about_us .wrap404 input .button_roll_track, .wrap404 .single_post_content .content_full .sidebar .postmeta_box .about_us input .button_roll_track {
    white-space: normal;
  }
}

@media all and (max-width: 767px) {
  #masthead + article {
    margin-top: 50px;
  }
}
#masthead + article { /* accounts for mastead being fixed, adjust depending on site */ }

#masthead {
  background-color: #010a26;
  display: flex;
  align-items: center;
  gap: 100px;
  padding-block: 17px;
  z-index: 10000;
  position: relative;
  width: 100%;
}
@media all and (max-width: 1279px) {
  #masthead {
    gap: 40px;
  }
}
@media all and (max-width: 1023px) {
  #masthead {
    padding-block: 20px;
    justify-content: space-between;
  }
}
@media all and (max-width: 767px) {
  #masthead {
    padding-top: 56px;
    padding-bottom: 14px;
  }
}
#masthead.menu_open {
  position: sticky;
  top: 0;
}
#masthead .main-navigation ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 40px;
  padding-left: 0;
}
@media all and (max-width: 1279px) {
  #masthead .main-navigation ul {
    gap: 25px;
  }
}
#masthead .main-navigation ul * {
  color: #FFF;
  font-family: "PP Neue Montreal", sans-serif;
  font-size: 16px;
}
#masthead .main-navigation ul svg {
  width: 8px;
  height: 5px;
  margin-left: 4px;
  stroke: white;
  fill: white;
}
#masthead .main-navigation ul p {
  cursor: pointer;
  display: inline;
}
@media all and (max-width: 1279px) {
  #masthead .main-navigation ul .header_button a {
    padding-inline: 15px;
    height: 50px;
  }
}
#masthead .main-navigation ul .header_button a span {
  font-size: 18px;
  color: #FFF;
}
@media all and (max-width: 1279px) {
  #masthead .main-navigation ul .header_button a span {
    font-size: 16px;
  }
}
#masthead .main-navigation ul .header_button {
  margin-left: 20px;
}
@media all and (max-width: 1279px) {
  #masthead .main-navigation ul .header_button {
    margin-left: 0;
  }
}
#masthead.light {
  background-color: #FFF;
}
#masthead.light .main-navigation ul * {
  color: #010B28;
}
#masthead.light .main-navigation ul svg {
  stroke: #010B28;
  fill: #010B28;
}
#masthead.light .hamburger span {
  background: #002f77;
}
#masthead.light .hamburger span:before, #masthead.light .hamburger span:after {
  background: #002f77;
}

.site-branding {
  width: -moz-max-content;
  width: max-content;
}
.site-branding .logo {
  display: block;
  background-image: url("images/millenia-white-logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 56px;
  width: 120px;
}
@media all and (max-width: 1023px) {
  .site-branding .logo {
    width: 150px;
    height: 70px;
  }
}
@media all and (max-width: 767px) {
  .site-branding .logo {
    width: 80px;
    height: 40px;
  }
}
.site-branding .logo.light {
  background-image: url("images/millenia-dark-logo.png");
}

.main-navigation {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 1023px) {
  .main-navigation {
    display: none;
  }
}

.mega_menu {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #010B28;
  transform: translateY(-100%);
  height: calc(100% - 90px);
  visibility: hidden;
}
@media all and (min-width: 1921px) {
  .mega_menu {
    height: 90%;
    width: 90%;
    max-width: 1710px;
    max-height: 750px;
    left: 50%;
  }
}
.mega_menu * {
  color: white;
  font-family: "PP Neue Montreal", sans-serif;
}
.mega_menu .mega_menu_content {
  height: 100%;
  display: grid;
  grid-template-columns: 58% 42%;
  justify-content: space-between;
}
.mega_menu .mega_menu_content .content_left {
  padding: 125px 100px 80px 100px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  align-items: flex-start;
}
@media all and (max-width: 1679px) {
  .mega_menu .mega_menu_content .content_left {
    padding: 125px 50px 80px 50px;
  }
}
@media all and (max-width: 1279px) {
  .mega_menu .mega_menu_content .content_left {
    padding: 125px 30px 80px 30px;
  }
}
.mega_menu .mega_menu_content .content_left .mega_menu_title {
  font-size: 50px;
}
@media all and (max-width: 1490px) {
  .mega_menu .mega_menu_content .content_left .mega_menu_title {
    font-size: 35px;
  }
}
@media all and (max-width: 1279px) {
  .mega_menu .mega_menu_content .content_left .mega_menu_title {
    padding-left: 15px;
  }
}
.mega_menu .mega_menu_content .content_left .mega_menu_title a:hover .button_roll_track .button_roll_text:last-child {
  color: #C7EF00;
}
.mega_menu .mega_menu_content .content_left .mega_menu_title .button_roll_track {
  position: relative;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
.mega_menu .mega_menu_content .content_left .mega_menu_title .button_roll_text {
  display: block;
  will-change: transform;
}
.mega_menu .mega_menu_content .content_left .mega_menu_title .button_roll_text:last-child {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.mega_menu .mega_menu_content .content_left .mega_menu_links {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
@media all and (max-width: 1279px) {
  .mega_menu .mega_menu_content .content_left .mega_menu_links {
    gap: 15px;
  }
}
@media all and (max-width: 1279px) {
  .mega_menu .mega_menu_content .content_left .mega_menu_links a span {
    font-size: 22px !important;
  }
}
.mega_menu .mega_menu_content .content_left .mega_menu_links a:hover .button_roll_track .button_roll_text:last-child {
  color: #C7EF00;
}
.mega_menu .mega_menu_content .content_left .mega_menu_links .button_roll_track {
  position: relative;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
.mega_menu .mega_menu_content .content_left .mega_menu_links .button_roll_text {
  display: block;
  will-change: transform;
}
.mega_menu .mega_menu_content .content_left .mega_menu_links .button_roll_text:last-child {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.mega_menu .mega_menu_content .content_left .mega_menu_contact {
  display: flex;
  flex-direction: column;
}
.mega_menu .mega_menu_content .content_left .mega_menu_contact,
.mega_menu .mega_menu_content .content_left .mega_menu_address {
  align-self: flex-end;
}
.mega_menu .mega_menu_content .content_left .mega_menu_contact p,
.mega_menu .mega_menu_content .content_left .mega_menu_address p {
  color: #C7EF00;
  margin-bottom: 20px;
}
.mega_menu .mega_menu_content .content_left .mega_menu_contact a:last-child,
.mega_menu .mega_menu_content .content_left .mega_menu_address a:last-child {
  margin-top: 15px;
}
.mega_menu .mega_menu_content .content_right {
  position: relative;
}
.mega_menu .mega_menu_content .content_right img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mega_menu .mega_menu_content .content_right .close_menu {
  position: absolute;
  top: 28px;
  right: 25px;
  border: 2px solid white;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.mega_menu .mega_menu_content .content_right .close_menu svg {
  stroke: white;
  height: 24px;
  width: 24px;
  transition: all 0.3s ease-in-out;
}
.mega_menu .mega_menu_content .content_right .close_menu:hover {
  border: 2px solid #C7EF00;
}
.mega_menu .mega_menu_content .content_right .close_menu:hover svg {
  stroke: #C7EF00;
}
.mega_menu .mega_menu_content .content_right .social_icons {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  bottom: 25px;
  right: 25px;
}
.mega_menu .mega_menu_content .content_right .social_icons a {
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 1px 11px 0px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease-in-out;
}
.mega_menu .mega_menu_content .content_right .social_icons a:hover {
  border: 2px solid #C7EF00;
}
.mega_menu .mega_menu_content .content_right .social_icons a:hover svg {
  stroke: #C7EF00;
}
.mega_menu .mega_menu_content .content_right .social_icons a svg {
  height: 24px;
  width: 24px;
  stroke: white;
  transition: all 0.3s ease-in-out;
}

.hamburger {
  display: none;
}
@media all and (max-width: 1023px) {
  .hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 18px;
  }
}
.hamburger span {
  width: 32px;
  height: 2px;
  background: #fff;
  display: block;
  border-radius: 5px;
  position: relative;
}
@media all and (max-width: 767px) {
  .hamburger span {
    width: 23px;
  }
}
.hamburger span:before {
  content: "";
  width: 32px;
  height: 2px;
  position: absolute;
  top: -10px;
  left: 0;
  background: #fff;
  border-radius: 5px;
}
@media all and (max-width: 767px) {
  .hamburger span:before {
    width: 23px;
    top: -8px;
  }
}
.hamburger span:after {
  content: "";
  width: 32px;
  height: 2px;
  position: absolute;
  top: 10px;
  left: 0;
  background: #fff;
  border-radius: 5px;
}
@media all and (max-width: 767px) {
  .hamburger span:after {
    width: 23px;
    top: 8px;
  }
}

.close_wrapper {
  display: flex;
  gap: 10px;
}
.close_wrapper p {
  font-size: 20px;
  margin-right: 10px;
  position: absolute;
  top: 40px;
  right: 85px;
}
@media all and (max-width: 767px) {
  .close_wrapper p {
    font-size: 18px;
    top: 60px;
    right: 75px;
  }
}

.hamburger_close {
  position: absolute;
  right: 30px;
  top: 30px;
  margin-left: 35px;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  padding-inline: 12px;
}
@media all and (max-width: 767px) {
  .hamburger_close {
    padding-inline: 10px;
    width: 42px;
    height: 42px;
    top: 52px;
  }
}
.hamburger_close span {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
}
.hamburger_close span:before {
  content: "";
  top: 0;
  width: 22px;
  height: 2px;
  transform: rotate(-45deg);
  background: #fff;
  position: absolute;
}
@media all and (max-width: 767px) {
  .hamburger_close span:before {
    width: 18px;
  }
}
.hamburger_close span:after {
  content: "";
  top: 0;
  width: 22px;
  height: 2px;
  transform: rotate(45deg);
  background: #fff;
  position: absolute;
}
@media all and (max-width: 767px) {
  .hamburger_close span:after {
    width: 18px;
  }
}

.nav_drawer_container {
  position: fixed;
  z-index: 9999;
  background: #010B28;
  transform: translateX(100%);
  padding: 130px 30px 60px;
  height: 100vh;
  width: 85%;
  top: 0;
  bottom: 0;
  right: 0;
}
@media all and (max-width: 767px) {
  .nav_drawer_container {
    width: 100%;
    padding: 120px 20px 50px 35px;
  }
}
.nav_drawer_container * {
  color: white;
  font-family: "PP Neue Montreal", sans-serif;
}
.nav_drawer_container .nav_drawer_wrapper {
  overflow: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
  padding-right: 20px;
}
.nav_drawer_container .nav_drawer_content ul {
  padding-left: 0;
}
.nav_drawer_container .nav_drawer_content ul > li {
  opacity: 0;
  transform: translateY(20px);
}
.nav_drawer_container .nav_drawer_content ul .submenu_toggle {
  color: white;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-block: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 40px;
  line-height: 0.75;
}
@media all and (max-width: 767px) {
  .nav_drawer_container .nav_drawer_content ul .submenu_toggle {
    font-size: 25px;
    padding-block: 30px;
  }
}
.nav_drawer_container .nav_drawer_content ul .submenu_toggle .toggle_icon {
  position: relative;
  width: 21px;
  height: 21px;
  flex-shrink: 0;
}
.nav_drawer_container .nav_drawer_content ul .submenu_toggle .toggle_icon:before, .nav_drawer_container .nav_drawer_content ul .submenu_toggle .toggle_icon:after {
  content: "";
  position: absolute;
  background: currentColor;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nav_drawer_container .nav_drawer_content ul .submenu_toggle .toggle_icon:before {
  width: 21px;
  height: 2px;
}
.nav_drawer_container .nav_drawer_content ul .submenu_toggle .toggle_icon:after {
  width: 2px;
  height: 21px;
}
.nav_drawer_container .nav_drawer_content ul .submenu_toggle.active .toggle_icon::after {
  opacity: 0;
}
.nav_drawer_container .nav_drawer_content ul .sub_menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
  height: 0;
}
@media all and (max-width: 767px) {
  .nav_drawer_container .nav_drawer_content ul .sub_menu {
    gap: 12px;
  }
}
.nav_drawer_container .nav_drawer_content ul .sub_menu li:last-child {
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  .nav_drawer_container .nav_drawer_content ul .sub_menu li:last-child {
    margin-bottom: 30px;
  }
}
.nav_drawer_container .nav_drawer_content ul .sub_menu a {
  color: white;
  font-size: 25px;
  font-weight: 400;
}
@media all and (max-width: 767px) {
  .nav_drawer_container .nav_drawer_content ul .sub_menu a {
    font-size: 18px;
  }
}
.nav_drawer_container .nav_drawer_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media all and (max-width: 767px) {
  .nav_drawer_container .nav_drawer_info {
    display: grid;
  }
}
.nav_drawer_container .nav_drawer_info .nav_drawer_contact {
  display: flex;
  flex-direction: column;
}
.nav_drawer_container .nav_drawer_info .nav_drawer_contact,
.nav_drawer_container .nav_drawer_info .nav_drawer_address {
  align-self: flex-end;
}
.nav_drawer_container .nav_drawer_info .nav_drawer_contact p,
.nav_drawer_container .nav_drawer_info .nav_drawer_address p {
  color: #C7EF00;
  margin-bottom: 15px;
}
.nav_drawer_container .nav_drawer_info .nav_drawer_contact a:last-child,
.nav_drawer_container .nav_drawer_info .nav_drawer_address a:last-child {
  margin-top: 10px;
}
@media all and (max-width: 767px) {
  .nav_drawer_container .nav_drawer_info .nav_drawer_address {
    grid-column-start: 1;
    grid-row-start: 2;
  }
}
.nav_drawer_container .nav_drawer_info .social_icons {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media all and (max-width: 767px) {
  .nav_drawer_container .nav_drawer_info .social_icons {
    flex-direction: column;
    grid-row: span 2/span 2;
    grid-column-start: 2;
    grid-row-start: 1;
    align-self: flex-start;
  }
}
.nav_drawer_container .nav_drawer_info .social_icons a {
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.nav_drawer_container .nav_drawer_info .social_icons a:hover {
  border: 2px solid #C7EF00;
}
.nav_drawer_container .nav_drawer_info .social_icons a:hover svg {
  stroke: #C7EF00;
}
.nav_drawer_container .nav_drawer_info .social_icons a svg {
  height: 24px;
  width: 24px;
  stroke: white;
  transition: all 0.3s ease-in-out;
}

.slideFormFinancing {
  position: fixed;
  inset: 0;
  z-index: 9999;
  padding: 160px 250px 100px;
  pointer-events: none;
  visibility: hidden;
}
@media all and (min-width: 1921px) {
  .slideFormFinancing {
    height: 90%;
    width: 90%;
    max-width: 1710px;
    max-height: 950px;
    top: 50%;
    left: 50%;
    border-radius: 30px;
    overflow: auto;
  }
}
@media all and (max-width: 1679px) {
  .slideFormFinancing {
    padding: 100px 150px;
  }
}
@media all and (max-width: 1490px) {
  .slideFormFinancing {
    padding: 100px 50px;
  }
}
@media all and (max-width: 1279px) {
  .slideFormFinancing {
    padding: 100px 30px 40px;
  }
}
@media all and (max-width: 1023px) {
  .slideFormFinancing {
    border-radius: 30px 30px 0 0;
    box-shadow: 0 -7px 36px 0 rgba(0, 0, 0, 0.25);
    height: 85%;
    top: unset;
    padding: 135px 20px 40px 30px;
  }
  .slideFormFinancing:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 105px;
    background: #BDBDBD;
    border-radius: 5px;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media all and (max-width: 767px) {
  .slideFormFinancing {
    padding: 70px 25px 40px 35px;
  }
  .slideFormFinancing:before {
    top: 20px;
    width: 60px;
  }
}
.slideFormFinancing .popup_close {
  position: absolute;
  top: 90px;
  right: 250px;
  border: 2px solid white;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  z-index: 1;
}
@media all and (max-width: 1679px) {
  .slideFormFinancing .popup_close {
    right: 150px;
  }
}
@media all and (max-width: 1490px) {
  .slideFormFinancing .popup_close {
    right: 50px;
  }
}
@media all and (max-width: 1279px) {
  .slideFormFinancing .popup_close {
    right: 30px;
  }
}
@media all and (max-width: 1023px) {
  .slideFormFinancing .popup_close {
    top: 30px;
  }
}
@media all and (max-width: 767px) {
  .slideFormFinancing .popup_close {
    display: none;
  }
}
.slideFormFinancing .popup_close svg {
  stroke: white;
  height: 24px;
  width: 24px;
  transition: all 0.3s ease-in-out;
}
.slideFormFinancing .popup_close:hover {
  border: 2px solid #C7EF00;
}
.slideFormFinancing .popup_close:hover svg {
  stroke: #C7EF00;
}
.slideFormFinancing .gform_confirmation_message {
  color: white;
  font-size: 25px;
}
.slideFormFinancing h2 {
  font-size: 96px;
  line-height: 0.96;
  letter-spacing: -2.88px;
  color: white;
}
@media all and (max-width: 1679px) {
  .slideFormFinancing h2 {
    font-size: 80px;
  }
}
@media all and (max-width: 1279px) {
  .slideFormFinancing h2 {
    max-width: 400px;
  }
}
@media all and (max-width: 1023px) {
  .slideFormFinancing h2 {
    font-size: 48px;
  }
}
@media all and (max-width: 767px) {
  .slideFormFinancing h2 {
    font-size: 35px;
    letter-spacing: -1.4px;
  }
}
.slideFormFinancing .investor_contact {
  height: 100%;
}
.slideFormFinancing .investor_contact > .vc_column-inner {
  height: 100%;
}
.slideFormFinancing .investor_contact > .vc_column-inner > .wpb_wrapper {
  height: 100%;
  padding: 0;
  align-items: center;
}
@media all and (max-width: 1279px) {
  .slideFormFinancing .investor_contact > .vc_column-inner > .wpb_wrapper {
    grid-template-columns: minmax(0, 701px) minmax(0, 557px);
    gap: 50px;
  }
}
@media all and (max-width: 1023px) {
  .slideFormFinancing .investor_contact > .vc_column-inner > .wpb_wrapper {
    gap: 100px;
    grid-template-columns: 1fr;
    overflow: auto;
    height: 100%;
    padding-right: 10px;
  }
}
@media all and (max-width: 767px) {
  .slideFormFinancing .investor_contact > .vc_column-inner > .wpb_wrapper {
    gap: 50px;
  }
}

.slideFormPopup,
.slideThankPopup {
  position: fixed;
  inset: 0;
  background: #010B28;
  z-index: 9999;
  padding: 100px 250px;
  pointer-events: none;
  visibility: hidden;
  background: url(/wp-content/themes/millennia/images/popup-bg.svg) #010B28;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media all and (min-width: 1921px) {
  .slideFormPopup,
  .slideThankPopup {
    height: 90%;
    width: 90%;
    max-width: 1710px;
    max-height: 950px;
    top: 50%;
    left: 50%;
    border-radius: 30px;
    overflow: auto;
  }
}
@media all and (max-width: 1679px) {
  .slideFormPopup,
  .slideThankPopup {
    padding: 100px 150px;
  }
}
@media all and (max-width: 1490px) {
  .slideFormPopup,
  .slideThankPopup {
    padding: 100px 50px;
  }
}
@media all and (max-width: 1279px) {
  .slideFormPopup,
  .slideThankPopup {
    padding: 100px 30px 40px;
  }
}
@media all and (max-width: 1023px) {
  .slideFormPopup,
  .slideThankPopup {
    border-radius: 30px 30px 0 0;
    box-shadow: 0 -7px 36px 0 rgba(0, 0, 0, 0.25);
    height: 85%;
    top: unset;
    padding: 135px 20px 40px 30px;
  }
  .slideFormPopup:before,
  .slideThankPopup:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 105px;
    background: #BDBDBD;
    border-radius: 5px;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media all and (max-width: 767px) {
  .slideFormPopup,
  .slideThankPopup {
    padding: 70px 25px 40px 35px;
  }
  .slideFormPopup:before,
  .slideThankPopup:before {
    top: 20px;
    width: 60px;
  }
}
.slideFormPopup .site-branding .logo,
.slideThankPopup .site-branding .logo {
  width: 175px;
  height: 82px;
}
@media all and (max-width: 767px) {
  .slideFormPopup .site-branding .logo,
  .slideThankPopup .site-branding .logo {
    display: none;
  }
}
.slideFormPopup h2,
.slideThankPopup h2 {
  font-size: 96px;
  line-height: 0.96;
  letter-spacing: -2.88px;
  color: white;
  margin-bottom: 0 !important;
}
@media all and (max-width: 1679px) {
  .slideFormPopup h2,
  .slideThankPopup h2 {
    font-size: 80px;
  }
}
@media all and (max-width: 1279px) {
  .slideFormPopup h2,
  .slideThankPopup h2 {
    max-width: 400px;
  }
}
@media all and (max-width: 1023px) {
  .slideFormPopup h2,
  .slideThankPopup h2 {
    font-size: 48px;
  }
}
@media all and (max-width: 767px) {
  .slideFormPopup h2,
  .slideThankPopup h2 {
    font-size: 35px;
    letter-spacing: -1.4px;
  }
}
.slideFormPopup .popup_close,
.slideThankPopup .popup_close {
  position: absolute;
  top: 120px;
  right: 250px;
  border: 2px solid white;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media all and (max-width: 1679px) {
  .slideFormPopup .popup_close,
  .slideThankPopup .popup_close {
    right: 150px;
  }
}
@media all and (max-width: 1490px) {
  .slideFormPopup .popup_close,
  .slideThankPopup .popup_close {
    right: 50px;
  }
}
@media all and (max-width: 1279px) {
  .slideFormPopup .popup_close,
  .slideThankPopup .popup_close {
    right: 30px;
  }
}
@media all and (max-width: 767px) {
  .slideFormPopup .popup_close,
  .slideThankPopup .popup_close {
    display: none;
  }
}
.slideFormPopup .popup_close svg,
.slideThankPopup .popup_close svg {
  stroke: white;
  height: 24px;
  width: 24px;
  transition: all 0.3s ease-in-out;
}
.slideFormPopup .popup_close:hover,
.slideThankPopup .popup_close:hover {
  border: 2px solid #C7EF00;
}
.slideFormPopup .popup_close:hover svg,
.slideThankPopup .popup_close:hover svg {
  stroke: #C7EF00;
}

.slideFormPopup .popup_content {
  gap: 50px;
}
@media all and (max-width: 1023px) {
  .slideFormPopup .popup_content {
    gap: 100px;
    grid-template-columns: 1fr;
    overflow: auto;
    height: 100%;
    padding-right: 10px;
  }
}
@media all and (max-width: 767px) {
  .slideFormPopup .popup_content {
    gap: 50px;
  }
}
.slideFormPopup .popup_content .content_left * {
  font-family: "PP Neue Montreal", sans-serif;
}
.slideFormPopup .popup_content .content_left .site-branding .logo {
  margin-bottom: 100px;
}
@media all and (max-width: 1279px) {
  .slideFormPopup .popup_content .content_left .site-branding .logo {
    margin-bottom: 70px;
  }
}
.slideFormPopup .popup_content .content_left .text {
  font-size: 25px;
  margin-top: 80px;
  margin-bottom: 65px;
  color: white;
  border-left: 2px solid #C7EF00;
  padding-left: 20px;
  max-width: 550px;
}
@media all and (max-width: 1279px) {
  .slideFormPopup .popup_content .content_left .text {
    font-size: 22px;
    line-height: normal;
    max-width: 470px;
  }
}
@media all and (max-width: 1023px) {
  .slideFormPopup .popup_content .content_left .text {
    margin-top: 35px;
    margin-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  .slideFormPopup .popup_content .content_left .text {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 0;
    line-height: 1.5;
  }
}
.slideFormPopup .popup_content .content_left .whatsapp_contact {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media all and (max-width: 767px) {
  .slideFormPopup .popup_content .content_left .whatsapp_contact {
    border-left: 2px solid #C7EF00;
    padding-left: 20px;
  }
}
.slideFormPopup .popup_content .content_left .whatsapp_contact a {
  color: white;
  transition: all 0.3s ease-in-out;
}
.slideFormPopup .popup_content .content_left .whatsapp_contact a:hover {
  color: #C7EF00;
}
@media all and (max-width: 1279px) {
  .slideFormPopup .popup_content .content_left .whatsapp_contact a {
    flex: 0 1 300px;
  }
}
@media all and (max-width: 767px) {
  .slideFormPopup .popup_content .content_left .whatsapp_contact a {
    margin-top: 30px;
  }
}
.slideFormPopup .popup_content .content_left .whatsapp_contact .contact_icon {
  background: rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1279px) {
  .slideFormPopup .popup_content .content_left .whatsapp_contact .contact_icon {
    flex: 0 1 60px;
  }
}
@media all and (max-width: 767px) {
  .slideFormPopup .popup_content .content_left .whatsapp_contact .contact_icon {
    display: none;
  }
}
.slideFormPopup .popup_content .content_left .whatsapp_contact .contact_icon svg {
  height: 32px;
  width: 32px;
}
.slideFormPopup .popup_content .content_left .whatsapp_contact p {
  font-size: 18px;
}
@media all and (max-width: 1279px) {
  .slideFormPopup .popup_content .content_left .whatsapp_contact p {
    font-size: 16px;
  }
}
.slideFormPopup .popup_content .content_right {
  margin-top: 180px;
}
@media all and (max-width: 1279px) {
  .slideFormPopup .popup_content .content_right {
    margin-top: 140px;
  }
}
@media all and (max-width: 1023px) {
  .slideFormPopup .popup_content .content_right {
    margin-top: 0;
  }
}
.slideFormPopup .popup_content .content_right .gform_wrapper input[type=text],
.slideFormPopup .popup_content .content_right .gform_wrapper textarea,
.slideFormPopup .popup_content .content_right .gform_wrapper select,
.slideFormPopup .popup_content .content_right .gform_wrapper input[type=email],
.slideFormPopup .popup_content .content_right .gform_wrapper input[type=tel] {
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background: none;
}
@media all and (max-width: 1279px) {
  .slideFormPopup .popup_content .content_right .gform_wrapper input[type=text],
  .slideFormPopup .popup_content .content_right .gform_wrapper textarea,
  .slideFormPopup .popup_content .content_right .gform_wrapper select,
  .slideFormPopup .popup_content .content_right .gform_wrapper input[type=email],
  .slideFormPopup .popup_content .content_right .gform_wrapper input[type=tel] {
    font-size: 16px !important;
  }
}
.slideFormPopup .popup_content .content_right .gform_wrapper .gfield textarea {
  height: 63px;
}
@media all and (max-width: 1023px) {
  .slideFormPopup .popup_content .content_right .gform_wrapper.gravity-theme .gform_footer {
    float: right;
  }
}
@media all and (max-width: 1279px) {
  .slideFormPopup .popup_content .content_right .gform_wrapper.gravity-theme .gform_footer .gform_button {
    font-size: 16px;
    height: 50px;
  }
}
.slideFormPopup .popup_content .content_right ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.slideFormPopup .gform_confirmation_message {
  color: white;
  font-size: 25px;
}

@media all and (max-width: 1023px) {
  .slideThankPopup .popup_content {
    overflow: auto;
    height: 100%;
    padding-right: 10px;
  }
}
@media all and (max-width: 1023px) {
  .slideThankPopup .popup_close {
    top: 145px;
  }
}
.slideThankPopup .popup_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 40px;
}
.slideThankPopup .popup_inner * {
  font-family: "PP Neue Montreal", sans-serif;
}
.slideThankPopup .popup_inner p {
  font-size: 25px;
  margin-top: 30px;
  margin-bottom: 0;
  color: white;
}
@media all and (max-width: 1023px) {
  .slideThankPopup .popup_inner p {
    font-size: 22px;
  }
}
@media all and (max-width: 767px) {
  .slideThankPopup .popup_inner p {
    font-size: 16px;
  }
}
.slideThankPopup .popup_inner .popup_links {
  margin-top: 120px;
  min-width: 708px;
  max-width: 708px;
}
@media all and (max-width: 1023px) {
  .slideThankPopup .popup_inner .popup_links {
    margin-top: 60px;
    min-width: 550px;
    max-width: 550px;
  }
}
@media all and (max-width: 767px) {
  .slideThankPopup .popup_inner .popup_links {
    min-width: 95%;
    max-width: 85%;
  }
}
.slideThankPopup .popup_inner .popup_links a {
  font-size: 24px;
  padding-block: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #676C7C;
  color: white;
  transition: all 0.3s ease-in-out;
}
@media all and (max-width: 1023px) {
  .slideThankPopup .popup_inner .popup_links a {
    padding-block: 20px;
    font-size: 22px;
  }
}
@media all and (max-width: 767px) {
  .slideThankPopup .popup_inner .popup_links a {
    padding-block: 15px;
    font-size: 16px;
  }
}
.slideThankPopup .popup_inner .popup_links a span {
  transition: all 0.3s ease-in-out;
}
.slideThankPopup .popup_inner .popup_links a:hover span {
  color: #C7EF00;
}
.slideThankPopup .popup_inner .popup_links a:hover .link_icon {
  border: 2px solid #C7EF00;
}
.slideThankPopup .popup_inner .popup_links a:hover .link_icon svg {
  color: #C7EF00;
}
.slideThankPopup .popup_inner .popup_links a:last-child {
  border-bottom: 1px solid #676C7C;
}
.slideThankPopup .popup_inner .popup_links a .link_icon {
  border: 2px solid white;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .slideThankPopup .popup_inner .popup_links a .link_icon {
    width: 35px;
    height: 35px;
  }
}
.slideThankPopup .popup_inner .popup_links a .link_icon svg {
  height: 24px;
  width: 24px;
  transition: all 0.3s ease-in-out;
}

.gform_validation_errors {
  display: none;
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border-bottom: 1px solid #c02b0a !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .gform_wrapper.gravity-theme .validation_message {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme textarea,
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=tel] {
  font-family: "PP Neue Montreal", sans-serif;
}
@media all and (max-width: 1279px) {
  .gform_wrapper.gravity-theme input[type=text],
  .gform_wrapper.gravity-theme textarea,
  .gform_wrapper.gravity-theme select,
  .gform_wrapper.gravity-theme input[type=email],
  .gform_wrapper.gravity-theme input[type=tel] {
    font-size: 16px !important;
  }
}
@media all and (max-width: 1023px) {
  .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 20px !important;
  }
}
@media all and (max-width: 767px) {
  .gform_wrapper.gravity-theme .gform_footer .gform_button {
    font-size: 16px;
    height: 50px;
  }
}

.testimonial {
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1023px) {
  .testimonial {
    padding-top: 20px;
  }
}
@media all and (max-width: 480px) {
  .testimonial {
    padding-bottom: 50px;
  }
}
.testimonial > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: grid;
}
.testimonial .testimonial_slide {
  grid-area: 1/1;
  width: 100%;
  visibility: hidden;
}
.testimonial .testimonial_slide:first-child {
  position: relative;
  visibility: visible;
}
.testimonial .testimonial_slide:not(:first-child) {
  visibility: hidden;
}
.testimonial .testimonial_slide > .wpb_column {
  height: 100%;
}
.testimonial .testimonial_slide > .wpb_column > .vc_column-inner {
  height: 100%;
}
.testimonial .testimonial_slide > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
.testimonial .testimonial_slide .testimonial_quote {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 60px;
  max-width: 1006px;
}
@media all and (max-width: 1679px) {
  .testimonial .testimonial_slide .testimonial_quote {
    width: 80%;
  }
}
@media all and (max-width: 1279px) {
  .testimonial .testimonial_slide .testimonial_quote {
    width: 100%;
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .testimonial .testimonial_slide .testimonial_quote {
    font-size: 16px;
    margin-bottom: 35px;
  }
}
@media all and (max-width: 480px) {
  .testimonial .testimonial_slide .testimonial_quote {
    font-size: 15px;
  }
}
.testimonial .testimonial_slide .testimonial_name {
  font-size: 16px;
  margin-top: auto;
}
@media all and (max-width: 767px) {
  .testimonial .testimonial_slide .testimonial_name {
    font-size: 14px;
  }
}
.testimonial .testimonial_slide .testimonial_name p {
  font-family: "PP Neue Montreal", sans-serif;
  color: rgba(255, 255, 255, 0.8);
}
.testimonial .testimonial_slide .testimonial_role {
  font-size: 16px;
  margin-top: 6px;
}
@media all and (max-width: 767px) {
  .testimonial .testimonial_slide .testimonial_role {
    font-size: 14px;
  }
}
.testimonial .testimonial_slide .testimonial_role p {
  font-family: "PP Neue Montreal", sans-serif;
  color: rgba(255, 255, 255, 0.4);
}
.testimonial .testimonial_nav {
  position: absolute;
  right: 0;
  z-index: 9999;
}
@media all and (max-width: 1279px) {
  .testimonial .testimonial_nav {
    bottom: 0;
    top: unset;
  }
}
@media all and (max-width: 1023px) {
  .testimonial .testimonial_nav {
    right: 20px;
  }
}
@media all and (max-width: 480px) {
  .testimonial .testimonial_nav {
    margin-top: 20px;
    position: static;
  }
}
.testimonial .testimonial_nav > .wpb_wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  position: relative;
}
@media all and (max-width: 767px) {
  .testimonial .testimonial_nav > .wpb_wrapper {
    gap: 10px;
  }
}
.testimonial .testimonial_nav > .wpb_wrapper .nav_btn {
  border: 2px solid white;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background: transparent;
}
.testimonial .testimonial_nav > .wpb_wrapper .nav_btn.prev {
  transform: rotate(180deg);
}
@media all and (max-width: 767px) {
  .testimonial .testimonial_nav > .wpb_wrapper .nav_btn {
    width: 35px;
    height: 35px;
  }
}
.testimonial .testimonial_nav > .wpb_wrapper .nav_btn svg {
  height: 24px;
  width: 24px;
  transition: all 0.3s ease-in-out;
}
.testimonial .testimonial_nav > .wpb_wrapper .nav_btn:hover {
  border: 2px solid #C7EF00;
}
.testimonial .testimonial_nav > .wpb_wrapper .nav_btn:hover svg, .testimonial .testimonial_nav > .wpb_wrapper .nav_btn:hover use {
  color: #C7EF00;
}

.custom_line_h {
  line-height: 1.6;
}

.border_b_gray {
  border-bottom: 1px solid #D5D5D5;
}

.item_box_420 {
  background-image: url("images/circle-overlay-400.svg");
}
.item_box_420 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  min-height: 420px;
}
@media all and (max-width: 1023px) {
  .item_box_420 > .wpb_column > .vc_column-inner > .wpb_wrapper {
    min-height: 435px;
  }
}
@media all and (max-width: 767px) {
  .item_box_420 > .wpb_column > .vc_column-inner > .wpb_wrapper {
    min-height: 380px;
  }
}

.externalLink {
  transition-duration: 0.1s;
  display: inline-block;
}

.externalLink:hover {
  cursor: pointer;
  color: #FFF;
  color: #C7EF00;
}

.bg_light_gray {
  background-color: #EFEFEF;
}

.py_30 {
  padding-block: 30px;
}
@media all and (max-width: 767px) {
  .py_30 {
    padding-block: 25px;
  }
}

.pt_25 {
  padding-top: 25px;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_150 {
  margin-bottom: 150px;
}
@media all and (max-width: 1023px) {
  .mb_150 {
    margin-bottom: 100px;
  }
}

.height_974 {
  height: 974px;
}
@media all and (max-width: 1023px) {
  .height_974 {
    height: 850px;
  }
  .height_974.section_bg .bg_wrapper img {
    height: 850px;
  }
}
@media all and (max-width: 767px) {
  .height_974 {
    height: 1020px;
  }
  .height_974.section_bg .bg_wrapper img {
    height: 1020px;
  }
}

.min_height_974 {
  min-height: 974px;
}
@media all and (max-width: 1023px) {
  .min_height_974 {
    min-height: 830px;
  }
}
@media all and (max-width: 767px) {
  .min_height_974 {
    min-height: 1000px;
  }
}
.min_height_974 > .wpb_column {
  min-height: inherit;
}
.min_height_974 > .wpb_column > .vc_column-inner {
  min-height: inherit;
  display: flex;
  align-items: flex-end;
}

.max_height_446 {
  max-height: 446px;
}
@media all and (max-width: 767px) {
  .max_height_446 {
    max-height: unset;
  }
}

.content_with_scroll {
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scrollbar-width: 3px;
  scrollbar-color: #f7f7f7 transparent;
}
.content_with_scroll::-webkit-scrollbar {
  width: 3px !important;
}
.content_with_scroll::-webkit-scrollbar-track {
  background: #434343;
}
.content_with_scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #f7f7f7;
}
.content_with_scroll::-webkit-scrollbar-thumb:hover {
  background: #f7f7f7;
}

.section_grid.col_845 {
  grid-template-columns: 845px;
}
@media all and (max-width: 1023px) {
  .section_grid.col_845 {
    grid-template-columns: 698px;
  }
}
@media all and (max-width: 767px) {
  .section_grid.col_845 {
    grid-template-columns: minmax(0, 1fr);
  }
}

.dark_blue_gradian_overlay_left_side > .wpb_wrapper > .vc_single_image-wrapper::after {
  background: linear-gradient(90deg, #010A24 29.15%, rgba(1, 10, 36, 0) 81.05%), linear-gradient(180deg, rgba(1, 10, 36, 0) 67.52%, #010A24 100%);
}
@media all and (max-width: 767px) {
  .dark_blue_gradian_overlay_left_side > .wpb_wrapper > .vc_single_image-wrapper::after {
    background: linear-gradient(180deg, rgba(1, 10, 36, 0) 28.31%, #010A24 62.09%);
  }
}

.list > .wpb_wrapper ul {
  display: flex;
  flex-direction: column;
}
.list > .wpb_wrapper ul li {
  list-style: none;
  border-top: 1px solid #D5D5D5;
  padding: 30px 0;
}
.list > .wpb_wrapper ul li:last-of-type {
  border-bottom: 1px solid #D5D5D5;
}

.featured_section .icon .wpb_wrapper {
  height: 64px;
  width: 64px;
  border-radius: 100%;
  padding: 9px;
  border: 1px solid rgba(0, 7, 28, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
@media all and (max-width: 1279px) {
  .featured_section .icon .wpb_wrapper {
    height: 55px;
    width: 55px;
  }
}
@media all and (max-width: 767px) {
  .featured_section .icon .wpb_wrapper {
    height: 51.2px;
    width: 51.2px;
  }
}
.featured_section .icon .wpb_wrapper .single_icon {
  height: 51.2px;
  width: 51.2px;
}
@media all and (max-width: 1279px) {
  .featured_section .icon .wpb_wrapper .single_icon {
    height: 55px;
    width: 55px;
  }
}
.featured_section .icon .wpb_wrapper .single_icon {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.star_icon {
  background-image: url(images/star.svg);
}

.people_icon {
  background-image: url(images/people.svg);
}

.chart_icon {
  background-image: url(images/chart.svg);
}

.help_icon {
  background-image: url(images/help.svg);
}

.client_icon {
  background-image: url(images/client.svg);
}

.clock_icon {
  background-image: url("images/clock.svg");
}

.list.list_by_desc li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 1023px) {
  .list.list_by_desc li {
    align-items: flex-start;
  }
}
.list.list_by_desc li .content {
  display: flex;
  gap: 25px;
  flex: 1;
  align-items: center;
}
@media all and (max-width: 1023px) {
  .list.list_by_desc li .content {
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.list.list_by_desc li h3 {
  text-align: left;
  width: 215px;
  flex-shrink: 0;
}
@media all and (max-width: 1279px) {
  .list.list_by_desc li h3 {
    width: 125px;
  }
}
.list.list_by_desc li p {
  font-size: 16px;
  flex: 1;
}

@media all and (max-width: 767px) {
  .single_grid_col {
    grid-template-columns: 1fr !important;
  }
}

.grid_2_col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media all and (max-width: 767px) {
  .grid_2_col {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}

.light_green {
  color: rgba(220, 247, 86, 0.7);
}

footer.footer_wrapper {
  padding-top: 120px;
  background: url("/wp-content/themes/millennia/images/bg-footer.svg") #010B28;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media all and (max-width: 1023px) {
  footer.footer_wrapper {
    background: url("/wp-content/themes/millennia/images/bg-footer-tablet.svg") #010B28;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media all and (max-width: 767px) {
  footer.footer_wrapper {
    background: url("/wp-content/themes/millennia/images/bg-footer-mobile.svg") #010B28;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
footer.footer_wrapper .icon {
  margin-bottom: 20px;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-origin: content-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media all and (max-width: 767px) {
  footer.footer_wrapper .icon {
    margin-bottom: 12px;
    width: 28px;
    height: 28px;
  }
}
footer.footer_wrapper h3 {
  margin-bottom: 8px;
  font-size: 20px;
}
@media all and (max-width: 767px) {
  footer.footer_wrapper h3 {
    font-size: 16px;
  }
}
footer.footer_wrapper p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  width: 100%;
  line-height: 20px;
}
@media all and (max-width: 767px) {
  footer.footer_wrapper p {
    font-size: 12px;
  }
}
footer.footer_wrapper .address_col {
  max-width: 200px;
}
footer.footer_wrapper .address_col a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  width: 100%;
  line-height: 20px;
}
footer.footer_wrapper .address_col a:hover {
  color: rgba(220, 247, 86, 0.7) !important;
}
@media all and (max-width: 767px) {
  footer.footer_wrapper .address_col a {
    font-size: 12px;
  }
}
footer.footer_wrapper .title {
  margin-bottom: 164px;
}
@media all and (max-width: 1023px) {
  footer.footer_wrapper .title {
    margin-bottom: 0;
  }
}
footer.footer_wrapper .title h2 {
  font-size: 90px;
  letter-spacing: -2.58px;
}
@media all and (max-width: 1023px) {
  footer.footer_wrapper .title h2 {
    font-size: 86px;
  }
}
@media all and (max-width: 767px) {
  footer.footer_wrapper .title h2 {
    font-size: 44px;
  }
}
footer.footer_wrapper .col_title {
  margin-bottom: 20px;
  color: rgba(220, 247, 86, 0.7) !important;
}
@media all and (max-width: 767px) {
  footer.footer_wrapper .col_title {
    margin-bottom: 15px;
  }
}
footer.footer_wrapper ul {
  padding: 0;
}
footer.footer_wrapper ul li {
  list-style: none;
  margin-bottom: 12px;
  font-size: 16px;
}
@media all and (max-width: 767px) {
  footer.footer_wrapper ul li {
    font-size: 14px;
  }
}
footer .bottom_row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-bottom: 120px;
  gap: 30px;
}
@media all and (max-width: 1023px) {
  footer .bottom_row {
    padding-bottom: 80px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media all and (max-width: 767px) {
  footer .bottom_row {
    padding-bottom: 100px;
  }
}
@media all and (max-width: 360px) {
  footer .bottom_row {
    grid-template-columns: 1fr;
  }
}
footer .site_info .copyright_content {
  color: rgba(255, 255, 255, 0.3);
  padding-block: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  letter-spacing: 2.2px;
}
@media all and (max-width: 480px) {
  footer .site_info .copyright_content {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
footer .site_info .copyright_content a {
  color: rgba(255, 255, 255, 0.3);
}
footer .site_info .copyright_content a:hover {
  color: rgba(255, 255, 255, 0.2);
}
footer .site_info .copyright_content p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.3);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.36;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.faq_wrapper.light_mode .vc_toggle_title i.vc_toggle_icon:before, .faq_wrapper.light_mode .vc_toggle_title i.vc_toggle_icon:after {
  content: "";
  background: url("/wp-content/themes/millennia/images/plus-dark.svg");
  width: 56px;
  height: 56px;
  background-origin: content-box;
  background-size: cover;
  background-position: center !important;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  left: unset;
  transition: right 0.3s ease-in-out;
  border: none;
}
@media all and (max-width: 1023px) {
  .faq_wrapper.light_mode .vc_toggle_title i.vc_toggle_icon:before, .faq_wrapper.light_mode .vc_toggle_title i.vc_toggle_icon:after {
    width: 40px;
    height: 40px;
  }
}
@media all and (max-width: 767px) {
  .faq_wrapper.light_mode .vc_toggle_title i.vc_toggle_icon:before, .faq_wrapper.light_mode .vc_toggle_title i.vc_toggle_icon:after {
    width: 20px;
    height: 20px;
  }
}
.faq_wrapper.light_mode .accordion_item.vc_toggle_active i.vc_toggle_icon:before, .faq_wrapper.light_mode .accordion_item.vc_toggle_active i.vc_toggle_icon:after {
  content: "";
  background: url("/wp-content/themes/millennia/images/minus-dark.svg");
  width: 56px;
  height: 56px;
  background-origin: content-box;
  background-size: cover;
  background-position: center !important;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  left: unset;
  transition: right 0.3s ease-in-out;
  border: none;
}
@media all and (max-width: 1023px) {
  .faq_wrapper.light_mode .accordion_item.vc_toggle_active i.vc_toggle_icon:before, .faq_wrapper.light_mode .accordion_item.vc_toggle_active i.vc_toggle_icon:after {
    width: 40px;
    height: 40px;
  }
}
@media all and (max-width: 767px) {
  .faq_wrapper.light_mode .accordion_item.vc_toggle_active i.vc_toggle_icon:before, .faq_wrapper.light_mode .accordion_item.vc_toggle_active i.vc_toggle_icon:after {
    width: 20px;
    height: 20px;
  }
}
.faq_wrapper.light_mode .vc_toggle_content p {
  color: rgba(8, 28, 21, 0.8);
}

@media all and (max-width: 767px) {
  .image_with_info .vc_column_container {
    margin-top: 50px;
  }
}
.image_with_info .vc_column_container > .vc_column-inner .wpb_wrapper {
  position: relative;
}
.image_with_info .vc_column_container > .vc_column-inner .wpb_wrapper .content {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #010B28;
  margin: 30px;
}
@media all and (max-width: 1023px) {
  .image_with_info .vc_column_container > .vc_column-inner .wpb_wrapper .content {
    margin: 15px;
  }
}
@media all and (max-width: 767px) {
  .image_with_info .vc_column_container > .vc_column-inner .wpb_wrapper .content {
    margin: 13px;
  }
}
.image_with_info .vc_column_container > .vc_column-inner .wpb_wrapper .content .wpb_wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media all and (max-width: 1023px) {
  .image_with_info .vc_column_container > .vc_column-inner .wpb_wrapper .content .wpb_wrapper {
    padding: 25px;
    gap: 15px;
  }
}
@media all and (max-width: 767px) {
  .image_with_info .vc_column_container > .vc_column-inner .wpb_wrapper .content .wpb_wrapper {
    padding: 20px;
    gap: 20px;
  }
}
.image_with_info .vc_column_container > .vc_column-inner .wpb_wrapper .content .wpb_wrapper h3 {
  color: #FFF;
}
.image_with_info .vc_column_container > .vc_column-inner .wpb_wrapper .content .wpb_wrapper p {
  font-size: 16px;
  color: #FFF;
}
@media all and (max-width: 1023px) {
  .image_with_info .vc_column_container > .vc_column-inner .wpb_wrapper .content .wpb_wrapper p {
    font-size: 14px;
  }
}

@media all and (max-width: 767px) {
  .grid_with_table.col_701_557 {
    gap: 0;
  }
}
@media all and (max-width: 767px) {
  .grid_with_table .table_setting {
    padding-top: 50px;
  }
}
.grid_with_table .table_2_col > .wpb_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid #C6C6C6;
}
.grid_with_table .table_2_col > .wpb_wrapper > div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 20px;
  border-right: 1px solid #C6C6C6;
  border-bottom: 1px solid #C6C6C6;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}
.grid_with_table .table_2_col > .wpb_wrapper > div:nth-child(2n) {
  border-right: 0;
}
.grid_with_table .table_2_col > .wpb_wrapper > div:nth-last-child(-n+2) {
  border-bottom: 0;
}
.grid_with_table .tableInfo p {
  font-size: 12px;
  color: #676767;
  font-size: 12px;
  line-height: 1.2;
}

.investor_contact > .vc_column-inner > .wpb_wrapper {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 557px 557px;
  padding: 176px 0;
  gap: 50px;
}
@media all and (max-width: 1279px) {
  .investor_contact > .vc_column-inner > .wpb_wrapper {
    padding: 100px 0;
    grid-template-columns: minmax(0, 298px) minmax(0, 470px);
    gap: 92px;
  }
}
@media all and (max-width: 767px) {
  .investor_contact > .vc_column-inner > .wpb_wrapper {
    grid-template-columns: minmax(0, 1fr);
    padding: 50px 0;
    gap: 40px;
  }
}
.investor_contact .gform_wrapper input[type=text],
.investor_contact .gform_wrapper input[type=email],
.investor_contact .gform_wrapper input[type=tel],
.investor_contact .gform_wrapper textarea,
.investor_contact .gform_wrapper select {
  background: transparent !important;
  background-color: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #FFF !important;
}
.investor_contact .gform_wrapper input::-moz-placeholder, .investor_contact .gform_wrapper textarea::-moz-placeholder {
  color: #FFF !important;
  opacity: 1;
}
.investor_contact .gform_wrapper input::placeholder,
.investor_contact .gform_wrapper textarea::placeholder {
  color: #FFF !important;
  opacity: 1;
}
.investor_contact .gform_wrapper select option,
.investor_contact .gform-theme select option {
  color: #000 !important;
}
@media all and (max-width: 767px) {
  .investor_contact h2 {
    font-size: 35px;
  }
}

.with_arrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.with_arrow::after {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease-in-out;
}
@media all and (max-width: 1279px) {
  .with_arrow::after {
    width: 24px;
    height: 24px;
  }
}
@media all and (max-width: 767px) {
  .with_arrow::after {
    width: 21.7px;
    height: 21.7px;
  }
}

/* Blue → Green */
.arrow_blue::after {
  background-image: url("/wp-content/themes/millennia/images/arrow-right-blue.svg");
}
.arrow_blue:hover::after {
  background-image: url("/wp-content/themes/millennia/images/arrow-right-green.svg");
}

/* Green → Blue */
.arrow_green::after {
  background-image: url("/wp-content/themes/millennia/images/arrow-right-green.svg");
}
.arrow_green:hover::after {
  background-image: url("/wp-content/themes/millennia/images/arrow-right.svg");
}

.arrow_white::after {
  background-image: url("/wp-content/themes/millennia/images/arrow-right.svg");
}
.arrow_white:hover::after {
  background-image: url("/wp-content/themes/millennia/images/arrow-right-green.svg");
}

.with_circle::after {
  padding: 9px;
  border: 1px solid #E5E5E5;
  border-radius: 50%;
  background-origin: content-box;
  box-sizing: content-box;
}
.with_circle:hover::after {
  border-color: #D5D5D5;
}

.download_icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.download_icon::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("/wp-content/themes/millennia/images/download.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.download_icon:hover::before {
  background-image: url("/wp-content/themes/millennia/images/download-green.svg");
}

.profile_cta_section .section_bg {
  height: 802px;
}
@media all and (max-width: 1490px) {
  .profile_cta_section .section_bg {
    height: 614px;
  }
  .profile_cta_section .section_bg figure img {
    height: 614px;
  }
}
@media all and (max-width: 767px) {
  .profile_cta_section .section_bg {
    height: 989px;
  }
}
.profile_cta_section .section_bg .bg_wrapper > .wpb_column,
.profile_cta_section .section_bg .bg_wrapper > .wpb_column > .vc_column-inner,
.profile_cta_section .section_bg .bg_wrapper > .wpb_column > .vc_column-inner > .wpb_wrapper,
.profile_cta_section .section_bg .bg_wrapper .wpb_single_image,
.profile_cta_section .section_bg .bg_wrapper .wpb_single_image .wpb_wrapper,
.profile_cta_section .section_bg .bg_wrapper .vc_single_image-wrapper {
  height: 100%;
}
.profile_cta_section .section_bg .bg_wrapper img {
  -o-object-position: center right;
     object-position: center right;
}
.profile_cta_section .content {
  min-height: 802px;
}
.profile_cta_section .content h2 {
  margin-bottom: 30px !important;
}
@media all and (max-width: 1490px) {
  .profile_cta_section .content h2 {
    margin-bottom: 32px !important;
  }
}
@media all and (max-width: 767px) {
  .profile_cta_section .content h2 {
    font-size: 35px;
    margin-bottom: 20px !important;
  }
}
@media all and (max-width: 1490px) {
  .profile_cta_section .content {
    min-height: 614px;
  }
}
@media all and (max-width: 767px) {
  .profile_cta_section .content {
    min-height: 989px;
  }
}
.profile_cta_section .content > .wpb_column {
  min-height: inherit;
  transform: none;
  height: 100%;
}
.profile_cta_section .content > .wpb_column > .vc_column-inner {
  min-height: inherit;
  display: flex;
  align-items: center;
  height: 100%;
}
.profile_cta_section .content > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
}
.profile_cta_section .content > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_wrapper p:first-child {
  margin-bottom: 50px;
}
@media all and (max-width: 1490px) {
  .profile_cta_section .content > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_wrapper p:first-child {
    margin-bottom: 32px;
  }
}
@media all and (max-width: 767px) {
  .profile_cta_section .content > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_wrapper p:first-child {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .profile_cta_section .content > .wpb_column > .vc_column-inner > .wpb_wrapper {
    justify-content: end;
    height: 100%;
    padding-bottom: 50px;
  }
}

.form_popup_open {
  cursor: pointer;
}

.reveal-text .word {
  display: inline-block;
  white-space: nowrap;
}
.reveal-text .char {
  display: inline-block;
}

.reveal_image {
  overflow: hidden;
  clip-path: inset(0 0 100% 0);
  will-change: clip-path;
}
.reveal_image img {
  display: block;
  width: 100%;
  transform: scale(1.08);
  will-change: transform;
}

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: -7px;
  background-color: #d9ff2f;
  border-radius: 50%;
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
  will-change: transform;
}
.custom-cursor.is-visible {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */