@charset "UTF-8";
@import url("base.css");
@import url("modal.css");
@import url("../fonts/stylesheet.css");
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  cursor: default;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

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

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

img {
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

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

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  /* Remove the gray background on active links in IE 10. */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+. */
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  /* Remove the margin in Firefox and Safari */
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

button,
select {
  text-transform: none;
  /* Remove the inheritance of text transform in Firefox */
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

/* -------------------------------------------------------------------------- */
/* HTML elements that should remain in the document, but should be visually 
hidden. */
/* -------------------------------------------------------------------------- */
.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

/* -------------------------------------------------------------------------- */
/*                             splide-core.min.css                            */
/* -------------------------------------------------------------------------- */
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*!
 * tabbyjs v12.0.3
 * Lightweight, accessible vanilla JS toggle tabs.
 * (c) 2019 Chris Ferdinandi
 * MIT License
 * http://github.com/cferdinandi/tabby
 */
/**
 * The tablist
 */
/* ------------------------------- TYPOGRAPHY ------------------------------- */
body {
  line-height: 1.5;
  font-family: "Open Sans";
  font-weight: normal;
  color: #000000;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  font-family: "Montserrat";
  font-weight: 700;
}

h1,
.h1 {
  font-size: 56px;
  line-height: 1.1;
  font-weight: 900;
}

h2,
.h2 {
  font-size: 48px;
  line-height: 1.1;
}

h3,
.h3 {
  font-size: 32px;
  line-height: 1.2;
}

h4,
.h4 {
  font-size: 24px;
  line-height: 1.3;
}

.text-link:hover, .text-link.visible {
  text-decoration: underline;
}

.text-black {
  color: #000000;
}

.text-green {
  color: #0BB764;
}

.text-bold {
  font-weight: 700;
}

.text-white {
  color: #ffffff;
}

.text-xs {
  font-size: 14px;
}

.text-sm {
  font-size: 16px;
}

.text-md {
  font-size: 18px;
}

.text-lg {
  font-size: 20px;
}

.text-xl {
  font-size: 22px;
}

/* -------------------------------- LAYOUTING ------------------------------- */
.mob-only,
.tab-only,
.hidden {
  display: none;
}

.p-0 {
  padding: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.mt-4 {
  margin-top: 4px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-28 {
  margin-top: 28px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-36 {
  margin-top: 36px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-54 {
  margin-top: 54px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-12 {
  margin-left: 12px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.pt-0 {
  padding-top: 0px !important;
}

.text-center {
  text-align: center;
}
.text-center p {
  margin-left: auto;
  margin-right: auto;
}

.relative {
  position: relative;
}

.flex {
  display: flex;
}
.flex.equal > * {
  flex: 1;
}

.flex-1 {
  flex: 1;
}

.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 40px;
  position: relative;
}

.full {
  width: 100%;
}

/* ------------------------------- COMPONENTS ------------------------------- */
.hidden {
  display: none !important;
}

.icon {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.icon.icon-16 {
  width: 16px;
  height: 16px;
}
.icon.icon-sc-in {
  background-image: url("../img/icons/sc-in.svg");
}

a {
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

p {
  color: #414141;
  max-width: 900px;
}

button {
  border: none;
  cursor: pointer;
}

.btn {
  padding: 16px 32px;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  gap: 12px;
  transition: background 0.25s, color 0.25s;
}
.btn:hover {
  background-color: #F1F5F7;
}
.btn.btn-green {
  background-color: #0BB764;
  color: #ffffff;
  border: none;
}
.btn.btn-green:hover {
  background-color: rgb(9.2649484536, 154.1350515464, 84.2268041237);
}
.btn.btn-white {
  background-color: #ffffff;
  color: #2597C9;
  border: none;
}
.btn.btn-white:hover {
  background-color: rgb(224.4, 224.4, 224.4);
}
.btn.btn-sm {
  padding: 6px 16px;
}
.btn.btn-ghost {
  border: none;
}
.btn .icon {
  width: 20px;
  height: 20px;
}

.btn-group {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.label {
  display: block;
  margin-bottom: 12px;
  font-weight: 500;
}
.label.required::after {
  content: "*";
  margin-left: 4px;
}

.input {
  padding: 12px 16px;
  transition: border-color 0.25s;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  display: flex;
  background-color: #ffffff;
}
.input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.input::placeholder {
  color: rgba(0, 0, 0, 0.35);
}

select.input {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: right 12px center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.select-date {
  background-image: url('data:image/svg+xml,<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2988_654)"><path d="M12.6667 2.04378H12V1.37712C12 1.2003 11.9298 1.03074 11.8047 0.905711C11.6797 0.780687 11.5101 0.710449 11.3333 0.710449C11.1565 0.710449 10.987 0.780687 10.8619 0.905711C10.7369 1.03074 10.6667 1.2003 10.6667 1.37712V2.04378H5.33333V1.37712C5.33333 1.2003 5.2631 1.03074 5.13807 0.905711C5.01305 0.780687 4.84348 0.710449 4.66667 0.710449C4.48986 0.710449 4.32029 0.780687 4.19526 0.905711C4.07024 1.03074 4 1.2003 4 1.37712V2.04378H3.33333C2.4496 2.04484 1.60237 2.39637 0.97748 3.02126C0.352588 3.64615 0.00105857 4.49339 0 5.37712L0 13.3771C0.00105857 14.2608 0.352588 15.1081 0.97748 15.733C1.60237 16.3579 2.4496 16.7094 3.33333 16.7104H12.6667C13.5504 16.7094 14.3976 16.3579 15.0225 15.733C15.6474 15.1081 15.9989 14.2608 16 13.3771V5.37712C15.9989 4.49339 15.6474 3.64615 15.0225 3.02126C14.3976 2.39637 13.5504 2.04484 12.6667 2.04378ZM1.33333 5.37712C1.33333 4.84668 1.54405 4.33798 1.91912 3.9629C2.29419 3.58783 2.8029 3.37712 3.33333 3.37712H12.6667C13.1971 3.37712 13.7058 3.58783 14.0809 3.9629C14.456 4.33798 14.6667 4.84668 14.6667 5.37712V6.04378H1.33333V5.37712ZM12.6667 15.3771H3.33333C2.8029 15.3771 2.29419 15.1664 1.91912 14.7913C1.54405 14.4163 1.33333 13.9075 1.33333 13.3771V7.37712H14.6667V13.3771C14.6667 13.9075 14.456 14.4163 14.0809 14.7913C13.7058 15.1664 13.1971 15.3771 12.6667 15.3771Z" fill="%23898989"/><path d="M8 11.7104C8.55228 11.7104 9 11.2627 9 10.7104C9 10.1582 8.55228 9.71045 8 9.71045C7.44772 9.71045 7 10.1582 7 10.7104C7 11.2627 7.44772 11.7104 8 11.7104Z" fill="%23898989"/><path d="M4.66675 11.7104C5.21903 11.7104 5.66675 11.2627 5.66675 10.7104C5.66675 10.1582 5.21903 9.71045 4.66675 9.71045C4.11446 9.71045 3.66675 10.1582 3.66675 10.7104C3.66675 11.2627 4.11446 11.7104 4.66675 11.7104Z" fill="%23898989"/><path d="M11.3333 11.7104C11.8855 11.7104 12.3333 11.2627 12.3333 10.7104C12.3333 10.1582 11.8855 9.71045 11.3333 9.71045C10.781 9.71045 10.3333 10.1582 10.3333 10.7104C10.3333 11.2627 10.781 11.7104 11.3333 11.7104Z" fill="%23898989"/></g><defs><clipPath id="clip0_2988_654"><rect width="16" height="16" fill="white" transform="translate(0 0.710449)"/></clipPath></defs></svg>');
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left 12px center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-left: 40px;
}

.input-group {
  display: flex;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
}
.input-group > * {
  flex: 1 1 200px;
}
.input-group.layout-1 {
  max-width: 640px;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.input-check[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #2597C9;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.input-check[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  background-color: #2597C9;
}

.input-check[type=radio] {
  width: 20px;
  height: 20px;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #2597C9;
  border-radius: 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.input-check[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%235C6151'/%3e%3c/svg%3e");
}

.check-wrapper {
  display: flex;
  gap: 6px;
}
.check-wrapper .input-check {
  margin-top: 2px;
  flex: none;
}

.logo {
	width: 100px;
	height: 70px;
  background-image: url("../img/brand/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex: none;
}

.nav .container {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav .nav-menus {
  display: flex;
  align-items: center;
  gap: 8px 12px;
}
.nav .call-now {
  color: #0BB764;
  margin-right: 16px;
}
.nav .call-now a {
  font-weight: 700;
  margin-left: 2px;
}

.icon-box {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background-color: #C3FFE2;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.03), 0 20px 24px -4px rgba(0, 0, 0, 0.08);
}
.icon-box .icon {
  width: 28px;
  height: 28px;
}
.icon-box.social-btn {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: 40px;
  height: 40px;
  box-shadow: none;
}
.icon-box.social-btn:hover {
  background-color: #F1F5F7;
}
.icon-box.social-btn .icon {
  width: 20px;
  height: 20px;
}
.icon-box.green {
  background-color: #0BB764;
}
.icon-box.blue {
  background-color: #92CBE4;
}

.section-hero {
  background-color: #2597C9;
  color: #ffffff;
  display: flex;
  min-height: 500px;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.section-hero .container {
  background-image: url("../img/illustrations/hero-1.svg");
  background-size: cover;
  background-position: center;
}
.section-hero .btn-group .btn {
  min-width: 240px;
}
.section-hero .container {
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  gap: 60px;
  z-index: 0;
  align-items: center;
}
.section-hero .panel-wrapper {
  background-color: #ffffff;
  color: #000000;
  padding: 28px;
  border-radius: 16px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
  width: 360px;
  flex: none;
}
.section-hero .panel-wrapper .info-inline .info {
  padding: 12px 0px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
  display: flex;
}
.section-hero .panel-wrapper .info-inline .title {
  width: 90px;
  flex: none;
  color: #898989;
}
.section-hero .panel-wrapper .info-inline .value {
  font-weight: 700;
}
.section-hero .panel-wrapper .info-list .info {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #414141;
}
.section-hero .panel-wrapper .info-list .info::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/icons/chevron-r.svg") center no-repeat;
  background-size: contain;
}
.section-hero .panel-wrapper .map-wrapper img {
  width: 100%;
  border-radius: 4px;
}

.section {
  padding: 120px 0px;
}
.section.bg-1 {
  background-color: #F1F5F7;
}

.boxed {
  display: flex;
  gap: 16px;
}
.boxed.with-line {
  padding: 20px 0px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}
.boxed .icon-wrapper .icon {
  width: 24px;
  height: 24px;
}
.boxed .title {
  font-weight: 700;
  font-size: 18px;
}
.boxed .desc {
  margin-top: 6px;
}

.content-row {
  display: flex;
  gap: 60px;
}
.content-row.reversed {
  flex-direction: row-reverse;
}
.content-row .img-in {
  border-radius: 16px;
  min-height: 280px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.content-row .img-fill {
  flex: 1;
}
.content-row .content {
  width: 100%;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-row .content.wider {
  flex: 2;
}
.content-row.align-top {
  align-items: flex-start;
}

.carousel-1 .splide__slide {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  padding: 32px;
  display: flex;
  gap: 40px;
  align-items: center;
  width: 80vw;
  max-width: 900px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
  margin-top: 2px;
  margin-bottom: 8px;
}
.carousel-1 .text-wrapper,
.carousel-1 .img-wrapper {
  flex: 1;
}
.carousel-1 .text-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 28px;
}
.carousel-1 .img-wrapper {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  min-height: 400px;
  border-radius: 12px;
}
.carousel-1 .chip-wrapper {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
}
.carousel-1 .btn-wrapper {
  margin-top: auto;
}

.marks {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.marks .mark {
  width: 200px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.marks .mark .icon {
  height: 24px;
  width: 24px;
}

.carousel-btns {
  gap: 4px;
}
.carousel-btns .active {
  background-color: #F1F5F7;
}

.cards {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.cards .card {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 32px;
  flex: 1 1 300px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}
.cards .card .text-wrapper {
  margin-bottom: auto;
}
.cards .card-cover {
  background-size: cover;
  background-position: center;
}

ul.list {
  display: flex;
  flex-direction: column;
  gap: 0.2ch;
}
ul.list li {
  position: relative;
  margin-left: 1.5ch;
}
ul.list li::before {
  content: "•";
  font-size: 2ch;
  top: -0.25ch;
  left: -1.5ch;
  position: absolute;
}

.chip {
  padding: 4px 12px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  display: inline-flex;
  color: #0BB764;
}

.industries .industry {
  font-weight: 700;
  display: flex;
  gap: 12px;
  padding: 20px 32px;
  background-color: #ffffff;
  border-radius: 100px;
}

.scenarios .scenario {
  color: #414141;
  padding: 16px 0px;
  border-bottom: 1px dashed #898989;
}
.scenarios .scenario:first-child {
  padding-top: 0px;
}
.scenarios .scenario:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}

.form-box {
  padding: 32px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}

.accordion {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}
.accordion .question {
  padding: 16px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 700;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}
.accordion .question:hover {
  color: #0BB764;
}
.accordion .question .title {
  flex: 1;
  text-align: left;
}
.accordion .question::after {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("../img/icons/plus-green.svg");
  background-size: contain;
  display: block;
  margin-left: auto;
  transition: 0.25s;
}
.accordion .value {
  display: none;
  padding: 16px;
  padding-top: 0px;
}
.accordion.is-open .value {
  display: block;
  animation: accordionx 0.25s;
}
.accordion.is-open .question::after {
  transform: rotate(45deg);
}

@keyframes accordionx {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.faq-map {
  position: relative;
  padding: 20px;
  padding-top: 200px;
  align-items: flex-end;
  justify-content: flex-end;
  border-radius: 16px;
  overflow: hidden;
}
.faq-map .map {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}
.faq-map .location-panel {
  padding: 28px;
  text-align: center;
  background-color: #ffffff;
  position: relative;
  border-radius: 16px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
}
.faq-map .divider {
  margin: 20px 0px;
  border-top: 1px dashed rgba(0, 0, 0, 0.15);
}
.faq-map .chips {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.panel-interlude {
  background-color: #2597C9;
  color: #ffffff;
  padding: 40px;
  border-radius: 16px;
  text-align: center;
  background-image: url("../img/illustrations/hero-1.svg");
  background-size: cover;
}
.panel-interlude p {
  color: #ffffff;
}

@media only screen and (max-width: 1024px) {
  .section-hero .container {
    flex-direction: column;
  }
  .section-hero .text-wrapper {
    text-align: center;
  }
  .section-hero .btn-group {
    align-items: center;
    justify-content: center;
  }
  .section-hero .btn-group .btn {
    width: 100%;
    max-width: 640px;
  }
  .section-hero .panel-wrapper {
    width: 100%;
    max-width: 640px;
  }
  .marks {
    margin-left: auto;
    margin-right: auto;
    max-width: 640px;
    align-items: center;
    justify-content: center;
  }
  .marks .mark {
    width: auto;
  }
  .content-row, .content-row.reversed {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 38px;
  }
  h2, .h2 {
    font-size: 32px;
  }
  h3, .h3 {
    font-size: 24px;
  }
  h4, .h4 {
    font-size: 20px;
  }
  .mob-only {
    display: block;
  }
  .hide-mob {
    display: none !important;
  }
  .container {
    padding: 0px 20px;
  }
  .nav .container {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .nav .nav-menus {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .nav .call-now {
    text-align: right;
    margin-right: 0px;
    flex: 100%;
    order: 1;
  }
  .icon-box.social-btn {
    width: 28px;
    height: 28px;
    border: none;
  }
  .section-hero .panel-wrapper .info-inline .info {
    flex-direction: column;
    gap: 8px;
  }
  .section {
    padding: 80px 0px;
  }
  .carousel-btns {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0px 20px;
    flex-wrap: nowrap;
    overflow: auto;
  }
  .carousel-btns .btn {
    flex: none;
    white-space: nowrap;
  }
  .carousel-1 .splide__slide {
    padding: 20px;
    display: block;
    overflow: hidden;
  }
  .carousel-1 .text-wrapper {
    height: auto;
  }
  .carousel-1 .img-wrapper {
    margin-top: 32px;
    height: 200px;
    min-height: auto;
  }
  .carousel-1 .btn-wrapper .btn {
    width: 100%;
  }
  .cards {
    gap: 20px;
  }
  .cards .card {
    padding: 20px;
  }
  .cards .card-cover {
    padding: 60px 20px;
  }
  .form-box {
    padding: 20px;
  }
  .content-row {
    gap: 40px;
  }
  .faq-map .location-panel {
    padding: 20px;
  }
  .panel-interlude {
    padding: 20px;
    padding-top: 32px;
  }
}/*# sourceMappingURL=style.css.map */