.top-header {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #df3e39;
}

.container {
  display: block;
  max-width: 65%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  font-family: Poppins, sans-serif;
  color: #44484a;
  font-size: 16px;
  line-height: 28px;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  text-align: right;
}

.tp-span {
  font-weight: 600;
}

.column {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.t {
  color: #fff;
  text-align: right;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-bottom: 1px solid hsla(0, 0%, 50.2%, 0.33);
  background-color: #fff;
  font-weight: 500;
}

.nav-menu {
  padding-right: 12px;
  padding-left: 12px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.nav-menu:hover {
  color: #df3e39;
}

.image {
  width: auto;
  max-width: 135px;
}

.container-2 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.link {
  color: #fff;
  text-decoration: none;
}

.column-2 {
  color: #fff;
}

.bg-sec {
  padding-top: 210px;
  padding-bottom: 60px;
  background-image: url('../images/Site-AP-Header-Section-1-3.png');
  background-position: 50% 35%;
  background-size: cover;
  background-attachment: scroll;
}

.heading {
  color: #fff;
}

.heading-2 {
  width: auto;
  margin-bottom: 30px;
  padding: 10px 5px;
  border-radius: 13px;
  background-color: #1b1461;
  opacity: 0.8;
  color: #fff;
  font-size: 55px;
  line-height: 62px;
  font-weight: 600;
  text-align: center;
}

.text-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-2 {
  margin-right: 7px;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.li-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-sec {
  margin-top: 30px;
}

.btn-sec.fone-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button {
  width: auto;
  margin-right: 20px;
  padding: 12px 26px;
  border-radius: 25px;
  background-color: #df3e39;
  font-weight: 600;
}

.button:hover {
  background-color: #fff;
  color: #343b3e;
}

.button-2 {
  width: auto;
  padding: 12px 26px;
  border-radius: 25px;
  background-color: #fff;
  color: #343b3e;
  font-weight: 600;
}

.button-2:hover {
  background-color: #df3e39;
  color: #fff;
}

.about-sec {
  padding-top: 120px;
  padding-bottom: 20px;
  background-color: #f2f1f1;
}

.blue-sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto 0px;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  border-radius: 20px;
  background-color: #1b1461;
}

.on-se {
  border-right: 1px solid #4c43a7;
  text-align: center;
}

.on-se.four-sec {
  border-right-width: 0px;
}

.text-block-3 {
  margin-top: 15px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.text-block-3:hover {
  color: #df3e39;
}

.about-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-right: 0px;
  margin-left: 0px;
  grid-column-gap: 5px;
}

.image-3 {
  display: inline-block;
  overflow: visible;
  max-width: 100%;
  border-radius: 20px;
  text-align: left;
}

.text-block-4 {
  color: #df3e39;
  font-size: 20px;
}

.heading-3 {
  margin-top: 10px;
  color: #343b3e;
  font-size: 35px;
  line-height: 52px;
  font-weight: 600;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-5 {
  font-size: 16px;
  font-weight: 500;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-5 {
  padding-right: 0px;
  padding-left: 0px;
  color: #343b3e;
  font-size: 20px;
  text-align: left;
}

.link-2 {
  color: #343b3e;
  font-weight: 600;
  text-decoration: none;
}

.link-2:hover {
  color: #df3e39;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-sec {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.heading-4 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #343b3e;
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  grid-column-gap: 15px;
  grid-row-gap: 0px;
}

.shadow-clm {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: 0 1px 3px -1px grey;
  text-align: center;
}

.shadow-clm:hover {
  box-shadow: none;
}

.text-block-6 {
  margin-top: 10px;
  padding: 10px;
  color: #1b1461;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.text-block-6:hover {
  color: #df3e39;
}

.paragraph {
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.image-4 {
  display: block;
  text-align: center;
}

.pricing-sec {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f2f1f1;
  background-image: url('../images/Group-71.png');
  background-position: 50% 50%;
  background-size: cover;
}

.faq-section {
  display: block;
  padding-top: 70px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.cont-form {
  margin-top: 40px;
}

.text-block-7 {
  color: #0d3e69;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.map-sec {
  background-color: #1b1461;
}

.footer {
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: #1b1461;
}

.section {
  background-color: #130c54;
}

.bottom-footer {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #130c54;
}

.text-block-8 {
  color: #fff;
  text-align: center;
}

.footer-logo {
  margin-top: 60px;
  text-align: center;
}

.image-5 {
  max-width: 100%;
}

.add-colm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -150px;
  margin-right: 0px;
  margin-left: 0px;
  grid-column-gap: 20px;
}

.white-box {
  padding: 30px 15px;
  border-radius: 12px;
  background-color: #e7e6ff;
}

.white-box:hover {
  background-color: #fff;
  box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.27);
}

.text-block-9 {
  padding-top: 0px;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 600;
}

.text-block-10 {
  padding-left: 10px;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
}

.column-6 {
  padding-left: 0px;
}

.link-3 {
  display: block;
  margin-top: 10px;
  padding-left: 10px;
  color: #44484a;
  text-decoration: none;
}

.link-3:hover {
  color: #df3e39;
}

.columns-3 {
  display: block;
  width: 40%;
  margin-right: 0px;
  margin-left: 0px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  text-align: center;
}

.image-6 {
  max-width: 100%;
}

.image-7 {
  margin-top: -36px;
  text-align: center;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-form {
  padding-top: 10px;
  padding-bottom: 100px;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-block {
  width: 80%;
}

.dropdown-toggle {
  padding-top: 0px;
}

.text-field {
  padding-top: 25px;
  padding-bottom: 25px;
}

.text-field-2 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.text-field-3 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.contact-form-2 {
  display: -ms-grid;
  display: grid;
  margin-right: 10%;
  margin-left: 10%;
  padding-top: 0px;
  padding-bottom: 80px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-field-5 {
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.text-field-6 {
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.text-field-7 {
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.text-field-8 {
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.form-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.form {
  display: block;
  width: 70%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.textarea {
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 25px;
}

.textarea:hover {
  border: 1px solid #b4acac;
}

.submit-button-2 {
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 50px;
  background-color: #df3e39;
  font-weight: 500;
}

.submit-button-2:hover {
  background-color: #1b1461;
}

.image-8 {
  text-align: center;
}

.link-4 {
  color: #fff;
  text-decoration: none;
}

.input-cnt {
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 50px;
}

.input-cnt:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #b4acac;
}

.heading-5 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 37px;
  line-height: 45px;
  font-weight: 600;
}

.paragraph-2 {
  color: #fff;
  font-size: 15px;
}

.price-li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}

.price-li:hover {
  color: #df3e39;
}

.div-block-3 {
  margin-top: 10px;
}

.column-8 {
  padding-right: 0px;
  padding-left: 0px;
}

.two-sec {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
}

.div-block-4 {
  width: 320px;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 20px;
}

.column-9 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-10 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.price-sec {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/Group-71.png');
  background-position: 50% 50%;
  background-size: cover;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  grid-column-gap: 15px;
}

.price-col {
  display: block;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #dbdbdb;
  border-radius: 24px;
  background-color: #fff;
  text-align: center;
}

.div-block-5 {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 20px;
  background-color: #df3e39;
}

.heading-6 {
  color: #fff;
  font-size: 40px;
  text-align: center;
}

.text-block-11 {
  margin-top: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.paragraph-3 {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 40px;
  text-align: center;
}

.button-down {
  width: 90%;
  margin-top: -22px;
  margin-bottom: 20px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 20px;
  background-color: #df3e39;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.button-down:hover {
  background-color: #1b1461;
}

.div-block-6 {
  margin-top: 40px;
}

.footer-nav {
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px solid #fff;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.footer-nav:hover {
  color: #df3e39;
}

.footer-nav.last-nav {
  border-right-style: none;
  border-right-width: 0px;
}

.column-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-4 {
  text-align: left;
}

.ic-li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.image-9 {
  max-width: 30%;
  margin-right: 10px;
  background-color: transparent;
}

.div-block-8 {
  width: 33%;
}

.div-block-9 {
  width: 100%;
}

.image-10 {
  margin-right: 10px;
}

.column-20 {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-10 {
  margin-top: 35px;
}

.faq-div {
  display: block;
  width: 70%;
  margin-top: 40px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 1px solid #dfdfdf;
  border-radius: 15px;
  background-color: hsla(0, 0%, 50.2%, 0.05);
  box-shadow: 0 0 9px 1px hsla(0, 0%, 50.2%, 0.31);
  text-align: left;
}

.faq-heading {
  font-size: 22px;
  line-height: 35px;
  font-weight: 600;
}

.faq-heading:hover {
  color: #df3e39;
  font-weight: 600;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.faq-threecol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-22 {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  grid-column-gap: 10px;
}

.column-23 {
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
}

.column-24 {
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
}

.columns-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  grid-column-gap: 10px;
}

.columns-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 15px;
}

.div-block-12 {
  display: inline-block;
  overflow: visible;
  width: 100%;
  margin-top: 20px;
}

.accordian-item {
  overflow: visible;
  width: 100%;
}

.accordian-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
}

.dropdown-list {
  position: static;
  display: block;
  overflow: visible;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
  color: #fff;
}

.text-block-12 {
  color: #343b3e;
  font-weight: 600;
}

.dropdown-link {
  overflow: visible;
}

.div-block-13 {
  margin-top: 60px;
}

.dropdown {
  overflow: hidden;
  width: 100%;
}

.dropdown-toggle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dropdown-list-2 {
  position: absolute;
  display: block;
  overflow: hidden;
  background-color: #fff;
}

.dropdown-toggle-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.dropdown-2 {
  display: inline-block;
  overflow: visible;
  width: 100%;
}

.dropdown-list-1 {
  position: static;
  display: block;
  overflow: visible;
  background-color: #fff;
}

.dropdown-list-3 {
  position: absolute;
  display: block;
  overflow: hidden;
  background-color: #fff;
}

.dropdown-main {
  position: relative;
  overflow: auto;
  width: 70%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
}

.toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dropdown-list-4 {
  position: static;
  display: none;
  overflow: hidden;
  width: auto;
  min-width: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #fff;
  direction: rtl;
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.dropdown-list-5 {
  color: #fff;
}

.dropdown-link-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  width: auto;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(209, 47, 47, 0);
  direction: ltr;
  text-align: left;
  text-transform: none;
  white-space: normal;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.dropdown-link-3 {
  direction: ltr;
}

.text-block-13 {
  font-size: 18px;
  font-weight: 600;
}

.text-block-13:hover {
  color: #df3e39;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.body-2 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.tarifs-pricesec {
  margin-top: 92px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgba(173, 160, 160, 0.11);
}

.section-2 {
  margin-top: 91px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-2.tarifs-pricesec {
  margin-top: 90px;
}

.tprice-sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 60px;
  margin-left: 0px;
  grid-column-gap: 20px;
}

.tprice-sec.bot-zero {
  margin-bottom: 60px;
}

.white-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
}

.plans-div {
  width: 60%;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 30px;
  background-color: #eefcfc;
  text-align: center;
}

.text-block-14 {
  color: #279ad3;
  font-size: 16px;
}

.price-heading {
  margin-bottom: 20px;
  color: #595959;
}

.paragraph-8 {
  margin-bottom: 20px;
  color: #2b1a92;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
}

.purchase-btn {
  width: 80%;
  margin-top: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #ff6d60;
  border-radius: 12px;
  background-color: #fff;
  color: #ff6d60;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.purchase-btn:hover {
  background-color: #ff6d60;
  color: #fff;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #383838;
  font-size: 45px;
  text-align: center;
}

.call-btn {
  display: none;
}

.btn-up {
  width: 80%;
  margin-bottom: 20px;
  border-radius: 17px;
  background-color: #df3e39;
  font-size: 18px;
  font-weight: 600;
}

.btn-up:hover {
  background-color: #1b1461;
}

.btn-footer {
  display: none;
}

.link-block {
  display: none;
}

.text-span {
  color: #275f06;
}

.text-span-2 {
  color: #47c428;
}

.devis-gratuit {
  color: #34af2b;
  text-align: center;
}

.bold-text {
  font-size: 30px;
}

.button-devis {
  border-radius: 11px;
  background-color: #dce7f0;
}

.html-embed {
  border-radius: 0px;
}

.heading-8 {
  display: block;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 26px;
  line-height: 46px;
}

.heading-8.mob {
  display: none;
}

.text-span-3 {
  width: auto;
}

.nav-link {
  color: #343b3e;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 90%;
  }

  .text-block {
    display: block;
    font-size: 14px;
    text-align: left;
  }

  .column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .t {
    font-size: 14px;
  }

  .nav-menu {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }

  .bg-sec {
    padding-top: 80px;
    padding-bottom: 163px;
  }

  .heading-2 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 47px;
  }

  .text-block-2 {
    font-size: 18px;
  }

  .btn-sec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }

  .btn-sec.fone-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .button {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 13px;
  }

  .button-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .about-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blue-sec {
    background-color: transparent;
  }

  .on-se {
    padding: 10px 0px;
    border-radius: 15px;
    background-color: #1b1461;
  }

  .on-se.four-sec {
    background-color: #1b1461;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .about-two {
    margin-top: 60px;
  }

  .heading-3 {
    font-size: 30px;
    line-height: 35px;
  }

  .nav-menu-2 {
    background-color: #fff;
    color: #fff;
  }

  .text-block-5 {
    color: #000;
  }

  .div-block-2 {
    margin-right: 16px;
    margin-left: 16px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .service-sec {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .heading-4 {
    font-size: 30px;
    line-height: 50px;
  }

  .columns-2 {
    margin-top: 20px;
  }

  .text-block-6 {
    font-size: 18px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 25px;
  }

  .faq-section {
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .footer {
    padding-bottom: 50px;
  }

  .white-box {
    padding: 20px 0px;
  }

  .text-block-9 {
    font-size: 18px;
  }

  .text-block-10 {
    width: 100%;
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .column-6 {
    text-align: center;
  }

  .link-3 {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
  }

  .column-7 {
    display: block;
    text-align: center;
  }

  .text-field {
    border-radius: 25px;
  }

  .text-field-2 {
    border-radius: 25px;
  }

  .text-field-3 {
    border-radius: 24px;
  }

  .text-field-4 {
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 25px;
  }

  .submit-button {
    width: 100%;
    background-color: #df3e39;
    font-weight: 500;
  }

  .contact-form-2 {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .price-sec {
    padding-top: 40px;
    padding-bottom: 80px;
    background-color: #1b1461;
    background-image: none;
  }

  .columns-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .price-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-5 {
    width: 100%;
  }

  .heading-6 {
    font-size: 35px;
  }

  .text-block-11 {
    font-size: 20px;
  }

  .column-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .icon {
    color: #df3e39;
    font-size: 38px;
  }

  .column-12 {
    display: none;
  }

  .column-13 {
    text-align: right;
  }

  .column-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .paragraph-4 {
    line-height: 25px;
  }

  .column-16 {
    margin-bottom: 5px;
  }

  .column-17 {
    margin-bottom: 5px;
  }

  .column-19 {
    display: block;
    text-align: center;
  }

  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 28px;
  }

  .column-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-11 {
    font-size: 16px;
  }

  .columns-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-21 {
    text-align: center;
  }

  .columns-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .faq-div {
    width: 80%;
    text-align: center;
  }

  .column-24 {
    text-align: center;
  }

  .price-plan {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-25 {
    text-align: center;
  }

  .text-block-13 {
    font-size: 16px;
    white-space: normal;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .tarifs-pricesec {
    padding-top: 40px;
  }

  .white-col {
    padding: 40px 15px;
  }

  .plans-div {
    width: 80%;
  }

  .price-heading {
    font-size: 30px;
  }

  .paragraph-8 {
    font-size: 15px;
    line-height: 30px;
  }

  .purchase-btn {
    width: 100%;
  }

  .purchase-btn.purchasebtnsize {
    width: 90%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-7 {
    margin-top: 10px;
    font-size: 40px;
  }

  .link-block {
    display: none;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 93%;
  }

  .text-block {
    display: block;
    text-align: center;
  }

  .column {
    font-size: 14px;
  }

  .t {
    font-size: 14px;
    text-align: center;
  }

  .nav-menu {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }

  .bg-sec {
    padding-top: 45px;
    padding-bottom: 143px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: scroll;
    text-align: center;
  }

  .heading-2 {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 40px;
  }

  .text-block-2 {
    font-size: 18px;
  }

  .btn-sec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button {
    font-size: 15px;
  }

  .button-2 {
    font-size: 15px;
  }

  .blue-sec {
    margin-bottom: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .on-se {
    margin-bottom: 20px;
    border-radius: 15px;
    background-color: #261aff;
  }

  .on-se.four-sec {
    background-color: #261aff;
  }

  .about-two {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .heading-3 {
    font-size: 30px;
    line-height: 40px;
  }

  .column-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .nav-menu-2 {
    background-color: #fff;
  }

  .column-5 {
    font-size: 15px;
  }

  .div-block-2 {
    margin-right: 16px;
    margin-left: 16px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .service-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-4 {
    font-size: 30px;
    line-height: 40px;
  }

  .columns-2 {
    margin-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .faq-section {
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .text-block-7 {
    font-size: 18px;
  }

  .footer {
    padding-top: 60px;
    text-align: center;
  }

  .text-block-8 {
    font-size: 15px;
  }

  .footer-logo {
    margin-top: 20px;
  }

  .add-colm {
    margin-top: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .column-7 {
    display: block;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .contact-form-grid {
    margin-top: 20px;
  }

  .contact-form-2 {
    padding: 40px 20px;
  }

  .form {
    width: 100%;
  }

  .heading-5 {
    margin-top: 0px;
  }

  .price-li {
    font-size: 15px;
  }

  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .price-sec {
    padding-top: 60px;
    padding-bottom: 70px;
    background-color: #1b1461;
    background-image: none;
  }

  .columns-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 10px;
    text-align: center;
  }

  .div-block-5 {
    display: block;
  }

  .heading-6 {
    font-size: 30px;
  }

  .text-block-11 {
    font-size: 17px;
  }

  .paragraph-3 {
    font-size: 15px;
    line-height: 35px;
  }

  .button-down {
    position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 5%;
    display: block;
    width: 25%;
    padding-right: 10px;
    padding-left: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #df3e39;
    font-size: 16px;
  }

  .button-down:hover {
    border-style: solid;
    border-width: 1px;
    border-color: #df3e39;
    border-radius: 14px;
  }

  .footer-nav {
    font-size: 14px;
  }

  .column-11 {
    display: block;
  }

  .icon {
    color: #df3e39;
    font-size: 35px;
  }

  .columns-6 {
    text-align: center;
  }

  .column-12 {
    display: none;
  }

  .column-13 {
    margin-bottom: 10px;
  }

  .paragraph-4 {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 25px;
  }

  .column-16 {
    margin-bottom: 10px;
  }

  .column-17 {
    margin-bottom: 10px;
  }

  .column-18 {
    margin-bottom: 10px;
  }

  .ic-li {
    margin-bottom: 7px;
  }

  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .faq-div {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }

  .column-24 {
    text-align: center;
  }

  .column-25 {
    text-align: center;
  }

  .drop-icon {
    margin-top: 54px;
  }

  .text-block-13 {
    font-size: 14px;
    white-space: normal;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .tarifs-pricesec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .tprice-sec {
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .white-col {
    margin-bottom: 40px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .plans-div {
    width: 35%;
  }

  .plans-div.palndiv-size {
    width: 35%;
  }

  .price-heading {
    font-size: 35px;
  }

  .purchase-btn.purchasebtnsize {
    width: 35%;
  }

  .heading-7 {
    font-size: 35px;
  }

  .btn-up {
    width: 70%;
    background-color: #df3e39;
    font-size: 16px;
  }

  .btn-footer {
    position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 10%;
    display: none;
    width: 20%;
    border-radius: 20px;
    background-color: #df3e39;
  }

  .btn-footer:hover {
    background-color: #1b1461;
  }

  .link-block {
    position: fixed;
    left: auto;
    top: auto;
    right: 3%;
    bottom: 11%;
    display: block;
  }

  .text-span {
    color: #1a6f1f;
  }
}

@media screen and (max-width: 479px) {
  .top-header {
    background-color: #fff;
  }

  .container {
    max-width: 90%;
  }

  .text-block {
    display: block;
    font-size: 14px;
    text-align: center;
  }

  .column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .t {
    font-size: 14px;
    text-align: center;
  }

  .header-sec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-menu {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }

  .image {
    max-width: 100px;
  }

  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .bg-sec {
    position: static;
    display: block;
    overflow: visible;
    height: auto;
    max-height: 550px;
    margin-top: -15px;
    margin-left: 0px;
    padding-top: 120px;
    padding-bottom: 132px;
    border-radius: 0px;
    background-color: transparent;
    background-image: url('../images/Site-AP-Header-Section-1-3.png');
    background-position: 35% 50%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: scroll;
    opacity: 0.9;
    outline-color: #44484a;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 3px;
    text-align: center;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .heading-2 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }

  .text-block-2 {
    font-size: 14px;
    line-height: 22px;
  }

  .li-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .btn-sec {
    margin-top: 10px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .btn-sec.fone-btn {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .button {
    margin-right: 0px;
    margin-bottom: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .button-2 {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .about-sec {
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .blue-sec {
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .on-se {
    margin-bottom: 20px;
    border-radius: 15px;
    background-color: #1b1461;
  }

  .on-se.four-sec {
    background-color: #1b1461;
  }

  .about-two {
    margin-top: 60px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .text-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
  }

  .heading-3 {
    font-size: 22px;
    line-height: 35px;
  }

  .column-4 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .nav-menu-2 {
    background-color: #fff;
    text-align: left;
  }

  .column-5 {
    font-size: 16px;
  }

  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px;
    margin-left: 16px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .service-sec {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .heading-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .heading-4.desk {
    display: none;
  }

  .columns-2 {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .shadow-clm {
    margin-bottom: 40px;
  }

  .text-block-6 {
    font-size: 18px;
    line-height: 20px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 25px;
  }

  .faq-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-block-7 {
    font-size: 16px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .text-block-8 {
    font-size: 12px;
  }

  .footer-logo {
    margin-top: 20px;
  }

  .add-colm {
    margin-top: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 0px;
  }

  .white-box {
    margin-bottom: 40px;
    text-align: center;
  }

  .text-block-9 {
    font-size: 16px;
  }

  .text-block-10 {
    font-size: 14px;
    text-align: center;
  }

  .link-3 {
    font-size: 14px;
  }

  .column-7 {
    display: block;
    text-align: center;
  }

  .contact-form-grid {
    margin-top: 20px;
  }

  .contact-form-2 {
    display: block;
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .form {
    width: 90%;
  }

  .submit-button-2 {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
  }

  .heading-5 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .price-sec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #1b1461;
    background-image: none;
  }

  .columns-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 0px;
    text-align: center;
  }

  .price-col {
    margin-bottom: 30px;
  }

  .heading-6 {
    font-size: 28px;
  }

  .text-block-11 {
    margin-top: 10px;
    font-size: 16px;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 30px;
  }

  .button-down {
    display: inline-block;
    width: 40%;
    font-size: 14px;
  }

  .button-down:hover {
    border-style: none;
    border-width: 0px;
  }

  .footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right-style: none;
    border-right-width: 0px;
    font-size: 14px;
  }

  .column-11 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
  }

  .icon {
    color: #df3e39;
    font-size: 32px;
  }

  .columns-6 {
    text-align: center;
  }

  .column-12 {
    display: none;
  }

  .column-13 {
    margin-bottom: 10px;
    text-align: center;
  }

  .column-14 {
    text-align: center;
  }

  .paragraph-4 {
    font-size: 14px;
    text-align: center;
  }

  .column-15 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .column-16 {
    margin-bottom: 10px;
  }

  .column-17 {
    margin-bottom: 10px;
  }

  .column-18 {
    margin-bottom: 10px;
  }

  .ic-li {
    margin-bottom: 10px;
  }

  .image-9 {
    font-size: 16px;
  }

  .column-19 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .faq-div {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }

  .paragraph-5 {
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph-6 {
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph-7 {
    font-size: 14px;
    line-height: 24px;
  }

  .column-22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-23 {
    margin-bottom: 40px;
  }

  .column-24 {
    text-align: center;
  }

  .columns-12 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .price-plan {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dropdown-main {
    width: 100%;
  }

  .drop-icon {
    margin-top: 54px;
  }

  .text-block-13 {
    font-size: 14px;
    white-space: normal;
  }

  .menu-button {
    background-color: #fff;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .div-block-15 {
    text-align: center;
  }

  .tarifs-pricesec {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tprice-sec {
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .white-col {
    margin-bottom: 40px;
    padding: 40px 20px;
  }

  .plans-div {
    width: 80%;
  }

  .plans-div.palndiv-size {
    width: 80%;
  }

  .price-heading {
    font-size: 30px;
  }

  .paragraph-8 {
    font-size: 14px;
    line-height: 28px;
  }

  .purchase-btn.purchasebtnsize {
    width: 80%;
  }

  .heading-7 {
    font-size: 30px;
  }

  .btn-footer {
    width: 30%;
  }

  .link-block {
    bottom: 6%;
  }

  .devis-gratuit {
    font-size: 20px;
  }

  .image-12 {
    color: #0f5a7f;
  }

  .bold-text {
    font-size: 24px;
  }

  .heading-8.mob {
    display: block;
    text-align: center;
  }
}

#w-node-c033e390-8a8a-866c-b92d-bcb402d0452e-b3c28940 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_88a2b4ec-7daf-7155-8808-ba9821daa2fa-b3c28940 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_3e39bc55-cf19-0de9-1c0b-0dbb4fd3c7e6-b3c28940 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6f58c710-32cc-4116-10fc-3ab2dfafef78-b3c28940 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_88a2b4ec-7daf-7155-8808-ba9821daa2ea-b3c28940 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_88a2b4ec-7daf-7155-8808-ba9821daa2ee-b3c28940 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_88a2b4ec-7daf-7155-8808-ba9821daa2f2-b3c28940 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_88a2b4ec-7daf-7155-8808-ba9821daa2f6-b3c28940 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

