/*
 *
 * Icon font
 *
 */
@import url("fonts/icomoon/style.css");
@import url("fonts/fontawesome/font-awesome.min.css");
@import url("fonts/barlow/styles.css");

/*
 *
 * FONTS
 *
 */

body{
    font-family: "BarlowSemiCondensed",sans-serif;
}

#tinymce .editor_ui_right, 
#tinymce .editor_ui_left {
    width: 100%;
}
#tinymce .row {
    display: flex !important;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
}
/* FIX FOR ALIGNED IMAGES IN CONTENT */

.wp-caption {
    max-width: 100%;
    height: auto;
}

#page-content .wp-caption img {
    width: 100%;
}

.wp-caption.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.wp-caption.alignleft {
    float: left;
}

.wp-caption.alignright {
    float: right;
}

.wp-caption-text,
.wp-caption-dd {
    color: #A1B0B9;
    font-family: 'BarlowSemiCondensed-SemiBold', sans-serif;
    margin-top: 16px;
}

.wp-caption.aligncenter .wp-caption-text,
.wp-caption.aligncenter .wp-caption-dd {
    text-align: center;
}

.wp-caption.alignleft .wp-caption-text,
.wp-caption.alignleft .wp-caption-dd {
    text-align: left;
}

.wp-caption.alignright .wp-caption-text,
.wp-caption.alignright .wp-caption-dd {
    text-align: right;
}



/* .wp-caption.alignright .wp-caption-text,
.wp-caption.alignleft .wp-caption-text,
.wp-caption.alignright .wp-caption-dd,
.wp-caption.alignleft .wp-caption-dd {
    margin-bottom: 0 !important;
} */



img.alignright {width: auto !important; max-width: 100%; float:right; margin:0 0 1em 1em}
img.alignleft {width: auto !important; max-width: 100%; float:left; margin:0 1em 1em 0}
img.aligncenter {width: auto !important; max-width: 100%; display: block; margin-left: auto; margin-right: auto}
a img.alignright {width: auto !important; max-width: 100%; float:right; margin:0 0 1em 1em}
a img.alignleft {width: auto !important; max-width: 100%; float:left; margin:0 1em 1em 0}
a img.aligncenter {width: auto !important; max-width: 100%; display: block; margin-left: auto; margin-right: auto}


/*
 *
 * Set default styles
 *
 */

html {
    font-size: 10px;
}

body {
    font-size: 1.8rem;
    line-height: 1.4em;
    font-family: 'BarlowSemiCondensed', sans-serif;
    color: #000000;
    overflow-x: hidden;
    font-weight: normal;
}

/* * {
    word-break: break-word;
} */

#page-content {
    word-break: break-word;
}

body#tinymce {
    margin: 10px !important;
}

h1,
.h1,
h2,
.h2 {
    font-size: 5.2rem;
    margin-bottom: 30px;
}

h3,.h3 {
    font-size: 3.6rem;
    margin-bottom: 22px;
}

h4,.h4 {
    font-size: 2.8rem;
    margin-bottom: 15px;
}


/*
 *
 * Text sizes
 *
 */

.ts_52 {
    font-size: 5.2rem;
    line-height: 1.27em;
}

.ts_36 {
    font-size: 3.6rem;
    line-height: 1.325em;
}

.ts_28 {
    font-size: 2.8rem !important;
    line-height: 1.4em;
}

.ts_26 {
    font-size: 2.6rem;
    line-height: 1.2em;
}

.ts_22 {
    font-size: 2.2rem;
    line-height: 1.2em;
}

.ts_20 {
    font-size: 2rem;
    line-height: 1.2em;
}

.ts_18 {
    font-size: 1.8rem;
    line-height: 1.2em;
}

.ts_16 {
    font-size: 1.6rem;
    line-height: 1.325em;
}


.img_padding{
    padding: 50px;
}
.top_right_effect {
    position: relative;
}
.top_right_effect:after {
    content: "";
    width: 195px;
    height: 195px;
    display: block;
    position: absolute;
    top: -40px;
    right: -40px;
    z-index: -1;
    background: #1a5a66;
}

b, strong,
.b, .strong,.bold {
    font-family: 'BarlowSemiCondensed-SemiBold';
    font-weight: normal;
}

.medium {
    font-family: 'BarlowSemiCondensed-Medium';
}
ul,ol,p {
    margin-bottom: 26px;
    margin-top: 0;
    padding: 0;
}

ul {
    list-style: none;  
}

ul li {
    position: relative;
}

.text_center {
    text-align: center;
}
.text_left {
    text-align: left;
}
.text_right {
    text-align: right;
}
/* 
#page-content ul,
.mce-content-body ul {
    padding-left: 15px;
} */

#page-content ul li,
.mce-content-body ul li {
    padding-bottom: 7px;
    padding-left: 19px;
    break-inside: avoid-column;
}

