:root {
  --primary-green: #124E36;
  --secondary-green: #16A56B;
  --light-green: #E0EBE5;
  --primary-yellow: #FAC802;
  --border-green: #DAE6F2;
  --green-color: #35D9A8;
  --contact-green: #4DA370;
  --black-light:#1A1A1A;
  --black-lighten: #192033;
  --black-normal:#010101;
  --black-dark: #000000;
  --white: #FFFFFF;
  --white-normal:#F5F5F5;
  --white-dark:#D9D9D9;
  --gray-900: #030E15;
  --gray-800: #2D3235;
  --gray-700: #4F5152;
  --gray-600: #78797A;
  --gray-500: #9A9D9E;
  --gray-400: #BABCBD;
  --gray-300: #C6C7C8;
  --gray-200: #DADCDD;
  --gray-100: #F6F6F6;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: optional;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: optional;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: optional;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: optional;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: optional;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: optional;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: optional;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  list-style: none;
  text-decoration: none;
  border: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Inter",sans-serif;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
main {
  position: relative !important;
}
a, span, strong {
  display: inline-block;
}
svg, img {
  display: inline-block;
  max-width: 100%;
}
img {
  -o-object-fit: cover;
  object-fit: cover;
}
button, a {
  background-color: transparent;
  border: none;
  cursor: pointer !important;
}
button {
  all: unset;
  cursor: pointer;
}
:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px var(--primary-green);
  box-shadow: 0 0 0 2px var(--primary-green);
}
@media (max-width: 1200px) {
  html {
    font-size: 60%;
  }
}
@media (max-width: 990px) {
  html {
    font-size: 55%;
  }
}
.container {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1400px) {
  .container {
    padding: 0px 25px;
  }
}
@media (max-width: 678px) {
  .container {
    padding: 0px 15px;
  }
}
h1, h2, h3, h4, h5, h6, p, span {
  font-family: 'Inter', sans-serif;
}
h2, h3 {
  line-height: 120%;
}
h2, h5, h6, p {
  line-height: 130%;
}
h1 {
  font-size: 96px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -0.96px;
}
h2 {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.8px;
}
h3 {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.72px;
}
h4 {
  font-size: 28px;
  font-weight: 600;
}
h5 {
  font-size: 20px;
  font-weight: 700;
}
h6 {
  font-size: 18px;
  font-weight: 500;
}
p {
  color: var(--black-dark);
  font-size: 16px;
  font-weight: 500;
}
.fixed-position {
  overflow-y: hidden !important;
  height: 100%;
}
.img__bg__hero {
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 5 !important;
}
@media (max-width: 1450px) {
  .img__bg__hero {
    max-width: 98%;
  }
}
@media (max-width: 1250px) {
  .img__bg__hero {
    display: none;
    pointer-events: none;
  }
}
.sticky-border {
  border-bottom: 0.5px solid rgba(0, 52, 120, 0.2);
}
.bg-white{
  padding-bottom: 0px !important;
}
/* Section Get Quote Hero */
.s__hero__quote__form {
  background-color: #e0ebe5;
  position: relative;
  overflow: hidden;
  display: block;
}
.s__hero__quote__form img{
  opacity: 0.1;
}
.s__hero__quote__form .container {
  padding: 60px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 25px;
}
.s__hero__quote__form  .container:after{
  content: normal !important;
  display: initial !important;
  clear: initial !important;
}
.s__hero__quote__form  .container:before{
  content: normal !important;
  display: initial !important;
  clear: initial !important;
}
.s__hero__quote__form .container h4 {
  width: 100%;
  max-width: 960px;
  color: var(--black-dark);
  font-size: 38px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.72px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  margin-bottom: 0px;
}
.s__hero__quote__form .container .breadcrumbs ul li a{
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  color: var(--primary-green);
}
.s__hero__quote__form .container .breadcrumbs ul li a i{
  color: var(--primary-green);
}
.s__hero__quote__form .container .breadcrumbs ul li a:hover{
  text-decoration: none !important;
}
.s__hero__quote__form .container .breadcrumbs ul li a:hover p{
  text-decoration: underline !important;
}
.s__hero__quote__form .container .breadcrumbs ul li a p{
  margin-bottom: 0px;
  font-family: "Inter", sans-serif;
}
.s__hero__quote__form .container h4 span {
  color: var(--primary-green);
  font-size: 38px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.72px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
}
@media(max-width: 1400px) {
  .s__hero__quote__form .container {
    padding: 40px 5px !important;
  }
}
@media(max-width: 991px) {
  .s__hero__quote__form .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
  }
  .s__hero__quote__form .container h4 {
    font-size: 28px;
  }
  .s__hero__quote__form .container h4 span {
    font-size: 28px;
  }
}
@media(max-width: 576px) {
  .s__hero__quote__form .container {
    gap: 25px;
  }
  .s__hero__quote__form .container h4 {
    font-size: 26px;
  }
  .s__hero__quote__form .container h4 span {
    font-size: 26px;
  }
}
/* Text Content */
.text__content{
  margin-top: 50px;
}
/* Home Hero */
.home__hero__quote__form .container h1{
  font-family: "Inter", sans-serif !important;
  font-weight: 600;
  color: var(--black-dark);
  margin-bottom: 40px;
}
/* Cards */
.card__home__insurance__type{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, .125);
  gap: 20px;
  margin-bottom: 30px;
  height: 100%;
}
.card__home__insurance__type img{
  width: 100%;
  max-width: 400px;
  height: 238px;
}
.card__home__insurance__type .text{
  padding: 30px;
}
.card__home__insurance__type .text h4{
  font-family: "Inter", sans-serif !important;
  font-weight: 500;
  color: #017d4c;
}
.card__home__insurance__type .text a{
  padding: 12px 35px;
  background-color: var(--primary-green);
  transition: all .3s;
  border: 1px solid transparent;
}
.card__home__insurance__type .text a p{
  margin-bottom: 0px;
  color: white;
}
.card__home__insurance__type .text a:hover{
  background-color: white;
  text-decoration: none;
  border: 1px solid var(--primary-green);
}
.card__home__insurance__type .text a:hover p{
  color: var(--primary-green);
}
@media (max-width: 1200px){
  .card__home__insurance__type img{
    height: 260px;
  }
}
@media (max-width: 991px){
  .home__hero__quote__form .container h1{
    text-align: center;
  }
  .card__home__insurance__type img{
    height: 325px;
  }
}
@media (max-width: 768px){
  .content{
    margin-top: 30px;
  }
  .home__hero__quote__form .container h1{
    font-size: 24px;
  }
  .card__home__insurance__type{
    flex-direction: column-reverse;
    gap: 0px;
  }
  .card__home__insurance__type .text{
    padding: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
  }
  .card__home__insurance__type img{
    display: none;
  }
  .text__content{
    margin-top: 30px;
    text-align: center;
  }
}
/* Header */
header .container:after{
  content: normal !important;
  display: initial !important;
  clear: initial !important;
}
header .container:before{
  content: normal !important;
  display: initial !important;
  clear: initial !important;
}
.js-header {
  position: sticky;
  top: 0;
  width: 100%;
  padding: 20px 0px 20px 0px;
  z-index: 105;
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-bottom: 1px solid #ccc;
}
.js-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.js-header .container .header__logo {
  background-color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.js-header .container .header__logo img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-width: 203px;
  height: 47px;
}
.js-header .container .header__quote__form__button {
  padding: 0px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 48px;
  text-transform: capitalize;
  border: 1px solid var(--primary-green);
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 7px;
  color: var(--primary-green);
  -webkit-transition: all .2s;
  transition: all .2s;
  text-decoration: none;
}
.js-header .container .header__quote__form__button:hover{
  text-decoration: none;
}
.js-header .container .header__quote__form__button i {
  font-size: 18px;
}
.js-header .container .header__quote__form__button:hover {
  background-color: var(--primary-green);
  color: var(--white);
}
.js-header .container .header__quote__form__button:hover.active {
  color: var(--primary-green);
  background-color: var(--white);
}
@media(max-width: 600px) {
  .js-header {
    padding: 10px 0px 10px 0px;
  }
  .js-header .container .header__logo {
    width: 100%;
    max-width: 210px;
    padding: 0px;
    height: auto !important;
  }
  .js-header .container .header__quote__form__button {
    padding: 0px 20px;
  }
  .js-header .container .header__quote__form__button i {
    font-size: 16px;
  }
  .js-header .container .header__quote__form__button span {
    opacity: 0;
    display: none;
  }
}
@media(max-width: 450px) {
  .js-header {
    padding: 10px 0px 10px 0px;
  }
  .js-header .container {
    gap: 20px;
  }
  .js-header .container .header__logo {
    width: 100%;
    max-width: 190px;
    padding: 0px;
    height: auto !important;
  }
  .js-header .container .header__logo img {
    max-width: 190px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .js-header .container .header__quote__form__button {
    opacity: 0;
    display: none;
  }
}
/* Footer */
footer {
  border-top: 1px solid var(--white-dark);
  margin-top: 60px;
}
footer p{
  margin-bottom: 0px !important;
}
footer .container {
  padding-top: 60px;
  padding-bottom: 30px;
}
footer .container .footer__content {
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer .container .footer__content .footer__logo {
  width: 100%;
  max-width: 245px;
}
footer .container .footer__content .footer__logo .footer__logo__img {
  margin-bottom: 30px;
}
footer .container .footer__content .footer__logo p, footer .container .footer__content .footer__logo span {
  color: var(--black-dark);
  line-height: 24px;
}
footer .container .footer__content .footer__logo p {
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}
footer .container .footer__content .footer__logo span {
  margin-top: 20px;
  font-weight: 500;
}
footer .container .footer__content .footer__logo a:hover{
  text-decoration: none;
}
footer .container .footer__content .footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 600px;
  gap: 60px;
}
footer .container .footer__content .footer__nav .footer__nav__item strong {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
footer .container .footer__content .footer__nav .footer__nav__item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
}

footer .container .footer__content .footer__nav .footer__nav__item ul li a {
  color: var(--black-dark);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

footer .container .footer__content .footer__nav .footer__nav__item ul li a:hover {
  color: var(--primary-green);
  text-decoration: underline;
}

footer .container .footer__content .footer__social {
  width: 100%;
  max-width: 135px;
}

footer .container .footer__content .footer__social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}

footer .container .footer__content .footer__social ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 130px;
  border-radius: 5px;
  background: var(--gradient, linear-gradient(116deg, #212529 -7.5%, #343A40 105.49%));
  padding: 12px;
  gap: 10px;
}

footer .container .footer__content .footer__social ul li a svg {
  width: 20px;
  height: 18px;
}

footer .container .footer__content .footer__social ul li a p {
  padding-left: 10px;
  font-size: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--white);
  margin-bottom: 0px !important;
}

footer .container .footer__content .footer__social ul li a.linkedin {
  background: #0E76A8 !important;
}

footer .container .footer__content .footer__social ul li a:hover {
  background: var(--primary-green);
  text-decoration: none;
}

footer .container .footer__description {
  padding-top: 30px;
  border-top: 1px solid #C6C7C8;
}

footer .container .footer__description span {
  color: var(--gray-700);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

@media (max-width: 1200px) {
  footer .container .footer__content .footer__nav {
    gap: 30px;
    max-width: 500px;
  }
}

@media (max-width: 992px) {
  footer .container {
    padding-top: 60px;
  }
  footer .container .footer__content {
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
  }
  footer .container .footer__content .footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .container .footer__content .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  footer .container .footer__content .footer__nav .footer__nav__item strong {
    margin-bottom: 20px;
  }
  footer .container .footer__content .footer__nav .footer__nav__item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .container .footer__content .footer__social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .container .footer__description {
    text-align: center;
  }
}

@media (max-width: 576px) {
  footer .container {
    padding-top: 30px;
  }
  footer .container .footer__content {
    padding-bottom: 30px;
  }
}
/*# sourceMappingURL=main.css.map */
