@charset "utf-8";

/*-------------------------------------------*/
/* BASIC SETUP */
/*-------------------------------------------*/


* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

/*
html {
    -webkit-text-size-adjust: 100%;
}

html,
body {
    min-height: 100%;
    min-width: 100%;
    height: 100%;
}

.wrapper {
    position: relative;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    min-height: 100%;
    min-height: 100vh;
}
.content {
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
}

input,
textarea,
button,
select,
a,
img {
    outline: none;
}

*::-ms-expand { display: none; }

.clearfix:after,
.clearfix:before {
    display: block;
    content: "";
}
*/

/*-------------------------------------------*/
/* ----- DEFAULT STYLES ------ */
/*-------------------------------------------*/

a {
    text-decoration: none;
}

/*
section {
    position: relative;
    padding: 10px 0;
}

li {
    list-style: none;

}

img {
    outline: none;
    border: 1px solid transparent;
    border: none;
}

button:hover,
button:active,
a:hover,
a:active {
    -webkit-tap-highlight-color: rgba(0,0,0,0); 
    -webkit-tap-highlight-color: transparent;
}
*/

/*-------------------------------------------*/
/* ----- REUSABLE COMPONENTS ------ */
/*-------------------------------------------*/

/*
.row {
    width: 100%;
    max-width: 1348px;
    margin: 0 auto;
}
*/

/*-------------------------------------------*/
/* ----- CONTENT ------ */
/*-------------------------------------------*/

.big_banner {
    min-height: 300px;
    background: radial-gradient(70.4% 202.47% at 70.4% 54.67%, #08639B 0%, #032235 100%);
    padding: 15px 25px 10px 25px;//31px 50px 10px 50px
    overflow: hidden;
    position: relative;
}

.big_banner .big_banner_content {
    max-width: 900px;//810
    position: relative;
    z-index: 2;
}

.big_banner .big_banner_content h2 {
    padding: 10px 0;
    font-family: 'Inter';
    font-weight: 900;
    font-size: 35px;
    line-height: 130%;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 10px;
}

.big_banner .big_banner_content h2 span {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    padding: 1px 20px 0 20px;
    position: relative;
    top: -1px;
    border-radius: 26px;
    background: #fff;
    font-family: 'Inter';
    font-weight: 900;
    font-size: 35px;
    line-height: 130%;
    text-transform: uppercase;
    color: #DC1B1B;
}

.big_banner .big_banner_inner {
    max-width: 700px;//659
    padding: 8px 0;
}

.big_banner .big_banner_inner p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 25px;
    line-height: 130%;
    color: #FFF;
    margin-bottom: 20px;
    text-align: left;
}

.big_banner .banner_pill {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    margin: 15px 0;
    padding: 10px 20px;
    min-height: 50px;
    border-radius: 30px;
    background: #FFF;
    cursor: pointer;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #08639B;
    box-shadow: none;
    -webkit-transition-property: box-shadow;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;

    -moz-transition-property: box-shadow;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;

    -ms-transition-property: box-shadow;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;

    -o-transition-property: box-shadow;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;

    transition-property: box-shadow;
    transition-duration: .3s;
    transition-timing-function: ease;

    margin: 1px 0;
}

.big_banner .banner_pill:hover {
    -webkit-box-shadow: 0 5px 5px 5px rgba(255,255,255,.5);
    -moz-box-shadow: 0 5px 5px 5px rgba(255,255,255,.5);
    box-shadow: 0 5px 5px 5px rgba(255,255,255,.5);
}

.big_banner .banner_pill svg {
    margin-left: 10px;
}

.big_banner .big_bannermap {
    height: 100% !important;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
}

.big_banner .big_bannerpin {
    max-height: 100% !important;
    width: auto;
    position: absolute;
    top: -6px;
    right: 234px;
}

.big_banner .big_bannercar {
    max-height: 100% !important;
    width: auto;
    position: absolute;
    bottom: 0;
    right: 0;
}

.big_banner .mob {
    display: none !important;
}

@media only screen and (min-width: 600px) {

.big_banner {
    text-align: left;
}

}

