.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  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;
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  /*line-height: 50px;*/
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
  cursor:pointer;/*custom*/
}

/*custom class*/
.img-display-result{
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}
/*custom class*/
.img-display-result > div{
  width: 10vwpx;
  border: 1px solid #adadad;
  height: 90px;
  /* padding: 10px 10px; */
  margin: 5px;
}

label {
  margin-bottom: 10px;
  margin-top: 25px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.section {
  margin-right: 30px;
  margin-left: 30px;
}

.section.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.container {
  display: block;
  width: 95%;
  margin: 30px auto;
  padding-top: 0px;
  padding-bottom: 20px;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eef5f9), to(#eef5f9));
  background-image: linear-gradient(180deg, #eef5f9, #eef5f9);
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
}

.button {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #32343a;
  color: #fff;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  padding: 5px 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #9ac8e3;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #1b3447;
  color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-jumbo-button.cc-jumbo-white.loginbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  margin-left: 10px;
  padding: 5px 15px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.button.cc-jumbo-button.cc-jumbo-white.itemdetailbutton {
  width: 200px;
  border-radius: 12px;
  background-color: #9ac8e3;
}

.button.cc-jumbo-button.cc-jumbo-white.itemdetailbutton.alternateblue {
  background-color: #045c94;
  color: #fff;
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.heading-jumbo {
  position: static;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 0px;
  background-color: transparent;
  direction: ltr;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 41px;
  text-align: center;
  text-transform: none;
}

.heading-jumbo-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Lato, sans-serif;
  color: #648597;
  font-size: 36px;
  line-height: 50px;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}

.heading-jumbo-small.marginup {
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 30px;
}

.heading-jumbo-small.marginup {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 25px;
  font-weight: 700;
}

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.navigation-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #9ac8e3;
  color: #000;
}

.navigation-item {
  margin-bottom: 0px;
  padding: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 1;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  list-style-type: disc;
}

.navigation-item:hover {
  opacity: 0.9;
  color: #fff;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.navigation-item.over {
  padding-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cta-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.protected-form {
  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;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -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;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #1a1b1f;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 100%;
  min-height: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #fff;
  color: #000;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-right: 30px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  text-decoration: none;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  font-size: 30px;
  text-decoration: none;
}

.link.w--current {
  margin-right: 0px;
  margin-left: 0px;
}

.logosubheader {
  padding: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px solid #000;
}

.text-block-3 {
  padding-left: 0px;
  font-family: Exo, sans-serif;
  line-height: 16px;
}

.logotextbold {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  line-height: 30px;
}

.titlediv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Exo, sans-serif;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
}

.headerbuttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.bold-text-3 {
  font-family: Lato, sans-serif;
  font-size: 20px;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-2 {
  text-decoration: none;
}

.bold-text-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
}

.modal-wrapper-login {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9990;
  display: none;
  overflow: hidden;
  -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;
  background-color: rgba(173, 168, 168, 0.68);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sign-up-form {
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.27);
  text-align: center;
}

.heading {
  line-height: 30px;
  font-weight: 500;
}

.modalquestion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 0px;
  -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;
}

.link-3 {
  padding-left: 3px;
}

.link-3.w--current {
  padding-left: 3px;
}

.text-block-5 {
  margin-right: 3px;
}

.close-link {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  float: right;
  clear: none;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  text-align: right;
  text-decoration: none;
}

.close-link:hover {
  color: #7e8389;
}

.formfieldlabels {
  font-family: Exo, sans-serif;
  font-size: 14px;
}

.formmodaltext {
  width: 50%;
  font-family: Lato, sans-serif;
}

.footer {
  display: block;
  margin-top: auto;
  float: none;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background-color: #9ac8e3;
}

.formblock {
  width: 85%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 12px;
  background-image: none;
  opacity: 0.95;
  text-align: center;
}

.submit-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  text-align: center;
}

.form-step-progress-bar {
  width: 100%;
  min-height: 6px;
  border-radius: 50px;
  background-color: #dbdbdb;
}

.form-step-progress-bar.complete-step {
  background-color: #9ac8e3;
  color: #9ac8e3;
}

.form-step-progress-bar.current-step {
  width: 50%;
  background-color: #9ac8e3;
}

.form-button {
  left: auto;
  top: 682px;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: auto;
  padding: 20px 40px;
  border-radius: 500px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #4a3aff;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}

.form-button:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.form-button.leftbutton {
  left: -40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  padding: 10px;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 16px;
  text-align: center;
}

.form-button.leftbutton.preview-page {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 165px;
  min-height: 55px;
  margin-left: 0px;
  padding: 10px;
  float: left;
  clear: none;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-color: #1b3447;
  border-radius: 10px;
  font-family: Lato, sans-serif;
  color: #1b3447;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
}

.form-button.leftbutton.preview-page:hover {
  border-color: #1b3447;
}

.form-button.leftbutton.preview-page {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 165px;
  min-height: 55px;
  padding: 10px;
  float: left;
  clear: none;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-color: #1b3447;
  border-radius: 10px;
  font-family: Lato, sans-serif;
  color: #1b3447;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
}

.form-button.leftbutton.preview-page:hover {
  border-color: #1b3447;
}

.form-button.rightbutton {
  right: -40px;
  overflow: visible;
  width: 150px;
  padding: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px solid #000;
  border-radius: 10px;
  background-color: #9ac8e3;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.form-button.rightbutton.preview-page {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 165px;
  min-height: 55px;
  padding: 10px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  background-color: #9ac8e3;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.form-button.rightbutton.preview-page:hover {
  color: #fff;
}

.form-button.rightbutton.preview-page.confirmationbutton {
  width: auto;
  min-height: auto;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 9px;
  font-weight: 900;
}

.form-button.rightbutton.preview-page.myaccount {
  width: auto;
  font-weight: 700;
}

.form-button.rightbutton.preview-page {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 165px;
  min-height: 55px;
  padding: 10px;
  float: right;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  background-color: #9ac8e3;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.form-button.rightbutton.preview-page:hover {
  color: #fff;
}

.form-button.rightbutton.preview-page {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 165px;
  min-height: 55px;
  padding: 10px;
  float: right;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  background-color: #9ac8e3;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.form-button.rightbutton.preview-page:hover {
  color: #fff;
}

.step-title {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}

.step-title.congratulationstittle {
  color: #045c94;
  font-size: 24px;
  font-weight: 900;
}

.step-title.next {
  width: 150px;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 20px;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
}

.stepparagraph {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
}

.stepparagraph.comment {
  margin-top: 0px;
  text-transform: none;
}

.stepparagraph.leftalign {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.steps-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-step-progress-bar-mobile {
  display: none;
  width: 100%;
  min-height: 6px;
  border-radius: 50px;
  background-color: #eff0f6;
}

.form-step-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  margin-left: 10px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #dbdbdb;
  color: #000;
  font-size: 14px;
}

.form-step-number.completed {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #9ac8e3;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.completed-form-illustrations---brix {
  margin-bottom: 18px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.stepsbarwrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form---success-message {
  min-height: 44vh;
  padding-top: 70px;
  padding-bottom: 70px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 38px 38px 34px 0 rgba(74, 58, 255, 0.01), 0 1px 26px 0 rgba(20, 20, 43, 0.02), 0 16px 26px 0 rgba(19, 18, 66, 0.02);
}

.form---error-message {
  margin-top: 140px;
  padding: 24px;
  border-radius: 16px;
}

.multi-step-form-radio-trigger---brix {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-right: 32px;
  padding-left: 66px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 16px;
  box-shadow: 0 2px 6px 2px rgba(19, 18, 66, 0.07);
  -webkit-transition: border-width 200ms ease, border-color 200ms ease;
  transition: border-width 200ms ease, border-color 200ms ease;
  color: #170f49;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.multi-step-form-radio-trigger---brix:hover {
  border-color: #bfbaff;
}

.form-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form-content.photos {
  width: 90%;
}

.form-label {
  margin-bottom: 10px;
  border-radius: 16px;
  -webkit-transform: translate(0px, 0px) translate(0px, 0px);
  -ms-transform: translate(0px, 0px) translate(0px, 0px);
  transform: translate(0px, 0px) translate(0px, 0px);
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}

.form-label.noclue {
  margin-bottom: 25px;
}

.form-label.plantypedropdown {
  margin-bottom: 30px;
}

.formitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 40%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.formitem.tellus {
  width: 100%;
  line-height: 26px;
  text-align: left;
}

.formitem.aggrement {
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  line-height: 16px;
  text-align: left;
}

.formitem.aboutyourself {
  width: 100%;
}

.formtextfield {
  min-height: 66px;
  margin-bottom: 0px;
  padding: 20px 60px 20px 20px;
  border: 2px solid transparent;
  border-radius: 500px;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 90% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: 0 2px 6px 0 rgba(19, 18, 66, 0.07);
  -webkit-transition: color 400ms ease, border-color 400ms ease, all 400ms ease;
  transition: color 400ms ease, border-color 400ms ease, all 400ms ease;
  color: #170f49;
  font-size: 18px;
}

.formtextfield:hover {
  border-color: #4a3aff;
  box-shadow: 0 4px 10px 0 rgba(19, 18, 66, 0.12);
}

.formtextfield:focus {
  border-style: solid;
  border-width: 2px;
  border-color: #4a3aff;
  color: #4a3aff;
}

.formtextfield::-webkit-input-placeholder {
  color: #6f6c90;
  font-size: 18px;
}

.formtextfield:-ms-input-placeholder {
  color: #6f6c90;
  font-size: 18px;
}

.formtextfield::-ms-input-placeholder {
  color: #6f6c90;
  font-size: 18px;
}

.formtextfield::placeholder {
  color: #6f6c90;
  font-size: 18px;
}

.formtextfield.noimage {
  width: 100%;
  height: 45px;
  min-height: 35px;
  padding: 5px 10px;/*custom*/
  background-image: none;
  color: #1b3447;
  font-size: 14px;
  text-align: center;
}

.formtextfield.noimage:hover {
  border-color: #1b3447;
}

.formtextfield.noicon {
  width: 100%;
  min-height: 35px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: none;
  color: #000;
  font-size: 14px;
  text-align: center;
}

.formtextfield.noicon:hover {
  border-color: #1b3447;
}

.formtextfield.noicon:focus {
  border-color: #1b3447;
  background-color: transparent;
}

.formtextfield.noicon::-webkit-input-placeholder {
  font-size: 14px;
}

.formtextfield.noicon:-ms-input-placeholder {
  font-size: 14px;
}

.formtextfield.noicon::-ms-input-placeholder {
  font-size: 14px;
}

.formtextfield.noicon::placeholder {
  font-size: 14px;
}

.formtextfield.noicon.about {
  width: 100%;
  padding-left: 10px; /*Custom*/
}

.formtextfield.noicon.about::-webkit-input-placeholder {
  font-size: 14px;
  text-align: center;
}

.formtextfield.noicon.about:-ms-input-placeholder {
  font-size: 14px;
  text-align: center;
}

.formtextfield.noicon.about::-ms-input-placeholder {
  font-size: 14px;
  text-align: center;
}

.formtextfield.noicon.about::placeholder {
  font-size: 14px;
  text-align: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 12px;
  background-color: transparent;
  opacity: 1;
  color: #fff;
  text-align: left;
}

.mainsection {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(100%, hsla(0, 0%, 100%, 0.65)), to(#fff)), url('../images/newBG2-1920x1279.png');
  background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0.65) 100%, #fff), url('../images/newBG2-1920x1279.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  opacity: 1;
}

.mainsection.home {
  position: static;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
}

.imagewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.photoswrapper {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 95%;/*custom*/
}

.magesrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.magesrow.icons {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: start; /*CUSTOM*/
}

.body {
  background-color: transparent;
}

.buttonsrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-top: 5vh;
  clear: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.buttonsrow.modal {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.formrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.formrow.horizontalspecial {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.formrow.horizontalspecial.leftalign {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
}

.formrow.about {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.formrow.aboutplan {
  width: 85%;
  text-align: left;
}

.formrow.aboutplan.headerplans {
  margin-bottom: 0px;
}

.radiobutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-right: 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;
}

.radiostyle {
  margin-top: 0px;
  margin-left: 0px;
}

.radiolabel {
  width: 100px;
  margin-bottom: 0px;
  padding-left: 15px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}

.radiolabel.tems {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-transform: none;
}

.textarea {
  overflow: auto;
  width: 90%;
  min-height: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: left;
}

.formblock-2 {
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  text-align: center;
}

.step-title-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 19px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
}

.startdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5%;
}

.blankdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.navigationdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navigationdiv.header {
  width: 35%;
}

.tittlediv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  max-width: 100%;
}

.imagewrap {
  width: 100%;
  height: 250px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.copytext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #eef5f9;
  font-size: 10px;
  line-height: 10px;
}

.copyfooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eef5f9;
  font-size: 10px;
  line-height: 10px;
}

