@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap");

section {
    z-index: 1;
    position: relative
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

div.wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: 15px;
    border: 2px solid red
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14
}

div.wpcf7-aborted, div.wpcf7-mail-sent-ng {
    border: 2px solid red
}

div.wpcf7-spam-blocked {
    border: 2px solid orange
}

div.wpcf7-acceptance-missing, div.wpcf7-validation-errors {
    border: 2px solid #f7e700
}

.wpcf7-form-control-wrap {
    position: relative
}

span.wpcf7-not-valid-tip {
    color: red;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid red;
    background: #fff;
    padding: .2em .8em
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

span.wpcf7-list-item-label:after, span.wpcf7-list-item-label:before {
    content: " "
}

.wpcf7-display-none {
    display: none
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(../images/ajax-loader.gif);
    width: 32px;
    height: 32px;
    border: none;
    padding: 0;
    margin: 9px 0 0 4px;
    vertical-align: middle;
    position: absolute
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible
}

div.wpcf7 div.ajax-error {
    display: none
}

div.wpcf7 .placeheld {
    color: #888
}

div.wpcf7 input[type=file] {
    cursor: pointer
}

div.wpcf7 input[type=file]:disabled {
    cursor: default
}

div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.wpml-ls-menu-item .wpml-ls-flag {
    display: inline;
    vertical-align: baseline;
    width: 18px;
    height: 12px
}

.wpml-ls-menu-item .wpml-ls-flag + span {
    margin-left: .3em
}

.rtl .wpml-ls-menu-item .wpml-ls-flag + span {
    margin-left: 0;
    margin-right: .3em
}

.attachment img[src$=".svg"], .widget_media_image img[src$=".svg"] {
    width: 100%
}

.attachment svg, .widget_media_image svg {
    max-width: 100%;
    height: auto
}

.tabs-panel.is-active {
    display: block
}

a {
    transition: all .4s
}

a:hover {
    color: #ffc156
}

a:link, a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.header .logo-box-header {
    position: absolute;
    left: 6.3%;
    top: 40px;
    z-index: 3
}

.header .logo-box-header img {
    display: block;
    width: auto;
    height: 80px
}

.container-menu-box {
    position: absolute;
    top: 0;
    right: 8.4%;
    z-index: 22
}

.vertical-line-menu {
    position: absolute;
    width: 6px;
    height: 100%;
    top: 0;
    right: -4px
}

.vertical-line-menu:after {
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    background: #1b2f5a;
    top: 0;
    position: fixed;
    z-index: -2
}

.vertical-line-menu:before {
    content: "";
    position: absolute;
    z-index: -1
}

.vertical-line-menu .progress, .vertical-line-menu:before {
    display: block;
    width: 5px;
    top: 0;
    height: 100px;
    background: #ffbc36
}

.vertical-line-menu .progress {
    position: fixed
}

.hamburger-box {
    width: 64px;
    height: 64px;
    border: 5px solid #1b2f5a;
    background: #fff;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    cursor: pointer;
    position: absolute;
    z-index: 30;
    top: 50px;
    left: 50%;
    transform: translateX(-50%)
}

.hamburger-menu-page {
    width: 36px;
    height: 24px;
    position: relative;
    margin: 0 auto;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer
}

.hamburger-menu-page span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #ffbc36;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out
}

.hamburger-menu-page span:first-child {
    top: 0
}

.hamburger-menu-page span:nth-child(2), .hamburger-menu-page span:nth-child(3) {
    top: 9px
}

.hamburger-menu-page span:nth-child(4) {
    top: 18px
}

.menu-usf-item-box ul.social-menu-box {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    list-style-type: none;
    margin: 15px 0 0;
    padding: 0
}

.menu-usf-item-box ul.social-menu-box a {
    color: #fff;
    font-size: 22px;
    padding: 0 5px;
    line-height: 1
}

.menu-usf-item-box ul.social-menu-box a:hover {
    color: #ffbc36
}

.nav-menu-usf {
    width: 330px;
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    background: #1b2f5a;
    right: -150%;
    z-index: 999;
    transition: all .5s ease;
    border-left: 4px solid #1b2f5a
}

.nav-menu-usf:before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    top: 0;
    left: -4px;
    height: 0;
    background: #ffbc36
}

.nav-menu-usf .menu-page {
    position: absolute;
    top: 75px;
    left: -34px;
    width: 64px;
    height: 64px;
    background: #1b2f5a;
    border: 5px solid #fff;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    z-index: 101
}

.open-menu-usf .hamburger-menu-page span:first-child, .open-menu-usf .hamburger-menu-page span:nth-child(4) {
    top: 9px;
    width: 0;
    left: 50%
}

.open-menu-usf .hamburger-menu-page span:nth-child(2) {
    transform: rotate(45deg)
}

.open-menu-usf .hamburger-menu-page span:nth-child(3) {
    transform: rotate(-45deg)
}

.open-menu-usf .nav-menu-usf:before {
    animation: line 5s alternate infinite
}

.line-menu-mob, .mobile-menu-box {
    display: none
}

.content-container {
    position: relative;
    background: #e5e5e5
}

.other-page {
    padding-top: 130px
}

#content {
    position: relative
}

#content #inner-content {
    padding: 1rem 0
}

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

.entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left
}

.entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right
}

.entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both
}

.entry-content object, .entry-content video {
    max-width: 100%;
    height: auto
}

.entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px
}

.wp-caption {
    max-width: 100%;
    background: #eee;
    padding: 5px
}

.wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%
}

.wp-caption p.wp-caption-text {
    font-size: .85em;
    margin: 4px 0 7px;
    text-align: center
}

input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
    font-family: "Roboto", "Open Sans", sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    display: inline-block;
    max-width: 100%;
    border: 0;
    -webkit-appearance: none;
    border-radius: 0;
    vertical-align: middle;
    outline: 0;
    font-size: 16px;
    min-height: 40px;
    padding: 0 0 2px;
    color: #888;
    background: none;
    background-image: linear-gradient(180deg, #1a4081 0, #1a4081);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    box-shadow: inset 0 -2px 0 #eee;
    transition: all .4s
}

input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, textarea:focus {
    box-shadow: inset 0 -2px 0 transparent;
    font-weight: 400;
    background-size: 100% 2px;
    color: #1b1b1b
}

.button, button, input[type=button], input[type=reset], input[type=submit] {
    font-family: "Avenue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    display: inline-block;
    max-width: 100%;
    box-shadow: 2px 5px 5px rgba(0, 0, 0, .2);
    vertical-align: middle;
    outline: 0;
    line-height: 1.142857142857143;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    border: 0;
    background-color: #1a4081;
    color: #fff;
    border-radius: 5px;
    padding: 20px 30px 17px;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 12px;
    transition: all .4s;
    cursor: pointer
}

.button:hover, button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    background-color: #ffc156;
    color: #fff
}

.wpcf7-form, .wpcf7-form input[type=email], .wpcf7-form input[type=number], .wpcf7-form input[type=tel], .wpcf7-form input[type=text], .wpcf7-form input[type=url], .wpcf7-form label, .wpcf7-form textarea {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400
}

.wpcf7-form label {
    color: #1a4081;
    font-size: 16px
}

span.wpcf7-list-item {
    width: 33%;
    padding: 0 0 0 15px;
    margin: 0
}

span.wpcf7-list-item label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

span.wpcf7-list-item label input {
    margin-right: 10px
}

.button-send {
    width: 100%
}

.button-send, .form-row {
    float: left;
    margin-bottom: 20px;
    position: relative;
    padding: 0 15px
}

.form-row {
    width: 50%
}

.form-row.form-addition, .form-row.form-area, .form-row.form-data, .form-row.form-short {
    width: 100%
}

.wpcf7-textarea {
    width: 100%;
    height: 150px
}

span.wpcf7-list-item-label {
    width: 100%
}

.wpcf7-acceptance span.wpcf7-list-item label {
    -ms-flex-direction: row;
    flex-direction: row;
    color: #1a4081
}

.wpcf7-acceptance span.wpcf7-list-item label a {
    font-weight: 700;
    color: #1a4081
}

.form-data span.wpcf7-list-item {
    width: 100%
}

.custom-other-area {
    display: none;
    float: right;
    width: 33%;
    padding-left: 30px
}

span.file-not-more {
    font-size: 12px;
    color: #888;
    display: block
}

span.counter-box {
    display: inline-block;
    float: right;
    color: #888;
    font-size: 12px
}

input[type=file] {
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 50px
}

#filename {
    font-size: 14px;
    color: #1a4081;
    font-weight: 700
}

.form-cv p, .form-photo p {
    margin: 0
}

.form-cv label, .form-photo label {
    display: inline-block;
    position: relative
}

.form-cv div, .form-photo div, .input-name-up {
    width: 180px;
    max-width: 200px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #1a4081;
    color: #fff;
    border-radius: 5px;
    padding: 16px 5px 13px;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 12px;
    line-height: 1;
    transition: all .4s
}

.input-name-up {
    cursor: pointer
}

.form-cv div:hover, .form-photo div:hover, .input-name-up:hover {
    background-color: #ffc156;
    color: #fff
}

span.email-alert {
    position: absolute;
    left: 0;
    top: 0;
    color: red;
    background: #fff
}

div.wpcf7-response-output {
    float: left;
    width: 100%;
    text-align: center;
    display: none
}

.accordion {
    background: #f8f8f8;
    border-radius: 5px
}

.accordion-title {
    padding: 14px 15px 14px 45px;
    border: 0 solid #e6e6e6;
    color: #666;
    font-size: 18px
}

.accordion-title:focus, .accordion-title:hover {
    background-color: #f0f0f0;
    color: #1a4081
}

.accordion-title:before {
    transform: rotate(90deg)
}

.accordion-title:after {
    transform: rotate(0deg)
}