.mce-content-body img {
    width: auto;
}

#page-content ul li:not(.option):before,
.mce-content-body ul li:before {
    content: '\e904';
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    font-size: 1rem;
    top: 8px;
    left: 0;
}

ol {
    list-style-position: inside;
    padding-left: 15px;
}

ol li {
    padding-bottom: 7px;
}

blockquote {
    color: #7293a6;
    font-size: 2.2rem;
    margin: 24px;
    border: 0;
    padding: 0;
    font-style: italic;
}

blockquote p:after,
blockquote p:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    position: relative;
    bottom: 1px;
}

blockquote p:first-child:before {
    content: "\e903\e903";
    margin-right: 10px;
    letter-spacing: -5px;
}

blockquote p:last-child:after {
    content: '\e904\e904';
    letter-spacing: -5px;
    margin-left: 5px;
}

*, *:focus {
    outline: none !important;
}


a,
.link-style {
    color: #e84d34;
    cursor: pointer;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

a * {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}


a:hover,
a:focus,
.link-style:hover,
.link-style:focus {
    color: #ee8b79;
    text-decoration: none;
}

hr {
    margin-top: 52px;
    margin-bottom: 65px;
    border: 0;
    border-bottom: 2px solid #e3e3e3;
}

hr.hr-small {
    margin-top: 32px;
    margin-bottom: 30px;
}
hr.hr-style {
    background: url('images/svg/Symbol.svg') no-repeat center center;
    height: 45px;
    position: relative;
    overflow: visible;
    max-width: 515px;
    background-size: contain;
    border: none;
    z-index: 10;
}
hr.hr-style.white {
    background: url('images/svg/Symbol-White.svg') no-repeat center center;
    background-size: contain;
    margin-bottom: 50px;
}
hr.hr-style:before,
hr.hr-style:after {
    content: '';
    display: inline-block;
    width: calc(50% - 50px);
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    background: #e3e3e3;
}
hr.hr-style:after {
    right: 0;
    left: auto;
}

#tinymce .editor_ui_left img,
#tinymce .editor_ui_right img {
    max-width: 100%;
    height: auto;
}

.img100{
    width: 100%;
    height: auto;
}
.relative{
    position: relative;
}


/*
 *
 * Margins
 *
 */

 .mt_0 {
    margin-top: 0px;
}
.mt_5 {
    margin-top: 5px;
}
.mt_10 {
    margin-top: 10px;
}
.mt_15 {
    margin-top: 15px;
}
.mt_20 {
    margin-top: 20px;
}
.mt_25 {
    margin-top: 25px;
}
.mt_30 {
    margin-top: 30px;
}
.mt_40 {
    margin-top: 40px;
}
.mt_50 {
    margin-top: 50px;
}
.mt_70 {
    margin-top: 70px;
}

.mb_0 {
    margin-bottom: 0px;
}
.mb_5 {
    margin-bottom: 5px;
}
.mb_10 {
    margin-bottom: 10px;
}
.mb_15 {
    margin-bottom: 15px;
}
.mb_20 {
    margin-bottom: 20px;
}
.mb_25 {
    margin-bottom: 25px;
}
.mb_30 {
    margin-bottom: 30px;
}
.mb_40 {
    margin-bottom: 40px !important ;
}
.mb_50 {
    margin-bottom: 50px;
}
.mb_70 {
    margin-bottom: 70px;
}

/*
 *
 * Text color
 *
 */

.green {
    color: #0d151b;
}
.light_green {
    color: #008000;
}
.gray {
    color: #808080;
}
.white {
    color: #fff;
}

/*
 *
 * Text transform
 *
 */

.uppercase {
    text-transform: uppercase;
}

.subtitle_text {
    font-size: 2.2rem;
    margin-top: 45px;
    margin-bottom: 72px;
}

.line_height_12 {
    line-height: 1.2;
}

/*
 *
 * Text weight
 *
 */

.tf_regular {
    font-family: 'BarlowSemiCondensed', sans-serif;
}

.tf_semi_bold {
    font-family: 'BarlowSemiCondensed-SemiBold', sans-serif;
}

.tf_medium {
    font-family: "BarlowSemiCondensed-Medium", sans-serif;
}

.tf_italic {
    font-family: "BarlowSemiCondensed-Italic", sans-serif;
}

/*
*
* Title styles
*
*/

.title_underline {
    border-bottom: 2px solid #e7e7e7;
    padding-bottom: 20px;
}
.bank_icon:before,
.tech_icon:before,
.hand_icon:before {
    content: "\e91b";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #92a2d0;
    font-size: 30px;
    position: absolute;
    top: 0;
    left: 0;
}
.bank_icon,
.tech_icon,
.hand_icon {
    padding-left: 50px;
    position: relative;
}
.tech_icon:before {
    content: "\e91c";
}
.hand_icon:before {
    content: "\e91d";
}