@media only screen and (max-width: 1240px) {
/*-- Section 1 - Banners --*/

.big_banner {
    min-height: 240px;
}

.big_banner .big_banner_content {
    max-width: 600px;
}

.big_banner .big_banner_content h2 {
    font-size: 24px;
}

.big_banner .big_banner_content h2 span {
    font-size: 24px;
}

.big_banner .big_banner_inner {
    max-width: 500px;
}

.big_banner .big_banner_inner p {
    font-size: 19px;
}

/*-- /Section 1 - Banners --*/
}


@media only screen and (max-width: 1024px) {
/*-- Section 1 - Banners --*/

.big_banner {
    padding: 15px 25px 10px 25px;
}

.big_banner .big_banner_inner {
    max-width: 430px;
}

/*-- /Section 1 - Banners --*/
}

@media only screen and (max-width: 900px) {
/*-- Section 1 - Banners --*/

.big_banner .big_bannermap {
    right: -160px;
}

.big_banner .big_bannercar {
    max-height: 67% !important;
}

.big_banner .big_bannerpin {
    max-height: 74% !important;
    top: 57px;
    right: 152px;
}

/*-- /Section 1 - Banners --*/
}

@media only screen and (max-width: 768px) {
/*-- Section 1 - Banners --*/

.big_banner .big_banner_inner {
    max-width: 310px;
}

.big_banner .big_banner_inner p {
    font-size: 16px;
}

.big_banner .big_banner_content h2 {
    font-size: 22px;
}
.big_banner .big_banner_content h2 span {
    font-size: 22px;
}
/*-- /Section 1 - Banners --*/
}

@media only screen and (max-width: 600px) {
/*-- Section 1 - Banners --*/

.big_banner .big_banner_inner p {
    text-align: center;
}

.big_banner .pc {
    display: none !important;
}

.big_banner .mob {
    display: none !important;
}

.big_banner {
    padding: 13px 7px 237px 7px;
}

.big_banner .big_bannermap {
    right: 0;
    height: auto;
    top: auto;
    bottom: 0;
}

.big_banner .big_bannerpin {
    max-height: 100% !important;
    top: auto;
    bottom: 0;
    right: 179px;
}

.big_banner .big_bannercar {
    max-height: 100% !important;
}

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

.big_banner .big_banner_content h2 {
    font-size: 30px;
    line-height: 100%;
}

.big_banner .big_banner_content h2 span {
    display: inline-block;
    vertical-align: top;
    border-radius: 45px;
    /*margin-top: 7px;*/
    font-size: 30px;
    line-height: 100%;
}

.big_banner .big_banner_inner {
    padding: 4px 0 0 0;
    text-align: center;
    max-width: 100%;
}

.big_banner .big_banner_inner p {
    font-size: 18px;
}

/*-- /Section 1 - Banners --*/
}

@media only screen and (max-width: 480px) {
/*-- Section 1 - Banners --*/
.big_banner .big_banner_content h2 span {
    margin-top: 12px;
    padding: 13px 20px;
}
/*-- /Section 1 - Banners --*/
}



/*-- Small Banner --*/

.small_banner {
    min-height: 200px;
    background: radial-gradient(70.4% 202.47% at 70.4% 54.67%, #08639B 0%, #032235 100%);
    padding: 21px 50px 10px 50px;
    overflow: hidden;
    position: relative;
}

.small_banner .small_banner_content {
    max-width: 810px;
    position: relative;
    z-index: 2;
}

.small_banner .small_banner_content h2 {
    padding: 5px 0;
    font-family: 'Inter';
    font-weight: 900;
    font-size: 30px;
    line-height: 130%;
    text-transform: uppercase;
    color: #FFF;
}

.small_banner .small_banner_content h2 span {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    padding: 1px 20px 0 20px;
    position: relative;
    top: -1px;
    border-radius: 26px;
    background: #fff;
    font-family: 'Inter';
    font-weight: 900;
    font-size: 30px;
    line-height: 130%;
    text-transform: uppercase;
    color: #DC1B1B;
}

.small_banner .small_banner_inner {
    max-width: 435px;
    padding: 4px 0;
}

.small_banner .small_banner_inner p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #FFF;
}

