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;
}
@font-face {
  font-family: 'Brown';
  src: url('../fonts/Brown/Brown-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Brown';
  src: url('../fonts/Brown/Brown-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Brown';
  src: url('../fonts/Brown/Brown-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Brown', sans-serif;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  font-weight: 400;
  background: #ffffff;
  color: #213d50;
  margin: 0;
  padding: 0;
}
a {
  color: #052438;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.font-12 {
  font-family: 'Brown', sans-serif;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0;
}
.font-14 {
  font-family: 'Brown', sans-serif;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
}
.font-16 {
  font-family: 'Brown', sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
}
.font-17 {
  font-family: 'Brown', sans-serif;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0;
}
.font-18 {
  font-family: 'Brown', sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
}
.font-21 {
  font-family: 'Brown', sans-serif;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: 0;
}
.font-22 {
  font-family: 'Brown', sans-serif;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0;
}
.font-24 {
  font-family: 'Brown', sans-serif;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
}
.font-28 {
  font-family: 'Brown', sans-serif;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0;
}
.font-30 {
  font-family: 'Brown', sans-serif;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0;
}
.font-36 {
  font-family: 'Brown', sans-serif;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0;
}
.font-75 {
  font-family: 'Brown', sans-serif;
  font-size: 75px;
  line-height: 75px;
  letter-spacing: 0;
}
.font-95 {
  font-family: 'Brown', sans-serif;
  font-size: 95px;
  line-height: 95px;
  letter-spacing: 0;
}
.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btn {
  width: fit-content;
  padding: 17px 20px 14px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
  border: solid 1px transparent;
  cursor: pointer;
  font-family: 'Brown', sans-serif;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  font-weight: 700;
}
.btn:hover {
  text-decoration: none;
}
.btn.primary {
  background-color: #ff3017;
  color: #ffffff;
  border: solid 1px #ff3017;
}
.btn.secondary {
  background-color: transparent;
  color: #ff3017;
  border: solid 1px #ff3017;
}
.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
}
.site-header .top {
  background-color: #3e4e5d;
}
.site-header .top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
}
.site-header .top .container h4 {
  font-family: 'Brown', sans-serif;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  color: #ffffff;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.site-header .top .container .language-switch {
  position: relative;
  padding-bottom: 20px;
  margin-top: 20px;
}
.site-header .top .container .language-switch .language-current {
  font-family: 'Brown', sans-serif;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  position: relative;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.site-header .top .container .language-switch .language-current span {
  transition: transform 0.2s ease;
  min-width: 20px;
  height: 20px;
  background: url(../images/chev.svg) no-repeat center;
  background-size: contain;
  display: flex;
}
.site-header .top .container .language-switch:hover .language-popup {
  display: flex;
}
.site-header .top .container .language-switch:hover .language-current span {
  transform: rotate(180deg);
}
.site-header .top .container .language-switch .language-popup {
  position: absolute;
  bottom: -125px;
  right: 0;
  width: fit-content;
  box-shadow: 0px 0px 5px 0px #11253626;
  z-index: 90;
  height: fit-content;
  border-radius: 10px;
  display: none;
  background-color: #ffffff;
  padding: 20px;
}
.site-header .top .container .language-switch .language-popup::after {
  content: "";
  min-width: 14px;
  height: 12px;
  position: absolute;
  top: -7px;
  right: 20px;
  background: url(../images/triangle.svg) no-repeat center;
  background-size: contain;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.site-header .top .container .language-switch .language-popup:hover {
  display: flex;
}
.site-header .top .container .language-switch .language-popup ul {
  display: flex;
  flex-direction: column;
}
.site-header .top .container .language-switch .language-popup ul li.active a {
  color: #ff3017;
}
.site-header .top .container .language-switch .language-popup ul li a {
  font-family: 'Brown', sans-serif;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  letter-spacing: 0.01em;
  color: #435464;
  text-decoration: none;
  white-space: nowrap;
  padding: 15px 10px;
  background-color: #ffffff;
  display: flex;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.site-header .top .container .language-switch .language-popup ul li a:hover {
  background-color: rgba(62, 78, 93, 0.2);
}
.site-header .bottom {
  background-color: #052438;
}
.site-header .bottom .container {
  display: flex;
  align-items: center;
  height: 80px;
}
.site-header .bottom .container .logo {
  max-height: 30px;
  width: fit-content;
  height: 100%;
  margin-right: 60px;
}
.site-header .bottom .container .logo img {
  object-fit: contain;
  width: auto;
}
.site-header .bottom .container nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
}
.site-header .bottom .container nav ul li {
  font-family: 'Brown', sans-serif;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  font-weight: 700;
}
.site-header .bottom .container nav ul li a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}
.site-header .bottom .container nav ul li a::after {
  content: "";
  min-width: 20px;
  height: 20px;
  background: url(../images/chev.svg) no-repeat center;
  background-size: contain;
  position: static;
}
.site-header .bottom .container .right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 30px;
}
.site-header .bottom .container .right .side-button {
  text-decoration: none;
  border-bottom: solid #ff3017 1px;
  padding-bottom: 5px;
  font-family: 'Brown', sans-serif;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  color: #ffffff;
  font-weight: 700;
  margin-top: 6px;
}
.site-header .bottom .container .right .hamburger {
  display: none;
}
.site-header .side-menu {
  display: none;
}
@media screen and (max-width: 1024px) {
  .site-header .top .container {
    height: fit-content;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .site-header .top .container h4 {
    font-family: 'Brown', sans-serif;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0;
    color: #ffffff;
    -webkit-line-clamp: 2;
  }
  .site-header .top .container .language-switch {
    display: none;
  }
  .site-header .bottom .container {
    height: 70px;
  }
  .site-header .bottom .container .logo {
    max-height: 24px;
    margin-right: auto;
  }
  .site-header .bottom .container nav {
    display: none;
  }
  .site-header .bottom .container .right {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .site-header .bottom .container .right .side-button {
    display: none;
  }
  .site-header .bottom .container .right .hamburger {
    display: flex;
    all: unset;
    width: 24px;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    min-height: 24px;
    max-height: 24px;
    background: url(../images/hamburger.svg) no-repeat center;
    background-size: contain;
    transition: background 0.3s ease;
    cursor: pointer;
  }
  .site-header .bottom .container .right .hamburger.close {
    background: url(../images/close.svg) no-repeat center;
    background-size: contain;
  }
  .site-header .side-menu {
    overflow: hidden;
    display: flex;
  }
  .site-header .side-menu.active .content {
    right: 0;
  }
  .site-header .side-menu .content {
    width: calc( 100vw - 40px);
    height: calc(100vh - 124px - 40px);
    background-color: #042438;
    padding: 40px 20px;
    flex-direction: column;
    transition: right 0.3s ease;
    right: 100vw;
    position: absolute;
    overflow: hidden;
  }
  .site-header .side-menu .content ul {
    border-bottom: solid 1px #ffffff;
    margin-bottom: 40px;
  }
  .site-header .side-menu .content ul li {
    margin-bottom: 40px;
    cursor: pointer;
  }
  .site-header .side-menu .content ul li a {
    font-family: 'Brown', sans-serif;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .site-header .side-menu .content ul li a::after {
    content: "";
    min-width: 20px;
    height: 20px;
    background: url(../images/chev.svg) no-repeat center;
    background-size: contain;
    display: flex;
    transform: rotate(-90deg);
  }
  .site-header .side-menu .content .language-current {
    font-family: 'Brown', sans-serif;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    width: 100%;
    cursor: pointer;
  }
  .site-header .side-menu .content .language-current.active span {
    position: relative;
  }
  .site-header .side-menu .content .language-current.active span::after {
    content: "";
    min-width: 14px;
    height: 12px;
    position: absolute;
    bottom: -20px;
    left: 3px;
    background: url(../images/triangle.svg) no-repeat center;
    background-size: contain;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  .site-header .side-menu .content .language-current span {
    min-width: 20px;
    height: 20px;
    background: url(../images/chev.svg) no-repeat center;
    background-size: contain;
    display: flex;
  }
  .site-header .side-menu .content .language-current span::after {
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
  }
  .site-header .side-menu .content .language-popup {
    transition: opacity 0.5s ease;
    opacity: 0;
    background-color: #ffffff;
    width: 100vw;
    margin-left: -20px;
    padding: 0 20px;
  }
  .site-header .side-menu .content .language-popup.active {
    opacity: 1;
  }
  .site-header .side-menu .content .language-popup ul {
    border-bottom: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .site-header .side-menu .content .language-popup ul li {
    margin-bottom: 0;
  }
  .site-header .side-menu .content .language-popup ul li.active a {
    color: #ff3017;
  }
  .site-header .side-menu .content .language-popup ul li a {
    font-family: 'Brown', sans-serif;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
    font-weight: 700;
    color: #435464;
    text-decoration: none;
    display: flex;
    padding: 16px 0;
  }
  .site-header .side-menu .content .language-popup ul li a::after {
    display: none;
  }
}
.site-footer {
  background-color: #112536;
  padding-top: 38px;
}
.site-footer .top {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-bottom: 40px;
  border-bottom: solid 1px #ffffff;
}
.site-footer .top .left {
  padding-top: 20px;
}
.site-footer .top .left h4 {
  font-family: 'Brown', sans-serif;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  color: #ff3017;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.03em;
  line-height: 24px;
  text-transform: uppercase;
}
.site-footer .top .left h2.title {
  font-family: 'Brown', sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 20px;
}
.site-footer .top .left .links {
  display: flex;
  flex-direction: column;
}
.site-footer .top .left .links .unit {
  display: flex;
  align-items: center;
  gap: 2px;
  font-family: 'Brown', sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  letter-spacing: 0.01em;
  color: #ffffff;
  font-weight: 300;
}
.site-footer .top .left .links .unit a {
  text-decoration: underline;
}
.site-footer .top .left .links .number,
.site-footer .top .left .links .email,
.site-footer .top .left .links .location {
  font-family: 'Brown', sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  letter-spacing: 0.01em;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 0;
}
.site-footer .top .left .btn {
  margin-top: 80px;
}
.site-footer .top .right img {
  height: 397px;
}
.site-footer .middle {
  gap: 5px;
  display: flex;
  padding-top: 20px;
}
.site-footer .middle .img {
  height: 23px;
  width: fit-content;
}
.site-footer .middle .img img {
  object-fit: contain;
  object-position: left;
}
.site-footer .bottom {
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-footer .bottom .socials {
  display: flex;
  align-items: center;
  gap: 14px;
}
.site-footer .bottom .socials a {
  min-width: 17px;
  height: 17px;
  display: flex;
}
.site-footer .bottom .socials a.instagram {
  background: url(../images/instagram.svg) no-repeat center;
  background-size: contain;
}
.site-footer .bottom .socials a.facebook {
  background: url(../images/facebook.svg) no-repeat center;
  background-size: contain;
}
.site-footer .bottom .copyright {
  display: flex;
  align-items: center;
  gap: 2px;
}
.site-footer .bottom .copyright h4,
.site-footer .bottom .copyright a {
  font-family: 'Brown', sans-serif;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0;
  color: #ffffff;
  pointer-events: none;
}
.site-footer .bottom .copyright a {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .site-footer {
    padding-top: 30px;
  }
  .site-footer .top {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 50px;
  }
  .site-footer .top .left {
    padding-top: 0px;
  }
  .site-footer .top .left h4 {
    letter-spacing: 0.03em;
    line-height: 20px;
  }
  .site-footer .top .left h2.title {
    font-family: 'Brown', sans-serif;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0;
    line-height: 28px;
  }
  .site-footer .top .left h2.title br {
    display: none;
  }
  .site-footer .top .left .links .unit {
    gap: 4px;
    letter-spacing: 0.01em;
    line-height: 20px;
  }
  .site-footer .top .left .links .number,
  .site-footer .top .left .links .email,
  .site-footer .top .left .links .location {
    line-height: 20px;
    letter-spacing: 0.01em;
  }
  .site-footer .top .left .btn {
    margin-top: 50px;
  }
  .site-footer .top .right {
    margin-bottom: 30px;
  }
  .site-footer .top .right img {
    height: auto;
    aspect-ratio: 1.66666667;
  }
  .site-footer .middle {
    padding-top: 30px;
  }
  .site-footer .middle .img {
    height: 30px;
  }
  .site-footer .bottom {
    padding-top: 50px;
    padding-bottom: 30px;
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }
  .site-footer .bottom .socials {
    gap: 20px;
  }
  .site-footer .bottom .socials a {
    min-width: 25px;
    height: 25px;
  }
  .site-footer .bottom .copyright {
    flex-wrap: wrap;
    gap: 5px;
  }
  .site-footer .bottom .copyright h4,
  .site-footer .bottom .copyright a {
    font-family: 'Brown', sans-serif;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .bottom .copyright {
    width: 100%;
    column-gap: 0;
    justify-content: start;
  }
  .site-footer .bottom .copyright h4:first-child {
    width: 100%;
    text-align: left;
  }
}
.float {
  position: fixed;
  z-index: 80;
  bottom: 20px;
  right: 20px;
  width: 170px;
  height: 50px;
  display: flex;
  background: url(../images/wa-float.png) no-repeat center;
  background-size: contain;
  background-position: right;
  transition: bottom 0.2s;
}
.float.push {
  bottom: 80px;
}
.float.indo {
  background: url(../images/wa-float-indo.png) no-repeat center;
  background-size: contain;
  background-position: right;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .float.push {
    bottom: 100px;
  }
  .float.indo.push {
    bottom: 120px;
  }
}
.card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 40px;
}
.card-wrapper .card {
  height: 364px;
  max-height: 364px;
  display: flex;
  flex-direction: column;
}
.card-wrapper .card .img {
  height: 225px;
  margin-bottom: 22px;
}
.card-wrapper .card .date {
  font-family: 'Brown', sans-serif;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0;
  color: #9da4a7;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.card-wrapper .card .post-title {
  font-family: 'Brown', sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  line-height: 22px;
  color: #334C5D;
  margin-bottom: 14px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-wrapper .card .read-more {
  margin-top: auto;
  border-bottom: solid 1px #ff3017;
  width: fit-content;
  text-decoration: none;
  font-family: 'Brown', sans-serif;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  line-height: 24px;
  color: #ff3017;
}
@media screen and (max-width: 1024px) {
  .card-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .card-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    column-gap: 0;
    row-gap: 70px;
  }
  .card-wrapper .card {
    height: fit-content;
    max-height: fit-content;
  }
  .card-wrapper .card .img {
    margin-bottom: 20px;
    height: auto;
    aspect-ratio: 1.66666667;
  }
  .card-wrapper .card .date {
    font-family: 'Brown', sans-serif;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
    line-height: 20px;
    letter-spacing: 0.03em;
  }
  .card-wrapper .card .post-title {
    margin-bottom: 20px;
    letter-spacing: 0.01em;
  }
  .card-wrapper .card .read-more {
    font-family: 'Brown', sans-serif;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
    line-height: 20px;
    letter-spacing: 0.03em;
  }
}
.home-banner-section {
  position: relative;
  height: fit-content;
  padding: 50px 0;
  overflow: hidden;
}
.home-banner-section .img.hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
}
.home-banner-section .img.hero::before {
  content: "";
  background-color: #112536;
  opacity: 50%;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home-banner-section .img.hero img.mobile {
  display: none;
}
.home-banner-section .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.home-banner-section .container .left h2 {
  font-family: 'Brown', sans-serif;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}
.home-banner-section .container .left h2 br.mobile {
  display: none;
}
.home-banner-section .container .left h4 {
  font-family: 'Brown', sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #ffffff;
  margin-bottom: 30px;
}
.home-banner-section .container .right {
  min-width: 300px;
  width: fit-content;
  max-width: 470px;
}
.home-banner-section .container .right .top {
  display: flex;
  display: none;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: solid #ffffff 2px;
  margin-bottom: 30px;
}
.home-banner-section .container .right .top .img {
  width: fit-content;
  height: 20px;
  min-width: 84px;
}
.home-banner-section .container .right .top .img img {
  object-fit: contain;
  object-position: left;
}
.home-banner-section .container .right .top .search-wrap {
  position: relative;
}
.home-banner-section .container .right .top .search-wrap div {
  display: flex;
  justify-content: right;
}
.home-banner-section .container .right .top .search-wrap label {
  display: none;
}
.home-banner-section .container .right .top .search-wrap input[type="text"] {
  all: unset;
  height: 20px;
  font-family: 'Brown', sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  color: #ffffff;
  text-align: right;
  width: 80%;
}
.home-banner-section .container .right .top .search-wrap input[type="submit"] {
  all: unset;
  opacity: 0;
  height: 20px;
  width: 30px;
  cursor: pointer;
  z-index: 20;
}
.home-banner-section .container .right .top .search-wrap .icon {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 20px;
  height: 20px;
  background: url(../images/search.svg) no-repeat center;
  background-size: contain;
  pointer-events: none;
  z-index: 10;
}
.home-banner-section .container .right .bottom {
  height: fit-content;
  min-height: 200px;
  max-height: 510px;
  background-color: lightgray;
}
.home-banner-section .container .right .bottom img {
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .home-banner-section .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
  .home-banner-section .container .left h2 {
    font-family: 'Brown', sans-serif;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  .home-banner-section .container .left h2 br {
    display: none;
  }
  .home-banner-section .container .left h2 br.mobile {
    display: flex;
  }
  .home-banner-section .container .right {
    padding: 40px 20px 20px;
    min-width: calc(100% - 40px);
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
  .home-banner-section .container .right .top {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 767px) {
  .home-banner-section {
    padding: 50px 0 20px;
  }
  .home-banner-section .img.hero img.mobile {
    display: flex;
  }
  .home-banner-section .img.hero img.desktop {
    display: none;
  }
  .home-banner-section .container {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 50px;
  }
  .home-banner-section .container .left h4 {
    width: 100%;
  }
  .home-banner-section .container .left h4 br {
    display: none;
  }
}
.vision-section {
  padding: 119px 0 120px;
  overflow: hidden;
}
.vision-section .container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}
.vision-section .container .left.img {
  width: 100%;
  height: 517px;
  min-height: 517px;
  max-height: 517px;
  background-color: #435464;
}
.vision-section .container .left.img img {
  margin-top: -19px;
  margin-left: 18px;
  background-color: lightgray;
}
.vision-section .container .right {
  padding-top: 18px;
  padding-left: 67px;
}
.vision-section .container .right h4 {
  font-family: 'Brown', sans-serif;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  color: #ff3017;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 24px;
  margin-bottom: 10px;
}
.vision-section .container .right h2 {
  font-family: 'Brown', sans-serif;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0;
  font-weight: 700;
  color: #213d50;
  margin-bottom: 20px;
}
.vision-section .container .right p {
  font-family: 'Brown', sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #435464;
  font-weight: 300;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1024px) {
  .vision-section .container .right {
    padding-top: 0;
    padding-left: 40px;
  }
  .vision-section .container .right h4 {
    font-family: 'Brown', sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    letter-spacing: 0.03em;
    line-height: 20px;
  }
  .vision-section .container .right h2 {
    font-family: 'Brown', sans-serif;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .vision-section {
    padding: 80px 0 70px;
  }
  .vision-section .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 50px;
  }
  .vision-section .container .left.img {
    height: auto;
    min-height: auto;
    max-height: auto;
    aspect-ratio: 1;
    width: calc(100% - 10px);
  }
  .vision-section .container .left.img img {
    margin-top: -10px;
    margin-left: 10px;
  }
  .vision-section .container .right {
    padding-left: 0;
  }
}
.numbers-section {
  background-color: #042438;
  overflow: hidden;
}
.numbers-section .container {
  display: flex;
  width: fit-content;
}
.numbers-section .container .item {
  padding: 50px 35px;
}
.numbers-section .container .item:nth-child(2) {
  padding: 50px 27px;
  background-color: #1c3a4d;
}
.numbers-section .container .item h3 {
  font-family: 'Brown', sans-serif;
  font-size: 95px;
  line-height: 95px;
  letter-spacing: 0;
  color: #ff3017;
  margin-bottom: 10px;
}
.numbers-section .container .item h4 {
  font-family: 'Brown', sans-serif;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .numbers-section .container {
    flex-direction: column;
    padding: 0;
    width: unset;
  }
  .numbers-section .container .item {
    padding: 50px 20px;
  }
  .numbers-section .container .item:nth-child(2) {
    padding: 50px 20px;
  }
  .numbers-section .container .item h3 {
    font-family: 'Brown', sans-serif;
    font-size: 75px;
    line-height: 75px;
    letter-spacing: 0;
  }
  .numbers-section .container .item h4 {
    font-family: 'Brown', sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
  }
}
.brands-section {
  overflow: hidden;
}
.brands-section .content {
  padding: 70px 0;
  background-color: #f4f2ef;
}
.brands-section .content .title {
  font-family: 'Brown', sans-serif;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  color: #112536;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}
.brands-section .content .title br.mobile {
  display: none;
}
.brands-section .content .container {
  position: relative;
  overflow: hidden;
}
.brands-section .content .container .gallery {
  display: flex;
  align-items: center;
  gap: 100px;
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100vw;
  min-width: max-content;
  margin-left: calc((100vw - 100%)/ -2);
  animation: scroll-left 24s linear infinite;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.brands-section .content .container .gallery::-webkit-scrollbar {
  display: none;
}
.brands-section .content .container .gallery .img {
  height: 40px;
  width: fit-content;
}
.brands-section .content .container .gallery .img img {
  object-fit: contain;
  height: 100%;
  width: auto;
  display: block;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.brands-section .content .container.left-right {
  position: relative;
  height: 48px;
  margin-top: -44px;
  overflow: visible;
}
.brands-section .content .container.left-right .left {
  content: "";
  position: absolute;
  top: -4px;
  left: -5px;
  width: 120px;
  height: 48px;
  background: linear-gradient(to right, #f4f2ef 20%, transparent 100%);
}
.brands-section .content .container.left-right .right {
  content: "";
  position: absolute;
  top: -4px;
  right: -5px;
  width: 120px;
  height: 48px;
  background: linear-gradient(to left, #f4f2ef 20%, transparent 100%);
}
@media screen and (max-width: 767px) {
  .brands-section .content .title {
    font-family: 'Brown', sans-serif;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    padding: 0 10px;
  }
  .brands-section .content .title br.mobile {
    display: flex;
  }
  .brands-section .content .container .gallery {
    gap: 70px;
    animation: scroll-left 30s linear infinite;
  }
  .brands-section .content .container .gallery .img {
    height: 60px;
  }
  .brands-section .content .container.left-right {
    position: relative;
    height: 70px;
    margin-top: -65px;
    overflow: visible;
  }
  .brands-section .content .container.left-right .left {
    content: "";
    position: absolute;
    top: -4px;
    left: -5px;
    width: 40px;
    height: 70px;
    background: linear-gradient(to right, #f4f2ef 20%, transparent 100%);
  }
  .brands-section .content .container.left-right .right {
    content: "";
    position: absolute;
    top: -4px;
    right: -5px;
    width: 40px;
    height: 70px;
    background: linear-gradient(to left, #f4f2ef 20%, transparent 100%);
  }
}
.values-section {
  padding: 70px 0;
  overflow: hidden;
}
.values-section .container .sub-title {
  font-family: 'Brown', sans-serif;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  font-weight: 700;
  color: #ff3017;
  letter-spacing: 0.03em;
  line-height: 24px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.values-section .container .title {
  font-family: 'Brown', sans-serif;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0;
  color: #213d50;
  font-weight: 700;
  margin-bottom: 70px;
}
.values-section .container .title br.mobile {
  display: none;
}
.values-section .container .values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.values-section .container .values .card .icon.img {
  min-width: auto;
  max-width: auto;
  width: auto;
  min-height: 50px;
  max-height: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.values-section .container .values .card .icon.img img {
  object-fit: contain;
  object-position: left;
}
.values-section .container .values .card h4 {
  font-family: 'Brown', sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 24px;
  color: #112536;
  margin-bottom: 20px;
}
.values-section .container .values .card p {
  font-family: 'Brown', sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 300;
  letter-spacing: 0.01em;
  color: #435464;
}
@media screen and (max-width: 1024px) {
  .values-section .container .sub-title {
    font-family: 'Brown', sans-serif;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
    letter-spacing: 0.03em;
    line-height: 20px;
  }
  .values-section .container .title {
    font-family: 'Brown', sans-serif;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0;
  }
  .values-section .container .values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 30px;
    row-gap: 40px;
  }
  .values-section .container .values .card .icon.img {
    min-height: 60px;
    max-height: 60px;
    height: 60px;
    margin-bottom: 20px;
  }
  .values-section .container .values .card h4 {
    line-height: 20px;
  }
  .values-section .container .values .card p {
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 767px) {
  .values-section .container .title br.mobile {
    display: flex;
  }
  .values-section .container .values {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 70px;
    row-gap: 70px;
  }
}
.quotes-section {
  background-color: #042438;
  overflow: hidden;
  padding: 70px 0;
}
.quotes-section .container .img {
  min-width: 55px;
  height: 55px;
  margin-bottom: 30px;
  width: fit-content;
  margin-left: 10px;
}
.quotes-section .container .img img {
  object-fit: contain;
}
.quotes-section .container h2 {
  font-family: 'Brown', sans-serif;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0;
  color: #ffffff;
  margin-bottom: 20px;
}
.quotes-section .container h4 {
  font-family: 'Brown', sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 300;
  color: #f4f2ef;
}
@media screen and (max-width: 767px) {
  .quotes-section .container .img {
    min-width: 38px;
    height: 38px;
    margin-left: 5px;
  }
  .quotes-section .container h2 {
    font-family: 'Brown', sans-serif;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
}
.testimony-section {
  padding: 70px 0 0;
  overflow: hidden;
}
.testimony-section .container .title {
  font-family: 'Brown', sans-serif;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 30px;
  color: #112536;
  margin-bottom: 20px;
}
.testimony-section .container .sub-title {
  font-family: 'Brown', sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: #435464;
  margin-bottom: 50px;
}
.testimony-section .container .items-wrapper {
  position: relative;
}
.testimony-section .container .items-wrapper .items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding-bottom: 70px;
  border-bottom: solid 1px #112536;
}
.testimony-section .container .items-wrapper .items .card {
  background-color: #f4f2ef;
  padding: 50px 40px;
  height: 340px;
  display: flex;
  flex-direction: column;
}
.testimony-section .container .items-wrapper .items .card .img.icon {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 56px;
  min-height: 56px;
  max-height: 56px;
  margin-bottom: 20px;
}
.testimony-section .container .items-wrapper .items .card .img.icon img {
  object-fit: contain;
}
.testimony-section .container .items-wrapper .items .card p {
  font-family: 'Brown', sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #435464;
  margin-bottom: 30px;
}
.testimony-section .container .items-wrapper .items .card .profile-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: auto;
}
.testimony-section .container .items-wrapper .items .card .profile-wrap .img.profile {
  width: 70px;
  min-width: 70px;
  max-width: 70px;
  height: 70px;
  min-height: 70px;
  max-height: 70px;
  border-radius: 500px;
  overflow: hidden;
}
.testimony-section .container .items-wrapper .items .card .profile-wrap .info h4 {
  font-family: 'Brown', sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  color: #ff3017;
}
.testimony-section .container .items-wrapper .items .card .profile-wrap .info p {
  font-family: 'Brown', sans-serif;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: #435464;
  margin-bottom: 0;
}
.testimony-section .container .items-wrapper .navigation-wrap {
  top: calc(50% - 36px);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.testimony-section .container .items-wrapper .navigation-wrap .left,
.testimony-section .container .items-wrapper .navigation-wrap .right {
  width: 36px;
  min-width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #f4f2ef;
  overflow: hidden;
  border-radius: 500px;
}
.testimony-section .container .items-wrapper .navigation-wrap .left .icon,
.testimony-section .container .items-wrapper .navigation-wrap .right .icon {
  width: 14px;
  min-width: 14px;
  height: 14px;
}
.testimony-section .container .items-wrapper .navigation-wrap .left.disabled,
.testimony-section .container .items-wrapper .navigation-wrap .right.disabled {
  opacity: 0.5;
}
.testimony-section .container .items-wrapper .navigation-wrap .left {
  margin-left: -60px;
}
.testimony-section .container .items-wrapper .navigation-wrap .left .icon {
  background: url(../images/prev.svg) no-repeat center;
  background-size: contain;
}
.testimony-section .container .items-wrapper .navigation-wrap .right {
  margin-right: -60px;
}
.testimony-section .container .items-wrapper .navigation-wrap .right .icon {
  background: url(../images/next.svg) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 1280px) {
  .testimony-section .container .items-wrapper .items {
    padding-bottom: 140px;
  }
  .testimony-section .container .items-wrapper .navigation-wrap {
    top: -108px;
    position: relative;
    justify-content: center;
    gap: 22px;
  }
  .testimony-section .container .items-wrapper .navigation-wrap .left,
  .testimony-section .container .items-wrapper .navigation-wrap .right {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
  .testimony-section .container .items-wrapper .navigation-wrap .left {
    margin-left: 0;
  }
  .testimony-section .container .items-wrapper .navigation-wrap .right {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .testimony-section .container .items-wrapper .items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .testimony-section .container .title {
    font-family: 'Brown', sans-serif;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0;
    line-height: 30px;
  }
  .testimony-section .container .sub-title {
    font-family: 'Brown', sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    letter-spacing: 0.01em;
  }
  .testimony-section .container .items-wrapper .items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding-bottom: 140px;
  }
  .testimony-section .container .items-wrapper .items .card {
    padding: 30px 30px 40px;
    height: 320px;
  }
  .testimony-section .container .items-wrapper .items .card .img.icon {
    width: 38px;
    min-width: 38px;
    max-width: 38px;
    height: fit-content;
    min-height: fit-content;
    max-height: fit-content;
  }
  .testimony-section .container .items-wrapper .items .card .profile-wrap .info h4 {
    font-family: 'Brown', sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    line-height: 24px;
  }
}
.benefit-section {
  margin: 100px 0;
  overflow: hidden;
  padding-bottom: 20px;
}
.benefit-section.right .container {
  flex-direction: row-reverse;
}
.benefit-section.right .container .img {
  margin-left: 20px;
  margin-right: unset;
}
.benefit-section.right .container .img::before {
  content: "";
  left: -20px;
  bottom: -20px;
}
.benefit-section .container {
  display: flex;
  gap: 50px;
}
.benefit-section .container .infos h3 {
  font-family: 'Brown', sans-serif;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  font-weight: bold;
  color: #ff3017;
  letter-spacing: 0.03em;
  line-height: 24px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.benefit-section .container .infos h2 {
  font-family: 'Brown', sans-serif;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 20px;
  color: #112536;
}
.benefit-section .container .infos p {
  font-family: 'Brown', sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #435464;
  font-weight: 300;
  letter-spacing: 0.01em;
}
.benefit-section .container .img {
  position: relative;
  margin-left: unset;
  margin-right: 20px;
  min-width: 660px;
  max-width: 660px;
  height: 392px;
}
.benefit-section .container .img::before {
  z-index: -10;
  content: "";
  width: calc(100% - 80px);
  height: 100%;
  position: absolute;
  left: unset;
  right: -20px;
  bottom: -20px;
  background-color: #435464;
}
@media screen and (max-width: 1024px) {
  .benefit-section .container .img {
    position: relative;
    margin-left: unset;
    margin-right: 20px;
    min-width: 400px;
    max-width: 400px;
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  .benefit-section {
    margin: 70px 0;
  }
  .benefit-section.right .container {
    display: flex;
    flex-direction: column-reverse;
  }
  .benefit-section.right .container .img {
    margin-left: 10px;
    margin-right: unset;
  }
  .benefit-section.right .container .img::before {
    content: "";
    left: -10px;
    right: unset;
    bottom: -10px;
  }
  .benefit-section .container {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }
  .benefit-section .container .infos h3 {
    font-family: 'Brown', sans-serif;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
    font-weight: bold;
    color: #ff3017;
    margin-bottom: 10px;
    line-height: 20px;
  }
  .benefit-section .container .infos h2 {
    font-family: 'Brown', sans-serif;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0;
    line-height: 28px;
  }
  .benefit-section .container .img {
    position: relative;
    margin-left: 10px;
    margin-right: unset;
    min-width: calc(100% - 10px);
    max-width: calc(100% - 10px);
    height: auto;
  }
  .benefit-section .container .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .benefit-section .container .img::before {
    width: calc(100% - 40px);
    right: unset;
    left: -10px;
    bottom: -10px;
  }
}
.map-section {
  background-color: #f4f2ef;
  overflow: hidden;
}
.map-section .container {
  position: relative;
}
.map-section .container h2 {
  font-family: 'Brown', sans-serif;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 700;
  padding: 70px 0;
  color: #112536;
  text-align: center;
}
.map-section .container .map-wrapper {
  width: 100vw;
  margin-left: calc((100vw - 100%) / -2);
  margin-bottom: 0;
  z-index: 10;
  height: 605px;
}
.map-section .container .map-wrapper .leaflet-popup-content {
  width: 250px !important;
}
.map-section .container .map-wrapper a.leaflet-popup-close-button {
  top: 20px !important;
  right: 20px !important;
}
.map-section .container .map-wrapper .leaflet-popup-content-wrapper,
.map-section .container .map-wrapper .leaflet-popup-tip {
  box-shadow: 0px 0px 5px 0px #11253626 !important;
}
.map-section .container .map-wrapper .popuppin {
  padding: 14px 0 0 !important;
  display: flex;
  flex-direction: column;
  width: fit-content;
}
.map-section .container .map-wrapper .popuppin b {
  font-family: 'Brown', sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}
.map-section .container .map-wrapper .popuppin .location {
  display: flex;
  align-items: start;
  gap: 10px;
  font-family: 'Brown', sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #435464;
  font-weight: 300;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}
.map-section .container .map-wrapper .popuppin .location::before {
  content: "";
  min-width: 14px;
  height: 14px;
  background: url(../images/location-pin.png) no-repeat center;
  background-size: contain;
  display: flex;
}
.map-section .container .map-wrapper .popuppin .call {
  display: flex;
  align-items: start;
  gap: 10px;
  font-family: 'Brown', sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #435464;
  font-weight: 300;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}
.map-section .container .map-wrapper .popuppin .call::before {
  content: "";
  min-width: 14px;
  height: 14px;
  background: url(../images/call-pin.png) no-repeat center;
  background-size: contain;
  display: flex;
}
.map-section .container .leaflet-control-attribution.leaflet-control {
  display: none;
}
.map-section .container .leaflet-container {
  outline: none !important;
  border: none !important;
}
.map-section .container .leaflet-container:focus {
  outline: none !important;
  border: none !important;
}
.map-section .container .legend {
  background-color: #ffffff;
  padding: 24px 30px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px #11253626;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 225px;
  position: absolute;
  top: 600px;
  z-index: 80;
}
.map-section .container .legend .item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.map-section .container .legend .item .icon {
  min-width: 20px;
  height: 20px;
}
.map-section .container .legend .item h4 {
  font-family: 'Brown', sans-serif;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  line-height: 21px;
  color: #435464;
}
@media screen and (max-width: 767px) {
  .map-section .container h2 {
    font-family: 'Brown', sans-serif;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0;
    line-height: 30px;
    padding: 70px 0 40px;
  }
  .map-section .container .map-wrapper {
    height: 500px;
  }
  .map-section .container .legend {
    padding: 20px;
    gap: 5px;
    width: 200px;
    position: absolute;
    top: 550px;
    z-index: 80;
  }
  .map-section .container .legend .item .icon {
    min-width: 14px;
    width: 14px;
    max-width: 14px;
    height: 14px;
  }
  .map-section .container .legend .item h4 {
    line-height: 20px;
  }
}
.offices-section {
  padding: 70px 0 0;
  overflow: hidden;
}
.offices-section .container {
  border-bottom: solid 1px #112536;
  padding-bottom: 70px;
}
.offices-section .container .main-title {
  font-family: 'Brown', sans-serif;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  color: #112536;
  margin-bottom: 30px;
  font-weight: 700;
}
.offices-section .container .cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}
.offices-section .container .cards .card {
  background-color: #f4f2ef;
  border-radius: 5px;
  overflow: hidden;
  padding: 30px 20px;
  height: 135px;
  display: flex;
  flex-direction: column;
}
.offices-section .container .cards .card .title {
  font-family: 'Brown', sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 10px;
}
.offices-section .container .cards .card .locations {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 20px;
}
.offices-section .container .cards .card .locations h4 {
  display: flex;
  align-items: start;
  gap: 10px;
  font-family: 'Brown', sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 300;
  color: #435464;
}
.offices-section .container .cards .card .locations h4::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/pin-gray.svg) no-repeat center;
  background-size: contain;
  display: flex;
  margin-top: 1px;
}
.offices-section .container .cards .card .contact {
  margin-top: auto;
  border-bottom: solid 1px #ff3017;
  width: fit-content;
  text-decoration: none;
  font-family: 'Brown', sans-serif;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  line-height: 20px;
  color: #ff3017;
}
.offices-section .container .btn.secondary {
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .offices-section .container .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .offices-section .container .main-title {
    font-family: 'Brown', sans-serif;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0;
    margin-bottom: 26px;
    line-height: 28px;
    font-weight: 700;
  }
  .offices-section .container .cards {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .offices-section .container .cards .card .title {
    font-family: 'Brown', sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    line-height: 24px;
  }
  .offices-section .container .cards .card .locations {
    gap: 5px;
  }
  .offices-section .container .cards .card .locations h4 {
    font-family: 'Brown', sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
  }
}
.articles-section {
  padding: 75px 0 98px;
  overflow: hidden;
}
.articles-section .container .top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 54px;
}
.articles-section .container .top-bar .title-a {
  font-family: 'Brown', sans-serif;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  color: #112536;
  font-weight: 700;
}
.articles-section .container .top-bar .left-right {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 10px;
}
.articles-section .container .top-bar .left-right .left,
.articles-section .container .top-bar .left-right .right {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f2ef;
  overflow: hidden;
  border-radius: 500px;
  cursor: pointer;
}
.articles-section .container .top-bar .left-right .left .icon,
.articles-section .container .top-bar .left-right .right .icon {
  width: 14px;
  min-width: 14px;
  height: 14px;
}
.articles-section .container .top-bar .left-right .left.disabled,
.articles-section .container .top-bar .left-right .right.disabled {
  opacity: 0.5;
}
.articles-section .container .top-bar .left-right .left .icon {
  background: url(../images/prev.svg) no-repeat center;
  background-size: contain;
}
.articles-section .container .top-bar .left-right .right .icon {
  background: url(../images/next.svg) no-repeat center;
  background-size: contain;
}
.articles-section .container .btn.more,
.articles-section .container .btn.less {
  display: none;
}
@media screen and (max-width: 1024px) {
  .articles-section .container .top-bar {
    margin-bottom: 50px;
  }
  .articles-section .container .top-bar .title-a {
    font-family: 'Brown', sans-serif;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .articles-section {
    padding: 70px 0;
  }
  .articles-section .container .top-bar .left-right {
    display: none !important;
  }
  .articles-section .container .btn.more,
  .articles-section .container .btn.less {
    margin: 0 auto;
    margin-top: 40px;
  }
}
.single .featured-image {
  width: 100%;
  height: 350px;
  max-height: 350px;
  position: relative;
  z-index: -10;
  margin-bottom: 80px;
}
.single .featured-image img {
  object-position: center;
}
.single .featured-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #112536;
  opacity: 0.5;
  mix-blend-mode: multiply;
}
.single .container.cont {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-bottom: 100px;
  overflow: hidden;
}
.single .container.cont .share-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single .container.cont .share-buttons button,
.single .container.cont .share-buttons a {
  all: unset;
  display: flex;
  min-width: 20px;
  min-height: 20px;
  cursor: pointer;
}
.single .container.cont .share-buttons button.copy-link,
.single .container.cont .share-buttons a.copy-link {
  background: url(../images/url.svg) no-repeat center;
  background-size: contain;
  position: relative;
}
.single .container.cont .share-buttons button.copy-link .tooltip,
.single .container.cont .share-buttons a.copy-link .tooltip {
  background: #000;
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
  z-index: 10;
  white-space: nowrap;
}
.single .container.cont .share-buttons button.copy-link .tooltip.visible,
.single .container.cont .share-buttons a.copy-link .tooltip.visible {
  opacity: 1;
}
.single .container.cont .share-buttons button.facebook,
.single .container.cont .share-buttons a.facebook {
  background: url(../images/facebook-black.svg) no-repeat center;
  background-size: contain;
}
.single .container.cont .share-buttons button.whatsapp,
.single .container.cont .share-buttons a.whatsapp {
  background: url(../images/whatsapp-black.svg) no-repeat center;
  background-size: contain;
}
.single .container.cont .left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.single .container.cont .left .unit .key {
  font-family: 'Brown', sans-serif;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  color: #435464;
  font-weight: 300;
  margin-bottom: 10px;
}
.single .container.cont .left .unit .value {
  font-family: 'Brown', sans-serif;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  color: #9da4a7;
}
.single .container.cont .left .post-share {
  display: flex;
  flex-direction: column;
}
.single .container.cont .left .post-share h4 {
  font-family: 'Brown', sans-serif;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  color: #435464;
  font-weight: 300;
  margin-bottom: 10px;
}
.single .container.cont .right {
  grid-column: span 2;
}
.single .container.cont .right .back {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #435464;
  text-decoration: none;
  font-family: 'Brown', sans-serif;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  line-height: 20px;
  color: #435464;
  font-weight: 300;
  width: fit-content;
  margin-bottom: 50px;
}
.single .container.cont .right .back::before {
  content: "";
  min-width: 20px;
  height: 20px;
  background: url(../images/back-arrow-d.svg) no-repeat center;
  background-size: contain;
}
.single .container.cont .right .main-title {
  font-family: 'Brown', sans-serif;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0;
  line-height: 48px;
  font-weight: 700;
  color: #112536;
  margin-bottom: 20px;
}
.single .container.cont .right .tagline {
  font-family: 'Brown', sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #112536;
  font-style: italic;
  margin-bottom: 50px;
}
.single .container.cont .right .snip-share {
  display: none;
}
.single .container.cont .right .post-body {
  color: #435464;
}
.single .container.cont .right .post-body strong {
  font-weight: 400;
}
.single .container.cont .right .post-body em {
  font-style: italic;
}
.single .container.cont .right .post-body h3 {
  font-family: 'Brown', sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  line-height: 24px;
  color: #213d50;
  font-weight: 700;
  margin-bottom: 20px;
}
.single .container.cont .right .post-body h4 {
  font-family: 'Brown', sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #112536;
}
.single .container.cont .right .post-body p {
  font-family: 'Brown', sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 300;
  letter-spacing: 0.01em;
  text-align: justify;
}
.single .container.cont .right .post-body blockquote {
  padding-left: 20px;
  border-left: solid 2px #ff3017;
  font-style: italic;
}
.single .container.cont .right .post-body ul {
  list-style: disc !important;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 10px;
}
.single .container.cont .right .post-body ul li {
  font-family: 'Brown', sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 300;
}
.single .container.cont .right .post-body a {
  text-decoration: underline;
}
.single .container.line .line {
  height: 1px;
  width: 100%;
  background-color: #112536;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .single .featured-image {
    height: 200px;
    max-height: 200px;
    margin-bottom: 50px;
  }
  .single .container.cont {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding-bottom: 70px;
  }
  .single .container.cont .share-buttons {
    margin-bottom: 50px;
    gap: 20px;
  }
  .single .container.cont .left {
    display: none;
  }
  .single .container.cont .right {
    grid-column: span 1;
  }
  .single .container.cont .right .main-title {
    font-family: 'Brown', sans-serif;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 36px;
  }
  .single .container.cont .right .tagline {
    font-family: 'Brown', sans-serif;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    line-height: 22px;
    letter-spacing: 0.01em;
    margin-bottom: 30px;
  }
  .single .container.cont .right .snip-share {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .single .container.cont .right .snip-share .texts {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .single .container.cont .right .snip-share .texts h4 {
    font-family: 'Brown', sans-serif;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0;
    font-weight: 300;
    color: #9da4a7;
  }
  .single .container.cont .right .snip-share .texts h4 span {
    font-weight: 400;
    color: #9da4a7;
  }
  .single .container.cont .right .snip-share .texts .dot {
    min-width: 4px;
    width: 4px;
    height: 4px;
    background-color: #435464;
    border-radius: 50px;
    overflow: hidden;
  }
  .single .container.cont .right .snip-share .texts .value {
    text-transform: uppercase;
  }
  .single .container.cont .right .post-body blockquote {
    padding-left: 30px;
  }
  .single .container.line .line {
    margin-bottom: 0;
  }
}
.legal-page {
  padding-top: 80px;
  padding-bottom: 100px;
  overflow: hidden;
}
.legal-page h1.title {
  font-family: 'Brown', sans-serif;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0;
  color: #112536;
  margin-bottom: 20px;
  font-weight: 600;
}
.legal-page .body {
  font-family: 'Brown', sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #112536;
}
.legal-page .body p {
  margin-bottom: 10px;
}
.legal-page .body strong {
  font-weight: 600;
}
.legal-page .body h3 {
  font-family: 'Brown', sans-serif;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0;
  margin-bottom: 20px;
  color: #112536;
  font-weight: 600;
}
.legal-page .body h2 {
  font-family: 'Brown', sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 20px;
  color: #112536;
}
.legal-page .body ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}
section.search-results {
  padding: 70px 0 100px;
  overflow: hidden;
}
section.search-results .container .title-a {
  font-family: 'Brown', sans-serif;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0;
  color: #112536;
  margin-bottom: 20px;
  font-weight: 700;
}
section.search-results .container .title-a span {
  font-weight: 400;
}
