:root {
  --white: white;
  --black: black;
}

.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 {
  background-image: url('../images/bg56j.jpg');
  background-position: 50% 0;
  background-size: cover;
  padding-bottom: 100px;
}

.section.title {
  background-position: 50% 100%;
  padding-bottom: 20px;
}

.nav_bar {
  background-color: #151515;
  display: flex;
}

.nav_link {
  color: #fff;
  font-weight: 700;
}

.nav_link:hover {
  color: #fff;
  background-color: #f80;
}

.heading {
  color: #fff;
  text-align: left;
  text-shadow: 1px 3px 1px #0003;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Droid Serif, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}

.heading-2 {
  color: #000;
  text-align: center;
  text-shadow: 2px 3px 2px #ffffffb0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 80px;
}

.heading-2.article {
  font-size: 60px;
  line-height: 66px;
}

.container {
  max-width: 800px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-3 {
  color: #000;
  text-align: center;
  text-shadow: 0 0 11px #fff;
  background-color: #ffea00;
  background-image: url('../images/light-golden-background-plain-golden.jpg');
  background-position: 0 0;
  background-size: 100% 100%;
  border: 3px solid #f8ec7e;
  border-radius: 0 0 20px 20px;
  margin: 0 40px;
  padding: 20px;
  font-family: Droid Sans, sans-serif;
  font-size: 30px;
  line-height: 33px;
}

.container-2 {
  text-align: center;
  max-width: 900px;
}

.container-2.article {
  max-width: 700px;
  margin-top: 0;
}

.section-2 {
  padding-left: 10px;
  padding-right: 10px;
}

.section-2.article {
  background-image: none;
  padding-top: 40px;
  padding-bottom: 20px;
}

.image {
  opacity: 1;
  border-radius: 9px;
  width: 195px;
  margin-left: -40px;
  margin-right: -40px;
  display: block;
  transform: rotate(0);
  box-shadow: 0 13px 8px -4px #0000001f;
}

.image.card1 {
  width: 28%;
  max-width: 28%;
  margin-top: 110px;
  margin-left: -60px;
  margin-right: -60px;
  transform: rotate(-30deg);
  box-shadow: 0 10px 8px 2px #000000b3;
}

.image.card2 {
  width: 28%;
  max-width: 28%;
  margin-top: 55px;
  margin-left: -60px;
  margin-right: -60px;
  transform: rotate(-20deg);
  box-shadow: 0 10px 8px 2px #000000b3;
}

.image.card3 {
  width: 28%;
  max-width: 28%;
  margin-top: 20px;
  margin-left: -60px;
  margin-right: -60px;
  transform: rotate(-10deg);
  box-shadow: 0 10px 8px 2px #000000b3;
}

.image.card4 {
  z-index: 5;
  width: 28%;
  max-width: 28%;
  margin-left: -60px;
  margin-right: -60px;
  position: relative;
  box-shadow: 0 10px 8px 2px #000000b3;
}

.image.card5 {
  z-index: 3;
  width: 28%;
  max-width: 28%;
  margin-top: 20px;
  margin-left: -60px;
  margin-right: -60px;
  position: relative;
  transform: rotate(10deg);
  box-shadow: 0 10px 8px 2px #000000b3;
}

.image.card6 {
  z-index: 2;
  width: 28%;
  max-width: 28%;
  margin-top: 55px;
  margin-left: -60px;
  margin-right: -60px;
  position: relative;
  transform: rotate(20deg);
  box-shadow: 0 10px 8px 2px #000000b3;
}

.image.card7 {
  z-index: 1;
  flex: 0 auto;
  order: 0;
  width: 28%;
  max-width: 28%;
  margin-top: 110px;
  margin-left: -60px;
  margin-right: -60px;
  position: relative;
  transform: rotate(30deg);
  box-shadow: 0 10px 8px 2px #000000b3;
}

.div-block {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  overflow: visible;
}

.footer_wrapper {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer_text {
  text-align: center;
}

.div-block-2 {
  max-width: none;
}

.image-2 {
  order: 0;
  max-width: 19%;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.div-block-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 21px;
  display: flex;
}

.heading-4 {
  color: #be6642;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
}

.paragraph {
  color: #000;
  text-align: left;
  margin-top: 20px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.link-block-2 {
  color: #fff;
  background-color: #db9d30;
  border-radius: 10px;
  margin-top: 40px;
  padding: 20px 40px;
  text-decoration: none;
  box-shadow: 0 3px #0003;
}

.text-block {
  text-shadow: 0 2px 3px #00000082;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.columns {
  align-items: center;
  display: flex;
}

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

.image-4 {
  margin-top: -63px;
}

.text-span {
  color: #f8662a;
}

.image-5 {
  text-align: center;
  margin-top: 40px;
  display: block;
}

.banner_ad {
  /*background-color: #ececec;*/
  max-width: 100%;
  /*height: 280px;*/
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-4 {
  background-color: #ececec;
  max-width: 100%;
  height: 90px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-3 {
  background-image: url('../images/childbg-min.jpg');
  background-position: 50%;
  background-size: auto;
  padding-top: 20px;
}

.container-3 {
  text-align: center;
  max-width: 700px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-5 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Droid Serif, serif;
  font-weight: 400;
}

.heading-6 {
  color: #fff;
  text-align: center;
  font-family: Droid Serif, serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 47px;
}

.heading-7 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Droid Serif, serif;
  font-size: 50px;
  line-height: 60px;
}

.heading-8 {
  color: #000;
  text-align: center;
  background-color: #ffcf41;
  border-radius: 20em;
  padding: 5px 15px;
  font-weight: 700;
  display: inline-block;
}

.image-6 {
  border-radius: 10px;
  margin-top: 40px;
  box-shadow: 0 0 20px #ff9367;
}

.image-7 {
  z-index: 0;
  display: inline-block;
  position: relative;
  top: -70px;
}

.div-block-10 {
  float: right;
  margin-top: 0;
  display: inline-block;
}

.div-block-9 {
  background-color: #f6f1ef;
  width: 50%;
  height: 5px;
  margin-right: 0;
  padding-right: 0;
}

.div-block-7 {
  float: right;
}

.div-block-8 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 8px;
  padding-left: 70px;
  padding-right: 70px;
  display: block;
}

.text-block-3 {
  float: none;
  color: #f6f1ef;
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.div-block-5 {
  background-color: #f6f1ef6b;
  flex-direction: row;
  align-items: center;
  height: 5px;
  display: block;
}

.text-block-4 {
  float: none;
  color: #f6f1ef;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 40px;
  padding-top: 0;
  display: block;
}

.text-block-5 {
  color: #f6f1ef;
  text-align: left;
  padding-top: 5px;
  font-size: 21px;
  font-weight: 400;
}

.div-block-12 {
  float: right;
  width: 70px;
  min-width: auto;
  height: 70px;
  min-height: auto;
  margin-right: 20px;
  padding-right: 0;
}

.image-8 {
  z-index: 50;
  position: relative;
}

.div-block-6 {
  float: left;
}

.div-block-13 {
  padding: 30px 20px 30px 30px;
}

.image-9 {
  margin-top: -5px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
  display: block;
  position: relative;
  right: -5px;
}

.block {
  padding-top: 25px;
  padding-bottom: 25px;
}

.div-block-14 {
  background-image: url('../images/mandala-min-1.png'), url('../images/bgbrown.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: contain, 100% 100%;
  border-radius: 12px;
}

.heading-9 {
  color: #f6f1ef;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

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

.image-10 {
  width: 100%;
  margin-top: 30px;
  display: block;
}

.div-block-15 {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.text-block-6 {
  color: #412a12;
}

.div-block-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.link-block-3 {
  max-width: 40px;
}

.fb {
  background-color: #cedeff;
  min-height: 30px;
  margin-top: 40px;
}

.text-span-2 {
  color: #d40d0d;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
}

.div-block-17 {
  margin-bottom: 5%;
}

.image-11 {
  width: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block-4 {
  color: #fff;
  background-color: #bd4f0b;
  border-radius: 50em;
  margin-top: 60px;
  padding: 15px 30px;
  text-decoration: none;
  box-shadow: 0 4px #783912;
  margin-bottom: 40px;
}

.text-block-7 {
  font-family: Rubik, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
}

.section-4 {
  background-image: url('../images/bg56j.jpg');
  background-position: 50%;
  background-size: cover;
}

.container-5 {
  max-width: 800px;
  padding-bottom: 40px;
}

.heading-10 {
  color: #000;
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.column-9 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.footer {
  background-color: #231712;
  padding: 60px 30px 40px;
}

.link-block-5 {
  color: #ccbbb3;
  margin-top: 20px;
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  text-decoration: none;
  display: block;
}

.text-block-8 {
  color: #7c6d66;
  text-align: center;
  border-top: 1px solid #f1e7d926;
  margin-top: 60px;
  padding-top: 40px;
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.columns-5 {
  flex: 1;
  max-width: 80%;
}

.container-6 {
  max-width: 1440px;
}

.text-block-9 {
  color: #fff;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Rubik, sans-serif;
  font-size: 1.5rem;
  line-height: 1.67;
}

.div-block-19 {
  background-image: url('../images/Button1.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 100% 100%;
  justify-content: center;
  align-items: center;
  max-width: 60%;
  margin-top: -45px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  display: flex;
}

.text-block-10 {
  color: #fff;
  font-family: Rubik, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
}

.heading-11 {
  color: #df0000;
  text-align: center;
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.div-block-20 {
  float: right;
  width: 70px;
  min-width: auto;
  height: 70px;
  min-height: auto;
  margin-right: 20px;
  padding-right: 0;
}

.heading-12 {
  color: #000;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.text-block-11 {
  color: #f6f1ef;
  text-align: left;
  padding-top: 5px;
  font-family: Rubik, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.div-block-21 {
  float: left;
}

.div-block-22 {
  background-color: #f6f1ef6b;
  flex-direction: row;
  align-items: center;
  height: 5px;
  display: block;
}

.image-12 {
  margin-top: -5px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
  display: block;
  position: relative;
  right: -5px;
}

.text-block-12 {
  color: #000;
  font-family: Rubik, sans-serif;
}

.div-block-23 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 8px;
  padding-left: 70px;
  padding-right: 70px;
  display: block;
}

.link-block-6 {
  max-width: 40px;
}

.container-7 {
  text-align: center;
  max-width: 800px;
}

.container-7.article {
  max-width: 700px;
}

.div-block-24 {
  float: right;
}

.div-block-25 {
  float: right;
  margin-top: 0;
  display: inline-block;
}

.image-13 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
}

.div-block-26 {
  background-image: url('../images/backdrp.png'), url('../images/bgbrown.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: contain, 100% 100%;
  border-radius: 12px;
}

.container-8 {
  max-width: 700px;
}

.image-14 {
  z-index: 0;
  display: inline-block;
  position: relative;
  top: -70px;
}

.div-block-27 {
  background-color: #f6f1ef;
  width: 50%;
  height: 5px;
  margin-right: 0;
  padding-right: 0;
}

.paragraph-3 {
  color: #000;
  text-align: left;
  margin-top: 20px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.div-block-28 {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.image-15 {
  z-index: 50;
  position: relative;
}

.div-block-29 {
  padding: 30px 20px 30px 30px;
}

.div-block-30 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 40px;
  padding-top: 0;
  display: block;
}

.text-block-13 {
  float: none;
  color: #f6f1ef;
  font-family: Rubik, sans-serif;
}

.text-block-14 {
  float: none;
  color: #f6f1ef;
  flex-direction: column;
  align-items: flex-start;
  font-family: Rubik, sans-serif;
  display: block;
}

.div-block-31 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.heading-13 {
  color: #f6f1ef;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-weight: 600;
}

.heading-14 {
  color: #000;
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.3;
}

.container-9 {
  text-align: center;
  max-width: 1200px;
  padding-top: 60px;
  padding-bottom: 80px;
}

.text-block-16 {
  color: #000;
  font-family: Rubik, sans-serif;
  font-size: 1.5rem;
  line-height: 1.67;
}

.column-8 {
  justify-content: center;
  align-items: center;
  height: 170px;
}

.paragraph-4 {
  color: #7c6d66;
  margin-top: 10px;
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  line-height: 1.67;
}

.section-5 {
  text-align: center;
  background-color: #f1e7d9;
  padding-left: 30px;
  padding-right: 30px;
}

.column-7 {
  border-left: 2px solid #d1c4b2;
  justify-content: center;
  align-items: center;
  height: 170px;
}

.div-block-32 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block-7 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #db9e31;
  margin-top: 2.5rem;
  padding: 1.2rem 2.2em;
  font-family: Rubik, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none;
}

.div-block-33 {
  margin-top: -60px;
  margin-left: 20px;
  margin-right: 20px;
}

.heading-15 {
  color: #000;
  margin-top: 30px;
  font-family: Rubik, sans-serif;
  font-size: 1.36rem;
  font-weight: 500;
  line-height: 1.38;
}

.columns-4 {
  justify-content: center;
  align-items: flex-start;
  max-width: 80%;
  margin: 60px auto;
  display: flex;
}

.link-block-8 {
  background-image: url('../images/46.png');
  background-position: 50%;
  background-size: 100% 100%;
  width: 50%;
  height: 100%;
}

.link-block-9 {
  width: 20%;
}

@media screen and (max-width: 991px) {
  .section {
    background-position: 50% 0;
  }

  .nav_bar {
    display: block;
  }

  .nav-menu {
    background-color: #071a41;
  }

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

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

  .icon {
    color: #fff;
  }

  .footer_wrapper {
    width: 90%;
  }

  .div-block-32 {
    flex-flow: wrap;
  }

  .columns-4 {
    max-width: 100%;
  }

  .link-block-9 {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 10px;
    padding-bottom: 20px;
  }

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

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

  .heading-2 {
    font-size: 50px;
    line-height: 60px;
  }

  .heading-3 {
    margin-left: 0;
    margin-right: 0;
    padding: 10px 20px;
    font-size: 25px;
    line-height: 29px;
    display: inline-block;
  }

  .section-2 {
    padding-bottom: 20px;
  }

  .image.card1 {
    margin-top: 60px;
  }

  .image.card2 {
    margin-top: 30px;
  }

  .image.card3, .image.card5 {
    margin-top: 10px;
  }

  .image.card6 {
    margin-top: 30px;
  }

  .image.card7 {
    margin-top: 60px;
  }

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

  .paragraph-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-17 {
    margin-bottom: 4%;
  }

  .div-block-18 {
    margin-bottom: 12%;
  }

  .columns-6 {
    display: block;
  }

  .columns-5 {
    text-align: center;
    max-width: 100%;
    margin-top: 20px;
  }

  .text-block-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-19 {
    max-width: 70%;
  }

  .text-block-10 {
    font-size: 26px;
  }

  .heading-14 {
    font-size: 2rem;
  }

  .text-block-16 {
    font-size: 1.3rem;
  }

  .column-8 {
    height: auto;
  }

  .column-7 {
    border-top: 2px solid #d1c4b2;
    border-left-style: none;
    height: auto;
    margin-top: 40px;
    padding-top: 40px;
  }

  .div-block-32 {
    padding-bottom: 0;
    display: block;
  }

  .div-block-33 {
    margin-top: 0;
  }

  .columns-4 {
    margin-bottom: 20px;
    display: block;
  }

  .link-block-9 {
    width: 32%;
  }
}

@media screen and (max-width: 479px) {
  .section.title {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading {
    text-align: center;
    margin-top: 10px;
    font-size: 22px;
    line-height: 26px;
  }

  .heading-2 {
    text-align: center;
    font-size: 40px;
    line-height: 46px;
  }

  .heading-2.article {
    font-size: 40px;
    line-height: 48px;
  }

  .heading-3 {
    padding: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .container-2.article {
    margin-top: 20px;
  }

  .div-block {
    overflow: visible;
  }

  .image-2 {
    max-width: 30%;
  }

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

  .paragraph {
    font-size: 16px;
    line-height: 23px;
  }

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

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

  .columns {
    display: block;
  }

  .image-3 {
    text-align: center;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .column {
    text-align: center;
    margin-top: 20px;
  }

  .image-4 {
    margin-top: -45px;
  }

  .section-3 {
    padding-top: 0;
  }

  .heading-5 {
    margin-top: 10px;
    font-size: 28px;
    line-height: 34px;
  }

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

  .heading-8 {
    margin-top: 0;
    font-size: 20px;
    line-height: 26px;
  }

  .image-6 {
    margin-top: 20px;
  }

  .div-block-8 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .text-block-3 {
    font-size: 10px;
    line-height: 20px;
  }

  .text-block-4 {
    font-size: 10px;
  }

  .div-block-11 {
    margin-top: 18px;
  }

  .text-block-5 {
    font-size: 15px;
    line-height: 20px;
  }

  .heading-9 {
    font-size: 27px;
    line-height: 32px;
  }

  .link-block-4 {
    margin-top: 40px;
    padding: 10px 20px;
  }

  .text-block-7 {
    font-size: 20px;
    line-height: 30px;
  }

  .container-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-10 {
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-19 {
    max-width: 90%;
    margin-top: -20px;
    padding: 10px 40px;
  }

  .text-block-10 {
    font-size: 22px;
    line-height: 28px;
  }

  .heading-12 {
    font-size: 28px;
    line-height: 33px;
  }

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

  .div-block-23 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-7.article {
    margin-top: 20px;
  }

  .paragraph-3 {
    font-size: 18px;
    line-height: 23px;
  }

  .div-block-30 {
    margin-top: 18px;
  }

  .text-block-13 {
    font-size: 10px;
  }

  .text-block-14 {
    font-size: 10px;
    line-height: 20px;
  }

  .heading-13 {
    font-size: 27px;
    line-height: 32px;
  }

  .heading-14 {
    font-size: 1.9rem;
  }

  .container-9 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-16 {
    font-size: 1.2rem;
  }

  .section-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .link-block-7 {
    padding: 1rem 1.2em;
    font-size: 1.1rem;
  }
}


