@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

.row {
  padding: 0 15px;
}

.container {
  max-width: 1340px;
  margin: auto;
}
.container--secondary {
  margin: auto;
  max-width: 1340px;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

.button {
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 22px 11px;
  text-decoration: none;
  outline: none;
  border-radius: 4px;
  border: 2px solid #ffffff;
  color: #ffffff;
  white-space: nowrap;
  text-align: center;
  transition: 0.2s;
  cursor: pointer;
}
.button:disabled {
  opacity: 0.5;
}
.button--white {
  padding: 14px 46px;
  background: #ffffff;
  color: #1C2136;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  font-family: Outfit;
}
.button--white:hover {
  background: transparent;
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  font-family: Outfit;
}
.button--transparent {
  border: 2px solid rgba(255, 255, 255, 0.35);
  background: none;
}

.accordion__content .button--transparent{
    border-width: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 2px solid var(--Brand-Navy, #023258);
    color: #0C3C64;
}
.accordion__content .button--transparent:hover {
    background: var(--Brand-Navy, #023258);
    color: var(--Brand-White, #FFF);
}


.button--transparent:hover {
  background: #ffffff;
  color: #161a2b;
}
.button--red {
  border-color: #7092BE;
  background: #7092BE;
  color: #ffffff;
}
.button--red:hover {
  background: #ffffff;
  color: #161a2b;
  border-color: #ffffff;
}

.footer {
  padding: 80px 0;
  background-color: #023258;
  color: #ffffff;
  position: relative;
}
.footer__logo {
  width: 100%;
  max-width: 116px;
}
.footer__socials {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 44px;
  min-width: 100%;
}
.footer__row {
  display: flex;
}
.footer__menu{
	/*max-width: 33%*/
}
.footer__menu span{
    font-family: Outfit;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgba(152, 185, 210, 1);
    margin-bottom: 8px;
    display: block;
  }
.footer__col-3 {
  width: 100%;
  max-width: 25%;
  display: flex;
  flex-direction: column;
}
.footer__col-9 {
  width: 100%;
  max-width: 66%;
}
.footer__bottom-part {
  /*margin-top: auto;*/
}
.left_block{
	min-width: 40%;
}
.footer__menu-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 250px;
  margin: 0;
  min-width: 150px;
}
.footer__copyright_new{
	text-align: center;
}
.footer__menu-title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 27px;
}
.footer__menu-title a {
 	font-family: Outfit;
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 1)
}
.footer__menu-item {
  font-size: 20px;
  margin-bottom: 20px;
}
.footer__menu-item a {
  color: rgba(242, 242, 242, 1);
  font-family: Outfit;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0%;

}
.footer__menu-bottom {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.footer__menu-bottom-item a {
  color: #ffffff;
}

.new_inner-container{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer_label{
  max-height: 158px;
  object-fit: contain;
}

@media(max-width: 768px){
  .footer_label{
    max-height: 70px;
    object-fit: contain;
  }
}


.footer__inner-row {
  display: flex;
  flex-wrap: wrap;
  gap:30px;
 
  margin-top: 15px;
}
.footer__layer {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.15;
}
.footer__layer svg {
  max-height: 400px;
  width: auto;
}

.header {
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 12;
  padding: 32px 0;
  transition: 0.3s;
  padding-top: 0px;
}

.row_phone{
  min-width: 100%;
  height: 44px;
  background: rgba(12, 60, 98, 1);
  display: flex;
  align-items: center;
  justify-content: center; 
  gap: 24px;
  margin-bottom: 15px;
}




.row_phone a{
  color: rgba(255, 255, 255, 1);
  font-family: Outfit;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
}
.mobi{
  display: none;
 
}
.desk{
     filter: brightness(0) invert(1);
  }
.scrolled .desk{
     filter: brightness(0) invert(1);
  }

.singlepost .desk{
     filter: none;
  }

.singlepost.scrolled .desk{
     filter: brightness(0) invert(1);
  }

@media(max-width: 1024px){
  .desk{
    display: none
  }
  .mobi{
    display: block;
    max-height: 40px;
    object-fit: contain;
  }
  .accordions__row.mobi{
    max-height: fit-content;
  }
  .row_phone{
    max-height: 40px;
  }
  .row_phone a{
    font-size: 16px
  }
  .header {
    
    padding-top: 32px;
  }
}


.header.singlepost{
	border-bottom: 1px solid var(--Line, #E5E8EB);
	background: var(--Brand-White, #FFF);
	padding: 0px 0;

}
@media(max-width: 768px){
  .header.singlepost{
    background: #023258;

  }
}


.header.singlepost_terms{
  border-bottom: 1px solid var(--Line, #E5E8EB);
  background: var(--Brand-White, #FFF);
  padding: 0px 0;

}
@media(max-width: 768px){
  .header.singlepost_terms{
    background: #023258;

  }
}

   



.header.singlepost .header__logo.mobi{
   filter: brightness(0) invert(1);
}

.singlepost_terms .desk {
    filter: none;
}
.singlepost_terms.scrolled .desk{
   filter: brightness(0) invert(1);
}

.header.singlepost .header-nav__link{
	color: var(--UI-Colors-text-textDark-Title, #141719);
	text-align: center;

	/* Desktop/Headlines/Headline 5 */
	font-family: Outfit;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 28px */
}


.header.singlepost.scrolled .header-nav__link{
	color: var(--UI-Colors-text-textDark-Title, #fff);
}



.header.singlepost .button--transparent{
	border-radius: 4px;
	border: 2px solid var(--Line, #E5E8EB);
	color: var(--UI-Colors-Dark---Union-Blue, #161A2B);
	text-align: center;
	font-family: Outfit;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 19.2px */
}
.header.singlepost.scrolled .button--transparent {
    border: 2px solid rgba(255, 255, 255, 0.35);
    color: var(--UI-Colors-text-textDark-Title, #fff);
    background: none;
}

.header.singlepost .header-nav__top .triangle-down{
	  width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #141719;
    border-radius: 35%;
    position: relative;
    left: 1px;
    bottom: -2px;
}

.header.singlepost.scrolled .header-nav__top .triangle-down{

    border-top: 4px solid #fff;
  
}





.header.singlepost_terms .header__logo.mobi{
   filter: brightness(0) invert(1);
}





.header.singlepost_terms .button--transparent{
  border-radius: 4px;
  border: 2px solid var(--Line, #E5E8EB);
  color: var(--UI-Colors-Dark---Union-Blue, #161A2B);
  text-align: center;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
}
.header.singlepost_terms.scrolled .button--transparent {
    border: 2px solid rgba(255, 255, 255, 0.35);
    color: var(--UI-Colors-text-textDark-Title, #fff);
    background: none;
}

.header.singlepost_terms .header-nav__top .triangle-down{
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #141719;
    border-radius: 35%;
    position: relative;
    left: 1px;
    bottom: -2px;
}
@media(max-width: 768px){
  .header.singlepost_terms .header-nav__top .triangle-down{
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
    border-radius: 35%;
    position: relative;
    left: 1px;
    bottom: -2px;
}
}

.header.singlepost_terms.scrolled .header-nav__top .triangle-down{

    border-top: 4px solid #fff;
  
}

@media(min-width: 1024px){
  .header.singlepost_terms .header-nav__link{
    color: var(--UI-Colors-text-textDark-Title, #141719);
    text-align: center;

    /* Desktop/Headlines/Headline 5 */
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
  }


  .header.singlepost_terms.scrolled .header-nav__link{
    color: var(--UI-Colors-text-textDark-Title, #fff);
  }
}






.header.scrolled {
  background: #023258;
  padding: 15px 0;
  padding-top: 0px;
  
}
.header-nav__list .dop_line{
  display: none
}
@media(max-width: 768px){
  .header.scrolled {
    padding-top: 0px;
  }

  .header-nav__list .dop_line {
    display: block;
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px
  }
  .header-nav__list .dop_line svg {
   
    margin-top: 10px
  }
  .header-nav__list .dop_line a{
    font-family: Outfit;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(255, 255, 255, 1);

  }


}
.header.scrolled .header__logo {
   width: 230px;
}
.header.scrolled .header__mobile-row {
  margin-top: 0;
}
.header.active {
  background: rgba(2, 50, 88, 1);
  height: 100vh;
  position: fixed;
  max-height: 100vh;
}
.header.active .header-nav {
  opacity: 1;
  visibility: visible;
}
.header.active .header-nav__list {
  height: calc(100% - 62px);
}
.header.active .header__container {
  height: 100%;
}
.header__row {
  display: flex;
}
.header__buttons {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-left: 19px;
}
.header__button--mobile {
  font-family: Outfit;
  padding: 4px 11px 4px;
  font-size: 16px;
  line-height: normal;
  margin-left: auto;
  margin-right: 20px;
  background: #7092BE;
  color: #ffffff;
  border-color: #7092BE;
}
.header__buttons {
  font-family: Outfit;
}
.header__button--white {
  position: relative;
  cursor: pointer;
}
.header__button--white .dropdown {
  top: 45px;
  text-align: left;
}
.header__mobile-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  width: 320px;
  transition: 0.3s;
}
.blue_logo{
  display: none
}
.singlepost .blue_logo{
  display: block
}
.singlepost .white_logo{
  display: none
}


.singlepost_terms .blue_logo{
  display: block
}
.singlepost_terms .white_logo{
  display: none
}




.header.singlepost.scrolled .blue_logo{
  display: none
}

.header.singlepost.scrolled .white_logo{
  display: block
}


.header.singlepost_terms.scrolled .blue_logo{
  display: none
}

.header.singlepost_terms.scrolled .white_logo{
  display: block
}


.header-nav {
  flex: 1;
}
.header-nav__list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-nav__item {
  position: relative;
  margin-bottom: 24px;
  width: 100%;
  cursor: pointer;
  padding-left: 10px;
}
.header-nav__link {
  position: relative;
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
}
.header-nav__link.current:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #7092BE;
  width: 100%;
  bottom: -3px;
  position: relative;
}
@media (max-width: 768px){
	.header-nav__link.current:after {
    	 background-color: #023258;
     }
}
.header-nav__top {
  display: flex;
  align-items: center;
  gap: 4px;
}
.header-nav__top .triangle-down {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ffffff; /* Adjust the color as needed */
  border-radius: 35%;
  position: relative;
  left: 1px;
  bottom: -2px;
}
.header-nav__dropdown {
  cursor: pointer;
}
.header__burger {
  width: 26px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.header__burger .line {
  height: 2px;
  background: #ffffff;
  width: 100%;
  border-radius: 4px;
  transition: 0.3s;
}
.header__burger.opened .line-first {
  transform: rotate(45deg) translateX(8px) translateY(6px);
}
.header__burger.opened .line-second {
  opacity: 0;
}
.header__burger.opened .line-third {
  transform: rotate(-45deg) translateX(5px) translateY(-4px);
}

.dropdown {
  list-style: none;
  transition: 0.3s;
  opacity: 0;
}
.dropdown.active {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.dropdown__link {
  display: block;
  color: #ffffff;
  font-family: Outfit;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;

}
.span_line{
  font-family: Outfit;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(152, 185, 210, 1);
  padding-left: 10px;
    margin-top: 10px;
}

.newsletter {
  font-weight: 400;
  margin-bottom: 40px;
}
.newsletter--sidebar {
  background: var(--bg-light-1, #F2F4F6);
  color: #ffffff;
  padding: 16px 12px 12px;
}

.newsletter--sidebar .newsletter__text {
  	padding: 0 8px;
  	color: var(--UI-Colors-text-textDark-Sub, #535F69);
	font-family: Outfit;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 22.4px */
  	margin: 0 0 16px;
}
.newsletter--sidebar .newsletter__text br {
  display: none;
}
.newsletter__form {
  position: relative;
}
.newsletter__input {
  	width: 100%;
  	padding: 10px 12px;
  	padding-left: 38px;
  	color: var(--Brand-Union-Blue, #1C2136);
	text-align: left;

	/* Body/Body Copy S */
	font-family: Lato;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 137.5% */
	border: none;
	outline: none;
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: #ffffff;

}
.newsletter__input::-moz-placeholder {
 color: var(--Brand-Union-Blue, #1C2136);
}
.newsletter__input::placeholder {
  color: var(--Brand-Union-Blue, #1C2136);
}
.newsletter__text {
  letter-spacing: 0.3px;
}
.newsletter__submit {
  position: absolute;
  right: 12px;
  top: 9px;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
}
.newsletter__envelope-icon {
  position: absolute;
  left: 12px;
  top: 12px;
}
.new_rew{
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.accordion {
  margin-bottom: 53px;
  transition: 0.3s;
}
.accordion.opened {
  margin-bottom: 45px;
}
.accordion.opened .accordion__line-two {
  opacity: 0;
}
.accordion.opened .accordion__content {
  max-height: 600px;
}
.accordion__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  cursor: pointer;
}
.accordion__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  color: #000;
}
.accordion__text {
  color: #b4b5bc;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
  margin-top: 0;
  max-width: 525px;
  letter-spacing: 0.2px;
}
.accordion__button {
  position: relative;
  width: 26px;
  height: 26px;
}
.accordion__line {
  opacity: 0.5;
  background-color: #000;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
}
.accordion__line-two {
  transform: rotate(90deg);
}
.accordion__content {
  max-height: 0;
  transition: 0.3s;
  overflow: hidden;
}
.slider .swiper {
  cursor: pointer;
}
.slider .swiper-scrollbar {
  max-width: 1115px;
  margin: 0 40px;
  position: relative !important;
  background: var(--ui-colors-35-stroke, rgba(255, 255, 255, 0.35));
  height: 2px !important;
  overflow: hidden;
  left: 0 !important;
}
.slider .swiper-scrollbar-drag {
  background-color: #f22d13;
  height: 4px;
  position: relative;
  top: -1px;
}
.slider .swiper .swiper-button-next,
.slider .swiper .swiper-button-prev {
  color: #ffffff;
  top: 25%;
  z-index: 5;
  width: 40px;
}
.slider .swiper .swiper-button-next svg,
.slider .swiper .swiper-button-prev svg {
  width: 40px;
}
.slider .swiper .swiper-button-next::after,
.slider .swiper .swiper-button-prev::after {
  display: none;
}
.slider .swiper .swiper-button-prev {
  transform: rotate(180deg);
}
.slider .swiper .swiper-container {
  max-width: 1340px;
  margin-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.slider .swiper .swiper-pagination {
  display: flex;
  gap: 0;
}
.slider .swiper .swiper-pagination-bullet {
  flex: 1;
  border-radius: 0;
  margin: 0 !important;
  height: 40px;
  display: flex;
  align-items: center;
  background: none !important;
  transition: 0.4s;
}
.slider .swiper .swiper-pagination-bullet-element {
  display: block;
  width: 100%;
  background-color: #f22d13;
  height: 4px;
}
.slider__bottom-wrapper {
  max-width: 1200px;
  margin: 83px auto 0;
  margin-left: calc(50vw - 680px);
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 12px;
}
.slide__image {
  height: 225px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
}
.slide__title {
  font-size: 24px;
  font-family: "Outfit";
  font-weight: 500;
  line-height: 120%; /* 28.8px */
  font-style: normal;
  margin-bottom: 12px;
  color: #141719;
  margin-top: 0;
}
.slide__text {
  color: #32363D;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

.network-item {
  display: block;
  color: #ffffff;
  margin-bottom: 48px;
  cursor: pointer;
}
.network-item__title {
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 8px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.network-item__title:hover .network-item__arrow path {
  fill: #f22d13;
  opacity: 1;
}
.network-item__tags {
  display: flex;
  gap: 8px;
  align-items: center;
}
.network-item__tags svg {
  margin-top: 2px;
}
.network-item__arrow {
  transition: 0.3s;
}

.select {
  position: relative;
}
.select.error .select__header {
  border-color: #f22d13;
}
.select.active .select__content {
  max-height: 1000px;
  visibility: visible;
}
.select__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 10px 19px 16px;
  background-color: #161a2b;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  margin-bottom: 12px;
  color: rgba(249, 250, 251, 1);
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
}
.select__header-text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  padding-right: 15px;
}
.select__content {
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  background-color: #161a2b;
  border-radius: 4px;
  padding: 18px 16px 10px;
  filter: drop-shadow(0px 10px 11px rgba(5, 8, 22, 0.5));
  transition: 0.1s;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: 2;
}
.select__item {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-synthesis: 22px;
  color: #b4b5bc;
  cursor: pointer;
}
.select__item.checked .select__checkbox {
  background-color: #f0eae0;
}
.select__item.checked .select__checkbox::after {
  border: solid #161a2b;
  border-width: 0 1px 1px 0;
  content: "";
  height: 15px;
  left: 8px;
  position: absolute;
  top: 0.1rem;
  transform: rotate(45deg);
  width: 7px;
}
.select__item.checked + li .select__other-input {
  display: block;
}
.select__checkbox {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  position: relative;
}
.select__checkbox::after {
  content: "";
}
.select__other-input {
  display: none;
}
.select__error {
  display: none;
  font-size: 14px;
  color: #f22d13;
  line-height: 20px;
  margin-top: -7px;
  margin-bottom: 12px;
  padding-left: 8px;
}

.location-block {
  cursor: pointer;
  padding: 12px 12px 24px;
  transition: 0.3s;
  max-width: calc(25% - 6px);
  position: relative;
}
.location-block:hover {
  
  background: var(--bg-light-1, #F2F4F6);
}
.location-block:hover .location-block__link {
  opacity: 1;
}
.location-block__link {
  color: #f22d13;
  font-size: 18px;
  line-height: 22px;
  opacity: 0;
  font-weight: 500;
      position: absolute;
    bottom: 10px;
}
.location-block__image {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 24px;
  height: 170px;
}
.location-block__title {
  color: #141719;
  font-family: Outfit;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
  margin: 0 0 12px;
}
.location-block__tags {
  margin-bottom: 22px;
}
.location-block__tags svg{
  display: none
}
.location-block__tag{
	font-family: Outfit;
font-weight: 400;
font-size: 16px;
line-height: 140%;
letter-spacing: 0%;
color: rgba(83, 95, 105, 1)
}
.contact-information__contact-item .location-block__tag {
  color: var(--UI-Colors-text-textDark-Sub, #535F69);

  /* Desktop/Body/Body Copy S */
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  padding-left: 50px;
  font-family: Outfit;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0%;
	color: rgba(195, 198, 203, 1)
}

.location-block .location-block__tag{
padding-left: 0px;
}
.location-block__tag svg{
	margin-left: 4px;
	margin-right: 4px;
}
.sublocation-block {
  cursor: pointer;
  padding: 12px 12px 24px;
  transition: 0.3s;
  width: 100%;
  max-width: calc(50% - 2px);
  margin-bottom: 15px;
}
.sublocation-block:hover {
  background-color: #161a2b;
}
.sublocation-block:hover .sublocation-block__link {
  opacity: 1;
}
.sublocation-block__link {
  color: #f22d13;
  font-size: 18px;
  line-height: 22px;
  opacity: 0;
}
.sublocation-block__image {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 24px;
  max-height: 224px;
}
.sublocation-block__title {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  color: #f0eae0;
  margin: 0 0 12px;
}
.sublocation-block__tags {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.sublocation-block__tag {
  font-size: 16px;
  line-height: 22px;
  color: #f0eae0;
  letter-spacing: 0.2px;
}

.news-block {
  padding: 12px 12px 24px;
  transition: 0.3s;
  position: relative;
}
.news-block:hover {
  background-color: #F2F4F6;
}
.news-block .news-block__more {
    position: absolute;
    bottom: 10px;
    color: var(--Brand-Royal-Red, #F22D13);
	text-align: center;
	font-family: Outfit;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
@media(max-width: 1024px){
	.news-block .news-block__more {
	    position: relative;
	    bottom: 0px;
	}
}
.news-block:hover .news-block__more {
  opacity: 1;
}
.news-block__image {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-block__title {
  margin: 0 0 8px;
  color: #141719;
}
.news-block__excerpt {
  	color: #535F69;
 	margin-bottom: 12px;
  	color: var(--UI-Colors-text-textDark-Sub, #535F69);

	/* Desktop/Body/Body Copy S */
	font-family: Outfit;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 22.4px */
}
.news-block__more {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #f22d13;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  opacity: 0;
  transition: 0.3s;
}

.sharing {
  background: var(--bg-light-1, #F2F4F6);
  padding: 16px 20px 28px;
  margin-bottom: 20px;
}
.sharing__title {
  	color: var(--UI-Colors-text-textDark-Sub, #535F69);
	font-family: Outfit;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 22.4px */
  	margin-bottom: 12px;
}
.sharing svg path{
	fill: rgba(20, 23, 25, 1)
}
.sharing__socials {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sharing__button {
  padding: 0;
  border: 0;
  margin: 0;
  outline: 0;
  cursor: pointer;
  background: none;
}

.testimonial {
  margin: 40px 0;
}
.testimonial__row {
  display: flex;
  gap: 32px;
  align-items: center;
}
.testimonial__image {
  display: block;
  max-width: 100%;
}
.testimonial__text {
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 16px;
}
.testimonial__text--mobile {
  display: block !important;
}
.testimonial__name {
  color: #f22d13;
  font-family: "Petit", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 4px;
}
.testimonial__description {
  font-size: 16px;
  color: #b4b5bc;
}

.box {
  background-color: #161a2b;
  padding: 56px;
}
.box__title {
  max-width: 640px;
  color: #f22d13;
  font-family: "Petit", sans-serif;
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
  margin-bottom: 24px !important;
}
.box__text {
  max-width: 700px;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 24px;
}

.cky-consent-container {
  background-color: #161a2b;
}
.cky-consent-container .cky-consent-bar {
  margin: auto;
  max-width: 1340px;
  background: none !important;
  box-shadow: none !important;
  border: none !important;
  position: relative;
}
.cky-consent-container .cky-consent-bar .cky-banner-btn-close {
  right: 22px;
  top: 44%;
  transform: scale(1.6);
}
.cky-consent-container .cky-consent-bar .cky-title {
  display: none;
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-des {
  font-size: 14px;
  line-height: 19px;
  color: #b4b5bc;
  letter-spacing: 0.2px;
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group {
  gap: 22px;
  justify-content: flex-start;
}
.cky-consent-container .cky-consent-bar .cky-notice a {
  color: #b4b5bc;
  text-decoration: underline;
}
.cky-consent-container .cky-consent-bar .cky-btn {
  padding: 5px 12px 8px !important;
  border: 1px solid !important;
  border-radius: 4px !important;
  font-size: 16px !important;
  margin: 0 !important;
  line-height: 1;
}
.cky-consent-container .cky-consent-bar .cky-btn-customize {
  border-color: rgba(255, 255, 255, 0.15) !important;
  background-color: transparent !important;
}
.cky-consent-container .cky-consent-bar .cky-btn-accept {
  border-color: #292d40 !important;
  background: #292d40 !important;
}
.cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper {
  gap: 16px;
}

.cky-btn-revisit-wrapper {
  display: none !important;
}

#onetrust-banner-sdk {
  background-color: #161a2b !important;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  margin: auto !important;
}
#onetrust-banner-sdk #onetrust-policy {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
#onetrust-banner-sdk #onetrust-policy-text {
  font-size: 14px !important;
  line-height: 19px !important;
  color: #b4b5bc !important;
  letter-spacing: 0.2px !important;
}
#onetrust-banner-sdk #onetrust-policy-text a {
  color: #b4b5bc !important;
  font-weight: 400 !important;
}
#onetrust-banner-sdk #onetrust-pc-btn-handler {
  color: #ffffff !important;
  background-color: transparent !important;
  border-radius: 4px !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
  font-size: 16px;
  padding: 5px 12px 8px;
}
#onetrust-banner-sdk button {
  margin: 0 !important;
  margin-right: 16px !important;
}
#onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-banner-sdk #onetrust-accept-btn-handler {
  color: #ffffff !important;
  border-radius: 4px !important;
  padding: 5px 12px 8px;
  border-color: #292d40 !important;
  background: #292d40 !important;
}

#onetrust-consent-sdk .ot-floating-button__front {
  background-image: none !important;
  background-color: transparent !important;
}
#onetrust-consent-sdk #ot-sdk-btn-floating.ot-floating-button {
  width: 70px;
  height: 40px;
  border-radius: 4px;
  background: #161a2b;
}
#onetrust-consent-sdk #ot-sdk-btn-floating.ot-floating-button button {
  background-color: transparent;
}
#onetrust-consent-sdk .ot-floating-button__back.custom-persistent-icon {
  background-color: transparent;
}
#onetrust-consent-sdk .ot-floating-button__open {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 20;
  background-color: rgba(28, 33, 54, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
.popup.active {
  visibility: visible;
  opacity: 1;
}
.popup__icon {
  height: 60px;
}
.popup__icon path {
  fill: #fff;
}
.popup__container {
  padding: 20px 50px 30px;
  background-color: #161a2b;
  width: 100%;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.popup__container h3,
.popup__container p {
  color: #ffffff;
}
.popup__title {
  margin: 20px 0 25px;
}
.popup__text {
  font-size: 18px;
  margin-bottom: 40px;
}
.popup__btn {
  padding: 10px 50px;
  cursor: pointer;
}

@font-face {
  font-family: "Lato";
  src: url("../resources/fonts/Lato/Lato-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../resources/fonts/Lato/Lato-Light.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../resources/fonts/Lato/Lato-Thin.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../resources/fonts/Lato/Lato-Black.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../resources/fonts/Lato/Lato-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Petit";
  src: url("../resources/fonts/PetitSerif/PetitSerif-Regular-205TF.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  font-family: "Lato", sans-serif;
}

h1 {
  font-size: 60px;
  line-height: 72px;
  font-weight: 500;
  font-family: "Petit", sans-serif;
}

h2 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 500;
  font-family: "Petit", sans-serif;
}

h3 {
  font-weight: 500;
  font-family: "Petit", sans-serif;
  font-size: 32px;
  line-height: 38px;
}

h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  font-family: "Petit", sans-serif;
}

h5 {
  font-family: Outfit;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 28.8px */;
}

.subheader-1 {
  font-size: 28px;
  line-height: 34px;
}

.subheader-2 {
  font-size: 20px;
  line-height: 24px;
}

.button-label-l {
  font-size: 20px;
  line-height: 24px;
}

.button-label-m {
  font-size: 18px;
  line-height: 22px;
}

.button-label-s {
  font-size: 16px;
  line-height: 19px;
}

.caption {
  font-size: 16px;
  line-height: 19px;
}

.caption-xs {
  font-size: 12px;
  line-height: 18px;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.hero--front .hero__title {
  max-width: 874px;
  color: #FFF;
  font-family: "Outfit", sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 79.2px */
  text-transform: uppercase;
}
.hero__bg-image {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero__image {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__video {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(2, 30, 53, 0.6);
}
.hero__container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 75px;
}
.hero__container--front {
 /* padding-top: 540px;
  padding-bottom: 120px;*/
}
.hero__container--block {
  padding-bottom: 135px;
}
.hero__title {
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 400;
  max-width: 100%;
  font-family: Outfit;
  font-size: 56px;
  font-style: normal;
  line-height: 120%; /* 67.2px */
}
.hero__text {
  color: #ffffff;
  font-family: Outfit;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  margin-bottom: 40px;
  letter-spacing: 0.11px;
   max-width: 865px;
  
}
.hero__button {
  font-size: 20px;
}

.content-center-bg {
  overflow: hidden;
  position: relative;
  display: flex;
}
.content-center-bg__layer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(2, 30, 53, 0.7);
  
}
.content-center-bg__caption {
  color: #ffffff;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  text-align: center;
  margin-top: -12px;
  margin-bottom: 40px;
}
.content-center-bg__container {
  height: 100%;
  width: 100%;
  margin: auto;
  max-width: var(--max-width);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 187px 0 188px;
}
.content-center-bg__image {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-center-bg__title {
  margin-top: 0;
  color: #ffffff;
  font-weight: 400;
  font-size: 64px;
  font-family: Outfit;
  font-style: normal;
  line-height: 120%; /* 76.8px */
  letter-spacing: -1.28px;
  text-align: center;
  margin-bottom: 40px;

}
.content-center-bg__button {
  max-width: 500px;
  font-size: 20px;
}

.image-text {
  background: rgb(249, 250, 251);
  padding: 60px 0px;  
}
/*.image-text--padding {
  padding-bottom: 120px;
}*/
.image-text__container {
  max-width: 1350px;
}

.image-text__image {
  width: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: contain;
     
  height: 100%;
  width: 100%;
}

.image-text.image-text_2col  {
  background-color: #fff
}

.image-text_2col .image-text__title{
  color: var(--UI-Colors-text-textDark-Title, #141719);
  font-family: Outfit;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 48px */
  text-decoration: none;
  text-transform: none;
}
.main .image-text_2col .image-text__title{
	text-transform:uppercase !important;
    font-weight: 400;
    font-size: 56px;
}
@media (max-width: 768px){
 .main .image-text_2col .image-text__title{
	font-size: 32px;
 }
}
.image-text_2col .image-text__row--reverse{
  text-align: left;
  align-items: stretch;
}

.image-text_2col .image-text__text{
  color: var(--UI-Colors-text-textDark-Base, #32363D);

  /* Desktop/Body/Body Copy M */
  font-family: Outfit;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
}
.main .image-text_2col .image-text__text{
	color:#535F69;
}

.image-text_2col .image-text__text ul, .image-text_2col .image-text__text ol{
  list-style: initial;
  padding-left: 15px
}
.image-text_2col .image-text__text ul li, .image-text_2col .image-text__text ol li{margin-bottom: 12px}

.image-text_2col .image-text__text ul li::marker {
  color: rgba(242, 45, 19, 1);
}




.image-text__row {
  display: flex;
  gap: 64px;
  align-items: center;
}
.image-text__row--reverse {
  flex-direction: row-reverse;
  text-align: right;
}
.image-text__label {
  color: #f22d13;
  text-transform: uppercase;
  font-family: Outfit;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 16px;
  width: 100%;
}
.image-text__title {
  color: rgb(20, 23, 25);
  font-family: Outfit;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 67.2px */
  text-transform: uppercase;
  margin-bottom: 16px;
  max-width: 640px;
  width: 100%;
  margin-top: 0;
}
.image-text__text {
  color: #535F69;
  font-family: Outfit;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  margin-bottom: 24px;
  letter-spacing: 0.2px;
}
.image-text__col {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  position: relative;
}
.image-text__col:nth-child(1) {
  min-height: 420px;
}
.image-text__button {
  border: 2px solid var(--ui-colors-15-stroke, rgba(255, 255, 255, 0.15));
}
.image-text__button--white {
  background: #ffffff;
  border-color: #ffffff;
  color: #161a2b;
}
.image-text__button--white:hover {
  background: transparent;
  color: #ffffff;
}
.image-text__playbutton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.image-text__playbutton circle{
  fill: #023258
}
.image-text__playbutton path{
  fill: #fff
}
.image-text__playbutton:hover circle{
   fill: #133a59
}
.image-text__video {
  max-width: 100%;
  height: auto;
}
.image-text__video-iframe {
  height: 400px;
  border: none;
}
.image-text__iframe-container {
  width: 100%;
}

.video-block.start .image-text__image {
  display: none;
}
.video-block.start .image-text__playbutton {
  display: none;
}

.accordions {
  background-color: #FFFFFF;
  padding: 60px 0 30px;
}
.accordions__title {
  font-size: 60px;
  line-height: 72px;
  max-width: 444px;
  margin-left: auto;
  font-weight: 500;
  font-family: "Petit", sans-serif;
  color: #141719;
  text-transform: uppercase;
  text-align: right;
  margin-top: -3px;
}
.accordions__row {
  display: flex;
  gap: 64px;
  flex-wrap: wrap;
}
.accordions__col {
  flex: 1;
}
.accordions__subtitle {
  font-size: 16px;
  line-height: 22px;
  color: #535F69;
  margin-top: 16px;
  max-width: 415px;
}

.slides {
  background-color: #FFF;
  padding: 60px 0 60px;
  position: relative;
  overflow: hidden;
}
.slides--padding {
  padding-bottom: 155px;
}
.slides__title {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Outfit;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 48px */
  color: #141719
}
.slides__subtitle {
  margin-bottom: 44px;
  width: 100%;
  font-family: Outfit;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  color: #535F69
}

.enquiry__loading {
  display: block;
  margin: 20px auto -20px;
  display: none;
}
.enquiry__top {
  position: relative;
  height: fit-content;
}
.enquiry__bottom {
  background-color: #1c2136;
  margin-bottom: -390px;
}
.enquiry__background-image {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.enquiry__background-layer {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(5, 18, 30, 0.5);
}
.enquiry__form-info {
  color: #f22d13;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  margin-top: 30px;
}
.enquiry__form-info.ok {
  color: #03c04a;
}
.enquiry__form-container {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  padding: 45px 0;
}
.enquiry__form-error {
  font-size: 14px;
  color: #f22d13;
  line-height: 20px;
  margin-top: -7px;
  margin-bottom: 12px;
  padding-left: 8px;
  display: none;
}
.enquiry__form-input {
  width: 100%;
  margin-bottom: 12px;
  padding: 15px 16px 17px;
  background-color: #1B2236;
  border: 1px solid rgba(83, 95, 105, 1);
  border-radius: 4px
  outline: none;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #ffffff;
}
.enquiry__form-input.error {
  border-color: #f22d13;
}
.enquiry__form-input.error + .enquiry__form-error {
  display: block;
}
.enquiry__form-input[type=tel] {
  margin-bottom: 12px !important;
}
.enquiry__form-input::-moz-placeholder {
  color: rgba(249, 250, 251, 1);
}
.enquiry__form-input::placeholder {
  color: rgba(249, 250, 251, 1);
}
.enquiry__form-textarea {
  width: 100%;
  margin-bottom: 12px;
  padding: 15px 16px 19px;
  background-color: #161a2b;
  border: 1px solid rgba(255, 255, 255, 0.15);
  outline: none;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #ffffff;
  max-width: 100%;
  min-height: 192px;
  resize: none;
}
.enquiry__form-textarea.error {
  border: 1px solid red;
}
.enquiry__form-textarea::-moz-placeholder {
  color: #b4b5bc;
}
.enquiry__form-textarea::placeholder {
  color: #b4b5bc;
}
.enquiry__form-checkbox {
  position: relative;
  color: #b4b5bc;
  align-items: baseline;
  font-size: 16px;
  line-height: 22px;
  margin-left: 35px;
  display: inline-block !important;
  margin-bottom: 10px;
}
.enquiry__form-checkbox.error .enquiry__form-check {
  border: 2px solid red;
}
.enquiry__form-checkbox a {
  color: #ffffff;
}
.enquiry__form-checkbox.error + .enquiry__form-error {
  display: block;
}
.enquiry__form-checkbox input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}
.enquiry__form-checkbox input[type=checkbox]:checked + span::after {
  border: solid #161a2b;
  border-width: 0 1px 1px 0;
  content: "";
  height: 15px;
  left: 8px;
  position: absolute;
  top: 0.1rem;
  transform: rotate(45deg);
  width: 7px;
}
.enquiry__form-check {
  background: #fff;
  border: 1px solid #161a2b;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  left: -2rem;
  position: absolute;
  top: 0;
  width: 24px;
}
.enquiry__form-block {
  background: #161A2B;

 
}
.enquiry__form-button {
  width: 100%;
  font-size: 20px;
  display: none;
}
.enquiry__form-button--red {
  padding: 14px 46px;
  width: 100%;
  font-size: 20px;
}
.enquiry__form-button.active {
  display: block;
}
.enquiry__form-button.button-step1:disabled {
  opacity: 0.5;
}
.enquiry__form-button.button-step1:disabled:hover {
  background-color: white;
  color: #161a2b;
}
.enquiry__form-radio {
  display: flex;
  gap: 45px;
  margin-bottom: 24px;
  color: #ffffff;
  align-items: center;
  justify-content: space-between;
}
.enquiry__form-radio .checkmark {
  position: absolute;
  top: 0;
  left: -35px;
  height: 24px;
  width: 24px;
  border: 1px solid #f0eae0;
  border-radius: 100%;
  opacity: 0.6;
}
.enquiry__form-radio .checkmark::after {
  content: "";
  background: white;
  position: absolute;
  left: 3px;
  top: 3px;
}
.enquiry__form-radio-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.enquiry__form-radio-input:checked ~ .checkmark {
  opacity: 1;
}
.enquiry__form-radio-input:checked ~ .checkmark:after {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
}
.enquiry__form-radio-description {
  max-width: 135px;
  font-size: 16px;
  line-height: 19px;
  color: #b4b5bc;
}
.enquiry__form-radio-buttons {
  display: flex;
  gap: 50px;
  align-items: center;
}
.enquiry__form-label {
  display: flex;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
  cursor: pointer;
}
.enquiry__accordion {
  display: none;
}
.enquiry__accordion.opened {
  display: block;
}
.enquiry__accordion.opened .enquiry__accordion-title svg {
  transform: rotate(0);
}
.enquiry__accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 16px;
  cursor: pointer;
  transition: 0.3s;
}
.enquiry__accordion-title svg {
  transform: rotate(180deg);
}
.enquiry__accordion-content {
  transition: 0.3s;
}
.enquiry__accordion-content .iti.iti--allow-dropdown {
  width: 100%;
  margin-bottom: 12px;
}
.enquiry__accordion-content .iti.iti--allow-dropdown.error input {
  border-color: #f22d13;
}
.enquiry__accordion-content .iti.iti--allow-dropdown.error + .enquiry__form-error {
  display: block;
}
.enquiry__accordion-content .iti.iti--allow-dropdown input {
  padding-left: 60px;
}
.enquiry__accordion-content .iti.iti--allow-dropdown .iti__selected-flag {
  padding-left: 16px;
}
.enquiry__title {
  color: #ffffff;
  margin: 0 0 16px;
  text-align: center;
  font-weight: 500;
}
.enquiry__description {
  color: #b4b5bc;
  text-align: center;
  margin-bottom: 24px;
  line-height: 22px;
}
.enquiry__description.text-2 {
  display: none;
}
.enquiry-landing {
  padding: 50px 0 80px;
  background-color: #1c2136;
}
.enquiry-landing__row {
  display: flex;
}
.enquiry-landing__sidebar {
  min-width: 305px;
  position: relative;
  padding: 30px 0;
}

.network {
  padding-bottom: 120px;
  background-color: #1c2136;
  padding-top: 170px;
}
.network__title {
  color: #ffffff;
  margin: 0 0 24px;
  font-size: 60px;
  line-height: 72px;
  font-family: "Petit", sans-serif;
  text-align: right;
}
.network__description {
  color: #ffffff;
  text-align: right;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}
.network__col {
  width: 50%;
}
.network__row {
  gap: 64px;
  display: flex;
}

.locations {
  background: #fff;
  padding: 0px 0;
  color: #535F69;
}

.locations #breadcrumbs{
  display: none
}
.locations__title {
  margin: 0 0 32px;
  color: var(--UI-Colors-text-textDark-Title, #141719);
  font-family: Outfit;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 48px */
}
.locations__row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 60px;
  margin-left: -12px;
  margin-right: -12px;
}

.contact-information {
  position: relative;
  background-color: #fff;
  margin-bottom: -73px;
}
.contact-information__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  background-color: rgba(2, 50, 88, 1);
  padding: 32px;
  top: -73px;
}
.contact-information__title {
  	font-family: Outfit;
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0%;
	color: rgba(195, 198, 203, 1);
  	margin-bottom: 32px;
}
.contact-information__contact-item {
  display: flex;
  align-items: center;
  color: #f0eae0;
  gap: 22px;
  margin-bottom: 46px;
  flex-wrap: wrap;
}
.contact-information__contact-item h2 {
  	font-family: Outfit;
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: 0%;

	color: rgba(195, 198, 203, 1);
 	margin: 0;
}
.contact-information__contact-item a {
  color: #ffffff;
}
.contact-information__row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-information__col {
  width: calc(50% - 16px);
}
.contact-information__col:nth-child(2) .contact-information__title {
  margin-bottom: 20px;
}
.contact-information__hours {
  font-family: Outfit;
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: 0%;
	color: rgba(255, 255, 255, 1);
  line-height: 34px;
}
.contact-information__hours-item {
  margin-bottom: 29px;
}
.contact-information__days {
  font-size: 16px;
  color: #b4b5bc;

}
.contact-information__contact-image{
	min-height: 160px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: flex-end;
	margin-bottom: 16px
}
.contact-information__contact-image h2{
	font-family: Outfit;
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: 0%;
	color: rgba(255, 255, 255, 1);
	padding-left: 16px;
	margin-bottom: 16px;
}
.contact-information__contact-address{
	font-family: Outfit;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0%;
	color: rgba(195, 198, 203, 1)
}
.contact-information__contact-address span{
	margin-right: 32px;
	color:  rgba(242, 242, 242, 1);

}
.contact-information__contact-item__button{
	display: flex;
	padding-top: 9px;
	padding-right: 24px;
	padding-bottom: 11px;
	padding-left: 24px;
	border-radius: 4px;
	border: 2px solid rgba(229, 232, 235, 1);
	font-family: Outfit;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0%;
	text-align: center;
	width: fit-content;
	align-items: center;
	margin-top: 16px;
	margin-bottom: 32px;
	color: #fff
}
.contact-information__contact-item__button svg{
	margin-right: 12px
}
.stats {
  padding: 160px 0;
  background-color: #fff;
  position: relative;
}
.stats__title {
	 font-family: Outfit;
	font-weight: 500;
	font-size: 40px;
	line-height: 120%;
	letter-spacing: 0%;
	color: rgba(20, 23, 25, 1)
  	margin: 0 0 16px;
}
.stats__subtitle {
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 32px;
}
.stats__items {
  display: flex;
  flex-wrap: wrap;
}
.stats__item {
  width: 31%;
}
.stats__item-number {
  color: rgba(242, 45, 19, 1);
  font-size: 48px;
  line-height: 58px;
  font-family: "Petit", sans-serif;
  margin-bottom: 16px;
}
.stats__item-desc {
  	font-family: Outfit;
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: 0%;
	text-align: center;
	color: rgba(83, 95, 105, 1);
  	max-width: 210px;
}

.regions {
  padding: 80px 0 85px;
  background-color: #161a2b;
}
.regions__title {
  margin: 0 0 32px;
  color: #ffffff;
  font-size: 32px;
  line-height: 38px;
}
.regions__items {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 230px;
}
.regions__item {
  display: flex;
  align-items: center;
  color: #ffffff;
  gap: 12px;
  margin-bottom: 18px;
}
.regions__item a {
  cursor: pointer;
  color: #ffffff;
  display: block;
  display: flex;
  align-items: center;
}
.regions__item a svg path {
  transition: 0.3s;
}
.regions__item a:hover path {
  fill: #f22d13;
}

.sublocations {
  background: #1c2136;
  padding: 80px 0 90px;
  color: #ffffff;
}
.sublocations__row {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.accreditations {
 background-color: #F9FAFB;
  padding: 120px;
  overflow: hidden;
}
.accreditations__title {
  color: #141719;
  margin: 0 0 24px;
  font-family: Outfit;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 48px */
}
.accreditations__description {
  color: #535F69;
  max-width: 780px;
  font-family: Outfit;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  margin-bottom: 32px;
}
.accreditations__row {
  display: flex;
  position: relative;
}
.accreditations-slider .swiper-pagination-bullet-active {
  opacity: 1 !important;
   background: #F22D13
}
.accreditations-slider .swiper-pagination-bullet {
  opacity: 0.4;
  margin: 0 5px !important;
}
.accreditations-slider .swiper-pagination {
  position: relative;
  margin-top: 42px;
}

.accreditation__item.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 192px;
  height: 160px;
  background-color: #0C3C64;
}
.accreditation-swiper {
  overflow: hidden;
  position: relative;
}
.accreditation-swiper .swiper-wrapper {
  justify-content: center;
}

.our-values {
  padding: 60px 0 60px;
  background-color: #161a2b;
}
.line_value{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap; 
}
.left_value{
  min-width: 50%;
  
}
@media(max-width: 1024px){
  .left_value{
    min-width: 100%;
    max-width: 100%;
  }
}




.our-values__title {
  color: #ffffff;
  margin: 0 0 0px;
}
.our-values__header {
  display: flex;
  gap: 24px;
  margin-bottom: 5px;
  align-items: center;
  overflow: auto;
  width: 100%;
}
.our-values__text{
	max-width: 50%;
	color: var(--UI-Colors-text-textDark-Base, #32363D) !important;

	/* Desktop/Body/Body Copy M */
	font-family: Outfit;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 28px */
	margin-top: 5px
}
.our-values__header::-webkit-scrollbar {
  display: none;
}
.our-values__value-name {
  	color: #B4B5BC;

  /* Mobile/Buttons Text/L Button Label */
  font-family: Outfit;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  cursor: pointer;
}
.our-values__value-name.active {
  color: #f22d13;
}
.our-values__value-separator {
  min-width: 12px;
}
.our-values__value-content {
  color: var(--UI-Colors-text-textDark-Base, #32363D);

/* Desktop/Body/Body Copy M */
font-family: Outfit;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 28px */
  max-width: 850px;
  display: none;
}
.our-values__value-content.active {
  display: block;
}

.news {
  padding: 160px 0 0;
  background-color: #292d40;
}
.news--padding-bottom {
  padding-bottom: 150px;
}
.news__title {
  color: #ffffff;
  margin: 0 0 30px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news__button {
  text-transform: none;
  padding: 9px 24px 12px;
  font-family: "Lato";
  line-height: 1.2;
}
.news__row {
  width: 100%;
  display: flex;
  gap: 12px;
  margin-left: -12px;
  margin-right: -12px;
}
.news__row::-webkit-scrollbar {
  display: none;
}

.terms {
  padding: 160px 0 140px;
  background: #FFF;
}
.terms__title {
  	color: #000;

	/* Desktop/Headlines/Headline 1 */
	font-family: Outfit;
	font-size: 56px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 67.2px */
	text-transform: uppercase;
  	margin-bottom: 44px;
  	margin-top: 0;
}
.terms__content {
  	color: var(--UI-Colors-text-textDark-Sub, #535F69);

	/* Desktop/Subheadings/Subhead 2 */
	font-family: Outfit;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 28px */
 	max-width: 750px;
}
.terms__content a {
  color: #f22d13;
  text-decoration: underline;
}
.terms__content ol {
  list-style: decimal;
  padding-left: 20px;
}
.terms__content ol li {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}
.terms__content ul {
  margin-bottom: 20px;
}
.terms__content ul li {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}
.terms__content ul li::before {
  content: "•";
  color: #f22d13;
  font-weight: bold;
  display: inline-block;
  width: 10px;
  font-size: 12px;
  margin-right: 10px;
  margin-left: 0;
  line-height: 1;
}
.terms__content h3 {
	color: var(--UI-Colors-text-textDark-Title, #141719);

	/* Desktop/Subheadings/Subhead 1 */
	font-family: Outfit;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px; /* 121.429% */
  margin: 32px 0 20px;
}
.terms__content h4 {
	color: var(--UI-Colors-text-textDark-Title, #141719);

/* Desktop/Subheadings/Subhead 1 */
font-family: Outfit;
font-size: 28px;
font-style: normal;
font-weight: 500;
line-height: 34px; /* 121.429% */
  margin-bottom: 20px;
}
.terms__content p {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.2px;
}

.blog__posts {
  padding: 100px 0;
  /*background-color: #1c2136;*/
}


.post__breadcrums{
	color: var(--UI-Colors-text-textDark-Sub, #535F69);
	font-family: Outfit;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 28px */
	padding-left: 112px;
	margin-bottom: 30px

}
.post__breadcrums a{
	color: var(--UI-Colors-text-textDark-Sub, #535F69);

}
.post__breadcrums span{
	margin-left: 16px;
	margin-right: 16px;

}
.post__breadcrums .current_post{
	border-bottom: 2px solid #141719;
}
@media(max-width: 1024px){
	.post__breadcrums{
		color: var(--UI-Colors-text-textDark-Sub, #535F69);

		/* Mobile/Body/Body Copy S */
		font-family: Outfit;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%; /* 22.4px */
		padding-left: 0px;
		margin-bottom: 8px;
    margin-top: 40px;
	}
}

.line_cata{
  min-width: 100%;
  margin-top: 60px;
}

.post .category{
  display: flex;
  height: 40px;
  width: fit-content;
  padding: 4px 20px;
  border-radius: 99px;
  border: 1px solid var(--UI-Colors-text-textLight-Sub, #C3C6CB);
  background: var(--Brand-White, #FFF);
  align-items: center;
  color: var(--UI-Colors-text-textDark-Base, #32363D);

  /* Desktop/Buttons Text/Badhe */
  font-family: Outfit;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  text-transform: uppercase;
}



.blog__row {
  width: 100%;
  display: flex;
  gap: 10px;
  margin-left: -12px;
  margin-right: -12px;
  flex-wrap: wrap;
}
.blog__row .news-block {
  max-width: calc(25% - 8px);
  position: relative;
}
.blog__loading {
  display: block;
  margin: auto;
}
.blog__pagination {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 15px;
  color: #ffffff;
  align-items: center;
  font-size: 18px;
}
.blog__pagination-nav {
  display: flex;
  gap: 10px;
}
.blog__pagination a {
  	display: flex;
  	color: rgba(30, 30, 30, 1);
	font-family: Outfit;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 22.4px */
	padding-left: 7px;
    padding-right: 7px;
}
.blog__pagination-item .dots{
	color: rgba(30, 30, 30, 1);
}
.blog__pagination .current {
  color: var(--Brand-Royal-Red, #F22D13);
	font-family: Outfit;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 22.4px */
}

.content-editor {
  padding: 100px 0;
  background-color: #023258;
  color: #ffffff;
}
.content-editor--without-padding-bottom {
  padding-bottom: 0;
}
.content-editor__content {
  color: #ffffff;
}
.content-editor__content a {
  color: #f22d13;
  text-decoration: underline;
}
.content-editor__content ol {
  list-style: decimal;
  padding-left: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.content-editor__content ol li {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
}
.content-editor__content ul {
  padding-bottom: 20px;
  margin-bottom: 0;
}
.content-editor__content ul li {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}
.content-editor__content ul li::before {
  content: "•";
  color: #f22d13;
  font-weight: bold;
  display: inline-block;
  width: 10px;
  font-size: 12px;
  margin-right: 10px;
  margin-left: 0;
  line-height: 1;
}
.content-editor__content h3 {
  margin: 32px 0 20px;
}
.content-editor__content h4 {
  margin-bottom: 20px;
}
.content-editor__content p {
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0.2px;
}
.html-table th{
 font-size: 24px !important;
 background: #7092BE !important;
}
@media (max-width: 760px){
.content-editor__content p {
  font-size: 16px;
   }
   .html-table th{
 font-size: 16px !important;
   }
 }
.post {
  background-color: #fff;
  padding: 160px 0 0;
}
.post__date {

 	margin-bottom: 32px;
    color: var(--UI-Colors-text-textDark-Sub, #535F69);
	/* Body/Body Copy M */
	font-family: Lato;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 140% */
	padding-left: 112px
  
}
.post__title {

  	max-width: 865px;
  	margin: 0 0 8px;
  	color: var(--UI-Colors-text-textDark-Title, #141719);
	font-family: Outfit;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 52.8px */
	text-transform: uppercase;
	padding-left: 112px
}
@media(max-width: 1024px){
	.post__title {
		padding-left: 0px
		color: var(--UI-Colors-text-textDark-Title, #141719);

		/* Mobile/Headlines/Headline 1 */
		font-family: Outfit;
		font-size: 32px;
		font-style: normal;
		font-weight: 500;
		line-height: 120%; /* 38.4px */
		text-transform: uppercase;
	}
}
.post__top {
  margin-bottom: 56px;
}
.post__top-image {
  height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.post__content {
  color: #ffffff;
  font-size: 20px;
}
.post__content h3 {
  margin: 0 0 40px;
}
.post__content h4 {
  margin-bottom: 20px;
}
.post__content p {
  	margin-top: 0;
  	color: var(--UI-Colors-text-textDark-Base, #32363D);

	/* Desktop/Body/Body Copy M */
	font-family: Outfit;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 28px */
  	margin-bottom: 20px;

}

.post__content h2, .post__content h3{
	color: var(--UI-Colors-text-textDark-Title, #141719);

	/* Desktop/Headlines/Headline 3 */
	font-family: Outfit;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 48px */
}





.post__content .wp-block-image.size-full {
  margin-top: 40px;
}
.post__content .wp-block-image.size-full figcaption {
  text-align: center;
  margin-bottom: 40px;
  color: #b4b5bc;
  font-size: 16px;
}
.post__content .wp-block-gallery.has-nested-images {
  margin: 40px 0;
  gap: 32px;
}
.post__content .wp-block-gallery.has-nested-images figure {
  width: calc(50% - 16px) !important;
  margin-bottom: 40px !important;
}
.post__content .wp-block-gallery.has-nested-images figcaption {
  bottom: -32px !important;
  background: none !important;
  font-size: 16px !important;
}
.post__content .wp-block-columns {
  margin: 0;
}
.post__content .wp-block-media-text {
  margin-bottom: 60px;
}
.post__content .wp-block-media-text h3 {
  margin-bottom: 20px;
}
.post__content ol {
  list-style: decimal;
  padding-left: 20px;
}
.post__content ol li {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
}
.post__content ul li {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
}
.post__content ul li::before {
  content: "•";
  color: #f22d13;
  font-weight: bold;
  display: inline-block;
  width: 10px;
  font-size: 16px;
  margin-right: 15px;
  margin-left: 0;
  line-height: 1;
}
.post__content a {
  color: #f22d13;
  text-decoration: underline;
}
.post__content hr {
  position: relative;
  margin: 70px 0;
  border-color: #f0eae0;
  opacity: 0.2;
}
.post__content hr::after {
  content: url("images/divider.svg");
  position: absolute;
  top: -30px;
  left: calc(50% - 50px);
  height: 100px;
  z-index: 2;
  display: block;
  padding: 0 23px;
  background: #1c2136;
}
.post__content blockquote {
  position: relative;
  padding: 40px 40px 20px;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  background-color: #292d40;
  margin: 0;
  margin-bottom: 40px;
  border-top: 3px solid #f22d13;
  margin-top: 40px;
}
.post__content blockquote::before {
  content: "“ ";
  font-size: 25px;
}
.post__content blockquote::after {
  content: "”";
  font-size: 25px;
}
.post__content blockquote p {
  display: inline;
  font-style: italic;
}
.post__content blockquote p {
  font-size: 28px;
  line-height: 34px;
}
.post__row {
  display: flex;
  gap: 32px;
}
.post__sidebar {
  min-width: 305px;
  position: relative;
  padding: 0 0 48px;
}
.post__sidebar-wrapper {
  position: sticky;
  top: 120px;
}
.post__cta {
  padding: 24px 24px 32px;
  background: var(--Brand-Navy, #023258);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 400px;
  max-width: 305px;
  position: relative;
}
.post__cta-layer {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.3;
}
.post__cta-title {
 	 margin: 0;
  	color: #FFF;
	font-family: Outfit;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 48px */
}
.post__cta svg{
	opacity: 0
}
.post__cta .button {
  position: relative;
  z-index: 1;
}
.post__bottom {
  background-color: #fff;
  padding: 60px 0;
}
.post__bottom-title {
    color: var(--UI-Colors-text-textDark-Title, #141719);
	font-family: Outfit;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 48px */
}
.post__bottom-subtitle {
  color: #ffffff;
  margin-bottom: 32px;
  font-size: 20px;
}
.post__related {
  width: 100%;
  display: flex;
  gap: 12px;
  margin-left: -12px;
  margin-right: -12px;
}

.section-404 {
  background-color: #1c2136;
  padding: 200px 0;
  text-align: center;
}
.section-404__title, .section-404__subtitle {
  color: #ffffff;
}
.section-404__title {
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 20px;
}
.section-404__subtitle {
  font-size: 32px;
  line-height: 38px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.our-values_new{
  	background-color: #fff !important
  }
.our-values_new .our-values__title{
  	color: #141719;
	font-family: Outfit;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 48px */
  }

.content-2col{
	min-width: 100%;
	display: flex;
	background: rgba(249, 250, 251, 1);
	padding-top: 105px;
	padding-bottom: 105px;
}
.content-2col .row{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.content-2col__image{
	min-width: calc(50% - 32px);
	max-width: calc(50% - 32px);
	min-height: 420px;
	object-fit: cover;
}
.content-2col__container{
	min-width: calc(50% - 32px);
	max-width: calc(50% - 32px);
}
.content-2col__title{
	font-family: Outfit;
	font-weight: 400;
	font-size: 56px;
	line-height: 120%;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: rgba(20, 23, 25, 1);
	margin-top: 30px;
}
.content-2col__text{
	font-family: Outfit;
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: 0%;
	color: rgba(83, 95, 105, 1);
	margin-bottom: 30px;
}
.contact-information__icon{
  filter: brightness(0) invert(1);
}

.acord_custom .accordions__title{
	font-family: Outfit;
	font-weight: 500;
	font-size: 40px;
	line-height: 120%;
	letter-spacing: 0%;
	text-align: left;
	text-transform: none;
	max-width: fit-content;
}
.acord_custom .accordions__col--first{
	flex-direction: initial;
	align-items: flex-start;
	    max-width: 40%;
}
.acord_custom .accordion__title{
	font-family: Outfit;
	font-weight: 500;
	font-size: 28px;
	line-height: 120%;
	letter-spacing: 0%;
	color: rgba(28, 33, 54, 1);

}
.post__bottom_accord{
	background-color: rgba(249, 250, 251, 1);
	padding: 0px;
}	
.acord_custom .accordion__text{
	color: rgba(50, 54, 61, 1);
	max-width: fit-content;
}
.acord_custom{
	background-color: rgba(249, 250, 251, 1);
	padding-bottom: 0px;
	    min-width: 100%;
}
.new_form{
    background-size: cover;
    height: fit-content;
    padding-top: 120px;
    padding-bottom: 60px;

    }
.our-values__value-content-wrapper{
  max-width: 50%
}
@media(max-width: 1024px){
	.content-2col .row{
		flex-wrap: wrap;
	}
	.content-2col{
		padding-top: 24px
	}
	.content-2col__image{
		min-width: 100%;
		max-width: 100%;
		min-height: 200px;
		object-fit: cover;
	}
	.content-2col__container{
		min-width: 100%;
		max-width: 100%;
	}
	.content-2col__title{
		font-size: 24px
	}
	.content-2col__text{
		font-size: 16px
	}
	.acord_custom .accordions__col--first{
		max-width: 100%;
	}
	.new_form{
		padding-left: 24px;
		padding-right: 24px;

	}
	.enquiry__form-block{
		padding: 24px
	}
  .span_line{
    
    padding-left: 0px;
     
  }
  .our-values__value-content-wrapper{
    max-width: 100%
  }
  .contact-information__contact-item .location-block__tag {
    padding-left: 35px
}
}
@media screen and (max-width: 992px) {
  .row {
    padding: 0 24px;
  }
  .button--white {
    width: 100%;
    font-size: 18px;
    padding: 9px 24px 13px;
  }
  .footer {
    padding: 48px 0 102px;
  }
  .footer__socials {
    gap: 23px;
    margin-right: 24px;
    margin-bottom: 10px;
    justify-content: center;
    margin-top: 20px
  }
  .footer__social {
    width: 28px;
    height: 28px;
  }
  .footer__row {
    /*flex-direction: column;*/
    flex-wrap: wrap;
  }
  .new_rew a{
  	max-width: calc(33% - 8px);
  }
  .new_rew a img{
  	object-fit: cover;
  	width: 100%
  }
  .footer__col-3 {
    max-width: 100%;
  }
  .footer__col-9 {
    max-width: 100%;
  }
  .footer__menu {
    width: 100%;
  }
  .footer__menu-list--secondary {
   /* max-height: 150px;*/
  }
  .footer__menu span{

  }
  .footer__copyright_new {
    font-family: Outfit;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0%;
	text-align: left;
	margin-top: 30px;

	}
  .footer__menu-title {
    margin-bottom: 20px;
  }
  .footer__menu-item {
    margin-bottom: 22px;
  }
  .footer__menu-bottom {
    max-height: 130px;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
  }
  .footer__menu-bottom-item {
    max-width: 140px;
  }
  .footer__inner-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
  }
  .footer__inner-row {
    margin-top: 0;
    gap: 20px;
  }
  .footer__layer svg {
    max-height: 170px;
  }
  .header {
    overflow: hidden;
  }
  .header {
    transition: 0.3s;
    max-height: 120px;
  }







  .header.active .header__container {
    overflow: auto;
  }
  .header {
    padding: 0px 0 0;
  }
  .header__row {
    height: 100%;
    flex-direction: column;
  }
  .header__buttons {
    margin-left: 0;
    width: 100%;
    margin-top: 10%;
  }
  .header__buttons .button {
    width: 100%;
  }
  .header__button--desktop {
    display: none;
  }
  .header__button--white {
    background: #ffffff;
    color: #161a2b;
    width: 100%;
  }
  .header__button--white .dropdown__link {
    text-align: center;
    color: #161a2b;
  }
  .header__logo {
    max-width: 116px;
  }
  .header-nav {
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
  }
  .header-nav__list {
    flex-direction: column;
    justify-content: unset;
    padding: 0;
    padding-top: 40px;
    align-items: baseline;
  }
  .header-nav__list li {
    width: 100%;
  }
  .header-nav__link {
    font-size: 28px;
    width: 100%;
    line-height: 34px;
  }
  .header-nav__top {
    justify-content: space-between;
    width: 100%;
    z-index: 1;
    position: relative;
  }
  .dropdown {
    padding: 0;
    max-height: 0;
    overflow: hidden;
  }
  .dropdown.active {
    max-height: 500px;
  }
  .dropdown__item {
    font-weight: 18px;
    line-height: 22px;
    padding-top: 20px;
  }
  .newsletter--sidebar {
    margin-bottom: 20px;
  }
  .accordion {
    margin-bottom: 10px;
  }
  .accordion.opened {
    margin-bottom: 25px;
  }
  .accordion__title {
    font-size: 20px;
  }
  .accordion__text {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: unset;
    color: #000;
  }
  .accordion__button {
    width: 20px;
    height: 20px;
  }
  .accordion__content-button {
    width: 100%;
    font-size: 18px;
  }
  .network-item {
    margin-bottom: 25px;
  }
  .network-item__title {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 4px;
  }
  .network-item__tags {
    gap: 5px;
  }
  .network-item__tags svg path {
    fill: #f22d13;
  }
  .network-item__arrow {
    height: 25px;
  }
  .news-block {
    max-width: 240px;
    width: 100%;
    min-width: 240px;
  }
  .news-block__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
  }
  .news-block__excerpt {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .news-block__more {
    opacity: 1;
    font-size: 16px;
  }
  .news-block__more svg {
    display: none;
  }
  .sharing {
    margin-bottom: 12px;
  }
  .cky-consent-container .cky-consent-bar .cky-banner-btn-close {
    top: 22px;
  }
  .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-des {
    padding-right: 60px;
  }
  h1 {
    font-size: 32px;
    line-height: 120%;
  }
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .hero__container {
    padding-bottom: 48px;
  }
  .hero__container--front {
    padding-top: 319px;
    padding-bottom: 48px;
  }
  .hero__container--block {
    padding-bottom: 100px;
  }
  .hero__title {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 38px;
    font-weight: 500
  }
  .hero--front .hero__title{
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 38px;
    font-weight: 500
  }
  .hero__button {
    /*display: none;*/
  }
  .content-center-bg__caption {
    font-size: 14px;
    line-height: 20px;
  }
  .content-center-bg__container {
    padding: 90px 24px 45px;
  }
  .content-center-bg__title {
    font-weight: 500;
    margin-bottom: 25px;
    color: #FFF;
    text-align: center;
    font-family: Outfit;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 38.4px */
    /*text-transform: capitalize;*/
  }
  .image-text--padding-mobile {
    padding-bottom: 48px !important;
  }
  .image-text {
    padding-top: 48px;
    padding-bottom: 0;
  }
  .image-text__title{

	font-family: Outfit;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 38.4px */
	text-transform: uppercase;
  }
   .image-text_2col .image-text__col:nth-child(1){
        order: 2;
  }
  .image-text_2col .image-text__title{
    color: var(--UI-Colors-text-textDark-Title, #141719);

    /* Mobile/Headlines/Headline 4 */
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 24px */
  }
  .image-text_2col .image-text__text{
    color: var(--UI-Colors-text-textDark-Base, #32363D);
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
  }
  .image-text_2col .image-text__col:nth-child(1) {
        min-height: 250px;
        margin-bottom: 40px
    }
  .image-text__row {
    flex-wrap: wrap;
  }
  .image-text__row--reverse {
    text-align: left;
  }
  .image-text__row {
    gap: 20px;
  }
  .image-text__label {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
    text-align: left;
  }
  .image-text__text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 17px;
    letter-spacing: unset;
  }
   .image-text__col {
    width: 100%;
   }
  .main .image-text__button{
  	margin-bottom: 40px;
  }
  .image-text__col:nth-child(1) {
    width: 100%;
    min-height: 350px;
  }
  .image-text__button {
    width: 100%;
    font-size: 18px;
  }
  .image-text__playbutton {
    width: 48px;
    height: 48px;
  }
  .accordions {
    padding: 48px 0 20px;
  }
  .accordions__title {
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    max-width: none;
  }
  .accordions__row {
    gap: 25px;
  }
  .accordions__col {
    flex: unset;
    width: 100%;
  }
  .slides {
    padding-top: 48px;
    padding-bottom: 0;
  }
  .slides--padding-mobile {
    padding-bottom: 48px !important;
  }
  .slides__title {
    font-size: 24px;
    line-height: 30px;
  }
  .slides__subtitle {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .enquiry__top {
    height: 590px;
  }
  .enquiry__bottom {
    margin-bottom: -400px;
  }
  .enquiry__form-container {
    padding: 32px 0 24px;
  }
  .enquiry__form-input {
    padding: 8px 18px 12px;
  }
  .enquiry__form-checkbox {
    margin-bottom: 24px;
  }
  .enquiry__form-radio {
    flex-wrap: wrap;
    gap: 12px;
  }
  .enquiry__form-radio-description {
    max-width: 100%;
  }
  .enquiry__form-radio-buttons {
    margin-left: 35px;
    gap: 63px;
  }
  .enquiry__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  .enquiry__description {
    margin-bottom: 20px;
  }
  .enquiry-landing__row {
    flex-wrap: wrap;
  }
  .network {
    padding-bottom: 25px;
    padding-top: 0;
  }
  .network__title {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 16px;
    text-align: left;
  }
  .network__description {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }
  .network__col {
    width: 100%;
  }
  .network__row {
    flex-wrap: wrap;
    gap: 30px;
  }
  .contact-information {
    margin-bottom: -50px;
  }
  .contact-information__wrapper {
    padding: 24px 16px 15px;
  }
  .contact-information__title {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 16px;
  }
  .blog__pagiantion-prev, .blog__pagiantion-next {
    display: none !important
  }
  .blog__pagination .current{
    padding-left: 7px;
    padding-right: 7px;
  }
  .contact-information__icon {
    width: 24px;
  }
  .contact-information__contact-item h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }
  .contact-information__contact-item {
    font-size: 16px;
    font-weight: 400;
    gap: 12px;
    line-height: 22px;
    margin-bottom: 16px;
  }
  .contact-information__row {
    gap: 6px;
  }
  .contact-information__col {
    width: 100%;
    margin-bottom: 15px;
  }
  .contact-information__hours {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }
  .contact-information__hours-item {
    margin-bottom: 16px;
    margin-top: auto;
  }
  .contact-information__hours-items {
    max-height: 150px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .contact-information__days {
    font-size: 14px;
    line-height: 20px;
  }
  .stats {
    padding: 25px 0;
  }
  .stats__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
  }
  .stats__subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  .stats__item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
  }
  .stats__item-number {
    font-size: 32px;
    line-height: 38px;
    width: 110px;
  }
  .stats__item-desc {
    font-size: 16px;
    line-height: 22px;
  }
  .regions {
    padding: 48px 0;
  }
  .regions__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 28px;
  }
  .regions__items {
    max-height: 380px;
  }
  .regions__item {
    font-size: 16px;
    margin-bottom: 16px;
    max-width: 150px;
  }
  .regions__item svg {
    display: none;
  }
  .accreditations {
    padding: 48px 0 35px;
  }
  .accreditations__title {
    font-size: 24px;
    line-height: 30px;
  }
  .accreditations__description {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 25px;
  }
  .accreditations-slider .swiper-pagination {
    margin-top: 22px;
  }
  .our-values {
    padding: 50px 0 40px;
  }
  .our-values_new{
  	background-color: #fff !important
  }
  .our-values__title {
    margin-bottom: 0px;
  }
  .our-values_new .our-values__title{
  	color: #141719;

	/* Mobile/Headlines/Headline 4 */
	font-family: Outfit;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 24px */
  }
  .our-values__header {
    margin-bottom: 0px;
    gap: 12px;
  }
  .our-values__text{
	max-width: 100%;
	color: var(--UI-Colors-text-textDark-Base, #32363D);
	font-family: Outfit;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 22.4px */
	}
  .our-values__value-name {
    font-size: 18px;
    line-height: 24px;
  }
  .our-values__value-content {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
  }
  .news {
    padding: 48px 0;
  }
  .news__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .news__button {
    font-size: 16px;
    padding: 5px 12px 8px;
  }
  .news__row {
    overflow: auto;
    gap: 0;
  }
  .terms {
    padding: 140px 0 28px;
  }
  .terms__title {
    color: var(--UI-Colors-text-textDark-Title, #141719);

	/* Mobile/Headlines/Headline 1 */
	font-family: Outfit;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 38.4px */
	text-transform: uppercase;
    margin-bottom: 32px;
  }
  .terms__content{
  	color: var(--UI-Colors-text-textDark-Sub, #535F69);

	/* Mobile/Body/Body Copy M */
	font-family: Outfit;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 28px */
  }
  .terms__content ol li {
    font-size: 16px;
    line-height: 22px;
  }
  .terms__content ul li {
    font-size: 16px;
    line-height: 22px;
    position: relative;
    padding-left: 15px;
  }
  .terms__content ul li::before {
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 4px;
  }
  .terms__content h3 {
    color: var(--UI-Colors-text-textDark-Title, #141719);

/* Mobile/Headlines/Headline 4 */
font-family: Outfit;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 24px */
    margin-bottom: 16px;
  }
  .terms__content h4 {
    color: var(--UI-Colors-text-textDark-Title, #141719);

/* Mobile/Headlines/Headline 4 */
font-family: Outfit;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 24px */
    margin-bottom: 16px;
  }
  .blog__row {
    width: calc(100% + 16px);
  }
  .content-editor__content ol li {
    font-size: 16px;
    line-height: 22px;
  }
  .content-editor__content ul li {
    font-size: 16px;
    line-height: 22px;
    position: relative;
    padding-left: 15px;
  }
  .content-editor__content ul li::before {
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 4px;
  }
  .content-editor__content h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .content-editor__content h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 16px;
  }
  .post {
    padding-top: 95px;
  }
  .post__date {
    font-size: 16px;
    line-height: 22px;
    padding-left: 0px
  }
  .post__title {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 38px;
  }
  .post__top-image {
    height: 300px;
  }
  .post__top {
    margin-bottom: 16px;
  }
  .post__content h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .post__content h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 16px;
  }
  .post__content p {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 22px;
  }
  .post__content blockquote {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
    padding: 20px 24px 16px;
    margin-top: 25px;
  }
  .post__content blockquote p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
  }
  .post__row {
    flex-wrap: wrap;
  }
  .post__cta {
    max-width: 100%;
  }
  .post__bottom {
    padding: 40px 0;
    padding-top: 0px
  }
  .post__related {
    overflow: auto;
    width: calc(100% + 16px);
  }
}
@media screen and (max-width: 319px) {
  .row {
    padding: 0 12px;
  }
}
@media screen and (min-width: 993px) {
  .footer__logo {
    max-width: 222px;
    margin-bottom: 48px;
  }
  .footer__row {
    justify-content: space-between;
    
  }
  .footer__menu-item {
    padding-right: 53px;
  }
  .footer__menu-bottom {
    gap: 27px;
    margin-top: 160px;
    flex-direction: row;
    align-items: center;
    margin-bottom: 50px;
  }
  .header__button--mobile {
    display: none;
  }
  .header__mobile-row {
   /* margin-top: 10px;*/
  }
  .header-nav__item {
    margin-right: 32px;
    margin-bottom: 0;
    width: auto;
    padding-left: 0;
  }
  .header__burger {
    display: none;
  }
  .dropdown {
    position: absolute;
    background-color: rgba(2, 50, 88, 1);
    top: 30px;
    left: 0;
    width: 200px;
    z-index: 2;
    padding: 8px 4px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0px 3.18px 5.04px 0px rgba(29, 33, 52, 0.12), 0px 2px 32px 0px rgba(32, 44, 63, 0.25);
    visibility: hidden;
    transform: translateY(20px);
  }
  .dropdown__link {
    padding: 10px 12px;
  }
  .dropdown__link:hover {
    border-radius: 2px;
    background: rgba(49, 58, 95, 0.7);
  }
  .newsletter {
    margin-bottom: 36px;
    max-width: 400px;
  }
  .news-block {
    max-width: 25%;
  }

 
  .image-text__col:nth-child(1) {
    width: 46%;
  }
  .image-text__col:nth-child(2) {
    width: 49%;
  }
  .accordions__col--first {
    margin-left: -35px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 90px;
  }
  .accordions__subtitle {
    margin-left: auto;
    text-align: right;
  }
  .enquiry__form-block {
    width: 640px;
    margin: auto;
  
  }
  
  .enquiry__accordion.step-2 {
    margin-bottom: 15px;
  }
  .enquiry-landing__sidebar {
    padding-top: 160px;
  }
  .contact-information__title--first {
   /* padding-left: 57px;*/
  }
  .contact-information__col:nth-child(2) {
    /*padding-left: 130px;*/
  }
  .stats__title {
    text-align: center;
  }
  .stats__subtitle {
    text-align: center;
  }
  .stats__items {
    justify-content: center;
  }
  .stats__item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .stats__item-desc {
    text-align: center;
    margin: 0 auto;
  }
  .regions__item {
    width: 305px;
    margin-right: 140px;
  }
  .regions__item a {
    width: 290px;
    justify-content: space-between;
    text-decoration: underline;
  }
  .post__content {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 575px) {
  .header__button--mobile {
    margin: auto;
  }
  .slide__image {
    width: 100%;
    height: 109px;
    margin-bottom: 8px;
  }
  .slide__text {
    font-size: 14px;
    line-height: 20px;
  }
  .location-block__image {
    height: 112px;
    margin-bottom: 12px;
  }
  .location-block__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
  }
  .sublocation-block__image {
    height: 139px;
    margin-bottom: 8px;
  }
  .sublocation-block__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
  }
  .image-text__col:nth-child(1) {
    min-height: 170px;
  }
  .image-text__video-iframe {
    height: 250px;
  }
}
.hero--front {
    height: 100vh;
  }
@media (max-width: 1024px) {
  .hero--front {
    min-height: 900px;
  }
}
@media (min-width: 1439px) {
  .slider {
    right: 0;
    margin-left: calc(50vw - 660px);
  }
}
@media screen and (max-width: 1440px) {
  .slider {
    margin-left: 22px;
  }
}
@media screen and (max-width: 1199px) {
  .slider .swiper {
    padding-right: 22px;
  }
}
@media screen and (max-width: 767px) {
  .slider .swiper-scrollbar {
    margin-top: 48px;
    overflow: unset;
  }
  .slider .swiper .swiper-button-next,
  .slider .swiper .swiper-button-prev {
    top: 15%;
  }
  .slider .swiper .swiper-button-prev {
    left: -5px;
  }
  .slider .swiper .swiper-button-next {
    right: -5px;
  }
  .slider__bottom-wrapper {
    margin-top: 10px;
    overflow: unset;
  }
  .slide {
    max-width: 80%;
    width: 80% !important;
    min-width: unset;
  }
  .slide__title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .location-block__link {
    display: none;
  }
  .location-block {
    max-width: 50%;
    margin-bottom: 0px;
  }
  .location-block__tag {
	  font-size: 16px;
	  line-height: 22px;
	  color: rgba(83, 95, 105, 1);

  }
  .sublocation-block {
    max-width: 100%;
    margin-bottom: -5px;
  }
  .sublocation-block__link {
    opacity: 1;
  }
  .sublocation-block__tags {
    margin-bottom: 6px;
  }
  .sublocation-block__tag {
    font-size: 14px;
  }
  .news-block__image {
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 177px;
  }
  .testimonial {
    margin: 24px 0;
  }
  .testimonial__row {
    gap: 12px;
  }
  .testimonial__image {
    height: 70px;
  }
  .testimonial__text {
    font-size: 20px;
    display: none;
    font-weight: 500;
    line-height: 24px;
  }
  .testimonial__name {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    max-width: 180px;
  }
  .box {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
    padding: 24px 24px 4px;
  }
  .box__text {
    font-size: 16px;
    line-height: 22px;
  }
  .cky-consent-container .cky-consent-bar {
    padding-bottom: 38px !important;
  }
  .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper {
    display: flex;
    flex-direction: row-reverse;
    gap: 24px;
    margin-top: 16px !important;
  }
  #onetrust-banner-sdk {
    padding: 10px 0 28px !important;
  }
  #onetrust-banner-sdk button {
    margin-bottom: 10px !important;
  }
  .hero--front {
    height: unset !important;
    min-height: 650px;
  }
  .locations {
    padding: 45px 0 1px;
  }
  .locations__title {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 30px;
  }
  .locations__row {
    gap: 0;
    margin-bottom: 10px;
  }
  .sublocations {
    padding: 25px 0 20px;
  }
  .sublocations__row {
    gap: 0;
    margin-bottom: 10px;
  }
  .accreditation__item.swiper-slide {
    width: 99px;
    height: 83px;
  }
  .accreditation__item.swiper-slide img {
    width: 60px;
    height: 60px;
    object-fit: contain;
  }
  .blog__row .news-block {
    max-width: unset;
  }
  .post__content .wp-block-image.size-full {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
  }
  .post__content .wp-block-image.size-full figcaption {
    margin-bottom: 25px;
  }
  .post__content .wp-block-media-text {
    margin-bottom: 20px;
  }
  .post__content .wp-block-media-text img {
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 16px;
  }
  .post__content .wp-block-media-text__content {
    padding: 0;
  }
  .post__content hr::after {
    transform: scale(0.7);
    top: -35px;
  }
  .post__content hr {
    margin: 53px 0;
  }
}
@media screen and (min-width: 768px) {
  .slide {
    max-width: 525px;
    min-width: 525px;
    width: 100%;
  }
  .testimonial__text--mobile {
    display: none !important;
  }
  .accreditation-swiper .swiper-wrapper {
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .cky-consent-container .cky-consent-bar {
    padding-left: 125px !important;
  }
  .our-values__header {
    width: calc(100% + 70px);
  }
}
/*# sourceMappingURL=style.css.map */

.moby_bg{
  display: none
}
@media(max-width: 768px){
  .desc_bg{
    display: none
  }
  .moby_bg{
   display: flex
  }
}