.accordion-title:after, .accordion-title:before {
    content: "";
    width: 15px;
    height: 2px;
    position: absolute;
    display: block;
    left: 14px;
    right: auto;
    margin: auto;
    top: 50%;
    background: #666;
    transition: all .3s ease-in-out
}

.is-active .accordion-title {
    color: #1b2f5a
}

.is-active .accordion-title:after, .is-active .accordion-title:before {
    background: #1b2f5a
}

.is-active .accordion-title:before {
    transform: rotate(1turn);
    content: ""
}

.accordion-content {
    padding: 2rem 45px;
    border: 0 solid #e6e6e6;
    background-color: #f8f8f8;
    color: #666;
    font-size: 14px
}

:last-child:not(.is-active) > .accordion-title, :last-child > .accordion-content:last-child {
    border-bottom: none
}

section.title-text-quote {
    padding: 70px 0;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.3;
    color: #171717
}

section.title-text-quote .title-row {
    max-width: 85%;
    width: 100%;
    margin: 0 auto 80px
}

section.title-text-quote .title-row h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #171717;
    margin: 0
}

section.title-text-quote p {
    font-size: 24px;
    line-height: 1.3
}

section.title-text-quote ol {
    list-style: none;
    counter-reset: a;
    margin: 0
}

section.title-text-quote ol li {
    counter-increment: a;
    padding-left: 50px;
    position: relative;
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 1.3;
    color: #1b2f5a
}

section.title-text-quote ol li:before {
    content: counter(a) "";
    font-weight: 900;
    font-size: 50px;
    width: 60px;
    line-height: 1;
    text-align: right;
    color: #ffbc36;
    opacity: .5;
    position: absolute;
    left: -30px;
    top: 0
}

section.title-text-quote blockquote {
    position: relative;
    border: none;
    padding: 80px 80px 50px
}

section.title-text-quote blockquote:before {
    content: "“";
    font-size: 150px;
    line-height: 1;
    color: #ffbc36;
    position: absolute;
    top: 0;
    left: 0
}

section.title-text-quote blockquote:after {
    content: "”";
    height: 50px;
    font-size: 150px;
    line-height: 1;
    color: #ffbc36;
    position: absolute;
    right: 0;
    bottom: 0
}

section.title-text-quote blockquote p {
    font-size: 24px;
    color: #8a8a8a
}

section.background-section-singl {
    margin: 70px 0;
    height: 740px
}

section.section-first-news-page {
    position: relative
}

section.section-first-news-page.height_370px {
    height: 370px
}

section.section-first-news-page.height_600px {
    height: 600px
}

section.section-first-news-page .left-bottom {
    bottom: 30px;
    transform: translateY(0)
}

section.section-first-news-page .left-center {
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

section.section-first-news-page .center-center {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center
}

section.section-first-news-page .center-bottom {
    bottom: 30px;
    transform: translateY(0);
    text-align: center
}

section.section-first-news-page .section-row-news-page {
    position: absolute
}

section.section-first-news-page .title-section-news-page h1 {
    font-weight: 700;
    margin: 0;
    color: #000;
    font-size: 62px;
    text-transform: uppercase
}

.archive .header .logo-box-header {
    position: absolute;
    left: 6.3%;
    top: 40px;
    z-index: 1
}

.archive .header .logo-box-header img {
    display: block;
    width: auto;
    height: 80px
}

.archive .container-menu-box {
    position: absolute;
    top: 0;
    right: 8.4%;
    z-index: 22
}

.archive .vertical-line-menu {
    display: none
}

.archive .hamburger-box {
    width: 64px;
    height: 64px;
    border: 5px solid #fff;
    background: #1b2f5a;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    cursor: pointer;
    position: absolute;
    z-index: 12;
    top: 40px;
    left: 50%;
    transform: translateX(-50%)
}

.archive .hamburger-menu-page {
    width: 36px;
    height: 24px;
    position: relative;
    margin: 0 auto;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer
}

.archive .hamburger-menu-page span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #ffbc36;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out
}

.archive .hamburger-menu-page span:first-child {
    top: 0
}

.archive .hamburger-menu-page span:nth-child(2), .archive .hamburger-menu-page span:nth-child(3) {
    top: 9px
}

.archive .hamburger-menu-page span:nth-child(4) {
    top: 18px
}

.archive .menu-usf-item-box {
    position: absolute;
    top: 20%;
    left: 28%
}

.archive .menu {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.archive .menu li {
    padding: 9px 0
}

.archive .menu a {
    font-family: "Roboto";
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #fff
}

.archive .menu a:hover {
    color: #ffbc36
}

.archive .nav-menu-usf {
    width: 330px;
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    background: #1b2f5a;
    right: -150%;
    z-index: 999;
    transition: all .5s ease;
    border-left: 4px solid #1b2f5a
}

.archive .nav-menu-usf:before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    top: 0;
    left: -4px;
    height: 0;
    background: #ffbc36
}

.archive .nav-menu-usf .menu-page {
    position: absolute;
    top: 56%;
    left: -30px;
    transform: translateY(-50%);
    width: 64px;
    height: 64px;
    background: #1b2f5a;
    border: 5px solid #fff;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    z-index: 101
}

.archive .open-menu-usf .nav-menu-usf {
    right: 0
}

.archive .open-menu-usf .hamburger-menu-page span:first-child, .archive .open-menu-usf .hamburger-menu-page span:nth-child(4) {
    top: 9px;
    width: 0;
    left: 50%
}

.archive .open-menu-usf .hamburger-menu-page span:nth-child(2) {
    transform: rotate(45deg)
}

.archive .open-menu-usf .hamburger-menu-page span:nth-child(3) {
    transform: rotate(-45deg)
}

.archive .open-menu-usf .nav-menu-usf:before {
    animation: line 5s alternate infinite
}

@keyframes line {
    0% {
        height: 0
    }
    to {
        height: 100%
    }
}

.archive .line-menu-mob, .archive .mobile-menu-box {
    display: none
}

.archive .archive-php {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    padding: 50px 0 30px;
    background-color: #f3f3f3
}

.archive .archive-php #inner-content {
    max-width: 88%
}

.archive .archive-php .news-wrapper {
    padding: 0 40px;
    margin-bottom: 160px
}

.archive .archive-php .news-wrapper .news-link {
    display: block;
    position: relative;
    background-color: #fff;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .4s
}

.archive .archive-php .news-wrapper .news-link:hover {
    box-shadow: 5px 8.66px 30px 0 rgba(31, 35, 37, .078);
    transform: translateY(-15px)
}

.archive .archive-php .news-wrapper .news-link img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.archive .archive-php .entry-content {
    font-size: 18px;
    color: #000;
    padding: 40px
}

.archive .archive-php .entry-content h2 {
    font-size: 28px;
    margin-bottom: 20px
}

.archive .archive-php .entry-content span.new-date {
    display: block;
    margin-top: 40px;
    color: #888;
    font-size: 20px;
    text-align: right
}

.single-page-news .single-news-section {
    margin-top: 60px
}

.single-page-news .article-footer {
    margin-bottom: 40px
}

.single-page-news .article-header {
    padding-top: 300px;
    position: relative
}

.single-page-news .article-header .row {
    max-width: 85%
}

.single-page-news .single-title {
    font-size: 54px;
    color: #1b2f5a;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0
}

.single-page-news span.new-date {
    display: block;
    margin-top: 26px;
    font-size: 22px;
    color: #1b2f5a;
    text-transform: uppercase
}

.single-page-news .row {
    max-width: 70%
}

.single-page-news p, .single-page-news ul {
    font-weight: 300;
    font-size: 24px;
    line-height: 1.3;
    color: #171717
}

.single-page-news h1 {
    font-size: 50px;
    font-weight: 700
}

.single-page-news h2 {
    font-size: 42px;
    font-weight: 700
}

.single-page-news h3 {
    font-size: 32px;
    font-weight: 700
}

.single-page-news h4 {
    font-size: 26px;
    font-weight: 700
}

.single-page-news h5 {
    font-size: 22px;
    font-weight: 700
}

.visible-mob {
    display: none !important
}

.share-it-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    float: right;
    height: 50px
}

.share-it-wrapper .text-share-it {
    text-transform: uppercase;
    padding-right: 10px;
    font-size: 22px
}

.share-it-wrapper .share-it-button-ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 0
}

.share-it-wrapper .share-it-button-ul li {
    display: block;
    padding: 0 5px
}

.share-it-wrapper .share-it-button-ul li a {
    border: 1px solid #888;
    color: #888;
    border-radius: 50%;
    font-size: 20px;
    width: 44px;
    height: 44px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center
}

.share-it-wrapper .share-it-button-ul li a:hover {
    border-color: #1a4081;
    color: #1a4081
}

span.hr-line {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 40px;
    margin-bottom: 40px
}

.post-navi-wrapper {
    margin-bottom: 60px
}

.post-navi-wrapper .post-nav-text-desc {
    display: block;
    text-transform: uppercase;
    letter-spacing: .2em;
    margin-bottom: 5px;
    font-size: 16px;
    white-space: nowrap;
    line-height: 1;
    color: #888
}

.post-navi-wrapper h5 {
    font-size: 22px;
    color: #1b1b1b;
    margin-bottom: 5px;
    transition: all .4s;
    line-height: 1
}

.post-navi-wrapper time {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    color: #888
}

.post-navi-wrapper .next-post-title, .post-navi-wrapper .prev-post-title {
    max-width: 400px
}

.post-navi-wrapper span.arrow-post {
    width: 20px;
    line-height: 1;
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.post-navi-wrapper span.arrow-post.arrow-right {
    transform: translateY(-50%) rotate(180deg);
    right: 0;
    height: 50px;
    left: auto
}

.post-navi-wrapper a.prev-post-label {
    padding-left: 40px
}

.post-navi-wrapper a.next-post-label {
    padding-right: 40px
}

.post-navi-wrapper a.next-post-label, .post-navi-wrapper a.prev-post-label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: relative
}