/*
 *
 * Margin spacing
 *
 */

.remove_margin_top {
    margin-top: 0 !important;
}

.remove_margin_bottom {
    margin-bottom: 0 !important;
}


/*
 *
 * Button
 *
 */

.button {
    display: inline-block;
    border: 2px solid #e74d33;
    border-radius: 0;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 55px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: "BarlowSemiCondensed-Medium", sans-serif;
    font-size: 1.6rem;
    margin-top: 26px;
    position: relative;
    border-radius: 5px 5px 0 5px;
}
/* .button:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-width: 10px;
    border-top-color: #66c5d6;
    border-style: solid;
    border-right-color: #66c5d6;
    border-bottom-color: transparent;
    border-left-color: transparent;
    position: absolute;
    top: -2px;
    right: -2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
} */
.button:hover {
    background: #e74d33;
    color: #fff;
}
.button-green {
    color: #fff;
    background: #e74d33;
}
.button-green:hover,
.button-green:focus,
.button-green:active {
    background: #e96751;
    border-color: #e96751;
    color: #fff
}
.button-green:hover:before {
    border-top-color: #e74d33;
    border-right-color: #e74d33;
}
.button-transparent {
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
    border-color: #fff;
}
.button-transparent:hover,
.button-transparent:active,
.button-transparent:focus {
    color: #fff;
    background: #e74d33;
    border-color: #e74d33;
}
.btn_arrow:after {
    content: "\e909";
    display: inline-block;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 15px;
    position: relative;
    top: 1px;
}
.button100 {
    width: 100%;
    line-height: 51px;
    padding: 0 20px;
}
.button.button_narrow {
    padding: 10px 33px;
}
.pdf-format {

}
.video-format {

}
.video-format span {
    margin-left: 10px;
    position: relative;
    top: 1px;
}
.link_arrow:after {
    content: "\e90c";
    display: inline-block;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 15px;
    position: relative;
    top: 2px;
}
.link_pdf:before {
    content: "\e917";
    display: inline-block;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 15px;
    position: relative;
}



.zoom-image-effect {
    overflow: hidden;
    display: block;
}

.zoom-image-effect > img {
    transition: all 0.4s ease-in-out;
}

.zoom-image-effect:hover > img {
    transform: scale(1.1);
}

.pdf-format:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c1";
    font-size: 1.8rem;
    margin-left: 11px;
    position: relative;
    top: 1px;
}



.button-gray.button_active,
.button-gray:hover {
    color: #fff !important;
    background-color: #A1B1B9;
}

p + .button-border-white-simple,
p + .button-border-blue-simple,
h2 + .button-border-white-simple,
h2 + .button-border-blue-simple,
p > .button-border-white-simple,
p > .button-border-blue-simple {
    margin-top: 0px;
}


.ul_columns_2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
}

.ul_columns_3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
}


.video_link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    margin-top: 0;
}

.video_link:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 1;
}

.video_link:after {
    position: absolute;
    content: '';
    width: 120px;
    height: 120px;
    top: calc(50% - 52px);
    left: calc(50% - 52px);
    z-index: 2;
    background: url('images/svg/Play-01.svg') center center no-repeat;
    background-size: 104px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* content: "\e916";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
    color: #fff;
    /* font-size: 120px; */
    opacity: 0.7;
}
a.video_link:hover:after {
    opacity: 1;
}

.video_link:hover:after {
    background-size: 120px;
}


p.img_partner {
    display: flex;
    height: 200px;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #ececec;
    padding: 50px;
    object-fit: contain;
}
p.img_partner img {
    width: initial;
    max-width: 350px;
    max-height: 150px;
    object-fit: contain;
}


@media (max-width: 1200px) {
    h1,
    .h1,
    h2,
    .h2 {
        font-size: 4rem;
    }
    h3,.h3 {
        font-size: 3rem;
    }
    h4,.h4 {
        font-size: 2.6rem;
    }
    h5,.h5 {
        font-size: 2rem;
    }
    .ts_52 {
        font-size: 4rem;
    }
    .ts_36 {
        font-size: 3rem;
    }
    .ts_26 {
        font-size: 2.6rem;
    }
    .ts_28 {
        font-size: 2.4rem;
    }
    .ts_22 {
        font-size: 2rem;
    }
    .ts_20 {
        font-size: 2rem;
    }
}


@media (max-width: 992px) {
    h1,
    .h1,
    h2,
    .h2 {
        font-size: 3rem;
    }
    h3,.h3 {
        font-size: 2.8rem;
    }
    h4,.h4 {
        font-size: 2.2rem;
    }
    h5,.h5 {
        font-size: 2rem;
    }
    .ts_52 {
        font-size: 3rem;
    }
    .ts_36 {
        font-size: 2.6rem;
    }
    .ts_26 {
        font-size: 2rem;
    }
    .ts_20 {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {

}