/***************************************
*General
****************************************/

body {
  font-family: "Inter", sans-serif;
  color: rgba(8, 13, 34, 0.6);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  position: relative;
  font-optical-sizing: auto;
  font-style: normal;
  overflow-x: hidden;
}

.sub-title {
  color: #3b4d9b;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5em;
  border-radius: 4px;
  background: rgba(59, 77, 155, 0.2);
  padding: 4px 8px;
  margin-bottom: 8px;
  display: inline-block;
}

.h3,
h3 {
  font-size: 19px;
  margin-bottom: 0px;
  font-weight: bold;
}

.sub-title.color--1 {
  background: #3b4d9b;
}

.sect-title {
  position: relative;
}

.sect-title h2,
.sect-title .h2,
.sect-title .bloc-title {
  color: #080d22;
  font-size: clamp(28px, 1rem + 1.6vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.05em;
  margin-bottom: 30px;
  position: relative;
}

.sect-title h1,
.sect-title .h1,
.page-title {
  color: #080d22;
  font-size: clamp(30px, 1rem + 2.2vw, 50px);
  font-style: normal;
  font-weight: 800;
  line-height: 1.074075em;
  margin-bottom: 30px;
  position: relative;
}

.img-masking {
  mask-size: cover;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../images/img-masking.svg);
  mask-image: url(../images/img-masking.svg);
}

.row {
  margin: 0 -13px;
}

.row>div {
  padding-left: 13px;
  padding-right: 13px;
}

.grid-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 1264px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.grid-lines>.row>div {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

/** Animation **/

html:not(.no-js) [data-aos="fade-up"] {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

html:not(.no-js) [data-aos="fade-right"] {
  -webkit-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0);
}

html:not(.no-js) [data-aos="fade-left"] {
  -webkit-transform: translate3d(50px, 0, 0);
  transform: translate3d(50px, 0, 0);
}

/* Preloader */

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/preloader.svg);
  background-size: 140px;
}

/** Slider **/

.slide-control-dots .owl-dot,
.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-prev,
.owl-carousel .owl-next,
.slide-controls-nav .owl-prev,
.slide-controls-nav .owl-next {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  position: relative;
  align-items: center;
  justify-content: center;
  background: none;
  min-height: auto;
  height: auto;
  width: auto;
  color: inherit;
  display: inline-flex;
  font: inherit;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: none;
}