.post-navi-wrapper a.next-post-label:hover h5, .post-navi-wrapper a.next-post-label:hover i, .post-navi-wrapper a.prev-post-label:hover h5, .post-navi-wrapper a.prev-post-label:hover i {
    color: #1a4081
}

.post-navi-wrapper a.prev-post-label {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left
}

.post-navi-wrapper a.prev-post-label i {
    padding-right: 20px
}

.post-navi-wrapper a.next-post-label {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right
}

.post-navi-wrapper a.next-post-label i {
    padding-left: 20px
}

.t-w-post-author {
    display: inline-block
}

.t-w-post-author:hover .t-w-post-author_h {
    color: #888
}

.t-w-post-author:hover .t-w-post-author_name {
    color: #1a4081
}

.t-w-post-author_img {
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle
}

.t-w-post-author_img img {
    display: block;
    width: 75px;
    border-radius: 50%
}

.t-w-post-author_h {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-size: 18px;
    color: #888;
    font-weight: 300;
    text-transform: lowercase
}

.t-w-post-author_name {
    display: block;
    margin-top: 5px;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #1b2f5a;
    font-weight: 700
}

.tags {
    margin: 15px 0 0;
    font-size: 14px;
    text-transform: uppercase
}

.tags, .tags a {
    color: #fff
}

span.btn-3.open-modal {
    display: block;
    width: 50px;
    height: 50px;
    background: #00000012;
    margin: auto;
    z-index: 2222;
    position: relative
}

.title-popup {
    text-align: center;
    font-size: 24px;
    color: #1a4081;
    font-weight: 700;
    padding: 20px 0
}

.accreditation-tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: center;
    align-content: center
}

.accreditation-tabs .tabs-title {
    width: 100%
}

.accreditation-tabs .tabs-title > a {
    font-size: 16px;
    text-align: center;
    color: #1a4081;
    font-weight: 700
}

.accreditation-tabs .tabs-title > a[aria-selected=true] {
    color: #fff;
    background-color: #1a4081
}

.reveal-overlay {
    height: 100%
}

.reveal {
    width: 90%;
    max-width: 600px;
    border: none;
    outline: none;
    min-height: auto
}

.reveal .wpcf7-textarea {
    height: 100px
}

.close-button {
    cursor: pointer;
    position: absolute;
    right: 18px;
    text-align: center;
    top: 18px;
    width: 25px;
    height: 25px;
    opacity: 1;
    transition: all .3s ease-in-out
}

.close-button:after, .close-button:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 2px;
    background-color: #ffc156
}

.close-button:before {
    transform: rotate(45deg)
}

.close-button:after {
    transform: rotate(-45deg)
}

.close-button:hover {
    transform: rotate(90deg)
}

.close-button:hover:after, .close-button:hover:before {
    background-color: #ffc156
}

.form-row.form-check {
    width: 100%
}

.close-search-card, .mobile-open-card-cat {
    display: none
}

.cards {
    padding: 60px 0;
    z-index: 30;
    position: relative
}

.cards .row-counter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 85%
}

.cards .row-counter, .sidebar-search-box {
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.sidebar-search-box {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.form-card-box {
    width: 100%;
    max-width: 300px
}

.search-box-f {
    position: relative;
    background: #fff;
    padding: 10px 20px;
    border-radius: 20px
}

.search-box-f .search-field {
    width: 100%;
    min-height: auto;
    box-shadow: none;
    color: #000
}

.search-box-f .search-field:-ms-input-placeholder {
    color: #000;
    font-size: 18px;
    opacity: 1;
    transition: opacity .4s ease
}

.search-box-f .search-field::placeholder {
    color: #000;
    font-size: 18px;
    opacity: 1;
    transition: opacity .4s ease
}

.search-box-f .search-field:focus:-ms-input-placeholder {
    opacity: 0
}

.search-box-f .search-field:focus::placeholder {
    opacity: 0
}

.search-box-f .search-icon {
    position: absolute;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 40px;
    text-align: right;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.search-box-f .search-icon, .search-box-f .search-icon:hover {
    background: none;
    color: #010101
}

span.reset_all {
    position: relative;
    max-width: 200px;
    background: #ffbc36;
    border: 1px solid #ffbc36;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .25);
    padding: 6px 16px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    top: 0
}

span.reset_all:hover {
    background-color: #1b2f5a;
    border-color: #1b2f5a
}

.sidebar-card-box {
    padding: 0 15px;
    position: relative
}

.sidebar-cart-wrapper {
    max-width: 90%;
    margin: auto
}

.sidebar-cart-wrapper .mobile-sidebar-title {
    display: none
}

.sidebar-cart-wrapper .sidebar_card_cat {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style-type: none;
    margin: 10px 0
}

.sidebar-cart-wrapper .sidebar_card_cat li {
    cursor: pointer;
    padding: 5px 25px;
    height: 26px;
    line-height: 1;
    margin: 8px;
    font-size: 18px;
    position: relative;
    color: #000;
    text-transform: uppercase;
    background: #fff;
    border-radius: 15px
}

.sidebar-cart-wrapper .sidebar_card_cat li:hover {
    background: #ffbc36;
    color: #fff
}

.sidebar-cart-wrapper .sidebar_card_cat li span {
    line-height: 1
}

.sidebar-cart-wrapper .sidebar_card_cat .highlight {
    background: #ffbc36;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    color: #fff
}

.sidebar-cart-wrapper .sidebar_card_cat .highlight:before {
    content: "\f067";
    font-size: 12px;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    top: 8px;
    right: 10px;
    transform: rotate(45deg)
}

.sidebar-cart-wrapper .btn-open-pitch-box {
    display: -ms-flexbox;
    display: flex;
    margin: 25px 8px 8px
}

.sidebar-cart-wrapper .open-pitch-btn {
    cursor: pointer;
    padding: 5px 25px;
    height: 26px;
    line-height: 1;
    font-size: 18px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    background: #1b2f5a;
    border-radius: 15px
}

.sidebar-cart-wrapper .open-pitch-btn:hover {
    background: #ffbc36;
    color: #fff
}

.sidebar-cart-wrapper .open-pitch-btn.active {
    background: #ffbc36;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    color: #fff
}

.sidebar-cart-wrapper .open-pitch-btn.active:before {
    content: "\f067";
    font-size: 12px;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    top: 8px;
    right: 10px;
    transform: rotate(45deg)
}

.sidebar-cart-wrapper .pitch-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style-type: none;
    transition: all .3s ease;
    margin: 0;
    height: 0;
    opacity: 0;
    transform-origin: top
}

.sidebar-cart-wrapper .pitch-container.open-box {
    height: auto;
    opacity: 1
}

.sidebar-cart-wrapper .pitch-container li {
    cursor: pointer;
    padding: 5px 25px;
    height: 26px;
    line-height: 1;
    margin: 8px;
    font-size: 16px;
    position: relative;
    color: #000;
    text-transform: uppercase;
    background: #fff;
    border-radius: 15px
}

.sidebar-cart-wrapper .pitch-container li:hover {
    background: #ffbc36;
    color: #fff
}

.sidebar-cart-wrapper .pitch-container li span {
    line-height: 1
}

.sidebar-cart-wrapper .pitch-container .highlight {
    background: #ffbc36;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    color: #fff
}

.sidebar-cart-wrapper .pitch-container .highlight:before {
    content: "\f067";
    font-size: 12px;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    top: 8px;
    right: 10px;
    transform: rotate(45deg)
}

.card_wrapper {
    position: relative;
    padding-top: 50px
}

.card_tags {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: 85%;
    margin: 0;
    list-style-type: none;
    min-height: 50px
}

.card_tags li {
    cursor: pointer;
    margin-right: 15px;
    list-style: none;
    box-sizing: border-box;
    border-radius: 25px;
    color: #010101;
    padding: 6px 25px 5px;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 0 .89732px 3.58929px rgba(0, 0, 0, .25)
}

.card_tags li span {
    font-size: 14px;
    text-transform: uppercase
}

.card_tags li i {
    display: none
}

.cards_wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cards_wrapper .card_item {
    width: 33.3%;
    position: relative;
    min-height: 330px;
    margin-bottom: 50px;
    padding: 0 60px
}

.cards_wrapper .card_item .card_item-hover {
    position: relative;
    width: 100%;
    height: 100%;
    transform-origin: top center;
    transition: all .3s ease-in-out
}

.cards_wrapper .card_item .card_item-hover:hover {
    transform: translate(0) scale(1.05)
}

.cards_wrapper .card_item .card_item-hover:hover .card-item-bg-wrap {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.cards_wrapper .card_item .card-item-bg-wrap {
    background: #ededec;
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out;
    border-radius: 4px
}

.cards_wrapper .card-item-wrapper {
    min-height: 110px;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    padding: 15px
}

.cards_wrapper span.not-found-proj {
    padding: 20px 20px 100px;
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: 700
}

.cards_wrapper .card-image-box {
    width: 60%;
    height: 90px
}

.cards_wrapper .card-image-box img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.cards_wrapper .card-title-description {
    width: 40%;
    color: #010101;
    line-height: 1;
    font-size: 14px;
    padding-top: 10px;
    padding-left: 10px
}

.cards_wrapper .card_item_title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px
}

.cards_wrapper .card_item_seed {
    padding-bottom: 5px
}

.cards_wrapper .cart-excerpt {
    color: #010101;
    padding: 25px 20px 20px
}

.cards_wrapper .cart-excerpt ul.cart-excerpt-cat {
    list-style-type: none;
    margin: 0 0 35px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cards_wrapper .cart-excerpt ul.cart-excerpt-cat li {
    font-size: 11px;
    text-transform: uppercase;
    line-height: 1;
    padding: 3px 15px;
    background: #fff;
    border-radius: 25px;
    text-align: center;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    box-shadow: 0 .5px 2.2px 0 rgba(0, 0, 0, .25)
}

.cards_wrapper .cart-excerpt .btn-box {
    display: block;
    width: 100%;
    margin-top: 10px
}

.cards_wrapper .cart-excerpt .text-exc {
    font-size: 16px
}

.cards_wrapper .cart-excerpt .go-to-pitch, .cards_wrapper .cart-excerpt .read-more {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
    padding: 8px 30px;
    font-size: 14px;
    color: #000;
    float: left;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease-in-out
}

.cards_wrapper .cart-excerpt .go-to-pitch:hover, .cards_wrapper .cart-excerpt .read-more:hover {
    background: #ffbc36
}

.cards_wrapper .cart-excerpt .read-more {
    float: right
}

.cards_wrapper .pop-up-pitch-box .go-to-pitch {
    background: #ffbc36;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
    padding: 8px 30px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    float: left;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease-in-out
}

.cards_wrapper .pop-up-pitch-box .go-to-pitch:hover {
    background: #1b2f5a
}

.search-no-res {
    max-width: 600px;
    color: #1b2f5a;
    padding: 0 25px 25px;
    font-size: 20px;
    text-align: center;
    margin: auto
}

#overlay, .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(26, 64, 129, .3);
    backdrop-filter: blur(8.00851px);
    top: 0;
    left: 0;
    display: none;
    z-index: 2
}

.card_item_info_modal {
    width: 100%;
    z-index: 15;
    background: #fff;
    max-width: 640px;
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #101010
}

.card_item_info_modal .modal-image-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.card_item_info_modal .modal-img {
    width: 300px;
    height: 130px
}

.card_item_info_modal .modal-img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.card_item_info_modal .modal_title {
    font-size: 36px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 10px
}

.card_item_info_modal .modal-left {
    padding: 10px;
    background: #ededed
}

.card_item_info_modal .modal-right {
    padding: 40px 30px 50px;
    background: #fff;
    font-size: 22px;
    color: #000
}

.card_item_info_modal .modal-right p {
    line-height: 1.2
}

.card_item_info_modal .modal-right a {
    text-decoration: underline;
    color: #000
}

.card_item_info_modal .modal-right a:hover {
    text-decoration: none;
    color: #ffbc36
}

.card_item_info_modal .modal-right ul {
    margin: 0;
    list-style-type: none
}

.card_item_info_modal .modal-right ul li {
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    margin-bottom: 20px
}

.card_item_info_modal .modal-right ul li:last-child {
    margin-bottom: 0
}

.card_item_info_modal .modal-right .mr-tt-b {
    font-weight: 900;
    padding-right: 15px
}

.pitch_day .image img {
    margin-top: 60px;
    width: 180px
}

.pitch_day hr {
    height: 7px;
    border: none;
    width: 160px
}

.pitch_day .description-section-other-page {
    color: #fff;
    font-size: 30px;
    letter-spacing: 2px
}

.pitch_day .title-section-other-page h1 {
    font-size: 120px;
    text-transform: uppercase;
    margin: 23px 0
}

ul.timeline_ul {
    float: right;
    margin-bottom: 40px;
    font-size: 30px;
    width: 60%
}

ul.timeline_ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 30px
}

ul.timeline_ul li span.time {
    font-weight: 700;
    color: #000;
    position: relative;
    height: auto;
    width: 30%;
    text-align: center
}

ul.timeline_ul li span.time:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 110%;
    bottom: -3px;
    left: -5%;
    background: #ffd800
}

