.re-container {
    position: relative;
    display: block;
    padding-top: 230px;
}

.re-content {
    position: relative;
    display: block;
    background: #f2f2f2;
    text-align: center;
    padding: 150px 30px;
}

.re-title {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 30px;
    margin: 0px auto 30px;
    font-family: "Heebo";
}

.re-desc {
    position: relative;
    display: block;
    font-size: 32px;
    line-height: 44px;
    color: #282b65;
    font-family: "Heebo";
    font-weight: bold;
    /* margin-bottom: 40px; */
    margin-bottom: 100px;
}

.re-wrap {
    position: relative;
    display: block;
    margin: 0px auto 100px;
    width: 100%;
    max-width: 610px;
}

.re-wrap-title {
    position: relative;
    display: block;
    font-size: 40px;
    font-family: "Heebo";
    font-weight: bold;
    margin-bottom: 30px;
    text-align: left;
}

.mac-os .re-wrap-title {
    margin-bottom: 30px;
    line-height: 25px;
}

.re-group {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.re-label {
    position: relative;
    display: block;
    margin-bottom: 5px;
    font-family: "Heebo";
    font-weight: bold;
    font-size: 32px;
    color: #282b65;
    margin-bottom: 15px;
    width: 100%;
    max-width: 610px;
    text-align: left;
}

.mac-os .re-label {
    line-height: 18px;
    margin-bottom: 0px;
}

.re-text {
    position: relative;
    display: block;
    width: 100%;
    max-width: 610px;
    height: 95px;
    background: #fff;
    border: 0px;
    padding: 0px 15px;
    font-size: 32px;
    font-family: "Heebo";
    font-weight: bold;
    text-align: left;
    margin: 0px auto;
}

.re-text {
    line-height: 40px;
}

.re-submit {
    position: relative;
    display: block;
    margin: 0px auto;
    width: 100%;
    max-width: 610px;
    height: 95px;
    background: #282b65;
    color: #fff;
    font-size: 32px;
    font-family: "Heebo";
    font-weight: bold;
    border: 0px;
}

.mac-os .re-submit {
    line-height: 65px;
}

.re-submit.not-active {
    background: #d2d2d2 !important;
}

.reg-list {
	position: relative;
	display: block;
	margin: 0px auto 10px;
	width: 100%;
	max-width: 760px;
    font-size: 0px;
    color: #282b65;
}

.reg-check {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	top: 10px;
}

.mac-os .reg-check {
    top: 0px;
}

.reg-list.check { 
    max-width: 760px;
    font-size: 28px;
    font-family: "Heebo";
    font-weight: bold;
    text-align: left;
    bottom: 40px;
}

.reg-label2 {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 28px;
	font-family: "Heebo";
    font-weight: bold;
    text-align: left;
}

.mac-os .reg-label2 {
    line-height: 24px;
}

.reg-list a {
    text-decoration: underline;
}

.mac-os .reg-list a {
    line-height: 24px;
}

/* Desktops and laptops */
@media screen and (min-width : 1224px) {

}

@media screen and (max-width: 1367px) {
    .re-container {
        padding-top: 120px;
    }

    .re-content {
        padding: 50px 20px 100px;
    }

    .re-title {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .re-desc {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 50px;
    }

    .re-wrap {
        max-width: 500px;
        margin: 0px auto 50px;
    }

    .re-group {
        margin-bottom: 20px;
    }

    .re-wrap-title {
        font-size: 24px;
        margin-bottom: 15px;
        max-width: 500px;
    }

    .mac-os .re-wrap-title {
        margin-bottom: 25px;
        line-height: 23px;
    }

    .re-label {
        font-size: 18px;
        margin-bottom: 10px;
        max-width: 500px;
    }

    .re-text {
        height: 40px;
        max-width: 500px;
        font-size: 16px;
    }

    .reg-label2 {
        font-size: 14px;
    }

    .reg-list.check {
        font-size: 14px;
        bottom: 20px;
        max-width: 500px;
    }

    .reg-check {
        top: 3px;
    }

    .reg-list.check.check-last {
        margin-bottom: 20px;
    }

    .re-submit {
        height: 50px;
        font-size: 20px;
        max-width: 500px;
    }
}

@media screen and (max-width: 1290px) {
    
}

/* Tablet */
@media screen and (max-width: 1024px) {
    
}

@media screen and (max-width: 970px) {
    
}

/* Mobile */
@media screen and (max-width: 768px) {
	.re-container {
        padding-top: 100px;
    }

    .re-label {
        font-size: 20px;
    }

    .re-title {
        font-size: 24px;
    }

    .re-desc {
        font-size: 16px;
        line-height: 20px;
    }

    .re-wrap-title {
        font-size: 20px;
    }

    .re-label {
        font-size: 16px;
    }
    
    .re-text {
        font-size: 16px;
    }
}

@media screen and (max-width : 670px) {
    
}

@media screen and (max-width : 600px) {
    
}

@media screen and (max-width : 500px) {
    .reg-list.check {
        padding-left: 20px;
    }

	.reg-check {
        position: absolute;
        display: block;
        left: 0px;
    }
}