/*
 * Modified Bootstrap Reboot v5.1.1 (https://getbootstrap.com/) (removed colors and links underlining)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  list-style: none;
}

ol,
ul,
dl {
  margin: 0;
  padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: none;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  white-space: normal;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*
.sixteen-nine {
	@include aspect-ratio(16,9);
}*/
/* Media Queries Breakpoints */
/**
* *******************
*  Usage examples
* *******************
*
//
//  use <=
*   ALWAYS use <= ( '<' with '=' character) for all breakpoints
*   when setting max-width, ex: max-width: 767px,
*
*   so max-width: 1440px  == media('<=desktop-l')
*
* ***********************************************
*
//  use >
*   ALWAYS use only > as single character for all breakpoints
*   when setting min-width, ex: min-width: 768px,
*
*   so min-width: 1025px  == media('>desktop')
*
*************************************************
*
*## EXAMPLE:
*
*   (min-width: 768px) and (max-width: 1024px)
*   =
*   media ('>tablet'), ('<=desktop')
*
//

 */
/* Base Typography */
/* 1rem = 10px */
html {
  font-size: 50%;
}
@media (min-width: 1281px) {
  html {
    font-size: 58%;
  }
}
@media (min-width: 1441px) {
  html {
    font-size: 62.5%;
  }
}

body {
  line-height: var(--base-text-line-height, 1);
  font-weight: var(--base-text-font-weight, 400);
  font-family: var(--font-family-primary);
  font-size: var(--base-text-size);
}

