/** Import everything from autoload */
/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */
/** Import theme styles */
/*=====================================
=            MEDIA QUERIES            =
=====================================*/
/*=====  End of MEDIA QUERIES  ======*/
/*==============================
=            MIXINS            =
==============================*/
/*=====  End of MIXINS  ======*/
/*========================================
=            EXTEND SELECTORS            =
========================================*/
/*=====  End of EXTEND SELECTORS  ======*/
/* PROJECT MIXINS */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.ios input,
.safari input {
  opacity: 1;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.block-section {
  float: left;
  width: 100%;
  clear: both;
  position: relative;
}

body {
  font-family: "Poppins", sans-serif;
  height: 100%;
}

.container {
  width: 100%;
  max-width: 73.75rem;
  padding: 0 1rem;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: unset;
}

.splide__arrows {
  display: none;
}

p {
  font-size: 1rem;
  line-height: 1.5em;
}

h1,
h2,
h3 {
  font-weight: 600;
}

h1 {
  font-size: 3rem;
  line-height: 1.125em;
}

h2 {
  font-size: 1.5rem;
  line-height: 1.3333333333em;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.4em;
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
  html {
    font-size: 70%;
  }
}
.wpml-ls-statics-footer {
  display: none;
}

.otgs-development-site-front-end {
  display: none !important;
}

figcaption {
  font-size: 0.75rem;
  line-height: 1.3333333333em;
}

header {
  position: sticky;
  top: 0;
  z-index: 99;
  background-color: #ffffff;
}

.nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.925rem 0;
}
.nav-container .menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-container .header-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  gap: 2.8525rem;
}
@media only screen and (max-width: 767px) {
  .nav-container .header-items {
    display: block;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .nav-container .header-items {
    display: block;
  }
}
.nav-container .main_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.nav-container .main_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8525rem;
}
.nav-container .main_menu ul li {
  padding: 0.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.nav-container .main_menu ul li a {
  font-weight: 600;
  padding-left: 0;
}
.nav-container .menu-item-has-children {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 13.64px;
}
.nav-container .menu-item-has-children::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.9997 5.1714L11.9495 0.22168L13.3637 1.63589L6.9997 7.9999L0.635742 1.63589L2.04996 0.22168L6.9997 5.1714Z' fill='%2324242A'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 12.78px;
  height: 7.78px;
  right: -13.64px;
  -webkit-transition: -webkit-transform 0.7s ease-in-out;
  transition: -webkit-transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}
