html {
    height: 100%;
    width: 100%;
}

body {
    background-color: #ffffff;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 300px) {
    body {
        width: 300px;
    }
}

h1, h2, h3, h4, h5, h6 {
    color: #525252;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    margin: 30px 0 10px 0;
    padding: 0;
}

h1 {
    font-size: 2.8em;
}

h2 {
    font-size: 2.4em;
}

h3 {
    font-size: 2.0em;
}

h4 {
    font-size: 1.6em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1.0em;
}

table {
    border-collapse: collapse;
    border-color: #cccccc;
}

table tr th {
    background-color: #525252;
    border-color: #ADADAD;
    color: #ffffff;
}

table tr td {
    border-color: #ADADAD;
}

img {
    border: 0;
}

hr {
    background-color: #ADADAD;
    border: 0;
    height: 1px;
}

iframe {
    border: 0;
}

.hide_meta {
    display: none;
}

.top_notice {
    clear: both;
    display: none;
    height: auto;
    margin: 0 auto;
    padding: 5px 0;
    position: relative;
    width: 100%;
}

.jump_anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.red_notice {
    background-color: red;
    clear: both;
    color: #ffffff;
    display: table;
    font-family: 'Nunito', sans-serif;
    height: auto;
    margin: 10px auto;
    padding: 10px;
    position: relative;
    text-align: center;
    width: calc(100% - 20px);
}

.spacer_30 {
    width: 100%;
    height: 30px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
}

*:focus {
    outline: none;
}

.gen_btn {
    width: auto;
    height: auto;
    padding: 10px 35px;
    background-color: #374a89;
    color: #ffffff;
    font-size: 1.0em;
    text-transform: uppercase;
    border-radius: 4px;
    border: 0;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
}

.gen_btn:hover {
    background-color: #253360;
}

@media only screen and (max-width: 440px) {
    .gen_btn {
        width: 100%;
    }
}

.gen_btn_right {
    float: right;
}

/* HEADER TOP */
.header {
    width: calc(100% - 40px);
    height: auto;
    padding: 5px 20px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    z-index: 1001;
    overflow: hidden;
    background-color: #eeeeee;
}

@media screen and (max-width: 1080px) {
    .header {
        width: calc(100% - 20px);
        padding: 5px 10px;
    }
}

@media screen and (max-width: 767px) {
    .header {
        padding: 10px 10px;
    }
}

@media screen and (max-width: 560px) {
    .header {
        padding: 5px 10px;
    }
}

.logo {
    width: auto;
    height: auto;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .logo {
        width: 100%;
        display: table;
        padding: 0 0 10px 0;
        margin: 0 auto;
        position: relative;
        clear: both;
        text-align: center;
    }
}

@media screen and (max-width: 560px) {
    .logo {
        padding: 0;
    }
}

.logo_main {
    width: auto;
    height: 100px;
    display: table;
}

@media screen and (max-width: 1080px) {
    .logo_main {
        height: 90px;
    }
}

@media screen and (max-width: 767px) {
    .logo_main {
        height: 80px;
        text-align: center;
        margin: 0 auto;
    }
}

.logo_sticky {
    display: none;
}

.quick_links {
    width: 100%;
    height: auto;
    padding: 0 0 0 30px;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .quick_links {
        padding: 0;
        display: table;
        position: relative;
        clear: both;
        text-align: center;
    }
}

@media screen and (max-width: 560px) {
    .quick_links {
        display: none;
    }
}

.contacts {
    width: 100%;
    height: auto;
    padding: 4px 0 14px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1080px) {
    .contacts {
        padding: 4px 0 12px 0;
    }
}

@media screen and (max-width: 767px) {
    .contacts {
        padding: 0 0 5px 0;
        margin: 0 auto;
        text-align: center;
    }
}

