.nav-bar {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    padding-top: 20px;
    background-color: transparent;
    color: #fff;
}

.wrap {
    display: block;
    width: 940px;
    margin-right: auto;
    margin-left: auto;
}

.wrap._w-custom {
    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;
}

.wrap._w-custom.nav1-dark {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1160px;
    -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;
}

.wrap._w-custom.hero3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1160px;
    padding-top: 20px;
    -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;
}

.nav1 {
    width: 100%;
    background-color: transparent;
}

.nav1-wrap {
    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;
    -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;
}

.nav1-logo-wrapper {
    display: inline-block;
    -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;
}

.logo-img {
    width: 120px;
}

.logo-img-2 {
    width: 200px;
}

.emph {
    color: #4dcfff;
    font-size: 24px;
    font-weight: 400;
}

.button-wrapper {
    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;
}

.hero5-headline-wrap {
    margin-bottom: 20px;
    padding-right: 80px;
}

.hero5-headline-wrap.full {
    width: auto;
}

.heading-2 {
    color: hsla(197.74193548387098, 75.61%, 51.76%, 1.00);
    font-size: 42px;
    line-height: 50px;
    font-weight: 400;
}

._7-col {
    display: inline-block;
    width: 540px;
    margin-right: 20px;
}

._7-col._7-col-last {
    display: inline-block;
    overflow: visible;
    width: 50%;
    margin-right: 0px;
}

._6-col {
    display: inline-block;
    width: 100%;
    margin-right: 20px;
}

.hero-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    min-height: 550px;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #000;
}

.heading-3 {
    font-weight: 400;
}

.lp-button {
    display: inline-block;
    margin-right: 0px;
    margin-left: 0px;
    padding: 14px 29px;
    border-radius: 5px;
    background-color: #6d7280;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.lp-button:hover {
    background-color: #848a9c;
}

.lp-button.full {
    margin-right: 0px;
    margin-left: 0px;
    border-style: solid;
    border-width: 2px;
    border-color: #00b806;
    background-color: #00b806;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.lp-button.full:hover {
    border-color: #00df07;
    background-color: #00e007;
    color: #fff;
}

.lp-button.full.nav {
    padding: 9px 18px;
    border-color: #000;
    background-color: transparent;
    color: #000;
    font-size: 13px;
}

.lp-button.full.nav:hover {
    border-color: hsla(197.74193548387098, 75.61%, 51.76%, 1.00);
    background-color: hsla(197.74193548387098, 75.61%, 51.76%, 1.00);
    color: #fff;
}

.text-20 {
    opacity: 1;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

.text-20.text-20-60 {
    opacity: 0.6;
}

.text-20.button {
    margin-left: 10px;
    opacity: 1;
    font-size: 17px;
}

.text-20.price {
    margin-bottom: 15px;
    opacity: 1;
    font-weight: 700;
}

.text-20.small1 {
    opacity: 0.6;
    font-size: 16px;
}

.grid {
    width: 100%;
}

._2-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-col {
    width: 70%;
    padding-right: 10px;
}

.right-col {
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.h3 {
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}

.h3.right {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 15px;
    background-color: hsla(197.74193548387098, 75.61%, 51.76%, 1.00);
    color: #fff;
    text-align: center;
}

.options-ticker {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5;
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-left: 0px;
    opacity: 0;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
}

.options-ticker:hover {
    border: 1px solid #c00000;
}

.options-type-text {
    margin-top: 5px;
    margin-bottom: -10px;
    color: #000;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
}

.option-wrapper {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100px;
    margin-right: 15px;
    margin-bottom: 0px;
    padding-top: 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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px solid #000;
    border-radius: 2px;
    background-color: #fff;
    background-image: url('../images/D0E8B6E3-9823-402A-90F1-EDF8872ECDE4.png');
    background-position: 50% 10px;
    background-size: auto 50px;
    background-repeat: no-repeat;
    box-shadow: 0 0 18px -5px #000;
    opacity: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-align: center;
}

.option-wrapper:hover {
    border-color: #fff;
    background-color: rgba(0, 150, 136, .12);
    opacity: 1;
}

.option-wrapper:active {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.option-wrapper._1 {
    background-image: url('../images/F7760085-84EA-48FA-8DE2-7A92364FCFBC.png');
    background-size: auto 50px;
}

.option-wrapper._3 {
    background-image: url('../images/2AAA5DD6-763D-4C40-8813-D545B9552D7C.png');
    background-size: auto 50px;
}

.option-wrapper._2 {
    background-image: url('../images/A25F354D-D41D-4692-821C-8620CCEA8E26.png');
    background-size: auto 50px;
}

.overlayoptions {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    height: auto;
    margin: -3px;
    border: 3px solid #009688;
    border-radius: 3px;
    background-color: transparent;
    opacity: 0;
}

.s1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, .11);
    text-align: center;
}

.s1.padding {
    padding-top: 20px;
}

.s1.padding.hor {
    padding-right: 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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px none #000;
}

.options-label {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-right: 1px;
    padding-bottom: 20px;
    padding-left: 1px;
    -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-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
    opacity: 0.6;
    font-family: Ubuntu, Helvetica, sans-serif;
    color: #6f6f6f;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0px;
    text-transform: none;
}

.radio-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 20px 20px 40px;
    -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-style: solid;
    border-width: 2px;
    border-color: hsla(197.74193548387098, 75.61%, 51.76%, 1.00);
}