ul.timeline_ul li span.title {
    display: block;
    width: 70%;
    color: #000;
    margin-left: 15px;
    word-break: break-word
}

.timelinebg_section {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left 10% center
}

section.full_title.row.row-counter {
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: #1a4081;
    padding: 67px 20px
}

.reverse_block, .timeline {
    display: -ms-flexbox;
    display: flex
}

.reverse_block {
    padding: 35px 0;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    color: #000
}

.reverse_block .image {
    margin: 0 20px;
    width: 20%
}

.reverse_block .title {
    padding: 0 20px;
    font-size: 16px;
    color: #8f8f8f;
    width: 80%
}

.reverse_block:nth-child(2n):after {
    left: -100%
}

.reverse_block:nth-child(2n):after, .reverse_block:nth-child(2n):before {
    background-color: #f6f6f6;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.reverse_block:nth-child(2n):before {
    right: -100%
}

.reverse_block:nth-child(2n) {
    background-color: #f6f6f6;
    position: relative
}

#true_loadmore {
    margin-bottom: 50px;
    background: #ffbc36;
    padding: 15px 30px;
    border-radius: 5px;
    line-height: 1;
    font-size: 18px
}

#true_loadmore:hover {
    background: #1b2f5a
}

svg#elipse-menu-ll {
    top: -90px
}

.hamburger-box.is-mobile {
    left: auto;
    transform: unset;
    right: 15%;
    top: 50px
}

.line-menu-mob {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 300px;
    z-index: 1;
    overflow: hidden
}

svg#elipse-menu-ll {
    position: absolute;
    top: -110px;
    height: 1180px;
    right: -11%;
    transform: rotate(-13deg)
}

.line-yellow {
    stroke-dasharray: 0, 0, 55%, 2000;
    stroke: #efb84b
}

.line-whrite-or-black {
    stroke: #1b2f5a
}

.line-whrite-or-black, .line-yellow {
    fill: none;
    stroke-width: 5px
}

