:root {
  --yellow: #eda220;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.lptemp {
  background-image: url('../images/bg.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.lptemp-con {
  width: 570px;
}

.lptemp-logo {
  width: 570px;
  margin-bottom: 30px;
}

.lptemp-t1 {
  text-align: right;
  margin-bottom: 40px;
  font-size: 19px;
}

.lptemp-t2 {
  color: #f4a51b;
  text-align: right;
  font-size: 27px;
}

.lp-formcon {
  margin-top: 20px;
}

.lp-p {
  background-color: #e7effa;
  padding: 15px;
  font-family: Gotham, sans-serif;
  font-size: 16px;
}

.lptemp-form-label {
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.lptemp-form-input {
  height: 50px;
  border: 1px solid #c5c5c5;
  border-radius: 2px;
  font-family: Gotham, sans-serif;
  font-size: 15px;
}

.lptemp-form-input.combo {
  background-color: #fff;
  background-image: url('../images/down-arrow-svgrepo-com.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 20px;
  font-family: Gotham, sans-serif;
}

.lptemp-form-submit {
  width: 100%;
  height: 50px;
  color: #fff;
  text-align: center;
  background-color: #22292a;
  justify-content: center;
  align-items: center;
  font-family: Gotham, sans-serif;
  font-size: 17px;
  font-weight: 400;
  display: flex;
}

.lptemp-cb {
  margin-bottom: 30px;
}

.lptemp-cb-label {
  font-family: Gotham, sans-serif;
  font-size: 14px;
  line-height: 17px;
}

.top {
  border-bottom: 1px solid rgba(46, 52, 53, .25);
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.top-logo {
  width: 250px;
}

.top-menuiconbut {
  width: 35px;
}

.hero {
  height: auto;
  align-items: center;
  padding-left: 0;
  display: block;
  position: relative;
}

.headercon {
  width: 540px;
  background-color: rgba(25, 36, 40, .9);
  margin-top: 40px;
  margin-left: 40px;
  padding: 35px;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hero-h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Gotham, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.hero-ctacon {
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.cta1 {
  background-color: #eda220;
  padding: 12px 30px;
  font-family: Gotham, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.cta1.inv {
  background-color: rgba(237, 162, 32, 0);
  text-decoration: underline;
}

.hero-review {
  justify-content: flex-start;
  display: flex;
}

.hero-review-l {
  margin-right: 10px;
}

.hero-review-r {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.hero-review-r-b {
  align-items: center;
  display: flex;
}

.hero-rev-t1 {
  color: #fff;
  text-align: left;
  font-family: Gotham, sans-serif;
  font-weight: 400;
}

.hero-rev-t2 {
  color: #ffc107;
  text-align: left;
  font-family: Gotham, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 19px;
}

.hero-review-r-b-l {
  height: 24px;
  align-items: center;
  margin-right: 8px;
  display: flex;
}

.hero-review-r-b-r {
  height: 24px;
  align-items: center;
  display: flex;
}

.hero-rev-star {
  width: 18px;
}

.hero-rv-logo {
  width: 39px;
}

.yellow {
  color: #eda220;
}

.hero-img {
  width: 100%;
  position: relative;
}

.fw {
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.con {
  width: 1000px;
  min-height: 100px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.h2 {
  color: #2e3435;
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Gotham, sans-serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 31px;
}

.categ-col {
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.categ-link {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 30px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 3px 9px 2px rgba(0, 0, 0, .2);
}

.categ-icon {
  width: 122px;
}

.categ-title {
  color: #eda220;
  text-align: center;
  margin-top: 0;
  font-family: Gotham, sans-serif;
  font-size: 23px;
  font-weight: 400;
  text-decoration: none;
}

.boldyellow {
  color: #eda427;
}

.r2c {
  margin-bottom: 60px;
  display: flex;
}

.r2c-txtcol-l {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.r2c-imgcon {
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.r2c-imgcon.left {
  justify-content: flex-start;
}

.r2c-imgcon.right {
  justify-content: flex-end;
}

.r2c-h3 {
  margin-top: 0;
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.r2c-p {
  font-family: Gotham, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.r2c-img {
  width: 320px;
}

.pf {
  width: 960px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.pf-l {
  width: 47%;
  min-height: 50px;
  background-color: #eda220;
  justify-content: space-between;
  display: flex;
}

.pf-r {
  width: 47%;
  min-height: 50px;
  background-color: #e4e6e6;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.pf-num {
  width: 310px;
}

.pf-t1 {
  color: #000;
  margin-bottom: 20px;
  font-family: Gotham, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.pf-p1 {
  margin-bottom: 20px;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.bold-text {
  color: #009b0e;
}

.pf-l-l {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.pf-l-r {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 30px 30px 30px 10px;
  display: flex;
}

.pf-img {
  width: 201px;
}

.pf-t2 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Gotham, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 24px;
}

.pf-p2 {
  color: #000;
  margin-bottom: 20px;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.pf-link {
  color: #fff;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

.pf-cta {
  height: 45px;
  text-align: center;
  background-color: #000;
  justify-content: center;
  align-items: center;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.text-block {
  color: #fff;
  margin-top: 20px;
  font-family: Gotham, sans-serif;
}

.link {
  color: #fff;
  font-size: 19px;
}

.intro-txt {
  color: #2e3435;
  text-align: center;
  font-family: Gotham, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.list-row {
  margin-bottom: 30px;
}

.list-blklink {
  width: 100%;
  height: 410px;
  min-height: 50px;
  flex-direction: column;
  align-items: flex-start;
  font-family: Gotham, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
}

.list-img {
  margin-bottom: 20px;
  position: relative;
}

.list-h3 {
  color: #192428;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.list-from {
  color: #192428;
  margin-bottom: 10px;
  font-size: 14px;
}

.list-priceall {
  color: #eda427;
}

.list-price {
  font-size: 20px;
  font-weight: 500;
}

.list-link {
  color: #192428;
  -webkit-text-stroke-color: #281d19;
  border-bottom: 2px solid #eda427;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.list-ribon {
  z-index: 5555;
  color: #fff;
  text-transform: uppercase;
  background-color: #eda427;
  margin-top: 25px;
  padding: 2px 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.hero-pricecon {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.hero-from {
  color: #fff;
  margin-bottom: 10px;
  font-family: Gotham, sans-serif;
  font-size: 16px;
}

.hero-priceall {
  color: #eda427;
}

.hero-price {
  font-size: 29px;
  font-weight: 500;
}

.hero-price2 {
  color: #eda220;
  font-family: Gotham, sans-serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 29px;
}

.hero-legal1 {
  color: #fff;
  margin-top: 5px;
  font-family: Gotham, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.prod-g1 {
  height: 350px;
}

.div-block {
  margin-top: 70px;
  margin-bottom: 70px;
}

.grid {
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: .25fr;
}

.congal {
  width: 1000px;
  min-height: 100px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.cell {
  background-image: url('../images/g2.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.gal-grid {
  grid-template: "Area Area Area-2 Area-2 Area-2 Area-2" 350px
                 "Area Area Area-2 Area-2 Area-2 Area-2"
                 "Area Area Area-2 Area-2 Area-2 Area-2"
                 "Area Area Area-2 Area-2 Area-2 Area-2"
                 "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3" 350px
                 "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                 "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                 "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                 "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                 "Area-4 Area-4 Area-4 Area-5 Area-5 Area-5" 350px
                 "Area-4 Area-4 Area-4 Area-5 Area-5 Area-5"
                 "Area-4 Area-4 Area-4 Area-5 Area-5 Area-5"
                 "Area-4 Area-4 Area-4 Area-5 Area-5 Area-5"
                 "Area-6 Area-6 Area-6 Area-6 Area-6 Area-6" 350px
                 "Area-6 Area-6 Area-6 Area-6 Area-6 Area-6"
                 "Area-6 Area-6 Area-6 Area-6 Area-6 Area-6"
                 "Area-6 Area-6 Area-6 Area-6 Area-6 Area-6"
                 "Area-6 Area-6 Area-6 Area-6 Area-6 Area-6"
                 "Area-6 Area-6 Area-6 Area-6 Area-6 Area-6"
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
}

.g1 {
  background-image: url('../images/g1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.g2 {
  background-image: url('../images/g5.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.g3 {
  background-image: url('../images/g3.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.g4 {
  background-image: url('../images/g4.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.g6 {
  background-image: url('../images/g6.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.g5 {
  background-image: url('../images/g5b.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pf2 {
  background-color: var(--yellow);
  justify-content: space-between;
  display: flex;
}

.pf2-l {
  width: 30%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.pf2-r {
  width: 70%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 40px 20px;
  display: flex;
}

.pf2-img {
  width: 270px;
  margin-top: -19px;
}

.pf2-t2 {
  color: #fff;
  margin-bottom: 10px;
  font-family: Gotham, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}

.pf2-p2 {
  color: #2e3435;
  margin-bottom: 5px;
  font-family: Gotham, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.pf-num2 {
  width: 370px;
}

.boldblack {
  color: #000;
}

.pf2-cta {
  width: 370px;
  height: 45px;
  text-align: center;
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-family: Gotham, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.gal-transp {
  width: auto;
  height: auto;
}

.con2 {
  width: 1000px;
  min-height: 100px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pf2-backlink {
  color: #000;
  background-color: #fff;
  background-image: url('../images/arrow.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 23px;
  margin-top: 20px;
  padding-left: 28px;
  padding-right: 30px;
  font-family: Gotham, sans-serif;
  font-size: 18px;
}

.gal-modal {
  z-index: 55555;
  width: 100vw;
  height: 100vh;
  background-color: rgba(25, 36, 40, .97);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.gal-modalin {
  width: 80%;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.gal-modalin-t {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.gal-slider {
  height: auto;
  background-color: rgba(221, 221, 221, 0);
}

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

.gal-modal-close {
  width: 50px;
  height: 50px;
  color: #202a2e;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-family: Gotham, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  text-decoration: none;
  display: flex;
}

.menubig {
  z-index: 55555;
  width: 100vw;
  height: 100vh;
  background-color: #192428;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: fixed;
}

.menu-top {
  justify-content: space-between;
  align-items: center;
  padding-right: 25px;
  display: flex;
}

.menubig-logo {
  width: 270px;
}

.menubig-close {
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.menubig-close-icon {
  width: 33px;
}

.menubig-top {
  height: 90px;
  justify-content: space-between;
  align-items: center;
  padding-right: 25px;
  display: flex;
}

.menubig-bottom {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.menubig-link {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 30px;
  line-height: 50px;
  text-decoration: none;
}

.r2c-img2 {
  width: 260px;
}

.label-logocon {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.label-logo2 {
  width: 170px;
  margin-left: 10px;
  margin-right: 10px;
}

.contact-img {
  margin-bottom: 40px;
}

.contact-separator {
  width: 100%;
  height: 50px;
}

.gal-slider-mask {
  height: auto;
}

.galgrid2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template: "Area-5 Area-5 Area-6 Area-6 Area-6 Area-6"
                 "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                 "Area-3 Area-3 Area-3 Area-4 Area-4 Area-4"
                 "Area Area Area Area Area Area"
                 / 1fr 1.64fr .25fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.galgrida1 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.64fr;
  margin-bottom: 15px;
}

.galgrida2 {
  grid-template-rows: auto;
  grid-template-areas: "Area Area";
  grid-auto-flow: row;
  margin-bottom: 15px;
}

.galgrida3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-areas: ". ."
                       "Area Area";
}

.form-block {
  width: 580px;
  background-color: #f8f8f8;
  padding: 30px;
}

@media screen and (max-width: 991px) {
  .hero {
    height: auto;
  }

  .headercon {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    position: static;
  }

  .hero-h1 {
    font-size: 32px;
    line-height: 34px;
  }

  .hero-ctacon {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta1.inv {
    padding-left: 30px;
  }

  .hero-review._2 {
    margin-left: 20px;
  }

  .hero-img {
    display: block;
  }

  .fw {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .con {
    width: 100%;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .pf {
    width: 100%;
  }

  .pf-r {
    width: 50%;
  }

  .pf-t1 {
    font-size: 23px;
    line-height: 25px;
  }

  .pf-l-l {
    display: none;
  }

  .pf-l-r {
    justify-content: center;
    padding-left: 30px;
  }

  .pf-t2 {
    font-size: 23px;
  }

  .list-blklink {
    height: 320px;
  }

  .gal-grid {
    margin-left: 20px;
    margin-right: 20px;
  }

  .gal-modal {
    align-items: flex-start;
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .lptemp {
    padding: 30px;
  }

  .lptemp-con {
    width: 100%;
  }

  .lptemp-logo {
    width: auto;
  }

  .lp-formcon {
    width: 100%;
  }

  .categ-col {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .r2c {
    flex-direction: column-reverse;
  }

  .r2c.inv {
    flex-direction: column;
  }

  .r2c-txtcol-l {
    align-items: center;
  }

  .r2c-imgcon.left, .r2c-imgcon.right {
    justify-content: center;
  }

  .r2c-h3, .r2c-p {
    text-align: center;
  }

  .r2c-img {
    margin-bottom: 20px;
  }

  .list-row {
    margin-bottom: 10px;
  }

  .list-blklink {
    height: 310px;
  }

  .list-h3 {
    font-size: 20px;
  }

  .gal-grid {
    grid-template-rows: 350px 350px auto auto 350px 350px auto auto auto auto;
    grid-template-areas: "Area Area Area-2 Area-2 Area-2 Area-2"
                         "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                         "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                         "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                         "Area-4 Area-4 Area-4 Area-5 Area-5 Area-5"
                         "Area-6 Area-6 Area-6 Area-6 Area-6 Area-6"
                         "Area-6 Area-6 Area-6 Area-6 Area-6 Area-6"
                         "Area-6 Area-6 Area-6 Area-6 Area-6 Area-6"
                         "Area-6 Area-6 Area-6 Area-6 Area-6 Area-6"
                         "Area-6 Area-6 Area-6 Area-6 Area-6 Area-6";
  }

  .pf2-t2 {
    font-size: 24px;
  }

  .pf2-cta {
    width: auto;
  }

  .pf2-backlink {
    margin-left: 20px;
  }

  .r2c-img2 {
    width: 210px;
    margin-bottom: 20px;
  }

  .form-block {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .lptemp {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding: 21px;
  }

  .lptemp-con {
    width: 100%;
  }

  .lptemp-logo {
    width: auto;
  }

  .lptemp-t1 {
    text-align: center;
    font-size: 17px;
  }

  .lptemp-t2 {
    text-align: center;
    font-size: 20px;
  }

  .top {
    padding-right: 10px;
  }

  .top-logo {
    width: 130px;
  }

  .top-menuiconbut {
    width: 27px;
  }

  .headercon {
    padding: 20px;
  }

  .hero-h1 {
    font-size: 25px;
    line-height: 29px;
  }

  .hero-ctacon {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .cta1 {
    margin-bottom: 10px;
  }

  .cta1.inv {
    margin-bottom: 0;
    padding-left: 0;
  }

  .hero-review._2 {
    margin-left: 0;
  }

  .hero-rev-t1 {
    font-size: 12px;
    line-height: 12px;
  }

  .hero-rev-t2 {
    font-size: 15px;
    line-height: 15px;
  }

  .hero-rev-star {
    width: 13px;
    margin-right: 2px;
  }

  .hero-rv-logo {
    width: 30px;
  }

  .con {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2 {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .categ-col {
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .categ-link {
    box-shadow: 0 3px 9px 1px rgba(0, 0, 0, .2);
  }

  .categ-title {
    font-size: 19px;
  }

  .r2c {
    flex-direction: column-reverse;
  }

  .r2c.inv {
    flex-direction: column;
  }

  .r2c-txtcol-l {
    align-items: center;
  }

  .r2c-imgcon.left {
    justify-content: center;
  }

  .r2c-imgcon.right {
    justify-content: center;
    padding-left: 0;
  }

  .r2c-h3, .r2c-p {
    text-align: center;
  }

  .r2c-img {
    width: 230px;
    margin-bottom: 20px;
  }

  .pf {
    flex-direction: column;
  }

  .pf-l {
    width: 100%;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .pf-r {
    width: 100%;
    align-items: center;
  }

  .pf-t1, .pf-p1 {
    text-align: center;
  }

  .pf-l-l {
    align-items: center;
    display: flex;
  }

  .pf-l-r {
    align-items: center;
    padding-top: 20px;
  }

  .pf-img {
    margin-top: -25px;
  }

  .pf-t2, .pf-p2 {
    text-align: center;
  }

  .list-blklink {
    height: auto;
    margin-bottom: 30px;
  }

  .congal {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gal-grid {
    grid-template-rows: 236px 113px auto auto 170px 18px auto auto auto auto;
    grid-template-areas: "Area Area Area-2 Area-2 Area-2 Area-2"
                         "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                         "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                         "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                         "Area-4 Area-4 Area-4 Area-5 Area-5 Area-5"
                         "Area-6 Area-6 Area-6 Area-6 Area-6 Area-6"
                         "Area-6 Area-6 Area-6 Area-6 Area-6 Area-6"
                         "Area-6 Area-6 Area-6 Area-6 Area-6 Area-6"
                         "Area-6 Area-6 Area-6 Area-6 Area-6 Area-6"
                         "Area-6 Area-6 Area-6 Area-6 Area-6 Area-6";
  }

  .pf2 {
    flex-direction: column-reverse;
    align-items: center;
  }

  .pf2-l {
    width: 100%;
  }

  .pf2-r {
    width: 100%;
    align-items: center;
  }

  .pf2-img {
    width: 220px;
  }

  .pf2-t2 {
    text-align: center;
  }

  .pf2-cta {
    width: 100%;
  }

  .con2 {
    align-items: center;
  }

  .gal-modal {
    align-items: flex-start;
    padding-top: 40px;
  }

  .gal-slide, .gal-slein {
    height: 100%;
  }

  .gal-modal-close {
    width: 40px;
    height: 40px;
    font-size: 22px;
    line-height: 22px;
  }

  .menubig-logo {
    width: 180px;
  }

  .menubig-close-icon {
    width: 18px;
  }

  .menubig-top {
    height: auto;
    padding-right: 0;
  }

  .menubig-link {
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 27px;
  }

  .r2c-img2 {
    width: 230px;
    margin-bottom: 20px;
  }

  .label-logocon {
    flex-direction: column;
    margin-bottom: 0;
  }

  .label-logo2 {
    margin-bottom: 21px;
  }

  .galgrida1, .galgrida2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 10px;
  }

  .galgrida3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

#w-node-_52eb48c0-ce84-e116-5a28-ffb8f786e0c1-f9be0fe3 {
  grid-area: Area-6;
}

#w-node-b91d1ec2-c267-56f6-8944-6b964f650076-f9be0fe3 {
  grid-area: Area-4;
}

#w-node-_14d20f19-e036-8f61-ce85-6c4f4ad6f58b-f9be0fe3 {
  grid-area: Area-3;
}

#w-node-c634c857-a77c-221a-ab8f-28c3c77532c4-f9be0fe3 {
  grid-area: Area-5;
}

#w-node-_6710cb74-98a6-edcc-278e-fb6732b0f836-f9be0fe3 {
  grid-area: Area;
}

#w-node-c9fbc5aa-e571-4152-937b-c8b551665d4a-f9be0fe3 {
  grid-area: Area-2;
}

#w-node-_52eb48c0-ce84-e116-5a28-ffb8f786e0c1-8f642ca4 {
  grid-area: Area-6;
}

#w-node-b91d1ec2-c267-56f6-8944-6b964f650076-8f642ca4 {
  grid-area: Area-4;
}

#w-node-_14d20f19-e036-8f61-ce85-6c4f4ad6f58b-8f642ca4 {
  grid-area: Area-3;
}

#w-node-c634c857-a77c-221a-ab8f-28c3c77532c4-8f642ca4 {
  grid-area: Area-5;
}

#w-node-_6710cb74-98a6-edcc-278e-fb6732b0f836-8f642ca4 {
  grid-area: Area;
}

#w-node-c9fbc5aa-e571-4152-937b-c8b551665d4a-8f642ca4 {
  grid-area: Area-2;
}

#w-node-_52eb48c0-ce84-e116-5a28-ffb8f786e0c1-e968c640 {
  grid-area: Area-6;
}

#w-node-b91d1ec2-c267-56f6-8944-6b964f650076-e968c640 {
  grid-area: Area-4;
}

#w-node-_14d20f19-e036-8f61-ce85-6c4f4ad6f58b-e968c640 {
  grid-area: Area-3;
}

#w-node-c634c857-a77c-221a-ab8f-28c3c77532c4-e968c640 {
  grid-area: Area-5;
}

#w-node-_6710cb74-98a6-edcc-278e-fb6732b0f836-e968c640 {
  grid-area: Area;
}

#w-node-c9fbc5aa-e571-4152-937b-c8b551665d4a-e968c640 {
  grid-area: Area-2;
}

#w-node-_1b137e49-ea1a-2272-775e-072bc86f1b74-88ec2e1a, #w-node-_7c9cbfa5-ab2e-7ab6-9ad0-e9127213a6fb-88ec2e1a, #w-node-d7a30249-8de7-0ee4-b2e6-d0559a6be364-88ec2e1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed7ef891-6516-d4b2-4250-5d28c958f61d-88ec2e1a {
  grid-area: Area;
}

#w-node-a7210b17-848a-150b-20b9-a0a4cd691812-88ec2e1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b7a944d-9275-fe38-ddf7-19829f02ec68-88ec2e1a {
  grid-area: Area;
}

#w-node-bc610e7d-0904-665d-0807-e9a4b6ff6c7b-88ec2e1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/gotham-book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}