.radio-field:focus {
    border-width: 3px;
}

.radio-button {
    margin-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
}

.radio-button-label {
    width: 40%;
    color: #949494;
    text-align: left;
}

.plan-name {
    color: #000;
    font-size: 24px;
    line-height: 30px;
}

.price-wrapper {
    width: 100%;
}

.price-wrapper.r {
    text-align: right;
}

.small {
    font-size: 14px;
    line-height: 20px;
}

.d-wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 568px;
    margin-top: 15px;
    -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;
}

.checkbox-wrapper {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 103px;
    height: 43px;
    margin-right: 15px;
    margin-bottom: 0px;
    padding-top: 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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #fff;
    border-radius: 2px;
    background-color: #f0f0f0;
    opacity: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-align: center;
}

.checkbox-wrapper:hover {
    border-color: #fff;
    background-color: rgba(0, 150, 136, .12);
    opacity: 1;
}

.checkbox-wrapper:active {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.overlay1 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    height: auto;
    margin: -3px;
    border: 3px solid #fff;
    border-radius: 3px;
    background-color: hsla(197.74193548387098, 75.61%, 51.76%, 0.50);
    opacity: 0;
}

.checkbox-ticker {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5;
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-left: 0px;
    opacity: 0;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
}

.checkbox-ticker:hover {
    border-style: solid;
    border-width: 1px;
    border-color: hsla(197.74193548387098, 75.61%, 51.76%, 1.00);
}

.checkbox-label {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    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;
    background-color: transparent;
    opacity: 0.6;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: right;
    letter-spacing: 0px;
    text-transform: none;
}

.overlay2 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    height: auto;
    margin: -3px;
    border: 3px solid #fff;
    border-radius: 3px;
    background-color: hsla(197.74193548387098, 75.61%, 51.76%, 0.50);
    opacity: 0;
}

.overlay3 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    height: auto;
    margin: -3px;
    border: 3px solid #fff;
    border-radius: 3px;
    background-color: hsla(197.74193548387098, 75.61%, 51.76%, 0.50);
    opacity: 0;
}

.save {
    position: relative;
    top: 30px;
    color: hsla(197.74193548387098, 75.61%, 51.76%, 1.00);
}

.h4top {
    margin-top: 40px;
}

.inputfield {
    height: 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #bfbfbf;
    border-radius: 4px;
}

.inputfield:hover {
    border-style: solid;
    border-width: 1px;
    border-color: hsla(197.74193548387098, 75.61%, 51.76%, 0.20);
    background-color: hsla(197.74193548387098, 75.61%, 51.76%, 0.20);
}

.inputfield:focus {
    border-color: hsla(197.74193548387098, 75.61%, 51.76%, 1.00);
}

.inputfield.small {
    width: 100px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}

.inputfield.hidden {
    margin-bottom: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    opacity: 0;
}

.inputfield.l {
    margin-left: 5px;
}

.inputfield.r {
    margin-right: 5px;
}

.inputfield.r.s {
    width: 50%;
}

.inputfield.cardtype {
    margin-bottom: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-style: none;
    opacity: 1;
}

.inputfield.cardtype:hover {
    background-color: transparent;
}

.wrapper-gray {
    padding: 15px;
    background-color: #f5f5f5;
}

.form {
    width: 100%;
}

.total-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.nav2-menu-wrapper-dark {
    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;
}

.wrap-2 {
    display: block;
    width: 940px;
    margin-right: auto;
    margin-left: auto;
}