.owl-carousel .owl-nav,
.slide-controls-nav {
  display: flex;
  align-items: center;
  gap: 16px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.slide-controls-nav .owl-prev,
.slide-controls-nav .owl-next {
  width: 56px;
  height: 56px;
  border-radius: 4px;
  background: #fff;
  border: 0;
  gap: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: none;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev.disabled,
.owl-carousel .owl-nav button.owl-next.disabled,
.slide-controls-nav .owl-prev.disabled,
.slide-controls-nav .owl-next.disabled {
  opacity: 0.4;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover,
.slide-controls-nav .owl-prev:hover,
.slide-controls-nav .owl-next:hover {
  background: #fff;
}

.owl-carousel .owl-dots,
.slide-control-dots {
  display: flex;
  align-items: center;
  gap: 5px;
}

.owl-carousel .owl-dots .owl-dot,
.slide-control-dots .owl-dot {
  margin: 0 !important;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.4);
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 0;
  margin: 0;
  position: relative;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.owl-carousel .owl-dots .owl-dot span,
.slide-control-dots .owl-dot span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.owl-carousel .owl-dots .owl-dot.active span,
.slide-control-dots .owl-dot.active span {
  width: 16px;
  height: 16px;
  border-radius: 16px;
}

/** Colors **/

.color--1 {
  color: #fff !important;
}

.color--2 {
  color: #3b4d9b !important;
}

.color--3 {
  color: #080d22 !important;
}

.color--4 {
  color: #1b1b1b !important;
}

.color--5 {
  color: #6c77ad !important;
}

.color--6 {
  color: #f6f8fa !important;
}

.color--7 {
  color: #000 !important;
}

/** Background **/

.background--1 {
  background-color: #fff !important;
}

.background--2 {
  background-color: #3b4d9b !important;
}

.background--3 {
  background-color: #080d22 !important;
}

.background--4 {
  background-color: #1b1b1b !important;
}

.background--5 {
  background-color: #6c77ad !important;
}

.background--6 {
  background-color: #f6f8fa !important;
}

.background--7 {
  background-color: #fff !important;
}

/** Socials **/

.social-link {
  outline: none;
}

.social-txt {
  color: #000;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1em;
  margin-right: 16px;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 14px;
}

/** Variables **/

p {
  margin-bottom: 1.5em;
}

section {
  padding-top: clamp(50px, 1rem + 11.4vh, 100px);
  padding-bottom: clamp(50px, 1rem + 11.4vh, 100px);
  position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

figure {
  margin: 0;
}

.form-group {
  margin-bottom: 25px;
}

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

strong,
b {
  font-weight: 700;
}

iframe {
  width: 100%;
  border: none;
  display: block;
}

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

*::-moz-selection {
  background: #1a1a1a;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #1a1a1a;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #1a1a1a;
  color: #fff;
  text-shadow: none;
}

.form-control,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1em;
  text-transform: none;
  vertical-align: middle;
  width: 100%;
  outline: none;
  height: 49px;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #fff;
  background: rgba(249, 250, 254, 0.1);
  margin: 0;
  text-align: left;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  outline: none !important;
}

.form-control:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  color: #fff;
  border: 1px solid #fff;
  background: rgba(249, 250, 254, 0.1);
  outline: none;
  box-shadow: none;
}

input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff !important;
}

input::placeholder {
  /* Chrome, Firefox, Opera, Safari 110.1+ */
  color: #fff !important;
  opacity: 1;
  /* Firefox */
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff !important;
}

textarea::placeholder {
  color: #fff !important;
}

.btn-1,
.btn-2,
button,
input[type="submit"],
input[type="button"] {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: clamp(16px, 1rem + 0.2vw, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 1.555555em;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  outline: none !important;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 4px;
  background: #3b4d9b;
  text-decoration: none;
  z-index: 1;
  padding: 10px 28px;
  height: 48px;
  gap: 18px;
  overflow: hidden;
  outline: none;
}

.btn-2 {
  display: flex;
  gap: 24px;
  padding: 12px 20px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(7.5px);
}

.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.259px;
  background: #3b4d9b;
  width: 34px;
  min-width: 34px;
  height: 34px;
}

.btn-1:hover,
button:hover,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
  color: #fff;
  background-color: #080d22;
  outline: none;
}

.btn-2:hover {
  color: #3b4d9b;
  background: #e9edff;
}

.text-align-last {
  -moz-text-align-last: center;
  text-align-last: center;
}

.text-hyphens {
  -ms-hyphens: auto;
  hyphens: auto;
}

.box-shadow {
  box-shadow:
    73px 251px 73px 0 rgba(0, 0, 0, 0),
    47px 161px 67px 0 rgba(0, 0, 0, 0.01),
    26px 90px 57px 0 rgba(0, 0, 0, 0.05),
    12px 40px 42px 0 rgba(0, 0, 0, 0.09),
    3px 10px 23px 0 rgba(0, 0, 0, 0.1);
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 0.25;
}

.backdrop-filter {
  backdrop-filter: blur(0.5px);
}

.opacity-48 {
  opacity: 0.48;
}

.opacity-50 {
  opacity: 0.5;
}

.border-t-1px {
  border-top: 1px solid #d97452;
}

.border-b-1px {
  border-bottom: 1px solid #d97452;
}

.offset-right-1 {
  margin-right: 8.333333%;
}

.width-50 {
  width: 50%;
}

.flex--1 {
  -ms-flex: 1;
  flex: 1;
}

.z-index--1 {
  z-index: 1 !important;
}

.z-index--2 {
  z-index: 2 !important;
}

