@font-face {
    font-family: GothamBookRegular;
    src: url(/v3/view/fonts/GothamBookRegular.otf);
}

@font-face {
    font-family: GothamBold;
    src: url(/v3/view/fonts/GB.otf);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    min-width: 320px;
    background-color: black;
}

.content {
    margin: auto;
    font-size: 0;
    width: 1150px;
}

span.first_letter {
    font-family: "Times New Roman", sans-serif;
    font-size: 65pt;
    font-weight: bold;
    line-height: 70px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
    float: left;
    color: #3f0087;
}
h2.special_style {
    font-size: 21pt;
    font-family: GothamBold;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}
h2.special_style:before, h2.special_style:after {
    content: "\00a0";
    font-size: 0;
    background-color: #1bb24b;
    max-width: 100%;
    width: 300px;
    height: 5px;
    position: absolute;
    border-radius: 5px;
    top: 50%;
}
h2.special_style:before {
    right: 100%;
    transform: translate(-15px,-50%);
}
h2.special_style:after {
    left: 100%;
    transform: translate(15px,-50%);
}
.h2-wrapper {
    text-align: center;
    overflow: hidden;
}

.clear {
    clear: both;
}

.hide {
    display: none !important;
}

.relative {
    position: relative;
}

strong {
    font-family: GothamBold;
}
.content p {
    font-size: 13pt;
    text-align: justify;
    margin: 20px 0;
    line-height: 23px;
}
.content p:first-of-type {
    margin-top: 0;
}
.main_logo {
    width: 266px;
    display: inline-block;
    vertical-align: middle;
}
header {
    padding-top: 30px;
}

header nav {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 266px);
    text-align: right;
}

header nav a:hover {
    border-color: white;
}

header nav a:last-of-type {
    margin-right: 0;
}

header nav a {
    color: white;
    font-family: GothamBookRegular, Arial, sans-serif;
    font-size: 13pt;
    display: inline-block;
    vertical-align: middle;
    padding: 20px 5px 15px 5px;
    margin-right: 35px;
    text-decoration: none;
    border-bottom: 5px solid transparent;
    line-height: 30px;
}
.wrapper-1 {
    background-image: url(/v3/view/img/wrapper-1.png);
    background-position-x: right;
}
.wrapper-2 {
    background-image: url(/v3/view/img/wrapper-2.png);
    background-position-x: left;
}
.wrapper-3 {
    background-image: url(/v3/view/img/wrapper-3.png);
    background-position-x: right;
}
.wrapper-4 {
    background-image: url(/v3/view/img/wrapper-4.png);
    background-position-x: right;
}
.img-wrapper {
    padding: 40px 0;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    background-color: #000017;
    background-position-y: center;
    font-family: GothamBookRegular, Arial, sans-serif;
}
.wrapper-color {
    padding: 40px 0;
    color: black;
    background-color: white;
    font-family: GothamBookRegular, Arial, sans-serif;
}
.top-wrapper {
    padding: 140px 0 40px 0;
    margin-top: -100px;
}
.small-top-wrapper {
    background-position-y: -120px;
    background-size: 1300px;
}
footer {
    padding: 20px 0;
    background-color: black;
    font-size: 0;
    font-family: Arial, sans-serif;
}

footer .footer_nav {
    text-align: center;
}

footer .footer_nav a {
    color: white;
    font-size: 11pt;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    border-right: 1px solid white;
    padding-right: 10px;
    margin: 5px 10px 5px 0;
}

footer .footer_nav a.n_right {
    margin-right: 0;
    padding-right: 0;
    border: 0;
}

footer .main_footer {
    width: calc(100% - 40px);
    max-width: 900px;
    margin: 20px auto;
}

footer .main_footer > div {
    display: inline-block;
    vertical-align: top;
}

footer .main_footer .f1 {
    width: 300px;
}
footer .main_footer .f1 p {
    font-size: 10pt;
    color: white;
    line-height: 17px;
    margin: 0;
}

footer .main_footer .f1 img {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px auto;
}

footer .main_footer .f1 a {
    color: white;
    font-weight: bold;
}

footer .main_footer .f2 {
    width: 380px;
    margin: 0 30px;
}

footer .main_footer .footer_title {
    color: white;
    font-size: 11pt;
    border-bottom: 2px solid #243b4b;
    padding-bottom: 5px;
}

footer .main_footer .f2 ul {
    margin: 0;
    padding: 0;
    width: 180px;
    display: inline-block;
    vertical-align: top;
}

footer .main_footer .f2 li {
    border-bottom: 1px dotted #CCCCCC;
    list-style: none outside none;
    margin: 0 10px;
    padding: 12px 0;
}

footer .main_footer .f2 li.last {
    border-bottom-width: 0;
}

footer .main_footer .f3 ul {
    margin: 0;
    padding: 0;
    width: 160px;
}

footer .main_footer .f2 li a {
    font-size: 9pt;
    text-decoration: none;
    color: white;
}

footer .main_footer .f3 li {
    border-bottom: 1px dotted #CCCCCC;
    list-style: none outside none;
    margin: 0 10px;
    padding: 12px 0;
    position: relative;
}

footer .main_footer .f3 li a {
    font-size: 9pt;
    text-decoration: none;
    color: white;
}

footer .main_footer .f3 li img {
    position: absolute;
    right: 20px;
    width: 20px;
}

footer .avards {
    text-align: center;
    margin: 30px 0;
}