.nav-container .menu-item-has-children .sub-menu {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  -webkit-transition: height 0.3s ease-in-out, padding 0.3s ease-in-out;
  transition: height 0.3s ease-in-out, padding 0.3s ease-in-out;
  top: 32px;
  left: 0;
  z-index: 4;
  background-color: #ffffff;
  padding: 0.5rem;
  gap: 0.5rem;
  border-radius: 0.5rem;
}
.nav-container .menu-item-has-children .sub-menu a {
  font-weight: 400;
}
.nav-container .menu-item-has-children .sub-menu li:hover {
  border-radius: 0.5rem;
  background: #f6f6f8;
}
@media only screen and (max-width: 767px) {
  .nav-container .menu-item-has-children .sub-menu {
    gap: unset;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .nav-container .menu-item-has-children .sub-menu {
    gap: unset;
  }
}
.nav-container .checkbox {
  display: none;
}

.menu-item-has-children.menu-item-has-children--show::after {
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media only screen and (max-width: 1200px) {
  .header-items {
    left: -100vw;
    z-index: 100;
    position: absolute;
    top: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-items.show {
    left: 0;
  }
  .header-items .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 1.9375rem;
    width: 100vw;
    height: calc(100vh - 150px);
    background-color: #ffffff;
    gap: unset !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0.5rem 0.5rem 0.5rem 1.1875rem !important;
    overflow-y: scroll;
  }
  .header-items .menu-item-has-children {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 0.5rem;
    gap: 0.9375rem;
  }
  .header-items .menu-item-has-children:hover::after {
    -webkit-transition: unset;
    transition: unset;
  }
  .header-items .menu-item-has-children:hover .sub-menu {
    width: 100%;
    display: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: unset;
    top: unset;
    left: unset;
    z-index: 2;
    background-color: usnet;
    border-radius: unset;
    gap: unset;
  }
  .header-items .menu-item-has-children > a {
    padding: 0.5rem 0.5rem 0.5rem 0;
  }
  .header-items .menu-item-has-children .sub-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: unset !important;
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
    overflow: unset !important;
    border-left: 2px solid #0b7fa1;
    position: unset;
    border-radius: 0;
    z-index: 4;
    padding-left: 8px;
    padding-top: 0;
    max-height: 15.625rem;
    padding-bottom: 0;
  }
  .header-items .menu-item-has-children .sub-menu li {
    padding: 0.5rem;
  }
  .header-items .menu-item-has-children .sub-menu li:first-of-type {
    margin: -0.6875rem 0 0 0;
  }
  .header-items .menu-item-has-children .sub-menu li:last-of-type {
    margin: 0 0 -0.6875rem 0;
  }
  .header-items .menu-item-has-children .sub-menu li:hover {
    background-color: #f6f6f8;
    border-radius: 8px;
  }
  .header-items .menu-item-has-children .sub-menu a {
    font-weight: 400;
  }
  .header-items .menu-item-has-children::after {
    background-image: none;
  }
  .nav-container {
    position: relative;
    padding: 0.64375rem;
  }
  .nav-container input[type=checkbox]:checked ~ .menu-items {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .nav-container input[type=checkbox]:checked ~ .logo {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .header-items {
    left: -100vw;
    z-index: 100;
    position: absolute;
    top: 100%;
  }
  .header-items.show {
    left: 0;
  }
  .header-items.show .language {
    display: block;
    position: absolute;
    bottom: 10vh;
    right: 16px;
  }
  .header-items.show .language .dropdown-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #0b7fa1;
    border-radius: 50%;
  }
  .header-items.show .language .dropdown-button a {
    color: #ffffff;
    padding: unset;
  }
  .header-items.show .language .dropdown-content {
    display: block;
    padding: 8px;
    position: unset;
  }
  .header-items.show .language .dropdown-content a {
    padding: unset;
  }
  .header-items .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 1.9375rem;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    gap: unset !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header-items .menu-item-has-children {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-items .menu-item-has-children:hover::after {
    -webkit-transition: unset;
    transition: unset;
  }
  .header-items .menu-item-has-children:hover .sub-menu {
    width: 100%;
    display: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: unset;
    top: unset;
    left: unset;
    z-index: 2;
    background-color: usnet;
    border-radius: unset;
    gap: unset;
  }
  .header-items .menu-item-has-children > a {
    padding: 8px;
  }
  .header-items .menu-item-has-children .sub-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: unset !important;
    border-left: 2px solid #0b7fa1;
    padding-left: 8px;
  }
  .header-items .menu-item-has-children .sub-menu li:hover {
    background-color: #f6f6f8;
    border-radius: 8px;
  }
  .header-items .menu-item-has-children .sub-menu a {
    font-weight: 400;
  }
  .header-items .menu-item-has-children::after {
    background-image: none;
  }
  .nav-container {
    position: relative;
    padding: 0.64375rem;
  }
  .nav-container .checkbox {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    top: 20px;
    right: 20px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
  }
  .nav-container input[type=checkbox]:checked ~ .menu-items {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .nav-container input[type=checkbox]:checked ~ .hamburger-lines .line1 {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .nav-container input[type=checkbox]:checked ~ .hamburger-lines .line2 {
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
  }
  .nav-container input[type=checkbox]:checked ~ .hamburger-lines .line3 {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .nav-container input[type=checkbox]:checked ~ .logo {
    display: none;
  }
}
.nav-container .main_menu {
  width: 100%;
}
.nav-container .main_menu ul li a {
  font-size: 16px;
}
.nav-container .hamburger-lines {
  display: none;
  height: 25px;
  width: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M3 4.5H21V6.5H3V4.5ZM3 11.5H21V13.5H3V11.5ZM3 18.5H21V20.5H3V18.5Z' fill='%2324242A'/%3E%3C/svg%3E");
  cursor: pointer;
}
@media only screen and (max-width: 1199px) {
  .nav-container .hamburger-lines {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.nav-container .hamburger-lines--open {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M11.9997 11.0865L16.9495 6.13672L18.3637 7.55093L13.4139 12.5007L18.3637 17.4504L16.9495 18.8646L11.9997 13.9149L7.04996 18.8646L5.63574 17.4504L10.5855 12.5007L5.63574 7.55093L7.04996 6.13672L11.9997 11.0865Z' fill='%2324242A'/%3E%3C/svg%3E");
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .header-items {
    left: -100vw;
    z-index: 100;
    position: absolute;
    top: 100%;
  }
  .header-items.show {
    left: 0;
  }
  .header-items.show .language {
    display: block;
    position: absolute;
    bottom: 10vh;
    right: 16px;
  }
  .header-items.show .language .dropdown-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #0b7fa1;
    border-radius: 50%;
  }
  .header-items.show .language .dropdown-button a {
    color: #ffffff;
    padding: unset;
  }
  .header-items.show .language .dropdown-content {
    display: block;
    padding: 8px;
    position: unset;
  }
  .header-items.show .language .dropdown-content a {
    padding: unset;
  }
  .header-items .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 1.9375rem;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    gap: unset !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header-items .menu-item-has-children {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-items .menu-item-has-children:hover::after {
    -webkit-transition: unset;
    transition: unset;
  }
  .header-items .menu-item-has-children:hover .sub-menu {
    width: 100%;
    display: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: unset;
    top: unset;
    left: unset;
    z-index: 2;
    background-color: usnet;
    border-radius: unset;
    gap: unset;
  }
  .header-items .menu-item-has-children > a {
    padding: 8px;
  }
  .header-items .menu-item-has-children .sub-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: unset !important;
    border-left: 2px solid #0b7fa1;
    padding-left: 8px;
  }
  .header-items .menu-item-has-children .sub-menu li:hover {
    background-color: #f6f6f8;
    border-radius: 8px;
  }
  .header-items .menu-item-has-children .sub-menu a {
    font-weight: 400;
  }
  .header-items .menu-item-has-children::after {
    background-image: none;
  }
  .nav-container {
    position: relative;
    padding: 0.64375rem;
  }
  .nav-container .checkbox {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    top: 20px;
    right: 20px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
  }
  .nav-container input[type=checkbox]:checked ~ .menu-items {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .nav-container input[type=checkbox]:checked ~ .hamburger-lines .line1 {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .nav-container input[type=checkbox]:checked ~ .hamburger-lines .line2 {
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
  }
  .nav-container input[type=checkbox]:checked ~ .hamburger-lines .line3 {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .nav-container input[type=checkbox]:checked ~ .logo {
    display: none;
  }
}
.language {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 1200px) {
  .language {
    width: 100%;
    background-color: white;
    display: block;
    height: 6.25rem;
  }
  .language .menu-item-has-children {
    display: none !important;
  }
}
.language .menu-item-has-children::after {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.language--show .menu-item-has-children::after {
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.language:hover .dropdown-content {
  display: block;
}
.language .dropdown-button {
  padding: 10px;
  cursor: pointer;
  font-weight: 600;
}
.language .dropdown-button a {
  text-transform: uppercase;
}
.language .dropdown-content {
  display: none;
  position: absolute;
  z-index: 1;
}
.language .dropdown-content a {
  color: #0e2431;
  padding-left: 0.625rem;
  padding-right: 3.0625rem;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
}
.language .dropdown-content div:hover {
  background-color: #f1f1f1;
}
.language__dropdown {
  background-color: #ffffff;
  position: absolute;
  left: -0.3125rem;
  top: 1.875rem;
  height: 0;
  overflow: hidden;
  z-index: -1;
  border-radius: 0.5rem;
  padding: 0.5rem 2.5625rem 0.5rem 0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.language__dropdown--show {
  z-index: 6;
  height: 5rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
.language__dropdown li {
  color: #24242a;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.language__dropdown li:hover {
  background-color: #f1f1f1;
  border-radius: 0.5rem;
}
.language__dropdown li:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .language__dropdown {
    opacity: 1;
    z-index: 12;
    position: unset;
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0.5rem;
  }
  .language__dropdown li {
    height: 2.625rem !important;
    width: 2.625rem;
  }
  .language__dropdown li.active {
    border-radius: 3.75rem;
    background-color: #0b7fa1;
    height: unset;
  }
  .language__dropdown li.active a {
    color: #ffffff;
  }
  .language__dropdown li:not(.active):hover {
    background-color: unset;
  }
}

.page-hero {
  height: 100vh;
}

.hero-wrapper {
  width: 100%;
}
.hero-wrapper.alt-background {
  background-color: #f6f6f8;
}
.hero-wrapper.small-background {
  padding-bottom: 0;
}
.hero-container {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-height: 31.25rem;
  height: 100vh;
}
.hero-banner {
  padding: 1.5rem 3rem;
  z-index: 2;
  position: relative;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1607843137);
  width: calc(100% - 200px);
  background-color: #ffffff;
  text-align: center;
  margin: 0 auto;
  margin-top: -3.75rem;
}
.hero-banner h1 {
  color: #0b7fa1;
  margin-bottom: 0.5rem;
  font-size: 3rem;
  line-height: 1.2916666667em;
  font-weight: 600;
  width: 100%;
}
.hero-banner__text {
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 400;
  color: #24242a;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .hero-banner__text {
    max-height: none;
    display: block;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .hero-banner__text {
    max-height: none;
    display: block;
  }
}
.hero-banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 0.5rem;
}
.hero-banner ul li {
  list-style-type: disc;
}

@media only screen and (max-width: 767px) {
  .hero-banner__text {
    max-height: none;
  }
  .hero-banner {
    width: 90%;
    padding: 24px;
  }
  .hero-banner h1 {
    font-size: 28px;
    line-height: 1.3125em;
  }
  .hero-banner__text ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    text-align: left;
    padding-left: 20px;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .hero-banner__text {
    max-height: none;
  }
  .hero-banner {
    width: 90%;
    padding: 24px;
  }
  .hero-banner h1 {
    font-size: 28px;
    line-height: 1.3125em;
  }
  .hero-banner__text ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    text-align: left;
    padding-left: 20px;
  }
}
#footer {
  background: #24242a;
  padding: 4rem 8.125rem 0 8.125rem;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer p,
#footer a,
#footer li {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}
#footer a {
  font-size: 0.875rem;
  line-height: 1.7142857143em;
}
#footer a.normal-button {
  font-size: 1rem;
  line-height: 1.5em;
  border-radius: 3.75rem;
  padding: 1rem 1.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: unset;
}

.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 4rem;
  border-bottom: 1px solid #ffffff;
}
.footer-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 30rem;
}
.footer-menu strong {
  color: #ffffff;
  display: block;
  margin-bottom: 1rem;
}
.footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.footer-contact {
  max-width: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-contact .btn {
  margin: unset;
  margin-top: 1.5rem;
}
.footer-contact p {
  margin-top: 0.5rem;
}
.footer-contact__buttons__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.footer-contact__partners {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 2rem;
}
.footer-contact__partners img {
  width: 100%;
  max-width: 120px;
  height: auto;
}
.footer-contact__partners p {
  font-size: 0.75rem;
}
@media only screen and (max-width: 767px) {
  .footer-contact__partners {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 1rem 0;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .footer-contact__partners {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 1rem 0;
  }
}
.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  padding: 1.5rem 0;
}

@media only screen and (max-width: 767px) {
  #footer {
    padding: 32px 0 0 0;
  }
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: unset;
    padding-bottom: unset;
  }
  .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
    gap: 20px;
  }
  .footer-menu ul {
    gap: 16px;
  }
  .footer-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: unset;
  }
  .footer-bottom::before {
    content: "";
    width: 358px;
    height: 1px;
    background-color: #ffffff;
  }
  .footer-bottom p:nth-child(2) {
    display: none;
  }
  .footer-bottom p:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
    margin-top: 24px;
  }
  .footer-bottom a {
    width: auto;
    margin-bottom: 0;
    margin-right: 32px;
  }
  .footer-bottom a:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  #footer {
    padding: 32px 0 0 0;
  }
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: unset;
    padding-bottom: unset;
  }
  .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
    gap: 20px;
  }
  .footer-menu ul {
    gap: 16px;
  }
  .footer-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: unset;
  }
  .footer-bottom::before {
    content: "";
    width: 358px;
    height: 1px;
    background-color: #ffffff;
  }
  .footer-bottom p:nth-child(2) {
    display: none;
  }
  .footer-bottom p:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
    margin-top: 24px;
  }
  .footer-bottom a {
    width: auto;
    margin-bottom: 0;
    margin-right: 32px;
  }
  .footer-bottom a:last-child {
    margin-right: 0;
  }
}
.content-wrap {
  margin: 0 auto;
  margin-top: 5.5625rem;
  margin-bottom: 7.5rem;
}
.content-wrap h1 {
  color: #0b7fa1;
}
.content-wrap strong {
  font-weight: 600;
}
.content-wrap * {
  margin-bottom: 2.75rem;
}
.content-wrap ul,
.content-wrap ol {
  margin-left: 1.5625rem;
}
.content-wrap ul li,
.content-wrap ol li {
  list-style-type: disc;
  font-size: 1rem;
  line-height: 1.5em;
  margin-bottom: unset;
}
.content-wrap img {
  border-radius: 1rem;
}