.z-index--auto {
  z-index: auto !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.text-normal {
  text-transform: none !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-transform-none {
  text-transform: none !important;
}

.margin-b-30px {
  margin-bottom: 30px;
}

.margin-b-20px {
  margin-bottom: 20px;
}

.margin-l-neg15px {
  margin-left: -15px;
}

.margin-r-neg15px {
  margin-right: -15px;
}

.border-radius-4px {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.border-radius-15px {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.v-middle {
  transform: translateY(-50%);
  top: 50%;
}

.h-middle {
  transform: translateX(-50%);
  left: 50%;
}

.vh-middle {
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}

.bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.obj-fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.obj-fit-pos-t {
  object-position: top;
}

.obj-fit-pos-r {
  object-position: right;
}

.obj-fit-pos-l9 {
  object-position: 9%;
}

.cursor-pointer {
  cursor: pointer;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-pos-tc {
  background-position: top center;
}

.bg-pos-tl {
  background-position: top left;
}

.bg-pos-tr {
  background-position: top right;
}

.bg-pos-bc {
  background-position: bottom center;
}

.bg-pos-br {
  background-position: bottom right;
}

.bg-pos-center {
  background-position: center center;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.top-0 {
  top: 0 !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.left-0 {
  left: 0 !important;
}

.right-0 {
  right: 0 !important;
}

.width-50 {
  width: 50%;
}

.gap-30px {
  gap: 30px;
}

.gap-20px {
  gap: 20px;
}

.column-gap-30px {
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

.column-gap-40px {
  -moz-column-gap: 40px;
  -webkit-column-gap: 40px;
  column-gap: 40px;
}

.column-count-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.txt-stroke {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}

/** Transition **/

img,
svg,
svg path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/** Extra Outer **/

body .page {
  position: relative;
  background: #fff;
  overflow: hidden;
}

body .site-main {
  background: #fff;
}

/***************************************
* Header
****************************************/

.site-navigation__menu,
.site-navigation__inner,
.main-header .site-navigation .menu ul li,
.site-header-menu__inner,
.main-header__wrap {
  position: relative;
}

.main-menu-toggle input[type="checkbox"],
.main-menu-toggle {
  display: none;
}

.site-header-menu {
  position: relative;
  z-index: 1;
}

.main-header {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: none;
  position: absolute;
  z-index: 999;
}

.main-header .site-navigation .menu>ul>li>a {
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625em;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.main-header .site-navigation .menu ul ul>li a {
  color: #080d22;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625em;
  padding: 9px 0 10px;
  display: block;
}

.main-header .site-navigation .menu>ul>li.active>a,
.main-header .site-navigation .menu>ul>li:hover>a,
.main-header .site-navigation .menu>ul>li.hover>a {
  color: #3b4d9b;
  font-weight: 700;
}

.main-header .site-navigation .menu ul ul>li.active>a,
.main-header .site-navigation .menu ul ul>li:hover>a,
.main-header .site-navigation .menu ul ul>li.hover>a {
  color: #3b4d9b;
  font-weight: 700;
}

.other-links {
  display: flex;
  align-items: center;
  gap: 30px;
}

.other-links a.menu__client-area-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 55px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(7.5px);
}

.other-links a.menu__free-quote-link {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.625em;
  padding: 14px 18px;
  height: 52px;
  gap: 10px;
  color: #fff;
}

/** Header top **/

.main-header__top {
  position: relative;
  background: #080d22;
  height: 30px;
  display: flex;
}

.main-header__top-inner {
  display: flex;
  align-items: center;
  height: 100%;
}

.main-header__top-items {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 24px;
  width: 100%;
}

.main-header__top-item {
  color: #fff;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.142855em;
  display: flex;
  align-items: center;
  position: relative;
  gap: 8px;
}

/***************************************
* Footer
****************************************/

.footer {
  position: relative;
}

.footer-title {
  color: #fff;
  font-size: clamp(20px, 1rem + 0.6vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 0.8333333em;
  margin-bottom: 26px;
}

/***************************************
* Bloc text / image
****************************************/

.bloc-text {
  font-family: "Inter", sans-serif;
  color: rgba(8, 13, 34, 0.6);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  position: relative;
}

.bloc-text p:last-of-type {
  margin-bottom: 0;
}

.bloc-text--full,
.row+.row {
  clear: both;
}

.bloc-text ul {
  list-style: disc;
  padding: 20px;
}

.wizard-classic-select option {
  color: #1a1a1a !important;
}