footer .avards a {
    display: inline-block;
    vertical-align: bottom;
}
footer .avards a:first-child img {
    margin-right: 10px;
    margin-left: 0;
}
footer .avards a:last-child img {
    margin-right: 0;
    margin-left: 10px;
}
footer .avards a img {
    margin: 0 10px;
}
.mobile_nav {
    display: none;
}
h1 {
    font-family: GothamBold, Arial, sans-serif;
    color: white;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 32pt;
    text-shadow: 7px 6px 5px rgb(0 0 0);
}
.content p a {
    color: #00baff;
}
.content p a:hover {
    color: #008abd;
}
.basic-list, .img-list {
    list-style: none;
    padding-left: 10px;
}
.img-list {
    padding-left: 0;
}
.basic-list li, .img-list li {
    position: relative;
    font-size: 13pt;
    text-align: justify;
    line-height: 23px;
    padding-left: 20px;
}
.img-list li {
    padding-left: 40px;
    margin-bottom: 15px;
}
.basic-list li:before {
    content: "\00a0";
    position: absolute;
    border-right: 0;
    border-left: 10px solid #3a00b8;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    height: 0;
    left: 0;
    top: 6px;
}
.img-list li img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 27px;
}
.big-in-center {
    display: block;
    max-width: 100%;
    margin: 20px auto;
}

@media (min-width: 993px) and (max-width: 1200px) {
    .content {
        width: 970px;
    }
    header nav a {
        margin-right: 10px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .content {
        width: 750px;
    }
    .main_logo {
        width: 228px;
    }
    header nav {
        width: calc(100% - 228px);
    }
    header nav a {
        font-size: 10pt;
        margin-right: 12px;
        padding: 20px 0 15px 0;
        line-height: 20px;
    }
    header {
        padding-top: 20px;
    }
    .top-wrapper {
        padding: 120px 0 40px 0;
        margin-top: -80px;
    }
    footer .main_footer {
        width: 750px;
    }

    footer .main_footer .f1 {
        width: 250px;
    }

    footer .main_footer .f2 ul {
        width: 170px;
    }

    footer .main_footer .f2 {
        width: 340px;
        margin: 0 15px;
    }

    footer .main_footer .f3 ul {
        width: 130px;
    }
    footer .avards a img {
        margin: 0 5px;
        height: 85px;
    }
    footer .avards a:first-child img {
        margin-right: 5px;
    }
    footer .avards a:last-child img {
        margin-left: 5px;
    }
}
@media (max-width: 768px) {
    .small-top-wrapper {
        background-position-y: -35px;
        background-size: 100%;
    }
    h2.special_style {
        font-size: 15pt;
        margin-bottom: 15px;
    }
    .big-in-center {
        margin: 10px auto;
    }
    h1 {
        margin-bottom: 20px;
        font-size: 20pt;
    }
    .basic-list {
        padding-left: 0;
    }
    .basic-list li, .img-list li {
        font-size: 11pt;
        line-height: 20px;
        padding-left: 15px;
    }
    .img-list li {
        padding-left: 25px;
        margin-bottom: 10px;
    }
    .img-list li img {
        max-width: 20px;
    }

    .basic-list li:before {
        border-left: 8px solid #3a00b8;
        border-bottom: 4px solid transparent;
        border-top: 4px solid transparent;
    }
    .img-wrapper, .wrapper-color {
        padding: 20px 0;
    }
    .content p {
        font-size: 11pt;
        margin: 10px 0;
        line-height: 19px;
    }

    .content {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .main_logo {
        display: block;
        margin: auto;
    }
    header {
        padding-top: 10px;
    }
    .top-wrapper {
        padding: 90px 0 20px 0;
        margin-top: -80px;
    }
    .mobile_nav {
        display: block;
        color: white;
        font-size: 30pt;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translate(0, -50%);
        cursor: pointer;
    }

    #mobile_nav:checked + nav {
        display: block !important;
    }

    header nav {
        display: none;
        position: absolute;
        right: 0;
        top: 100%;
        width: 220px;
    }

    header nav a {
        background-color: #000017;
        color: white;
        display: block;
        width: 100%;
        margin: 0;
        text-align: left;
        padding: 10px 0 10px 30px;
        border-bottom: 1px solid;
        border-color: white !important;
        line-height: normal;
    }

    footer .avards, footer .main_footer .f3 {
        display: none;
    }

    footer .footer_nav a {
        padding-right: 5px;
        margin: 3px 5px 3px 0;
        font-size: 9pt;
    }

    footer .main_footer .f1, footer .main_footer .f2 {
        display: block;
        margin: auto;
    }
    footer .main_footer .f2 {
        margin-top: 15px;
    }
}
@media (max-width: 600px) {
    .small-top-wrapper {
        background-position-y: top;
    }
}
@media (max-width: 500px) {
    .content p {
        text-align: left;
        word-break: break-word;
    }
    footer .main_footer .f2, footer .footer_nav {
        display: none;
    }
    footer .main_footer {
        width: 100%;
        margin: auto;
    }
    footer .main_footer .f1 p {
        text-align: center;
    }
}
@media (max-width: 425px) {
    .main_logo {
        margin: 0;
    }
}
@media (max-width: 374px) {
    .main_logo {
        width: 228px;
    }
    .top-wrapper {
        padding-top: 80px;
        margin-top: -70px;
    }
}