.container {
  max-width: 1330px;
}

body {
  font-family: "Lexend" !important;
  font-weight: normal;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, button, a, input[type=button], input[type=submit] {
  font-family: "Lexend";
}

a:hover {
  text-decoration: none;
}

button, input[type=button], input[type=submit] {
  cursor: pointer;
}

h2 {
  color: #000;
  font-size: 45px;
  font-weight: bold;
}

.main_header {
  display: block;
  width: 100%;
  padding: 5px 0;
}
.main_header .col-md-2, .main_header .col-md-4, .main_header .col-md-1, .main_header .col-md-5 {
  float: left;
}
.main_header .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.main_logo {
  width: 102px;
  height: auto;
}
@media only screen and (max-width: 1750px) {
  .main_logo {
    width: 100%;
  }
}
.main_logo img {
  width: 100%;
  height: auto;
}
.main_menus {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1750px) {
  .main_menus {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.main_menus li {
  margin-right: 30px;
}
@media only screen and (max-width: 1750px) {
  .main_menus li {
    margin-right: 38px;
  }
}
@media only screen and (max-width: 1400px) {
  .main_menus li {
    margin-right: 18px;
  }
}
.main_menus li a {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
}
.main_menus li a:hover {
  color: #0982F3;
}
.main_menus li.active a {
  color: #0982F3;
}
.main_serachbox {
  margin-right: -82px;
  float: right;
  width: 100%;
}
@media only screen and (max-width: 1750px) {
  .main_serachbox {
    margin-right: 0;
  }
}
.main_serachbox input {
  width: 100%;
  border-radius: 10px;
  height: 46px;
  border: 1px solid #000000;
  padding: 4px 20px;
  color: #000;
  font-weight: 500;
}
.main_serachbox input::-webkit-input-placeholder {
  color: #000000;
  font-weight: 500;
}
.main_serachbox input:focus-visible {
  outline: none;
}
.main_loginsbtns {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.main_loginsbtns button {
  border: none;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  background: #000;
  border-radius: 10px;
  padding: 3px 21px;
  height: 46px;
}
@media only screen and (max-width: 1750px) {
  .main_loginsbtns button {
    padding: 1px 15px;
  }
}
@media only screen and (max-width: 1350px) {
  .main_loginsbtns button {
    font-size: 15px;
  }
}
.main_loginsbtns button.login_btn {
  background: transparent;
  color: #000;
  margin-right: 10px;
}

.footer {
  background-color: #0982F3;
  padding: 60px 0px 10px;
}
.footer .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
.footer_title h4, .footer_title a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.footer_title h4 {
  margin-bottom: 35px;
}
.footer_title a {
  text-transform: initial;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer_location {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 5px;
}
.footer_icon {
  width: 40px;
  height: auto;
  margin-top: 6px;
}
.footer_icon svg {
  color: #fff;
}
.footer_addrestext {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}
.footer_mailtext {
  margin-top: 5px;
}
.footer_mailtext a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}
.footer_links {
  display: -ms-flexbox;
  display: flex;
}
.footer_links ul:first-child {
  width: 200px;
}
.footer_links ul li {
  margin-bottom: 6px;
}
.footer_links ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}
.footer_socaillink ul {
  display: -ms-flexbox;
  display: flex;
}
.footer_socaillink ul li {
  width: 40px;
  height: 40px;
  background-color: #1877F2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 100%;
  margin-right: 16px;
}
.footer_socaillink ul li.twitter {
  background-color: #1DA1F2;
}
.footer_socaillink ul li.twitter a i {
  font-size: 17px;
}
.footer_socaillink ul li.youtube {
  background-color: #FF0000;
}
.footer_socaillink ul li.youtube a i {
  font-size: 19px;
}
.footer_socaillink ul li.instagram {
  background-color: #F00073;
  margin-right: 0;
}
.footer_socaillink ul li.instagram a i {
  font-size: 22px;
}
.footer_socaillink ul li a {
  display: -ms-flexbox;
  display: flex;
}
.footer_socaillink ul li a i {
  color: #fff;
  font-size: 21px;
}
.footer_newsletter input[type=email] {
  width: 100%;
  background: transparent;
  border: 1px solid #fff;
  height: 50px;
  padding: 7px 20px;
  color: #fff;
  border-radius: 12px;
  margin-bottom: 16px;
}
.footer_newsletter input[type=email]::-webkit-input-placeholder {
  color: #fff;
  font-weight: 400;
}
.footer_newsletter input[type=email]:focus {
  outline: none;
}
.footer_newsletter input[type=submit] {
  width: 100%;
  height: 50px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 12px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.footer .container-fluid.copyright {
  border-top: 1px solid #49A3F8;
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 20px;
}
.footer .copyright_left p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.footer .copyright_left ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.footer .copyright_left ul li {
  line-height: 15px;
}
.footer .copyright_left ul li:first-child {
  padding-right: 7px;
  border-right: 1px solid #fff;
  margin-right: 7px;
}
.footer .copyright_left ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.register_form {
  background-color: rgba(9, 130, 243, 0.1);
  padding: 60px 0 100px;
}
.register_form .container {
  background-color: #fff !important;
  border-radius: 30px;
  box-shadow: 0 0 61px -9px rgba(226, 237, 247, 0.6);
}
.register_form form {
  padding: 20px;
}
.register_form form .form-group label {
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #666666;
}
.register_form form .form-group input, .register_form form .form-group select {
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  height: 50px !important;
  margin: 0;
}
.register_form form .form-group textarea {
  resize: none;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
}
.register_heading {
  font-size: 30px;
  color: #000;
  margin-bottom: 40px;
  margin-top: 20px;
}
.register_submit input[type=submit] {
  background-color: #0982F3;
  font-size: 18px;
  font-weight: 500;
  border-radius: 100px;
  text-transform: uppercase;
  padding: 13px 70px;
}
.register_submit input[type=submit]:hover {
  background-color: #0982F3;
}

.banner_area {
  background-image: url("/img/banner.jpg");
  display: block;
  padding: 100px 7% 420px;
}
.banner_smalltext span {
  display: inline-block;
  background-color: #FAD71F;
  text-transform: uppercase;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  padding: 1px 21px;
}
.banner_heading {
  margin-top: 30px;
}
.banner_heading h1 {
  font-size: 48px;
  color: #fff;
  max-width: 750px;
  font-weight: 700;
  line-height: 1.3;
}

.multiple {
  margin-top: -143px;
}
.multiple_box {
  height: 300px;
  background: #fff;
  border-radius: 80px;
  text-align: center;
  box-shadow: 0 0 54px 0 rgba(72, 72, 72, 0.18);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.multiple_box h3 {
  width: 100%;
  font-size: 24px;
  line-height: 34px;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
}
.multiple_box svg {
  color: #0982F3;
}

.favourite {
  padding: 100px 0 60px;
}
.favourite_heading {
  text-align: center;
  max-width: 690px;
  margin: 0 auto 80px;
}
.favourite_wrap {
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.favourite_wrap.active {
  box-shadow: 0 0 60px -9px #D3FBFE;
  background-color: #fff;
}
.favourite_wrap_icons {
  width: 54px;
  height: 54px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 12px;
}
.favourite_wrap_icons.register_icon {
  background-color: #E3F2FF;
}
.favourite_wrap_icons.order_detail {
  background-color: #E3FFDA;
}
.favourite_wrap_icons.order_detail img {
  width: 24px;
}
.favourite_wrap_icons.order_confirmation {
  background-color: #FFE3E3;
}
.favourite_wrap_icons.order_confirmation img {
  width: 25px;
}
.favourite_wrap_icons.receive_package {
  background-color: #F0E3FF;
}
.favourite_wrap_icons.receive_package img {
  width: 29px;
}
.favourite_wrap_icons.unbox_package {
  background-color: #C9E6FF;
}
.favourite_wrap_icons img {
  width: 29px;
}
.favourite_wrap_text {
  padding-left: 26px;
  width: calc(100% - 54px);
}
.favourite_wrap_text h3 {
  color: #333333;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 6px;
}
.favourite_wrap_text p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
.favourite_rightimage img {
  width: 100%;
}

.products_heading {
  text-align: center;
  margin-bottom: 60px;
}
.products_wrap {
  margin-bottom: 50px;
}
.products_image img {
  width: 100%;
}
.products_info {
  text-align: center;
  margin-top: 27px;
}
.products_info h4 {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  margin-bottom: 17px;
}
.products_link {
  font-size: 16px;
  background-color: #0982F3;
  color: #fff;
  padding: 0px 27px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 10px;
  height: 45px;
  display: inline-block;
  line-height: 45px;
}
.products_link:hover {
  color: #fff;
}

.stock {
  padding-top: 10px;
}
.stock_heading {
  margin-bottom: 40px;
  text-align: center;
}
.stock_table {
  padding: 20px;
  border: 2px solid #d9d9d9;
  border-radius: 25px;
  max-width: 1100px;
  margin: 0 auto;
}
.stock_table table {
  width: 100%;
}
.stock_table table thead tr {
  background-color: #0982F3;
}
.stock_table table thead tr th {
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  padding: 10px 10px;
}
.stock_table table tbody tr td {
  font-size: 16px;
  padding: 10px 10px;
  font-weight: 500;
  text-align: center;
  color: #000;
}
.stock_table table tbody tr td:first-child {
  font-weight: 700;
}
.stock_note {
  margin: 40px auto 0;
  text-align: center;
  max-width: 670px;
  background: #ebf5fe;
  padding: 17px 10px;
  border-radius: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: 1px dotted rgba(9, 130, 243, 0.15);
}
.stock_note p {
  margin: 0;
  font-size: 14px;
  color: #0982F3;
  font-weight: 600;
}

.materials {
  padding: 90px 0 40px;
}
.materials_heading {
  text-align: center;
  margin: 0 0 70px;
}
.materials_image img {
  width: 100%;
}
.materials_wrap {
  padding: 0 0 0 30px;
}
.materials_wrap h3 {
  font-size: 24px;
  color: #333333;
  font-weight: 500;
  margin: 0 0 23px;
}
.materials_wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.materials_wrap ul li {
  position: relative;
  padding-left: 17px;
  margin: 0 0 16px;
  color: #666;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
.materials_wrap ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  background: #666;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
.materials .row {
  -ms-flex-align: center;
      align-items: center;
}

.category {
  padding: 50px 0 50px;
}
.category_heading {
  text-align: center;
  margin: 0 0 50px;
}
.category_wrap {
  position: relative;
}
.category_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.category_wrap h4 {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
  padding: 0 10px;
  text-transform: capitalize;
}
.category_image img {
  max-width: 100%;
}
.category_link {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  bottom: -28px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.category_link a {
  background: #0982F3;
  width: 60px;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 100%;
  border: 2px solid #fff;
}
.category_link a svg {
  color: #fff;
}

.services {
  padding: 70px 0 50px;
}
.services_heading {
  text-align: center;
  margin: 0 0 20px;
}
.services_subtext {
  text-align: center;
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 50px;
  line-height: 28px;
}
.services_image {
  width: 54px;
  height: 54px;
  background-color: #E3F2FF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 16px;
  margin: 0 0 20px;
}
.services_image img {
  width: 30px;
}
.services_wrap {
  border: 1px solid #f5e9e9;
  padding: 30px;
  border-radius: 20px;
  height: 100%;
  margin: 0 0 30px;
}
.services_wrap h3 {
  font-size: 24px;
  color: #333333;
  font-weight: 500;
  margin: 0 0 18px;
}
.services_wrap p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}
.services .col-md-4 {
  margin-bottom: 30px;
}

.construction {
  background-image: url("/img/construction_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 85px;
  position: relative;
}
.construction::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.56);
}
.construction_heading {
  text-align: center;
  color: #fff;
  font-size: 40px;
  margin-bottom: 60px;
}
.construction_wrap {
  background: rgba(217, 217, 217, 0.3);
  border-radius: 10px;
  padding: 34px 20px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.construction_wrap h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.construction_btn {
  text-align: center;
  margin: 75px 0 0;
}
.construction_btn button {
  background-color: #0982F3;
  color: #fff;
  border: 1px solid #0982F3;
  border-radius: 100px;
  font-size: 18px;
  padding: 12px 117px;
  font-weight: 500;
  text-transform: uppercase;
}
.construction_btn button:focus {
  outline: none;
}

.shopping {
  background-image: url("/img/map.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0 0;
  height: 495px;
}
.shopping h2 {
  text-align: center;
  margin-bottom: 70px;
}
.shopping_wrap {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  box-shadow: 0 0 60px 4px rgba(0, 0, 0, 0.13);
}
.shopping_wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.shopping_wrap ul li {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 19px;
  position: relative;
  color: #333;
  font-weight: 400;
  padding: 0 0 0 15px;
}
.shopping_wrap ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #333;
  width: 7px;
  height: 7px;
  border-radius: 100%;
}
.shopping_note {
  margin: 95px auto 0;
  text-align: center;
  max-width: 670px;
  background: #ebf5fe;
  padding: 17px 10px;
  border-radius: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px dotted rgba(9, 130, 243, 0.15);
}
.shopping_note p {
  margin: 0;
  font-size: 14px;
  color: #0982F3;
  font-weight: 600;
}

.partners {
  padding-top: 400px;
  padding-bottom: 100px;
}
.partners_heading {
  text-align: center;
  margin-bottom: 60px;
}
.partners .owl-carousel .item_wrap {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  height: 190px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 1px solid #e7e7e7;
  border-radius: 20px;
}
.partners .owl-carousel .item_wrap.dhl {
  background-color: #FFCB01;
  border-color: #FFCB01;
}
.partners .owl-carousel .item_wrap.dtdc {
  background-color: #F7F7F7;
}
.partners .owl-carousel .item_wrap.partnerwrap {
  background-color: #ffffff;
}
.partners .owl-carousel .item_wrap img {
  width: auto;
}
.partners .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-color: #0982F3 !important;
  left: -120px;
  border-radius: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.partners .owl-nav button svg {
  color: #fff;
}
.partners .owl-nav button.owl-next {
  left: auto;
  right: -120px;
}

.faq {
  padding: 90px 0 90px;
}
.faq-heading {
  text-align: center;
  margin-bottom: 50px;
}
.faq .card {
  border: none;
  box-shadow: 0 0 61px -9px #D3FBFE;
  margin-bottom: 34px;
  border-radius: 20px;
}
.faq .card-header {
  background-color: #fff;
  border: none;
  border-radius: inherit;
  padding: 10px;
}
.faq .card-header h5 button {
  display: block;
  text-align: left;
  width: 100%;
  color: #333;
  font-size: 24px;
  font-weight: 500;
}
.faq .card-header h5 button:hover {
  text-decoration: none;
}
.faq .card-body {
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  padding: 0px 10px 30px 20px;
  line-height: 28px;
}

@font-face {
  font-family: "Lexend";
  src: url(/fonts/Lexend-Black.eot?ffe36da5bd60c4c789deccfb1aa2f763);
  src: url(/fonts/Lexend-Black.eot?ffe36da5bd60c4c789deccfb1aa2f763?#iefix) format("embedded-opentype"), url(/fonts/Lexend-Black.woff2?0ce58491c49c4a2d38f2376c91ccb44c) format("woff2"), url(/fonts/Lexend-Black.woff?4b6eb83919b13f51df730e102c39341e) format("woff"), url(/fonts/Lexend-Black.ttf?50595f9b43fbb58bcf3f0c7f8812a4e8) format("truetype"), url(/fonts/Lexend-Black.svg?c668fe4022ba6f600d86bfd24b351e68#Lexend-Black) format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url(/fonts/Lexend-SemiBold.eot?f6c4a3de151e322bfa1bc553257943c1);
  src: url(/fonts/Lexend-SemiBold.eot?f6c4a3de151e322bfa1bc553257943c1?#iefix) format("embedded-opentype"), url(/fonts/Lexend-SemiBold.woff2?eb9f3f1d21ae9f2b2dbbc426699a9223) format("woff2"), url(/fonts/Lexend-SemiBold.woff?6cf07e60cb4146a1eaac928f4413fdc5) format("woff"), url(/fonts/Lexend-SemiBold.ttf?ea8d90c264586d17520a28455fe81e17) format("truetype"), url(/fonts/Lexend-SemiBold.svg?6ebce86c6d71e975e083c2ae86e10081#Lexend-SemiBold) format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url(/fonts/Lexend-Light.eot?1c0c5088b7d9ee9b6fed32d12da6314c);
  src: url(/fonts/Lexend-Light.eot?1c0c5088b7d9ee9b6fed32d12da6314c?#iefix) format("embedded-opentype"), url(/fonts/Lexend-Light.woff2?c89ca46190b7e185c94aede0e87b5a5a) format("woff2"), url(/fonts/Lexend-Light.woff?9783ea645f0a8ad5123e18331756b3ae) format("woff"), url(/fonts/Lexend-Light.ttf?88ddb76487683a062db0dd00ab6b2f0e) format("truetype"), url(/fonts/Lexend-Light.svg?199ea96ccbb363c5a0f573cb0c7bac78#Lexend-Light) format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url(/fonts/Lexend-Medium.eot?8138028825c939c77daeace7eb71e9d9);
  src: url(/fonts/Lexend-Medium.eot?8138028825c939c77daeace7eb71e9d9?#iefix) format("embedded-opentype"), url(/fonts/Lexend-Medium.woff2?d4633f1af81738014c48f210923b658b) format("woff2"), url(/fonts/Lexend-Medium.woff?3e76b722701e4dc17845eb29b747b493) format("woff"), url(/fonts/Lexend-Medium.ttf?c1ed9f692140d2e2eb746112d8ef7156) format("truetype"), url(/fonts/Lexend-Medium.svg?aee0ee1719758387271a446e39b4be69#Lexend-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url(/fonts/Lexend-Bold.eot?106336b45189c36243990a3250a0c848);
  src: url(/fonts/Lexend-Bold.eot?106336b45189c36243990a3250a0c848?#iefix) format("embedded-opentype"), url(/fonts/Lexend-Bold.woff2?7ebc35ea6a3847990ff2f7518b88e1eb) format("woff2"), url(/fonts/Lexend-Bold.woff?dbd2b79227f348bbf2f23aa4411b1fce) format("woff"), url(/fonts/Lexend-Bold.ttf?4147e42028e162f3cd7b8ceb44a38742) format("truetype"), url(/fonts/Lexend-Bold.svg?dc5aca9fcc717606065dba49f2af711f#Lexend-Bold) format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url(/fonts/Lexend-Regular.eot?c97db28adc4c8e40e9ef3bce898e2bcb);
  src: url(/fonts/Lexend-Regular.eot?c97db28adc4c8e40e9ef3bce898e2bcb?#iefix) format("embedded-opentype"), url(/fonts/Lexend-Regular.woff2?88722570c94ef422dd27d0933de49c9a) format("woff2"), url(/fonts/Lexend-Regular.woff?9dcb8ff0555c49ddefe4353a6a555a5c) format("woff"), url(/fonts/Lexend-Regular.ttf?78bc39f944e63e1c2a5cd5fe57cca97f) format("truetype"), url(/fonts/Lexend-Regular.svg?1a99ffe04abe73476f42faec9a374f33#Lexend-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url(/fonts/Lexend-Thin.eot?da25052031f57f59782f03a8884811f3);
  src: url(/fonts/Lexend-Thin.eot?da25052031f57f59782f03a8884811f3?#iefix) format("embedded-opentype"), url(/fonts/Lexend-Thin.woff2?5d5f6737f602cc63d42afa4880016f17) format("woff2"), url(/fonts/Lexend-Thin.woff?5ff158431be89c20882e84419b1b2fc0) format("woff"), url(/fonts/Lexend-Thin.ttf?42b6fd76aa7d4791cb4c1f79a8337bd1) format("truetype"), url(/fonts/Lexend-Thin.svg?6e11186a37329bb6786f4ac496be455d#Lexend-Thin) format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url(/fonts/Lexend-ExtraLight.eot?873c786d2da26a29e1f57eceaa7bf549);
  src: url(/fonts/Lexend-ExtraLight.eot?873c786d2da26a29e1f57eceaa7bf549?#iefix) format("embedded-opentype"), url(/fonts/Lexend-ExtraLight.woff2?06a2c70502d53863660582dc3ff0cd26) format("woff2"), url(/fonts/Lexend-ExtraLight.woff?9ae0939e534c39a33177ba2a570769b6) format("woff"), url(/fonts/Lexend-ExtraLight.ttf?998776e743f6f0db86b8e81418e1fa28) format("truetype"), url(/fonts/Lexend-ExtraLight.svg?7c4ec215e4e5f6cf8eac765c11f2236e#Lexend-ExtraLight) format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url(/fonts/Lexend-ExtraBold.eot?ecb133b07f76c028e8ff4fffc63dc735);
  src: url(/fonts/Lexend-ExtraBold.eot?ecb133b07f76c028e8ff4fffc63dc735?#iefix) format("embedded-opentype"), url(/fonts/Lexend-ExtraBold.woff2?fa1a25ae9a76b81ecebe88ca1ffccb20) format("woff2"), url(/fonts/Lexend-ExtraBold.woff?03f295e38475cf215abed361b819c4b8) format("woff"), url(/fonts/Lexend-ExtraBold.ttf?2c9b989c3b2a29e511c6045c53c426bf) format("truetype"), url(/fonts/Lexend-ExtraBold.svg?0c725ab182c94af6f79c22b294df8569#Lexend-ExtraBold) format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