/* Base Colors */
body {
  color: var(--body-text-color, #333);
  background-color: var(--body-bg, #fff);
}
[color-mode=dark] body {
  background-color: #232a5c;
  color: var(--body-bg, #fff);
}

a {
  color: var(--primary-link-color);
}
[color-mode=dark] a {
  color: var(--primary-link-color-alt);
}

.colors-inverted {
  color: var(--body-text-color-alt);
  --section-title-color: var(--section-title-color-alt);
}

/* Base layout */
body,
html {
  height: 100%;
  min-height: 100%;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (min-width: 1921px) {
  .wrapper {
    max-width: var(--desktop-width-1920);
    margin-inline: auto;
  }
}

.site-content {
  flex-grow: 1;
}

.site-header,
.site-content,
.site-footer {
  flex-shrink: 0;
}

.container-fluid,
.container,
.inner-frame {
  margin-inline: auto;
  width: 100%;
}

.inner-frame,
.container {
  padding-left: var(--page-gutter);
  padding-right: var(--page-gutter);
  transition: max-width var(--base-transition);
}

.container-fluid {
  padding-inline: var(--grid-outer-margin, 2em);
}

.inner-frame,
.container {
  max-width: calc(var(--content-width) + var(--page-gutter, 20px) * 2);
}

.site-content {
  min-height: 400px;
}

.ft-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body:not([class*=woocommerce-page]) .text-light {
  color: var(--primary-color3);
}
body:not([class*=woocommerce-page]) .text-light .is-wysiwyg h1, body:not([class*=woocommerce-page]) .text-light .is-wysiwyg h2, body:not([class*=woocommerce-page]) .text-light .is-wysiwyg h3, body:not([class*=woocommerce-page]) .text-light .is-wysiwyg h4, body:not([class*=woocommerce-page]) .text-light .is-wysiwyg h5, body:not([class*=woocommerce-page]) .text-light .is-wysiwyg h6, body:not([class*=woocommerce-page]) .text-light .is-wysiwyg a {
  color: var(--primary-color3);
}

@media (max-width: 1112px) {
  .gap-top,
  .gap-top-s,
  .gap-top-l {
    padding-top: var(--vertical-gap);
  }
  .gap-bot,
  .gap-bot-s,
  .gap-bot-l {
    padding-bottom: var(--vertical-gap);
  }
}
@media (min-width: 1113px) {
  .gap-top {
    padding-top: var(--vertical-gap);
  }
  .gap-bot {
    padding-bottom: var(--vertical-gap);
  }
  .gap-top-s {
    padding-top: calc(var(--vertical-gap) / 2);
  }
  .gap-bot-s {
    padding-bottom: calc(var(--vertical-gap) / 2);
  }
  .gap-top-l {
    padding-top: calc(var(--vertical-gap) * 1.5);
  }
  .gap-bot-l {
    padding-bottom: calc(var(--vertical-gap) * 1.5);
  }
}
@media (max-width: 1112px) {
  .c-gap-sm {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .c-gap-t-md {
    padding-top: 40px;
  }
  .c-gap-b-md {
    padding-bottom: 40px;
  }
}
@media (min-width: 1113px) {
  .gap-top-n {
    padding-top: 0;
  }
  .gap-bot-n {
    padding-bottom: 0;
  }
  .c-gap-sm {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .c-gap-t-md {
    padding-top: 80px;
  }
  .c-gap-b-md {
    padding-bottom: 80px;
  }
  .pt-top-n {
    padding-top: 0 !important;
  }
  .pt-bot-n {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .hidden-tablet {
    display: none;
  }
}
.site-header {
  width: 100%;
  top: 0;
  left: 0;
  transition: transform var(--base-transition), background-color var(--base-transition), box-shadow var(--base-transition);
  z-index: 99;
}
.site-header__logo {
  display: flex;
  align-items: center;
}
.site-header__logo img,
.site-header__logo svg {
  max-width: 250px;
  max-height: 100px;
  min-width: 60px;
  width: var(--header-logo-width);
  height: var(--header-logo-height);
  object-fit: contain;
  object-position: left center;
}
.site-header__row {
  display: flex;
  justify-content: space-between;
  transition: all var(--base-transition);
}
.site-header__col {
  display: flex;
  align-items: center;
  transition: padding var(--base-transition);
}
.site-header__col.-left {
  justify-content: flex-start;
}
.site-header__col.-center {
  justify-content: center;
  text-align: center;
}
.site-header__col.-right {
  justify-content: flex-end;
}

:root {
  --admin-bar: 0px;
  --main-nav-height: 130px;
}
:root .admin-bar {
  --admin-bar: 32px;
}

.site-header__main {
  --header-link-color: var(--header-main-color);
  --header-link-color-hover: var(--secondary-color2);
  --header-horizontal-gap: var(--header-main-gap-between-items);
  font-weight: var(--header-main-font-weight);
  text-transform: var(--header-main-text-transform, uppercase);
  font-size: var(--header-main-font-size, 16px);
  background-color: var(--header-main-bg);
}
.site-header__main .site-header__row {
  padding-top: var(--header-main-vertical-padding);
  padding-bottom: var(--header-main-vertical-padding);
}

.nav-main .sub-menu {
  text-align: left;
}
.nav-main .mobile-visible {
  display: none;
}

.nav-main__btn {
  display: none;
  justify-content: center;
  align-items: center;
  height: 30px;
  border-radius: 3px;
  border: 0 none;
  color: var(--burger-color);
  background-color: var(--burger-bg);
  padding: 2px 5px;
  cursor: pointer;
  text-align: center;
  transition: all var(--base-transition);
  z-index: 10;
}

.site-header .site-search {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  position: relative;
  height: var(--search-size);
  width: var(--search-size);
}
.site-header .site-search__toggle {
  position: absolute;
  top: 0;
  height: var(--search-size);
  width: var(--search-size);
  background-color: var(--search-btn-bg);
  border-radius: var(--search-btn-radius);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #9194ad;
  outline-color: transparent !important;
  z-index: 10;
  transition: 0.3s background-color ease;
}
.site-header .site-search__toggle:hover {
  background-color: var(--primary-color2);
  border-color: var(--primary-color2);
}
.site-header .site-search__toggle:hover .icon {
  color: #fff;
}
.site-header .site-search__inner {
  position: absolute;
  max-width: 0;
  overflow: hidden;
  transform: translateY(-100%);
  transition: transform 0.5s;
}
.site-header .site-search__icon {
  height: 22px;
  width: 22px;
  margin: auto;
  fill: var(--header-link-color);
  pointer-events: none;
  color: var(--primary-color2);
}
.site-header .site-search [type=submit] {
  right: 0;
  border: none;
  background: transparent;
  position: absolute;
  font-size: 0;
  height: var(--search-height);
  width: 30px;
}
.site-header .site-search [type=submit]:focus {
  outline: none;
}
.site-header .site-search__close {
  transform: translateY(-50px);
  background: var(--search-outer-bg);
  border: 1px solid var(--search-outer-border);
  border-bottom: none;
  height: 36px;
  width: 38px;
  border-radius: 20px 20px 0 0;
  position: absolute;
  top: 14px;
  right: 0;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
}
.site-header .search-field {
  padding: 5px 10px;
  height: var(--search-height);
  border: none;
  background: #fff;
  margin: 0;
  border-radius: var(--search-radius);
  font-size: 16px;
  width: var(--search-width);
  transform: translate(0, -100%);
  max-width: 0;
  transition: all 0.2s;
}
.site-header .search-field:focus {
  outline: none;
}

.show-banner-top-page .site-header {
  top: var(--banner-height);
}

.top-navbar {
  position: sticky;
  top: 0px;
  z-index: 100;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  left: 0;
}
.top-navbar .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.top-navbar .swiper-slide {
  padding: 18px 0;
  margin: 0;
  padding-left: 80px;
  padding-right: 80px;
  height: auto;
  position: relative;
}
.top-navbar .swiper-slide .slide-bg {
  background-position: -15px 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 12%;
}
.top-navbar .swiper-slide .c-btn {
  padding-left: 35px;
  padding-right: 35px;
}
.top-navbar .swiper-slide.bg-green {
  --btn-primary-bg: #06A471;
  background-color: var(--btn-primary-bg);
}
.top-navbar .swiper-slide.bg-green .c-btn {
  background-color: var(--btn-primary-color);
  color: #FFFFFF;
  border-top: 0;
  border-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
}
.top-navbar .swiper-slide.bg-green .c-btn svg {
  stroke: #FFFFFF;
}
.top-navbar .swiper-slide.bg-blue {
  background-color: #222A5C;
}
.top-navbar .swiper-slide.bg-blue svg {
  stroke: #222A5C;
}
.top-navbar .top-row {
  --content-width: 1920px;
  --page-gutter: 80px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  max-width: calc(var(--content-width) + var(--page-gutter, 20px) * 2);
  position: relative;
  height: 100%;
}
.top-navbar picture {
  max-width: 178px;
  width: 100%;
  height: 50px;
  margin-right: 6vw;
  display: block;
}
.top-navbar picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
.top-navbar .banner-inner {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  flex-wrap: wrap;
  align-items: center;
}
.top-navbar .banner-cotent {
  font-weight: 400;
}
.top-navbar .banner-cta {
  display: flex;
  align-items: flex-end;
}
.top-navbar p {
  color: #fff;
  font-size: 20px;
  line-height: 1.5em;
  margin: 0;
}
.top-navbar .c-btn {
  padding: 3px 19px;
  font-size: 18px;
  line-height: 1;
  display: inline-flex;
  margin-left: 10px;
}
.top-navbar .top-bar-dismiss {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 80px;
  top: 5px;
  transform: rotate(45deg);
  cursor: pointer;
  z-index: 999;
}
.top-navbar .top-bar-dismiss span {
  display: block;
  width: 80%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 10%;
}
.top-navbar .top-bar-dismiss span:nth-child(2) {
  transform: rotate(90deg);
}
.top-navbar .swiper-container-top {
  overflow: hidden;
}

.top-navbar .swiper-button-next,
.top-navbar .swiper-button-prev {
  color: #FFFFFF;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  opacity: 0.5;
  background-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-50%);
  margin-top: 0;
  transition: all 0.25s ease-in-out;
}
.top-navbar .swiper-button-next::after,
.top-navbar .swiper-button-prev::after {
  font-size: 12px;
}
.top-navbar .swiper-button-next {
  left: calc(var(--page-gutter) + 290px);
}
.top-navbar .swiper-button-prev {
  left: calc(var(--page-gutter) + 260px);
}

.site-header__row {
  justify-content: flex-start;
}
.site-header__col.-right {
  margin-left: auto;
}
.site-header__col.-left {
  margin-right: 5vw;
}
.site-header__col .site-header__search {
  z-index: 20;
}
.site-header__col .search-form {
  border-bottom: 2px solid #bec2d8;
  cursor: text;
  max-width: calc(var(--desktop-width-m));
  margin: 0 auto;
  height: 64px;
  display: flex;
  position: relative;
}
.site-header__col .search-form .search-field {
  width: 100%;
}
.site-header__col .search-form [type=submit] {
  width: 50px;
}
.site-header__col .site-header__ctas .c-block__btn {
  margin-top: 0;
  display: flex;
  gap: 5vw;
  --btn-padding-top-bottom: 7px;
  --btn-font-size: 1.7rem;
}
.site-header .site-header__logo-light {
  display: none;
}

header.is-sticky button.site-search__toggle,
button.site-search__toggle {
  transition: transform 0s !important;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  -webkit-user-modify: read-write !important;
  height: 0;
  width: 0;
}

.size-text-none {
  font-size: 0;
}

.is-mega-menu-column > ul > li a:after,
.is-mega-menu > ul > li a:after {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  height: 0;
  width: 0;
  background-color: #f1f4fb;
  border-radius: 50%;
  transition: 0.6s height ease, 0.6s width ease;
  z-index: 0;
  opacity: 0;
}

.is-mega-menu-column > ul > li .menu-item-title,
.is-mega-menu > ul > li .menu-item-title {
  position: relative;
  z-index: 1;
}

.dropdown-sub-menu {
  display: none;
}

button {
  outline: none !important;
}

.site-footer {
  background-color: var(--footer-bg-color);
  border-top: var(--footer-top-border-size) solid var(--footer-top-border);
  color: var(--footer-color);
  padding-bottom: calc(env(safe-area-inset-bottom) + 0px);
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.site-footer a {
  color: var(--footer-color);
}
.site-footer .social-list {
  gap: var(--footer-link-gap_h, 1vw);
}
.site-footer .logo-img {
  height: var(--footer-logo-height);
  width: var(--footer-logo-width);
}

.footer-top {
  padding-block: var(--footer-top-padding, 20px);
  font-size: var(--footer-top-font-size);
}

.footer-bottom {
  --footer-color: var(--footer-bottom-color);
  color: var(--footer-color);
  padding-block: var(--footer-bottom-padding, 10px);
  font-size: var(--footer-bottom-font-size);
  background-color: var(--footer-bottom-bg-color);
}
.footer-bottom li {
  display: inline-block;
  vertical-align: middle;
}

.footer-nav {
  display: flex;
  flex-direction: var(--footer-top-nav-direction, row);
  gap: var(--footer-link-gap_h);
}
.footer-nav li {
  margin-bottom: var(--footer-link-gap_v);
}

.copyright {
  text-align: center;
}

.site-footer {
  position: relative;
  padding-block: 7vw 0;
  height: auto;
  display: flex;
  align-items: center;
}
.site-footer__top {
  display: flex;
  position: relative;
  z-index: 1;
}
.site-footer .decorator {
  position: absolute;
}
.site-footer .decorator-1 {
  top: 0;
  left: 0;
  width: 321px;
  height: 90px;
  background-image: url(../../_dist/images/footer-bg1.png);
}
.site-footer .decorator-2 {
  width: 161px;
  height: 90px;
  top: 0;
  right: calc(40% - 162px);
  background-color: var(--primary-color1);
  z-index: 1;
}
.site-footer .decorator-3 {
  width: 90px;
  height: 161px;
  right: 0;
  bottom: 0;
  background-color: var(--primary-color1);
  z-index: 1;
}
.site-footer .decorator-video {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  aspect-ratio: 1.81;
  mix-blend-mode: color-burn;
  overflow: hidden;
  opacity: 0.3;
}
.site-footer .decorator-video video {
  width: 100%;
  height: 100%;
  top: 10px;
  position: relative;
}
.site-footer .social-list {
  margin-top: 40px;
}
.site-footer__left {
  flex-basis: 60%;
}
.site-footer__left .footer-col:first-child {
  flex-basis: 33%;
}
.site-footer__left .footer-col:nth-child(2) {
  flex-basis: 66%;
  display: flex;
  justify-content: space-around;
}
.site-footer__right {
  flex-basis: 40%;
  padding-left: 100px;
}
.site-footer__right .c-heading {
  --h2-font-size: 4rem;
}
.site-footer__right .c-heading h2 {
  text-transform: capitalize;
}
.site-footer .site-footer-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.site-footer .site-footer-bottom__inner {
  border-top: 1px solid #4f557d;
  width: 60%;
}
.site-footer .site-footer__right-background-image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  height: 100%;
  width: 40%;
}
.site-footer .site-footer__right-background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.footer-top__badges {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 40px 20px;
}
.footer-top__badges-wrap {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.footer-top__badges-images {
  display: flex;
  gap: 20px;
}
.footer-top__badges-images picture {
  display: block;
  max-width: 80px;
}
.footer-top__badges-images picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-top__badges a {
  margin-top: 20px;
  display: inline-block;
  text-decoration: underline;
  text-align: center;
}
.footer-top__badges > .footer-top__badges-images {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
  max-width: 50%;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 20px;
}
.footer-top__badges > .footer-top__badges-images a {
  margin-top: 0;
}
.footer-top__badges > .footer-top__badges-images img {
  width: auto;
  height: 55px;
  object-fit: contain;
}