.appversion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #eef5f9;
  font-size: 10px;
  line-height: 10px;
}

.modalforms {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-span-4 {
  font-weight: 500;
}

.modalformrow {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-jumbo-small-dashboard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 0px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  color: #648597;
  font-size: 29px;
  font-weight: 700;
  text-transform: none;
}

.paragraph-3 {
  color: #000;
  font-size: 16px;
  line-height: 19px;
  text-align: justify;
}

.button-dashboard {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-dashboard:hover {
  background-color: #32343a;
  color: #fff;
}

.button-dashboard:active {
  background-color: #43464d;
}

.button-dashboard.cc-jumbo-button-dashboard {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-dashboard.cc-jumbo-button-dashboard.cc-jumbo-white-dashboard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 0px;
  padding: 5px 10px;
  -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;
  background-color: #9ac8e3;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.button-dashboard.cc-jumbo-button-dashboard.cc-jumbo-white-dashboard:hover {
  background-color: #1b3447;
  color: #fff;
}

.button-dashboard.cc-jumbo-button-dashboard.cc-jumbo-white-dashboard:active {
  background-color: #e1e1e1;
}

.dashboardrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dashboardrow.planlists {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.claimitemrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 15px;
  background-color: #fff;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
}

.listitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  line-height: 20px;
  list-style-type: none;
}

.list-3 {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: justify;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.headeritemdetail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin: 20px auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.plansummary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.planinfo {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #eef5f9;
  font-family: Lato, sans-serif;
}

.planitemdetail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-color: #fff;
  font-size: 14px;
}

.plandetailinfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin: 0px auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.modalbuttondiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.claimitem {
  width: 28%;
  height: 30px;
  max-height: 30px;
  max-width: 28%;
  min-height: 30px;
  min-width: 28%;
}

.claimitem.viewplan {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
}

.claimitem.viewplan.left {
  line-height: 20px;
  text-align: left;
  text-decoration: none;
}

.claimitem.viewplan.left.black {
  color: #000;
}

.claimitem.viewplan.black {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.claimitem.viewplan {
  text-align: center;
}

.signupformpage {
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.27);
  text-align: center;
}

.mainsectionlogin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: linear-gradient(to top, rgba(255, 255, 255, .65) 100%, #fff), url('../images/newBG5-1920x1280.png');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
}

.priorityemaillabel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-video {
  z-index: 1;
  display: block;
  width: 55%;
  height: 52vw;
  margin-top: 0px;
  margin-bottom: 0px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.confirmationcontentwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  text-align: left;
}

.stepparagraphconfirmation {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 27px;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
}

.confirmationrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.accountinforow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.accountinforow.buttoncentered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-11 {
  margin-right: 10px;
  margin-left: 10px;
  font-weight: 700;
}

.div-block-13 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.buttonsdashboard {
  border-radius: 15px;
  background-color: #9ac8e3;
  color: #000;
  line-height: 18px;
  text-align: center;
}

.buttonsdashboard.viewplans {
  font-size: 14px;
  font-weight: 700;
}

.buttonsdashboard.viewplans.uppercased {
  text-transform: uppercase;
}

.navitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  -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;
}

.myplanswrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 40%;
  max-height: 350px;
  min-height: 300px;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 12px;
  background-color: rgba(238, 245, 249, 0.8);
  font-family: Lato, sans-serif;
  -o-object-fit: fill;
  object-fit: fill;
}

.myplanswrapper.myaccount {
  width: 90%;
  margin-bottom: 40px;
}

.myplanswrapper.myaccount.buttonbox {
  min-height: 200px;
}

.plandetailinternalrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.plantittle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.actionbuttons {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #eef5f9;
  font-family: Lato, sans-serif;
}

.actionbuttons.nobg.plans {
  background-color: transparent;
}