@media screen and (max-width: 1100px) {
    ul.timeline_ul li span.time {
        font-weight: 700;
        color: #000;
        position: relative;
        height: auto;
        width: 120px;
        text-align: left
    }

    ul.timeline_ul li span.title {
        width: 250px;
        color: #000;
        margin-left: 15px;
        font-weight: 700
    }

    ul.timeline_ul {
        float: right;
        margin-bottom: 40px;
        font-size: 16px;
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .reverse_block .image {
        margin: 0 20px;
        width: 80%
    }

    .reverse_block .title {
        padding: 0 20px;
        font-size: 22px;
        line-height: 36px;
        color: #000;
        width: 100%
    }

    ul.timeline_ul li span.time {
        font-weight: 700;
        color: #000;
        position: relative;
        height: auto;
        width: 70px;
        text-align: left
    }

    ul.timeline_ul li span.title {
        display: block;
        width: 200px;
        color: #000;
        margin-left: 15px;
        word-break: break-word
    }

    ul.timeline_ul {
        float: right;
        margin-bottom: 40px;
        font-size: 16px;
        width: 100%
    }
}

@media screen and (min-width: 768px) {
    .reverse_block:nth-child(2n) .title {
        padding-right: 100px
    }

    .reverse_block:nth-child(2n) .image {
        -ms-flex-order: 2;
        order: 2
    }

    .reverse_block:nth-child(odd) .title {
        padding-left: 100px
    }
}

.disabled_waiting_response {
    opacity: .7;
    pointer-events: none
}

.mec-container {
    padding-top: 100px;
    position: relative;
    background-color: #fff;
    z-index: 1;
    padding-bottom: 50px
}

.mec-container:after {
    content: "";
    display: block;
    position: absolute;
    left: -25%;
    bottom: 0;
    width: 150%;
    height: 20px;
    background-color: #e5e5e5
}

.edropu {
    width: 200px
}

@keyframes roll {
    to {
        transform: rotate(1turn);
        transition: transform
    }
}

.aksel_form fieldset {
    position: relative;
    margin-top: 50px
}

.aksel_form fieldset legend {
    padding: 10px
}

.aksel_form [class*=instructor_row], .aksel_form [class*=member_row] {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
    border-top: 1px solid;
    margin-bottom: 25px
}

.aksel_form fieldset [class*=instructor_row]:first-of-type, .aksel_form fieldset [class*=member_row]:first-of-type {
    padding-bottom: 20px !important;
    border-top: none !important;
    margin-bottom: 25px
}

.aksel_form legend {
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    white-space: normal;
    color: #1a4081;
    font-size: 20px
}

.aksel_form .form-last-name {
    margin-bottom: 20px
}

.aksel_form .button-send {
    float: none !important;
    padding: 0
}

.aksel_form .form-row {
    padding: 0
}

.aksel_form .input-name-up {
    text-align: center
}

.aksel_form .file label {
    height: 50px;
    border: 1px dashed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10%
}

.aksel_form .file label i {
    padding-left: 20px
}

.new-form-accelerator input[type=date], .new-form-accelerator input[type=datetime-local], .new-form-accelerator input[type=datetime], .new-form-accelerator input[type=email], .new-form-accelerator input[type=month], .new-form-accelerator input[type=number], .new-form-accelerator input[type=password], .new-form-accelerator input[type=search], .new-form-accelerator input[type=tel], .new-form-accelerator input[type=text], .new-form-accelerator input[type=time], .new-form-accelerator input[type=url], .new-form-accelerator input[type=week], .new-form-accelerator textarea {
    background: #f7f7f7;
    width: 100%;
    padding: 0 10px 2px;
    color: #1a4081
}

.new-form-accelerator fieldset {
    border: none;
    margin: 0;
    padding: 0;
    position: static
}

.new-form-accelerator .form-row {
    padding: 0 15px
}

.new-form-accelerator .form-wrapper {
    position: relative;
    border: 1px solid silver;
    margin-bottom: 60px;
    padding: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.new-form-accelerator .form-wrapper:after, .new-form-accelerator .form-wrapper:before {
    display: table;
    content: " "
}

.new-form-accelerator .form-wrapper:after {
    clear: both
}

.new-form-accelerator .form-wrapper span.title-form {
    position: absolute;
    left: 20px;
    top: -25px;
    color: #1a4081;
    font-size: 18px;
    font-weight: 700;
    background: #fff;
    padding: 10px
}

.new-form-accelerator .form-wrapper span.sub-title-form {
    font-size: 16px;
    color: #505050;
    width: 100%;
    display: block;
    margin-bottom: 30px
}

.new-form-accelerator .form-wrapper .button-form-ab {
    position: absolute;
    bottom: -25px;
    right: 40px
}

.new-form-accelerator .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    display: block;
    height: 100%
}

.new-form-accelerator span.file-box {
    display: -ms-flexbox;
    display: flex
}

.new-form-accelerator span.file-box .input-name-up {
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffc156;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.new-form-accelerator span.file-box .input-name-up:after {
    content: "\f0c6";
    font-size: 18px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

.new-form-accelerator span.file-box .filename {
    display: block;
    width: calc(100% - 80px);
    margin-left: 30px;
    background: hsla(0, 0%, 80%, .3);
    padding: 5px 10px;
    font-size: 14px;
    color: #1a4081
}

.new-form-accelerator .wpcf7cf_repeater_controls, .new-form-accelerator .wpcf7cf_step_controls {
    width: 100%
}

.new-form-accelerator .wpcf7cf_add {
    background-color: #ffc156
}

.new-form-accelerator .wpcf7cf_add:hover {
    background-color: #1a4081
}

.new-form-accelerator label {
    margin-bottom: 10px;
    display: block
}

.new-form-accelerator span.title-form-2 {
    display: block;
    color: #1a4081;
    font-size: 18px;
    font-weight: 700;
    padding: 15px
}

.new-form-accelerator .wpcf7-acceptance .wpcf7-list-item {
    width: 100%
}

.new-form-accelerator .wpcf7-acceptance span.wpcf7-list-item label {
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1.1
}

.new-form-accelerator .wpcf7-acceptance span.wpcf7-list-item label input {
    width: 17px;
    height: 17px
}

.new-form-accelerator .form-repeater {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end
}

.new-form-accelerator button.wpcf7-togglebutton {
    margin-bottom: 50px
}

.new-form-accelerator .recaptcha-simple {
    margin-bottom: 20px
}

div#form-send-ok {
    top: 50% !important;
    transform: translateY(-50%)
}

div#form-send-ok .title-popup {
    padding: 50px 0;
    font-size: 21px
}

section.section-first-other-page {
    position: relative
}

section.section-first-other-page.height_370px {
    height: 370px
}

section.section-first-other-page.height_600px {
    height: 600px
}

section.section-first-other-page .left-bottom {
    bottom: 30px;
    transform: translateY(0)
}

section.section-first-other-page .left-center {
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

section.section-first-other-page .center-center {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center
}

section.section-first-other-page .center-bottom {
    bottom: 30px;
    transform: translateY(0);
    text-align: center
}

section.section-first-other-page .section-row-other-page {
    position: absolute
}

.title-section-other-page h1 {
    font-weight: 400;
    letter-spacing: -.02em;
    margin: 0;
    color: #fff;
    font-size: 54px
}

section.section-team-member .title-section-team {
    padding-top: 120px;
    padding-bottom: 60px
}

section.section-team-member .title-section-team h2 {
    font-size: 36px;
    color: #1a4081;
    font-weight: 400;
    letter-spacing: -.03em
}

section.section-team-member .container-team-member {
    padding-top: 60px
}

section.section-team-member .container-team-member, section.section-team-member .container-team-member ul.team-member-social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

section.section-team-member .container-team-member ul.team-member-social {
    list-style-type: none;
    margin: 0;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

section.section-team-member .container-team-member ul.team-member-social li {
    display: block;
    margin: 0 5px
}

section.section-team-member .container-team-member ul.team-member-social li a {
    display: block;
    background-color: #aaa;
    color: #fff;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 12px
}

section.section-team-member .container-team-member ul.team-member-social li a:hover {
    background-color: #1a4081
}

section.section-team-member .contaier-team-style-normal {
    width: 900px;
    margin: auto
}

section.section-team-member .contaier-team-style-normal .team-member-wrapper {
    width: 33.3%;
    margin-bottom: 60px
}

section.section-team-member .contaier-team-style-normal .team-member-information {
    border-top: 4px solid #1a4081;
    padding-top: 25px
}

section.section-team-member .contaier-team-style-normal .team-member-name {
    font-weight: 400;
    letter-spacing: -.03em;
    line-height: 1.4;
    color: #1b1b1b;
    font-size: 24px;
    margin-bottom: 5px
}

section.section-team-member .contaier-team-style-normal .team-member-position {
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 11px;
    margin-top: 1px;
    color: #888;
    margin-bottom: 15px
}

section.section-team-member .contaier-team-style-normal .team-member-description {
    font-size: 14px;
    color: #aaa;
    margin-bottom: 15px
}

section.section-team-member .contaier-team-style-normal .team-member-photo {
    overflow: hidden;
    max-height: 270px
}

section.section-team-member .contaier-team-style-normal .team-member-photo img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 100%
}

section.section-team-member .contaier-team-style-flip {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-top: 60px
}

section.section-team-member .contaier-team-style-flip .team-member-wrapper {
    width: 25%;
    perspective: 500px;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    margin-bottom: 60px
}

section.section-team-member .contaier-team-style-flip .team-member-wrapper:hover .team-flip-box {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg)
}

section.section-team-member .contaier-team-style-flip .team-flip-box {
    transition: transform .7s;
    -webkit-transition: -webkit-transform .7s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d
}

section.section-team-member .contaier-team-style-flip .team-member-information {
    padding: 20px;
    font-size: 14px;
    line-height: 1.2;
    background: #1a4081;
    text-align: center;
    color: #fff;
    box-shadow: 0 1px 6px 0;
    -webkit-box-shadow: 0 1px 6px 0;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg)
}

section.section-team-member .contaier-team-style-flip .team-member-name {
    font-size: 18px;
    margin-bottom: 15px
}

section.section-team-member .contaier-team-style-flip .team-member-photo {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden
}

section.section-team-member .contaier-team-style-flip .team-member-photo img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 270px
}

section.section-apply-expert-image-content {
    padding-top: 50px
}

section.section-apply-expert-image-content .title-section {
    padding: 50px 0
}

section.section-apply-expert-image-content .title-section h2 {
    font-weight: 400;
    color: #1a4081;
    font-size: 34px;
    line-height: 1;
    letter-spacing: -.03em;
    text-align: center
}

section.section-apply-expert-image-content .content-wrapper-apply-expert {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 50px 0
}

section.section-apply-expert-image-content .title-content-apply-expert {
    font-size: 30px;
    letter-spacing: -.03em;
    color: #1b1b1b;
    margin-bottom: 35px
}

section.section-apply-expert-image-content .content-apply-expert {
    font-size: 14px;
    line-height: 1.4;
    color: #888
}

.title-section h2 {
    font-weight: 400;
    color: #1a4081;
    font-size: 34px;
    line-height: 1;
    letter-spacing: -.03em;
    text-align: center
}

section.apply-expert-form {
    padding-top: 60px;
    z-index: 2;
    position: relative
}

section.apply-expert-form .title-section {
    padding-bottom: 50px
}

section.title-content-sc {
    padding-top: 60px;
    z-index: 2;
    position: relative
}

section.title-content-sc ol, section.title-content-sc ul {
    padding-left: 40px;
    margin-left: 0
}

section.title-content-sc .ct-box-sc-tc {
    padding-top: 30px;
    padding-bottom: 60px
}

section.section-faq {
    padding-top: 60px;
    padding-bottom: 60px
}

section.section-faq .title-section {
    padding-bottom: 45px
}

section.our-news-section {
    padding: 65px 0 60px
}

section.our-news-section .title-section h2 {
    font-size: 48px;
    text-align: left;
    color: #1b1b1b
}

section.our-news-section .our-news-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

section.our-news-section .our-news-wrapper {
    margin-top: 30px;
    margin-bottom: 30px
}

section.our-news-section .our-news-wrapper a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    width: 100%
}

section.our-news-section .our-news-wrapper .our-news-content h3 {
    font-size: 21px;
    line-height: 1.4
}

section.our-news-section .our-news-wrapper .our-news-content p {
    font-size: 14px;
    color: #888
}

section.our-news-section .our-news-wrapper .our-news-cat-name-and-date {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    margin-bottom: 15px
}

section.our-news-section .our-news-wrapper .our-news-cat-name-and-date span {
    font-size: 14px;
    color: #888
}

section.our-news-section .our-news-wrapper .our-news-cat-name-and-date span:first-child {
    padding-right: 15px
}

section.our-news-section .our-news-button {
    text-align: right;
    margin: 30px 0
}

section.our-news-section a.btn-our-news {
    display: inline-block;
    font-size: 12px;
    padding: 16px 30px 13px;
    letter-spacing: .2em;
    text-transform: uppercase;
    background: #ffc156;
    color: #fff;
    text-align: center;
    border-radius: 5px
}

section.contacts-form-full-bg {
    padding: 55px 0
}

section.contacts-form-full-bg .title-section-ct-form {
    text-align: center
}

section.contacts-form-full-bg .title-section-ct-form h2 {
    letter-spacing: -.03em;
    font-size: 28px;
    color: #fff
}

section.contacts-form-full-bg .form-message {
    width: 100%
}

section.contacts-form-full-bg .form-message textarea {
    height: 100px
}