.splide__pagination__page {
  width: 16px !important;
  height: 16px !important;
  opacity: 1 !important;
  margin: 2px !important;
}
.splide__pagination__page.is-active {
  background-color: #23c0ef !important;
  -webkit-transform: unset !important;
      -ms-transform: unset !important;
          transform: unset !important;
}

.splide__slide {
  overflow: hidden;
}

.splide__sr {
  display: none !important;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */
/** Media alignment */
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 15px auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 15px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .alignleft {
    float: left;
    margin-right: 15px;
  }
  .alignright {
    float: right;
    margin-left: 15px;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .alignleft {
    float: left;
    margin-right: 15px;
  }
  .alignright {
    float: right;
    margin-left: 15px;
  }
}
/** Captions */
/** Text meant only for screen readers */
.hero-grid {
  display: grid;
  grid-template-columns: repeat(3, 380px);
  grid-template-rows: repeat(4, 380px);
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  padding-bottom: 9.25rem;
}
.hero-grid .splide-home {
  width: 100%;
  height: 100%;
}
.hero-grid .splide__track {
  height: 100%;
  width: 100%;
}
.hero-grid .splide__slide {
  width: 100%;
  height: 100%;
}
.hero-grid .splide__slide .project {
  width: 100%;
  height: 100%;
  position: relative;
}
.hero-grid .splide__slide .project img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate3d(0, 0, 1px);
          transform: translate3d(0, 0, 1px);
  position: absolute;
  top: 0;
  left: 0;
  overflow-clip-margin: unset;
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .hero-grid {
    grid-template-columns: repeat(3, auto);
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .hero-grid {
    grid-template-columns: repeat(3, auto);
  }
}
.hero-grid .grid-text {
  z-index: 2;
  padding: 24px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
.hero-grid .grid-text h1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-wrap: wrap;
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .hero-grid .grid-text h1 {
    font-size: 2.1875rem;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .hero-grid .grid-text h1 {
    font-size: 2.1875rem;
  }
}
.hero-grid .grid-text h1::after {
  content: "";
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='21' cy='21' r='21' fill='%23C3306B'/%3E%3Cpath d='M25.1716 19.9999L19.8076 14.6359L21.2218 13.2217L29 20.9999L21.2218 28.778L19.8076 27.3638L25.1716 21.9999H13V19.9999H25.1716Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 42px;
  height: 42px;
  right: 4px;
  opacity: 0;
  bottom: 9px;
}
@media only screen and (max-width: 767px) {
  .hero-grid .grid-text h1::after {
    bottom: 2px;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .hero-grid .grid-text h1::after {
    bottom: 2px;
  }
}
.hero-grid .grid-item {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  -webkit-transition: background-position 1s ease-in-out;
  transition: background-position 1s ease-in-out;
  min-height: 23.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transform: translate3d(0, 0, 1px);
          transform: translate3d(0, 0, 1px);
}
.hero-grid .grid-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(52.88%, rgba(0, 0, 0, 0)), color-stop(90.1%, rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52.88%, rgba(0, 0, 0, 0.8) 90.1%);
}
.hero-grid .grid-item.grid-item-background {
  background-color: #24242a;
}
.hero-grid .grid-item.grid-item-background::after {
  background: none;
}
.hero-grid .grid-item:hover h1::after {
  opacity: 1;
}
.hero-grid .grid-item img {
  border-radius: 1rem;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50.14%, rgba(0, 0, 0, 0)), color-stop(84.29%, rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.14%, rgba(0, 0, 0, 0.6) 84.29%);
  position: absolute;
  z-index: 1;
}
.hero-grid .grid-item h1, .hero-grid .grid-item p {
  color: #ffffff;
}
.hero-grid .grid-item-1 {
  grid-area: 1/1/3/2;
}
.hero-grid .grid-item-1 .splide-home {
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .hero-grid .grid-item-1 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    height: 540px;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .hero-grid .grid-item-1 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    height: 540px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .hero-grid .grid-item-1 {
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .hero-grid .grid-item-1 {
    background-size: cover;
  }
}
.hero-grid .grid-item-2 {
  grid-area: 1/2/2/4;
  border-radius: 1rem;
  padding: 3rem 1.5rem;
  text-align: center;
}
.hero-grid .grid-item-2::after {
  background: none;
}
@media only screen and (max-width: 767px) {
  .hero-grid .grid-item-2 h1 {
    font-size: 1.25rem;
  }
  .hero-grid .grid-item-2.grid-item-background {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    height: unset;
  }
  .hero-grid .grid-item-2.grid-item-background h1 {
    font-size: 32px;
    line-height: 1.3125em;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .hero-grid .grid-item-2 h1 {
    font-size: 1.25rem;
  }
  .hero-grid .grid-item-2.grid-item-background {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    height: unset;
  }
  .hero-grid .grid-item-2.grid-item-background h1 {
    font-size: 32px;
    line-height: 1.3125em;
  }
}
.hero-grid .grid-item-2 .statistic_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 2rem;
}
.hero-grid .grid-item-2 .statistic_items .statistics-item {
  width: 33.33%;
}
.hero-grid .grid-item-2 .statistic_items .statistics-item > h1 {
  font-size: 3rem;
}
.hero-grid .grid-item-2 .statistic_items .statistics-item > p {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .hero-grid .grid-item-2 .statistic_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero-grid .grid-item-2 .statistic_items .statistics-item {
    width: 100%;
  }
  .hero-grid .grid-item-2 .statistic_items .statistics-item > h1 {
    font-size: 2rem;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .hero-grid .grid-item-2 .statistic_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero-grid .grid-item-2 .statistic_items .statistics-item {
    width: 100%;
  }
  .hero-grid .grid-item-2 .statistic_items .statistics-item > h1 {
    font-size: 2rem;
  }
}
.hero-grid .grid-item-2.grid-item-background:hover .statistics-item h1 {
  color: #23c0ef;
}
.hero-grid .grid-item-3 {
  grid-area: 3/1/4/2;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-position: center center;
  background-size: cover;
}
.hero-grid .grid-item-3:hover {
  background-position: 30%;
}
@media only screen and (max-width: 767px) {
  .hero-grid .grid-item-3 {
    height: 100%;
    background-size: cover;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .hero-grid .grid-item-3 {
    height: 100%;
    background-size: cover;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .hero-grid .grid-item-3 {
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .hero-grid .grid-item-3 {
    background-size: cover;
  }
}
.hero-grid .grid-item-3 > h1 {
  padding: 1.5rem 1.5rem 0 1.5rem;
  font-size: 1.5rem;
}
.hero-grid .grid-item-3 .statistic_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 2rem;
}
.hero-grid .grid-item-3 .statistic_items .statistics-item {
  width: 33.33%;
}
.hero-grid .grid-item-3.grid-item-background:hover .statistics-item h1 {
  color: #23c0ef;
}
.hero-grid .grid-item-4 {
  grid-area: 2/2/4/3;
  background-position: center;
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
.hero-grid .grid-item-4.grid-item-background {
  padding: 3rem 1.5rem;
}
.hero-grid .grid-item-4.grid-item-background > h1 {
  font-size: 1.75rem;
}
.hero-grid .grid-item-4:hover {
  background-position: 30%;
}
@media only screen and (max-width: 767px) {
  .hero-grid .grid-item-4 {
    background-size: cover;
    height: 33.75rem;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .hero-grid .grid-item-4 {
    background-size: cover;
    height: 33.75rem;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .hero-grid .grid-item-4 {
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .hero-grid .grid-item-4 {
    background-size: cover;
  }
}
.hero-grid .grid-item-4 .statistic_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 2rem;
}
.hero-grid .grid-item-4 .statistic_items .statistics-item {
  width: 50%;
}
.hero-grid .grid-item-4 .statistic_items .statistics-item h1 {
  font-size: 1.25rem;
}
.hero-grid .grid-item-4.grid-item-background:hover .statistics-item h1 {
  color: #23c0ef;
}
.hero-grid .grid-item-5 {
  grid-area: 2/3/3/4;
}
@media only screen and (max-width: 767px) {
  .hero-grid .grid-item-5 {
    background-size: cover;
  }
  .hero-grid .grid-item-5 h1 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .hero-grid .grid-item-5 h1 {
    font-size: 2.1875rem;
  }
}
@media only screen and (max-width: 767px) and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .hero-grid .grid-item-5 h1 {
    font-size: 2.1875rem;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .hero-grid .grid-item-5 {
    background-size: cover;
  }
  .hero-grid .grid-item-5 h1 {
    font-size: 1.25rem;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) and (max-width: 767px) {
  .hero-grid .grid-item-5 h1 {
    font-size: 2.1875rem;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .hero-grid .grid-item-5 h1 {
    font-size: 2.1875rem;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .hero-grid .grid-item-5 {
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .hero-grid .grid-item-5 {
    background-size: cover;
  }
}
.hero-grid .grid-news p {
  font-size: 1rem;
  font-weight: 400;
}
.hero-grid .grid-news h1 {
  margin-top: 1.5625rem;
  font-size: 1.5rem;
}
.hero-grid .statistics-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero-grid .statistics-card > h1 {
  font-size: 3rem;
}
.hero-grid .news-card {
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  max-height: 100%;
}
.hero-grid .news-card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(52.88%, rgba(0, 0, 0, 0)), color-stop(90.1%, rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52.88%, rgba(0, 0, 0, 0.8) 90.1%);
}
.hero-grid .news-card .grid-text p {
  position: relative;
}
.hero-grid .news-card .grid-text p::after {
  width: 2.625rem;
  height: 2.625rem;
  right: 1.25rem;
  content: "";
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='21' cy='21' r='21' fill='%23C3306B'/%3E%3Cpath d='M25.1716 19.9999L19.8076 14.6359L21.2218 13.2217L29 20.9999L21.2218 28.778L19.8076 27.3638L25.1716 21.9999H13V19.9999H25.1716Z' fill='white'/%3E%3C/svg%3E%0A");
  opacity: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.hero-grid .news-card .grid-text h1::after {
  content: none;
}
.hero-grid .news-card img {
  height: 100%;
  width: 100%;
  max-height: 100%;
}
.hero-grid .news-card:hover::after {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
.hero-grid .news-card:hover img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.hero-grid .news-card:hover p::after {
  opacity: 1;
}
@-webkit-keyframes expandBackground {
  from {
    background-size: 100%;
  }
  to {
    background-size: 110%;
  }
}
@keyframes expandBackground {
  from {
    background-size: 100%;
  }
  to {
    background-size: 110%;
  }
}
.hero-grid .grid-item-6 {
  grid-area: 4/1/5/3;
  background-size: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hero-grid .grid-item-6.grid-item-background {
  padding: 3rem 1.5rem;
}
.hero-grid .grid-item-6:hover {
  background-size: 110%;
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .hero-grid .grid-item-6:hover {
    background-size: cover;
  }
}
.hero-grid .grid-item-6 .grid-text {
  left: 4.75rem;
}
.hero-grid .grid-item-6 .grid-text h1::after {
  right: 0.9375rem;
}
@media only screen and (max-width: 767px) {
  .hero-grid .grid-item-6 {
    background-size: cover;
  }
  .hero-grid .grid-item-6.grid-item-background {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    height: unset;
  }
  .hero-grid .grid-item-6.grid-item-background h1 {
    font-size: 32px;
    line-height: 1.3125em;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .hero-grid .grid-item-6 {
    background-size: cover;
  }
  .hero-grid .grid-item-6.grid-item-background {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    height: unset;
  }
  .hero-grid .grid-item-6.grid-item-background h1 {
    font-size: 32px;
    line-height: 1.3125em;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .hero-grid .grid-item-6 {
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .hero-grid .grid-item-6 {
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .hero-grid .grid-item-6 {
    background-size: cover;
  }
  .hero-grid .grid-item-6:hover {
    -webkit-animation: none;
            animation: none;
  }
  .hero-grid .grid-item-6 .grid-text h1 {
    width: 100%;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .hero-grid .grid-item-6 .grid-text h1 {
    font-size: 2.1875rem;
  }
}
@media only screen and (max-width: 767px) and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .hero-grid .grid-item-6 .grid-text h1 {
    font-size: 2.1875rem;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .hero-grid .grid-item-6 {
    background-size: cover;
  }
  .hero-grid .grid-item-6:hover {
    -webkit-animation: none;
            animation: none;
  }
  .hero-grid .grid-item-6 .grid-text h1 {
    width: 100%;
    font-size: 1.25rem;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) and (max-width: 767px) {
  .hero-grid .grid-item-6 .grid-text h1 {
    font-size: 2.1875rem;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .hero-grid .grid-item-6 .grid-text h1 {
    font-size: 2.1875rem;
  }
}
.hero-grid .grid-item-6 .statistic_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 2rem;
}
.hero-grid .grid-item-6 .statistic_items .statistics-item {
  width: 33.33%;
}
@media only screen and (max-width: 767px) {
  .hero-grid .grid-item-6 .statistic_items .statistics-item {
    width: 50%;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .hero-grid .grid-item-6 .statistic_items .statistics-item {
    width: 50%;
  }
}
.hero-grid .grid-item-6.grid-item-background:hover .statistics-item h1 {
  color: #23c0ef;
}
.hero-grid .grid-item-7 {
  grid-area: 3/3/4/4;
  background-position: center;
  background-size: cover;
  -webkit-transition: background-position 1.5s ease-in-out;
  transition: background-position 1.5s ease-in-out;
}
.hero-grid .grid-item-7:hover {
  -webkit-transition: all 2.5s ease-in-out;
  transition: all 2.5s ease-in-out;
  background-position: 0 -5px;
}
@media only screen and (max-width: 767px) {
  .hero-grid .grid-item-7 {
    background-size: cover;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .hero-grid .grid-item-7 {
    background-size: cover;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .hero-grid .grid-item-7 {
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .hero-grid .grid-item-7 {
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .hero-grid .grid-item-7 h1 {
    font-size: 1.75rem;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .hero-grid .grid-item-7 h1 {
    font-size: 1.75rem;
  }
}
.hero-grid .grid-item-8 {
  grid-area: 4/3/5/4;
}

.grid-btn .grid-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.grid-btn .grid-text h1 {
  font-size: 1.25rem;
  line-height: 1.4em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  background: #23c0ef;
  width: calc(100% - 30px);
  border-radius: 3.75rem;
  padding: 1rem 0;
}
.grid-btn .grid-text h1::after {
  background-image: none !important;
}

@media only screen and (max-width: 767px) {
  .hero-grid {
    grid-template-columns: 1fr;
    grid-template-rows: unset;
    padding-top: 24px;
    padding-bottom: 50px;
  }
  .grid-item {
    grid-area: unset !important;
  }
  .grid-text h1 {
    font-size: 32px;
    line-height: 1.3125em;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .hero-grid {
    grid-template-columns: 1fr;
    grid-template-rows: unset;
    padding-top: 24px;
    padding-bottom: 50px;
  }
  .grid-item {
    grid-area: unset !important;
  }
  .grid-text h1 {
    font-size: 32px;
    line-height: 1.3125em;
  }
}
.main-section {
  height: 90%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.main-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(61.5%, rgba(0, 0, 0, 0)), color-stop(92.4%, #24242a));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 61.5%, #24242a 92.4%);
}
.main-section__container {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: relative;
  height: calc(90vh - 52px);
  bottom: 0;
}
.main-section__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.main-section__right a {
  width: 100%;
  padding: 0.5rem 0.5rem 1.125rem 0.5rem;
}
.main-section__right a h2 {
  color: #ffffff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
.main-section__right a h2::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='21' cy='21' r='21' fill='%23C3306B'/%3E%3Cpath d='M25.1716 19.9999L19.8076 14.6359L21.2218 13.2217L29 20.9999L21.2218 28.778L19.8076 27.3638L25.1716 21.9999H13V19.9999H25.1716Z' fill='white'/%3E%3C/svg%3E%0A");
  position: absolute;
  width: 2.625rem;
  height: 2.625rem;
  right: -4.125rem;
  z-index: 8888;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.main-section__right a h2::after {
  opacity: 0;
  display: inline-block;
  position: absolute;
  left: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  content: "";
  bottom: -0.625rem;
  width: 40%;
  border-bottom: 4px solid #23c0ef;
}
.main-section__right a h2:hover::before {
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.main-section__right a h2:hover:after {
  opacity: 1;
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  width: 100%;
}
.main-section__right.banner__show-mobile {
  display: none;
}
.main-section__right.banner__hide-mobile {
  display: block;
}
.main-section__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  width: 65%;
}
.main-section__left h1, .main-section__left p {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .page-hero {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-section {
    height: unset;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .main-section__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 16px;
  }
  .main-section__left {
    width: 100%;
  }
  .main-section__left h1 {
    font-size: 2rem;
    line-height: 1.3125em;
  }
  .main-section__right.banner__hide-mobile {
    display: none;
  }
  .main-section__right.banner__show-mobile {
    display: block;
    background: #24242a;
    margin-top: -1px;
  }
  .main-section__right.banner__show-mobile .container {
    padding-bottom: 20px;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .page-hero {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-section {
    height: unset;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .main-section__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 16px;
  }
  .main-section__left {
    width: 100%;
  }
  .main-section__left h1 {
    font-size: 2rem;
    line-height: 1.3125em;
  }
  .main-section__right.banner__hide-mobile {
    display: none;
  }
  .main-section__right.banner__show-mobile {
    display: block;
    background: #24242a;
    margin-top: -1px;
  }
  .main-section__right.banner__show-mobile .container {
    padding-bottom: 20px;
  }
}
.single-card .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 4.3125rem;
  margin-bottom: 5.375rem;
}
.single-card .cards .card {
  background-color: #0b7fa1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  border-radius: 1rem;
  padding: 2.6875rem 1.5rem;
  text-align: center;
}
.single-card .cards .card img {
  width: 2.5625rem;
  height: 2.5625rem;
}
.single-card .cards .card p, .single-card .cards .card h2 {
  color: #ffffff;
}

.project-text-content {
  margin-top: 4.3125rem;
}
@media only screen and (max-width: 767px) {
  .project-text-content {
    margin-bottom: 39px;
    margin-top: 49px;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .project-text-content {
    margin-bottom: 39px;
    margin-top: 49px;
  }
}
.project-text-content:not(:last-child) {
  margin-bottom: 5.375rem;
}
.project-text-content:last-of-type {
  margin-bottom: 7.5rem;
}

.single-content {
  margin-bottom: 5.375rem;
}
@media only screen and (max-width: 767px) {
  .single-content {
    margin-top: 39px;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .single-content {
    margin-top: 39px;
  }
}
.single-content:first-child {
  margin-top: 5.375rem;
}
.single-content .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.25rem;
}
.single-content .content-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.single-content .content-reverse .content__image {
  width: 380px;
  height: 380px;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .single-content .content-reverse .content__image {
    margin-right: 0;
    width: 100%;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .single-content .content-reverse .content__image {
    margin-right: 0;
    width: 100%;
  }
}
.single-content .content-reverse .content__image--order1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.single-content .content-reverse .content__image--order1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 767px) {
  .single-content .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 28px;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .single-content .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 28px;
  }
}
.single-content .content__text {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8125rem;
}
.single-content .content__text li, .single-content .content__text a, .single-content .content__text p {
  line-height: 1.5em;
  font-weight: 400;
  font-size: 1rem;
}
.single-content .content__text ul {
  list-style: inherit;
  list-style-type: revert;
  padding-left: 1.5625rem;
}
.single-content .content__text--order1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.single-content .content__text--order2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.single-content .content__text__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
.single-content .content__text__buttons a {
  display: block;
  margin: 0;
}
.single-content .content__image {
  width: 380px;
  height: 380px;
  margin-right: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .single-content .content__image {
    margin-left: 0;
    width: 100%;
    height: 380px;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .single-content .content__image {
    margin-left: 0;
    width: 100%;
    height: 380px;
  }
}
.single-content .content__image img {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate3d(0, 0, 1px);
          transform: translate3d(0, 0, 1px);
  position: absolute;
  top: 0;
  left: 0;
  overflow-clip-margin: unset;
}
@media only screen and (max-width: 767px) {
  .single-content .content__image img {
    height: 383px;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .single-content .content__image img {
    height: 383px;
  }
}

.gallery {
  margin-top: 4.0625rem;
  margin-bottom: 5.375rem;
}
.gallery .splide__slide {
  width: 100%;
  max-height: 43.375rem;
  border-radius: 1rem;
  position: relative;
}
.gallery .splide__slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(77.83%, rgba(0, 0, 0, 0)), color-stop(99.99%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 77.83%, rgba(0, 0, 0, 0.6) 99.99%, rgba(0, 0, 0, 0) 100%);
}
.gallery .splide__slide img {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 1px);
          transform: translate3d(0, 0, 1px);
  -o-object-fit: cover;
     object-fit: cover;
}

iframe {
  margin: 4.5rem 0;
  border-radius: 1rem;
}

.taxonomies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.taxonomies strong {
  font-weight: 600;
}

#map-project {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  border-radius: 1rem;
  width: 100%;
  height: 446px;
}

@media only screen and (max-width: 767px) {
  .single-card .cards {
    grid-template-columns: 1fr;
  }
  .single-project .splide__slide {
    height: 693px;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .single-card .cards {
    grid-template-columns: 1fr;
  }
  .single-project .splide__slide {
    height: 693px;
  }
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown .dropdown-btn {
  padding: 1rem 1.5rem 1rem 1.5rem;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  background: #ffffff;
  min-width: 15.625rem;
}
.dropdown .dropdown-btn p {
  font-weight: 600;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-wrap: nowrap;
}
.dropdown .dropdown-btn p::after {
  content: "";
  right: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: absolute;
  width: 0.8125rem;
  height: 0.48625rem;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.9997 5.1714L11.9495 0.22168L13.3637 1.63589L6.9997 7.9999L0.635742 1.63589L2.04996 0.22168L6.9997 5.1714Z' fill='%2324242A'/%3E%3C/svg%3E%0A");
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  top: 3.75rem;
  z-index: 1;
  border-radius: 0.5rem;
  padding: 1rem 1.5rem 1rem 1.5rem;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1607843137);
}

.dropdown-content p {
  width: 100%;
  display: block;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5em;
  color: #24242a;
  margin-bottom: 0.5rem;
  word-break: break-word;
}
.dropdown-content p:hover {
  cursor: pointer;
}
.dropdown-content p:last-of-type {
  margin-bottom: 0;
}

.show-filter {
  display: block !important;
  z-index: 99;
  max-height: 43.75rem;
  overflow-y: auto;
}
@media only screen and (max-width: 767px) {
  .show-filter {
    max-height: 18.75rem;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .show-filter {
    max-height: 18.75rem;
  }
}

.dropdown-arrow p::after {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.nofound {
  display: none;
}

#loader {
  display: none;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left: 4px solid #23c0ef;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite; /* Spin animation */
  margin: 0 auto;
  margin-bottom: 6.25rem;
}

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

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.filter-projects {
  background-color: #f6f6f8;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  margin-top: -1rem;
}
.filter-projects .filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  padding-bottom: 20spxrem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .filter-projects .filters {
    overflow-x: scroll;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .filter-projects .filters {
    overflow-x: scroll;
  }
}

.filtered-projects {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  padding-bottom: 1.625rem;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .filtered-projects {
    grid-template-columns: 1fr;
    margin-top: unset;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .filtered-projects {
    grid-template-columns: 1fr;
    margin-top: unset;
  }
}
.filtered-projects .project {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  height: 23.75rem;
}
.filtered-projects .project::after {
  content: "";
  position: absolute;
  border-radius: 1rem;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50.14%, rgba(0, 0, 0, 0)), color-stop(84.29%, rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.14%, rgba(0, 0, 0, 0.6) 84.29%);
}
@media only screen and (max-width: 767px) {
  .filtered-projects .project {
    height: 358px;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .filtered-projects .project {
    height: 358px;
  }
}
.filtered-projects .project-content {
  z-index: 2;
  width: calc(100% - 26px);
  position: absolute;
  left: 1.125rem;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.filtered-projects .project img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate3d(0, 0, 1px);
          transform: translate3d(0, 0, 1px);
  overflow-clip-margin: unset;
}
.filtered-projects .project h1 {
  width: 100%;
  margin-bottom: 0.625rem;
  position: relative;
}
.filtered-projects .project h1 span:not(.hidden-after) {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.filtered-projects .project h1::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='21' cy='21' r='21' fill='%23C3306B'/%3E%3Cpath d='M25.1716 19.9999L19.8076 14.6359L21.2218 13.2217L29 20.9999L21.2218 28.778L19.8076 27.3638L25.1716 21.9999H13V19.9999H25.1716Z' fill='white'/%3E%3C/svg%3E%0A");
  position: absolute;
  width: 42px;
  height: 42px;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.filtered-projects .project h1 .hidden-after {
  visibility: hidden;
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='21' cy='21' r='21' fill='%23C3306B'/%3E%3Cpath d='M25.1716 19.9999L19.8076 14.6359L21.2218 13.2217L29 20.9999L21.2218 28.778L19.8076 27.3638L25.1716 21.9999H13V19.9999H25.1716Z' fill='white'/%3E%3C/svg%3E%0A");
  position: absolute;
  width: 62px;
  height: 62px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  white-space: nowrap;
}
.filtered-projects .project h1,
.filtered-projects .project h3 {
  color: #ffffff;
}
.filtered-projects .project h3 {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 1.25rem;
  line-height: 1.4em;
  font-weight: 600;
  word-break: break-word;
}
.filtered-projects .project img {
  border-radius: 1rem;
  height: 100%;
  width: 100%;
}
.filtered-projects .project:hover .project-content {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.filtered-projects .project:hover .project-content h3 {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
.filtered-projects .project:hover .project-content h1::after {
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}

.btn {
  text-align: center;
  margin: 0 auto;
  padding: 1rem 0;
  width: 8.75rem;
  border-radius: 3.75rem;
  background-color: #23c0ef;
  color: #ffffff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.btn:hover {
  background-color: #0b7fa1;
}
.btn.icon-button, .btn.icon-button:hover {
  background-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (max-width: 767px) {
  .filter-projects {
    position: relative;
    padding-top: 107px;
    margin-top: unset;
    padding-bottom: 38px;
  }
  .filter-projects .filter-wrap {
    position: absolute;
    top: 31px;
  }
  .filter-projects .filter-wrap .filters {
    height: 100vh;
    width: calc(100vw - 16px);
    gap: 8px;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .filter-projects {
    position: relative;
    padding-top: 107px;
    margin-top: unset;
    padding-bottom: 38px;
  }
  .filter-projects .filter-wrap {
    position: absolute;
    top: 31px;
  }
  .filter-projects .filter-wrap .filters {
    height: 100vh;
    width: calc(100vw - 16px);
    gap: 8px;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
  }
}
@-webkit-keyframes moveUpTitle {
  from {
    bottom: -84px;
  }
  to {
    bottom: 0px;
  }
}
@keyframes moveUpTitle {
  from {
    bottom: -84px;
  }
  to {
    bottom: 0px;
  }
}
@-webkit-keyframes moveUpMobileTitle {
  from {
    top: 0;
  }
  to {
    top: -65px;
  }
}
@keyframes moveUpMobileTitle {
  from {
    top: 0;
  }
  to {
    top: -65px;
  }
}
@-webkit-keyframes moveUpMobileContent {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes moveUpMobileContent {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@-webkit-keyframes moveDownTitle {
  from {
    bottom: -10px;
  }
  to {
    bottom: -55px;
  }
}
@keyframes moveDownTitle {
  from {
    bottom: -10px;
  }
  to {
    bottom: -55px;
  }
}
@-webkit-keyframes moveDownMobileTitle {
  from {
    bottom: 30px;
  }
  to {
    bottom: -55px;
  }
}
@keyframes moveDownMobileTitle {
  from {
    bottom: 30px;
  }
  to {
    bottom: -55px;
  }
}
.cookie-policy {
  padding: 5.4375rem 0 4.25rem 0;
}

.text-content {
  margin-top: 4.3125rem;
  max-width: 58.75rem;
  margin-bottom: 4.3125rem;
}
@media only screen and (max-width: 767px) {
  .text-content {
    margin-bottom: 39px;
    margin-top: 49px;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .text-content {
    margin-bottom: 39px;
    margin-top: 49px;
  }
}
.text-content h2 {
  color: #0e2431;
  font-size: 3rem;
  line-height: 1.125em;
  margin-bottom: 2.8125rem;
  margin-top: 4.3125rem;
}
@media only screen and (max-width: 767px) {
  .text-content h2 {
    font-size: 32px;
    line-height: 1.3125em;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 32px;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .text-content h2 {
    font-size: 32px;
    line-height: 1.3125em;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 32px;
  }
}
.text-content h3, .text-content h4, .text-content h5 {
  font-weight: 600;
  margin-top: 2.5rem;
  margin-bottom: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.4em;
}
@media only screen and (max-width: 767px) {
  .text-content h3, .text-content h4, .text-content h5 {
    line-height: 1.75em;
    font-size: 1.25rem;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .text-content h3, .text-content h4, .text-content h5 {
    line-height: 1.75em;
    font-size: 1.25rem;
  }
}
.text-content strong {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .text-content strong {
    line-height: 1.75em;
    font-size: 1rem;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .text-content strong {
    line-height: 1.75em;
    font-size: 1rem;
  }
}
.text-content * {
  margin-bottom: 0.9375rem;
}
.text-content a {
  text-decoration: underline;
}
.text-content a:hover {
  color: #0b7fa1;
}
.text-content li, .text-content a, .text-content p {
  line-height: 1.5em;
  font-weight: 400;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .text-content li, .text-content a, .text-content p {
    font-size: 1rem;
    line-height: 1.75em !important;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .text-content li, .text-content a, .text-content p {
    font-size: 1rem;
    line-height: 1.75em !important;
  }
}
.text-content ul[type=I],
.text-content li[type=I] {
  list-style-type: upper-roman;
}
.text-content ul[type=I] li,
.text-content li[type=I] li {
  line-height: 1.5em;
  font-weight: 400;
  font-size: 1rem;
}
.text-content ul,
.text-content ol {
  list-style: inherit;
  list-style-type: revert;
  padding-left: 1.5625rem;
}

.page-default-content {
  background-color: #f6f6f8;
  padding: 8.125rem;
  margin-bottom: unset;
}
@media only screen and (max-width: 767px) {
  .page-default-content {
    padding: 24px 0 50px 0;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .page-default-content {
    padding: 24px 0 50px 0;
  }
}
.page-default-content.background-white {
  background-color: #ffffff;
}

.managment {
  background: #0b7fa1;
  padding: 3.375rem 0 4.875rem 0;
}
@media only screen and (max-width: 767px) {
  .managment {
    padding: 33px 0 43px 0;
  }
  .managment h1 {
    font-size: 32px;
    line-height: 1.3125em;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .managment {
    padding: 33px 0 43px 0;
  }
  .managment h1 {
    font-size: 32px;
    line-height: 1.3125em;
  }
}
.managment_details {
  padding-top: 3.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5625rem;
}
@media only screen and (max-width: 767px) {
  .managment_details {
    padding-top: 27px;
    grid-template-columns: 1fr;
  }
  .managment_details ul {
    margin-left: 5px;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .managment_details {
    padding-top: 27px;
    grid-template-columns: 1fr;
  }
  .managment_details ul {
    margin-left: 5px;
  }
}
.managment_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.managment_detail .btn {
  width: 288px;
  margin: 1.5rem 0 0 0;
}
.managment h1 {
  text-align: center;
  color: #ffffff;
}
.managment h3 {
  margin-bottom: 0.5625rem;
}
.managment h3,
.managment p,
.managment ul li {
  color: #ffffff;
}
.managment ul li {
  list-style-type: disc;
  font-weight: 400;
  margin-left: 1.25rem;
  margin-bottom: 0.4375rem;
}
.managment img {
  width: 2.5625rem;
  height: 2.5625rem;
}

.selected-projects {
  background-color: #f6f6f8;
  padding: 4.125rem 0 8rem 8.125rem;
}
@media only screen and (max-width: 767px) {
  .selected-projects {
    padding: 38px 0px 106px 0;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .selected-projects {
    padding: 38px 0px 106px 0;
  }
}
.selected-projects__title {
  text-align: center;
  color: #0b7fa1;
  padding-bottom: 2.75rem;
  padding-right: 8.125rem;
}
@media only screen and (max-width: 767px) {
  .selected-projects__title {
    padding-right: 16px;
    font-size: 32px;
    line-height: 1.3125em;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .selected-projects__title {
    padding-right: 16px;
    font-size: 32px;
    line-height: 1.3125em;
  }
}
.selected-projects .splide__list {
  gap: 1.125rem;
}
.selected-projects .splide__slide {
  height: 23.75rem;
  width: 380px;
  -webkit-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.selected-projects .splide__slide .project-item {
  height: 100%;
  width: 100% !important;
  border-radius: 1rem;
  position: relative;
  opacity: 70%;
  background-size: cover;
  background-position: center center;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.selected-projects .splide__slide .project-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50.14%, rgba(0, 0, 0, 0)), color-stop(84.29%, rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.14%, rgba(0, 0, 0, 0.6) 84.29%);
  border-radius: 1rem;
  opacity: 0.4;
  z-index: 1;
}
.selected-projects .splide__slide .project-item__details {
  z-index: 2;
  width: calc(100% - 18px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125rem;
  color: white;
  position: absolute;
  bottom: 0;
  left: 18px;
}
.selected-projects .splide__slide .project-item__details h1 {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.selected-projects .splide__slide .project-item__details span:not(.hidden-after) {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.selected-projects .splide__slide .project-item__details .hidden-after {
  visibility: hidden;
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='21' cy='21' r='21' fill='%23C3306B'/%3E%3Cpath d='M25.1716 19.9999L19.8076 14.6359L21.2218 13.2217L29 20.9999L21.2218 28.778L19.8076 27.3638L25.1716 21.9999H13V19.9999H25.1716Z' fill='white'/%3E%3C/svg%3E%0A");
  position: absolute;
  width: 62px;
  height: 62px;
  right: 0;
  top: 5px;
  white-space: nowrap;
}
.selected-projects .splide__slide .project-item__details .excerpt {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4em;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
@media only screen and (max-width: 767px) {
  .selected-projects .splide__slide .project-item__details .excerpt {
    max-width: 90%;
    line-height: 1.25em;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .selected-projects .splide__slide .project-item__details .excerpt {
    max-width: 90%;
    line-height: 1.25em;
  }
}
.selected-projects .splide__slide.active:hover .project-item {
  opacity: 1;
  position: relative;
}
.selected-projects .splide__slide.active:hover .project-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50.14%, rgba(0, 0, 0, 0)), color-stop(84.29%, rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.14%, rgba(0, 0, 0, 0.6) 84.29%);
  border-radius: 1rem;
}
.selected-projects .splide__slide.active:hover .project-item__details {
  -webkit-animation: moveUpTitle 2s forwards;
          animation: moveUpTitle 2s forwards;
}
@media only screen and (max-width: 767px) {
  .selected-projects .splide__slide.active:hover .project-item__details {
    -webkit-animation: moveUpMobileTitle 2s forwards;
            animation: moveUpMobileTitle 2s forwards;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .selected-projects .splide__slide.active:hover .project-item__details {
    -webkit-animation: moveUpMobileTitle 2s forwards;
            animation: moveUpMobileTitle 2s forwards;
  }
}
.selected-projects .splide__slide.active:hover .project-item__details::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='21' cy='21' r='21' fill='%23C3306B'/%3E%3Cpath d='M25.1716 19.9999L19.8076 14.6359L21.2218 13.2217L29 20.9999L21.2218 28.778L19.8076 27.3638L25.1716 21.9999H13V19.9999H25.1716Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 42px;
  height: 42px;
  position: absolute;
  right: 16px;
}
@media only screen and (max-width: 767px) {
  .selected-projects .splide__slide {
    background: unset;
    overflow: hidden;
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right;
  }
  .selected-projects .splide__slide .project-item {
    opacity: 1;
    position: relative;
  }
  .selected-projects .splide__slide .project-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50.14%, rgba(0, 0, 0, 0)), color-stop(84.29%, rgba(0, 0, 0, 0.6)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.14%, rgba(0, 0, 0, 0.6) 84.29%);
    border-radius: 1rem;
  }
  .selected-projects .splide__slide .project-item__details .excerpt {
    -webkit-animation: moveUpMobileContent 0.9s forwards;
            animation: moveUpMobileContent 0.9s forwards;
  }
  .selected-projects .splide__slide .project-item__details h1 {
    -webkit-animation: moveUpMobileTitle 0.9s forwards;
            animation: moveUpMobileTitle 0.9s forwards;
  }
  .selected-projects .splide__slide .project-item__details::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='21' cy='21' r='21' fill='%23C3306B'/%3E%3Cpath d='M25.1716 19.9999L19.8076 14.6359L21.2218 13.2217L29 20.9999L21.2218 28.778L19.8076 27.3638L25.1716 21.9999H13V19.9999H25.1716Z' fill='white'/%3E%3C/svg%3E%0A");
    width: 42px;
    height: 42px;
    position: absolute;
    right: 16px;
    top: 5px;
    -webkit-animation: moveUpMobileTitle 0.9s forwards;
            animation: moveUpMobileTitle 0.9s forwards;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .selected-projects .splide__slide .project-item__details::after {
    right: 8px;
  }
}
@media only screen and (max-width: 767px) and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .selected-projects .splide__slide .project-item__details::after {
    right: 8px;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .selected-projects .splide__slide {
    background: unset;
    overflow: hidden;
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right;
  }
  .selected-projects .splide__slide .project-item {
    opacity: 1;
    position: relative;
  }
  .selected-projects .splide__slide .project-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50.14%, rgba(0, 0, 0, 0)), color-stop(84.29%, rgba(0, 0, 0, 0.6)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.14%, rgba(0, 0, 0, 0.6) 84.29%);
    border-radius: 1rem;
  }
  .selected-projects .splide__slide .project-item__details .excerpt {
    -webkit-animation: moveUpMobileContent 0.9s forwards;
            animation: moveUpMobileContent 0.9s forwards;
  }
  .selected-projects .splide__slide .project-item__details h1 {
    -webkit-animation: moveUpMobileTitle 0.9s forwards;
            animation: moveUpMobileTitle 0.9s forwards;
  }
  .selected-projects .splide__slide .project-item__details::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='21' cy='21' r='21' fill='%23C3306B'/%3E%3Cpath d='M25.1716 19.9999L19.8076 14.6359L21.2218 13.2217L29 20.9999L21.2218 28.778L19.8076 27.3638L25.1716 21.9999H13V19.9999H25.1716Z' fill='white'/%3E%3C/svg%3E%0A");
    width: 42px;
    height: 42px;
    position: absolute;
    right: 16px;
    top: 5px;
    -webkit-animation: moveUpMobileTitle 0.9s forwards;
            animation: moveUpMobileTitle 0.9s forwards;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) and (max-width: 767px) {
  .selected-projects .splide__slide .project-item__details::after {
    right: 8px;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .selected-projects .splide__slide .project-item__details::after {
    right: 8px;
  }
}
.selected-projects .splide__slide:hover {
  background: unset;
  overflow: hidden;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}
.selected-projects .splide__slide:hover .project-item {
  opacity: 1;
  position: relative;
}
.selected-projects .splide__slide:hover .project-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50.14%, rgba(0, 0, 0, 0)), color-stop(84.29%, rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.14%, rgba(0, 0, 0, 0.6) 84.29%);
  border-radius: 1rem;
}
.selected-projects .splide__slide:hover .project-item__details .excerpt {
  -webkit-animation: moveUpMobileContent 0.9s forwards;
          animation: moveUpMobileContent 0.9s forwards;
}
.selected-projects .splide__slide:hover .project-item__details h1 {
  -webkit-animation: moveUpMobileTitle 0.9s forwards;
          animation: moveUpMobileTitle 0.9s forwards;
}
.selected-projects .splide__slide:hover .project-item__details::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='21' cy='21' r='21' fill='%23C3306B'/%3E%3Cpath d='M25.1716 19.9999L19.8076 14.6359L21.2218 13.2217L29 20.9999L21.2218 28.778L19.8076 27.3638L25.1716 21.9999H13V19.9999H25.1716Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 42px;
  height: 42px;
  position: absolute;
  right: 16px;
  top: 5px;
  -webkit-animation: moveUpMobileTitle 0.9s forwards;
          animation: moveUpMobileTitle 0.9s forwards;
}
@media only screen and (max-width: 767px) {
  .selected-projects .splide__slide:hover .project-item__details::after {
    right: 8px;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .selected-projects .splide__slide:hover .project-item__details::after {
    right: 8px;
  }
}
.selected-projects .splide__pagination {
  bottom: -4.6875rem;
}
@media only screen and (max-width: 767px) {
  .selected-projects .splide .splide__slide {
    width: calc(100% - 32px) !important;
  }
  .selected-projects .splide .splide__slide.is-active {
    width: calc(100% - 32px) !important;
  }
  .selected-projects .splide .splide__slide.is-prev {
    width: calc(100% - 32px) !important;
  }
  .selected-projects .splide .splide__slide.is-next {
    width: calc(100% - 32px) !important;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .selected-projects .splide .splide__slide {
    width: calc(100% - 32px) !important;
  }
  .selected-projects .splide .splide__slide.is-active {
    width: calc(100% - 32px) !important;
  }
  .selected-projects .splide .splide__slide.is-prev {
    width: calc(100% - 32px) !important;
  }
  .selected-projects .splide .splide__slide.is-next {
    width: calc(100% - 32px) !important;
  }
}

@media only screen and (max-width: 767px) {
  .text-content + .quote {
    margin-bottom: -0.8125rem;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .text-content + .quote {
    margin-bottom: -0.8125rem;
  }
}

blockquote {
  margin-top: 4.3125rem;
  padding-bottom: 4.3125rem;
}
@media only screen and (max-width: 767px) {
  blockquote {
    margin-top: 29px;
    padding-bottom: 29px;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  blockquote {
    margin-top: 29px;
    padding-bottom: 29px;
  }
}

.quote, blockquote {
  max-width: 48.75rem;
  margin-bottom: 1.5rem;
  min-height: 16.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .quote, blockquote {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .quote, blockquote {
    margin-bottom: 2rem;
  }
}
.quote h2,
.quote h4,
.quote p, blockquote h2,
blockquote h4,
blockquote p {
  font-weight: 600;
  width: 100%;
  color: #0b7fa1;
  text-align: center;
}
.quote h4, .quote p:last-of-type, blockquote h4, blockquote p:last-of-type {
  font-size: 1rem;
  line-height: 1.5em;
  position: relative;
}
.quote h4::after, .quote p:last-of-type::after, blockquote h4::after, blockquote p:last-of-type::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.64875rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='93' height='59' viewBox='0 0 93 59' fill='none'%3E%3Cpath d='M59.1818 0.375974L93 0.375977L68.3219 58.376L46.1572 58.376L59.1818 0.375974ZM13.0246 0.37597L46.8427 0.375973L22.1646 58.376L-2.28882e-05 58.376L13.0246 0.37597Z' fill='%2323C0EF'/%3E%3C/svg%3E");
  width: 93px;
  height: 59px;
  display: block;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .quote h4, .quote p:last-of-type, blockquote h4, blockquote p:last-of-type {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .quote h4::after, .quote p:last-of-type::after, blockquote h4::after, blockquote p:last-of-type::after {
    content: none;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .quote h4, .quote p:last-of-type, blockquote h4, blockquote p:last-of-type {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .quote h4::after, .quote p:last-of-type::after, blockquote h4::after, blockquote p:last-of-type::after {
    content: none;
  }
}
.quote h2, .quote p:not(:last-of-type), blockquote h2, blockquote p:not(:last-of-type) {
  line-height: 1.3333333333em;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .quote h2, .quote p:not(:last-of-type), blockquote h2, blockquote p:not(:last-of-type) {
    margin-top: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
    line-height: 20px !important;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .quote h2, .quote p:not(:last-of-type), blockquote h2, blockquote p:not(:last-of-type) {
    margin-top: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
    line-height: 20px !important;
  }
}
.quote.blockquote--long h2,
.quote.blockquote--long h4,
.quote.blockquote--long p, blockquote.blockquote--long h2,
blockquote.blockquote--long h4,
blockquote.blockquote--long p {
  font-size: 1.125rem;
}
.quote__icon, blockquote__icon {
  display: none;
}
@media only screen and (max-width: 767px) {
  .quote__icon, blockquote__icon {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='93' height='59' viewBox='0 0 93 59' fill='none'%3E%3Cpath d='M59.1818 0.375974L93 0.375977L68.3219 58.376L46.1572 58.376L59.1818 0.375974ZM13.0246 0.37597L46.8427 0.375973L22.1646 58.376L-2.28882e-05 58.376L13.0246 0.37597Z' fill='%2323C0EF'/%3E%3C/svg%3E");
    width: 93px;
    height: 59px;
    display: block;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .quote__icon, blockquote__icon {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='93' height='59' viewBox='0 0 93 59' fill='none'%3E%3Cpath d='M59.1818 0.375974L93 0.375977L68.3219 58.376L46.1572 58.376L59.1818 0.375974ZM13.0246 0.37597L46.8427 0.375973L22.1646 58.376L-2.28882e-05 58.376L13.0246 0.37597Z' fill='%2323C0EF'/%3E%3C/svg%3E");
    width: 93px;
    height: 59px;
    display: block;
    background-repeat: no-repeat;
  }
}

.section-404 .error-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-404 h1 {
  margin-bottom: 40px;
  text-align: center;
}
.section-404 a {
  padding: 15px 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.news {
  background-color: #f6f6f8;
  padding: 5.4375rem 0 4.25rem 0;
  margin-top: -1.4375rem;
}
@media only screen and (max-width: 767px) {
  .news {
    margin-top: unset;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .news {
    margin-top: unset;
  }
}
@media only screen and (max-width: 767px) {
  .news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#team-mount {
  margin-top: -1.4375rem;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  #team-mount {
    grid-template-columns: 1fr;
    margin-top: unset;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  #team-mount {
    grid-template-columns: 1fr;
    margin-top: unset;
  }
}

.team {
  padding-bottom: 4.125rem;
  margin-top: 5.375rem;
}
.team-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  border-radius: 1rem;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
.team-card img {
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-transform: translate3d(0, 0, 1px);
          transform: translate3d(0, 0, 1px);
}
.team-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #0b7fa1;
  padding: 1rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.team-card__content * {
  color: #ffffff;
}
.team-card__icon {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .team-card__icon {
    opacity: 1;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .team-card__icon {
    opacity: 1;
  }
}
.team-card:hover {
  -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
          transform: scale(1.07);
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .team-card:hover {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .team-card:hover {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
.team-card:hover .team-card__icon {
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  opacity: 1;
}

.news-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1rem;
  background-color: #ffffff;
  margin-bottom: 1.25rem;
  max-height: 20rem;
  position: relative;
}
.news-card img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 33.3333333333%;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  -webkit-transform: translate3d(0, 0, 1px);
          transform: translate3d(0, 0, 1px);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow-clip-margin: unset;
}
.news-card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 66.6666666667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 33.3333333333%;
  gap: 1rem;
  padding: 2.125rem 3rem;
}
.news-card__content .btn {
  margin-bottom: 0.5rem;
  margin: unset;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media only screen and (max-width: 767px) {
  .news-card__content {
    margin-left: unset;
    width: 100%;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .news-card__content {
    margin-left: unset;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .news-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: unset;
  }
  .news-card img {
    width: 100%;
    border-top-right-radius: 16px;
    border-bottom-left-radius: unset;
    max-height: 20rem;
    position: relative;
  }
  .news-card__content {
    padding: 16px;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .news-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: unset;
  }
  .news-card img {
    width: 100%;
    border-top-right-radius: 16px;
    border-bottom-left-radius: unset;
    max-height: 20rem;
    position: relative;
  }
  .news-card__content {
    padding: 16px;
  }
}
.contact {
  background-color: #f6f6f8;
  padding-top: 1.5rem;
  padding-bottom: 5rem;
}
.contact .iframe {
  height: 446px;
  border-radius: 1rem;
  margin-bottom: 20px;
  width: 100%;
}
.contact .iframe img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate3d(0, 0, 1px);
          transform: translate3d(0, 0, 1px);
}
.contact iframe {
  margin: unset;
  margin-bottom: 1.25rem;
}
.contact-second .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1.25rem;
}
.contact-second .container .contact-cards {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 33.3333%;
  gap: 1.25rem;
}
.contact-second .container .iframe {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 1rem;
  height: unset;
  margin-bottom: unset;
  width: 100%;
}
.contact-second .container .iframe iframe {
  height: 100%;
}
.contact-second .container .iframe img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.contact-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.contact-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 1rem;
  background-color: #ffffff;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.contact-button {
  margin: unset;
}
.contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.contact ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.0625rem;
}
.contact ul li img {
  width: 20px;
  height: 20px;
}
.contact .contact-button {
  font-size: 1rem;
  line-height: 1.5em;
  border-radius: 3.75rem;
  padding: 1rem 1.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: unset;
}

strong {
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .contact {
    padding-bottom: unset;
  }
  .contact .iframe {
    height: 600px;
    -webkit-box-flex: unset !important;
        -ms-flex: unset !important;
            flex: unset !important;
    margin-bottom: 36px;
  }
  .contact .iframe iframe {
    height: 600px;
  }
  .contact .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .contact-cards {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 20px;
    margin-bottom: 20px;
  }
  .contact-second .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .contact-second .container .iframe {
    height: 600px;
    margin-bottom: 36px;
    -webkit-box-flex: unset !important;
        -ms-flex: unset !important;
            flex: unset !important;
  }
  .contact-second .container .iframe iframe {
    height: 100%;
  }
  .contact-second-cards {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .contact {
    padding-bottom: unset;
  }
  .contact .iframe {
    height: 600px;
    -webkit-box-flex: unset !important;
        -ms-flex: unset !important;
            flex: unset !important;
    margin-bottom: 36px;
  }
  .contact .iframe iframe {
    height: 600px;
  }
  .contact .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .contact-cards {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 20px;
    margin-bottom: 20px;
  }
  .contact-second .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .contact-second .container .iframe {
    height: 600px;
    margin-bottom: 36px;
    -webkit-box-flex: unset !important;
        -ms-flex: unset !important;
            flex: unset !important;
  }
  .contact-second .container .iframe iframe {
    height: 100%;
  }
  .contact-second-cards {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
.gm-style-iw-d a {
  color: blue;
  text-decoration: underline;
}
.gm-style-iw-d p {
  line-height: unset;
}