.small_banner .banner_pill.small {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    margin: 5px 0;
    padding: 10px 20px;
    min-height: 50px;
    border-radius: 30px;
    background: #FFF;
    cursor: pointer;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #08639B;
    box-shadow: none;
    -webkit-transition-property: box-shadow;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;

    -moz-transition-property: box-shadow;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;

    -ms-transition-property: box-shadow;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;

    -o-transition-property: box-shadow;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;

    transition-property: box-shadow;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.small_banner .banner_pill.small:hover {
    -webkit-box-shadow: 0 5px 5px 5px rgba(255,255,255,.5);
    -moz-box-shadow: 0 5px 5px 5px rgba(255,255,255,.5);
    box-shadow: 0 5px 5px 5px rgba(255,255,255,.5);
}

.small_banner .banner_pill.small svg {
    margin-left: 10px;
}

.small_banner .small_bannermap {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
}

.small_banner .small_bannerpin {
    max-height: 100%;
    width: auto;
    position: absolute;
    top: -2px;
    right: 230px;
}

.small_banner .small_bannercar {
    max-height: 100% !important;
    width: auto;
    position: absolute;
    bottom: 0;
    right: 0;
}

.small_banner .mob {
    display: none !important;
}

@media only screen and (max-width: 1240px) {
/*-- Section 1 - Banners --*/

.small_banner {
    min-height: 200px;
}

.small_banner .small_banner_content {
    max-width: 600px;
}

.small_banner .small_banner_content h2 {
    font-size: 24px;
}

.small_banner .small_banner_content h2 span {
    font-size: 24px;
}

.small_banner .small_banner_inner {
    max-width: 500px;
}

.small_banner .small_banner_inner p {
    font-size: 19px;
    text-align: left;
}

/*-- /Section 1 - Banners --*/
}

@media only screen and (max-width: 1124px) {
/*-- Section 1 - Banners --*/

.small_banner .small_bannermap {
    right: -133px;
}

/*-- /Section 1 - Banners --*/
}

@media only screen and (max-width: 1024px) {
/*-- Section 1 - Banners --*/

.small_banner {
    padding: 31px 25px 10px 25px;
}

.small_banner .small_banner_inner {
    max-width: 430px;
}

/*-- /Section 1 - Banners --*/
}

@media only screen and (max-width: 900px) {
/*-- Section 1 - Banners --*/

.small_banner .small_bannermap {
    right: -260px;
}

.small_banner .small_bannercar {
    max-height: 67% !important;
}

.small_banner .small_bannerpin {
    max-height: 74% !important;
    top: 57px;
    right: 152px;
}

.small_banner .small_banner_inner {
    max-width: 330px;
}

/*-- /Section 1 - Banners --*/
}

@media only screen and (max-width: 768px) {
/*-- Section 1 - Banners --*/

.small_banner .small_bannermap {
    right: -300px;
}

.small_banner .small_banner_inner {
    max-width: 310px;
}

.small_banner .small_banner_inner p {
    font-size: 16px;
}

.small_banner .small_banner_content h2 {
    font-size: 22px;
}
.small_banner .small_banner_content h2 span {
    font-size: 22px;
}

/*-- /Section 1 - Banners --*/
}

@media only screen and (max-width: 600px) {
/*-- Section 1 - Banners --*/

.small_banner .pc {
    display: none;
}

.small_banner .mob {
    display: block !important;
}

.small_banner {
    padding: 13px 7px 237px 7px;
}

.small_banner .small_bannermap {
    right: 0;
    height: auto;
    top: auto;
    bottom: 0;
}

.small_banner .small_bannerpin {
    max-height: 100%;
    top: auto;
    bottom: 0;
    right: 179px;
}

.small_banner .small_bannercar {
    max-height: 100% !important;
}

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

.small_banner .small_banner_content h2 {
    font-size: 30px;
    line-height: 100%;
}

.small_banner .small_banner_content h2 span {
    display: inline-block;
    vertical-align: top;
    border-radius: 45px;
    /*margin-top: 7px;*/
    font-size: 30px;
    line-height: 100%;
}

.small_banner .small_banner_inner {
    padding: 4px 0 0 0;
    text-align: center;
    max-width: 100%;
}

.small_banner .small_banner_inner p {
    font-size: 18px;
    text-align: center;
}

/*-- /Section 1 - Banners --*/
}

@media only screen and (max-width: 480px) {
/*-- Section 1 - Banners --*/
.small_banner .small_banner_content h2 span {
    margin-top: 12px;
    padding: 13px 20px;
}
/*-- /Section 1 - Banners --*/
}