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

body {
  font-family: Inter, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

p {
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: #1072b9;
  font-weight: 500;
  text-decoration: underline;
}

.container {
  max-width: 1024px;
  padding-right: 15px;
  padding-left: 15px;
}

.header {
  background-color: #f7f7f7;
}

.branding-logo {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}

.content-section {
  padding-top: 0px;
  padding-bottom: 30px;
}

.logo {
  width: 150px;
}

.hero-block {
  position: relative;
}

.headline {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 1.3;
  letter-spacing: -1px;
}

.author-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.author-img {
  width: 42px;
  height: 42px;
  margin-right: 10px;
  border-radius: 100%;
  background-image: url('../images/rp3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.meta-text {
  color: #666;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.5px;
}

.meta-section {
  padding-top: 30px;
  padding-bottom: 10px;
}

.alert-block {
  position: relative;
  padding: 15px;
  background-color: #d5fff9;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
  font-weight: 600;
}

.sub-heading {
  margin-top: 30px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.3;
  font-weight: 700;
}

.sub-heading.big {
  font-size: 42px;
}

.sub-heading.last {
  margin-top: 0px;
}

.composite-img {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid #000;
}

.full-width-img {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.days-block {
  margin-top: 20px;
}

.day {
  position: relative;
  margin-bottom: 30px;
  border-left: 3px solid #77d3d6;
}

.review-text {
  padding: 0px 10px 1px;
}

.text-block {
  padding: 10px;
  background-color: #77d3d6;
  font-size: 26px;
  font-weight: 600;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -1px;
  list-style-type: none;
}

.list {
  margin-top: 20px;
  margin-bottom: 20px;
}

.check-icon {
  margin-right: 10px;
}

.tip-box {
  padding: 20px;
  border-left: 3px solid #fdc300;
  background-color: #fff7dc;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.fluid {
  width: 100%;
}

.fluid._w-70 {
  max-width: 70%;
}

.review-item {
  margin-bottom: 20px;
  padding: 30px 30px 20px;
  border: 1px solid #d6e6eb;
  border-radius: 8px;
  background-color: #fcfdff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
}

.status--rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.verified-text {
  color: #28ca20;
  font-weight: 500;
}

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

.customer-img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.q--text {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo-2 {
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.logo-2.mw-200 {
  width: 100%;
  max-width: 200px;
}

.yellow-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  background-color: #fff7dc;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f7f7f7;
}

.foot-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.left {
  width: 100%;
}

.footer-menu {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
}

.right {
  width: 100%;
}

.f-text {
  margin-top: 10px;
  font-size: 14px;
}

.grid-2 {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}

.c--heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dedede;
  text-align: center;
}

.c--heading.lft {
  border-right: 1px solid #dedede;
}

.c--heading-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 600;
}

.feature-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.feature-item.check {
  min-height: 80px;
  padding: 10px 10px 10px 90px;
  background-image: url('../images/42189035-0-Check.svg');
  background-position: 40px 50%;
  background-size: 32px 32px;
  background-repeat: no-repeat;
}

.feature-item.uncheck {
  min-height: 80px;
  padding: 10px 10px 10px 90px;
  border-right-style: none;
  background-image: url('../images/uncheck.svg');
  background-position: 40px 50%;
  background-size: 32px 32px;
  background-repeat: no-repeat;
}

.ftext {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -1px;
}

.internet-offer {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 100px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.ribbon {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: auto;
}

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

.container-head {
  max-width: 1024px;
  padding-right: 15px;
  padding-left: 15px;
}

.cta-wrapper {
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cta-button {
  position: static;
  width: 100%;
  padding: 18px 30px;
  clear: none;
  border-radius: 5px;
  background-color: #1ab22c;
  box-shadow: 0 1px 3px 0 #1ab22c;
  -webkit-transition: background-color 150ms ease-out, box-shadow 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: background-color 150ms ease-out, box-shadow 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: background-color 150ms ease-out, transform 150ms ease-out, box-shadow 150ms ease-out;
  transition: background-color 150ms ease-out, transform 150ms ease-out, box-shadow 150ms ease-out, -webkit-transform 150ms ease-out;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  white-space: normal;
}

.cta-button:hover {
  box-shadow: 0 5px 10px 0 rgba(26, 178, 44, 0.3);
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.video--holder {
  position: relative;
  height: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 101.25%;
  background-color: #fafafa;
}

.video--holder.wide {
  padding-bottom: 52.25%;
}

.video {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.video-block {
  max-width: 640px;
  margin: 30px auto;
}

.video-block.full {
  max-width: none;
}

.div-block-2 {
  width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.list-text {
  margin-top: 10px;
  margin-bottom: 10px;
}

.link-block {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .logo-2.mw-200 {
    max-width: 160px;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 18px;
  }
  .logo {
    width: 120px;
  }
  .headline {
    font-size: 32px;
  }
  .sub-heading {
    font-size: 26px;
  }
  .fluid._w-70 {
    max-width: 100%;
  }
  .logo-2 {
    max-width: 160px;
  }
  .yellow-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-menu {
    margin-top: 10px;
  }
  .c--heading-text {
    font-size: 20px;
  }
  .feature-item.check {
    padding-left: 50px;
    background-position: 5% 50%;
  }
  .feature-item.uncheck {
    padding-left: 50px;
    background-position: 5% 50%;
  }
  .internet-offer {
    width: 100%;
  }
  .container-head {
    padding-right: 10px;
    padding-left: 10px;
  }
  .cta-button {
    width: 80%;
  }
  .div-block-2 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .content-section {
    padding-bottom: 20px;
  }
  .headline {
    margin-bottom: 10px;
    line-height: 1.2;
  }
  .author-block {
    margin-top: 10px;
  }
  .meta-section {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .alert-block {
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
  }
  .sub-heading {
    font-size: 26px;
  }
  .sub-heading.big {
    font-size: 26px;
  }
  .days-block {
    margin-top: 20px;
  }
  .tip-box {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .review-item {
    padding: 15px 15px 0px;
  }
  .status--rating {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .q--box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .customer-img {
    margin-bottom: 10px;
  }
  .q--text {
    padding-left: 0px;
  }
  .logo-2 {
    max-width: 132px;
  }
  .logo-2.mw-200 {
    width: 100%;
    max-width: 150px;
  }
  .yellow-box {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .f-text {
    font-size: 14px;
  }
  .c--heading-text {
    line-height: 20px;
  }
  .feature-item.check {
    padding-left: 35px;
    background-position: 5% 50%;
    background-size: 20px 20px;
  }
  .feature-item.uncheck {
    padding: 5px 0px 5px 35px;
    background-size: 20px 20px;
  }
  .ftext {
    font-size: 16px;
    line-height: 1.5;
    white-space: normal;
  }
  .cta-button {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 30px;
    line-height: 1.1;
    text-align: center;
    letter-spacing: -1px;
  }
  .text-block-2 {
    line-height: 1.3;
  }
  .video-block.full.no-marg {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .bold-text {
    font-size: 30px;
  }
}

#w-node-b4e431e9eaca-c17350a0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-b4e431e9eaca-c17350a0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-b6de6c7a8b5f-c17350a0 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-02ba53854fab-c17350a0 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-8ca65976c68c-c17350a0 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-df391dc39d1e-c17350a0 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-34208805662b-c17350a0 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-40cbd561e3e1-c17350a0 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-2c5faddbf83b-c17350a0 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-6703dfe211b1-c17350a0 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-df958c8ad019-c17350a0 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-452ce2ac22fd-c17350a0 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }
  #w-node-2499c3304249-c17350a0 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }
  #w-node-e0e24faf4ddc-c17350a0 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-56b87f2f02a7-c17350a0 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