section.contacts-form-full-bg input[type=date], section.contacts-form-full-bg input[type=datetime-local], section.contacts-form-full-bg input[type=datetime], section.contacts-form-full-bg input[type=email], section.contacts-form-full-bg input[type=month], section.contacts-form-full-bg input[type=number], section.contacts-form-full-bg input[type=password], section.contacts-form-full-bg input[type=search], section.contacts-form-full-bg input[type=tel], section.contacts-form-full-bg input[type=text], section.contacts-form-full-bg input[type=time], section.contacts-form-full-bg input[type=url], section.contacts-form-full-bg input[type=week], section.contacts-form-full-bg textarea {
    color: #fff;
    background-image: linear-gradient(180deg, #fff 0, #fff);
    box-shadow: inset 0 -2px 0 hsla(0, 0%, 100%, .5)
}

section.contacts-form-full-bg input[type=date]:focus, section.contacts-form-full-bg input[type=datetime-local]:focus, section.contacts-form-full-bg input[type=datetime]:focus, section.contacts-form-full-bg input[type=email]:focus, section.contacts-form-full-bg input[type=month]:focus, section.contacts-form-full-bg input[type=number]:focus, section.contacts-form-full-bg input[type=password]:focus, section.contacts-form-full-bg input[type=search]:focus, section.contacts-form-full-bg input[type=tel]:focus, section.contacts-form-full-bg input[type=text]:focus, section.contacts-form-full-bg input[type=time]:focus, section.contacts-form-full-bg input[type=url]:focus, section.contacts-form-full-bg input[type=week]:focus, section.contacts-form-full-bg textarea:focus {
    background-size: 100% 2px;
    color: #fff
}

section.contacts-form-full-bg input[type=date]:focus:-ms-input-placeholder, section.contacts-form-full-bg input[type=datetime-local]:focus:-ms-input-placeholder, section.contacts-form-full-bg input[type=datetime]:focus:-ms-input-placeholder, section.contacts-form-full-bg input[type=email]:focus:-ms-input-placeholder, section.contacts-form-full-bg input[type=month]:focus:-ms-input-placeholder, section.contacts-form-full-bg input[type=number]:focus:-ms-input-placeholder, section.contacts-form-full-bg input[type=password]:focus:-ms-input-placeholder, section.contacts-form-full-bg input[type=search]:focus:-ms-input-placeholder, section.contacts-form-full-bg input[type=tel]:focus:-ms-input-placeholder, section.contacts-form-full-bg input[type=text]:focus:-ms-input-placeholder, section.contacts-form-full-bg input[type=time]:focus:-ms-input-placeholder, section.contacts-form-full-bg input[type=url]:focus:-ms-input-placeholder, section.contacts-form-full-bg input[type=week]:focus:-ms-input-placeholder, section.contacts-form-full-bg textarea:focus:-ms-input-placeholder {
    color: #fff
}

section.contacts-form-full-bg input[type=date]:focus::placeholder, section.contacts-form-full-bg input[type=datetime-local]:focus::placeholder, section.contacts-form-full-bg input[type=datetime]:focus::placeholder, section.contacts-form-full-bg input[type=email]:focus::placeholder, section.contacts-form-full-bg input[type=month]:focus::placeholder, section.contacts-form-full-bg input[type=number]:focus::placeholder, section.contacts-form-full-bg input[type=password]:focus::placeholder, section.contacts-form-full-bg input[type=search]:focus::placeholder, section.contacts-form-full-bg input[type=tel]:focus::placeholder, section.contacts-form-full-bg input[type=text]:focus::placeholder, section.contacts-form-full-bg input[type=time]:focus::placeholder, section.contacts-form-full-bg input[type=url]:focus::placeholder, section.contacts-form-full-bg input[type=week]:focus::placeholder, section.contacts-form-full-bg textarea:focus::placeholder {
    color: #fff
}

section.contacts-form-full-bg input[type=date]:-ms-input-placeholder, section.contacts-form-full-bg input[type=datetime-local]:-ms-input-placeholder, section.contacts-form-full-bg input[type=datetime]:-ms-input-placeholder, section.contacts-form-full-bg input[type=email]:-ms-input-placeholder, section.contacts-form-full-bg input[type=month]:-ms-input-placeholder, section.contacts-form-full-bg input[type=number]:-ms-input-placeholder, section.contacts-form-full-bg input[type=password]:-ms-input-placeholder, section.contacts-form-full-bg input[type=search]:-ms-input-placeholder, section.contacts-form-full-bg input[type=tel]:-ms-input-placeholder, section.contacts-form-full-bg input[type=text]:-ms-input-placeholder, section.contacts-form-full-bg input[type=time]:-ms-input-placeholder, section.contacts-form-full-bg input[type=url]:-ms-input-placeholder, section.contacts-form-full-bg input[type=week]:-ms-input-placeholder, section.contacts-form-full-bg textarea:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .5);
    transition: all .4s
}

section.contacts-form-full-bg input[type=date]::placeholder, section.contacts-form-full-bg input[type=datetime-local]::placeholder, section.contacts-form-full-bg input[type=datetime]::placeholder, section.contacts-form-full-bg input[type=email]::placeholder, section.contacts-form-full-bg input[type=month]::placeholder, section.contacts-form-full-bg input[type=number]::placeholder, section.contacts-form-full-bg input[type=password]::placeholder, section.contacts-form-full-bg input[type=search]::placeholder, section.contacts-form-full-bg input[type=tel]::placeholder, section.contacts-form-full-bg input[type=text]::placeholder, section.contacts-form-full-bg input[type=time]::placeholder, section.contacts-form-full-bg input[type=url]::placeholder, section.contacts-form-full-bg input[type=week]::placeholder, section.contacts-form-full-bg textarea::placeholder {
    color: hsla(0, 0%, 100%, .5);
    transition: all .4s
}

section.contacts-form-full-bg .button, section.contacts-form-full-bg button, section.contacts-form-full-bg input[type=button], section.contacts-form-full-bg input[type=reset], section.contacts-form-full-bg input[type=submit] {
    background-color: #ffc156;
    color: #fff
}

section.contacts-form-full-bg .button:hover, section.contacts-form-full-bg button:hover, section.contacts-form-full-bg input[type=button]:hover, section.contacts-form-full-bg input[type=reset]:hover, section.contacts-form-full-bg input[type=submit]:hover {
    background-color: rgba(255, 193, 86, .7);
    color: #fff
}

section.contacts-form-full-bg .form-submit {
    width: 100%;
    text-align: center
}

section.news-about-us {
    padding: 65px 0
}

section.news-about-us .title-section {
    padding-bottom: 30px
}

section.news-about-us .title-section h2 {
    font-size: 48px;
    text-align: left;
    color: #1b1b1b
}

section.news-about-us .news-about-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

section.news-about-us span.news-about-image-box {
    display: block;
    position: relative
}

section.news-about-us span.news-about-image-box:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    padding-bottom: 100%
}

section.news-about-us span.news-about-image-box:after {
    content: "\f06e";
    font-size: 0;
    color: #1a4081;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    Left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease-in-out
}

section.news-about-us span.news-about-image-box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    Left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

section.news-about-us .news-about-description {
    display: block;
    padding-top: 20px;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    color: #888;
    transition: all .4s
}

section.news-about-us a.news-about-to-link {
    display: block;
    position: relative
}

section.news-about-us a.news-about-to-link:hover .news-about-image-box:after {
    font-size: 26px;
    opacity: 1
}

section.news-about-us a.news-about-to-link:hover .news-about-description {
    color: #1a4081
}

.single-page-accelerators {
    padding-top: 120px;
    font-size: 22px;
    color: #171717
}

.single-page-accelerators .row {
    width: 82%
}

.single-page-accelerators h1.single-title {
    font-size: 46px;
    font-weight: 700;
    color: #1b2f5a;
    line-height: 1
}

.single-page-accelerators span.text-accelerator-af {
    display: block;
    width: 100%;
    font-size: 22px;
    color: #ffbc36
}

.single-page-accelerators span.text-international-startup-builder {
    font-size: 18px;
    opacity: .5
}

.single-page-accelerators .social-site-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: left;
    justify-content: left;
    padding-top: 20px
}

.single-page-accelerators .social-acc-box {
    width: auto;
    min-width: 250px
}

.single-page-accelerators .text-socail, .single-page-accelerators .text-wb-st-ac {
    color: #171717;
    font-size: 22px;
    margin-bottom: 5px
}

.single-page-accelerators .email-accelerator-box a, .single-page-accelerators .web-site-ac a {
    font-size: 22px;
    color: #1b2f5a
}

.single-page-accelerators .email-accelerator-box a i, .single-page-accelerators .web-site-ac a i {
    padding-right: 10px
}

.single-page-accelerators .email-accelerator-box a:hover, .single-page-accelerators .web-site-ac a:hover {
    color: #ffbc36
}

.single-page-accelerators ul.social-accelerator {
    margin: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex
}

.single-page-accelerators ul.social-accelerator a {
    font-size: 22px;
    color: #1b2f5a;
    padding: 5px
}

.single-page-accelerators ul.social-accelerator a:hover {
    color: #ffbc36
}

.single-page-accelerators .email-accelerator-box {
    padding-top: 20px
}

.single-page-accelerators .title-box {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px
}

.single-page-accelerators .title-box * {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #171717;
    margin: 0
}

.single-page-accelerators .title-box b, .single-page-accelerators .title-box strong {
    color: #1b2f5a
}

.single-page-accelerators .title-box span.line-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 64px;
    height: 3px;
    background: #1b2f5a
}

.single-page-accelerators .title-box span.line-title:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 100%;
    background: #ffbc36
}

.single-page-accelerators .video-open {
    position: relative;
    height: 100%;
    width: 60%;
    max-height: 450px;
    margin: auto
}

.single-page-accelerators .video-open:before {
    content: "";
    padding-bottom: 100%;
    display: block
}

.single-page-accelerators a.video-link {
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0
}

.single-page-accelerators a.video-link img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.single-page-accelerators span.youtube-play {
    position: absolute;
    z-index: 2;
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    Left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 90px 0 rgba(0, 1, 1, .2);
    transition: all .3s ease-in-out
}

