.maincolor {
  color: #316B90;
}

.sndcolor {
  color: #3F9AAD;
}

.thirdcolor {
  color: #16A996;
}

.fourthcolor {
  color: #5AB88B;
}

.dark {
  color: #7E8C9F;
}

.light {
  color: #E0D8C7;
}

.white {
  color: #FFFFFF;
}

.black {
  color: #000000;
}

.text {
  color: #414B5A;
}

.bgmain {
  background: #316B90;
}

.bgsnd {
  background: #3F9AAD;
}

.bgthird {
  background: #16A996;
}

.bgfourth {
  background: #5AB88B;
}

.bgdark {
  background: #7E8C9F;
}

.bglight {
  background: #E0D8C7;
}

.bgdark {
  background: #7E8C9F;
}

.bgwhite {
  background: #FFFFFF;
}

.bgtext {
  background: #414B5A;
}

html, body {
  color: #414B5A;
}

* {
  font-family: "Lexend", sans-serif;
}

html, body {
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 23px;
  font-style: normal;
  margin: 10px 0;
  font-weight: 400;
}

.heading {
  letter-spacing: 0;
}
.heading--n1 {
  font-size: clamp(2.188rem, -0.045rem + 5.952vw, 5.313rem);
  line-height: clamp(2.625rem, 0.482rem + 5.714vw, 5.625rem);
}
.heading--n2 {
  font-size: clamp(1.75rem, 1.125rem + 1.667vw, 2.625rem);
  line-height: clamp(2.375rem, 1.75rem + 1.667vw, 3.25rem);
}
.heading--n3 {
  font-size: clamp(1.375rem, 0.929rem + 1.19vw, 2rem);
  line-height: 57px;
}
.heading--n4 {
  font-size: 28px;
  line-height: 33px;
}
.heading--n5 {
  font-size: 22px;
  line-height: normal;
}
.heading--legend {
  font-size: 14px;
}

span {
  line-height: inherit;
}

hr {
  border: none;
}

.btn {
  appearance: none;
  --webkit-appearance: none;
  --moz-webkit-appearance: none;
  border: none;
  background: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  width: fit-content;
  padding: 12px 20px;
  transition: 0.3s;
  border-radius: 24px;
}
.btn:hover, .btn:focus, .btn:active {
  transition: 0.3s;
  color: #316B90;
}
.btn--main {
  background: #316B90;
  color: white;
  border: 1px solid #316B90;
}
.btn--main:hover, .btn--main:focus, .btn--main:active {
  background: transparent;
  color: #316B90;
  border: 1px solid #316B90;
}
.btn--main-outline {
  background: #FFFFFF;
  color: #316B90;
  border: 1px solid #316B90;
}
.btn--main-outline:hover, .btn--main-outline:focus, .btn--main-outline:active {
  background: #316B90;
  color: #FFFFFF;
  border: 1px solid #316B90;
}
.btn--fourth {
  background: #5AB88B;
  color: white;
  border: 1px solid #5AB88B;
}
.btn--fourth:hover, .btn--fourth:focus, .btn--fourth:active {
  background: transparent;
  color: #5AB88B;
  border: 1px solid #5AB88B;
}
.btn--white {
  background: #FFFFFF;
  color: #16A996;
  border: 1px solid #FFFFFF;
}
.btn--white:hover, .btn--white:focus, .btn--white:active {
  background: #16A996;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

form {
  position: relative;
}
form label {
  color: #414B5A;
  font-weight: 700;
  margin-bottom: 0;
}
form input:not(#matomo_optout_checkbox) {
  border-radius: 20px;
  border: 1px solid #ABABAB;
  color: #414B5A;
  background: transparent;
  display: block;
  width: 100%;
  margin: 5px 0 30px 0;
  padding: 8px 15px;
}
form input:not(#matomo_optout_checkbox):focus {
  box-shadow: none;
  border: 1px solid #ABABAB;
  outline: none;
}
form input:not(#matomo_optout_checkbox)::placeholder {
  color: #ABABAB;
  transition: all 0.3s;
}
form input:not(#matomo_optout_checkbox)[type=checkbox]:not(#matomo_optout_checkbox) {
  width: 10%;
}
form input:not(#matomo_optout_checkbox)[type=radio] {
  height: 15px;
  display: inline;
  width: auto;
}
form textarea {
  border-radius: 20px;
  border: 1px solid #ABABAB;
  padding: 10px;
  color: #414B5A;
  background: transparent;
  display: block;
  width: 100%;
  margin: 5px 0 30px 0;
  height: 100px;
}
form textarea::placeholder {
  color: #ABABAB;
  font-size: 15px;
  transition: all 0.3s;
}
form input[type=checkbox]:not(#matomo_optout_checkbox) {
  opacity: 0;
  position: absolute;
  z-index: -10000;
}
form label.checking {
  display: block;
  position: relative;
  padding-left: 30px;
  font-family: "Lexend", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #414B5A;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: left;
  font-weight: 400;
}
form label.checking::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #414B5A;
  position: absolute;
  left: 0;
  border-radius: 3px;
  top: 0px;
  opacity: 1;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
form input[type=checkbox]:checked ~ .checking::before {
  width: 10px;
  top: -2px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
form .message_success {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
}
form .message_success p {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 700;
}
form .message_fail {
  display: none;
  color: red;
}
form #form_done, form #form_fail {
  display: none;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  border-radius: 24px;
  width: 100%;
  background: #316B90;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1;
  margin-top: 20px;
}
form #loader {
  display: none;
  width: 100%;
  padding: 12px 20px;
  text-align: center;
  font-weight: 500;
  color: #316B90;
}
form #loader .loader__spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(49, 107, 144, 0.2);
  border-top-color: #316B90;
  border-radius: 50%;
  animation: loader-spin 0.8s linear infinite;
  vertical-align: middle;
  margin-right: 12px;
}

@keyframes loader-spin {
  to {
    transform: rotate(360deg);
  }
}
.rank-math-breadcrumb {
  display: none;
}
@media (width > 767px) {
  .rank-math-breadcrumb {
    display: block;
  }
}
.rank-math-breadcrumb p {
  margin: 0;
  padding: 0;
}

.single-post .bg_white {
  background: white;
}
.single-post .shadow {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.single-post .mt_low {
  margin-top: -120px;
}
@media (min-width: 992px) {
  .single-post .mt_low {
    margin-top: -300px;
  }
}
.single-post .head {
  height: 200px;
  position: relative;
}
.single-post .head img {
  position: absolute;
  max-width: unset;
  height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 49%;
}
@media (min-width: 768px) {
  .single-post .head {
    height: 330px;
  }
}
@media (min-width: 992px) {
  .single-post .head h1 {
    text-align: left;
    font-size: 50px;
  }
  .single-post .head h1::after {
    margin-left: 0;
    height: 12px;
    width: 220px;
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .single-post .head {
    height: 485px;
  }
  .single-post .head img {
    left: 50%;
  }
}
.single-post #contenu h1 {
  color: #316B90;
  margin-bottom: 25px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}
.single-post #contenu .main_img {
  max-height: 447px;
}
.single-post #contenu .paragraphe_intro p {
  font-size: 17px;
  font-weight: 500;
}
.single-post #contenu .sepa {
  display: block;
  width: 60px;
  height: 5px;
  background: #DB1D3D;
  margin: 20px 0;
}
.single-post #contenu .texte_majuscule p {
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
}
.single-post #contenu .texte_gras p {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
}
.single-post #contenu .sous_titre h2 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  color: #316B90;
}
.single-post #contenu .picture_sub_title {
  color: #0046AA;
  font-size: 13px;
  line-height: 19px;
  font-style: italic;
}
.single-post #contenu .citation {
  margin: 25px 0;
}
.single-post #contenu .citation .quote {
  display: flex;
  flex-direction: column;
}
.single-post #contenu .citation .quote img:first-of-type {
  margin: 10px auto 0 0;
}
.single-post #contenu .citation .quote p {
  text-align: center;
  font-size: 36px;
  line-height: 41px;
  font-weight: 300;
  color: #316B90;
  text-transform: uppercase;
  font-style: italic;
}
.single-post #contenu .citation .quote img:last-of-type {
  margin: 10px 0 0 auto;
}
.single-post #contenu .share {
  margin-top: 40px;
}
.single-post #contenu .share .sepa_rsx {
  content: "";
  width: 145px;
  height: 7px;
  display: block;
  margin: 35px auto 35px 0;
  background: rgb(70, 188, 205);
  background: linear-gradient(90deg, rgb(70, 188, 205) 0%, rgb(70, 188, 205) 33.33%, rgb(236, 100, 100) 33.33%, rgb(228, 103, 111) 66.66%, rgb(185, 120, 172) 66.66%, rgb(180, 122, 179) 100%);
}
.single-post #contenu .share .rsx_actu {
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
}
.single-post #contenu .share .rsx_actu a {
  display: block;
  margin: 25px 20px 25px 0;
}
.single-post #contenu .share .rsx_actu a:first-of-type {
  margin-top: 28px;
}
.single-post #contenu .share .rsx_actu a:last-of-type {
  margin-top: 26px;
  margin-left: 1px;
}
.single-post #contenu iframe {
  max-width: calc(100vw - 30px);
  margin: auto;
  display: block;
}
@media (min-width: 992px) {
  .single-post #contenu h1 {
    font-size: 40px;
    line-height: 54px;
  }
  .single-post #contenu .paragraphe_intro p {
    font-size: 18px;
  }
  .single-post #contenu .citation .quote {
    flex-direction: row;
  }
  .single-post #contenu .citation .quote img:first-of-type {
    margin: 20px 25px auto;
  }
  .single-post #contenu .citation .quote p {
    text-align: left;
    font-size: 36px;
    line-height: 44px;
  }
  .single-post #contenu .citation .quote img:last-of-type {
    margin: auto 0 20px 0;
  }
}

.hero {
  padding-bottom: 250px;
  background: url("../images/hero--background.jpg") no-repeat;
  background-size: cover;
}
.hero::before {
  content: "";
  background: linear-gradient(to bottom, rgb(63, 154, 173) 60%, rgba(63, 154, 173, 0.1) 90%);
  top: 0;
  left: 5%;
  height: 100%;
  width: 95%;
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 767px) {
  .hero::before {
    background: linear-gradient(to right, rgb(63, 154, 173) 50%, rgba(63, 154, 173, 0.1) 80%);
    bottom: 40px;
    left: 40px;
    height: calc(100% - 40px);
    width: calc(100% - 40px);
  }
  .hero::after {
    content: url("../images/hero--deco.svg");
    top: 11%;
    right: 8%;
    position: absolute;
    z-index: 2;
  }
}

.navigation {
  margin-top: -50px;
}
@media screen and (min-width: 991px) {
  .navigation {
    margin-top: -200px;
  }
}
.navigation__items .navigation__item:first-child > div {
  border-top-left-radius: 30px;
}
@media screen and (min-width: 991px) {
  .navigation__items .navigation__item:first-child > div {
    border-top-left-radius: 60px;
  }
}
.navigation__items .navigation__item:last-child > div {
  border-bottom-right-radius: 30px;
}
@media screen and (min-width: 991px) {
  .navigation__items .navigation__item:last-child > div {
    border-bottom-right-radius: 60px;
  }
}
.navigation__item img {
  transition: 0.2s opacity;
  height: 50px;
}
@media screen and (min-width: 991px) {
  .navigation__item img {
    height: 76px;
  }
}
.navigation__item hr {
  transition: 1s margin-top;
}
.navigation__item:hover {
  cursor: pointer;
}
.navigation__item:hover img {
  opacity: 0;
}
.navigation__item:hover hr:nth-child(2) {
  margin-top: 10px;
}
.navigation__item hr {
  height: 2px;
  background-color: #3F9AAD;
  width: 60px;
  margin: 30px auto;
  display: block;
  opacity: 1;
}
.navigation__item__hover {
  display: none;
}
.navigation__item__hover a {
  position: relative;
  padding: 5px 20px 5px 0px;
  font-size: 20px;
}
.navigation__item__hover a::after {
  content: "";
  top: 50%;
  right: 0;
  height: 15px;
  width: 15px;
  border-right: 3px solid #3F9AAD;
  border-bottom: 3px solid #3F9AAD;
  position: absolute;
  transform: translateY(-50%) rotate(-45deg);
}