.plandetailrow {
  width: 95%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.link-5 {
  text-decoration: none;
}

.link-6 {
  text-decoration: none;
}

.link-7 {
  text-decoration: none;
}

.link-8 {
  text-decoration: none;
}

.link-9 {
  text-decoration: none;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-4 {
  margin-top: 20px;
}

.rowitem {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.rowitem {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.rowitem {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rowitem.hidden {
  display: none;
}

.modalwrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  height: 100%;
  padding-top: 80px;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.modalcontentwrapper {
  width: 450px;
  max-width: 100%;
  margin: auto;
  padding: 20px;
  background-color: #fff;
}

.heading-4 {
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.paragraph-5 {
  font-family: Lato, sans-serif;
  color: #000;
  font-weight: 400;
}

.closelink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #999;
  font-size: 12px;
  text-align: right;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 12px;
  background-color: transparent;
  opacity: 1;
  color: #fff;
  text-align: left;
}

.form-step-number-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  margin-left: 10px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #dbdbdb;
  color: #000;
  font-size: 14px;
}

.form-step-number-3.completed {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #9ac8e3;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.completed-form-illustrations---brix-2 {
  margin-bottom: 18px;
}

.stepparagraph-4 {
  display: block;
  width: 60%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.step-title-3 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-20 {
  width: 10px;
  border-radius: 10px;
  background-color: #dddcdc;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 13px;
  line-height: 14px;
}

.div-block-21 {
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: -webkit-fill-available;
}

.field-label-2 {
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.field-label-2.subtitle {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.field-label-2.subtitle.congratulationsubtittle {
  font-family: Lato, sans-serif;
  color: #045c94;
  font-size: 16px;
  font-weight: 900;
}

.field-label-2.subtitle.afterbuttonsnote {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 900;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-24 {
  width: 150px;
  height: 5px;
  background-color: #9ac8e3;
}

.image-6 {
  text-align: right;
}

.text-block-13 {
  font-weight: 700;
}

.text-block-14 {
  color: #000;
  font-size: 12px;
  line-height: 15px;
}

.photosourcecontainer {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width:33%; /*custom*/
}

/*custom class*/
.photosourcecontainer > input {
    position: absolute;
    z-index: 13;
    cursor: pointer;
    opacity: 0;
    width: 40px;
    height: 40px;
}

.myaccountsides {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.myaccountoptions {
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.updateinfotabstittle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 26px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.updateboxlabel {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}

.updateboxlabel.center {
  text-align: center;
}

.form-4 {
  width: 80%;
  margin-top: 40px;
}

.updateboxinput {
  border-radius: 12px;
}

.updateboxinput.street {
  width: 20%;
  margin-right: 10px;
  margin-left: 10px;
}

.updateboxinput.streetname {
  width: 65%;
  margin-left: 10px;
  padding-right: 10px;
}

.updateboxinput.unitnumber {
  width: 15%;
  margin-right: 10px;
  margin-left: 10px;
}

.updateboxinput.city {
  width: 40%;
  margin-right: 10px;
  margin-left: 10px;
}

.updateboxinput.state {
  width: 20%;
  margin-right: 10px;
  margin-left: 10px;
}

.updateboxinput.zipcode {
  width: 20%;
  margin-right: 10px;
  margin-left: 10px;
}

.updatedatawrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 45%;
  max-height: 400px;
  max-width: 689.703125px;
  min-height: 350px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 12px;
  background-color: rgba(238, 245, 249, 0.8);
  font-family: Lato, sans-serif;
  -o-object-fit: fill;
  object-fit: fill;
}

.formrow-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.radiolabel-2 {
  margin-bottom: 0px;
  padding-left: 15px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}

.radiolabel-2.light {
  font-weight: 500;
}

.updatepreferredwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 25px 10px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 12px;
  background-color: rgba(238, 245, 249, 0.8);
  font-family: Lato, sans-serif;
  -o-object-fit: fill;
  object-fit: fill;
}

.preferredmethodlabel {
  font-family: Exo, sans-serif;
  font-size: 14px;
}

.preferredmethodlabel.updateboxlabel {
  font-size: 16px;
  text-align: center;
}

.helpasking {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.tittleboxalternative {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-7 {
  margin-left: 20px;
}

.image-8 {
  margin-left: 20px;
}

.alternativewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 40%;
  max-height: 400px;
  max-width: 689.703125px;
  min-height: 250px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 12px;
  background-color: rgba(238, 245, 249, 0.8);
  font-family: Lato, sans-serif;
  -o-object-fit: fill;
  object-fit: fill;
}

.undelletters {
  font-size: 12px;
  font-weight: 400;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.manageaddressform {
  margin-top: 40px;
}

.text-block-15 {
  text-transform: none;
}

.alternateadrreswrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 45%;
  max-height: 400px;
  max-width: 689.703125px;
  min-height: 250px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 12px;
  background-color: rgba(238, 245, 249, 0.8);
  font-family: Lato, sans-serif;
  -o-object-fit: fill;
  object-fit: fill;
}

.buttonsdashboard-2 {
  border-radius: 15px;
  background-color: #9ac8e3;
  color: #000;
  line-height: 18px;
  text-align: center;
}

.buttonsdashboard-2.viewplans {
  padding: 5px 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
}

.div-block-27 {
  width: 70%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  line-height: 20px;
}

.text-block-16 {
  margin-right: 10px;
  margin-left: 10px;
}

.heading-5 {
  color: #000;
  font-size: 16px;
  text-align: center;
/*  text-decoration: underline;*/
}

.dashboardboxswrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 45%;
 /* height: 42vh; */
  margin: 20px 0px 0px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 15px;
  background-color: rgba(238, 245, 249, 0.8);
  font-family: Lato, sans-serif;
  -o-object-fit: fill;
  object-fit: fill;
}

.dashboardboxswrapper.lowerrowdashboard {
  height: auto;
}

.dashboardboxswrapper.lowerrowdashboard.lowerrowmyplansmobile {
  overflow: auto;
  padding-right: 10px;
  padding-left: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

.mainsection-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/thirdSofa-1920x1160.png');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
}

.mainsection-2.home {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.mainsection-2.home {
  background-image: none;
}

.paragraph-dashboardplan {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  line-height: 24px;
  text-align: justify;
}

.image-9 {
  max-height: 200px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-jumbo-small-dashboard-plan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  color: #648597;
  font-size: 29px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  text-transform: capitalize;
}

.link-12 {
  margin-right: 7px;
  margin-left: 7px;
  color: #045c94;
  font-weight: 700;
}

.link-13 {
  margin-left: 7px;
  color: #045c94;
  font-weight: 700;
}

.heading-jumbo-small-dashboard-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  color: #648597;
  font-size: 40px;
  line-height: 40px;
  text-align: left;
  text-transform: capitalize;
}

.heading-jumbo-small-dashboard-3.hometitle {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.heading-jumbo-small-dashboard-3.hometitle.howtotittle {
  font-size: 23px;
  text-transform: none;
}

.dashboardrow-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin: 20px auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.dashboardintroduction-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 50%;
  height: 350px;
  max-height: 350px;
  max-width: none;
  min-height: 350px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #eef5f9;
  font-family: Lato, sans-serif;
  -o-object-fit: fill;
  object-fit: fill;
}

.dashboardintroduction-2.header {
  width: 45%;
  height: 52vw;
  max-height: none;
  min-height: auto;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.homepreregister {
  font-size: 24px;
  text-align: center;
}

.bold-text-6 {
  margin-left: 0px;
  font-weight: 400;
}

.homelistitem {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.bold-text-7 {
  font-weight: 400;
}

.bold-text-8 {
  font-weight: 400;
}

.offerstittle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.offersitemimage {
  display: block;
  overflow: auto;
  width: 100%;
  max-height: none;
  min-height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #eef5f9;
  /*background-image: url('../images/comming-soon.jpg'); CUSTOM*/
  background-position: 50% 50%;
  background-size: cover;
  font-family: Lato, sans-serif;
  -o-object-fit: fill;
  object-fit: fill;
}

.offersitemtext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  max-height: none;
  max-width: none;
  min-height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 40px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #eef5f9;
  font-family: Lato, sans-serif;
  -o-object-fit: fill;
  object-fit: fill;
}

.offersitemwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin: 20px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.offersrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin: 20px auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  flex-wrap: wrap;/*CUSTOM*/
}

.offerspreregister {
  font-size: 24px;
  text-align: center;
}

.offerspreregister.offersbottomstyle {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 18px;
  text-align: justify;
}



  /*custom class*/
  .pdfName {
    font-weight: 600;
    color: black;
  }

.receiptimagerow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 0px auto 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.receiptimagerow.receipttittle {
  margin-top: 40px;
}

.receiptimageswrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 45%;
  max-height: 300px;
  min-height: 300px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  background-color: rgba(238, 245, 249, 0.8);
  font-family: Lato, sans-serif;
  -o-object-fit: fill;
  object-fit: fill;
}

.receippic {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.receipttittle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-top: 0px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  color: #648597;
  font-size: 29px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.formrow-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.formrow-3.verticalnote {
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-content-3 {
  overflow: hidden;
  padding: 0px 0px 20px;
}

.formblock-3 {
  width: 85%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eef5f9), to(#eef5f9));
  background-image: linear-gradient(180deg, #eef5f9, #eef5f9);
  opacity: 0.95;
  text-align: center;
}

.buttonsrow-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.faqtypewrapper {
  max-width: 886px;
  margin-right: auto;
  margin-left: auto;
}

.faqtypewrapper.preview-page {
  max-width: 55%;
}

.faqcontainer {
  padding: 20px 10px;
  border-radius: 20px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.questiontrigger {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width:100%;
}

.questionarrowwrapper {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  padding-bottom: 2px;
  -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;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #9ac8e3;
}

.answerwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width:100%;
}

.answerparagraph {
  width: 100%;
  max-width: 90%;
  margin-top: 18px;
  margin-bottom: 0px;
  font-family: Exo, sans-serif;
  font-size: 14px;
}

.question {
  font-family: Exo, sans-serif;
  color: #170f49;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

.openanswerarrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  min-height: 30px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.06);
}

.questionanswerwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 14px;
  background-color: #fff;
  cursor: pointer;
}

.questionanswerwrapper.accordion-1---brix {
  margin-bottom: 32px;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid transparent;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.19);
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.questionanswerwrapper.accordion-1---brix:hover {
  box-shadow: 0 14px 21px 0 rgba(74, 58, 255, 0.06);
}

.arrowline {
  position: absolute;
  width: 11px;
  min-height: 2px;
  border-radius: 500px;
  background-color: #4a3aff;
}

.arrowline.upline {
  right: 7px;
  background-color: #9ac8e3;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #9ac8e3;
}

.arrowline.downline {
  left: 7px;
  background-color: #9ac8e3;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #9ac8e3;
}

.accountquestion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-right: 10px;
  padding-left: 10px;
  -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-radius: 20px;
  background-color: #fff;
  color: #000;
}

.bold-text-9 {
  font-weight: 500;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-31 {
  margin-top: 20px;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.flex-body.qr {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, hsla(0, 0%, 100%, 0.5)), to(#fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5) 100%, #fff);
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: scroll;
}

.dashboardintroductionqr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 50%;
  height: 350px;
  max-height: 350px;
  max-width: none;
  min-height: 350px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #eef5f9;
  font-family: Lato, sans-serif;
  -o-object-fit: fill;
  object-fit: fill;
}

.dashboardintroductionqr.header-qr {
  overflow: auto;
  width: 100%;
  height: 100%;
  max-height: none;
  min-height: auto;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(238, 245, 249, 0.78);
}

.qrcontainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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-radius: 40px;
  background-color: #fff;
}

.tittleqr {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #366179;
  font-size: 46px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
}

.cf-gradient-span {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #b16cea), color-stop(60%, #ff5e69), color-stop(80%, #ff8a56), to(#ffa84b));
  background-image: linear-gradient(90deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  font-family: Montserrat, sans-serif;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.list-4 {
  padding-left: 20px;
}

.list-5 {
  padding-left: 20px;
}

.columnqr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.subtittleqr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  color: #648597;
  font-size: 40px;
  line-height: 40px;
  text-align: left;
  text-transform: capitalize;
}

.subtittleqr.hometitleqr {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.buttonqr {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.buttonqr:hover {
  background-color: #32343a;
  color: #fff;
}

.buttonqr:active {
  background-color: #43464d;
}

.buttonqr.jumbobuttonqr {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.buttonqr.jumbobuttonqr.jumbowhitebuttonqr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 40px;
  margin-bottom: 0px;
  padding: 5px 10px;
  -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;
  background-color: #9ac8e3;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.buttonqr.jumbobuttonqr.jumbowhitebuttonqr:hover {
  background-color: #1b3447;
  color: #fff;
}

.buttonqr.jumbobuttonqr.jumbowhitebuttonqr:active {
  background-color: #e1e1e1;
}

.bodyQr {
  height: 100vh;
  background-image: url('../images/newBG2-1920x1279.png');
  background-position: 0px 0px;
  background-size: cover;
}

.image-10 {
  width: 250px;
}

    .customPhoneWidth {
      width: 50% !important;
    }

        .customEmailLog{
            width: 50% !important;
        }

@media screen and (min-width: 1920px) {
     /*custom class*/
    .customPhoneWidth {
      width: 50% !important;
    }

        .customEmailLog{
            width: 50% !important;
        }

  .container {
    max-width: none;
    color: #fff;
    font-size: 16px;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    background-color: #9ac8e3;
    font-size: 18px;
  }

  .button.cc-jumbo-button.cc-jumbo-white:hover {
    background-color: #1b3447;
    color: #fff;
  }

  .button.cc-jumbo-button.cc-jumbo-white.itemdetailbutton {
    width: 180px;
  }

  .button.cc-jumbo-button.cc-jumbo-white.itemdetailbutton.alternateblue {
    width: 200px;
  }

  .heading-jumbo {
    background-color: transparent;
    opacity: 1;
    font-size: 33px;
    text-transform: none;
    white-space: normal;
  }

  .heading-jumbo-small {
    text-transform: uppercase;
    white-space: normal;
  }

  .heading-jumbo-small.marginup {
    width: 100%;
  }

  .navigation-item {
    font-size: 16px;
    line-height: 20px;
  }

  .navigation-item:hover {
    color: #f5f2f2;
  }

  .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 75px;
  }

  .container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 0px;
  }

  .logosubheader {
    display: block;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .logotext {
    font-size: 46px;
  }

  .text-block-3 {
    font-size: 24px;
  }

  .logotextbold {
    font-size: 35px;
  }

  .titlediv {
    font-size: 19px;
  }

  .headerbuttons {
    margin-left: 20px;
  }

  .bold-text-3 {
    line-height: 20px;
  }

  .modal-wrapper-login {
    display: none;
  }

  .heading {
    -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;
    font-size: 30px;
    line-height: 47px;
  }

  .modalquestion {
    font-size: 19px;
  }

  .close-link {
    font-size: 24px;
  }

  .field-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .formfieldlabels {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
  }

  .footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .formblock {
    width: 90%;
    min-height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .form-step-progress-bar {
    min-height: 10px;
  }

  .form-step-progress-bar.current-step {
    min-height: 10px;
  }

  .form-button.leftbutton {
    font-size: 18px;
  }

  .form-button.leftbutton.preview-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    -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;
    font-size: 20px;
  }

  .form-button.leftbutton.preview-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    -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;
    font-size: 20px;
  }

  .form-button.rightbutton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    -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;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    font-size: 18px;
    text-transform: capitalize;
  }

  .form-button.rightbutton.preview-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    background-color: #9ac8e3;
    color: #000;
    font-size: 20px;
    font-weight: 700;
  }

  .form-button.rightbutton.preview-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    -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;
    background-color: #9ac8e3;
    color: #000;
    font-size: 20px;
    font-weight: 700;
  }

  .form-button.rightbutton.preview-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #9ac8e3;
    color: #000;
    font-size: 20px;
    font-weight: 700;
  }

  .step-title {
    font-size: 30px;
    text-transform: capitalize;
  }

  .step-title.congratulationstittle {
    font-size: 25px;
    line-height: 30px;
  }

  .stepparagraph {
    font-size: 18px;
  }

  .stepparagraph.leftalign {
    line-height: 25px;
  }

  .form-step-number {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .form-step-number.completed {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .form-label {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
  }

  .form-label.noclue {
    margin-bottom: 20px;
  }

  .formitem {
    width: 40%;
  }

  .formitem.aboutyourself {
    width: 100%;
  }

  .formtextfield.noimage {
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 16px;
    text-align: center;
  }

  .formtextfield.noicon {
    font-size: 16px;
  }

  .formtextfield.noicon::-webkit-input-placeholder {
    font-size: 16px;
  }

  .formtextfield.noicon:-ms-input-placeholder {
    font-size: 16px;
  }

  .formtextfield.noicon::-ms-input-placeholder {
    font-size: 16px;
  }

  .formtextfield.noicon::placeholder {
    font-size: 16px;
  }

  .mainsection.home {
    text-transform: capitalize;
  }

  .buttonsrow {
    width: 60%;
  }

  .formrow {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .formrow.horizontalspecial.leftalign {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .textarea {
    min-height: 300px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .formblock-2 {
    min-height: auto;
  }

  .blankdiv {
    font-size: 20px;
  }

  .imagewrap {
    height: 280px;
  }

  .modalforms {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .text-span-5 {
    font-weight: 500;
  }

  .paragraph-3 {
    font-size: 18px;
    line-height: 25px;
  }

  .button-dashboard.cc-jumbo-button-dashboard.cc-jumbo-white-dashboard {
    background-color: #9ac8e3;
    font-size: 24px;
  }

  .button-dashboard.cc-jumbo-button-dashboard.cc-jumbo-white-dashboard:hover {
    background-color: #1b3447;
    color: #fff;
  }

  .dashboardrow {
    width: 65%;
    margin-top: 100px;
  }

  .listitem {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 30px;
  }

  .plansummary {
    text-transform: uppercase;
    white-space: normal;
  }

  .planinfo {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .claimitem.viewplan.black {
    font-size: 20px;
  }

  .claimitem.viewplan {
    font-size: 16px;
  }

  .confirmationcontentwrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .stepparagraphconfirmation {
    margin-left: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 20px;
  }

  .div-block-10 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .text-block-11 {
    font-size: 20px;
  }

  .buttonsdashboard.viewplans {
    font-size: 20px;
    font-weight: 700;
  }

  .myplanswrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .actionbuttons {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .actionbuttons.nobg {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .form-step-number-3 {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .form-step-number-3.completed {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .stepparagraph-4 {
    width: 60%;
    font-size: 23px;
  }

  .step-title-3 {
    font-size: 30px;
    text-transform: capitalize;
  }

  .image-5 {
    width: 70px;
    height: 70px;
  }

  .div-block-21 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .field-label-2 {
    font-weight: 700;
  }

  .field-label-2.subtitle.congratulationsubtittle {
    font-size: 14px;
    line-height: 25px;
  }

  .field-label-2.subtitle.afterbuttonsnote {
    margin-top: 30px;
  }

  .image-6 {
    color: #045c94;
  }

  .text-block-14 {
    margin-top: 10px;
    font-size: 18px;
  }

  .myaccountoptions {
    font-size: 18px;
  }

  .updateinfotabstittle {
    text-transform: uppercase;
    white-space: normal;
  }

  .updateboxlabel {
    font-size: 20px;
  }

  .updatedatawrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .updatepreferredwrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .preferredmethodlabel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
  }

  .preferredmethodlabel.updateboxlabel {
    font-size: 18px;
  }

  .alternativewrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .alternateadrreswrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .buttonsdashboard-2.viewplans {
    font-size: 16px;
  }

  .dashboardboxswrapper {
    height: 40vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .dashboardboxswrapper.lowerrowdashboard {
    height: 40vh;
    margin-bottom: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .dashboardboxswrapper.lowerrowdashboard.lowerrowmyplansmobile {
    overflow: auto;
    height: 40vh;
  }

  .mainsection-2.home {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .mainsection-2.home {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .paragraph-dashboardplan {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    line-height: 35px;
  }

  .image-9 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .heading-jumbo-small-dashboard-plan {
    text-transform: capitalize;
    white-space: normal;
  }

  .heading-jumbo-small-dashboard-3 {
    font-size: 45px;
    line-height: 50px;
    text-transform: capitalize;
    white-space: normal;
  }

  .heading-jumbo-small-dashboard-3.hometitle {
    font-size: 35px;
    line-height: 35px;
    text-transform: none;
  }

  .heading-jumbo-small-dashboard-3.hometitle.howtotittle {
    font-size: 30px;
  }

  .dashboardrow-3 {
    width: 95%;
  }

  .dashboardintroduction-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .homepreregister {
    margin-top: 10px;
    font-size: 28px;
    line-height: 35px;
  }

  .homelistitem {
    font-size: 24px;
    line-height: 35px;
  }

  .offersitemimage {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .offersitemtext {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .offerspreregister {
    font-size: 26px;
  }

  .receiptimagerow {
    margin-top: 40px;
  }

  .receiptimageswrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .receipttittle {
    margin-bottom: 0px;
    text-transform: uppercase;
    white-space: normal;
  }

  .formblock-3 {
    width: 90%;
    min-height: auto;
    margin-right: auto;
    margin-left: auto;
    opacity: 0.9;
  }

  .faqtypewrapper.preview-page {
    max-width: 85%;
  }

  .answerparagraph {
    font-size: 20px;
  }

  .question {
    font-size: 22px;
  }

  .accountquestion {
    font-size: 19px;
  }

  .div-block-33 {
    width: 100%;
    margin-top: 40px;
  }

    /*custom class*/
    .containerWidth {
      width: 65%;
    }

}
@media screen and (max-width: 1200px) {

  /*custom class*/
  .containerWidth {
    width: 90%;
  }

}

@media screen and (max-width: 991px) {

  /*custom class*/
  .pdfName {
    font-size: 12px
  }

     /*custom class*/
    .customPhoneWidth {
      width: 100% !important;
    }

    .customEmailLog{
        width: 100% !important;
    }

  .section.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container {
    margin-top: 0px;
  }

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    line-height: 20px;
  }

  .button.cc-jumbo-button.cc-jumbo-white.loginbutton {
    width: 100px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .button.cc-jumbo-button.cc-jumbo-white.itemdetailbutton {
    width: 150px;
    font-size: 14px;
    line-height: 14px;
  }

  .button.cc-jumbo-button.cc-jumbo-white.itemdetailbutton.alternateblue {
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-jumbo {
    font-size: 18px;
    line-height: 50px;
  }

  .heading-jumbo-small {
    font-size: 30px;
  }

  .heading-jumbo-small.marginup {
    font-size: 25px;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    position: static;
    margin-left: 30px;
  }

  .navigation-wrap {
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .navigation {
    padding: 0px;
  }

  .navigation-item {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: transparent;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .navigation-items {
    background-color: transparent;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .header {
    height: 63px;
  }

  .text-block-3 {
    font-size: 12px;
  }

  .logotextbold {
    font-size: 25px;
  }

  .titlediv {
    overflow: hidden;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 14px;
    text-align: center;
  }

  .bold-text-3 {
    font-size: 18px;
  }

  .bold-text-4 {
    font-size: 12px;
  }

  .sign-up-form {
    width: 70%;
  }

  .heading {
    font-size: 20px;
    font-weight: 500;
  }

  .formfieldlabels {
    font-size: 12px;
  }

  .formmodaltext {
    width: 60%;
  }

  .footer {
    margin-bottom: 0px;
  }

  .formblock {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .form-button.leftbutton.preview-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 140px;
    min-height: 40px;
    margin-left: 0px;
    -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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .form-button.leftbutton.preview-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 140px;
    min-height: 40px;
    -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;
  }

  .form-button.rightbutton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .form-button.rightbutton.preview-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 140px;
    min-height: 40px;
    -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;
  }

  .form-button.rightbutton.preview-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 140px;
    min-height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .form-button.rightbutton.preview-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 140px;
    min-height: 40px;
    -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;
  }

  .step-title {
    font-size: 22px;
  }

  .steps-bar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .multi-step-form-radio-trigger---brix {
    padding-right: 24px;
    padding-left: 64px;
    font-size: 16px;
  }

  .form-content {
    padding-top: 0px;
  }

  .form-label {
    margin-bottom: 10px;
  }

  .form-label.plantypedropdown {
    margin-bottom: 10px;
  }

  .formitem {
    padding-right: 10px;
    padding-left: 10px;
  }

  .formtextfield.noimage {
    height: 45px;
    min-height: auto;
    padding-left: 10px;
    font-size: 12px;
  }

  .formtextfield.noicon {
    min-height: 0px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 15px;
  }

  .formtextfield.noicon::-webkit-input-placeholder {
    font-size: 12px;
  }

  .formtextfield.noicon:-ms-input-placeholder {
    font-size: 12px;
  }

  .formtextfield.noicon::-ms-input-placeholder {
    font-size: 12px;
  }

  .formtextfield.noicon::placeholder {
    font-size: 12px;
  }

  .formtextfield.noicon.about::-webkit-input-placeholder {
    font-size: 12px;
  }

  .formtextfield.noicon.about:-ms-input-placeholder {
    font-size: 12px;
  }

  .formtextfield.noicon.about::-ms-input-placeholder {
    font-size: 12px;
  }

  .formtextfield.noicon.about::placeholder {
    font-size: 12px;
  }

  .mainsection {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-size: cover;
  }

  .imagewrapper {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    padding-right: 0px;
  }

  .buttonsrow {
    width: 90%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .formrow {
    width: 90%;
  }

  .radiolabel.tems {
    width: 100%;
    font-size: 12px;
  }

  .textarea {
    min-height: 300px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .startdiv {
    width: 5%;
  }

  .navigationdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .tittlediv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .imagewrap {
    height: 150px;
  }

  .button-dashboard {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-dashboard.cc-jumbo-button-dashboard.cc-jumbo-white-dashboard {
    line-height: 20px;
  }

  .dashboardrow {
    width: 90%;
    margin-top: 40px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 28px;
  }

  .dashboardrow.planlists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .claimitemrow {
    margin-right: 0px;
    margin-left: 0px;
    padding: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .plansummary {
    font-size: 14px;
  }

  .plandetailinfo {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 28px;
  }

  .claimitem {
    font-size: 14px;
  }

  .claimitem.viewplan {
    width: 27%;
    max-width: 25%;
    min-width: 25%;
    font-size: 13px;
  }

  .claimitem.viewplan.left.black {
    max-width: 30%;
  }

  .claimitem.viewplan.black {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .claimitem.viewplan {
    width: 27%;
    max-width: 25%;
    min-width: 25%;
    font-size: 13px;
  }

  .signupformpage {
    width: 70%;
  }

  .mainsectionlogin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-size: cover;
  }

  .background-video {
    display: block;
    width: 95%;
    height: 95vw;
  }

  .buttonsdashboard {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }

  .buttonsdashboard.viewplans {
    font-size: 12px;
    line-height: 13px;
  }

  .myplanswrapper {
    width: 100%;
    min-height: auto;
    margin-bottom: 20px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 12px;
  }

  .link-5 {
    font-size: 14px;
  }

  .link-6 {
    font-size: 14px;
    text-align: center;
  }

  .link-7 {
    font-size: 14px;
  }

  .link-8 {
    font-size: 14px;
  }

  .link-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 14px;
    text-align: center;
  }

  .image-4 {
    width: 90px;
  }

  .rowitem {
    width: 25%;
  }

  .stepparagraph-4 {
    width: 75%;
  }

  .div-block-21 {
    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-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .field-label-2.subtitle {
    font-size: 14px;
  }

  .myaccountsides {
    width: 50%;
  }

  .updateinfotabstittle {
    font-size: 19px;
  }

  .form-4 {
    width: 104%;
  }

  .updatedatawrapper {
    width: 80%;
    height: auto;
    min-height: 350px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 12px;
  }

  .updatepreferredwrapper {
    width: 100%;
    height: auto;
    min-height: auto;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 12px;
  }

  .preferredmethodlabel {
    font-size: 12px;
  }

  .alternativewrapper {
    width: 80%;
    height: auto;
    min-height: auto;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 12px;
  }

  .manageaddressform {
    width: 104%;
  }

  .alternateadrreswrapper {
    overflow: visible;
    width: 80%;
    height: auto;
    min-height: 300px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 12px;
  }

  .buttonsdashboard-2 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }

  .buttonsdashboard-2.viewplans {
    font-size: 12px;
    line-height: 13px;
  }

  .dashboardboxswrapper {
    width: 90%;
    height: auto;
    min-height: 350px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .dashboardboxswrapper.lowerrowdashboard {
    height: auto;
    min-height: auto;
  }

  .mainsection-2 {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-size: cover;
  }

  .form-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .heading-jumbo-small-dashboard-3 {
    font-size: 35px;
  }

  .heading-jumbo-small-dashboard-3.hometitle {
    margin-bottom: 10px;
    font-size: 24px;
    text-align: center;
  }

  .heading-jumbo-small-dashboard-3.hometitle.howtotittle {
    font-size: 18px;
  }

  .dashboardrow-3 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dashboardintroduction-2.header {
    width: 95%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .homepreregister {
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
  }

  .homelistitem {
    font-size: 16px;
    line-height: 25px;
  }

  .offersbottomtext {
    font-size: 16px;
    line-height: 16px;
  }

  .offersitemimage {
    /*height: 200px;*/
  }

  .offersitemtext {
    height: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .offersitemwrapper {
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 28px;
  }

  .offersrow {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 28px;
  }

  .offerspreregister {
    margin-bottom: 0px;
    font-size: 20px;
    text-align: center;
  }

  .offerspreregister.offersbottomstyle {
    padding-right: 0px;
    padding-left: 0px;
  }

  .receiptimagerow {
    width: 90%;
    margin-top: 40px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    line-height: 28px;
  }

  .receiptimageswrapper {
    width: 80%;
    height: auto;
    min-height: 350px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 12px;
  }

  .receipttittle {
    margin-bottom: 0px;
  }

  .form-content-3 {
    padding-top: 0px;
  }

  .formblock-3 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .faqtypewrapper.preview-page {
    max-width: 85%;
  }

  .faqcontainer {
    padding: 20px 10px;
  }

  .answerparagraph {
    max-width: 100%;
  }

  .question {
    max-width: 88%;
  }

  .questionanswerwrapper.accordion-1---brix {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {

  .rightColumn { /*custom*/
    flex-direction: column-reverse;
  }


  .section {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    font-size: 14px;
    line-height: 14px;
  }

  .button.cc-jumbo-button.cc-jumbo-white.loginbutton {
    font-size: 13px;
  }

  .button.cc-jumbo-button.cc-jumbo-white.itemdetailbutton {
    width: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 10px;
  }

  .heading-jumbo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    font-size: 15px;
    line-height: 30px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
    font-weight: 500;
  }

  .heading-jumbo-small.marginup {
    font-size: 26px;
  }

  .heading-jumbo-small.marginup {
    font-size: 26px;
  }

  .navigation {
    padding: 0px;
  }

  .navigation-item {
    padding: 0px;
    font-size: 11px;
    list-style-type: none;
  }

  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .header {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-2 {
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-4 {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logosubheader {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    line-height: 16px;
  }

  .text-block-3 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .logotextbold {
    font-size: 20px;
    line-height: 20px;
  }

  .titlediv {
    font-size: 12px;
  }

  .headerbuttons {
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bold-text-3 {
    font-size: 14px;
  }

  .bold-text-4 {
    font-size: 10px;
  }

  .sign-up-form {
    padding: 15px;
  }

  .heading {
    font-weight: 500;
  }

  .modalquestion {
    font-size: 10px;
  }

  .text-block-5 {
    font-size: 13px;
  }

  .formmodaltext {
    width: 70%;
  }

  .formblock {
    width: 90%;
    min-height: auto;
  }

  .submit-content-wrapper {
    margin-top: 32px;
  }

  .form-step-progress-bar {
    display: none;
  }

  .form-button {
    top: 990px;
  }

  .form-button.leftbutton {
    left: -32px;
    width: 135px;
    padding: 10px;
  }

  .form-button.leftbutton.preview-page {
    top: 960px;
    width: 120px;
    min-height: 40px;
  }

  .form-button.leftbutton.preview-page {
    top: 960px;
    width: 120px;
    min-height: 40px;
  }

  .form-button.rightbutton {
    right: -32px;
    width: 135px;
    font-size: 14px;
  }

  .form-button.rightbutton.preview-page {
    top: 960px;
    display: block;
    min-height: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 14px;
  }

  .form-button.rightbutton.preview-page {
    top: 960px;
    width: 120px;
    min-height: 40px;
  }

  .form-button.rightbutton.preview-page {
    top: 960px;
    width: 120px;
    min-height: 40px;
  }

  .step-title {
    font-size: 19px;
  }

  .step-title.congratulationstittle {
    font-size: 21px;
  }

  .stepparagraph {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
  }

  .stepparagraph.leftalign {
    text-align: center;
  }

  .steps-bar {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .form-step-progress-bar-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 100%;
    border-radius: 500px;
    background-color: #dbdbdb;
  }

  .form-step-progress-bar-mobile.step-1 {
    width: 9%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #9ac8e3;
  }

  .form-step-progress-bar-mobile.step-2 {
    width: 24%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #9ac8e3;
  }

  .form-step-progress-bar-mobile.step-7 {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #9ac8e3;
  }

  .form-step-progress-bar-mobile.step-5 {
    width: 68%;
    background-color: #9ac8e3;
  }

  .form-step-number {
    margin-right: 10px;
    margin-left: 10px;
    background-color: #dbdbdb;
    color: #6f6c90;
  }

  .stepsbarwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form---error-message {
    margin-top: 170px;
  }

  .form-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-label {
    font-size: 12px;
  }

  .form-label.noclue {
    margin-bottom: 10px;
  }

  .form-label.plantypedropdown {
    margin-bottom: 10px;
  }

  .formitem {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
  }

  .formitem.tellus {
    margin-bottom: 0px;
  }

  .formitem.aggrement {
    margin-bottom: 0px;
  }

  .formtextfield.noimage {
    width: 100%;
  }

  .formtextfield.noicon {
    width: 100%;
  }

  .formtextfield.noicon::-webkit-input-placeholder {
    font-size: 12px;
  }

  .formtextfield.noicon:-ms-input-placeholder {
    font-size: 12px;
  }

  .formtextfield.noicon::-ms-input-placeholder {
    font-size: 12px;
  }

  .formtextfield.noicon::placeholder {
    font-size: 12px;
  }

  .form {
    overflow: hidden;
    padding-right: 10px;
    padding-bottom: 48px;
    padding-left: 10px;
  }

  .mainsection {
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .magesrow {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .body {
    overflow: auto;
    -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;
  }

  .buttonsrow {
    width: 100%;
  }

  .formrow {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .formrow.horizontalspecial {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .formrow.aboutplan {
    width: 100%;
    text-align: center;
  }

  .formblock-2 {
    min-height: auto;
  }

  .blankdiv {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .navigationdiv {
    width: 39%;
  }

  .navigationdiv.header {
    width: 40%;
  }

  .tittlediv {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .imagewrap {
    height: 120px;
    margin-top: 10px;
  }

  .copyfooter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .appversion {
    line-height: 12px;
  }

  .modalforms {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .heading-jumbo-small-dashboard {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
  }

  .button-dashboard.cc-jumbo-button-dashboard.cc-jumbo-white-dashboard {
    font-size: 14px;
    line-height: 14px;
  }

  .dashboardrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .claimitemrow {
    width: 100%;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .headeritemdetail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .plansummary {
    font-size: 12px;
    line-height: 25px;
    font-weight: 700;
  }

  .planinfo {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .plandetailinfo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .claimitem.viewplan {
    width: auto;
    max-width: 35%;
    min-width: 18%;
  }

  .claimitem.viewplan.black {
    font-size: 12px;
    line-height: 20px;
  }

  .claimitem.viewplan {
    width: auto;
    max-width: 35%;
    min-width: 18%;
  }

  .signupformpage {
    padding: 15px;
  }

  .mainsectionlogin {
    background-size: contain;
    background-attachment: scroll;
  }

  .background-video {
    display: block;
    width: 100%;
    height: 100vw;
  }

  .stepparagraphconfirmation {
    font-size: 14px;
    text-align: justify;
    text-decoration: none;
  }

  .buttonsdashboard.viewplans {
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 10px;
  }

  .myplanswrapper {
    width: 100%;
    height: auto;
    min-height: auto;
    border-radius: 12px;
  }

  .plandetailinternalrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .actionbuttons {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .image-4 {
    width: 70px;
  }

  .form-3 {
    overflow: hidden;
    padding-right: 10px;
    padding-bottom: 48px;
    padding-left: 10px;
  }

  .form-step-number-3 {
    margin-right: 10px;
    margin-left: 10px;
    background-color: #dbdbdb;
    color: #6f6c90;
  }

  .stepparagraph-4 {
    width: 90%;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
  }

  .div-block-19 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-20 {
    display: none;
  }

  .field-label-2 {
    font-size: 10px;
  }

  .field-label-2.subtitle {
    font-size: 14px;
  }

  .field-label-2.subtitle.congratulationsubtittle {
    font-size: 15px;
  }

  .field-label-2.subtitle.afterbuttonsnote {
    margin-top: 10px;
  }

  .myaccountsides {
    width: auto;
  }

  .myaccountoptions {
    margin-left: 20px;
  }

  .updateinfotabstittle {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
  }

  .updatedatawrapper {
    width: 100%;
    height: auto;
    min-height: auto;
    border-radius: 12px;
  }

  .formrow-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .formrow-2.horizontalspecial {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .radiolabel-2.light {
    font-family: Exo, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .updatepreferredwrapper {
    width: 100%;
    height: auto;
    min-height: auto;
    border-radius: 12px;
  }

  .alternativewrapper {
    width: 100%;
    height: auto;
    min-height: auto;
    border-radius: 12px;
  }

  .alternateadrreswrapper {
    width: 100%;
    height: auto;
    min-height: auto;
    border-radius: 12px;
  }

  .buttonsdashboard-2.viewplans {
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 10px;
  }

  .dashboardboxswrapper {
    width: 100%;
    height: auto;
    min-height: 320px;
    border-radius: 12px;
  }

  .dashboardboxswrapper.lowerrowdashboard {
    min-height: auto;
  }

  .mainsection-2 {
    background-size: contain;
    background-attachment: scroll;
  }

  .mainsection-2.home {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .heading-jumbo-small-dashboard-plan {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
  }

  .link-12 {
    margin-right: 7px;
    margin-left: 7px;
  }

  .link-13 {
    margin-left: 7px;
  }

  .heading-jumbo-small-dashboard-3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
  }

  .heading-jumbo-small-dashboard-3.hometitle {
    margin-bottom: 0px;
    font-size: 17px;
  }

  .heading-jumbo-small-dashboard-3.hometitle.howtotittle {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .dashboardrow-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .dashboardintroduction-2 {
    width: 100%;
    height: auto;
    min-height: 250px;
  }

  .dashboardintroduction-2.header {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .homepreregister {
    font-size: 16px;
  }

  .homelistitem {
    font-size: 13px;
    line-height: 15px;
  }

  .offersbottomtext {
    font-size: 13px;
    line-height: 14px;
    text-align: left;
  }

  .offersitemimage {
    width: 20%;
    height: 120px;
  }

  .offersitemtext {
    width: 20%;
    height: 120px;
    line-height: 16px;
  }

  .offersitemwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .offersrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    margin-top: 10px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .offerspreregister {
    font-size: 16px;
  }

  .offerspreregister.offersbottomstyle {
    text-align: justify;
  }

  .receiptimagerow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .receiptimagerow.buttonsrowimages {
    margin-top: 0px;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .receiptimagerow.receipttittle {
    margin-bottom: 0px;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .receiptimageswrapper {
    width: 100%;
    height: auto;
    min-height: auto;
    border-radius: 12px;
  }

  .receipttittle {
    font-size: 25px;
    line-height: 20px;
    font-weight: 500;
  }

  .formrow-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-content-3 {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .formblock-3 {
    width: 90%;
    min-height: auto;
  }

  .faqcontainer {
    padding: 20px 10px;
  }

  .answerparagraph {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.6;
  }

  .question {
    max-width: 85%;
    font-size: 16px;
  }

  .openanswerarrow {
    width: 40px;
    min-height: 40px;
  }

  .questionanswerwrapper.accordion-1---brix {
    margin-bottom: 16px;
    padding: 20px 10px;
  }

  .accountquestion {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {

  .rightColumn { /*custom*/
    flex-direction: column-reverse;
  }

  /*custom class*/
  .pdfName {
    font-size: 10px
  }

   /*custom class*/
  .customPhoneWidth {
    width: 100% !important;
  }

  .customEmailLog{
    width: 100% !important;
  }

  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    display: inline-block;
    width: 120px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 5px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 12px;
    text-align: center;
  }

  .button.cc-jumbo-button.cc-jumbo-white.loginbutton {
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    font-size: 10px;
  }

  .button.cc-jumbo-button.cc-jumbo-white.itemdetailbutton {
    width: auto;
  }

  .heading-jumbo {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .heading-jumbo-small {
    font-size: 16px;
    line-height: 35px;
  }

  .heading-jumbo-small.marginup {
    font-size: 18px;
  }

  .heading-jumbo-small.marginup {
    font-size: 18px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding: 5px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .navigation-item {
    overflow: visible;
    margin-bottom: 5px;
    padding: 5px 5px 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 10px;
    line-height: 10px;
    text-decoration: none;
    list-style-type: none;
  }

  .navigation-item.over {
    font-size: 10px;
    line-height: 10px;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container-2 {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .container-4 {
    display: block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .link {
    font-size: 30px;
    line-height: 100%;
  }

  .link.w--current {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .logosubheader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    -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;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    line-height: 100%;
  }

  .text-block-3 {
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .logotextbold {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .titlediv {
    line-height: 12px;
  }

  .bold-text-3 {
    font-size: 14px;
    line-height: 14px;
  }

  .link-2 {
    line-height: 19px;
  }

  .bold-text-4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 10px;
    line-height: 12px;
  }

  .sign-up-form {
    width: 80%;
    padding: 10px 20px;
    font-size: 11px;
  }

  .heading {
    font-size: 15px;
    font-weight: 500;
  }

  .link-3 {
    padding-left: 2px;
    line-height: 28px;
  }

  .text-block-5 {
    display: block;
    margin-right: 0px;
    font-size: 10px;
    line-height: 16px;
  }

  .field-label {
    font-size: 10px;
  }

  .formfieldlabels {
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
  }

  .formmodaltext {
    width: 100%;
    font-size: 12px;
  }

  .text-field-3 {
    font-size: 10px;
  }

  .formblock {
    width: 95%;
  }

  .form-step-progress-bar {
    display: none;
  }

  .form-button {
    font-size: 16px;
  }

  .form-button.leftbutton {
    position: static;
    left: auto;
    width: 80%;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 13px;
  }

  .form-button.leftbutton.preview-page {
    width: 80px;
    min-height: 50px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 11px;
  }

  .form-button.leftbutton.preview-page {
    min-height: 50px;
    margin-bottom: 0px;
  }

  .form-button.rightbutton {
    position: static;
    right: auto;
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 13px;
    background-color: #9ac8e3;
    font-size: 13px;
    text-transform: capitalize;
  }

  .form-button.rightbutton.preview-page {
    padding: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-transform: none;
  }

  .form-button.rightbutton.preview-page {
    width: 160px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 11px;
  }

  .form-button.rightbutton.preview-page {
    min-height: 50px;
    padding: 10px;
  }

  .step-title {
    font-size: 18px;
  }

  .step-title.next {
    font-size: 18px;
  }

  .stepparagraph {
    text-transform: none;
  }

  .stepparagraph.leftalign {
    font-size: 10px;
  }

  .steps-bar {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .form-step-progress-bar-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 4px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .form-step-progress-bar-mobile.step-1 {
    width: 13%;
    background-color: #9ac8e3;
  }

  .form-step-progress-bar-mobile.step-2 {
    width: 26%;
    background-color: #9ac8e3;
  }

  .form-step-progress-bar-mobile.step-7 {
    width: 100%;
    background-color: #9ac8e3;
  }

  .form-step-progress-bar-mobile.step-5 {
    width: 68%;
    background-color: #9ac8e3;
  }

  .form-step-number {
    width: 25px;
    height: 25px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 14px;
  }

  .form-step-number.completed {
    width: 25px;
    height: 25px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 14px;
    font-weight: 500;
  }

  .stepsbarwrapper {
    padding-bottom: 10px;
  }

  .form---error-message {
    margin-top: 32px;
  }

  .multi-step-form-radio-trigger---brix {
    padding-right: 16px;
    padding-left: 60px;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    white-space: nowrap;
  }

  .form-content {
    padding-top: 0px;
    border-radius: 0px;
  }

  .form-content.photos {
    width: 100%;
  }

  .formitem {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .formitem.aggrement {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .formtextfield.noicon {
    width: 85vw;
    padding-left: 10px;
    border-radius: 14px;
    text-align: center;
  }

  .formtextfield.noicon::-webkit-input-placeholder {
    font-size: 12px;
  }

  .formtextfield.noicon:-ms-input-placeholder {
    font-size: 12px;
  }

  .formtextfield.noicon::-ms-input-placeholder {
    font-size: 12px;
  }

  .formtextfield.noicon::placeholder {
    font-size: 12px;
  }

  .formtextfield.noicon.about {
    width: 85vw;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .form {
    padding: 0px;
  }

  .mainsection {
    background-size: auto, cover;
  }

  .photoswrapper {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 95%;/*custom*/
  }

  .magesrow.icons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    align-items: start; /*CUSTOM*/
  }

.photosourcecontainer{
	width:auto;
		
}
  .body {
    overflow: visible;
  }

  .buttonsrow {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
  }

  .formrow {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .radiobutton {
    padding-right: 10px;
    padding-left: 10px;
  }

  .radiostyle {
    display: block;
  }

  .radiolabel {
    font-size: 12px;
  }

  .radiolabel.tems {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 8px;
    line-height: 14px;
  }

  .formblock-2 {
    overflow: hidden;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .step-title-2 {
    font-size: 16px;
  }

  .startdiv {
    display: none;
  }

  .blankdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .navigationdiv {
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .navigationdiv.header {
    width: 100%;
    min-height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .tittlediv {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .imagewrap {
    height: 150px;
  }

  .copytext {
    font-size: 8px;
  }

  .copyfooter {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .appversion {
    font-size: 8px;
    line-height: 12px;
  }

  .modalformrow {
    line-height: 16px;
  }

  .heading-jumbo-small-dashboard {
    -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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 19px;
  }

  .button-dashboard.cc-jumbo-button-dashboard.cc-jumbo-white-dashboard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-bottom: 10px;
    padding: 5px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 12px;
    text-align: center;
  }

  .dashboardrow {
    margin-top: 10px;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .dashboardrow.planlists {
    margin-bottom: 0px;
  }

  .claimitemrow {
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 10px;
  }

  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    text-align: left;
  }

  .headeritemdetail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
  }

  .plansummary {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 12px;
    line-height: 35px;
    text-align: center;
  }

  .planitemdetail {
    font-size: 10px;
  }

  .plandetailinfo {
    margin-top: 0px;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .modalbuttondiv {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .claimitem {
    width: 25%;
    height: auto;
    max-height: 30px;
    max-width: 25%;
    min-height: auto;
    min-width: 25%;
    font-size: 10px;
    line-height: 100%;
  }

  .claimitem.viewplan.black {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .claimitem.hidemobile {
    display: none;
  }

  .signupformpage {
    width: 80%;
    padding: 10px 20px;
    font-size: 11px;
  }

  .mainsectionlogin {
    background-size: contain;
    background-attachment: scroll;
  }

  .background-video {
    display: block;
    width: 100%;
    height: 100vw;
  }

  .stepparagraphconfirmation {
    line-height: 28px;
  }

  .confirmationrows {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-block-11 {
    font-size: 10px;
  }

  .buttonsdashboard.viewplans {
    font-size: 12px;
    line-height: 12px;
  }

  .navitem {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 12px;
    line-height: 12px;
  }

  .myplanswrapper {
    max-height: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 12px;
  }

  .link-5 {
    font-size: 12px;
    line-height: 12px;
  }

  .link-5.w--current {
    font-size: 12px;
    line-height: 12px;
  }

  .link-6 {
    font-size: 12px;
    line-height: 12px;
    text-align: center;
  }

  .link-6.w--current {
    font-size: 12px;
    line-height: 12px;
    text-align: center;
  }

  .link-7 {
    font-size: 12px;
    line-height: 12px;
  }

  .link-8 {
    font-size: 12px;
    line-height: 12px;
  }

  .link-9 {
    font-size: 12px;
    line-height: 12px;
    text-align: center;
  }

  .image-4 {
    width: 50px;
  }

  .rowitem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 31px;
    text-align: left;
  }

  .rowitem {
    display: block;
  }

  .rowitem.hidden {
    display: none;
  }

  .rowitem {
    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;
    text-align: left;
  }

  .rowitem.buttoncenter {
    margin-top: 20px;
    text-align: center;
  }

  .form-step-number-3 {
    width: 25px;
    height: 25px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 14px;
  }

  .form-step-number-3.completed {
    width: 25px;
    height: 25px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 14px;
    font-weight: 500;
  }

  .stepparagraph-4 {
    width: 100%;
    font-size: 12px;
  }

  .step-title-3 {
    font-size: 14px;
  }

  .image-5 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .div-block-19 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-20 {
    display: none;
  }

  .checkbox-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .field-label-2.subtitle.afterbuttonsnote {
    font-size: 13px;
  }

  .text-block-13 {
    font-size: 12px;
  }

  .aboutrowcontent {
    text-align: center;
  }

  .updateinfotabstittle {
    -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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
  }

  .updateboxlabel {
    font-size: 10px;
  }

  .updatedatawrapper {
    max-height: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 12px;
  }

  .modalformrow-2 {
    line-height: 16px;
  }

  .formrow-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .radiolabel-2.light {
    padding-left: 5px;
    font-size: 10px;
  }

  .updatepreferredwrapper {
    max-height: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 12px;
  }

  .preferredmethodlabel {
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
  }

  .preferredmethodlabel.updateboxlabel {
    font-size: 12px;
  }

  .alternativewrapper {
    max-height: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 12px;
  }

  .alternateadrreswrapper {
    max-height: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 12px;
  }

  .text-block-16 {
    font-size: 10px;
  }

  .dashboardboxswrapper {
    max-height: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 12px;
  }

  .dashboardboxswrapper.lowerrowdashboard {
    height: 50vh;
    overflow:auto;
  }

  .dashboardboxswrapper.lowerrowdashboard.lowerrowmyplansmobile {
    height: 29vh;
  }

  .mainsection-2 {
    background-size: contain;
    background-attachment: scroll;
  }

  .mainsection-2.home {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading-jumbo-small-dashboard-plan {
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
  }

  .link-12 {
    margin-right: 3px;
    margin-left: 3px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .link-13 {
    margin-left: 3px;
  }

  .heading-jumbo-small-dashboard-3 {
    -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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
  }

  .heading-jumbo-small-dashboard-3.hometitle {
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 16px;
    line-height: 16px;
  }

  .heading-jumbo-small-dashboard-3.hometitle.howtotittle {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .dashboardrow-3 {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .dashboardintroduction-2 {
    min-height: 250px;
  }

  .dashboardintroduction-2.header {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 14px;
  }

  .homepreregister {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
  }

  .bold-text-6 {
    font-size: 12px;
    line-height: 14px;
  }

  .homelistitem {
    font-size: 12px;
    line-height: 18px;
  }

  .bold-text-7 {
    font-size: 12px;
    line-height: 14px;
  }

  .bold-text-8 {
    font-size: 12px;
    line-height: 14px;
  }

  .offerstittle {
    margin-top: 0px;
  }

  .offersbottomtext {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
  }

  .offersitemimage {
    overflow: auto;
    width: 40%;
    height: 140px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .offersitemtext {
    overflow: visible;
    height: 150px;
    min-height: auto;
  }

  .offersitemtext.offersbottomtext {
    width: 50%;
    height: auto;
  }

  .offersitemwrapper {
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    background-color: #eef5f9;
  }

  .offersrow {
    width: 97%;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .offerspreregister {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
  }

  .receiptimagerow {
    margin-top: 10px;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .receiptimageswrapper {
    max-height: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 12px;
  }

  .receipttittle {
    -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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
  }

  .formrow-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-content-3 {
    padding-top: 0px;
    border-radius: 0px;
  }

  .formblock-3 {
    width: 95%;
  }

  .faqcontainer {
    padding: 20px 10px;
  }

  .answerparagraph {
    max-width: 100%;
    font-size: 12px;
  }

  .question {
    max-width: 90%;
    font-size: 14px;
  }

  .openanswerarrow {
    width: 20px;
    min-height: 20px;
  }

  .questionanswerwrapper.accordion-1---brix {
    padding: 20px 10px;
  }
}

.forgot-form{
background: #fff;
    padding: 20px 20px;
}

.terms-section{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
 
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 12px;
  background-color: rgba(238, 245, 249, 0.8);
  font-family: Lato, sans-serif;
  -o-object-fit: fill;
  object-fit: fill;
}

.policy-section{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 12px;
  background-color: rgba(238, 245, 249, 0.8);
  font-family: Lato, sans-serif;
  -o-object-fit: fill;
  object-fit: fill;
}

.ml-25{
  margin-left:25px;
}
.font-weight-600{
  font-weight:600;
}
Thanks, 