.single-page-accelerators span.youtube-play svg {
    position: absolute;
    top: 50%;
    Left: 55%;
    transform: translate(-50%, -50%)
}

.single-page-accelerators span.youtube-play:hover {
    background: hsla(0, 0%, 100%, .61)
}

.single-page-accelerators iframe {
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.single-page-accelerators .sc-title-text {
    padding-bottom: 30px
}

.single-page-accelerators .button-wrapper-box ul {
    list-style-type: none;
    margin: 0;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.single-page-accelerators .button-wrapper-box ul a {
    color: #1b2f5a;
    border: 2px solid #ffbc36;
    border-radius: 5px;
    padding: 19px 45px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    min-width: 250px;
    text-align: center;
    margin: 0 20px
}

.single-page-accelerators .button-wrapper-box ul a:hover {
    background: #ffbc36;
    color: #fff
}

.single-page-accelerators section.button-accelerator-programs, .single-page-accelerators section.startaps-accelerators {
    padding: 25px 0
}

.single-page-accelerators section.startaps-accelerators .row {
    width: 100%;
    max-width: 85%
}

section.accelerator-video, section.title-text {
    padding: 25px 0
}

section.section-partners-usf {
    z-index: 30;
    position: relative
}

section.section-partners-usf .title-section h2 {
    line-height: 1;
    text-align: left;
    font-weight: 700;
    margin: 0;
    color: #000;
    font-size: 42px;
    text-transform: uppercase;
    padding: 50px 0
}

section.section-partners-usf .partners-wrap {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 85%
}

section.section-partners-usf .item-partners {
    margin-bottom: 30px;
    padding: 0 30px
}

section.section-partners-usf .partners-wrapper-item-box {
    background: #ededec;
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out;
    border-radius: 4px
}

section.section-partners-usf .partners-image-box {
    height: 140px;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    padding: 15px
}

section.section-partners-usf .partners-image-box img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

section.section-partners-usf .partners-text {
    padding: 15px 15px 20px;
    font-size: 14px;
    line-height: 1.4
}

section.section-partners-usf .partners-text h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2
}

section.section-partners-usf .btn-box {
    display: block;
    width: 100%;
    margin-top: 10px
}

section.section-partners-usf .btn-box .read-more {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
    padding: 8px 30px;
    font-size: 14px;
    color: #000;
    float: left;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease-in-out
}

section.section-partners-usf .btn-box .read-more:hover {
    background: #ffbc36
}

section.section-partners-usf .partners-item-modal {
    width: 100%;
    z-index: 15;
    background: #fff;
    max-width: 640px;
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #101010
}

section.section-partners-usf .modal-top {
    padding: 10px;
    background: #ededed
}

section.section-partners-usf .modal-image-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

section.section-partners-usf .modal-img {
    width: 300px;
    height: 130px
}

section.section-partners-usf .modal-img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

section.section-partners-usf .modal-bottom {
    padding: 40px 30px 50px;
    background: #fff;
    font-size: 18px;
    color: #000
}

section.section-partners-usf .modal-bottom p {
    line-height: 1.2
}

section.section-partners-usf .modal_title {
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 10px
}

section.section-partners-usf .link-site {
    display: -ms-flexbox;
    display: flex;
    line-height: 1
}

section.section-partners-usf .link-site span.text-left {
    font-weight: 900;
    padding-right: 15px
}

section.section-partners-usf .link-site a {
    text-decoration: underline;
    color: #000
}

section.section-partners-usf .link-site a:hover {
    text-decoration: none;
    color: #ffbc36
}

section.video-slider {
    padding: 70px 0 50px
}

section.video-slider .title-section {
    margin-bottom: 60px
}

section.video-slider .slider-video-usf span.youtube-play {
    position: absolute;
    z-index: 2;
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    Left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    box-shadow: 0 0 90px 0 rgba(0, 1, 1, .2);
    transition: all .3s ease-in-out
}

section.video-slider .slider-video-usf span.youtube-play svg {
    position: absolute;
    top: 50%;
    Left: 55%;
    transform: translate(-50%, -50%)
}

section.video-slider .slider-video-usf span.youtube-play:hover {
    background: hsla(0, 0%, 100%, .61)
}

section.video-slider .slider-video-usf .title-video h4 {
    margin-top: 10px;
    font-size: 18px;
    color: #1a4081;
    text-align: center
}

section.video-slider .slider-video-usf .video-open {
    position: relative;
    height: 100%
}

section.video-slider .slider-video-usf .video-open:before {
    content: "";
    padding-bottom: 100%;
    display: block
}

section.video-slider .slider-video-usf .video-link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 480px;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: #fafafa
}

section.video-slider .slider-video-usf .video-link:after {
    content: "";
    display: block;
    padding-bottom: 100%;
    width: 100%;
    height: 100%;
    position: relative
}

section.video-slider .slider-video-usf .video-link img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    Left: 50%;
    transform: translate(-50%, -50%);
    mix-blend-mode: luminosity;
    opacity: .5
}

section.video-slider .slider-video-usf iframe {
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

section.learning {
    position: relative;
    padding: 60px 0 20px
}

section.learning .title-section h2 {
    font-weight: 700;
    text-align: left;
    margin-bottom: 50px
}

section.learning .sub_title-section h3 {
    font-size: 34px;
    text-transform: uppercase;
    color: #888;
    margin: 0
}

section.learning .sub-title-and-button {
    margin-bottom: 20px
}

section.learning .learning-button-see-more {
    margin-top: 15px;
    text-align: right;
    float: right
}

section.learning .learning-button-see-more a {
    display: inline-block;
    position: relative;
    text-transform: uppercase
}

section.learning .learning-button-see-more a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffc156;
    transition: width .4s
}

section.learning .learning-button-see-more a:hover:after {
    width: 0
}

section.learning .learning-item-box {
    box-shadow: 1px 0 0 0 #ebebeb, 0 1px 0 0 #ebebeb, 1px 1px 0 0 #ebebeb, inset 1px 0 0 0 #ebebeb, inset 0 1px 0 0 #ebebeb;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center
}

section.learning .learning-item-box:last-child {
    float: left
}

section.learning .image-box-learning, section.learning .video-box-learning {
    height: 180px;
    overflow: hidden;
    width: auto;
    display: block
}

section.learning .image-box-learning img, section.learning .video-box-learning img {
    width: 100%;
    height: 100%;
    max-width: 200px;
    object-fit: contain
}

section.learning .title-learning-box {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 700;
    color: #1a4081;
    padding-top: 15px
}

section.learning .sub-title-learning-box {
    font-size: 16px;
    color: #000;
    padding-top: 5px
}

section.learning .description-title-learning-box {
    padding-top: 5px
}

section.learning .description-title-learning-box * {
    color: #888;
    line-height: 1.4;
    font-size: 14px
}

.wrapperTypesStartup {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style-type: none;
    margin: 10px 0
}

.wrapperTypesStartup li {
    cursor: pointer;
    padding: 5px 25px;
    height: 26px;
    line-height: 1;
    margin: 8px;
    font-size: 18px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    background: #1b2f5a;
    border-radius: 15px
}

.wrapperTypesStartup li:hover {
    background: #ffbc36;
    color: #fff
}

.wrapperTypesStartup li.highlight {
    background: #ffbc36;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    color: #fff
}

.wrapperTypesStartup li.highlight:before {
    content: "\f067";
    font-size: 12px;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    top: 8px;
    right: 10px;
    transform: rotate(45deg)
}

@media only screen and (max-width: 1440px) {
    .single-page-news .single-title {
        font-size: 46px
    }
}

@media only screen and (max-width: 1280px) {
    section.section-first-other-page {
        height: 500px
    }

    .title-section-other-page h1 {
        font-size: 44px
    }

    section.section-team-member .title-section-team {
        padding-top: 40px;
        padding-bottom: 40px
    }

    section.section-team-member .contaier-team-style-flip {
        padding-top: 30px
    }

    section.section-team-member .contaier-team-style-normal .team-member-information {
        border-top: 4px solid #1a4081;
        padding-top: 20px
    }

    section.section-team-member .contaier-team-style-normal .team-member-name {
        font-size: 22px
    }

    .single-page-news .single-title {
        font-size: 40px
    }

    .single-page-news span.new-date {
        margin-top: 16px;
        font-size: 20px
    }

    .single-page-news p, .single-page-news ul {
        font-size: 22px
    }

    .single-page-news h1 {
        font-size: 46px
    }

    .single-page-news h2 {
        font-size: 38px
    }

    .single-page-news h3 {
        font-size: 26px
    }

    .single-page-news h4 {
        font-size: 22px
    }

    .single-page-news h5 {
        font-size: 18px
    }
}

@media only screen and (max-width: 1150px) {
    section.section-team-member .contaier-team-style-flip .team-member-name {
        font-size: 16px;
        margin-bottom: 10px
    }

    section.section-team-member .contaier-team-style-flip .team-member-wrapper {
        margin-bottom: 30px
    }

    .team-member-description {
        font-size: 12px
    }

    section.section-apply-expert-image-content .title-section {
        padding: 30px 0
    }

    section.section-apply-expert-image-content .title-section h2 {
        font-size: 28px
    }

    section.section-apply-expert-image-content .content-wrapper-apply-expert {
        padding: 30px 0
    }

    section.section-apply-expert-image-content .title-content-apply-expert {
        margin-bottom: 25px
    }
}

