@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url('../fonts/fa-v4compatibility.woff2') format("woff2"), url('../fonts/fa-v4compatibility.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2"), url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2"), url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2"), url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ofl;
  src: url('../fonts/OFL.txt') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-BoldItalic.ttf') format("truetype"), url('../fonts/Poppins-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraBold.ttf') format("truetype"), url('../fonts/Poppins-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  z-index: 1;
  background-color: #1f1f1f;
  background-image: linear-gradient(#00000061, #00000061), url('../images/grid-3.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1300px;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-2 {
  justify-content: flex-end;
  align-items: center;
  width: 48%;
  display: flex;
}

.div-block-3 {
  width: 50%;
}

.heading {
  color: #000;
  margin-top: 0;
  font-family: Vollkorn, serif;
  font-size: 40px;
  line-height: 50px;
}

.heading.l {
  color: #fff;
}

.heading.l.c1 {
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

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

.paragraph {
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.paragraph._1 {
  color: #fff;
}

.paragraph._1.o {
  text-align: left;
  font-family: Poppins, Times New Roman, sans-serif;
}

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

.paragraph-2 {
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.image {
  border-radius: 10px;
  width: 100%;
}

.heading-2 {
  color: #000;
  font-family: Great Vibes, cursive;
}

.background-circle-button-small {
  z-index: 1;
  background-color: #fff3;
  border-radius: 10000px;
  width: 0;
  height: 0;
  position: absolute;
  top: auto;
  right: 25px;
}

.background-circle-button {
  z-index: 0;
  background-color: #000;
  border-radius: 10000px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: auto;
  right: 5px;
}

.fontawesome-button {
  color: #fff;
  cursor: pointer;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.fontawesome-container-button {
  z-index: 3;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
  top: auto;
  right: 15px;
}

.button-211149 {
  cursor: pointer;
  background-color: #31a3dd;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 172px;
  height: 50px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-211149.hide {
  background-color: #f58b20;
  border-radius: 10px;
  display: none;
}

.button-211149.hide._1 {
  color: #000;
  background-color: #000;
}

.link-block-26 {
  text-decoration: none;
}

.link-block-26.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-26.show.ot {
  margin-top: 10px;
}

.link-block-26.show.ot._1 {
  background-color: #000;
  border-radius: 10px;
  display: none;
}

.link-block-26.show.ot.l {
  display: none;
}

.button-text-2 {
  z-index: 10;
  color: #fff;
  text-align: left;
  cursor: pointer;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
  position: relative;
}

.section-3 {
  padding: 100px 20px;
  overflow: hidden;
}

.container-2 {
  max-width: 1300px;
}

.div-block-6 {
  background-color: #f4f5f8;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 10px;
  display: flex;
}

.div-block-7 {
  justify-content: space-between;
  align-items: center;
  width: 23%;
  display: flex;
}

.div-block-8 {
  background-color: #f58b20;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  display: flex;
}

.heading-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 31px;
}

.text-block {
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

.div-block-9 {
  display: none;
  position: relative;
  top: -38px;
  left: -8px;
}

.section-4 {
  z-index: 1;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  padding: 100px 20px;
  display: none;
  position: relative;
  overflow: hidden;
}

.container-3 {
  max-width: 1300px;
}

.div-block-10 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-10.b {
  padding-bottom: 50px;
}

.heading-4 {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.heading-4.l {
  text-align: left;
  margin-bottom: 20px;
}

.heading-4.l._1l {
  text-align: center;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.heading-4._1 {
  color: #fff;
}

.heading-4.ol {
  color: #fff;
  font-family: Poppins, Times New Roman, sans-serif;
  font-weight: 500;
}

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

.paragraph-3 {
  color: #000;
  text-align: center;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.paragraph-3._1 {
  color: #fff;
}

.div-block-11 {
  justify-content: center;
  width: 100%;
  padding-top: 50px;
}

.div-block-12 {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  box-shadow: 1px 1px 20px 5px #87878724;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  width: 85%;
  height: auto;
  overflow: hidden;
}

.div-block-14 {
  padding-bottom: 10px;
}

.button-211150 {
  text-transform: uppercase;
  background-color: #f58b20;
  border-radius: 10px;
  padding: 10px 40px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.button-211150._1 {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 0;
  padding: 5px 20px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 14px;
  display: flex;
}

.button-211150._1:hover {
  background-color: #1f1f1f;
}

.button-211150._1.l {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.button-211150._1.o {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.image-2 {
  width: 100%;
}

.section-5 {
  background-color: #f4f5f8;
  padding: 100px 20px;
  display: none;
}

.container-4 {
  max-width: 1300px;
}

.div-block-15 {
  background-color: #f4f5f8;
  width: 35%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: relative;
  top: -48px;
}

.heading-5 {
  color: #000;
  text-align: center;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 48px;
}

.div-block-16 {
  border: 2px solid #f58b20;
  border-radius: 10px;
  padding-bottom: 50px;
}

.slider {
  background-color: #ddd0;
  height: 500px;
  overflow: hidden;
}

.slide-nav {
  display: none;
}

.mask {
  overflow: visible;
}

.slide {
  width: 25%;
}

.div-block-17 {
  background-color: #fff;
  background-image: url('../images/02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
}

.div-block-17._1 {
  background-image: none;
  background-size: auto;
  display: flex;
}

.div-block-17.t {
  background-image: none;
  background-size: auto;
  position: relative;
}

.div-block-17.l {
  background-image: url('../images/bookcover7f846e51-9615-42e8-844c-024fca55055bcover_Taj-Mahal-1.webp');
  background-size: 100px;
  position: relative;
}

.div-block-17.b {
  background-image: url('../images/bookcover27a7a7ad-972d-49a1-958c-f7cfbfde7ab8cover_Mere-Jharokhey-Chon.webp');
  background-size: 100px;
  position: relative;
}

.div-block-17.o {
  background-image: none;
  background-size: auto;
  position: relative;
}

.div-block-17.o.tl, .div-block-17.o.lt, .div-block-17.o.t {
  background-image: none;
}

.slide-2, .slide-3, .slide-4 {
  width: 25%;
}

.circle {
  border-radius: 100%;
}

.div-block-18 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.heading-6 {
  color: #f58b20;
  margin-top: 20px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 35px;
}

.right-arrow {
  background-color: #fff;
  border: 1px solid #f58b20;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  top: auto;
  left: 5%;
  right: 0%;
  box-shadow: -1px -1px 20px -1px #0003;
}

.left-arrow {
  background-color: #fff;
  border: 1px solid #f58b20;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  top: auto;
  left: -5%;
  right: 0%;
  box-shadow: -1px -1px 20px -1px #0003;
}

.slide-5 {
  width: 25%;
}

.section-6 {
  background-color: #1f1f1f;
  background-image: url('../images/books-jpeg-1.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 50px;
  padding: 140px 20px;
  display: none;
  position: relative;
  overflow: hidden;
}

.container-5 {
  max-width: 1300px;
}

.div-block-19 {
  height: 410px;
}

.div-block-20 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-7 {
  color: #f58b20;
  text-align: center;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.div-block-21 {
  width: 410px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.icon-41 {
  color: #5c5c5c;
}

.nav-menu-11 {
  padding-top: 20px;
  display: flex;
}

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

.text-block-16076 {
  font-weight: 400;
}

.paragraph-2201 {
  color: #fff;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.dropdown-link-2 {
  border-bottom: 1px solid #99999c73;
  font-size: 16px;
}

.dropdown-link-2:hover {
  background-color: #c9c9c9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.dropdown-link-2.w--current {
  color: #333;
}

.dropdown-link-2._0501 {
  border-bottom-color: #99999c73;
}

.dropdown-link-2._0501:hover {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.image-24 {
  filter: contrast(180%);
}

.image-190 {
  width: 70%;
  height: 70%;
}

.text-block-16085 {
  color: #5c5c5c;
  font-size: 15px;
}

.nav-menu-2 {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu-2.margi-n.side {
  width: auto;
  margin-left: auto;
  margin-right: 0;
}

.dropdown-link-9 {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
}

.dropdown-link-9:hover {
  background-color: #c9c9c9;
}

.dropdown {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-314454 {
  margin-right: 10px;
}

.div-block-20038 {
  justify-content: space-between;
  align-items: center;
  width: 433px;
  min-width: 433px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.div-block-20038._1.lt, .div-block-20038.mobile {
  display: none;
}

.dropdown-toggle-9 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-toggle-9.w--open {
  padding-bottom: 10px;
}

.dropdown-link-8 {
  border-bottom: 1px solid #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
}

.dropdown-link-8:hover {
  background-color: #c9c9c9;
}

.link-187 {
  color: #5c5c5c;
  text-decoration: none;
}

.icon-33 {
  color: #5c5c5c;
  margin-right: 0;
}

.dropdown-link-7 {
  border-bottom: 1px solid #000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
}

.dropdown-link-7:hover {
  background-color: #c9c9c9;
}

.heading-7554 {
  color: red;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  position: absolute;
  top: -32px;
  left: 18px;
}

.heading-7554._652 {
  left: 15px;
}

.div-block-314462 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.text-block-16068 {
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: none;
}

.text-block-16068._2 {
  color: #5c5c5c;
  font-family: Vollkorn, serif;
  font-size: 16px;
  line-height: 16px;
  display: flex;
}

.dropdown-link-3 {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 16px;
}

.dropdown-link-3:hover {
  background-color: #c9c9c9;
}

.dropdown-link-3.w--current {
  color: #333;
}

.dropdown-list {
  width: 100px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #99999c73;
  border-radius: 10px;
  width: 170px;
  top: 31px;
  right: 0;
}

.mobille-view-2 {
  background-color: #fff;
  display: none;
}

.arrow2 {
  display: block;
  position: absolute;
  inset: auto 10% auto auto;
}

.brand-10 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  width: 310px;
  height: 100px;
  padding-top: 10px;
  display: flex;
}

.brand-10.w--current {
  flex-direction: row-reverse;
}

.dropdown-toggle-2 {
  margin-right: 10px;
  padding: 0 20px 0 0;
}

.brand-11 {
  align-items: center;
  width: 210px;
  margin-top: 20px;
  margin-right: auto;
  display: flex;
  top: -9px;
}

.brand-11.w--current {
  width: 200px;
}

.nav-link-45 {
  width: auto;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Droid Serif, serif;
  font-size: 17px;
  font-weight: 400;
}

.nav-link-45.w--current {
  color: red;
  font-family: Droid Serif, serif;
}

.image-207 {
  width: 16px;
}

.image-207._1 {
  width: 30px;
}

.arrow1 {
  position: absolute;
  right: 10%;
}

.div-block-314167 {
  background-color: #fff;
  border: 1px solid #99999c73;
  border-radius: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 35px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  display: flex;
}

.div-block-314167._1 {
  border-top-style: solid;
  border-bottom-style: solid;
  justify-content: flex-end;
  align-items: center;
  width: 50px;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.container-1309 {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-314264 {
  z-index: 999;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
  box-shadow: 0 2px 15px #83838333;
}

.div-block-314453 {
  margin-right: 5px;
  font-size: 20px;
  position: relative;
}

.div-block-314453._256 {
  margin-left: 8px;
}

.nav-link {
  color: #000;
  text-transform: uppercase;
  border: 1px solid #0000;
  padding: 3px 7px 2px;
  font-family: Merriweather, serif;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.nav-link:hover {
  border: 1px solid #c29c87;
}

.nav-link.w--current {
  color: #cdaa7c;
  border-color: #cdaa7c;
}

.nav-link.pr {
  color: #5c5c5c;
  text-transform: capitalize;
  border-style: none;
  margin-right: 29px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.nav-link.pr:hover {
  color: #ff9400;
  border-style: none;
}

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

.navbar-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.button-9 {
  text-align: center;
  background-color: #00a150;
  border-radius: 4px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  margin-bottom: 5px;
  margin-left: 20px;
  padding: 0 40px 0 20px;
  font-family: Open Sans, sans-serif;
  font-size: 23px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-9.nav {
  color: #5092cc;
  background-color: #d21018;
  width: 144px;
  margin-bottom: 0;
  margin-left: 0;
}

.button-9.nav.q {
  background-color: #09466a;
  width: 152px;
  margin-top: 30px;
}

.button-9.nav.q._0-96 {
  justify-content: flex-start;
  margin-top: -48px;
}

.button-9.nav.q._0-96.navi {
  background-color: #ff9e18;
  border-radius: 10px;
  width: 154px;
  margin-top: 0;
}

.button-9.nav.q._0-96.navi.mjyg {
  padding-right: 20px;
}

.button-9.hide {
  display: none;
}

.dropdown-list-5 {
  border-radius: 10px;
}

.dropdown-list-5.w--open {
  background-color: #fff;
  border: 1px solid #000;
}

.dropdown-7 {
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.search-button {
  background-color: #f58b20;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 35px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, Times New Roman, sans-serif;
}

.search-input {
  border: 1px solid #99999c73;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 140px;
  height: 35px;
  margin-bottom: 0;
  font-family: Poppins, Times New Roman, sans-serif;
}

.right-arrow-32 {
  display: none;
}

.link-block-175 {
  width: 12.5%;
  height: 48px;
  margin-top: 503px;
  margin-left: 45px;
  text-decoration: none;
}

.link-block-175._0-26 {
  margin-left: 16px;
}

.div-block-314311 {
  width: 100%;
  display: flex;
}

.left-arrow-32 {
  display: none;
}

.main-div-2 {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.slide-nav-8 {
  z-index: 99999;
}

.div-block-314310 {
  width: 50%;
}

.slider-25 {
  width: 100%;
  height: 100%;
}

.icon-36 {
  color: #be0a0b;
}

.slide-1 {
  background-image: url('../images/i-2.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1._2 {
  background-image: url('../images/publications_musee-min.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.div-block-314312 {
  width: 50%;
}

.container-1325 {
  max-width: 1300px;
  margin-top: 140px;
}

.icon-37 {
  color: #be0a0b;
}

.hero-section-3 {
  z-index: 1;
  background-image: none;
  background-position: 0 0;
  align-items: center;
  height: 85vh;
  display: none;
  position: relative;
}

.div-block-314463 {
  width: 100%;
  height: 100px;
}

.bold-text-38 {
  color: #000;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 500;
}

.container-502 {
  max-width: 1600px;
  padding-left: 10px;
  padding-right: 10px;
}

.copyright-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.list-11 {
  margin-top: 25px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.list-11.hide {
  display: none;
}

.subscribe-section {
  background-color: #ff5316;
  justify-content: space-between;
  align-items: center;
  height: 200px;
  margin-top: -140px;
  padding-left: 30px;
  padding-right: 40px;
  display: flex;
}

.list-8 {
  text-align: left;
}

.text-block-16069 {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-size: 18px;
  display: flex;
}

.text-block-16069:hover {
  color: #062343;
  background-color: #d7af2c;
  border-color: #0000;
}

.text-block-16069.size {
  color: #000;
  background-color: #fff;
  border-color: #f58b20;
  width: 45px;
  height: 45px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 23px;
}

.text-block-16069.size:hover {
  color: #f68b21;
  border-color: #000;
}

.div-block-935 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35%;
  display: flex;
}

.form {
  margin-top: 60px;
  padding-left: 10px;
  padding-right: 20px;
}

.div-block-931 {
  margin-top: -2px;
}

.div-block-314217 {
  overflow: hidden;
}

.footer-2 {
  background-color: #fff;
  background-image: linear-gradient(#ffffffb8, #ffffffb8), url('../images/book.png');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 140px;
  border-top: 3px solid #e4e4e4;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.div-block-938 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.link-block-171 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  font-family: Poppins, Times New Roman, sans-serif;
  line-height: 36px;
  text-decoration: none;
  display: flex;
}

.link-block-171._1 {
  display: none;
}

.link-block-171.tl {
  margin-top: 20px;
}

.link-block-172 {
  letter-spacing: .4px;
  margin-bottom: 48px;
  font-size: 24px;
  line-height: 32px;
}

.link-block-172._2 {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.level3-change-color {
  color: #1b2871;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.text-field-2 {
  width: 510px;
  height: 80px;
  margin-bottom: 0;
  padding-left: 30px;
}

.form-block {
  margin-bottom: 0;
}

.list-9 {
  text-align: left;
  padding-left: 0;
}

.div-block-933 {
  padding-left: 15px;
  padding-right: 15px;
}

.div-block-933.hide {
  display: none;
}

.div-block-942 {
  display: flex;
}

.social-icon-links {
  padding: 15px;
}

.line-small {
  background-color: #addcec;
  width: 100%;
  height: 4px;
  margin-top: 4px;
}

.icons-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.change-color {
  color: #636e8e;
  text-align: left;
  font-family: Exo, sans-serif;
}

.footer-v-1 {
  color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.link-block-wrapper {
  flex-direction: column;
  width: 40%;
  display: flex;
}

.text-block-16072 {
  display: none;
}

.social-wraper {
  border-bottom: 1px #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
}

.list-item-28 {
  color: #d0d3d8;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
}

.heading-7495 {
  color: #0c0c0c;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.logo-warpper {
  width: 30%;
  max-width: 350px;
}

.paragraph-18 {
  color: #636e8e;
  font-family: Bitter, serif;
  font-size: 16px;
}

.paragraph-18.copy {
  margin-bottom: 0;
  display: block;
}

.ft-links {
  color: #333;
  flex-direction: column;
  align-items: flex-start;
  width: 70px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ft-links._40 {
  width: 100px;
}

.ft-links._45 {
  width: 50px;
}

.ft-links._80 {
  width: 50px;
  font-family: Exo, sans-serif;
}

.link-block-173 {
  background-color: #384a8c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
  padding: 5px;
  display: flex;
}

.wrapper-ft {
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 40px;
  display: none;
  position: relative;
}

.header-links {
  color: #1f2c73;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.div-block-934 {
  align-items: center;
  width: 60px;
  height: 95px;
  display: flex;
  position: absolute;
  inset: -100% 0% 0%;
}

.div-block-314430 {
  display: flex;
}

.text-block-160 {
  color: #000;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 20px;
}

.text-block-160._2 {
  color: #fff;
  text-align: left;
  border-bottom: 1px #686868;
  max-width: 130px;
  margin-bottom: 20px;
  font-size: 20px;
}

.text-block-160._2._3 {
  max-width: 90px;
  margin-bottom: 20px;
}

.text-block-160._2._22 {
  margin-bottom: 20px;
  font-weight: 700;
}

.text-block-160.info {
  text-transform: lowercase;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.content-ft {
  max-width: 600px;
}

.div-block-314168 {
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  padding: 10px;
  display: flex;
}

.div-block-314168.width {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-left: 0;
}

.image-195 {
  width: 20px;
  height: 20px;
}

.footer-wrapper-2 {
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  position: relative;
}

.div-block-940 {
  margin-left: -15px;
  margin-right: -15px;
}

.submit-button-2 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
}

.submit-button-2.link-block-8 {
  background-size: 25px;
}

.link-block-44 {
  color: #333;
  text-decoration: none;
}

.div-block-314169 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-314169:hover {
  color: #48d5e2;
  text-align: left;
}

.div-block-314169._02 {
  margin-right: 10px;
}

.heading-34 {
  color: #fff;
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 60px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}

.quick-links-block {
  justify-content: space-around;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-314290 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.list-item-29 {
  font-family: Poppins, Times New Roman, sans-serif;
  font-weight: 400;
}

.list-item-30, .list-item-31 {
  font-family: Poppins, Times New Roman, sans-serif;
}

.text-block-16086 {
  color: #ff9400;
  padding-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  text-decoration: none;
}

.heading-7555 {
  color: #000;
  margin-bottom: 0;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 35px;
}

.text-block-16087 {
  text-align: center;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 15px;
  line-height: 27px;
}

.mask-2 {
  z-index: 1;
  overflow: visible;
}

.slide-6 {
  width: 25%;
}

.slider-26 {
  background-color: #ddd0;
  height: 700px;
  padding-top: 20px;
  overflow: hidden;
}

.slide-nav-9 {
  display: none;
}

.slide-7 {
  width: 23.2%;
  margin-left: 10.5px;
  margin-right: 10.5px;
}

.right-arrow-33 {
  background-color: #fff;
  border: 1px solid #f58b20;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  inset: auto 0% 0% 5%;
  box-shadow: -1px -1px 20px -1px #0003;
}

.image-208 {
  border-radius: 10px;
  width: 100%;
}

.icon-42 {
  color: #f58b20;
  font-size: 28px;
}

.left-arrow-33 {
  background-color: #fff;
  border: 1px solid #f58b20;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  inset: auto 0% 0% -5%;
  box-shadow: -1px -1px 20px -1px #0003;
}

.icon-43 {
  color: #f58b20;
  font-size: 28px;
}

.book {
  border-radius: 10px;
  width: 100%;
}

.image-210 {
  width: 100%;
}

.icon-44, .icon-45 {
  color: #f58b20;
  font-size: 28px;
}

.image-211 {
  width: 58px;
}

.section-7 {
  z-index: 1;
  background-color: #f4f5f8;
  padding: 100px 20px;
  position: relative;
}

.container-1326 {
  max-width: 1300px;
}

.div-block-314464 {
  justify-content: space-between;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.div-block-314464.no-div {
  margin-top: 0;
}

.div-block-314465 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-314465.no-div {
  display: none;
}

.div-block-314466 {
  filter: drop-shadow(0 2px 5px #00000073);
  background-image: linear-gradient(#00000080, #00000080), url('../images/categorycoverb2b18c6d-973b-4941-b621-5bf6f9b7d1f0cover_25020poem.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 140px;
  min-height: 140px;
  display: flex;
}

.div-block-314466:hover {
  filter: brightness(200%) drop-shadow(0 2px 5px #00000073);
}

.div-block-314466.shayari {
  background-image: linear-gradient(#00000080, #00000080), url('../images/categorycover00266111-6753-406c-859b-d24048c38a2ccover_Shayari.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-314466.gazal {
  background-image: linear-gradient(#00000080, #00000080), url('../images/categorycoverae3b50e7-4782-441d-a1c0-6e54a2a1ccb6cover_Gazal.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-314466.mulakatan {
  filter: drop-shadow(0 2px 5px #000000b3);
  background-image: linear-gradient(#00000080, #00000080), url('../images/categorycoverab0a2147-2e49-4446-b0eb-362d64bf3e51cover_Mulakatan.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-314466.mulakatan:hover {
  filter: brightness(200%) drop-shadow(0 2px 5px #000000b3);
}

.div-block-314466.short-stories {
  background-image: linear-gradient(#00000080, #00000080), url('../images/categorycoverdb2f6fd4-7790-49dc-88c3-3ed4c2465fa3cover_short-stories-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-314466.religious-essay {
  background-image: linear-gradient(#00000080, #00000080), url('../images/categorycover7ea9d09b-e616-4dcb-8856-d784bfa32093cover_religious.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-314466.essay {
  background-image: linear-gradient(#00000080, #00000080), url('../images/categorycover70d8ea6f-64e1-4b42-8209-a4b682ea2470cover_Essays281.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-314466.prose {
  background-image: linear-gradient(#00000080, #00000080), url('../images/categorycoverb2030b80-a1ad-449a-8111-745a318f7c09cover_prose281.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-314466.articles-and-lectur {
  background-image: linear-gradient(#00000080, #00000080), url('../images/categorycover1a21854d-0fcb-4956-a5e7-a321e926e9dacover_Lecture282.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-314466.safarnama {
  background-image: linear-gradient(#00000080, #00000080), url('../images/categorycover8bd8e565-1d76-4fc4-a744-f61ecd943cb9cover_safarnama.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-314466.romance {
  background-image: linear-gradient(#00000080, #00000080), url('../images/categorycover1d236f5c-458b-4d26-978b-d1a13d33435fcover_Romantic281.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-314466.other {
  background-image: linear-gradient(#00000080, #00000080), url('../images/categorycover411f0619-70ca-4d91-b311-44c77dbf78f5cover_25020Others.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.heading-7556 {
  color: #fff;
  text-align: center;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

.heading-7556._1 {
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 35px;
  line-height: 41px;
}

.div-block-314467 {
  filter: drop-shadow(0 2px 5px #000000b3);
  background-image: linear-gradient(#00000052, #00000052), url('../images/all-categry.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: none;
}

.div-block-314467:hover {
  filter: drop-shadow(0 2px 5px #000000b3);
}

.bredcrumb-section {
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/jdlxXwlK_jE.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 40vh;
  position: relative;
}

.bredcrumb-section._1 {
  display: none;
}

.bredcrumb-section.l {
  height: 25vh;
}

.div-block-313510 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  padding-left: 60px;
  display: flex;
}

.link-168 {
  color: #fff;
  font-family: Vollkorn, serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.text-block-15907 {
  color: #fff;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.link-169 {
  color: #147699;
  text-transform: capitalize;
  margin-left: 10px;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 27px;
  text-decoration: none;
}

.bold-text-382 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.div-block-314468 {
  height: 100px;
}

.section-8 {
  padding: 100px 20px;
  overflow: hidden;
}

.container-1327 {
  max-width: 1300px;
}

.div-block-314469 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-314470 {
  width: 48%;
}

.heading-7557 {
  color: #000;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.paragraph-2202 {
  margin-bottom: 35px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.div-block-314471 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.div-block-314472 {
  border: 1px #ff9400;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  min-height: 55px;
  padding: 5px;
  display: flex;
  box-shadow: -1px 0 20px -3px #00000042;
}

.div-block-314473 {
  width: 80%;
  padding-left: 35px;
}

.heading-7558 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 35px;
}

.paragraph-2203 {
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.image-212 {
  width: 50px;
}

.image-212._1l {
  width: 44px;
}

.div-block-314474 {
  width: 48%;
}

.div-block-314475 {
  width: 200px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-213 {
  width: 100%;
}

.div-block-314476 {
  width: 170px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-314477 {
  background-image: linear-gradient(#ffffffc4, #ffffffc4), url('../images/orange-audio-waveform.avif');
  background-position: 0 0, 50%;
  background-size: auto, contain;
  width: 100%;
  height: 50px;
  display: none;
}

.div-block-314478 {
  border-radius: 10px;
  width: 250px;
  height: 250px;
  display: none;
  position: absolute;
  inset: auto -11% -15% auto;
}

.div-block-314479 {
  width: 430px;
  position: absolute;
  inset: 1.4% auto auto .2%;
}

.image-214 {
  width: 100%;
}

.div-block-314480 {
  z-index: -1;
  background-image: url('../images/continuous-one-lines.png');
  background-position: 50%;
  background-size: cover;
  width: 350px;
  position: absolute;
  inset: -30% auto auto -12%;
}

.section-9 {
  background-image: url('../images/abstract-blue-geometric-shapes-background-2-min.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 100px 20px;
  overflow: hidden;
}

.container-1328 {
  max-width: 1300px;
}

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

.team_memeber-image {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-215 {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto auto 0%;
}

.team-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-2204 {
  color: #ffffffde;
  margin-bottom: 0;
  display: flex;
}

.heading-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  position: relative;
}

.paragraph-opacity {
  color: #ffffffa3;
  margin-top: 12px;
  margin-bottom: 8px;
  display: flex;
}

.team_member-wrap {
  width: 100%;
  height: 350px;
  position: relative;
}

.image-overlay {
  z-index: 1;
  background-image: linear-gradient(to top, #151019 7%, #1d182400);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.team_member-info {
  z-index: 2;
  color: #fff;
  background-color: #ff940087;
  padding: 10px;
  position: absolute;
  bottom: 2px;
  left: 24px;
  right: 20px;
}

.d-129-author-text {
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
}

.d-129-text-background {
  backface-visibility: hidden;
  background-color: #a459ff;
  border-radius: 0 3px 3px 0;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.d-129-card-wrapper {
  border: 3px solid #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.d-129-rotate-icon {
  color: #fff;
  margin-left: 5px;
}

.d-129-3d-card-wrapper {
  perspective: 1000px;
  border: 3px #fff;
  border-radius: 10px;
  width: 300px;
  height: 400px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  overflow: visible;
}

.d-129-card-back {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #1a1a1a;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.d-129-card-front {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  backface-visibility: hidden;
  background-color: #1a1a1a;
  border-radius: 10px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.d-129-click-text {
  color: #fff;
  letter-spacing: 4px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  display: block;
}

.d-129-paragraph {
  line-height: 22px;
}

.d-129-project-title {
  letter-spacing: 4px;
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
  font-weight: 700;
}

.demo-p.arrow {
  text-align: left;
  margin-bottom: 10px;
  font-size: 19px;
  position: static;
  inset: 0% auto auto 0%;
}

.demo-wrapper {
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 0%;
  padding-top: 50px;
  display: flex;
  position: relative;
  inset: 0%;
}

.d-118-quote-icon {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 30px;
}

.d-118-quote-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.image-216 {
  margin-top: 0;
  margin-right: 0;
  position: relative;
}

.d-118-quote-text {
  color: #fff;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 13px;
}

.d-118-quote-text.t {
  color: #c1c1c1;
  font-size: 17px;
}

.browser-demo {
  background-color: #1a1a1a;
  background-image: none;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  flex-wrap: nowrap;
  place-content: flex-end center;
  align-items: center;
  width: 500px;
  height: 300px;
  display: none;
  position: relative;
  overflow: hidden;
}

.d-118-card-wrapper {
  opacity: .8;
  background-color: #020202;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px;
  padding: 100px 0 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.d-118-card-wrapper.t {
  padding-top: 170px;
}

.d-118-3d-wrapper {
  perspective: 1000px;
  cursor: pointer;
  background-image: url('../images/6571740b5262312767c3793f_Randawa.b94bc23d1256332-1-p-500.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 400px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.d-118-3d-wrapper._3 {
  background-image: url('../images/6571734b99ed24bc4bd3e431_Ikwak-p-500.png');
  background-size: cover;
}

.d-118-3d-wrapper._2 {
  background-image: url('../images/657173107f87a3eb9b1d8591_Satinder.211e47a9145-1-p-500.png');
  background-size: cover;
}

.d-118-3d-wrapper.t {
  background-image: url('../images/657173107f87a3eb9b1d8591_Satinder.211e47a9145-1-p-500.png');
  background-position: 50%;
  border-radius: 10px;
}

.d-118-3d-wrapper.l {
  background-image: url('../images/6571734b99ed24bc4bd3e431_Ikwak-p-500.png');
  border-radius: 10px;
}

.d-118-quote-title {
  color: #fff;
  text-align: center;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
}

.browser-top {
  z-index: 99;
  background-color: #e2e2e2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  align-items: center;
  height: 30px;
  padding-left: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.browser-dot {
  background-color: #fc615d;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  margin-right: 3px;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

.browser-dot.green {
  background-color: #35cc4b;
}

.instructions-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: auto;
  margin-left: -20px;
  display: none;
  position: absolute;
  inset: -100px auto auto;
}

.section-10 {
  padding: 100px 20px;
  overflow: hidden;
}

.container-1329 {
  max-width: 1300px;
}

.div-block-314482 {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  padding-top: 50px;
  display: flex;
}

.div-block-314483 {
  background-color: #fff;
  border: 2px solid #0000;
  border-radius: 10px;
  flex-flow: column wrap-reverse;
  justify-content: center;
  align-items: center;
  width: 32%;
  height: 350px;
  min-height: 320px;
  padding: 20px 10px;
  display: flex;
  box-shadow: 0 0 20px #0003;
}

.div-block-314483:hover {
  border-color: #ff9400;
}

.div-block-314483.t {
  height: 350px;
  margin-top: 20px;
}

.image-217 {
  width: 75px;
}

.image-217.t {
  width: 70px;
}

.image-217._1 {
  width: 85px;
}

.heading-7559 {
  color: #000;
  text-align: center;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 35px;
}

.paragraph-2205 {
  text-align: center;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.section-11 {
  background-color: #f4f5f8;
  background-image: linear-gradient(#f4f5f8de, #f4f5f8de), url('../images/65fbd4d8e3cb4a74211d52ab_background.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  padding: 100px 20px;
  overflow: hidden;
}

.container-1330 {
  max-width: 1300px;
}

.paragraph-209 {
  text-align: justify;
  margin-top: 22px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.paragraph-209._98._65 {
  margin-top: 10px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.open-close-icon-wrapper---brix {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  min-height: 14px;
  display: flex;
  position: relative;
}

.open-close-icon-wrapper---brix.large-icon---brix {
  width: 18px;
  min-height: 18px;
}

.accordion-item---brix {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item---brix.accordion-3---brix {
  background-color: #cbcbcb;
  border: 2px solid #f7941e;
  border-radius: 0;
  margin-bottom: 24px;
  padding-left: 32px;
  padding-right: 32px;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 2px 6px #13124212;
}

.accordion-item---brix.accordion-3---brix:hover {
  box-shadow: none;
}

.accordion-item---brix.accordion-3---brix.last-accordion-item---brix {
  background-color: #fff;
  border-width: 1px;
  border-color: #ff9400;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: border-color .2s, box-shadow .2s;
  display: block;
  box-shadow: -1px -1px 8px #5e5e5e73, inset -1px -1px 8px -14px #00000073;
}

.list-21 {
  width: 100%;
  margin-top: 20px;
  padding-left: 25px;
  font-family: Open Sans, sans-serif;
}

.large-open-close-line---brix {
  background-color: #000;
  border-radius: 500px;
  flex: none;
  width: 100%;
  height: 2.6px;
  min-height: 2.6px;
  position: absolute;
}

.large-open-close-line---brix.second-line---brix {
  background-color: #000;
  transform: rotate(90deg);
}

.accordion-content---brix {
  color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.accordion-item-title---brix {
  color: #170f49;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.accordion-item-title---brix.accordion-3---brix {
  color: #000;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 815px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.accordion-trigger---brix {
  justify-content: space-between;
  display: flex;
}

.accordion-3-open-close-icon-wrapper---brix {
  background-color: #0000;
  border: 1px dashed #ff9400;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-height: 50px;
  display: flex;
}

.div-block-314484 {
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.div-block-314485 {
  width: 100%;
  margin-top: 40px;
}

.copyright {
  background-color: #1f1f1f;
  border-top: 1px #e2e2e2;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}

.text-block-161 {
  color: #fff;
  text-align: center;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.div-block-314271 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.div-block-314271._98 {
  justify-content: flex-start;
  margin-top: 10px;
  display: none;
}

.ttttttttyty {
  display: none;
}

.slider-27 {
  background-color: #f5f6f9;
  height: 100%;
}

.tabs {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: static;
}

.paragraph-2218 {
  font-size: 13px;
  line-height: 19px;
}

.paragraph-2218._57557 {
  margin-bottom: 0;
}

.paragraph-2218._57557._98687 {
  margin-top: 10px;
  font-family: Poppins, Times New Roman, sans-serif;
}

.paragraph-2218._57557._79906 {
  margin-top: 10px;
  font-size: 13px;
  line-height: 23px;
}

.div-block-314269 {
  width: 12%;
}

.tabs-menu {
  flex-direction: column;
  width: 20%;
  height: 580px;
  min-height: 580px;
  margin-top: 40px;
  display: flex;
  overflow: auto;
}

.image-191 {
  width: 210px;
  transform: rotate(-7deg);
  box-shadow: 0 0 20px 3px #0003;
}

.image-191._111 {
  width: 140px;
}

.image-191._111.dtddtd._5674, .image-191._111.dtddtd._867554 {
  border-radius: 10px;
  transform: none;
}

.image-191._111.dtddtd._867554:hover {
  box-shadow: none;
}

.image-191._111.dtddtd._65434 {
  border-radius: 10px;
  transform: none;
}

.div-block-314270 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.div-block-314270.lk {
  background-color: #f5f6f9;
  border-radius: 10px;
  width: 100%;
  height: 230px;
  min-height: 230px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.right-arrow-34 {
  display: block;
  inset: 0% 0% 0% auto;
}

.div-block-314355 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-314355._65545 {
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-314268 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-314268._66776 {
  border: 1px solid #e7e7e7;
  border-radius: 11px;
  width: 25%;
  box-shadow: 0 2px 4px #0003;
}

.div-block-314268._66776._444 {
  box-shadow: none;
  background-color: #fff;
  border-style: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  height: 430px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 0 20px;
}

.div-block-314268._66776._444:hover {
  box-shadow: none;
}

.div-block-314268._66776._444._1 {
  display: none;
}

.left-arrow-34 {
  display: block;
  inset: 0% auto 0% 0%;
}

.link-186 {
  color: #000;
  text-align: left;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 16.5px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.container-1336 {
  max-width: 1600px;
}

.text-block-16070 {
  color: #ffc800;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
}

.heading-7515 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.heading-7515._66767._9685876 {
  color: #000;
}

.heading-7515._66767._86876 {
  text-align: left;
  margin-top: 20px;
}

.text-block-16075 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-16075._765565 {
  font-family: Poppins, Times New Roman, sans-serif;
  font-weight: 500;
}

.tabs-content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: -335px;
  display: flex;
  overflow: hidden;
}

.tabs-content._1 {
  margin-top: 0;
}

.tab-link-tab-1 {
  text-align: center;
  background-color: #f5f6f9;
  padding: 20px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-weight: 400;
}

.tab-link-tab-1:hover {
  background-color: #f68b21;
}

.tab-link-tab-1.w--current {
  background-color: #f68b21;
  border: 1px solid #d6d6d6;
}

.tab-link-tab-1.all-cate {
  background-color: #f5f6f9;
  font-family: Vollkorn, serif;
}

.tab-link-tab-1.all-cate.w--current {
  background-color: #f68b21;
  border: 1px solid #d6d6d6;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-weight: 400;
}

.tab-link-tab-1.all-cate._1 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cate-sec {
  padding: 100px 20px 40px;
  display: block;
  position: relative;
}

.div-block-314486 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.div-block-314486._98 {
  justify-content: flex-start;
  margin-top: 10px;
}

.paragraph-2219 {
  font-size: 13px;
  line-height: 19px;
}

.paragraph-2219._57557 {
  margin-bottom: 0;
}

.div-block-314487 {
  width: 12%;
}

.image-218 {
  width: 210px;
  transform: rotate(-7deg);
  box-shadow: 0 0 20px 3px #0003;
}

.image-218._111 {
  width: 140px;
}

.div-block-314488 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.div-block-314488.lk {
  width: 100%;
}

.right-arrow-35 {
  display: none;
}

.div-block-314489 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-314489._65545 {
  justify-content: space-around;
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-314490 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-314490._66776 {
  border: 1px solid #e7e7e7;
  border-radius: 11px;
  width: 25%;
  box-shadow: 0 2px 4px #0003;
}

.div-block-314490._66776._444 {
  width: 30%;
  height: 400px;
}

.container-1337 {
  max-width: 1600px;
}

.text-block-16088 {
  color: #ffc800;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
}

.heading-7560 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.text-block-16089 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-16089._765565 {
  font-weight: 700;
}

.div-block-314491 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-7561 {
  color: #f68b21;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
}

.heading-7561.ft {
  margin-top: 0;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.div-block-314492 {
  justify-content: center;
  align-items: center;
  font-family: Poppins, Times New Roman, sans-serif;
  font-weight: 400;
  display: flex;
}

.button-211151 {
  text-align: center;
  text-transform: uppercase;
  background-color: #f68b21;
  border-radius: 10px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

.button-211151:hover {
  background-color: #000;
}

.slide-8, .slide-9, .slide-10, .slide-11 {
  background-color: #fff;
}

.right-arrow-36 {
  display: none;
}

.div-block-314493 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.div-block-314493.lk {
  background-color: #f5f6f9;
  border-radius: 10px;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-314494 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-314494._65545 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-7562 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.heading-7562._66767._86876 {
  text-align: left;
  margin-top: 20px;
}

.button-211152 {
  text-align: center;
  background-color: #f68b21;
  border-radius: 50px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

.button-211152:hover {
  background-color: #000;
}

.div-block-314495 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-2220 {
  font-size: 13px;
  line-height: 19px;
}

.paragraph-2220._57557 {
  margin-bottom: 0;
}

.paragraph-2220._57557._98687 {
  margin-top: 10px;
}

.paragraph-2220._57557._79906 {
  margin-top: 10px;
  font-size: 13px;
  line-height: 23px;
}

.div-block-314496 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.div-block-314496._98 {
  justify-content: flex-start;
  margin-top: 10px;
  display: none;
}

.div-block-314497 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-314497._66776 {
  border: 1px solid #e7e7e7;
  border-radius: 11px;
  width: 25%;
  box-shadow: 0 2px 4px #0003;
}

.div-block-314497._66776._444 {
  box-shadow: none;
  background-color: #fff;
  border-style: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23%;
  height: 430px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 0 20px;
}

.div-block-314497._66776._444:hover {
  box-shadow: none;
}

.div-block-314498 {
  width: 12%;
}

.image-219 {
  width: 210px;
  transform: rotate(-7deg);
  box-shadow: 0 0 20px 3px #0003;
}

.image-219._111 {
  width: 140px;
}

.image-219._111.dtddtd._5674, .image-219._111.dtddtd._867554 {
  border-radius: 10px;
  transform: none;
}

.image-219._111.dtddtd._65434, .image-219._111.dtddtd._5674, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._867554 {
  border-radius: 10px;
  transform: none;
}

.image-219._111.dtddtd._65434, .image-219._111.dtddtd._867554 {
  border-radius: 10px;
  transform: none;
}

.image-219._111.dtddtd._867554:hover {
  box-shadow: none;
}

.image-219._111.dtddtd._5674, .image-219._111.dtddtd._1, .image-219._111.dtddtd.ol {
  border-radius: 10px;
  transform: none;
}

.div-block-314499 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-16090 {
  color: #ffc800;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
}

.right-arrow-37 {
  display: none;
}

.div-block-314500 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.div-block-314500.lk {
  background-color: #f5f6f9;
  border-radius: 10px;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-314501 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-314501._65545 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-7563 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.heading-7563._66767._86876 {
  text-align: left;
  margin-top: 20px;
}

.button-211153 {
  text-align: center;
  background-color: #f68b21;
  border-radius: 50px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

.button-211153:hover {
  background-color: #000;
}

.div-block-314502 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-2221 {
  font-size: 13px;
  line-height: 19px;
}

.paragraph-2221._57557 {
  margin-bottom: 0;
}

.paragraph-2221._57557._98687 {
  margin-top: 10px;
}

.paragraph-2221._57557._79906 {
  margin-top: 10px;
  font-size: 13px;
  line-height: 23px;
}

.div-block-314503 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.div-block-314503._98 {
  justify-content: flex-start;
  margin-top: 10px;
  display: none;
}

.div-block-314504 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-314504._66776 {
  border: 1px solid #e7e7e7;
  border-radius: 11px;
  width: 25%;
  box-shadow: 0 2px 4px #0003;
}

.div-block-314504._66776._444 {
  box-shadow: none;
  background-color: #fff;
  border-style: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23%;
  height: 430px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 0 20px;
}

.div-block-314504._66776._444:hover {
  box-shadow: none;
}

.div-block-314505 {
  width: 12%;
}

.div-block-314506 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-16091 {
  color: #ffc800;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
}

.right-arrow-38 {
  display: none;
}

.div-block-314507 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.div-block-314507.lk {
  background-color: #f5f6f9;
  border-radius: 10px;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-314508 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-314508._65545 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-7564 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.heading-7564._66767._86876 {
  text-align: left;
  margin-top: 20px;
}

.button-211154 {
  text-align: center;
  background-color: #f68b21;
  border-radius: 50px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

.button-211154:hover {
  background-color: #000;
}

.div-block-314509 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-2222 {
  font-size: 13px;
  line-height: 19px;
}

.paragraph-2222._57557 {
  margin-bottom: 0;
}

.paragraph-2222._57557._98687 {
  margin-top: 10px;
}

.paragraph-2222._57557._79906 {
  margin-top: 10px;
  font-size: 13px;
  line-height: 23px;
}

.div-block-314510 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.div-block-314510._98 {
  justify-content: flex-start;
  margin-top: 10px;
  display: none;
}

.div-block-314511 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-314511._66776 {
  border: 1px solid #e7e7e7;
  border-radius: 11px;
  width: 25%;
  box-shadow: 0 2px 4px #0003;
}

.div-block-314511._66776._444 {
  box-shadow: none;
  background-color: #fff;
  border-style: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23%;
  height: 430px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 0 20px;
}

.div-block-314511._66776._444:hover {
  box-shadow: none;
}

.div-block-314512 {
  width: 12%;
}

.div-block-314513 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-16092 {
  color: #ffc800;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
}

.right-arrow-39 {
  display: none;
}

.div-block-314514 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.div-block-314514.lk {
  background-color: #f5f6f9;
  border-radius: 10px;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-314515 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-314515._65545 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-7565 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.heading-7565._66767._86876 {
  text-align: left;
  margin-top: 20px;
}

.button-211155 {
  text-align: center;
  background-color: #f68b21;
  border-radius: 50px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

.button-211155:hover {
  background-color: #000;
}

.div-block-314516 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-2223 {
  font-size: 13px;
  line-height: 19px;
}

.paragraph-2223._57557 {
  margin-bottom: 0;
}

.paragraph-2223._57557._98687 {
  margin-top: 10px;
}

.paragraph-2223._57557._79906 {
  margin-top: 10px;
  font-size: 13px;
  line-height: 23px;
}

.div-block-314517 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.div-block-314517._98 {
  justify-content: flex-start;
  margin-top: 10px;
  display: none;
}

.div-block-314518 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-314518._66776 {
  border: 1px solid #e7e7e7;
  border-radius: 11px;
  width: 25%;
  box-shadow: 0 2px 4px #0003;
}

.div-block-314518._66776._444 {
  box-shadow: none;
  background-color: #fff;
  border-style: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23%;
  height: 430px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 0 20px;
}

.div-block-314518._66776._444:hover {
  box-shadow: none;
}

.div-block-314519 {
  width: 12%;
}

.div-block-314520 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-16093 {
  color: #ffc800;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
}

.right-arrow-40 {
  display: none;
}

.div-block-314521 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.div-block-314521.lk {
  background-color: #f5f6f9;
  border-radius: 10px;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-314522 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-314522._65545 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-7566 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.heading-7566._66767._86876 {
  text-align: left;
  margin-top: 20px;
}

.button-211156 {
  text-align: center;
  background-color: #f68b21;
  border-radius: 50px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

.button-211156:hover {
  background-color: #000;
}

.div-block-314523 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-2224 {
  font-size: 13px;
  line-height: 19px;
}

.paragraph-2224._57557 {
  margin-bottom: 0;
}

.paragraph-2224._57557._98687 {
  margin-top: 10px;
}

.paragraph-2224._57557._79906 {
  margin-top: 10px;
  font-size: 13px;
  line-height: 23px;
}

.div-block-314524 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.div-block-314524._98 {
  justify-content: flex-start;
  margin-top: 10px;
  display: none;
}

.div-block-314525 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-314525._66776 {
  border: 1px solid #e7e7e7;
  border-radius: 11px;
  width: 25%;
  box-shadow: 0 2px 4px #0003;
}

.div-block-314525._66776._444 {
  box-shadow: none;
  background-color: #fff;
  border-style: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23%;
  height: 430px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 0 20px;
}

.div-block-314525._66776._444:hover {
  box-shadow: none;
}

.div-block-314526 {
  width: 12%;
}

.div-block-314527 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-16094 {
  color: #ffc800;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
}

.right-arrow-41 {
  display: none;
}

.div-block-314528 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.div-block-314528.lk {
  background-color: #f5f6f9;
  border-radius: 10px;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-314529 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-314529._65545 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-7567 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.heading-7567._66767._86876 {
  text-align: left;
  margin-top: 20px;
}

.button-211157 {
  text-align: center;
  background-color: #f68b21;
  border-radius: 50px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-family: Vollkorn, serif;
  font-size: 17px;
  line-height: 27px;
}

.button-211157:hover {
  background-color: #000;
}

.button-211157.w--current {
  text-transform: uppercase;
  border-radius: 10px;
  font-family: Poppins, Times New Roman, sans-serif;
}

.div-block-314530 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-2225 {
  font-size: 13px;
  line-height: 19px;
}

.paragraph-2225._57557 {
  margin-bottom: 0;
}

.paragraph-2225._57557._98687 {
  text-align: right;
  margin-top: 10px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 14px;
}

.paragraph-2225._57557._79906 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 23px;
}

.div-block-314531 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.div-block-314531._98 {
  justify-content: flex-start;
  margin-top: 10px;
  display: none;
}

.div-block-314532 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-314532._66776 {
  border: 1px solid #e7e7e7;
  border-radius: 11px;
  width: 25%;
  box-shadow: 0 2px 4px #0003;
}

.div-block-314532._66776._444 {
  box-shadow: none;
  background-color: #fff;
  border-style: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 23%;
  height: 430px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 0 20px;
}

.div-block-314532._66776._444:hover {
  box-shadow: none;
}

.div-block-314533 {
  width: 12%;
}

.div-block-314534 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-16095 {
  color: #ffc800;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
}

.slide-12, .slide-13, .slide-14, .slide-15, .slide-16, .slide-17, .slide-18, .slide-19, .slide-20, .slide-21, .slide-22, .slide-23, .slide-24, .slide-25, .slide-26, .slide-27, .slide-28, .slide-29, .slide-30 {
  background-color: #fff;
}

.section-12 {
  padding: 100px 20px;
}

.container-1338 {
  max-width: 1300px;
}

.div-block-314535 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-314536 {
  background-color: #e4e4e4;
  background-image: linear-gradient(#fff9, #fff9), url('../images/foam-texture-min-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 1px solid #bcbcbc;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 48%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.image-220 {
  border-radius: 10px;
  width: 70%;
}

.div-block-314537 {
  width: 48%;
}

.heading-7568 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.div-block-314538 {
  width: 50%;
  margin-top: 50px;
  display: flex;
}

.div-block-314539 {
  width: 48%;
  display: flex;
}

.div-block-314539._1 {
  margin-top: 20px;
}

.text-block-16096 {
  color: #000;
  margin-top: 10px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-weight: 500;
}

.text-span, .text-span-2, .text-span-3 {
  color: #ff9e18;
}

.paragraph-2226 {
  margin-top: 10px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.div-block-314540 {
  justify-content: flex-start;
  align-items: center;
  width: 41%;
  margin-top: 10px;
  display: flex;
}

.div-block-314540._1 {
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin-top: 0;
  padding-left: 20px;
  display: inline-flex;
}

.div-block-314540._1.bill {
  padding-bottom: 40px;
  padding-left: 0;
}

.div-block-314541 {
  width: 70px;
}

.image-221 {
  border-radius: 100px;
}

.heading-7569 {
  color: #000;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.div-block-314542 {
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
  padding: 10px 20px 20px;
  display: flex;
  box-shadow: inset 0 2px 20px #ff9e1829;
}

.text-block-16097 {
  color: #000;
  margin-top: 10px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.text-span-4, .text-span-5, .text-span-6, .text-span-7 {
  color: #ff9e18;
}

.button-211158 {
  text-transform: uppercase;
  background-color: #ff9e18;
  border: 1px #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 140px;
  margin-top: 0;
  padding: 14px 20px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 15px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.button-211158:hover {
  background-color: #000;
  border-width: 1px;
  border-color: #ff9e18;
}

.button-211158.ct {
  display: none;
}

.button-211158.toc {
  color: #ff9e18;
  background-color: #fff;
  font-weight: 500;
  box-shadow: 0 2px 5px #0003;
}

.div-block-314543 {
  width: 100%;
  padding-top: 70px;
}

.heading-7583 {
  color: #3a3a3a;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.heading-7583.pode {
  margin-left: 3px;
}

.paragraph-2249 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-2249.one {
  display: none;
}

.heading-7582 {
  border-bottom: 1px solid #d4d4d4;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-block-179 {
  align-items: center;
  display: flex;
}

.link-block-179.acc {
  cursor: pointer;
  cursor: pointer;
  direction: rtl;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
}

.link-block-179.acc._1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #f58b20;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 35px;
  display: flex;
}

.link-block-179.acc.btn {
  background-color: #f58b20;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 38px;
  display: flex;
}

.close-icon-2 {
  color: #ffffffde;
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 20px;
  display: flex;
}

.div-block-314544 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-314545 {
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  display: flex;
}

.div-block-314546 {
  cursor: pointer;
  justify-content: space-between;
  width: 100%;
  height: 155px;
  padding: 70px 10px 20px;
  display: flex;
  overflow: hidden;
}

.div-block-314546.mobile-view {
  display: none;
}

.image-232 {
  filter: saturate(200%);
  width: 25px;
}

.container-1347 {
  max-width: 1400px;
}

.div-block-314547 {
  width: 48%;
  padding-right: 0;
}

.div-block-314547.episode1 {
  border-right: 1px #d3d3d3;
  width: 50%;
  padding-right: 20px;
}

.paragraph-2255 {
  text-align: center;
  margin-bottom: 20px;
}

.div-block-314548 {
  border-bottom: 1px solid #dfdfdf;
  border-radius: 10px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding: 10px 10px 15px;
  display: flex;
  box-shadow: -1px -1px 5px #0003;
}

.div-block-314548.api {
  border-bottom-style: none;
}

.div-block-314548.tablet {
  border-radius: 10px;
  justify-content: space-around;
}

.div-block-314548._1 {
  background-color: #cfcfcf80;
}

.close-link {
  color: #1e1e1e;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.close-text {
  transform: rotate(45deg);
}

.paragraph-2250 {
  margin-bottom: 0;
  margin-left: 5px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.div-block-314549 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 35%;
  display: flex;
}

.div-block-314550 {
  width: 100%;
  display: flex;
}

.section-223 {
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-7584 {
  margin-top: 10px;
  font-size: 25px;
  line-height: 32px;
}

.modal-container-4 {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65%;
  padding: 20px 40px;
  display: flex;
  position: absolute;
  box-shadow: 0 2px 4px #00000029;
}

.modal-container-4.gle {
  width: 40%;
}

.modal-container-4._1 {
  width: 100%;
  display: none;
}

.modal-container-4.l {
  width: 100%;
  margin: auto;
  inset: 0;
}

.image-234 {
  width: 100px;
}

.div-block-314551 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.button-211165 {
  background-color: #f68b21;
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.modal {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal._1 {
  display: none;
  position: static;
}

.div-block-314553 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.dropdown-toggle-10 {
  background-color: #fff;
  border: 1px solid #ff9e18;
  border-radius: 10px;
  width: 140px;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.section-224 {
  background-color: #e66cde;
  background-image: none;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  padding-top: 100px;
  display: none;
  position: relative;
  overflow: hidden;
}

.left-arrow-35, .right-arrow-42 {
  display: none;
}

.slide-31 {
  width: 23%;
}

.mask-3 {
  width: 20%;
  overflow: visible;
}

.slide-32 {
  width: 20%;
}

.slide-nav-10 {
  display: block;
}

.div-block-314555 {
  background-color: #000;
  border-radius: 35px 35px 10px 10px;
  width: 100%;
  height: 100%;
}

.div-block-314555._1 {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.div-block-314556 {
  background-image: url('../images/1-8.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 35px 35px 10px 10px;
  width: 100%;
  height: 100%;
}

.div-block-314556._1 {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  height: 85%;
}

.div-block-314556.t {
  background-image: url('../images/tana-bana.png-3-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 250px 100%;
}

.div-block-314557 {
  background-color: #9f97ff;
  border-radius: 35px 35px 10px 10px;
  width: 100%;
  height: 100%;
}

.div-block-314557._1 {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.div-block-314558 {
  background-color: #2bc5da;
  border-radius: 35px 35px 10px 10px;
  width: 100%;
  height: 100%;
}

.div-block-314559 {
  background-color: #fff;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  width: 100%;
  height: 100%;
}

.div-block-314559._1 {
  background-color: #55e267;
}

.slide-33 {
  width: 20%;
}

.slider-28 {
  background-color: #ddd0;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.slider-28._1 {
  width: 89%;
  height: 570px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  top: 11px;
}

.slide-34, .mask-4 {
  width: 20%;
}

.slide1 {
  border-radius: 10px;
  width: 100%;
  margin-left: 0;
}

.slide1._1 {
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
}

.slide-35, .slide-36, .slide-37, .slide-38 {
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  width: 100%;
}

.mask-5 {
  width: 20%;
}

.mask-5._1, .slide-39 {
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  width: 100%;
}

.div-block-314560 {
  z-index: 1;
  background-image: url('../images/mobile-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  height: 451px;
  position: absolute;
  inset: auto auto 0%;
  overflow: hidden;
}

.div-block-314560._1 {
  z-index: 1;
  background-position: 0 0;
  width: 320px;
  height: 410px;
  min-height: 410px;
  overflow: hidden;
}

.slide-40 {
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
}

.section-225 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5vw;
  display: flex;
  position: relative;
}

.section-225.home-hero-section {
  background-image: linear-gradient(#00000087, #00000087), url('../images/suhavi-publisher-banner--22-.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  padding: 100px 0 0;
  display: none;
  overflow: hidden;
}

.section-225.home-hero-section._1 {
  height: 750px;
  padding-top: 0;
  display: block;
}

.speaker-info {
  max-width: 500px;
  margin-bottom: 36px;
}

.speaker-image-cover {
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 20px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.body-display {
  color: #8a94a6;
  line-height: 1.55em;
}

.body-display.large {
  font-size: 18px;
  line-height: 1.6em;
}

.speaker-slide-mask {
  width: 23%;
  top: 40px;
  overflow: visible;
}

.speaker-slide-mask._1 {
  width: 294px;
  min-width: 294px;
}

.speaker-slider-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.speaker-slide {
  border-radius: 25px;
  width: 100%;
}

.speaker-slider {
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
  top: 50px;
}

.speaker-slider.tp {
  margin-top: 70px;
  top: 0;
}

.slide-arrow {
  width: 18px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.clip-text {
  overflow: hidden;
}

.clip-text.speaker-headding {
  margin-top: -48px;
  margin-bottom: 36px;
}

.speaker-name {
  z-index: 10;
  color: #fff;
  font-size: 64px;
  line-height: 1;
  position: relative;
}

.slide-image {
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  min-height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.speakers-hero-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.speaker-arrow {
  background-color: #1e2029;
  border: 1px #ffffff0a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  display: none;
  inset: auto 5vw 5vw auto;
}

.speaker-arrow.left {
  margin-right: 72px;
  display: none;
  left: auto;
  right: 5vw;
}

.speaker-slide-content {
  z-index: 100;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.member-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 101%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.member-image.four {
  background-image: url('../images/5.png');
  background-position: 50% 100%;
}

.member-image.six {
  background-image: url('../images/4.png');
  background-position: 50% 100%;
  border-radius: 20px;
}

.member-image.two {
  background-image: url('../images/2-1.png');
  background-position: 50% 100%;
}

.member-image.five {
  background-image: url('../images/6.png');
  background-position: 50% 100%;
  width: 101%;
}

.member-image.three {
  background-image: url('../images/3-3.png');
  background-position: 50% 100%;
  margin-right: 0;
}

.member-image.one {
  background-image: url('../images/Surmayi-paiddan-copy-2.png');
  background-position: 50% 100%;
  border-radius: 20px;
  overflow: hidden;
}

.heading-7585 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 75px;
}

.div-block-314561 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-2256 {
  color: #efefef;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.paragraph-2256.l {
  display: none;
}

.section-226 {
  padding-top: 70px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.container-1348 {
  max-width: 1300px;
}

.div-block-314562 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-314563 {
  background-image: linear-gradient(#00000094, #00000094), url('../images/Side-banner-image-copy.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
  width: 55%;
  padding: 10px;
  display: none;
}

.heading-7586 {
  color: #fff;
  font-family: Vollkorn, serif;
  font-size: 35px;
  line-height: 50px;
}

.div-block-314564 {
  background-color: #ff9400;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 41px;
  display: flex;
}

.text-block-16098 {
  color: #fff;
  font-size: 17px;
  line-height: 27px;
}

.text-block-16099 {
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.div-block-314565 {
  background-color: #f4f4f4;
  background-image: linear-gradient(#f4f4f4d6, #f4f4f4d6), url('../images/0x0.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
  justify-content: space-between;
  width: 41%;
  padding: 20px;
}

.div-block-314565._1 {
  display: none;
}

.div-block-314566 {
  background-image: url('../images/bookcover5dd25974-20e6-4822-90c2-05645d2f87bccover_Dekh-Bande-Ke-Bhagh.webp');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 10px;
  width: 140px;
  height: 200px;
}

.div-block-314567 {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.text-block-16100 {
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.div-block-314568 {
  width: 100%;
  display: flex;
}

.button-211166 {
  background-color: #ff9400;
  border-radius: 5px;
  padding: 10px 20px;
  font-family: Open Sans, sans-serif;
  line-height: 20px;
}

.div-block-314569 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 50px;
  display: flex;
}

.div-block-314570 {
  justify-content: space-between;
  width: 55%;
  display: flex;
}

.div-block-314570._1 {
  justify-content: center;
  width: 100%;
  padding-top: 20px;
}

.div-block-314570._1.no {
  display: none;
}

.div-block-314570.l {
  display: block;
}

.div-block-314571 {
  background-image: url('../images/bookcover7f846e51-9615-42e8-844c-024fca55055bcover_Taj-Mahal-1.webp');
  background-position: 50%;
  background-size: 140px;
  border-radius: 10px;
  width: 143px;
  height: 200px;
}

.div-block-314571._1 {
  background-image: none;
  background-size: auto;
  height: auto;
}

.div-block-314571._1.o {
  background-image: none;
  width: 143px;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-314571.t {
  background-image: none;
  background-size: auto;
  height: auto;
}

.div-block-314571.t.y {
  background-image: none;
  width: 143px;
  height: auto;
}

.div-block-314571.l {
  background-image: none;
  background-size: auto;
  width: 143px;
  height: auto;
}

.div-block-314571.l.t {
  background-image: none;
  width: 143px;
  height: auto;
}

.div-block-314571.d {
  background-image: none;
  background-size: auto;
  width: 143px;
  height: auto;
}

.div-block-314571.o {
  background-image: none;
  background-size: auto;
  height: auto;
}

.text-block-16101 {
  color: #000;
  text-align: center;
  padding-top: 10px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 14px;
  line-height: 23px;
}

.text-block-16102 {
  color: #505050;
  text-align: center;
  padding-top: 5px;
  padding-right: 0;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 12.5px;
}

.text-block-16102.left {
  text-align: left;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
}

.div-block-314572 {
  background-image: linear-gradient(56deg, #f4930c 52%, #c9c9c9 64%);
  width: 100%;
  height: 2.8px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-314573 {
  background-color: #f3f3f3;
  border-radius: 10px;
  width: 41%;
}

.div-block-314574 {
  background-color: #fff;
  border: 2px solid #ececec;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 17%;
  margin-left: 20px;
  margin-right: 20px;
  padding: 23px 0;
  display: flex;
}

.div-block-314574:hover {
  box-shadow: none;
  border: 2px solid #f58b20;
}

.div-block-314575 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-314576 {
  width: 100%;
  display: none;
}

.div-block-314577 {
  width: 100%;
  margin-top: 40px;
  display: none;
}

.dropdown-list-6 {
  background-color: #d5c4c4;
}

.dropdown-list-6.w--open {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: -1px -1px 5px #0003;
}

.dropdown-link-10, .dropdown-link-11 {
  border-bottom: 1px solid #ddd;
}

.text-field-3, .text-field-4, .field-label, .field-label-2, .submit-button-3 {
  display: none;
}

.select-field {
  color: #000;
  border: 1px solid #ff9e18;
  border-radius: 10px;
  width: 100px;
  margin-bottom: 0;
  padding-left: 10px;
  font-family: Open Sans, sans-serif;
}

.dropdown-8 {
  display: none;
}

.section-227 {
  background-image: linear-gradient(#ffffffe8, #ffffffe8);
  background-position: 0 0;
  background-size: auto;
  padding: 100px 20px;
}

.container-1349 {
  max-width: 1300px;
}

.div-block-314578 {
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.div-block-314433 {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.text-field-5 {
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #c1c1c1;
  border-radius: 10px;
  height: 70px;
  font-family: Poppins, Times New Roman, sans-serif;
}

.text-field-5._1 {
  text-align: left;
  border-bottom-style: solid;
  height: 50px;
  font-family: Poppins, Times New Roman, sans-serif;
}

.text-field-5._1.fboder {
  border-bottom-style: solid;
}

.text-field-5.l {
  border-style: solid;
  border-color: #00000024;
  height: 50px;
}

.div-block-314431 {
  filter: drop-shadow(0 2px 5px #000000b3);
  background-color: #fff;
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/light-orange.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 20px;
  display: flex;
}

.div-block-314431._1 {
  background-image: linear-gradient(#0000, #0000), url('../images/screen.jpg');
}

.div-block-314431.l {
  background-image: none;
  background-position: 0 0;
  height: 410px;
  min-height: 410px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 0% 0;
}

.form-block-2 {
  width: 100%;
  margin-top: 30px;
}

.form-block-2._1 {
  margin-top: 0;
}

.form-block-2._1._1ll {
  border-bottom-style: none;
}

.submit-button-4 {
  text-transform: uppercase;
  background-color: #ff9e18;
  border-radius: 10px;
  width: 100%;
  font-family: Poppins, Times New Roman, sans-serif;
}

.heading-7543 {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.heading-7543._1 {
  font-size: 23px;
}

.heading-7543._1._1ll {
  border-top-style: none;
  border-bottom-style: none;
}

.div-block-314434 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.heading-7544 {
  margin-top: 0;
  font-size: 20px;
  line-height: 28px;
}

.form-2 {
  flex-direction: column;
  align-items: center;
}

.form-2._1._1ll {
  border-top-style: none;
  border-bottom-style: none;
}

.link-179 {
  color: #ff9e18;
  text-decoration: underline;
}

.div-block-314579 {
  background-image: url('../images/1-8.png');
  background-position: 50%;
  background-size: cover;
  width: 48%;
  display: none;
}

.link-188 {
  color: #000;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
  text-decoration: none;
}

.space-div {
  height: 101px;
  overflow: hidden;
}

.icon-46 {
  color: #5c5c5c;
}

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

.link-190 {
  color: #147699;
  text-transform: capitalize;
  margin-left: 10px;
  font-family: Vollkorn, serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
}

.text-block-16103 {
  font-family: "Fa Solid 900", sans-serif;
  font-weight: 400;
}

.paragraph-2257 {
  color: #fff;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.dropdown-link-12 {
  border-bottom: 1px solid #000;
  font-size: 16px;
}

.dropdown-link-12:hover {
  background-color: #c9c9c9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.dropdown-link-12.w--current {
  color: #333;
}

.dropdown-link-12._0501:hover {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.image-235 {
  filter: contrast(180%);
}

.image-236 {
  width: 70%;
  height: 70%;
}

.text-block-16104 {
  color: #5c5c5c;
  font-size: 15px;
}

.nav-menu-12 {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu-12.margi-n.side {
  width: auto;
}

.div-block-314580 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  padding-left: 60px;
  display: flex;
}

.dropdown-link-13 {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
}

.dropdown-link-13:hover {
  background-color: #c9c9c9;
}

.dropdown-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-314581 {
  margin-right: 10px;
}

.div-block-314582 {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.dropdown-toggle-11 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-toggle-11.w--open {
  padding-bottom: 10px;
}

.dropdown-link-14 {
  border-bottom: 1px solid #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
}

.dropdown-link-14:hover {
  background-color: #c9c9c9;
}

.link-191 {
  color: #5c5c5c;
  text-decoration: none;
}

.icon-47 {
  margin-right: 0;
}

.text-block-16105 {
  color: #fff;
  margin-left: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

.dropdown-link-15 {
  border-bottom: 1px solid #000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
}

.dropdown-link-15:hover {
  background-color: #c9c9c9;
}

.heading-7587 {
  color: red;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  position: absolute;
  top: -32px;
  left: 18px;
}

.heading-7587._652 {
  left: 15px;
}

.div-block-314583 {
  display: flex;
}

.text-block-16106 {
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: none;
}

.text-block-16106._2 {
  font-size: 16px;
  line-height: 16px;
  display: flex;
}

.dropdown-link-16 {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 16px;
}

.dropdown-link-16:hover {
  background-color: #c9c9c9;
}

.dropdown-link-16.w--current {
  color: #333;
}

.dropdown-list-7 {
  width: 100px;
}

.dropdown-list-7.w--open {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  width: auto;
  top: 31px;
  right: 0;
}

.link-193 {
  color: #fff;
  font-family: Vollkorn, serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.brand-12 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  width: 310px;
  height: 100px;
  padding-top: 10px;
  display: flex;
}

.brand-12.w--current {
  flex-direction: row-reverse;
}

.dropdown-toggle-12 {
  margin-right: 10px;
  padding: 0 20px 0 0;
}

.nav-link-46 {
  width: auto;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Droid Serif, serif;
  font-size: 17px;
  font-weight: 400;
}

.nav-link-46.w--current {
  color: red;
  font-family: Droid Serif, serif;
}

.image-237 {
  width: 16px;
}

.smile-bredcrumb-section {
  background-image: linear-gradient(#0000008a, #0000008a), url('../images/jdlxXwlK_jE.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 40vh;
  position: relative;
}

.smile-bredcrumb-section._1 {
  display: none;
}

.div-block-314585 {
  background-color: #fff;
  border: 2px solid #f68b21;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 30px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  display: flex;
}

.container-1350 {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-314586 {
  z-index: 999;
  border: 1px solid #d8d8d8;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
  box-shadow: 0 2px 15px #83838333;
}

.div-block-314587 {
  margin-right: 5px;
  font-size: 20px;
  position: relative;
}

.div-block-314587._256 {
  margin-left: 8px;
}

.nav-link-47 {
  color: #000;
  text-transform: uppercase;
  border: 1px solid #0000;
  padding: 3px 7px 2px;
  font-family: Merriweather, serif;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.nav-link-47:hover {
  border: 1px solid #c29c87;
}

.nav-link-47.w--current {
  color: #cdaa7c;
  border-color: #cdaa7c;
}

.nav-link-47.pr {
  color: #5c5c5c;
  text-transform: none;
  margin-right: 29px;
  font-size: 15px;
  font-weight: 400;
}

.text-block-16107 {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
}

.button-211167 {
  text-align: center;
  background-color: #00a150;
  border-radius: 4px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  margin-bottom: 5px;
  margin-left: 20px;
  padding: 0 40px 0 20px;
  font-family: Open Sans, sans-serif;
  font-size: 23px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-211167.nav {
  color: #5092cc;
  background-color: #d21018;
  width: 144px;
  margin-bottom: 0;
  margin-left: 0;
}

.button-211167.nav.q {
  background-color: #09466a;
  width: 152px;
  margin-top: 30px;
}

.button-211167.nav.q._0-96 {
  justify-content: flex-start;
  margin-top: -48px;
}

.button-211167.nav.q._0-96.navi {
  background-color: #ff9e18;
  border-radius: 10px;
  width: 154px;
  margin-top: 0;
}

.button-211167.nav.q._0-96.navi.mjyg {
  padding-right: 20px;
}

.button-211167.hide {
  display: none;
}

.heading-7588 {
  color: #000;
  text-align: center;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.link-180 {
  color: #ff9e18;
}

.div-block-314588 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-toggle-7 {
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  margin-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.div-block-314589 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-314590 {
  justify-content: space-between;
  margin-top: 10px;
  display: flex;
}

.div-block-314590._02145 {
  margin-top: 0;
}

.submit-button-5 {
  color: #000;
  text-transform: uppercase;
  background-color: #ff9e18;
  border-radius: 10px;
  height: 37px;
  margin-left: 10px;
  font-family: Poppins, Times New Roman, sans-serif;
}

.div-block-314591 {
  margin-left: 15px;
}

.dropdown-4 {
  padding-left: 2px;
}

.radio-button-label {
  color: #000;
  font-family: Poppins, Times New Roman, sans-serif;
  font-weight: 500;
}

.text-field-7 {
  border-radius: 10px;
  width: 157px;
  margin-bottom: 0;
  margin-left: 10px;
}

.text-field-7._258963 {
  margin-left: 33px;
}

.heading-7574 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.heading-7589 {
  color: #000;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.form-block-5 {
  padding-left: 10px;
  padding-right: 10px;
}

.hide {
  display: none;
}

.paragraph-2245 {
  text-align: center;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.dropdown-link-17 {
  border-bottom: 1px solid #cecece;
  font-family: Poppins, Times New Roman, sans-serif;
}

.div-block-314592 {
  border-bottom-width: 1px;
  border-bottom-color: #dfdfdf;
  padding: 20px 10px;
  display: flex;
}

.div-block-314593 {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  justify-content: space-between;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-314594 {
  border-bottom-width: 1px;
  border-bottom-color: #d3d3d3;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.field-label-3 {
  color: #818181;
  font-family: Poppins, Times New Roman, sans-serif;
  font-weight: 400;
}

.div-block-314595 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.form-block-6 {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.field-label-4 {
  margin-bottom: 0;
  font-family: Poppins, Times New Roman, sans-serif;
  font-weight: 500;
  line-height: 20px;
}

.div-block-314596 {
  display: flex;
}

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

.div-block-314597 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-314597.name {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-314598 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-block-4 {
  width: 50%;
  margin-bottom: 0;
}

.div-block-314599 {
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
}

.cancel {
  color: #444;
  text-transform: uppercase;
  background-color: #b6b6b6;
  border-radius: 10px;
  margin-right: 10px;
  font-family: Poppins, Times New Roman, sans-serif;
}

.dropdown-link-18 {
  border-bottom: 1px solid #cecece;
  font-family: Poppins, Times New Roman, sans-serif;
}

.text-block-16081 {
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.text-block-16081:hover {
  color: red;
  flex: 0 auto;
}

.dropdown-3 {
  margin-left: 0;
  margin-right: 0;
}

.paragraph-2244 {
  color: #919191;
  margin-bottom: 0;
  margin-left: 5px;
  font-family: Poppins, Times New Roman, sans-serif;
  line-height: 25px;
}

.dropdown-toggle-6 {
  border: 1px solid #cacaca;
  border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Poppins, Times New Roman, sans-serif;
}

.dropdown-link-19 {
  border-bottom: 1px solid #cecece;
  font-family: Poppins, Times New Roman, sans-serif;
}

.dropdown-list-8 {
  background-color: #dfb7b7;
}

.dropdown-list-8.w--open {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
}

.text-field-6 {
  border-radius: 10px;
  width: 200px;
  margin-bottom: 0;
  font-family: Poppins, Times New Roman, sans-serif;
}

.div-block-314600 {
  border-left: 1px solid #c2c2c2;
  width: 50%;
  padding-left: 10px;
}

.div-block-314601 {
  background-color: #f0f2f2;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 10px;
}

.div-block-314601.asdfswdf {
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.button-211163 {
  color: #000;
  text-transform: uppercase;
  background-color: #ff9e18;
  border-radius: 10px;
  font-family: Poppins, Times New Roman, sans-serif;
}

.form-block-7 {
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-314602 {
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 25%;
  margin-left: 20px;
  padding: 20px;
}

.div-block-314602._1 {
  border-top-style: solid;
  border-bottom-style: solid;
  height: 385px;
  min-height: 385px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-314602._1.bill {
  height: 320px;
  min-height: 320px;
  padding-top: 30px;
}

.heading-7578 {
  color: #ff3131;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.div-block-314603 {
  border-bottom: 1px solid #cacaca;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-314603.bil {
  border-bottom-style: none;
}

.image-226 {
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  width: 41px;
  margin-right: 8px;
}

.heading-7576 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.section-221 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.paragraph-2246 {
  color: #696969;
  margin-bottom: 0;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.button-211164 {
  color: #7e7e7e;
  background-color: #ffd9a4;
  border: 1px solid #ff9e18;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
  line-height: 27px;
  display: flex;
}

.div-block-314604 {
  border-bottom: 1px solid #dadada;
  padding-bottom: 10px;
}

.dropdown-link-20 {
  border-bottom: 1px solid #cecece;
  font-family: Poppins, Times New Roman, sans-serif;
}

.div-block-314605 {
  margin-top: 15px;
}

.paragraph-2258 {
  font-family: Poppins, Times New Roman, sans-serif;
  line-height: 25px;
}

.section-228 {
  padding: 100px 20px;
}

.container-1351 {
  max-width: 1300px;
}

.div-block-314606 {
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
  box-shadow: -1px -1px 20px -7px #0003;
}

.div-block-314606._1 {
  border: 1px solid #bbb;
  padding-top: 0;
  box-shadow: -1px -1px 20px -7px #0003;
}

.div-block-314607 {
  border: 1px #eee;
  border-top: 1px solid #bbb;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-314607._1 {
  border-style: solid none;
  border-color: #bbb;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.div-block-314607._1.tp {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-314608 {
  background-image: url('../images/tana-bana.png-3-1.png');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 250px;
}

.div-block-314608.asli-bharat {
  background-image: none;
  background-size: auto;
  border-radius: 5px;
  height: auto;
}

.div-block-314608.asli-bharat.c {
  background-image: none;
  width: 55%;
  height: auto;
  margin-bottom: 10px;
}

.div-block-314608.asli-bharat.c.imm {
  width: 28%;
  margin-bottom: 0;
}

.div-block-314608.bande-di-vukut-hai-jithey, .div-block-314608.amit-yaadan, .div-block-314608.taj-mahal, .div-block-314608.tanna-banna {
  background-image: none;
  background-size: auto;
  border-radius: 5px;
  height: auto;
}

.div-block-314609 {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.div-block-314609._1.l {
  border-left-color: #bbb;
  border-right-color: #bbb;
}

.div-block-314609._1.l.bl {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10px;
}

.link-194 {
  color: #000;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
  line-height: 27px;
  text-decoration: none;
}

.link-194.bll {
  margin-top: 20px;
}

.link-194.cl {
  font-size: 23px;
}

.link-194.bul {
  margin-top: 10px;
}

.div-block-314610 {
  justify-content: center;
  align-items: center;
  width: 17%;
  display: flex;
}

.div-block-314610.bl {
  flex-flow: column;
  width: 35%;
}

.text-block-16108 {
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.text-block-16108.fsize {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
}

.div-block-314611 {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  justify-content: center;
  align-items: center;
  width: 22%;
  display: flex;
}

.div-block-314611._1 {
  border-left-color: #bbb;
  border-right-color: #bbb;
}

.button-211168 {
  color: #f58b20;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 2px solid #f58b20;
  border-radius: 10px;
  padding: 20px 40px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 21px;
  line-height: 27px;
}

.button-211168:hover {
  color: #fff;
  background-color: #000;
}

.div-block-314612 {
  justify-content: center;
  align-items: center;
  width: 14%;
  display: flex;
}

.div-block-314613 {
  justify-content: center;
  align-items: center;
  width: 17%;
  padding: 10px;
  display: flex;
}

.div-block-314613._1 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.div-block-314613._1.bt {
  flex-flow: column;
}

.div-block-314613._1.bt.fl {
  flex-flow: row;
  justify-content: space-between;
  width: 35%;
}

.div-block-314614 {
  background-color: #ececec;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  box-shadow: inset -1px -1px 20px -1px #d1d1d1;
}

.div-block-314614._1 {
  box-shadow: none;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-314615 {
  width: 17%;
}

.div-block-314615._1.im, .div-block-314615.c {
  width: 35%;
}

.heading-7590 {
  color: #000;
  text-align: center;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 31px;
}

.div-block-314616 {
  width: 30%;
}

.div-block-314616._1 {
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
}

.div-block-314617 {
  width: 22%;
}

.div-block-314617._1 {
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
}

.div-block-314618 {
  width: 14%;
}

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

.section-229 {
  background-image: linear-gradient(#ffffff8f, #ffffff8f), url('../images/benner_12.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 100px 20px;
}

.container-1352 {
  max-width: 1300px;
}

.div-block-314620 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-314621 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  display: flex;
}

.heading-7591 {
  text-transform: capitalize;
  font-family: Vollkorn, serif;
  font-size: 40px;
  line-height: 50px;
}

.heading-7592 {
  color: #000;
  margin-top: 0;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.div-block-314622 {
  background-color: #f58b20;
  width: 32%;
  height: 2px;
}

.div-block-314623 {
  background-image: linear-gradient(#ffffffeb, #ffffffeb), url('../images/0x0.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 1px solid #f58b2054;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 75%;
  margin-top: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  box-shadow: -1px -1px 20px -1px #0003;
}

.image-238 {
  border-radius: 10px;
  width: 41%;
}

.div-block-314624 {
  border-bottom: 1px solid #f58b20;
  justify-content: space-between;
  align-items: center;
  width: 35%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-314624._1 {
  border-bottom-color: #f58b20;
  width: 58%;
}

.div-block-314624._1.l {
  width: 75%;
}

.heading-7593 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
}

.heading-7593._1 {
  font-family: Poppins, Times New Roman, sans-serif;
}

.bold-text-384 {
  font-weight: 500;
}

.image-225 {
  width: 23px;
}

.div-block-314625 {
  justify-content: space-between;
  align-items: center;
  width: 41%;
  margin-top: 20px;
  display: flex;
}

.div-block-314625._1 {
  width: 75%;
  margin-bottom: 20px;
}

.image-223 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.image-223._1 {
  width: 25px;
}

.image-222 {
  position: relative;
}

.image-222._1 {
  width: 35px;
}

.image-224 {
  width: 70px;
}

.image-224._1 {
  width: 50px;
}

.image-224._1.l, .image-239._1 {
  width: 35px;
}

.image-229._1 {
  width: 25px;
}

.div-block-314626 {
  justify-content: center;
  align-items: center;
  width: 35%;
  display: flex;
}

.image-230 {
  width: 100%;
  margin-top: 10px;
}

.div-block-314627 {
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.paragraph-2242, .paragraph-2241 {
  margin-bottom: 0;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 12px;
}

.heading-7594 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 31px;
}

.div-block-314628 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.div-block-314628.speed {
  width: 30%;
}

.paragraph-2243 {
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 12px;
}

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

.image-240 {
  width: 32px;
}

.image-240.hjvjhfhj {
  width: 38px;
}

.div-block-314629 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-314630 {
  width: 35%;
}

.div-block-314631 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-314631._1 {
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-314631._1.l {
  justify-content: flex-start;
}

.div-block-314632 {
  background-image: none;
  background-size: auto;
  border: 2px solid #f58b20;
  border-radius: 10px;
  width: 120px;
  height: auto;
}

.div-block-314632._1 {
  background-image: none;
  background-size: auto;
  border-width: 2px;
  border-top-style: solid;
  border-top-color: #f58b20;
  border-bottom-style: solid;
  border-bottom-color: #f58b20;
  width: 120px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-314632._1.l {
  background-image: none;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-314632._1.o {
  background-image: none;
  background-size: auto;
  height: auto;
}

.div-block-314632._1.o.l {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-314632.t {
  background-image: none;
  background-size: auto;
  border-width: 2px;
  width: 120px;
  height: auto;
}

.div-block-314633 {
  width: 70%;
  padding-left: 20px;
}

.div-block-314634 {
  justify-content: space-between;
  align-items: center;
  width: 58%;
  display: flex;
}

.div-block-314635 {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.text-field-8 {
  border-radius: 5px;
  height: 50px;
}

.div-block-314636 {
  background-color: #ececec;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 20px;
  display: flex;
}

.div-block-314636.rest {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 35%;
  position: relative;
  box-shadow: -1px -1px 20px 7px #b3b3b333;
}

.form-block-8 {
  width: 100%;
  margin-top: 30px;
}

.submit-button-6 {
  background-color: #ff9e18;
  border-radius: 10px;
  width: 40%;
}

.submit-button-6.save {
  text-transform: uppercase;
  border-radius: 10px;
  width: 100%;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.submit-button-6.save:hover {
  background-color: #000;
}

.div-block-314432 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 20px;
  display: flex;
}

.heading-7595 {
  text-align: center;
  margin-top: 0;
  font-weight: 400;
}

.heading-7595.reset {
  margin-bottom: 5px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 23px;
  line-height: 35px;
}

.div.rewrite {
  margin-top: 40px;
}

.text-span-14 {
  color: red;
  font-family: "Fa Solid 900", sans-serif;
  font-style: italic;
}

.div-block-314637 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  margin-top: 40px;
  display: none;
}

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

.container-1353 {
  justify-content: center;
  align-items: center;
  max-width: 1300px;
}

.pass.word {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.form-5 {
  flex-direction: column;
  align-items: center;
}

.list-22 {
  color: #767676;
  width: 100%;
  padding-left: 20px;
}

.div-block-314639 {
  width: 250px;
  position: absolute;
  inset: 41% auto auto -53%;
}

.image-241 {
  width: 100%;
}

.image-242 {
  width: 50px;
}

.div-block-314640 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-toggle-13 {
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  margin-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.dropdown-toggle-13._1.border {
  border-top-style: solid;
  border-bottom-style: solid;
}

.div-block-314641 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-314642 {
  justify-content: space-between;
  margin-top: 10px;
  display: flex;
}

.div-block-314642._02145 {
  margin-top: 0;
}

.div-block-314643 {
  margin-left: 15px;
}

.dropdown-11 {
  padding-left: 2px;
}

.text-field-9 {
  border-radius: 10px;
  width: 157px;
  margin-bottom: 0;
  margin-left: 10px;
}

.text-field-9._258963 {
  margin-left: 33px;
}

.heading-7596 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.heading-7597 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.heading-7597.left {
  text-align: left;
}

.form-block-9 {
  padding-left: 10px;
  padding-right: 10px;
}

.paragraph-2259 {
  text-align: center;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  line-height: 18px;
}

.div-block-314644 {
  border-bottom-width: 1px;
  border-bottom-color: #dfdfdf;
  padding: 20px 10px;
  display: flex;
}

.div-block-314645 {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  justify-content: space-between;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-314646 {
  border-bottom-width: 1px;
  border-bottom-color: #d3d3d3;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.field-label-5 {
  color: #818181;
  font-weight: 400;
}

.div-block-314647 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-314648 {
  display: flex;
}

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

.div-block-314649 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-314649.name {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-314650 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-block-10 {
  width: 50%;
  margin-bottom: 0;
}

.div-block-314651 {
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
}

.div-block-314651._1 {
  margin-top: 50px;
  display: block;
}

.div-block-314651._1.bdl {
  border: 1px solid #cecece;
  display: none;
}

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

.text-block-16109:hover {
  color: red;
  flex: 0 auto;
}

.dropdown-12 {
  margin-left: 0;
  margin-right: 0;
}

.paragraph-2260 {
  color: #919191;
  margin-bottom: 0;
  margin-left: 5px;
}

.dropdown-toggle-14 {
  border: 1px solid #cacaca;
  border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-field-10 {
  border-radius: 10px 0 0 10px;
  width: 200px;
  margin-bottom: 0;
}

.div-block-314652 {
  border-left: 1px solid #c2c2c2;
  width: 50%;
  padding-left: 10px;
}

.div-block-314653 {
  background-color: #f0f2f2;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 10px;
}

.div-block-314653.asdfswdf {
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.button-211169 {
  color: #000;
  text-transform: uppercase;
  background-color: #f58b20;
  border-radius: 10px;
}

.form-block-11 {
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-314654 {
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 25%;
  margin-left: 20px;
  padding: 20px;
}

.div-block-314654.remove {
  display: none;
}

.heading-7598 {
  color: #ff3131;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.div-block-314655 {
  border-bottom: 1px solid #cacaca;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-243 {
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  width: 36px;
  margin-right: 8px;
}

.heading-7599 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.section-230 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.paragraph-2261 {
  color: #696969;
  margin-bottom: 0;
  font-size: 12px;
}

.button-211170 {
  color: #7e7e7e;
  background-color: #ffd9a4;
  border: 1px solid #ff9e18;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 70%;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.div-block-314656 {
  border-bottom: 1px solid #dadada;
  padding-bottom: 10px;
}

.div-block-314657 {
  margin-top: 15px;
}

.paragraph-31 {
  color: #8d8d8d;
  text-align: justify;
  margin-top: 20px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.div-block-216 {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-216.privacy {
  width: 100%;
  padding-top: 0;
  padding-bottom: 40px;
}

.bold-text-41 {
  color: #000;
  font-family: Vollkorn, serif;
  font-size: 23px;
  line-height: 35px;
}

.link-171 {
  color: #000;
}

.privacy-section {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-42 {
  color: #000;
  font-family: Vollkorn, serif;
  font-size: 23px;
  line-height: 35px;
}

.bold-text-44, .bold-text-43, .bold-text-40 {
  color: #000;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 35px;
}

.div-block-915 {
  padding-top: 60px;
}

.dropdown-toggle-8 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.image-231 {
  background-color: #fff;
  border: 1px #dbdbdb;
  border-radius: 100%;
  width: 40px;
  display: none;
}

.paragraph-2248 {
  margin-bottom: 0;
  padding-left: 5px;
}

.paragraph-2247 {
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-2247._85210 {
  margin-left: 0;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.paragraph-2247.color {
  color: #ff9400;
  text-align: right;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.text-block-16083 {
  color: #2e2e2e;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.text-block-16083.small {
  font-size: 16px;
  line-height: 20px;
}

.div-block-314658 {
  justify-content: flex-start;
  width: 250px;
  padding: 10px;
  display: flex;
}

.section-222 {
  background-color: #f0f2f5;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-314659 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.dropdown-list-4 {
  top: -32px;
}

.dropdown-list-4.w--open {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  top: 35px;
  left: -205px;
}

.text-block-16084 {
  font-family: "Fa Solid 900", sans-serif;
}

.div-block-314660 {
  border-bottom: 1px solid #c2c2c2;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-314661 {
  border-bottom: 1px #c2c2c2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding: 10px 5px;
  display: flex;
}

.div-block-314661:hover {
  background-color: #f5f5f5;
  border-radius: 10px;
}

.div-block-314661._956 {
  border-bottom-style: none;
}

.div-block-314661.new1 {
  border-bottom-style: none;
  padding-bottom: 0;
}

.div-block-314661.new1.jikm:hover {
  background-color: #fff;
}

.div-block-314661._1 {
  background-color: #eee;
  border-radius: 10px;
}

.div-block-314662 {
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 10px;
  width: 60%;
  padding: 10px;
  box-shadow: 0 2px 12px #68686833;
}

.dropdown-5 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.heading-7580 {
  color: #000;
  margin-top: 10px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}

.div-block-314663 {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  display: flex;
}

.text-block-16110 {
  color: #ffa100;
  font-family: "Fa 400", sans-serif;
  font-size: 25px;
  line-height: 35px;
}

.div-block-314664 {
  justify-content: space-between;
  align-items: center;
  width: 28%;
  display: flex;
}

.div-block-314665 {
  border-radius: 10px;
  width: 35px;
  height: 35px;
}

.div-block-314666, .div-block-314667, .div-block-314668, .div-block-314669, .div-block-314670, .div-block-314671, .div-block-314672, .div-block-314673, .div-block-314674 {
  width: 35px;
  height: 35px;
}

.section-231 {
  padding: 100px 20px;
}

.container-1354 {
  max-width: 1300px;
}

.div-block-314675 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-314676 {
  border: 1px solid #ff9400;
  border-radius: 10px;
  width: 75%;
  margin-top: 20px;
  padding: 10px;
  box-shadow: -1px -1px 5px #0003;
}

.div-block-314676._1 {
  border-top-style: solid;
  border-top-color: #ff9400;
  border-bottom-style: solid;
  border-bottom-color: #ff9400;
  width: 50%;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-314677 {
  justify-content: space-between;
  display: flex;
}

.div-block-314449 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-314450 {
  background-color: #ff9400;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.div-block-314450._0125 {
  background-color: #c7c7c7;
  width: 30px;
  height: 30px;
}

.image-244 {
  width: 25px;
}

.div-block-314451 {
  margin-left: 10px;
}

.heading-7552 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 30px;
}

.heading-7552._01228 {
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 31px;
}

.div-block-314347 {
  display: flex;
}

.div-block-314347.view {
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-314347.view._3321456 {
  margin-top: 5px;
  margin-left: 0;
}

.text-block-16073 {
  color: #ecd02d;
  font-family: "Fa Solid 900", sans-serif;
}

.text-block-16073.view2 {
  font-size: 23px;
}

.text-block-16073.view2.v8 {
  font-size: 21px;
}

.paragraph-2235 {
  margin-bottom: 0;
  margin-left: 5px;
}

.paragraph-2262 {
  padding-top: 10px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.paragraph-2262.li {
  text-align: left;
  font-family: Poppins, Times New Roman, sans-serif;
}

.text-block-16111 {
  font-family: Poppins, Times New Roman, sans-serif;
}

.text-block-16111.l1 {
  text-align: left;
  font-family: Poppins, Times New Roman, sans-serif;
}

.top {
  border-bottom: 1px solid #ff9400;
  margin-bottom: 70px;
  padding-bottom: 20px;
}

.dropdown-toggle-4 {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: 10px 30px 10px 10px;
  font-family: Open Sans, sans-serif;
  box-shadow: 0 2px 5px #85858533;
}

.dropdown-toggle-4.w--open {
  border-radius: 10px;
}

.icon-38 {
  margin-right: 10px;
}

.dropdown-list-2 {
  width: 115.922px;
}

.dropdown-link-4 {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-link-4:hover {
  background-color: #ececec;
}

.div-block-314678 {
  display: flex;
}

.div-block-314678.view {
  margin-left: 10px;
  margin-right: 10px;
}

.heading-7551 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
}

.heading-7551._6 {
  font-size: 30px;
  line-height: 26px;
}

.heading-7551._6._123 {
  font-size: 24px;
}

.div-block-314340 {
  border-radius: 10px;
}

.section-232 {
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-314679 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 60px;
}

.heading-7533 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.heading-7533._2 {
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.heading-7533._2._1 {
  font-size: 12.5px;
}

.heading-7533._2._1.ltt {
  text-align: left;
  border-top-style: none;
  border-bottom-style: none;
}

.heading-7533._2.ul {
  text-align: left;
}

.dropdown-list-3 {
  background-color: #e6cfcf;
}

.dropdown-list-3.w--open {
  background-color: #fff;
}

.image-245 {
  width: 25px;
}

.image-245.sm {
  width: 20px;
}

.div-block-314446 {
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-314446._5 {
  margin-top: 5px;
  margin-bottom: 0;
}

.div-block-314680 {
  border: 1.5px solid #8a8a8a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 60px;
  display: flex;
}

.div-block-314680:hover {
  background-color: #fff2e0;
}

.div-block-314680.lk {
  margin-left: 0;
}

.div-block-314680.lk.kio {
  width: 40px;
  height: 40px;
}

.div-block-314681 {
  border-bottom: 1px solid #cecece;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}

.div-block-314681.downloading {
  border-top: 1px #cecece;
  border-bottom-style: solid;
  border-bottom-color: #f58b20;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-314459 {
  width: 20%;
}

.div-block-314459.opiu {
  width: 35%;
  position: relative;
  top: -25px;
  box-shadow: 3.5px 3.5px #f58b20;
}

.div-block-314459.opiu:hover {
  filter: saturate(200%);
}

.heading-7528 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.heading-7528._1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.heading-7528._1._2 {
  font-size: 12.5px;
}

.heading-7528._1._2.ltt {
  text-align: left;
  border-top-style: none;
  border-bottom-style: none;
}

.heading-7528._1.il1 {
  text-align: left;
  font-family: Poppins, Times New Roman, sans-serif;
}

.div-block-314339 {
  width: 50%;
}

.div-block-314339._12345 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-314339._12345.wishlisst {
  flex-direction: column;
  justify-content: space-between;
  width: 80%;
}

.div-block-314339._12345.wishlisst.all {
  width: 50%;
}

.div-block-314339._12345.wishlisst.all.gf {
  width: 70%;
  padding-left: 20px;
}

.div-block-314339._12345.wishlisst.all.gf._1 {
  border-top-style: none;
  border-bottom-style: none;
  padding-left: 10px;
}

.icon-39 {
  color: #7c7c7c;
  left: 165.828px;
}

.heading-7534 {
  margin-top: 0;
}

.heading-7534._1 {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
}

.heading-7534._1.lo {
  color: #000;
  font-family: Vollkorn, serif;
  font-size: 21px;
  line-height: 18px;
}

.heading-7534._1.lo.t {
  font-size: 15.8px;
}

.heading-7534._1.lo.t.tll {
  text-align: left;
  border-top-style: none;
  border-bottom-style: none;
}

.heading-7534._1.lo.ju {
  text-align: left;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.dropdown-2 {
  margin-left: 0;
  margin-right: 0;
  left: -155px;
}

.dropdown-2._5411 {
  left: 0;
}

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

.div-block-314683 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-314683.space.automatic {
  height: auto;
  margin-top: 30px;
}

.div-block-314683.sapce {
  flex-flow: wrap;
  margin-bottom: 0;
  padding-top: 50px;
}

.div-block-314683.sapce._1 {
  padding-top: 20px;
}

.div-block-314683.sapce._1.t {
  margin-bottom: 0;
  padding-bottom: 50px;
}

.div-block-314341 {
  align-items: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-314341.poiuy {
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-314341.poiuy.load {
  border-style: dashed;
  border-color: #ff94006b;
  justify-content: space-between;
  width: 32%;
  height: 210px;
  min-height: 210px;
  box-shadow: 0 2px 5px #00000040;
}

.div-block-314341.poiuy.load._1 {
  margin-top: 50px;
}

.text-block-16112 {
  color: #ecd02d;
  font-family: "Fa Solid 900", sans-serif;
}

.text-block-16112.view2 {
  font-size: 23px;
}

.text-block-16112.view2.grey {
  color: #c9c9c9;
}

.text-block-16112.view2._9 {
  font-size: 17px;
}

.text-block-16112.view2._9.gngn {
  color: #f1cf0e;
  font-size: 13px;
}

.paragraph-2233 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-2233.as {
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 10px;
  line-height: 11px;
}

.dropdown-toggle-5 {
  border: 1px solid #c2c2c2;
  border-radius: 15px;
  padding: 5px 30px 5px 10px;
}

.dropdown-toggle-5._1258963._511 {
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph-2251 {
  margin-bottom: 0;
}

.paragraph-2251.setting {
  margin-bottom: 10px;
  font-size: 20px;
}

.paragraph-2251.setting.s2 {
  margin-bottom: 0;
  font-family: Poppins, Times New Roman, sans-serif;
}

.opiu {
  border-radius: 10px;
  width: 100%;
}

.container-1355 {
  max-width: 1400px;
}

.dropdown-link-6 {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-top-style: none;
  justify-content: center;
  align-items: center;
  padding: 10px 5px;
  font-size: 12px;
  display: flex;
  box-shadow: 0 2px 11px 4px #a7a7a733;
}

.heading-7600 {
  color: #3a3a3a;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-2263 {
  margin-bottom: 0;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.heading-7601 {
  color: #000;
  border-bottom: 1px #d4d4d4;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.div-block-314684 {
  display: flex;
}

.div-block-314684.view {
  margin-left: 10px;
  margin-right: 10px;
}

.heading-7602 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
}

.heading-7602._6 {
  font-size: 30px;
  line-height: 26px;
}

.div-block-314685 {
  justify-content: space-between;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 20px;
  display: flex;
  position: relative;
}

.div-block-314686 {
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.div-block-314687 {
  border-radius: 10px;
}

.div-block-314688 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  display: block;
}

.image-246 {
  filter: grayscale();
  width: 35px;
}

.image-246.er {
  filter: saturate(200%);
  width: 30px;
}

.heading-7603 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.heading-7603._2 {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
}

.heading-7603._2.e {
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 15px;
}

.div-block-314689 {
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-314689._5 {
  margin-top: 5px;
  margin-bottom: 0;
}

.div-block-314690 {
  border-bottom: 1px solid #dfdfdf;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 15px;
  display: flex;
}

.div-block-314690.spacebtw {
  border-bottom-style: none;
  border-bottom-color: #ffc17c;
  border-right: 1px #000;
  border-radius: 10px;
  justify-content: space-around;
  margin-bottom: 10px;
  padding: 20px 10px;
}

.div-block-314690.spacebtw:hover {
  background-color: #ddd;
}

.div-block-314690.spacebtw._1 {
  background-color: #ddd;
  border-bottom-style: none;
  border-right-style: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-314690.spacebtw._1:hover {
  background-color: #fff;
}

.paragraph-2264 {
  margin-bottom: 0;
  margin-left: 5px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.div-block-314691 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 35%;
  display: flex;
}

.div-block-314691.margines {
  flex-flow: row;
  width: 21%;
}

.div-block-314692, .div-block-314692.opiu-2 {
  width: 20%;
}

.div-block-314692.opiu-2.l {
  width: 36%;
}

.div-block-314692.opiu-2.l._1 {
  width: 50%;
}

.heading-7604 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.heading-7604._1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
}

.heading-7604._1.pl {
  margin-top: 5px;
}

.heading-7604._1.pl.e.p {
  font-size: 15px;
}

.heading-7604._1.e {
  margin-top: 5px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 14px;
}

.div-block-314693 {
  width: 50%;
}

.div-block-314693._12345 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-314693._12345.wishlisst {
  flex-direction: column;
  justify-content: space-between;
  width: 80%;
}

.div-block-314693._12345.wishlisst.all {
  width: 50%;
}

.div-block-314693._12345.wishlisst.all.yaddan {
  width: 40%;
}

.div-block-314693._12345.wishlisst.all.yaddan.wwaed {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  display: flex;
}

.div-block-314694 {
  width: 100%;
  display: flex;
}

.div-block-314694.amt {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.heading-7605 {
  margin-top: 0;
}

.heading-7605._1 {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
}

.heading-7605._1.e {
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 31px;
}

.div-block-314695 {
  align-items: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-314695.poiuy {
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-314695.poiuy.amit {
  width: 40%;
}

.div-block-314695.poiuy.amit.asas {
  background-color: #fff;
  border-style: none;
  flex-flow: column;
  justify-content: space-around;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: sticky;
  top: 140px;
  overflow: clip;
  box-shadow: -1px -1px 20px #00000036, inset -1px -1px 20px -7px #ff8905;
}

.text-block-16113 {
  color: #ecd02d;
  font-family: "Fa Solid 900", sans-serif;
}

.text-block-16113.view2 {
  font-size: 23px;
}

.text-block-16113.view2.grey {
  color: #c9c9c9;
}

.text-block-16113.view2._9 {
  font-size: 17px;
}

.paragraph-2265 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-2265.as {
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 10px;
  line-height: 11px;
}

.opiu-2.dert {
  border-radius: 10px;
}

.section-233 {
  padding: 100px 20px;
}

.container-1356 {
  max-width: 1300px;
}

.div-block-314696 {
  width: 100%;
  height: 700px;
  min-height: 700px;
}

.icon-textt {
  color: #f68b21;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 21px;
}

.tab-pane-tab-2 {
  height: 100%;
}

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

.div-block-314698 {
  width: 100%;
  padding: 10px;
}

.paragraph-2253 {
  margin-bottom: 0;
  font-size: 12px;
}

.paragraph-2253.q {
  padding-left: 5px;
  font-size: 17px;
}

.tab-link-tab-1-3 {
  background-color: #fff;
  border: 2px solid #f58b20;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 250px;
  min-width: 250px;
  padding: 20px 10px;
  font-family: Vollkorn, serif;
  font-size: 17px;
  display: flex;
}

.tab-link-tab-1-3.w--current {
  background-color: #f58b20;
  border-radius: 10px;
  width: 250px;
  min-width: 250px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
}

.div-block-314699 {
  border-top: 1px #cacaca;
  width: 100%;
  margin-top: 20px;
  padding-top: 30px;
}

.checkbox-label {
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

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

.text-block-16115._1 {
  font-family: Vollkorn, serif;
}

.text-block-16115._1.l {
  border-top-style: none;
  border-bottom-style: none;
}

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

.div-block-314700 {
  display: flex;
}

.div-block-314700.view {
  margin-left: 10px;
  margin-right: 10px;
}

.paragraph-2254 {
  margin-bottom: 0;
}

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

.text-block-16116 {
  text-decoration: none;
}

.heading-7606 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
}

.heading-7606._6 {
  font-size: 30px;
  line-height: 26px;
}

.heading-7606._6._123 {
  font-size: 24px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-5.flex {
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.tabs-menu-3 {
  flex-flow: column;
  width: 22%;
  padding: 10px 20px 10px 10px;
  display: flex;
}

.div-block-314702 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding-right: 40px;
  display: flex;
}

.div-block-314702.lds {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 0;
}

.div-block-314703 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-8 {
  display: flex;
}

.div-block-314704 {
  border-bottom: 1px solid #d1d1d1;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-314705 {
  border-radius: 10px;
}

.div-block-314706 {
  border-bottom-width: 1px;
  border-bottom-color: #d3d3d3;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.tabs-content-3 {
  border-left: 1px solid #c7c7c7;
  width: 80%;
  height: 100%;
  padding-left: 20px;
  padding-right: 10px;
}

.div-block-314707 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-7508 {
  color: #7a7a7a;
  text-align: center;
  width: 57px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.tab-pane-tab-3 {
  padding-left: 0;
  padding-right: 0;
}

.heading-7607 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.heading-7607._2 {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
}

.dropdown-list-9 {
  background-color: #e6cfcf;
}

.dropdown-list-9.w--open {
  background-color: #fff;
}

.tab-link-tab-2-3 {
  background-color: #fff;
  border: 2px solid #f58b20;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 250px;
  min-width: 250px;
  margin-top: 20px;
  padding: 20px 10px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
  display: flex;
}

.tab-link-tab-2-3.w--current {
  background-color: #f58b20;
  border-radius: 10px;
  width: 250px;
  min-width: 250px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
}

.paragraph-2266 {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}

.image-247 {
  width: 25px;
}

.image-247.sm {
  width: 20px;
}

.div-block-314708 {
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-314708._5 {
  margin-top: 5px;
  margin-bottom: 0;
}

.paragraph-2267 {
  margin-bottom: 0;
}

.div-block-314709 {
  width: 100%;
  position: relative;
}

.text-block-16118 {
  font-family: Open Sans, sans-serif;
  font-size: 17px;
}

.text-block-16118:hover {
  color: #f58b20;
  flex: 0 auto;
}

.div-block-314710 {
  border: 1.5px solid #8a8a8a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 60px;
  display: flex;
}

.div-block-314710:hover {
  background-color: #fff2e0;
}

.div-block-314710.lk {
  margin-left: 0;
}

.div-block-314710.lk.kio {
  width: 40px;
  height: 40px;
}

.div-block-314711 {
  border-bottom: 1px solid #cecece;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 50px;
  display: flex;
}

.paragraph-2268 {
  color: #919191;
  margin-bottom: 0;
  margin-left: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.div-block-314712, .div-block-314712.opiu-3 {
  width: 20%;
}

.image-233 {
  border-right: 1px solid #a3a3a3;
  width: 45px;
  height: 11px;
  margin-left: 2px;
  padding-right: 5px;
}

.heading-7608 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.heading-7608._1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
}

.div-block-314713 {
  width: 50%;
}

.div-block-314713._12345 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-314713._12345.wishlisst {
  flex-direction: column;
  justify-content: space-between;
  width: 80%;
}

.div-block-314713._12345.wishlisst.all {
  width: 50%;
}

.div-block-314713._12345.wishlisst.all.gf {
  width: 70%;
}

.tab-link-tab-3-3 {
  background-color: #fff;
  border: 2px solid #f58b20;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 250px;
  min-width: 250px;
  margin-top: 20px;
  padding: 20px 10px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
  display: flex;
}

.tab-link-tab-3-3.w--current {
  background-color: #f58b20;
  border-radius: 10px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
}

.icon-51 {
  color: #7c7c7c;
  left: 165.828px;
}

.tabs-3 {
  width: 100%;
  display: flex;
}

.col-100 {
  width: 100%;
}

.heading-7609 {
  margin-top: 0;
}

.heading-7609._1 {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
}

.heading-7609._1.lo {
  font-size: 14px;
  line-height: 18px;
}

.payment-h1 {
  color: #333;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.dropdown-13 {
  margin-left: 0;
  margin-right: 0;
  left: -155px;
}

.dropdown-13._5416-5 {
  left: 0;
}

.col-50 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-50.p-0 {
  padding-left: 0;
  padding-right: 0;
}

.col-50.p-0.flex {
  width: 100%;
}

.wrapper {
  margin-top: 0;
}

.wrapper._125631 {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
}

.wrapper._125631.rewq {
  border-bottom-style: none;
  padding-top: 40px;
  padding-bottom: 40px;
}

.wrapper.flex {
  align-items: center;
  width: 100%;
  display: flex;
}

.wrapper.flex.align-top {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
}

.heading-7610 {
  color: #000;
  margin-top: 10px;
  font-size: 25px;
  line-height: 32px;
}

.col-33-3 {
  width: 33%;
}

.col-33-3.p-all {
  border-right: 1px solid #e7e7e7;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px 15px;
  display: flex;
}

.col-33-3.p-all.qwwref {
  border-right-style: none;
}

.col-33-3.p-all {
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px 15px;
  display: flex;
}

.col-33-3.p-all.right-border {
  border-right: 1px #e7e7e7;
  width: 48%;
}

.col-33-3.p-all.right-border.change {
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

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

.div-block-314715 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-314715.sapce {
  margin-top: 30px;
  margin-bottom: 20px;
}

.div-block-314716 {
  align-items: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-314716.poiuy {
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-314716.poiuy.load {
  width: 49%;
}

.text-block-16119 {
  color: #ecd02d;
  font-family: "Fa Solid 900", sans-serif;
}

.text-block-16119.view2 {
  font-size: 23px;
}

.text-block-16119.view2.grey {
  color: #c9c9c9;
}

.text-block-16119.view2._9 {
  font-size: 17px;
}

.text-block-16119.view2._9.gngn {
  font-size: 13px;
}

.paragraph-2269 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-2269.as {
  font-size: 10px;
  line-height: 11px;
}

.image-248 {
  width: 100px;
}

.div-block-314717 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.tab-pane-tab-1 {
  width: 100%;
  height: 100%;
}

.div-block-314300 {
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.text-span-12 {
  color: red;
}

.dropdown-toggle-15 {
  border: 1px solid #c2c2c2;
  border-radius: 15px;
  padding: 5px 30px 5px 10px;
}

.dropdown-toggle-15._1258963.fgthfd {
  border-radius: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.radio-button-field-2 {
  margin-left: 10px;
  font-size: 17px;
}

.div-block-314719 {
  align-items: center;
  display: flex;
}

.button-211171 {
  background-color: #f68b21;
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.paragraph-2270 {
  margin-bottom: 0;
}

.paragraph-2270.setting {
  margin-bottom: 0;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 20px;
}

.paragraph-2270.setting.s2.down-size, .paragraph-2270.setting._1 {
  font-size: 25px;
  line-height: 35px;
}

.paragraph-2270.setting._1.il {
  text-align: left;
}

.paragraph-2270.setting._1.il._1ll {
  border-top-style: none;
  border-bottom-style: none;
  font-family: Poppins, Times New Roman, sans-serif;
}

.opiu-3 {
  border-radius: 10px;
  width: 100%;
}

.div-block-314720 {
  margin-left: 10px;
}

.dropdown-link-21 {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 2px 5px;
  font-size: 12px;
  display: flex;
  box-shadow: 0 2px 11px 4px #a7a7a733;
}

.link-175 {
  color: #7a7a7a;
  text-decoration: none;
}

.row {
  background-color: #fff;
  border: 1px solid #dce0ec;
  border-radius: 10px;
  justify-content: space-between;
  width: 100%;
  display: flex;
  box-shadow: 0 2px 4px #00000029;
}

.row.mb-30 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  box-shadow: 0 2px 4px #8d8d8d29;
}

.row.mb-30.suhavi-payment {
  margin-bottom: 0;
}

.row.mb-30.suhavi-payment.margin {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.div-block-314721 {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 20px 10px;
  display: flex;
}

.div-block-314722 {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  height: 140px;
  min-height: 140px;
  padding: 10px;
  display: flex;
  box-shadow: -1px -1px 20px 5px #bbbaba33;
}

.div-block-314722._1 {
  border-top-style: none;
  border-bottom-style: none;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
}

.div-block-314723 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-249 {
  width: 25px;
}

.paragraph-2271 {
  margin-top: 20px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.form-9 {
  margin-top: 20px;
  display: flex;
}

.radio-button-field-3 {
  padding-left: 20px;
  font-size: 17px;
}

.radio-button-field-3._1 {
  padding-left: 40px;
}

.radio-button-field-3._1._1ll {
  border-top-style: none;
  border-bottom-style: none;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-2272 {
  margin-top: 10px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.checkbox-field {
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
}

.div-block-314724 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-314725 {
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  height: 140px;
  min-height: 140px;
  padding: 10px 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-314726 {
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 48%;
  height: 140px;
  min-height: 140px;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.heading-20 {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.paragraph-14 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.section-78 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding: 100px 20px;
}

.div-block-313932 {
  background-image: url('../images/image-10.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 50%;
}

.link-3 {
  color: #383838;
  text-align: center;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  text-decoration: none;
}

.div-block-313930 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-32766 {
  width: 70px;
}

.heading-19 {
  color: #378166;
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.div-block-313933 {
  background-color: #378166;
  width: 50%;
  padding: 20px;
  display: none;
}

.heading-7467 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.heading-7466 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 31px;
}

.textarea-2 {
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #b8b8b8;
  border-radius: 5px;
  margin-top: 20px;
  line-height: 55px;
}

.textarea-2::placeholder {
  color: #ffffffa6;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.text-field-11 {
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #b8b8b8;
  border-radius: 5px;
  height: 85px;
  min-height: 85px;
}

.text-field-11::placeholder {
  color: #ffffffa6;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.text-span-168 {
  color: #378166;
}

.heading-7465 {
  color: #000;
  margin-bottom: 0;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 31px;
}

.div-block-313929 {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  min-height: 250px;
  margin-top: 20px;
  padding: 20px;
  display: flex;
  box-shadow: -3px 1px 20px #a0a0a0a8, inset -1px -1px 20px 5px #f58b2038;
}

.div-block-313929._1 {
  margin-top: 20px;
  margin-bottom: 0;
  box-shadow: -3px 1px 20px #a0a0a0a8, inset -1px -1px 20px 5px #f58b2038;
}

.div-block-313936 {
  justify-content: center;
  align-items: center;
  width: 48%;
}

.div-block-313935 {
  width: 48%;
}

.div-block-313906 {
  background-image: url('../images/shape-3_1shape-3.png');
  background-position: 50%;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 40px;
  display: flex;
}

.div-block-313928 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.div-block-313934, .div-block-313931 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-314727 {
  display: flex;
}

.div-block-314727.view {
  margin-left: 10px;
  margin-right: 10px;
}

.text-block-16079 {
  font-family: Poppins, Times New Roman, sans-serif;
  line-height: 20px;
}

.heading-7611 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
}

.heading-7611._6 {
  font-size: 30px;
  line-height: 26px;
}

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

.div-block-314729 {
  border-radius: 10px;
}

.text-block-16080 {
  font-family: Poppins, Times New Roman, sans-serif;
  font-weight: 400;
  line-height: 20px;
}

.heading-7612 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.heading-7612._2 {
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.div-block-314730 {
  background-color: #fff;
  border: 1px solid #ff9400a8;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  margin-top: 20px;
  margin-left: 0;
  margin-right: auto;
  padding: 10px;
  display: flex;
  box-shadow: -1px -1px 7px 1px #b1b1b133;
}

.tabs-menu-2 {
  border-top: 1px #c9c9c9;
  border-bottom: 1px solid #f58b20;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-32768 {
  width: 25px;
}

.div-block-314731 {
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-314731._5 {
  margin-top: 5px;
  margin-bottom: 0;
}

.div-block-314732 {
  border: 1.5px solid #8a8a8a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 60px;
  display: flex;
}

.div-block-314732:hover {
  background-color: #fff2e0;
}

.div-block-314733 {
  width: 100%;
  display: flex;
}

.text-block-16078 {
  font-family: Poppins, Times New Roman, sans-serif;
  line-height: 20px;
}

.tab-link-tab-2-2 {
  background-color: #fff;
  border: 2px solid #a5a5a5;
  border-radius: 10px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
}

.tab-link-tab-2-2.w--current {
  color: #fff;
  background-color: #ff9400;
  border-width: 2px;
  border-color: #ff9400;
  font-size: 17px;
}

.div-block-314734 {
  width: 20%;
}

.div-block-314734.opiu {
  width: 14%;
}

.heading-7613 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.heading-7613._1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.heading-7613._1.tll {
  text-align: left;
  font-family: Poppins, Times New Roman, sans-serif;
}

.div-block-314735 {
  width: 50%;
}

.div-block-314735._12345 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-314735._12345.wishlisst {
  flex-direction: column;
  justify-content: space-between;
  width: 80%;
}

.div-block-314735._12345.wishlisst.all {
  width: 100%;
  padding-top: 20px;
}

.heading-7614 {
  margin-top: 0;
}

.heading-7614._1 {
  margin-bottom: 0;
  font-family: Vollkorn, serif;
  font-size: 21px;
  line-height: 31px;
}

.heading-7614._1.ttl {
  text-align: left;
  font-family: Poppins, Times New Roman, sans-serif;
  font-weight: 500;
}

.tabs-content-2 {
  width: 100%;
  margin-top: 30px;
}

.div-block-314736 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px;
}

.div-block-314736.newr {
  margin-top: 20px;
}

.tab-link-tab-3-2 {
  background-color: #fff;
  border: 2px solid #a5a5a5;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
}

.tab-link-tab-3-2.w--current {
  color: #fff;
  background-color: #ff9400;
  border-width: 2px;
  border-color: #ff9400;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tab-link-tab-3-2._1 {
  margin-left: 20px;
}

.tab-link-tab-3-2._1.tl {
  padding-top: 10px;
  padding-bottom: 10px;
}

.tab-link-tab-3-2._1.tl.bd {
  border-top-style: solid;
  border-top-width: 2px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.div-block-314737 {
  align-items: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-314737.poiuy {
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-314737.poiuy._2563 {
  display: block;
}

.div-block-314737.poiuy._2563.qwert {
  margin-left: 20px;
}

.text-block-16120 {
  color: #ecd02d;
  font-family: "Fa Solid 900", sans-serif;
}

.text-block-16120.view2 {
  font-size: 23px;
}

.text-block-16120.view2.grey {
  color: #c9c9c9;
}

.text-block-16120.view2._9 {
  font-size: 17px;
}

.paragraph-2273 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-2273.as {
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 10px;
  line-height: 11px;
}

.tabs-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.tab-link-tab-1-2 {
  background-color: #fff;
  border: 2px solid #a5a5a5;
  border-radius: 10px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  font-size: 17px;
  line-height: 28px;
}

.tab-link-tab-1-2.w--current {
  color: #fff;
  background-color: #ff9400;
  border: 2px solid #ff9400;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-314738 {
  width: 80%;
}

.div-block-314739 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-16121 {
  font-size: 25px;
}

.opiu-4 {
  border-radius: 10px;
  width: 100%;
}

.div-block-314740 {
  display: flex;
}

.div-block-314740.view {
  margin-left: 10px;
  margin-right: 10px;
}

.heading-7615 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
}

.heading-7615._6 {
  font-size: 30px;
  line-height: 26px;
}

.div-block-314741 {
  border-radius: 10px;
}

.heading-7616 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.heading-7616._2 {
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.div-block-314742 {
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-314742._5 {
  margin-top: 5px;
  margin-bottom: 0;
}

.heading-7617 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.heading-7617._1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.heading-7617._1.tll {
  text-align: left;
  font-family: Poppins, Times New Roman, sans-serif;
}

.div-block-314743 {
  width: 50%;
}

.div-block-314743._12345 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-314743._12345.wishlisst {
  flex-direction: column;
  justify-content: space-between;
  width: 80%;
}

.div-block-314743._12345.wishlisst.all {
  width: 100%;
  padding-top: 20px;
}

.heading-7618 {
  margin-top: 0;
}

.heading-7618._1 {
  margin-bottom: 0;
  font-family: Vollkorn, serif;
  font-size: 21px;
  line-height: 31px;
}

.heading-7618._1.ttl {
  text-align: left;
  font-family: Poppins, Times New Roman, sans-serif;
  font-weight: 500;
}

.text-block-16122 {
  color: #ecd02d;
  font-family: "Fa Solid 900", sans-serif;
}

.text-block-16122.view2 {
  font-size: 23px;
}

.text-block-16122.view2.grey {
  color: #c9c9c9;
}

.text-block-16122.view2._9 {
  font-size: 17px;
}

.paragraph-2274 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-2274.as {
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 10px;
  line-height: 11px;
}

.image-32769 {
  width: 75%;
}

.image-32770 {
  width: 85%;
}

.image-32771 {
  width: 70%;
}

.opiu-5 {
  border-radius: 10px;
  width: 100%;
}

.div-block-314744 {
  display: flex;
}

.div-block-314744.view {
  margin-left: 10px;
  margin-right: 10px;
}

.heading-7619 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
}

.heading-7619._6 {
  font-size: 30px;
  line-height: 26px;
}

.div-block-314745 {
  border-radius: 10px;
}

.heading-7620 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.heading-7620._2 {
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.div-block-314746 {
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-314746._5 {
  margin-top: 5px;
  margin-bottom: 0;
}

.heading-7621 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.heading-7621._1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.heading-7621._1.tll {
  text-align: left;
  font-family: Poppins, Times New Roman, sans-serif;
}

.div-block-314747 {
  width: 50%;
}

.div-block-314747._12345 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-314747._12345.wishlisst {
  flex-direction: column;
  justify-content: space-between;
  width: 80%;
}

.div-block-314747._12345.wishlisst.all {
  width: 100%;
  padding-top: 20px;
}

.heading-7622 {
  margin-top: 0;
}

.heading-7622._1 {
  margin-bottom: 0;
  font-family: Vollkorn, serif;
  font-size: 21px;
  line-height: 31px;
}

.heading-7622._1.ttl {
  text-align: left;
  font-family: Poppins, Times New Roman, sans-serif;
  font-weight: 500;
}

.text-block-16123 {
  color: #ecd02d;
  font-family: "Fa Solid 900", sans-serif;
}

.text-block-16123.view2 {
  font-size: 23px;
}

.text-block-16123.view2.grey {
  color: #c9c9c9;
}

.text-block-16123.view2._9 {
  font-size: 17px;
}

.paragraph-2275 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-2275.as {
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 10px;
  line-height: 11px;
}

.opiu-6 {
  border-radius: 10px;
  width: 100%;
}

.div-block-314748 {
  display: flex;
}

.div-block-314748.view {
  margin-left: 10px;
  margin-right: 10px;
}

.heading-7623 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
}

.heading-7623._6 {
  font-size: 30px;
  line-height: 26px;
}

.div-block-314749 {
  border-radius: 10px;
}

.heading-7624 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.heading-7624._2 {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
}

.div-block-314750 {
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-314750._5 {
  margin-top: 5px;
  margin-bottom: 0;
}

.heading-7625 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.heading-7625._1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
}

.heading-7625._1.tll {
  text-align: left;
}

.div-block-314751 {
  width: 50%;
}

.div-block-314751._12345 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-314751._12345.wishlisst {
  flex-direction: column;
  justify-content: space-between;
  width: 80%;
}

.div-block-314751._12345.wishlisst.all {
  width: 100%;
}

.heading-7626 {
  margin-top: 0;
}

.heading-7626._1 {
  margin-bottom: 0;
  font-size: 21px;
  line-height: 31px;
}

.heading-7626._1.ttl {
  text-align: left;
  font-family: Poppins, Times New Roman, sans-serif;
  font-weight: 500;
}

.text-block-16124 {
  color: #ecd02d;
  font-family: "Fa Solid 900", sans-serif;
}

.text-block-16124.view2 {
  font-size: 23px;
}

.text-block-16124.view2.grey {
  color: #c9c9c9;
}

.text-block-16124.view2._9 {
  font-size: 17px;
}

.paragraph-2276 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-2276.as {
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 10px;
  line-height: 11px;
}

.text-block-16125 {
  font-family: Open Sans, sans-serif;
}

.paragraph-2277 {
  font-family: Poppins, Times New Roman, sans-serif;
}

.field-label-6, .field-label-7 {
  font-family: Poppins, Times New Roman, sans-serif;
  font-weight: 500;
}

.paragraph-2278 {
  font-family: Open Sans, sans-serif;
}

.div-block-314752, .div-block-314753, .div-block-314754 {
  width: 23%;
}

.card-inf {
  background-color: #fff;
  border: 2px solid #eee;
  border-radius: 13px;
  width: 358px;
  min-width: 358px;
  height: 140px;
  min-height: 140px;
  padding: 20px 20px 10px;
  position: absolute;
  inset: auto 10px 20px;
  overflow: auto;
}

.card-inf.t {
  z-index: 1;
  width: 100%;
  min-width: 100%;
  height: 100px;
  min-height: 100px;
  padding-left: 0;
  padding-right: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.image-203 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 400px;
}

.p {
  opacity: .7;
  color: #030303;
  text-align: justify;
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 14px;
}

.div-block-314323 {
  flex-flow: wrap;
  justify-content: space-around;
  width: 100%;
  padding-bottom: 220px;
  display: flex;
}

.card-inf-after {
  background-color: #fff;
  height: 0;
  min-height: 0;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.card {
  border: 2px solid #eee;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  height: 550px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 10px 20px -10px #0003;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 20px;
  line-height: 23px;
}

.div-block-314755 {
  padding-left: 20px;
  padding-right: 20px;
}

.container-1357 {
  max-width: 1600px;
}

.div-block-314324 {
  margin-bottom: 50px;
}

.heading-7522 {
  text-align: center;
  font-size: 50px;
  font-weight: 400;
  line-height: 58px;
}

.card-inf-after-2 {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 10px;
  display: flex;
  overflow: hidden;
}

.card-inf-after-2._1 {
  height: 40px;
}

.section-212 {
  padding-top: 60px;
  padding-bottom: 100px;
  display: none;
}

.div-block-314756 {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.div-block-314756._0-2589 {
  margin-top: 60px;
}

.image-32775 {
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  max-width: none;
  height: 400px;
}

.image-32775.sidhu {
  width: 100%;
}

.card-inf-2 {
  z-index: 1;
  background-color: #fff;
  border: 2px #eee;
  border-radius: 13px;
  width: 95%;
  min-width: 95%;
  height: 125px;
  min-height: 125px;
  padding: 10px 10px 10px 0;
  position: absolute;
  inset: auto 10px 40px;
  overflow: visible;
}

.card-inf-2.t {
  z-index: 5;
  border-style: none;
  width: 95%;
  min-width: 95%;
  height: 125px;
  min-height: 125px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  inset: auto 0% 40px;
  overflow: visible;
}

.card-2 {
  border: 2px solid #eee;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  height: 585px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 10px 20px -10px #0003;
}

.card-2._3 {
  height: 550px;
}

.link-195 {
  color: #4e4e4e;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 0;
  font-weight: 700;
  text-decoration: none;
}

.link-196 {
  color: #000;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 25px;
  line-height: 25px;
  text-decoration: none;
}

.div-block-314757 {
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: auto;
  margin-right: 10px;
  display: flex;
}

.ot {
  color: #000;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 35px;
  line-height: 35px;
  text-decoration: none;
}

.readmore1 {
  color: #4e4e4e;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 0;
  font-weight: 700;
  text-decoration: none;
}

.otd {
  background-color: #fff;
  height: 500px;
  padding-right: 10px;
  overflow: hidden;
}

.mohabt {
  background-color: #fff;
  width: 100%;
  padding-right: 10px;
  overflow: hidden;
}

.crose1 {
  color: #000;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 25px;
  line-height: 25px;
  text-decoration: none;
}

.ikwak {
  background-color: #fff;
  height: 64px;
  padding-right: 10px;
  overflow: hidden;
}

.link-197 {
  color: #4e4e4e;
  background-color: #fff;
  margin-bottom: 10px;
  margin-left: 20px;
  font-weight: 700;
  text-decoration: none;
}

.ikw {
  color: #000;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 25px;
  line-height: 25px;
  text-decoration: none;
}

.sid {
  background-color: #fff;
  width: 100%;
  height: auto;
  padding-right: 10px;
  overflow: hidden;
}

.link-198 {
  color: #4e4e4e;
  margin-bottom: 10px;
  margin-left: 20px;
  font-weight: 700;
  text-decoration: none;
}

.sidd {
  color: #000;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 25px;
  line-height: 25px;
  text-decoration: none;
}

.giani {
  background-color: #fff;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-right: 10px;
  overflow: hidden;
}

.link-199 {
  color: #4e4e4e;
  margin-bottom: 10px;
  margin-left: 20px;
  font-weight: 700;
  text-decoration: none;
}

.gianii {
  color: #000;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.div-block-314759 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: flex;
}

.div-block-314759._1 {
  margin-top: 50px;
}

.div-block-314759._1.t {
  justify-content: center;
}

.div-block-314760 {
  background-color: #fff;
  border-radius: 20px;
  width: 30%;
  height: 555px;
  padding-bottom: 20px;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

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

.image-32776 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 340px;
}

.section-234 {
  padding: 100px 20px;
}

.text-block-16126 {
  padding-top: 10px;
  padding-left: 10px;
  font-size: 17px;
  line-height: 27px;
}

.text-block-16126._1 {
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

.text-block-16126.t {
  font-size: 14px;
  line-height: 14px;
  position: relative;
  top: -18px;
}

.heading-7627 {
  padding-left: 10px;
  font-size: 21px;
  line-height: 31px;
}

.div-block-314762 {
  width: 100%;
  height: 62px;
  overflow: hidden;
}

.text-span-169 {
  font-size: 14px;
  font-weight: 700;
}

.paragraph-2279 {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
}

.sarmohabat-c {
  z-index: 1;
  width: 100%;
  height: 70px;
  min-height: 70px;
  padding-left: 0;
  padding-right: 0;
  position: static;
  inset: auto 0% 40px;
  overflow: visible;
}

.readmoreb {
  opacity: 1;
  color: #777;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 27px;
  text-decoration: none;
}

.text-block-16127 {
  color: #000;
  text-align: right;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 25px;
}

.cross {
  color: #000;
  text-align: right;
  cursor: pointer;
  padding-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 25px;
}

.satinder-c {
  background-color: #fff;
  width: 100%;
  height: 61px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

.readmores {
  color: #777;
  padding-left: 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
  text-decoration: none;
}

.cross-s {
  color: #000;
  text-align: right;
  cursor: pointer;
  padding-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 25px;
}

.div-block-314763 {
  padding-top: 50px;
  overflow: hidden;
}

.div-block-314763._1 {
  padding-top: 17px;
}

.div-block-314763._1.t {
  padding-top: 0;
}

.div-block-314764, .satinder {
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
  height: 61px;
  overflow: hidden;
}

.readmore-s {
  color: #777;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 27px;
  text-decoration: none;
}

.ikwak-s {
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
  height: 61px;
  overflow: hidden;
}

.readmor-ikwak {
  color: #777;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 27px;
  text-decoration: none;
}

.cross-ikw {
  color: #000;
  text-align: right;
  cursor: pointer;
  padding-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 25px;
}

.manbir {
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
  height: 61px;
  overflow: hidden;
}

.readmor-man {
  color: #777;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 27px;
  text-decoration: none;
}

.cross-man {
  color: #000;
  text-align: right;
  cursor: pointer;
  padding-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 25px;
}

.amritsari {
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
  height: 61px;
  overflow: hidden;
}

.readmor-am {
  color: #777;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 27px;
  text-decoration: none;
}

.cross-am {
  color: #000;
  text-align: right;
  cursor: pointer;
  padding-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 25px;
}

.dilsher {
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
  height: 61px;
  overflow: hidden;
}

.readmor-dilsher {
  color: #777;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 27px;
  text-decoration: none;
}

.cross-dilsher {
  color: #000;
  text-align: right;
  cursor: pointer;
  padding-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 25px;
}

.deep {
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
  height: 61px;
  overflow: hidden;
}

.readmor-deep {
  color: #777;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 27px;
  text-decoration: none;
}

.cross-deep {
  color: #000;
  text-align: right;
  cursor: pointer;
  padding-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 25px;
}

.gianisan {
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
  height: 61px;
  overflow: hidden;
}

.readmor-gianisan {
  color: #777;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 27px;
  text-decoration: none;
}

.cross-gianisan {
  color: #000;
  text-align: right;
  cursor: pointer;
  padding-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 25px;
}

.sukhwinder {
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
  height: 61px;
  overflow: hidden;
}

.readmor-sukhwinder {
  color: #777;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 27px;
  text-decoration: none;
}

.cross-sukhwinder {
  color: #000;
  text-align: right;
  cursor: pointer;
  padding-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 25px;
}

.arjeet {
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
  height: 61px;
  overflow: hidden;
}

.readmor-arjeet {
  color: #777;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 27px;
  text-decoration: none;
}

.cross-arjeet {
  color: #000;
  text-align: right;
  cursor: pointer;
  padding-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 25px;
}

.heading-7628 {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-family: Vollkorn, serif;
  font-size: 40px;
  line-height: 50px;
}

.div-block-314765 {
  width: 48%;
}

.div-block-314766 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-314766.b {
  padding-bottom: 50px;
}

.paragraph-2280 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.div-block-314767 {
  width: 48%;
}

.list-23 {
  width: 100%;
  margin-top: 20px;
  padding-left: 25px;
  font-family: Open Sans, sans-serif;
}

.section-235 {
  padding: 100px 20px;
}

.div-block-314768 {
  width: 100%;
  margin-top: 40px;
}

.div-block-314769 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 50px;
  display: flex;
}

.div-block-314770, .div-block-314771, .div-block-314772, .div-block-314773 {
  width: 75%;
}

.image-32777 {
  width: 100%;
}

.link-block-180, .link-block-181, .link-block-182, .link-block-183 {
  text-decoration: none;
}

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

.link-201 {
  color: #f58b20;
  text-align: center;
  text-decoration: none;
}

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

.link-203 {
  color: #f58b20;
  font-family: Poppins, Times New Roman, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

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

.link-205, .link-206, .link-207, .link-208, .link-209, .link-210, .link-211, .link-212, .link-213, .link-214, .link-215, .link-216 {
  color: #fff;
  text-decoration: none;
}

.heading-7629 {
  font-family: Vollkorn, serif;
  font-size: 28px;
  line-height: 38px;
}

.link-217 {
  color: #000;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
  text-decoration: none;
}

.div-block-314774 {
  border: 1px solid #f58b20;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 41px;
  margin-top: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.text-span-170, .text-span-171, .text-span-172 {
  color: #555;
  font-weight: 700;
}

.button-211172 {
  text-align: center;
  background-color: #f68b21;
  border-radius: 50px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

.button-211172:hover {
  background-color: #000;
}

.right-arrow-43 {
  display: none;
}

.link-218 {
  color: #000;
  text-align: left;
  font-family: Vollkorn, serif;
  font-size: 17px;
  line-height: 27px;
  text-decoration: none;
}

.div-block-314775 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.div-block-314775.lk {
  background-color: #f5f6f9;
  border-radius: 10px;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-314776 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-314776._65545 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-7630 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.heading-7630._66767._86876 {
  text-align: left;
  margin-top: 20px;
}

.div-block-314777 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-2281 {
  font-size: 13px;
  line-height: 19px;
}

.paragraph-2281._57557 {
  margin-bottom: 0;
}

.paragraph-2281._57557._98687 {
  margin-top: 10px;
}

.paragraph-2281._57557._79906 {
  margin-top: 10px;
  font-size: 13px;
  line-height: 23px;
}

.div-block-314778 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.div-block-314778._98 {
  justify-content: flex-start;
  margin-top: 10px;
  display: none;
}

.div-block-314779 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-314779._66776 {
  border: 1px solid #e7e7e7;
  border-radius: 11px;
  width: 25%;
  box-shadow: 0 2px 4px #0003;
}

.div-block-314779._66776._444 {
  box-shadow: none;
  background-color: #fff;
  border-style: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23%;
  height: 430px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 0 20px;
}

.div-block-314779._66776._444:hover {
  box-shadow: none;
}

.div-block-314780 {
  width: 12%;
}

.div-block-314781 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-16128 {
  color: #ffc800;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
}

.button-211173 {
  text-align: center;
  background-color: #f68b21;
  border-radius: 50px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

.button-211173:hover {
  background-color: #000;
}

.right-arrow-44 {
  display: none;
}

.link-219 {
  color: #000;
  text-align: left;
  font-family: Vollkorn, serif;
  font-size: 17px;
  line-height: 27px;
  text-decoration: none;
}

.div-block-314782 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.div-block-314782.lk {
  background-color: #f5f6f9;
  border-radius: 10px;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-314783 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-314783._65545 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-7631 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.heading-7631._66767._86876 {
  text-align: left;
  margin-top: 20px;
}

.div-block-314784 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-2282 {
  font-size: 13px;
  line-height: 19px;
}

.paragraph-2282._57557 {
  margin-bottom: 0;
}

.paragraph-2282._57557._98687 {
  margin-top: 10px;
}

.paragraph-2282._57557._79906 {
  margin-top: 10px;
  font-size: 13px;
  line-height: 23px;
}

.div-block-314785 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.div-block-314785._98 {
  justify-content: flex-start;
  margin-top: 10px;
  display: none;
}

.div-block-314786 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-314786._66776 {
  border: 1px solid #e7e7e7;
  border-radius: 11px;
  width: 25%;
  box-shadow: 0 2px 4px #0003;
}

.div-block-314786._66776._444 {
  box-shadow: none;
  background-color: #fff;
  border-style: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23%;
  height: 430px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 0 20px;
}

.div-block-314786._66776._444:hover {
  box-shadow: none;
}

.div-block-314787 {
  width: 12%;
}

.div-block-314788 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-16129 {
  color: #ffc800;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
}

.button-211174 {
  text-align: center;
  background-color: #f68b21;
  border-radius: 50px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

.button-211174:hover {
  background-color: #000;
}

.right-arrow-45 {
  display: none;
}

.link-220 {
  color: #000;
  text-align: left;
  font-family: Vollkorn, serif;
  font-size: 17px;
  line-height: 27px;
  text-decoration: none;
}

.div-block-314789 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.div-block-314789.lk {
  background-color: #f5f6f9;
  border-radius: 10px;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-314790 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-314790._65545 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-7632 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.heading-7632._66767._86876 {
  text-align: left;
  margin-top: 20px;
}

.div-block-314791 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-2283 {
  font-size: 13px;
  line-height: 19px;
}

.paragraph-2283._57557 {
  margin-bottom: 0;
}

.paragraph-2283._57557._98687 {
  margin-top: 10px;
}

.paragraph-2283._57557._79906 {
  margin-top: 10px;
  font-size: 13px;
  line-height: 23px;
}

.div-block-314792 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.div-block-314792._98 {
  justify-content: flex-start;
  margin-top: 10px;
  display: none;
}

.div-block-314793 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-314793._66776 {
  border: 1px solid #e7e7e7;
  border-radius: 11px;
  width: 25%;
  box-shadow: 0 2px 4px #0003;
}

.div-block-314793._66776._444 {
  box-shadow: none;
  background-color: #fff;
  border-style: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23%;
  height: 430px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 0 20px;
}

.div-block-314793._66776._444:hover {
  box-shadow: none;
}

.div-block-314794 {
  width: 12%;
}

.div-block-314795 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-16130 {
  color: #ffc800;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
}

.button-211175 {
  text-align: center;
  background-color: #f68b21;
  border-radius: 50px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

.button-211175:hover {
  background-color: #000;
}

.right-arrow-46 {
  display: none;
}

.link-221 {
  color: #000;
  text-align: left;
  font-family: Vollkorn, serif;
  font-size: 17px;
  line-height: 27px;
  text-decoration: none;
}

.div-block-314796 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.div-block-314796.lk {
  background-color: #f5f6f9;
  border-radius: 10px;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-314797 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-314797._65545 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-7633 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.heading-7633._66767._86876 {
  text-align: left;
  margin-top: 20px;
}

.div-block-314798 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-2284 {
  font-size: 13px;
  line-height: 19px;
}

.paragraph-2284._57557 {
  margin-bottom: 0;
}

.paragraph-2284._57557._98687 {
  margin-top: 10px;
}

.paragraph-2284._57557._79906 {
  margin-top: 10px;
  font-size: 13px;
  line-height: 23px;
}

.div-block-314799 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.div-block-314799._98 {
  justify-content: flex-start;
  margin-top: 10px;
  display: none;
}

.div-block-314800 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-314800._66776 {
  border: 1px solid #e7e7e7;
  border-radius: 11px;
  width: 25%;
  box-shadow: 0 2px 4px #0003;
}

.div-block-314800._66776._444 {
  box-shadow: none;
  background-color: #fff;
  border-style: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23%;
  height: 430px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 0 20px;
}

.div-block-314800._66776._444:hover {
  box-shadow: none;
}

.div-block-314801 {
  width: 12%;
}

.div-block-314802 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-16131 {
  color: #ffc800;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
}

.link-222 {
  color: #000;
  text-align: left;
  font-family: Vollkorn, serif;
  font-size: 17px;
  line-height: 27px;
  text-decoration: none;
}

.div-block-314803 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.div-block-314803.lk {
  background-color: #f5f6f9;
  border-radius: 10px;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-314804 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-314804._65545 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-7634 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.heading-7634._66767._86876 {
  text-align: left;
  margin-top: 20px;
}

.div-block-314805 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-2285 {
  font-size: 13px;
  line-height: 19px;
}

.paragraph-2285._57557 {
  margin-bottom: 0;
}

.paragraph-2285._57557._98687 {
  margin-top: 10px;
}

.paragraph-2285._57557._79906 {
  margin-top: 10px;
  font-size: 13px;
  line-height: 23px;
}

.div-block-314806 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.div-block-314806._98 {
  justify-content: flex-start;
  margin-top: 10px;
  display: none;
}

.div-block-314807 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-314807._66776 {
  border: 1px solid #e7e7e7;
  border-radius: 11px;
  width: 25%;
  box-shadow: 0 2px 4px #0003;
}

.div-block-314807._66776._444 {
  box-shadow: none;
  background-color: #fff;
  border-style: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23%;
  height: 430px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 0 20px;
}

.div-block-314807._66776._444:hover {
  box-shadow: none;
}

.div-block-314808 {
  width: 12%;
}

.div-block-314809 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-16132 {
  color: #ffc800;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
}

.link-223 {
  color: #000;
  text-align: left;
  font-family: Vollkorn, serif;
  font-size: 17px;
  line-height: 27px;
  text-decoration: none;
}

.div-block-314810 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.div-block-314810.lk {
  background-color: #f5f6f9;
  border-radius: 10px;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-314811 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-314811._65545 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-7635 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.heading-7635._66767._86876 {
  text-align: left;
  margin-top: 20px;
}

.div-block-314812 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-2286 {
  font-size: 13px;
  line-height: 19px;
}

.paragraph-2286._57557 {
  margin-bottom: 0;
}

.paragraph-2286._57557._98687 {
  margin-top: 10px;
}

.paragraph-2286._57557._79906 {
  margin-top: 10px;
  font-size: 13px;
  line-height: 23px;
}

.div-block-314813 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.div-block-314813._98 {
  justify-content: flex-start;
  margin-top: 10px;
  display: none;
}

.div-block-314814 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-314814._66776 {
  border: 1px solid #e7e7e7;
  border-radius: 11px;
  width: 25%;
  box-shadow: 0 2px 4px #0003;
}

.div-block-314814._66776._444 {
  box-shadow: none;
  background-color: #fff;
  border-style: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23%;
  height: 430px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 0 20px;
}

.div-block-314814._66776._444:hover {
  box-shadow: none;
}

.div-block-314815 {
  width: 12%;
}

.div-block-314816 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-16133 {
  color: #ffc800;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
}

.link-224 {
  color: #000;
  text-align: left;
  font-family: Vollkorn, serif;
  font-size: 17px;
  line-height: 27px;
  text-decoration: none;
}

.div-block-314817 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.div-block-314817.lk {
  background-color: #f5f6f9;
  border-radius: 10px;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-314818 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-314818._65545 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-7636 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.heading-7636._66767._86876 {
  text-align: left;
  margin-top: 20px;
}

.div-block-314819 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-2287 {
  font-size: 13px;
  line-height: 19px;
}

.paragraph-2287._57557 {
  margin-bottom: 0;
}

.paragraph-2287._57557._98687 {
  margin-top: 10px;
}

.paragraph-2287._57557._79906 {
  margin-top: 10px;
  font-size: 13px;
  line-height: 23px;
}

.div-block-314820 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.div-block-314820._98 {
  justify-content: flex-start;
  margin-top: 10px;
  display: none;
}

.div-block-314821 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-314821._66776 {
  border: 1px solid #e7e7e7;
  border-radius: 11px;
  width: 25%;
  box-shadow: 0 2px 4px #0003;
}

.div-block-314821._66776._444 {
  box-shadow: none;
  background-color: #fff;
  border-style: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23%;
  height: 430px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 0 20px;
}

.div-block-314821._66776._444:hover {
  box-shadow: none;
}

.div-block-314822 {
  width: 12%;
}

.div-block-314823 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-16134 {
  color: #ffc800;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
}

.link-225 {
  color: #000;
  text-align: left;
  font-family: Vollkorn, serif;
  font-size: 17px;
  line-height: 27px;
  text-decoration: none;
}

.div-block-314824 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.div-block-314824.lk {
  background-color: #f5f6f9;
  border-radius: 10px;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-314825 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-314825._65545 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-7637 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.heading-7637._66767._86876 {
  text-align: left;
  margin-top: 20px;
}

.div-block-314826 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-2288 {
  font-size: 13px;
  line-height: 19px;
}

.paragraph-2288._57557 {
  margin-bottom: 0;
}

.paragraph-2288._57557._98687 {
  margin-top: 10px;
}

.paragraph-2288._57557._79906 {
  margin-top: 10px;
  font-size: 13px;
  line-height: 23px;
}

.div-block-314827 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.div-block-314827._98 {
  justify-content: flex-start;
  margin-top: 10px;
  display: none;
}

.div-block-314828 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-314828._66776 {
  border: 1px solid #e7e7e7;
  border-radius: 11px;
  width: 25%;
  box-shadow: 0 2px 4px #0003;
}

.div-block-314828._66776._444 {
  box-shadow: none;
  background-color: #fff;
  border-style: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23%;
  height: 430px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 0 20px;
}

.div-block-314828._66776._444:hover {
  box-shadow: none;
}

.div-block-314829 {
  width: 12%;
}

.div-block-314830 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-16135 {
  color: #ffc800;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
}

.link-226 {
  color: #000;
  text-align: left;
  font-family: Vollkorn, serif;
  font-size: 17px;
  line-height: 27px;
  text-decoration: none;
}

.div-block-314831 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.div-block-314831.lk {
  background-color: #f5f6f9;
  border-radius: 10px;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-314832 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-314832._65545 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-7638 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.heading-7638._66767._86876 {
  text-align: left;
  margin-top: 20px;
}

.div-block-314833 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-2289 {
  font-size: 13px;
  line-height: 19px;
}

.paragraph-2289._57557 {
  margin-bottom: 0;
}

.paragraph-2289._57557._98687 {
  margin-top: 10px;
}

.paragraph-2289._57557._79906 {
  margin-top: 10px;
  font-size: 13px;
  line-height: 23px;
}

.div-block-314834 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.div-block-314834._98 {
  justify-content: flex-start;
  margin-top: 10px;
  display: none;
}

.div-block-314835 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-314835._66776 {
  border: 1px solid #e7e7e7;
  border-radius: 11px;
  width: 25%;
  box-shadow: 0 2px 4px #0003;
}

.div-block-314835._66776._444 {
  box-shadow: none;
  background-color: #fff;
  border-style: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23%;
  height: 430px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 0 20px;
}

.div-block-314835._66776._444:hover {
  box-shadow: none;
}

.div-block-314836 {
  width: 12%;
}

.div-block-314837 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-16136 {
  color: #ffc800;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
}

.link-227 {
  color: #000;
  text-align: left;
  font-family: Vollkorn, serif;
  font-size: 17px;
  line-height: 27px;
  text-decoration: none;
}

.div-block-314838 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.div-block-314838.lk {
  background-color: #f5f6f9;
  border-radius: 10px;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-314839 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-314839._65545 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-7639 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.heading-7639._66767._86876 {
  text-align: left;
  margin-top: 20px;
}

.div-block-314840 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-2290 {
  font-size: 13px;
  line-height: 19px;
}

.paragraph-2290._57557 {
  margin-bottom: 0;
}

.paragraph-2290._57557._98687 {
  margin-top: 10px;
}

.paragraph-2290._57557._79906 {
  margin-top: 10px;
  font-size: 13px;
  line-height: 23px;
}

.div-block-314841 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.div-block-314841._98 {
  justify-content: flex-start;
  margin-top: 10px;
  display: none;
}

.div-block-314842 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-314842._66776 {
  border: 1px solid #e7e7e7;
  border-radius: 11px;
  width: 25%;
  box-shadow: 0 2px 4px #0003;
}

.div-block-314842._66776._444 {
  box-shadow: none;
  background-color: #fff;
  border-style: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23%;
  height: 430px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 0 20px;
}

.div-block-314842._66776._444:hover {
  box-shadow: none;
}

.div-block-314843 {
  width: 12%;
}

.div-block-314844 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-16137 {
  color: #ffc800;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
}

.link-228 {
  color: #000;
  text-align: left;
  font-family: Vollkorn, serif;
  font-size: 17px;
  line-height: 27px;
  text-decoration: none;
}

.div-block-314845 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.div-block-314845.lk {
  background-color: #f5f6f9;
  border-radius: 10px;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-314846 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-314846._65545 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-7640 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.heading-7640._66767._86876 {
  text-align: left;
  margin-top: 20px;
}

.div-block-314847 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-2291 {
  font-size: 13px;
  line-height: 19px;
}

.paragraph-2291._57557 {
  margin-bottom: 0;
}

.paragraph-2291._57557._98687 {
  margin-top: 10px;
}

.paragraph-2291._57557._79906 {
  margin-top: 10px;
  font-size: 13px;
  line-height: 23px;
}

.div-block-314848 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.div-block-314848._98 {
  justify-content: flex-start;
  margin-top: 10px;
  display: none;
}

.div-block-314849 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-314849._66776 {
  border: 1px solid #e7e7e7;
  border-radius: 11px;
  width: 25%;
  box-shadow: 0 2px 4px #0003;
}

.div-block-314849._66776._444 {
  box-shadow: none;
  background-color: #fff;
  border-style: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23%;
  height: 430px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 0 20px;
}

.div-block-314849._66776._444:hover {
  box-shadow: none;
}

.div-block-314850 {
  width: 12%;
}

.div-block-314851 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-16138 {
  color: #ffc800;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
}

.link-229 {
  color: #000;
  text-align: left;
  font-family: Vollkorn, serif;
  font-size: 17px;
  line-height: 27px;
  text-decoration: none;
}

.div-block-314852 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.div-block-314852.lk {
  background-color: #f5f6f9;
  border-radius: 10px;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-314853 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-314853._65545 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-7641 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.heading-7641._66767._86876 {
  text-align: left;
  margin-top: 20px;
}

.div-block-314854 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-2292 {
  font-size: 13px;
  line-height: 19px;
}

.paragraph-2292._57557 {
  margin-bottom: 0;
}

.paragraph-2292._57557._98687 {
  margin-top: 10px;
}

.paragraph-2292._57557._79906 {
  margin-top: 10px;
  font-size: 13px;
  line-height: 23px;
}

.div-block-314855 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.div-block-314855._98 {
  justify-content: flex-start;
  margin-top: 10px;
  display: none;
}

.div-block-314856 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-314856._66776 {
  border: 1px solid #e7e7e7;
  border-radius: 11px;
  width: 25%;
  box-shadow: 0 2px 4px #0003;
}

.div-block-314856._66776._444 {
  box-shadow: none;
  background-color: #fff;
  border-style: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23%;
  height: 430px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 0 20px;
}

.div-block-314856._66776._444:hover {
  box-shadow: none;
}

.div-block-314857 {
  width: 12%;
}

.div-block-314858 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-16139 {
  color: #ffc800;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
}

.link-230 {
  color: #000;
  text-align: left;
  font-family: Vollkorn, serif;
  font-size: 17px;
  line-height: 27px;
  text-decoration: none;
}

.div-block-314859 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.div-block-314859.lk {
  background-color: #f5f6f9;
  border-radius: 10px;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-314860 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-314860._65545 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-7642 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.heading-7642._66767._86876 {
  text-align: left;
  margin-top: 20px;
}

.div-block-314861 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-2293 {
  font-size: 13px;
  line-height: 19px;
}

.paragraph-2293._57557 {
  margin-bottom: 0;
}

.paragraph-2293._57557._98687 {
  margin-top: 10px;
}

.paragraph-2293._57557._79906 {
  margin-top: 10px;
  font-size: 13px;
  line-height: 23px;
}

.div-block-314862 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.div-block-314862._98 {
  justify-content: flex-start;
  margin-top: 10px;
  display: none;
}

.div-block-314863 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-314863._66776 {
  border: 1px solid #e7e7e7;
  border-radius: 11px;
  width: 25%;
  box-shadow: 0 2px 4px #0003;
}

.div-block-314863._66776._444 {
  box-shadow: none;
  background-color: #fff;
  border-style: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23%;
  height: 430px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 0 20px;
}

.div-block-314863._66776._444:hover {
  box-shadow: none;
}

.div-block-314864 {
  width: 12%;
}

.div-block-314865 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-16140 {
  color: #ffc800;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
}

.link-231 {
  color: #000;
  text-align: left;
  font-family: Vollkorn, serif;
  font-size: 17px;
  line-height: 27px;
  text-decoration: none;
}

.div-block-314866 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.div-block-314866.lk {
  background-color: #f5f6f9;
  border-radius: 10px;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-314867 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-314867._65545 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-7643 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.heading-7643._66767._86876 {
  text-align: left;
  margin-top: 20px;
}

.div-block-314868 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-2294 {
  font-size: 13px;
  line-height: 19px;
}

.paragraph-2294._57557 {
  margin-bottom: 0;
}

.paragraph-2294._57557._98687 {
  margin-top: 10px;
}

.paragraph-2294._57557._79906 {
  margin-top: 10px;
  font-size: 13px;
  line-height: 23px;
}

.div-block-314869 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.div-block-314869._98 {
  justify-content: flex-start;
  margin-top: 10px;
  display: none;
}

.div-block-314870 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-314870._66776 {
  border: 1px solid #e7e7e7;
  border-radius: 11px;
  width: 25%;
  box-shadow: 0 2px 4px #0003;
}

.div-block-314870._66776._444 {
  box-shadow: none;
  background-color: #fff;
  border-style: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23%;
  height: 430px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 0 20px;
}

.div-block-314870._66776._444:hover {
  box-shadow: none;
}

.div-block-314871 {
  width: 12%;
}

.div-block-314872 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-16141 {
  color: #ffc800;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
}

.link-232 {
  color: #000;
  text-align: left;
  font-family: Vollkorn, serif;
  font-size: 17px;
  line-height: 27px;
  text-decoration: none;
}

.div-block-314873 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.div-block-314873.lk {
  background-color: #f5f6f9;
  border-radius: 10px;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-314874 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-314874._65545 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-7644 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.heading-7644._66767._86876 {
  text-align: left;
  margin-top: 20px;
}

.div-block-314875 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-2295 {
  font-size: 13px;
  line-height: 19px;
}

.paragraph-2295._57557 {
  margin-bottom: 0;
}

.paragraph-2295._57557._98687 {
  margin-top: 10px;
}

.paragraph-2295._57557._79906 {
  margin-top: 10px;
  font-size: 13px;
  line-height: 23px;
}

.div-block-314876 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.div-block-314876._98 {
  justify-content: flex-start;
  margin-top: 10px;
  display: none;
}

.div-block-314877 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-314877._66776 {
  border: 1px solid #e7e7e7;
  border-radius: 11px;
  width: 25%;
  box-shadow: 0 2px 4px #0003;
}

.div-block-314877._66776._444 {
  box-shadow: none;
  background-color: #fff;
  border-style: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23%;
  height: 430px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 0 20px;
}

.div-block-314877._66776._444:hover {
  box-shadow: none;
}

.div-block-314878 {
  width: 12%;
}

.div-block-314879 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-16142 {
  color: #ffc800;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
}

.link-233 {
  color: #000;
  text-align: left;
  font-family: Vollkorn, serif;
  font-size: 17px;
  line-height: 27px;
  text-decoration: none;
}

.div-block-314880 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.div-block-314880.lk {
  background-color: #f5f6f9;
  border-radius: 10px;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-314881 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-314881._65545 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-7645 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.heading-7645._66767._86876 {
  text-align: left;
  margin-top: 20px;
}

.div-block-314882 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-2296 {
  font-size: 13px;
  line-height: 19px;
}

.paragraph-2296._57557 {
  margin-bottom: 0;
}

.paragraph-2296._57557._98687 {
  margin-top: 10px;
}

.paragraph-2296._57557._79906 {
  margin-top: 10px;
  font-size: 13px;
  line-height: 23px;
}

.div-block-314883 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.div-block-314883._98 {
  justify-content: flex-start;
  margin-top: 10px;
  display: none;
}

.div-block-314884 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-314884._66776 {
  border: 1px solid #e7e7e7;
  border-radius: 11px;
  width: 25%;
  box-shadow: 0 2px 4px #0003;
}

.div-block-314884._66776._444 {
  box-shadow: none;
  background-color: #fff;
  border-style: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23%;
  height: 430px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 0 20px;
}

.div-block-314884._66776._444:hover {
  box-shadow: none;
}

.div-block-314885 {
  width: 12%;
}

.div-block-314886 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-16143 {
  color: #ffc800;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
}

.link-234 {
  color: #000;
  text-align: left;
  font-family: Vollkorn, serif;
  font-size: 17px;
  line-height: 27px;
  text-decoration: none;
}

.div-block-314887 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.div-block-314887.lk {
  background-color: #f5f6f9;
  border-radius: 10px;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-314888 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-314888._65545 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-7646 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.heading-7646._66767._86876 {
  text-align: left;
  margin-top: 20px;
}

.div-block-314889 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-2297 {
  font-size: 13px;
  line-height: 19px;
}

.paragraph-2297._57557 {
  margin-bottom: 0;
}

.paragraph-2297._57557._98687 {
  margin-top: 10px;
}

.paragraph-2297._57557._79906 {
  margin-top: 10px;
  font-size: 13px;
  line-height: 23px;
}

.div-block-314890 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.div-block-314890._98 {
  justify-content: flex-start;
  margin-top: 10px;
  display: none;
}

.div-block-314891 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-314891._66776 {
  border: 1px solid #e7e7e7;
  border-radius: 11px;
  width: 25%;
  box-shadow: 0 2px 4px #0003;
}

.div-block-314891._66776._444 {
  box-shadow: none;
  background-color: #fff;
  border-style: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23%;
  height: 430px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 0 20px;
}

.div-block-314891._66776._444:hover {
  box-shadow: none;
}

.div-block-314892 {
  width: 12%;
}

.div-block-314893 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-16144 {
  color: #ffc800;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
}

.link-235 {
  color: #000;
  text-align: left;
  font-family: Vollkorn, serif;
  font-size: 17px;
  line-height: 27px;
  text-decoration: none;
}

.div-block-314894 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.div-block-314894.lk {
  background-color: #f5f6f9;
  border-radius: 10px;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-314895 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-314895._65545 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-7647 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.heading-7647._66767._86876 {
  text-align: left;
  margin-top: 20px;
}

.div-block-314896 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-2298 {
  font-size: 13px;
  line-height: 19px;
}

.paragraph-2298._57557 {
  margin-bottom: 0;
}

.paragraph-2298._57557._98687 {
  margin-top: 10px;
}

.paragraph-2298._57557._79906 {
  margin-top: 10px;
  font-size: 13px;
  line-height: 23px;
}

.div-block-314897 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.div-block-314897._98 {
  justify-content: flex-start;
  margin-top: 10px;
  display: none;
}

.div-block-314898 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-314898._66776 {
  border: 1px solid #e7e7e7;
  border-radius: 11px;
  width: 25%;
  box-shadow: 0 2px 4px #0003;
}

.div-block-314898._66776._444 {
  box-shadow: none;
  background-color: #fff;
  border-style: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23%;
  height: 430px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 0 20px;
}

.div-block-314898._66776._444:hover {
  box-shadow: none;
}

.div-block-314899 {
  width: 12%;
}

.div-block-314900 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-16145 {
  color: #ffc800;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
}

.image-32778 {
  border-radius: 10px;
  width: 100%;
}

.div-block-314136 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.div-block-314137 {
  justify-content: center;
  align-items: center;
  width: 28%;
  display: flex;
}

.div-block-314137._0-23 {
  margin-left: 20px;
}

.image-10 {
  width: 173.172px;
}

.image-11 {
  width: 171px;
}

.div-block-314901 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.heading-7648 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vollkorn, serif;
  font-size: 25px;
  line-height: 35px;
}

.text-block-16146 {
  color: #000;
  font-size: 15px;
}

.section-236 {
  padding: 100px 20px;
}

.container-1358 {
  max-width: 1300px;
}

.heading-7649 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.heading-7649._66767._86876 {
  text-align: left;
  margin-top: 20px;
}

.link-236 {
  color: #000;
  text-align: left;
  font-family: Vollkorn, serif;
  font-size: 17px;
  line-height: 27px;
  text-decoration: none;
}

.paragraph-2299 {
  font-size: 13px;
  line-height: 19px;
}

.paragraph-2299._57557 {
  margin-bottom: 0;
}

.paragraph-2299._57557._98687 {
  margin-top: 10px;
  font-size: 14px;
}

.paragraph-2299._57557._79906 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 23px;
}

.div-block-314902 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-314903 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-314903._66776 {
  border: 1px solid #e7e7e7;
  border-radius: 11px;
  width: 25%;
  box-shadow: 0 2px 4px #0003;
}

.div-block-314903._66776._444 {
  box-shadow: none;
  background-color: #fff;
  border-style: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23%;
  height: 430px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 0 20px;
}

.div-block-314903._66776._444:hover {
  box-shadow: none;
}

.div-block-314904 {
  width: 12%;
}

.div-block-314905 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.div-block-314905.lk {
  background-color: #f5f6f9;
  border-radius: 10px;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-211176 {
  text-align: center;
  background-color: #f68b21;
  border-radius: 50px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-family: Vollkorn, serif;
  font-size: 17px;
  line-height: 27px;
}

.button-211176:hover {
  background-color: #000;
}

.div-block-314906 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-314906._65545 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-314907 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-16147 {
  color: #ffc800;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
}

.div-block-314908 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.div-block-314908._98 {
  justify-content: flex-start;
  margin-top: 10px;
  display: none;
}

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

.div-block-314910 {
  width: 100%;
  display: flex;
}

.div-block-314910._1 {
  margin-top: 20px;
}

.div-block-314911 {
  width: 20%;
}

.div-block-314911._1 {
  border: 1px solid #bebebe;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px;
  display: flex;
}

.div-block-314911._1.t {
  border-top-style: none;
}

.div-block-314911._1.t.l, .div-block-314911._1.t.bd {
  border-radius: 0 0 10px 10px;
}

.div-block-314912 {
  background-color: #d6d6d6;
  border-radius: 50px;
  width: 100%;
  height: 7px;
  margin-top: 10px;
  display: flex;
}

.div-block-314913 {
  background-color: #f68b21;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  width: 20%;
  height: 100%;
  display: flex;
}

.div-block-314913._1 {
  background-color: #f68b2100;
  justify-content: flex-end;
  align-items: center;
}

.text-block-16148 {
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
}

.text-block-16149 {
  padding-top: 5px;
  font-family: Poppins, Times New Roman, sans-serif;
}

.div-block-314914 {
  background-color: #979797;
  border-radius: 100px;
  width: 7.5px;
  height: 7.5px;
}

.image-32779 {
  width: 50px;
}

.div-block-314915 {
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.div-block-314916 {
  width: 48%;
}

.div-block-314917 {
  border-radius: 5px;
  width: 100%;
}

.div-block-314918 {
  padding-left: 100px;
}

.div-block-314918._1 {
  padding-left: 73px;
}

.div-block-314919 {
  width: 48%;
}

.image-32780 {
  border-radius: 10px;
  width: 100%;
}

.dropdown-14 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-32785 {
  filter: contrast(180%);
}

.button-211177 {
  text-align: center;
  background-color: #00a150;
  border-radius: 4px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  margin-bottom: 5px;
  margin-left: 20px;
  padding: 0 40px 0 20px;
  font-family: Open Sans, sans-serif;
  font-size: 23px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-211177.hide {
  display: none;
}

.button-211177.nav {
  color: #5092cc;
  background-color: #d21018;
  width: 144px;
  margin-bottom: 0;
  margin-left: 0;
}

.button-211177.nav.q {
  background-color: #09466a;
  width: 152px;
  margin-top: 30px;
}

.button-211177.nav.q._0-96 {
  justify-content: flex-start;
  margin-top: -48px;
}

.button-211177.nav.q._0-96.navi {
  background-color: #ff9e18;
  border-radius: 10px;
  width: 154px;
  margin-top: 0;
}

.button-211177.nav.q._0-96.navi.mjyg {
  padding-right: 20px;
}

.image-32786 {
  width: 16px;
}

.image-32786._1 {
  width: 30px;
}

.dropdown-15 {
  display: none;
}

.text-block-16150 {
  color: #5c5c5c;
  font-size: 15px;
}

.div-block-314920 {
  background-color: #fff;
  border: 1px solid #99999c73;
  border-radius: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 35px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  display: flex;
}

.div-block-314920._1 {
  justify-content: flex-end;
  align-items: center;
  width: 50px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.paragraph-2300 {
  color: #fff;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.div-block-314921 {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.image-32787 {
  width: 70%;
  height: 70%;
}

.dropdown-link-22 {
  border-bottom: 1px solid #000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
}

.dropdown-link-22:hover {
  background-color: #c9c9c9;
}

.text-block-16151 {
  color: #000;
  font-size: 15px;
}

.nav-menu-13 {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu-13.margi-n.side {
  width: auto;
}

.dropdown-list-10 {
  width: 100px;
}

.dropdown-list-10.w--open {
  background-color: #fff;
  border: 1px solid #99999c73;
  border-radius: 10px;
  width: 170px;
  top: 31px;
  right: 0;
}

.div-block-314923 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.dropdown-list-11 {
  border-radius: 10px;
}

.dropdown-list-11.w--open {
  background-color: #fff;
  border: 1px solid #000;
}

.brand-13 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  width: 310px;
  height: 100px;
  padding-top: 10px;
  display: flex;
}

.brand-13.w--current {
  flex-direction: row-reverse;
}

.text-block-16152 {
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: none;
}

.text-block-16152._2 {
  color: #5c5c5c;
  font-family: Vollkorn, serif;
  font-size: 16px;
  line-height: 16px;
  display: flex;
}

.nav-link-48 {
  color: #000;
  text-transform: uppercase;
  border: 1px solid #0000;
  padding: 3px 7px 2px;
  font-family: Merriweather, serif;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.nav-link-48:hover {
  border: 1px solid #c29c87;
}

.nav-link-48.w--current {
  color: #cdaa7c;
  border-color: #cdaa7c;
}

.nav-link-48.pr {
  color: #5c5c5c;
  text-transform: none;
  border-style: none;
  margin-right: 29px;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-weight: 400;
}

.nav-link-48.pr:hover {
  color: #ff9400;
  border-style: none;
}

.div-block-314924 {
  z-index: 999;
  border: 1px solid #d8d8d8;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
  box-shadow: 0 2px 15px #83838333;
}

.dropdown-link-23 {
  border-bottom: 1px solid #99999c73;
  font-size: 16px;
}

.dropdown-link-23:hover {
  background-color: #c9c9c9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.dropdown-link-23.w--current {
  color: #333;
}

.dropdown-link-23._0501 {
  border-bottom-color: #99999c73;
}

.dropdown-link-23._0501:hover {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.icon-54 {
  color: #5c5c5c;
  margin-right: 0;
}

.container-1359 {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.dropdown-link-24 {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 16px;
}

.dropdown-link-24:hover {
  background-color: #c9c9c9;
}

.dropdown-link-24.w--current {
  color: #333;
}

.dropdown-toggle-16 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-toggle-16.w--open {
  padding-bottom: 10px;
}

.dropdown-link-25 {
  border-bottom: 1px solid #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
}

.dropdown-link-25:hover {
  background-color: #c9c9c9;
}

.link-237 {
  color: #5c5c5c;
  text-decoration: none;
}

.dropdown-link-26 {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
}

.dropdown-link-26:hover {
  background-color: #c9c9c9;
}

.dropdown-toggle-17 {
  margin-right: 10px;
  padding: 0 20px 0 0;
}

.dropdown-16 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-32788 {
  filter: contrast(180%);
}

.button-211178 {
  text-align: center;
  background-color: #00a150;
  border-radius: 4px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  margin-bottom: 5px;
  margin-left: 20px;
  padding: 0 40px 0 20px;
  font-family: Open Sans, sans-serif;
  font-size: 23px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-211178.hide {
  display: none;
}

.button-211178.nav {
  color: #5092cc;
  background-color: #d21018;
  width: 144px;
  margin-bottom: 0;
  margin-left: 0;
}

.button-211178.nav.q {
  background-color: #09466a;
  width: 152px;
  margin-top: 30px;
}

.button-211178.nav.q._0-96 {
  justify-content: flex-start;
  margin-top: -48px;
}

.button-211178.nav.q._0-96.navi {
  background-color: #ff9e18;
  border-radius: 10px;
  width: 154px;
  margin-top: 0;
}

.button-211178.nav.q._0-96.navi.mjyg {
  padding-right: 20px;
}

.image-32789 {
  width: 16px;
}

.image-32789._1 {
  width: 30px;
}

.dropdown-17 {
  display: none;
}

.text-block-16153 {
  color: #5c5c5c;
  font-size: 15px;
}

.div-block-314925 {
  background-color: #fff;
  border: 1px solid #99999c73;
  border-radius: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 35px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  display: flex;
}

.div-block-314925._1 {
  justify-content: flex-end;
  align-items: center;
  width: 50px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.paragraph-2301 {
  color: #fff;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.div-block-314926 {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.image-32790 {
  width: 70%;
  height: 70%;
}

.dropdown-link-27 {
  border-bottom: 1px solid #000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
}

.dropdown-link-27:hover {
  background-color: #c9c9c9;
}

.text-block-16154 {
  color: #000;
  font-size: 15px;
}

.nav-menu-14 {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu-14.margi-n.side {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: 0;
  padding-left: 220px;
}

.dropdown-list-12 {
  width: 100px;
}

.dropdown-list-12.w--open {
  background-color: #fff;
  border: 1px solid #99999c73;
  border-radius: 10px;
  width: 170px;
  top: 31px;
  right: 0;
}

.div-block-314928 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.dropdown-list-13 {
  border-radius: 10px;
}

.dropdown-list-13.w--open {
  background-color: #fff;
  border: 1px solid #000;
}

.brand-14 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  width: 310px;
  height: 100px;
  padding-top: 10px;
  display: flex;
}

.brand-14.w--current {
  flex-direction: row-reverse;
}

.text-block-16155 {
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: none;
}

.text-block-16155._2 {
  color: #5c5c5c;
  font-family: Vollkorn, serif;
  font-size: 16px;
  line-height: 16px;
  display: flex;
}

.nav-link-49 {
  color: #000;
  text-transform: uppercase;
  border: 1px solid #0000;
  padding: 3px 7px 2px;
  font-family: Merriweather, serif;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.nav-link-49:hover {
  border: 1px solid #c29c87;
}

.nav-link-49.w--current {
  color: #cdaa7c;
  border-color: #cdaa7c;
}

.nav-link-49.pr {
  color: #5c5c5c;
  text-transform: none;
  border-style: none;
  margin-right: 29px;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-weight: 400;
}

.nav-link-49.pr:hover {
  color: #ff9400;
  border-style: none;
}

.nav-menu-15 {
  padding-top: 20px;
  display: flex;
}

.div-block-314929 {
  z-index: 999;
  border: 1px solid #d8d8d8;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
  box-shadow: 0 2px 15px #83838333;
}

.dropdown-link-28 {
  border-bottom: 1px solid #99999c73;
  font-size: 16px;
}

.dropdown-link-28:hover {
  background-color: #c9c9c9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.dropdown-link-28.w--current {
  color: #333;
}

.dropdown-link-28._0501 {
  border-bottom-color: #99999c73;
}

.dropdown-link-28._0501:hover {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.icon-57 {
  color: #5c5c5c;
  margin-right: 0;
}

.container-1360 {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.dropdown-link-29 {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 16px;
}

.dropdown-link-29:hover {
  background-color: #c9c9c9;
}

.dropdown-link-29.w--current {
  color: #333;
}

.dropdown-toggle-18 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-toggle-18.w--open {
  padding-bottom: 10px;
}

.link-238 {
  color: #5c5c5c;
  text-decoration: none;
}

.dropdown-link-30 {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
}

.dropdown-link-30:hover {
  background-color: #c9c9c9;
}

.dropdown-toggle-19 {
  margin-right: 10px;
  padding: 0 20px 0 0;
}

.image-32791, .image-32792, .image-32793, .image-32794, .image-32795 {
  cursor: pointer;
}

.div-block-314930 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 17%;
  padding-top: 20px;
  padding-left: 10px;
  display: flex;
}

.div-block-314930._1 {
  justify-content: flex-start;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-32796 {
  width: 25px;
}

.text-block-16156 {
  color: #000;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.text-block-16157 {
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.text-block-16157.o1 {
  font-family: Poppins, Times New Roman, sans-serif;
}

.butnn {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  margin-top: 20px;
  display: flex;
}

.div-block-314931 {
  border: 1px solid #bdbdbd;
  justify-content: space-between;
  width: 140px;
  display: flex;
}

.div-block-314932 {
  cursor: pointer;
  background-image: url('../images/icons8-subtraction-24_1icons8-subtraction-24.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 17px;
  width: 44px;
}

.div-block-314932._1 {
  background-image: url('../images/icons8-plus-24_1icons8-plus-24.png');
  background-size: 17px;
}

.div-block-314933 {
  border-left: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 41px;
  display: flex;
}

.text-block-16158 {
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
}

.image-32797 {
  border-radius: 10px;
  width: 100%;
}

.link-block-184, .link-block-185, .link-block-186, .link-block-187 {
  width: 100%;
}

.section-237 {
  padding: 100px 20px;
  overflow: hidden;
}

.container-1361 {
  max-width: 1300px;
}

.div-block-314934 {
  border: 1px solid #dadada;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
}

.div-block-314934._1 {
  border-radius: 5px;
  width: 140px;
  height: 41px;
}

.div-block-314934._1.bdr {
  text-transform: uppercase;
  border-top-style: solid;
  border-bottom-style: solid;
}

.text-block-16159 {
  font-size: 17px;
  font-weight: 700;
}

.text-block-16159._1 {
  color: #3333335c;
  text-transform: capitalize;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 14px;
}

.text-block-16159._1.bttn {
  color: #333c;
  font-size: 17px;
  font-weight: 500;
}

.image-32798 {
  border-radius: 10px;
  width: 100%;
}

.image-32798.imm {
  width: 100%;
}

.div-block-314935 {
  justify-content: space-between;
  padding: 10px;
  display: flex;
}

.div-block-314936 {
  justify-content: space-between;
  width: 55%;
  display: flex;
}

.button-211179 {
  color: #000;
  background-color: #00000052;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  font-family: Poppins, Times New Roman, sans-serif;
  font-weight: 500;
  display: flex;
}

.button-211179.wi {
  width: 170px;
}

.button-211179.wi.cl {
  color: #fff;
  background-color: #f58b20;
}

.div-block-314937 {
  width: 58%;
  margin-top: 100px;
  margin-left: auto;
}

.div-block-314937.ctl {
  display: none;
}

.heading-7650 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.button-211180 {
  text-transform: uppercase;
  background-color: #f58b20;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.section-238 {
  padding: 100px 20px;
}

.container-1362 {
  max-width: 1300px;
}

.div-block-314938 {
  width: 58%;
}

.div-block-314938.nrr {
  border: 1px solid silver;
  border-radius: 10px;
  width: 50%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-7651 {
  color: #000;
  margin-bottom: 40px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.div-block-314939 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-314940 {
  width: 48%;
}

.field-label-8 {
  color: #000;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  display: none;
}

.field-label-9 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.text-field-12 {
  border-radius: 5px;
  height: 50px;
  font-family: Poppins, Times New Roman, sans-serif;
}

.text-field-12::placeholder {
  font-family: Poppins, Times New Roman, sans-serif;
}

.text-field-13 {
  border-radius: 5px;
  height: 50px;
  font-family: Poppins, Times New Roman, sans-serif;
}

.text-field-13::placeholder {
  font-family: Poppins, Times New Roman, sans-serif;
}

.text-field-14 {
  border-radius: 5px;
  height: 50px;
  font-family: Poppins, Times New Roman, sans-serif;
}

.text-field-14::placeholder {
  font-family: Poppins, Times New Roman, sans-serif;
}

.text-field-15 {
  border-radius: 5px;
  height: 50px;
}

.submit-button-7 {
  text-transform: uppercase;
  background-color: #f58b20;
  border-radius: 5px;
  padding: 10px 20px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.textarea-3 {
  border-radius: 5px;
  height: 75px;
  min-height: 75px;
}

.div-block-314941 {
  width: 20%;
}

.div-block-314942 {
  width: 100%;
  padding-left: 0;
  padding-right: 20px;
}

.heading-7652 {
  color: #000;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 31px;
}

.heading-7652._1 {
  color: #cecece;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 21px;
}

.div-block-314943 {
  border-bottom: 2px solid #dfdfdf;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.text-field-16, .text-field-17, .field-label-10, .field-label-11 {
  display: none;
}

.checkbox-label-2 {
  color: #000;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
}

.div-block-314944 {
  border-bottom: 2px solid #dfdfdf;
  padding-bottom: 5px;
}

.div-block-314944._1, .checkbox-field-2 {
  padding-top: 10px;
}

.checkbox-field-3 {
  text-align: left;
  padding-bottom: 10px;
}

.checkbox-field-4 {
  padding-top: 10px;
}

.form-13 {
  text-align: left;
}

.div-block-314945 {
  background-image: linear-gradient(#ffffff3d, #ffffff3d), url('../images/18542_copy-removebg-preview.png'), url('../images/8810733.jpg');
  background-position: 0 0, 100% 100%, 50%;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, contain, cover;
  border-radius: 10px;
  width: 41%;
  padding-left: 20px;
  padding-right: 20px;
}

.slider-29 {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

.div-block-314946 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  display: flex;
}

.left-arrow-36 {
  background-color: #f58b20;
  border-radius: 10px;
  width: 35px;
  height: 35px;
  left: -37px;
}

.right-arrow-47 {
  background-color: #f58b20;
  border-radius: 10px;
  width: 35px;
  height: 35px;
  right: -37px;
}

.slide-nav-11 {
  display: none;
}

.div-block-314947 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-32799 {
  width: 100%;
  max-width: none;
  height: 10px;
}

.div-block-314948 {
  background-color: #ccc;
  border-radius: 50px;
  width: 85%;
  height: 5px;
  margin-top: 10px;
}

.div-block-314949 {
  background-color: #f58b20;
  border-radius: 50px;
  width: 70%;
  height: 100%;
}

.text-block-16160 {
  text-align: right;
  padding-top: 10px;
  padding-right: 50px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.text-block-16161 {
  text-align: right;
  display: none;
}

.icon-58, .icon-59 {
  font-size: 25px;
}

.link-block-188 {
  text-decoration: none;
}

.list-item-32 {
  font-family: Poppins, Times New Roman, sans-serif;
}

.div-block-314950 {
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  padding: 10px;
  display: flex;
}

.div-block-314950.width {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-left: 0;
}

.text-block-16162 {
  display: none;
}

.div-block-314951 {
  align-items: center;
  width: 60px;
  height: 95px;
  display: flex;
  position: absolute;
  inset: -100% 0% 0%;
}

.bold-text-385 {
  color: #000;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 500;
}

.link-block-189 {
  background-color: #384a8c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
  padding: 5px;
  display: flex;
}

.link-block-190 {
  justify-content: flex-start;
  align-items: center;
  font-family: Poppins, Times New Roman, sans-serif;
  line-height: 36px;
  text-decoration: none;
  display: flex;
}

.link-block-190._1 {
  display: none;
}

.div-block-314952 {
  display: flex;
}

.text-block-16163 {
  color: #000;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 20px;
}

.text-block-16163._2 {
  color: #fff;
  text-align: left;
  border-bottom: 1px #686868;
  max-width: 130px;
  margin-bottom: 20px;
  font-size: 20px;
}

.text-block-16163._2._22 {
  margin-bottom: 20px;
  font-weight: 700;
}

.text-block-16163._2._3 {
  max-width: 90px;
  margin-bottom: 20px;
}

.text-block-16163.info {
  text-transform: lowercase;
}

.list-24 {
  text-align: left;
}

.div-block-314953 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-16164 {
  color: #ff9400;
  padding-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  text-decoration: none;
}

.link-block-191 {
  letter-spacing: .4px;
  margin-bottom: 48px;
  font-size: 24px;
  line-height: 32px;
}

.link-block-191._2 {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.div-block-314954 {
  margin-left: -15px;
  margin-right: -15px;
}

.div-block-314955 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-field-18 {
  width: 510px;
  height: 80px;
  margin-bottom: 0;
  padding-left: 30px;
}

.div-block-314956 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35%;
  display: flex;
}

.image-32800 {
  width: 20px;
  height: 20px;
}

.paragraph-2302 {
  color: #636e8e;
  font-family: Bitter, serif;
  font-size: 16px;
}

.paragraph-2302.copy {
  margin-bottom: 0;
  display: block;
}

.form-14 {
  margin-top: 60px;
  padding-left: 10px;
  padding-right: 20px;
}

.heading-7653 {
  color: #fff;
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 60px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}

.list-item-33 {
  color: #d0d3d8;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
}

.div-block-314957 {
  display: flex;
}

.list-25 {
  margin-top: 25px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.list-25.hide {
  display: none;
}

.list-item-34 {
  font-family: Poppins, Times New Roman, sans-serif;
}

.div-block-314958 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-314958:hover {
  color: #48d5e2;
  text-align: left;
}

.div-block-314958._02 {
  margin-right: 10px;
}

.link-block-192 {
  color: #333;
  text-decoration: none;
}

.div-block-314959 {
  overflow: hidden;
}

.div-block-314960 {
  padding-left: 15px;
  padding-right: 15px;
}

.div-block-314960.hide {
  display: none;
}

.heading-7654 {
  color: #0c0c0c;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.form-block-12 {
  margin-bottom: 0;
}

.div-block-314961 {
  margin-top: -2px;
}

.container-1363 {
  max-width: 1600px;
  padding-left: 10px;
  padding-right: 10px;
}

.submit-button-8 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
}

.submit-button-8.link-block-8 {
  background-size: 25px;
}

.list-26 {
  text-align: left;
  padding-left: 0;
}

.text-block-16165 {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-size: 18px;
  display: flex;
}

.text-block-16165:hover {
  color: #062343;
  background-color: #d7af2c;
  border-color: #0000;
}

.text-block-16165.size {
  color: #000;
  background-color: #fff;
  border-color: #ffdfd3;
  width: 45px;
  height: 45px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 23px;
}

.text-block-16165.size:hover {
  color: #f68b21;
  border-color: #000;
}

.dropdown-list-14 {
  background-color: #968484;
}

.dropdown-list-14.w--open {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-link-31 {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.dropdown-list-15 {
  background-color: #fcd0d0;
}

.dropdown-list-15.w--open {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-link-32 {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.canvas-item {
  z-index: 1;
  display: none;
  position: absolute;
  inset: 0%;
}

.section-239 {
  background-color: #000;
  padding: 80px 20px;
}

.container-1291 {
  max-width: 1400px;
}

.div-block-313447, .image-32756 {
  width: 100%;
}

.div-block-314962 {
  z-index: -1;
  opacity: .7;
  position: absolute;
  inset: auto -7% -1% auto;
}

.div-block-314962._1 {
  inset: -3.5% -3.5% auto auto;
}

.div-block-314962._1.tl {
  opacity: 1;
  display: none;
  right: 0%;
}

.image-32801 {
  width: 250px;
}

.image-32801._1 {
  width: 350px;
}

.image-32801._1.l {
  width: 300px;
}

.image-32801._1.tl {
  width: 241px;
  display: none;
}

.div-block-314963 {
  z-index: -1;
  width: 320px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-32802 {
  opacity: .21;
  width: 100%;
}

.heading-medium {
  margin-bottom: 0;
  font-family: Vollkorn, serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

.faq__item-answer {
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-left: 1rem;
  margin-right: .5rem;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  box-shadow: inset 0 4px 0 -1px #0000000d, 2px 2px 3px #0000001a;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.faq__item-question {
  color: #fff;
  cursor: pointer;
  background-color: #ff9400;
  border-radius: 5px;
  align-items: center;
  padding: .6rem 1rem;
  display: flex;
  box-shadow: 5px 5px 10px #0000000d;
}

.faq__item-question-plus {
  filter: invert();
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1.5rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.div-block-314964 {
  flex-flow: column;
  display: flex;
}

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

.button-88 {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  transform: scale3d(1none, 1none, 1none);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #f58b20;
  border: 4px #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 140px;
  margin-top: 10px;
  padding: 10px 20px;
  text-decoration: none;
  transition: none;
  display: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px #000;
}

.button-88:hover {
  background-image: radial-gradient(circle at 50% 120%, #f58b20 100%, #844b11 100%, #000);
  border: 4px #f58b20;
  transform: scale(1);
  box-shadow: 0 0 60px 5px #f58b20;
}

.star-box-88 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 28px;
  height: 28px;
}

.star-1 {
  opacity: .3;
  width: 10px;
  display: flex;
}

.star-2 {
  float: right;
  opacity: .7;
  width: 20px;
  margin-top: -6px;
  display: flex;
}

.star-3 {
  opacity: .5;
  width: 13px;
  display: flex;
  position: relative;
  top: -6px;
}

.button-text-88 {
  z-index: 2;
  color: #fff;
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  transform-style: preserve-3d;
  background-image: linear-gradient(90deg, #fff 100%, #fff0);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
  position: relative;
  transform: translate3d(0, 0, 80px);
}

.button-text-88.hide {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  display: none;
}

.button-94 {
  z-index: 1;
  background-color: #ff9400;
  border: 2px solid #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 140px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-94.btnsize {
  width: 230px;
}

.box-shadow-94 {
  z-index: 0;
  opacity: 0;
  filter: blur(15px);
  background-image: linear-gradient(90deg, #f58b20, #f58b20);
  border-radius: 10px;
  width: 100%;
  height: 110%;
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
}

.button-94-overflow-box {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 155px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-94-overflow-box.sizebtn {
  width: 100%;
}

.gradient-button-box-94 {
  width: 155px;
  height: 100%;
  display: flex;
  position: absolute;
}

.button-text-box-94 {
  background-color: #f58b20;
  background-image: none;
  width: 155px;
  height: 100%;
  margin-left: -1px;
  position: relative;
}

.button-text-94 {
  z-index: 1;
  color: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 10px 20px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  position: relative;
}

.button-text-94:hover {
  color: #fff;
}

.dropdown-18 {
  width: 75px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.dropdown-18.l {
  width: 85px;
  margin-left: 0;
}

.dropdown-18.l.o {
  margin-right: 20px;
  display: block;
}

.dropdown-18.l.o.ol {
  display: none;
}

.dropdown-18.l.o._1l {
  width: 100%;
}

.dropdown-18.o {
  width: auto;
}

.dropdown-18.o._1 {
  width: 170px;
  margin-left: auto;
  margin-right: 0;
}

.dropdown-toggle {
  border: 1px solid #99999c73;
  border-radius: 10px;
  width: 100%;
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 14px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  background-color: #fdfdfd;
}

.dropdown-toggle.l {
  width: 41%;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.dropdown-toggle.l.block {
  color: #b1b1b1;
  width: 55%;
  height: 41px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
}

.icon {
  color: #5c5c5c;
  margin-right: 10px;
}

.image-32803 {
  width: 30px;
}

.dropdown-list-16 {
  background-color: #fff;
  border-radius: 10px;
  width: 140px;
  display: block;
  overflow: hidden;
  box-shadow: 0 10px 40px #3d3d3d94;
}

.dropdown-list-16._1 {
  left: -41px;
}

.dropdown-list-16._1.l {
  width: 170px;
}

.dropdown-list-16.l {
  width: 100%;
  margin-top: 5px;
  position: relative;
}

.dropdown-list-16.l.block {
  width: 210px;
  min-width: 210px;
  height: 210px;
  min-height: 210px;
  padding-top: 10px;
}

.div-block-314965 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.div-block-314965.l {
  padding-top: 10px;
}

.div-block-314965.l.block {
  flex-flow: column;
  width: 210px;
  height: 210px;
}

.div-block-314965._1 {
  padding-bottom: 0;
}

.dropdown-link {
  border-top: 1px #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  padding-left: 10px;
  font-size: 14px;
  transition: all .2s;
}

.dropdown-link:hover {
  background-color: #f5f6f8;
  box-shadow: inset 2px 0 #ff9400;
}

.dropdown-link._1 {
  text-align: left;
  border-top-style: none;
  border-bottom-style: none;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 14px;
}

.dropdown-link._1.l {
  border-top-style: solid;
  border-bottom-style: none;
  font-weight: 400;
}

.dropdown-19 {
  width: 75px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.dropdown-19._1 {
  width: 75px;
  height: 35px;
  margin-top: 0;
  padding-top: 0;
}

.dropdown-19._1.l {
  margin-right: 0;
}

.dropdown-19._1.l.ol {
  width: 120px;
  display: block;
}

.dropdown-19._1.l.ol.size {
  width: 100%;
  margin-top: 20px;
  display: block;
}

.dropdown-toggle-20 {
  border: 1px solid #99999c73;
  border-radius: 10px;
  width: 100%;
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-family: Poppins, Times New Roman, sans-serif;
  transition: all .2s;
}

.dropdown-toggle-20:hover {
  background-color: #fdfdfd;
}

.icon-60 {
  color: #5c5c5c;
}

.image-32804 {
  width: 30px;
}

.dropdown-list-17 {
  background-color: #fff;
  border-radius: 10px;
  width: 140px;
  display: block;
  left: -70px;
  overflow: hidden;
  box-shadow: 0 10px 40px #3d3d3d94;
}

.dropdown-list-17._1 {
  padding-top: 0;
}

.dropdown-list-17._1._1l {
  left: -23px;
}

.dropdown-list-17._1._1l.ol {
  padding-bottom: 0;
  left: 0;
}

.dropdown-list-17._1._1l.ol.w--open {
  display: block;
}

.dropdown-list-17._1._1l.center {
  padding-bottom: 0;
}

.div-block-314966 {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-314966._1l {
  padding-bottom: 0;
}

.dropdown-link-33 {
  padding-left: 10px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all .2s;
}

.dropdown-link-33:hover {
  background-color: #f5f6f8;
  box-shadow: inset 2px 0 #ff9400;
}

.dropdown-link-33.w--current {
  color: #ff9e18;
}

.dropdown-link-33.l {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  font-size: 14px;
  font-weight: 400;
}

.dropdown-link-33.t {
  border-bottom: 1px solid #cfcfcf;
}

.dropdown-20 {
  width: 75px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.dropdown-toggle-21 {
  border: 1px solid #ebecf1;
  border-radius: 10px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  transition: all .2s;
}

.dropdown-toggle-21:hover {
  background-color: #fdfdfd;
}

.icon-61 {
  color: #7da6cc;
}

.image-32805 {
  width: 16px;
}

.dropdown-list-18 {
  background-color: #fff;
  border-radius: 10px;
  width: 140px;
  display: block;
  overflow: hidden;
  box-shadow: 0 10px 40px #98a2ac36;
}

.div-block-314967 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-link-34 {
  padding-left: 10px;
  transition: all .2s;
}

.dropdown-link-34:hover {
  background-color: #f5f6f8;
  box-shadow: inset 2px 0 #88c1ff;
}

.dropdown-21 {
  width: 75px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.dropdown-toggle-22 {
  border: 1px solid #ebecf1;
  border-radius: 10px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  transition: all .2s;
}

.dropdown-toggle-22:hover {
  background-color: #fdfdfd;
}

.icon-62 {
  color: #7da6cc;
}

.image-32806 {
  width: 16px;
}

.dropdown-list-19 {
  background-color: #fff;
  border-radius: 10px;
  width: 140px;
  display: block;
  overflow: hidden;
  box-shadow: 0 10px 40px #98a2ac36;
}

.div-block-314968 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-link-35 {
  padding-left: 10px;
  transition: all .2s;
}

.dropdown-link-35:hover {
  background-color: #f5f6f8;
  box-shadow: inset 2px 0 #88c1ff;
}

.div-block-314970 {
  width: 70%;
  height: 5px;
}

.div-block-314971 {
  background-color: #ff9400;
  border-radius: 50px;
  width: 85%;
  height: 100%;
}

.div-block-314971._1 {
  width: 75%;
  height: auto;
}

.div-block-314971._1.l {
  width: 55%;
}

.div-block-314971._1.o {
  width: 35%;
}

.div-block-314971.line {
  width: 70%;
}

.div-block-314971.line1 {
  width: 50%;
}

.div-block-314971.linec {
  width: 35%;
}

.div-block-314972 {
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  display: none;
}

.text-block-16166 {
  margin-bottom: 5px;
  padding-left: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.image-32808 {
  width: 25px;
}

.image-32809 {
  width: 25px;
  margin-left: 10px;
}

.div-block-314973 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.button-211181 {
  color: #ff9400;
  background-color: #fff;
  border: 2px solid #ff9400;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-weight: 500;
}

.button-211181:hover {
  background-color: #e7e7e7;
}

.div-block-314974 {
  background-color: #f0f2fa;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  padding: 20px 10px;
  display: none;
  position: relative;
}

.div-block-314975 {
  background-color: #fff;
  width: 45%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 20px 20px;
}

.div-block-314975._1 {
  padding-top: 10px;
  padding-bottom: 20px;
}

.heading-7655 {
  color: #000;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
}

.paragraph-2303 {
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 15px;
  line-height: 28px;
}

.div-block-314976 {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.text-block-16167, .text-block-16168 {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.div-block-314977 {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-16169 {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.form-block-13 {
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.form-block-13.ol {
  display: none;
}

.link-block-193 {
  text-decoration: none;
}

.form-15 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, Times New Roman, sans-serif;
  display: flex;
}

.form-15.block {
  display: block;
}

.heading-7656 {
  color: #000;
  font-family: Vollkorn, serif;
  font-size: 20px;
  line-height: 30px;
}

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

.image-32810, .image-32811, .image-32812, .image-32813, .image-32814, .image-32815, .image-32816, .image-32817, .image-32818, .image-32819, .image-32820, .image-32821, .image-32822, .image-32823, .image-32824, .image-32825, .image-32826, .image-32827 {
  border-radius: 10px;
  width: 100%;
}

.image-32828 {
  width: 100px;
}

.div-block-314978 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.image-32829, .image-32830, .image-32831, .image-32832, .image-32833, .image-32834, .image-32835, .image-32836 {
  border-radius: 10px;
  width: 110px;
  position: absolute;
}

.section-241 {
  background-image: url('../images/Suhavi-bannner-copy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  display: none;
}

.div-block-314979 {
  width: 64%;
}

.section-242 {
  background-image: linear-gradient(#ffffffde, #ffffffde), url('../images/avatar.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-314980 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-314980.tr {
  justify-content: center;
}

.div-block-314981 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-314981._1 {
  padding-top: 20px;
  display: flex;
}

.div-block-314981._1._1ll {
  border-top-style: none;
  border-bottom-style: none;
}

.div-block-314982 {
  width: 48%;
  padding-top: 10px;
  display: flex;
}

.div-block-314982.butn {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 10px;
}

.div-block-314983 {
  width: 48%;
}

.div-block-314984 {
  cursor: pointer;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  min-height: 35px;
  margin-left: auto;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 21px;
  display: flex;
}

.div-block-314984._1 {
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
}

.div-block-314985 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}

.div-block-314986 {
  width: 48%;
}

.heading-7657 {
  color: #000;
  margin-top: 0;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.search-2 {
  display: flex;
}

.search-input-2 {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 370px;
  height: 41px;
  font-family: Poppins, Times New Roman, sans-serif;
}

.search-button-2 {
  background-color: #f58b20;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 41px;
  display: none;
}

.div-block-314987 {
  width: 48%;
  display: flex;
}

.link-block-194 {
  color: #fff;
  background-color: #f58b20;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 41px;
  min-height: 41px;
  font-size: 23px;
  text-decoration: none;
  display: flex;
}

.text-block-16171 {
  font-family: "Fa Solid 900", sans-serif;
}

.text-color-gray {
  color: #607080;
}

.heading-style-h4 {
  color: #000;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 32px;
}

.faq_components {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-32 {
  width: 2rem;
  height: 2rem;
}

.faq_accordion {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #f58b20;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 2px 4px #1212170a, 0 5px 8px #1212170a, 0 10px 18px #12121708, 0 24px 48px #12121708;
}

.faq_icon {
  transition: all .4s;
}

.faq_body {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  transition: all .4s;
  display: flex;
  overflow: hidden;
}

.faq_answers {
  max-width: none;
  margin-top: .75rem;
}

.faq_heading {
  grid-column-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-32837, .image-32838 {
  width: 70%;
  height: 70%;
}

.section-243 {
  background-color: #f7f7f7b3;
  padding: 100px 20px;
}

.container-1364 {
  max-width: 1300px;
}

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

.div-block-314989 {
  width: 58%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.div-block-314990 {
  border-bottom: 1px solid #dfdfdf;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-314991 {
  width: 210px;
}

.image-32839 {
  width: 41px;
}

.image-32840 {
  width: 100%;
}

.heading-7658 {
  margin-top: 20px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.div-block-314992 {
  padding-top: 20px;
  display: flex;
}

.text-block-16172 {
  color: #f68b21;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 17px;
}

.text-block-16173 {
  color: #f68b21;
  padding-left: 10px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
}

.paragraph-2304 {
  padding-top: 20px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 14px;
}

.div-block-314993 {
  border-bottom: 1px solid #dfdfdf;
  width: 100%;
  padding: 5px 5px 20px;
}

.div-block-314994 {
  background-color: #fff;
  border-bottom: 1px solid #dfdfdf;
  width: 100%;
  padding: 20px 5px;
}

.text-block-16174 {
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 14.8px;
}

.text-span-173 {
  color: #f68b21;
  font-size: 17px;
  font-weight: 500;
}

.div-block-314995 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.div-block-314996 {
  width: 48%;
  display: flex;
}

.div-block-314997 {
  width: 48%;
}

._1 {
  text-align: left;
  border-top: 1px #ccc;
  border-bottom: 1px #ccc;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
}

._1.llt {
  text-align: right;
  font-family: Poppins, Times New Roman, sans-serif;
}

.text-block-16175 {
  text-align: right;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
}

.text-block-16176 {
  text-align: right;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.button-211182 {
  background-color: #f68b21;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 158px;
  min-width: 158px;
  height: 55px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  display: flex;
}

.button-211182.l1 {
  display: none;
}

.div-block-314998 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.div-block-314999 {
  justify-content: flex-start;
  align-items: center;
  width: 48%;
  display: flex;
}

.image-32841 {
  border-radius: 10px;
  width: 58px;
}

.div-block-315000 {
  padding-left: 20px;
}

.heading-7659 {
  margin-top: 0;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.text-block-16177 {
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 17px;
}

.div-block-315001 {
  width: 48%;
}

.div-block-315002 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.link-block-195 {
  color: #474747;
  border: 1px solid #f58b20;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 35px;
  margin-top: 10px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

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

.div-block-315003 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  padding-right: 10px;
  display: flex;
}

.text-span-174 {
  color: #f68b21;
}

.checkbox-field-8 {
  text-align: left;
}

.link-240 {
  color: #000;
  text-align: left;
  font-family: Vollkorn, serif;
  font-size: 16.5px;
  line-height: 27px;
  text-decoration: none;
}

.div-block-315004 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.div-block-315004.lk {
  background-color: #f5f6f9;
  border-radius: 10px;
  width: 100%;
  height: 230px;
  min-height: 230px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-315005 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-315005._65545 {
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-7660 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.heading-7660._66767._86876 {
  text-align: left;
  margin-top: 20px;
}

.div-block-315006 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-2305 {
  font-size: 13px;
  line-height: 19px;
}

.paragraph-2305._57557 {
  margin-bottom: 0;
}

.paragraph-2305._57557._98687 {
  margin-top: 10px;
}

.paragraph-2305._57557._79906 {
  margin-top: 10px;
  font-size: 13px;
  line-height: 23px;
}

.div-block-315007 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.div-block-315007._98 {
  justify-content: flex-start;
  margin-top: 10px;
  display: none;
}

.div-block-315008 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-315008._66776 {
  border: 1px solid #e7e7e7;
  border-radius: 11px;
  width: 25%;
  box-shadow: 0 2px 4px #0003;
}

.div-block-315008._66776._444 {
  box-shadow: none;
  background-color: #fff;
  border-style: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  height: 430px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 0 20px;
}

.div-block-315008._66776._444:hover {
  box-shadow: none;
}

.div-block-315008._66776._444._1 {
  display: none;
}

.div-block-315009 {
  width: 12%;
}

.button-211183 {
  text-align: center;
  background-color: #f68b21;
  border-radius: 10px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

.button-211183:hover {
  background-color: #000;
}

.image-32842 {
  width: 210px;
  transform: rotate(-7deg);
  box-shadow: 0 0 20px 3px #0003;
}

.image-32842._111 {
  width: 140px;
}

.image-32842._111.dtddtd._5674, .image-32842._111.dtddtd._867554 {
  border-radius: 10px;
  transform: none;
}

.image-32842._111.dtddtd._867554:hover {
  box-shadow: none;
}

.image-32842._111.dtddtd._65434 {
  border-radius: 10px;
  transform: none;
}

.div-block-315010 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-16179 {
  color: #ffc800;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
}

.link-241 {
  color: #000;
  text-align: left;
  font-family: Vollkorn, serif;
  font-size: 16.5px;
  line-height: 27px;
  text-decoration: none;
}

.div-block-315011 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.div-block-315011.lk {
  background-color: #f5f6f9;
  border-radius: 10px;
  width: 100%;
  height: 230px;
  min-height: 230px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-315012 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-315012._65545 {
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-7661 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.heading-7661._66767._86876 {
  text-align: left;
  margin-top: 20px;
}

.div-block-315013 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-2306 {
  font-size: 13px;
  line-height: 19px;
}

.paragraph-2306._57557 {
  margin-bottom: 0;
}

.paragraph-2306._57557._98687 {
  margin-top: 10px;
}

.paragraph-2306._57557._79906 {
  margin-top: 10px;
  font-size: 13px;
  line-height: 23px;
}

.div-block-315014 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.div-block-315014._98 {
  justify-content: flex-start;
  margin-top: 10px;
  display: none;
}

.div-block-315015 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-315015._66776 {
  border: 1px solid #e7e7e7;
  border-radius: 11px;
  width: 25%;
  box-shadow: 0 2px 4px #0003;
}

.div-block-315015._66776._444 {
  box-shadow: none;
  background-color: #fff;
  border-style: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  height: 430px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 0 20px;
}

.div-block-315015._66776._444:hover {
  box-shadow: none;
}

.div-block-315015._66776._444._1 {
  display: none;
}

.div-block-315016 {
  width: 12%;
}

.button-211184 {
  text-align: center;
  background-color: #f68b21;
  border-radius: 10px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

.button-211184:hover {
  background-color: #000;
}

.image-32843 {
  width: 210px;
  transform: rotate(-7deg);
  box-shadow: 0 0 20px 3px #0003;
}

.image-32843._111 {
  width: 140px;
}

.image-32843._111.dtddtd._5674, .image-32843._111.dtddtd._867554 {
  border-radius: 10px;
  transform: none;
}

.image-32843._111.dtddtd._867554:hover {
  box-shadow: none;
}

.image-32843._111.dtddtd._65434 {
  border-radius: 10px;
  transform: none;
}

.div-block-315017 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-16180 {
  color: #ffc800;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
}

.div-block-315018 {
  padding-top: 10px;
  display: flex;
}

.l {
  font-size: 17px;
  font-weight: 500;
}

.section-244 {
  background-image: url('../images/Suhavi-bannner-resized-copy-1.jpg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.div-block-315019 {
  width: 12%;
}

.div-block-315020 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.div-block-315020._98 {
  justify-content: flex-start;
  margin-top: 10px;
}

.paragraph-2307 {
  font-size: 13px;
  line-height: 19px;
}

.paragraph-2307._57557 {
  margin-bottom: 0;
}

.image-32844 {
  width: 210px;
  transform: rotate(-7deg);
  box-shadow: 0 0 20px 3px #0003;
}

.image-32844._111 {
  width: 140px;
}

.div-block-315021 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.div-block-315021.lk {
  width: 100%;
}

.div-block-315022 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-315022._65545 {
  justify-content: space-around;
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-315023 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-315023._66776 {
  border: 1px solid #e7e7e7;
  border-radius: 11px;
  width: 25%;
  box-shadow: 0 2px 4px #0003;
}

.div-block-315023._66776._444 {
  width: 30%;
  height: 400px;
}

.left-arrow-37 {
  display: none;
}

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

.text-block-16181 {
  color: #ffc800;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
}

.heading-7662 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.mask-6 {
  overflow: hidden;
}

.div-block-315024 {
  width: 12%;
}

.div-block-315025 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.div-block-315025._98 {
  justify-content: flex-start;
  margin-top: 10px;
}

.tabs-4 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.paragraph-2308 {
  font-size: 13px;
  line-height: 19px;
}

.paragraph-2308._57557 {
  margin-bottom: 0;
}

.tabs-menu-4 {
  flex-direction: column;
  width: 20%;
  margin-top: 40px;
  display: flex;
}

.image-32845 {
  width: 210px;
  transform: rotate(-7deg);
  box-shadow: 0 0 20px 3px #0003;
}

.image-32845._111 {
  width: 140px;
}

.div-block-315026 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.div-block-315026.lk {
  width: 100%;
}

.div-block-315027 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-315027._65545 {
  justify-content: space-around;
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-315028 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-315028._66776 {
  border: 1px solid #e7e7e7;
  border-radius: 11px;
  width: 25%;
  box-shadow: 0 2px 4px #0003;
}

.div-block-315028._66776._444 {
  width: 30%;
  height: 400px;
}

.left-arrow-38 {
  display: none;
}

.container-1365 {
  max-width: 1600px;
}

.text-block-16182 {
  color: #ffc800;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
}

.text-block-16183 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-16183._765565 {
  font-weight: 700;
}

.tabs-content-4 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80%;
}

.tab-link-tab-1-4 {
  background-color: #f5f6f9;
}

.tab-link-tab-1-4.w--current {
  background-color: #ffedd8;
  border: 1px solid #d6d6d6;
}

.tab-link-tab-1-4.all-cate {
  background-color: #f5f6f9;
}

.tab-link-tab-1-4.all-cate.w--current {
  background-color: #ffedd8;
  border: 1px solid #d6d6d6;
}

.cate-sec-2 {
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  position: relative;
}

.ol._1 {
  display: none;
}

.section-245 {
  background-color: #eceaea;
  padding: 70px 20px;
}

.section-245._1, .section-245.nosection {
  display: none;
}

.container-1366 {
  max-width: 1300px;
}

.div-block-315029, .div-block-315030 {
  width: 100%;
}

.slide-nav-13 {
  display: none;
}

.slider-30 {
  background-color: #fff0;
  margin-top: 20px;
  padding-top: 10px;
  padding-left: 0;
  overflow: hidden;
}

.right-arrow-48 {
  background-color: #f58b20;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  display: block;
  inset: auto 0% 0% 5%;
}

.left-arrow-39 {
  background-color: #f58b20;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  display: block;
  inset: auto 5% 0% 0%;
}

.div-block-315031 {
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  display: flex;
}

.div-block-315032 {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  display: flex;
  box-shadow: -1px -1px 5px 3px #a7a7a73d;
}

.div-block-315033 {
  background-image: url('../images/Dalbir_chetan.jpg');
  background-position: 50% 40%;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 150px;
  height: 150px;
}

.div-block-315033._1 {
  background-image: url('../images/01_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 150px;
  height: 150px;
}

.div-block-315033.l {
  background-image: url('../images/02.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 150px;
  height: 150px;
}

.div-block-315033.o {
  background-image: url('../images/01.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 150px;
  height: 150px;
}

.div-block-315033.ol {
  background-image: url('../images/Amrita_Pritam_1919_–_2005__in_1948.jpg');
  background-position: 50% 20%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 150px;
  height: 150px;
}

.div-block-315033._1l {
  background-image: url('../images/Surjit_Patar.jpg');
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 150px;
  height: 150px;
}

.div-block-315033.l1 {
  background-image: url('../images/0_wUB4F7iKZt7RdcjF.jpg');
  background-position: 50% 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 150px;
  height: 150px;
}

.div-block-315033.ul {
  background-image: url('../images/images-7.jpeg');
  background-position: 50% 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 150px;
  height: 150px;
}

.heading-7663 {
  text-align: center;
  margin-top: 10px;
  font-family: Poppins, Times New Roman, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}

.image-32846 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}

.icon-63, .icon-64 {
  font-size: 20px;
}

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

.mask-7 {
  width: 168px;
  overflow: visible;
}

.slide-41 {
  width: 100%;
}

.slide-42 {
  width: 100%;
  margin-left: 10px;
}

.slide-43 {
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.slide-44 {
  width: 100%;
}

.slide-45 {
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.slide-46 {
  width: 100%;
}

.slide-47 {
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.slide-48 {
  width: 100%;
}

.dropdown-list-20 {
  background-color: #e2d2d2;
}

.dropdown-list-20.w--open {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-list-21 {
  background-color: #ccabab;
}

.dropdown-list-21.w--open {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-link-36 {
  border-top: 1px #ccc;
  border-bottom: 1px #ccc;
}

.dropdown-list-22 {
  background-color: #9b8282;
}

.dropdown-list-22.w--open {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-link-37 {
  border-top: 1px #ccc;
  border-bottom: 1px #ccc;
}

.borderl {
  border-bottom: 1px solid #ccc;
}

.bold-text-386, .bold-text-387, .bold-text-388, .bold-text-389, .bold-text-390, .bold-text-391, .bold-text-392, .bold-text-393, .bold-text-394, .bold-text-395, .bold-text-396, .bold-text-397, .bold-text-398 {
  font-weight: 400;
}

.bold-text-399, .bold-text-400, .bold-text-401, .bold-text-402, .bold-text-403, .bold-text-404 {
  font-weight: 500;
}

.radio-button-field-4 {
  font-family: Poppins, Times New Roman, sans-serif;
}

.bold-text-405, .bold-text-406 {
  font-weight: 500;
}

.dropdown-link-38 {
  font-family: Poppins, Times New Roman, sans-serif;
}

.bold-text-407, .bold-text-408, .bold-text-409, .bold-text-410, .bold-text-411, .bold-text-412 {
  font-weight: 500;
}

.radio-button-label-2, .radio-button-label-3, .text-block-16184, .text-block-16185 {
  font-family: Poppins, Times New Roman, sans-serif;
}

.text-block-16186 {
  font-family: "Fa 400", sans-serif;
  font-size: 23px;
}

.link-block-196 {
  color: #ff9e18;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.radio-button-field-5 {
  color: #b1b1b1;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
}

.radio-button-field-6 {
  color: #b1b1b1;
  padding-bottom: 20px;
  font-size: 15px;
}

.radio-button-field-7, .radio-button-field-8 {
  color: #b1b1b1;
  font-size: 15px;
}

.div-block-315034 {
  border: 1px solid #f58b20;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-315035 {
  width: 70%;
}

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

.image-32847 {
  width: 50px;
}

.image-32848 {
  width: 100%;
}

.div-block-315036 {
  justify-content: space-between;
  width: 85%;
  margin-top: 10px;
  display: flex;
}

.div-block-315036.it {
  margin-top: 20px;
}

.div-block-315036.it.dl {
  margin-top: 0;
}

.div-block-315036.it.dl.sb {
  margin-top: 20px;
}

.div-block-315036.it.dl.sb.blt {
  margin-top: 0;
}

.div-block-315036.it.il {
  display: none;
}

.div-block-315037 {
  width: 30%;
}

.div-block-315037.item {
  width: 100%;
}

.div-block-315038 {
  justify-content: center;
  align-items: center;
  width: 55%;
  display: flex;
}

.div-block-315039 {
  border: 1px solid #ccc;
  border-radius: 5px 0 0 5px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 30px;
  display: flex;
}

.div-block-315039._1 {
  background-color: #b5b5b540;
  border-radius: 0;
  width: 50px;
}

.div-block-315039.l {
  border-radius: 0 5px 5px 0;
}

.div-block-315040 {
  flex-flow: column;
  display: flex;
}

.div-block-315041 {
  width: 58%;
}

.text-span-175 {
  font-size: 23px;
}

.text-span-175.totl.tll {
  font-size: 17px;
}

.div-block-315042 {
  justify-content: space-between;
  width: 35%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-315043 {
  border: 1px solid #ddd;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  padding: 0 20px;
  display: flex;
}

.div-block-315043.left {
  background-color: #f58b20;
  border-left: 1px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48%;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.div-block-315043._1 {
  justify-content: center;
  align-items: center;
  width: 40%;
}

.totl {
  color: #fff;
}

.totl.l {
  color: #333c;
}

.tab-link-tab-16 {
  background-color: #e9ecef;
  border: 1px solid #cecece;
  border-radius: 5px;
  margin-bottom: 10px;
}

.tab-link-tab-16.w--current {
  color: #fff;
  background-color: #1c5793;
}

.paragraph-26 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 7px;
  font-size: 13px;
}

.heading-7664 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 26px;
}

.heading-7664.bt {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 30px;
}

.div-block-58 {
  border-radius: 11px;
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-58.results {
  margin-top: 20px;
}

.div-block-67 {
  width: 100%;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.slider-3 {
  background-color: #e9ecef;
  width: 100%;
  height: auto;
  padding-bottom: 80px;
}

.tab-link-tab-18 {
  background-color: #e9ecef;
  border: 1px solid #cecece;
  border-radius: 5px;
  margin-bottom: 10px;
}

.tab-link-tab-18.w--current {
  color: #fff;
  background-color: #1c5793;
}

.tab-link-tab-25 {
  background-color: #e9ecef;
  border: 1px solid #cecece;
  border-radius: 5px;
}

.tab-link-tab-25.w--current {
  color: #fff;
  background-color: #1c5793;
}

.tab-link-tab-11 {
  background-color: #e9ecef;
  border: 1px solid #cecece;
  border-radius: 5px;
  margin-bottom: 10px;
}

.tab-link-tab-11.w--current {
  color: #fff;
  background-color: #1c5793;
}

.right-arrow-2 {
  display: none;
}

.div-block-31 {
  padding-left: 10px;
}

.div-block-31.center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-left: 0;
  display: flex;
}

.search-button-3 {
  background-color: #1c5793;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 38px;
}

.paragraph-23 {
  opacity: 1;
  text-align: left;
  font-family: PT Sans, sans-serif;
  font-size: 19px;
}

.tab-link-tab-1-5 {
  border: 1px solid #cecece;
  border-radius: 5px;
  flex-flow: column;
  width: 47vh;
  margin-bottom: 10px;
  display: flex;
}

.tab-link-tab-1-5.w--current {
  color: #fff;
  background-color: #ff9e18;
  width: 54vh;
}

.tab-link-tab-20 {
  background-color: #e9ecef;
  border: 1px solid #cecece;
  border-radius: 5px;
  margin-bottom: 10px;
}

.tab-link-tab-20.w--current {
  color: #fff;
  background-color: #1c5793;
}

.tab-link-tab-21 {
  background-color: #e9ecef;
  border: 1px solid #cecece;
  border-radius: 5px;
  margin-bottom: 10px;
}

.tab-link-tab-21.w--current {
  color: #fff;
  background-color: #1c5793;
}

.div-block-62 {
  border-radius: 11px;
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-62.results {
  margin-top: 20px;
}

.tab-link-tab-2-4 {
  background-color: #e9ecef;
  border: 1px solid #cecece;
  border-radius: 5px;
  margin-bottom: 10px;
}

.tab-link-tab-2-4.w--current {
  color: #fff;
  background-color: #1c5793;
}

.tabs-content-5, .tabs-content-6 {
  width: 80%;
  margin-left: 20px;
}

.tab-link-tab-13 {
  background-color: #e9ecef;
  border: 1px solid #cecece;
  border-radius: 5px;
  margin-bottom: 10px;
}

.tab-link-tab-13.w--current {
  color: #fff;
  background-color: #1c5793;
}

.div-block-57 {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  width: 23%;
  display: flex;
}

.paragraph-25 {
  opacity: 1;
  text-align: left;
  font-family: PT Sans, sans-serif;
  font-size: 19px;
}

.tabs-5 {
  display: flex;
}

.search-input-3 {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: block;
}

.tab-link-tab-22 {
  background-color: #e9ecef;
  border: 1px solid #cecece;
  border-radius: 5px;
  margin-bottom: 10px;
}

.tab-link-tab-22.w--current {
  color: #fff;
  background-color: #1c5793;
}

.tab-link-tab-9 {
  background-color: #e9ecef;
  border: 1px solid #cecece;
  border-radius: 5px;
  margin-bottom: 10px;
}

.tab-link-tab-9.w--current {
  color: #fff;
  background-color: #1c5793;
}

.div-block-60 {
  padding-left: 10px;
}

.tab-link-tab-19 {
  background-color: #e9ecef;
  border: 1px solid #cecece;
  border-radius: 5px;
  margin-bottom: 10px;
}

.tab-link-tab-19.w--current {
  color: #fff;
  background-color: #1c5793;
}

.paragraph-10 {
  opacity: 1;
  text-align: left;
  font-family: PT Sans, sans-serif;
  font-size: 19px;
}

.tabs-6 {
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.left-arrow-2 {
  display: none;
}

.div-block-56 {
  padding-left: 10px;
}

.paragraph-22 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 7px;
  font-size: 13px;
}

.div-block-66 {
  width: 15vh;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.div-block-22 {
  text-align: left;
  width: 40%;
}

.paragraph-21 {
  opacity: 1;
  text-align: left;
  font-family: PT Sans, sans-serif;
  font-size: 19px;
}

.tab-link-tab-3-4 {
  background-color: #e9ecef;
  border: 1px solid #cecece;
  border-radius: 5px;
  margin-bottom: 10px;
}

.tab-link-tab-3-4.w--current {
  color: #fff;
  background-color: #1c5793;
}

.tab-link-tab-1-6 {
  margin-bottom: 10px;
}

.tab-link-tab-1-6.w--current {
  color: #fff;
  background-color: #1c5793;
  border-radius: 5px;
  width: auto;
  margin-bottom: 10px;
}

.container-8 {
  max-width: 1300px;
}

.div-block-27 {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  height: 340px;
  padding: 10px;
  display: flex;
  box-shadow: 1px 1px 5px #0003;
}

.heading-18 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.tab-link-tab-24 {
  background-color: #e9ecef;
  border: 1px solid #cecece;
  border-radius: 5px;
  margin-bottom: 10px;
}

.tab-link-tab-24.w--current {
  color: #fff;
  background-color: #1c5793;
}

.tab-link-tab-8 {
  background-color: #e9ecef;
  border: 1px solid #cecece;
  border-radius: 5px;
  margin-bottom: 10px;
}

.tab-link-tab-8.w--current {
  color: #fff;
  background-color: #1c5793;
}

.search-3 {
  flex-flow: row;
  margin-bottom: 0;
  padding-top: 10px;
  display: flex;
}

.div-block-63 {
  width: 15vh;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.image-32849 {
  width: 35px;
  margin-top: 5px;
  margin-left: 5px;
  display: none;
}

.div-block-65 {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  width: 23%;
  display: flex;
}

.div-block-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 11px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.div-block-26.results {
  margin-top: 20px;
}

.div-block-24 {
  width: 20%;
}

.tab-link-tab-2-5 {
  background-color: #e9ecef;
  border: 1px solid #cecece;
  border-radius: 5px;
  width: 47vh;
}

.tab-link-tab-2-5.w--current {
  color: #fff;
  background-color: #ff9e18;
  border-radius: 5px;
}

.paragraph-9 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 7px;
  font-size: 13px;
}

.paragraph-9.bt {
  font-size: 17px;
  line-height: 27px;
}

.div-block-55.bl {
  padding-top: 100px;
}

.tab-link-tab-23 {
  background-color: #e9ecef;
  border: 1px solid #cecece;
  border-radius: 5px;
  margin-bottom: 10px;
}

.tab-link-tab-23.w--current {
  color: #fff;
  background-color: #1c5793;
}

.heading-26 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 26px;
}

.tab-link-tab-4 {
  background-color: #e9ecef;
  border: 1px solid #cecece;
  border-radius: 5px;
  margin-bottom: 10px;
}

.tab-link-tab-4.w--current {
  color: #fff;
  background-color: #1c5793;
}

.heading-27 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 26px;
}

.div-block-59 {
  width: 15vh;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.div-block-32 {
  padding-top: 50px;
}

.section-246 {
  background-color: #e9ecef;
  padding: 50px 20px 100px;
  overflow: hidden;
}

.paragraph-24 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 7px;
  font-size: 13px;
}

.div-block-23 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-bottom: 50px;
  display: flex;
}

.div-block-61 {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  width: 23%;
  display: flex;
}

.tab-link-tab-14 {
  background-color: #e9ecef;
  border: 1px solid #cecece;
  border-radius: 5px;
  margin-bottom: 10px;
}

.tab-link-tab-14.w--current {
  color: #fff;
  background-color: #1c5793;
}

.tab-link-tab-12 {
  background-color: #e9ecef;
  border: 1px solid #cecece;
  border-radius: 5px;
  margin-bottom: 10px;
}

.tab-link-tab-12.w--current {
  color: #fff;
  background-color: #1c5793;
}

.dropdown-22 {
  margin-left: 20px;
  margin-right: 0;
}

.heading-17 {
  font-size: 19px;
}

.tab-link-tab-6 {
  background-color: #e9ecef;
  border: 1px solid #cecece;
  border-radius: 5px;
  margin-bottom: 10px;
}

.tab-link-tab-6.w--current {
  color: #fff;
  background-color: #1c5793;
}

.tab-link-tab-15 {
  background-color: #e9ecef;
  border: 1px solid #cecece;
  border-radius: 5px;
  margin-bottom: 10px;
}

.tab-link-tab-15.w--current {
  color: #fff;
  background-color: #1c5793;
}

.tab-link-tab-5 {
  background-color: #e9ecef;
  border: 1px solid #cecece;
  border-radius: 5px;
  margin-bottom: 10px;
}

.tab-link-tab-5.w--current {
  color: #fff;
  background-color: #1c5793;
}

.div-block-30 {
  width: 15vh;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.div-block-30.best {
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-25 {
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tabs-menu-5 {
  flex-flow: column;
  width: 20%;
  height: 741px;
  display: flex;
  overflow: auto;
}

.tab-link-tab-17 {
  background-color: #e9ecef;
  border: 1px solid #cecece;
  border-radius: 5px;
  margin-bottom: 10px;
}

.tab-link-tab-17.w--current {
  color: #fff;
  background-color: #1c5793;
}

.heading-28 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 26px;
}

.tab-link-tab-10 {
  background-color: #e9ecef;
  border: 1px solid #cecece;
  border-radius: 5px;
  margin-bottom: 10px;
}

.tab-link-tab-10.w--current {
  color: #fff;
  background-color: #1c5793;
}

.tab-link-tab-7 {
  background-color: #e9ecef;
  border: 1px solid #cecece;
  border-radius: 5px;
  margin-bottom: 10px;
}

.tab-link-tab-7.w--current {
  color: #fff;
  background-color: #1c5793;
}

.div-block-64 {
  padding-left: 10px;
}

.tabs-menu-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  display: flex;
}

.tab-pane-tab-1-2, .slide-49, .mask-8, .image-32850 {
  width: 100%;
}

.section-247 {
  background-image: url('../images/bhasha-vibhag-Banner-copy-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 410px;
  padding: 100px 20px;
}

.section-248 {
  padding: 100px 20px;
}

.container-1367 {
  max-width: 1300px;
}

.heading-7665 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 48px;
}

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

.bold-text-413 {
  color: #000;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 400;
}

.container-1368 {
  max-width: 1600px;
  padding-left: 10px;
  padding-right: 10px;
}

.list-27 {
  margin-top: 25px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.list-27.hide {
  display: none;
}

.list-28 {
  text-align: left;
}

.text-block-16188 {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-size: 18px;
  display: flex;
}

.text-block-16188:hover {
  color: #062343;
  background-color: #d7af2c;
  border-color: #0000;
}

.text-block-16188.size {
  color: #000;
  background-color: #fff;
  border-color: #ffdfd3;
  width: 45px;
  height: 45px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 26px;
}

.text-block-16188.size:hover {
  color: #f68b21;
  border-color: #000;
}

.div-block-315045 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35%;
  display: flex;
}

.text-block-15990 {
  color: #fa0f1a;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
}

.link-block-62 {
  border-right: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.link-block-62._9 {
  border-right-style: none;
}

.form-16 {
  margin-top: 60px;
  padding-left: 10px;
  padding-right: 20px;
}

.div-block-315046 {
  margin-top: -2px;
}

.div-block-315047 {
  overflow: hidden;
}

.footer-3 {
  background-color: #fff;
  border-top: 3px solid #e4e4e4;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.div-block-315048 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-15989 {
  color: #fa0f1a;
  font-family: "Fa Solid 900", sans-serif;
}

.div-block-313803 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.link-block-197 {
  line-height: 36px;
  text-decoration: none;
}

.link-block-198 {
  letter-spacing: .4px;
  margin-bottom: 48px;
  font-size: 24px;
  line-height: 32px;
}

.link-block-198._2 {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.text-field-19 {
  width: 510px;
  height: 80px;
  margin-bottom: 0;
  padding-left: 30px;
}

.form-block-14 {
  margin-bottom: 0;
}

.list-29 {
  text-align: left;
  padding-left: 0;
}

.div-block-315049 {
  padding-left: 15px;
  padding-right: 15px;
}

.div-block-315049.hide {
  display: none;
}

.div-block-315050 {
  display: flex;
}

.copyright-2 {
  background-color: #fff8ef;
  border-top: 1px solid #e2e2e2;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}

.footer-v-2 {
  color: #fff;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.text-block-16189 {
  display: none;
}

.list-item-35 {
  color: #d0d3d8;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.heading-7666 {
  color: #0c0c0c;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.space-2 {
  height: 48px;
}

.space-2.hide {
  display: none;
}

.text-block-15988 {
  color: #fa0f1a;
  font-family: "Fa Solid 900", sans-serif;
}

.link-block-199 {
  background-color: #384a8c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
  padding: 5px;
  display: flex;
}

.div-block-315051 {
  align-items: center;
  width: 60px;
  height: 95px;
  display: flex;
  position: absolute;
  inset: -100% 0% 0%;
}

.div-block-315052 {
  display: flex;
}

.text-block-16190 {
  color: #000;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 20px;
}

.text-block-16190._2 {
  color: #fff;
  text-align: left;
  border-bottom: 1px #686868;
  max-width: 130px;
  margin-bottom: 20px;
  font-size: 20px;
}

.text-block-16190._2._3 {
  max-width: 90px;
  margin-bottom: 20px;
}

.text-block-16190._2._22 {
  margin-bottom: 20px;
}

.div-block-315053 {
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  padding: 10px;
  display: flex;
}

.div-block-315053.width {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-left: 0;
}

.image-32853 {
  width: 20px;
  height: 20px;
}

.footer-wrapper-3 {
  background-color: #fff;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  position: relative;
}

.div-block-315054 {
  margin-left: -15px;
  margin-right: -15px;
}

.text-block-16191 {
  color: #9c9c9cbf;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}

.link-block-200 {
  color: #333;
  text-decoration: none;
}

.heading-7457 {
  color: #000;
  margin-top: 5px;
  margin-bottom: 0;
  padding-left: 5px;
  font-size: 18px;
  line-height: 26px;
}

.div-block-315055 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-315055:hover {
  color: #48d5e2;
  text-align: left;
}

.div-block-315055._02 {
  margin-right: 10px;
}

.heading-7667 {
  color: #fff;
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 60px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}

.section-207 {
  background-color: #fff;
  border-top: 2px solid #fa0f1a;
  position: fixed;
  inset: auto 0% 0%;
}

.section-207.hide {
  display: none;
}

.div-block-315056 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-315057 {
  background-color: #fff;
  border: 2px solid #1c5793;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 30px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  display: none;
}

.div-block-315057.l {
  display: none;
}

.icon-65 {
  color: #5c5c5c;
}

.nav-menu-16 {
  padding-top: 20px;
  display: flex;
}

.text-block-16192 {
  font-family: "Fa Solid 900", sans-serif;
  font-weight: 400;
}

.paragraph-2309 {
  color: #fff;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.dropdown-link-39 {
  border-bottom: 1px solid #000;
  font-size: 16px;
}

.dropdown-link-39:hover {
  background-color: #c9c9c9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.dropdown-link-39.w--current {
  color: #333;
}

.dropdown-link-39._0501:hover {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.image-32854 {
  width: 100%;
}

.link-244 {
  color: #000;
  text-decoration: none;
  display: none;
}

.text-block-16193 {
  color: #5c5c5c;
  font-size: 15px;
}

.dropdown-link-40 {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
}

.dropdown-link-40:hover {
  background-color: #c9c9c9;
}

.dropdown-23 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-315058 {
  margin-right: 10px;
}

.dropdown-toggle-23 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-toggle-23.w--open {
  padding-bottom: 10px;
}

.dropdown-link-41 {
  border-bottom: 1px solid #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
}

.dropdown-link-41:hover {
  background-color: #c9c9c9;
}

.link-245 {
  color: #5c5c5c;
  text-decoration: none;
}

.icon-66 {
  margin-right: 0;
}

.dropdown-link-42 {
  border-bottom: 1px solid #000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
}

.dropdown-link-42:hover {
  background-color: #c9c9c9;
}

.heading-7668 {
  color: red;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  position: absolute;
  top: -32px;
  left: 18px;
}

.heading-7668._652 {
  left: 15px;
}

.image-32855 {
  width: 41px;
}

.div-block-315059 {
  display: flex;
}

.text-block-16194 {
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: none;
}

.text-block-16194._2 {
  font-size: 16px;
  line-height: 16px;
  display: flex;
}

.dropdown-link-43 {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 16px;
}

.dropdown-link-43:hover {
  background-color: #c9c9c9;
}

.dropdown-link-43.w--current {
  color: #333;
}

.dropdown-list-23 {
  width: 100px;
}

.dropdown-list-23.w--open {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  width: auto;
  top: 31px;
  right: 0;
}

.mobille-view-3 {
  background-color: #fff;
  display: none;
}

.brand-15 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  width: 310px;
  height: 100px;
  padding-top: 10px;
  display: flex;
}

.brand-15.w--current {
  flex-direction: row-reverse;
}

.div-block-315060 {
  margin-right: 5px;
  font-size: 20px;
  display: none;
  position: relative;
}

.div-block-315060._256 {
  margin-left: 8px;
}

.dropdown-toggle-24 {
  margin-right: 10px;
  padding: 0 20px 0 0;
}

.div-block-315062 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 10%;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.nav-link-50 {
  width: auto;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Droid Serif, serif;
  font-size: 17px;
  font-weight: 400;
}

.nav-link-50.w--current {
  color: red;
  font-family: Droid Serif, serif;
}

.image-32856 {
  width: 16px;
}

.div-block-315063 {
  z-index: 999;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
  box-shadow: 0 2px 15px #83838333;
}

.nav-link-51 {
  color: #000;
  text-transform: uppercase;
  border: 1px solid #0000;
  padding: 3px 7px 2px;
  font-family: Merriweather, serif;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.nav-link-51:hover {
  border: 1px solid #c29c87;
}

.nav-link-51.w--current {
  color: #cdaa7c;
  border-color: #cdaa7c;
}

.nav-link-51.pr {
  color: #5c5c5c;
  text-transform: none;
  border-color: #0000;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 400;
}

.nav-link-51.pr:hover {
  border-color: #1c5793;
}

.nav-link-51.pr.w--current {
  border-color: #1c5793;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-block-16195 {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
}

.button-211185 {
  text-align: center;
  background-color: #00a150;
  border-radius: 4px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  margin-bottom: 5px;
  margin-left: 20px;
  padding: 0 40px 0 20px;
  font-family: Open Sans, sans-serif;
  font-size: 23px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-211185.nav {
  color: #5092cc;
  background-color: #d21018;
  width: 144px;
  margin-bottom: 0;
  margin-left: 0;
}

.button-211185.nav.q {
  background-color: #09466a;
  width: 152px;
  margin-top: 30px;
}

.button-211185.nav.q._0-96 {
  justify-content: flex-start;
  margin-top: -48px;
}

.button-211185.nav.q._0-96.navi {
  background-color: #ff9e18;
  border-radius: 10px;
  width: 154px;
  margin-top: 0;
}

.button-211185.nav.q._0-96.navi.mjyg {
  padding-right: 20px;
}

.button-211185.hide {
  display: none;
}

.dropdown-list-24 {
  border-radius: 10px;
}

.dropdown-list-24.w--open {
  background-color: #fff;
  border: 1px solid #000;
}

.slider-31 {
  background-color: #ddd0;
  height: 480px;
  margin-top: 50px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

.slide-nav-14 {
  display: none;
}

.div-block-315064 {
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  display: flex;
}

.div-block-315065 {
  width: 23%;
}

.div-block-315065._1 {
  width: 100%;
}

.icon-69, .icon-70 {
  color: #1c5793;
  font-size: 23px;
}

.image-32857 {
  width: 100%;
}

.left-arrow-40 {
  border: 1px solid #1c5793;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  top: auto;
  left: 0;
  right: 70px;
}

.right-arrow-49 {
  border: 1px solid #1c5793;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  top: auto;
  left: 70px;
  right: 0;
}

.mask-9 {
  width: 23.1%;
  overflow: visible;
}

.slide-51, .slide-52, .slide-53, .slide-54 {
  width: 100%;
  margin-right: 30px;
}

.section-249 {
  background-image: url('../images/bhasha-vibhag-main-Banner-copy.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 500px;
}

.container-1369 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.footer_content-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_content-wrapper.most-bottom {
  border-top: 2px solid #00000012;
  flex-flow: column;
  margin-top: 20px;
  padding-top: 20px;
}

.footer_brand-logo {
  color: #1d1d1d;
  width: 100px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.footer_links-wrapper {
  justify-content: space-between;
  width: 28%;
  display: flex;
}

.footer_links-wrapper.footer_link {
  justify-content: flex-end;
  align-items: flex-end;
  width: 23%;
  display: flex;
}

.footer_link {
  color: #1d1d1d;
  margin-left: 25px;
  font-size: 15px;
}

.footer_link:hover {
  color: #ff8f4f;
}

.footer_link.l1 {
  color: #f5f5f5;
  text-decoration: none;
}

.page-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.text-size-small {
  font-size: 15px;
}

.text-size-small._1 {
  color: #f5f5f5;
}

.section-250 {
  background-color: #000;
  padding-top: 23px;
  padding-bottom: 23px;
}

.div-block-315067 {
  height: 130px;
}

.div-block-315068, .div-block-315069 {
  background-color: #fff;
}

.div-block-315070 {
  background-color: #fff;
  border: 2px solid #f68b21;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 30px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  display: flex;
}

.heading-7669 {
  color: #3a3a3a;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.heading-7669.pode {
  margin-left: 3px;
}

.space-div-2 {
  height: 101px;
  overflow: hidden;
}

.paragraph-2310 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.image-32862, .image-32863 {
  width: 28px;
}

.div-block-315071 {
  width: 12%;
}

.div-block-314455 {
  justify-content: space-between;
  width: 50%;
  margin-top: 15px;
  padding-left: 40px;
  padding-right: 40px;
}

.icon-71 {
  color: #5c5c5c;
}

.textarea {
  padding-bottom: 140px;
}

.image-32864 {
  width: 17px;
}

.form-3 {
  width: 100%;
}

.heading-7670 {
  border-bottom: 1px solid #d4d4d4;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-32865 {
  width: 28px;
}

.nav-menu-17 {
  padding-top: 20px;
  display: flex;
}

.link-248 {
  color: #147699;
  text-transform: capitalize;
  margin-left: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
}

.paragraph-2236 {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
}

.image-32866 {
  width: 20px;
  height: 20px;
}

.text-block-16196 {
  font-family: "Fa Solid 900", sans-serif;
  font-weight: 400;
}

.div-block-315073 {
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-315074 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.paragraph-2311 {
  color: #fff;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.image-32867 {
  filter: contrast(180%);
}

.link-249 {
  color: #000;
  text-decoration: none;
  display: none;
}

.div-block-315076 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.div-block-315076._98 {
  justify-content: flex-start;
  margin-top: 10px;
}

.div-block-315077 {
  display: flex;
}

.div-block-315077.view {
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-315077.view._3321456 {
  margin-top: 5px;
  margin-left: 0;
}

.div-block-315077.view.padding {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.link-block-201 {
  align-items: center;
  display: flex;
}

.link-block-201.acc {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}

.heading-7532 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.div-block-315078 {
  margin-left: 5px;
}

.text-block-16197 {
  color: #5c5c5c;
  font-size: 15px;
}

.heading-7671 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
}

.div-block-315079 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  padding-left: 60px;
  display: flex;
}

.dropdown-link-44 {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
}

.dropdown-link-44:hover {
  background-color: #c9c9c9;
}

.dropdown-25 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-315080 {
  margin-right: 10px;
}

.paragraph-2239 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 17px;
}

.link-block-176 {
  background-color: #fff;
  border: 2px solid #818181;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  text-decoration: none;
  display: flex;
}

.div-block-315081 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding-right: 40px;
  display: flex;
}

.dropdown-toggle-25 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-toggle-25.w--open {
  padding-bottom: 10px;
}

.div-block-315082 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.liked-section {
  padding: 60px 20px 20px;
}

.dropdown-link-45 {
  border-bottom: 1px solid #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
}

.dropdown-link-45:hover {
  background-color: #c9c9c9;
}

.link-250 {
  color: #5c5c5c;
  text-decoration: none;
}

.icon-72 {
  margin-right: 0;
}

.div-block-315083 {
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  display: flex;
}

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

.div-block-315084 {
  border-radius: 10px;
  align-items: center;
  width: 30%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.text-block-16198 {
  color: #fff;
  margin-left: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

.paragraph-2312 {
  font-size: 13px;
  line-height: 19px;
}

.paragraph-2312._57557 {
  margin-bottom: 0;
}

.div-block-315085 {
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.link-block-177 {
  background-color: #fff;
  border: 2px solid #818181;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 28%;
  margin-left: 10px;
  text-decoration: none;
  display: flex;
}

.link-block-177:hover {
  background-color: #fff;
}

.div-block-315086 {
  border-radius: 10px;
}

.container-1333 {
  max-width: 1400px;
}

.dropdown-link-46 {
  border-bottom: 1px solid #000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
}

.dropdown-link-46:hover {
  background-color: #c9c9c9;
}

.heading-7672 {
  font-size: 20px;
  line-height: 26px;
}

.heading-7673 {
  color: red;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  position: absolute;
  top: -32px;
  left: 18px;
}

.heading-7673._652 {
  left: 15px;
}

.paragraph-2313 {
  margin-bottom: 0;
  margin-left: 5px;
}

.image-206 {
  width: 250px;
  transform: rotate(-7deg);
}

.image-32868 {
  width: 210px;
  transform: rotate(-7deg);
  box-shadow: 0 0 20px 3px #0003;
}

.image-32868._111 {
  width: 140px;
}

.image-32869 {
  width: 28px;
}

.div-block-315088 {
  width: 15%;
}

.image-32870 {
  filter: grayscale();
  width: 35px;
}

.dropdown-toggle-26 {
  border: 1px solid #dfdfdf;
  padding: 5px 30px 5px 10px;
  box-shadow: 0 2px 5px #85858533;
}

.dropdown-toggle-26.w--open {
  border-radius: 10px;
}

.div-block-315089 {
  display: flex;
}

.heading-7674 {
  color: #7a7a7a;
  text-align: center;
  width: 57px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.heading-7675 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 30px;
}

.heading-7675._01228 {
  font-size: 13px;
  line-height: 21px;
}

.section-214 {
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-1370 {
  max-width: 1400px;
}

.heading-7676 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.text-block-16199 {
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: none;
}

.text-block-16199._2 {
  font-size: 16px;
  line-height: 16px;
  display: flex;
}

.div-block-315090 {
  width: 48%;
  padding-right: 20px;
}

.div-block-315090.episode1 {
  border-right: 1px #d3d3d3;
  width: 50%;
  padding-right: 20px;
}

.div-block-315091.pace, .div-block-315091.asdad {
  display: none;
}

.dropdown-link-47 {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 16px;
}

.dropdown-link-47:hover {
  background-color: #c9c9c9;
}

.dropdown-link-47.w--current {
  color: #333;
}

.paragraph-2314 {
  text-align: center;
  margin-bottom: 20px;
}

.icon-73 {
  margin-right: 10px;
}

.dropdown-list-25 {
  width: 100px;
}

.dropdown-list-25.w--open {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  width: auto;
  top: 31px;
  right: 0;
}

.div-block-315092 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.div-block-315092.lk {
  width: 100%;
}

.div-block-315093 {
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-315094 {
  border-bottom: 1px solid #dfdfdf;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 15px;
  display: flex;
}

.div-block-315094.api {
  border-bottom-style: none;
}

.div-block-315094.tablet {
  justify-content: space-around;
}

.heading-7677 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.dropdown-link-48 {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-link-48:hover {
  background-color: #ececec;
}

.image-32871 {
  width: 28px;
}

.link-252 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.div-block-314447 {
  width: 100%;
  margin-top: 40px;
  padding-left: 40px;
  display: flex;
}

.container-1341 {
  border-top: 1px solid #cecece;
  max-width: 1400px;
  padding-top: 20px;
}

.div-block-315095 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-315095._66776 {
  border: 1px solid #e7e7e7;
  border-radius: 11px;
  width: 25%;
  box-shadow: 0 2px 4px #0003;
}

.div-block-315095._66776._8866, .div-block-315095._66776._65555, .div-block-315095._66776._7755 {
  height: 412px;
}

.paragraph-2240 {
  margin-bottom: 0;
  font-size: 11px;
  line-height: 16px;
}

.paragraph-2315 {
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 12px;
  line-height: 18px;
}

.div-block-315096 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 35%;
  display: flex;
}

.paragraph-2234 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
}

.div-block-315097 {
  background-color: #ff9400;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.div-block-315097._0125 {
  background-color: #c7c7c7;
  width: 30px;
  height: 30px;
}

.brand-16 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  width: 310px;
  height: 100px;
  padding-top: 10px;
  display: flex;
}

.brand-16.w--current {
  flex-direction: row-reverse;
}

.heading-7678 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.div-block-315098 {
  margin-right: 5px;
  font-size: 20px;
  display: none;
  position: relative;
}

.div-block-315098._256 {
  margin-left: 8px;
}

.container-1334 {
  border-top: 1px solid #cecece;
  max-width: 1400px;
  padding-top: 20px;
}

.div-block-315099 {
  width: 50%;
}

.div-block-315099._1234 {
  text-align: center;
  background-color: #f5f6f9;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 407.031px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-315099._12345 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.dropdown-toggle-27 {
  margin-right: 10px;
  padding: 0 20px 0 0;
}

.div-block-315101 {
  width: 100%;
  display: flex;
}

.heading-7679 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.div-block-315102 {
  justify-content: space-between;
  align-items: center;
  width: 14%;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.heading-7680 {
  margin-top: 0;
}

.section-251 {
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.brand-17 {
  align-items: center;
  width: 20%;
  margin-top: 20px;
  margin-right: auto;
  display: flex;
  top: -9px;
}

.div-block-315103 {
  width: 45%;
}

.heading-7681 {
  margin-top: 10px;
  font-size: 25px;
  line-height: 32px;
}

.div-block-314452 {
  width: 100%;
  margin-top: 20px;
}

.nav-link-52 {
  width: auto;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Droid Serif, serif;
  font-size: 17px;
  font-weight: 400;
}

.nav-link-52.w--current {
  color: red;
  font-family: Droid Serif, serif;
}

.image-32872 {
  width: 16px;
}

.text-block-16200 {
  color: #ffc800;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
}

.smile-bredcrumb-section-2 {
  background-image: url('../images/audio-book-banner.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 40vh;
  position: relative;
}

.div-block-315104 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.div-block-315105 {
  align-items: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-block-16201 {
  color: #ecd02d;
  font-family: "Fa Solid 900", sans-serif;
}

.text-block-16201.view2 {
  font-size: 23px;
}

.text-block-16201.view2.v8 {
  font-size: 13px;
}

.text-block-16201.view2.grey {
  color: #c9c9c9;
}

.text-block-16201.view2.white {
  color: #ebebeb;
  font-size: 31px;
}

.div-block-315106 {
  z-index: 999;
  border: 1px solid #d8d8d8;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
  box-shadow: 0 2px 15px #83838333;
}

.submit-button-9 {
  background-color: #ff9400;
  border-radius: 20px;
  width: 110px;
}

.paragraph-2316 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 12px;
  line-height: 16px;
}

.div-block-315107 {
  margin-left: 10px;
}

.image-32873 {
  width: 100px;
}

.div-block-314346 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.div-block-315108 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.review {
  margin-top: 80px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-315109, .form-block-3 {
  width: 100%;
}

.dropdown-list-26 {
  width: 115.922px;
}

.heading-7682 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.div-block-315110 {
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-315111 {
  align-items: center;
  display: flex;
}

.div-block-315112 {
  width: 100%;
  margin-top: 5px;
  display: flex;
}

.nav-link-53 {
  color: #000;
  text-transform: uppercase;
  border: 1px solid #0000;
  padding: 3px 7px 2px;
  font-family: Merriweather, serif;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.nav-link-53:hover {
  border: 1px solid #c29c87;
}

.nav-link-53.w--current {
  color: #cdaa7c;
  border-color: #cdaa7c;
}

.nav-link-53.pr {
  color: #5c5c5c;
  text-transform: none;
  margin-right: 29px;
  font-size: 15px;
  font-weight: 400;
}

.bold-text-414 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

.text-block-16202 {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
}

.heading-7683 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.navbar-3 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 20px;
  display: flex;
}

.div-block-314456 {
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.button-211186 {
  background-color: #f68b21;
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.modal-2 {
  z-index: 999;
  background-color: #ffffffd9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.button-211187 {
  text-align: center;
  background-color: #00a150;
  border-radius: 4px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  margin-bottom: 5px;
  margin-left: 20px;
  padding: 0 40px 0 20px;
  font-family: Open Sans, sans-serif;
  font-size: 23px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-211187.nav {
  color: #5092cc;
  background-color: #d21018;
  width: 144px;
  margin-bottom: 0;
  margin-left: 0;
}

.button-211187.nav.q {
  background-color: #09466a;
  width: 152px;
  margin-top: 30px;
}

.button-211187.nav.q._0-96 {
  justify-content: flex-start;
  margin-top: -48px;
}

.button-211187.nav.q._0-96.navi {
  background-color: #ff9e18;
  border-radius: 10px;
  width: 154px;
  margin-top: 0;
}

.button-211187.nav.q._0-96.navi.mjyg {
  padding-right: 20px;
}

.button-211187.hide {
  display: none;
}

.heading-7553 {
  font-size: 20px;
  line-height: 28px;
}

.dropdown-list-27 {
  border-radius: 10px;
}

.dropdown-list-27.w--open {
  background-color: #fff;
  border: 1px solid #000;
}

.div-block-314448 {
  width: 40%;
  display: flex;
}

.div-block-314448.star123 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.slide-56 {
  padding-top: 10px;
}

.link-253 {
  color: #7a7a7a;
  text-decoration: none;
}

.slider-32 {
  background-color: #fff;
  border-top: 1px solid #b8b8b8;
  justify-content: center;
  min-width: auto;
  height: 110px;
  margin-top: 10px;
}

.bold-text-415 {
  color: #000;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 400;
}

.div-block-315113 {
  background-color: #fff;
  border: 2px solid #f68b21;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 30px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  display: flex;
}

.container-1371 {
  max-width: 1600px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-7684 {
  color: #3a3a3a;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.heading-7684.pode {
  margin-left: 3px;
}

.space-div-3 {
  height: 101px;
  overflow: hidden;
}

.paragraph-2317 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.image-32874, .image-32875 {
  width: 28px;
}

.div-block-315114 {
  width: 12%;
}

.div-block-315115 {
  justify-content: space-between;
  width: 50%;
  margin-top: 15px;
  padding-left: 40px;
  padding-right: 40px;
}

.icon-76 {
  color: #5c5c5c;
}

.list-30 {
  margin-top: 25px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.list-30.hide {
  display: none;
}

.textarea-4 {
  padding-bottom: 140px;
}

.image-32876 {
  width: 17px;
}

.form-17 {
  width: 100%;
}

.heading-7685 {
  border-bottom: 1px solid #d4d4d4;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-31 {
  text-align: left;
}

.image-32877 {
  width: 28px;
}

.nav-menu-18 {
  padding-top: 20px;
  display: flex;
}

.text-block-16203 {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-size: 18px;
  display: flex;
}

.text-block-16203:hover {
  color: #062343;
  background-color: #d7af2c;
  border-color: #0000;
}

.text-block-16203.size {
  color: #000;
  background-color: #fff;
  border-color: #ffdfd3;
  width: 45px;
  height: 45px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 26px;
}

.text-block-16203.size:hover {
  color: #f68b21;
  border-color: #000;
}

.image-32878 {
  width: 20px;
  height: 20px;
}

.text-block-16204 {
  font-family: "Fa Solid 900", sans-serif;
  font-weight: 400;
}

.div-block-315117 {
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-315118 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35%;
  display: flex;
}

.div-block-315119 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.paragraph-2318 {
  color: #fff;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.image-32879 {
  filter: contrast(180%);
}

.link-254 {
  color: #000;
  text-decoration: none;
  display: none;
}

.div-block-315121 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.div-block-315121._98 {
  justify-content: flex-start;
  margin-top: 10px;
}

.div-block-315122 {
  display: flex;
}

.div-block-315122.view {
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-315122.view._3321456 {
  margin-top: 5px;
  margin-left: 0;
}

.div-block-315122.view.padding {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.text-block-16205 {
  color: #fa0f1a;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
}

.link-block-202 {
  align-items: center;
  display: flex;
}

.link-block-202.acc {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}

.link-block-203 {
  border-right: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.link-block-203._9 {
  border-right-style: none;
}

.heading-7686 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.div-block-315123 {
  margin-left: 5px;
}

.text-block-16206 {
  color: #5c5c5c;
  font-size: 15px;
}

.div-block-315124 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  padding-left: 60px;
  display: flex;
}

.dropdown-link-49 {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
}

.dropdown-link-49:hover {
  background-color: #c9c9c9;
}

.dropdown-27 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-315125 {
  margin-right: 10px;
}

.paragraph-2319 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 17px;
}

.link-block-204 {
  background-color: #fff;
  border: 2px solid #818181;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  text-decoration: none;
  display: flex;
}

.div-block-315126 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding-right: 40px;
  display: flex;
}

.dropdown-toggle-28 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-toggle-28.w--open {
  padding-bottom: 10px;
}

.div-block-315127 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-18 {
  margin-top: 60px;
  padding-left: 10px;
  padding-right: 20px;
}

.div-block-315128 {
  margin-top: -2px;
}

.div-block-315129 {
  overflow: hidden;
}

.dropdown-link-50 {
  border-bottom: 1px solid #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
}

.dropdown-link-50:hover {
  background-color: #c9c9c9;
}

.link-255 {
  color: #5c5c5c;
  text-decoration: none;
}

.icon-77 {
  margin-right: 0;
}

.div-block-315130 {
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  display: flex;
}

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

.div-block-315132 {
  border-radius: 10px;
  align-items: center;
  width: 30%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-315133 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-16207 {
  color: #fff;
  margin-left: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

.paragraph-2320 {
  font-size: 13px;
  line-height: 19px;
}

.paragraph-2320._57557 {
  margin-bottom: 0;
}

.div-block-315134 {
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.link-block-205 {
  background-color: #fff;
  border: 2px solid #818181;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 28%;
  margin-left: 10px;
  text-decoration: none;
  display: flex;
}

.link-block-205:hover {
  background-color: #fff;
}

.div-block-315135 {
  border-radius: 10px;
}

.text-block-16208 {
  color: #fa0f1a;
  font-family: "Fa Solid 900", sans-serif;
}

.div-block-315136 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.link-block-206 {
  line-height: 36px;
  text-decoration: none;
}

.link-block-207 {
  letter-spacing: .4px;
  margin-bottom: 48px;
  font-size: 24px;
  line-height: 32px;
}

.link-block-207._2 {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.container-1372 {
  max-width: 1400px;
}

.dropdown-link-51 {
  border-bottom: 1px solid #000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
}

.dropdown-link-51:hover {
  background-color: #c9c9c9;
}

.heading-7687 {
  font-size: 20px;
  line-height: 26px;
}

.text-field-20 {
  width: 510px;
  height: 80px;
  margin-bottom: 0;
  padding-left: 30px;
}

.heading-7688 {
  color: red;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  position: absolute;
  top: -32px;
  left: 18px;
}

.heading-7688._652 {
  left: 15px;
}

.paragraph-2321 {
  margin-bottom: 0;
  margin-left: 5px;
}

.image-32880 {
  width: 250px;
  transform: rotate(-7deg);
}

.form-block-15 {
  margin-bottom: 0;
}

.image-32881 {
  width: 210px;
  transform: rotate(-7deg);
  box-shadow: 0 0 20px 3px #0003;
}

.image-32881._111 {
  width: 140px;
}

.image-32882 {
  width: 28px;
}

.div-block-315138 {
  width: 15%;
}

.list-32 {
  text-align: left;
  padding-left: 0;
}

.image-32883 {
  filter: grayscale();
  width: 35px;
}

.dropdown-toggle-29 {
  border: 1px solid #dfdfdf;
  padding: 5px 30px 5px 10px;
  box-shadow: 0 2px 5px #85858533;
}

.dropdown-toggle-29.w--open {
  border-radius: 10px;
}

.div-block-315139 {
  display: flex;
}

.div-block-315140 {
  padding-left: 15px;
  padding-right: 15px;
}

.div-block-315140.hide {
  display: none;
}

.heading-7689 {
  color: #7a7a7a;
  text-align: center;
  width: 57px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.heading-7690 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 30px;
}

.heading-7690._01228 {
  font-size: 13px;
  line-height: 21px;
}

.section-252 {
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-1373 {
  max-width: 1400px;
}

.heading-7691 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.div-block-315141 {
  display: flex;
}

.text-block-16209 {
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: none;
}

.text-block-16209._2 {
  font-size: 16px;
  line-height: 16px;
  display: flex;
}

.div-block-315142 {
  width: 48%;
  padding-right: 20px;
}

.div-block-315142.episode1 {
  border-right: 1px #d3d3d3;
  width: 50%;
  padding-right: 20px;
}

.div-block-315143.pace, .div-block-315143.asdad {
  display: none;
}

.dropdown-link-52 {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 16px;
}

.dropdown-link-52:hover {
  background-color: #c9c9c9;
}

.dropdown-link-52.w--current {
  color: #333;
}

.paragraph-2323 {
  text-align: center;
  margin-bottom: 20px;
}

.icon-78 {
  margin-right: 10px;
}

.dropdown-list-28 {
  width: 100px;
}

.dropdown-list-28.w--open {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  width: auto;
  top: 31px;
  right: 0;
}

.div-block-315144 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.div-block-315144.lk {
  width: 100%;
}

.div-block-315145 {
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-315146 {
  border-bottom: 1px solid #dfdfdf;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 15px;
  display: flex;
}

.div-block-315146.api {
  border-bottom-style: none;
}

.div-block-315146.tablet {
  justify-content: space-around;
}

.heading-7692 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.dropdown-link-53 {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-link-53:hover {
  background-color: #ececec;
}

.image-32884 {
  width: 28px;
}

.copyright-3 {
  background-color: #fff8ef;
  border-top: 1px solid #e2e2e2;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}

.link-257 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.div-block-315147 {
  width: 100%;
  margin-top: 40px;
  padding-left: 40px;
  display: flex;
}

.container-1374 {
  border-top: 1px solid #cecece;
  max-width: 1400px;
  padding-top: 20px;
}

.div-block-315148 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-315148._66776 {
  border: 1px solid #e7e7e7;
  border-radius: 11px;
  width: 25%;
  box-shadow: 0 2px 4px #0003;
}

.div-block-315148._66776._8866, .div-block-315148._66776._65555, .div-block-315148._66776._7755 {
  height: 412px;
}

.paragraph-2324 {
  margin-bottom: 0;
  font-size: 11px;
  line-height: 16px;
}

.paragraph-2325 {
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 12px;
  line-height: 18px;
}

.div-block-315149 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 35%;
  display: flex;
}

.paragraph-2326 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
}

.footer-v-3 {
  color: #fff;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.div-block-315150 {
  background-color: #ff9400;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.div-block-315150._0125 {
  background-color: #c7c7c7;
  width: 30px;
  height: 30px;
}

.heading-7693 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.div-block-315151 {
  margin-right: 5px;
  font-size: 20px;
  display: none;
  position: relative;
}

.div-block-315151._256 {
  margin-left: 8px;
}

.container-1375 {
  border-top: 1px solid #cecece;
  max-width: 1400px;
  padding-top: 20px;
}

.text-block-16210 {
  display: none;
}

.div-block-315152 {
  width: 50%;
}

.div-block-315152._1234 {
  text-align: center;
  background-color: #f5f6f9;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 407.031px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-315152._12345 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.dropdown-toggle-30 {
  margin-right: 10px;
  padding: 0 20px 0 0;
}

.div-block-315154 {
  width: 100%;
  display: flex;
}

.heading-7694 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.div-block-315155 {
  justify-content: space-between;
  align-items: center;
  width: 14%;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.list-item-36 {
  color: #d0d3d8;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.heading-7695 {
  color: #0c0c0c;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.heading-7696 {
  margin-top: 0;
}

.section-253 {
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.brand-18 {
  align-items: center;
  width: 20%;
  margin-top: 20px;
  margin-right: auto;
  display: flex;
  top: -9px;
}

.text-block-16211 {
  color: #fa0f1a;
  font-family: "Fa Solid 900", sans-serif;
}

.div-block-315156 {
  width: 45%;
}

.paragraph-2327 {
  color: #636e8e;
  font-family: Bitter, serif;
  font-size: 16px;
}

.paragraph-2327.copy {
  margin-bottom: 0;
  display: block;
}

.heading-7697 {
  margin-top: 10px;
  font-size: 25px;
  line-height: 32px;
}

.div-block-315157 {
  width: 100%;
  margin-top: 20px;
}

.image-32885 {
  width: 16px;
}

.link-block-208 {
  background-color: #384a8c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
  padding: 5px;
  display: flex;
}

.text-block-16212 {
  color: #ffc800;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
}

.smile-bredcrumb-section-3 {
  background-image: url('../images/audio-book-banner.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 40vh;
  position: relative;
}

.div-block-315158 {
  align-items: center;
  width: 60px;
  height: 95px;
  display: flex;
  position: absolute;
  inset: -100% 0% 0%;
}

.div-block-315159 {
  display: flex;
}

.div-block-315160 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.div-block-315161 {
  align-items: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-block-16213 {
  color: #ecd02d;
  font-family: "Fa Solid 900", sans-serif;
}

.text-block-16213.view2 {
  font-size: 23px;
}

.text-block-16213.view2.v8 {
  font-size: 13px;
}

.text-block-16213.view2.grey {
  color: #c9c9c9;
}

.text-block-16213.view2.white {
  color: #ebebeb;
  font-size: 31px;
}

.div-block-315162 {
  z-index: 999;
  border: 1px solid #d8d8d8;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
  box-shadow: 0 2px 15px #83838333;
}

.submit-button-10 {
  background-color: #ff9400;
  border-radius: 20px;
  width: 110px;
}

.paragraph-2328 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 12px;
  line-height: 16px;
}

.div-block-315163 {
  margin-left: 10px;
}

.image-32886 {
  width: 100px;
}

.text-block-16214 {
  color: #000;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 20px;
}

.text-block-16214._2 {
  color: #fff;
  text-align: left;
  border-bottom: 1px #686868;
  max-width: 130px;
  margin-bottom: 20px;
  font-size: 20px;
}

.text-block-16214._2._3 {
  max-width: 90px;
  margin-bottom: 20px;
}

.text-block-16214._2._22 {
  margin-bottom: 20px;
}

.div-block-315164 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.div-block-315165 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-315166, .form-block-16 {
  width: 100%;
}

.dropdown-list-29 {
  width: 115.922px;
}

.heading-7698 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.div-block-315167 {
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-315168 {
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  padding: 10px;
  display: flex;
}

.div-block-315168.width {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-left: 0;
}

.image-32887 {
  width: 20px;
  height: 20px;
}

.footer-wrapper-4 {
  background-color: #fff;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  position: relative;
}

.div-block-315169 {
  align-items: center;
  display: flex;
}

.div-block-315170 {
  margin-left: -15px;
  margin-right: -15px;
}

.div-block-315171 {
  width: 100%;
  margin-top: 5px;
  display: flex;
}

.text-block-16215 {
  color: #9c9c9cbf;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}

.nav-link-54 {
  color: #000;
  text-transform: uppercase;
  border: 1px solid #0000;
  padding: 3px 7px 2px;
  font-family: Merriweather, serif;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.nav-link-54:hover {
  border: 1px solid #c29c87;
}

.nav-link-54.w--current {
  color: #cdaa7c;
  border-color: #cdaa7c;
}

.nav-link-54.pr {
  color: #5c5c5c;
  text-transform: none;
  margin-right: 29px;
  font-size: 15px;
  font-weight: 400;
}

.bold-text-416 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

.text-block-16216 {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
}

.heading-7699 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.link-block-209 {
  color: #333;
  text-decoration: none;
}

.div-block-315172 {
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.button-211188 {
  background-color: #f68b21;
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.modal-3 {
  z-index: 999;
  background-color: #ffffffd9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.heading-7700 {
  color: #000;
  margin-top: 5px;
  margin-bottom: 0;
  padding-left: 5px;
  font-size: 18px;
  line-height: 26px;
}

.button-211189 {
  text-align: center;
  background-color: #00a150;
  border-radius: 4px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  margin-bottom: 5px;
  margin-left: 20px;
  padding: 0 40px 0 20px;
  font-family: Open Sans, sans-serif;
  font-size: 23px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-211189.nav {
  color: #5092cc;
  background-color: #d21018;
  width: 144px;
  margin-bottom: 0;
  margin-left: 0;
}

.button-211189.nav.q {
  background-color: #09466a;
  width: 152px;
  margin-top: 30px;
}

.button-211189.nav.q._0-96 {
  justify-content: flex-start;
  margin-top: -48px;
}

.button-211189.nav.q._0-96.navi {
  background-color: #ff9e18;
  border-radius: 10px;
  width: 154px;
  margin-top: 0;
}

.button-211189.nav.q._0-96.navi.mjyg {
  padding-right: 20px;
}

.button-211189.hide {
  display: none;
}

.div-block-315173 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-315173:hover {
  color: #48d5e2;
  text-align: left;
}

.div-block-315173._02 {
  margin-right: 10px;
}

.heading-7702 {
  font-size: 20px;
  line-height: 28px;
}

.heading-7703 {
  color: #fff;
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 60px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}

.dropdown-list-30 {
  border-radius: 10px;
}

.dropdown-list-30.w--open {
  background-color: #fff;
  border: 1px solid #000;
}

.div-block-315174 {
  width: 40%;
  display: flex;
}

.div-block-315174.star123 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.section-254 {
  background-color: #fff;
  border-top: 2px solid #fa0f1a;
  position: fixed;
  inset: auto 0% 0%;
}

.section-254.hide {
  display: none;
}

.slide-58 {
  padding-top: 10px;
}

.div-block-315175 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-258 {
  color: #7a7a7a;
  text-decoration: none;
}

.slider-33 {
  background-color: #fff;
  border-top: 1px solid #b8b8b8;
  justify-content: center;
  min-width: auto;
  height: 110px;
  margin-top: 10px;
}

.div-block-315176 {
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  display: flex;
}

.div-block-315176.tl {
  padding-top: 50px;
}

.div-block-315177 {
  width: 30%;
}

.div-block-315178 {
  width: 70%;
  padding-left: 50px;
}

.paragraph-2329 {
  margin-bottom: 20px;
  padding-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.image-32888, .image-32889 {
  border-radius: 10px;
}

.text-span-176, .text-span-177 {
  color: #f68b21;
  padding-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 23px;
}

@media screen and (min-width: 1280px) {
  .link-block-175._0-26._0-258 {
    margin-top: 519px;
  }

  .slide-1 {
    background-size: cover;
  }

  .hero-section-3 {
    height: 100vh;
  }

  .section-7 {
    background-position: 14px 10px;
  }

  .div-block-314479 {
    left: 1.7%;
  }

  .slider-28._1 {
    top: 0;
  }

  .div-block-314560._1 {
    height: 410px;
  }

  .speaker-slide-mask {
    width: 23%;
    top: 67.8px;
  }

  .speaker-slider {
    top: 10px;
  }

  .speaker-slider.tp {
    margin-top: 0;
  }

  .slide-image {
    height: 430px;
    min-height: 430px;
  }

  .div-block-314571 {
    height: 200px;
  }

  .div-block-314573 {
    background-color: #f4f4f4;
    border-radius: 10px;
  }

  .dropdown-toggle-7 {
    border: 1px solid #c5c5c5;
    border-radius: 10px;
    margin-left: 10px;
    padding-right: 30px;
  }

  .div-block-314591 {
    width: 70%;
  }

  .text-field-7 {
    border-radius: 10px;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .heading-7574 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-314592 {
    margin-top: 20px;
    display: flex;
  }

  .div-block-314594 {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
  }

  .icon-40 {
    left: 65.5781px;
  }

  .icon-40._0235 {
    left: 81.5781px;
  }

  .field-label-4 {
    font-size: 13px;
  }

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

  .div-block-314596.drac {
    justify-content: space-between;
    align-items: center;
  }

  .div-block-314597 {
    padding-bottom: 10px;
  }

  .div-block-314597.name {
    padding-left: 7px;
  }

  .form-block-4 {
    width: 50%;
    margin-bottom: 0;
  }

  .div-block-314600 {
    border-left: 1px solid #c4c4c4;
    width: 50%;
    padding-left: 10px;
  }

  .div-block-314601 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-226.dfgd {
    margin-left: 30px;
  }

  .form-4 {
    margin-top: 10px;
  }

  .dropdown-toggle-13 {
    border: 1px solid #c5c5c5;
    border-radius: 10px;
    width: 100px;
    margin-left: 10px;
    padding-right: 30px;
  }

  .div-block-314643 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    display: block;
  }

  .text-field-9 {
    border-radius: 10px;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .text-field-9._258963 {
    margin-left: 23px;
  }

  .heading-7596 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-314644 {
    margin-top: 20px;
    display: flex;
  }

  .div-block-314646 {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
  }

  .icon-50 {
    left: 65.5781px;
  }

  .icon-50._0235 {
    left: 81.5781px;
  }

  .div-block-314648.ewq {
    margin-top: 10px;
    display: flex;
  }

  .div-block-314648.drac {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-314649 {
    padding-bottom: 10px;
  }

  .div-block-314649.name {
    padding-left: 7px;
  }

  .form-block-10 {
    width: 50%;
    margin-bottom: 0;
  }

  .div-block-314652 {
    border-left: 1px solid #c4c4c4;
    width: 50%;
    padding-left: 10px;
  }

  .div-block-314653 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-243.dfgd {
    margin-left: 0;
  }

  .form-6 {
    margin-top: 10px;
  }

  .div-block-314706 {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
  }

  .section-249 {
    background-size: cover;
  }
}

@media screen and (min-width: 1440px) {
  .div-block-13 {
    border-radius: 10px;
  }

  .div-block-20 {
    width: 50%;
  }

  .div-block-20038 {
    width: 433px;
    min-width: 433px;
  }

  .link-block-175 {
    margin-left: 49px;
    position: relative;
  }

  .link-block-175._0-26 {
    margin-top: 524px;
    margin-left: 23px;
  }

  .link-block-175._0-26._0-258 {
    margin-top: 545px;
  }

  .heading-7555 {
    text-align: center;
    font-size: 23px;
  }

  .section-7 {
    background-position: 115px 10px;
  }

  .div-block-314478 {
    right: -8%;
  }

  .div-block-314479 {
    width: 475px;
    top: .5%;
    left: 4%;
  }

  .div-block-314480 {
    width: 451px;
    top: -43%;
    left: -20%;
  }

  .team-wrap {
    grid-column-gap: 60px;
    width: 1080px;
    height: 460px;
  }

  .team_member-wrap {
    height: 380px;
  }

  .d-118-card-wrapper.t {
    padding-top: 220px;
  }

  .div-block-314540._1 {
    width: 58%;
  }

  .div-block-314560._1 {
    width: 300px;
    height: 455px;
    min-height: 455px;
  }

  .section-225.home-hero-section {
    min-height: 60vh;
  }

  .section-225.home-hero-section._1 {
    min-height: 700px;
  }

  .speaker-slide-mask {
    width: 18.8%;
    top: 85px;
  }

  .speaker-slide-mask._1 {
    width: 285px;
    min-width: 285px;
    top: 55px;
  }

  .speaker-slider {
    top: 35px;
  }

  .speaker-slider.tp {
    margin-top: 80px;
  }

  .slide-image {
    height: 417px;
    min-height: 417px;
  }

  .speaker-slide-content {
    top: -41px;
  }

  .div-block-314561 {
    width: 58%;
  }

  .div-block-314566 {
    background-image: url('../images/Bande-di-vakt-eh-Jithe.png-2.png');
  }

  .div-block-314571 {
    background-position: 50% 0;
    background-size: cover;
    width: 151px;
  }

  .div-block-314571._1 {
    background-image: url('../images/asli-bharat.png');
    background-size: 140px;
    width: 151px;
  }

  .div-block-314571._1.o {
    background-position: 50%;
    background-size: 151px;
    width: 151px;
  }

  .div-block-314571.t {
    background-image: url('../images/tana-bana.png-3-1.png');
    background-position: 50% 0;
    background-size: 140px;
    width: 151px;
  }

  .div-block-314571.t.y {
    background-position: 50%;
    background-size: 151px;
    width: 151px;
  }

  .div-block-314571.l {
    background-image: url('../images/KHILAF-EH-DASTUR.png');
    background-size: 151px;
    width: 151px;
  }

  .div-block-314571.l.t {
    background-position: 50%;
    background-size: cover;
    width: 151px;
  }

  .div-block-314571.d {
    background-position: 50% 100%;
    background-size: cover;
    width: 151px;
  }

  .div-block-314571.o {
    background-position: 50% 75%;
  }

  .text-block-16101 {
    padding-top: 30px;
    font-size: 17px;
  }

  .div-block-314589 {
    width: 45%;
  }

  .div-block-314602 {
    width: 20%;
  }

  .div-block-314602._1 {
    width: 25%;
  }

  .div-block-314641 {
    width: 45%;
  }

  .div-block-314654 {
    width: 20%;
  }

  .div-block-314690.spacebtw {
    border-bottom-style: solid;
  }

  .image-32772, .image-32773, .image-32774 {
    border-radius: 10px;
    width: 100%;
  }

  .card-inf {
    width: auto;
    min-width: auto;
  }

  .image-203 {
    width: 431px;
    height: 428px;
  }

  .section-212 {
    padding-top: 100px;
  }

  .image-32775 {
    width: 431px;
    height: 428px;
  }

  .dropdown-toggle.l {
    width: 50%;
  }

  .form-15 {
    width: 100%;
    padding-right: 20px;
  }

  .section-241 {
    height: 585px;
  }

  .mask-7 {
    width: 177px;
  }

  .section-247 {
    height: 500px;
  }

  .div-block-315062 {
    width: 10%;
  }

  .section-249 {
    background-size: cover;
    height: 570px;
  }

  .div-block-315102, .div-block-315155 {
    width: 10%;
  }
}

@media screen and (min-width: 1920px) {
  .div-block-20 {
    width: 35%;
  }

  .div-block-20038 {
    width: 432px;
    min-width: 432px;
  }

  .link-block-175 {
    height: 63px;
    margin-left: 70px;
  }

  .link-block-175._0-26 {
    height: 56px;
    margin-top: 703px;
    margin-left: 40px;
  }

  .link-block-175._0-26._0-258 {
    height: 59px;
    margin-top: 697px;
    margin-left: 22px;
  }

  .hero-section-3 {
    height: 90vh;
  }

  .level3-change-color {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .wrapper-ft {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
  }

  .header-links {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .section-7 {
    background-position: 287px 0;
    background-size: 485px;
  }

  .bredcrumb-section {
    height: 35vh;
  }

  .div-block-314478 {
    right: -5%;
  }

  .div-block-314479 {
    width: 700px;
    top: -4.3%;
  }

  .div-block-314480 {
    width: 585px;
    top: -62%;
    left: -35%;
  }

  .heading-7515, .heading-7560, .heading-7562, .heading-7563, .heading-7564, .heading-7565, .heading-7566, .heading-7567 {
    font-size: 19px;
    line-height: 27px;
  }

  .div-block-314560._1 {
    width: 320px;
    height: 481px;
    min-height: 481px;
  }

  .section-225.home-hero-section {
    min-height: auto;
  }

  .section-225.home-hero-section._1 {
    height: 885px;
    min-height: 885px;
  }

  .speaker-image-cover {
    height: 100%;
  }

  .speaker-slide-mask {
    width: 15%;
    top: 50px;
  }

  .speaker-slide-mask._1 {
    width: 285px;
    min-width: 285px;
    top: 70px;
  }

  .speaker-slider {
    top: 20px;
  }

  .speaker-slider.tp {
    margin-top: 70px;
    top: 0;
  }

  .slide-image {
    height: 458px;
    min-height: 458px;
  }

  .speakers-hero-wrapper {
    padding-top: 55px;
  }

  .heading-7585 {
    font-size: 55px;
  }

  .div-block-314561 {
    width: 50%;
  }

  .div-block-314566 {
    background-image: url('../images/bookcover5dd25974-20e6-4822-90c2-05645d2f87bccover_Dekh-Bande-Ke-Bhagh.webp');
  }

  .smile-bredcrumb-section {
    height: 35vh;
  }

  .div-block-314589 {
    width: 35%;
  }

  .form-block-5, .div-block-314594 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .field-label-4 {
    font-size: 15px;
  }

  .div-block-314602 {
    width: 15%;
  }

  .div-block-314641 {
    width: 35%;
  }

  .form-block-9, .div-block-314646 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-314654 {
    width: 15%;
  }

  .div-block-314706 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-314300 {
    padding-top: 5px;
  }

  .image-203, .image-32775 {
    width: 479px;
    height: 473px;
  }

  .heading-7630, .heading-7631, .heading-7632, .heading-7633, .heading-7634, .heading-7635, .heading-7636, .heading-7637, .heading-7638, .heading-7639, .heading-7640, .heading-7641, .heading-7642, .heading-7643, .heading-7644, .heading-7645, .heading-7646, .heading-7647, .heading-7649 {
    font-size: 19px;
    line-height: 27px;
  }

  .canvas-item {
    position: absolute;
    inset: 0%;
  }

  .section-239 {
    position: relative;
  }

  .section-241 {
    height: 750px;
  }

  .heading-7660, .heading-7661, .heading-7662 {
    font-size: 19px;
    line-height: 27px;
  }

  .div-block-27 {
    height: 370px;
  }

  .section-247 {
    height: 620px;
  }

  .section-249 {
    background-size: cover;
    height: 750px;
  }

  .smile-bredcrumb-section-2 {
    height: 35vh;
  }

  .heading-7682 {
    font-size: 19px;
    line-height: 27px;
  }

  .div-block-315110 {
    padding-top: 5px;
  }

  .smile-bredcrumb-section-3 {
    height: 35vh;
  }

  .heading-7698 {
    font-size: 19px;
    line-height: 27px;
  }

  .div-block-315167 {
    padding-top: 5px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .div-block {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-2 {
    width: 55%;
  }

  .div-block-3 {
    width: 100%;
    padding-bottom: 50px;
  }

  .button-211149 {
    margin-left: 0;
  }

  .button-211149.hide {
    display: none;
  }

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

  .div-block-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .heading-3 {
    font-size: 17px;
  }

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

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

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

  .div-block-15 {
    width: 70%;
  }

  .slider {
    height: auto;
    padding-bottom: 140px;
  }

  .slide {
    width: 48%;
    margin-left: 0;
    margin-right: 20px;
  }

  .div-block-17 {
    width: auto;
    height: auto;
  }

  .slide-2, .slide-3 {
    width: 31%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .slide-4 {
    width: 31%;
  }

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

  .right-arrow {
    left: 10%;
  }

  .left-arrow {
    left: -10%;
  }

  .slide-5 {
    width: 31%;
  }

  .section-6 {
    background-position: 32%;
  }

  .div-block-20 {
    width: 100%;
    margin-left: 0;
    padding-right: 40px;
  }

  .div-block-21 {
    width: 250px;
  }

  .nav-menu-11 {
    background-color: #fff;
    padding: 25px 10px;
  }

  .menu-button-12 {
    color: #fff;
    background-color: #f68b21;
    border-radius: 10px;
    margin-top: 20px;
  }

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

  .image-190 {
    width: 100%;
    height: auto;
  }

  .nav-menu-2 {
    color: #fff;
    background-color: #000;
    justify-content: center;
    width: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    left: 469px;
  }

  .nav-menu-2.margi-n.side {
    left: 470px;
  }

  .div-block-20038 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: auto;
  }

  .div-block-20038._1 {
    background-color: #ff9400;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
  }

  .div-block-20038._1.lt {
    background-color: #f68b22;
    width: 80%;
    display: flex;
  }

  .div-block-20038.mobile {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .dropdown-toggle-9.mombile {
    padding-left: 0;
  }

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

  .div-block-314462 {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .div-block-314462._12589 {
    align-items: center;
    margin-right: 10px;
  }

  .text-block-16068._2 {
    color: #5c5c5c;
  }

  .dropdown-list.w--open {
    z-index: 1;
    background-color: #fff;
    position: absolute;
    left: -30px;
  }

  .mobille-view-2 {
    z-index: 2;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .menu-button-13 {
    color: #fff;
    font-size: 20px;
  }

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

  .icon-31 {
    color: #fff;
  }

  .brand-10 {
    width: 95%;
    margin-top: 20px;
    padding-top: 0;
  }

  .brand-10.w--current {
    width: 100%;
  }

  .brand-10.mobile, .brand-10.mobile.w--current {
    justify-content: center;
    align-items: center;
    width: 30%;
    margin-top: 0;
  }

  .div-block-314314 {
    justify-content: flex-end;
    display: none;
  }

  .icon-32 {
    font-size: 30px;
  }

  .dropdown-toggle-2 {
    position: relative;
  }

  .nav-link-45 {
    color: #5c5c5c;
    padding-left: 10px;
    font-family: Vollkorn, serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
  }

  .nav-link-45.w--current {
    color: #f68b21;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .image-207._1 {
    width: 25px;
  }

  .div-block-314167 {
    margin-bottom: 20px;
  }

  .div-block-314167._1 {
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .container-1309 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .dropdown-6 {
    width: 100%;
  }

  .div-block-314264 {
    position: static;
  }

  .nav-link {
    width: 250px;
    margin-bottom: 10px;
    margin-left: 1px;
    padding-bottom: 3px;
    display: block;
  }

  .navbar-2 {
    display: none;
  }

  .button-9 {
    display: none;
    position: relative;
  }

  .button-9.nav {
    display: flex;
  }

  .button-9.nav.q._0-96 {
    display: none;
  }

  .button-9.nav.q._0-96.navi {
    display: flex;
  }

  .button-9.nav.q._0-96.navi.mjyg.hide {
    margin-top: 10px;
    margin-bottom: 20px;
    display: none;
  }

  .search {
    margin-bottom: 0;
  }

  .search-button {
    background-color: #000;
    font-size: 14px;
  }

  .div-block-314310 {
    display: none;
  }

  .icon-36 {
    top: 151px;
  }

  .slide-1 {
    background-color: #fff;
    background-size: 1000px;
  }

  .slide-1._2 {
    background-position: 99%;
  }

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

  .icon-37 {
    top: 150px;
  }

  .hero-section-3 {
    height: 62vh;
  }

  .div-block-314463 {
    height: auto;
  }

  .ft-logo-2 {
    width: 50%;
  }

  .social-icon-links-3 {
    padding: 13px;
    display: flex;
  }

  .copyright-block {
    justify-content: flex-start;
  }

  .subscribe-section {
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .div-block-935 {
    justify-content: flex-start;
    width: 50%;
    max-width: none;
  }

  .form {
    margin-top: 0;
  }

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

  .footer-2 {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .level3-change-color {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-942 {
    margin-top: 30px;
  }

  .line-small {
    display: none;
  }

  .icons-wrapper {
    display: flex;
  }

  .footer-v-1 {
    grid-column-gap: 16px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 0;
    display: flex;
  }

  .social-wraper {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
    padding: 16px 16px 16px 20px;
  }

  .heading-7495 {
    font-size: 15px;
  }

  .logo-warpper {
    max-width: none;
  }

  .ft-links._45 {
    width: 50px;
  }

  .wrapper-ft {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .content-ft {
    max-width: 550px;
  }

  .div-block-314168 {
    justify-content: space-around;
    align-items: center;
    width: 50%;
    margin-left: 0;
  }

  .div-block-314168.width {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .footer-wrapper-2 {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .div-block-940 {
    margin-left: 0;
    margin-right: 0;
  }

  .link-block-44 {
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .quick-links-block {
    margin-top: 10px;
  }

  .slider-26 {
    height: auto;
    padding-bottom: 100px;
    padding-left: 10px;
  }

  .slide-7 {
    width: 48.5%;
    margin-left: 0;
    margin-right: 10.7px;
  }

  .right-arrow-33 {
    left: 10%;
  }

  .left-arrow-33 {
    left: -10%;
  }

  .div-block-314464 {
    flex-flow: column;
  }

  .div-block-314465 {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .div-block-314467 {
    width: 100%;
    height: 410px;
    margin-top: 20px;
  }

  .bredcrumb-section {
    height: 26vh;
  }

  .bredcrumb-section.l {
    height: 17vh;
  }

  .div-block-313510 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-314468 {
    height: auto;
  }

  .div-block-314469 {
    flex-flow: column;
  }

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

  .div-block-314474 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-314478 {
    bottom: -7%;
  }

  .div-block-314480 {
    display: none;
  }

  .d-129-3d-card-wrapper {
    margin-bottom: 60px;
  }

  .demo-wrapper {
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
    margin-right: 0%;
    padding-top: 0;
  }

  .image-216 {
    margin-right: 0;
  }

  .browser-demo {
    flex-direction: column;
    justify-content: center;
    width: 500px;
    height: 300px;
    margin-bottom: 100px;
  }

  .d-118-card-wrapper {
    padding-top: 20px;
  }

  .d-118-card-wrapper.t {
    padding-top: 50px;
  }

  .d-118-3d-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .instructions-wrapper {
    flex-wrap: nowrap;
    order: -1;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: 0;
    position: relative;
    top: 0%;
    left: -25px;
  }

  .div-block-314482 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-314483 {
    align-items: center;
    width: 100%;
  }

  .div-block-314483.t {
    margin-top: 0;
  }

  .heading-7559 {
    font-size: 21px;
  }

  .section-11 {
    height: auto;
    min-height: auto;
    padding-bottom: 100px;
  }

  .open-close-icon-wrapper---brix.large-icon---brix {
    width: 14px;
    min-height: 14px;
  }

  .accordion-item-title---brix {
    max-width: 88%;
  }

  .accordion-item-title---brix.accordion-3---brix {
    max-width: 75%;
  }

  .accordion-3-open-close-icon-wrapper---brix {
    width: 40px;
    min-height: 40px;
  }

  .div-block-314485 {
    margin-top: 20px;
  }

  .tabs {
    flex-flow: column;
  }

  .div-block-314269 {
    width: 16%;
  }

  .tabs-menu {
    flex-flow: row;
    width: 730px;
    min-width: 730px;
    height: auto;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: auto;
  }

  .image-191._111.dtddtd._5674, .image-191._111.dtddtd._867554, .image-191._111.dtddtd._65434 {
    width: 140px;
  }

  .div-block-314355._65545 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center start;
    display: grid;
  }

  .div-block-314268._66776._444 {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-7515._66767._9685876, .heading-7515._66767._0971, .heading-7515._66767._86876 {
    font-size: 15px;
    line-height: 16px;
  }

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

  .tabs-content {
    width: 100%;
    margin-top: 0;
  }

  .tab-link-tab-1 {
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 170px;
    min-width: 170px;
    margin-left: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .tab-link-tab-1.all-cate {
    justify-content: center;
    align-items: center;
    width: 140px;
    min-width: 140px;
    padding: 0 10px;
    display: flex;
  }

  .tab-link-tab-1.all-cate.w--current {
    border-radius: 10px;
  }

  .tab-link-tab-1.all-cate._1, .tab-link-tab-1.all-cate._1.w--current {
    width: 170px;
    min-width: 170px;
  }

  .div-block-314487 {
    width: 16%;
  }

  .image-218._111.dtddtd._5674, .image-218._111.dtddtd._867554, .image-218._111.dtddtd._65434 {
    width: 80px;
  }

  .div-block-314490._66776._444 {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-7560._66767._9685876, .heading-7560._66767._0971, .heading-7560._66767._86876, .heading-7562._66767._86876 {
    font-size: 15px;
    line-height: 16px;
  }

  .div-block-314497._66776._444 {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-314498 {
    width: 16%;
  }

  .image-219._111.dtddtd._5674 {
    width: 140px;
  }

  .image-219._111.dtddtd._867554, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._5674, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._867554, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._867554, .image-219._111.dtddtd._5674 {
    width: 80px;
  }

  .image-219._111.dtddtd.ol {
    border-radius: 10px;
    transform: none;
  }

  .heading-7563._66767._86876 {
    font-size: 15px;
    line-height: 16px;
  }

  .div-block-314504._66776._444 {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-314505 {
    width: 16%;
  }

  .heading-7564._66767._86876 {
    font-size: 15px;
    line-height: 16px;
  }

  .div-block-314511._66776._444 {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-314512 {
    width: 16%;
  }

  .heading-7565._66767._86876 {
    font-size: 15px;
    line-height: 16px;
  }

  .div-block-314518._66776._444 {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-314519 {
    width: 16%;
  }

  .heading-7566._66767._86876 {
    font-size: 15px;
    line-height: 16px;
  }

  .div-block-314525._66776._444 {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-314526 {
    width: 16%;
  }

  .div-block-314529._65545 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-7567._66767._86876 {
    font-size: 15px;
    line-height: 16px;
  }

  .div-block-314532._66776._444 {
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-314533 {
    width: 16%;
  }

  .div-block-314535 {
    flex-flow: column;
  }

  .div-block-314536 {
    width: 41%;
  }

  .image-220 {
    width: 50%;
  }

  .div-block-314537 {
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
  }

  .div-block-314538 {
    width: 58%;
  }

  .div-block-314540._1 {
    justify-content: flex-end;
    align-items: center;
  }

  .heading-7583 {
    font-size: 18px;
  }

  .link-block-179 {
    font-size: 12px;
  }

  .div-block-314545 {
    width: 80%;
  }

  .div-block-314546 {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .div-block-314546.mobile-view {
    flex-flow: wrap;
    width: 100%;
    min-width: 100%;
    height: 115px;
    min-height: 115px;
    padding-top: 20px;
    display: flex;
  }

  .image-232 {
    width: 35px;
  }

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

  .div-block-314547.episode1 {
    width: 100%;
    padding-right: 0;
  }

  .paragraph-2250 {
    text-align: center;
  }

  .div-block-314549 {
    width: 30%;
  }

  .modal-container-4 {
    width: 80%;
  }

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

  .div-block-314560._1 {
    width: 320px;
    height: 500px;
  }

  .section-225 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-225.home-hero-section {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .speaker-info {
    max-width: 470px;
  }

  .speaker-slide-mask {
    width: 37%;
  }

  .speaker-slider {
    top: 70px;
  }

  .speaker-slider.tp {
    margin-top: 0;
    top: 0;
  }

  .clip-text.speaker-headding {
    margin-top: -36px;
    margin-bottom: 24px;
  }

  .speaker-name {
    font-size: 52px;
  }

  .slide-image {
    height: 491px;
    min-height: 491px;
  }

  .speakers-hero-wrapper {
    padding-top: 0;
  }

  .heading-7585 {
    font-size: 50px;
  }

  .div-block-314561 {
    width: 100%;
    padding-top: 0;
  }

  .section-226 {
    padding-bottom: 50px;
  }

  .div-block-314562 {
    flex-flow: wrap-reverse;
  }

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

  .div-block-314565 {
    width: 75%;
  }

  .div-block-314566 {
    width: 157px;
    height: 200px;
  }

  .div-block-314569 {
    flex-flow: column;
  }

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

  .div-block-314570._1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
  }

  .div-block-314571, .div-block-314571._1.o, .div-block-314571.t.y, .div-block-314571.l.t, .div-block-314571.d {
    width: 153px;
  }

  .text-block-16101 {
    padding-top: 40px;
  }

  .div-block-314573 {
    width: 100%;
    margin-top: 50px;
  }

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

  .div-block-314575 {
    flex-flow: column;
  }

  .div-block-314576, .div-block-314577 {
    width: 100%;
  }

  .section-227 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .div-block-314578 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-314431 {
    width: 80%;
  }

  .space-div {
    height: auto;
  }

  .image-236 {
    width: 100%;
    height: auto;
  }

  .nav-menu-12 {
    color: #fff;
    background-color: #000;
    justify-content: center;
    width: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    left: 469px;
  }

  .nav-menu-12.margi-n.side {
    left: 470px;
  }

  .div-block-314580 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-toggle-11.mombile {
    padding-left: 0;
  }

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

  .div-block-314583._12589 {
    align-items: center;
    margin-right: 10px;
  }

  .menu-button-14 {
    color: #fff;
    font-size: 20px;
  }

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

  .icon-48 {
    color: #fff;
  }

  .brand-12 {
    width: 95%;
    margin-top: 20px;
    padding-top: 0;
  }

  .brand-12.w--current {
    width: 100%;
  }

  .brand-12.mobile, .brand-12.mobile.w--current {
    justify-content: center;
    align-items: center;
    width: 30%;
    margin-top: 0;
  }

  .div-block-314584 {
    justify-content: flex-end;
    display: flex;
  }

  .icon-49 {
    font-size: 30px;
  }

  .nav-link-46 {
    padding-left: 10px;
    font-family: Merriweather, serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .nav-link-46.w--current {
    color: #f68b21;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .smile-bredcrumb-section {
    height: 26vh;
  }

  .container-1350 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .dropdown-10 {
    width: 100%;
  }

  .nav-link-47 {
    width: 250px;
    margin-bottom: 10px;
    margin-left: 1px;
    padding-bottom: 3px;
    display: block;
  }

  .button-211167 {
    display: none;
    position: relative;
  }

  .button-211167.nav {
    display: flex;
  }

  .button-211167.nav.q._0-96 {
    display: none;
  }

  .button-211167.nav.q._0-96.navi {
    display: flex;
  }

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

  .div-block-314595 {
    flex-flow: wrap-reverse;
    width: 100%;
    display: flex;
  }

  .div-block-314599 {
    margin-top: 20px;
  }

  .div-block-314602 {
    width: 100%;
    margin-left: 0;
  }

  .div-block-314602._1.bill {
    width: 41%;
  }

  .section-221 {
    padding: 75px 20px;
  }

  .section-228 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .div-block-314606._1 {
    width: 100%;
    min-width: 100%;
    overflow: auto;
  }

  .div-block-314608 {
    height: 100px;
  }

  .div-block-314608.asli-bharat {
    background-position: 50% 0;
    background-size: cover;
    height: auto;
  }

  .div-block-314608.asli-bharat.c {
    width: 100%;
  }

  .div-block-314608.bande-di-vukut-hai-jithey {
    background-position: 50% 100%;
    background-size: 100px;
    height: auto;
  }

  .div-block-314608.amit-yaadan {
    background-size: cover;
    height: auto;
  }

  .div-block-314608.taj-mahal {
    height: auto;
  }

  .div-block-314608.tanna-banna {
    background-position: 50%;
    background-size: cover;
    height: auto;
  }

  .div-block-314609._1.l.bl {
    justify-content: center;
    align-items: center;
    padding-right: 10px;
  }

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

  .link-194.cl {
    font-size: 17px;
  }

  .text-block-16108, .text-block-16108.fsize {
    font-size: 14px;
  }

  .text-block-16108.pl {
    padding-left: 1.7px;
  }

  .button-211168 {
    padding: 10px 20px;
    font-size: 14px;
  }

  .div-block-314613._1.bt.fl {
    justify-content: space-between;
    width: 35%;
  }

  .div-block-314614 {
    margin-left: auto;
    margin-right: auto;
    box-shadow: inset -1px -1px 20px -1px #d1d1d1;
  }

  .heading-7590 {
    font-size: 17px;
  }

  .section-229 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .div-block-314620 {
    flex-flow: column;
  }

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

  .div-block-314623 {
    width: 55%;
  }

  .image-238 {
    width: 58%;
  }

  .div-block-314624 {
    width: 40%;
  }

  .div-block-314624._1.l {
    width: 58%;
  }

  .heading-7593._1 {
    font-size: 15px;
  }

  .div-block-314625 {
    width: 40%;
  }

  .div-block-314625._1 {
    width: 58%;
  }

  .div-block-314626 {
    width: 40%;
  }

  .div-block-314627 {
    width: 45%;
  }

  .div-block-314630 {
    width: 70%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-314632._1.l {
    background-position: 50% 67%;
    background-size: cover;
  }

  .div-block-314636 {
    width: 80%;
  }

  .div-block-314636.rest {
    width: 70%;
  }

  .div-block-314432 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-314637 {
    width: 50%;
  }

  .div-block-314639 {
    width: 140px;
    top: 44%;
    left: -25%;
  }

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

  .div-block-314647 {
    flex-flow: wrap-reverse;
    width: 100%;
    display: flex;
  }

  .div-block-314651 {
    margin-top: 20px;
  }

  .div-block-314654 {
    width: 100%;
    margin-left: 0;
  }

  .section-230 {
    padding: 75px 20px;
  }

  .div-block-216 {
    margin-top: 60px;
    padding-top: 0;
  }

  .div-block-216.privacy {
    width: 100%;
    margin-top: 60px;
  }

  .privacy-section {
    padding: 50px 20px;
  }

  .div-block-915 {
    padding-top: 0;
  }

  .paragraph-2247 {
    font-size: 13px;
  }

  .section-222 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .div-block-314661 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-314662 {
    width: 85%;
  }

  .div-block-314664 {
    width: 35%;
  }

  .section-231 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .div-block-314676, .div-block-314676._1 {
    width: 100%;
  }

  .div-block-314340 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .section-232 {
    padding-top: 50px;
  }

  .heading-7533 {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-7533._2 {
    text-align: center;
    font-size: 14px;
  }

  .div-block-314446._5 {
    justify-content: center;
    align-items: center;
  }

  .div-block-314680 {
    margin-top: 10px;
    margin-left: 0;
  }

  .div-block-314459 {
    justify-content: center;
    align-items: center;
    width: 30%;
    display: flex;
  }

  .div-block-314459.opiu {
    width: 41%;
  }

  .heading-7528 {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-314339._12345 {
    width: 100%;
    margin-top: 40px;
  }

  .div-block-314339._12345.wishlisst {
    margin-top: 0;
  }

  .div-block-314339._12345.wishlisst.all {
    align-items: center;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .div-block-314339._12345.wishlisst.all.gf {
    width: 100%;
  }

  .heading-7534 {
    font-size: 30px;
    line-height: 36px;
  }

  .dropdown-2 {
    left: -154px;
  }

  .dropdown-2._5411 {
    left: 0;
  }

  .div-block-314683.space {
    height: auto;
  }

  .div-block-314683.sapce {
    padding-top: 50px;
  }

  .div-block-314341 {
    flex-flow: column;
    justify-content: space-around;
  }

  .div-block-314341.poiuy.load {
    width: 48%;
    height: auto;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-314341.poiuy.load._1, .div-block-314341.poiuy.load.t {
    margin-top: 70px;
  }

  .paragraph-2251 {
    font-size: 12px;
  }

  .heading-7600 {
    font-size: 18px;
  }

  .div-block-314685 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .div-block-314686 {
    width: 50%;
  }

  .div-block-314687 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-314688 {
    width: 50%;
  }

  .image-246 {
    width: 35px;
  }

  .heading-7603 {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-7603._2.e {
    text-align: center;
  }

  .div-block-314689._5, .div-block-314689._5.e {
    justify-content: center;
    align-items: center;
  }

  .div-block-314690.spacebtw {
    justify-content: space-between;
  }

  .paragraph-2264 {
    text-align: center;
  }

  .div-block-314691 {
    width: 30%;
  }

  .div-block-314691.margines {
    width: 25%;
  }

  .div-block-314692 {
    justify-content: center;
    align-items: center;
    width: 30%;
    display: flex;
  }

  .div-block-314692.opiu-2 {
    width: 30%;
  }

  .div-block-314692.opiu-2.l {
    width: 40%;
  }

  .heading-7604 {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-7604._1.e {
    text-align: center;
  }

  .div-block-314693._12345 {
    width: 100%;
    margin-top: 40px;
  }

  .div-block-314693._12345.wishlisst {
    margin-top: 0;
  }

  .div-block-314693._12345.wishlisst.all {
    align-items: center;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .div-block-314693._12345.wishlisst.all.yaddan {
    width: 100%;
    margin-top: 10px;
  }

  .div-block-314694.amt {
    padding-left: 20px;
  }

  .heading-7605 {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-7605._1.e {
    text-align: center;
  }

  .div-block-314695 {
    flex-flow: column;
    justify-content: space-around;
  }

  .div-block-314695.poiuy.amit.asas {
    width: 100%;
    position: static;
  }

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

  .div-block-314696 {
    height: auto;
  }

  .tab-link-tab-1-3, .tab-link-tab-1-3.w--current {
    width: 230px;
    min-width: 230px;
  }

  .mt-5.flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .tabs-menu-3 {
    border-bottom: 1px solid #c9c9c9;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-314705 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .tabs-content-3 {
    border-left-style: none;
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-7607 {
    font-size: 16px;
    line-height: 22px;
  }

  .tab-link-tab-2-3, .tab-link-tab-2-3.w--current {
    width: 230px;
    min-width: 230px;
    margin-top: 0;
  }

  .div-block-314708._5 {
    justify-content: center;
    align-items: center;
  }

  .paragraph-2267 {
    font-size: 12px;
  }

  .div-block-314710 {
    margin-top: 10px;
    margin-left: 0;
  }

  .div-block-314712 {
    justify-content: center;
    align-items: center;
    width: 30%;
    display: flex;
  }

  .div-block-314712.opiu-3 {
    width: 30%;
  }

  .heading-7608 {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-314713._12345 {
    width: 100%;
    margin-top: 40px;
  }

  .div-block-314713._12345.wishlisst {
    margin-top: 0;
  }

  .div-block-314713._12345.wishlisst.all {
    align-items: center;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .tab-link-tab-3-3 {
    width: 230px;
    min-width: 230px;
    margin-top: 0;
  }

  .tab-link-tab-3-3.w--current {
    margin-top: 0;
  }

  .tabs-3 {
    flex-flow: column;
    height: auto;
  }

  .heading-7609 {
    font-size: 30px;
    line-height: 36px;
  }

  .payment-h1 {
    margin-bottom: 0;
  }

  .dropdown-13 {
    left: -154px;
  }

  .col-50.p-0.flex {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .wrapper._125631.rewq {
    padding-bottom: 0;
  }

  .wrapper.flex.align-top {
    flex-direction: column;
  }

  .div-block-314715.space {
    height: auto;
  }

  .div-block-314716 {
    flex-flow: column;
    justify-content: space-around;
  }

  .div-block-314300 {
    width: 30%;
  }

  .paragraph-2270 {
    font-size: 12px;
  }

  .div-block-314720 {
    margin-left: 0;
  }

  .div-block-314722 {
    width: 48%;
  }

  .div-block-314722.accordion-trigger---brix {
    margin-top: 40px;
  }

  .section-78 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .div-block-313932 {
    width: 85%;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .link-3 {
    text-align: center;
  }

  .div-block-313929 {
    margin-top: 20px;
  }

  .div-block-313936 {
    width: 85%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-block-313928 {
    justify-content: space-between;
    align-items: center;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-313931 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-314729 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .heading-7612 {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-314730 {
    flex-flow: row;
    width: 100%;
  }

  .div-block-314731._5 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-314732 {
    margin-top: 10px;
    margin-left: 0;
  }

  .div-block-314734 {
    justify-content: center;
    align-items: center;
    width: 30%;
    display: flex;
  }

  .div-block-314734.opiu {
    width: 30%;
  }

  .heading-7613 {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-314735._12345 {
    width: 100%;
    margin-top: 40px;
  }

  .div-block-314735._12345.wishlisst {
    margin-top: 0;
  }

  .div-block-314735._12345.wishlisst.all {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .heading-7614 {
    font-size: 30px;
    line-height: 36px;
  }

  .div-block-314737 {
    flex-flow: column;
    justify-content: space-around;
  }

  .div-block-314738 {
    padding-left: 20px;
  }

  .div-block-314739 {
    width: 100%;
    display: flex;
  }

  .div-block-314741 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .heading-7616 {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-314742._5 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-7617 {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-314743._12345 {
    width: 100%;
    margin-top: 40px;
  }

  .div-block-314743._12345.wishlisst {
    margin-top: 0;
  }

  .div-block-314743._12345.wishlisst.all {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .heading-7618 {
    font-size: 30px;
    line-height: 36px;
  }

  .image-32769 {
    width: 85%;
  }

  .image-32770 {
    width: 87%;
  }

  .image-32771 {
    width: 75%;
  }

  .div-block-314745 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .heading-7620 {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-314746._5 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-7621 {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-314747._12345 {
    width: 100%;
    margin-top: 40px;
  }

  .div-block-314747._12345.wishlisst {
    margin-top: 0;
  }

  .div-block-314747._12345.wishlisst.all {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .heading-7622 {
    font-size: 30px;
    line-height: 36px;
  }

  .div-block-314749 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .heading-7624 {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-314750._5 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-7625 {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-314751._12345 {
    width: 100%;
    margin-top: 40px;
  }

  .div-block-314751._12345.wishlisst {
    margin-top: 0;
  }

  .div-block-314751._12345.wishlisst.all {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .heading-7626 {
    font-size: 30px;
    line-height: 36px;
  }

  .card-inf {
    width: 435px;
    min-width: 435px;
    bottom: 0;
  }

  .div-block-314323 {
    flex-direction: column;
    align-items: center;
  }

  .card {
    width: 60%;
  }

  .card._5, .card._2 {
    margin-top: 40px;
  }

  .div-block-314756 {
    flex-direction: column;
    align-items: center;
  }

  .image-32775 {
    height: 500px;
  }

  .card-2 {
    width: 60%;
  }

  .card-2._3, .card-2._5, .card-2._2 {
    margin-top: 40px;
  }

  .div-block-314759 {
    flex-flow: column;
  }

  .div-block-314759._1 {
    margin-top: 0;
  }

  .div-block-314760 {
    width: 55%;
    margin-top: 40px;
  }

  .div-block-314765, .div-block-314766, .div-block-314767 {
    width: 100%;
  }

  .div-block-314768 {
    margin-top: 20px;
  }

  .div-block-314769 {
    flex-flow: column;
    padding-top: 0;
  }

  .div-block-314776._65545 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-7630._66767._86876 {
    font-size: 15px;
    line-height: 16px;
  }

  .div-block-314779._66776._444 {
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-314780 {
    width: 16%;
  }

  .div-block-314783._65545 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-7631._66767._86876 {
    font-size: 15px;
    line-height: 16px;
  }

  .div-block-314786._66776._444 {
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-314787 {
    width: 16%;
  }

  .div-block-314790._65545 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-7632._66767._86876 {
    font-size: 15px;
    line-height: 16px;
  }

  .div-block-314793._66776._444 {
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-314794 {
    width: 16%;
  }

  .div-block-314797._65545 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-7633._66767._86876 {
    font-size: 15px;
    line-height: 16px;
  }

  .div-block-314800._66776._444 {
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-314801 {
    width: 16%;
  }

  .div-block-314804._65545 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-7634._66767._86876 {
    font-size: 15px;
    line-height: 16px;
  }

  .div-block-314807._66776._444 {
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-314808 {
    width: 16%;
  }

  .div-block-314811._65545 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-7635._66767._86876 {
    font-size: 15px;
    line-height: 16px;
  }

  .div-block-314814._66776._444 {
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-314815 {
    width: 16%;
  }

  .div-block-314818._65545 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-7636._66767._86876 {
    font-size: 15px;
    line-height: 16px;
  }

  .div-block-314821._66776._444 {
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-314822 {
    width: 16%;
  }

  .div-block-314825._65545 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-7637._66767._86876 {
    font-size: 15px;
    line-height: 16px;
  }

  .div-block-314828._66776._444 {
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-314829 {
    width: 16%;
  }

  .div-block-314832._65545 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-7638._66767._86876 {
    font-size: 15px;
    line-height: 16px;
  }

  .div-block-314835._66776._444 {
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-314836 {
    width: 16%;
  }

  .div-block-314839._65545 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-7639._66767._86876 {
    font-size: 15px;
    line-height: 16px;
  }

  .div-block-314842._66776._444 {
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-314843 {
    width: 16%;
  }

  .div-block-314846._65545 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-7640._66767._86876 {
    font-size: 15px;
    line-height: 16px;
  }

  .div-block-314849._66776._444 {
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-314850 {
    width: 16%;
  }

  .div-block-314853._65545 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-7641._66767._86876 {
    font-size: 15px;
    line-height: 16px;
  }

  .div-block-314856._66776._444 {
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-314857 {
    width: 16%;
  }

  .div-block-314860._65545 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-7642._66767._86876 {
    font-size: 15px;
    line-height: 16px;
  }

  .div-block-314863._66776._444 {
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-314864 {
    width: 16%;
  }

  .div-block-314867._65545 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-7643._66767._86876 {
    font-size: 15px;
    line-height: 16px;
  }

  .div-block-314870._66776._444 {
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-314871 {
    width: 16%;
  }

  .div-block-314874._65545 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-7644._66767._86876 {
    font-size: 15px;
    line-height: 16px;
  }

  .div-block-314877._66776._444 {
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-314878 {
    width: 16%;
  }

  .div-block-314881._65545 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-7645._66767._86876 {
    font-size: 15px;
    line-height: 16px;
  }

  .div-block-314884._66776._444 {
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-314885 {
    width: 16%;
  }

  .div-block-314888._65545 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-7646._66767._86876 {
    font-size: 15px;
    line-height: 16px;
  }

  .div-block-314891._66776._444 {
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-314892 {
    width: 16%;
  }

  .div-block-314895._65545 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-7647._66767._86876 {
    font-size: 15px;
    line-height: 16px;
  }

  .div-block-314898._66776._444 {
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-314899 {
    width: 16%;
  }

  .image-32778 {
    height: auto;
    min-height: auto;
  }

  .div-block-314136 {
    justify-content: center;
    align-items: center;
  }

  .section-236 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .heading-7649._66767._86876 {
    font-size: 15px;
    line-height: 16px;
  }

  .div-block-314903._66776._444 {
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-314904 {
    width: 16%;
  }

  .div-block-314906._65545 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .button-211177 {
    display: none;
    position: relative;
  }

  .button-211177.nav {
    display: flex;
  }

  .button-211177.nav.q._0-96 {
    display: none;
  }

  .button-211177.nav.q._0-96.navi {
    display: flex;
  }

  .button-211177.nav.q._0-96.navi.mjyg.hide {
    margin-top: 10px;
    margin-bottom: 20px;
    display: none;
  }

  .div-block-314920 {
    margin-bottom: 20px;
  }

  .div-block-314921 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-314921._1 {
    width: 100%;
    padding-top: 20px;
  }

  .div-block-314922 {
    justify-content: flex-end;
    display: none;
  }

  .image-32787 {
    width: 100%;
    height: auto;
  }

  .menu-button-15 {
    color: #fff;
    font-size: 20px;
  }

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

  .icon-52 {
    color: #fff;
  }

  .nav-menu-13 {
    color: #fff;
    background-color: #000;
    justify-content: center;
    width: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    left: 469px;
  }

  .nav-menu-13.margi-n.side {
    left: 470px;
  }

  .dropdown-list-10.w--open {
    z-index: 1;
    background-color: #fff;
    position: absolute;
    left: -30px;
  }

  .brand-13 {
    width: 95%;
    margin-top: 20px;
    padding-top: 0;
  }

  .brand-13.w--current {
    width: 100%;
  }

  .brand-13.mobile, .brand-13.mobile.w--current {
    justify-content: center;
    align-items: center;
    width: 30%;
    margin-top: 0;
  }

  .text-block-16152._2 {
    color: #5c5c5c;
  }

  .nav-link-48 {
    width: 250px;
    margin-bottom: 10px;
    margin-left: 1px;
    padding-bottom: 3px;
    display: block;
  }

  .icon-53 {
    font-size: 30px;
  }

  .container-1359 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .dropdown-toggle-17 {
    position: relative;
  }

  .menu-button-16 {
    color: #fff;
    background-color: #f68b21;
    border-radius: 10px;
    margin-top: 20px;
  }

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

  .button-211178 {
    display: none;
    position: relative;
  }

  .button-211178.nav {
    display: flex;
  }

  .button-211178.nav.q._0-96 {
    display: none;
  }

  .button-211178.nav.q._0-96.navi {
    display: flex;
  }

  .button-211178.nav.q._0-96.navi.mjyg.hide {
    margin-top: 10px;
    margin-bottom: 20px;
    display: none;
  }

  .div-block-314925 {
    margin-bottom: 20px;
  }

  .div-block-314926 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-314926._1 {
    width: 100%;
    padding-top: 20px;
  }

  .div-block-314927 {
    justify-content: flex-end;
    display: none;
  }

  .image-32790 {
    width: 100%;
    height: auto;
  }

  .icon-55 {
    color: #fff;
  }

  .nav-menu-14 {
    color: #fff;
    background-color: #000;
    justify-content: center;
    width: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    left: 469px;
  }

  .nav-menu-14.margi-n.side {
    left: 470px;
  }

  .dropdown-list-12.w--open {
    z-index: 1;
    background-color: #fff;
    position: absolute;
    left: -30px;
  }

  .brand-14 {
    width: 95%;
    margin-top: 20px;
    padding-top: 0;
  }

  .brand-14.w--current {
    width: 100%;
  }

  .brand-14.mobile, .brand-14.mobile.w--current {
    justify-content: center;
    align-items: center;
    width: 30%;
    margin-top: 0;
  }

  .text-block-16155._2 {
    color: #5c5c5c;
  }

  .nav-link-49 {
    width: 250px;
    margin-bottom: 10px;
    margin-left: 1px;
    padding-bottom: 3px;
    display: block;
  }

  .icon-56 {
    font-size: 30px;
  }

  .nav-menu-15 {
    background-color: #fff;
    height: 100vh;
    padding: 0 10px;
  }

  .container-1360 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .dropdown-toggle-19 {
    position: relative;
  }

  .butnn {
    width: 70%;
  }

  .section-237 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .div-block-314936 {
    width: 61%;
  }

  .section-238 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .div-block-314938, .div-block-314938.nrr, .div-block-314941 {
    width: 100%;
  }

  .div-block-314942 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    min-width: 730px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .heading-7652 {
    font-size: 17px;
  }

  .heading-7652._1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-314943 {
    border-bottom-style: none;
    border-right: 1px #dfdfdf;
    justify-content: space-between;
    align-items: center;
    width: 140px;
    min-width: 140px;
    margin-bottom: 0;
    padding-right: 10px;
  }

  .checkbox-label-2 {
    font-size: 14px;
  }

  .div-block-314944 {
    border-bottom-style: none;
    border-right: 1px #dfdfdf;
    width: 140px;
    min-width: 140px;
    padding-top: 5px;
  }

  .div-block-314944._1 {
    width: 241px;
    min-width: 241px;
    padding-top: 0;
  }

  .div-block-314944._1.l {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 410px;
    min-width: 410px;
    padding-left: 0;
    display: flex;
  }

  .checkbox-field-3 {
    padding-bottom: 0;
  }

  .checkbox-field-4 {
    padding-top: 0;
  }

  .form-11, .form-12 {
    justify-content: space-around;
    align-items: flex-end;
    display: block;
  }

  .form-13 {
    justify-content: space-around;
    align-items: flex-end;
    display: flex;
  }

  .div-block-314945 {
    width: 75%;
  }

  .div-block-314950 {
    justify-content: space-around;
    align-items: center;
    width: 50%;
    margin-left: 0;
  }

  .div-block-314950.width {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .div-block-314954 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-314956 {
    justify-content: flex-start;
    width: 50%;
    max-width: none;
  }

  .form-14 {
    margin-top: 0;
  }

  .div-block-314957 {
    margin-top: 30px;
  }

  .link-block-192 {
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .social-icon-links-4 {
    padding: 13px;
    display: flex;
  }

  .heading-7654 {
    font-size: 15px;
  }

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

  .div-block-314962 {
    bottom: -3.5%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-18 {
    margin-left: 0;
    margin-right: 20px;
  }

  .dropdown-list-16 {
    position: relative;
  }

  .dropdown-19._1 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }

  .dropdown-19._1:hover {
    background-color: #fff;
  }

  .dropdown-19._1.l.ol.size {
    margin-right: 20px;
  }

  .dropdown-19._1.l.ol.size.tpp {
    width: 55%;
    margin-top: 20px;
  }

  .dropdown-19._1.l.ol.size.tpp.ll {
    margin-top: 0;
  }

  .dropdown-toggle-20 {
    font-size: 14px;
  }

  .dropdown-list-17 {
    left: 0;
  }

  .dropdown-list-17._1 {
    left: -70px;
  }

  .div-block-314966 {
    padding-top: 0;
  }

  .dropdown-20._1 {
    width: 85px;
    height: 35px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .dropdown-toggle-21 {
    background-color: #fff;
    border-color: #99999c73;
    height: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .icon-61 {
    color: #5c5c5c;
  }

  .image-32805 {
    width: 23px;
  }

  .dropdown-list-18 {
    box-shadow: 0 10px 40px #98a2ac87;
  }

  .div-block-314967 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-link-34 {
    font-size: 14px;
  }

  .dropdown-link-34:hover {
    box-shadow: inset 2px 0 #f68b21;
  }

  .dropdown-link-34._1 {
    text-align: left;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  .dropdown-21 {
    height: 35px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-21._1 {
    width: 85px;
    padding-top: 0;
  }

  .dropdown-toggle-22 {
    background-color: #fff;
    border-color: #99999c73;
    height: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .icon-62 {
    color: #5c5c5c;
  }

  .image-32806 {
    width: 23px;
  }

  .dropdown-list-19 {
    box-shadow: 0 10px 40px #98a2ac87;
  }

  .div-block-314968 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-link-35 {
    font-size: 14px;
  }

  .dropdown-link-35:hover {
    box-shadow: inset 2px 0 #ff9400;
  }

  .dropdown-link-35.w--current {
    color: #f68b22;
  }

  .dropdown-link-35._1 {
    text-align: left;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  .dropdown-link-35._1:hover {
    box-shadow: inset 2px 0 #ff9400;
  }

  .dropdown-link-35._1.w--current {
    color: #f68b22;
  }

  .dropdown-link-35.l {
    border-bottom: 1px solid #ccc;
  }

  .dropdown-link-35.l:hover {
    box-shadow: inset 2px 0 #ff9400;
  }

  .dropdown-link-35.l.w--current {
    color: #f58b23;
  }

  .div-block-314969 {
    background-color: #f68b21;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image-32807 {
    display: none;
  }

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

  .div-block-314974 {
    flex-flow: column;
    padding-top: 50px;
    padding-bottom: 70px;
  }

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

  .div-block-314975._1 {
    display: none;
  }

  .div-block-314976 {
    position: absolute;
    inset: auto 310px 1% auto;
  }

  .div-block-314976._1 {
    inset: auto auto 1% 310px;
  }

  .section-240 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .div-block-314979 {
    width: 100%;
    margin-top: 50px;
  }

  .div-block-314980 {
    flex-flow: column;
  }

  .div-block-314986 {
    width: 55%;
  }

  .heading-7657 {
    font-size: 23px;
  }

  .div-block-314987 {
    justify-content: flex-end;
    align-items: flex-start;
    width: 41%;
  }

  .faq_heading {
    width: 100%;
  }

  .image-32837, .image-32838 {
    width: 100%;
    height: auto;
  }

  .section-243 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .div-block-314989 {
    width: 85%;
  }

  .div-block-315005._65545 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center start;
    display: grid;
  }

  .heading-7660._66767._86876 {
    font-size: 15px;
    line-height: 16px;
  }

  .div-block-315008._66776._444 {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-315009 {
    width: 16%;
  }

  .image-32842._111.dtddtd._5674, .image-32842._111.dtddtd._867554, .image-32842._111.dtddtd._65434 {
    width: 140px;
  }

  .div-block-315012._65545 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center start;
    display: grid;
  }

  .heading-7661._66767._86876 {
    font-size: 15px;
    line-height: 16px;
  }

  .div-block-315015._66776._444 {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-315016 {
    width: 16%;
  }

  .image-32843._111.dtddtd._5674, .image-32843._111.dtddtd._867554, .image-32843._111.dtddtd._65434 {
    width: 140px;
  }

  .section-244 {
    background-repeat: no-repeat;
    background-size: 850px;
    height: 200px;
  }

  .div-block-315019 {
    width: 16%;
  }

  .image-32844._111.dtddtd._5674, .image-32844._111.dtddtd._867554, .image-32844._111.dtddtd._65434 {
    width: 80px;
  }

  .div-block-315023._66776._444 {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-7662._66767._9685876, .heading-7662._66767._0971, .heading-7662._66767._86876 {
    font-size: 15px;
    line-height: 16px;
  }

  .div-block-315024 {
    width: 16%;
  }

  .image-32845._111.dtddtd._5674, .image-32845._111.dtddtd._867554, .image-32845._111.dtddtd._65434 {
    width: 80px;
  }

  .div-block-315028._66776._444 {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-1-4, .tab-link-tab-1-4.all-cate {
    padding-left: 10px;
    padding-right: 10px;
  }

  .right-arrow-48 {
    left: 10%;
  }

  .left-arrow-39 {
    right: 10%;
  }

  .mask-7 {
    width: 100%;
    overflow: hidden;
  }

  .slide-41, .slide-42, .slide-43, .slide-44, .slide-45, .slide-46, .slide-47, .slide-48 {
    width: 23%;
  }

  .div-block-315036.l {
    width: 100%;
  }

  .div-block-315037 {
    width: 40%;
    padding-right: 5px;
  }

  .div-block-315039 {
    width: 30px;
  }

  .div-block-315039._1 {
    width: 40px;
  }

  .div-block-315039.l {
    width: 30px;
  }

  .div-block-315042 {
    width: 70%;
  }

  .tab-link-tab-16 {
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    display: flex;
  }

  .paragraph-26 {
    font-size: 9px;
  }

  .heading-7664 {
    font-size: 10px;
  }

  .tab-link-tab-18 {
    justify-content: center;
    align-items: center;
    width: 100px;
    min-width: 100px;
    margin-right: 10px;
    display: flex;
  }

  .tab-link-tab-11 {
    justify-content: center;
    align-items: center;
    width: 140px;
    min-width: 140px;
    margin-right: 10px;
    display: flex;
  }

  .paragraph-23 {
    font-size: 17px;
  }

  .tab-link-tab-1-5, .tab-link-tab-1-5.w--current {
    justify-content: center;
    align-items: center;
  }

  .tab-link-tab-2-4 {
    justify-content: center;
    align-items: center;
    width: 100px;
    min-width: 100px;
    margin-right: 10px;
    display: flex;
  }

  .tabs-content-5, .tabs-content-6 {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .tab-link-tab-13 {
    justify-content: center;
    align-items: center;
    width: 100px;
    min-width: 100px;
    margin-right: 10px;
    display: flex;
  }

  .paragraph-25 {
    font-size: 17px;
  }

  .tabs-5 {
    flex-flow: column;
  }

  .tab-link-tab-9 {
    justify-content: center;
    align-items: center;
    width: 100px;
    min-width: 100px;
    margin-right: 10px;
    display: flex;
  }

  .paragraph-10 {
    font-size: 17px;
  }

  .tabs-6 {
    flex-flow: column;
  }

  .paragraph-22 {
    font-size: 9px;
  }

  .div-block-22 {
    width: 40%;
  }

  .paragraph-21 {
    font-size: 17px;
  }

  .tab-link-tab-3-4 {
    justify-content: center;
    align-items: center;
    width: 100px;
    min-width: 100px;
    margin-right: 10px;
    display: flex;
  }

  .tab-link-tab-1-6.w--current {
    justify-content: center;
    align-items: center;
    width: 170px;
    min-width: 170px;
    margin-right: 10px;
    display: flex;
  }

  .div-block-27 {
    height: 410px;
  }

  .tab-link-tab-8 {
    justify-content: center;
    align-items: center;
    width: 100px;
    min-width: 100px;
    margin-right: 10px;
    display: flex;
  }

  .div-block-26 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .div-block-24 {
    width: 50%;
  }

  .tab-link-tab-2-5 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-9 {
    font-size: 9px;
  }

  .heading-26 {
    font-size: 10px;
  }

  .tab-link-tab-4 {
    justify-content: center;
    align-items: center;
    width: 100px;
    min-width: 100px;
    margin-right: 10px;
    display: flex;
  }

  .heading-27 {
    font-size: 10px;
  }

  .paragraph-24 {
    font-size: 9px;
  }

  .tab-link-tab-14, .tab-link-tab-12 {
    justify-content: center;
    align-items: center;
    width: 100px;
    min-width: 100px;
    margin-right: 10px;
    display: flex;
  }

  .heading-17 {
    font-size: 16px;
  }

  .tab-link-tab-6 {
    justify-content: center;
    align-items: center;
    width: 170px;
    min-width: 170px;
    margin-right: 10px;
    display: flex;
  }

  .tab-link-tab-15, .tab-link-tab-5 {
    justify-content: center;
    align-items: center;
    width: 100px;
    min-width: 100px;
    margin-right: 10px;
    display: flex;
  }

  .div-block-25 {
    width: 50%;
  }

  .tabs-menu-5 {
    flex-flow: row;
    width: 100%;
    height: auto;
    overflow: auto;
  }

  .tab-link-tab-17 {
    justify-content: center;
    align-items: center;
    width: 140px;
    min-width: 140px;
    margin-right: 10px;
    display: flex;
  }

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

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

  .tab-link-tab-10, .tab-link-tab-7 {
    justify-content: center;
    align-items: center;
    width: 170px;
    min-width: 170px;
    margin-right: 10px;
    display: flex;
  }

  .tabs-menu-6 {
    width: 23%;
    margin-left: auto;
    margin-right: auto;
  }

  .mask-8 {
    overflow: hidden;
  }

  .section-247 {
    background-position: 80%;
    background-size: contain;
    height: 210px;
  }

  .social-icon-links-5 {
    padding: 13px;
    display: flex;
  }

  .div-block-315045 {
    justify-content: flex-start;
    width: 50%;
    max-width: none;
  }

  .form-16 {
    margin-top: 0;
  }

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

  .footer-3 {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-315050 {
    margin-top: 30px;
  }

  .footer-v-2 {
    grid-column-gap: 16px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 0;
    display: flex;
  }

  .heading-7666 {
    font-size: 15px;
  }

  .div-block-315053 {
    justify-content: space-around;
    align-items: center;
    width: 50%;
    margin-left: 0;
  }

  .div-block-315053.width {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .footer-wrapper-3 {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .div-block-315054 {
    margin-left: 0;
    margin-right: 0;
  }

  .link-block-200 {
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .div-block-315057.l1 {
    display: none;
  }

  .nav-menu-16 {
    background-color: #fff;
    flex-flow: column;
    height: 100vh;
    padding: 0 10px;
    display: flex;
  }

  .menu-button-17 {
    color: #fff;
    background-color: #1c5793;
    border-radius: 10px;
    margin-top: 20px;
  }

  .menu-button-17.w--open {
    background-color: #1c5793;
  }

  .dropdown-toggle-23.mombile {
    padding-left: 0;
  }

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

  .div-block-315059._12589 {
    align-items: center;
    margin-right: 10px;
  }

  .mobille-view-3 {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .icon-67 {
    color: #fff;
  }

  .brand-15 {
    width: 95%;
    margin-top: 20px;
    padding-top: 0;
  }

  .brand-15.w--current {
    width: 100%;
  }

  .brand-15.mobile {
    justify-content: center;
    align-items: center;
    width: 100px;
    margin-top: 0;
  }

  .brand-15.mobile.w--current {
    justify-content: center;
    align-items: center;
    width: 30%;
    margin-top: 0;
  }

  .div-block-315061 {
    justify-content: flex-end;
    display: flex;
  }

  .icon-68 {
    font-size: 30px;
  }

  .nav-link-50 {
    color: #1c5793;
    padding-left: 10px;
    font-family: Merriweather, serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .nav-link-50.w--current {
    color: #f68b21;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .dropdown-24 {
    width: 100%;
  }

  .nav-link-51 {
    width: 250px;
    margin-bottom: 10px;
    margin-left: 1px;
    padding-bottom: 3px;
    display: block;
  }

  .button-211185 {
    display: none;
    position: relative;
  }

  .button-211185.nav {
    display: flex;
  }

  .button-211185.nav.q._0-96 {
    display: none;
  }

  .button-211185.nav.q._0-96.navi {
    display: flex;
  }

  .slider-31 {
    height: 500px;
  }

  .mask-9 {
    width: 48%;
  }

  .footer_links-wrapper {
    width: 50%;
  }

  .footer_links-wrapper.footer_link {
    width: 64%;
  }

  .footer_link {
    margin-left: 20px;
    font-size: 14px;
  }

  .page-padding {
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-size-small {
    font-size: 14px;
  }

  .link-247 {
    color: #333;
  }

  .link-247.w--current {
    color: #1c5793;
    font-size: 17px;
    font-weight: 700;
    line-height: 27px;
    text-decoration: none;
  }

  .div-block-315066 {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .heading-7669 {
    font-size: 18px;
  }

  .space-div-2 {
    height: 172px;
  }

  .div-block-315071 {
    width: 16%;
  }

  .div-block-314455 {
    width: 100%;
    padding-left: 0;
  }

  .nav-menu-17 {
    background-color: #fff;
    height: 100vh;
    padding: 0 10px;
  }

  .menu-button-18 {
    color: #fff;
    background-color: #f68b21;
    border-radius: 10px;
    margin-top: 20px;
  }

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

  .link-block-201 {
    font-size: 12px;
  }

  .heading-7532._5356536 {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-315079 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-toggle-25.mombile {
    padding-left: 0;
  }

  .div-block-315083 {
    width: 80%;
  }

  .div-block-315086 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-315086.ewq {
    justify-content: center;
    align-items: flex-start;
  }

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

  .image-32870 {
    width: 35px;
  }

  .div-block-315089._12589 {
    align-items: center;
    margin-right: 10px;
  }

  .heading-7676 {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-314447 {
    flex-flow: column;
    padding-left: 0;
  }

  .div-block-315095._66776._8866, .div-block-315095._66776._65555, .div-block-315095._66776._7755 {
    width: 30%;
  }

  .paragraph-2315 {
    text-align: center;
  }

  .div-block-315096 {
    width: 30%;
  }

  .icon-74 {
    color: #fff;
  }

  .brand-16 {
    width: 95%;
    margin-top: 20px;
    padding-top: 0;
  }

  .brand-16.w--current {
    width: 100%;
  }

  .brand-16.mobile, .brand-16.mobile.w--current {
    justify-content: center;
    align-items: center;
    width: 30%;
    margin-top: 0;
  }

  .heading-7678 {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-315099._1234 {
    width: 100%;
    height: 327px;
  }

  .div-block-315099._12345 {
    width: 100%;
    margin-top: 40px;
  }

  .div-block-315100 {
    justify-content: flex-end;
    display: flex;
  }

  .icon-75 {
    font-size: 30px;
  }

  .heading-7679 {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-7680 {
    font-size: 30px;
    line-height: 36px;
  }

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

  .nav-link-52 {
    padding-left: 10px;
    font-family: Merriweather, serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .nav-link-52.w--current {
    color: #f68b21;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .smile-bredcrumb-section-2 {
    height: 26vh;
  }

  .div-block-315105 {
    flex-flow: column;
    justify-content: space-around;
  }

  .dropdown-26 {
    width: 100%;
  }

  .form-block-3 {
    width: 60%;
  }

  .div-block-315110 {
    width: 30%;
  }

  .nav-link-53 {
    width: 250px;
    margin-bottom: 10px;
    margin-left: 1px;
    padding-bottom: 3px;
    display: block;
  }

  .navbar-3 {
    display: none;
  }

  .button-211187 {
    display: none;
    position: relative;
  }

  .button-211187.nav {
    display: flex;
  }

  .button-211187.nav.q._0-96 {
    display: none;
  }

  .button-211187.nav.q._0-96.navi {
    display: flex;
  }

  .div-block-314448.star123 {
    width: 60%;
  }

  .heading-7684 {
    font-size: 18px;
  }

  .space-div-3 {
    height: 172px;
  }

  .social-icon-links-6 {
    padding: 13px;
    display: flex;
  }

  .div-block-315114 {
    width: 16%;
  }

  .div-block-315115 {
    width: 100%;
    padding-left: 0;
  }

  .nav-menu-18 {
    background-color: #fff;
    height: 100vh;
    padding: 0 10px;
  }

  .menu-button-19 {
    color: #fff;
    background-color: #f68b21;
    border-radius: 10px;
    margin-top: 20px;
  }

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

  .div-block-315118 {
    justify-content: flex-start;
    width: 50%;
    max-width: none;
  }

  .link-block-202 {
    font-size: 12px;
  }

  .heading-7686._5356536 {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-315124 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-toggle-28.mombile {
    padding-left: 0;
  }

  .form-18 {
    margin-top: 0;
  }

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

  .div-block-315130 {
    width: 80%;
  }

  .div-block-315135 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-315135.ewq {
    justify-content: center;
    align-items: flex-start;
  }

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

  .image-32883 {
    width: 35px;
  }

  .div-block-315139._12589 {
    align-items: center;
    margin-right: 10px;
  }

  .heading-7691 {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-315141 {
    margin-top: 30px;
  }

  .div-block-315147 {
    flex-flow: column;
    padding-left: 0;
  }

  .div-block-315148._66776._8866, .div-block-315148._66776._65555, .div-block-315148._66776._7755 {
    width: 30%;
  }

  .paragraph-2325 {
    text-align: center;
  }

  .div-block-315149 {
    width: 30%;
  }

  .icon-79 {
    color: #fff;
  }

  .footer-v-3 {
    grid-column-gap: 16px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 0;
    display: flex;
  }

  .heading-7693 {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-315152._1234 {
    width: 100%;
    height: 327px;
  }

  .div-block-315152._12345 {
    width: 100%;
    margin-top: 40px;
  }

  .div-block-315153 {
    justify-content: flex-end;
    display: flex;
  }

  .icon-80 {
    font-size: 30px;
  }

  .heading-7694 {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-7695 {
    font-size: 15px;
  }

  .heading-7696 {
    font-size: 30px;
    line-height: 36px;
  }

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

  .smile-bredcrumb-section-3 {
    height: 26vh;
  }

  .div-block-315161 {
    flex-flow: column;
    justify-content: space-around;
  }

  .dropdown-28 {
    width: 100%;
  }

  .form-block-16 {
    width: 60%;
  }

  .div-block-315167 {
    width: 30%;
  }

  .div-block-315168 {
    justify-content: space-around;
    align-items: center;
    width: 50%;
    margin-left: 0;
  }

  .div-block-315168.width {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .footer-wrapper-4 {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .div-block-315170 {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link-54 {
    width: 250px;
    margin-bottom: 10px;
    margin-left: 1px;
    padding-bottom: 3px;
    display: block;
  }

  .link-block-209 {
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .button-211189 {
    display: none;
    position: relative;
  }

  .button-211189.nav {
    display: flex;
  }

  .button-211189.nav.q._0-96 {
    display: none;
  }

  .button-211189.nav.q._0-96.navi {
    display: flex;
  }

  .div-block-315174.star123 {
    width: 60%;
  }

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

@media screen and (max-width: 767px) {
  .div-block-2 {
    width: 70%;
  }

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

  .div-block-8 {
    width: 70px;
    height: 70px;
  }

  .heading-3 {
    font-size: 17px;
    line-height: 27px;
  }

  .button-211150._1 {
    width: 100%;
  }

  .slide {
    width: 43%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .right-arrow {
    left: 14%;
  }

  .left-arrow {
    left: -14%;
  }

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

  .div-block-21 {
    width: 170px;
  }

  .nav-menu-2 {
    width: 200px;
    left: 365px;
  }

  .nav-menu-2.margi-n.side {
    width: 300px;
    left: 272px;
  }

  .div-block-20038._1, .div-block-20038._1.lt {
    width: 100%;
  }

  .mobille-view-2 {
    display: block;
  }

  .menu-button-13.w--open {
    left: -2px;
  }

  .nav-link.pr {
    width: 230px;
  }

  .link-block-175 {
    width: 23%;
    margin-top: 289px;
    margin-left: 33px;
  }

  .main-div-2 {
    z-index: 9999;
    position: relative;
  }

  .div-block-314310 {
    width: 24%;
    display: none;
  }

  .slide-1 {
    background-position: 0%;
    background-size: 915px;
  }

  .slide-1._2 {
    background-position: 100%;
  }

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

  .container-1325 {
    margin-top: 20px;
  }

  .hero-section-3 {
    height: 50vh;
  }

  .container-502 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ft-logo-2 {
    width: 80%;
  }

  .subscribe-section {
    align-items: stretch;
    padding: 30px;
  }

  .div-block-935 {
    align-items: flex-start;
  }

  .footer-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-field-2, .form-block {
    width: 100%;
  }

  .div-block-933 {
    padding-left: 0;
    padding-right: 0;
  }

  .line-small {
    display: none;
  }

  .footer-v-1 {
    flex-direction: column;
    margin-top: 40px;
    display: flex;
  }

  .social-wraper {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .logo-warpper {
    margin-bottom: 10px;
  }

  .wrapper-ft {
    flex-direction: column-reverse;
  }

  .div-block-934 {
    align-items: center;
    height: 60px;
    top: -50%;
  }

  .content-ft {
    width: 100%;
  }

  .div-block-314168 {
    justify-content: space-around;
  }

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

  .footer-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-34 {
    margin-left: 70px;
    font-size: 22px;
  }

  .heading-7555 {
    font-size: 21px;
  }

  .slide-7 {
    width: 48%;
  }

  .image-211 {
    width: 41px;
  }

  .div-block-314465 {
    grid-template-columns: 1fr 1fr;
  }

  .bredcrumb-section {
    height: 24vh;
  }

  .div-block-314469 {
    flex-flow: column;
  }

  .div-block-314470, .div-block-314474 {
    width: 100%;
  }

  .div-block-314478 {
    bottom: -10%;
    right: -23%;
  }

  .demo-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .browser-demo {
    flex-flow: column;
    justify-content: center;
    width: 400px;
    height: 300px;
    margin-bottom: 100px;
    margin-left: 110px;
    margin-right: 110px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .d-118-card-wrapper {
    padding-top: 0;
  }

  .d-118-card-wrapper.t {
    padding-top: 20px;
  }

  .instructions-wrapper {
    margin-left: 0;
  }

  .div-block-314482 {
    grid-template-columns: 1fr;
  }

  .heading-7559 {
    text-align: center;
  }

  .paragraph-2205 {
    font-size: 15px;
  }

  .section-11 {
    background-image: linear-gradient(to bottom, null, null), url('../images/65fbd4d8e3cb4a74211d52ab_background.svg');
    background-size: auto, auto;
  }

  .accordion-item---brix.accordion-3---brix {
    margin-bottom: 16px;
    padding: 32px;
  }

  .accordion-item-title---brix {
    max-width: 80%;
    font-size: 18px;
  }

  .accordion-item-title---brix.accordion-3---brix {
    max-width: 82%;
  }

  .tabs-menu {
    width: 530px;
    min-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-191._111 {
    width: 100px;
  }

  .div-block-314355._65545 {
    margin-bottom: 20px;
  }

  .div-block-314268._66776 {
    width: 50%;
    margin-bottom: 20px;
  }

  .div-block-314268._66776._444 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

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

  .heading-7515 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-7515._66767._9685876, .heading-7515._66767._86876 {
    font-size: 13px;
  }

  .text-block-16075, .text-block-16075._765565 {
    font-size: 13px;
    line-height: 15px;
  }

  .paragraph-2219._57557._98687, .paragraph-2219._57557._79906 {
    font-size: 10px;
  }

  .image-218._111 {
    width: 100px;
  }

  .image-218._111.dtddtd._5674, .image-218._111.dtddtd._867554, .image-218._111.dtddtd._65434 {
    width: 60px;
  }

  .div-block-314489._65545 {
    margin-bottom: 20px;
  }

  .div-block-314490._66776 {
    width: 50%;
    margin-bottom: 20px;
  }

  .div-block-314490._66776._444 {
    flex-direction: column;
  }

  .heading-7560 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-7560._66767._9685876, .heading-7560._66767._86876 {
    font-size: 13px;
  }

  .text-block-16089, .text-block-16089._765565 {
    font-size: 13px;
    line-height: 15px;
  }

  .div-block-314494._65545 {
    margin-bottom: 20px;
  }

  .heading-7562 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-7562._66767._86876 {
    font-size: 13px;
  }

  .paragraph-2220._57557._98687, .paragraph-2220._57557._79906 {
    font-size: 10px;
  }

  .div-block-314497._66776 {
    width: 50%;
    margin-bottom: 20px;
  }

  .div-block-314497._66776._444 {
    flex-direction: column;
  }

  .image-219._111, .image-219._111.dtddtd._5674, .image-219._111.dtddtd._867554, .image-219._111.dtddtd._65434 {
    width: 100px;
  }

  .image-219._111.dtddtd._5674, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._867554, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434 {
    width: 60px;
  }

  .image-219._111.dtddtd._867554, .image-219._111.dtddtd._5674 {
    width: 100px;
  }

  .div-block-314501._65545 {
    margin-bottom: 20px;
  }

  .heading-7563 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-7563._66767._86876 {
    font-size: 13px;
  }

  .paragraph-2221._57557._98687, .paragraph-2221._57557._79906 {
    font-size: 10px;
  }

  .div-block-314504._66776 {
    width: 50%;
    margin-bottom: 20px;
  }

  .div-block-314504._66776._444 {
    flex-direction: column;
  }

  .div-block-314508._65545 {
    margin-bottom: 20px;
  }

  .heading-7564 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-7564._66767._86876 {
    font-size: 13px;
  }

  .paragraph-2222._57557._98687, .paragraph-2222._57557._79906 {
    font-size: 10px;
  }

  .div-block-314511._66776 {
    width: 50%;
    margin-bottom: 20px;
  }

  .div-block-314511._66776._444 {
    flex-direction: column;
  }

  .div-block-314515._65545 {
    margin-bottom: 20px;
  }

  .heading-7565 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-7565._66767._86876 {
    font-size: 13px;
  }

  .paragraph-2223._57557._98687, .paragraph-2223._57557._79906 {
    font-size: 10px;
  }

  .div-block-314518._66776 {
    width: 50%;
    margin-bottom: 20px;
  }

  .div-block-314518._66776._444 {
    flex-direction: column;
  }

  .div-block-314522._65545 {
    margin-bottom: 20px;
  }

  .heading-7566 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-7566._66767._86876 {
    font-size: 13px;
  }

  .paragraph-2224._57557._98687, .paragraph-2224._57557._79906 {
    font-size: 10px;
  }

  .div-block-314525._66776 {
    width: 50%;
    margin-bottom: 20px;
  }

  .div-block-314525._66776._444 {
    flex-direction: column;
  }

  .div-block-314529._65545 {
    margin-bottom: 20px;
  }

  .heading-7567 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-7567._66767._86876 {
    font-size: 13px;
  }

  .paragraph-2225._57557._98687, .paragraph-2225._57557._79906 {
    font-size: 10px;
  }

  .div-block-314532._66776 {
    width: 50%;
    margin-bottom: 20px;
  }

  .div-block-314532._66776._444 {
    flex-direction: column;
  }

  .div-block-314535 {
    flex-flow: column;
  }

  .div-block-314536, .image-220 {
    width: 58%;
  }

  .div-block-314537 {
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
  }

  .div-block-314540._1 {
    width: 85%;
  }

  .link-block-179 {
    width: 14%;
  }

  .link-block-179.acc {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .div-block-314546 {
    flex-flow: column;
  }

  .div-block-314547, .div-block-314547.episode1 {
    width: 100%;
    padding-right: 0;
  }

  .div-block-314548 {
    justify-content: space-around;
    align-items: center;
    min-width: 100%;
  }

  .div-block-314548.tablet {
    border-top: 1px solid #dfdfdf;
  }

  .modal-container-4 {
    width: 90%;
  }

  .div-block-314560._1 {
    height: 451px;
  }

  .section-225.home-hero-section {
    padding-top: 40px;
  }

  .section-225.home-hero-section._1 {
    min-height: 750px;
    padding-top: 20px;
  }

  .speaker-slide-mask {
    width: 50%;
    top: 0;
  }

  .speaker-slide-mask._1 {
    width: 285px;
    min-width: 285px;
  }

  .speaker-slider {
    top: 155px;
  }

  .speaker-slider.tp {
    margin-top: 140px;
  }

  .speaker-name {
    font-size: 48px;
  }

  .slide-image {
    height: 400px;
    min-height: 400px;
  }

  .heading-7585 {
    font-size: 35px;
    line-height: 50px;
  }

  .div-block-314561 {
    width: 100%;
    padding-top: 0;
  }

  .div-block-314562 {
    flex-flow: wrap-reverse;
  }

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

  .div-block-314565 {
    width: 100%;
    margin-top: 20px;
  }

  .div-block-314569 {
    padding-top: 0;
  }

  .div-block-314570 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-314570._1 {
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  .div-block-314571._1, .div-block-314571._1.o, .div-block-314571.t, .div-block-314571.t.y, .div-block-314571.l, .div-block-314571.l.t, .div-block-314571.d, .div-block-314571.o {
    width: 230px;
  }

  .text-block-16101 {
    text-align: center;
    padding-top: 0;
  }

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

  .div-block-314572 {
    width: 55%;
  }

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

  .div-block-314574 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-314431 {
    width: 90%;
  }

  .nav-menu-12 {
    width: 200px;
    left: 365px;
  }

  .nav-menu-12.margi-n.side {
    width: 300px;
    left: 272px;
  }

  .menu-button-14.w--open {
    left: -2px;
  }

  .smile-bredcrumb-section {
    height: 24vh;
  }

  .nav-link-47.pr {
    width: 230px;
  }

  .dropdown-toggle-7 {
    width: 61px;
  }

  .div-block-314591 {
    display: flex;
  }

  .text-field-7 {
    width: 130px;
  }

  .icon-40 {
    left: 66px;
  }

  .icon-40._0235.gty {
    left: 77px;
  }

  .div-block-314602._1.bill {
    width: 55%;
  }

  .div-block-314606 {
    width: 530px;
    min-width: 530px;
    overflow: auto;
  }

  .div-block-314606._1 {
    width: 100%;
    min-width: 100%;
  }

  .div-block-314607 {
    width: 700px;
  }

  .div-block-314607._1 {
    width: 750px;
  }

  .div-block-314609 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-314609._1.l {
    width: 32%;
  }

  .div-block-314610 {
    width: 18.8%;
  }

  .div-block-314611._1 {
    width: 20%;
  }

  .button-211168 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-314613 {
    width: 99px;
  }

  .div-block-314613._1 {
    width: 17%;
  }

  .div-block-314614 {
    width: 700px;
  }

  .div-block-314614._1 {
    width: 750px;
  }

  .div-block-314615 {
    width: 18.8%;
  }

  .div-block-314615._1 {
    width: 17%;
  }

  .div-block-314616._1 {
    width: 32%;
  }

  .div-block-314617._1 {
    width: 20%;
  }

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

  .div-block-314622 {
    width: 87%;
  }

  .div-block-314623 {
    width: 80%;
  }

  .image-238 {
    width: 55%;
  }

  .div-block-314624 {
    width: 60%;
  }

  .div-block-314624._1.l {
    width: 70%;
  }

  .div-block-314625 {
    width: 60%;
  }

  .div-block-314625._1 {
    width: 70%;
  }

  .div-block-314626 {
    width: 60%;
  }

  .div-block-314627 {
    width: 70%;
  }

  .div-block-314630 {
    width: 85%;
  }

  .div-block-314632.t {
    background-size: 107px;
  }

  .div-block-314636 {
    width: 90%;
  }

  .div-block-314636.rest {
    width: 75%;
  }

  .div-block-314637 {
    width: 70%;
  }

  .div-block-314639 {
    top: 28%;
    left: 37%;
  }

  .dropdown-toggle-13 {
    width: 100px;
  }

  .div-block-314643 {
    display: flex;
  }

  .text-field-9 {
    width: 130px;
  }

  .div-block-314644 {
    flex-flow: column;
  }

  .icon-50 {
    left: 66px;
  }

  .icon-50._0235.gty {
    left: 77px;
  }

  .form-block-10, .div-block-314652 {
    width: 70%;
  }

  .div-block-216, .div-block-216.privacy {
    margin-top: 40px;
  }

  .paragraph-2247, .paragraph-2247.color {
    margin-left: 0;
    font-size: 12px;
  }

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

  .div-block-314663 {
    width: 91%;
  }

  .div-block-314664 {
    width: 41%;
  }

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

  .heading-7533 {
    font-size: 15px;
    line-height: 23px;
  }

  .heading-7533._2, .heading-7533._2._1.ltt {
    text-align: center;
  }

  .div-block-314681 {
    justify-content: space-between;
  }

  .div-block-314459.opiu {
    width: 50%;
  }

  .heading-7528 {
    font-size: 15px;
    line-height: 23px;
  }

  .heading-7534 {
    font-size: 28px;
    line-height: 36px;
  }

  .heading-7534._1 {
    text-align: center;
  }

  .dropdown-2 {
    left: -88px;
  }

  .div-block-314341.poiuy {
    height: 350px;
  }

  .div-block-314341.poiuy.load {
    min-height: 350px;
  }

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

  .dropdown-toggle-5._1258963 {
    left: -66px;
  }

  .dropdown-toggle-5._1258963._511 {
    left: 0;
  }

  .heading-7600 {
    font-size: 15px;
  }

  .div-block-314688 {
    width: 70%;
  }

  .heading-7603 {
    font-size: 15px;
    line-height: 23px;
  }

  .heading-7603._2 {
    text-align: center;
  }

  .div-block-314690.spacebtw {
    padding-left: 5px;
    padding-right: 5px;
  }

  .paragraph-2264 {
    font-size: 13px;
  }

  .heading-7604 {
    font-size: 15px;
    line-height: 23px;
  }

  .div-block-314694.amt {
    padding-left: 0;
  }

  .heading-7605 {
    font-size: 28px;
    line-height: 36px;
  }

  .heading-7605._1 {
    text-align: center;
  }

  .div-block-314695.poiuy {
    height: 350px;
  }

  .div-block-314695.poiuy.amit {
    width: 60%;
  }

  .div-block-314695.poiuy.amit.asas {
    width: 100%;
    height: auto;
  }

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

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

  .mt-5.flex {
    flex-flow: row;
    align-items: flex-start;
  }

  .tabs-menu-3 {
    width: auto;
    min-width: 250px;
    overflow: auto;
  }

  .heading-7607 {
    font-size: 15px;
    line-height: 23px;
  }

  .heading-7607._2 {
    text-align: center;
  }

  .tab-link-tab-2-3 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-314711 {
    justify-content: space-between;
  }

  .heading-7608 {
    font-size: 15px;
    line-height: 23px;
  }

  .heading-7609 {
    font-size: 28px;
    line-height: 36px;
  }

  .heading-7609._1 {
    text-align: center;
  }

  .payment-h1 {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .dropdown-13 {
    left: -88px;
  }

  .dropdown-13._5416-5 {
    left: 0;
  }

  .col-33-3.p-all, .col-33-3.p-all.right-border {
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    width: 50%;
  }

  .col-33-3.p-all.qwwref {
    border-right-style: solid;
    border-right-color: #e7e7e7;
  }

  .div-block-314716.poiuy {
    height: 350px;
  }

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

  .dropdown-toggle-15._1258963 {
    left: -66px;
  }

  .dropdown-toggle-15._1258963.fgthfd {
    left: 0;
  }

  .radio-button-field-2 {
    font-size: 14px;
  }

  .row.mb-30 {
    flex-flow: column;
    align-items: center;
  }

  .div-block-314721 {
    padding-bottom: 20px;
  }

  .div-block-314722._1, .div-block-314722.accordion-trigger---brix {
    margin-top: 20px;
  }

  .paragraph-2271, .radio-button-field-3 {
    font-size: 14px;
  }

  .div-block-314724 {
    flex-flow: column;
  }

  .div-block-314725 {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-314726 {
    justify-content: space-between;
    width: 100%;
  }

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

  .div-block-313929 {
    width: 100%;
    margin-top: 20px;
  }

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

  .div-block-313928 {
    flex-flow: column;
    width: 100%;
  }

  .heading-7612 {
    font-size: 15px;
    line-height: 23px;
  }

  .heading-7612._2 {
    text-align: center;
  }

  .tab-link-tab-2-2 {
    justify-content: center;
    align-items: center;
    width: 140px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .tab-link-tab-2-2.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-7613 {
    font-size: 15px;
    line-height: 23px;
  }

  .heading-7614 {
    font-size: 28px;
    line-height: 36px;
  }

  .div-block-314736 {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-tab-3-2 {
    justify-content: center;
    align-items: center;
    width: 100px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .tab-link-tab-3-2._1.w--current {
    justify-content: center;
    align-items: center;
    width: 100px;
    display: flex;
  }

  .div-block-314737.poiuy {
    height: 350px;
  }

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

  .tab-link-tab-1-2 {
    justify-content: center;
    align-items: center;
    width: 75px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .div-block-314738 {
    padding-left: 10px;
  }

  .heading-7616 {
    font-size: 15px;
    line-height: 23px;
  }

  .heading-7616._2 {
    text-align: center;
  }

  .heading-7617 {
    font-size: 15px;
    line-height: 23px;
  }

  .heading-7618 {
    font-size: 28px;
    line-height: 36px;
  }

  .heading-7618._1 {
    text-align: center;
  }

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

  .heading-7620 {
    font-size: 15px;
    line-height: 23px;
  }

  .heading-7620._2 {
    text-align: center;
  }

  .heading-7621 {
    font-size: 15px;
    line-height: 23px;
  }

  .heading-7622 {
    font-size: 28px;
    line-height: 36px;
  }

  .heading-7622._1 {
    text-align: center;
  }

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

  .heading-7624 {
    font-size: 15px;
    line-height: 23px;
  }

  .heading-7624._2 {
    text-align: center;
  }

  .heading-7625 {
    font-size: 15px;
    line-height: 23px;
  }

  .heading-7626 {
    font-size: 28px;
    line-height: 36px;
  }

  .heading-7626._1 {
    text-align: center;
  }

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

  .div-block-314752, .div-block-314753, .div-block-314754 {
    width: 100%;
  }

  .card-inf {
    width: 430px;
    min-width: 430px;
  }

  .card, .card-2 {
    width: 80%;
  }

  .div-block-314760 {
    width: 75%;
  }

  .link-block-180, .link-block-181, .link-block-182, .link-block-183 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .div-block-314776._65545 {
    margin-bottom: 20px;
  }

  .heading-7630 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-7630._66767._86876 {
    font-size: 13px;
  }

  .paragraph-2281._57557._98687, .paragraph-2281._57557._79906 {
    font-size: 10px;
  }

  .div-block-314779._66776 {
    width: 50%;
    margin-bottom: 20px;
  }

  .div-block-314779._66776._444 {
    flex-direction: column;
  }

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

  .div-block-314783._65545 {
    margin-bottom: 20px;
  }

  .heading-7631 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-7631._66767._86876 {
    font-size: 13px;
  }

  .paragraph-2282._57557._98687, .paragraph-2282._57557._79906 {
    font-size: 10px;
  }

  .div-block-314786._66776 {
    width: 50%;
    margin-bottom: 20px;
  }

  .div-block-314786._66776._444 {
    flex-direction: column;
  }

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

  .div-block-314790._65545 {
    margin-bottom: 20px;
  }

  .heading-7632 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-7632._66767._86876 {
    font-size: 13px;
  }

  .paragraph-2283._57557._98687, .paragraph-2283._57557._79906 {
    font-size: 10px;
  }

  .div-block-314793._66776 {
    width: 50%;
    margin-bottom: 20px;
  }

  .div-block-314793._66776._444 {
    flex-direction: column;
  }

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

  .div-block-314797._65545 {
    margin-bottom: 20px;
  }

  .heading-7633 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-7633._66767._86876 {
    font-size: 13px;
  }

  .paragraph-2284._57557._98687, .paragraph-2284._57557._79906 {
    font-size: 10px;
  }

  .div-block-314800._66776 {
    width: 50%;
    margin-bottom: 20px;
  }

  .div-block-314800._66776._444 {
    flex-direction: column;
  }

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

  .div-block-314804._65545 {
    margin-bottom: 20px;
  }

  .heading-7634 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-7634._66767._86876 {
    font-size: 13px;
  }

  .paragraph-2285._57557._98687, .paragraph-2285._57557._79906 {
    font-size: 10px;
  }

  .div-block-314807._66776 {
    width: 50%;
    margin-bottom: 20px;
  }

  .div-block-314807._66776._444 {
    flex-direction: column;
  }

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

  .div-block-314811._65545 {
    margin-bottom: 20px;
  }

  .heading-7635 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-7635._66767._86876 {
    font-size: 13px;
  }

  .paragraph-2286._57557._98687, .paragraph-2286._57557._79906 {
    font-size: 10px;
  }

  .div-block-314814._66776 {
    width: 50%;
    margin-bottom: 20px;
  }

  .div-block-314814._66776._444 {
    flex-direction: column;
  }

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

  .div-block-314818._65545 {
    margin-bottom: 20px;
  }

  .heading-7636 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-7636._66767._86876 {
    font-size: 13px;
  }

  .paragraph-2287._57557._98687, .paragraph-2287._57557._79906 {
    font-size: 10px;
  }

  .div-block-314821._66776 {
    width: 50%;
    margin-bottom: 20px;
  }

  .div-block-314821._66776._444 {
    flex-direction: column;
  }

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

  .div-block-314825._65545 {
    margin-bottom: 20px;
  }

  .heading-7637 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-7637._66767._86876 {
    font-size: 13px;
  }

  .paragraph-2288._57557._98687, .paragraph-2288._57557._79906 {
    font-size: 10px;
  }

  .div-block-314828._66776 {
    width: 50%;
    margin-bottom: 20px;
  }

  .div-block-314828._66776._444 {
    flex-direction: column;
  }

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

  .div-block-314832._65545 {
    margin-bottom: 20px;
  }

  .heading-7638 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-7638._66767._86876 {
    font-size: 13px;
  }

  .paragraph-2289._57557._98687, .paragraph-2289._57557._79906 {
    font-size: 10px;
  }

  .div-block-314835._66776 {
    width: 50%;
    margin-bottom: 20px;
  }

  .div-block-314835._66776._444 {
    flex-direction: column;
  }

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

  .div-block-314839._65545 {
    margin-bottom: 20px;
  }

  .heading-7639 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-7639._66767._86876 {
    font-size: 13px;
  }

  .paragraph-2290._57557._98687, .paragraph-2290._57557._79906 {
    font-size: 10px;
  }

  .div-block-314842._66776 {
    width: 50%;
    margin-bottom: 20px;
  }

  .div-block-314842._66776._444 {
    flex-direction: column;
  }

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

  .div-block-314846._65545 {
    margin-bottom: 20px;
  }

  .heading-7640 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-7640._66767._86876 {
    font-size: 13px;
  }

  .paragraph-2291._57557._98687, .paragraph-2291._57557._79906 {
    font-size: 10px;
  }

  .div-block-314849._66776 {
    width: 50%;
    margin-bottom: 20px;
  }

  .div-block-314849._66776._444 {
    flex-direction: column;
  }

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

  .div-block-314853._65545 {
    margin-bottom: 20px;
  }

  .heading-7641 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-7641._66767._86876 {
    font-size: 13px;
  }

  .paragraph-2292._57557._98687, .paragraph-2292._57557._79906 {
    font-size: 10px;
  }

  .div-block-314856._66776 {
    width: 50%;
    margin-bottom: 20px;
  }

  .div-block-314856._66776._444 {
    flex-direction: column;
  }

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

  .div-block-314860._65545 {
    margin-bottom: 20px;
  }

  .heading-7642 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-7642._66767._86876 {
    font-size: 13px;
  }

  .paragraph-2293._57557._98687, .paragraph-2293._57557._79906 {
    font-size: 10px;
  }

  .div-block-314863._66776 {
    width: 50%;
    margin-bottom: 20px;
  }

  .div-block-314863._66776._444 {
    flex-direction: column;
  }

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

  .div-block-314867._65545 {
    margin-bottom: 20px;
  }

  .heading-7643 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-7643._66767._86876 {
    font-size: 13px;
  }

  .paragraph-2294._57557._98687, .paragraph-2294._57557._79906 {
    font-size: 10px;
  }

  .div-block-314870._66776 {
    width: 50%;
    margin-bottom: 20px;
  }

  .div-block-314870._66776._444 {
    flex-direction: column;
  }

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

  .div-block-314874._65545 {
    margin-bottom: 20px;
  }

  .heading-7644 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-7644._66767._86876 {
    font-size: 13px;
  }

  .paragraph-2295._57557._98687, .paragraph-2295._57557._79906 {
    font-size: 10px;
  }

  .div-block-314877._66776 {
    width: 50%;
    margin-bottom: 20px;
  }

  .div-block-314877._66776._444 {
    flex-direction: column;
  }

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

  .div-block-314881._65545 {
    margin-bottom: 20px;
  }

  .heading-7645 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-7645._66767._86876 {
    font-size: 13px;
  }

  .paragraph-2296._57557._98687, .paragraph-2296._57557._79906 {
    font-size: 10px;
  }

  .div-block-314884._66776 {
    width: 50%;
    margin-bottom: 20px;
  }

  .div-block-314884._66776._444 {
    flex-direction: column;
  }

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

  .div-block-314888._65545 {
    margin-bottom: 20px;
  }

  .heading-7646 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-7646._66767._86876 {
    font-size: 13px;
  }

  .paragraph-2297._57557._98687, .paragraph-2297._57557._79906 {
    font-size: 10px;
  }

  .div-block-314891._66776 {
    width: 50%;
    margin-bottom: 20px;
  }

  .div-block-314891._66776._444 {
    flex-direction: column;
  }

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

  .div-block-314895._65545 {
    margin-bottom: 20px;
  }

  .heading-7647 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-7647._66767._86876 {
    font-size: 13px;
  }

  .paragraph-2298._57557._98687, .paragraph-2298._57557._79906 {
    font-size: 10px;
  }

  .div-block-314898._66776 {
    width: 50%;
    margin-bottom: 20px;
  }

  .div-block-314898._66776._444 {
    flex-direction: column;
  }

  .heading-7649 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-7649._66767._86876 {
    font-size: 13px;
  }

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

  .paragraph-2299._57557._98687, .paragraph-2299._57557._79906 {
    font-size: 10px;
  }

  .div-block-314903._66776 {
    width: 50%;
    margin-bottom: 20px;
  }

  .div-block-314903._66776._444 {
    flex-direction: column;
  }

  .div-block-314906._65545 {
    margin-bottom: 20px;
  }

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

  .image-32779 {
    width: 35px;
  }

  .div-block-314918 {
    padding-left: 85px;
  }

  .image-32781, .image-32782, .image-32783, .image-32784 {
    width: 30px;
  }

  .menu-button-15.w--open {
    left: -2px;
  }

  .nav-menu-13 {
    width: 200px;
    left: 365px;
  }

  .nav-menu-13.margi-n.side {
    width: 300px;
    left: 272px;
  }

  .nav-link-48.pr {
    width: 230px;
  }

  .nav-menu-14 {
    width: 200px;
    left: 365px;
  }

  .nav-menu-14.margi-n.side {
    width: 300px;
    left: 272px;
  }

  .nav-link-49.pr {
    width: 230px;
  }

  .div-block-314930 {
    width: 21%;
  }

  .butnn {
    width: 100%;
  }

  .div-block-314935 {
    width: 700px;
  }

  .div-block-314936 {
    width: 50%;
  }

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

  .div-block-314942 {
    width: 530px;
    min-width: 530px;
  }

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

  .div-block-314950 {
    justify-content: space-around;
  }

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

  .div-block-314951 {
    align-items: center;
    height: 60px;
    top: -50%;
  }

  .text-field-18 {
    width: 100%;
  }

  .div-block-314956 {
    align-items: flex-start;
  }

  .heading-7653 {
    margin-left: 70px;
    font-size: 22px;
  }

  .div-block-314960 {
    padding-left: 0;
    padding-right: 0;
  }

  .form-block-12 {
    width: 100%;
  }

  .container-1363 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-239 {
    display: none;
  }

  .image-32801._1, .image-32801._1.l {
    width: 210px;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .faq__item-answer {
    padding-left: 1.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq__item-question-plus {
    margin-right: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-link-34 {
    font-size: 14px;
  }

  .dropdown-list-19 {
    left: -50px;
  }

  .dropdown-link-35 {
    font-size: 14px;
  }

  .div-block-314976 {
    right: 221px;
  }

  .div-block-314976._1 {
    left: 221px;
  }

  .heading-style-h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

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

  .div-block-315002 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .div-block-315005._65545 {
    margin-bottom: 20px;
  }

  .heading-7660 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-7660._66767._86876 {
    font-size: 13px;
  }

  .div-block-315008._66776 {
    width: 50%;
    margin-bottom: 20px;
  }

  .div-block-315008._66776._444 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .image-32842._111 {
    width: 100px;
  }

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

  .div-block-315012._65545 {
    margin-bottom: 20px;
  }

  .heading-7661 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-7661._66767._86876 {
    font-size: 13px;
  }

  .div-block-315015._66776 {
    width: 50%;
    margin-bottom: 20px;
  }

  .div-block-315015._66776._444 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .image-32843._111 {
    width: 100px;
  }

  .paragraph-2307._57557._98687, .paragraph-2307._57557._79906 {
    font-size: 10px;
  }

  .image-32844._111 {
    width: 100px;
  }

  .image-32844._111.dtddtd._5674, .image-32844._111.dtddtd._867554, .image-32844._111.dtddtd._65434 {
    width: 60px;
  }

  .div-block-315022._65545 {
    margin-bottom: 20px;
  }

  .div-block-315023._66776 {
    width: 50%;
    margin-bottom: 20px;
  }

  .div-block-315023._66776._444 {
    flex-direction: column;
  }

  .heading-7662 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-7662._66767._9685876, .heading-7662._66767._86876 {
    font-size: 13px;
  }

  .paragraph-2308._57557._98687, .paragraph-2308._57557._79906 {
    font-size: 10px;
  }

  .image-32845._111 {
    width: 100px;
  }

  .image-32845._111.dtddtd._5674, .image-32845._111.dtddtd._867554, .image-32845._111.dtddtd._65434 {
    width: 60px;
  }

  .div-block-315027._65545 {
    margin-bottom: 20px;
  }

  .div-block-315028._66776 {
    width: 50%;
    margin-bottom: 20px;
  }

  .div-block-315028._66776._444 {
    flex-direction: column;
  }

  .text-block-16183, .text-block-16183._765565 {
    font-size: 13px;
    line-height: 15px;
  }

  .right-arrow-48 {
    left: 11.5%;
  }

  .left-arrow-39 {
    right: 11.5%;
  }

  .slide-41, .slide-42 {
    width: 32.5%;
  }

  .slide-43 {
    width: 32%;
  }

  .slide-44, .slide-45, .slide-46, .slide-47, .slide-48 {
    width: 32.5%;
  }

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

  .div-block-315043.left {
    width: 28%;
  }

  .div-block-315043._1 {
    justify-content: center;
    align-items: center;
    width: 23%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-26 {
    font-size: 12px;
  }

  .heading-7664 {
    font-size: 13px;
  }

  .div-block-58 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .slider-3 {
    height: auto;
    padding-bottom: 40px;
  }

  .paragraph-23 {
    font-size: 21px;
  }

  .tab-link-tab-1-5 {
    width: 47vh;
  }

  .div-block-62 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .paragraph-25, .paragraph-10 {
    font-size: 21px;
  }

  .paragraph-22 {
    font-size: 12px;
  }

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

  .paragraph-21 {
    font-size: 21px;
  }

  .tab-link-tab-1-6 {
    width: 30vh;
  }

  .div-block-27, .div-block-65 {
    width: 100%;
  }

  .div-block-26 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .paragraph-9 {
    font-size: 12px;
  }

  .heading-26, .heading-27 {
    font-size: 13px;
  }

  .div-block-32 {
    padding-top: 20px;
  }

  .paragraph-24 {
    font-size: 12px;
  }

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

  .heading-17 {
    text-align: center;
    font-size: 25px;
  }

  .div-block-25 {
    width: 70%;
  }

  .tabs-menu-5 {
    width: 30%;
  }

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

  .tabs-menu-6 {
    width: 30%;
  }

  .container-1368 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-315045 {
    align-items: flex-start;
  }

  .footer-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-field-19, .form-block-14 {
    width: 100%;
  }

  .div-block-315049 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-v-2 {
    flex-direction: column;
    margin-top: 40px;
    display: flex;
  }

  .div-block-315051 {
    align-items: center;
    height: 60px;
    top: -50%;
  }

  .div-block-315053 {
    justify-content: space-around;
  }

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

  .footer-wrapper-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-7667 {
    margin-left: 70px;
    font-size: 22px;
  }

  .mobille-view-3 {
    display: block;
  }

  .nav-link-51.pr {
    width: 230px;
  }

  .slide-51, .slide-52, .slide-53, .slide-54 {
    margin-right: 20px;
  }

  .section-249 {
    height: 230px;
  }

  .footer_content-wrapper {
    flex-direction: column;
  }

  .footer_links-wrapper {
    width: 70%;
    margin-top: 10px;
  }

  .footer_links-wrapper.footer_link {
    width: 85%;
  }

  .footer_link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .page-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-314455 {
    flex-direction: column;
  }

  .link-block-201 {
    width: 14%;
  }

  .link-block-201.acc {
    width: 100%;
  }

  .heading-7532._5356536 {
    font-size: 15px;
    line-height: 23px;
  }

  .liked-section {
    padding-bottom: 10px;
  }

  .div-block-315085 {
    flex-flow: column;
  }

  .image-32868._111 {
    width: 100px;
  }

  .section-214 {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-7676 {
    font-size: 15px;
    line-height: 23px;
  }

  .div-block-315090, .div-block-315090.episode1 {
    width: 100%;
    padding-right: 0;
  }

  .div-block-315094.tablet {
    border-top: 1px solid #dfdfdf;
  }

  .div-block-315095._66776 {
    width: 50%;
    margin-bottom: 20px;
  }

  .heading-7678 {
    font-size: 15px;
    line-height: 23px;
  }

  .heading-7680 {
    font-size: 28px;
    line-height: 36px;
  }

  .smile-bredcrumb-section-2 {
    height: 24vh;
  }

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

  .div-block-314346 {
    flex-direction: row;
  }

  .form-block-3 {
    width: 80%;
  }

  .heading-7682 {
    font-size: 14px;
    line-height: 20px;
  }

  .nav-link-53.pr {
    width: 230px;
  }

  .div-block-314456 {
    width: 100%;
    margin-bottom: 40px;
  }

  .div-block-314448.star123 {
    width: 80%;
  }

  .slider-32 {
    height: 120px;
  }

  .container-1371 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-315115 {
    flex-direction: column;
  }

  .div-block-315118 {
    align-items: flex-start;
  }

  .link-block-202 {
    width: 14%;
  }

  .link-block-202.acc {
    width: 100%;
  }

  .heading-7686._5356536 {
    font-size: 15px;
    line-height: 23px;
  }

  .div-block-315134 {
    flex-flow: column;
  }

  .text-field-20, .form-block-15 {
    width: 100%;
  }

  .image-32881._111 {
    width: 100px;
  }

  .div-block-315140 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-252 {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-7691 {
    font-size: 15px;
    line-height: 23px;
  }

  .div-block-315142, .div-block-315142.episode1 {
    width: 100%;
    padding-right: 0;
  }

  .div-block-315146.tablet {
    border-top: 1px solid #dfdfdf;
  }

  .div-block-315148._66776 {
    width: 50%;
    margin-bottom: 20px;
  }

  .footer-v-3 {
    flex-direction: column;
    margin-top: 40px;
    display: flex;
  }

  .heading-7693 {
    font-size: 15px;
    line-height: 23px;
  }

  .heading-7696 {
    font-size: 28px;
    line-height: 36px;
  }

  .smile-bredcrumb-section-3 {
    height: 24vh;
  }

  .div-block-315158 {
    align-items: center;
    height: 60px;
    top: -50%;
  }

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

  .div-block-315164 {
    flex-direction: row;
  }

  .form-block-16 {
    width: 80%;
  }

  .heading-7698 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-315168 {
    justify-content: space-around;
  }

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

  .footer-wrapper-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-54.pr {
    width: 230px;
  }

  .div-block-315172 {
    width: 100%;
    margin-bottom: 40px;
  }

  .heading-7703 {
    margin-left: 70px;
    font-size: 22px;
  }

  .div-block-315174.star123 {
    width: 80%;
  }

  .slider-33 {
    height: 120px;
  }

  .div-block-315176 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-315177 {
    width: 55%;
    margin-bottom: 20px;
  }

  .div-block-315178 {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-2 {
    width: 100%;
    margin-top: 20px;
  }

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

  .heading.l.c1 {
    font-size: 30px;
  }

  .paragraph._1.o {
    text-align: left;
  }

  .button-211149 {
    margin-top: 20px;
    margin-left: 0;
  }

  .div-block-6 {
    grid-template-columns: 1fr;
  }

  .section-4 {
    padding-bottom: 75px;
  }

  .div-block-10.b {
    padding-bottom: 0;
  }

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

  .heading-4.l {
    text-align: center;
  }

  .heading-4.l._1l {
    font-size: 30px;
  }

  .heading-4.left {
    text-align: center;
  }

  .div-block-11 {
    padding-top: 0;
  }

  .button-211150 {
    justify-content: center;
    align-items: center;
    width: 85%;
    display: flex;
  }

  .button-211150._1 {
    width: 115px;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-211150._1.l, .button-211150._1.o {
    width: 58%;
  }

  .section-5 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .div-block-15 {
    width: 85%;
  }

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

  .slider {
    padding-bottom: 100px;
  }

  .slide {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-18 {
    justify-content: flex-start;
    align-items: center;
  }

  .right-arrow {
    left: 25%;
  }

  .left-arrow {
    left: -25%;
  }

  .section-6 {
    background-image: none;
    background-size: auto;
    padding-top: 40px;
    padding-bottom: 140px;
  }

  .div-block-20 {
    padding-right: 0;
  }

  .heading-7 {
    font-size: 28px;
    line-height: 38px;
  }

  .div-block-21 {
    width: 200px;
  }

  .image-190 {
    width: 100%;
  }

  .nav-menu-2 {
    left: 259px;
  }

  .nav-menu-2.margi-n {
    left: 203px;
  }

  .nav-menu-2.margi-n.side {
    width: 100%;
    padding-right: 20px;
    left: auto;
  }

  .div-block-20038 {
    display: flex;
  }

  .mobille-view-2 {
    display: block;
  }

  .brand-10 {
    width: 100%;
    margin-top: 0;
  }

  .brand-10.mobile {
    width: 60%;
    padding-left: 0;
  }

  .brand-10.mobile.w--current {
    width: 68%;
  }

  .div-block-314314 {
    padding-top: 5px;
  }

  .icon-32 {
    color: #fff;
  }

  .brand-11 {
    width: 32%;
  }

  .nav-link-45 {
    padding-left: 0;
  }

  .div-block-314167._1 {
    justify-content: flex-end;
    align-items: center;
  }

  .container-1309 {
    padding-right: 10px;
  }

  .nav-link {
    width: 100%;
    margin-left: 0;
  }

  .nav-link.pr {
    width: 100%;
  }

  .navbar-2 {
    background-color: #000;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-9.nav.q._0-96 {
    display: flex;
  }

  .button-9.nav.q._0-96.navi {
    width: 165px;
  }

  .search {
    display: none;
  }

  .link-block-175 {
    width: 23%;
    height: 29px;
    margin-top: 332px;
    margin-left: 35px;
  }

  .slide-nav-8 {
    top: 280.5px;
  }

  .icon-36 {
    font-size: 25px;
    top: 9px;
    right: 38px;
  }

  .icon-37 {
    font-size: 25px;
    top: 9px;
    right: -38px;
  }

  .hero-section-3 {
    height: 50vh;
  }

  .container-502 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ft-logo-2 {
    width: 100%;
  }

  .subscribe-section {
    padding: 20px 10px;
  }

  .div-block-935 {
    align-items: flex-start;
    width: 100%;
  }

  .form {
    margin-top: 60px;
    padding-left: 20px;
  }

  .footer-2 {
    background-image: none;
    background-position: 0 0;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .div-block-938 {
    justify-content: center;
    align-items: center;
  }

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

  .footer-v-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .link-block-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .social-wraper {
    justify-content: center;
    margin-left: 0;
  }

  .logo-warpper {
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .paragraph-18 {
    text-align: center;
  }

  .paragraph-18.copy {
    width: auto;
  }

  .ft-links, .ft-links._45, .ft-links._80.w--current {
    margin-bottom: 10px;
  }

  .wrapper-ft {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .div-block-934 {
    top: 0%;
  }

  .text-block-160._2 {
    max-width: 125px;
  }

  .text-block-160._2._3 {
    max-width: 90px;
  }

  .text-block-160._2._22 {
    max-width: none;
  }

  .content-ft {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-314168 {
    justify-content: space-between;
    width: 90%;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-314168.width {
    justify-content: center;
    width: 80%;
  }

  .footer-wrapper-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .quick-links-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .slider-26 {
    height: 700px;
    padding-left: 0;
  }

  .slide-7 {
    width: 100%;
  }

  .right-arrow-33 {
    left: 25%;
  }

  .left-arrow-33 {
    left: -25%;
  }

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

  .div-block-314464 {
    margin-top: 50px;
  }

  .div-block-314465 {
    grid-template-columns: 1fr;
  }

  .bredcrumb-section {
    z-index: 0;
    height: 18vh;
  }

  .div-block-313510 {
    justify-content: flex-start;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-168 {
    font-size: 18px;
    line-height: 26px;
  }

  .text-block-15907 {
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 27px;
    line-height: 26px;
  }

  .link-169, .bold-text-382 {
    font-size: 18px;
    line-height: 26px;
  }

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

  .heading-7557 {
    margin-top: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-314471 {
    flex-flow: column;
  }

  .div-block-314473 {
    padding-top: 20px;
    padding-left: 0;
  }

  .div-block-314478 {
    display: none;
  }

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

  .demo-wrapper {
    align-items: center;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .d-118-quote-wrapper {
    padding-top: 100px;
  }

  .d-118-quote-wrapper.l {
    padding-top: 20px;
  }

  .d-118-quote-wrapper.l.o {
    padding-top: 0;
  }

  .image-216 {
    margin-top: 0;
    margin-right: 0;
  }

  .browser-demo {
    width: 300px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .d-118-card-wrapper.t {
    padding-bottom: 0;
  }

  .d-118-3d-wrapper, .d-118-3d-wrapper.t {
    background-size: cover;
    width: 300px;
    height: 585px;
  }

  .d-118-3d-wrapper.l {
    width: 300px;
    height: 585px;
  }

  .d-118-quote-title {
    font-size: 20px;
    line-height: 30px;
  }

  .instructions-wrapper {
    align-self: auto;
    margin-left: 0;
  }

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

  .div-block-314483 {
    height: 350px;
    min-height: 350px;
  }

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

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

  .paragraph-209._98._65 {
    font-size: 17px;
    line-height: 26px;
  }

  .open-close-icon-wrapper---brix {
    margin-right: 16px;
  }

  .open-close-icon-wrapper---brix.large-icon---brix {
    width: 16px;
    min-height: 16px;
    margin-right: 0;
  }

  .accordion-item---brix.accordion-3---brix {
    margin-bottom: 16px;
  }

  .accordion-item---brix.accordion-3---brix.last-accordion-item---brix {
    padding: 15px;
  }

  .accordion-item-title---brix {
    max-width: 70%;
    font-size: 20px;
  }

  .accordion-item-title---brix.accordion-3---brix {
    max-width: 75%;
    font-size: 16px;
    line-height: 25px;
  }

  .accordion-3-open-close-icon-wrapper---brix {
    width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .copyright {
    padding-top: 10px;
  }

  .text-block-161 {
    margin-top: 10px;
  }

  .div-block-314271._98 {
    margin-top: 0;
  }

  .paragraph-2218._57557, .paragraph-2218._57557._0022 {
    font-size: 10px;
    line-height: 12px;
  }

  .paragraph-2218._57557._98687 {
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-2218._57557._79906 {
    line-height: 18px;
  }

  .tabs-menu {
    width: 285px;
    min-width: 285px;
  }

  .image-191._111.dtddtd {
    width: 131px;
  }

  .image-191._111.dtddtd._5674, .image-191._111.dtddtd._867554, .image-191._111.dtddtd._65434 {
    width: 100px;
  }

  .div-block-314270.lk {
    height: 170px;
    min-height: 170px;
  }

  .div-block-314355._65545 {
    grid-template-columns: 1fr 1fr;
    width: 70%;
    margin: 0 auto;
  }

  .div-block-314268._66776, .div-block-314268._66776._444 {
    width: 100%;
  }

  .link-186 {
    font-size: 14px;
    line-height: 21px;
  }

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

  .heading-7515 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-7515._66767 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-7515._66767._9685876, .heading-7515._66767._0971 {
    font-size: 12px;
    line-height: 14px;
  }

  .heading-7515._66767._86876 {
    font-size: 10px;
    line-height: 14px;
  }

  .text-block-16075 {
    font-size: 14px;
    line-height: 15px;
  }

  .text-block-16075._765565 {
    font-size: 14px;
    line-height: 18px;
  }

  .tabs-content {
    width: 100%;
    margin-top: 20px;
  }

  .tab-link-tab-1 {
    width: 140px;
    min-width: 140px;
    padding: 5px;
  }

  .tab-link-tab-1.all-cate.w--current {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .div-block-314486._98 {
    margin-top: 0;
  }

  .paragraph-2219._57557, .paragraph-2219._57557._0022 {
    font-size: 10px;
    line-height: 12px;
  }

  .paragraph-2219._57557._98687, .paragraph-2219._57557._79906 {
    line-height: 12px;
  }

  .image-218._111.dtddtd {
    width: 131px;
  }

  .image-218._111.dtddtd._5674, .image-218._111.dtddtd._867554, .image-218._111.dtddtd._65434 {
    width: 40px;
  }

  .div-block-314489._65545 {
    margin-bottom: 0;
  }

  .div-block-314490._66776 {
    width: 100%;
  }

  .div-block-314490._66776._444 {
    width: 40%;
  }

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

  .heading-7560 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-7560._66767 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-7560._66767._9685876, .heading-7560._66767._0971, .heading-7560._66767._86876 {
    font-size: 12px;
    line-height: 14px;
  }

  .text-block-16089 {
    font-size: 13px;
    line-height: 15px;
  }

  .text-block-16089._765565 {
    font-size: 14px;
    line-height: 18px;
  }

  .heading-7561.ft {
    text-align: center;
    font-size: 12.5px;
  }

  .button-211151 {
    font-size: 10px;
  }

  .div-block-314494._65545 {
    margin-bottom: 0;
  }

  .heading-7562 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-7562._66767 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-7562._66767._86876 {
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-2220._57557 {
    font-size: 10px;
    line-height: 12px;
  }

  .paragraph-2220._57557._98687, .paragraph-2220._57557._79906 {
    line-height: 12px;
  }

  .div-block-314496._98 {
    margin-top: 0;
  }

  .div-block-314497._66776 {
    width: 100%;
  }

  .div-block-314497._66776._444 {
    width: 40%;
  }

  .image-219._111.dtddtd {
    width: 131px;
    transform: none;
  }

  .image-219._111.dtddtd._5674, .image-219._111.dtddtd._867554, .image-219._111.dtddtd._65434 {
    width: 100px;
  }

  .image-219._111.dtddtd._5674, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._867554, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434, .image-219._111.dtddtd._65434 {
    width: 40px;
  }

  .image-219._111.dtddtd._867554, .image-219._111.dtddtd._5674 {
    width: 100px;
  }

  .image-219._111.dtddtd._1 {
    border-radius: 10px;
    width: 100px;
  }

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

  .div-block-314501._65545 {
    margin-bottom: 0;
  }

  .heading-7563 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-7563._66767 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-7563._66767._86876 {
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-2221._57557 {
    font-size: 10px;
    line-height: 12px;
  }

  .paragraph-2221._57557._98687, .paragraph-2221._57557._79906 {
    line-height: 12px;
  }

  .div-block-314503._98 {
    margin-top: 0;
  }

  .div-block-314504._66776 {
    width: 100%;
  }

  .div-block-314504._66776._444 {
    width: 40%;
  }

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

  .div-block-314508._65545 {
    margin-bottom: 0;
  }

  .heading-7564 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-7564._66767 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-7564._66767._86876 {
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-2222._57557 {
    font-size: 10px;
    line-height: 12px;
  }

  .paragraph-2222._57557._98687, .paragraph-2222._57557._79906 {
    line-height: 12px;
  }

  .div-block-314510._98 {
    margin-top: 0;
  }

  .div-block-314511._66776 {
    width: 100%;
  }

  .div-block-314511._66776._444 {
    width: 40%;
  }

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

  .div-block-314515._65545 {
    margin-bottom: 0;
  }

  .heading-7565 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-7565._66767 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-7565._66767._86876 {
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-2223._57557 {
    font-size: 10px;
    line-height: 12px;
  }

  .paragraph-2223._57557._98687, .paragraph-2223._57557._79906 {
    line-height: 12px;
  }

  .div-block-314517._98 {
    margin-top: 0;
  }

  .div-block-314518._66776 {
    width: 100%;
  }

  .div-block-314518._66776._444 {
    width: 40%;
  }

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

  .div-block-314522._65545 {
    margin-bottom: 0;
  }

  .heading-7566 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-7566._66767 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-7566._66767._86876 {
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-2224._57557 {
    font-size: 10px;
    line-height: 12px;
  }

  .paragraph-2224._57557._98687, .paragraph-2224._57557._79906 {
    line-height: 12px;
  }

  .div-block-314524._98 {
    margin-top: 0;
  }

  .div-block-314525._66776 {
    width: 100%;
  }

  .div-block-314525._66776._444 {
    width: 40%;
  }

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

  .div-block-314529._65545 {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .heading-7567 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-7567._66767 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-7567._66767._86876 {
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-2225._57557 {
    font-size: 10px;
    line-height: 12px;
  }

  .paragraph-2225._57557._98687, .paragraph-2225._57557._79906 {
    line-height: 12px;
  }

  .div-block-314531._98 {
    margin-top: 0;
  }

  .div-block-314532._66776 {
    width: 100%;
  }

  .div-block-314532._66776._444 {
    width: 100%;
    margin-left: 0;
  }

  .text-block-16095 {
    font-size: 10px;
  }

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

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

  .image-220 {
    width: 58%;
  }

  .heading-7568 {
    font-size: 25px;
    line-height: 35px;
  }

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

  .div-block-314539._1 {
    justify-content: center;
    align-items: center;
    width: 55%;
    padding-bottom: 20px;
  }

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

  .div-block-314540._1 {
    justify-content: space-between;
    align-items: center;
    width: 75%;
    padding-left: 20px;
  }

  .button-211158 {
    margin-top: 20px;
  }

  .heading-7583 {
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph-2249 {
    font-size: 15px;
    line-height: 19px;
  }

  .heading-7582 {
    font-size: 28px;
    line-height: 36px;
  }

  .link-block-179 {
    width: auto;
  }

  .link-block-179.acc {
    justify-content: space-between;
    align-items: center;
  }

  .close-icon-2 {
    width: 25px;
    height: 25px;
  }

  .div-block-314546.mobile-view {
    padding-top: 30px;
    display: block;
  }

  .image-232 {
    width: 28px;
  }

  .close-link {
    top: .5rem;
    right: .5rem;
  }

  .paragraph-2250 {
    font-size: 10px;
    line-height: 15px;
  }

  .div-block-314549 {
    width: 38%;
  }

  .modal-container-4 {
    width: 95%;
    padding: 20px;
  }

  .div-block-314553 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-314560._1 {
    width: 300px;
    height: 451px;
    min-height: 451px;
  }

  .section-225 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-225.home-hero-section {
    height: 100vh;
    padding-bottom: 36px;
  }

  .section-225.home-hero-section._1 {
    height: 700px;
    min-height: 700px;
    padding-top: 20px;
  }

  .speaker-slide-mask {
    width: 70%;
    top: 0;
  }

  .speaker-slide-mask._1 {
    width: 285px;
    min-width: 285px;
  }

  .speaker-slider {
    top: 170px;
  }

  .speaker-slider.tp {
    margin-top: 50px;
    top: 0;
  }

  .clip-text.speaker-headding {
    margin-top: -30px;
  }

  .speaker-name {
    font-size: 42px;
  }

  .slide-image {
    height: 434px;
    min-height: 434px;
  }

  .speakers-hero-wrapper {
    padding-top: 0;
  }

  .speaker-arrow {
    top: auto;
    bottom: 0;
    right: 5vw;
  }

  .speaker-arrow.left {
    margin-right: 84px;
    left: auto;
    right: 0;
  }

  .speaker-slide-content {
    padding-bottom: 0;
  }

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

  .div-block-314561 {
    padding-bottom: 20px;
  }

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

  .div-block-314565 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px;
  }

  .div-block-314567 {
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding-top: 10px;
  }

  .div-block-314569 {
    padding-top: 10px;
  }

  .div-block-314570 {
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  .div-block-314570._1 {
    grid-template-columns: 1fr 1fr;
    place-items: center start;
  }

  .div-block-314571 {
    width: 130px;
  }

  .div-block-314571._1 {
    width: 97%;
    height: auto;
  }

  .div-block-314571._1.o {
    background-size: 182px;
    width: 97%;
    height: auto;
  }

  .div-block-314571.t {
    width: 97%;
    height: auto;
  }

  .div-block-314571.t.y {
    background-size: 183px;
    width: 97%;
    height: auto;
  }

  .div-block-314571.l, .div-block-314571.l.t {
    width: 97%;
    height: auto;
  }

  .div-block-314571.d {
    background-position: 50%;
    background-size: 185px;
    width: 97%;
    height: auto;
  }

  .div-block-314571.o {
    width: 97%;
    height: auto;
  }

  .text-block-16101 {
    padding-top: 10px;
    font-size: 15px;
  }

  .text-block-16102 {
    padding-top: 0;
    padding-right: 0;
    font-size: 11px;
  }

  .div-block-314572, .div-block-314573 {
    width: 100%;
  }

  .div-block-314574 {
    border-color: #d1d1d1;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 5px;
  }

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

  .div-block-314433 {
    margin-top: 20px;
  }

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

  .div-block-314431.l {
    height: 585px;
    min-height: 585px;
    margin-top: 20px;
  }

  .form-block-2 {
    width: 100%;
  }

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

  .div-block-314434 {
    flex-flow: column;
  }

  .heading-7544 {
    font-size: 18px;
  }

  .link-188 {
    padding-top: 10px;
  }

  .space-div {
    height: auto;
  }

  .link-190 {
    font-size: 18px;
    line-height: 26px;
  }

  .image-236 {
    width: 100%;
  }

  .nav-menu-12 {
    left: 259px;
  }

  .nav-menu-12.margi-n {
    left: 203px;
  }

  .nav-menu-12.margi-n.side {
    width: 100%;
    padding-right: 20px;
    left: auto;
  }

  .div-block-314580 {
    justify-content: flex-start;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-314582 {
    display: none;
  }

  .text-block-16105 {
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 27px;
    line-height: 26px;
  }

  .link-193 {
    font-size: 18px;
    line-height: 26px;
  }

  .brand-12 {
    width: 100%;
    margin-top: 0;
  }

  .brand-12.mobile {
    width: 60%;
    padding-left: 0;
  }

  .brand-12.mobile.w--current {
    width: 68%;
  }

  .div-block-314584 {
    padding-top: 5px;
  }

  .icon-49 {
    color: #fff;
  }

  .nav-link-46 {
    padding-left: 0;
  }

  .smile-bredcrumb-section {
    z-index: 0;
    height: 18vh;
  }

  .container-1350 {
    padding-right: 10px;
  }

  .nav-link-47 {
    width: 100%;
    margin-left: 0;
  }

  .nav-link-47.pr {
    width: 100%;
  }

  .button-211167.nav.q._0-96 {
    display: flex;
  }

  .button-211167.nav.q._0-96.navi {
    width: 165px;
  }

  .heading-7588 {
    font-size: 18px;
  }

  .div-block-314592 {
    flex-flow: column;
  }

  .form-block-4 {
    width: 100%;
  }

  .text-field-6 {
    width: 170px;
  }

  .div-block-314600 {
    border-top: 1px solid #c7c7c7;
    border-left-style: none;
    width: 100%;
    margin-top: 20px;
    padding-top: 10px;
  }

  .div-block-314602._1 {
    height: 370px;
    min-height: 370px;
    margin-top: 20px;
  }

  .div-block-314602._1.bill {
    width: 100%;
  }

  .image-226 {
    width: 35px;
  }

  .heading-7576 {
    text-align: left;
  }

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

  .button-211164 {
    width: 100%;
  }

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

  .div-block-314606 {
    width: 285px;
    min-width: 285px;
  }

  .div-block-314606._1 {
    width: 100%;
    min-width: 100%;
  }

  .div-block-314608.asli-bharat, .div-block-314608.asli-bharat.c, .div-block-314608.bande-di-vukut-hai-jithey, .div-block-314608.amit-yaadan, .div-block-314608.taj-mahal, .div-block-314608.tanna-banna {
    height: auto;
  }

  .div-block-314613 {
    width: 125px;
  }

  .div-block-314613._1, .div-block-314615._1 {
    width: 17%;
  }

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

  .heading-7592 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-314622 {
    width: 83%;
  }

  .div-block-314623 {
    width: 100%;
    height: auto;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .image-238, .div-block-314624 {
    width: 80%;
  }

  .div-block-314624._1 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .div-block-314624._1.l {
    justify-content: space-between;
    align-items: flex-start;
    width: 85%;
  }

  .heading-7593 {
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    line-height: 31px;
  }

  .heading-7593._1 {
    margin-left: 0;
  }

  .bold-text-384 {
    line-height: 20px;
  }

  .image-225 {
    width: 17px;
    display: none;
  }

  .div-block-314625 {
    width: 58%;
    margin-top: 0;
  }

  .div-block-314625._1 {
    width: 87%;
  }

  .image-223 {
    width: 24px;
  }

  .image-222 {
    width: 30px;
  }

  .image-224 {
    width: 50px;
  }

  .image-224._1 {
    width: 25px;
  }

  .image-239 {
    width: 30px;
  }

  .image-229 {
    width: 24px;
  }

  .div-block-314626 {
    width: 80%;
  }

  .image-230 {
    width: 100%;
  }

  .div-block-314627 {
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-2242 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 12px;
  }

  .heading-7594 {
    font-size: 16px;
    line-height: 30px;
  }

  .image-240 {
    width: 26px;
  }

  .image-240.hjvjhfhj {
    width: 32px;
  }

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

  .div-block-314631 {
    justify-content: space-between;
    align-items: center;
  }

  .div-block-314631._1 {
    flex-flow: column;
  }

  .div-block-314631._1.l {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .div-block-314632, .div-block-314632._1 {
    background-size: 100px;
    width: 140px;
    height: auto;
  }

  .div-block-314632._1.l {
    background-position: 50%;
    background-size: cover;
    width: 151px;
    height: auto;
  }

  .div-block-314632._1.o {
    background-size: cover;
    width: 151px;
    height: auto;
  }

  .div-block-314632.t {
    background-size: 100px;
    width: 140px;
    height: auto;
  }

  .div-block-314633 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .div-block-314634 {
    width: 67%;
  }

  .div-block-314635 {
    margin-top: 20px;
  }

  .div-block-314636, .div-block-314636.rest, .form-block-8 {
    width: 100%;
  }

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

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

  .div-block-314639 {
    top: 28%;
    left: 44%;
  }

  .div-block-314644 {
    flex-flow: column;
  }

  .form-block-10 {
    width: 100%;
  }

  .text-field-10 {
    width: 170px;
  }

  .div-block-314652 {
    border-top: 1px solid #c7c7c7;
    border-left-style: none;
    width: 100%;
    margin-top: 20px;
    padding-top: 10px;
  }

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

  .button-211170 {
    width: 80%;
  }

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

  .div-block-216 {
    width: 85%;
    margin-top: 20px;
    padding-top: 0;
  }

  .div-block-216.privacy {
    margin-top: 0;
    padding-bottom: 0;
  }

  .bold-text-44 {
    font-size: 20px;
  }

  .div-block-915 {
    padding-top: 0;
  }

  .paragraph-2247 {
    text-align: center;
  }

  .div-block-314658 {
    width: 210px;
  }

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

  .dropdown-list-4.w--open {
    left: -100px;
  }

  .dropdown-list-4._1.w--open {
    left: -140px;
  }

  .div-block-314661 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .heading-7580 {
    font-size: 21px;
    line-height: 31px;
  }

  .div-block-314663 {
    flex-flow: column;
    padding-top: 10px;
  }

  .div-block-314664 {
    width: 70%;
  }

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

  .div-block-314677 {
    flex-flow: column;
  }

  .div-block-314347.view._3321456 {
    margin-top: 0;
    padding-top: 10px;
  }

  .heading-7551._6 {
    font-size: 20px;
    line-height: 19px;
  }

  .heading-7533 {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-7533._2 {
    font-size: 12px;
    line-height: 18px;
  }

  .heading-7533._2.ul {
    text-align: center;
  }

  .dropdown-list-3.w--open {
    left: -32px;
  }

  .dropdown-list-3.fgdxfgv.w--open {
    left: 0;
  }

  .div-block-314681.downloading {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-314459 {
    width: 25%;
  }

  .div-block-314459.opiu {
    width: 55%;
    position: static;
  }

  .heading-7528 {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-7528._1 {
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-314339._12345 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-314339._12345.wishlisst {
    padding-left: 10px;
  }

  .icon-39 {
    margin-right: 10px;
    top: 3px;
    left: 0;
  }

  .heading-7534 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-7534._1 {
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-314683 {
    flex-flow: column;
  }

  .div-block-314683.sapce {
    padding-top: 0;
  }

  .div-block-314341 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-314341.poiuy {
    width: 100%;
  }

  .div-block-314341.poiuy.load {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: auto;
    margin-top: 50px;
    padding-top: 10px;
  }

  .div-block-314341.poiuy.load._1 {
    margin-top: 20px;
  }

  .div-block-314341.poiuy.load.t {
    margin-top: 50px;
  }

  .dropdown-toggle-5._1258963 {
    padding-left: 3px;
    padding-right: 20px;
    left: -31px;
  }

  .paragraph-2251.setting.s2 {
    font-size: 14px;
  }

  .heading-7600 {
    font-size: 13px;
    line-height: 22px;
  }

  .paragraph-2263 {
    font-size: 15px;
    line-height: 19px;
  }

  .heading-7601 {
    font-size: 28px;
    line-height: 36px;
  }

  .heading-7602._6 {
    font-size: 20px;
    line-height: 19px;
  }

  .div-block-314685 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-314686 {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .image-246 {
    width: 28px;
  }

  .heading-7603 {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-7603._2 {
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-314690.spacebtw._1 {
    justify-content: space-between;
    align-items: center;
  }

  .paragraph-2264 {
    font-size: 10px;
    line-height: 15px;
  }

  .div-block-314691 {
    width: 38%;
  }

  .div-block-314692 {
    width: 25%;
  }

  .div-block-314692.opiu-2.l {
    width: 50%;
  }

  .heading-7604 {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-7604._1 {
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-314693._12345 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-314693._12345.wishlisst {
    padding-left: 10px;
  }

  .div-block-314693._12345.wishlisst.all.yaddan.wwaed {
    width: 100%;
  }

  .heading-7605 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-7605._1 {
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-314695 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-314695.poiuy, .div-block-314695.poiuy.amit {
    width: 100%;
  }

  .div-block-314695.poiuy.amit.asas {
    flex-flow: column;
    width: 100%;
  }

  .opiu-2 {
    width: 88px;
  }

  .opiu-2.dert {
    width: 100%;
  }

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

  .text-block-16114 {
    text-align: left;
  }

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

  .text-block-16116 {
    text-align: left;
  }

  .heading-7606._6 {
    font-size: 20px;
    line-height: 19px;
  }

  .mt-5.flex {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-7607 {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-7607._2 {
    font-size: 12px;
    line-height: 18px;
  }

  .dropdown-list-9.w--open {
    left: -32px;
  }

  .div-block-314709 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-314712 {
    width: 25%;
  }

  .heading-7608 {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-7608._1 {
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-314713._12345 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-314713._12345.wishlisst {
    padding-left: 10px;
  }

  .icon-51 {
    padding-left: 40px;
    top: 3px;
    left: 0;
  }

  .heading-7609 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-7609._1 {
    font-size: 12px;
    line-height: 18px;
  }

  .payment-h1 {
    margin-bottom: 0;
  }

  .heading-7610 {
    text-align: center;
  }

  .col-33-3.p-all.right-border {
    border-bottom: 1px solid #e0e0e0;
    width: 90%;
  }

  .col-33-3.p-all, .col-33-3.p-all.right-border {
    width: 100%;
  }

  .div-block-314715 {
    flex-flow: column;
  }

  .div-block-314716 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-314716.poiuy {
    width: 100%;
  }

  .div-block-314716.poiuy.load {
    width: 100%;
    margin-top: 20px;
  }

  .dropdown-toggle-15._1258963 {
    padding-left: 3px;
    padding-right: 20px;
    left: -31px;
  }

  .paragraph-2270.setting.s2 {
    font-size: 15px;
  }

  .row.mb-30 {
    flex-flow: column;
  }

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

  .div-block-314722.t {
    margin-top: 20px;
  }

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

  .div-block-313932, .div-block-313929 {
    width: 100%;
  }

  .div-block-313906 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-7611._6 {
    font-size: 20px;
    line-height: 19px;
  }

  .div-block-314729 {
    justify-content: center;
    align-items: center;
  }

  .heading-7612 {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-7612._2 {
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-314730 {
    flex-flow: column;
  }

  .tabs-menu-2 {
    width: 285px;
    min-width: 285px;
    overflow: auto;
  }

  .div-block-314731._5 {
    justify-content: center;
    align-items: center;
  }

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

  .tab-link-tab-2-2 {
    justify-content: center;
    align-items: center;
    width: 138px;
    min-width: 138px;
    height: 50px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .tab-link-tab-2-2.w--current {
    padding-right: 10px;
  }

  .div-block-314734 {
    width: 25%;
  }

  .div-block-314734.opiu {
    width: 100%;
  }

  .heading-7613 {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-7613._1 {
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-314735._12345 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-314735._12345.wishlisst {
    padding-left: 10px;
  }

  .div-block-314735._12345.wishlisst.all {
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
  }

  .heading-7614 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-7614._1 {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-314736 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .tab-link-tab-3-2 {
    justify-content: center;
    align-items: center;
    width: 100px;
    min-width: 100px;
    height: 50px;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .div-block-314737 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-314737.poiuy {
    width: 100%;
  }

  .div-block-314737.poiuy._2563 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-314737.poiuy._2563.qwert {
    margin-top: 20px;
    margin-left: 0;
  }

  .tab-link-tab-1-2 {
    justify-content: center;
    align-items: center;
    width: 85px;
    min-width: 85px;
    height: 50px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .tab-link-tab-1-2.w--current {
    justify-content: center;
    align-items: center;
    width: 85px;
    min-width: 85px;
    height: 50px;
    margin-right: 20px;
    display: flex;
  }

  .div-block-314738 {
    width: 100%;
    padding-top: 10px;
    padding-left: 0;
  }

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

  .heading-7615._6 {
    font-size: 20px;
    line-height: 19px;
  }

  .div-block-314741 {
    justify-content: center;
    align-items: center;
  }

  .heading-7616 {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-7616._2 {
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-314742._5 {
    justify-content: center;
    align-items: center;
  }

  .heading-7617 {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-7617._1 {
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-314743._12345 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-314743._12345.wishlisst {
    padding-left: 10px;
  }

  .div-block-314743._12345.wishlisst.all {
    justify-content: space-between;
    align-items: center;
  }

  .heading-7618 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-7618._1 {
    font-size: 14px;
    line-height: 18px;
  }

  .heading-7619._6 {
    font-size: 20px;
    line-height: 19px;
  }

  .heading-7620 {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-7620._2 {
    font-size: 12px;
    line-height: 18px;
  }

  .heading-7621 {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-7621._1 {
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-314747._12345 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-314747._12345.wishlisst {
    padding-left: 10px;
  }

  .heading-7622 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-7622._1 {
    font-size: 12px;
    line-height: 18px;
  }

  .heading-7623._6 {
    font-size: 20px;
    line-height: 19px;
  }

  .div-block-314749 {
    justify-content: center;
    align-items: center;
  }

  .heading-7624 {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-7624._2 {
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-314750._5 {
    justify-content: center;
    align-items: center;
  }

  .heading-7625 {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-7625._1 {
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-314751._12345 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-314751._12345.wishlisst {
    padding-left: 10px;
  }

  .div-block-314751._12345.wishlisst.all {
    justify-content: space-between;
    align-items: center;
  }

  .heading-7626 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-7626._1 {
    font-size: 12px;
    line-height: 18px;
  }

  .card-inf {
    width: 255px;
    min-width: 255px;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
    inset: auto auto 10px;
    overflow: auto;
  }

  .image-203 {
    width: 100%;
    height: 500px;
  }

  .p {
    margin-bottom: 0;
  }

  .card {
    width: 100%;
    height: 500px;
  }

  .card._5, .card._2 {
    width: 100%;
  }

  .h3 {
    font-size: 17px;
  }

  .container-1357 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-314324 {
    margin-bottom: 20px;
  }

  .section-212 {
    padding-bottom: 20px;
  }

  .image-32775 {
    width: 100%;
    height: 500px;
  }

  .image-32775.santakhsingh {
    width: 100%;
  }

  .card-inf-2 {
    margin-left: auto;
    margin-right: auto;
    inset: auto auto 10px;
    overflow: auto;
  }

  .card-inf-2.t {
    bottom: 61px;
  }

  .card-2 {
    width: 100%;
    height: 500px;
  }

  .card-2._3 {
    height: 500px;
  }

  .card-2._5, .card-2._2 {
    width: 100%;
  }

  .div-block-314759._1 {
    margin-top: 0;
  }

  .div-block-314760 {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
  }

  .image-32776 {
    height: auto;
  }

  .heading-7627 {
    font-size: 17px;
  }

  .text-span-169, .paragraph-2279 {
    font-size: 13px;
  }

  .sarmohabat-c {
    height: 70px;
    min-height: 70px;
  }

  .div-block-314763 {
    padding-top: 85px;
  }

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

  .div-block-314776._65545 {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .heading-7630 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-7630._66767 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-7630._66767._86876 {
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-2281._57557 {
    font-size: 10px;
    line-height: 12px;
  }

  .paragraph-2281._57557._98687, .paragraph-2281._57557._79906 {
    line-height: 12px;
  }

  .div-block-314778._98 {
    margin-top: 0;
  }

  .div-block-314779._66776, .div-block-314779._66776._444 {
    width: 100%;
  }

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

  .div-block-314783._65545 {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .heading-7631 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-7631._66767 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-7631._66767._86876 {
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-2282._57557 {
    font-size: 10px;
    line-height: 12px;
  }

  .paragraph-2282._57557._98687, .paragraph-2282._57557._79906 {
    line-height: 12px;
  }

  .div-block-314785._98 {
    margin-top: 0;
  }

  .div-block-314786._66776, .div-block-314786._66776._444 {
    width: 100%;
  }

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

  .div-block-314790._65545 {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .heading-7632 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-7632._66767 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-7632._66767._86876 {
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-2283._57557 {
    font-size: 10px;
    line-height: 12px;
  }

  .paragraph-2283._57557._98687, .paragraph-2283._57557._79906 {
    line-height: 12px;
  }

  .div-block-314792._98 {
    margin-top: 0;
  }

  .div-block-314793._66776, .div-block-314793._66776._444 {
    width: 100%;
  }

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

  .div-block-314797._65545 {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .heading-7633 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-7633._66767 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-7633._66767._86876 {
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-2284._57557 {
    font-size: 10px;
    line-height: 12px;
  }

  .paragraph-2284._57557._98687, .paragraph-2284._57557._79906 {
    line-height: 12px;
  }

  .div-block-314799._98 {
    margin-top: 0;
  }

  .div-block-314800._66776, .div-block-314800._66776._444 {
    width: 100%;
  }

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

  .div-block-314804._65545 {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .heading-7634 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-7634._66767 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-7634._66767._86876 {
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-2285._57557 {
    font-size: 10px;
    line-height: 12px;
  }

  .paragraph-2285._57557._98687, .paragraph-2285._57557._79906 {
    line-height: 12px;
  }

  .div-block-314806._98 {
    margin-top: 0;
  }

  .div-block-314807._66776, .div-block-314807._66776._444 {
    width: 100%;
  }

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

  .div-block-314811._65545 {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .heading-7635 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-7635._66767 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-7635._66767._86876 {
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-2286._57557 {
    font-size: 10px;
    line-height: 12px;
  }

  .paragraph-2286._57557._98687, .paragraph-2286._57557._79906 {
    line-height: 12px;
  }

  .div-block-314813._98 {
    margin-top: 0;
  }

  .div-block-314814._66776, .div-block-314814._66776._444 {
    width: 100%;
  }

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

  .div-block-314818._65545 {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .heading-7636 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-7636._66767 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-7636._66767._86876 {
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-2287._57557 {
    font-size: 10px;
    line-height: 12px;
  }

  .paragraph-2287._57557._98687, .paragraph-2287._57557._79906 {
    line-height: 12px;
  }

  .div-block-314820._98 {
    margin-top: 0;
  }

  .div-block-314821._66776, .div-block-314821._66776._444 {
    width: 100%;
  }

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

  .div-block-314825._65545 {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .heading-7637 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-7637._66767 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-7637._66767._86876 {
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-2288._57557 {
    font-size: 10px;
    line-height: 12px;
  }

  .paragraph-2288._57557._98687, .paragraph-2288._57557._79906 {
    line-height: 12px;
  }

  .div-block-314827._98 {
    margin-top: 0;
  }

  .div-block-314828._66776, .div-block-314828._66776._444 {
    width: 100%;
  }

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

  .div-block-314832._65545 {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .heading-7638 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-7638._66767 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-7638._66767._86876 {
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-2289._57557 {
    font-size: 10px;
    line-height: 12px;
  }

  .paragraph-2289._57557._98687, .paragraph-2289._57557._79906 {
    line-height: 12px;
  }

  .div-block-314834._98 {
    margin-top: 0;
  }

  .div-block-314835._66776, .div-block-314835._66776._444 {
    width: 100%;
  }

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

  .div-block-314839._65545 {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .heading-7639 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-7639._66767 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-7639._66767._86876 {
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-2290._57557 {
    font-size: 10px;
    line-height: 12px;
  }

  .paragraph-2290._57557._98687, .paragraph-2290._57557._79906 {
    line-height: 12px;
  }

  .div-block-314841._98 {
    margin-top: 0;
  }

  .div-block-314842._66776, .div-block-314842._66776._444 {
    width: 100%;
  }

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

  .div-block-314846._65545 {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .heading-7640 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-7640._66767 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-7640._66767._86876 {
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-2291._57557 {
    font-size: 10px;
    line-height: 12px;
  }

  .paragraph-2291._57557._98687, .paragraph-2291._57557._79906 {
    line-height: 12px;
  }

  .div-block-314848._98 {
    margin-top: 0;
  }

  .div-block-314849._66776, .div-block-314849._66776._444 {
    width: 100%;
  }

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

  .div-block-314853._65545 {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .heading-7641 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-7641._66767 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-7641._66767._86876 {
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-2292._57557 {
    font-size: 10px;
    line-height: 12px;
  }

  .paragraph-2292._57557._98687, .paragraph-2292._57557._79906 {
    line-height: 12px;
  }

  .div-block-314855._98 {
    margin-top: 0;
  }

  .div-block-314856._66776, .div-block-314856._66776._444 {
    width: 100%;
  }

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

  .div-block-314860._65545 {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .heading-7642 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-7642._66767 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-7642._66767._86876 {
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-2293._57557 {
    font-size: 10px;
    line-height: 12px;
  }

  .paragraph-2293._57557._98687, .paragraph-2293._57557._79906 {
    line-height: 12px;
  }

  .div-block-314862._98 {
    margin-top: 0;
  }

  .div-block-314863._66776, .div-block-314863._66776._444 {
    width: 100%;
  }

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

  .div-block-314867._65545 {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .heading-7643 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-7643._66767 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-7643._66767._86876 {
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-2294._57557 {
    font-size: 10px;
    line-height: 12px;
  }

  .paragraph-2294._57557._98687, .paragraph-2294._57557._79906 {
    line-height: 12px;
  }

  .div-block-314869._98 {
    margin-top: 0;
  }

  .div-block-314870._66776, .div-block-314870._66776._444 {
    width: 100%;
  }

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

  .div-block-314874._65545 {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .heading-7644 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-7644._66767 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-7644._66767._86876 {
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-2295._57557 {
    font-size: 10px;
    line-height: 12px;
  }

  .paragraph-2295._57557._98687, .paragraph-2295._57557._79906 {
    line-height: 12px;
  }

  .div-block-314876._98 {
    margin-top: 0;
  }

  .div-block-314877._66776, .div-block-314877._66776._444 {
    width: 100%;
  }

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

  .div-block-314881._65545 {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .heading-7645 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-7645._66767 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-7645._66767._86876 {
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-2296._57557 {
    font-size: 10px;
    line-height: 12px;
  }

  .paragraph-2296._57557._98687, .paragraph-2296._57557._79906 {
    line-height: 12px;
  }

  .div-block-314883._98 {
    margin-top: 0;
  }

  .div-block-314884._66776, .div-block-314884._66776._444 {
    width: 100%;
  }

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

  .div-block-314888._65545 {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .heading-7646 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-7646._66767 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-7646._66767._86876 {
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-2297._57557 {
    font-size: 10px;
    line-height: 12px;
  }

  .paragraph-2297._57557._98687, .paragraph-2297._57557._79906 {
    line-height: 12px;
  }

  .div-block-314890._98 {
    margin-top: 0;
  }

  .div-block-314891._66776, .div-block-314891._66776._444 {
    width: 100%;
  }

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

  .div-block-314895._65545 {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .heading-7647 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-7647._66767 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-7647._66767._86876 {
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-2298._57557 {
    font-size: 10px;
    line-height: 12px;
  }

  .paragraph-2298._57557._98687, .paragraph-2298._57557._79906 {
    line-height: 12px;
  }

  .div-block-314897._98 {
    margin-top: 0;
  }

  .div-block-314898._66776, .div-block-314898._66776._444 {
    width: 100%;
  }

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

  .image-32778 {
    height: auto;
    min-height: auto;
  }

  .div-block-314136 {
    margin-top: 0;
  }

  .div-block-314137 {
    width: 40%;
  }

  .div-block-314901 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .heading-7648 {
    font-size: 21px;
    line-height: 31px;
  }

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

  .heading-7649 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-7649._66767 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-7649._66767._86876 {
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-2299._57557 {
    font-size: 10px;
    line-height: 12px;
  }

  .paragraph-2299._57557._98687, .paragraph-2299._57557._79906 {
    line-height: 12px;
  }

  .div-block-314903._66776 {
    width: 100%;
  }

  .div-block-314903._66776._444 {
    width: 100%;
    margin-left: 0;
  }

  .div-block-314906._65545 {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .text-block-16147 {
    font-size: 10px;
  }

  .div-block-314908._98 {
    margin-top: 0;
  }

  .div-block-314909 {
    justify-content: flex-start;
    display: flex;
  }

  .div-block-314910 {
    flex-flow: column;
  }

  .div-block-314910._1 {
    justify-content: space-between;
    align-items: stretch;
    width: 75%;
    margin-top: 0;
    padding-top: 5px;
    padding-left: 20px;
  }

  .div-block-314910.l {
    display: none;
  }

  .div-block-314911 {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .div-block-314912 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 7px;
    height: 350px;
  }

  .div-block-314913 {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .div-block-314915 {
    flex-flow: column;
  }

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

  .div-block-314918 {
    padding-left: 75px;
  }

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

  .button-211177.nav.q._0-96 {
    display: flex;
  }

  .button-211177.nav.q._0-96.navi {
    width: 165px;
  }

  .div-block-314921 {
    display: flex;
  }

  .div-block-314922 {
    padding-top: 5px;
  }

  .image-32787 {
    width: 100%;
  }

  .nav-menu-13 {
    left: 259px;
  }

  .nav-menu-13.margi-n {
    left: 203px;
  }

  .nav-menu-13.margi-n.side {
    width: 100%;
    padding-right: 20px;
    left: auto;
  }

  .brand-13 {
    width: 100%;
    margin-top: 0;
  }

  .brand-13.mobile {
    width: 60%;
    padding-left: 0;
  }

  .brand-13.mobile.w--current {
    width: 68%;
  }

  .nav-link-48 {
    width: 100%;
    margin-left: 0;
  }

  .nav-link-48.pr {
    width: 100%;
  }

  .icon-53 {
    color: #fff;
  }

  .container-1359 {
    padding-right: 10px;
  }

  .button-211178.nav.q._0-96 {
    display: flex;
  }

  .button-211178.nav.q._0-96.navi {
    width: 165px;
  }

  .div-block-314926 {
    display: flex;
  }

  .div-block-314927 {
    padding-top: 5px;
  }

  .image-32790 {
    width: 100%;
  }

  .nav-menu-14 {
    left: 259px;
  }

  .nav-menu-14.margi-n {
    left: 203px;
  }

  .nav-menu-14.margi-n.side {
    width: 100%;
    padding-right: 20px;
    left: auto;
  }

  .brand-14 {
    width: 100%;
    margin-top: 0;
  }

  .brand-14.mobile {
    width: 60%;
    padding-left: 0;
  }

  .brand-14.mobile.w--current {
    width: 68%;
  }

  .nav-link-49 {
    width: 100%;
    margin-left: 0;
  }

  .nav-link-49.pr {
    width: 100%;
  }

  .icon-56 {
    color: #fff;
  }

  .container-1360 {
    padding-right: 10px;
  }

  .div-block-314930 {
    width: 41%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .text-block-16157.o1 {
    text-align: left;
  }

  .butnn {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .div-block-314931 {
    height: 41px;
  }

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

  .div-block-314935 {
    width: 700px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-314936 {
    width: 50%;
  }

  .div-block-314937 {
    margin-top: 50px;
  }

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

  .button-211180 {
    font-size: 17px;
  }

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

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

  .div-block-314939 {
    flex-flow: column;
  }

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

  .div-block-314942 {
    width: 285px;
    min-width: 285px;
  }

  .div-block-314943 {
    padding-right: 10px;
  }

  .div-block-314946 {
    padding-top: 0;
  }

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

  .text-block-16160 {
    width: 100%;
    padding-right: 20px;
  }

  .div-block-314950 {
    justify-content: space-between;
    width: 90%;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-314950.width {
    justify-content: center;
    width: 80%;
  }

  .div-block-314951 {
    top: 0%;
  }

  .text-block-16163._2 {
    max-width: 125px;
  }

  .text-block-16163._2._22 {
    max-width: none;
  }

  .text-block-16163._2._3 {
    max-width: 90px;
  }

  .div-block-314953 {
    justify-content: center;
    align-items: center;
  }

  .div-block-314956 {
    align-items: flex-start;
    width: 100%;
  }

  .paragraph-2302 {
    text-align: center;
  }

  .paragraph-2302.copy {
    width: auto;
  }

  .form-14 {
    margin-top: 60px;
    padding-left: 20px;
  }

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

  .container-1363 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-239 {
    padding-top: 50px;
    padding-bottom: 50px;
    display: none;
  }

  .div-block-314962 {
    bottom: 0%;
    right: -32%;
  }

  .div-block-314962._1 {
    top: -1%;
    right: -10%;
  }

  .image-32802 {
    opacity: .14;
  }

  .heading-medium {
    font-size: 17px;
    line-height: 27px;
  }

  .faq__item-answer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq__item-question-plus {
    margin-right: .5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-toggle.l {
    width: 80%;
    font-size: 14px;
  }

  .dropdown-toggle.l.block {
    width: 100%;
  }

  .dropdown-list-16.l.block {
    padding-left: 10px;
  }

  .dropdown-list-17._1 {
    left: -30px;
  }

  .dropdown-list-17._1._1l.center {
    padding-bottom: 0;
    left: 0;
  }

  .image-32807 {
    filter: invert();
    width: 25px;
    display: block;
  }

  .div-block-314973 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .button-211181 {
    margin-top: 10px;
  }

  .div-block-314976 {
    right: 78px;
  }

  .div-block-314976._1 {
    left: 78px;
  }

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

  .form-block-13 {
    justify-content: space-between;
  }

  .form-15 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-left: 5px;
  }

  .text-block-16170 {
    padding-right: 20px;
  }

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

  .div-block-314981._1 {
    flex-flow: column;
  }

  .div-block-314982 {
    width: 100%;
    padding-top: 0;
  }

  .div-block-314985 {
    flex-flow: column;
    padding-bottom: 100px;
  }

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

  .div-block-314987 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .faq_accordion {
    padding: 1rem;
  }

  .image-32837, .image-32838 {
    width: 100%;
  }

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

  .div-block-314989 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-314991 {
    width: 170px;
  }

  .div-block-314996 {
    width: 75%;
  }

  ._1, .text-block-16175, .text-block-16176 {
    font-size: 14px;
  }

  .button-211182 {
    width: 128px;
    min-width: 128px;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .div-block-314999 {
    flex-flow: row;
    width: 75%;
  }

  .heading-7659 {
    font-size: 17px;
  }

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

  .div-block-315001 {
    width: auto;
  }

  .checkbox-field-5, .checkbox-field-6, .checkbox-field-7 {
    font-size: 13px;
  }

  .link-240 {
    font-size: 17px;
  }

  .div-block-315005._65545 {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-7660 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-7660._66767 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-7660._66767._86876 {
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-2305._57557 {
    font-size: 10px;
    line-height: 12px;
  }

  .paragraph-2305._57557._98687 {
    font-size: 14px;
    line-height: 12px;
  }

  .paragraph-2305._57557._79906 {
    line-height: 12px;
  }

  .div-block-315007._98 {
    margin-top: 0;
  }

  .div-block-315008._66776, .div-block-315008._66776._444 {
    width: 100%;
  }

  .image-32842._111.dtddtd {
    width: 131px;
  }

  .image-32842._111.dtddtd._5674, .image-32842._111.dtddtd._867554, .image-32842._111.dtddtd._65434 {
    width: 100px;
  }

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

  .link-241 {
    font-size: 17px;
  }

  .div-block-315012._65545 {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-7661 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-7661._66767 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-7661._66767._86876 {
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-2306._57557 {
    font-size: 10px;
    line-height: 12px;
  }

  .paragraph-2306._57557._98687 {
    font-size: 14px;
    line-height: 12px;
  }

  .paragraph-2306._57557._79906 {
    line-height: 12px;
  }

  .div-block-315014._98 {
    margin-top: 0;
  }

  .div-block-315015._66776, .div-block-315015._66776._444 {
    width: 100%;
  }

  .image-32843._111.dtddtd {
    width: 131px;
  }

  .image-32843._111.dtddtd._5674, .image-32843._111.dtddtd._867554, .image-32843._111.dtddtd._65434 {
    width: 100px;
  }

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

  .section-244 {
    background-position: 64%;
    background-size: cover;
  }

  .div-block-315020._98 {
    margin-top: 0;
  }

  .paragraph-2307._57557, .paragraph-2307._57557._0022 {
    font-size: 10px;
    line-height: 12px;
  }

  .paragraph-2307._57557._98687, .paragraph-2307._57557._79906 {
    line-height: 12px;
  }

  .image-32844._111.dtddtd {
    width: 131px;
  }

  .image-32844._111.dtddtd._5674, .image-32844._111.dtddtd._867554, .image-32844._111.dtddtd._65434 {
    width: 40px;
  }

  .div-block-315022._65545 {
    margin-bottom: 0;
  }

  .div-block-315023._66776 {
    width: 100%;
  }

  .div-block-315023._66776._444 {
    width: 40%;
  }

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

  .heading-7662 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-7662._66767 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-7662._66767._9685876, .heading-7662._66767._0971, .heading-7662._66767._86876 {
    font-size: 12px;
    line-height: 14px;
  }

  .div-block-315025._98 {
    margin-top: 0;
  }

  .paragraph-2308._57557, .paragraph-2308._57557._0022 {
    font-size: 10px;
    line-height: 12px;
  }

  .paragraph-2308._57557._98687, .paragraph-2308._57557._79906 {
    line-height: 12px;
  }

  .tabs-menu-4 {
    width: 35%;
  }

  .image-32845._111.dtddtd {
    width: 131px;
  }

  .image-32845._111.dtddtd._5674, .image-32845._111.dtddtd._867554, .image-32845._111.dtddtd._65434 {
    width: 40px;
  }

  .div-block-315027._65545 {
    margin-bottom: 0;
  }

  .div-block-315028._66776 {
    width: 100%;
  }

  .div-block-315028._66776._444 {
    width: 40%;
  }

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

  .text-block-16183 {
    font-size: 13px;
    line-height: 15px;
  }

  .text-block-16183._765565 {
    font-size: 14px;
    line-height: 18px;
  }

  .tabs-content-4 {
    width: 65%;
  }

  .tab-link-tab-1-4 {
    padding: 5px;
  }

  .tab-link-tab-1-4.all-cate.w--current {
    padding-left: 5px;
    padding-right: 5px;
  }

  .cate-sec-2 {
    display: none;
  }

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

  .slider-30 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .right-arrow-48 {
    left: 20%;
  }

  .left-arrow-39 {
    right: 20%;
  }

  .div-block-315032 {
    width: 100%;
    padding-top: 0;
  }

  .div-block-315033, .div-block-315033._1, .div-block-315033.l, .div-block-315033.o, .div-block-315033.ol, .div-block-315033._1l, .div-block-315033.l1, .div-block-315033.ul {
    width: 100%;
  }

  .heading-7663 {
    font-size: 11px;
    line-height: 20px;
  }

  .slide-41, .slide-42 {
    width: 48%;
  }

  .slide-43 {
    width: 48%;
    margin-left: 0;
  }

  .slide-44 {
    width: 48%;
  }

  .slide-45 {
    width: 48%;
    margin-left: 0;
  }

  .slide-46 {
    width: 48%;
  }

  .slide-47 {
    width: 48%;
    margin-left: 0;
  }

  .slide-48 {
    width: 48%;
  }

  .link-block-196 {
    margin-top: 20px;
  }

  .left-arrow-3 {
    display: none;
  }

  .tab-link-tab-16 {
    justify-content: center;
    align-items: center;
    width: 100px;
    min-width: 100px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .paragraph-26 {
    font-size: 9px;
  }

  .heading-7664 {
    font-size: 10px;
  }

  .div-block-58 {
    flex-flow: row;
    grid-template-columns: 1fr 1fr;
    align-content: stretch;
    width: 55%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-58.results {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-67 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-3 {
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .tab-link-tab-18 {
    justify-content: center;
    align-items: center;
    width: 100px;
    min-width: 100px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .tab-link-tab-25 {
    margin-bottom: 10px;
  }

  .tab-link-tab-25.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-11 {
    justify-content: center;
    align-items: center;
    width: 100px;
    min-width: 100px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .right-arrow-2 {
    display: none;
  }

  .paragraph-23 {
    font-size: 17px;
  }

  .tab-link-tab-1-5 {
    width: auto;
  }

  .tab-link-tab-1-5.w--current {
    width: 140px;
    min-width: 140px;
  }

  .tab-link-tab-20, .tab-link-tab-21 {
    justify-content: center;
    align-items: center;
    width: 100px;
    min-width: 100px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .div-block-62 {
    flex-flow: row;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-62.results {
    grid-template-columns: 1fr 1fr;
  }

  .tab-link-tab-2-4 {
    justify-content: center;
    align-items: center;
    width: 100px;
    min-width: 100px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .tabs-content-5 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .bold-text-5 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 20px;
    display: flex;
  }

  .tabs-content-6 {
    width: 100%;
    margin-left: 0;
    overflow: hidden;
  }

  .tab-link-tab-13 {
    justify-content: center;
    align-items: center;
    width: 100px;
    min-width: 100px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .paragraph-25 {
    font-size: 17px;
  }

  .tabs-5 {
    flex-flow: column;
  }

  .tab-link-tab-22, .tab-link-tab-9, .tab-link-tab-19 {
    justify-content: center;
    align-items: center;
    width: 100px;
    min-width: 100px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .paragraph-10 {
    font-size: 17px;
  }

  .tabs-6 {
    flex-flow: column;
  }

  .left-arrow-2 {
    display: none;
  }

  .paragraph-22 {
    font-size: 9px;
  }

  .paragraph-21 {
    font-size: 17px;
  }

  .tab-link-tab-3-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    min-width: 100px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .tab-link-tab-1-6 {
    justify-content: center;
    align-items: center;
    width: 140px;
    min-width: 140px;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 20px;
    display: flex;
  }

  .tab-link-tab-1-6.w--current {
    width: 140px;
    min-width: 140px;
    margin-right: 10px;
  }

  .div-block-27 {
    height: auto;
  }

  .tab-link-tab-24, .tab-link-tab-8 {
    justify-content: center;
    align-items: center;
    width: 100px;
    min-width: 100px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .text-block-4 {
    width: 90px;
  }

  .div-block-26 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    place-content: center;
    place-items: center start;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    position: static;
  }

  .div-block-26.results {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-24 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3px;
    padding-right: 3px;
  }

  .tab-link-tab-2-5 {
    width: 130px;
    min-width: 130px;
    margin-bottom: 10px;
  }

  .tab-link-tab-2-5.w--current {
    width: auto;
  }

  .paragraph-9 {
    font-size: 9px;
  }

  .div-block-55 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: block;
  }

  .tab-link-tab-23 {
    justify-content: center;
    align-items: center;
    width: 100px;
    min-width: 100px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .heading-26 {
    font-size: 10px;
  }

  .tab-link-tab-4 {
    justify-content: center;
    align-items: center;
    width: 100px;
    min-width: 100px;
    margin-right: 10px;
    padding-left: 7px;
    padding-right: 5px;
    display: flex;
  }

  .heading-27 {
    font-size: 10px;
  }

  .div-block-32 {
    padding-top: 10px;
  }

  .section-246 {
    padding-top: 50px;
  }

  .paragraph-24 {
    font-size: 9px;
  }

  .div-block-23 {
    flex-flow: column;
  }

  .tab-link-tab-14, .tab-link-tab-12 {
    justify-content: center;
    align-items: center;
    width: 100px;
    min-width: 100px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .heading-17 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
  }

  .tab-link-tab-6 {
    justify-content: center;
    align-items: center;
    width: 110px;
    min-width: 110px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .tab-link-tab-15, .tab-link-tab-5 {
    justify-content: center;
    align-items: center;
    width: 100px;
    min-width: 100px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .div-block-25 {
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu-5 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 280px;
    min-width: 280px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    overflow: auto;
  }

  .tab-link-tab-17 {
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .right-arrow-3 {
    display: none;
  }

  .text-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 130px;
    display: block;
  }

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

  .tab-link-tab-10 {
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    display: flex;
  }

  .tab-link-tab-7 {
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .tabs-menu-6 {
    text-align: center;
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
  }

  .text-block-3 {
    width: 100px;
  }

  .tab-pane-tab-1-2, .slide-49 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .mask-8 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .section-247 {
    background-position: 50%;
    background-size: 410px;
    height: 140px;
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .container-1368 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-315045 {
    align-items: flex-start;
    width: 100%;
  }

  .text-block-15990 {
    color: #f68b21;
    font-family: "Fa Solid 900", sans-serif;
    font-size: 20px;
  }

  .link-block-62 {
    width: 25%;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-62.w--current {
    width: 25%;
  }

  .form-16 {
    margin-top: 60px;
    padding-left: 20px;
  }

  .footer-3 {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .div-block-315048 {
    justify-content: center;
    align-items: center;
  }

  .text-block-15989 {
    color: #f68b21;
    font-size: 20px;
  }

  .div-block-313803 {
    z-index: 9999;
  }

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

  .copyright-2 {
    padding-top: 0;
  }

  .footer-v-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .space-2.hide {
    height: 58px;
    display: flex;
    overflow: hidden;
  }

  .text-block-15988 {
    color: #f68b21;
    font-size: 20px;
  }

  .div-block-315051 {
    top: 0%;
  }

  .text-block-16190._2 {
    max-width: 125px;
  }

  .text-block-16190._2._3 {
    max-width: 90px;
  }

  .text-block-16190._2._22 {
    max-width: none;
  }

  .div-block-315053 {
    justify-content: space-between;
    width: 90%;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-315053.width {
    justify-content: center;
    width: 80%;
  }

  .footer-wrapper-3 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-16191 {
    margin-top: 10px;
  }

  .heading-7457 {
    margin-top: 0;
    padding-left: 0;
    font-size: 13px;
    line-height: 20px;
  }

  .section-207.hide {
    z-index: 999999;
    border-top-color: #000;
    display: flex;
    overflow: hidden;
  }

  .mobille-view-3 {
    display: block;
  }

  .brand-15 {
    width: 100%;
    margin-top: 0;
  }

  .brand-15.mobile {
    padding-left: 0;
  }

  .brand-15.mobile.w--current {
    height: auto;
  }

  .div-block-315061 {
    padding-top: 5px;
  }

  .icon-68 {
    color: #fff;
  }

  .div-block-315062 {
    display: none;
  }

  .nav-link-50 {
    padding-left: 0;
  }

  .nav-link-51 {
    width: 100%;
    margin-left: 0;
  }

  .nav-link-51.pr {
    width: 100%;
  }

  .button-211185.nav.q._0-96 {
    display: flex;
  }

  .button-211185.nav.q._0-96.navi {
    width: 165px;
  }

  .slider-31 {
    height: 410px;
  }

  .mask-9 {
    width: 100%;
  }

  .section-249 {
    background-position: 50% 100%;
    background-size: 355px;
    height: 170px;
  }

  .footer_content-wrapper {
    text-align: center;
    align-items: center;
  }

  .footer_links-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer_link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .heading-7669 {
    font-size: 16px;
    line-height: 22px;
  }

  .space-div-2 {
    height: 175px;
  }

  .paragraph-2310 {
    font-size: 15px;
    line-height: 19px;
  }

  .image-32863 {
    width: 20px;
  }

  .div-block-314455 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-315072 {
    width: 30%;
  }

  .div-block-315072._023 {
    margin-left: 10px;
  }

  .heading-7670 {
    font-size: 28px;
    line-height: 36px;
  }

  .link-248 {
    font-size: 18px;
    line-height: 26px;
  }

  .image-32866 {
    width: 16px;
    height: 16px;
  }

  .div-block-315076._98 {
    margin-top: 0;
  }

  .div-block-315077.view.padding {
    padding-left: 0;
  }

  .link-block-201 {
    width: auto;
  }

  .link-block-201.acc {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-7532._5356536 {
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-315079 {
    justify-content: flex-start;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-176 {
    width: 100px;
    padding: 3px 10px;
  }

  .liked-section {
    padding-top: 20px;
    padding-bottom: 0;
  }

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

  .text-block-16198 {
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 27px;
    line-height: 26px;
  }

  .paragraph-2312._57557 {
    font-size: 10px;
    line-height: 12px;
  }

  .link-block-177 {
    width: 50%;
  }

  .div-block-315087 {
    width: 30%;
  }

  .image-32868._111.dtddtd {
    width: 131px;
  }

  .paragraph-2238 {
    line-height: 18px;
  }

  .paragraph-2238.centre {
    font-size: 12px;
  }

  .div-block-315088 {
    width: 10%;
  }

  .image-32870 {
    width: 28px;
  }

  .heading-7676 {
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-315091 {
    justify-content: space-between;
    width: 100%;
    padding-top: 20px;
    display: flex;
  }

  .div-block-315091.pace {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-315091.asdad {
    border-top: 1px solid silver;
    display: flex;
  }

  .heading-7677 {
    line-height: 22px;
  }

  .link-252 {
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-314447 {
    padding-left: 0;
  }

  .div-block-315095._66776, .div-block-315095._66776._8866, .div-block-315095._66776._65555, .div-block-315095._66776._7755 {
    width: 100%;
  }

  .paragraph-2315 {
    font-size: 10px;
    line-height: 15px;
  }

  .div-block-315096 {
    width: 38%;
  }

  .brand-16 {
    width: 100%;
    margin-top: 0;
  }

  .brand-16.mobile {
    width: 60%;
    padding-left: 0;
  }

  .brand-16.mobile.w--current {
    width: 68%;
  }

  .heading-7678 {
    font-size: 14px;
    line-height: 22px;
  }

  .container-1334 {
    margin-top: 10px;
  }

  .div-block-315099._1234 {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-315099._12345 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-315100 {
    padding-top: 5px;
  }

  .icon-75 {
    color: #fff;
  }

  .heading-7679 {
    font-size: 14px;
  }

  .div-block-315102 {
    display: none;
  }

  .heading-7680 {
    font-size: 25px;
    line-height: 30px;
  }

  .brand-17 {
    width: 32%;
  }

  .nav-link-52 {
    padding-left: 0;
  }

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

  .smile-bredcrumb-section-2 {
    z-index: 0;
    height: 18vh;
  }

  .div-block-315104.new {
    width: 100%;
  }

  .div-block-315105 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-16201.view2.white {
    font-size: 25px;
  }

  .div-block-314346 {
    flex-direction: column;
  }

  .form-block-3 {
    width: 100%;
  }

  .heading-7682 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-7682._66767 {
    font-size: 22px;
    line-height: 30px;
  }

  .div-block-315110 {
    width: 21%;
  }

  .nav-link-53 {
    width: 100%;
    margin-left: 0;
  }

  .nav-link-53.pr {
    width: 100%;
  }

  .bold-text-414 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-7683 {
    line-height: 22px;
  }

  .navbar-3 {
    background-color: #000;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-211187.nav.q._0-96 {
    display: flex;
  }

  .button-211187.nav.q._0-96.navi {
    width: 165px;
  }

  .heading-7536 {
    font-size: 28px;
    line-height: 36px;
  }

  .heading-7553 {
    font-size: 16px;
  }

  .div-block-314448.star123 {
    width: 100%;
  }

  .slider-32 {
    height: auto;
    display: none;
  }

  .container-1371 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-7684 {
    font-size: 16px;
    line-height: 22px;
  }

  .space-div-3 {
    height: 175px;
  }

  .paragraph-2317 {
    font-size: 15px;
    line-height: 19px;
  }

  .image-32875 {
    width: 20px;
  }

  .div-block-315115 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-315116 {
    width: 30%;
  }

  .div-block-315116._023 {
    margin-left: 10px;
  }

  .heading-7685 {
    font-size: 28px;
    line-height: 36px;
  }

  .image-32878 {
    width: 16px;
    height: 16px;
  }

  .div-block-315118 {
    align-items: flex-start;
    width: 100%;
  }

  .div-block-315121._98 {
    margin-top: 0;
  }

  .div-block-315122.view.padding {
    padding-left: 0;
  }

  .text-block-16205 {
    color: #f68b21;
    font-family: "Fa Solid 900", sans-serif;
    font-size: 20px;
  }

  .link-block-202 {
    width: auto;
  }

  .link-block-202.acc {
    justify-content: flex-start;
    align-items: center;
  }

  .link-block-203 {
    width: 25%;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-203.w--current {
    width: 25%;
  }

  .heading-7686._5356536 {
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-315124 {
    justify-content: flex-start;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-204 {
    width: 100px;
    padding: 3px 10px;
  }

  .form-18 {
    margin-top: 60px;
    padding-left: 20px;
  }

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

  .div-block-315133 {
    justify-content: center;
    align-items: center;
  }

  .text-block-16207 {
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 27px;
    line-height: 26px;
  }

  .paragraph-2320._57557 {
    font-size: 10px;
    line-height: 12px;
  }

  .link-block-205 {
    width: 50%;
  }

  .text-block-16208 {
    color: #f68b21;
    font-size: 20px;
  }

  .div-block-315136 {
    z-index: 9999;
  }

  .div-block-315137 {
    width: 30%;
  }

  .image-32881._111.dtddtd {
    width: 131px;
  }

  .paragraph-2322 {
    line-height: 18px;
  }

  .paragraph-2322.centre {
    font-size: 12px;
  }

  .div-block-315138 {
    width: 10%;
  }

  .image-32883 {
    width: 28px;
  }

  .heading-7691 {
    font-size: 14px;
    line-height: 22px;
  }

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

  .div-block-315143 {
    justify-content: space-between;
    width: 100%;
    padding-top: 20px;
    display: flex;
  }

  .div-block-315143.pace {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-315143.asdad {
    border-top: 1px solid silver;
    display: flex;
  }

  .heading-7692 {
    line-height: 22px;
  }

  .copyright-3 {
    padding-top: 0;
  }

  .link-257 {
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-315147 {
    padding-left: 0;
  }

  .div-block-315148._66776, .div-block-315148._66776._8866, .div-block-315148._66776._65555, .div-block-315148._66776._7755 {
    width: 100%;
  }

  .paragraph-2325 {
    font-size: 10px;
    line-height: 15px;
  }

  .div-block-315149 {
    width: 38%;
  }

  .footer-v-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-7693 {
    font-size: 14px;
    line-height: 22px;
  }

  .container-1375 {
    margin-top: 10px;
  }

  .div-block-315152._1234 {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-315152._12345 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-315153 {
    padding-top: 5px;
  }

  .icon-80 {
    color: #fff;
  }

  .heading-7694 {
    font-size: 14px;
  }

  .div-block-315155 {
    display: none;
  }

  .heading-7696 {
    font-size: 25px;
    line-height: 30px;
  }

  .brand-18 {
    width: 32%;
  }

  .text-block-16211 {
    color: #f68b21;
    font-size: 20px;
  }

  .paragraph-2327 {
    text-align: center;
  }

  .paragraph-2327.copy {
    width: auto;
  }

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

  .smile-bredcrumb-section-3 {
    z-index: 0;
    height: 18vh;
  }

  .div-block-315158 {
    top: 0%;
  }

  .div-block-315160.new {
    width: 100%;
  }

  .div-block-315161 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-16213.view2.white {
    font-size: 25px;
  }

  .text-block-16214._2 {
    max-width: 125px;
  }

  .text-block-16214._2._3 {
    max-width: 90px;
  }

  .text-block-16214._2._22 {
    max-width: none;
  }

  .div-block-315164 {
    flex-direction: column;
  }

  .form-block-16 {
    width: 100%;
  }

  .heading-7698 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-7698._66767 {
    font-size: 22px;
    line-height: 30px;
  }

  .div-block-315167 {
    width: 21%;
  }

  .div-block-315168 {
    justify-content: space-between;
    width: 90%;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-315168.width {
    justify-content: center;
    width: 80%;
  }

  .footer-wrapper-4 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-16215 {
    margin-top: 10px;
  }

  .nav-link-54 {
    width: 100%;
    margin-left: 0;
  }

  .nav-link-54.pr {
    width: 100%;
  }

  .bold-text-416 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-7699 {
    line-height: 22px;
  }

  .heading-7700 {
    margin-top: 0;
    padding-left: 0;
    font-size: 13px;
    line-height: 20px;
  }

  .button-211189.nav.q._0-96 {
    display: flex;
  }

  .button-211189.nav.q._0-96.navi {
    width: 165px;
  }

  .heading-7701 {
    font-size: 28px;
    line-height: 36px;
  }

  .heading-7702 {
    font-size: 16px;
  }

  .div-block-315174.star123 {
    width: 100%;
  }

  .section-254.hide {
    z-index: 999999;
    border-top-color: #000;
    display: flex;
    overflow: hidden;
  }

  .slider-33 {
    height: auto;
    display: none;
  }

  .div-block-315176 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-315177 {
    width: 85%;
  }

  .div-block-315178 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-2329 {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_4ceaed46-03b2-34b4-22ab-1facd3d5c54b-37907247, #w-node-_2fc78202-f53a-6370-a3b1-4f75ae944dc3-37907298, #w-node-_6c89cbb7-49c1-42da-7bf8-6b5c78d747ee-379072bb, #w-node-a2f289a1-0923-d22f-0ae9-5f75b1b8ecd6-1d83371d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2'), url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ofl';
  src: url('../fonts/OFL.txt') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}