@media screen and (min-width: 767px) {
  .presentation__texte {
    padding-left: 50px;
  }
}
@media screen and (min-width: 991px) {
  .presentation__texte {
    padding-left: 100px;
  }
}
.presentation__texte hr {
  height: 2px;
  background-color: #5AB88B;
  width: 60px;
  margin: 30px 0;
  display: block;
  opacity: 1;
}
.presentation__texte strong {
  color: #316B90;
  font-size: 18px;
}
.presentation__image {
  position: relative;
}
.presentation__image::before {
  content: "";
  left: 50px;
  top: 50px;
  background: url("../images/presentation--background.jpg") no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 25px;
  z-index: -1;
}
.presentation__image::after {
  content: url(../images/presentation--deco.svg);
  position: absolute;
  bottom: 10%;
  right: -40%;
  transform: scale(0.7);
}
@media screen and (min-width: 767px) {
  .presentation__image::after {
    right: -20%;
    transform: unset;
  }
}
.presentation__image img {
  border-radius: 25px;
}

.zones-intervention {
  background: linear-gradient(to right, rgba(90, 184, 138, 0.3) 1.29%, rgba(90, 184, 138, 0) 88.05%);
  border-bottom-left-radius: 50px;
}
@media screen and (min-width: 991px) {
  .zones-intervention::before {
    content: url("../images/zone--deco.svg");
    position: absolute;
    bottom: -20px;
    right: 20px;
  }
}
.zones-intervention__chiffres {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.zones-intervention__chiffres .heading {
  font-weight: 900;
}
.zones-intervention__chiffres img {
  width: 42px;
}
.zones-intervention__chiffres--beneficiaires {
  position: relative;
}
.zones-intervention__chiffres--beneficiaires::before {
  content: "";
  width: 55px;
  height: 55px;
  border-top-left-radius: 20px;
  border-top: 1px solid #3F9AAD;
  border-left: 1px solid #3F9AAD;
  position: absolute;
  top: 15px;
  left: -10px;
}
.zones-intervention__chiffres--salaries {
  position: relative;
}
.zones-intervention__chiffres--salaries::before {
  content: "";
  width: 55px;
  height: 55px;
  border-bottom-left-radius: 20px;
  border-bottom: 1px solid #3F9AAD;
  border-left: 1px solid #3F9AAD;
  position: absolute;
  bottom: -10px;
  left: -10px;
}
.zones-intervention__chiffres--logements {
  position: relative;
}
.zones-intervention__chiffres--logements::before {
  content: "";
  width: calc(50% + 5px);
  height: 100px;
  border-bottom: 1px solid #3F9AAD;
  border-left: 1px solid #3F9AAD;
  border-bottom-left-radius: 20px;
  position: absolute;
  bottom: -1px;
  left: -5px;
}
.zones-intervention__chiffres--logements::after {
  content: "";
  width: 50%;
  height: 100px;
  border-top: 1px solid #3F9AAD;
  border-right: 1px solid #3F9AAD;
  border-top-right-radius: 20px;
  position: absolute;
  top: 100%;
  left: 50%;
}

.actualites {
  background: url("../images/hero--background.jpg") no-repeat;
  background-size: 100% 45%;
  background-position: left bottom;
  position: relative;
}
.actualites::before {
  content: url("../images/actualites--deco.svg");
  top: 0;
  left: 10%;
  position: absolute;
  transform: scale(0.5);
}
@media screen and (min-width: 767px) {
  .actualites::before {
    display: none;
  }
}
.actualites__separator {
  height: 2px;
  background-color: #16A996;
  width: 80px;
  margin: 20px auto;
  opacity: 1;
}
.actualites__list {
  position: relative;
}
@media screen and (min-width: 767px) {
  .actualites__list::before {
    content: url("../images/actualites--deco.svg");
    top: -70px;
    left: -50px;
    position: absolute;
  }
  .actualites__list::after {
    content: url("../images/actualites--deco2.svg");
    right: -70px;
    bottom: -70px;
    position: absolute;
  }
}
.actualites__swiper {
  padding-bottom: 50px;
}
.actualites__swiper .swiper-pagination-bullet {
  background: white;
}
.actualites__swiper .swiper-navigation {
  padding-top: 10px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 991px) {
  .actualites__swiper .swiper-navigation {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
.actualites__swiper .swiper-navigation .swiper-button-next, .actualites__swiper .swiper-navigation .swiper-button-prev {
  display: flex;
  color: #414B5A;
  width: fit-content;
  padding-bottom: 5px;
  height: auto;
}
.actualites__swiper .swiper-navigation .swiper-button-next::after, .actualites__swiper .swiper-navigation .swiper-button-prev::after {
  display: none;
}
.actualites__swiper .swiper-navigation .swiper-button-disabled {
  opacity: 0.5;
}

.agir {
  margin-top: -50px;
  border-top-right-radius: 50px;
}
.agir__separator {
  height: 2px;
  background-color: #16A996;
  width: 80px;
  margin: 30px auto;
  opacity: 1;
}
.agir__links {
  position: relative;
}
.agir__links::before {
  content: url("../images/agir--deco.svg");
  top: -63px;
  right: -2px;
  position: absolute;
  transform: scale(0.6);
}
@media screen and (min-width: 767px) {
  .agir__links::before {
    transform: unset;
    top: -80px;
    right: -50px;
  }
}
@media screen and (min-width: 767px) {
  .agir__links__content {
    aspect-ratio: 1;
  }
}
.agir__links__content a::before {
  border-radius: 30px;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  top: 0;
  left: 0;
  background: linear-gradient(43deg, #3F9AAD 10.91%, rgba(63, 154, 173, 0.2) 110.75%);
  z-index: -1;
}
.agir__links__content:first-child a::before {
  background: linear-gradient(207deg, rgba(90, 184, 138, 0.3) 0%, #5AB88A 83.21%);
}
.agir__links__content:last-child a::before {
  background: linear-gradient(47deg, #16A996 23.13%, rgba(22, 169, 150, 0.2) 107.55%);
}
.agir__links__content a {
  overflow: hidden;
  border-radius: 30px;
}
.agir__links__content a[target=_blank]::after {
  content: url("../images/target-blank.svg");
  bottom: 15px;
  right: 15px;
  position: absolute;
}
.agir__links__content img {
  border-radius: 30px;
  transition: 0.3s;
}
.agir__links__content hr {
  height: 2px;
  background-color: #FFFFFF;
  margin: 30px auto;
  opacity: 1;
  width: 80px;
}
.agir__links__content:hover img {
  transform: scale(1.06);
}

.temoignages {
  padding-block: 176px 126px;
  background: linear-gradient(1deg, rgba(234, 234, 234, 0) 40.42%, #EAEAEA 141.73%);
  position: relative;
}
.temoignages::before {
  content: "";
  display: block;
  width: 181px;
  height: 283px;
  background-image: url("../images/temoignages--deco.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: -107px;
  left: calc(50% - 810px);
}
.temoignages__separator {
  margin-block: 27px 0;
  height: 2px;
  background-color: #5AB88B;
  width: 80px;
  opacity: 1;
}
.temoignages__cell-wrapper {
  position: relative;
}
.temoignages__cell-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #316B90;
  border-radius: 30px;
  z-index: -1;
  height: 100%;
}
@media screen and (min-width: 991px) {
  .temoignages__cell-wrapper::before {
    height: calc(100% - 70px);
  }
}
.temoignages__cell-wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 70px);
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("../images/temoignages-deco.png");
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (min-width: 991px) {
  .temoignages__cell-wrapper::after {
    width: 52%;
  }
}
.temoignages__cell {
  color: #FFFFFF;
  padding-block: 58px 28px;
}
@media screen and (min-width: 991px) {
  .temoignages__cell {
    padding-block: 0px 58px;
  }
}
.temoignages__author {
  padding-left: 10px;
  margin-top: 21px;
  border-left: solid 1px #FFFFFF;
}
.temoignages .swiper-temoignages-prev, .temoignages .swiper-temoignages-next {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: solid 3px #316B90;
}
.temoignages .swiper-temoignages-prev::after, .temoignages .swiper-temoignages-next::after {
  content: "";
  width: 49px;
  height: 49px;
  background-image: url("../images/keyboard_arrow_left.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.temoignages .swiper-temoignages-prev {
  left: -33px;
  transform: translateX(-100%);
}
.temoignages .swiper-temoignages-prev::after {
  background-image: url("../images/keyboard_arrow_left.png");
}
.temoignages .swiper-temoignages-next {
  right: -33px;
  transform: translateX(100%);
}
.temoignages .swiper-temoignages-next::after {
  background-image: url("../images/keyboard_arrow_right.png");
}

.swiper-temoignages-pagination.swiper-pagination-bullets {
  bottom: -38px;
}
.swiper-temoignages-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #5AB88B;
}

.contact::after {
  content: "";
  height: 400px;
  width: 100%;
  bottom: 0;
  right: 0;
  background: url("../images/contact--background.jpg") no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -2;
}
@media screen and (min-width: 991px) {
  .contact::after {
    width: 40%;
    height: 70%;
    bottom: 15%;
  }
}
.contact__image {
  border-top-left-radius: 60px;
}
.contact__separator {
  height: 2px;
  background-color: #16A996;
  width: 80px;
  margin: 30px 0;
  opacity: 1;
}
.contact__form {
  padding: 30px;
}
@media screen and (min-width: 991px) {
  .contact__form {
    padding: 100px;
    border-radius: 30px;
  }
}
.contact__form::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(208deg, rgba(90, 184, 138, 0) -0.73%, rgba(90, 184, 138, 0.3) 99.31%);
}
@media screen and (min-width: 991px) {
  .contact__form::before {
    border-radius: 30px;
  }
}

.woocommerce-info {
  border-top-color: #316B90 !important;
}
.woocommerce-info::before {
  color: #316B90 !important;
}

.woocommerce-error li {
  font-size: 15px !important;
}

.woocommerce-privacy-policy-text p {
  font-size: 15px !important;
}

.woocommerce-MyAccount-navigation {
  width: 27%;
}
.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 10px;
  padding: 10px;
  background: #E0D8C7;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #316B90;
}

.woocommerce div.product div.images img {
  width: auto !important;
  margin: auto;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 991px) {
  .menu__top li:not(:nth-last-child(2)):not(.menu__top__contact) {
    position: relative;
  }
  .menu__top li:not(:nth-last-child(2)):not(.menu__top__contact)::after {
    content: "";
    height: 15px;
    width: 1px;
    background-color: #7E8C9F;
    position: absolute;
    left: calc(100% + 0.75rem);
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 991px) {
  .menu__top__contact {
    background-color: #5AB88B;
    border-radius: 60px;
    padding: 10px 14px !important;
    color: #FFFFFF;
    font-size: 18px;
  }
  .menu__top__contact a svg path {
    fill: white;
  }
  .menu__top__contact a:hover {
    background-color: white;
  }
  .menu__top__contact a:hover svg path {
    fill: #5AB88B;
  }
}
.menu__bottom__toggle {
  position: relative;
  padding-right: 18px;
  font-size: 20px;
}
.menu__bottom__toggle::before {
  content: "";
  position: absolute;
  top: 45%;
  right: 0px;
  height: 10px;
  width: 10px;
  border-top: 3px solid #316B90;
  border-right: 3px solid #316B90;
  transform: translateY(-50%) rotate(135deg);
  transition: 0.3s;
}
.menu__bottom__toggle--active::before {
  transform: translateY(-10%) rotate(-45deg);
}
.menu__bottom__downlist {
  display: none;
}
@media screen and (min-width: 767px) {
  .menu__bottom__downlist {
    position: fixed;
    top: 126px;
    left: 0;
    width: 100%;
    height: auto;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #FFFFFF;
    z-index: 10;
  }
}
.menu__bottom__downlist a {
  display: block;
  font-size: 16px;
  color: #3F9AAD;
  text-decoration: none;
  padding: 15px 20px;
  text-transform: uppercase;
}
.menu__bottom__downlist a:hover {
  color: #316B90;
}
.menu__mobile {
  display: none;
}
@media screen and (min-width: 991px) {
  .menu__mobile {
    display: block;
  }
}
.menu__mobile--open {
  height: auto;
  display: flex;
  flex-direction: column;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
}

.burger__toggle {
  background: 0;
  padding: 0;
  border: 0;
  margin: 0 auto;
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: relative;
}
.burger__toggle .bar {
  padding: 0;
  width: 30px;
  height: 2px;
  background-color: #5AB88B;
  display: block;
  transition: all 0.4s ease-in-out;
  position: absolute;
}
.burger__toggle .bar1 {
  top: 0;
}
.burger__toggle .bar2, .burger__toggle .bar3 {
  top: 9px;
  left: 0;
}
.burger__toggle .bar4 {
  bottom: 0;
}
.burger__toggle.open .bar1 {
  transform: rotate(45deg);
  transform-origin: 5%;
  width: 29px;
}
.burger__toggle.open .bar2 {
  transform: translateX(-40px);
  background-color: transparent;
}
.burger__toggle.open .bar3 {
  transform: translateX(40px);
  background-color: transparent;
}
.burger__toggle.open .bar4 {
  transform-origin: 5%;
  transform: rotate(-45deg);
  width: 29px;
}

.main--background {
  position: relative;
}
.main--background::before {
  content: "";
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

footer {
  background: linear-gradient(to bottom, #3F9AAD 6.12%, #FFF 309%);
}
footer hr {
  background-color: #FFFFFF;
  opacity: 1;
  display: block;
  height: 2px;
}
@media screen and (min-width: 767px) {
  footer hr {
    width: 60px;
  }
}
footer .footer__contact .btn--white {
  color: #3F9AAD;
  font-size: 18px;
}
@media screen and (min-width: 767px) {
  footer .footer__contact .btn--white {
    background-color: transparent;
    border: none;
    color: #FFFFFF;
  }
}
footer .footer__contact .btn--white:hover {
  color: #316B90;
}
footer .footer__contact .btn--white svg path {
  fill: #3F9AAD;
}
@media screen and (min-width: 767px) {
  footer .footer__contact .btn--white svg path {
    fill: #FFFFFF;
  }
}

.wp-block-starter-latest-posts__post {
  border-radius: 30px;
  margin-right: 0;
  background-color: #FFFFFF;
  text-decoration: none;
  color: #414B5A;
}
.wp-block-starter-latest-posts__post__featured-image {
  height: 252px;
  max-height: 252px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
}
.wp-block-starter-latest-posts__post__featured-image img {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}
.wp-block-starter-latest-posts__post-content {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  cursor: pointer;
  background-color: #FFFFFF;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.wp-block-starter-latest-posts__post-title {
  font-size: 22px;
  text-decoration: none;
  color: #414B5A;
}
.wp-block-starter-latest-posts__post-separator {
  background-color: #16A996;
  width: 86px;
  height: 4px;
  margin: auto;
  opacity: 1;
}
.wp-block-starter-latest-posts__post-link {
  color: #316B90;
  text-transform: unset;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 500;
}
.wp-block-starter-latest-posts__post-link::after {
  content: url("../images/arrow.svg");
  margin-left: 5px;
}
.wp-block-starter-latest-posts__post:hover .wp-block-starter-latest-posts__post__featured-image {
  overflow: hidden;
}
.wp-block-starter-latest-posts__post:hover .wp-block-starter-latest-posts__post__featured-image img {
  transform: scale(1.07);
}

html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  word-wrap: break-word;
  overflow: hidden;
}

main {
  margin-top: 71px;
}
@media screen and (min-width: 767px) {
  main {
    margin-top: 106px;
  }
}
@media screen and (min-width: 991px) {
  main {
    margin-top: 126px;
  }
}

.z-n0 {
  z-index: -0 !important;
}

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

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

.z-n3 {
  z-index: -3 !important;
}

.z-n4 {
  z-index: -4 !important;
}

.z-n5 {
  z-index: -5 !important;
}

.h-0 {
  height: 0% !important;
}

.w-0 {
  width: 0% !important;
}

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

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

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

.h-1 {
  height: 1% !important;
}

.w-1 {
  width: 1% !important;
}

.start-1 {
  left: 1% !important;
}

.top-1 {
  top: 1% !important;
}

.order-1 {
  order: 1 !important;
}

.h-2 {
  height: 2% !important;
}

.w-2 {
  width: 2% !important;
}

.start-2 {
  left: 2% !important;
}

.top-2 {
  top: 2% !important;
}

.order-2 {
  order: 2 !important;
}

.h-3 {
  height: 3% !important;
}

.w-3 {
  width: 3% !important;
}

.start-3 {
  left: 3% !important;
}

.top-3 {
  top: 3% !important;
}

.order-3 {
  order: 3 !important;
}

.h-4 {
  height: 4% !important;
}

.w-4 {
  width: 4% !important;
}

.start-4 {
  left: 4% !important;
}

.top-4 {
  top: 4% !important;
}

.order-4 {
  order: 4 !important;
}

.h-5 {
  height: 5% !important;
}

.w-5 {
  width: 5% !important;
}

.start-5 {
  left: 5% !important;
}

.top-5 {
  top: 5% !important;
}

.order-5 {
  order: 5 !important;
}

.h-6 {
  height: 6% !important;
}

.w-6 {
  width: 6% !important;
}

.start-6 {
  left: 6% !important;
}

.top-6 {
  top: 6% !important;
}

.order-6 {
  order: 6 !important;
}

.h-7 {
  height: 7% !important;
}

.w-7 {
  width: 7% !important;
}

.start-7 {
  left: 7% !important;
}

.top-7 {
  top: 7% !important;
}

.order-7 {
  order: 7 !important;
}

.h-8 {
  height: 8% !important;
}

.w-8 {
  width: 8% !important;
}

.start-8 {
  left: 8% !important;
}

.top-8 {
  top: 8% !important;
}

.order-8 {
  order: 8 !important;
}

.h-9 {
  height: 9% !important;
}

.w-9 {
  width: 9% !important;
}

.start-9 {
  left: 9% !important;
}

.top-9 {
  top: 9% !important;
}

.order-9 {
  order: 9 !important;
}

.h-10 {
  height: 10% !important;
}

.w-10 {
  width: 10% !important;
}

.start-10 {
  left: 10% !important;
}

.top-10 {
  top: 10% !important;
}

.order-10 {
  order: 10 !important;
}

.h-11 {
  height: 11% !important;
}

.w-11 {
  width: 11% !important;
}

.start-11 {
  left: 11% !important;
}

.top-11 {
  top: 11% !important;
}

.order-11 {
  order: 11 !important;
}

.h-12 {
  height: 12% !important;
}

.w-12 {
  width: 12% !important;
}

.start-12 {
  left: 12% !important;
}

.top-12 {
  top: 12% !important;
}

.order-12 {
  order: 12 !important;
}

.h-13 {
  height: 13% !important;
}

.w-13 {
  width: 13% !important;
}

.start-13 {
  left: 13% !important;
}

.top-13 {
  top: 13% !important;
}

.order-13 {
  order: 13 !important;
}

.h-14 {
  height: 14% !important;
}

.w-14 {
  width: 14% !important;
}

.start-14 {
  left: 14% !important;
}

.top-14 {
  top: 14% !important;
}

.order-14 {
  order: 14 !important;
}

.h-15 {
  height: 15% !important;
}

.w-15 {
  width: 15% !important;
}

.start-15 {
  left: 15% !important;
}

.top-15 {
  top: 15% !important;
}

.order-15 {
  order: 15 !important;
}

.h-16 {
  height: 16% !important;
}

.w-16 {
  width: 16% !important;
}

.start-16 {
  left: 16% !important;
}

.top-16 {
  top: 16% !important;
}

.order-16 {
  order: 16 !important;
}

.h-17 {
  height: 17% !important;
}

.w-17 {
  width: 17% !important;
}

.start-17 {
  left: 17% !important;
}

.top-17 {
  top: 17% !important;
}

.order-17 {
  order: 17 !important;
}

.h-18 {
  height: 18% !important;
}

.w-18 {
  width: 18% !important;
}

.start-18 {
  left: 18% !important;
}

.top-18 {
  top: 18% !important;
}

.order-18 {
  order: 18 !important;
}

.h-19 {
  height: 19% !important;
}

.w-19 {
  width: 19% !important;
}

.start-19 {
  left: 19% !important;
}

.top-19 {
  top: 19% !important;
}

.order-19 {
  order: 19 !important;
}

.h-20 {
  height: 20% !important;
}

.w-20 {
  width: 20% !important;
}

.start-20 {
  left: 20% !important;
}

.top-20 {
  top: 20% !important;
}

.order-20 {
  order: 20 !important;
}

.h-21 {
  height: 21% !important;
}

.w-21 {
  width: 21% !important;
}

.start-21 {
  left: 21% !important;
}

.top-21 {
  top: 21% !important;
}

.order-21 {
  order: 21 !important;
}

.h-22 {
  height: 22% !important;
}

.w-22 {
  width: 22% !important;
}

.start-22 {
  left: 22% !important;
}

.top-22 {
  top: 22% !important;
}

.order-22 {
  order: 22 !important;
}

.h-23 {
  height: 23% !important;
}

.w-23 {
  width: 23% !important;
}

.start-23 {
  left: 23% !important;
}

.top-23 {
  top: 23% !important;
}

.order-23 {
  order: 23 !important;
}

.h-24 {
  height: 24% !important;
}

.w-24 {
  width: 24% !important;
}

.start-24 {
  left: 24% !important;
}

.top-24 {
  top: 24% !important;
}

.order-24 {
  order: 24 !important;
}

.h-25 {
  height: 25% !important;
}

.w-25 {
  width: 25% !important;
}

.start-25 {
  left: 25% !important;
}

.top-25 {
  top: 25% !important;
}

.order-25 {
  order: 25 !important;
}

.h-26 {
  height: 26% !important;
}

.w-26 {
  width: 26% !important;
}

.start-26 {
  left: 26% !important;
}

.top-26 {
  top: 26% !important;
}

.order-26 {
  order: 26 !important;
}

.h-27 {
  height: 27% !important;
}

.w-27 {
  width: 27% !important;
}

.start-27 {
  left: 27% !important;
}

.top-27 {
  top: 27% !important;
}

.order-27 {
  order: 27 !important;
}

.h-28 {
  height: 28% !important;
}

.w-28 {
  width: 28% !important;
}

.start-28 {
  left: 28% !important;
}

.top-28 {
  top: 28% !important;
}

.order-28 {
  order: 28 !important;
}

.h-29 {
  height: 29% !important;
}

.w-29 {
  width: 29% !important;
}

.start-29 {
  left: 29% !important;
}

.top-29 {
  top: 29% !important;
}

.order-29 {
  order: 29 !important;
}

.h-30 {
  height: 30% !important;
}

.w-30 {
  width: 30% !important;
}

.start-30 {
  left: 30% !important;
}

.top-30 {
  top: 30% !important;
}

.order-30 {
  order: 30 !important;
}

.h-31 {
  height: 31% !important;
}

.w-31 {
  width: 31% !important;
}

.start-31 {
  left: 31% !important;
}

.top-31 {
  top: 31% !important;
}

.order-31 {
  order: 31 !important;
}

.h-32 {
  height: 32% !important;
}

.w-32 {
  width: 32% !important;
}

.start-32 {
  left: 32% !important;
}

.top-32 {
  top: 32% !important;
}

.order-32 {
  order: 32 !important;
}

.h-33 {
  height: 33% !important;
}

.w-33 {
  width: 33% !important;
}

.start-33 {
  left: 33% !important;
}

.top-33 {
  top: 33% !important;
}

.order-33 {
  order: 33 !important;
}

.h-34 {
  height: 34% !important;
}

.w-34 {
  width: 34% !important;
}

.start-34 {
  left: 34% !important;
}

.top-34 {
  top: 34% !important;
}

.order-34 {
  order: 34 !important;
}

.h-35 {
  height: 35% !important;
}

.w-35 {
  width: 35% !important;
}

.start-35 {
  left: 35% !important;
}

.top-35 {
  top: 35% !important;
}

.order-35 {
  order: 35 !important;
}

.h-36 {
  height: 36% !important;
}

.w-36 {
  width: 36% !important;
}

.start-36 {
  left: 36% !important;
}

.top-36 {
  top: 36% !important;
}

.order-36 {
  order: 36 !important;
}

.h-37 {
  height: 37% !important;
}

.w-37 {
  width: 37% !important;
}

.start-37 {
  left: 37% !important;
}

.top-37 {
  top: 37% !important;
}

.order-37 {
  order: 37 !important;
}

.h-38 {
  height: 38% !important;
}

.w-38 {
  width: 38% !important;
}

.start-38 {
  left: 38% !important;
}

.top-38 {
  top: 38% !important;
}

.order-38 {
  order: 38 !important;
}

.h-39 {
  height: 39% !important;
}

.w-39 {
  width: 39% !important;
}

.start-39 {
  left: 39% !important;
}

.top-39 {
  top: 39% !important;
}

.order-39 {
  order: 39 !important;
}

.h-40 {
  height: 40% !important;
}

.w-40 {
  width: 40% !important;
}

.start-40 {
  left: 40% !important;
}

.top-40 {
  top: 40% !important;
}

.order-40 {
  order: 40 !important;
}

.h-41 {
  height: 41% !important;
}

.w-41 {
  width: 41% !important;
}

.start-41 {
  left: 41% !important;
}

.top-41 {
  top: 41% !important;
}

.order-41 {
  order: 41 !important;
}

.h-42 {
  height: 42% !important;
}

.w-42 {
  width: 42% !important;
}

.start-42 {
  left: 42% !important;
}

.top-42 {
  top: 42% !important;
}

.order-42 {
  order: 42 !important;
}

.h-43 {
  height: 43% !important;
}

.w-43 {
  width: 43% !important;
}

.start-43 {
  left: 43% !important;
}

.top-43 {
  top: 43% !important;
}

.order-43 {
  order: 43 !important;
}

.h-44 {
  height: 44% !important;
}

.w-44 {
  width: 44% !important;
}

.start-44 {
  left: 44% !important;
}

.top-44 {
  top: 44% !important;
}

.order-44 {
  order: 44 !important;
}

.h-45 {
  height: 45% !important;
}

.w-45 {
  width: 45% !important;
}

.start-45 {
  left: 45% !important;
}

.top-45 {
  top: 45% !important;
}

.order-45 {
  order: 45 !important;
}

.h-46 {
  height: 46% !important;
}

.w-46 {
  width: 46% !important;
}

.start-46 {
  left: 46% !important;
}

.top-46 {
  top: 46% !important;
}

.order-46 {
  order: 46 !important;
}

.h-47 {
  height: 47% !important;
}

.w-47 {
  width: 47% !important;
}

.start-47 {
  left: 47% !important;
}

.top-47 {
  top: 47% !important;
}

.order-47 {
  order: 47 !important;
}

.h-48 {
  height: 48% !important;
}

.w-48 {
  width: 48% !important;
}

.start-48 {
  left: 48% !important;
}

.top-48 {
  top: 48% !important;
}

.order-48 {
  order: 48 !important;
}

.h-49 {
  height: 49% !important;
}

.w-49 {
  width: 49% !important;
}

.start-49 {
  left: 49% !important;
}

.top-49 {
  top: 49% !important;
}

.order-49 {
  order: 49 !important;
}

.h-50 {
  height: 50% !important;
}

.w-50 {
  width: 50% !important;
}

.start-50 {
  left: 50% !important;
}

.top-50 {
  top: 50% !important;
}

.order-50 {
  order: 50 !important;
}

.h-51 {
  height: 51% !important;
}

.w-51 {
  width: 51% !important;
}

.start-51 {
  left: 51% !important;
}

.top-51 {
  top: 51% !important;
}

.order-51 {
  order: 51 !important;
}

.h-52 {
  height: 52% !important;
}

.w-52 {
  width: 52% !important;
}

.start-52 {
  left: 52% !important;
}

.top-52 {
  top: 52% !important;
}

.order-52 {
  order: 52 !important;
}

.h-53 {
  height: 53% !important;
}

.w-53 {
  width: 53% !important;
}

.start-53 {
  left: 53% !important;
}

.top-53 {
  top: 53% !important;
}

.order-53 {
  order: 53 !important;
}

.h-54 {
  height: 54% !important;
}

.w-54 {
  width: 54% !important;
}

.start-54 {
  left: 54% !important;
}

.top-54 {
  top: 54% !important;
}

.order-54 {
  order: 54 !important;
}

.h-55 {
  height: 55% !important;
}

.w-55 {
  width: 55% !important;
}

.start-55 {
  left: 55% !important;
}

.top-55 {
  top: 55% !important;
}

.order-55 {
  order: 55 !important;
}

.h-56 {
  height: 56% !important;
}

.w-56 {
  width: 56% !important;
}

.start-56 {
  left: 56% !important;
}

.top-56 {
  top: 56% !important;
}

.order-56 {
  order: 56 !important;
}

.h-57 {
  height: 57% !important;
}

.w-57 {
  width: 57% !important;
}

.start-57 {
  left: 57% !important;
}

.top-57 {
  top: 57% !important;
}

.order-57 {
  order: 57 !important;
}

.h-58 {
  height: 58% !important;
}

.w-58 {
  width: 58% !important;
}

.start-58 {
  left: 58% !important;
}

.top-58 {
  top: 58% !important;
}

.order-58 {
  order: 58 !important;
}

.h-59 {
  height: 59% !important;
}

.w-59 {
  width: 59% !important;
}

.start-59 {
  left: 59% !important;
}

.top-59 {
  top: 59% !important;
}

.order-59 {
  order: 59 !important;
}

.h-60 {
  height: 60% !important;
}

.w-60 {
  width: 60% !important;
}

.start-60 {
  left: 60% !important;
}

.top-60 {
  top: 60% !important;
}

.order-60 {
  order: 60 !important;
}

.h-61 {
  height: 61% !important;
}

.w-61 {
  width: 61% !important;
}

.start-61 {
  left: 61% !important;
}

.top-61 {
  top: 61% !important;
}

.order-61 {
  order: 61 !important;
}

.h-62 {
  height: 62% !important;
}

.w-62 {
  width: 62% !important;
}

.start-62 {
  left: 62% !important;
}

.top-62 {
  top: 62% !important;
}

.order-62 {
  order: 62 !important;
}

.h-63 {
  height: 63% !important;
}

.w-63 {
  width: 63% !important;
}

.start-63 {
  left: 63% !important;
}

.top-63 {
  top: 63% !important;
}

.order-63 {
  order: 63 !important;
}

.h-64 {
  height: 64% !important;
}

.w-64 {
  width: 64% !important;
}

.start-64 {
  left: 64% !important;
}

.top-64 {
  top: 64% !important;
}

.order-64 {
  order: 64 !important;
}

.h-65 {
  height: 65% !important;
}

.w-65 {
  width: 65% !important;
}

.start-65 {
  left: 65% !important;
}

.top-65 {
  top: 65% !important;
}

.order-65 {
  order: 65 !important;
}

.h-66 {
  height: 66% !important;
}

.w-66 {
  width: 66% !important;
}

.start-66 {
  left: 66% !important;
}

.top-66 {
  top: 66% !important;
}

.order-66 {
  order: 66 !important;
}

.h-67 {
  height: 67% !important;
}

.w-67 {
  width: 67% !important;
}

.start-67 {
  left: 67% !important;
}

.top-67 {
  top: 67% !important;
}

.order-67 {
  order: 67 !important;
}

.h-68 {
  height: 68% !important;
}

.w-68 {
  width: 68% !important;
}

.start-68 {
  left: 68% !important;
}

.top-68 {
  top: 68% !important;
}

.order-68 {
  order: 68 !important;
}

.h-69 {
  height: 69% !important;
}

.w-69 {
  width: 69% !important;
}

.start-69 {
  left: 69% !important;
}

.top-69 {
  top: 69% !important;
}

.order-69 {
  order: 69 !important;
}

.h-70 {
  height: 70% !important;
}

.w-70 {
  width: 70% !important;
}

.start-70 {
  left: 70% !important;
}

.top-70 {
  top: 70% !important;
}

.order-70 {
  order: 70 !important;
}

.h-71 {
  height: 71% !important;
}

.w-71 {
  width: 71% !important;
}

.start-71 {
  left: 71% !important;
}

.top-71 {
  top: 71% !important;
}

.order-71 {
  order: 71 !important;
}

.h-72 {
  height: 72% !important;
}

.w-72 {
  width: 72% !important;
}

.start-72 {
  left: 72% !important;
}

.top-72 {
  top: 72% !important;
}

.order-72 {
  order: 72 !important;
}

.h-73 {
  height: 73% !important;
}

.w-73 {
  width: 73% !important;
}

.start-73 {
  left: 73% !important;
}

.top-73 {
  top: 73% !important;
}

.order-73 {
  order: 73 !important;
}

.h-74 {
  height: 74% !important;
}

.w-74 {
  width: 74% !important;
}

.start-74 {
  left: 74% !important;
}

.top-74 {
  top: 74% !important;
}

.order-74 {
  order: 74 !important;
}

.h-75 {
  height: 75% !important;
}

.w-75 {
  width: 75% !important;
}

.start-75 {
  left: 75% !important;
}

.top-75 {
  top: 75% !important;
}

.order-75 {
  order: 75 !important;
}

.h-76 {
  height: 76% !important;
}

.w-76 {
  width: 76% !important;
}

.start-76 {
  left: 76% !important;
}

.top-76 {
  top: 76% !important;
}

.order-76 {
  order: 76 !important;
}

.h-77 {
  height: 77% !important;
}

.w-77 {
  width: 77% !important;
}

.start-77 {
  left: 77% !important;
}

.top-77 {
  top: 77% !important;
}

.order-77 {
  order: 77 !important;
}

.h-78 {
  height: 78% !important;
}

.w-78 {
  width: 78% !important;
}

.start-78 {
  left: 78% !important;
}

.top-78 {
  top: 78% !important;
}

.order-78 {
  order: 78 !important;
}

.h-79 {
  height: 79% !important;
}

.w-79 {
  width: 79% !important;
}

.start-79 {
  left: 79% !important;
}

.top-79 {
  top: 79% !important;
}

.order-79 {
  order: 79 !important;
}

.h-80 {
  height: 80% !important;
}

.w-80 {
  width: 80% !important;
}

.start-80 {
  left: 80% !important;
}

.top-80 {
  top: 80% !important;
}

.order-80 {
  order: 80 !important;
}

.h-81 {
  height: 81% !important;
}

.w-81 {
  width: 81% !important;
}

.start-81 {
  left: 81% !important;
}

.top-81 {
  top: 81% !important;
}

.order-81 {
  order: 81 !important;
}

.h-82 {
  height: 82% !important;
}

.w-82 {
  width: 82% !important;
}

.start-82 {
  left: 82% !important;
}

.top-82 {
  top: 82% !important;
}

.order-82 {
  order: 82 !important;
}

.h-83 {
  height: 83% !important;
}

.w-83 {
  width: 83% !important;
}

.start-83 {
  left: 83% !important;
}

.top-83 {
  top: 83% !important;
}

.order-83 {
  order: 83 !important;
}

.h-84 {
  height: 84% !important;
}

.w-84 {
  width: 84% !important;
}

.start-84 {
  left: 84% !important;
}

.top-84 {
  top: 84% !important;
}

.order-84 {
  order: 84 !important;
}

.h-85 {
  height: 85% !important;
}

.w-85 {
  width: 85% !important;
}

.start-85 {
  left: 85% !important;
}

.top-85 {
  top: 85% !important;
}

.order-85 {
  order: 85 !important;
}

.h-86 {
  height: 86% !important;
}

.w-86 {
  width: 86% !important;
}

.start-86 {
  left: 86% !important;
}

.top-86 {
  top: 86% !important;
}

.order-86 {
  order: 86 !important;
}

.h-87 {
  height: 87% !important;
}

.w-87 {
  width: 87% !important;
}

.start-87 {
  left: 87% !important;
}

.top-87 {
  top: 87% !important;
}

.order-87 {
  order: 87 !important;
}

.h-88 {
  height: 88% !important;
}

.w-88 {
  width: 88% !important;
}

.start-88 {
  left: 88% !important;
}

.top-88 {
  top: 88% !important;
}

.order-88 {
  order: 88 !important;
}

.h-89 {
  height: 89% !important;
}

.w-89 {
  width: 89% !important;
}

.start-89 {
  left: 89% !important;
}

.top-89 {
  top: 89% !important;
}

.order-89 {
  order: 89 !important;
}

.h-90 {
  height: 90% !important;
}

.w-90 {
  width: 90% !important;
}

.start-90 {
  left: 90% !important;
}

.top-90 {
  top: 90% !important;
}

.order-90 {
  order: 90 !important;
}

.h-91 {
  height: 91% !important;
}

.w-91 {
  width: 91% !important;
}

.start-91 {
  left: 91% !important;
}

.top-91 {
  top: 91% !important;
}

.order-91 {
  order: 91 !important;
}

.h-92 {
  height: 92% !important;
}

.w-92 {
  width: 92% !important;
}

.start-92 {
  left: 92% !important;
}

.top-92 {
  top: 92% !important;
}

.order-92 {
  order: 92 !important;
}

.h-93 {
  height: 93% !important;
}

.w-93 {
  width: 93% !important;
}

.start-93 {
  left: 93% !important;
}

.top-93 {
  top: 93% !important;
}

.order-93 {
  order: 93 !important;
}

.h-94 {
  height: 94% !important;
}

.w-94 {
  width: 94% !important;
}

.start-94 {
  left: 94% !important;
}

.top-94 {
  top: 94% !important;
}

.order-94 {
  order: 94 !important;
}

.h-95 {
  height: 95% !important;
}

.w-95 {
  width: 95% !important;
}

.start-95 {
  left: 95% !important;
}

.top-95 {
  top: 95% !important;
}

.order-95 {
  order: 95 !important;
}

.h-96 {
  height: 96% !important;
}

.w-96 {
  width: 96% !important;
}

.start-96 {
  left: 96% !important;
}

.top-96 {
  top: 96% !important;
}

.order-96 {
  order: 96 !important;
}

.h-97 {
  height: 97% !important;
}

.w-97 {
  width: 97% !important;
}

.start-97 {
  left: 97% !important;
}

.top-97 {
  top: 97% !important;
}

.order-97 {
  order: 97 !important;
}

.h-98 {
  height: 98% !important;
}

.w-98 {
  width: 98% !important;
}

.start-98 {
  left: 98% !important;
}

.top-98 {
  top: 98% !important;
}

.order-98 {
  order: 98 !important;
}

.h-99 {
  height: 99% !important;
}

.w-99 {
  width: 99% !important;
}

.start-99 {
  left: 99% !important;
}

.top-99 {
  top: 99% !important;
}

.order-99 {
  order: 99 !important;
}

.h-100 {
  height: 100% !important;
}

.w-100 {
  width: 100% !important;
}

.start-100 {
  left: 100% !important;
}

.top-100 {
  top: 100% !important;
}

.order-100 {
  order: 100 !important;
}

@media screen and (min-width: 767px) {
  .position-md-absolute {
    position: absolute;
  }
  .h-md-0 {
    height: 0% !important;
  }
  .w-md-0 {
    width: 0% !important;
  }
  .start-md-0 {
    left: 0% !important;
  }
  .top-md-0 {
    top: 0% !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .h-md-1 {
    height: 1% !important;
  }
  .w-md-1 {
    width: 1% !important;
  }
  .start-md-1 {
    left: 1% !important;
  }
  .top-md-1 {
    top: 1% !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .h-md-2 {
    height: 2% !important;
  }
  .w-md-2 {
    width: 2% !important;
  }
  .start-md-2 {
    left: 2% !important;
  }
  .top-md-2 {
    top: 2% !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .h-md-3 {
    height: 3% !important;
  }
  .w-md-3 {
    width: 3% !important;
  }
  .start-md-3 {
    left: 3% !important;
  }
  .top-md-3 {
    top: 3% !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .h-md-4 {
    height: 4% !important;
  }
  .w-md-4 {
    width: 4% !important;
  }
  .start-md-4 {
    left: 4% !important;
  }
  .top-md-4 {
    top: 4% !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .h-md-5 {
    height: 5% !important;
  }
  .w-md-5 {
    width: 5% !important;
  }
  .start-md-5 {
    left: 5% !important;
  }
  .top-md-5 {
    top: 5% !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .h-md-6 {
    height: 6% !important;
  }
  .w-md-6 {
    width: 6% !important;
  }
  .start-md-6 {
    left: 6% !important;
  }
  .top-md-6 {
    top: 6% !important;
  }
  .order-md-6 {
    order: 6 !important;
  }
  .h-md-7 {
    height: 7% !important;
  }
  .w-md-7 {
    width: 7% !important;
  }
  .start-md-7 {
    left: 7% !important;
  }
  .top-md-7 {
    top: 7% !important;
  }
  .order-md-7 {
    order: 7 !important;
  }
  .h-md-8 {
    height: 8% !important;
  }
  .w-md-8 {
    width: 8% !important;
  }
  .start-md-8 {
    left: 8% !important;
  }
  .top-md-8 {
    top: 8% !important;
  }
  .order-md-8 {
    order: 8 !important;
  }
  .h-md-9 {
    height: 9% !important;
  }
  .w-md-9 {
    width: 9% !important;
  }
  .start-md-9 {
    left: 9% !important;
  }
  .top-md-9 {
    top: 9% !important;
  }
  .order-md-9 {
    order: 9 !important;
  }
  .h-md-10 {
    height: 10% !important;
  }
  .w-md-10 {
    width: 10% !important;
  }
  .start-md-10 {
    left: 10% !important;
  }
  .top-md-10 {
    top: 10% !important;
  }
  .order-md-10 {
    order: 10 !important;
  }
  .h-md-11 {
    height: 11% !important;
  }
  .w-md-11 {
    width: 11% !important;
  }
  .start-md-11 {
    left: 11% !important;
  }
  .top-md-11 {
    top: 11% !important;
  }
  .order-md-11 {
    order: 11 !important;
  }
  .h-md-12 {
    height: 12% !important;
  }
  .w-md-12 {
    width: 12% !important;
  }
  .start-md-12 {
    left: 12% !important;
  }
  .top-md-12 {
    top: 12% !important;
  }
  .order-md-12 {
    order: 12 !important;
  }
  .h-md-13 {
    height: 13% !important;
  }
  .w-md-13 {
    width: 13% !important;
  }
  .start-md-13 {
    left: 13% !important;
  }
  .top-md-13 {
    top: 13% !important;
  }
  .order-md-13 {
    order: 13 !important;
  }
  .h-md-14 {
    height: 14% !important;
  }
  .w-md-14 {
    width: 14% !important;
  }
  .start-md-14 {
    left: 14% !important;
  }
  .top-md-14 {
    top: 14% !important;
  }
  .order-md-14 {
    order: 14 !important;
  }
  .h-md-15 {
    height: 15% !important;
  }
  .w-md-15 {
    width: 15% !important;
  }
  .start-md-15 {
    left: 15% !important;
  }
  .top-md-15 {
    top: 15% !important;
  }
  .order-md-15 {
    order: 15 !important;
  }
  .h-md-16 {
    height: 16% !important;
  }
  .w-md-16 {
    width: 16% !important;
  }
  .start-md-16 {
    left: 16% !important;
  }
  .top-md-16 {
    top: 16% !important;
  }
  .order-md-16 {
    order: 16 !important;
  }
  .h-md-17 {
    height: 17% !important;
  }
  .w-md-17 {
    width: 17% !important;
  }
  .start-md-17 {
    left: 17% !important;
  }
  .top-md-17 {
    top: 17% !important;
  }
  .order-md-17 {
    order: 17 !important;
  }
  .h-md-18 {
    height: 18% !important;
  }
  .w-md-18 {
    width: 18% !important;
  }
  .start-md-18 {
    left: 18% !important;
  }
  .top-md-18 {
    top: 18% !important;
  }
  .order-md-18 {
    order: 18 !important;
  }
  .h-md-19 {
    height: 19% !important;
  }
  .w-md-19 {
    width: 19% !important;
  }
  .start-md-19 {
    left: 19% !important;
  }
  .top-md-19 {
    top: 19% !important;
  }
  .order-md-19 {
    order: 19 !important;
  }
  .h-md-20 {
    height: 20% !important;
  }
  .w-md-20 {
    width: 20% !important;
  }
  .start-md-20 {
    left: 20% !important;
  }
  .top-md-20 {
    top: 20% !important;
  }
  .order-md-20 {
    order: 20 !important;
  }
  .h-md-21 {
    height: 21% !important;
  }
  .w-md-21 {
    width: 21% !important;
  }
  .start-md-21 {
    left: 21% !important;
  }
  .top-md-21 {
    top: 21% !important;
  }
  .order-md-21 {
    order: 21 !important;
  }
  .h-md-22 {
    height: 22% !important;
  }
  .w-md-22 {
    width: 22% !important;
  }
  .start-md-22 {
    left: 22% !important;
  }
  .top-md-22 {
    top: 22% !important;
  }
  .order-md-22 {
    order: 22 !important;
  }
  .h-md-23 {
    height: 23% !important;
  }
  .w-md-23 {
    width: 23% !important;
  }
  .start-md-23 {
    left: 23% !important;
  }
  .top-md-23 {
    top: 23% !important;
  }
  .order-md-23 {
    order: 23 !important;
  }
  .h-md-24 {
    height: 24% !important;
  }
  .w-md-24 {
    width: 24% !important;
  }
  .start-md-24 {
    left: 24% !important;
  }
  .top-md-24 {
    top: 24% !important;
  }
  .order-md-24 {
    order: 24 !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .start-md-25 {
    left: 25% !important;
  }
  .top-md-25 {
    top: 25% !important;
  }
  .order-md-25 {
    order: 25 !important;
  }
  .h-md-26 {
    height: 26% !important;
  }
  .w-md-26 {
    width: 26% !important;
  }
  .start-md-26 {
    left: 26% !important;
  }
  .top-md-26 {
    top: 26% !important;
  }
  .order-md-26 {
    order: 26 !important;
  }
  .h-md-27 {
    height: 27% !important;
  }
  .w-md-27 {
    width: 27% !important;
  }
  .start-md-27 {
    left: 27% !important;
  }
  .top-md-27 {
    top: 27% !important;
  }
  .order-md-27 {
    order: 27 !important;
  }
  .h-md-28 {
    height: 28% !important;
  }
  .w-md-28 {
    width: 28% !important;
  }
  .start-md-28 {
    left: 28% !important;
  }
  .top-md-28 {
    top: 28% !important;
  }
  .order-md-28 {
    order: 28 !important;
  }
  .h-md-29 {
    height: 29% !important;
  }
  .w-md-29 {
    width: 29% !important;
  }
  .start-md-29 {
    left: 29% !important;
  }
  .top-md-29 {
    top: 29% !important;
  }
  .order-md-29 {
    order: 29 !important;
  }
  .h-md-30 {
    height: 30% !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .start-md-30 {
    left: 30% !important;
  }
  .top-md-30 {
    top: 30% !important;
  }
  .order-md-30 {
    order: 30 !important;
  }
  .h-md-31 {
    height: 31% !important;
  }
  .w-md-31 {
    width: 31% !important;
  }
  .start-md-31 {
    left: 31% !important;
  }
  .top-md-31 {
    top: 31% !important;
  }
  .order-md-31 {
    order: 31 !important;
  }
  .h-md-32 {
    height: 32% !important;
  }
  .w-md-32 {
    width: 32% !important;
  }
  .start-md-32 {
    left: 32% !important;
  }
  .top-md-32 {
    top: 32% !important;
  }
  .order-md-32 {
    order: 32 !important;
  }
  .h-md-33 {
    height: 33% !important;
  }
  .w-md-33 {
    width: 33% !important;
  }
  .start-md-33 {
    left: 33% !important;
  }
  .top-md-33 {
    top: 33% !important;
  }
  .order-md-33 {
    order: 33 !important;
  }
  .h-md-34 {
    height: 34% !important;
  }
  .w-md-34 {
    width: 34% !important;
  }
  .start-md-34 {
    left: 34% !important;
  }
  .top-md-34 {
    top: 34% !important;
  }
  .order-md-34 {
    order: 34 !important;
  }
  .h-md-35 {
    height: 35% !important;
  }
  .w-md-35 {
    width: 35% !important;
  }
  .start-md-35 {
    left: 35% !important;
  }
  .top-md-35 {
    top: 35% !important;
  }
  .order-md-35 {
    order: 35 !important;
  }
  .h-md-36 {
    height: 36% !important;
  }
  .w-md-36 {
    width: 36% !important;
  }
  .start-md-36 {
    left: 36% !important;
  }
  .top-md-36 {
    top: 36% !important;
  }
  .order-md-36 {
    order: 36 !important;
  }
  .h-md-37 {
    height: 37% !important;
  }
  .w-md-37 {
    width: 37% !important;
  }
  .start-md-37 {
    left: 37% !important;
  }
  .top-md-37 {
    top: 37% !important;
  }
  .order-md-37 {
    order: 37 !important;
  }
  .h-md-38 {
    height: 38% !important;
  }
  .w-md-38 {
    width: 38% !important;
  }
  .start-md-38 {
    left: 38% !important;
  }
  .top-md-38 {
    top: 38% !important;
  }
  .order-md-38 {
    order: 38 !important;
  }
  .h-md-39 {
    height: 39% !important;
  }
  .w-md-39 {
    width: 39% !important;
  }
  .start-md-39 {
    left: 39% !important;
  }
  .top-md-39 {
    top: 39% !important;
  }
  .order-md-39 {
    order: 39 !important;
  }
  .h-md-40 {
    height: 40% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .start-md-40 {
    left: 40% !important;
  }
  .top-md-40 {
    top: 40% !important;
  }
  .order-md-40 {
    order: 40 !important;
  }
  .h-md-41 {
    height: 41% !important;
  }
  .w-md-41 {
    width: 41% !important;
  }
  .start-md-41 {
    left: 41% !important;
  }
  .top-md-41 {
    top: 41% !important;
  }
  .order-md-41 {
    order: 41 !important;
  }
  .h-md-42 {
    height: 42% !important;
  }
  .w-md-42 {
    width: 42% !important;
  }
  .start-md-42 {
    left: 42% !important;
  }
  .top-md-42 {
    top: 42% !important;
  }
  .order-md-42 {
    order: 42 !important;
  }
  .h-md-43 {
    height: 43% !important;
  }
  .w-md-43 {
    width: 43% !important;
  }
  .start-md-43 {
    left: 43% !important;
  }
  .top-md-43 {
    top: 43% !important;
  }
  .order-md-43 {
    order: 43 !important;
  }
  .h-md-44 {
    height: 44% !important;
  }
  .w-md-44 {
    width: 44% !important;
  }
  .start-md-44 {
    left: 44% !important;
  }
  .top-md-44 {
    top: 44% !important;
  }
  .order-md-44 {
    order: 44 !important;
  }
  .h-md-45 {
    height: 45% !important;
  }
  .w-md-45 {
    width: 45% !important;
  }
  .start-md-45 {
    left: 45% !important;
  }
  .top-md-45 {
    top: 45% !important;
  }
  .order-md-45 {
    order: 45 !important;
  }
  .h-md-46 {
    height: 46% !important;
  }
  .w-md-46 {
    width: 46% !important;
  }
  .start-md-46 {
    left: 46% !important;
  }
  .top-md-46 {
    top: 46% !important;
  }
  .order-md-46 {
    order: 46 !important;
  }
  .h-md-47 {
    height: 47% !important;
  }
  .w-md-47 {
    width: 47% !important;
  }
  .start-md-47 {
    left: 47% !important;
  }
  .top-md-47 {
    top: 47% !important;
  }
  .order-md-47 {
    order: 47 !important;
  }
  .h-md-48 {
    height: 48% !important;
  }
  .w-md-48 {
    width: 48% !important;
  }
  .start-md-48 {
    left: 48% !important;
  }
  .top-md-48 {
    top: 48% !important;
  }
  .order-md-48 {
    order: 48 !important;
  }
  .h-md-49 {
    height: 49% !important;
  }
  .w-md-49 {
    width: 49% !important;
  }
  .start-md-49 {
    left: 49% !important;
  }
  .top-md-49 {
    top: 49% !important;
  }
  .order-md-49 {
    order: 49 !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .start-md-50 {
    left: 50% !important;
  }
  .top-md-50 {
    top: 50% !important;
  }
  .order-md-50 {
    order: 50 !important;
  }
  .h-md-51 {
    height: 51% !important;
  }
  .w-md-51 {
    width: 51% !important;
  }
  .start-md-51 {
    left: 51% !important;
  }
  .top-md-51 {
    top: 51% !important;
  }
  .order-md-51 {
    order: 51 !important;
  }
  .h-md-52 {
    height: 52% !important;
  }
  .w-md-52 {
    width: 52% !important;
  }
  .start-md-52 {
    left: 52% !important;
  }
  .top-md-52 {
    top: 52% !important;
  }
  .order-md-52 {
    order: 52 !important;
  }
  .h-md-53 {
    height: 53% !important;
  }
  .w-md-53 {
    width: 53% !important;
  }
  .start-md-53 {
    left: 53% !important;
  }
  .top-md-53 {
    top: 53% !important;
  }
  .order-md-53 {
    order: 53 !important;
  }
  .h-md-54 {
    height: 54% !important;
  }
  .w-md-54 {
    width: 54% !important;
  }
  .start-md-54 {
    left: 54% !important;
  }
  .top-md-54 {
    top: 54% !important;
  }
  .order-md-54 {
    order: 54 !important;
  }
  .h-md-55 {
    height: 55% !important;
  }
  .w-md-55 {
    width: 55% !important;
  }
  .start-md-55 {
    left: 55% !important;
  }
  .top-md-55 {
    top: 55% !important;
  }
  .order-md-55 {
    order: 55 !important;
  }
  .h-md-56 {
    height: 56% !important;
  }
  .w-md-56 {
    width: 56% !important;
  }
  .start-md-56 {
    left: 56% !important;
  }
  .top-md-56 {
    top: 56% !important;
  }
  .order-md-56 {
    order: 56 !important;
  }
  .h-md-57 {
    height: 57% !important;
  }
  .w-md-57 {
    width: 57% !important;
  }
  .start-md-57 {
    left: 57% !important;
  }
  .top-md-57 {
    top: 57% !important;
  }
  .order-md-57 {
    order: 57 !important;
  }
  .h-md-58 {
    height: 58% !important;
  }
  .w-md-58 {
    width: 58% !important;
  }
  .start-md-58 {
    left: 58% !important;
  }
  .top-md-58 {
    top: 58% !important;
  }
  .order-md-58 {
    order: 58 !important;
  }
  .h-md-59 {
    height: 59% !important;
  }
  .w-md-59 {
    width: 59% !important;
  }
  .start-md-59 {
    left: 59% !important;
  }
  .top-md-59 {
    top: 59% !important;
  }
  .order-md-59 {
    order: 59 !important;
  }
  .h-md-60 {
    height: 60% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .start-md-60 {
    left: 60% !important;
  }
  .top-md-60 {
    top: 60% !important;
  }
  .order-md-60 {
    order: 60 !important;
  }
  .h-md-61 {
    height: 61% !important;
  }
  .w-md-61 {
    width: 61% !important;
  }
  .start-md-61 {
    left: 61% !important;
  }
  .top-md-61 {
    top: 61% !important;
  }
  .order-md-61 {
    order: 61 !important;
  }
  .h-md-62 {
    height: 62% !important;
  }
  .w-md-62 {
    width: 62% !important;
  }
  .start-md-62 {
    left: 62% !important;
  }
  .top-md-62 {
    top: 62% !important;
  }
  .order-md-62 {
    order: 62 !important;
  }
  .h-md-63 {
    height: 63% !important;
  }
  .w-md-63 {
    width: 63% !important;
  }
  .start-md-63 {
    left: 63% !important;
  }
  .top-md-63 {
    top: 63% !important;
  }
  .order-md-63 {
    order: 63 !important;
  }
  .h-md-64 {
    height: 64% !important;
  }
  .w-md-64 {
    width: 64% !important;
  }
  .start-md-64 {
    left: 64% !important;
  }
  .top-md-64 {
    top: 64% !important;
  }
  .order-md-64 {
    order: 64 !important;
  }
  .h-md-65 {
    height: 65% !important;
  }
  .w-md-65 {
    width: 65% !important;
  }
  .start-md-65 {
    left: 65% !important;
  }
  .top-md-65 {
    top: 65% !important;
  }
  .order-md-65 {
    order: 65 !important;
  }
  .h-md-66 {
    height: 66% !important;
  }
  .w-md-66 {
    width: 66% !important;
  }
  .start-md-66 {
    left: 66% !important;
  }
  .top-md-66 {
    top: 66% !important;
  }
  .order-md-66 {
    order: 66 !important;
  }
  .h-md-67 {
    height: 67% !important;
  }
  .w-md-67 {
    width: 67% !important;
  }
  .start-md-67 {
    left: 67% !important;
  }
  .top-md-67 {
    top: 67% !important;
  }
  .order-md-67 {
    order: 67 !important;
  }
  .h-md-68 {
    height: 68% !important;
  }
  .w-md-68 {
    width: 68% !important;
  }
  .start-md-68 {
    left: 68% !important;
  }
  .top-md-68 {
    top: 68% !important;
  }
  .order-md-68 {
    order: 68 !important;
  }
  .h-md-69 {
    height: 69% !important;
  }
  .w-md-69 {
    width: 69% !important;
  }
  .start-md-69 {
    left: 69% !important;
  }
  .top-md-69 {
    top: 69% !important;
  }
  .order-md-69 {
    order: 69 !important;
  }
  .h-md-70 {
    height: 70% !important;
  }
  .w-md-70 {
    width: 70% !important;
  }
  .start-md-70 {
    left: 70% !important;
  }
  .top-md-70 {
    top: 70% !important;
  }
  .order-md-70 {
    order: 70 !important;
  }
  .h-md-71 {
    height: 71% !important;
  }
  .w-md-71 {
    width: 71% !important;
  }
  .start-md-71 {
    left: 71% !important;
  }
  .top-md-71 {
    top: 71% !important;
  }
  .order-md-71 {
    order: 71 !important;
  }
  .h-md-72 {
    height: 72% !important;
  }
  .w-md-72 {
    width: 72% !important;
  }
  .start-md-72 {
    left: 72% !important;
  }
  .top-md-72 {
    top: 72% !important;
  }
  .order-md-72 {
    order: 72 !important;
  }
  .h-md-73 {
    height: 73% !important;
  }
  .w-md-73 {
    width: 73% !important;
  }
  .start-md-73 {
    left: 73% !important;
  }
  .top-md-73 {
    top: 73% !important;
  }
  .order-md-73 {
    order: 73 !important;
  }
  .h-md-74 {
    height: 74% !important;
  }
  .w-md-74 {
    width: 74% !important;
  }
  .start-md-74 {
    left: 74% !important;
  }
  .top-md-74 {
    top: 74% !important;
  }
  .order-md-74 {
    order: 74 !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .start-md-75 {
    left: 75% !important;
  }
  .top-md-75 {
    top: 75% !important;
  }
  .order-md-75 {
    order: 75 !important;
  }
  .h-md-76 {
    height: 76% !important;
  }
  .w-md-76 {
    width: 76% !important;
  }
  .start-md-76 {
    left: 76% !important;
  }
  .top-md-76 {
    top: 76% !important;
  }
  .order-md-76 {
    order: 76 !important;
  }
  .h-md-77 {
    height: 77% !important;
  }
  .w-md-77 {
    width: 77% !important;
  }
  .start-md-77 {
    left: 77% !important;
  }
  .top-md-77 {
    top: 77% !important;
  }
  .order-md-77 {
    order: 77 !important;
  }
  .h-md-78 {
    height: 78% !important;
  }
  .w-md-78 {
    width: 78% !important;
  }
  .start-md-78 {
    left: 78% !important;
  }
  .top-md-78 {
    top: 78% !important;
  }
  .order-md-78 {
    order: 78 !important;
  }
  .h-md-79 {
    height: 79% !important;
  }
  .w-md-79 {
    width: 79% !important;
  }
  .start-md-79 {
    left: 79% !important;
  }
  .top-md-79 {
    top: 79% !important;
  }
  .order-md-79 {
    order: 79 !important;
  }
  .h-md-80 {
    height: 80% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .start-md-80 {
    left: 80% !important;
  }
  .top-md-80 {
    top: 80% !important;
  }
  .order-md-80 {
    order: 80 !important;
  }
  .h-md-81 {
    height: 81% !important;
  }
  .w-md-81 {
    width: 81% !important;
  }
  .start-md-81 {
    left: 81% !important;
  }
  .top-md-81 {
    top: 81% !important;
  }
  .order-md-81 {
    order: 81 !important;
  }
  .h-md-82 {
    height: 82% !important;
  }
  .w-md-82 {
    width: 82% !important;
  }
  .start-md-82 {
    left: 82% !important;
  }
  .top-md-82 {
    top: 82% !important;
  }
  .order-md-82 {
    order: 82 !important;
  }
  .h-md-83 {
    height: 83% !important;
  }
  .w-md-83 {
    width: 83% !important;
  }
  .start-md-83 {
    left: 83% !important;
  }
  .top-md-83 {
    top: 83% !important;
  }
  .order-md-83 {
    order: 83 !important;
  }
  .h-md-84 {
    height: 84% !important;
  }
  .w-md-84 {
    width: 84% !important;
  }
  .start-md-84 {
    left: 84% !important;
  }
  .top-md-84 {
    top: 84% !important;
  }
  .order-md-84 {
    order: 84 !important;
  }
  .h-md-85 {
    height: 85% !important;
  }
  .w-md-85 {
    width: 85% !important;
  }
  .start-md-85 {
    left: 85% !important;
  }
  .top-md-85 {
    top: 85% !important;
  }
  .order-md-85 {
    order: 85 !important;
  }
  .h-md-86 {
    height: 86% !important;
  }
  .w-md-86 {
    width: 86% !important;
  }
  .start-md-86 {
    left: 86% !important;
  }
  .top-md-86 {
    top: 86% !important;
  }
  .order-md-86 {
    order: 86 !important;
  }
  .h-md-87 {
    height: 87% !important;
  }
  .w-md-87 {
    width: 87% !important;
  }
  .start-md-87 {
    left: 87% !important;
  }
  .top-md-87 {
    top: 87% !important;
  }
  .order-md-87 {
    order: 87 !important;
  }
  .h-md-88 {
    height: 88% !important;
  }
  .w-md-88 {
    width: 88% !important;
  }
  .start-md-88 {
    left: 88% !important;
  }
  .top-md-88 {
    top: 88% !important;
  }
  .order-md-88 {
    order: 88 !important;
  }
  .h-md-89 {
    height: 89% !important;
  }
  .w-md-89 {
    width: 89% !important;
  }
  .start-md-89 {
    left: 89% !important;
  }
  .top-md-89 {
    top: 89% !important;
  }
  .order-md-89 {
    order: 89 !important;
  }
  .h-md-90 {
    height: 90% !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
  .start-md-90 {
    left: 90% !important;
  }
  .top-md-90 {
    top: 90% !important;
  }
  .order-md-90 {
    order: 90 !important;
  }
  .h-md-91 {
    height: 91% !important;
  }
  .w-md-91 {
    width: 91% !important;
  }
  .start-md-91 {
    left: 91% !important;
  }
  .top-md-91 {
    top: 91% !important;
  }
  .order-md-91 {
    order: 91 !important;
  }
  .h-md-92 {
    height: 92% !important;
  }
  .w-md-92 {
    width: 92% !important;
  }
  .start-md-92 {
    left: 92% !important;
  }
  .top-md-92 {
    top: 92% !important;
  }
  .order-md-92 {
    order: 92 !important;
  }
  .h-md-93 {
    height: 93% !important;
  }
  .w-md-93 {
    width: 93% !important;
  }
  .start-md-93 {
    left: 93% !important;
  }
  .top-md-93 {
    top: 93% !important;
  }
  .order-md-93 {
    order: 93 !important;
  }
  .h-md-94 {
    height: 94% !important;
  }
  .w-md-94 {
    width: 94% !important;
  }
  .start-md-94 {
    left: 94% !important;
  }
  .top-md-94 {
    top: 94% !important;
  }
  .order-md-94 {
    order: 94 !important;
  }
  .h-md-95 {
    height: 95% !important;
  }
  .w-md-95 {
    width: 95% !important;
  }
  .start-md-95 {
    left: 95% !important;
  }
  .top-md-95 {
    top: 95% !important;
  }
  .order-md-95 {
    order: 95 !important;
  }
  .h-md-96 {
    height: 96% !important;
  }
  .w-md-96 {
    width: 96% !important;
  }
  .start-md-96 {
    left: 96% !important;
  }
  .top-md-96 {
    top: 96% !important;
  }
  .order-md-96 {
    order: 96 !important;
  }
  .h-md-97 {
    height: 97% !important;
  }
  .w-md-97 {
    width: 97% !important;
  }
  .start-md-97 {
    left: 97% !important;
  }
  .top-md-97 {
    top: 97% !important;
  }
  .order-md-97 {
    order: 97 !important;
  }
  .h-md-98 {
    height: 98% !important;
  }
  .w-md-98 {
    width: 98% !important;
  }
  .start-md-98 {
    left: 98% !important;
  }
  .top-md-98 {
    top: 98% !important;
  }
  .order-md-98 {
    order: 98 !important;
  }
  .h-md-99 {
    height: 99% !important;
  }
  .w-md-99 {
    width: 99% !important;
  }
  .start-md-99 {
    left: 99% !important;
  }
  .top-md-99 {
    top: 99% !important;
  }
  .order-md-99 {
    order: 99 !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .start-md-100 {
    left: 100% !important;
  }
  .top-md-100 {
    top: 100% !important;
  }
  .order-md-100 {
    order: 100 !important;
  }
}
@media screen and (min-width: 991px) {
  .border-lg-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .h-lg-0 {
    height: 0% !important;
  }
  .w-lg-0 {
    width: 0% !important;
  }
  .start-lg-0 {
    left: 0% !important;
  }
  .top-lg-0 {
    top: 0% !important;
  }
  .h-lg-1 {
    height: 1% !important;
  }
  .w-lg-1 {
    width: 1% !important;
  }
  .start-lg-1 {
    left: 1% !important;
  }
  .top-lg-1 {
    top: 1% !important;
  }
  .h-lg-2 {
    height: 2% !important;
  }
  .w-lg-2 {
    width: 2% !important;
  }
  .start-lg-2 {
    left: 2% !important;
  }
  .top-lg-2 {
    top: 2% !important;
  }
  .h-lg-3 {
    height: 3% !important;
  }
  .w-lg-3 {
    width: 3% !important;
  }
  .start-lg-3 {
    left: 3% !important;
  }
  .top-lg-3 {
    top: 3% !important;
  }
  .h-lg-4 {
    height: 4% !important;
  }
  .w-lg-4 {
    width: 4% !important;
  }
  .start-lg-4 {
    left: 4% !important;
  }
  .top-lg-4 {
    top: 4% !important;
  }
  .h-lg-5 {
    height: 5% !important;
  }
  .w-lg-5 {
    width: 5% !important;
  }
  .start-lg-5 {
    left: 5% !important;
  }
  .top-lg-5 {
    top: 5% !important;
  }
  .h-lg-6 {
    height: 6% !important;
  }
  .w-lg-6 {
    width: 6% !important;
  }
  .start-lg-6 {
    left: 6% !important;
  }
  .top-lg-6 {
    top: 6% !important;
  }
  .h-lg-7 {
    height: 7% !important;
  }
  .w-lg-7 {
    width: 7% !important;
  }
  .start-lg-7 {
    left: 7% !important;
  }
  .top-lg-7 {
    top: 7% !important;
  }
  .h-lg-8 {
    height: 8% !important;
  }
  .w-lg-8 {
    width: 8% !important;
  }
  .start-lg-8 {
    left: 8% !important;
  }
  .top-lg-8 {
    top: 8% !important;
  }
  .h-lg-9 {
    height: 9% !important;
  }
  .w-lg-9 {
    width: 9% !important;
  }
  .start-lg-9 {
    left: 9% !important;
  }
  .top-lg-9 {
    top: 9% !important;
  }
  .h-lg-10 {
    height: 10% !important;
  }
  .w-lg-10 {
    width: 10% !important;
  }
  .start-lg-10 {
    left: 10% !important;
  }
  .top-lg-10 {
    top: 10% !important;
  }
  .h-lg-11 {
    height: 11% !important;
  }
  .w-lg-11 {
    width: 11% !important;
  }
  .start-lg-11 {
    left: 11% !important;
  }
  .top-lg-11 {
    top: 11% !important;
  }
  .h-lg-12 {
    height: 12% !important;
  }
  .w-lg-12 {
    width: 12% !important;
  }
  .start-lg-12 {
    left: 12% !important;
  }
  .top-lg-12 {
    top: 12% !important;
  }
  .h-lg-13 {
    height: 13% !important;
  }
  .w-lg-13 {
    width: 13% !important;
  }
  .start-lg-13 {
    left: 13% !important;
  }
  .top-lg-13 {
    top: 13% !important;
  }
  .h-lg-14 {
    height: 14% !important;
  }
  .w-lg-14 {
    width: 14% !important;
  }
  .start-lg-14 {
    left: 14% !important;
  }
  .top-lg-14 {
    top: 14% !important;
  }
  .h-lg-15 {
    height: 15% !important;
  }
  .w-lg-15 {
    width: 15% !important;
  }
  .start-lg-15 {
    left: 15% !important;
  }
  .top-lg-15 {
    top: 15% !important;
  }
  .h-lg-16 {
    height: 16% !important;
  }
  .w-lg-16 {
    width: 16% !important;
  }
  .start-lg-16 {
    left: 16% !important;
  }
  .top-lg-16 {
    top: 16% !important;
  }
  .h-lg-17 {
    height: 17% !important;
  }
  .w-lg-17 {
    width: 17% !important;
  }
  .start-lg-17 {
    left: 17% !important;
  }
  .top-lg-17 {
    top: 17% !important;
  }
  .h-lg-18 {
    height: 18% !important;
  }
  .w-lg-18 {
    width: 18% !important;
  }
  .start-lg-18 {
    left: 18% !important;
  }
  .top-lg-18 {
    top: 18% !important;
  }
  .h-lg-19 {
    height: 19% !important;
  }
  .w-lg-19 {
    width: 19% !important;
  }
  .start-lg-19 {
    left: 19% !important;
  }
  .top-lg-19 {
    top: 19% !important;
  }
  .h-lg-20 {
    height: 20% !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
  .start-lg-20 {
    left: 20% !important;
  }
  .top-lg-20 {
    top: 20% !important;
  }
  .h-lg-21 {
    height: 21% !important;
  }
  .w-lg-21 {
    width: 21% !important;
  }
  .start-lg-21 {
    left: 21% !important;
  }
  .top-lg-21 {
    top: 21% !important;
  }
  .h-lg-22 {
    height: 22% !important;
  }
  .w-lg-22 {
    width: 22% !important;
  }
  .start-lg-22 {
    left: 22% !important;
  }
  .top-lg-22 {
    top: 22% !important;
  }
  .h-lg-23 {
    height: 23% !important;
  }
  .w-lg-23 {
    width: 23% !important;
  }
  .start-lg-23 {
    left: 23% !important;
  }
  .top-lg-23 {
    top: 23% !important;
  }
  .h-lg-24 {
    height: 24% !important;
  }
  .w-lg-24 {
    width: 24% !important;
  }
  .start-lg-24 {
    left: 24% !important;
  }
  .top-lg-24 {
    top: 24% !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .start-lg-25 {
    left: 25% !important;
  }
  .top-lg-25 {
    top: 25% !important;
  }
  .h-lg-26 {
    height: 26% !important;
  }
  .w-lg-26 {
    width: 26% !important;
  }
  .start-lg-26 {
    left: 26% !important;
  }
  .top-lg-26 {
    top: 26% !important;
  }
  .h-lg-27 {
    height: 27% !important;
  }
  .w-lg-27 {
    width: 27% !important;
  }
  .start-lg-27 {
    left: 27% !important;
  }
  .top-lg-27 {
    top: 27% !important;
  }
  .h-lg-28 {
    height: 28% !important;
  }
  .w-lg-28 {
    width: 28% !important;
  }
  .start-lg-28 {
    left: 28% !important;
  }
  .top-lg-28 {
    top: 28% !important;
  }
  .h-lg-29 {
    height: 29% !important;
  }
  .w-lg-29 {
    width: 29% !important;
  }
  .start-lg-29 {
    left: 29% !important;
  }
  .top-lg-29 {
    top: 29% !important;
  }
  .h-lg-30 {
    height: 30% !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .start-lg-30 {
    left: 30% !important;
  }
  .top-lg-30 {
    top: 30% !important;
  }
  .h-lg-31 {
    height: 31% !important;
  }
  .w-lg-31 {
    width: 31% !important;
  }
  .start-lg-31 {
    left: 31% !important;
  }
  .top-lg-31 {
    top: 31% !important;
  }
  .h-lg-32 {
    height: 32% !important;
  }
  .w-lg-32 {
    width: 32% !important;
  }
  .start-lg-32 {
    left: 32% !important;
  }
  .top-lg-32 {
    top: 32% !important;
  }
  .h-lg-33 {
    height: 33% !important;
  }
  .w-lg-33 {
    width: 33% !important;
  }
  .start-lg-33 {
    left: 33% !important;
  }
  .top-lg-33 {
    top: 33% !important;
  }
  .h-lg-34 {
    height: 34% !important;
  }
  .w-lg-34 {
    width: 34% !important;
  }
  .start-lg-34 {
    left: 34% !important;
  }
  .top-lg-34 {
    top: 34% !important;
  }
  .h-lg-35 {
    height: 35% !important;
  }
  .w-lg-35 {
    width: 35% !important;
  }
  .start-lg-35 {
    left: 35% !important;
  }
  .top-lg-35 {
    top: 35% !important;
  }
  .h-lg-36 {
    height: 36% !important;
  }
  .w-lg-36 {
    width: 36% !important;
  }
  .start-lg-36 {
    left: 36% !important;
  }
  .top-lg-36 {
    top: 36% !important;
  }
  .h-lg-37 {
    height: 37% !important;
  }
  .w-lg-37 {
    width: 37% !important;
  }
  .start-lg-37 {
    left: 37% !important;
  }
  .top-lg-37 {
    top: 37% !important;
  }
  .h-lg-38 {
    height: 38% !important;
  }
  .w-lg-38 {
    width: 38% !important;
  }
  .start-lg-38 {
    left: 38% !important;
  }
  .top-lg-38 {
    top: 38% !important;
  }
  .h-lg-39 {
    height: 39% !important;
  }
  .w-lg-39 {
    width: 39% !important;
  }
  .start-lg-39 {
    left: 39% !important;
  }
  .top-lg-39 {
    top: 39% !important;
  }
  .h-lg-40 {
    height: 40% !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .start-lg-40 {
    left: 40% !important;
  }
  .top-lg-40 {
    top: 40% !important;
  }
  .h-lg-41 {
    height: 41% !important;
  }
  .w-lg-41 {
    width: 41% !important;
  }
  .start-lg-41 {
    left: 41% !important;
  }
  .top-lg-41 {
    top: 41% !important;
  }
  .h-lg-42 {
    height: 42% !important;
  }
  .w-lg-42 {
    width: 42% !important;
  }
  .start-lg-42 {
    left: 42% !important;
  }
  .top-lg-42 {
    top: 42% !important;
  }
  .h-lg-43 {
    height: 43% !important;
  }
  .w-lg-43 {
    width: 43% !important;
  }
  .start-lg-43 {
    left: 43% !important;
  }
  .top-lg-43 {
    top: 43% !important;
  }
  .h-lg-44 {
    height: 44% !important;
  }
  .w-lg-44 {
    width: 44% !important;
  }
  .start-lg-44 {
    left: 44% !important;
  }
  .top-lg-44 {
    top: 44% !important;
  }
  .h-lg-45 {
    height: 45% !important;
  }
  .w-lg-45 {
    width: 45% !important;
  }
  .start-lg-45 {
    left: 45% !important;
  }
  .top-lg-45 {
    top: 45% !important;
  }
  .h-lg-46 {
    height: 46% !important;
  }
  .w-lg-46 {
    width: 46% !important;
  }
  .start-lg-46 {
    left: 46% !important;
  }
  .top-lg-46 {
    top: 46% !important;
  }
  .h-lg-47 {
    height: 47% !important;
  }
  .w-lg-47 {
    width: 47% !important;
  }
  .start-lg-47 {
    left: 47% !important;
  }
  .top-lg-47 {
    top: 47% !important;
  }
  .h-lg-48 {
    height: 48% !important;
  }
  .w-lg-48 {
    width: 48% !important;
  }
  .start-lg-48 {
    left: 48% !important;
  }
  .top-lg-48 {
    top: 48% !important;
  }
  .h-lg-49 {
    height: 49% !important;
  }
  .w-lg-49 {
    width: 49% !important;
  }
  .start-lg-49 {
    left: 49% !important;
  }
  .top-lg-49 {
    top: 49% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .start-lg-50 {
    left: 50% !important;
  }
  .top-lg-50 {
    top: 50% !important;
  }
  .h-lg-51 {
    height: 51% !important;
  }
  .w-lg-51 {
    width: 51% !important;
  }
  .start-lg-51 {
    left: 51% !important;
  }
  .top-lg-51 {
    top: 51% !important;
  }
  .h-lg-52 {
    height: 52% !important;
  }
  .w-lg-52 {
    width: 52% !important;
  }
  .start-lg-52 {
    left: 52% !important;
  }
  .top-lg-52 {
    top: 52% !important;
  }
  .h-lg-53 {
    height: 53% !important;
  }
  .w-lg-53 {
    width: 53% !important;
  }
  .start-lg-53 {
    left: 53% !important;
  }
  .top-lg-53 {
    top: 53% !important;
  }
  .h-lg-54 {
    height: 54% !important;
  }
  .w-lg-54 {
    width: 54% !important;
  }
  .start-lg-54 {
    left: 54% !important;
  }
  .top-lg-54 {
    top: 54% !important;
  }
  .h-lg-55 {
    height: 55% !important;
  }
  .w-lg-55 {
    width: 55% !important;
  }
  .start-lg-55 {
    left: 55% !important;
  }
  .top-lg-55 {
    top: 55% !important;
  }
  .h-lg-56 {
    height: 56% !important;
  }
  .w-lg-56 {
    width: 56% !important;
  }
  .start-lg-56 {
    left: 56% !important;
  }
  .top-lg-56 {
    top: 56% !important;
  }
  .h-lg-57 {
    height: 57% !important;
  }
  .w-lg-57 {
    width: 57% !important;
  }
  .start-lg-57 {
    left: 57% !important;
  }
  .top-lg-57 {
    top: 57% !important;
  }
  .h-lg-58 {
    height: 58% !important;
  }
  .w-lg-58 {
    width: 58% !important;
  }
  .start-lg-58 {
    left: 58% !important;
  }
  .top-lg-58 {
    top: 58% !important;
  }
  .h-lg-59 {
    height: 59% !important;
  }
  .w-lg-59 {
    width: 59% !important;
  }
  .start-lg-59 {
    left: 59% !important;
  }
  .top-lg-59 {
    top: 59% !important;
  }
  .h-lg-60 {
    height: 60% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .start-lg-60 {
    left: 60% !important;
  }
  .top-lg-60 {
    top: 60% !important;
  }
  .h-lg-61 {
    height: 61% !important;
  }
  .w-lg-61 {
    width: 61% !important;
  }
  .start-lg-61 {
    left: 61% !important;
  }
  .top-lg-61 {
    top: 61% !important;
  }
  .h-lg-62 {
    height: 62% !important;
  }
  .w-lg-62 {
    width: 62% !important;
  }
  .start-lg-62 {
    left: 62% !important;
  }
  .top-lg-62 {
    top: 62% !important;
  }
  .h-lg-63 {
    height: 63% !important;
  }
  .w-lg-63 {
    width: 63% !important;
  }
  .start-lg-63 {
    left: 63% !important;
  }
  .top-lg-63 {
    top: 63% !important;
  }
  .h-lg-64 {
    height: 64% !important;
  }
  .w-lg-64 {
    width: 64% !important;
  }
  .start-lg-64 {
    left: 64% !important;
  }
  .top-lg-64 {
    top: 64% !important;
  }
  .h-lg-65 {
    height: 65% !important;
  }
  .w-lg-65 {
    width: 65% !important;
  }
  .start-lg-65 {
    left: 65% !important;
  }
  .top-lg-65 {
    top: 65% !important;
  }
  .h-lg-66 {
    height: 66% !important;
  }
  .w-lg-66 {
    width: 66% !important;
  }
  .start-lg-66 {
    left: 66% !important;
  }
  .top-lg-66 {
    top: 66% !important;
  }
  .h-lg-67 {
    height: 67% !important;
  }
  .w-lg-67 {
    width: 67% !important;
  }
  .start-lg-67 {
    left: 67% !important;
  }
  .top-lg-67 {
    top: 67% !important;
  }
  .h-lg-68 {
    height: 68% !important;
  }
  .w-lg-68 {
    width: 68% !important;
  }
  .start-lg-68 {
    left: 68% !important;
  }
  .top-lg-68 {
    top: 68% !important;
  }
  .h-lg-69 {
    height: 69% !important;
  }
  .w-lg-69 {
    width: 69% !important;
  }
  .start-lg-69 {
    left: 69% !important;
  }
  .top-lg-69 {
    top: 69% !important;
  }
  .h-lg-70 {
    height: 70% !important;
  }
  .w-lg-70 {
    width: 70% !important;
  }
  .start-lg-70 {
    left: 70% !important;
  }
  .top-lg-70 {
    top: 70% !important;
  }
  .h-lg-71 {
    height: 71% !important;
  }
  .w-lg-71 {
    width: 71% !important;
  }
  .start-lg-71 {
    left: 71% !important;
  }
  .top-lg-71 {
    top: 71% !important;
  }
  .h-lg-72 {
    height: 72% !important;
  }
  .w-lg-72 {
    width: 72% !important;
  }
  .start-lg-72 {
    left: 72% !important;
  }
  .top-lg-72 {
    top: 72% !important;
  }
  .h-lg-73 {
    height: 73% !important;
  }
  .w-lg-73 {
    width: 73% !important;
  }
  .start-lg-73 {
    left: 73% !important;
  }
  .top-lg-73 {
    top: 73% !important;
  }
  .h-lg-74 {
    height: 74% !important;
  }
  .w-lg-74 {
    width: 74% !important;
  }
  .start-lg-74 {
    left: 74% !important;
  }
  .top-lg-74 {
    top: 74% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .start-lg-75 {
    left: 75% !important;
  }
  .top-lg-75 {
    top: 75% !important;
  }
  .h-lg-76 {
    height: 76% !important;
  }
  .w-lg-76 {
    width: 76% !important;
  }
  .start-lg-76 {
    left: 76% !important;
  }
  .top-lg-76 {
    top: 76% !important;
  }
  .h-lg-77 {
    height: 77% !important;
  }
  .w-lg-77 {
    width: 77% !important;
  }
  .start-lg-77 {
    left: 77% !important;
  }
  .top-lg-77 {
    top: 77% !important;
  }
  .h-lg-78 {
    height: 78% !important;
  }
  .w-lg-78 {
    width: 78% !important;
  }
  .start-lg-78 {
    left: 78% !important;
  }
  .top-lg-78 {
    top: 78% !important;
  }
  .h-lg-79 {
    height: 79% !important;
  }
  .w-lg-79 {
    width: 79% !important;
  }
  .start-lg-79 {
    left: 79% !important;
  }
  .top-lg-79 {
    top: 79% !important;
  }
  .h-lg-80 {
    height: 80% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .start-lg-80 {
    left: 80% !important;
  }
  .top-lg-80 {
    top: 80% !important;
  }
  .h-lg-81 {
    height: 81% !important;
  }
  .w-lg-81 {
    width: 81% !important;
  }
  .start-lg-81 {
    left: 81% !important;
  }
  .top-lg-81 {
    top: 81% !important;
  }
  .h-lg-82 {
    height: 82% !important;
  }
  .w-lg-82 {
    width: 82% !important;
  }
  .start-lg-82 {
    left: 82% !important;
  }
  .top-lg-82 {
    top: 82% !important;
  }
  .h-lg-83 {
    height: 83% !important;
  }
  .w-lg-83 {
    width: 83% !important;
  }
  .start-lg-83 {
    left: 83% !important;
  }
  .top-lg-83 {
    top: 83% !important;
  }
  .h-lg-84 {
    height: 84% !important;
  }
  .w-lg-84 {
    width: 84% !important;
  }
  .start-lg-84 {
    left: 84% !important;
  }
  .top-lg-84 {
    top: 84% !important;
  }
  .h-lg-85 {
    height: 85% !important;
  }
  .w-lg-85 {
    width: 85% !important;
  }
  .start-lg-85 {
    left: 85% !important;
  }
  .top-lg-85 {
    top: 85% !important;
  }
  .h-lg-86 {
    height: 86% !important;
  }
  .w-lg-86 {
    width: 86% !important;
  }
  .start-lg-86 {
    left: 86% !important;
  }
  .top-lg-86 {
    top: 86% !important;
  }
  .h-lg-87 {
    height: 87% !important;
  }
  .w-lg-87 {
    width: 87% !important;
  }
  .start-lg-87 {
    left: 87% !important;
  }
  .top-lg-87 {
    top: 87% !important;
  }
  .h-lg-88 {
    height: 88% !important;
  }
  .w-lg-88 {
    width: 88% !important;
  }
  .start-lg-88 {
    left: 88% !important;
  }
  .top-lg-88 {
    top: 88% !important;
  }
  .h-lg-89 {
    height: 89% !important;
  }
  .w-lg-89 {
    width: 89% !important;
  }
  .start-lg-89 {
    left: 89% !important;
  }
  .top-lg-89 {
    top: 89% !important;
  }
  .h-lg-90 {
    height: 90% !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
  .start-lg-90 {
    left: 90% !important;
  }
  .top-lg-90 {
    top: 90% !important;
  }
  .h-lg-91 {
    height: 91% !important;
  }
  .w-lg-91 {
    width: 91% !important;
  }
  .start-lg-91 {
    left: 91% !important;
  }
  .top-lg-91 {
    top: 91% !important;
  }
  .h-lg-92 {
    height: 92% !important;
  }
  .w-lg-92 {
    width: 92% !important;
  }
  .start-lg-92 {
    left: 92% !important;
  }
  .top-lg-92 {
    top: 92% !important;
  }
  .h-lg-93 {
    height: 93% !important;
  }
  .w-lg-93 {
    width: 93% !important;
  }
  .start-lg-93 {
    left: 93% !important;
  }
  .top-lg-93 {
    top: 93% !important;
  }
  .h-lg-94 {
    height: 94% !important;
  }
  .w-lg-94 {
    width: 94% !important;
  }
  .start-lg-94 {
    left: 94% !important;
  }
  .top-lg-94 {
    top: 94% !important;
  }
  .h-lg-95 {
    height: 95% !important;
  }
  .w-lg-95 {
    width: 95% !important;
  }
  .start-lg-95 {
    left: 95% !important;
  }
  .top-lg-95 {
    top: 95% !important;
  }
  .h-lg-96 {
    height: 96% !important;
  }
  .w-lg-96 {
    width: 96% !important;
  }
  .start-lg-96 {
    left: 96% !important;
  }
  .top-lg-96 {
    top: 96% !important;
  }
  .h-lg-97 {
    height: 97% !important;
  }
  .w-lg-97 {
    width: 97% !important;
  }
  .start-lg-97 {
    left: 97% !important;
  }
  .top-lg-97 {
    top: 97% !important;
  }
  .h-lg-98 {
    height: 98% !important;
  }
  .w-lg-98 {
    width: 98% !important;
  }
  .start-lg-98 {
    left: 98% !important;
  }
  .top-lg-98 {
    top: 98% !important;
  }
  .h-lg-99 {
    height: 99% !important;
  }
  .w-lg-99 {
    width: 99% !important;
  }
  .start-lg-99 {
    left: 99% !important;
  }
  .top-lg-99 {
    top: 99% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .start-lg-100 {
    left: 100% !important;
  }
  .top-lg-100 {
    top: 100% !important;
  }
}

/*# sourceMappingURL=main.css.map */