.wrap-2._w-custom.nav2-dark {
    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;
}

.wrap-2.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1160px;
    padding-top: 10px;
    padding-bottom: 10px;
    -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;
}

.nav2-logo-wrapper {
    display: inline-block;
    margin-bottom: -5px;
    -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;
}

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

.section.footer {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: hsla(221.3793103448276, 53.21%, 42.75%, 1.00);
}

.navigation2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 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;
}

.nav2 {
    width: 100%;
    background-color: transparent;
}

.link {
    color: hsla(197.74193548387098, 75.61%, 51.76%, 1.00);
}

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

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

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

.checkbox-field {
    margin-bottom: 20px;
}

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

.split.l {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.image {
    height: 50px;
    margin-right: 10px;
    opacity: 0.3;
}

.image.active {
    opacity: 1;
}

.image-2 {
    width: 37px;
    height: 25px;
    margin-top: 10px;
}

.navbar {
    background-color: transparent;
}

.nav-menu {
    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;
}

.logo-img-3 {
    width: 150px;
}

.navlink {
    color: #000;
    font-weight: 700;
    text-decoration: none;
}

.navlink:hover {
    text-decoration: underline;
}

.inc-button {
    height: 30px;
    background-color: hsla(197.74193548387098, 75.61%, 51.76%, 1.00);
}

.numbers-row {
    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-color: transparent;
}

.incbutton {
    height: 30px;
    background-color: #000;
}

.buttonmod {
    display: none;
    padding: 10px;
    background-color: hsla(197.74193548387098, 75.61%, 51.76%, 1.00);
    color: #fff;
}

.buttonmod.dec {
    display: none;
}

.buttonmod.dec._1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    padding: 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;
    font-size: 30px;
    line-height: 30px;
    cursor: pointer;
}

.buttonmod.inc {
    display: none;
    background-color: #000;
}

.buttonmod.inc._1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    padding: 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;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(197.74193548387098, 75.61%, 51.76%, 1.00);
    background-color: hsla(197.74193548387098, 75.61%, 51.76%, 1.00);
    font-size: 30px;
    line-height: 30px;
    cursor: pointer;
}

.button {
    display: none;
}

