.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;
  }
}

.header {
  background-color: #fdf2ce;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  height: 62px;
  display: flex;
}

.image {
  text-align: left;
}

.grid {
  grid-template-rows: auto;
  max-width: 1300px;
}

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

.button {
  color: #353535;
  background-color: #fac500;
  padding: 3px 11px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 26px;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 5%;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.section {
  background-image: url('../images/gazpartners-hero-bck.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 780px;
  padding-bottom: 10%;
  display: flex;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: none;
  padding-left: 5%;
  padding-right: 5%;
}

.grid-2 {
  z-index: 5;
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  width: 100%;
  position: relative;
}

.container-4 {
  z-index: 2;
  background-color: #00091299;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 116px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: auto 0% 80px;
}

.container-5 {
  background-color: #000912cc;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 80px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 20px;
}

.heading-2 {
  color: #fff;
  margin-top: -20px;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 45px;
  line-height: 60px;
}

.paragraph {
  color: #fff;
  margin-top: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.container-6 {
  align-items: center;
  width: 1300px;
  max-width: none;
  display: flex;
}

.container-6.container-6-footer {
  width: auto;
}

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

.div-block-2 {
  background-color: #fff;
  border-radius: 10px;
  width: 454px;
  height: 100%;
  padding: 30px 35px;
}

.paragraph-2 {
  color: #7b7b7b;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 1.2em;
}

.field-label {
  color: #353535;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 26px;
}

.text-field {
  background-color: #f2f2f2;
  height: 45px;
  margin-bottom: 14px;
}

.submit-button {
  letter-spacing: .7px;
  text-transform: uppercase;
  background-color: #40c4ff;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.text-block {
  color: #40c4ff;
  font-family: Open Sans, sans-serif;
  font-size: 45px;
  line-height: 60px;
}

.text-block.footer-numbers {
  color: #fff;
}

.text-block-2 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 33px;
}

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

.div-block-3 {
  margin-left: 30px;
}

.section-2 {
  background-color: #fdf2ce;
  justify-content: center;
  align-items: center;
  height: 264px;
  padding: 5%;
  display: flex;
}

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

.paragraph-3 {
  color: #303030;
  border-left: 3px solid #303030;
  padding-left: 15px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.section-3 {
  background-color: #f3f4f5;
  justify-content: center;
  align-items: center;
  height: 886px;
  display: flex;
}

.container-9 {
  justify-content: center;
  align-items: center;
  max-width: 1524px;
  display: flex;
}

.section-4 {
  color: #40c4ff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 922px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

.heading-3 {
  color: #303030;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 37px;
  font-weight: 700;
  line-height: 50px;
}

.heading-3.testimonials-heading {
  text-align: left;
}

.heading-3.footer-header {
  color: #fff;
}

.paragraph-4 {
  color: #595959;
  text-align: center;
  max-width: 984px;
  margin: 20px auto 0;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}

.grid-3 {
  grid-column-gap: 122px;
  grid-row-gap: 122px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.heading-4 {
  color: #303030;
  text-align: center;
  margin-top: 36px;
  margin-bottom: 16px;
  font-family: Merriweather, serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 32px;
}

.text-block-3 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 37px;
  font-weight: 600;
  line-height: 50px;
}

.text-block-4 {
  color: #303030;
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2em;
}

.button-2 {
  color: #303030;
  letter-spacing: .7px;
  text-transform: uppercase;
  background-color: #fac500;
  margin-top: 36px;
  padding: 19px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

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

.section-5 {
  background-image: url('../images/Background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 664px;
  margin-bottom: 60px;
  padding-top: 100px;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

.container-11 {
  max-width: 1114px;
}

.section-6 {
  justify-content: center;
  align-items: flex-end;
  height: 584px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

.grid-4 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.heading-5 {
  color: #303030;
  margin-top: 20px;
  font-family: Merriweather, serif;
  font-size: 21px;
  line-height: 34px;
}

.heading-5.heading-5-3 {
  padding-right: 20px;
}

.paragraph-5 {
  color: gray;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 26px;
}

.testimonial-image-left {
  padding: 90px 0 0;
  position: relative;
}

.testimonials {
  width: 100%;
  max-width: 1114px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-wrapper-four {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.testimonial-left {
  width: 66px;
  margin-right: 38px;
}

.testimonial-image-four {
  object-fit: cover;
  border-radius: 60px;
  width: 66px;
  max-width: none;
}

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.testimonial-text-four {
  color: #595959;
  margin-bottom: 28px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.testimonial-author-name-three {
  color: #303030;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Merriweather, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
}

.testimonial-title {
  color: gray;
  letter-spacing: .7px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  line-height: 26px;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 0;
  position: relative;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 45px;
  padding-top: 0;
  padding-left: 98px;
  font-size: 10px;
  display: flex;
  position: static;
  bottom: -60px;
}

.slide {
  height: auto;
}

.mask {
  height: auto;
  position: relative;
}

.section-7 {
  background-image: url('../images/Group-14.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1008px;
  padding-top: 100px;
  position: relative;
}

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

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  margin-top: 85px;
}

.div-block-5 {
  padding-top: 80px;
  padding-left: 86px;
}

.container-14 {
  background-color: #0c61ae;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  height: 210px;
  margin-left: 38px;
  margin-right: 38px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: auto 0% 38px;
}

.container-15 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1300px;
}

.text-block-5 {
  color: #fff;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.link {
  color: #cecece;
}

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

.profitability-calculator {
  width: 80vw;
  max-width: 66%;
  margin-left: auto;
  margin-right: auto;
}

.profitability-calculator-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.calculator-wrapper {
  padding-bottom: 2rem;
}

.code-embed {
  opacity: 1;
  background-color: #fff0;
  border: 1px solid #efdede99;
  border-radius: 12px;
  padding: 2rem;
  font-family: Montserrat, sans-serif;
  box-shadow: 0 0 20px #0003;
}

.code-embed-2 {
  margin-bottom: 14px;
}

@media screen and (min-width: 1280px) {
  .section {
    padding-bottom: 0%;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    padding-bottom: 0%;
  }

  .grid-2 {
    grid-template-columns: 3fr 1fr;
  }

  .container-4 {
    justify-content: flex-start;
    align-items: center;
  }

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

  .container-7 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-4, .heading-5 {
    font-size: 22px;
  }
}

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .section {
    height: auto;
    padding-bottom: 196px;
  }

  .grid-2 {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    grid-template-columns: 1.5fr;
    padding-bottom: 60px;
  }

  .container-4, .container-5 {
    position: absolute;
  }

  .heading {
    font-size: 15px;
    line-height: 24px;
  }

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

  .paragraph {
    margin-top: 30px;
    font-size: 20px;
    line-height: 28px;
  }

  .container-6.container-6-footer {
    width: 454px;
    max-width: none;
  }

  .container-7 {
    padding-top: 10%;
  }

  .text-block {
    font-size: 40px;
    line-height: 45px;
  }

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

  .text-span {
    font-size: 26px;
  }

  .section-2, .section-3 {
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .section-4 {
    height: auto;
    padding-top: 10%;
    padding-bottom: 12%;
  }

  .grid-3 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .section-5 {
    height: auto;
    padding-top: 10%;
  }

  .section-6 {
    height: auto;
    padding-top: 10%;
    padding-bottom: 0%;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .heading-5.heading-5-3 {
    padding-right: 0;
  }

  .testimonials {
    max-width: 728px;
  }

  .testimonial-left {
    width: 66px;
    margin-right: 40px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .section-7 {
    height: auto;
    padding-top: 10%;
    padding-bottom: 248px;
  }

  .grid-5 {
    grid-template-columns: 1fr;
    margin-top: 40px;
    padding-bottom: 60px;
  }

  .div-block-5 {
    margin-bottom: 40px;
    padding-top: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-left {
    padding: 60px 15px;
  }

  .section {
    padding-bottom: 196px;
  }

  .grid-2 {
    padding-bottom: 60px;
  }

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

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

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

  .section-4 {
    padding-top: 15%;
    padding-bottom: 15%;
  }

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

  .text-block-3 {
    font-size: 30px;
    line-height: 48px;
  }

  .section-6 {
    padding-top: 15%;
  }

  .testimonial-image-left {
    padding: 40px 0 0;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .testimonial-slider-nav {
    padding-left: 0;
  }

  .section-7 {
    padding-bottom: 198px;
  }

  .grid-5 {
    margin-top: 30px;
  }

  .div-block-5 {
    margin-bottom: 30px;
  }

  .container-14 {
    height: 160px;
  }

  .code-embed {
    padding: 2rem 1rem 1rem;
  }
}

@media screen and (max-width: 479px) {
  .image {
    max-width: 50%;
  }

  .container-2 {
    max-width: none;
  }

  .section {
    padding-bottom: 284px;
  }

  .grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 60px;
  }

  .container-4 {
    height: 180px;
    bottom: 105px;
  }

  .container-5 {
    justify-content: flex-start;
    align-items: flex-start;
    height: 105px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .heading {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
  }

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

  .paragraph {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
  }

  .container-6 {
    flex-flow: column;
  }

  .container-6.container-6-footer {
    width: auto;
  }

  .container-7 {
    padding-top: 48px;
  }

  .div-block-2 {
    width: auto;
    height: auto;
    padding: 17.5px 22px 28px;
  }

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

  .text-block {
    text-align: center;
    font-size: 26px;
    line-height: 35px;
  }

  .text-block-2 {
    text-align: center;
    padding-left: 6%;
    padding-right: 6%;
    font-size: 22px;
    line-height: 30px;
  }

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

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

  .image-2 {
    width: 55px;
  }

  .section-2 {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .paragraph-3 {
    border-left-style: none;
    padding-left: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .section-3 {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .heading-3 {
    font-size: 26px;
    line-height: 33px;
  }

  .paragraph-4 {
    font-size: 15px;
    line-height: 20px;
  }

  .grid-3 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    margin-top: 40px;
  }

  .heading-4 {
    margin-bottom: 14px;
    font-size: 22px;
    line-height: 28px;
  }

  .text-block-3 {
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 35px;
  }

  .text-block-4 {
    line-height: 28px;
  }

  .grid-4 {
    grid-column-gap: 63px;
    grid-row-gap: 63px;
    margin-top: 70px;
  }

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

  .testimonial-image-left {
    padding-top: 50px;
  }

  .testimonials {
    max-width: none;
  }

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .section-7 {
    padding-top: 60px;
    padding-bottom: 180px;
  }

  .grid-5 {
    padding-bottom: 70px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-5 {
    margin-bottom: 68px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-14 {
    margin-left: 15px;
    margin-right: 15px;
    bottom: 20px;
  }

  .image-4 {
    display: none;
  }

  .image-5 {
    width: 8%;
  }

  .profitability-calculator {
    min-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .code-embed {
    padding: 1rem .5rem .5rem;
  }
}

#w-node-da0bf18d-f767-ba68-5103-aa9b8d80b30e-c4a95a11 {
  justify-self: start;
}

#w-node-_3fbdd6ba-6ee2-1fd4-67f5-571d9167b0f1-c4a95a11 {
  justify-self: end;
}

#w-node-_0e1929cc-bc22-b87d-4508-c072ab001b42-c4a95a11, #w-node-_38008150-7692-19af-04c9-4ed701d5d8e5-c4a95a11, #w-node-_46c51d92-bc48-3611-07e3-353d74570555-c4a95a11 {
  justify-self: center;
}

#w-node-_0dd67391-a3a0-5c95-147f-990daa89c709-c4a95a11, #w-node-e3fe9255-3b5f-c71a-7e86-e047af927a00-c4a95a11, #w-node-_786c3a8b-04b5-c266-4887-80e36d13800e-c4a95a11 {
  justify-self: start;
}

#contact.w-node-_9e636f6f-257e-aa85-0069-4f2f4075624d-c4a95a11 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_3fbdd6ba-6ee2-1fd4-67f5-571d9167b0f1-c4a95a11, #contact.w-node-_9e636f6f-257e-aa85-0069-4f2f4075624d-c4a95a11 {
    justify-self: center;
  }

  #w-node-_9a742b84-abfc-2889-a815-0fffbc51d93b-c4a95a11 {
    order: -9999;
  }
}


