/*
 * Over write classes from site css
 */
.ui.heading.size-text3xl {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  @media only screen and (max-width: 1050px) {
    font-size: 14px;
  }
}

.ui.text.size-text4xl {
  font-size: 32px;
  font-weight: 600;
  font-style: normal;
  @media only screen and (max-width: 1050px) {
    font-size: 30px;
  }

  @media only screen and (max-width: 550px) {
    font-size: 28px;
  }
}

.get_started {
  background-color: #e9e9ed;
  text-decoration: none;
}

/*
 * Over write classes completed site css
 */
.rowpr {
  padding-top: 50px;
  padding-bottom: 50px;
  background: linear-gradient(180deg, #255baa, #3635b2);
  display: flex;
  justify-content: center;
  @media only screen and (max-width: 1050px) {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.rowexploretheto {
  margin-bottom: 4px;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
  justify-content: center;
  @media only screen and (max-width: 1050px) {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.explorethetop {
  color: var(--white_a700) !important;
}

.features_three {
  color: transparent !important;
  background: linear-gradient(106deg, #d2e9ff, #ff8ac7, #feba75);
  background-clip: text;
}

.listnolongterm {
  margin-left: 36px;
  gap: var(--space-2xl);
  display: flex;
  flex-direction: column;
  @media only screen and (max-width: 1050px) {
    margin-left: 0px;
  }
}
.columnexploreth {
  gap: 34px;
  display: flex;
  width: 70%;
  flex-direction: column;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}
.row-1 {
  margin-right: 36px;
  gap: var(--space-xl);
  flex: 1;
  display: flex;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
    margin-right: 0px;
  }
}

.rownolongterm {
  gap: var(--space-sm);
  display: flex;
  width: 100%;
  align-items: center;
}

.rowgrowswithyou {
  gap: var(--space-sm);
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.columnlimited {
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.rowlimited {
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.columnthumbsup {
  margin-bottom: 30px;
  align-self: end;
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    align-self: auto;
  }
}

.expandablelistf {
  gap: var(--space-md);
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

.columnfullservi {
  flex: 1;
}

.rowmonthly {
  gap: 9px;
  align-self: stretch;
  display: flex;
  align-items: center;
}

.rowfullservice {
  background-color: var(--indigo_50);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: var(--radius-xs);
  &::before {
    content: "";
    position: absolute;
    inset: 0;
    left: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 1;
    background-image: url(../images/img_arrow_indigo_400.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
  }
}

.columnintuitive {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.list {
  align-self: stretch;
  display: flex;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.rowintuitivecar {
  flex: 1;
  display: flex;
  padding: var(--space-md) 12px;
  border-bottom: 1px solid var(--indigo_100);
  @media only screen and (max-width: 1050px) {
    align-self: stretch;
  }
}

.check {
  border-left-width: 1px;
  width: 30%;
  display: flex;
  justify-content: center;
  padding: var(--space-lg);
  border-bottom: 1px solid var(--indigo_100);
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }

  @media only screen and (max-width: 550px) {
    padding: 20px;
  }
}

.checkmark_seven {
  height: 12px;
  width: 12px;
}

.thumbsup_one {
  height: 26px;
  align-self: end;
  object-fit: cover;
}

.saveuptothirty {
  color: var(--blue_a700_01) !important;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.background_one {
  border: 1px solid var(--blue_800);
}

.dhi-group {
  height: 14px;
  background-color: var(--blue_800);
  width: 14px;
  border-radius: var(--radius-xs);
}

.dhi-group-1 {
  background-color: var(--white_a700);
  box-shadow: var(--shadow-xs);
  width: 36px;
  height: 18px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--blue_800);
}

.listlimited {
  margin-right: 25px;
  display: flex;
  width: 100%;
  @media only screen and (max-width: 1050px) {
    flex-direction: row;
    margin-right: 0px;
  }
}

.columnpr {
  display: flex;
  flex-direction: column;
  flex:0 0 50%
}

.columnsubscribe {
  gap: var(--space-xs);
  display: flex;
  flex-direction: column;
}

.columnlimited-1 {
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.columnlimited-3 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rowprice-2 {
  margin-top: -8px;
  position: relative;
  align-self: stretch;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.rowprice {
  margin-top: 0px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 10px;
}

.ninetynine {
  color: var(--black_900) !important;
  letter-spacing: -1px;
}

.class-1y {
  font-weight: 400 !important;
}

.price {
  color: var(--red_500_01) !important;
  text-transform: uppercase;
}

.price-2 {
  text-transform: uppercase;
  font-weight: 400 !important;
}

.rowthumbsup_one {
  display: flex;
  align-items: start;
}

.onehundredninet {
  color: var(--red_500_01) !important;
  letter-spacing: -1px;
  text-decoration: line-through;
}

details[open] .rowfullservice::before {
  background-image: url(../images/img_arrow.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
}

.fullservice {
  align-self: end;
}

.row_one {
  align-self: stretch;
}

.newscreenbody {
  gap: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    gap: 87px;
  }

  @media only screen and (max-width: 550px) {
    gap: 58px;
  }
}

.subscribenw {
  color: #ffffff !important;
  background-color: #255baa;
}