.contact_holder {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 0 0 25px;
    position: relative;
    clear: none;
    float: right;
    color: #525252;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

@media screen and (max-width: 1080px) {
    .contact_holder {
        margin: 0 0 0 20px;
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    .contact_holder {
        margin: 0 10px;
        clear: both;
        float: none;
        display: inline-block;
        text-align: center;
    }
}

.contact_holder a,
.contact_holder a:visited {
    color: #525252;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.contact_holder a:hover,
.contact_holder a:visited:hover {
    color: #000000;
}

.contact_holder i {
    color: #374a89;
}

.header_socials i {
    padding: 0 0 0 2px;
    transition: all 0.3s ease-in-out;
}

.header_socials i:hover {
    transform: scale(1.2, 1.2);
    z-index: 2;
    color: #253360;
}

.header_socials a {
    text-decoration: none;
}

.header_buttons {
    width: 100%;
    height: auto;
    padding: 10px 0 0 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
}

@media screen and (max-width: 1080px) {
    .header_buttons {
        padding: 8px 0 0 0;
    }
}

@media screen and (max-width: 767px) {
    .header_buttons {
        padding: 9px 0 0 0;
        margin: 0 auto;
        text-align: center;
    }
}

.header_buttons a,
.header_buttons a:visited {
    width: auto;
    height: auto;
    padding: 6px 14px;
    margin: 0 0 0 5px;
    position: relative;
    clear: none;
    float: right;
    border-radius: 4px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

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

    .header_buttons a,
    .header_buttons a:visited {
        font-size: 14px;
    }
}

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

    .header_buttons a,
    .header_buttons a:visited {
        padding: 6px 14px;
        margin: 0 2px;
        clear: both;
        float: none;
        display: inline-block;
        text-align: center;
    }
}

.header_button_blue {
    background-color: #374a89;
}

.header_button_orange {
    background-color: #ea7600;
}

.header_button_green {
    background-color: #2f7444;
}

.header_button_blue:hover {
    background-color: #253360;
}

.header_button_orange:hover {
    background-color: #c16100;
}

.header_button_green:hover {
    background-color: #255a35;
}

/* NAVIGATION BAR */
.menu_bar {
    width: calc(100% - 20px);
    height: auto;
    padding: 20px 20px 140px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    z-index: 1001;
    background-image: linear-gradient(rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
}

@media screen and (max-width: 1080px) {
    .menu_bar {
        width: calc(100% - 20px);
        padding: 0 10px 0 10px;
        background-image: none;
        background-color: #252525;
    }
}

.menu_bar.sticky {
    width: calc(100% - 20px);
    padding: 10px 20px 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #252525;
}

@media screen and (max-width: 1080px) {
    .menu_bar.sticky {
        width: calc(100% - 20px);
        padding: 0 10px 0 10px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: #252525;
    }
}

.menu_bar.sticky+.content {
    padding-top: 200px;
}

.menu_bar_noslider {
    width: calc(100% - 30px);
    height: auto;
    padding: 10px 20px 10px 10px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    z-index: 1001;
    background-image: none;
    background-color: #252525;
}

@media screen and (max-width: 1080px) {
    .menu_bar_noslider {
        width: calc(100% - 20px);
        padding: 0 10px 0 10px;
    }
}

.navigation_bar {
    width: auto;
    height: auto;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}

.is-active {
    color: #ea7600 !important;
}

@media screen and (max-width: 1080px) {
    .is-active {
        color: #c4c4c4 !important;
    }
}

.link_no_click {
    pointer-events: none;
}

@media screen and (max-width: 1080px) {
    .link_no_click {
        pointer-events: all;
    }
}

.navigation_buttons {
    width: auto;
    height: auto;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.navigation_buttons a,
.navigation_buttons a:visited {
    width: auto;
    height: auto;
    padding: 8px 15px;
    margin: 0;
    position: relative;
    clear: none;
    float: right;
    color: #ffffff;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

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

    .navigation_buttons a,
    .navigation_buttons a:visited {
        padding: 8px 12px;
        font-size: 14px;
    }
}

.navigation_button_blue {
    background-color: #374a89;
}

.navigation_button_orange {
    background-color: #ea7600;
}

.navigation_button_green {
    background-color: #2f7444;
}

.navigation_button_blue:hover {
    background-color: #253360;
}

.navigation_button_orange:hover {
    background-color: #c16100;
}

.navigation_button_green:hover {
    background-color: #255a35;
}

.hide_mobile {
    display: none !important;
}

@media screen and (max-width: 1080px) {
    .hide_mobile {
        display: block !important;
    }
}

/* SLIDER IMAGES */
.slider {
    clear: both;
    display: table;
    height: auto;
    margin: -200px auto 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}

@media screen and (max-width: 1080px) {
    .slider {
        margin: 0 auto;
    }
}

.slider_holder {
    background: no-repeat scroll;
    background-size: cover !important;
    clear: both;
    display: table-cell;
    height: 100%;
    padding: 0;
    position: relative;
    width: 100%;
}

.bxslider {
    margin: 0;
    padding: 0;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .bxslider {
        padding-bottom: 70% !important;
    }
}

@media screen and (max-width: 560px) {
    .bxslider {
        padding-bottom: 80% !important;
    }
}

.slider_info {
    width: 70%;
    height: auto;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .slider_info {
        width: calc(100% - 60px);
    }
}

.slider_info_left {
    left: 50px;
    right: auto;
}

.slider_info_right {
    left: auto;
    right: 50px;
}

@media screen and (max-width: 767px) {
    .slider_info_left {
        left: 30px;
    }

    .slider_info_right {
        right: 30px;
    }
}

.slider_title {
    width: 100%;
    height: auto;
    padding: 5px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    color: #ffffff;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.0em;
    text-transform: uppercase;
    text-align: left;
}

@media screen and (max-width: 1200px) {
    .slider_title {
        font-size: 2.3em;
    }
}

@media screen and (max-width: 1080px) {
    .slider_title {
        font-size: 2em;
    }
}

@media screen and (max-width: 767px) {
    .slider_title {
        font-size: 1.6em;
    }
}

@media screen and (max-width: 560px) {
    .slider_title {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 440px) {
    .slider_title {
        font-size: 1.3em;
    }
}

.slider_info_left .slider_title {
    text-align: left;
    transform: translateX(-100%);
    opacity: 0.0;
    animation: animateSliderTitleLeft 1.0s ease-in-out 0.0s 1 forwards;
}

@media screen and (max-width: 767px) {
    .slider_info_left .slider_title {
        text-align: center;
    }
}

@keyframes animateSliderTitleLeft {
    0% {
        transform: translate(-100%);
        opacity: 0.0;
    }

    100% {
        transform: translate(0);
        opacity: 1.0;
    }
}

.slider_info_right .slider_title {
    text-align: right;
    transform: translateX(100%);
    opacity: 0.0;
    animation: animateSliderTitleRight 1.0s ease-in-out 0.0s 1 forwards;
}

@media screen and (max-width: 767px) {
    .slider_info_right .slider_title {
        text-align: center;
    }
}

@keyframes animateSliderTitleRight {
    0% {
        transform: translate(100%);
        opacity: 0.0;
    }

    100% {
        transform: translate(0);
        opacity: 1.0;
    }
}

.slider_description {
    width: 100%;
    height: auto;
    padding: 5px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    color: #ffffff;
    font-size: 1.1em;
    line-height: 1.2em;
    font-weight: 600;
}

@media screen and (max-width: 1200px) {
    .slider_description {
        font-size: 1em;
    }
}

@media screen and (max-width: 1080px) {
    .slider_description {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 560px) {
    .slider_description {
        display: none;
    }
}

.slider_info_left .slider_description {
    text-align: left;
    transform: translateX(-100%);
    opacity: 0.0;
    animation: animateSliderDescriptionLeft 1.0s ease-in-out 0.3s 1 forwards;
}

@media screen and (max-width: 767px) {
    .slider_info_left .slider_description {
        text-align: center;
    }
}

@keyframes animateSliderDescriptionLeft {
    0% {
        transform: translate(-100%);
        opacity: 0.0;
    }

    100% {
        transform: translate(0);
        opacity: 1.0;
    }
}

.slider_info_right .slider_description {
    text-align: right;
    transform: translateX(100%);
    opacity: 0.0;
    animation: animateSliderDescriptionRight 1.0s ease-in-out 0.3s 1 forwards;
}

@media screen and (max-width: 767px) {
    .slider_info_right .slider_description {
        text-align: center;
    }
}

@keyframes animateSliderDescriptionRight {
    0% {
        transform: translate(100%);
        opacity: 0.0;
    }

    100% {
        transform: translate(0);
        opacity: 1.0;
    }
}

.slider_button {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 5px 0;
    position: relative;
    clear: both;
    display: table;
}

@media screen and (max-width: 767px) {
    .slider_button {
        margin: 5px auto;
        text-align: center;
    }
}

.slider_button a,
.slider_button a:visited {
    width: auto;
    height: auto;
    padding: 10px 30px;
    margin: 5px 0;
    position: relative;
    border: 2px solid #ffffff;
    border-radius: 4px;
    display: table;
    text-align: center;
    font-size: 1.0em;
    font-weight: 600;
    float: left;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

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

    .slider_button a,
    .slider_button a:visited {
        padding: 8px 25px;
        font-size: 0.9em;
    }
}

.slider_info_left .slider_button a,
.slider_info_left .slider_button a:visited {
    float: left;
    opacity: 0.0;
    animation: animateSliderButtonLeft 1.0s ease-in-out 1.0s 1 forwards;
}

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

    .slider_info_left .slider_button a,
    .slider_info_left .slider_button a:visited {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
}

@keyframes animateSliderButtonLeft {
    0% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

.slider_info_right .slider_button a,
.slider_info_right .slider_button a:visited {
    float: right;
    opacity: 0.0;
    animation: animateSliderButtonRight 1.0s ease-in-out 1.0s 1 forwards;
}

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

    .slider_info_right .slider_button a,
    .slider_info_right .slider_button a:visited {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
}

@keyframes animateSliderButtonRight {
    0% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

.slider_button a:hover,
.slider_button a:visited:hover {
    background-color: #ffffff;
    color: #525252;
}

.slider_filter {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}

/* TOP INSERT */
.top_insert_top_block {
    width: 100%;
    height: 100px;
    padding: 0;
    margin: -100px auto 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
    background-image: url('../images/top_insert_frame_top.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: 100% 100px;
    background-position: center center;
    pointer-events: none;
    z-index: 10;
}

@media screen and (max-width: 1200px) {
    .top_insert_top_block {
        height: 80px;
        margin: -80px auto 0 auto;
        background-size: 100% 80px;
    }
}

@media screen and (max-width: 1080px) {
    .top_insert_top_block {
        height: 60px;
        margin: -60px auto 0 auto;
        background-size: 100% 60px;
    }
}

@media screen and (max-width: 767px) {
    .top_insert_top_block {
        height: 40px;
        margin: -40px auto 0 auto;
        background-size: 100% 40px;
    }
}

@media screen and (max-width: 560px) {
    .top_insert_top_block {
        height: 30px;
        margin: -30px auto 0 auto;
        background-size: 100% 30px;
    }
}

.top_insert {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
    background-color: #ea7600;
    z-index: 10;
}

.top_insert_inner {
    width: 1000px;
    height: auto;
    padding: 20px 0 20px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
}

@media screen and (max-width: 1080px) {
    .top_insert_inner {
        width: calc(100% - 40px);
        padding: 20px 20px 20px 20px;
    }
}

.top_insert_inner h2 {
    width: 100%;
    height: auto;
    padding: 0 0 10px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    font-size: 2.2em;
    line-height: 1.1em;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
    .top_insert_inner h2 {
        font-size: 2.1em;
    }
}

@media screen and (max-width: 1080px) {
    .top_insert_inner h2 {
        font-size: 2.0em;
    }
}

@media screen and (max-width: 767px) {
    .top_insert_inner h2 {
        font-size: 1.8em;
    }
}

@media screen and (max-width: 560px) {
    .top_insert_inner h2 {
        font-size: 1.6em;
    }
}

.top_insert_content {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    font-size: 1.0em;
    line-height: 1.3em;
    font-weight: 500;
    color: #ffffff;
}

@media screen and (max-width: 767px) {
    .top_insert_content {
        font-size: 0.9em;
    }
}

.top_insert_bottom_block {
    width: 100%;
    height: 100px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
    background-image: url('../images/top_insert_frame_bottom.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: 100% 100px;
    background-position: center center;
    pointer-events: none;
    z-index: 10;
}

@media screen and (max-width: 1200px) {
    .top_insert_bottom_block {
        height: 80px;
        background-size: 100% 80px;
    }
}

@media screen and (max-width: 1080px) {
    .top_insert_bottom_block {
        height: 60px;
        background-size: 100% 60px;
    }
}

@media screen and (max-width: 767px) {
    .top_insert_bottom_block {
        height: 40px;
        background-size: 100% 40px;
    }
}

@media screen and (max-width: 560px) {
    .top_insert_bottom_block {
        height: 30px;
        background-size: 100% 30px;
    }
}

.top_insert_button {
    width: 100%;
    height: auto;
    padding: 10px 0 0 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
}

.top_insert_button a,
.top_insert_button a:visited {
    width: auto;
    height: auto;
    padding: 10px 30px;
    margin: 5px;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 1.0em;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

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

    .top_insert_button a,
    .top_insert_button a:visited {
        padding: 8px 25px;
        font-size: 0.9em;
    }
}

.top_insert_button a:hover,
.top_insert_button a:visited:hover {
    background-color: #ffffff;
    color: #ea7600;
}

/* MAIN CONTENT */
.main_content_top_block {
    width: 100%;
    height: 100px;
    padding: 0;
    margin: -100px auto 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
    background-image: url('../images/main_content_frame_top.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: 100% 100px;
    background-position: center center;
    pointer-events: none;
    z-index: 7;
}

@media screen and (max-width: 1200px) {
    .main_content_top_block {
        height: 80px;
        margin: -80px auto 0 auto;
        background-size: 100% 80px;
    }
}

@media screen and (max-width: 1080px) {
    .main_content_top_block {
        height: 60px;
        margin: -60px auto 0 auto;
        background-size: 100% 60px;
    }
}

@media screen and (max-width: 767px) {
    .main_content_top_block {
        height: 40px;
        margin: -40px auto 0 auto;
        background-size: 100% 40px;
    }
}

@media screen and (max-width: 560px) {
    .main_content_top_block {
        height: 30px;
        margin: -30px auto 0 auto;
        background-size: 100% 30px;
    }
}

.content {
    width: 1000px;
    height: auto;
    padding: 30px 0;
    margin: 0 auto;
    position: relative;
    clear: none;
    display: table;
    overflow: hidden;
    z-index: 7;
}

@media screen and (max-width: 1080px) {
    .content {
        width: calc(100% - 40px);
        padding: 40px 20px;
    }
}

.content_no_padding_top {
    padding: 0;
}

.content_h2_header {
    width: 100%;
    height: auto;
    padding: 0 0 20px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    font-size: 2.2em;
    line-height: 1.0em;
    font-weight: 700;
    color: #525252;
    text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
    .content_h2_header {
        font-size: 2.1em;
    }
}

@media screen and (max-width: 1080px) {
    .content_h2_header {
        font-size: 2.0em;
    }
}

@media screen and (max-width: 767px) {
    .content_h2_header {
        font-size: 1.8em;
    }
}

@media screen and (max-width: 560px) {
    .content_h2_header {
        font-size: 1.7em;
    }
}

.content p {
    text-align: justify;
    line-height: 1.4em;
}

@media screen and (max-width: 560px) {
    .content p {
        text-align: left;
    }
}

.content img {
    max-width: 100%;
    height: auto !important;
}

.main_content_bottom_block {
    width: 100%;
    height: 100px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
    background-image: url('../images/main_content_frame_bottom.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: 100% 100px;
    background-position: center center;
    pointer-events: none;
    z-index: 7;
}

@media screen and (max-width: 1200px) {
    .main_content_bottom_block {
        height: 80px;
        background-size: 100% 80px;
    }
}

@media screen and (max-width: 1080px) {
    .main_content_bottom_block {
        height: 60px;
        background-size: 100% 60px;
    }
}

@media screen and (max-width: 767px) {
    .main_content_bottom_block {
        height: 40px;
        background-size: 100% 40px;
    }
}

@media screen and (max-width: 560px) {
    .main_content_bottom_block {
        height: 30px;
        background-size: 100% 30px;
    }
}

.seo_block {
    width: 1000px;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: none;
}

/* CONTACTS PAGE */
.contacts_page {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
}

.contact_blocks {
    width: 50%;
    height: auto;
    padding: 0 20px 0 0;
    display: table-cell;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    .contact_blocks {
        width: 100%;
        padding: 0 0 20px 0;
        display: table;
        position: relative;
        clear: both;
    }
}

.contacts_form {
    width: 50%;
    height: auto;
    padding: 0 0 0 20px;
    display: table-cell;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    .contacts_form {
        width: 100%;
        padding: 0;
        display: table;
        position: relative;
        clear: both;
    }
}

.contact_block_holder {
    width: calc(100% - 10px);
    height: auto;
    padding: 0;
    margin: 10px 5px;
    position: relative;
    clear: none;
    float: left;
    display: table;
}

.contact_block_icon {
    width: 30px;
    height: auto;
    padding: 0;
    display: table-cell;
    vertical-align: top;
    font-family: 'Font Awesome 6 Pro', sans-serif;
}

.contact_block_icon i {
    font-size: 30px;
    color: #374a89;
}

.contact_block_info {
    width: calc(100% - 30px - 10px);
    height: auto;
    padding: 0 0 0 5px;
    display: table-cell;
    vertical-align: top;
}

.contact_block_title {
    width: 100%;
    height: auto;
    padding: 0 0 2px 0;
    margin: 0;
    clear: both;
    display: table;
    font-size: 1.1em;
    font-weight: 700;
    color: #252525;
    line-height: 1.0em;
}

.contact_block_description {
    width: 100%;
    height: auto;
    padding: 0 0 2px 0;
    margin: 0;
    clear: both;
    display: table;
    font-size: 1.0em;
    font-weight: 600;
    color: #525252;
    line-height: 1.0em;
}

.contact_block_content {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-size: 1.0em;
    font-weight: 500;
    color: #000000;
}

.contact_block_content a,
.contact_block_content a:visited {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.contact_block_content a:hover,
.contact_block_content a:visited:hover {
    color: #000000;
    text-decoration: underline;
}

/* PRICING OPTIONS */
.pricing_options {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
}

.pricing_option_holder {
    width: calc(100% / 3 - 30px - 20px);
    height: auto;
    padding: 15px;
    margin: 10px;
    position: relative;
    clear: none;
    float: left;
    background-color: #252525;
    border-radius: 4px;
}

@media screen and (max-width: 1080px) {
    .pricing_option_holder {
        width: calc(100% / 2 - 30px - 20px);
    }
}

@media screen and (max-width: 560px) {
    .pricing_option_holder {
        width: calc(100% - 30px);
        margin: 10px auto;
        clear: both;
        float: none;
    }
}

.pricing_option_cover_photo {
    width: 100%;
    height: auto;
    padding-bottom: 60%;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
}

.pricing_option_flag {
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    z-index: 2;
    background-color: #525252;
    background-attachment: scroll;
    background-size: contain;
    background-position: center center;
}

.pricing_option_info {
    width: 100%;
    height: auto;
    padding: 15px 0 0 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
}

.pricing_option_country {
    width: 100%;
    height: 55px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    font-size: 1.3em;
    line-height: 1.0em;
    font-weight: 700;
    color: #c4c4c4;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .pricing_option_country {
        height: 50px;
        font-size: 1.2em;
    }
}

@media screen and (max-width: 560px) {
    .pricing_option_country {
        height: auto;
        padding: 0 0 15px 0;
        font-size: 1.3em;
    }
}

.pricing_option_button {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 10px auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
}

.pricing_option_button a,
.pricing_option_button a:visited {
    width: auto;
    height: auto;
    padding: 8px 20px;
    margin: 0 auto;
    border: 2px solid #ea7600;
    border-radius: 4px;
    color: #ea7600;
    text-transform: uppercase;
    font-size: 1.0em;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.pricing_option_button a:hover,
.pricing_option_button a:visited:hover {
    background-color: #ea7600;
    color: #252525;
}

/* PARTNERS */
.partners {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
}

.partner_category_holder {
    width: calc(100% - 20px - 2px);
    height: auto;
    padding: 10px;
    margin: 5px 0;
    position: relative;
    clear: both;
    display: table;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
}

.partner_category_name {
    width: calc(100% - 60px);
    height: auto;
    padding: 8px 30px;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    background-color: #374a89;
    border-radius: 4px;
    color: #ffffff;
    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
}

@media screen and (max-width: 1080px) {
    .partner_category_name {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 767px) {
    .partner_category_name {
        font-size: 1em;
    }
}

.partner_category_name i {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.partner_toggle_up,
.partner_toggle_down {
    cursor: pointer;
}

.partner_holder {
    width: calc(100% / 2 - 20px - 10px);
    height: auto;
    padding: 10px;
    margin: 10px 5px;
    position: relative;
    clear: none;
    float: left;
    background-color: #e2e2e2;
    border-radius: 4px;
    ;
}

@media screen and (max-width: 767px) {
    .partner_holder {
        width: calc(100% - 20px);
        padding: 10px;
        margin: 10px 0;
        clear: both;
        float: none;
    }
}

.partner_logo {
    width: 100px;
    height: 100px;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 440px) {
    .partner_logo {
        width: 100px;
        height: 100px;
        padding: 0 0 10px 0;
        margin: 0 auto;
        display: table;
        position: relative;
        clear: both;
        text-align: center;
    }
}

.partner_logo_float {
    width: 100%;
    height: auto;
    padding-bottom: 100%;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    border-radius: 50%;
    background-color: #252525;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.partner_info {
    width: calc(100% - 100px);
    height: auto;
    padding: 0 0 0 15px;
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 440px) {
    .partner_info {
        width: 100%;
        padding: 0;
        display: table;
        position: relative;
        clear: both;
        text-align: center;
    }
}

.partner_name {
    width: 100%;
    height: 50px;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight: 700;
    color: #525252;
}

@media screen and (max-width: 767px) {
    .partner_name {
        height: auto;
        padding: 0 0 5px 0;
        font-size: 1.1em;
    }
}

.partner_summary {
    width: 100%;
    height: 120px;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-size: 0.9em;
    line-height: 1.3em;
    font-weight: 600;
    color: #000000;
}

@media screen and (max-width: 767px) {
    .partner_summary {
        height: auto;
        padding: 0 0 10px 0;
        font-size: 0.9em;
    }
}

.partner_button {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 10px 0 0 0;
    position: relative;
    clear: both;
    display: table;
}

@media screen and (max-width: 440px) {
    .partner_button {
        margin: 0 auto;
        text-align: center;
    }
}

.partner_button a,
.partner_button a:visited {
    width: auto;
    height: auto;
    padding: 8px 25px;
    background-color: #ea7600;
    border-radius: 4px;
    color: #ffffff;
    font-size: 0.9em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    display: table;
    float: right;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 440px) {
    .partner_button a,
    .partner_button a:visited {
        padding: 8px 20px;
        font-size: 0.9em;
        margin: 0 auto;
        float: none;
    }
}

.partner_button a:hover,
.partner_button a:visited:hover {
    background-color: #c16100;
}

/* TEAM MEMBERS - LISTINGS */
.team_members {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
    text-align: center;
}

.team_member_holder {
    width: calc(100% / 3 - 30px - 20px - 4px);
    height: auto;
    padding: 15px;
    margin: 10px;
    display: inline-block;
    background-color: #252525;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1080px) {
    .team_member_holder {
        width: calc(100% / 2 - 30px - 20px - 4px);
    }
}

@media screen and (max-width: 560px) {
    .team_member_holder {
        width: calc(100% / 1 - 30px);
        margin: 5px auto;
    }
}

.team_member_holder:hover {
    background-color: #141414;
}

.team_member_profile_pic {
    width: 80%;
    height: auto;
    padding-bottom: 80%;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
}

.team_member_info {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 15px auto 0 auto;
    position: relative;
    clear: both;
    display: table;
}

.team_member_name {
    width: 100%;
    height: 50px;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    font-size: 1.3em;
    line-height: 1.0em;
    font-weight: 700;
    color: #c4c4c4;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .team_member_name {
        height: 45px;
        font-size: 1.1em;
    }
}

@media screen and (max-width: 560px) {
    .team_member_name {
        height: auto;
        padding: 0 0 5px 0;
        font-size: 1.2em;
    }
}

@media screen and (max-width: 440px) {
    .team_member_name {
        font-size: 1.1em;
    }
}

.team_member_designation {
    width: 100%;
    height: 40px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    font-size: 1.0em;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    color: #999999;
}

@media screen and (max-width: 560px) {
    .team_member_designation {
        height: auto;
        padding: 0 0 15px 0;
        font-size: 1.0em;
    }
}

.team_member_button {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 10px auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
}

.team_member_button a,
.team_member_button a:visited {
    width: auto;
    height: auto;
    padding: 8px 20px;
    margin: 0 auto;
    border: 2px solid #ea7600;
    border-radius: 4px;
    color: #ea7600;
    text-transform: uppercase;
    font-size: 1.0em;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

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

    .team_member_button a,
    .team_member_button a:visited {
        padding: 8px 15px;
        font-size: 0.9em;
    }
}

.team_member_button a:hover,
.team_member_button a:visited:hover {
    background-color: #ea7600;
    color: #252525;
}

/* TEAM MEMBERS - FULL PAGE */
.team_member_page {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
}

.team_member_page_header {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
}

.team_member_page_holder {
    width: calc(100% - 180px);
    height: auto;
    padding: 0 30px 0 0;
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 1080px) {
    .team_member_page_holder {
        width: calc(100% - 160px);
    }
}

@media screen and (max-width: 767px) {
    .team_member_page_holder {
        width: 100%;
        padding: 0 0 20px 0;
        display: table;
        position: relative;
        clear: both;
    }
}

.team_member_page_main {
    width: 100%;
    height: auto;
    padding: 0 0 10px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    border-bottom: 1px solid #c4c4c4;
}

.team_member_page_names {
    width: 100%;
    height: auto;
    padding: 2px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    text-align: left;
    font-size: 1.4em;
    line-height: 1.1em;
    text-transform: uppercase;
    font-weight: 700;
    color: #525252;
}

@media screen and (max-width: 1080px) {
    .team_member_page_names {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 767px) {
    .team_member_page_names {
        font-size: 1.3em;
        text-align: center;
    }
}

.team_member_page_designation {
    width: 100%;
    height: auto;
    padding: 2px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight: 600;
    color: #252525;
}

@media screen and (max-width: 1080px) {
    .team_member_page_designation {
        font-size: 1.0em;
    }
}

@media screen and (max-width: 767px) {
    .team_member_page_designation {
        font-size: 1.0em;
        text-align: center;
    }
}

.team_member_page_contacts {
    width: 100%;
    height: auto;
    padding: 10px 0 0 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    text-align: left;
    color: #525252;
}

@media screen and (max-width: 767px) {
    .team_member_page_contacts {
        margin: 0 auto;
        text-align: center;
    }
}

.team_member_page_contact_holder {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 20px 0 0;
    position: relative;
    font-size: 1.0em;
    font-weight: 600;
    clear: none;
    float: left;
}

@media screen and (max-width: 767px) {
    .team_member_page_contact_holder {
        float: none;
        clear: both;
        display: inline-block;
        text-align: center;
    }
}

@media screen and (max-width: 560px) {
    .team_member_page_contact_holder {
        width: 100%;
        font-size: 1.2em;
        display: table;
        text-align: center;
    }
}

.team_member_page_contact_holder a,
.team_member_page_contact_holder a:visited {
    color: #525252;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.team_member_page_contact_holder a:hover,
.team_member_page_contact_holder a:visited:hover {
    color: #000000;
}

.team_member_page_contact_holder i {
    color: #374a89;
}

.team_member_page_contact_socials {
    padding: 5px 0 0 0;
    clear: both;
    float: none;
}

.team_member_page_contact_socials i {
    padding: 0 3px 0 0;
    transition: all 0.3s ease-in-out;
}

.team_member_page_contact_socials i:hover {
    color: #253360;
    transform: scale(1.3, 1.3);
    z-index: 2;
}

.team_member_page_profile_pic {
    width: 180px;
    height: auto;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 1080px) {
    .team_member_page_profile_pic {
        width: 160px;
    }
}

@media screen and (max-width: 767px) {
    .team_member_page_profile_pic {
        width: 180px;
        height: auto;
        display: table;
        position: relative;
        clear: both;
        text-align: center;
        margin: 0 auto;
    }
}

.team_member_profile_pic_float {
    width: 180px;
    height: 180px;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
}

@media screen and (max-width: 1080px) {
    .team_member_profile_pic_float {
        width: 160px;
        height: 160px;
    }
}

@media screen and (max-width: 767px) {
    .team_member_profile_pic_float {
        width: 180px;
        height: 180px;
    }
}

.team_member_page_cv {
    width: 100%;
    height: auto;
    padding: 10px 0 0 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    text-align: left;
}

.team_member_page_cv p {
    text-align: left;
}

/* PROGRAMS PAGE */
.program_body {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
}

.program_video {
    width: 100%;
    height: auto;
    padding-bottom: 40%;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
}

@media screen and (max-width: 560px) {
    .program_video {
        padding-bottom: 60%;
    }
}

.program_video iframe {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.program_outer {
    width: calc(100% - 40px);
    height: auto;
    padding: 40px 20px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
}

.program_left {
    width: calc(100% - 440px);
    height: auto;
    padding: 0 20px 0 0;
    display: table-cell;
    vertical-align: top;
}

@media screen and (max-width: 1200px) {
    .program_left {
        width: calc(100% - 410px);
    }
}

@media screen and (max-width: 1080px) {
    .program_left {
        width: calc(100% - 340px);
    }
}

@media screen and (max-width: 767px) {
    .program_left {
        width: 100%;
        padding: 0 0 20px 0;
        display: table;
        position: relative;
        clear: both;
    }
}

.program_name {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    font-size: 2.2em;
    line-height: 1.0em;
    color: #525252;
    text-transform: uppercase;
    font-weight: 700;
}

@media screen and (max-width: 1200px) {
    .program_name {
        font-size: 2.1em;
    }
}

@media screen and (max-width: 1080px) {
    .program_name {
        font-size: 2.0em;
    }
}

@media screen and (max-width: 767px) {
    .program_name {
        font-size: 1.8em;
    }
}

@media screen and (max-width: 560px) {
    .program_name {
        font-size: 1.6em;
    }
}

.program_main_content {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
}

.program_info_bar {
    width: 440px;
    height: auto;
    padding: 0;
    display: table-cell;
    vertical-align: top;
}

@media screen and (max-width: 1200px) {
    .program_info_bar {
        width: 410px;
    }
}

@media screen and (max-width: 1080px) {
    .program_info_bar {
        width: 340px;
    }
}

@media screen and (max-width: 767px) {
    .program_info_bar {
        width: 100%;
        display: table;
        position: relative;
        clear: both;
    }
}

.program_info_bar_float {
    width: calc(100% - 30px);
    height: auto;
    padding: 15px 15px;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    background-color: #ebebeb;
    border-radius: 5px;
}

.program_buttons {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
}

.program_buttons a,
.program_buttons a:visited {
    width: calc(100% - 20px);
    height: auto;
    padding: 10px;
    margin: 0 auto 10px auto;
    border-radius: 4px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    display: table;
    font-size: 1.0em;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

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

    .program_buttons a,
    .program_buttons a:visited {
        font-size: 0.9em;
    }
}

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

    .program_buttons a,
    .program_buttons a:visited {
        font-size: 1em;
    }
}

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

    .program_buttons a,
    .program_buttons a:visited {
        font-size: 0.9em;
    }
}

.page_btn_green {
    background-color: #2f7444;
}

.page_btn_blue {
    background-color: #374a89;
}

.page_btn_orange {
    background-color: #ea7600;
}

.page_btn_green:hover {
    background-color: #255a35;
}

.page_btn_blue:hover {
    background-color: #253360;
}

.page_btn_orange:hover {
    background-color: #c16100;
}

.program_form {
    width: calc(100% - 20px - 2px);
    height: auto;
    padding: 10px 10px 0 10px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
}

.program_form_header {
    width: 100%;
    height: auto;
    padding: 0 0 10px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.0em;
    text-transform: uppercase;
    font-weight: 700;
    color: #525252;
}

@media screen and (max-width: 1080px) {
    .program_form_header {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 767px) {
    .program_form_header {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 560px) {
    .program_form_header {
        font-size: 1.1em;
    }
}

/* FAQs */
.faqs {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
}

.faq_holder {
    width: calc(100% - 20px - 2px);
    height: auto;
    padding: 5px 10px;
    margin: 5px auto;
    position: relative;
    clear: both;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    overflow: hidden;
}

.faq_question {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    font-weight: 600;
    display: table;
}

.faq_question_txt {
    width: calc(100% - 10px - 15px);
    height: auto;
    padding: 0 10px 0 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 1.0em;
    font-weight: 600;
    color: #252525;
    line-height: 1.4em;
}

@media screen and (max-width: 767px) {
    .faq_question_txt {
        font-size: 1.0em;
    }
}

.faq_question_btn {
    width: 15px;
    height: auto;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}

.faq_question_btn i {
    font-size: 22px;
    color: #2f7444;
    margin: 3px 0 2px 0;
    cursor: pointer;
}

.faq_question_btn i:hover {
    color: #255a35;
}

.faq_answer {
    width: 100%;
    height: auto;
    padding: 10px 0 10px 0;
    margin: 0;
    position: relative;
    clear: both;
    text-align: justify;
    font-size: 0.9em;
    line-height: 1.3em;
    display: none;
}

@media screen and (max-width: 767px) {
    .faq_answer {
        font-size: 0.8em;
    }
}

/* PAGE BUTTONS */
.page_buttons {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 10px auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
}

.pg_btn {
    min-width: 220px;
    height: auto;
    padding: 10px;
    margin: 5px;
    position: relative;
    display: inline-block;
    text-align: center;
    border: 0;
    border-radius: 4px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    font-size: 1em;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
    .pg_btn {
        min-width: 180px;
        font-size: 0.9em;
    }
}

@media screen and (max-width: 560px) {
    .pg_btn {
        min-width: 0;
        display: table;
        width: calc(100% - 20px - 10px);
    }
}

.pg_btn_green {
    background-color: #2f7444;
}

.pg_btn_blue {
    background-color: #374a89;
}

.pg_btn_orange {
    background-color: #ea7600;
}

.pg_btn_green:hover {
    background-color: #255a35;
}

.pg_btn_blue:hover {
    background-color: #253360;
}

.pg_btn_orange:hover {
    background-color: #c16100;
}

/* PAGE IMAGES */
.page_images {
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
}

.page_image_link {
    text-decoration: none;
}

.page_images_container {
    height: auto;
    padding-bottom: calc(100% / 3 / 1.6 - 10px);
    margin: 5px;
    position: relative;
    clear: none;
    float: left;
    background-color: #c4c4c4;
    background-attachment: scroll;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.page_images_container_stretch1 {
    width: calc(100% / 3 * 1 - 10px);
}

@media screen and (max-width: 560px) {
    .page_images_container_stretch1 {
        width: calc(100% / 1 * 1 - 10px);
        padding-bottom: calc(100% / 2 - 10px);
    }
}

.page_images_container_stretch2 {
    width: calc(100% / 3 * 2 - 10px);
    padding-bottom: calc(100% / 2.4 - 10px);
}

@media screen and (max-width: 560px) {
    .page_images_container_stretch2 {
        width: calc(100% / 1 * 1 - 10px);
        padding-bottom: calc(100% / 2 - 10px);
    }
}

.page_images_container_stretch3 {
    width: calc(100% / 3 * 3 - 10px);
    padding-bottom: calc(100% / 3 / 2.0 * 3 - 10px);
}

@media screen and (max-width: 560px) {
    .page_images_container_stretch3 {
        width: calc(100% / 1 * 1 - 10px);
        padding-bottom: calc(100% / 2 - 10px);
    }
}

.page_image_title {
    width: calc(100% - 20px);
    height: auto;
    padding: 0 10px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    display: block;
    transition: all 0.4s ease-in-out;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    z-index: 2;
}

.page_image_link:hover .page_image_title {
    display: none;
}

.page_image_filter {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.page_image_link:hover .page_image_filter {
    background-color: rgba(0, 0, 0, 0.0);
}

/* FEATURED VIDEOS */
.featured_videos_top_block {
    width: 100%;
    height: 100px;
    padding: 0;
    margin: -100px auto 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
    background-image: url('../images/featured_videos_frame_top.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: 100% 100px;
    background-position: center center;
    pointer-events: none;
    z-index: 8;
}

@media screen and (max-width: 1200px) {
    .featured_videos_top_block {
        height: 80px;
        margin: -80px auto 0 auto;
        background-size: 100% 80px;
    }
}

@media screen and (max-width: 1080px) {
    .featured_videos_top_block {
        height: 60px;
        margin: -60px auto 0 auto;
        background-size: 100% 60px;
    }
}

@media screen and (max-width: 767px) {
    .featured_videos_top_block {
        height: 40px;
        margin: -40px auto 0 auto;
        background-size: 100% 40px;
    }
}

@media screen and (max-width: 560px) {
    .featured_videos_top_block {
        height: 30px;
        margin: -30px auto 0 auto;
        background-size: 100% 30px;
    }
}

.featured_videos {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
    background-color: #e2e2e2;
    z-index: 8;
}

.featured_videos_inner {
    width: 1000px;
    height: auto;
    padding: 10px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
}

@media screen and (max-width: 1080px) {
    .featured_videos_inner {
        width: calc(100% - 40px);
        padding: 30px 20px;
    }
}

.featured_videos_header_title {
    width: 100%;
    height: auto;
    padding: 0 0 15px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    font-size: 2.2em;
    line-height: 1.0em;
    font-weight: 700;
    color: #525252;
    text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
    .featured_videos_header_title {
        font-size: 2.1em;
    }
}

@media screen and (max-width: 1080px) {
    .featured_videos_header_title {
        font-size: 2.0em;
    }
}

@media screen and (max-width: 767px) {
    .featured_videos_header_title {
        font-size: 1.8em;
    }
}

@media screen and (max-width: 560px) {
    .featured_videos_header_title {
        font-size: 1.6em;
    }
}

.featured_videos_player {
    width: calc(100% / 2 - 20px);
    height: 100%;
    padding-bottom: calc(30% - 20px);
    margin: 10px;
    position: relative;
    clear: none;
    float: left;
    display: table;
}

@media screen and (max-width: 767px) {
    .featured_videos_player {
        width: 100%;
        padding-bottom: 50%;
        margin: 10px auto;
        clear: both;
        float: none;
    }
}

.featured_videos_player_full {
    width: 100%;
    padding-bottom: 50%;
    margin: 0;
    clear: both;
    float: none;
    display: table;
}

.featured_videos_player iframe {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    clear: none;
    float: left;
}

.featured_videos_bottom_block {
    width: 100%;
    height: 100px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
    background-image: url('../images/featured_videos_frame_bottom.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: 100% 100px;
    background-position: center center;
    z-index: 8;
}

@media screen and (max-width: 1200px) {
    .featured_videos_bottom_block {
        height: 80px;
        background-size: 100% 80px;
    }
}

@media screen and (max-width: 1080px) {
    .featured_videos_bottom_block {
        height: 60px;
        background-size: 100% 60px;
    }
}

@media screen and (max-width: 767px) {
    .featured_videos_bottom_block {
        height: 40px;
        background-size: 100% 40px;
    }
}

@media screen and (max-width: 560px) {
    .featured_videos_bottom_block {
        height: 30px;
        background-size: 100% 30px;
    }
}

/* CONTENT INSERTS */
.inserts_top_block {
    width: 100%;
    height: 100px;
    padding: 0;
    margin: -100px auto 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
    background-image: url('../images/inserts_frame_top.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: 100% 100px;
    background-position: center center;
    pointer-events: none;
    z-index: 8;
}

@media screen and (max-width: 1200px) {
    .inserts_top_block {
        height: 80px;
        margin: -80px auto 0 auto;
        background-size: 100% 80px;
    }
}

@media screen and (max-width: 1080px) {
    .inserts_top_block {
        height: 60px;
        margin: -60px auto 0 auto;
        background-size: 100% 60px;
    }
}

@media screen and (max-width: 767px) {
    .inserts_top_block {
        height: 40px;
        margin: -40px auto 0 auto;
        background-size: 100% 40px;
    }
}

@media screen and (max-width: 560px) {
    .inserts_top_block {
        height: 30px;
        margin: -30px auto 0 auto;
        background-size: 100% 30px;
    }
}

.inserts_holder {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
    background-color: #374a89;
    z-index: 8;
}

.inserts_inner {
    width: 1000px;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
}

@media screen and (max-width: 1080px) {
    .inserts_inner {
        width: calc(100% - 40px);
        padding: 0 20px;
    }
}

.inserts_inner h3 {
    width: 100%;
    height: auto;
    padding: 15px 0 15px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    font-size: 2.2em;
    line-height: 1.0em;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .inserts_inner h3 {
        font-size: 2.1em;
    }
}

@media screen and (max-width: 1080px) {
    .inserts_inner h3 {
        font-size: 2.0em;
    }
}

@media screen and (max-width: 767px) {
    .inserts_inner h3 {
        font-size: 1.8em;
    }
}

@media screen and (max-width: 560px) {
    .inserts_inner h3 {
        font-size: 1.6em;
    }
}

.inserts_inner h4 {
    width: 100%;
    height: auto;
    padding: 5px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    font-size: 1.6em;
    line-height: 1.0em;
    font-weight: 600;
    color: #d6d6d6;
    text-transform: uppercase;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .inserts_inner h4 {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 1080px) {
    .inserts_inner h4 {
        font-size: 1.4em;
    }
}

@media screen and (max-width: 767px) {
    .inserts_inner h4 {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 560px) {
    .inserts_inner h4 {
        font-size: 1.2em;
    }
}

.inserts_inner h5 {
    width: 100%;
    height: auto;
    padding: 5px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    font-size: 1.6em;
    line-height: 1.0em;
    font-weight: 600;
    color: #979797;
    text-transform: uppercase;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .inserts_inner h5 {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 1080px) {
    .inserts_inner h5 {
        font-size: 1.4em;
    }
}

@media screen and (max-width: 767px) {
    .inserts_inner h5 {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 560px) {
    .inserts_inner h5 {
        font-size: 1.2em;
    }
}

.inserts_content {
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    font-size: 1.1em;
    line-height: 1.3em;
    color: #ffffff;
    font-weight: 600;
}

@media screen and (max-width: 1080px) {
    .inserts_content {
        font-size: 1em;
    }
}

.inserts_button {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 10px auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
}

.inserts_button a,
.inserts_button a:visited {
    width: auto;
    height: auto;
    padding: 10px 30px;
    border: 2px solid #ffffff;
    border-radius: 4px;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
    font-size: 1.0em;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    display: table;
    transition: all 0.3s ease-in-out;
}

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

    .inserts_button a,
    .inserts_button a:visited {
        padding: 8px 20px;
        font-size: 1.0em;
    }
}

.inserts_button a:hover,
.inserts_button a:visited:hover {
    background-color: #ffffff;
    color: #374a89;
}

.inserts_bottom_block {
    width: 100%;
    height: 100px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
    background-image: url('../images/inserts_frame_bottom.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: 100% 100px;
    background-position: center center;
    z-index: 8;
}

@media screen and (max-width: 1200px) {
    .inserts_bottom_block {
        height: 80px;
        background-size: 100% 80px;
    }
}

@media screen and (max-width: 1080px) {
    .inserts_bottom_block {
        height: 60px;
        background-size: 100% 60px;
    }
}

@media screen and (max-width: 767px) {
    .inserts_bottom_block {
        height: 40px;
        background-size: 100% 40px;
    }
}

@media screen and (max-width: 560px) {
    .inserts_bottom_block {
        height: 30px;
        background-size: 100% 30px;
    }
}

/* FEATURED PHOTO */
.featured_photo_top_block {
    width: 100%;
    height: 100px;
    padding: 0;
    margin: -100px auto 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
    background-image: url('../images/featured_photo_frame_top.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: 100% 100px;
    background-position: center center;
    pointer-events: none;
    z-index: 7;
}

@media screen and (max-width: 1200px) {
    .featured_photo_top_block {
        height: 80px;
        margin: -80px auto 0 auto;
        background-size: 100% 80px;
    }
}

@media screen and (max-width: 1080px) {
    .featured_photo_top_block {
        height: 60px;
        margin: -60px auto 0 auto;
        background-size: 100% 60px;
    }
}

@media screen and (max-width: 767px) {
    .featured_photo_top_block {
        height: 40px;
        margin: -40px auto 0 auto;
        background-size: 100% 40px;
    }
}

@media screen and (max-width: 560px) {
    .featured_photo_top_block {
        height: 30px;
        margin: -30px auto 0 auto;
        background-size: 100% 30px;
    }
}

.featured_photo {
    width: 100%;
    height: auto;
    margin: -50px auto 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 6;
}

@media screen and (max-width: 767px) {
    .featured_photo {
        padding-bottom: 50% !important;
    }
}

@media screen and (max-width: 560px) {
    .featured_photo {
        padding-bottom: 60% !important;
    }
}

@media screen and (max-width: 440px) {
    .featured_photo {
        padding-bottom: 70% !important;
    }
}

.featured_photo_bottom_block {
    width: 100%;
    height: 100px;
    padding: 0;
    margin: -50px auto 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
    background-image: url('../images/featured_photo_frame_bottom.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: 100% 100px;
    background-position: center center;
    z-index: 8;
}

@media screen and (max-width: 1200px) {
    .featured_photo_bottom_block {
        height: 80px;
        margin: -40px auto 0 auto;
        background-size: 100% 80px;
    }
}

@media screen and (max-width: 1080px) {
    .featured_photo_bottom_block {
        height: 60px;
        margin: -30px auto 0 auto;
        background-size: 100% 60px;
    }
}

@media screen and (max-width: 767px) {
    .featured_photo_bottom_block {
        height: 40px;
        margin: -20px auto 0 auto;
        background-size: 100% 40px;
    }
}

@media screen and (max-width: 560px) {
    .featured_photo_bottom_block {
        height: 30px;
        margin: -15px auto 0 auto;
        background-size: 100% 30px;
    }
}

/* LOGO SLIDER */
.logo_slider_top_block {
    width: 100%;
    height: 100px;
    padding: 0;
    margin: -100px auto 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
    background-image: url('../images/logo_slider_frame_top.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: 100% 100px;
    background-position: center center;
    pointer-events: none;
    z-index: 8;
}

@media screen and (max-width: 1200px) {
    .logo_slider_top_block {
        height: 80px;
        margin: -80px auto 0 auto;
        background-size: 100% 80px;
    }
}

@media screen and (max-width: 1080px) {
    .logo_slider_top_block {
        height: 60px;
        margin: -60px auto 0 auto;
        background-size: 100% 60px;
    }
}

@media screen and (max-width: 767px) {
    .logo_slider_top_block {
        height: 40px;
        margin: -40px auto 0 auto;
        background-size: 100% 40px;
    }
}

@media screen and (max-width: 560px) {
    .logo_slider_top_block {
        height: 30px;
        margin: -30px auto 0 auto;
        background-size: 100% 30px;
    }
}

.logo_slider {
    background-color: #e2e2e2;
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 10px 0 25px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.logo_slider_line {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
    background-color: #e2e2e2;
}

.logo_slider_line_inner {
    width: calc(100% - 40px);
    height: auto;
    padding: 0;
    margin: 0 20px;
    position: relative;
    clear: both;
    display: table;
    border-bottom: 1px solid #c4c4c4;
}

/* FOOTER */
.footer {
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    width: calc(100% - 40px);
    overflow: hidden;
    background-color: #e2e2e2;
    background-image: url('../images/footer_bg.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: 100% 95%;
    background-position: right bottom;
}

.footer_nowapp {
    padding: 10px 20px 20px 20px !important;
}

.footer_socials {
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 0 0 30px 0;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    font-family: 'Font Awesome 5 Pro', sans-serif;
}

.footer_socials i {
    padding: 0;
    margin: 0 2px;
    color: #374a89;
    display: inline-block;
    font-size: 28px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
    .footer_socials i {
        font-size: 22px;
    }
}

@media only screen and (max-width: 560px) {
    .footer_socials i {
        font-size: 20px;
    }
}

.footer_socials i:hover {
    color: #253360;
    transform: scale(1.3, 1.3);
    z-index: 2;
}

.footer_socials a {
    text-decoration: none;
}

.footer_addresses {
    width: 100%;
    height: auto;
    padding: 0 0 30px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
}

@media only screen and (max-width: 767px) {
    .footer_addresses {
        padding: 0;
    }
}

.footer_address_holder {
    width: 50%;
    height: auto;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    color: #525252;
    font-size: 1.0em;
    line-height: 1.2em;
}

@media only screen and (max-width: 767px) {
    .footer_address_holder {
        width: 100%;
        display: table;
        padding: 0;
        position: relative;
        clear: both;
        font-size: 0.9em;
        text-align: center;
    }
}

.footer_address_info {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 15px 0;
    position: relative;
    clear: both;
    display: table;
}

.footer_address_header {
    font-size: 1.0em;
    font-weight: 700;
    text-transform: uppercase;
}

.footer_address_holder img {
    width: auto;
    height: 110px;
    display: table;
    text-align: right;
    float: right;
}

@media only screen and (max-width: 767px) {
    .footer_address_holder img {
        width: auto;
        height: 100px;
        padding: 10px 0 20px 0;
        margin: 0 auto;
        display: table;
        text-align: center;
        float: none;
    }
}

.privacy_policy {
    width: 100%;
    height: auto;
    padding: 0 0 15px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    text-align: center;
    display: table;
    color: #525252;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.0em;
}

@media screen and (max-width: 560px) {
    .privacy_policy {
        font-size: 1.0em;
    }
}

.privacy_policy a,
.privacy_policy a:visited {
    color: #525252;
    text-decoration: none;
    padding: 0 15px;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 560px) {

    .privacy_policy a,
    .privacy_policy a:visited {
        width: 100%;
        padding: 5px 0;
        clear: both;
        display: table;
    }
}

.privacy_policy a:hover,
.privacy_policy a:visited:hover {
    color: #000000;
}

.credentials {
    clear: both;
    color: #525252;
    display: table;
    font-size: 0.9em;
    font-weight: 500;
    height: auto;
    margin: 0 auto;
    padding: 0 0 5px 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.credits {
    clear: both;
    color: #525252;
    display: table;
    font-size: 0.9em;
    font-weight: 500;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.credits a,
.credits a:visited {
    color: #525252;
    text-decoration: none;
}

.credits a:hover,
.credits a:visited:hover {
    color: #000000;
    text-decoration: underline;
}

/* WHATSAPP BUTTON */
.whatsapp_button {
    width: auto;
    padding: 0;
    margin: 0;
    position: fixed;
    bottom: 15px;
    right: 15px;
    background-image: url('../images/wa_bg_filter.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 1005;
}

.whatsapp_button i {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.whatsapp_popup {
    width: auto;
    white-space: nowrap;
    height: auto;
    padding: 5px 10px;
    margin: 0 0 5px 0;
    position: absolute;
    bottom: 100%;
    right: 0;
    z-index: 5;
    background-color: #ffffff;
    border: 2px solid #525252;
    border-radius: 6px 6px 0 6px;
    text-align: center;
    font-weight: 500;
    font-size: 0.9em;
    color: #525252;
    opacity: 0.0;
    animation: animateWhatsappPopup 1.5s ease-in-out 5.0s 1 forwards;
}

@keyframes animateWhatsappPopup {
    0% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

.whatsapp_link:hover i {
    transform: scale(1.1, 1.1);
}

/* FORM STYLING */
.form_group {
    clear: both;
    display: table;
    height: auto;
    margin: 0 0 10px 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.form_group_full {
    clear: both;
    display: table;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.form_group_left {
    clear: none;
    display: table;
    float: left;
    height: auto;
    margin: 0 1% 0 0;
    padding: 0;
    position: relative;
    width: 49%;
}

@media screen and (max-width: 1080px) {
    .form_group_left {
        clear: both;
        float: none;
        margin: 0 0 15px;
        width: 100%;
    }
}

.form_group_right {
    clear: none;
    display: table;
    float: right;
    height: auto;
    margin: 0 0 0 1%;
    padding: 0;
    position: relative;
    width: 49%;
}

@media screen and (max-width: 1080px) {
    .form_group_right {
        clear: both;
        float: none;
        margin: 0;
        width: 100%;
    }
}

.form_group_1_3 {
    clear: none;
    display: table;
    float: left;
    height: auto;
    margin: 0 1% 0 0;
    padding: 0;
    position: relative;
    width: calc(100% / 3 - 1%);
}

@media screen and (max-width: 1080px) {
    .form_group_1_3 {
        margin: 0 0 25px 0;
        width: 100%;
    }
}

.form_group_2_3 {
    clear: none;
    display: table;
    float: left;
    height: auto;
    margin: 0 1% 0 1%;
    padding: 0;
    position: relative;
    width: calc(100% / 3 - 2%);
}

@media screen and (max-width: 1080px) {
    .form_group_2_3 {
        margin: 0 0 25px 0;
        padding: 0;
        width: 100%;
    }
}

.form_group_3_3 {
    clear: none;
    display: table;
    float: right;
    height: auto;
    margin: 0 0 0 1%;
    padding: 0;
    position: relative;
    width: calc(100% / 3 - 1%);
}

@media screen and (max-width: 1080px) {
    .form_group_3_3 {
        margin: 0 0 25px 0;
        width: 100%;
    }
}

.form_label {
    clear: both;
    display: table;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.form_label label {
    color: #4d4d4d;
    font-family: 'Nunito', sans-serif;
    font-size: 0.9em;
    font-weight: 700;
}

label.error {
    color: #ff0000;
    font-size: 0.7em;
    font-weight: 500;
    position: relative;
    float: right;
    padding: 2px 0 0 0;
}

label.error:before {
    content: '\f06a';
    color: #ff0000;
    padding: 0 2px 0 0;
    font-family: 'Font Awesome 6 Pro', sans-serif;
}

.form_field {
    clear: both;
    display: table;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.form_field input[type="text"],
.form_field input[type="number"] {
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    font-family: 'Nunito', sans-serif;
    height: 20px;
    margin: 0;
    outline: none;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: calc(100% - 40px - 2px);
}

.form_field input[type="text"]:hover,
.form_field input[type="text"]:focus {
    background-color: #f2f2f2;
    border: 1px solid #c4c4c4;
}

.form_field select {
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    font-family: 'Nunito', sans-serif;
    height: 42px;
    margin: 0;
    outline: none;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 100%;
}

.form_field select:hover,
.form_field select:focus {
    background-color: #f2f2f2;
    border: 1px solid #c4c4c4;
}

.form_field textarea {
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    font-family: 'Nunito', sans-serif;
    height: 100px;
    margin: 0;
    outline: none;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: calc(100% - 40px - 2px);
}

.form_field textarea:hover,
.form_field textarea:focus {
    background-color: #f2f2f2;
    border: 1px solid #c4c4c4;
}

.form_group_full .enquire_btn {
    background-color: #ffffff;
    border: 1px solid #AFB374;
    clear: none;
    color: #AFB374;
    cursor: pointer;
    float: right;
    font-family: 'Font Awesome 6 Pro', 'Nunito', sans-serif;
    font-size: 1.5em;
    margin: 0;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.form_group_full .enquire_btn:hover {
    border: 1px solid #4e502e;
    color: #4e502e;
}

.form_oneliner_label {
    display: table-cell;
    height: auto;
    padding: 0 2% 0 0;
    vertical-align: middle;
    width: 48%;
}

.form_oneliner_field {
    display: table-cell;
    height: auto;
    padding: 0 0 0 2%;
    vertical-align: middle;
    width: 48%;
}

.form_note {
    clear: both;
    color: #c4c4c4;
    display: table;
    font-size: 0.8em;
    height: auto;
    margin: 2px 0 0 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.red_asterisk {
    color: red;
    font-size: 0.6em;
    vertical-align: super;
}

.red_asterisk:before {
    color: red;
    content: '\f069';
    font-family: 'Font Awesome 6 Pro', sans-serif;
    font-size: 0.6em;
    vertical-align: super;
}

.hfield {
    display: none;
}

/* MAP */
.mapouter {
    text-align: right;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 10px auto 0 auto;
    position: relative;
    clear: both;
    overflow: hidden;
}

.gmap_canvas {
    background: none !important;
    overflow: hidden;
    width: 100%;
}