* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #4e3476;
  --title: #061c33;
  --text: #4a555e;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 140rem;
  margin: 0 auto;
  position: relative;
}
.content .content {
  padding: 0;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 143rem;
  margin: 0 auto;
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
input,
button,
textarea {
  border: none;
  outline: none;
  font-family: unset;
  color: var(--title);
}
select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
  color: var(--title);
}
textarea {
  resize: none;
}
button,
input[type="submit"] {
  cursor: pointer;
}
input[type="checkbox"] {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
table {
  width: 100%;
  border-collapse: collapse;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.flex1 {
  flex: 1;
}
.flex2 {
  flex: 2;
}
.flex3 {
  flex: 3;
}
.between {
  justify-content: space-between;
}
.center {
  text-align: center;
}
.flex_start {
  justify-content: flex-start;
}
.flex_center {
  justify-content: center;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
body {
  font-size: 1.6rem;
  color: var(--title);
  font-family: 'Geist', sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 15px;
}
body [data-wpr-lazyrender] {
  content-visibility: unset;
}
.only_mobile {
  display: none;
}
.gap {
  gap: 3rem;
}
.grecaptcha-badge {
  visibility: hidden;
}
#fullscreen-loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to top, #eeebf2, #ffffff);
}
#fullscreen-loader::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 8px solid var(--primary);
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}
@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ct img {
  object-fit: contain;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0;
  top: 0;
}
.img.img_aba {
  position: relative;
}
.img.img_aba::after {
  content: '';
  display: block;
  padding-bottom: var(--h);
}
.img.img_aba img {
  position: absolute;
  left: 0;
  top: 0;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
  aspect-ratio: inherit;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.custom-popup {
  --radius: 0px;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: var(--radius);
  z-index: 999;
  padding: 8px;
  font-size: 14px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.2s ease;
}
.custom-popup.show {
  opacity: 1;
  transform: scaleY(1);
}
.custom-popup.up {
  transform-origin: bottom;
}
.custom-popup .popup-empty {
  padding: 12px;
  text-align: center;
  color: #999;
}
.custom-popup input.popup-input {
  display: block;
  width: 100%;
  padding: 11px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  background: #fff;
  color: var(--title);
  margin-bottom: 8px;
  border-radius: calc(var(--radius) - 2px);
}
.custom-popup input.popup-input::placeholder {
  color: #666;
}
.custom-popup input.popup-input:focus {
  border-color: var(--primary);
}
.custom-popup .popup-options {
  overflow: auto;
  max-height: 50vh;
}
.custom-popup .popup-option {
  padding: 12px;
  margin: 0 0 4px;
  cursor: pointer;
  transition: all 0.15s;
  border-radius: calc(var(--radius) - 2px);
}
.custom-popup .popup-option:hover,
.custom-popup .popup-option.selected {
  background-color: #f0f0f0;
}
.custom-popup .popup-option:last-child {
  margin-bottom: 0;
}
.syedittext .subtitle {
  font-size: 2.2rem;
  text-transform: uppercase;
}
.syedittext h1 {
  font-weight: 600;
  font-size: 7.8rem;
  line-height: 1.102564;
}
.syedittext h2 {
  font-weight: 600;
  font-size: 5.2rem;
  line-height: 1.230769;
}
.syedittext p {
  color: var(--text);
  font-size: 1.8rem;
  line-height: 3.2rem;
}
.syedittext.white {
  color: #fff;
}
.syedittext.white p {
  color: rgba(255, 255, 255, 0.7);
}
.btn {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3;
  padding: 0 2em;
  border-radius: 0.6rem;
  border: 1px solid var(--primary);
  background-color: var(--primary);
}
.btn:hover {
  color: var(--primary);
  background-color: #fff;
}
.swiper_controls {
  gap: 2rem;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
}
.swiper_btns {
  gap: 3rem;
  display: flex;
}
.swiper_btns.middle {
  width: 98%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  pointer-events: none;
  justify-content: space-between;
}
.swiper_btns.middle div {
  pointer-events: auto;
}
.swiper_btns.middle .swiper-button-disabled {
  pointer-events: none;
}
.swiper_btns div {
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--primary);
  background-color: var(--primary);
}
.swiper_btns div::after {
  content: '';
  display: block;
  width: 35%;
  height: 35%;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
  background: url(../img/arrow-line-l-b.svg) no-repeat center / contain;
}
.swiper_btns div:hover {
  background-color: var(--title);
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  pointer-events: none;
  border-color: rgba(36, 36, 36, 0.45);
  background-color: transparent;
}
.swiper_btns .swiper-button-disabled::after {
  filter: none;
}
.swiper-pagination.swiper-pagination-bullets {
  position: static;
  display: flex;
  align-items: center;
}
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  width: 12px;
  height: 12px;
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: #aaaaaa;
  transform: scale(0.666667);
}
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  transform: scale(1);
  background-color: var(--primary);
}
header {
  position: sticky;
  top: 0;
  z-index: 996;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header .content {
  max-width: 173.6rem;
}
header .logo {
  display: block;
  position: relative;
  transform: translateX(-1.7rem);
}
header .logo img {
  display: block;
  width: 22.2rem;
  height: auto;
}
header .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
header .main {
  flex: 1;
  max-width: 143.5rem;
}
header .top {
  gap: 17px;
  padding: 10px 0;
}
header .top ul {
  gap: 20px;
  display: flex;
  align-items: center;
}
header .top li {
  gap: 20px;
  display: flex;
  align-items: center;
}
header .top li::after {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  background-color: #d7dae1;
}
header .top a {
  font-size: 17px;
  transition: all 0.3s;
}
header .top a:hover {
  color: var(--primary);
}
header .btn_lang {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  padding: 0 5px;
  cursor: pointer;
  font-size: 17px;
  text-transform: uppercase;
  background-color: transparent;
}
header .btn_lang::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background: url(../img/icon-lang.svg) no-repeat center / contain;
}
header .btn_lang::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  margin-left: 16px;
  background: url(../img/arrow-down-b.svg) no-repeat center / contain;
}
header .bot {
  padding: 5px 0 20px;
}
header nav .close_box {
  display: none;
}
header nav .menu {
  gap: 4.5rem;
  display: flex;
}
header nav .menu > li {
  position: relative;
  z-index: 2;
}
header nav .menu > li > a {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 50px;
  transition: all 0.3s;
}
header nav .menu > li > a:hover {
  color: var(--primary);
}
header nav .con > div > div + div {
  display: none;
}
header nav .menu > li:hover > .sub-menu {
  transform: translate(0);
  pointer-events: all;
  opacity: 1;
}
header nav .sub-menu {
  position: absolute;
  top: 100%;
  left: -24px;
  padding: 6px;
  transition: all 0.3s;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
  pointer-events: none;
  opacity: 0;
  min-width: 180px;
}
header nav .sub-menu > li + li {
  margin-top: 4px;
}
header nav .sub-menu > li > a {
  display: block;
  font-size: 16px;
  white-space: nowrap;
  padding: 10px 18px;
  transition: all 0.2s;
  border-radius: 6px;
}
header nav .sub-menu > li > a:hover {
  color: #fff;
  background-color: var(--primary);
}
header .rt {
  gap: 16px;
  display: flex;
  align-items: center;
}
header .btn_search form {
  width: 36.3rem;
  display: grid;
  grid-template-columns: 1fr auto;
  transition: all 0.3s;
  border-radius: 6px;
  border: 1px solid #f8f7f4;
  background-color: #f8f7f4;
}
header .btn_search form:hover,
header .btn_search form:focus-within {
  border-color: var(--primary);
}
header .btn_search form input[type="text"] {
  width: 100%;
  display: block;
  background-color: transparent;
  color: var(--title);
  font-size: 18px;
  padding: 0 20px;
}
header .btn_search form input[type="text"]::placeholder {
  color: #384567;
}
header .btn_search form label {
  width: 62px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
}
header .btn_search form label:hover {
  background-color: var(--primary);
}
header .btn_search form label:hover::after {
  filter: contrast(0) brightness(2);
}
header .btn_search form label::after {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  transition: all 0.3s;
  background: url(../img/icon-search.svg) no-repeat center / contain;
}
header .btn_search form label input[type="submit"] {
  display: none;
}
header .btn_account {
  gap: 16px;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  border-radius: 6px;
  background-color: var(--primary);
  padding: 0 23px 0 18px;
  transition: all 0.3s;
}
header .btn_account:hover {
  background-color: var(--title);
}
header .btn_account::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  filter: contrast(0) brightness(2);
  background: url(../img/icon-account.svg) no-repeat center / contain;
}
header .btn_menu {
  display: none;
}
footer {
  padding: 7.7rem 0 2rem;
}
footer .subscribe {
  width: calc(100% - 6rem);
  max-width: 155rem;
  margin: 0 auto 7.7rem;
  overflow: hidden;
  border-radius: 1.7rem;
}
footer .subscribe .flex {
  padding: 5.677419% 4.516129% 6.774194% 5.16129%;
}
footer .subscribe .syedittext {
  flex: 1;
}
footer .subscribe .syedittext p {
  margin-top: 1.2rem;
  max-width: 50rem;
}
footer .subscribe .form {
  width: 42.142857%;
  margin-top: 2.428571%;
}
footer .subscribe .form form {
  gap: 1.6rem;
  display: grid;
  grid-template-columns: 1fr auto;
}
footer .subscribe .form input[type="email"] {
  color: var(--title);
  font-size: 1.7rem;
  border-radius: 0.6rem;
  border: 1px solid #dbdbdb;
  padding: 0 2.5rem;
}
footer .subscribe .form input[type="email"]::placeholder {
  color: #595959;
}
footer .subscribe .form input[type="submit"] {
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.2rem;
  border-radius: 0.6rem;
  background-color: var(--primary);
  padding: 2rem 4.7rem;
  transition: all 0.3s;
}
footer .subscribe .form input[type="submit"]:hover {
  background-color: var(--title);
}
footer .foot_navs {
  column-count: 4;
  column-gap: 6.857143%;
}
footer .foot_nav {
  break-inside: avoid;
  margin-bottom: 6rem;
}
footer .foot_nav strong {
  display: block;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 1.5em;
}
footer .foot_nav li + li {
  margin-top: 1.4rem;
}
footer .foot_nav a {
  vertical-align: top;
  color: var(--text);
  font-size: 1.7rem;
  transition: all 0.3s;
}
footer .foot_nav a:hover {
  color: var(--primary);
}
footer .foot_nav a[target="_blank"] {
  display: block;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  padding: 1.7rem;
  border-radius: 0.6rem;
  background-color: var(--primary);
}
footer .foot_nav a[target="_blank"]:hover {
  background-color: var(--title);
}
footer .bot {
  gap: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12.4rem;
}
footer .logo {
  display: block;
  position: relative;
}
footer .logo img {
  display: block;
  width: 22.2rem;
  height: auto;
}
footer .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
footer .ct {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
footer .ct ul {
  gap: 1.2rem;
  display: flex;
  align-items: center;
  margin-left: 1.2rem;
}
footer .ct li {
  gap: 1.2rem;
  display: flex;
  align-items: center;
}
footer .ct li::before {
  content: '';
  display: block;
  width: 1px;
  height: 1.3rem;
  background-color: #dadde1;
}
footer .ct a {
  display: block;
  transition: all 0.3s;
}
footer .ct a:hover {
  color: var(--primary);
}
footer .social {
  gap: 1rem;
  display: flex;
}
footer .social .active a,
footer .social a:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}
footer .social .active a::after,
footer .social a:hover::after {
  filter: contrast(0) brightness(2);
}
footer .social a {
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  border: 1px solid #dadde1;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
}
footer .social a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s;
  background: no-repeat center / contain;
}
footer .social .facebook a::after {
  background-image: url(../img/social-facebook.svg);
}
footer .social .instagram a::after {
  background-image: url(../img/social-instagram.svg);
}
footer .social .youtube a::after {
  background-image: url(../img/social-youtube.svg);
}
footer .social .linkedin a::after {
  background-image: url(../img/social-linkedin.svg);
}
footer .social .twitter a::after {
  background-image: url(../img/social-twitter.svg);
}
.blog_list a {
  display: block;
  position: relative;
}
.blog_list a:hover img {
  transform: scale(1.03);
}
.blog_list .img {
  border-radius: 1.6rem;
  padding-bottom: 67.549669%;
}
.blog_list .info .cat {
  position: absolute;
  left: 2.6rem;
  top: 2.4rem;
  z-index: 2;
  text-align: center;
  border-radius: 1rem;
  background-color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  padding: 1.7rem 2rem;
  min-width: 17.7rem;
}
.blog_list .info .title {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 4.5rem;
  margin-top: 3.8rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog_list .info .desc {
  color: var(--text);
  font-size: 1.8rem;
  line-height: 3.2rem;
  margin-top: 2.5rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog_list.sm .info .cat {
  display: none;
}
.blog_list.sm .info .title {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 2.9rem;
  margin-top: 3.2rem;
}
.blog_list.sm .info .desc {
  font-size: 1.7rem;
}
.section_banner {
  max-width: 256rem;
  margin: 0 auto;
}
.section_banner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 43.229167%;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  background-image: linear-gradient(to right, #05111e, transparent);
}
.section_banner .flex {
  height: 100vh;
  max-height: 80rem;
  min-height: max-content;
  padding: 8rem 0;
}
.section_banner .head {
  width: 59.142857%;
  max-width: 73rem;
  padding-bottom: 7.428571%;
}
.section_banner .head h1 {
  min-height: 17.2rem;
  display: flex;
  align-items: flex-end;
}
.section_banner .head p {
  max-width: 58.6rem;
  margin-top: 2.2rem;
  line-height: 2.9rem;
}
.section_banner .head .btn {
  margin-top: 3.8rem;
}
.section_banner form {
  gap: 1.2rem;
  display: grid;
  grid-template-columns: 1fr auto;
  max-width: 63.6rem;
  margin-top: 3.8rem;
}
.section_banner form input[type="text"] {
  width: 100%;
  display: block;
  border-radius: 0.6rem;
  font-size: 1.8rem;
  padding: 0 2.4rem;
}
.section_banner form input[type="text"]::placeholder {
  color: rgba(8, 25, 68, 0.8);
}
.section_banner form input[type="submit"].btn {
  margin-top: 0;
  min-width: 16.2rem;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 6rem;
}

/*** global css ***/
.loading {
  position: relative;
}
.loading:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  background-color: rgba(255, 255, 255, 0.3);
}
.loading:after {
  content: '';
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 0.8rem solid #EFEFEF;
  border-top-color: var(--primary);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  transition: all 0.3s;
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: loading 1s linear infinite;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  80% {
    transform: translate(-50%, -50%) rotate(320deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.wpcf7 form.wpcf7-form .wpcf7-spinner {
  width: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: .5rem;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output {
  margin: 12px 0 0;
  padding: 0;
  border: none;
  width: 100%;
}
.wpcf7 form.wpcf7-form .wpcf7-list-item {
  margin: 0;
}

.quote_modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  align-items: center;
  overflow: auto;
}
.quote_modal::-webkit-scrollbar {
  display: none;
}
.quote_modal .modal_content {
  width: calc(100% - 4rem);
  max-width: 76.8rem;
  margin: 5rem auto;
  padding: 5rem;
  border-radius: 1rem;
  background-color: #f9f9f9;
  overflow: unset;
}
.quote_modal .contact_main .lt {
  max-width: unset;
  padding: 0;
}
.quote_modal .contact_main .rt {
  width: 100%;
}
.quote_modal .head .title {
  font-weight: 600;
  font-size: 5.2rem;
  line-height: 1.230769;
}
.quote_modal .contact_main .form {
  padding: 0;
  margin-top: 5rem;
  background-color: transparent;
}
/*** global css ***/

@media screen and (min-width: 769px) and (max-width: 1600px) {
  header nav .menu {
    gap: 4rem;
  }
  header nav .menu > li > a {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  header .content {
    padding: 0 20px;
  }
  header .top a {
    font-size: 16px;
  }
  header .btn_lang {
    font-size: 16px;
  }
  header nav .menu {
    gap: 3rem;
  }
  header nav .menu > li > a {
    font-size: 17px;
  }
  header .btn_search form label {
    width: 48px;
  }
  header .btn_account {
    gap: 10px;
    font-size: 17px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 1220px) {
  header .rt {
    gap: 26px;
  }
  header .bot {
    justify-content: flex-end;
  }
  header .btn_search {
    position: relative;
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: url(../img/icon-search.svg) no-repeat center / contain;
  }
  header .btn_search form {
    position: absolute;
    right: -14px;
    top: 50%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
    transform: translateY(-50%);
    border-color: var(--primary);
  }
  header .btn_search.active form {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  footer .bot {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  header .logo {
    transform: translate(0);
  }
  header nav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    pointer-events: none;
    display: flex;
    --radius: 8px;
  }
  header nav.active {
    pointer-events: auto;
  }
  header nav.active .close {
    opacity: 1;
  }
  header nav.active .con {
    transform: translate(0);
  }
  header nav > .close {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
    background-color: rgba(0, 0, 0, 0.75);
  }
  header nav .con {
    width: min(300px, 80%);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
    transform: translateX(-100%);
    background-color: #fff;
  }
  header nav .con > div > div + div {
    display: block;
    margin-top: 8px;
  }
  header nav .close_box {
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header nav .close_box .close {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-left: auto;
    transition: all 0.3s;
    border-radius: var(--radius);
    background: url('../img/close.svg') no-repeat center / 12px;
  }
  header nav .close_box .close:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .close_box + div {
    flex: 1;
    overflow: auto;
    padding: 12px 12px 30px;
  }
  header nav .menu {
    display: block;
  }
  header nav .menu > li {
    cursor: pointer;
  }
  header nav .menu > li + li {
    margin-top: 8px;
  }
  header nav .menu > li > a {
    color: var(--title);
    display: block;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 12px;
    transition: all 0.3s;
    border-radius: var(--radius);
  }
  header nav .menu > li > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .menu > li.current-menu-item > a,
  header nav .menu > li.current-menu-parent > a {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .menu .menu-item-has-children {
    position: relative;
  }
  header nav .menu .menu-item-has-children > a {
    margin-right: 46px;
  }
  header nav .menu .menu-item-has-children::before,
  header nav .menu .menu-item-has-children::after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    width: 36px;
    height: 36px;
    transition: all 0.3s;
    border-radius: var(--radius);
  }
  header nav .menu .menu-item-has-children::after {
    background: url(../img/select.svg) no-repeat center / 12px;
  }
  header nav .menu .menu-item-has-children.active::before {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .menu .menu-item-has-children.active::after {
    transform: rotate(180deg);
  }
  header nav .sub-menu {
    position: static;
    padding: 10px;
    margin: 12px 0;
    box-shadow: none;
    display: none;
    opacity: 1;
    pointer-events: auto;
    transition: none;
    min-width: unset;
    border-radius: var(--radius);
    transform: translate(0);
    background-color: rgba(0, 0, 0, 0.02);
  }
  header nav .sub-menu > li {
    cursor: pointer;
    transform: translate(0);
  }
  header nav .sub-menu > li + li {
    margin-top: 6px;
  }
  header nav .sub-menu > li > a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    white-space: normal;
    padding: 10px;
    transition: all 0.3s;
    border-radius: var(--radius);
  }
  header nav .sub-menu > li > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .sub-menu > li.current-menu-item > a {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .sub-menu .menu-item-has-children > a {
    margin-right: 42px;
  }
  header nav .sub-menu .menu-item-has-children::before,
  header nav .sub-menu .menu-item-has-children::after {
    top: 2px;
    width: 36px;
    height: 36px;
    background-size: 10px;
  }
  header nav .sub-menu .sub-menu {
    margin: 10px 0;
  }
  header nav .sub-menu .sub-menu > li + li {
    margin-top: 0;
  }
  header nav .sub-menu .sub-menu > li > a {
    font-size: 12px;
  }
  header .btn_menu {
    display: block;
    width: 23px;
    height: 23px;
    cursor: pointer;
    overflow: hidden;
    text-indent: -999px;
    background: url(../img/nav-btn.svg) no-repeat center / contain;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  footer .subscribe .flex {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #8b8b8b;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0 20px;
  }
  .swiper_content {
    padding: 10px 20px;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .gap {
    gap: 20px;
  }
  .gap_12 {
    gap: 12px !important;
  }
  .gap_20 {
    gap: 20px !important;
  }
  .gap_30 {
    gap: 30px !important;
  }
  section:not(.section_banner):not(.no_mobile_section_pad) {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section .card,
  section a.card,
  .home_card .item {
    padding: 20px !important;
  }
  .swiper_btns {
    gap: 20px;
  }
  .swiper_btns div {
    width: 40px;
    height: 40px;
  }
  .blog_list a {
    border-radius: 1.2rem;
  }
  .blog_list .info {
    padding-top: 10px;
  }
  .blog_list .info .cat {
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 15px;
    min-width: unset;
    left: 15px;
    top: 15px;
  }
  .blog_list .title {
    font-size: 18px !important;
    line-height: 1.3 !important;
    margin-top: 12px !important;
  }
  .blog_list .desc {
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin-top: 12px !important;
  }
  .section_banner::before {
    width: 100%;
  }
  .section_banner .flex {
    height: auto;
    max-height: none;
    min-height: 0;
    padding: 4.8rem 0 5.6rem;
  }
  .section_banner .head {
    width: 100%;
    max-width: 420px;
    padding-bottom: 0;
  }
  .section_banner .head h1 {
    min-height: 0;
  }
  .section_banner form input[type="text"] {
    font-size: 14px;
    padding: 0 15px;
  }
  a.btn,
  button.btn,
  input[type="submit"].btn,
  input[type="button"].btn,
  .btn_line,
  .btn_cta,
  .btn_apply,
  .btn_contact,
  .btn_plan,
  .btn_quote,
  .btn_primary,
  .btn_outline,
  .btn_story {
    font-size: 14px !important;
    line-height: 40px !important;
    min-width: 120px !important;
    padding: 0 20px !important;
    border-radius: 6px !important;
  }
  h1,
  .syedittext h1,
  .head h1 {
    font-size: 25px !important;
    line-height: 1.3 !important;
    letter-spacing: unset;
    max-width: unset;
  }
  h2,
  .syedittext h2,
  .head h2 {
    font-size: 22px !important;
    line-height: 1.3 !important;
    letter-spacing: unset;
    max-width: unset;
  }
  h3,
  .syedittext h3,
  .head h3 {
    font-size: 18px !important;
    line-height: 1.3 !important;
    letter-spacing: unset;
    max-width: unset;
  }
  .subtitle,
  p.subtitle {
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin-bottom: 8px;
    max-width: unset !important;
    width: auto !important;
  }
  div.head.white p,
  .head.white p,
  .syedittext.white p,
  div.head.white .desc,
  .head.white .desc,
  .syedittext.white .desc {
    letter-spacing: unset;
  }
  div.head.white .subtitle,
  .head.white .subtitle,
  .syedittext.white .subtitle {
    letter-spacing: 1px;
  }
  div.head .subtitle,
  .head .subtitle,
  .syedittext .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }
  div.head h1,
  .head h1,
  .syedittext h1,
  div.head h2,
  .head h2,
  .syedittext h2,
  div.head h3,
  .head h3,
  .syedittext h3 {
    letter-spacing: unset;
    max-width: unset;
  }
  div.head h1 + .desc,
  .head h1 + .desc,
  .syedittext h1 + .desc,
  div.head h2 + .desc,
  .head h2 + .desc,
  .syedittext h2 + .desc,
  div.head h3 + .desc,
  .head h3 + .desc,
  .syedittext h3 + .desc,
  div.head h1 + p:not(.subtitle),
  .head h1 + p:not(.subtitle),
  .syedittext h1 + p:not(.subtitle),
  div.head h2 + p:not(.subtitle),
  .head h2 + p:not(.subtitle),
  .syedittext h2 + p:not(.subtitle),
  div.head h3 + p:not(.subtitle),
  .head h3 + p:not(.subtitle),
  .syedittext h3 + p:not(.subtitle) {
    margin-top: 12px;
  }
  div.head .desc,
  .head .desc,
  .syedittext .desc,
  div.head p,
  .head p,
  .syedittext p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
  }
  div.head p + p:not(.subtitle),
  .head p + p:not(.subtitle),
  .syedittext p + p:not(.subtitle) {
    margin-top: 12px;
  }
  div.head .btn,
  .head .btn,
  .syedittext .btn,
  div.head .btn_line,
  .head .btn_line,
  .syedittext .btn_line,
  div.head .btn_cta,
  .head .btn_cta,
  .syedittext .btn_cta,
  div.head .btn_apply,
  .head .btn_apply,
  .syedittext .btn_apply,
  div.head .btn_contact,
  .head .btn_contact,
  .syedittext .btn_contact,
  div.head .btn_plan,
  .head .btn_plan,
  .syedittext .btn_plan,
  div.head .btn_quote,
  .head .btn_quote,
  .syedittext .btn_quote,
  div.head .btn_primary,
  .head .btn_primary,
  .syedittext .btn_primary,
  div.head .btn_outline,
  .head .btn_outline,
  .syedittext .btn_outline,
  div.head .btn_story,
  .head .btn_story,
  .syedittext .btn_story {
    margin-top: 20px;
  }
  .left_col,
  .right_col,
  .lt,
  .rt {
    width: 100% !important;
    max-width: unset !important;
  }
  .content > .flex.between,
  .content > .flex.flex_top,
  section .head + .flex {
    flex-direction: column;
    align-items: flex-start;
  }
  header {
    position: sticky;
    top: 0;
    z-index: 996;
  }
  header .content {
    padding: 0 20px;
  }
  header .content .flex.flex_middle {
    flex-direction: row;
  }
  header .logo {
    transform: translateX(0);
  }
  header .logo img {
    width: auto;
    height: 64px;
  }
  header .main {
    max-width: unset;
  }
  header .top {
    display: none;
  }
  header .bot {
    padding: 0;
    min-height: 64px;
  }
  header .rt {
    justify-content: flex-end;
  }
  header .btn_search form {
    right: -13px;
    width: 260px;
    max-width: 90vw;
  }
  header .btn_search form input[type="text"] {
    font-size: 14px;
    padding: 0 15px;
  }
  header .btn_search form label {
    width: 46px;
    height: 46px;
  }
  header .btn_account {
    font-size: 14px;
    line-height: 42px;
    padding: 0 14px;
    gap: 8px;
  }
  header .btn_account::before {
    width: 16px;
    height: 16px;
  }
  footer {
    padding: 50px 0 20px;
  }
  footer .subscribe {
    width: calc(100% - 40px);
    margin-bottom: 40px;
    border-radius: 10px;
  }
  footer .subscribe .flex {
    display: block;
    padding: 24px 20px;
  }
  footer .subscribe .syedittext p {
    max-width: unset;
  }
  footer .subscribe .form {
    width: 100%;
    margin-top: 16px;
  }
  footer .subscribe .form form {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  footer .subscribe .form input[type="email"] {
    height: 44px;
    font-size: 14px;
    padding: 0 14px;
  }
  footer .subscribe .form input[type="submit"] {
    font-size: 14px;
    line-height: 44px;
    padding: 0 20px;
  }
  footer .foot_navs {
    column-count: 1;
    column-gap: 0;
  }
  footer .foot_nav {
    margin-bottom: 12px;
    border: 1px solid rgba(22, 22, 22, 0.2);
    border-radius: 8px;
  }
  footer .foot_nav.active strong::after {
    transform: rotate(180deg);
  }
  footer .foot_nav strong {
    font-size: 16px;
    line-height: 46px;
    margin: 0;
    padding: 0 15px;
    position: relative;
    gap: 1rem;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
  }
  footer .foot_nav strong::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    transition: all 0.3s;
    background: url(../img/select.svg) no-repeat center / contain;
  }
  footer .foot_nav > div {
    display: none;
    padding: 15px;
  }
  footer .foot_nav li + li {
    margin-top: 10px;
  }
  footer .foot_nav a {
    font-size: 14px;
  }
  footer .foot_nav.active > div {
    display: block;
  }
  footer .bot {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
  }
  footer .ct ul {
    flex-wrap: wrap;
  }
  footer .social {
    gap: 8px;
  }
  footer .social a {
    width: 36px;
    height: 36px;
  }

  /*** global css ***/
  .wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 5px;
  }
  .wpcf7 form.wpcf7-form .wpcf7-response-output {
    font-size: 14px;
    line-height: 1.5;
  }

  .quote_modal .modal_content {
    padding: 30px 20px;
  }
  .quote_modal .head .title {
    font-size: 22px;
  }
  .quote_modal .contact_main .form {
    margin-top: 30px;
  }
  /*** global css ***/
}
@media screen and (max-width: 576px) {
  header .btn_account {
    display: none;
  }
  header .logo img {
    width: 140px;
  }
  footer .subscribe {
    width: calc(100% - 32px);
  }
  footer .foot_nav strong {
    font-size: 15px;
    line-height: 42px;
  }
  footer .ct {
    gap: 20px;
    flex-direction: column;
  }
  footer .ct ul {
    margin-left: 0;
  }
  footer .ct ul li:first-child::before {
    display: none;
  }
  .section_banner::before {
    width: 100%;
  }
}