@media only screen and (max-width: 1023px) {
    .title-section-other-page h1 {
        font-size: 40px
    }

    section.section-team-member .title-section-team {
        padding-bottom: 40px
    }

    section.section-team-member .container-team-member {
        width: 100%
    }

    section.section-team-member .contaier-team-style-flip .team-member-wrapper {
        width: 33.3%
    }

    section.section-apply-expert-image-content .title-section {
        padding: 10px 0 0
    }

    section.section-apply-expert-image-content .content-wrapper-apply-expert {
        -ms-flex-align: start;
        align-items: flex-start
    }

    section.section-apply-expert-image-content .title-content-apply-expert {
        font-size: 22px;
        margin-bottom: 25px
    }

    section.section-apply-expert-image-content .apple-expert-image-left .content-apply-expert-right {
        margin-top: 30px
    }

    section.section-apply-expert-image-content .image-apply-expert-left {
        text-align: center
    }

    section.section-apply-expert-image-content .image-apply-expert-left img {
        max-height: 400px;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    section.apply-expert-form {
        padding-top: 30px
    }

    .single-page-news .article-header {
        padding-top: 200px
    }

    .single-page-news .single-title {
        font-size: 32px
    }

    .single-page-news .row {
        max-width: 80%
    }

    .single-page-news p, .single-page-news ul {
        font-size: 20px
    }

    .single-page-news h1 {
        font-size: 38px
    }

    .single-page-news h2 {
        font-size: 34px
    }

    .single-page-news h3 {
        font-size: 28px
    }

    .single-page-news h4 {
        font-size: 24px
    }

    .single-page-news h5 {
        font-size: 18px
    }

    .post-navi-wrapper .post-nav-text-desc {
        font-size: 14px
    }

    .post-navi-wrapper h5 {
        font-size: 18px
    }

    .post-navi-wrapper time {
        font-size: 14px
    }

    .single-footer-box-author-share .post-author-news-box {
        margin-bottom: 30px
    }

    .single-footer-box-author-share .t-w-post-author_h {
        font-size: 16px
    }

    .share-it-wrapper .text-share-it, .single-footer-box-author-share .t-w-post-author_name {
        font-size: 18px
    }

    .share-it-wrapper .share-it-button-ul li a {
        font-size: 18px;
        width: 38px;
        height: 38px
    }

    .single-page-accelerators {
        font-size: 20px
    }

    .single-page-accelerators a.video-link {
        width: 75%
    }

    .single-page-accelerators .title-box * {
        font-size: 32px
    }

    .single-page-accelerators .social-site-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }

    .single-page-accelerators h1.single-title {
        font-size: 36px
    }

    .single-page-accelerators .text-socail, .single-page-accelerators .text-wb-st-ac, .single-page-accelerators .web-site-ac a, .single-page-accelerators span.text-accelerator-af, .single-page-accelerators ul.social-accelerator a {
        font-size: 20px
    }

    .single-page-accelerators span.youtube-play {
        width: 75px;
        height: 75px
    }
}

@media only screen and (max-width: 1024px) {
    .header .logo-box-header img {
        height: 60px
    }

    .hamburger-box {
        width: 52px;
        height: 52px;
        left: inherit;
        right: 15px;
        transform: none
    }

    .hamburger-menu-page {
        width: 26px;
        height: 20px;
        transition: all .3s ease-in-out
    }

    .hamburger-menu-page span {
        height: 4px
    }

    .hamburger-menu-page span:nth-child(2), .hamburger-menu-page span:nth-child(3) {
        top: 8px
    }

    .hamburger-menu-page span:nth-child(4) {
        top: 16px
    }

    .nav-menu-usf {
        width: 240px
    }

    .nav-menu-usf .menu-page {
        left: -35px
    }
}

@media only screen and (max-width: 767px) {
    .title-section-other-page h1 {
        font-size: 32px
    }

    section.section-team-member .title-section-team {
        padding-bottom: 0
    }

    section.section-team-member .title-section-team h2 {
        font-size: 28px
    }

    section.section-team-member .container-team-member {
        padding-top: 20px
    }

    section.section-team-member .contaier-team-style-flip .team-member-wrapper {
        width: 50%
    }

    section.section-team-member .contaier-team-style-flip .team-member-information {
        padding: 15px
    }

    section.section-team-member .contaier-team-style-normal .team-member-name {
        font-size: 18px
    }

    section.section-team-member .contaier-team-style-normal .team-member-wrapper {
        width: 50%;
        margin-bottom: 30px
    }

    section.section-team-member .contaier-team-style-normal .team-member-information {
        padding-top: 10px
    }

    span.wpcf7-list-item {
        width: 50%
    }

    .custom-other-area {
        width: 49%
    }

    section.section-team-member .contaier-team-style-flip .team-member-wrapper:hover .team-flip-box {
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg)
    }

    section.section-team-member .contaier-team-style-flip .team-member-wrapper.add-hover .team-flip-box {
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg)
    }

    section.section-team-member .contaier-team-style-flip .team-flip-box {
        position: relative
    }

    section.section-team-member .contaier-team-style-flip .team-flip-box:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 3;
        background-color: rgba(255, 243, 217, 0);
        left: 0;
        top: 0
    }

    section.section-team-member .contaier-team-style-flip .team-member-photo img {
        height: 300px
    }

    section.learning {
        padding: 50px 0 0
    }

    section.learning .sub_title-section h3 {
        font-size: 28px
    }

    section.learning .title-section h2 {
        margin-bottom: 30px
    }

    section.learning .title-learning-box {
        font-size: 18px;
        line-height: 1.2
    }

    section.learning .learning-button-see-more {
        margin-top: 10px
    }

    .single-page-news .single-title {
        font-size: 28px
    }

    .share-it-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .post-navi-wrapper span.arrow-post, .post-navi-wrapper span.arrow-post svg {
        width: 18px
    }

    .post-navi-wrapper a.prev-post-label {
        padding-left: 30px
    }

    .post-navi-wrapper a.next-post-label {
        padding-right: 30px
    }

    section.section-partners-usf .item-partners {
        padding: 0 15px
    }

    section.section-partners-usf .title-section h2 {
        font-size: 28px;
        padding: 30px 0
    }

    .single-page-accelerators .image-box {
        margin-bottom: 20px
    }

    .single-page-accelerators h1.single-title {
        font-size: 28px
    }

    .single-page-accelerators .text-socail, .single-page-accelerators .text-wb-st-ac, .single-page-accelerators .web-site-ac a, .single-page-accelerators span.text-accelerator-af, .single-page-accelerators ul.social-accelerator a {
        font-size: 18px
    }

    .single-page-accelerators .title-box * {
        font-size: 28px
    }

    .single-page-accelerators span.hr-line {
        padding-top: 25px;
        margin-bottom: 25px
    }

    .single-page-accelerators a.video-link {
        width: 100%
    }

    .wrapperTypesStartup {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }
}

@media only screen and (max-width: 580px) {
    .vertical-line-menu {
        display: none
    }

    .single-page-news .single-title {
        font-size: 24px
    }

    .single-page-news span.new-date {
        font-size: 16px
    }

    .single-page-news .article-header {
        padding-top: 150px
    }

    .single-page-news .article-header .row, .single-page-news .row {
        max-width: 90%
    }

    .single-page-news p, .single-page-news ul {
        font-size: 18px
    }

    .single-page-news h1 {
        font-size: 28px
    }

    .single-page-news h2 {
        font-size: 26px
    }

    .single-page-news h3 {
        font-size: 22px
    }

    .single-page-news h4 {
        font-size: 20px
    }

    .single-page-news .single-news-section {
        margin-top: 30px
    }

    a.t-w-post-author {
        display: -ms-flexbox;
        display: flex
    }

    .post-navi-wrapper, .post-navi-wrapper .prev-post-label {
        margin-bottom: 30px
    }

    .share-it-wrapper {
        -ms-flex-pack: center;
        justify-content: center
    }

    section.title-text-quote {
        padding: 30px 0
    }

    section.title-text-quote .title-row {
        max-width: 90%;
        width: 100%;
        margin: 0 auto 30px
    }

    section.title-text-quote .title-row h2 {
        font-size: 26px
    }

    section.title-text-quote p {
        font-size: 20px
    }

    section.title-text-quote blockquote {
        padding: 30px 20px 20px
    }

    section.title-text-quote blockquote:after, section.title-text-quote blockquote:before {
        font-size: 90px
    }

    section.title-text-quote blockquote p {
        font-size: 20px
    }

    section.background-section-singl {
        margin: 30px 0;
        height: 440px
    }

    section.section-partners-usf .title-section h2 {
        font-size: 24px
    }

    .single-page-accelerators .social-site-box {
        width: 100%
    }

    .single-page-accelerators .row {
        width: 95%
    }

    .single-page-accelerators span.hr-line {
        margin-bottom: 0
    }

    .single-page-accelerators h1.single-title {
        font-size: 24px
    }
}

@media only screen and (max-width: 480px) {
    .title-section-other-page h1 {
        font-size: 28px
    }

    .form-row, section.section-team-member .contaier-team-style-flip .team-member-wrapper, section.section-team-member .contaier-team-style-normal .team-member-wrapper {
        width: 100%
    }

    .wpcf7-form label {
        font-size: 14px
    }

    .custom-other-area, span.wpcf7-list-item {
        width: 100%
    }

    .wpcf7-textarea {
        height: 90px
    }

    section.learning .sub_title-section h3 {
        font-size: 26px
    }

    section.learning .learning-button-see-more {
        width: 100%;
        margin-top: 0
    }

    section.learning .learning-item-box, section.learning .sub_title-section {
        width: 100%
    }

    section.section-partners-usf .item-partners {
        padding: 0
    }

    section.section-partners-usf .partners-item-modal {
        max-width: 90%;
        max-height: 95vh;
        overflow: auto
    }

    section.section-partners-usf .link-site {
        font-size: 16px
    }

    section.section-partners-usf .link-site a {
        word-break: break-word
    }

    section.section-partners-usf .modal_title {
        font-size: 22px
    }

    section.section-partners-usf .modal_item_description {
        font-size: 16px
    }

    section.section-partners-usf .partners-text h4 {
        font-size: 18px
    }
}

/*# sourceMappingURL=other-page.css.map */
