.error-message-container {
    max-width: none !important;
}

.rep-top {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 100px;
}

.rep-content {
    position: relative;
    display: block;
    width: calc(100% - 60px);
    max-width: 1100px;
    font-size: 0px;
    margin: 0px auto 50px;
}

.rep-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 33.52%;
}

.rep-item:first-child {
    width: calc((100% - 33.52%) - 50px);
    margin-right: 50px;
}

.rep-title {
    position: relative;
    color: #000;
    display: block;
    font-size: 40px;
    font-family: "Heebo";
    margin: 0px 0px 20px;
    line-height: 35px;
}

.rep-title.form {
    text-align: center;
    margin-bottom: 50px;
}

.rep-form {
    position: relative;
    display: block;
    font-size: 0px;
    width: calc(100% - 60px);
    max-width: 768px;
    margin: 0px auto 100px;
}

.rep-list {
    position: relative;
    display: block;
    margin-bottom: 10px;
    font-size: 0px;
}

.rep-list.last {
    margin-bottom: 50px;
}

.rep-label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    width: 250px;
    font-size: 16px;
    color: #202744;
}

.rep-text {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 250px);
    height: 40px;
    background: #f3f3f3;
    font-size: 16px;
    padding: 0px 15px;
    border: 0px;
}

.rep-text.custom {
    background: transparent;
    height: auto;
    font-size: 0px;
    padding: 10px 0px;
}

.rep-ket-list {
    position: relative;
    display: block;
    margin-bottom: 10px;
    font-size: 0px;
}

.rep-ket-list:last-child {
    margin-bottom: 0px;
}

.rep-ket-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 60%;
}

.rep-ket-item:first-child {
    width: 40%;
}

.rep-ket-check {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    top: 4px;
}

.rep-ket-label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}

.rep-icon-image {
    position: relative;
    display: block;
    margin: 0px auto 50px;
}

.rep-note {
    position: relative;
    display: block;
    padding-top: 5px;
    font-size: 14px;
    color: #202744;
    left: -15px;
}

.rep-submit {
    position: relative;
    display: block;
    width: 100%;
    max-width: 400px;
    height: 50px;
    background: #202744;
    color: #fff;
    font-size: 18px;
    border: 2px solid #202744;
    margin: 0px auto;

    -webkit-transition: background 0.4s, color 0.4s;
    -moz-transition: background 0.4s, color 0.4s;
    -ms-transition: background 0.4s, color 0.4s;
    transition: background 0.4s, color 0.4s;
}

.rep-submit:hover {
    background: #fff;
    color: #202744;

    -webkit-transition: background 0.4s, color 0.4s;
    -moz-transition: background 0.4s, color 0.4s;
    -ms-transition: background 0.4s, color 0.4s;
    transition: background 0.4s, color 0.4s;
}

.rep-desc {
    position: relative;
    display: block;
    font-size: 20px;
    font-family: "Heebo";
    line-height: 30px;
    font-weight: bold;
    color: #282b65;
    margin-bottom: 30px;
}

.rep-subitle {
    position: relative;
    display: block;
    font-size: 25px;
    font-family: "Heebo";
    color: #000;
    margin: 0px 0px 10px;
}

.rep-terms {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #282b65;
    font-weight: normal;
}

.rep-terms p:first-child {
    margin-top: 0px;
}

.rep-img {
    position: relative;
    display: block;
    margin: 0px auto 50px;
}

.rep-link {
    position: relative;
    display: table;
    padding: 6px 20px;
    background: #202744;
    color: #fff;
    font-family: "Heebo";
    font-weight: bold;
    font-size: 24px;
    margin: 0px auto;
    border: 2px solid #202744;

    -webkit-transition: background 0.4s, color 0.4s;
    -moz-transition: background 0.4s, color 0.4s;
    -ms-transition: background 0.4s, color 0.4s;
    transition: background 0.4s, color 0.4s;
}

.rep-link:hover {
    background: #fff;
    color: #202744;

    -webkit-transition: background 0.4s, color 0.4s;
    -moz-transition: background 0.4s, color 0.4s;
    -ms-transition: background 0.4s, color 0.4s;
    transition: background 0.4s, color 0.4s;
}

.rep-tab-container {
    position: relative;
    display: block;
    margin: 0px auto 100px;
    width: calc(100% - 60px);
    max-width: 1100px;
    font-size: 18px;
}

.rep-tab {
    width: 100%;
    text-align: center;
}

.rep-tab th {
    color: #000;
    font-family: "Heebo";
    vertical-align: baseline;
}

.rep-tab td {
    color: #202744;
    vertical-align: baseline;
    padding: 2px 10px;
}

.rep-tab tr.space td {
    padding: 10px 10px;
}


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

}

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

/* Tablet */
@media screen and (max-width: 1024px) {
    .rep-tab-container {
        font-size: 14px;
    }
}

@media screen and (max-width: 970px) {
    .rep-title {
        font-size: 30px;
        line-height: normal;
        margin-bottom: 10px;
    }

    .rep-desc {
        font-size: 16px;
        line-height: 25px;
    }

    .rep-subitle {
        font-size: 22px;
    }

    .rep-terms {
        font-size: 16px;
        line-height: 25px;
    }

    .rep-link {
        font-size: 20px;
    }
}

/* Mobile */
@media screen and (max-width: 768px) {
    .rep-item {
        display: block;
        margin: 0px;
        width: 100% !important;
    }

    .rep-item:first-child {
        margin-bottom: 100px;
    }

    .rep-content {
        width: calc(100% - 40px);
    }

    .rep-tab-container {
        width: calc(100% - 40px);
    }
}

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

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

@media screen and (max-width : 500px) {
	.rep-top {
        margin-bottom: 50px;
    }

    .rep-title {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .rep-desc {
        font-size: 14px;
        line-height: 22px;
    }

    .rep-subitle {
        font-size: 20px;
    }

    .rep-terms {
        font-size: 14px;
        line-height: 22px;
    }

    .rep-tab-container {
        font-size: 12px;
    }

    .rep-label {
        display: block;
        width: 100%;
    }

    .rep-text {
        display: block;
        width: 100%;
    }

    .rep-form {
        width: calc(100% - 40px);
    }
}