@media (max-width: 991px) {
    .nav-bar {
        left: 0px;
        top: 0px;
        right: 0px;
        padding-right: 0px;
        padding-left: 0px;
        background-color: transparent;
    }
    .wrap {
        width: 645px;
    }
    .wrap._w-custom.nav1-dark {
        display: block;
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        background-color: transparent;
    }
    .wrap._w-custom.hero3 {
        padding-top: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .nav1-wrap {
        padding-top: 29px;
        padding-bottom: 29px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .nav1-logo-wrapper {
        display: inline-block;
        margin-left: 30px;
        -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 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .button-wrapper {
        -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;
    }
    .hero5-headline-wrap {
        padding-right: 0px;
        text-align: center;
    }
    ._7-col {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    ._6-col {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
        text-align: center;
    }
    .hero-section {
        padding-right: 10px;
        padding-left: 10px;
    }
    .lp-button.full.nav {
        display: block;
        width: 130px;
        margin-top: 15px;
        margin-left: 20px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .text-20.text-20-60 {
        opacity: 1;
    }
    .text-20.button {
        opacity: 1;
    }
    .text-20.price {
        opacity: 1;
    }
    .text-20.small1 {
        opacity: 1;
    }
    ._2-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .main-col {
        width: 100%;
    }
    .right-col {
        margin-top: 25px;
        padding-left: 0px;
    }
    .option-wrapper {
        width: 170px;
        height: 145px;
        text-align: center;
    }
    .s1.padding {
        margin-bottom: 15px;
        -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;
    }
    .s1.padding.hor {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .options-label {
        padding-bottom: 20px;
        padding-left: 0px;
        font-size: 10px;
        line-height: 14px;
        text-align: center;
    }
    .d-wr {
        max-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .checkbox-wrapper {
        width: 170px;
        height: 50px;
        margin-right: 0px;
        margin-bottom: 30px;
        text-align: center;
    }
    .checkbox-ticker {
        display: block;
    }
    .checkbox-label {
        padding-bottom: 0px;
        padding-left: 0px;
        font-size: 16px;
        line-height: 36px;
        text-align: center;
    }
    .save {
        top: 33px;
        margin-bottom: 0px;
    }
    .structure-cards2-menu-btn {
        margin-right: 30px;
        padding: 0px;
        background-color: transparent;
    }
    .structure-cards2-menu-btn:active {
        background-color: transparent;
    }
    .structure-cards2-menu-btn.w--open {
        margin-right: 30px;
        background-color: transparent;
    }
    .nav2-menu-wrapper-dark {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: 30px;
        padding-top: 10px;
        padding-bottom: 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: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .nav1-menuicon {
        margin-bottom: 3px;
    }
    .wrap-2 {
        width: 645px;
    }
    .wrap-2._w-custom.nav2-dark {
        display: block;
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }
    .nav2-logo-wrapper {
        display: inline-block;
        margin-left: 30px;
        -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 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .navigation2 {
        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;
    }
    .menu-button {
        color: #fff;
    }
    .menu-button.w--open {
        border-style: solid;
        border-width: 1px;
        border-color: hsla(221.3793103448276, 53.21%, 42.75%, 1.00);
        background-color: hsla(221.3793103448276, 53.21%, 42.75%, 1.00);
    }
    .nav-menu {
        padding-bottom: 15px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: hsla(221.3793103448276, 53.21%, 42.75%, 1.00);
        text-align: center;
    }
    .navlink {
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
}

@media (max-width: 767px) {
    .wrap {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
    .nav1 {
        z-index: 10;
    }
    .nav1-logo-wrapper {
        display: inline-block;
    }
    ._7-col._7-col-last {
        width: 100%;
    }
    ._6-col {
        margin-right: 0px;
    }
    .hero-section {
        background-position: 0px 0px, 50% 50%;
    }
    .lp-button {
        margin-bottom: 10px;
    }
    .option-wrapper {
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .s1.padding.hor {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .options-label {
        font-size: 1.1em;
        line-height: 1.2em;
    }
    .checkbox-label {
        font-size: 1.1em;
        line-height: 1.2em;
    }
    .inputfield.hidden {
        display: none;
    }
    .structure-cards2-menu-btn {
        margin-top: -4px;
        padding: 0px;
    }
    .structure-cards2-menu-btn.w--open {
        margin-top: -4px;
    }
    .wrap-2 {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
    .nav2-logo-wrapper {
        display: inline-block;
    }
    .nav2 {
        z-index: 10;
    }
    ._2col1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .left {
        padding-right: 0px;
    }
    .right {
        padding-left: 0px;
    }
}

@media (max-width: 479px) {
    .wrap {
        padding-right: 10px;
        padding-left: 10px;
    }
    .nav1-logo-wrapper {
        margin-left: 10px;
    }
    .logo-img {
        width: 120px;
    }
    .logo-img-2 {
        width: 130px;
    }
    .hero5-headline-wrap {
        text-align: left;
    }
    .heading-2 {
        font-size: 26px;
        line-height: 34px;
    }
    ._6-col {
        text-align: left;
    }
    .hero-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .lp-button {
        display: block;
    }
    .lp-button.full {
        width: 100%;
    }
    .text-20.text-20-60 {
        text-align: left;
    }
    .option-wrapper {
        height: 145px;
        margin-bottom: 15px;
        background-position: 50% 8px;
        background-size: 45px 50px;
    }
    .overlayoptions {
        background-position: 10px 50%;
        background-size: 20px;
    }
    .s1.padding.hor {
        padding-right: 0px;
    }
    .options-label {
        padding-right: 0px;
        padding-left: 0px;
        font-size: 1em;
    }
    .radio-field {
        padding-left: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .radio-button {
        margin-right: 0px;
        margin-bottom: 15px;
        margin-left: 0px;
        padding-right: 0px;
    }
    .radio-button-label {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .checkbox-wrapper {
        width: 100%;
        height: 50px;
        margin-right: 0px;
        margin-bottom: 31px;
        background-image: none;
    }
    .overlay1 {
        background-position: 10px 50%;
        background-size: 20px;
    }
    .checkbox-label {
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        font-size: 1em;
    }
    .overlay2 {
        background-position: 10px 50%;
        background-size: 20px;
    }
    .overlay3 {
        background-position: 10px 50%;
        background-size: 20px;
    }
    .inputfield.small {
        width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .nav2-menu-wrapper-dark {
        margin-right: 0px;
    }
    .nav2-logo-wrapper {
        margin-bottom: 20px;
        margin-left: 0px;
    }
    .navigation2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}



.red_colour{
    color: red;
}

.mini_text{
    font-size: 12px;
}