html {
    overflow-x: hidden;
    font-size: 1vw;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    background: #ffffff;
    line-height: 1.2;
    box-sizing: border-box;
}

body * {
    box-sizing: border-box;
}

.ac-container {
    width: 79.17rem;
    margin: 0 auto;
    position: relative;
}

.img-fluid {
    width: 100%;
}

a {
    text-decoration: none;
    color: #262626;
    -webkit-transition: color 250ms ease-out;
    -moz-transition: color 250ms ease-out;
    -ms-transition: color 250ms ease-out;
    -o-transition: color 250ms ease-out;
    transition: color 250ms ease-out;
}

a:hover {
    color: #5ea3da;
}

h2 {
    font-size: 2.08rem;
    line-height: 2.6rem;
    font-weight: 700;
    color: #1d242d;
    color: #000;
    margin-bottom: 1.3rem;
}

p {
    font-size: 1.04rem;
    font-weight: 400;
    line-height: 1.72rem;
    margin-bottom: 1.72rem;
    text-align: justify;
}

p strong {
    font-weight: 500;
}

.h2 p {
    font-size: 1.6rem;
    line-height: 1.9rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 2.08rem;
}

.h2 p em {
    font-weight: 700;
    color: #1d242d;
    font-style: normal;
}

.h2 p strong {
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    text-decoration: underline;
}

ul {
    font-size: 1.04rem;
    font-weight: 400;
    line-height: 1.72rem;
    text-align: justify;
    margin: 0;
    padding-left: 2.1rem;
}

ul li {
    margin: 0 0 0.4rem;
    padding-left: 0.5rem;
}


.btn {
    border: none;
    font-size: 1.04rem;
    line-height: 1.35rem;
    font-weight: 500;
    padding: 0.89rem 2.19rem !important;
    border-radius: 0.94rem;
    text-transform: uppercase;
    outline: none;
    min-width: 12.92rem;
    letter-spacing: 0.31rem;
}

.btn-sm {
    font-size: 1.04rem;
    letter-spacing: 0.2rem;
    line-height: 1.35rem;
    padding: 0.6rem 1.6rem !important;
}

.btn-lg {
    font-size: 2.08rem;
    font-weight: 400;
    line-height: 2.71rem;
    padding: 1.3rem !important;
}

.btn-primary {
    color: #fff;
    background: #000 !important;
    border-color: #000;
}

.btn-primary:hover {
    background: #222 !important;
}

.btn-primary.pink-text {
    color: #f3cbbb;
}

.btn-white {
    color: #000;
    background: #fff;
}

.btn-white:hover {
    background: #ddd;
}

.btn-secondary {
    color: #000;
    background: #f3cbbb;
}

.btn-secondary:hover {
    color: #000;
    background: #e6beae;
}


.button {
    font-size: 0.83rem;
    line-height: 0.83rem;
    font-weight: 900;
    padding: 1.09rem 0.63rem;
    text-align: center;
    display: inline-block;
    outline: none;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    cursor: pointer;
    background: none;
    border: 1px solid #0248a2;
    color: #0248a2;
    text-transform: none;
    min-width: 14.38rem;
    border-radius: 0.4rem;
    text-transform: uppercase;
}

.button:hover {
    color: #fff;
    background: #0248a2;
}

.button.white {
    color: #fff;
    border: 1px solid #fff;;
}

.button.white:hover {
    background: #fff;
    color: #0248a2;
}

.button.white-filled {
    color: #0248a2;
    background: #fff;
    border: 1px solid #fff;;
}

.button.white-filled:hover {
    color: #fff;
    background: none;
    border: 1px solid #fff;;
}

.button.light-blue {
    color: #fff;
    border: 1px solid #00b2f7;
    background: #00b2f7;
}

.button.light-blue:hover {
    background: #fff;
    color: #00b2f7;
}

.scrollable {
    width: 100%;
    position: relative;
}

.scrollable .viewport
{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.scrollable .overview
{
    top: 0;
    left: 0;
    margin: 0;
    list-style: none;
    position: absolute !important;
    width: 100%;
    -webkit-transition: top 300ms ease-out;
    -moz-transition: top 300ms ease-out;
    -ms-transition: top 300ms ease-out;
    -o-transition: top 300ms ease-out;
    transition: top 300ms ease-out;
}

.scrollable .scrollbar
{
    width: 0.59rem;

    right: -2.2rem;
    position: absolute;
    z-index: 5;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    -ms-transition: opacity 300ms ease-out;
    -o-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
}

.scrollable:hover .scrollbar {
    opacity: 1;
}

.scrollable .track
{
    width: 0.59rem;
    height: 100%;
    position: relative;
    background: none;

}

.scrollable .thumb
{
    width: 0.59rem;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
    background: #481396;
    border: none;
    top: 0;
    left: 0px;
    position: absolute;
    border-radius: 0.47rem;
    border-radius: 0.47rem;
    -webkit-transition: top 300ms ease-out;
    -moz-transition: top 300ms ease-out;
    -ms-transition: top 300ms ease-out;
    -o-transition: top 300ms ease-out;
    transition: top 300ms ease-out;
    transform: scale(1,0.95);
}

.scrollable .thumb .end
{
    display: none;
}

.scrollable .disable
{
    display:none;
}

.scrollable .noSelect
{
    user-select:none;
    -o-user-select:none;
    -moz-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
}




sup {
    font-size: 0.6em;
    position: relative;
    top: 0.1em;
}

.animate-0 {
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

.animate-0r {
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}

.animate-0l {
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}

.animate-1 {
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.animate-2 {
    -webkit-transition: all 1000ms ease-out;
    -moz-transition: all 1000ms ease-out;
    -ms-transition: all 1000ms ease-out;
    -o-transition: all 1000ms ease-out;
    transition: all 1000ms ease-out;
}

.animate-3 {
    -webkit-transition: all 1500ms ease-out;
    -moz-transition: all 1500ms ease-out;
    -ms-transition: all 1500ms ease-out;
    -o-transition: all 1500ms ease-out;
    transition: all 1500ms ease-out;
}

.custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-select select {
    text-overflow: '';
    -moz-appearance: none;
    -webkit-appearance:none;
    appearance: none;
    outline: none;
    cursor: pointer;
    font-family: 'Helvetica Neue LT';
    font-weight: 500;
    width: 100%;
    font-size: 0.89rem;
    background: #fff;
    height: 1.46rem;
    line-height: 1.46rem;
    color: #595959;
    padding: 0 1.04rem 0 0.4rem;
    border: none;
    border-radius: 0.21rem;
}

.custom-select select::-ms-expand {
    display: none;
}

.custom-select::before,
.custom-select::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.custom-select::after { /*  Custom dropdown arrow */
    background: url('../img/dropdown-arrow.png') no-repeat center center;
    background-size: 0.83rem 0.52rem;
    display: block;
    content: "";
    height: 0.52rem;
    width: 0.83rem;
    position: absolute;
    z-index: 1;
    right: 0.2rem;
    top: 0.5rem;
}

.custom-checkbox {
    position: relative;
    margin-right: 0.2rem;
    display: inline-block!important;
    width: 1.2rem;
    height: 1.2rem;
    cursor: pointer;
}

.custom-checkbox input {
    position: relative;
    z-index: 1;
    opacity: 0;
    margin: 0;
    width: 1.2rem;
    height: 1.2rem;
    cursor: pointer;
}

.custom-checkbox i {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 1.3rem;
    height: 1.3rem;
    background: url('../img/checkbox-off.png') no-repeat center center;
    background-size: 1.3rem auto;
}

.custom-checkbox input:checked + i {
    background-image: url('../img/checkbox-on.png');
    background-size: 1.3rem auto;
}

.custom-checkbox.grey i {
    background-image: url('../img/checkbox-off-gray.png');
    opacity: 0.6;
}

.custom-checkbox.grey input:checked + i {
    background-image: url('../img/checkbox-on-gray.png');
}

.custom-checkbox.radio i {
    background-image: url('../img/radio-button-off.png');
}

.custom-checkbox.radio input:checked + i {
    background-image: url('../img/radio-button-on.png');
}

.table {
    display: table;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.overlay-container {
    position: relative;
}

.overlay-container > * {
    position: relative;
    z-index: 1;
}

.overlay {
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.underlay {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.form-group {
    text-align: left;
}

.form-group label {
    font-size: 1.04rem;
    font-weight: 300;
    line-height: 1.25rem;
    margin: 1.3rem 0.5rem 0.5rem;
}

.form-control, .form-select {
    background-color: #edecec;
    border: none;
    outline: none;
    color: #000;
    font-size: 1.04rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.04rem;
    padding: 0.78rem 5.21rem;
    display: block;
    width: 100%;
}

