.grid_cstm_new .col-lg-4 {
    float: left;
    margin-bottom: 40px;
}
.grid_cstm_new{
width: 100%;
}

/* Added By Nimesh 2020/02/06 */

.cw-70.cust-width {
    width: 76%;
}

@media only screen and (max-width: 767px) {
.cw-70.cust-width {
    width: 100%;
}
}

.link-spanner{
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;
  z-index: 1;

  /* edit: fixes overlap error in IE7/8, 
     make sure you have an empty gif 
  background-image: url('empty.gif');*/
}   

.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }



.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

.sidebox {
    background: #fff;
    border: 1px solid #dadada;
  	border-radius: 15px;
    overflow: hidden;
    word-wrap: break-word;
    font-size: 15px;
}

.sidebox div{
    
  	font-size: 13px;
}

.mx-lg-2.mx-2.row.sidebox {
    transition: transform .2s;
}

.mx-lg-2.mx-2.row.sidebox:hover {
    transition: transform .4s;
  	transform: scale(1.07);
}

@media only screen and (min-width: 1024px){
/*.side-border {
    background: url(https://www.insead.edu/sites/all/themes/insead_theme/img/bg-line.jpg) left top repeat-y #fff;
}*/
  
  .sidebox {
    
  	border-right: none;
}

}

/* Added By Nimesh 2020/02/06 */


.cstm_grid_img {
    min-height: 200px;
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
    margin-bottom: 10px;
}
.connect_section {
    background-size: cover !important;
    background-position: center !important;
}
.connect_section.row .base-wrapper {
    display: flex !important;
    align-items: stretch;
    height: 550px;
    justify-content: center;
}
.connect_inr {
    padding: 40px;
    background: #243b5e;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.connect_inr h1 {
    color: #fff;
}
ul.cnss-social-icon {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.cnss-social-icon li {
    vertical-align: middle;
    float: none!important;
    width: auto!important;
    margin: 0!important;
    list-style-type: none!important;
    border: none!important;
    padding: 0!important;
    background: none!important;
    line-height: normal!important;
}
ul.cnss-social-icon li a {
    border-radius: 50% !important;
    margin: 10px auto !important;
}

.overlay:before{
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  z-index:0;
  background-color: rgba(0, 0, 0, 0.5)
}

.events-template-default.single-events #speak_bl .profiles-wrapper .profile {
	width: 100%;
	max-width: 70%;
	margin-right: 10%;
	padding-bottom: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: start;
	justify-content: start;
}

@media only screen and (max-width: 479px){
  .events-template-default.single-events #speak_bl .profiles-wrapper .profile {max-width: 100% ;}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.navbar-nav > li.menu-item-has-children > a:after {
    content: ' \25BC' !important;
    margin-left: 10px;
  }}

html,
body {
    height: 100%;
    margin: 0;
    background-color: #f3f3f4;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style-type: none;
}

.content li {
    list-style-type: disc;
}

.cw-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.anchor {
    height: 46px;
}

.cw-10 {
    width: 10%;
    padding: 0 15px;
}

.cw-30 {
    width: 30%;
    padding: 0 15px;
}

.cw-40 {
    width: 40%;
    padding: 0 15px;
}

.cw-50 {
    width: 50%;
    padding: 0 15px;
}

.cw-60 {
    width: 60%;
    padding: 0 15px;
}

.cw-70 {
    width: 70%;
    padding: 0 15px;
}

.cw-90 {
    width: 90%;
    padding: 0 15px;
}

@media only screen and (max-width: 767px) {
    .cw-30, .cw-70, .cw-60, .cw-50 {
        width: 100%;
    }
}

.cw-30 {
    padding: 0 5%;
}

@media only screen and (max-width: 767px) {
    .cw-30 {
        padding: 0;
        margin-bottom: 30px;
        padding-right: 15px;
    }
}

.title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    padding-top: 15px;
}

@media only screen and (max-width: 767px) {
    .title {
        font-size: 37px;
    }
}

.content {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.2px;
    text-align: left;
    color: #2d3542;
    margin-bottom: 30px;
}

.content ul:not([class]) {
    padding-left: 50px;
}

@media only screen and (max-width: 767px) {
    .content ul:not([class]) {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .content ul:not([class]) {
        padding-left: 0;
    }
}

.content strong {
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    display: inline-block;
}

@media only screen and (max-width: 1023px) {
    .content strong {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .content strong {
        font-size: 18px;
    }
}

.content p {
    margin: 20px 0;
}

.content p:first-of-type {
    margin-top: 0;
}

.content p:first-of-type:first-letter {
    --cap-height: 0.66;
    font-size: 62px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    height: 32px;
    line-height: 58px;
    position: relative;
    float: left;
    display: block;
    letter-spacing: 1px;
    text-align: justify;
    color: #08ccec;
}

.top-block-bg {
    height: 640px;
}

@media only screen and (max-width: 767px) {
    .top-block-bg {
        height: auto;
    }
}

.top-block-bg .base-wrapper {
    width: 100%;
}

.top-block-bg .base-wrapper .page-top-block-info {
    background-color: #253c5f;
    width: 100%;
    max-width: 450px;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 767px) {
    .top-block-bg .base-wrapper .page-top-block-info {
        padding: 30px;
    }
}

.top-block-bg .base-wrapper .page-top-block-info .title {
    font-size: 46px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.6px;
    text-align: left;
    color: #ffffff;
    margin-bottom: 20px;
}

.top-block-bg .base-wrapper .page-top-block-info .text {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.84;
    letter-spacing: 0.7px;
    text-align: left;
    color: #23e0ff;
}

.top-block-bg .base-wrapper .page-top-block-info .text h1 {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 20px;
    color: #23e0ff;
}

@media only screen and (max-width: 767px) {
    .top-block-bg .base-wrapper .page-top-block-info .text h1 {
        font-size: 36px;
    }
}

.top-block-bg .base-wrapper .page-top-block-info .button-bottom-wrapper {
    margin-top: 25px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.top-block-bg .base-wrapper .page-top-block-info .button-bottom-wrapper .button-bottom {
    border-radius: 50%;
    width: 42px;
    height: 42px;
    border: solid 2px rgba(151, 151, 151, 0.3);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.top-block-bg .base-wrapper .page-top-block-info .button-bottom-wrapper .button-bottom img {
    width: 20px;
}

.top-block-bg .base-wrapper .page-top-block-info .button-bottom-wrapper .but-title {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.94;
    letter-spacing: 0.4px;
    text-align: left;
    color: #ffffff;
}

.pop-up-form-style-wrapper {
    text-align: center;
}

.pop-up-form-style-wrapper h2 {
    width: 80%;
    margin: 0 auto;
}

.pop-up-form-style-wrapper form {
    margin: 30px 0 22px;
    position: relative;
}

.pop-up-form-style-wrapper form #email {
    font-size: 17px;
    text-align: left;
    color: #243b5e;
    width: 100%;
    padding: 15px 170px 15px 28px;
    background-color: #f6f6f6;
    border: 0;
    border-radius: 3px;
}

.pop-up-form-style-wrapper form .stb-submit {
    background-color: #23e0ff;
    font-size: 15px;
    font-weight: bold;
    line-height: 2.33;
    letter-spacing: normal;
    text-align: center;
    color: #253c5f;
    border: 0;
    position: absolute;
    right: 17px;
    top: 11px;
    padding: 0 33px;
    border-radius: 3px;
}

.pop-up-form-style-wrapper .close-pop-up {
    font-size: 16px;
    font-weight: 500;
    line-height: 2.19;
    letter-spacing: 0.2px;
    color: #08ccec;
    margin-bottom: 35px;
    position: static !important;
}

.pop-up-form-style-wrapper .bottom-text {
    margin: 0 auto;
    width: 70%;
    opacity: 0.4;
    font-weight: bold;
    font-size: 13px;
    color: #243b5e;
}

#bl_sl a {
    color: #243b5e;
}

.category-menu > li.current-menu-item.menu-item-type-custom > a {
    border-bottom: 4px solid transparent;
}

.category-menu > li.current-menu-item > a {
    border-bottom-color: #1be3f5;
}

.category-menu > li > a:hover, .category-menu > li > a:focus, .category-menu > li > a:active {
    text-decoration: none;
    border-bottom-color: #1be3f5;
}

.alignleft {
    float: left;
    margin-right: 10px;
}

.alignright {
    float: right;
    margin-left: 10px;
}

.ico-hit-down {
    margin-right: 10px;
    width: 18px;
    margin-left: -13px;
}

.mob-item-open {
    overflow: hidden;
    position: fixed;
}

.far-menu .sub-menu li a:hover {
    text-decoration: none;
    border-bottom-color: #1be3f5 !important;
}

.cat-menu li.current-menu-parent > a {
    border-bottom: solid 4px rgba(151, 151, 151, 0.3);
}

.cat-menu li.menu-item-has-children {
    z-index: 1;
}

.cat-menu li.menu-item-has-children:hover {
    z-index: 3;
}

.cat-menu li.menu-item-has-children:hover .sub-menu {
    z-index: 10;
    display: block;
}

.cat-menu .sub-menu {
    display: none;
    z-index: 1;
    position: absolute;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 5px 14px 0 rgba(36, 59, 94, 0.28);
}

.cat-menu .sub-menu li {
    padding: 15px 35px;
    box-sizing: border-box;
    border-left: 5px solid rgba(0, 0, 0, 0);
}

.cat-menu .sub-menu li img {
    width: 30px;
    height: auto;
    margin-right: 10px;
}

.cat-menu .sub-menu li.current-menu-item {
    background-color: #f6f6f6;
    border-left: 5px solid #1be3f5;
}

.far-menu {
    display: -webkit-flex;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .far-menu {
        position: relative;
    }
}

.far-menu a {
    height: 100%;
    text-align: center;
}

.far-menu li.menu-item-has-children {
    z-index: 1;
}

.far-menu li.menu-item-has-children:hover {
    z-index: 3;
}

.far-menu li.menu-item-has-children:hover .sub-menu {
    z-index: 10;
    display: -webkit-flex;
    display: flex;
}

.far-menu .sub-menu {
    display: none;
    position: absolute;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    border-top: solid 2px rgba(151, 151, 151, 0.3);
    background-color: #fff;
    z-index: 2;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.far-menu .sub-menu.sub-menu-visible {
    display: -webkit-flex;
    display: flex;
}

@media only screen and (max-width: 1200px) {
    .far-menu .sub-menu {
        width: 100%;
        margin: 0;
        left: 0;
    }
}

.far-menu .sub-menu li {
    text-align: center;
}

.far-menu .sub-menu li.current-menu-item a {
    border-bottom-color: #1be3f5;
}

.far-menu .sub-menu li a {
    height: 100%;
    color: #2d3542;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.3px;
    padding: 17px 15px 15px;
    border-bottom: 4px solid transparent;
    border-bottom-color: transparent;
}

.far-menu .sub-menu li a:hover, .far-menu .sub-menu li a:focus, .far-menu .sub-menu li a:active {
    text-decoration: none;
    border-bottom-color: #e8eaea;
}

.main-page-menu {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .main-page-menu {
        display: block;
    }
}

.top-super-menu .current-menu-item, .top-super-menu .current-menu-parent {
    background-color: #c5f7ff;
    color: #243b5e;
}

.top-super-menu .sub-menu {
    display: none;
    list-style-type: none;
    left: 100%;
    position: absolute;
    top: -30px;
    padding: 38px 0 38px 20px;
    width: 100%;
    font-family: Lato, Roboto, sans-serif;
}

.top-super-menu .sub-menu li {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.29;
    letter-spacing: 0.3px;
    text-align: left;
    color: #2d3542;
}

.top-super-menu .sub-menu li a {
    padding: 5px;
}

.top-super-menu .sub-menu li a:hover, .top-super-menu .sub-menu li a:active, .top-super-menu .sub-menu li a:focus {
    background-color: #c5f7ff;
    text-decoration: none;
}

.top-super-menu .sub-menu:before, .top-super-menu .sub-menu:after {
    content: '';
    position: absolute;
    border: 5px solid transparent;
    top: 48px;
    z-index: 2;
}

.top-super-menu .sub-menu:before {
    right: calc(100% - 1px);
    border-right-color: #010101;
}

.top-super-menu .sub-menu:after {
    right: calc(100% - 3px);
    border-right-color: #fff;
}

.top-super-menu .menu__list > li:hover > .sub-menu,
.top-super-menu .menu__list > li.active > .sub-menu,
.top-super-menu .menu__list > li > .sub-menu:hover {
    display: block;
}

.top-super-menu .menu__list > li:hover > .sub-menu li,
.top-super-menu .menu__list > li.active > .sub-menu li,
.top-super-menu .menu__list > li > .sub-menu:hover li {
    background-color: #fff;
    padding-left: 5px;
}

.category-menu__wrapper.f-nav {
    margin-top: 0 !important;
    background: #fff !important;
}

.category-menu__wrapper.f-nav.f-nav {
    background: #fff !important;
}

@media only screen and (max-width: 767px) {
    .category-menu__wrapper.f-nav.f-nav {
        padding: 0 !important;
    }
}

.search-everything-highlight-color {
    background-color: #23e0ff !important;
}

@media only screen and (max-width: 1023px) {
    .navbar .social-links {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .navbar .vr-before.pl-4 {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .navbar .vr-before.pl-4:before {
        display: none;
    }
}

.vr-before::before, .vr-after::after {
    content: '';
    width: 1px;
    background-color: #979797;
    height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    opacity: 0.2;
}

.top-menu a:hover,
.top-menu a.active {
    color: #e0a2a2;
}

.category-menu__wrapper {
    /* Icon 3 */
}

@media only screen and (max-width: 767px) {
    .category-menu__wrapper {
        position: relative;
    }
}

@media only screen and (max-width: 1023px) {
    .category-menu__wrapper .container {
        max-width: 98% !important;
        margin: 0 1%;
    }
}

@media only screen and (max-width: 767px) {
    .category-menu__wrapper .category-menu {
        display: none;
    }
}

.category-menu__wrapper .category-menu > li > a {
    font-size: 15px;
    font-weight: 400;
    padding: 11px 15px 11px;
}

@media only screen and (max-width: 767px) {
    .category-menu__wrapper .category-menu > li > a {
        font-size: 14px;
    }
}

.category-menu__wrapper .category-menu a.active {
    border-bottom-color: #1be3f5 !important;
}

.category-menu__wrapper #nav-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    background: inherit;
    padding: 0;
    z-index: 100;
}

.category-menu__wrapper #nav-icon3 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #07ccec;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.category-menu__wrapper #nav-icon3 span:nth-child(1) {
    top: 0;
}

.category-menu__wrapper #nav-icon3 span:nth-child(2), .category-menu__wrapper #nav-icon3 span:nth-child(3) {
    top: 8px;
}

.category-menu__wrapper #nav-icon3 span:nth-child(4) {
    top: 16px;
}

.category-menu__wrapper #nav-icon3.open span:nth-child(1) {
    top: 8px;
    width: 0;
    left: 50%;
}

.category-menu__wrapper #nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.category-menu__wrapper #nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.category-menu__wrapper #nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}

.category-menu__wrapper #top-menu-open-but {
    position: absolute;
    right: 15px;
    top: 5px;
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .category-menu__wrapper #top-menu-open-but {
        display: block !important;
    }
}

.category-menu__wrapper .mob-open-menu {
    display: block !important;
    position: fixed;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #fff;
    padding: 0;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.category-menu__wrapper .mob-open-menu > li {
    width: 100%;
    box-sizing: border-box;
    padding: 0 40px;
    height: auto;
}

.category-menu__wrapper .mob-open-menu > li > a {
    padding: 8px 0 8px;
}

.category-menu__wrapper .mob-open-menu > li .sub-menu {
    z-index: 10;
    display: block !important;
    position: static;
    width: 80%;
    background: rgba(151, 151, 151, 0.3);
}

.category-menu__wrapper .mob-open-menu > li .sub-menu > li {
    text-align: left;
    margin-left: 50px;
    max-width: inherit;
}

@media only screen and (max-width: 479px) {
    .category-menu__wrapper .mob-open-menu > li .sub-menu > li {
        margin-left: 15px;
    }
}

.category-menu__wrapper .mob-open-menu > li .sub-menu > li > a {
    text-align: left;
    padding: 8px 50px 8px 0;
}

.category-menu__wrapper .mob-open-menu > li .sub-menu > li > a span {
    text-align: left;
}

.category-menu__wrapper .mob-open-menu > li.menu-item-has-children {
    z-index: 1;
}

.category-menu__wrapper .mob-open-menu > li.menu-item-has-children:hover {
    z-index: 3;
}

.category-menu__wrapper .mob-open-menu > li.menu-item-has-children:hover .sub-menu {
    z-index: 10;
    display: block;
    position: static;
}

@media only screen and (max-width: 767px) {
    .menu-footer-item-wrapper {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width: 767px) {
    .menu-footer-item-wrapper .menu-footer-item {
        margin-left: 2.6rem;
    }
}

@media only screen and (max-width: 767px) {
    .footer-companies {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }
}

@media only screen and (max-width: 767px) {
    .footer-companies .companies-item {
        margin: 20px 15px;
    }
}

.menu {
    overflow-y: scroll;
}

@media only screen and (max-width: 767px) {
    .menu {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .menu .container {
        max-width: inherit;
    }
}

@media only screen and (max-width: 767px) {
    .menu .container .col-md-4 {
        position: static;
    }
}

@media only screen and (max-width: 479px) {
    .menu .menu__section {
        margin: 3rem 8px 1rem;
    }
}

@media only screen and (max-width: 767px) {
    .menu .menu__list {
        max-width: 210px;
    }
}

@media only screen and (max-width: 479px) {
    .menu .menu__list {
        max-width: 60%;
    }
}

@media only screen and (max-width: 767px) {
    .menu .menu__list > li > a {
        font-size: 17px;
    }
}

@media only screen and (max-width: 767px) {
    .menu .menu__list > li > a > span {
        padding-right: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .menu .menu__list > li > a > span {
        padding: 0 8px;
    }
}

@media only screen and (max-width: 767px) {
    .menu .menu__list > li .sub-menu {
        max-width: 190px;
    }
}

@media only screen and (max-width: 479px) {
    .menu .menu__list > li .sub-menu {
        max-width: 60%;
    }
}

@media only screen and (max-width: 767px) {
    .menu .menu__list > li .sub-menu > li {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .menu .menu__list > li .sub-menu > li > a {
        padding: 0;
    }
}

.menu-rel {
    position: relative;
}

.navbar .search-absolute {
    position: absolute;
    background-color: #fff;
    height: 100px;
    top: -100px;
    transition: 200ms;
    z-index: 300;
    width: 100%;
    border-bottom: solid 2px rgba(151, 151, 151, 0.3);
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .navbar .search-absolute {
        display: none;
    }
}

.navbar .search-absolute .top-search {
    padding-top: 20px;
    font-size: 22px;
    display: inline-block;
    width: 70%;
}

@media only screen and (max-width: 767px) {
    .navbar .search-absolute .top-search {
        width: 90%;
    }
}

.navbar .search-absolute .top-search .search-x {
    width: 45px;
    height: 45px;
    border-radius: 3px;
    background-color: #eaeced;
    font-size: 28px;
    display: inline-block;
    font-weight: 100;
    cursor: pointer;
}

.navbar .search-absolute .top-search .search-button {
    vertical-align: middle;
}

.navbar.open-top-search .search-absolute {
    top: 0;
}

.search-open-button {
    height: 100%;
    cursor: pointer;
    width: 60px;
    margin-left: -1.5rem !important;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.search-open-button:hover .top-search {
    display: block;
}

.search-open-button .top-search {
    position: absolute;
    right: 0;
    top: 100%;
    padding: 10px 30px;
    background: #fff;
    border: solid 2px rgba(151, 151, 151, 0.3);
    display: none;
}

.top-search .searching-word {
    background: rgba(255, 255, 255, 0);
    border: 0;
    width: 75%;
    padding: 10px 10px 10px 20px;
}

.top-search .search-button-wrapper {
    top: 3px;
    left: 0;
    border: 0;
}

.top-search .search-button-wrapper .search-button {
    border: 0;
    background: none;
    color: #fff;
    font-size: 25px;
    padding: 0;
}

.f-nav {
    z-index: 300;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    display: flex !important;
    background-color: #fff !important;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}

.f-nav g {
    stroke: #21385a;
}

.f-nav .brand_white {
    display: none !important;
}

.f-nav .brand {
    display: block !important;
}

.f-nav .navbar-nav > li > a {
    color: #243b5e;
}

.search-button-wrapper:hover {
    text-decoration: none;
}

.search-page-wrapper {
    padding: 60px 0;
}

.search-page-wrapper form {
    margin-bottom: 30px;
    color: #243b5e;
    min-width: 900px;
}

@media only screen and (max-width: 1023px) {
    .search-page-wrapper form {
        width: 100%;
    }
}

.search-page-wrapper form input {
    background-color: #f6f6f6 !important;
    padding: 15px 55px 15px 40px !important;
    border-radius: 3px !important;
    color: #243b5e;
    font-size: 25px;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .search-page-wrapper form input {
        width: 100%;
    }
}

.search-page-wrapper form .search-button-wrapper {
    top: 4px;
    left: -50px;
    position: relative;
}

.search-page-wrapper form .search-select {
    margin-top: 30px;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #f0f0f0;
    border: 0;
    padding: 15px;
    width: 250px;
    font-size: 15px;
    color: #243b5e;
}

.search-page-wrapper form .search-select .search-placeholder {
    font-weight: 700;
}

.search-page-wrapper hr {
    width: 100%;
}

.search-page-wrapper .searching-item {
    margin: 40px 0;
}

.site-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.main-wrapper {
    flex: 1 0 auto;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #fff;
    overflow-x: hidden;
    position: relative;
}

.base-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.footer-wrapper {
    flex: 0 0 auto;
    width: 100%;
    background-color: #fafafa;
}

.news {
    margin: 0 10px 10px !important;
}

.leadership-and-governance-page-wrapper .top-block-bg {
    height: 640px;
}

@media only screen and (max-width: 479px) {
    .leadership-and-governance-page-wrapper .top-block-bg {
        height: auto;
    }
}

.leadership-and-governance-page-wrapper .top-block-bg .base-wrapper {
    width: 100%;
}

.leadership-and-governance-page-wrapper .top-block-bg .base-wrapper .page-top-block-info {
    width: 100%;
    max-width: 450px;
    background-color: #253c5f;
    height: 100%;
    padding: 0 50px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 479px) {
    .leadership-and-governance-page-wrapper .top-block-bg .base-wrapper .page-top-block-info {
        padding: 30px;
    }
}

.leadership-and-governance-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #23e0ff;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .leadership-and-governance-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .title {
        font-size: 37px;
    }
}

.leadership-and-governance-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .text {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.84;
    letter-spacing: 0.7px;
    text-align: left;
    color: #ffffff;
}

.leadership-and-governance-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .button-bottom {
    border-radius: 50%;
    width: 42px;
    height: 42px;
    border: solid 2px rgba(151, 151, 151, 0.3);
    margin-top: 26px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.leadership-and-governance-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .button-bottom img {
    width: 20px;
}

.leadership-and-governance-page-wrapper .leadership-and-governance-council-wrapper {
    padding: 80px 0 40px;
}

.leadership-and-governance-page-wrapper .leadership-and-governance-council-wrapper .base-wrapper {
    padding-top: 46px;
}

@media only screen and (max-width: 479px) {
    .leadership-and-governance-page-wrapper .leadership-and-governance-council-wrapper {
        padding: 60px 0 40px;
    }
}

@media only screen and (max-width: 767px) {
    .leadership-and-governance-page-wrapper .leadership-and-governance-council-wrapper .cw-70, .leadership-and-governance-page-wrapper .leadership-and-governance-council-wrapper .cw-30 {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .leadership-and-governance-page-wrapper .leadership-and-governance-council-wrapper .cw-30 {
        margin-bottom: 30px;
    }
}

.leadership-and-governance-page-wrapper .leadership-and-governance-council-wrapper:nth-child(odd) {
    background-color: #f6f6f6;
}

.leadership-and-governance-page-wrapper .leadership-and-governance-council-wrapper .block-title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

@media only screen and (max-width: 1023px) {
    .leadership-and-governance-page-wrapper .leadership-and-governance-council-wrapper .block-title {
        font-size: 37px;
    }
}

.leadership-and-governance-page-wrapper .leadership-and-governance-council-wrapper .block-desc {
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.73;
    letter-spacing: 0.2px;
    text-align: left;
    color: #243b5e;
}

@media only screen and (max-width: 1023px) {
    .leadership-and-governance-page-wrapper .leadership-and-governance-council-wrapper .block-desc {
        font-size: 18px;
    }
}

.leadership-and-governance-page-wrapper .leadership-and-governance-council-wrapper .items-block-wrapper .block-title {
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.38;
    letter-spacing: 2.5px;
    text-align: left;
    color: #8d95a6;
}

.leadership-and-governance-page-wrapper .leadership-and-governance-council-wrapper .items-block-wrapper .items-wrapper {
    margin-top: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.leadership-and-governance-page-wrapper .leadership-and-governance-council-wrapper .items-block-wrapper .items-wrapper .item {
    width: 30%;
    margin-bottom: 40px;
    box-sizing: border-box;
    padding: 35px 10px 25px;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    transition: .3s;
}

@media only screen and (max-width: 1023px) {
    .leadership-and-governance-page-wrapper .leadership-and-governance-council-wrapper .items-block-wrapper .items-wrapper .item {
        width: 47%;
    }
}

@media only screen and (max-width: 479px) {
    .leadership-and-governance-page-wrapper .leadership-and-governance-council-wrapper .items-block-wrapper .items-wrapper .item {
        width: 90%;
    }
}

.leadership-and-governance-page-wrapper .leadership-and-governance-council-wrapper .items-block-wrapper .items-wrapper .item:hover {
    opacity: 0.9;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 15px 35px 0 rgba(88, 99, 116, 0.36);
}

.leadership-and-governance-page-wrapper .leadership-and-governance-council-wrapper .items-block-wrapper .items-wrapper .item .face-img-wrapper {
    border-radius: 50%;
    width: 111px;
    height: 111px;
    background-color: #ededed;
    position: relative;
}

.leadership-and-governance-page-wrapper .leadership-and-governance-council-wrapper .items-block-wrapper .items-wrapper .item .face-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.leadership-and-governance-page-wrapper .leadership-and-governance-council-wrapper .items-block-wrapper .items-wrapper .item .face-img-wrapper .social {
    position: absolute;
    width: 32px;
    height: 32px;
    background-color: #3979db;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 700;
    bottom: 0;
    right: 0;
}

.leadership-and-governance-page-wrapper .leadership-and-governance-council-wrapper .items-block-wrapper .items-wrapper .item .text-wrapper {
    margin-top: 15px;
}

.leadership-and-governance-page-wrapper .leadership-and-governance-council-wrapper .items-block-wrapper .items-wrapper .item .text-wrapper .name {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: center;
    color: #243b5e;
}

.leadership-and-governance-page-wrapper .leadership-and-governance-council-wrapper .items-block-wrapper .items-wrapper .item .text-wrapper .desc {
    opacity: 0.6;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.36;
    letter-spacing: normal;
    text-align: center;
    color: #243b5e;
}

.leadership-and-governance-page-wrapper .leadership-and-governance-council-wrapper .items-block-wrapper .items-wrapper .item .button-wrapper {
    margin-top: 20px;
}

.leadership-and-governance-page-wrapper .leadership-and-governance-council-wrapper .items-block-wrapper .items-wrapper .item .button-wrapper .link-to-profile {
    display: block;
    padding: 8px 32px;
    border-radius: 3px;
    background-color: #23e0ff;
    border: solid 2px #23e0ff;
    box-sizing: border-box;
}

.leadership-and-governance-page-wrapper .leadership-and-governance-council-wrapper .items-block-wrapper .items-wrapper .item .button-wrapper .link-to-profile:hover {
    transition: .2s;
    text-decoration: none;
    background-color: inherit;
}

.leadership-and-governance-profile-page-wrapper .profile-items-wrapper .item .item-top-block-wrapper {
    padding: 80px 0 70px;
    background-color: #243b5e;
}

@media only screen and (max-width: 767px) {
    .leadership-and-governance-profile-page-wrapper .profile-items-wrapper .item .item-top-block-wrapper {
        position: relative;
    }
}

@media only screen and (max-width: 479px) {
    .leadership-and-governance-profile-page-wrapper .profile-items-wrapper .item .item-top-block-wrapper {
        padding: 40px 0 40px;
    }
}

.leadership-and-governance-profile-page-wrapper .profile-items-wrapper .item .item-top-block-wrapper .cw-wrapper {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .leadership-and-governance-profile-page-wrapper .profile-items-wrapper .item .item-top-block-wrapper .cw-wrapper .cw-30 {
        position: absolute;
        top: 20px;
        padding: 0;
    }
}

@media only screen and (max-width: 479px) {
    .leadership-and-governance-profile-page-wrapper .profile-items-wrapper .item .item-top-block-wrapper .cw-wrapper .cw-30 {
        position: inherit;
    }
}

@media only screen and (max-width: 767px) {
    .leadership-and-governance-profile-page-wrapper .profile-items-wrapper .item .item-top-block-wrapper .cw-wrapper .cw-70 {
        width: 100%;
    }
}

.leadership-and-governance-profile-page-wrapper .profile-items-wrapper .item .item-top-block-wrapper .face-img-wrapper {
    width: 267px;
    height: 267px;
    object-fit: contain;
    border-radius: 50%;
}

@media only screen and (max-width: 1023px) {
    .leadership-and-governance-profile-page-wrapper .profile-items-wrapper .item .item-top-block-wrapper .face-img-wrapper {
        width: 180px;
        height: 180px;
    }
}

.leadership-and-governance-profile-page-wrapper .profile-items-wrapper .item .item-top-block-wrapper .face-img-wrapper img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.leadership-and-governance-profile-page-wrapper .profile-items-wrapper .item .desc-text-wrapper .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #23e0ff;
}

@media only screen and (max-width: 1023px) {
    .leadership-and-governance-profile-page-wrapper .profile-items-wrapper .item .desc-text-wrapper .title {
        font-size: 37px;
    }
}

@media only screen and (max-width: 767px) {
    .leadership-and-governance-profile-page-wrapper .profile-items-wrapper .item .desc-text-wrapper .title {
        margin-left: 180px;
    }
}

@media only screen and (max-width: 479px) {
    .leadership-and-governance-profile-page-wrapper .profile-items-wrapper .item .desc-text-wrapper .title {
        margin-left: 0;
    }
}

.leadership-and-governance-profile-page-wrapper .profile-items-wrapper .item .desc-text-wrapper .sub-title {
    opacity: 0.6;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
    .leadership-and-governance-profile-page-wrapper .profile-items-wrapper .item .desc-text-wrapper .sub-title {
        margin-left: 180px;
    }
}

@media only screen and (max-width: 479px) {
    .leadership-and-governance-profile-page-wrapper .profile-items-wrapper .item .desc-text-wrapper .sub-title {
        margin-left: 0;
    }
}

.leadership-and-governance-profile-page-wrapper .profile-items-wrapper .item .desc-text-wrapper .sub-title .cat-name {
    font-size: 23px;
    display: inline-block;
}

.leadership-and-governance-profile-page-wrapper .profile-items-wrapper .item .desc-text-wrapper .sub-title .cat-name:after {
    content: '\2022';
}

.leadership-and-governance-profile-page-wrapper .profile-items-wrapper .item .desc-text-wrapper .sub-title .position {
    display: inline-block;
    font-size: 16px;
    line-height: 1.19;
    letter-spacing: 0.5px;
    color: #ffffff;
}

.leadership-and-governance-profile-page-wrapper .profile-items-wrapper .item .desc-text-wrapper .desc {
    box-sizing: border-box;
    width: 80%;
    padding-left: 40px;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.73;
    letter-spacing: 0.2px;
    text-align: left;
    color: #ffffff;
    border-left: 2px solid #fff;
}

@media only screen and (max-width: 1023px) {
    .leadership-and-governance-profile-page-wrapper .profile-items-wrapper .item .desc-text-wrapper .desc {
        width: 100%;
        font-size: 18px;
    }
}

.leadership-and-governance-profile-page-wrapper .profile-items-wrapper .item .item-content-wrapper {
    padding: 40px 0 80px;
}

.leadership-and-governance-profile-page-wrapper .profile-items-wrapper .item .item-content-wrapper .cw-wrapper {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .leadership-and-governance-profile-page-wrapper .profile-items-wrapper .item .item-content-wrapper .cw-wrapper .cw-30 {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .leadership-and-governance-profile-page-wrapper .profile-items-wrapper .item .item-content-wrapper .cw-wrapper .cw-70 {
        width: 100%;
    }
}

.leadership-and-governance-profile-page-wrapper .profile-items-wrapper .item .item-content-wrapper .content {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.2px;
    text-align: left;
    color: #2d3542;
    margin-bottom: 100px;
}

@media only screen and (max-width: 479px) {
    .leadership-and-governance-profile-page-wrapper .profile-items-wrapper .item .item-content-wrapper .content {
        margin-bottom: 50px;
    }
}

.leadership-and-governance-profile-page-wrapper .profile-items-wrapper .item .item-content-wrapper .content p:first-child:first-letter {
    --cap-height: 0.66;
    font-size: 62px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    height: 32px;
    line-height: 58px;
    position: relative;
    float: left;
    display: block;
    letter-spacing: 1px;
    text-align: justify;
    color: #08ccec;
}

.leadership-and-governance-profile-page-wrapper .profile-items-wrapper .item .item-content-wrapper .buck-button {
    border-radius: 3px;
    background-color: #23e0ff;
    border: solid 2px #23e0ff;
    padding: 10px 32px;
}

.leadership-and-governance-profile-page-wrapper .profile-items-wrapper .item .item-content-wrapper .buck-button:hover {
    transition: .2s;
    text-decoration: none;
    background-color: inherit;
}

@media only screen and (max-width: 767px) {
    .about-lbs-page-wrapper .cw-30, .about-lbs-page-wrapper .cw-70 {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .about-lbs-page-wrapper .cw-30 {
        margin-bottom: 30px;
        padding-right: 15px;
    }
}

.about-lbs-page-wrapper .top-block-wrapper {
    padding-top: 80px;
}

@media only screen and (max-width: 1200px) {
    .about-lbs-page-wrapper .top-block-wrapper {
        padding-top: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .about-lbs-page-wrapper .top-block-wrapper .top-block-title-wrapper {
        height: auto;
    }
}

.about-lbs-page-wrapper .top-block-wrapper .top-block-title-wrapper .cw-30 {
    padding: 0 5%;
}

.about-lbs-page-wrapper .top-block-wrapper .top-block-title-wrapper .cw-30 .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

@media only screen and (max-width: 767px) {
    .about-lbs-page-wrapper .top-block-wrapper .top-block-title-wrapper .cw-30 .title {
        font-size: 37px;
    }
}

.about-lbs-page-wrapper .top-block-wrapper .top-block-title-wrapper .text-wrapper {
    position: inherit;
    background: #fff;
    padding-left: 60px;
    padding-bottom: 70px;
    width: 300%;
}

@media only screen and (max-width: 1200px) {
    .about-lbs-page-wrapper .top-block-wrapper .top-block-title-wrapper .text-wrapper {
        padding-left: 30px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .about-lbs-page-wrapper .top-block-wrapper .top-block-title-wrapper .text-wrapper {
        position: inherit;
        width: 100%;
        padding-left: 0;
    }
}

.about-lbs-page-wrapper .top-block-wrapper .top-block-title-wrapper .text-wrapper .text {
    max-width: 760px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.2px;
    text-align: left;
    color: #2d3542;
}

@media only screen and (max-width: 1200px) {
    .about-lbs-page-wrapper .top-block-wrapper .top-block-title-wrapper .text-wrapper .text {
        max-width: 600px;
    }
}

@media only screen and (max-width: 1023px) {
    .about-lbs-page-wrapper .top-block-wrapper .top-block-title-wrapper .text-wrapper .text {
        max-width: 460px;
    }
}

@media only screen and (max-width: 767px) {
    .about-lbs-page-wrapper .top-block-wrapper .top-block-title-wrapper .text-wrapper .text {
        font-size: 16px;
    }
}

.about-lbs-page-wrapper .top-block-wrapper .top-block-title-wrapper .text-wrapper .text strong {
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    margin-bottom: 30px;
    display: inline-block;
}

@media only screen and (max-width: 1023px) {
    .about-lbs-page-wrapper .top-block-wrapper .top-block-title-wrapper .text-wrapper .text strong {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .about-lbs-page-wrapper .top-block-wrapper .top-block-title-wrapper .text-wrapper .text strong {
        font-size: 18px;
    }
}

.about-lbs-page-wrapper .top-block-wrapper .top-block-title-wrapper .text-wrapper .text p {
    margin: 20px 0;
}

.about-lbs-page-wrapper .top-block-wrapper .top-block-title-wrapper .text-wrapper .text p:first-child:first-letter {
    --cap-height: 0.66;
    font-size: 62px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    height: 32px;
    line-height: 58px;
    position: relative;
    float: left;
    display: block;
    letter-spacing: 1px;
    text-align: justify;
    color: #08ccec;
}

.about-lbs-page-wrapper .top-block-wrapper .top-block-img {
    width: 100%;
    height: 960px;
}

@media only screen and (max-width: 1200px) {
    .about-lbs-page-wrapper .top-block-wrapper .top-block-img {
        height: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .about-lbs-page-wrapper .top-block-wrapper .top-block-img {
        height: 380px;
    }
}

.about-lbs-page-wrapper .top-block-wrapper .top-block-bottom-text .base-wrapper {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .about-lbs-page-wrapper .top-block-wrapper .top-block-bottom-text .base-wrapper {
        background-color: #243b5e;
    }
}

.about-lbs-page-wrapper .top-block-wrapper .top-block-bottom-text .base-wrapper .text-wrapper {
    top: -160px;
    background-color: #243b5e;
    position: absolute;
    color: #fff;
    width: 400%;
    height: 280px;
    padding-left: 86px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

@media only screen and (max-width: 1200px) {
    .about-lbs-page-wrapper .top-block-wrapper .top-block-bottom-text .base-wrapper .text-wrapper {
        height: 350px;
    }
}

@media only screen and (max-width: 1023px) {
    .about-lbs-page-wrapper .top-block-wrapper .top-block-bottom-text .base-wrapper .text-wrapper {
        padding-left: 65px;
        height: 280px;
        top: -170px;
    }
}

@media only screen and (max-width: 767px) {
    .about-lbs-page-wrapper .top-block-wrapper .top-block-bottom-text .base-wrapper .text-wrapper {
        position: inherit;
        top: 0;
        width: 100%;
        height: auto;
        padding: 50px 20px 60px;
    }
}

.about-lbs-page-wrapper .top-block-wrapper .top-block-bottom-text .base-wrapper .text-wrapper .text {
    max-width: 820px;
    font-size: 32.2px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #23e0ff;
}

@media only screen and (max-width: 1023px) {
    .about-lbs-page-wrapper .top-block-wrapper .top-block-bottom-text .base-wrapper .text-wrapper .text {
        font-size: 26px;
        max-width: 660px;
    }
}

.about-lbs-page-wrapper .top-block-wrapper .top-block-bottom-text .base-wrapper .text-wrapper .text hr {
    width: 94px;
    height: 3px;
    background-color: #23e0ff;
    display: inline-block;
    margin-top: 50px;
}

@media only screen and (max-width: 1200px) {
    .about-lbs-page-wrapper .top-block-wrapper .top-block-bottom-text .base-wrapper .text-wrapper .text hr {
        margin-top: 30px;
        margin-bottom: 0;
    }
}

.about-lbs-page-wrapper .mission-block-wrapper {
    padding-top: 190px;
    padding-bottom: 90px;
}

@media only screen and (max-width: 1200px) {
    .about-lbs-page-wrapper .mission-block-wrapper {
        padding-top: 155px;
    }
}

@media only screen and (max-width: 767px) {
    .about-lbs-page-wrapper .mission-block-wrapper {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}

.about-lbs-page-wrapper .mission-block-wrapper .cw-30 {
    padding: 0 5%;
}

.about-lbs-page-wrapper .mission-block-wrapper .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

.about-lbs-page-wrapper .mission-block-wrapper .content-wrapper strong {
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.73;
    letter-spacing: 0.2px;
    text-align: left;
    color: #243b5e;
}

.about-lbs-page-wrapper .mission-block-wrapper .content-wrapper h3 {
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    margin: 35px 0 30px;
}

.about-lbs-page-wrapper .mission-block-wrapper .content-wrapper ul {
    padding-left: 40px;
}

.about-lbs-page-wrapper .mission-block-wrapper .content-wrapper ul li {
    padding-left: 15px;
    list-style-type: disc;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.2px;
    text-align: left;
    color: #2d3542;
}

.about-lbs-page-wrapper .values-block-wrapper {
    padding-top: 80px;
    background-color: #f6f6f6;
}

@media only screen and (max-width: 767px) {
    .about-lbs-page-wrapper .values-block-wrapper {
        padding-top: 60px;
    }
}

.about-lbs-page-wrapper .values-block-wrapper .cw-30 {
    padding: 0 5%;
}

.about-lbs-page-wrapper .values-block-wrapper .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

.about-lbs-page-wrapper .values-block-wrapper .content-wrapper .content strong {
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.73;
    letter-spacing: 0.2px;
    text-align: left;
    color: #243b5e;
}

.about-lbs-page-wrapper .values-block-wrapper .content-wrapper .content hr {
    width: 94px;
    height: 3px;
    background-color: #23e0ff;
    display: inline-block;
    margin-top: 50px;
}

.about-lbs-page-wrapper .values-block-wrapper .content-wrapper .values {
    font-size: 37px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    padding-bottom: 100px;
}

.about-lbs-page-wrapper .values-block-wrapper .values-block-bg-img {
    height: 550px;
}

@media only screen and (max-width: 767px) {
    .about-lbs-page-wrapper .values-block-wrapper .values-block-bg-img {
        height: 280px;
    }
}

.about-lbs-page-wrapper .beliefs-block-wrapper {
    padding-top: 80px;
    padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
    .about-lbs-page-wrapper .beliefs-block-wrapper {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}

.about-lbs-page-wrapper .beliefs-block-wrapper .cw-30 {
    padding: 0 5%;
}

.about-lbs-page-wrapper .beliefs-block-wrapper .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

.about-lbs-page-wrapper .beliefs-block-wrapper .content-wrapper .toggle-items .toggle-item {
    list-style-type: lower-alpha;
    border-bottom: 2px solid #253c5f;
    border-bottom: 2px solid rgba(151, 151, 151, 0.3);
    padding-left: 30px;
}

.about-lbs-page-wrapper .beliefs-block-wrapper .content-wrapper .toggle-items .toggle-item:before {
    margin-right: 40px;
}

.about-lbs-page-wrapper .beliefs-block-wrapper .content-wrapper .toggle-items .toggle-item.open .item-title:after {
    color: #00e4ff;
    content: "\2212";
}

.about-lbs-page-wrapper .beliefs-block-wrapper .content-wrapper .toggle-items .toggle-item.open .item-text {
    opacity: 1;
    visibility: visible;
}

.about-lbs-page-wrapper .beliefs-block-wrapper .content-wrapper .toggle-items .toggle-item .item-title {
    padding-right: 50px;
    cursor: pointer;
    font-size: 23px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.09;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    margin: 30px 0;
    position: relative;
}

.about-lbs-page-wrapper .beliefs-block-wrapper .content-wrapper .toggle-items .toggle-item .item-title:after {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -.5em;
    color: #00e4ff;
    font-size: 30px;
    content: "\002B";
}

.about-lbs-page-wrapper .beliefs-block-wrapper .content-wrapper .toggle-items .toggle-item .item-text {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.96;
    letter-spacing: 0.6px;
    text-align: left;
    color: #646975;
    margin-bottom: 20px;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .1s, visibility .1s linear .1s, height .1s;
}

.about-lbs-page-wrapper .beliefs-block-wrapper .content-wrapper .toggle-items .toggle-item .item-text ul {
    padding-left: 20px;
}

@media only screen and (max-width: 479px) {
    .about-lbs-page-wrapper .beliefs-block-wrapper .content-wrapper .toggle-items .toggle-item .item-text ul {
        padding-left: 5px;
    }
}

.about-lbs-page-wrapper .beliefs-block-wrapper .content-wrapper .toggle-items .toggle-item .item-text ul li {
    list-style-type: disc;
}

.about-lbs-page-wrapper .history-block-wrapper {
    background-color: #243b5e;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .about-lbs-page-wrapper .history-block-wrapper {
        height: auto;
    }
}

.about-lbs-page-wrapper .history-block-wrapper .base-wrapper {
    z-index: 1;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin-top: 70px;
}

@media only screen and (max-width: 479px) {
    .about-lbs-page-wrapper .history-block-wrapper .base-wrapper {
        margin-top: 0;
    }
}

.about-lbs-page-wrapper .history-block-wrapper .base-wrapper .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #23e0ff;
}

.about-lbs-page-wrapper .history-block-wrapper .history_gallery_slider {
    height: 100%;
}

.about-lbs-page-wrapper .history-block-wrapper .history_gallery_slider .slick-next {
    right: 25px;
    z-index: 5;
}

@media only screen and (max-width: 479px) {
    .about-lbs-page-wrapper .history-block-wrapper .history_gallery_slider .slick-next {
        right: 5px;
    }
}

.about-lbs-page-wrapper .history-block-wrapper .history_gallery_slider .slick-prev {
    left: 5px;
    z-index: 5;
}

.about-lbs-page-wrapper .history-block-wrapper .history_gallery_slider .slick-next, .about-lbs-page-wrapper .history-block-wrapper .history_gallery_slider .slick-prev {
    width: 40px;
    height: 40px;
}

.about-lbs-page-wrapper .history-block-wrapper .history_gallery_slider .slick-list {
    height: 100%;
}

.about-lbs-page-wrapper .history-block-wrapper .history_gallery_slider .slick-list .slick-track {
    height: 100%;
}

.about-lbs-page-wrapper .history-block-wrapper .history_gallery_slider .slick-list .history_gallery_item_wrapper {
    padding: 200px 50px 120px;
    color: #ffffff;
    height: 100%;
    position: relative;
}

@media only screen and (max-width: 479px) {
    .about-lbs-page-wrapper .history-block-wrapper .history_gallery_slider .slick-list .history_gallery_item_wrapper {
        padding: 120px 30px 80px;
    }
}

.about-lbs-page-wrapper .history-block-wrapper .history_gallery_slider .slick-list .history_gallery_item_wrapper:first-of-type .line-left {
    opacity: 0;
}

.about-lbs-page-wrapper .history-block-wrapper .history_gallery_slider .slick-list .history_gallery_item_wrapper:last-of-type .line-right {
    opacity: 0;
}

.about-lbs-page-wrapper .history-block-wrapper .history_gallery_slider .slick-list .history-bottom-block {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    bottom: 40px;
    width: 100%;
    left: 0;
}

.about-lbs-page-wrapper .history-block-wrapper .history_gallery_slider .slick-list .history-bottom-block .circle {
    min-width: 14px;
    width: 14px;
    height: 14px;
    background-color: #23e0ff;
    border-radius: 50%;
    margin: 0 20px;
}

.about-lbs-page-wrapper .history-block-wrapper .history_gallery_slider .slick-list .history-bottom-block hr {
    opacity: 0.6;
    border: solid 2px #c5f7ff;
    width: 100%;
}

.about-lbs-page-wrapper .history-block-wrapper .history_gallery_slider .slick-list .item-year {
    font-size: 65px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #23e0ff;
    margin-bottom: 30px;
}

.about-lbs-page-wrapper .history-block-wrapper .history_gallery_slider .slick-list .item-title {
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: #fff;
    text-align: center;
    margin-bottom: 24px;
}

.about-lbs-page-wrapper .history-block-wrapper .history_gallery_slider .slick-list .item-text {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.93;
    letter-spacing: normal;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .learning-experience-page-wrapper .cw-30, .learning-experience-page-wrapper .cw-70 {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .learning-experience-page-wrapper .cw-30 {
        margin-bottom: 30px;
        padding-right: 15px;
    }
}

.learning-experience-page-wrapper .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

@media only screen and (max-width: 767px) {
    .learning-experience-page-wrapper .title {
        font-size: 37px;
    }
}

.learning-experience-page-wrapper .content {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.2px;
    text-align: left;
    color: #2d3542;
    margin-bottom: 30px;
}

.learning-experience-page-wrapper .content strong {
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    margin-bottom: 30px;
    display: inline-block;
}

@media only screen and (max-width: 1023px) {
    .learning-experience-page-wrapper .content strong {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .learning-experience-page-wrapper .content strong {
        font-size: 18px;
    }
}

.learning-experience-page-wrapper .top-block-bg {
    height: 640px;
}

@media only screen and (max-width: 767px) {
    .learning-experience-page-wrapper .top-block-bg {
        height: auto;
    }
}

.learning-experience-page-wrapper .top-block-bg .base-wrapper {
    width: 100%;
}

.learning-experience-page-wrapper .top-block-bg .base-wrapper .page-top-block-info {
    width: 100%;
    max-width: 450px;
    height: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.learning-experience-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
}

.learning-experience-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .text {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.84;
    letter-spacing: 0.7px;
    text-align: left;
    color: #ffffff;
}

.learning-experience-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .button-bottom-wrapper .button-bottom {
    border-radius: 50%;
    width: 42px;
    height: 42px;
    border: solid 2px rgba(151, 151, 151, 0.3);
    margin-top: 26px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.learning-experience-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .button-bottom-wrapper .button-bottom img {
    width: 20px;
}

.learning-experience-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .button-bottom-wrapper .but-title {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.94;
    letter-spacing: 0.4px;
    text-align: left;
    color: #ffffff;
}

.learning-experience-page-wrapper .active-learning-block-wrapper {
    padding-top: 30px;
}

@media only screen and (max-width: 1200px) {
    .learning-experience-page-wrapper .active-learning-block-wrapper {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .learning-experience-page-wrapper .active-learning-block-wrapper {
        padding-top: 40px;
    }
}

.learning-experience-page-wrapper .active-learning-block-wrapper .active-learning-block-title-wrapper {
    height: 360px;
}

@media only screen and (max-width: 767px) {
    .learning-experience-page-wrapper .active-learning-block-wrapper .active-learning-block-title-wrapper {
        height: auto;
    }
}

.learning-experience-page-wrapper .active-learning-block-wrapper .active-learning-block-title-wrapper .cw-30 {
    padding-right: 10%;
}

.learning-experience-page-wrapper .active-learning-block-wrapper .active-learning-block-title-wrapper .cw-30 .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

@media only screen and (max-width: 767px) {
    .learning-experience-page-wrapper .active-learning-block-wrapper .active-learning-block-title-wrapper .cw-30 .title {
        font-size: 37px;
    }
}

.learning-experience-page-wrapper .active-learning-block-wrapper .active-learning-block-title-wrapper .text-wrapper {
    position: absolute;
    background: #fff;
    padding-left: 60px;
    padding-bottom: 70px;
    width: 300%;
}

@media only screen and (max-width: 1200px) {
    .learning-experience-page-wrapper .active-learning-block-wrapper .active-learning-block-title-wrapper .text-wrapper {
        padding-left: 30px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .learning-experience-page-wrapper .active-learning-block-wrapper .active-learning-block-title-wrapper .text-wrapper {
        position: inherit;
        width: 100%;
        padding-left: 0;
    }
}

.learning-experience-page-wrapper .active-learning-block-wrapper .active-learning-block-title-wrapper .text-wrapper .text {
    max-width: 760px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.2px;
    text-align: left;
    color: #2d3542;
}

@media only screen and (max-width: 1200px) {
    .learning-experience-page-wrapper .active-learning-block-wrapper .active-learning-block-title-wrapper .text-wrapper .text {
        max-width: 600px;
    }
}

@media only screen and (max-width: 1023px) {
    .learning-experience-page-wrapper .active-learning-block-wrapper .active-learning-block-title-wrapper .text-wrapper .text {
        max-width: 460px;
    }
}

@media only screen and (max-width: 767px) {
    .learning-experience-page-wrapper .active-learning-block-wrapper .active-learning-block-title-wrapper .text-wrapper .text {
        font-size: 16px;
    }
}

.learning-experience-page-wrapper .active-learning-block-wrapper .active-learning-block-title-wrapper .text-wrapper .text strong {
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    margin-bottom: 30px;
    display: inline-block;
}

@media only screen and (max-width: 1023px) {
    .learning-experience-page-wrapper .active-learning-block-wrapper .active-learning-block-title-wrapper .text-wrapper .text strong {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .learning-experience-page-wrapper .active-learning-block-wrapper .active-learning-block-title-wrapper .text-wrapper .text strong {
        font-size: 18px;
    }
}

.learning-experience-page-wrapper .active-learning-block-wrapper .active-learning-block-title-wrapper .text-wrapper .text p {
    margin: 20px 0;
}

.learning-experience-page-wrapper .active-learning-block-wrapper .active-learning-block-title-wrapper .text-wrapper .text p:first-child:first-letter {
    --cap-height: 0.66;
    font-size: 62px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    height: 32px;
    line-height: 58px;
    position: relative;
    float: left;
    display: block;
    letter-spacing: 1px;
    text-align: justify;
    color: #08ccec;
}

.learning-experience-page-wrapper .active-learning-block-wrapper .top-block-img {
    width: 100%;
    height: 960px;
}

@media only screen and (max-width: 1200px) {
    .learning-experience-page-wrapper .active-learning-block-wrapper .top-block-img {
        height: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .learning-experience-page-wrapper .active-learning-block-wrapper .top-block-img {
        height: 380px;
    }
}

.learning-experience-page-wrapper .active-learning-block-wrapper .top-block-bottom-text .base-wrapper {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .learning-experience-page-wrapper .active-learning-block-wrapper .top-block-bottom-text .base-wrapper {
        background-color: #243b5e;
    }
}

.learning-experience-page-wrapper .active-learning-block-wrapper .top-block-bottom-text .base-wrapper .text-wrapper {
    top: -260px;
    background-color: #243b5e;
    position: absolute;
    color: #fff;
    width: 400%;
    height: 380px;
    padding-left: 86px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

@media only screen and (max-width: 1200px) {
    .learning-experience-page-wrapper .active-learning-block-wrapper .top-block-bottom-text .base-wrapper .text-wrapper {
        height: 350px;
    }
}

@media only screen and (max-width: 1023px) {
    .learning-experience-page-wrapper .active-learning-block-wrapper .top-block-bottom-text .base-wrapper .text-wrapper {
        padding-left: 65px;
        height: 280px;
        top: -170px;
    }
}

@media only screen and (max-width: 767px) {
    .learning-experience-page-wrapper .active-learning-block-wrapper .top-block-bottom-text .base-wrapper .text-wrapper {
        position: inherit;
        top: 0;
        width: 100%;
        height: auto;
        padding: 50px 20px 60px;
    }
}

.learning-experience-page-wrapper .active-learning-block-wrapper .top-block-bottom-text .base-wrapper .text-wrapper .text {
    max-width: 820px;
    font-size: 32.2px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #23e0ff;
}

@media only screen and (max-width: 1023px) {
    .learning-experience-page-wrapper .active-learning-block-wrapper .top-block-bottom-text .base-wrapper .text-wrapper .text {
        font-size: 26px;
        max-width: 660px;
    }
}

.learning-experience-page-wrapper .active-learning-block-wrapper .top-block-bottom-text .base-wrapper .text-wrapper .text hr {
    width: 94px;
    height: 3px;
    background-color: #23e0ff;
    display: inline-block;
    margin-top: 50px;
}

@media only screen and (max-width: 1200px) {
    .learning-experience-page-wrapper .active-learning-block-wrapper .top-block-bottom-text .base-wrapper .text-wrapper .text hr {
        margin-top: 30px;
        margin-bottom: 0;
    }
}

.learning-experience-page-wrapper .team-collaboration-block-wrapper {
    padding: 70px 0 0;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .learning-experience-page-wrapper .team-collaboration-block-wrapper {
        padding-top: 40px;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

.learning-experience-page-wrapper .team-collaboration-block-wrapper .title {
    color: #243b5e;
}

.learning-experience-page-wrapper .team-collaboration-block-wrapper .images-wrapper {
    position: absolute;
    right: 0;
    background-color: #c5f7ff;
}

@media only screen and (max-width: 1023px) {
    .learning-experience-page-wrapper .team-collaboration-block-wrapper .images-wrapper {
        left: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .learning-experience-page-wrapper .team-collaboration-block-wrapper .images-wrapper {
        left: 0;
        width: 100%;
        position: relative;
        bottom: 0;
    }
}

@media only screen and (max-width: 479px) {
    .learning-experience-page-wrapper .team-collaboration-block-wrapper .images-wrapper {
        width: 100vw;
        margin-left: -30px;
    }
}

.learning-experience-page-wrapper .team-collaboration-block-wrapper .images-wrapper ul {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    column-gap: 0;
    text-align: justify;
}

@media only screen and (max-width: 479px) {
    .learning-experience-page-wrapper .team-collaboration-block-wrapper .images-wrapper ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        column-gap: 0;
        text-align: justify;
    }
}

.learning-experience-page-wrapper .team-collaboration-block-wrapper .images-wrapper ul li img {
    width: 100%;
    object-fit: cover;
}

.learning-experience-page-wrapper .coaching-mentoring-block-wrapper {
    padding-top: 10px;
    background-color: #f6f6f6;
}

@media only screen and (max-width: 767px) {
    .learning-experience-page-wrapper .coaching-mentoring-block-wrapper {
        padding-top: 40px;
    }
}

.learning-experience-page-wrapper .coaching-mentoring-block-wrapper .cw-30 {
    padding-right: 10%;
}

.learning-experience-page-wrapper .coaching-mentoring-block-wrapper .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

.learning-experience-page-wrapper .coaching-mentoring-block-wrapper .content-wrapper .content strong {
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.73;
    letter-spacing: 0.2px;
    text-align: left;
    color: #243b5e;
}

.learning-experience-page-wrapper .coaching-mentoring-block-wrapper .content-wrapper .content hr {
    width: 94px;
    height: 3px;
    background-color: #23e0ff;
    display: inline-block;
    margin-top: 50px;
}

.learning-experience-page-wrapper .coaching-mentoring-block-wrapper .content-wrapper .values {
    font-size: 37px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    padding-bottom: 100px;
}

.learning-experience-page-wrapper .coaching-mentoring-block-wrapper .bottom-block-bg-img {
    margin-top: 30px;
    height: 550px;
}

@media only screen and (max-width: 767px) {
    .learning-experience-page-wrapper .coaching-mentoring-block-wrapper .bottom-block-bg-img {
        margin-top: 10px;
        height: 280px;
    }
}

.learning-experience-page-wrapper .teaching-culture-block-wrapper {
    padding-top: 80px;
    padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
    .learning-experience-page-wrapper .teaching-culture-block-wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.learning-experience-page-wrapper .teaching-culture-block-wrapper .cw-30 {
    padding-right: 10%;
}

.learning-experience-page-wrapper .teaching-culture-block-wrapper .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

.learning-experience-page-wrapper .teaching-culture-block-wrapper .content-wrapper .content {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.2px;
    text-align: left;
    color: #2d3542;
    margin-bottom: 30px;
}

.learning-experience-page-wrapper .teaching-culture-block-wrapper .content-wrapper .content strong {
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    margin-bottom: 30px;
    display: inline-block;
}

@media only screen and (max-width: 1023px) {
    .learning-experience-page-wrapper .teaching-culture-block-wrapper .content-wrapper .content strong {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .learning-experience-page-wrapper .teaching-culture-block-wrapper .content-wrapper .content strong {
        font-size: 18px;
    }
}

.learning-experience-page-wrapper .teaching-culture-block-wrapper .content-wrapper .toggle-items .toggle-item {
    list-style-type: lower-alpha;
    border-bottom: 2px solid rgba(151, 151, 151, 0.3);
    padding-left: 30px;
}

.learning-experience-page-wrapper .teaching-culture-block-wrapper .content-wrapper .toggle-items .toggle-item:before {
    margin-right: 40px;
}

.learning-experience-page-wrapper .teaching-culture-block-wrapper .content-wrapper .toggle-items .toggle-item.open .item-title:after {
    color: #00e4ff;
    content: "\2212";
}

.learning-experience-page-wrapper .teaching-culture-block-wrapper .content-wrapper .toggle-items .toggle-item.open .item-text {
    opacity: 1;
    visibility: visible;
}

.learning-experience-page-wrapper .teaching-culture-block-wrapper .content-wrapper .toggle-items .toggle-item .item-title {
    padding-right: 50px;
    cursor: pointer;
    font-size: 23px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.09;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    margin: 30px 0;
    position: relative;
}

.learning-experience-page-wrapper .teaching-culture-block-wrapper .content-wrapper .toggle-items .toggle-item .item-title:after {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -.5em;
    color: #00e4ff;
    font-size: 30px;
    content: "\002B";
}

.learning-experience-page-wrapper .teaching-culture-block-wrapper .content-wrapper .toggle-items .toggle-item .item-text {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.96;
    letter-spacing: 0.6px;
    text-align: left;
    color: #646975;
    margin-bottom: 20px;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .1s, visibility .1s linear .1s, height .1s;
}

.learning-experience-page-wrapper .library-block-wrapper {
    padding: 80px 0 80px;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .learning-experience-page-wrapper .library-block-wrapper {
        padding: 40px 0 40px;
    }
}

.learning-experience-page-wrapper .library-block-wrapper .title, .learning-experience-page-wrapper .library-block-wrapper strong, .learning-experience-page-wrapper .library-block-wrapper .content {
    color: #fff;
}

.learning-experience-page-wrapper .library-block-wrapper .links-wrapper .item {
    max-width: 550px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.25);
    padding: 10px 30px;
    position: relative;
}

.learning-experience-page-wrapper .library-block-wrapper .links-wrapper .item .num {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #23e0ff;
    display: inline-block;
    margin-right: 30px;
}

.learning-experience-page-wrapper .library-block-wrapper .links-wrapper .item .title {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.19;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    display: inline-block;
}

.learning-experience-page-wrapper .library-block-wrapper .links-wrapper .item .ico {
    display: inline-block;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #23e0ff;
    position: absolute;
    right: 30px;
}

.learning-experience-page-wrapper .library-block-wrapper .links-wrapper .item .ico:hover {
    text-decoration: none;
}

.learning-experience-page-wrapper .library-block-wrapper .button-link {
    border-radius: 3px;
    background-color: #23e0ff;
    padding: 15px 40px;
    margin-top: 60px;
    display: inline-block;
}

.learning-experience-page-wrapper .case-study-block-wrapper {
    padding: 80px 0;
}

.learning-experience-page-wrapper .case-study-block-wrapper .approach-wrapper .item {
    margin-top: 25px;
    display: -webkit-flex;
    display: flex;
}

.learning-experience-page-wrapper .case-study-block-wrapper .approach-wrapper .item .num {
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 55px;
    letter-spacing: normal;
    color: #243b5e;
    min-width: 55px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #23e0ff;
    margin-right: 35px;
}

@media only screen and (max-width: 767px) {
    .learning-experience-page-wrapper .case-study-block-wrapper .approach-wrapper .item .num {
        margin-right: 15px;
    }
}

.learning-experience-page-wrapper .case-study-block-wrapper .approach-wrapper .item .text-wrapper {
    max-width: 570px;
}

.learning-experience-page-wrapper .case-study-block-wrapper .approach-wrapper .item .text-wrapper .title {
    padding-top: 0;
    font-size: 21px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.81;
    letter-spacing: normal;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .learning-experience-page-wrapper .case-study-block-wrapper .approach-wrapper .item .text-wrapper .title {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .alumni-contact-page-wrapper .cw-30, .alumni-contact-page-wrapper .cw-70 {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .alumni-contact-page-wrapper .cw-30 {
        margin-bottom: 30px;
        padding-right: 15px;
    }
}

.alumni-contact-page-wrapper .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

@media only screen and (max-width: 767px) {
    .alumni-contact-page-wrapper .title {
        font-size: 37px;
    }
}

.alumni-contact-page-wrapper .content {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.2px;
    text-align: left;
    color: #2d3542;
    margin-bottom: 30px;
}

.alumni-contact-page-wrapper .content strong {
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    margin-bottom: 30px;
    display: inline-block;
}

@media only screen and (max-width: 1023px) {
    .alumni-contact-page-wrapper .content strong {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .alumni-contact-page-wrapper .content strong {
        font-size: 18px;
    }
}

.alumni-contact-page-wrapper .top-block-wrapper {
    padding: 100px 0;
    background-color: #253c5f;
    text-align: center;
}

.alumni-contact-page-wrapper .top-block-wrapper .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: center;
    color: #23e0ff;
}

.alumni-contact-page-wrapper .top-block-wrapper .text {
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.73;
    letter-spacing: 0.2px;
    text-align: center;
    color: #ffffff;
    width: 50%;
    margin: 30px auto 0;
}

.alumni-contact-page-wrapper .top-block-wrapper .button-bottom-wrapper .button-bottom {
    margin: 0 auto;
    display: inline-block;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    border: solid 2px rgba(151, 151, 151, 0.3);
    margin-top: 26px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.alumni-contact-page-wrapper .top-block-wrapper .button-bottom-wrapper .button-bottom img {
    width: 20px;
}

.alumni-contact-page-wrapper .contacts-block-wrapper {
    padding-top: 70px;
    padding-bottom: 50px;
}

.alumni-contact-page-wrapper .contacts-block-wrapper .contact-items-wrapper {
    position: relative;
}

.alumni-contact-page-wrapper .contacts-block-wrapper .contact-items-wrapper .item {
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.alumni-contact-page-wrapper .contacts-block-wrapper .contact-items-wrapper .item .item-content {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.alumni-contact-page-wrapper .contacts-block-wrapper .contact-items-wrapper .item .item-content .content {
    display: -webkit-flex;
    display: flex;
    max-width: 640px;
}

@media only screen and (max-width: 479px) {
    .alumni-contact-page-wrapper .contacts-block-wrapper .contact-items-wrapper .item .item-content .content {
        -webkit-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
    }
}

.alumni-contact-page-wrapper .contacts-block-wrapper .contact-items-wrapper .item .item-content .photo-wrapper {
    border-radius: 50%;
    width: 111px;
    height: 111px;
    min-width: 111px;
    background-color: #ededed;
    position: relative;
}

@media only screen and (max-width: 479px) {
    .alumni-contact-page-wrapper .contacts-block-wrapper .contact-items-wrapper .item .item-content .photo-wrapper {
        margin-bottom: 10px;
    }
}

.alumni-contact-page-wrapper .contacts-block-wrapper .contact-items-wrapper .item .item-content .photo-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.alumni-contact-page-wrapper .contacts-block-wrapper .contact-items-wrapper .item .item-content .photo-wrapper .social {
    position: absolute;
    width: 32px;
    height: 32px;
    background-color: #3979db;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 700;
    bottom: 0;
    right: 0;
}

.alumni-contact-page-wrapper .contacts-block-wrapper .contact-items-wrapper .item .item-content .text-wrapper {
    margin-left: 40px;
    color: #2d3542;
}

@media only screen and (max-width: 479px) {
    .alumni-contact-page-wrapper .contacts-block-wrapper .contact-items-wrapper .item .item-content .text-wrapper {
        margin-bottom: 10px;
        margin-left: 0;
    }
}

.alumni-contact-page-wrapper .contacts-block-wrapper .contact-items-wrapper .item .item-content .text-wrapper .title {
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
}

.alumni-contact-page-wrapper .contacts-block-wrapper .contact-items-wrapper .item .item-content .text-wrapper .position {
    opacity: 0.7;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.36;
    letter-spacing: normal;
    text-align: left;
    color: #586374;
}

.alumni-contact-page-wrapper .contacts-block-wrapper .contact-items-wrapper .item .item-content .text-wrapper .phones .phone {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.44;
    letter-spacing: normal;
    text-align: left;
}

.alumni-contact-page-wrapper .contacts-block-wrapper .contact-items-wrapper .item .item-content .text-wrapper .phones .phone:first-child {
    border-right: 2px solid rgba(151, 151, 151, 0.3);
    margin-right: 20px;
    padding-right: 20px;
}

.alumni-contact-page-wrapper .contacts-block-wrapper .contact-items-wrapper .item .item-content .text-wrapper .email {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.44;
    letter-spacing: normal;
    text-align: left;
}

.alumni-contact-page-wrapper .contacts-block-wrapper .contact-items-wrapper .item .item-content .link-button {
    border-radius: 3px;
    background-color: #23e0ff;
    border: solid 2px #23e0ff;
    box-sizing: border-box;
    padding: 10px 25px;
}

@media only screen and (max-width: 479px) {
    .alumni-contact-page-wrapper .contacts-block-wrapper .contact-items-wrapper .item .item-content .link-button {
        margin-bottom: 10px;
    }
}

.alumni-contact-page-wrapper .contacts-block-wrapper .contact-items-wrapper .item .item-content .link-button:hover {
    transition: .2s;
    text-decoration: none;
    background-color: inherit;
}

.alumni-contact-page-wrapper .contacts-block-wrapper .contact-items-wrapper .item hr {
    position: absolute;
    bottom: 0;
    width: 250%;
    opacity: 0.15;
    border: solid 1px #253c5f;
}

@media only screen and (max-width: 479px) {
    .alumni-contact-page-wrapper .contacts-block-wrapper .contact-items-wrapper .item hr {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .deans-office-page-wrapper .cw-30, .deans-office-page-wrapper .cw-70 {
        width: 100%;
    }
}

.deans-office-page-wrapper .cw-30 {
    padding-right: 10%;
}

@media only screen and (max-width: 767px) {
    .deans-office-page-wrapper .cw-30 {
        margin-bottom: 30px;
        padding-right: 15px;
    }
}

.deans-office-page-wrapper .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

@media only screen and (max-width: 767px) {
    .deans-office-page-wrapper .title {
        font-size: 37px;
    }
}

.deans-office-page-wrapper .content {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.2px;
    text-align: left;
    color: #2d3542;
    margin-bottom: 30px;
}

.deans-office-page-wrapper .content strong {
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    margin-bottom: 30px;
    display: inline-block;
}

@media only screen and (max-width: 1023px) {
    .deans-office-page-wrapper .content strong {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .deans-office-page-wrapper .content strong {
        font-size: 18px;
    }
}

.deans-office-page-wrapper .top-block-wrapper {
    padding-top: 40px;
}

.deans-office-page-wrapper .top-block-wrapper .top-profile-info {
    position: relative;
}

.deans-office-page-wrapper .top-block-wrapper .top-profile-info .profile-content {
    padding-bottom: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

@media only screen and (max-width: 479px) {
    .deans-office-page-wrapper .top-block-wrapper .top-profile-info .profile-content {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}

.deans-office-page-wrapper .top-block-wrapper .top-profile-info .profile-content .photo-wrapper {
    min-width: 200px;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    background-color: #ededed;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .deans-office-page-wrapper .top-block-wrapper .top-profile-info .profile-content .photo-wrapper {
        min-width: 170px;
        width: 170px;
        height: 170px;
    }
}

@media only screen and (max-width: 479px) {
    .deans-office-page-wrapper .top-block-wrapper .top-profile-info .profile-content .photo-wrapper {
        margin-bottom: 20px;
    }
}

.deans-office-page-wrapper .top-block-wrapper .top-profile-info .profile-content .photo-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.deans-office-page-wrapper .top-block-wrapper .top-profile-info .profile-content .text-wrapper {
    margin-left: 40px;
    color: #2d3542;
}

@media only screen and (max-width: 479px) {
    .deans-office-page-wrapper .top-block-wrapper .top-profile-info .profile-content .text-wrapper {
        margin-left: 0;
    }
}

.deans-office-page-wrapper .top-block-wrapper .top-profile-info .profile-content .text-wrapper .title {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    margin-bottom: 10px;
}

.deans-office-page-wrapper .top-block-wrapper .top-profile-info .profile-content .text-wrapper .text {
    opacity: 0.5;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.64;
    text-align: left;
    color: #243b5e;
    letter-spacing: normal;
}

.deans-office-page-wrapper .top-block-wrapper .top-profile-info hr {
    position: absolute;
    bottom: 0;
    width: 250%;
    opacity: 0.15;
    border: solid 1px #253c5f;
    margin: 0;
}

@media only screen and (max-width: 479px) {
    .deans-office-page-wrapper .top-block-wrapper .top-profile-info hr {
        width: 100%;
    }
}

.deans-office-page-wrapper .deans-office-content-block-wrapper {
    padding: 40px 0 125px;
}

.deans-office-page-wrapper .deans-office-content-block-wrapper .content blockquote {
    font-size: 26px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.35;
    letter-spacing: 0.3px;
    text-align: left;
    color: #2d3542;
    padding: 30px 0 30px 30px;
}

@media only screen and (max-width: 767px) {
    .deans-office-page-wrapper .deans-office-content-block-wrapper .content blockquote {
        font-size: 18px;
    }
}

.deans-office-page-wrapper .deans-office-content-block-wrapper .content blockquote:before {
    background-color: #243b5e;
    bottom: calc(10% + 6px);
    content: '';
    height: calc(80% - 20px);
    position: absolute;
    right: 100%;
    top: calc(10% + 10px);
    width: 3px;
}

.deans-office-page-wrapper .deans-office-content-block-wrapper .author {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 4px;
    color: #243b5e;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .alumnies-stay-connected-page-wrapper .cw-30, .alumnies-stay-connected-page-wrapper .cw-70 {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .alumnies-stay-connected-page-wrapper .cw-30 {
        margin-bottom: 30px;
        padding-right: 15px;
    }
}

.alumnies-stay-connected-page-wrapper .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    color: #243b5e;
}

@media only screen and (max-width: 767px) {
    .alumnies-stay-connected-page-wrapper .title {
        font-size: 37px;
    }
}

.alumnies-stay-connected-page-wrapper .content {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.2px;
    color: #2d3542;
}

.alumnies-stay-connected-page-wrapper .content strong {
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: #243b5e;
    margin-bottom: 30px;
    display: inline-block;
}

@media only screen and (max-width: 1023px) {
    .alumnies-stay-connected-page-wrapper .content strong {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .alumnies-stay-connected-page-wrapper .content strong {
        font-size: 18px;
    }
}

.alumnies-stay-connected-page-wrapper .top-block-bg {
    height: 640px;
}

@media only screen and (max-width: 767px) {
    .alumnies-stay-connected-page-wrapper .top-block-bg {
        height: 500px;
    }
}

.alumnies-stay-connected-page-wrapper .top-block-bg .base-wrapper {
    width: 100%;
}

.alumnies-stay-connected-page-wrapper .top-block-bg .base-wrapper .page-top-block-info {
    width: 100%;
    max-width: 450px;
    height: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    color: #fff;
}

@media only screen and (max-width: 1200px) {
    .alumnies-stay-connected-page-wrapper .top-block-bg .base-wrapper .page-top-block-info {
        margin-left: 110px;
    }
}

@media only screen and (max-width: 767px) {
    .alumnies-stay-connected-page-wrapper .top-block-bg .base-wrapper .page-top-block-info {
        margin-left: 0;
    }
}

.alumnies-stay-connected-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
}

@media only screen and (max-width: 479px) {
    .alumnies-stay-connected-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .title {
        font-size: 37px;
    }
}

.alumnies-stay-connected-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .social-links-wrapper {
    margin-top: 40px;
}

@media only screen and (max-width: 479px) {
    .alumnies-stay-connected-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .social-links-wrapper {
        margin-top: 15px;
    }
}

.alumnies-stay-connected-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .social-links-wrapper .links .link {
    margin-right: 30px;
}

.alumnies-stay-connected-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .social-links-wrapper .links .link:first-child {
    border-right: 2px solid rgba(151, 151, 151, 0.3);
    margin-right: 40px;
    padding-right: 30px;
}

@media only screen and (max-width: 479px) {
    .alumnies-stay-connected-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .social-links-wrapper .links .link:first-child {
        margin: 0;
        border: none;
        padding: 0;
    }
}

.alumnies-stay-connected-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .social-links-wrapper .links .link .ico {
    border-radius: 50%;
    width: 42px;
    height: 42px;
    background-color: #23e0ff;
    border: solid 2px #23e0ff;
    line-height: 38px;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    margin-right: 15px;
    color: #243b5e;
}

.alumnies-stay-connected-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .social-links-wrapper .links .link .ico-name {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.94;
    letter-spacing: 0.4px;
    text-align: left;
    color: #ffffff;
}

@media only screen and (max-width: 479px) {
    .alumnies-stay-connected-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .social-links-wrapper .links .link .ico-name {
        display: none;
    }
}

.alumnies-stay-connected-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .social-links-wrapper .description {
    margin-top: 20px;
    opacity: 0.6;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.23;
    letter-spacing: 0.1px;
    text-align: left;
    color: #ffffff;
}

.alumnies-stay-connected-page-wrapper .about-block-wrapper {
    text-align: center;
    padding: 70px 0 60px;
}

.alumnies-stay-connected-page-wrapper .about-block-wrapper .title {
    text-align: center;
    margin-bottom: 25px;
}

.alumnies-stay-connected-page-wrapper .about-block-wrapper .content {
    width: 75%;
    margin: 0 auto 30px;
}

@media only screen and (max-width: 767px) {
    .alumnies-stay-connected-page-wrapper .about-block-wrapper .content {
        width: 85%;
    }
}

@media only screen and (max-width: 479px) {
    .alumnies-stay-connected-page-wrapper .about-block-wrapper .content {
        width: 100%;
    }
}

.alumnies-stay-connected-page-wrapper .about-block-wrapper .items-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.alumnies-stay-connected-page-wrapper .about-block-wrapper .items-wrapper .item {
    width: 25%;
    max-width: 25%;
    box-sizing: border-box;
    border-right: 2px solid rgba(37, 60, 95, 0.15);
    padding: 15px 30px 30px;
}

@media only screen and (max-width: 1023px) {
    .alumnies-stay-connected-page-wrapper .about-block-wrapper .items-wrapper .item {
        width: 48%;
        max-width: 48%;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .alumnies-stay-connected-page-wrapper .about-block-wrapper .items-wrapper .item {
        width: 100%;
        max-width: 100%;
        border: none;
    }
}

@media only screen and (max-width: 1023px) {
    .alumnies-stay-connected-page-wrapper .about-block-wrapper .items-wrapper .item:nth-child(2) {
        border: none;
    }
}

.alumnies-stay-connected-page-wrapper .about-block-wrapper .items-wrapper .item:last-child {
    border: none;
}

.alumnies-stay-connected-page-wrapper .about-block-wrapper .items-wrapper .item .item-ico {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 30px;
    background-color: #243b5e;
}

.alumnies-stay-connected-page-wrapper .about-block-wrapper .items-wrapper .item .item-title {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #243b5e;
}

.alumnies-stay-connected-page-wrapper .about-block-wrapper .items-wrapper .item .item-text {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.96;
    letter-spacing: 0.6px;
    text-align: center;
    color: #243b5e;
}

.alumnies-stay-connected-page-wrapper .joined-block-wrapper {
    background-color: #243b5e;
    padding: 90px 0 30px;
}

.alumnies-stay-connected-page-wrapper .joined-block-wrapper .title {
    color: #23e0ff;
}

@media only screen and (max-width: 1023px) {
    .alumnies-stay-connected-page-wrapper .joined-block-wrapper .title {
        margin-bottom: 30px;
    }
}

.alumnies-stay-connected-page-wrapper .joined-block-wrapper .joined-items {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.alumnies-stay-connected-page-wrapper .joined-block-wrapper .joined-items .links {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.alumnies-stay-connected-page-wrapper .joined-block-wrapper .joined-items .item {
    display: block;
    width: 67px;
    height: 67px;
    margin-bottom: 60px;
    margin-right: 64px;
    border-radius: 50%;
    overflow: hidden;
}

@media only screen and (max-width: 1023px) {
    .alumnies-stay-connected-page-wrapper .joined-block-wrapper .joined-items .item {
        margin-right: 30px;
        margin-left: 30px;
    }
}

.alumnies-stay-connected-page-wrapper .joined-block-wrapper .joined-items .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.alumnies-get-involved-page-wrapper {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .alumnies-get-involved-page-wrapper .cw-30, .alumnies-get-involved-page-wrapper .cw-70 {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .alumnies-get-involved-page-wrapper .cw-30 {
        margin-bottom: 30px;
        padding-right: 15px;
    }
}

.alumnies-get-involved-page-wrapper .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    color: #243b5e;
}

@media only screen and (max-width: 767px) {
    .alumnies-get-involved-page-wrapper .title {
        font-size: 37px;
    }
}

.alumnies-get-involved-page-wrapper .content {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.2px;
    color: #2d3542;
}

.alumnies-get-involved-page-wrapper .content strong {
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: #243b5e;
    margin-bottom: 30px;
    display: inline-block;
}

@media only screen and (max-width: 1023px) {
    .alumnies-get-involved-page-wrapper .content strong {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .alumnies-get-involved-page-wrapper .content strong {
        font-size: 18px;
    }
}

.alumnies-get-involved-page-wrapper .top-block-bg {
    height: 640px;
}

@media only screen and (max-width: 767px) {
    .alumnies-get-involved-page-wrapper .top-block-bg {
        height: 500px;
    }
}

@media only screen and (max-width: 479px) {
    .alumnies-get-involved-page-wrapper .top-block-bg {
        height: 350px;
    }
}

.alumnies-get-involved-page-wrapper .top-block-bg .base-wrapper {
    width: 100%;
}

.alumnies-get-involved-page-wrapper .top-block-bg .base-wrapper .page-top-block-info {
    width: 100%;
    max-width: 450px;
    height: 100%;
    padding-right: 10%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    color: #fff;
}

@media only screen and (max-width: 1200px) {
    .alumnies-get-involved-page-wrapper .top-block-bg .base-wrapper .page-top-block-info {
        margin-left: 110px;
    }
}

@media only screen and (max-width: 767px) {
    .alumnies-get-involved-page-wrapper .top-block-bg .base-wrapper .page-top-block-info {
        margin-left: 0;
    }
}

.alumnies-get-involved-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
}

@media only screen and (max-width: 479px) {
    .alumnies-get-involved-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .title {
        font-size: 37px;
    }
}

.alumnies-get-involved-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .button-bottom-wrapper .button-bottom {
    display: inline-block;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    border: solid 2px rgba(151, 151, 151, 0.3);
    margin-top: 26px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.alumnies-get-involved-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .button-bottom-wrapper .button-bottom img {
    width: 20px;
}

.alumnies-get-involved-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .button-bottom-wrapper .but-title {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.94;
    letter-spacing: 0.4px;
    text-align: left;
    color: #ffffff;
}

.alumnies-get-involved-page-wrapper .get-involved-block-wrapper {
    padding: 80px 0 40px;
    background-color: #c5f7ff;
}

.alumnies-get-involved-page-wrapper .get-involved-block-wrapper .download-button-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.alumnies-get-involved-page-wrapper .get-involved-block-wrapper .download-button-wrapper .download-button {
    width: 78px;
    height: 78px;
    min-width: 78px;
    border-radius: 50%;
    background-color: #23e0ff;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 30px;
}

.alumnies-get-involved-page-wrapper .get-involved-block-wrapper .download-button-wrapper .desc .but-sub-title {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

.alumnies-get-involved-page-wrapper .get-involved-block-wrapper .download-button-wrapper .desc .but-title {
    font-size: 23px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

.alumnies-get-involved-page-wrapper .giving-back-block-wrapper {
    text-align: center;
    padding: 70px 0 60px;
}

.alumnies-get-involved-page-wrapper .giving-back-block-wrapper .title {
    margin-bottom: 25px;
}

.alumnies-get-involved-page-wrapper .giving-back-block-wrapper .content {
    width: 75%;
    margin: 0 auto 30px;
}

@media only screen and (max-width: 767px) {
    .alumnies-get-involved-page-wrapper .giving-back-block-wrapper .content {
        width: 85%;
    }
}

@media only screen and (max-width: 479px) {
    .alumnies-get-involved-page-wrapper .giving-back-block-wrapper .content {
        width: 100%;
    }
}

.alumnies-get-involved-page-wrapper .giving-back-block-wrapper .items-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.alumnies-get-involved-page-wrapper .giving-back-block-wrapper .items-wrapper .item {
    width: 25%;
    max-width: 25%;
    box-sizing: border-box;
    border-right: 2px solid rgba(37, 60, 95, 0.15);
    padding: 15px 20px 30px;
}

@media only screen and (max-width: 1023px) {
    .alumnies-get-involved-page-wrapper .giving-back-block-wrapper .items-wrapper .item {
        width: 48%;
        max-width: 48%;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .alumnies-get-involved-page-wrapper .giving-back-block-wrapper .items-wrapper .item {
        width: 100%;
        max-width: 100%;
        border: none;
    }
}

@media only screen and (max-width: 1023px) {
    .alumnies-get-involved-page-wrapper .giving-back-block-wrapper .items-wrapper .item:nth-child(2) {
        border: none;
    }
}

.alumnies-get-involved-page-wrapper .giving-back-block-wrapper .items-wrapper .item:last-child {
    border: none;
}

.alumnies-get-involved-page-wrapper .giving-back-block-wrapper .items-wrapper .item .item-num {
    font-size: 46px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    color: #243b5e;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1023px) {
    .alumnies-get-involved-page-wrapper .giving-back-block-wrapper .items-wrapper .item .item-num {
        margin-bottom: 20px;
    }
}

.alumnies-get-involved-page-wrapper .giving-back-block-wrapper .items-wrapper .item .item-title {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #243b5e;
}

.alumnies-get-involved-page-wrapper .giving-back-block-wrapper .items-wrapper .item .item-text {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.96;
    letter-spacing: 0.6px;
    text-align: center;
    color: #243b5e;
}

.alumnies-get-involved-page-wrapper .giving-back-block-wrapper .items-wrapper .item .button {
    border-radius: 3px;
    background-color: #23e0ff;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.33;
    letter-spacing: normal;
    text-align: center;
    color: #253c5f;
    padding: 5px 30px;
    margin-top: 30px;
    display: inline-block;
}

.alumnies-get-involved-page-wrapper .giving-back-society-block-wrapper {
    padding: 90px 0;
    background-color: #243b5e;
}

.alumnies-get-involved-page-wrapper .giving-back-society-block-wrapper .title {
    color: #23e0ff;
}

.alumnies-get-involved-page-wrapper .giving-back-society-block-wrapper .content {
    color: #fff;
}

.alumnies-get-involved-page-wrapper .giving-back-society-block-wrapper .contact-button {
    border-radius: 3px;
    background-color: #23e0ff;
    border: solid 2px #23e0ff;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 45px;
}

.alumnies-get-involved-page-wrapper .became-member-block-wrapper {
    padding: 70px 0 180px;
    margin-bottom: 230px;
}

@media only screen and (max-width: 1023px) {
    .alumnies-get-involved-page-wrapper .became-member-block-wrapper {
        margin-bottom: 180px;
    }
}

.alumnies-get-involved-page-wrapper .became-member-block-wrapper .title {
    color: #23e0ff;
}

.alumnies-get-involved-page-wrapper .became-member-block-wrapper .content {
    color: #fff;
}

.alumnies-get-involved-page-wrapper .became-member-block-wrapper .content strong {
    color: #fff;
}

.alumnies-get-involved-page-wrapper .became-member-block-wrapper .download-benefits-wrapper {
    position: absolute;
    width: 400%;
    background-color: #c5f7ff;
    bottom: -100px;
}

@media only screen and (max-width: 1023px) {
    .alumnies-get-involved-page-wrapper .became-member-block-wrapper .download-benefits-wrapper {
        left: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .alumnies-get-involved-page-wrapper .became-member-block-wrapper .download-benefits-wrapper {
        left: 0;
        width: 100%;
        bottom: -180px;
    }
}

.alumnies-get-involved-page-wrapper .became-member-block-wrapper .download-benefits-wrapper .download-benefits {
    padding: 40px 0 60px 30px;
}

.alumnies-get-involved-page-wrapper .became-member-block-wrapper .download-benefits-wrapper .download-benefits .block-title {
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    margin-bottom: 20px;
}

.alumnies-get-involved-page-wrapper .became-member-block-wrapper .download-benefits-wrapper .download-benefits .block-content {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .alumnies-get-involved-page-wrapper .became-member-block-wrapper .download-benefits-wrapper .download-benefits .block-content {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
}

.alumnies-get-involved-page-wrapper .became-member-block-wrapper .download-benefits-wrapper .download-benefits .block-content .profile-info {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border-right: 2px solid rgba(37, 60, 95, 0.15);
    padding-right: 40px;
    margin-right: 30px;
}

@media only screen and (max-width: 767px) {
    .alumnies-get-involved-page-wrapper .became-member-block-wrapper .download-benefits-wrapper .download-benefits .block-content .profile-info {
        padding-right: 0;
        margin-right: 0;
        border: none;
        margin-bottom: 20px;
    }
}

.alumnies-get-involved-page-wrapper .became-member-block-wrapper .download-benefits-wrapper .download-benefits .block-content .profile-info .photo {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.alumnies-get-involved-page-wrapper .became-member-block-wrapper .download-benefits-wrapper .download-benefits .block-content .profile-info .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.alumnies-get-involved-page-wrapper .became-member-block-wrapper .download-benefits-wrapper .download-benefits .block-content .profile-info .text .name {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

.alumnies-get-involved-page-wrapper .became-member-block-wrapper .download-benefits-wrapper .download-benefits .block-content .profile-info .text .email {
    font-size: 23px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

.alumnies-get-involved-page-wrapper .became-member-block-wrapper .download-benefits-wrapper .download-benefits .block-content .download-button-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.alumnies-get-involved-page-wrapper .became-member-block-wrapper .download-benefits-wrapper .download-benefits .block-content .download-button-wrapper .download-button {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background-color: #23e0ff;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 20px;
}

.alumnies-get-involved-page-wrapper .became-member-block-wrapper .download-benefits-wrapper .download-benefits .block-content .download-button-wrapper .desc .but-sub-title {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

.alumnies-get-involved-page-wrapper .became-member-block-wrapper .download-benefits-wrapper .download-benefits .block-content .download-button-wrapper .desc .but-title {
    font-size: 23px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

.alumnies-page-wrapper {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .alumnies-page-wrapper .cw-30, .alumnies-page-wrapper .cw-70 {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .alumnies-page-wrapper .cw-30 {
        margin-bottom: 30px;
        padding-right: 15px;
    }
}

.alumnies-page-wrapper .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    color: #243b5e;
}

@media only screen and (max-width: 767px) {
    .alumnies-page-wrapper .title {
        font-size: 37px;
    }
}

.alumnies-page-wrapper .content {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.2px;
    color: #2d3542;
}

.alumnies-page-wrapper .content strong {
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: #243b5e;
    margin-bottom: 30px;
    display: inline-block;
}

@media only screen and (max-width: 1023px) {
    .alumnies-page-wrapper .content strong {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .alumnies-page-wrapper .content strong {
        font-size: 18px;
    }
}

.alumnies-page-wrapper .top-block-bg {
    padding-top: 90px;
    height: auto;
}

.alumnies-page-wrapper .top-block-bg .base-wrapper {
    width: 100%;
}

.alumnies-page-wrapper .top-block-bg .base-wrapper .title {
    text-align: center;
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    padding: 0 10%;
    margin-bottom: 44px;
}

@media only screen and (max-width: 767px) {
    .alumnies-page-wrapper .top-block-bg .base-wrapper .title {
        padding: 0;
    }
}

@media only screen and (max-width: 479px) {
    .alumnies-page-wrapper .top-block-bg .base-wrapper .title {
        font-size: 37px;
    }
}

.alumnies-page-wrapper .top-block-bg .base-wrapper .button-bottom-wrapper .button-bottom {
    display: inline-block;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    border: solid 2px rgba(151, 151, 151, 0.3);
    margin-top: 26px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.alumnies-page-wrapper .top-block-bg .base-wrapper .button-bottom-wrapper .button-bottom img {
    width: 20px;
}

.alumnies-page-wrapper .top-block-bg .base-wrapper .button-bottom-wrapper .but-title {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.94;
    letter-spacing: 0.4px;
    text-align: left;
    color: #ffffff;
}

.alumnies-page-wrapper .top-block-bg .block-img {
    width: 100%;
    height: 550px;
}

.alumnies-page-wrapper .constitution-block-wrapper {
    padding: 80px 0 100px;
    background-color: #243b5e;
}

.alumnies-page-wrapper .constitution-block-wrapper .title {
    color: #23e0ff;
}

.alumnies-page-wrapper .constitution-block-wrapper .content {
    color: #fff;
}

.alumnies-page-wrapper .constitution-block-wrapper .download-button-wrapper {
    margin-top: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.alumnies-page-wrapper .constitution-block-wrapper .download-button-wrapper .download-button {
    width: 78px;
    height: 78px;
    min-width: 78px;
    border-radius: 50%;
    background-color: #23e0ff;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 30px;
}

.alumnies-page-wrapper .constitution-block-wrapper .download-button-wrapper .desc .but-sub-title {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.alumnies-page-wrapper .constitution-block-wrapper .download-button-wrapper .desc .but-title {
    font-size: 23px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.alumnies-page-wrapper .alumni-include-block-wrapper {
    text-align: center;
    padding: 70px 0 60px;
    background-color: #c5f7ff;
}

.alumnies-page-wrapper .alumni-include-block-wrapper .title {
    margin-bottom: 65px;
    padding: 0 10%;
}

@media only screen and (max-width: 767px) {
    .alumnies-page-wrapper .alumni-include-block-wrapper .title {
        padding: 0;
    }
}

.alumnies-page-wrapper .alumni-include-block-wrapper .content {
    width: 75%;
    margin: 0 auto 30px;
}

@media only screen and (max-width: 767px) {
    .alumnies-page-wrapper .alumni-include-block-wrapper .content {
        width: 85%;
    }
}

@media only screen and (max-width: 479px) {
    .alumnies-page-wrapper .alumni-include-block-wrapper .content {
        width: 100%;
    }
}

.alumnies-page-wrapper .alumni-include-block-wrapper .items-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.alumnies-page-wrapper .alumni-include-block-wrapper .items-wrapper .item {
    width: 25%;
    max-width: 25%;
    box-sizing: border-box;
    border-right: 2px solid rgba(37, 60, 95, 0.15);
    padding: 15px 20px 30px;
}

@media only screen and (max-width: 1023px) {
    .alumnies-page-wrapper .alumni-include-block-wrapper .items-wrapper .item {
        width: 48%;
        max-width: 48%;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .alumnies-page-wrapper .alumni-include-block-wrapper .items-wrapper .item {
        width: 100%;
        max-width: 100%;
        border: none;
    }
}

@media only screen and (max-width: 1023px) {
    .alumnies-page-wrapper .alumni-include-block-wrapper .items-wrapper .item:nth-child(2) {
        border: none;
    }
}

.alumnies-page-wrapper .alumni-include-block-wrapper .items-wrapper .item:last-child {
    border: none;
}

.alumnies-page-wrapper .alumni-include-block-wrapper .items-wrapper .item .item-num {
    font-size: 46px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    color: #243b5e;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1023px) {
    .alumnies-page-wrapper .alumni-include-block-wrapper .items-wrapper .item .item-num {
        margin-bottom: 20px;
    }
}

.alumnies-page-wrapper .alumni-include-block-wrapper .items-wrapper .item .item-title {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #243b5e;
}

.alumnies-page-wrapper .alumni-include-block-wrapper .items-wrapper .item .item-text {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.96;
    letter-spacing: 0.6px;
    text-align: center;
    color: #243b5e;
}

.alumnies-page-wrapper .alumni-include-block-wrapper .items-wrapper .item .button {
    border-radius: 3px;
    background-color: #23e0ff;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.33;
    letter-spacing: normal;
    text-align: center;
    color: #253c5f;
    padding: 5px 30px;
    margin-top: 30px;
    display: inline-block;
}

.alumnies-page-wrapper .alumni-association-wrapper {
    padding: 80px 0 40px;
}

@media only screen and (max-width: 479px) {
    .alumnies-page-wrapper .alumni-association-wrapper {
        padding: 60px 0 40px;
    }
}

@media only screen and (max-width: 767px) {
    .alumnies-page-wrapper .alumni-association-wrapper .cw-70, .alumnies-page-wrapper .alumni-association-wrapper .cw-30 {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .alumnies-page-wrapper .alumni-association-wrapper .cw-30 {
        margin-bottom: 30px;
    }
}

.alumnies-page-wrapper .alumni-association-wrapper:nth-child(odd) {
    background-color: #f6f6f6;
}

.alumnies-page-wrapper .alumni-association-wrapper .block-title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

@media only screen and (max-width: 1023px) {
    .alumnies-page-wrapper .alumni-association-wrapper .block-title {
        font-size: 37px;
    }
}

.alumnies-page-wrapper .alumni-association-wrapper .block-desc {
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.73;
    letter-spacing: 0.2px;
    text-align: left;
    color: #243b5e;
}

@media only screen and (max-width: 1023px) {
    .alumnies-page-wrapper .alumni-association-wrapper .block-desc {
        font-size: 18px;
    }
}

.alumnies-page-wrapper .alumni-association-wrapper .items-block-wrapper .block-title {
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.38;
    letter-spacing: 2.5px;
    text-align: left;
    color: #8d95a6;
}

.alumnies-page-wrapper .alumni-association-wrapper .items-block-wrapper .items-wrapper {
    margin-top: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.alumnies-page-wrapper .alumni-association-wrapper .items-block-wrapper .items-wrapper .item {
    width: 30%;
    margin-bottom: 40px;
    box-sizing: border-box;
    padding: 35px 10px 25px;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    transition: .3s;
}

@media only screen and (max-width: 1023px) {
    .alumnies-page-wrapper .alumni-association-wrapper .items-block-wrapper .items-wrapper .item {
        width: 47%;
    }
}

@media only screen and (max-width: 479px) {
    .alumnies-page-wrapper .alumni-association-wrapper .items-block-wrapper .items-wrapper .item {
        width: 90%;
    }
}

.alumnies-page-wrapper .alumni-association-wrapper .items-block-wrapper .items-wrapper .item:hover {
    opacity: 0.9;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 15px 35px 0 rgba(88, 99, 116, 0.36);
}

.alumnies-page-wrapper .alumni-association-wrapper .items-block-wrapper .items-wrapper .item .face-img-wrapper {
    border-radius: 50%;
    width: 111px;
    height: 111px;
    background-color: #ededed;
    position: relative;
}

.alumnies-page-wrapper .alumni-association-wrapper .items-block-wrapper .items-wrapper .item .face-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.alumnies-page-wrapper .alumni-association-wrapper .items-block-wrapper .items-wrapper .item .face-img-wrapper .social {
    position: absolute;
    width: 32px;
    height: 32px;
    background-color: #3979db;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 700;
    bottom: 0;
    right: 0;
}

.alumnies-page-wrapper .alumni-association-wrapper .items-block-wrapper .items-wrapper .item .text-wrapper {
    margin-top: 15px;
}

.alumnies-page-wrapper .alumni-association-wrapper .items-block-wrapper .items-wrapper .item .text-wrapper .name {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: center;
    color: #243b5e;
}

.alumnies-page-wrapper .alumni-association-wrapper .items-block-wrapper .items-wrapper .item .text-wrapper .desc {
    opacity: 0.6;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.36;
    letter-spacing: normal;
    text-align: center;
    color: #243b5e;
}

.alumnies-page-wrapper .alumni-association-wrapper .items-block-wrapper .items-wrapper .item .button-wrapper {
    margin-top: 20px;
}

.alumnies-page-wrapper .alumni-association-wrapper .items-block-wrapper .items-wrapper .item .button-wrapper .link-to-profile {
    display: block;
    padding: 8px 32px;
    border-radius: 3px;
    background-color: #23e0ff;
    border: solid 2px #23e0ff;
    box-sizing: border-box;
}

.alumnies-page-wrapper .alumni-association-wrapper .items-block-wrapper .items-wrapper .item .button-wrapper .link-to-profile:hover {
    transition: .2s;
    text-decoration: none;
    background-color: inherit;
}

.alumnies-page-wrapper .magazine-block-wrapper {
    padding: 50px 0 90px;
}

.alumnies-page-wrapper .magazine-block-wrapper .author-block-wrapper {
    margin-top: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .alumnies-page-wrapper .magazine-block-wrapper .author-block-wrapper {
        margin-bottom: 20px;
    }
}

.alumnies-page-wrapper .magazine-block-wrapper .author-block-wrapper .photo {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.alumnies-page-wrapper .magazine-block-wrapper .author-block-wrapper .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.alumnies-page-wrapper .magazine-block-wrapper .author-block-wrapper .text .name {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

.alumnies-page-wrapper .magazine-block-wrapper .author-block-wrapper .text .email {
    font-size: 23px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

.alumnies-page-wrapper .became-member-block-wrapper {
    padding: 70px 0 180px;
    margin-bottom: 230px;
    position: relative;
}

@media only screen and (max-width: 1023px) {
    .alumnies-page-wrapper .became-member-block-wrapper {
        margin-bottom: 180px;
    }
}

.alumnies-page-wrapper .became-member-block-wrapper .title {
    color: #23e0ff;
}

.alumnies-page-wrapper .became-member-block-wrapper .content {
    color: #fff;
}

.alumnies-page-wrapper .became-member-block-wrapper .content strong {
    color: #fff;
}

.alumnies-page-wrapper .became-member-block-wrapper .download-benefits-wrapper {
    position: absolute;
    width: 400%;
    background-color: #c5f7ff;
    bottom: -100px;
}

@media only screen and (max-width: 1023px) {
    .alumnies-page-wrapper .became-member-block-wrapper .download-benefits-wrapper {
        left: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .alumnies-page-wrapper .became-member-block-wrapper .download-benefits-wrapper {
        left: 0;
        width: 100%;
        bottom: -180px;
    }
}

.alumnies-page-wrapper .became-member-block-wrapper .download-benefits-wrapper .download-benefits {
    padding: 40px 0 60px 30px;
}

.alumnies-page-wrapper .became-member-block-wrapper .download-benefits-wrapper .download-benefits .block-title {
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    margin-bottom: 20px;
}

.alumnies-page-wrapper .became-member-block-wrapper .download-benefits-wrapper .download-benefits .block-content {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .alumnies-page-wrapper .became-member-block-wrapper .download-benefits-wrapper .download-benefits .block-content {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
}

.alumnies-page-wrapper .became-member-block-wrapper .download-benefits-wrapper .download-benefits .block-content .profile-info {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border-right: 2px solid rgba(37, 60, 95, 0.15);
    padding-right: 40px;
    margin-right: 30px;
}

@media only screen and (max-width: 767px) {
    .alumnies-page-wrapper .became-member-block-wrapper .download-benefits-wrapper .download-benefits .block-content .profile-info {
        padding-right: 0;
        margin-right: 0;
        border: none;
        margin-bottom: 20px;
    }
}

.alumnies-page-wrapper .became-member-block-wrapper .download-benefits-wrapper .download-benefits .block-content .profile-info .photo {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.alumnies-page-wrapper .became-member-block-wrapper .download-benefits-wrapper .download-benefits .block-content .profile-info .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.alumnies-page-wrapper .became-member-block-wrapper .download-benefits-wrapper .download-benefits .block-content .profile-info .text .name {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

.alumnies-page-wrapper .became-member-block-wrapper .download-benefits-wrapper .download-benefits .block-content .profile-info .text .email {
    font-size: 23px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

.alumnies-page-wrapper .became-member-block-wrapper .download-benefits-wrapper .download-benefits .block-content .download-button-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.alumnies-page-wrapper .became-member-block-wrapper .download-benefits-wrapper .download-benefits .block-content .download-button-wrapper .download-button {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background-color: #23e0ff;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 20px;
}

.alumnies-page-wrapper .became-member-block-wrapper .download-benefits-wrapper .download-benefits .block-content .download-button-wrapper .desc .but-sub-title {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

.alumnies-page-wrapper .became-member-block-wrapper .download-benefits-wrapper .download-benefits .block-content .download-button-wrapper .desc .but-title {
    font-size: 23px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

.alumnies-page-wrapper .giving-back-society-block-wrapper {
    text-align: center;
    padding: 50px 0 80px;
    border-top: 3px solid rgba(88, 99, 116, 0.36);
}

.alumnies-page-wrapper .giving-back-society-block-wrapper .title {
    margin-bottom: 60px;
}

.alumnies-page-wrapper .giving-back-society-block-wrapper .get-info-wrapper {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 70px;
}

.alumnies-page-wrapper .giving-back-society-block-wrapper .get-info-wrapper .info-item {
    margin-bottom: 60px;
}

.alumnies-page-wrapper .giving-back-society-block-wrapper .get-info-wrapper .info-item .item-top-block {
    display: -webkit-flex;
    display: flex;
}

.alumnies-page-wrapper .giving-back-society-block-wrapper .get-info-wrapper .info-item .item-top-block .num {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    border-left: 3px solid rgba(88, 99, 116, 0.36);
    padding: 0 50px 0 35px;
}

.alumnies-page-wrapper .giving-back-society-block-wrapper .get-info-wrapper .info-item .item-top-block .title {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    margin-bottom: 0;
}

.alumnies-page-wrapper .giving-back-society-block-wrapper .get-info-wrapper .info-item .sub-items-wrapper {
    padding-left: 108px;
    margin-top: 50px;
}

@media only screen and (max-width: 767px) {
    .alumnies-page-wrapper .giving-back-society-block-wrapper .get-info-wrapper .info-item .sub-items-wrapper {
        padding-left: 0;
    }
}

.alumnies-page-wrapper .giving-back-society-block-wrapper .get-info-wrapper .info-item .sub-items-wrapper .toggle-items .toggle-item {
    border-bottom: 2px solid rgba(151, 151, 151, 0.3);
}

.alumnies-page-wrapper .giving-back-society-block-wrapper .get-info-wrapper .info-item .sub-items-wrapper .toggle-items .toggle-item:before {
    margin-right: 40px;
}

.alumnies-page-wrapper .giving-back-society-block-wrapper .get-info-wrapper .info-item .sub-items-wrapper .toggle-items .toggle-item.open .item-title:after {
    color: #00e4ff;
    content: "\2212";
}

.alumnies-page-wrapper .giving-back-society-block-wrapper .get-info-wrapper .info-item .sub-items-wrapper .toggle-items .toggle-item.open .item-text {
    opacity: 1;
    visibility: visible;
}

.alumnies-page-wrapper .giving-back-society-block-wrapper .get-info-wrapper .info-item .sub-items-wrapper .toggle-items .toggle-item .item-title {
    cursor: pointer;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #2d3542;
    margin: 20px 0;
    position: relative;
    padding-right: 45px;
}

.alumnies-page-wrapper .giving-back-society-block-wrapper .get-info-wrapper .info-item .sub-items-wrapper .toggle-items .toggle-item .item-title:after {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -.5em;
    color: #00e4ff;
    font-size: 30px;
    content: "\002B";
}

.alumnies-page-wrapper .giving-back-society-block-wrapper .get-info-wrapper .info-item .sub-items-wrapper .toggle-items .toggle-item .item-text {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.96;
    letter-spacing: 0.6px;
    text-align: left;
    color: #646975;
    margin-bottom: 20px;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .1s, visibility .1s linear .1s, height .1s;
}

@media only screen and (max-width: 767px) {
    .international-students-office-page-wrapper .cw-30, .international-students-office-page-wrapper .cw-70 {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .international-students-office-page-wrapper .cw-30 {
        margin-bottom: 30px;
        padding-right: 15px;
    }
}

.international-students-office-page-wrapper .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    color: #243b5e;
}

@media only screen and (max-width: 767px) {
    .international-students-office-page-wrapper .title {
        font-size: 37px;
    }
}

.international-students-office-page-wrapper .content {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.2px;
    color: #2d3542;
}

.international-students-office-page-wrapper .content strong {
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: #243b5e;
    margin-bottom: 30px;
    display: inline-block;
}

@media only screen and (max-width: 1023px) {
    .international-students-office-page-wrapper .content strong {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .international-students-office-page-wrapper .content strong {
        font-size: 18px;
    }
}

.international-students-office-page-wrapper .top-block-bg {
    height: 640px;
}

@media only screen and (max-width: 479px) {
    .international-students-office-page-wrapper .top-block-bg {
        height: auto;
        padding: 0 15px;
    }
}

.international-students-office-page-wrapper .top-block-bg .base-wrapper {
    width: 100%;
}

@media only screen and (max-width: 479px) {
    .international-students-office-page-wrapper .top-block-bg .base-wrapper {
        padding: 0;
    }
}

.international-students-office-page-wrapper .top-block-bg .base-wrapper .page-top-block-info {
    width: 100%;
    max-width: 450px;
    background-color: #253c5f;
    height: 100%;
    padding: 0 50px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 479px) {
    .international-students-office-page-wrapper .top-block-bg .base-wrapper .page-top-block-info {
        padding: 15px;
    }
}

.international-students-office-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #23e0ff;
    margin-bottom: 20px;
}

@media only screen and (max-width: 479px) {
    .international-students-office-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .title {
        font-size: 36px;
    }
}

.international-students-office-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .text {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.84;
    letter-spacing: 0.7px;
    text-align: left;
    color: #ffffff;
}

.international-students-office-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .button-bottom {
    border-radius: 50%;
    width: 42px;
    height: 42px;
    border: solid 2px rgba(151, 151, 151, 0.3);
    margin-top: 26px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.international-students-office-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .button-bottom img {
    width: 20px;
}

.international-students-office-page-wrapper .top-block-student-exchange-block-wrapper {
    padding: 80px 0 0;
    background-color: #f6f6f6;
}

.international-students-office-page-wrapper .top-block-student-exchange-block-wrapper .international-student-exchange-programme-block-bg-img {
    margin-top: 90px;
    height: 550px;
}

@media only screen and (max-width: 767px) {
    .international-students-office-page-wrapper .top-block-student-exchange-block-wrapper .international-student-exchange-programme-block-bg-img {
        height: 280px;
    }
}

.international-students-office-page-wrapper .international-partnerships-block-wrapper {
    padding: 90px 0 85px;
}

@media only screen and (max-width: 767px) {
    .international-students-office-page-wrapper .international-partnerships-block-wrapper {
        padding-top: 60px;
    }
}

.international-students-office-page-wrapper .international-partnerships-block-wrapper .cw-30 {
    padding-right: 10%;
}

.international-students-office-page-wrapper .international-partnerships-block-wrapper .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

.international-students-office-page-wrapper .international-partnerships-block-wrapper .content strong {
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.73;
    letter-spacing: 0.2px;
    text-align: left;
    color: #243b5e;
}

.international-students-office-page-wrapper .international-partnerships-block-wrapper .items-wrapper {
    padding: 50px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

@media only screen and (max-width: 479px) {
    .international-students-office-page-wrapper .international-partnerships-block-wrapper .items-wrapper {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}

.international-students-office-page-wrapper .international-partnerships-block-wrapper .items-wrapper .item {
    max-width: 30%;
    width: 100%;
    margin-bottom: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

@media only screen and (max-width: 479px) {
    .international-students-office-page-wrapper .international-partnerships-block-wrapper .items-wrapper .item {
        max-width: 80%;
    }
}

.international-students-office-page-wrapper .international-partnerships-block-wrapper .contacts .email {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #3f9dac;
    display: block;
    margin-bottom: 25px;
}

.international-students-office-page-wrapper .international-partnerships-block-wrapper .contacts .phone {
    font-size: 25px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.04;
    letter-spacing: normal;
    text-align: center;
    color: #243b5e;
}

.international-students-office-page-wrapper .inbound-students-block-wrapper {
    padding-top: 80px;
}

@media only screen and (max-width: 767px) {
    .international-students-office-page-wrapper .inbound-students-block-wrapper {
        padding-top: 60px;
    }
}

.international-students-office-page-wrapper .inbound-students-block-wrapper .cw-30 {
    padding-right: 10%;
}

.international-students-office-page-wrapper .inbound-students-block-wrapper .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

.international-students-office-page-wrapper .inbound-students-block-wrapper .content-wrapper {
    padding-bottom: 100px;
}

.international-students-office-page-wrapper .inbound-students-block-wrapper .content-wrapper .toggle-items .toggle-item {
    list-style-type: lower-alpha;
    border-bottom: 2px solid rgba(151, 151, 151, 0.3);
    padding-left: 30px;
}

.international-students-office-page-wrapper .inbound-students-block-wrapper .content-wrapper .toggle-items .toggle-item:before {
    margin-right: 40px;
}

.international-students-office-page-wrapper .inbound-students-block-wrapper .content-wrapper .toggle-items .toggle-item.open .item-title:after {
    color: #00e4ff;
    content: "\2212";
}

.international-students-office-page-wrapper .inbound-students-block-wrapper .content-wrapper .toggle-items .toggle-item.open .item-text {
    opacity: 1;
    visibility: visible;
}

.international-students-office-page-wrapper .inbound-students-block-wrapper .content-wrapper .toggle-items .toggle-item .item-title {
    padding-right: 50px;
    cursor: pointer;
    font-size: 23px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.09;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    margin: 30px 0;
    position: relative;
}

.international-students-office-page-wrapper .inbound-students-block-wrapper .content-wrapper .toggle-items .toggle-item .item-title:after {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -.5em;
    color: #00e4ff;
    font-size: 30px;
    content: "\002B";
}

.international-students-office-page-wrapper .inbound-students-block-wrapper .content-wrapper .toggle-items .toggle-item .item-text {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.96;
    letter-spacing: 0.6px;
    text-align: left;
    color: #646975;
    margin-bottom: 20px;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .1s, visibility .1s linear .1s, height .1s;
}

.international-students-office-page-wrapper .inbound-students-block-wrapper .inbound-students-block-bg-img {
    height: 550px;
}

@media only screen and (max-width: 767px) {
    .international-students-office-page-wrapper .inbound-students-block-wrapper .inbound-students-block-bg-img {
        height: 280px;
    }
}

.international-students-office-page-wrapper .outbound-students-block-wrapper {
    padding-top: 70px;
    padding-bottom: 80px;
    background-color: #f6f6f6;
}

@media only screen and (max-width: 767px) {
    .international-students-office-page-wrapper .outbound-students-block-wrapper {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}

.international-students-office-page-wrapper .outbound-students-block-wrapper .cw-30 {
    padding-right: 10%;
}

.international-students-office-page-wrapper .outbound-students-block-wrapper .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

.international-students-office-page-wrapper .outbound-students-block-wrapper .content-wrapper .toggle-items .toggle-item {
    list-style-type: lower-alpha;
    border-bottom: 2px solid rgba(151, 151, 151, 0.3);
    padding-left: 30px;
}

.international-students-office-page-wrapper .outbound-students-block-wrapper .content-wrapper .toggle-items .toggle-item:before {
    margin-right: 40px;
}

.international-students-office-page-wrapper .outbound-students-block-wrapper .content-wrapper .toggle-items .toggle-item.open .item-title:after {
    color: #00e4ff;
    content: "\2212";
}

.international-students-office-page-wrapper .outbound-students-block-wrapper .content-wrapper .toggle-items .toggle-item.open .item-text {
    opacity: 1;
    visibility: visible;
}

.international-students-office-page-wrapper .outbound-students-block-wrapper .content-wrapper .toggle-items .toggle-item .item-title {
    padding-right: 50px;
    cursor: pointer;
    font-size: 23px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.09;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    margin: 30px 0;
    position: relative;
}

.international-students-office-page-wrapper .outbound-students-block-wrapper .content-wrapper .toggle-items .toggle-item .item-title:after {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -.5em;
    color: #00e4ff;
    font-size: 30px;
    content: "\002B";
}

.international-students-office-page-wrapper .outbound-students-block-wrapper .content-wrapper .toggle-items .toggle-item .item-text {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.96;
    letter-spacing: 0.6px;
    text-align: left;
    color: #646975;
    margin-bottom: 20px;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .1s, visibility .1s linear .1s, height .1s;
}

.international-students-office-page-wrapper .bottom-block-student-exchange-block-wrapper {
    padding: 85px 0 70px;
}

.international-students-office-page-wrapper .accommodation-options-block-bg .base-wrapper {
    width: 100%;
}

.international-students-office-page-wrapper .accommodation-options-block-bg .base-wrapper .page-top-block-info {
    width: 100%;
    max-width: 450px;
    background-color: inherit;
    height: 100%;
    padding: 0 50px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 479px) {
    .international-students-office-page-wrapper .accommodation-options-block-bg .base-wrapper .page-top-block-info {
        padding: 0 15px;
    }
}

.international-students-office-page-wrapper .accommodation-options-block-bg .base-wrapper .page-top-block-info .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
}

@media only screen and (max-width: 479px) {
    .international-students-office-page-wrapper .accommodation-options-block-bg .base-wrapper .page-top-block-info .title {
        font-size: 37px;
    }
}

.international-students-office-page-wrapper .accommodation-options-block-bg .base-wrapper .page-top-block-info .text {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.84;
    letter-spacing: 0.7px;
    text-align: left;
    color: #ffffff;
}

.international-students-office-page-wrapper .accommodation-options-block-bg .base-wrapper .page-top-block-info .button-bottom {
    border-radius: 50%;
    width: 42px;
    height: 42px;
    border: solid 2px rgba(151, 151, 151, 0.3);
    margin-top: 26px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.international-students-office-page-wrapper .accommodation-options-block-bg .base-wrapper .page-top-block-info .button-bottom img {
    width: 20px;
}

.international-students-office-page-wrapper .accommodation-options-block-bg .top-block {
    height: 640px;
}

.international-students-office-page-wrapper .accommodation-options-block-bg .bottom-block {
    padding: 60px 0 90px;
}

.international-students-office-page-wrapper .accommodation-options-block-bg .bottom-block .cw-70 {
    padding-right: 0;
}

.international-students-office-page-wrapper .accommodation-options-block-bg .bottom-block table {
    margin: 30px 0;
    width: 100%;
}

.international-students-office-page-wrapper .accommodation-options-block-bg .bottom-block table tr:nth-child(even) {
    background-color: rgba(88, 99, 116, 0.1);
}

.international-students-office-page-wrapper .accommodation-options-block-bg .bottom-block table th {
    width: 33%;
    padding: 15px;
}

.international-students-office-page-wrapper .accommodation-options-block-bg .bottom-block table td {
    width: 30%;
    min-width: 250px;
    padding: 15px;
}

@media only screen and (max-width: 1023px) {
    .international-students-office-page-wrapper .accommodation-options-block-bg .bottom-block table td {
        min-width: inherit;
    }
}

.international-students-office-page-wrapper .accommodation-options-block-bg .bottom-block p {
    margin: 20px 0;
}

.international-students-office-page-wrapper .accommodation-options-block-bg .bottom-block p:first-of-type:first-letter {
    --cap-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-stretch: inherit;
    height: auto;
    line-height: inherit;
    position: inherit;
    float: none;
    display: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    color: inherit;
}

.lbs-campus-page-wrapper {
    padding-top: 95px;
}

@media only screen and (max-width: 767px) {
    .lbs-campus-page-wrapper .cw-30, .lbs-campus-page-wrapper .cw-70 {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .lbs-campus-page-wrapper .cw-30 {
        margin-bottom: 30px;
        padding-right: 15px;
    }
}

.lbs-campus-page-wrapper .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    color: #243b5e;
}

@media only screen and (max-width: 767px) {
    .lbs-campus-page-wrapper .title {
        font-size: 37px;
    }
}

.lbs-campus-page-wrapper .content {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.2px;
    color: #2d3542;
}

.lbs-campus-page-wrapper .content strong {
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: #243b5e;
    margin-bottom: 30px;
    display: inline-block;
}

@media only screen and (max-width: 1023px) {
    .lbs-campus-page-wrapper .content strong {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .lbs-campus-page-wrapper .content strong {
        font-size: 18px;
    }
}

.lbs-campus-page-wrapper .top-block-wrapper .img-wrapper {
    height: 700px;
}

@media only screen and (max-width: 767px) {
    .lbs-campus-page-wrapper .top-block-wrapper .img-wrapper {
        height: 300px;
    }
}

.lbs-campus-page-wrapper .top-block-wrapper .img-wrapper .cw-90 {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .lbs-campus-page-wrapper .top-block-wrapper .img-wrapper .cw-90 {
        position: inherit;
    }
}

.lbs-campus-page-wrapper .top-block-wrapper .img-wrapper .cw-90 .block-img {
    position: absolute;
    right: 0;
    width: 122%;
    height: 700px;
}

@media only screen and (max-width: 767px) {
    .lbs-campus-page-wrapper .top-block-wrapper .img-wrapper .cw-90 .block-img {
        height: 300px;
    }
}

.lbs-campus-page-wrapper .top-block-wrapper .img-wrapper .cw-90 .block-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lbs-campus-page-wrapper .top-block-wrapper .img-wrapper .text-wrapper {
    position: relative;
}

.lbs-campus-page-wrapper .top-block-wrapper .img-wrapper .text-wrapper .text {
    top: 250px;
    left: -150px;
    width: 300px;
    position: absolute;
    background: #fff;
    padding: 50px;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.07;
    letter-spacing: 0.6px;
    text-align: left;
    color: #586374;
}

@media only screen and (max-width: 1023px) {
    .lbs-campus-page-wrapper .top-block-wrapper .img-wrapper .text-wrapper .text {
        left: -250px;
    }
}

@media only screen and (max-width: 479px) {
    .lbs-campus-page-wrapper .top-block-wrapper .img-wrapper .text-wrapper .text {
        padding: 15px;
    }
}

.lbs-campus-page-wrapper .lbs-campus-images-block {
    padding-top: 40px;
}

.lbs-campus-page-wrapper .lbs-campus-images-block .cw-30 {
    position: relative;
}

.lbs-campus-page-wrapper .lbs-campus-images-block .cw-70 {
    padding-left: 40px;
}

.lbs-campus-page-wrapper .lbs-campus-images-block .first-text-item {
    padding: 25px 0 40px;
    text-align: right;
    position: relative;
}

@media only screen and (max-width: 1023px) {
    .lbs-campus-page-wrapper .lbs-campus-images-block .first-text-item {
        padding: 25px 0 40px;
    }
}

@media only screen and (max-width: 767px) {
    .lbs-campus-page-wrapper .lbs-campus-images-block .first-text-item {
        display: none;
    }
}

.lbs-campus-page-wrapper .lbs-campus-images-block .first-text-item hr {
    background-color: #23e0ff;
    height: 2px;
    position: absolute;
    top: 25px;
    width: 90px;
    right: -120px;
}

.lbs-campus-page-wrapper .lbs-campus-images-block .second-text-item {
    padding: 25px 0 40px;
    text-align: right;
    position: relative;
    bottom: -730px;
}

@media only screen and (max-width: 1023px) {
    .lbs-campus-page-wrapper .lbs-campus-images-block .second-text-item {
        padding: 25px 0 40px;
    }
}

@media only screen and (max-width: 767px) {
    .lbs-campus-page-wrapper .lbs-campus-images-block .second-text-item {
        display: none;
    }
}

.lbs-campus-page-wrapper .lbs-campus-images-block .second-text-item hr {
    background-color: #23e0ff;
    height: 2px;
    position: absolute;
    top: 25px;
    width: 90px;
    right: -120px;
}

.lbs-campus-page-wrapper .lbs-campus-images-block .left-col-img-1 {
    width: 580px;
    height: 580px;
    object-fit: cover;
    position: absolute;
    right: 0;
}

@media only screen and (max-width: 767px) {
    .lbs-campus-page-wrapper .lbs-campus-images-block .left-col-img-1 {
        display: none;
    }
}

.lbs-campus-page-wrapper .lbs-campus-images-block .right-col-img-1 {
    height: 560px;
    max-width: 900px;
    width: 110%;
    object-fit: cover;
    margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .lbs-campus-page-wrapper .lbs-campus-images-block .right-col-img-1 {
        height: 285px;
        margin-bottom: 25px;
        width: 100%;
    }
}

.lbs-campus-page-wrapper .lbs-campus-images-block .right-col-img-2 {
    height: 700px;
    max-width: 760px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .lbs-campus-page-wrapper .lbs-campus-images-block .right-col-img-2 {
        height: 350px;
    }
}

@media only screen and (max-width: 479px) {
    .lbs-campus-page-wrapper .lbs-campus-images-block .right-col-img-2 {
        margin-bottom: 25px;
    }
}

.lbs-campus-page-wrapper .lbs-campus-images-block .mob-first-text-item {
    display: none;
}

@media only screen and (max-width: 767px) {
    .lbs-campus-page-wrapper .lbs-campus-images-block .mob-first-text-item {
        display: block;
    }
}

@media only screen and (max-width: 479px) {
    .lbs-campus-page-wrapper .lbs-campus-images-block .mob-first-text-item {
        margin-bottom: 30px;
    }
}

.lbs-campus-page-wrapper .lbs-campus-images-block .mob-second-text-item {
    display: none;
}

@media only screen and (max-width: 767px) {
    .lbs-campus-page-wrapper .lbs-campus-images-block .mob-second-text-item {
        display: block;
    }
}

.lbs-campus-page-wrapper .lbs-campus-images-block .mob-right-col-img-1, .lbs-campus-page-wrapper .lbs-campus-images-block .mob-right-col-img-2 {
    display: none;
}

@media only screen and (max-width: 767px) {
    .lbs-campus-page-wrapper .lbs-campus-images-block .mob-right-col-img-1, .lbs-campus-page-wrapper .lbs-campus-images-block .mob-right-col-img-2 {
        display: block;
    }
}

.lbs-campus-page-wrapper .lbs-campus-video-block {
    margin: 45px 0;
}

.lbs-campus-page-wrapper .lbs-campus-video-block .title {
    color: #fff;
}

.lbs-campus-page-wrapper .lbs-campus-video-block .video-wrapper {
    padding: 120px 90px 120px 90px;
    background-color: rgba(0, 0, 0, 0.4);
    height: 500px;
}

.lbs-campus-page-wrapper .lbs-campus-video-block .video-wrapper .button-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 60px;
}

.lbs-campus-page-wrapper .lbs-campus-video-block .video-wrapper .button-wrapper .but-title {
    margin-left: 20px;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.lbs-campus-page-wrapper .lbs-campus-color-block {
    height: 380px;
}

@media only screen and (max-width: 1023px) {
    .lbs-campus-page-wrapper .lbs-campus-color-block {
        height: 280px;
    }
}

.lbs-campus-page-wrapper .lbs-campus-color-block .base-wrapper {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .lbs-campus-page-wrapper .lbs-campus-color-block .base-wrapper {
        background-color: #c5f7ff;
        height: auto;
    }
}

.lbs-campus-page-wrapper .lbs-campus-color-block .base-wrapper .text-wrapper {
    background-color: #c5f7ff;
    position: absolute;
    color: #243b5e;
    width: 400%;
    height: 380px;
    padding-left: 86px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

@media only screen and (max-width: 1200px) {
    .lbs-campus-page-wrapper .lbs-campus-color-block .base-wrapper .text-wrapper {
        height: 350px;
    }
}

@media only screen and (max-width: 1023px) {
    .lbs-campus-page-wrapper .lbs-campus-color-block .base-wrapper .text-wrapper {
        padding-left: 65px;
        height: 280px;
    }
}

@media only screen and (max-width: 767px) {
    .lbs-campus-page-wrapper .lbs-campus-color-block .base-wrapper .text-wrapper {
        position: inherit;
        top: 0;
        width: 100%;
        height: auto;
        padding: 40px 20px 40px;
    }
}

.lbs-campus-page-wrapper .lbs-campus-color-block .base-wrapper .text-wrapper .text {
    max-width: 820px;
    font-size: 32.2px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

@media only screen and (max-width: 1023px) {
    .lbs-campus-page-wrapper .lbs-campus-color-block .base-wrapper .text-wrapper .text {
        font-size: 26px;
        max-width: 660px;
    }
}

.lbs-campus-page-wrapper .lbs-campus-color-block .base-wrapper .text-wrapper .text hr {
    width: 94px;
    height: 3px;
    background-color: #243b5e;
    display: inline-block;
    margin-top: 50px;
}

@media only screen and (max-width: 1200px) {
    .lbs-campus-page-wrapper .lbs-campus-color-block .base-wrapper .text-wrapper .text hr {
        margin-top: 30px;
        margin-bottom: 0;
    }
}

.lbs-campus-page-wrapper .partnerships-and-associations-block {
    padding: 90px 0 85px;
}

@media only screen and (max-width: 767px) {
    .lbs-campus-page-wrapper .partnerships-and-associations-block {
        padding-top: 60px;
    }
}

.lbs-campus-page-wrapper .partnerships-and-associations-block .cw-30 {
    padding-right: 10%;
}

.lbs-campus-page-wrapper .partnerships-and-associations-block .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

.lbs-campus-page-wrapper .partnerships-and-associations-block .content strong {
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.73;
    letter-spacing: 0.2px;
    text-align: left;
    color: #243b5e;
}

.lbs-campus-page-wrapper .partnerships-and-associations-block ul {
    padding: 50px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

@media only screen and (max-width: 479px) {
    .lbs-campus-page-wrapper .partnerships-and-associations-block ul {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}

.lbs-campus-page-wrapper .partnerships-and-associations-block ul .item {
    max-width: 30%;
    width: 100%;
    margin-bottom: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

@media only screen and (max-width: 479px) {
    .lbs-campus-page-wrapper .partnerships-and-associations-block ul .item {
        max-width: 49%;
    }
}

.lbs-campus-page-wrapper .partnerships-and-associations-block .contacts .email {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #3f9dac;
    display: block;
}

.lbs-campus-page-wrapper .partnerships-and-associations-block .contacts .phone {
    font-size: 25px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.04;
    letter-spacing: normal;
    text-align: center;
    color: #243b5e;
}

@media only screen and (max-width: 767px) {
    .advancement-page-wrapper .cw-30, .advancement-page-wrapper .cw-70 {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .advancement-page-wrapper .cw-30 {
        margin-bottom: 30px;
        padding-right: 15px;
    }
}

.advancement-page-wrapper .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

@media only screen and (max-width: 767px) {
    .advancement-page-wrapper .title {
        font-size: 37px;
    }
}

.advancement-page-wrapper .content {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.2px;
    text-align: left;
    color: #2d3542;
    margin-bottom: 30px;
}

.advancement-page-wrapper .content strong {
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    margin-bottom: 30px;
    display: inline-block;
}

@media only screen and (max-width: 1023px) {
    .advancement-page-wrapper .content strong {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .advancement-page-wrapper .content strong {
        font-size: 18px;
    }
}

.advancement-page-wrapper .top-block-bg {
    height: 640px;
}

@media only screen and (max-width: 767px) {
    .advancement-page-wrapper .top-block-bg {
        height: auto;
    }
}

.advancement-page-wrapper .top-block-bg .base-wrapper {
    width: 100%;
}

.advancement-page-wrapper .top-block-bg .base-wrapper .page-top-block-info {
    width: 100%;
    max-width: 450px;
    height: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.advancement-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .title {
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.6px;
    text-align: left;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.advancement-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .text {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.84;
    letter-spacing: 0.7px;
    text-align: left;
    color: #ffffff;
}

.advancement-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .text h1 {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
}

.advancement-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .button-wrapper .button {
    border-radius: 3px;
    background-color: #23e0ff;
    border: solid 2px #23e0ff;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.19;
    text-align: center;
    color: #253c5f;
    padding: 15px 30px;
    display: inline-block;
    margin-top: 50px;
}

.advancement-page-wrapper .why-give-lbs-block-wrapper {
    padding-top: 30px;
    background-color: #f6f6f6;
}

@media only screen and (max-width: 767px) {
    .advancement-page-wrapper .why-give-lbs-block-wrapper {
        padding-top: 60px;
    }
}

.advancement-page-wrapper .why-give-lbs-block-wrapper .cw-30 {
    padding-right: 10%;
}

.advancement-page-wrapper .why-give-lbs-block-wrapper .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

.advancement-page-wrapper .why-give-lbs-block-wrapper .content-wrapper .content strong {
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.73;
    letter-spacing: 0.2px;
    text-align: left;
    color: #243b5e;
}

.advancement-page-wrapper .why-give-lbs-block-wrapper .content-wrapper .content hr {
    width: 94px;
    height: 3px;
    background-color: #23e0ff;
    display: inline-block;
    margin-top: 50px;
}

.advancement-page-wrapper .why-give-lbs-block-wrapper .content-wrapper .values {
    font-size: 37px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    padding-bottom: 100px;
}

.advancement-page-wrapper .why-give-lbs-block-wrapper .bottom-block-bg-img {
    height: 550px;
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    .advancement-page-wrapper .why-give-lbs-block-wrapper .bottom-block-bg-img {
        margin-top: 10px;
        height: 280px;
    }
}

.advancement-page-wrapper .volunteer-block-wrapper {
    padding: 70px 0 70px;
    position: relative;
    border-bottom: 2px solid #253c5f;
}

@media only screen and (max-width: 1023px) {
    .advancement-page-wrapper .volunteer-block-wrapper {
        margin-bottom: 180px;
    }
}

@media only screen and (max-width: 767px) {
    .advancement-page-wrapper .volunteer-block-wrapper {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

.advancement-page-wrapper .volunteer-block-wrapper .title {
    color: #243b5e;
}

.advancement-page-wrapper .volunteer-block-wrapper .images-wrapper {
    position: absolute;
    right: 0;
    background-color: #c5f7ff;
}

@media only screen and (max-width: 1023px) {
    .advancement-page-wrapper .volunteer-block-wrapper .images-wrapper {
        left: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .advancement-page-wrapper .volunteer-block-wrapper .images-wrapper {
        left: 0;
        width: 100%;
        position: relative;
        bottom: 0;
    }
}

@media only screen and (max-width: 479px) {
    .advancement-page-wrapper .volunteer-block-wrapper .images-wrapper {
        width: 100vw;
        margin-left: -30px;
    }
}

.advancement-page-wrapper .volunteer-block-wrapper .images-wrapper ul {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    column-gap: 0;
    text-align: justify;
}

@media only screen and (max-width: 479px) {
    .advancement-page-wrapper .volunteer-block-wrapper .images-wrapper ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        column-gap: 0;
        text-align: justify;
    }
}

.advancement-page-wrapper .volunteer-block-wrapper .images-wrapper ul li img {
    width: 100%;
    object-fit: cover;
}

.advancement-page-wrapper .ways-to-give-block-wrapper {
    padding: 70px 0 50px;
}

.advancement-page-wrapper .ways-to-give-block-wrapper .toggle-items {
    margin-bottom: 30px;
}

.advancement-page-wrapper .ways-to-give-block-wrapper .toggle-items .toggle-item {
    list-style-type: lower-alpha;
    border-bottom: 2px solid rgba(151, 151, 151, 0.3);
    padding-left: 30px;
}

.advancement-page-wrapper .ways-to-give-block-wrapper .toggle-items .toggle-item:before {
    margin-right: 40px;
}

.advancement-page-wrapper .ways-to-give-block-wrapper .toggle-items .toggle-item.open .item-title:after {
    color: #00e4ff;
    content: "\2212";
}

.advancement-page-wrapper .ways-to-give-block-wrapper .toggle-items .toggle-item.open .item-text {
    opacity: 1;
    visibility: visible;
}

.advancement-page-wrapper .ways-to-give-block-wrapper .toggle-items .toggle-item.open .item-text p {
    margin: 20px 0;
}

.advancement-page-wrapper .ways-to-give-block-wrapper .toggle-items .toggle-item.open .item-text p:first-of-type:first-letter {
    --cap-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-stretch: inherit;
    height: auto;
    line-height: inherit;
    position: inherit;
    float: none;
    display: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    color: inherit;
}

.advancement-page-wrapper .ways-to-give-block-wrapper .toggle-items .toggle-item .item-title {
    padding-right: 50px;
    cursor: pointer;
    font-size: 23px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.09;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    margin: 30px 0;
    position: relative;
}

.advancement-page-wrapper .ways-to-give-block-wrapper .toggle-items .toggle-item .item-title:after {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -.5em;
    color: #00e4ff;
    font-size: 30px;
    content: "\002B";
}

.advancement-page-wrapper .ways-to-give-block-wrapper .toggle-items .toggle-item .item-text {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.96;
    letter-spacing: 0.6px;
    text-align: left;
    color: #646975;
    margin-bottom: 20px;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .1s, visibility .1s linear .1s, height .1s;
}

.advancement-page-wrapper .ways-to-give-block-wrapper .donate-button {
    border-radius: 3px;
    background-color: #23e0ff;
    border: solid 2px #23e0ff;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.19;
    text-align: center;
    color: #253c5f;
    padding: 15px 70px;
    display: inline-block;
    margin-top: 20px;
}

.advancement-page-wrapper .ways-to-give-block-wrapper .image-wrapper {
    margin: 30px 0;
    height: 475px;
    position: relative;
}

.advancement-page-wrapper .ways-to-give-block-wrapper .image-wrapper img {
    height: 100%;
    max-width: 1022px;
    width: 130%;
    object-fit: cover;
    position: absolute;
}

.advancement-page-wrapper .ways-to-give-block-wrapper .num {
    display: inline-block;
    font-size: 46px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    margin-right: 25px;
}

.advancement-page-wrapper .ways-to-give-block-wrapper .content p {
    margin: 20px 0;
}

.advancement-page-wrapper .ways-to-give-block-wrapper .content p:first-of-type:first-letter {
    --cap-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-stretch: inherit;
    height: auto;
    line-height: inherit;
    position: inherit;
    float: none;
    display: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    color: inherit;
}

.advancement-page-wrapper .bottom-block-wrapper {
    text-align: center;
    padding: 30px 0 60px;
}

.advancement-page-wrapper .bottom-block-wrapper .title {
    margin-bottom: 45px;
    color: #fff;
    text-align: center;
}

.advancement-page-wrapper .bottom-block-wrapper .content {
    width: 75%;
    margin: 0 auto 30px;
}

@media only screen and (max-width: 767px) {
    .advancement-page-wrapper .bottom-block-wrapper .content {
        width: 85%;
    }
}

@media only screen and (max-width: 479px) {
    .advancement-page-wrapper .bottom-block-wrapper .content {
        width: 100%;
    }
}

.advancement-page-wrapper .bottom-block-wrapper .items-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.advancement-page-wrapper .bottom-block-wrapper .items-wrapper .item {
    width: 25%;
    max-width: 25%;
    box-sizing: border-box;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    padding: 15px 20px 60px;
    position: relative;
}

@media only screen and (max-width: 1023px) {
    .advancement-page-wrapper .bottom-block-wrapper .items-wrapper .item {
        width: 48%;
        max-width: 48%;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .advancement-page-wrapper .bottom-block-wrapper .items-wrapper .item {
        width: 100%;
        max-width: 100%;
        border: none;
    }
}

@media only screen and (max-width: 1023px) {
    .advancement-page-wrapper .bottom-block-wrapper .items-wrapper .item:nth-child(2) {
        border: none;
    }
}

.advancement-page-wrapper .bottom-block-wrapper .items-wrapper .item:last-child {
    border: none;
}

.advancement-page-wrapper .bottom-block-wrapper .items-wrapper .item .item-title {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.advancement-page-wrapper .bottom-block-wrapper .items-wrapper .item .item-text {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.96;
    letter-spacing: 0.6px;
    text-align: center;
    color: #fff;
}

.advancement-page-wrapper .bottom-block-wrapper .items-wrapper .item .item-text strong {
    color: #fff;
}

.advancement-page-wrapper .bottom-block-wrapper .items-wrapper .item .item-text a {
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.96;
    letter-spacing: normal;
    text-align: center;
    color: #08ccec;
}

.advancement-page-wrapper .bottom-block-wrapper .items-wrapper .item .button {
    border-radius: 3px;
    background-color: #23e0ff;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.33;
    letter-spacing: normal;
    text-align: center;
    color: #253c5f;
    padding: 5px 30px;
    margin-top: 30px;
    display: inline-block;
    margin-left: -55px;
    left: 50%;
    position: absolute;
    bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .far-home-page-wrapper .cw-30, .far-home-page-wrapper .cw-70 {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .far-home-page-wrapper .cw-30 {
        margin-bottom: 30px;
        padding-right: 15px;
    }
}

.far-home-page-wrapper .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

@media only screen and (max-width: 767px) {
    .far-home-page-wrapper .title {
        font-size: 37px;
    }
}

.far-home-page-wrapper .content {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.2px;
    text-align: left;
    color: #2d3542;
    margin-bottom: 30px;
}

.far-home-page-wrapper .content strong {
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    margin-bottom: 30px;
    display: inline-block;
}

@media only screen and (max-width: 1023px) {
    .far-home-page-wrapper .content strong {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .far-home-page-wrapper .content strong {
        font-size: 18px;
    }
}

.far-home-page-wrapper .top-block-bg {
    height: 640px;
}

@media only screen and (max-width: 767px) {
    .far-home-page-wrapper .top-block-bg {
        height: auto;
    }
}

.far-home-page-wrapper .top-block-bg .base-wrapper {
    width: 100%;
}

.far-home-page-wrapper .top-block-bg .base-wrapper .page-top-block-info {
    background-color: #253c5f;
    width: 100%;
    max-width: 450px;
    height: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 767px) {
    .far-home-page-wrapper .top-block-bg .base-wrapper .page-top-block-info {
        padding: 30px;
    }
}

.far-home-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .title {
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.6px;
    text-align: left;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.far-home-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .text {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.84;
    letter-spacing: 0.7px;
    text-align: left;
    color: #23e0ff;
}

.far-home-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .text h1 {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 20px;
    color: #23e0ff;
}

@media only screen and (max-width: 767px) {
    .far-home-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .text h1 {
        font-size: 36px;
    }
}

.far-home-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .button-bottom-wrapper {
    margin-top: 25px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.far-home-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .button-bottom-wrapper .button-bottom {
    border-radius: 50%;
    width: 42px;
    height: 42px;
    border: solid 2px rgba(151, 151, 151, 0.3);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.far-home-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .button-bottom-wrapper .button-bottom img {
    width: 20px;
}

.far-home-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .button-bottom-wrapper .but-title {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.94;
    letter-spacing: 0.4px;
    text-align: left;
    color: #ffffff;
}

.far-home-page-wrapper .far-content-block-wrapper {
    padding: 80px 0 50px;
}

.far-home-page-wrapper .far-content-block-wrapper .content blockquote {
    font-size: 26px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.35;
    letter-spacing: 0.3px;
    text-align: left;
    color: #2d3542;
    padding: 30px 0 30px 30px;
}

@media only screen and (max-width: 767px) {
    .far-home-page-wrapper .far-content-block-wrapper .content blockquote {
        font-size: 18px;
    }
}

.far-home-page-wrapper .far-content-block-wrapper .content blockquote:before {
    background-color: #243b5e;
    bottom: calc(10% + 6px);
    content: '';
    height: calc(80% - 20px);
    position: absolute;
    right: 100%;
    top: calc(10% + 10px);
    width: 3px;
}

.far-home-page-wrapper .far-new-content-block-wrapper {
    padding-top: 30px;
}

@media only screen and (max-width: 1200px) {
    .far-home-page-wrapper .far-new-content-block-wrapper {
        padding-top: 30px;
    }
}

.far-home-page-wrapper .far-new-content-block-wrapper .top-block-title-wrapper {
    height: 360px;
}

@media only screen and (max-width: 767px) {
    .far-home-page-wrapper .far-new-content-block-wrapper .top-block-title-wrapper {
        height: auto;
    }
}

.far-home-page-wrapper .far-new-content-block-wrapper .top-block-title-wrapper .cw-30 {
    padding-right: 10%;
}

.far-home-page-wrapper .far-new-content-block-wrapper .top-block-title-wrapper .cw-30 .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

@media only screen and (max-width: 767px) {
    .far-home-page-wrapper .far-new-content-block-wrapper .top-block-title-wrapper .cw-30 .title {
        font-size: 37px;
    }
}

.far-home-page-wrapper .far-new-content-block-wrapper .top-block-title-wrapper .text-wrapper {
    position: absolute;
    background: #fff;
    padding-left: 60px;
    padding-bottom: 70px;
    width: 300%;
}

@media only screen and (max-width: 1200px) {
    .far-home-page-wrapper .far-new-content-block-wrapper .top-block-title-wrapper .text-wrapper {
        padding-left: 30px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .far-home-page-wrapper .far-new-content-block-wrapper .top-block-title-wrapper .text-wrapper {
        position: inherit;
        width: 100%;
        padding-left: 0;
    }
}

.far-home-page-wrapper .far-new-content-block-wrapper .top-block-title-wrapper .text-wrapper .text {
    max-width: 760px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.2px;
    text-align: left;
    color: #2d3542;
}

@media only screen and (max-width: 1200px) {
    .far-home-page-wrapper .far-new-content-block-wrapper .top-block-title-wrapper .text-wrapper .text {
        max-width: 600px;
    }
}

@media only screen and (max-width: 1023px) {
    .far-home-page-wrapper .far-new-content-block-wrapper .top-block-title-wrapper .text-wrapper .text {
        max-width: 460px;
    }
}

@media only screen and (max-width: 767px) {
    .far-home-page-wrapper .far-new-content-block-wrapper .top-block-title-wrapper .text-wrapper .text {
        font-size: 16px;
    }
}

.far-home-page-wrapper .far-new-content-block-wrapper .top-block-title-wrapper .text-wrapper .text strong {
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    margin-bottom: 30px;
    display: inline-block;
}

@media only screen and (max-width: 1023px) {
    .far-home-page-wrapper .far-new-content-block-wrapper .top-block-title-wrapper .text-wrapper .text strong {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .far-home-page-wrapper .far-new-content-block-wrapper .top-block-title-wrapper .text-wrapper .text strong {
        font-size: 18px;
    }
}

.far-home-page-wrapper .far-new-content-block-wrapper .top-block-title-wrapper .text-wrapper .text p {
    margin: 20px 0;
}

.far-home-page-wrapper .far-new-content-block-wrapper .top-block-title-wrapper .text-wrapper .text p:first-of-type:first-letter {
    --cap-height: 0.66;
    font-size: 62px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    height: 32px;
    line-height: 58px;
    position: relative;
    float: left;
    display: block;
    letter-spacing: 1px;
    text-align: justify;
    color: #08ccec;
}

.far-home-page-wrapper .far-new-content-block-wrapper .top-block-img {
    width: 100%;
    height: 650px;
}

@media only screen and (max-width: 1200px) {
    .far-home-page-wrapper .far-new-content-block-wrapper .top-block-img {
        height: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .far-home-page-wrapper .far-new-content-block-wrapper .top-block-img {
        height: 380px;
    }
}

.far-home-page-wrapper .research-department {
    padding: 50px 0 80px;
}

.far-home-page-wrapper .research-department .content p {
    margin: 20px 0;
}

.far-home-page-wrapper .research-department .content p:first-of-type:first-letter {
    --cap-height: 0.66;
    font-size: 62px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    height: 32px;
    line-height: 58px;
    position: relative;
    float: left;
    display: block;
    letter-spacing: 1px;
    text-align: justify;
    color: #08ccec;
}

.far-home-page-wrapper .contact-block-wrapper {
    background-color: #c5f7ff;
    padding: 70px 0 100px;
}

.far-home-page-wrapper .contact-block-wrapper .contacts-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.far-home-page-wrapper .contact-block-wrapper .contacts-wrapper .contact-item .title {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #3f9dac;
    margin-bottom: 30px;
}

.far-home-page-wrapper .contact-block-wrapper .contacts-wrapper .contact-item .item {
    font-size: 25px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.04;
    letter-spacing: normal;
    color: #243b5e;
    display: block;
}

#top-slider .slick-next.slick-arrow {
    bottom: 40px !important;
    position: absolute;
    top: auto;
    width: 40px;
    height: 40px;
    left: 100px;
    z-index: 9;
}

#top-slider .slick-prev.slick-arrow {
    bottom: 40px !important;
    position: absolute;
    top: auto;
    width: 40px;
    height: 40px;
    left: 50px;
    z-index: 9;
}

.lbs-insight-home-page-wrapper .top-block-bg .base-wrapper .page-top-block-info {
    background-color: inherit;
    width: 100%;
    max-width: 450px;
    height: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    color: #fff;
}

.lbs-insight-home-page-wrapper .top-block-bg .base-wrapper .page-top-block-info h1 {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .lbs-insight-home-page-wrapper .top-block-bg .base-wrapper .page-top-block-info {
        padding-top: 80px;
        padding-bottom: 120px;
    }
}

.lbs-insight-home-page-wrapper .articles-block {
    padding: 50px 0 80px;
}

.lbs-insight-home-page-wrapper .articles-block .most-seen {
    min-width: 280px;
    width: 100%;
    background-color: #f6f6f6;
}

@media only screen and (max-width: 1023px) {
    .lbs-insight-home-page-wrapper .articles-block .most-seen {
        min-width: inherit;
    }
}

.lbs-insight-home-page-wrapper .articles-block .most-seen .title {
    text-align: center;
    padding: 15px 25px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.38;
    letter-spacing: 2.5px;
    color: #8d95a6;
}

.lbs-insight-home-page-wrapper .articles-block .most-seen .items-wrapper .item {
    width: 100%;
    padding: 15px 25px;
    border-top: solid 2px rgba(151, 151, 151, 0.3);
    display: -webkit-flex;
    display: flex;
}

.lbs-insight-home-page-wrapper .articles-block .most-seen .items-wrapper .item .item-title {
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    margin-left: 15px;
}

.lbs-insight-home-page-wrapper .articles-block .most-seen .items-wrapper .item .item-num {
    opacity: 0.6;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 17px;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

.lbs-insight-home-page-wrapper .articles-block .latest {
    padding-left: 50px;
}

@media only screen and (max-width: 1023px) {
    .lbs-insight-home-page-wrapper .articles-block .latest {
        padding-left: 0;
    }
}

.lbs-insight-home-page-wrapper .articles-block .latest .title {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.38;
    letter-spacing: 2.5px;
    text-align: left;
    color: #8d95a6;
    margin-bottom: 40px;
}

.lbs-insight-home-page-wrapper .articles-block .latest .items-wrapper .item {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

.lbs-insight-home-page-wrapper .articles-block .latest .items-wrapper .item .item-cat {
    background-color: rgba(36, 59, 94, 0.2);
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: left;
    color: #2d3542;
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 20px;
}

.lbs-insight-home-page-wrapper .articles-block .latest .items-wrapper .item .item-title {
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

.lbs-insight-home-page-wrapper .articles-block .latest .items-wrapper .item .item-author {
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.36;
    letter-spacing: 0.4px;
    text-align: left;
    color: #586374;
}

.lbs-insight-home-page-wrapper .articles-block .latest .items-wrapper .item .item-text {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.2px;
    text-align: left;
    color: #2d3542;
    margin-bottom: 30px;
}

.lbs-insight-home-page-wrapper .articles-block .latest .items-wrapper .item .item-button-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.lbs-insight-home-page-wrapper .articles-block .latest .items-wrapper .item .item-button-wrapper .button-bottom {
    border-radius: 50%;
    width: 42px;
    height: 42px;
    border: solid 2px rgba(151, 151, 151, 0.3);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.lbs-insight-home-page-wrapper .articles-block .latest .items-wrapper .item .item-button-wrapper .button-bottom img {
    width: 20px;
}

.lbs-insight-home-page-wrapper .articles-block .latest .items-wrapper .item .item-button-wrapper .but-title {
    margin-left: 30px;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.19;
    letter-spacing: normal;
    text-align: center;
    color: #253c5f;
}

.lbs-insight-home-page-wrapper .articles-block .latest .items-wrapper .item .item-button-wrapper .button-bottom1 {
    border-radius: 50%;
    width: 42px;
    height: 42px;
    border: solid 2px rgba(151, 151, 151, 0.3);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.lbs-insight-home-page-wrapper .articles-block .latest .items-wrapper .item .item-button-wrapper .button-bottom1 img {
    width: 20px;
}

.lbs-insight-home-page-wrapper .articles-block .latest .items-wrapper .item .item-button-wrapper .but-title1 {
    margin-left: 30px;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.19;
    letter-spacing: normal;
    text-align: center;
    color: #253c5f;
}

.lbs-insight-home-page-wrapper .articles-block .latest .items-wrapper .item hr {
    position: absolute;
    bottom: 0;
    width: 250%;
    opacity: 0.15;
    border: solid 1px #253c5f;
    margin: 0;
}

@media only screen and (max-width: 479px) {
    .lbs-insight-home-page-wrapper .articles-block .latest .items-wrapper .item hr {
        width: 100%;
    }
}

.lbs-insight-page-wrapper .articles-block {
    padding: 50px 0 80px;
}

.lbs-insight-page-wrapper .articles-block .cat-info .title {
    margin-bottom: 30px;
}

.lbs-insight-page-wrapper .articles-block .cat-info .image-wrapper img {
    max-width: 150px;
    width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lbs-insight-page-wrapper .articles-block .articles {
    padding-left: 50px;
}

@media only screen and (max-width: 1023px) {
    .lbs-insight-page-wrapper .articles-block .articles {
        padding-left: 0;
    }
}

.lbs-insight-page-wrapper .articles-block .articles .title {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.38;
    letter-spacing: 2.5px;
    text-align: left;
    color: #8d95a6;
    margin-bottom: 40px;
}

.lbs-insight-page-wrapper .articles-block .articles .items-wrapper .item {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

.lbs-insight-page-wrapper .articles-block .articles .items-wrapper .item .item-cat {
    background-color: rgba(36, 59, 94, 0.2);
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: left;
    color: #2d3542;
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 20px;
}

.lbs-insight-page-wrapper .articles-block .articles .items-wrapper .item .item-title {
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

.lbs-insight-page-wrapper .articles-block .articles .items-wrapper .item .item-author {
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.36;
    letter-spacing: 0.4px;
    text-align: left;
    color: #586374;
}

.lbs-insight-page-wrapper .articles-block .articles .items-wrapper .item .item-text {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.2px;
    text-align: left;
    color: #2d3542;
    margin-bottom: 30px;
}

.lbs-insight-page-wrapper .articles-block .articles .items-wrapper .item .item-button-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.lbs-insight-page-wrapper .articles-block .articles .items-wrapper .item .item-button-wrapper .button-bottom {
    border-radius: 50%;
    width: 42px;
    height: 42px;
    border: solid 2px rgba(151, 151, 151, 0.3);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.lbs-insight-page-wrapper .articles-block .articles .items-wrapper .item .item-button-wrapper .button-bottom img {
    width: 20px;
}

.lbs-insight-page-wrapper .articles-block .articles .items-wrapper .item .item-button-wrapper .but-title {
    margin-left: 30px;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.19;
    letter-spacing: normal;
    text-align: center;
    color: #253c5f;
}

.lbs-insight-page-wrapper .articles-block .articles .items-wrapper .item hr {
    position: absolute;
    bottom: 0;
    width: 250%;
    opacity: 0.15;
    border: solid 1px #253c5f;
    margin: 0;
}

@media only screen and (max-width: 479px) {
    .lbs-insight-page-wrapper .articles-block .articles .items-wrapper .item hr {
        width: 100%;
    }
}

.far-member-profile-page-wrapper .profile-top-block-wrapper {
    padding: 37px 0 37px;
    background-color: #243b5e;
}

@media only screen and (max-width: 767px) {
    .far-member-profile-page-wrapper .profile-top-block-wrapper {
        position: relative;
    }
}

.far-member-profile-page-wrapper .profile-top-block-wrapper .cw-wrapper {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .far-member-profile-page-wrapper .profile-top-block-wrapper .cw-wrapper .cw-30 {
        position: absolute;
        top: 20px;
        padding: 0;
    }
}

@media only screen and (max-width: 479px) {
    .far-member-profile-page-wrapper .profile-top-block-wrapper .cw-wrapper .cw-30 {
        position: inherit;
    }
}

@media only screen and (max-width: 767px) {
    .far-member-profile-page-wrapper .profile-top-block-wrapper .cw-wrapper .cw-70 {
        width: 100%;
    }
}

.far-member-profile-page-wrapper .profile-top-block-wrapper .face-img-wrapper {
    width: 250px;
    height: 250px;
    object-fit: contain;
    border-radius: 50%;
}

@media only screen and (max-width: 1023px) {
    .far-member-profile-page-wrapper .profile-top-block-wrapper .face-img-wrapper {
        width: 180px;
        height: 180px;
    }
}

@media only screen and (max-width: 767px) {
    .far-member-profile-page-wrapper .profile-top-block-wrapper .face-img-wrapper {
        width: 130px;
        height: 130px;
    }
}

@media only screen and (max-width: 479px) {
    .far-member-profile-page-wrapper .profile-top-block-wrapper .face-img-wrapper {
        width: 150px;
        height: 150px;
        margin: 0 auto;
    }
}

.far-member-profile-page-wrapper .profile-top-block-wrapper .face-img-wrapper img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.far-member-profile-page-wrapper .profile-top-block-wrapper .desc-text-wrapper .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #23e0ff;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1023px) {
    .far-member-profile-page-wrapper .profile-top-block-wrapper .desc-text-wrapper .title {
        font-size: 37px;
    }
}

@media only screen and (max-width: 767px) {
    .far-member-profile-page-wrapper .profile-top-block-wrapper .desc-text-wrapper .title {
        margin-left: 180px;
    }
}

@media only screen and (max-width: 479px) {
    .far-member-profile-page-wrapper .profile-top-block-wrapper .desc-text-wrapper .title {
        margin-left: 0;
        text-align: center;
    }
}

.far-member-profile-page-wrapper .profile-top-block-wrapper .desc-text-wrapper .sub-title {
    opacity: 0.6;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
    .far-member-profile-page-wrapper .profile-top-block-wrapper .desc-text-wrapper .sub-title {
        margin-left: 180px;
    }
}

@media only screen and (max-width: 479px) {
    .far-member-profile-page-wrapper .profile-top-block-wrapper .desc-text-wrapper .sub-title {
        margin-left: 0;
        text-align: center;
    }
}

.far-member-profile-page-wrapper .profile-top-block-wrapper .desc-text-wrapper .sub-title .cat-name {
    font-size: 23px;
    display: inline-block;
}

.far-member-profile-page-wrapper .profile-top-block-wrapper .desc-text-wrapper .sub-title .cat-name:after {
    content: '\2022';
}

.far-member-profile-page-wrapper .profile-top-block-wrapper .desc-text-wrapper .sub-title .position {
    display: inline-block;
    font-size: 16px;
    line-height: 1.19;
    letter-spacing: 0.5px;
    color: #ffffff;
}

.far-member-profile-page-wrapper .profile-top-block-wrapper .desc-text-wrapper .email {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.73;
    letter-spacing: 0.2px;
    text-align: left;
    color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .far-member-profile-page-wrapper .profile-top-block-wrapper .desc-text-wrapper .email {
        margin-left: 180px;
    }
}

@media only screen and (max-width: 479px) {
    .far-member-profile-page-wrapper .profile-top-block-wrapper .desc-text-wrapper .email {
        margin-left: 0;
        text-align: center;
    }
}

.far-member-profile-page-wrapper .profile-top-block-wrapper .desc-text-wrapper .email img {
    margin-right: 10px;
}

.far-member-profile-page-wrapper .profile-content-wrapper {
    padding: 60px 0 80px;
}

.far-member-profile-page-wrapper .profile-content-wrapper .tabs > ul {
    margin-top: 15px;
    max-width: 270px;
    padding-bottom: 50px;
    border-right: 4px solid;
    border-color: rgba(151, 151, 151, 0.3);
    align-self: flex-start;
    padding-right: 0;
}

.far-member-profile-page-wrapper .profile-content-wrapper .tabs > ul > li {
    padding-right: 30px;
    border-right: 4px solid;
    border-color: rgba(255, 255, 255, 0);
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    margin-right: -4px;
    color: rgba(151, 151, 151, 0.3);
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
}

.far-member-profile-page-wrapper .profile-content-wrapper .tabs > ul > li.active {
    border-right: 4px solid #00e4ff;
    position: relative;
    color: #243b5e;
}

.far-member-profile-page-wrapper .profile-content-wrapper .tabs > ul > li:hover {
    border-color: #00e4ff;
}

@media only screen and (max-width: 767px) {
    .far-member-profile-page-wrapper .profile-content-wrapper .publications-tubs {
        padding-top: 30px;
        border-top: solid 2px rgba(151, 151, 151, 0.3);
    }
}

.far-member-profile-page-wrapper .profile-content-wrapper .publications-tubs > ul {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 50px;
    border-color: rgba(151, 151, 151, 0.3);
    padding-left: 0;
}

@media only screen and (max-width: 1023px) {
    .far-member-profile-page-wrapper .profile-content-wrapper .publications-tubs > ul {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }
}

.far-member-profile-page-wrapper .profile-content-wrapper .publications-tubs > ul > li {
    text-align: center;
    margin-right: 30px;
    list-style-type: none;
    padding: 8px 15px;
    border-bottom: 4px solid;
    border-color: rgba(255, 255, 255, 0);
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: rgba(151, 151, 151, 0.3);
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
}

.far-member-profile-page-wrapper .profile-content-wrapper .publications-tubs > ul > li.active {
    border-bottom: 4px solid #00e4ff;
    position: relative;
    color: #243b5e;
}

.far-member-profile-page-wrapper .profile-content-wrapper .publications-tubs > ul > li:hover {
    border-color: #00e4ff;
}

.far-member-profile-page-wrapper .profile-content-wrapper .publications-tubs > ul > li p {
    margin: 20px 0;
}

.far-member-profile-page-wrapper .profile-content-wrapper .publications-tubs > ul > li p:first-of-type:first-letter {
    --cap-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-stretch: inherit;
    height: auto;
    line-height: inherit;
    position: inherit;
    float: none;
    display: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    color: inherit;
}

.far-member-profile-page-wrapper .profile-content-wrapper .publications-tub-info .info-item {
    padding: 12px 0;
    border-bottom: solid 2px rgba(151, 151, 151, 0.3);
}

.far-member-profile-page-wrapper .profile-content-wrapper .publications-tub-info .info-item:last-of-type {
    border-bottom: 0;
}

.far-member-profile-page-wrapper .profile-content-wrapper .publications-tub-info .info-item p {
    margin: 20px 0;
}

.far-member-profile-page-wrapper .profile-content-wrapper .publications-tub-info .info-item p:first-of-type:first-letter {
    --cap-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-stretch: inherit;
    height: auto;
    line-height: inherit;
    position: inherit;
    float: none;
    display: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    color: #000000;
}

.far-member-profile-page-wrapper .prev-but {
    margin-top: 40px;
    padding: 20px 30px;
    background-color: #00e4ff;
    border-radius: 3px;
    display: inline-block;
}

.research-centre-page-wrapper .top-block-wrapper {
    padding: 70px 0;
    background-color: #253c5f;
    color: #fff;
    text-align: center;
}

.research-centre-page-wrapper .top-block-wrapper .division-name {
    text-transform: uppercase;
}

.research-centre-page-wrapper .top-block-wrapper .title {
    text-align: center;
    color: #fff;
    width: 50%;
    margin: 20px auto 0;
}

@media only screen and (max-width: 767px) {
    .research-centre-page-wrapper .top-block-wrapper .title {
        width: 100%;
    }
}

.research-centre-page-wrapper .top-block-wrapper .button-bottom-wrapper {
    margin-top: 45px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.research-centre-page-wrapper .top-block-wrapper .button-bottom-wrapper .button-bottom {
    border-radius: 50%;
    width: 42px;
    height: 42px;
    border: solid 2px rgba(151, 151, 151, 0.3);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.research-centre-page-wrapper .top-block-wrapper .button-bottom-wrapper .button-bottom img {
    width: 20px;
}

.research-centre-page-wrapper .top-block-wrapper .button-bottom-wrapper .but-title {
    margin-left: 15px;
}

.research-centre-page-wrapper .research-centre-content-wrapper {
    padding: 60px 0 80px;
}

@media only screen and (max-width: 767px) {
    .research-centre-page-wrapper .research-centre-content-wrapper {
        padding: 30px 0 50px;
    }
}

.research-centre-page-wrapper .research-centre-content-wrapper .tabs > ul {
    max-width: 270px;
    padding-bottom: 50px;
    border-right: 4px solid;
    border-color: rgba(151, 151, 151, 0.3);
    align-self: flex-start;
    padding-right: 0;
}

.research-centre-page-wrapper .research-centre-content-wrapper .tabs > ul > li {
    padding-right: 30px;
    border-right: 4px solid;
    border-color: rgba(255, 255, 255, 0);
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    margin-right: -4px;
    color: rgba(151, 151, 151, 0.3);
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
}

.research-centre-page-wrapper .research-centre-content-wrapper .tabs > ul > li.active {
    border-right: 4px solid #00e4ff;
    position: relative;
    color: #243b5e;
}

.research-centre-page-wrapper .research-centre-content-wrapper .tabs > ul > li:hover {
    border-color: #00e4ff;
}

@media only screen and (max-width: 767px) {
    .research-centre-page-wrapper .research-centre-content-wrapper .content p img {
        width: 60%;
        height: auto;
    }
}

@media only screen and (max-width: 479px) {
    .research-centre-page-wrapper .research-centre-content-wrapper .content p img {
        width: 100%;
    }
}

.research-centre-page-wrapper .research-centre-content-wrapper .items-wrapper {
    padding: 50px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

@media only screen and (max-width: 479px) {
    .research-centre-page-wrapper .research-centre-content-wrapper .items-wrapper {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}

.research-centre-page-wrapper .research-centre-content-wrapper .items-wrapper .item {
    max-width: 30%;
    width: 100%;
    margin-bottom: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

@media only screen and (max-width: 479px) {
    .research-centre-page-wrapper .research-centre-content-wrapper .items-wrapper .item {
        max-width: 80%;
    }
}

.research-centre-page-wrapper .research-centre-content-wrapper .items-wrapper .item img {
    width: 100%;
    object-fit: contain;
}

.research-centre-page-wrapper .research-centre-content-wrapper .toggle-items {
    margin-bottom: 30px;
}

.research-centre-page-wrapper .research-centre-content-wrapper .toggle-items .toggle-item {
    list-style-type: lower-alpha;
    border-bottom: 2px solid rgba(151, 151, 151, 0.3);
    padding-left: 30px;
}

.research-centre-page-wrapper .research-centre-content-wrapper .toggle-items .toggle-item:before {
    margin-right: 40px;
}

.research-centre-page-wrapper .research-centre-content-wrapper .toggle-items .toggle-item.open .item-title:after {
    color: #00e4ff;
    content: "\2212";
}

.research-centre-page-wrapper .research-centre-content-wrapper .toggle-items .toggle-item.open .item-text {
    opacity: 1;
    visibility: visible;
}

.research-centre-page-wrapper .research-centre-content-wrapper .toggle-items .toggle-item .item-title {
    padding-right: 50px;
    cursor: pointer;
    font-size: 23px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.09;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    margin: 30px 0;
    position: relative;
}

.research-centre-page-wrapper .research-centre-content-wrapper .toggle-items .toggle-item .item-title:after {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -.5em;
    color: #00e4ff;
    font-size: 30px;
    content: "\002B";
}

.research-centre-page-wrapper .research-centre-content-wrapper .toggle-items .toggle-item .item-text {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.96;
    letter-spacing: 0.6px;
    text-align: left;
    color: #646975;
    margin-bottom: 20px;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .1s, visibility .1s linear .1s, height .1s;
}

.research-centre-page-wrapper .research-centre-content-wrapper .contact-items-wrapper {
    padding-bottom: 50px;
    position: relative;
}

.research-centre-page-wrapper .research-centre-content-wrapper .contact-items-wrapper .item {
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.research-centre-page-wrapper .research-centre-content-wrapper .contact-items-wrapper .item .item-content {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.research-centre-page-wrapper .research-centre-content-wrapper .contact-items-wrapper .item .item-content .content {
    display: -webkit-flex;
    display: flex;
    max-width: 640px;
}

@media only screen and (max-width: 479px) {
    .research-centre-page-wrapper .research-centre-content-wrapper .contact-items-wrapper .item .item-content .content {
        -webkit-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
    }
}

.research-centre-page-wrapper .research-centre-content-wrapper .contact-items-wrapper .item .item-content .photo-wrapper {
    border-radius: 50%;
    width: 111px;
    height: 111px;
    min-width: 111px;
    background-color: #ededed;
    position: relative;
}

@media only screen and (max-width: 479px) {
    .research-centre-page-wrapper .research-centre-content-wrapper .contact-items-wrapper .item .item-content .photo-wrapper {
        margin-bottom: 10px;
    }
}

.research-centre-page-wrapper .research-centre-content-wrapper .contact-items-wrapper .item .item-content .photo-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.research-centre-page-wrapper .research-centre-content-wrapper .contact-items-wrapper .item .item-content .photo-wrapper .social {
    position: absolute;
    width: 32px;
    height: 32px;
    background-color: #3979db;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 700;
    bottom: 0;
    right: 0;
}

.research-centre-page-wrapper .research-centre-content-wrapper .contact-items-wrapper .item .item-content .text-wrapper {
    margin-left: 40px;
    color: #2d3542;
}

@media only screen and (max-width: 479px) {
    .research-centre-page-wrapper .research-centre-content-wrapper .contact-items-wrapper .item .item-content .text-wrapper {
        margin-bottom: 10px;
        margin-left: 0;
    }
}

.research-centre-page-wrapper .research-centre-content-wrapper .contact-items-wrapper .item .item-content .text-wrapper .title {
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
}

.research-centre-page-wrapper .research-centre-content-wrapper .contact-items-wrapper .item .item-content .text-wrapper .position {
    opacity: 0.7;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.36;
    letter-spacing: normal;
    text-align: left;
    color: #586374;
}

.research-centre-page-wrapper .research-centre-content-wrapper .contact-items-wrapper .item .item-content .text-wrapper .phones .phone {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.44;
    letter-spacing: normal;
    text-align: left;
}

.research-centre-page-wrapper .research-centre-content-wrapper .contact-items-wrapper .item .item-content .text-wrapper .phones .phone:first-child {
    border-right: 2px solid rgba(151, 151, 151, 0.3);
    margin-right: 20px;
    padding-right: 20px;
}

.research-centre-page-wrapper .research-centre-content-wrapper .contact-items-wrapper .item .item-content .text-wrapper .email {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.44;
    letter-spacing: normal;
    text-align: left;
}

.research-centre-page-wrapper .research-centre-content-wrapper .contact-items-wrapper .item .item-content .link-button {
    border-radius: 3px;
    background-color: #23e0ff;
    border: solid 2px #23e0ff;
    box-sizing: border-box;
    padding: 10px 25px;
}

@media only screen and (max-width: 479px) {
    .research-centre-page-wrapper .research-centre-content-wrapper .contact-items-wrapper .item .item-content .link-button {
        margin-bottom: 10px;
    }
}

.research-centre-page-wrapper .research-centre-content-wrapper .contact-items-wrapper .item .item-content .link-button:hover {
    transition: .2s;
    text-decoration: none;
    background-color: inherit;
}

.research-centre-page-wrapper .research-centre-content-wrapper .contact-items-wrapper .item hr {
    position: absolute;
    bottom: 0;
    width: 250%;
    opacity: 0.15;
    border: solid 1px #253c5f;
}

@media only screen and (max-width: 479px) {
    .research-centre-page-wrapper .research-centre-content-wrapper .contact-items-wrapper .item hr {
        width: 100%;
    }
}

.academic-areas-page-wrapper .top-block-wrapper {
    padding: 70px 0 100px;
    background-color: #253c5f;
    color: #fff;
    text-align: center;
}

.academic-areas-page-wrapper .top-block-wrapper .division-name {
    text-transform: uppercase;
}

.academic-areas-page-wrapper .top-block-wrapper .title {
    text-align: center;
    color: #fff;
    width: 50%;
    margin: 20px auto 0;
}

@media only screen and (max-width: 767px) {
    .academic-areas-page-wrapper .top-block-wrapper .title {
        width: 80%;
    }
}

@media only screen and (max-width: 479px) {
    .academic-areas-page-wrapper .top-block-wrapper .title {
        width: 100%;
    }
}

.academic-areas-page-wrapper .top-block-wrapper .button-bottom-wrapper {
    margin-top: 45px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.academic-areas-page-wrapper .top-block-wrapper .button-bottom-wrapper .button-bottom {
    border-radius: 50%;
    width: 42px;
    height: 42px;
    border: solid 2px rgba(151, 151, 151, 0.3);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.academic-areas-page-wrapper .top-block-wrapper .button-bottom-wrapper .button-bottom img {
    width: 20px;
}

.academic-areas-page-wrapper .top-block-wrapper .button-bottom-wrapper .but-title {
    margin-left: 15px;
}

.academic-areas-page-wrapper .academic-areas-committee-wrapper .inbound-students-block-bg-img {
    height: 350px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .academic-areas-page-wrapper .academic-areas-committee-wrapper .inbound-students-block-bg-img {
        height: 280px;
    }
}

.academic-areas-page-wrapper .academic-areas-committee-wrapper .contact-items-wrapper {
    margin-top: 30px;
    position: relative;
    max-width: 600px;
}

.academic-areas-page-wrapper .academic-areas-committee-wrapper .contact-items-wrapper .item {
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.academic-areas-page-wrapper .academic-areas-committee-wrapper .contact-items-wrapper .item .item-content {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.academic-areas-page-wrapper .academic-areas-committee-wrapper .contact-items-wrapper .item .item-content .content {
    display: -webkit-flex;
    display: flex;
    max-width: 640px;
}

@media only screen and (max-width: 479px) {
    .academic-areas-page-wrapper .academic-areas-committee-wrapper .contact-items-wrapper .item .item-content .content {
        -webkit-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
    }
}

.academic-areas-page-wrapper .academic-areas-committee-wrapper .contact-items-wrapper .item .item-content .photo-wrapper {
    border-radius: 50%;
    width: 111px;
    height: 111px;
    min-width: 111px;
    background-color: #ededed;
    position: relative;
}

@media only screen and (max-width: 479px) {
    .academic-areas-page-wrapper .academic-areas-committee-wrapper .contact-items-wrapper .item .item-content .photo-wrapper {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .academic-areas-page-wrapper .academic-areas-committee-wrapper .contact-items-wrapper .item .item-content .photo-wrapper {
        margin-bottom: 10px;
    }
}

.academic-areas-page-wrapper .academic-areas-committee-wrapper .contact-items-wrapper .item .item-content .photo-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.academic-areas-page-wrapper .academic-areas-committee-wrapper .contact-items-wrapper .item .item-content .photo-wrapper .social {
    position: absolute;
    width: 32px;
    height: 32px;
    background-color: #3979db;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 700;
    bottom: 0;
    right: 0;
}

.academic-areas-page-wrapper .academic-areas-committee-wrapper .contact-items-wrapper .item .item-content .text-wrapper {
    margin-left: 40px;
    color: #2d3542;
}

@media only screen and (max-width: 479px) {
    .academic-areas-page-wrapper .academic-areas-committee-wrapper .contact-items-wrapper .item .item-content .text-wrapper {
        margin-bottom: 10px;
        margin-left: 0;
    }
}

.academic-areas-page-wrapper .academic-areas-committee-wrapper .contact-items-wrapper .item .item-content .text-wrapper .title {
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
}

.academic-areas-page-wrapper .academic-areas-committee-wrapper .contact-items-wrapper .item .item-content .text-wrapper .position {
    opacity: 0.7;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.36;
    letter-spacing: normal;
    text-align: left;
    color: #586374;
}

.academic-areas-page-wrapper .academic-areas-committee-wrapper .contact-items-wrapper .item .item-content .text-wrapper .phones .phone {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.44;
    letter-spacing: normal;
    text-align: left;
}

.academic-areas-page-wrapper .academic-areas-committee-wrapper .contact-items-wrapper .item .item-content .text-wrapper .phones .phone:first-child {
    border-right: 2px solid rgba(151, 151, 151, 0.3);
    margin-right: 20px;
    padding-right: 20px;
}

.academic-areas-page-wrapper .academic-areas-committee-wrapper .contact-items-wrapper .item .item-content .text-wrapper .email {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.44;
    letter-spacing: normal;
    text-align: left;
}

.academic-areas-page-wrapper .academic-areas-committee-wrapper .contact-items-wrapper .item .item-content .link-button {
    border-radius: 3px;
    background-color: #23e0ff;
    border: solid 2px #23e0ff;
    box-sizing: border-box;
    padding: 10px 25px;
}

@media only screen and (max-width: 479px) {
    .academic-areas-page-wrapper .academic-areas-committee-wrapper .contact-items-wrapper .item .item-content .link-button {
        margin-bottom: 10px;
    }
}

.academic-areas-page-wrapper .academic-areas-committee-wrapper .contact-items-wrapper .item .item-content .link-button:hover {
    transition: .2s;
    text-decoration: none;
    background-color: inherit;
}

.academic-areas-page-wrapper .academic-areas-committee-wrapper .contact-items-wrapper .item hr {
    position: absolute;
    bottom: 0;
    width: 250%;
    opacity: 0.15;
    border: solid 1px #253c5f;
}

@media only screen and (max-width: 479px) {
    .academic-areas-page-wrapper .academic-areas-committee-wrapper .contact-items-wrapper .item hr {
        width: 100%;
    }
}

.academic-areas-page-wrapper .academic-areas-assistant-wrapper {
    border-top: solid 2px rgba(151, 151, 151, 0.3);
    padding: 50px 0 100px;
}

@media only screen and (max-width: 767px) {
    .academic-areas-page-wrapper .academic-areas-assistant-wrapper {
        padding: 30px 0 40px;
    }
}

.academic-areas-page-wrapper .academic-areas-assistant-wrapper .items-wrapper {
    margin-top: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.academic-areas-page-wrapper .academic-areas-assistant-wrapper .items-wrapper .item {
    width: 50%;
    margin-bottom: 30px;
}

.academic-areas-page-wrapper .content-wrapper {
    padding: 50px 0 40px;
}

.academic-areas-page-wrapper .content-wrapper .content p {
    margin: 20px 0;
}

.academic-areas-page-wrapper .content-wrapper .content p:first-of-type:first-letter {
    --cap-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-stretch: inherit;
    height: auto;
    line-height: inherit;
    position: inherit;
    float: none;
    display: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    color: inherit;
}

.academic-areas-page-wrapper .academic-areas-content-wrapper {
    padding: 70px 0 100px;
}

@media only screen and (max-width: 767px) {
    .academic-areas-page-wrapper .academic-areas-content-wrapper {
        padding: 50px 0 60px;
    }
}

.academic-areas-page-wrapper .academic-areas-content-wrapper .toggle-items {
    max-width: 870px;
    margin: 0 auto 30px;
}

@media only screen and (max-width: 767px) {
    .academic-areas-page-wrapper .academic-areas-content-wrapper .toggle-items {
        padding-left: 15px;
    }
}

.academic-areas-page-wrapper .academic-areas-content-wrapper .toggle-items .toggle-item {
    list-style-type: decimal-leading-zero;
    border-bottom: 2px solid #253c5f;
    padding-left: 30px;
}

.academic-areas-page-wrapper .academic-areas-content-wrapper .toggle-items .toggle-item:before {
    border-left: 2px solid red;
}

.academic-areas-page-wrapper .academic-areas-content-wrapper .toggle-items .toggle-item.open .item-title:after {
    color: #00e4ff;
    content: "\2212";
}

.academic-areas-page-wrapper .academic-areas-content-wrapper .toggle-items .toggle-item.open .item-text {
    opacity: 1;
    visibility: visible;
}

.academic-areas-page-wrapper .academic-areas-content-wrapper .toggle-items .toggle-item .item-title {
    padding-right: 50px;
    cursor: pointer;
    font-size: 23px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.09;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    margin: 30px 0;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .academic-areas-page-wrapper .academic-areas-content-wrapper .toggle-items .toggle-item .item-title {
        font-size: 18px;
    }
}

.academic-areas-page-wrapper .academic-areas-content-wrapper .toggle-items .toggle-item .item-title:after {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -.5em;
    color: #00e4ff;
    font-size: 30px;
    content: "\002B";
}

.academic-areas-page-wrapper .academic-areas-content-wrapper .toggle-items .toggle-item .item-text {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.96;
    letter-spacing: 0.6px;
    text-align: left;
    color: #646975;
    margin-bottom: 20px;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .1s, visibility .1s linear .1s, height .1s;
}

.academic-areas-page-wrapper .academic-areas-content-wrapper .toggle-items .toggle-item .item-text .profiles-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 35px;
}

.academic-areas-page-wrapper .academic-areas-content-wrapper .toggle-items .toggle-item .item-text .profiles-wrapper .profile {
    width: 100%;
    max-width: 45%;
    padding-bottom: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

@media only screen and (max-width: 1023px) {
    .academic-areas-page-wrapper .academic-areas-content-wrapper .toggle-items .toggle-item .item-text .profiles-wrapper .profile {
        max-width: 47%;
    }
}

@media only screen and (max-width: 767px) {
    .academic-areas-page-wrapper .academic-areas-content-wrapper .toggle-items .toggle-item .item-text .profiles-wrapper .profile {
        max-width: 80%;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 479px) {
    .academic-areas-page-wrapper .academic-areas-content-wrapper .toggle-items .toggle-item .item-text .profiles-wrapper .profile {
        max-width: 100%;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.academic-areas-page-wrapper .academic-areas-content-wrapper .toggle-items .toggle-item .item-text .profiles-wrapper .profile .photo {
    min-width: 67px;
    width: 67px;
    height: 67px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

@media only screen and (max-width: 479px) {
    .academic-areas-page-wrapper .academic-areas-content-wrapper .toggle-items .toggle-item .item-text .profiles-wrapper .profile .photo {
        margin-right: 100%;
    }
}

.academic-areas-page-wrapper .academic-areas-content-wrapper .toggle-items .toggle-item .item-text .profiles-wrapper .profile .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 479px) {
    .academic-areas-page-wrapper .academic-areas-content-wrapper .toggle-items .toggle-item .item-text .profiles-wrapper .profile .profile-info {
        width: 65%;
    }
}

.academic-areas-page-wrapper .academic-areas-content-wrapper .toggle-items .toggle-item .item-text .profiles-wrapper .profile .profile-info .name {
    margin-top: 15px;
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

.academic-areas-page-wrapper .academic-areas-content-wrapper .toggle-items .toggle-item .item-text .profiles-wrapper .profile .profile-info .position {
    opacity: 0.7;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #586374;
}

.academic-areas-page-wrapper .academic-areas-content-wrapper .toggle-items .toggle-item .item-text .profiles-wrapper .profile .profile-info .email {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.44;
    letter-spacing: normal;
    text-align: left;
    color: #2d3542;
}

.academic-areas-page-wrapper .academic-areas-content-wrapper .toggle-items .toggle-item .item-text .profiles-wrapper .profile .link-wrapper {
    border-radius: 50%;
    min-width: 42px;
    width: 42px;
    height: 42px;
    margin-top: 30px;
    margin-left: 40px;
    background-color: #23e0ff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.academic-areas-page-wrapper .academic-areas-content-wrapper .toggle-items .toggle-item .item-text .profiles-wrapper .profile .link-wrapper img {
    width: 20px;
}

.faculty-directory-page-wrapper .top-block-wrapper {
    padding: 70px 0 100px;
    background-color: #253c5f;
    color: #fff;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .faculty-directory-page-wrapper .top-block-wrapper {
        padding: 40px 0 60px;
    }
}

.faculty-directory-page-wrapper .top-block-wrapper .division-name {
    text-transform: uppercase;
}

.faculty-directory-page-wrapper .top-block-wrapper .title {
    text-align: center;
    color: #fff;
    width: 50%;
    margin: 20px auto 0;
}

@media only screen and (max-width: 767px) {
    .faculty-directory-page-wrapper .top-block-wrapper .title {
        width: 100%;
    }
}

.faculty-directory-page-wrapper .top-block-wrapper .button-bottom-wrapper {
    margin-top: 45px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.faculty-directory-page-wrapper .top-block-wrapper .button-bottom-wrapper .button-bottom {
    border-radius: 50%;
    width: 42px;
    height: 42px;
    border: solid 2px rgba(151, 151, 151, 0.3);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.faculty-directory-page-wrapper .top-block-wrapper .button-bottom-wrapper .button-bottom img {
    width: 20px;
}

.faculty-directory-page-wrapper .top-block-wrapper .button-bottom-wrapper .but-title {
    margin-left: 15px;
}

.faculty-directory-page-wrapper .top-block-wrapper .top-search-wrapper {
    margin-top: 40px;
    position: relative;
}

.faculty-directory-page-wrapper .top-block-wrapper .top-search-wrapper input {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    width: 60%;
    border: 0;
    padding: 15px 30px;
    border-radius: 3px;
    font-size: 21px;
}

@media only screen and (max-width: 767px) {
    .faculty-directory-page-wrapper .top-block-wrapper .top-search-wrapper input {
        width: 99%;
    }
}

.faculty-directory-page-wrapper .top-block-wrapper .top-search-wrapper button {
    border-radius: 3px;
    background-color: #23e0ff;
    border: 0;
    padding: 5px 35px;
    font-size: 15px;
    position: absolute;
    top: 15px;
    margin-left: -140px;
}

@media only screen and (max-width: 479px) {
    .faculty-directory-page-wrapper .top-block-wrapper .top-search-wrapper button {
        padding: 5px 15px;
        font-size: 14px;
        top: 15px;
        right: 10px;
    }
}

.faculty-directory-page-wrapper .faculty-directory-content-wrapper {
    padding: 70px 0 100px;
}

@media only screen and (max-width: 767px) {
    .faculty-directory-page-wrapper .faculty-directory-content-wrapper {
        padding: 50px 0 70px;
    }
}

.faculty-directory-page-wrapper .faculty-directory-content-wrapper .items-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.faculty-directory-page-wrapper .faculty-directory-content-wrapper .items-wrapper .item {
    width: 100%;
    max-width: 30%;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .faculty-directory-page-wrapper .faculty-directory-content-wrapper .items-wrapper .item {
        max-width: 49%;
    }
}

@media only screen and (max-width: 479px) {
    .faculty-directory-page-wrapper .faculty-directory-content-wrapper .items-wrapper .item {
        max-width: 100%;
    }
}

.faculty-directory-page-wrapper .faculty-directory-content-wrapper .items-wrapper .item .name {
    font-size: 21px;
    font-weight: bold;
}

.faculty-directory-page-wrapper .faculty-directory-content-wrapper .items-wrapper .item .position {
    font-size: 16px;
    width: 70%;
}

@media only screen and (max-width: 1023px) {
    .faculty-directory-page-wrapper .faculty-directory-content-wrapper .items-wrapper .item .position {
        width: 100%;
    }
}

.far-research-publications-page-wrapper .top-block-wrapper {
    padding: 70px 0 100px;
    background-color: #253c5f;
    color: #fff;
    text-align: center;
}

.far-research-publications-page-wrapper .top-block-wrapper .division-name {
    text-transform: uppercase;
}

.far-research-publications-page-wrapper .top-block-wrapper .title {
    text-align: center;
    color: #fff;
    width: 50%;
    margin: 20px auto 0;
}

.far-research-publications-page-wrapper .top-block-wrapper .button-bottom-wrapper {
    margin-top: 45px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.far-research-publications-page-wrapper .top-block-wrapper .button-bottom-wrapper .button-bottom {
    border-radius: 50%;
    width: 42px;
    height: 42px;
    border: solid 2px rgba(151, 151, 151, 0.3);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.far-research-publications-page-wrapper .top-block-wrapper .button-bottom-wrapper .button-bottom img {
    width: 20px;
}

.far-research-publications-page-wrapper .top-block-wrapper .button-bottom-wrapper .but-title {
    margin-left: 15px;
}

.far-research-publications-page-wrapper .top-block-wrapper .base-wrapper {
    position: relative;
}

.far-research-publications-page-wrapper .top-block-wrapper .base-wrapper .subscribe-button {
    padding: 10px 30px;
    border-radius: 3px;
    background-color: #23e0ff;
    cursor: pointer;
    position: absolute;
    right: 50px;
    bottom: -60px;
    color: #253c5f;
    font-weight: bold;
}

.far-research-publications-page-wrapper .profile-content-wrapper {
    padding: 60px 0 80px;
}

.far-research-publications-page-wrapper .profile-content-wrapper .tabs > ul {
    margin-top: 15px;
    max-width: 270px;
    padding-bottom: 50px;
    border-right: 4px solid;
    border-color: rgba(151, 151, 151, 0.3);
    align-self: flex-start;
    padding-right: 0;
}

.far-research-publications-page-wrapper .profile-content-wrapper .tabs > ul > li {
    padding-right: 30px;
    border-right: 4px solid;
    border-color: rgba(255, 255, 255, 0);
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    margin-right: -4px;
    color: rgba(151, 151, 151, 0.3);
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
}

.far-research-publications-page-wrapper .profile-content-wrapper .tabs > ul > li.active {
    border-right: 4px solid #00e4ff;
    position: relative;
    color: #243b5e;
}

.far-research-publications-page-wrapper .profile-content-wrapper .tabs > ul > li:hover {
    border-color: #00e4ff;
}

.far-research-publications-page-wrapper .profile-content-wrapper .content p {
    margin: 20px 0;
}

.far-research-publications-page-wrapper .profile-content-wrapper .content p:first-of-type:first-letter {
    --cap-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-stretch: inherit;
    height: auto;
    line-height: inherit;
    position: inherit;
    float: none;
    display: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    color: #000000;
}

.far-research-publications-page-wrapper .profile-content-wrapper .publications-tub-info .info-item {
    padding: 12px 0;
    border-bottom: solid 2px rgba(151, 151, 151, 0.3);
}

.far-research-publications-page-wrapper .profile-content-wrapper .publications-tub-info .info-item:last-of-type {
    border-bottom: 0;
}

.far-research-publications-page-wrapper .profile-content-wrapper .publications-tub-wrapper .publications-tubs {
    padding-left: 0;
}

.far-research-publications-page-wrapper .profile-content-wrapper .publications-tub-wrapper .publications-tubs > ul {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 50px;
    border-color: rgba(151, 151, 151, 0.3);
    padding-left: 0;
}

.far-research-publications-page-wrapper .profile-content-wrapper .publications-tub-wrapper .publications-tubs > ul > li {
    margin-right: 30px;
    list-style-type: none;
    padding: 8px 15px;
    border-bottom: 4px solid;
    border-color: rgba(255, 255, 255, 0);
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: rgba(151, 151, 151, 0.3);
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
}

.far-research-publications-page-wrapper .profile-content-wrapper .publications-tub-wrapper .publications-tubs > ul > li.active {
    border-bottom: 4px solid #00e4ff;
    position: relative;
    color: #243b5e;
}

.far-research-publications-page-wrapper .profile-content-wrapper .publications-tub-wrapper .publications-tubs > ul > li:hover {
    border-color: #00e4ff;
}

.far-research-publications-page-wrapper .profile-content-wrapper .publications-tub-wrapper .publications-tubs > ul > li p {
    margin: 20px 0;
}

.far-research-publications-page-wrapper .profile-content-wrapper .publications-tub-wrapper .publications-tubs > ul > li p:first-of-type:first-letter {
    --cap-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-stretch: inherit;
    height: auto;
    line-height: inherit;
    position: inherit;
    float: none;
    display: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    color: inherit;
}

.far-research-publications-page-wrapper .profile-content-wrapper .publications-tub-wrapper .publications-tub-info .info-item {
    padding: 12px 0;
    border-bottom: solid 2px rgba(151, 151, 151, 0.3);
}

.far-research-publications-page-wrapper .profile-content-wrapper .publications-tub-wrapper .publications-tub-info .info-item:last-of-type {
    border-bottom: 0;
}

.pum-theme-lightbox {
    background-color: rgba(246, 246, 246, 0.9) !important;
}

.pum-theme-lightbox #popmake-3499 {
    box-shadow: 0px 0px 5px 0px rgba(2, 2, 2, 0.4);
}

.pum-theme-lightbox #popmake-3499.pum-container {
    border: 0;
}

.pum-theme-lightbox #popmake-3499 .cw-30, .pum-theme-lightbox #popmake-3499 .cw-70 {
    width: 100%;
}

.pum-theme-lightbox #popmake-3499 .pum-close {
    border: 0;
    background: 0;
    box-shadow: none;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    font-size: 0;
    line-height: 0;
}

.pum-theme-lightbox #popmake-3499 .pum-close img {
    width: 100% !important;
    height: 100% !important;
}

.pum-theme-lightbox #popmake-3499 .contacts-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pum-theme-lightbox #popmake-3499 .contacts-wrapper .contact-item {
    margin-bottom: 30px;
}

.pum-theme-lightbox #popmake-3499 .contacts-wrapper .contact-item.f-w {
    width: 90%;
}

.pum-theme-lightbox #popmake-3499 .contacts-wrapper .contact-item.p-w {
    width: 40%;
}

@media only screen and (max-width: 767px) {
    .pum-theme-lightbox #popmake-3499 .contacts-wrapper .contact-item.p-w {
        width: 90%;
    }
}

.pum-theme-lightbox #popmake-3499 .contacts-wrapper .contact-item .title {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #253c5f;
    margin-bottom: 15px;
}

.pum-theme-lightbox #popmake-3499 .contacts-wrapper .contact-item .title svg {
    margin-left: -20px;
    position: absolute;
}

.pum-theme-lightbox #popmake-3499 .contacts-wrapper .contact-item .form-input {
    font-size: 17px;
    text-align: left;
    color: #243b5e;
    width: 100%;
    padding: 15px;
    background-color: #f6f6f6;
    border: 0;
    border-radius: 3px;
}

.pum-theme-lightbox #popmake-3499 .contacts-wrapper .contact-item .form-input::-moz-placeholder {
    color: rgba(151, 151, 151, 0.3);
    opacity: 1;
}

.pum-theme-lightbox #popmake-3499 .contacts-wrapper .contact-item .form-input::-webkit-input-placeholder {
    color: rgba(151, 151, 151, 0.3);
    opacity: 1;
}

.pum-theme-lightbox #popmake-3499 .contact-item-button-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .pum-theme-lightbox #popmake-3499 .contact-item-button-wrapper {
        padding: 0 12%;
    }
}

.pum-theme-lightbox #popmake-3499 .contact-item-button-wrapper .contact-item-button {
    border-radius: 3px;
    background-color: #23e0ff;
    border: solid 2px #23e0ff;
    display: inline-block;
    padding: 15px 50px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .pum-theme-lightbox #popmake-3499 .contact-item-button-wrapper .contact-item-button {
        margin-bottom: 0;
    }
}

.pum-theme-lightbox #popmake-3499 .wpcf7-mail-sent-ok {
    padding: 20px 50px 20px;
    border-radius: 3px;
    border-color: #23e0ff;
    background: #fff;
}

.form-input-hidden {
    display: none !important;
}

.fr-news-page-contact-block-wrapper {
    background-color: #c5f7ff;
    padding: 70px 0 70px;
}

.fr-news-page-contact-block-wrapper .dgd_stb_box, .fr-news-page-contact-block-wrapper .dgd_stb_tab {
    z-index: 1 !important;
    display: block !important;
    position: static !important;
    width: 100% !important;
}

.fr-news-page-contact-block-wrapper .stbMsgArea {
    margin-top: 50px;
    text-align: center;
    font-size: 50px;
}

.fr-news-page-contact-block-wrapper .contacts-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.fr-news-page-contact-block-wrapper .contacts-wrapper .contact-item {
    margin-left: 10%;
    margin-bottom: 30px;
}

.fr-news-page-contact-block-wrapper .contacts-wrapper .contact-item.f-w {
    width: 90%;
}

.fr-news-page-contact-block-wrapper .contacts-wrapper .contact-item.p-w {
    width: 40%;
}

@media only screen and (max-width: 767px) {
    .fr-news-page-contact-block-wrapper .contacts-wrapper .contact-item.p-w {
        width: 90%;
    }
}

.fr-news-page-contact-block-wrapper .contacts-wrapper .contact-item .title {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #253c5f;
    margin-bottom: 15px;
}

.fr-news-page-contact-block-wrapper .contacts-wrapper .contact-item .title svg {
    margin-left: -20px;
    position: absolute;
}

.fr-news-page-contact-block-wrapper .contacts-wrapper .contact-item .form-input {
    background: inherit;
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.93;
    letter-spacing: normal;
    text-align: left;
    color: #253c5f;
    border: 0;
    border-bottom: solid 2px rgba(151, 151, 151, 0.3);
    width: 100%;
    padding-bottom: 10px;
}

@media only screen and (max-width: 1023px) {
    .fr-news-page-contact-block-wrapper .contacts-wrapper .contact-item .form-input {
        font-size: 23px;
    }
}

.fr-news-page-contact-block-wrapper .contacts-wrapper .contact-item .form-input::-moz-placeholder {
    color: rgba(151, 151, 151, 0.3);
    opacity: 1;
}

.fr-news-page-contact-block-wrapper .contacts-wrapper .contact-item .form-input::-webkit-input-placeholder {
    color: rgba(151, 151, 151, 0.3);
    opacity: 1;
}

.fr-news-page-contact-block-wrapper .contact-item-button-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .fr-news-page-contact-block-wrapper .contact-item-button-wrapper {
        padding: 0 12%;
    }
}

.fr-news-page-contact-block-wrapper .contact-item-button-wrapper .contact-item-button {
    border-radius: 3px;
    background-color: #23e0ff;
    border: solid 2px #23e0ff;
    display: inline-block;
    padding: 15px 50px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .fr-news-page-contact-block-wrapper .contact-item-button-wrapper .contact-item-button {
        margin-bottom: 0;
    }
}

.fr-news-page-contact-block-wrapper .wpcf7-mail-sent-ok {
    padding: 20px 50px 20px;
    border-radius: 3px;
    border-color: #23e0ff;
    background: #fff;
}

.mba-home-page-wrapper .top-block-bg {
    height: 640px;
}

@media only screen and (max-width: 479px) {
    .mba-home-page-wrapper .top-block-bg {
        height: auto;
    }
}

.mba-home-page-wrapper .top-block-bg .base-wrapper {
    width: 100%;
    position: relative;
}

.mba-home-page-wrapper .top-block-bg .base-wrapper .page-top-block-info {
    width: 100%;
    max-width: 450px;
    background-color: #253c5f;
    height: 100%;
    padding: 0 50px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 479px) {
    .mba-home-page-wrapper .top-block-bg .base-wrapper .page-top-block-info {
        padding: 30px;
    }
}

.mba-home-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #23e0ff;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .mba-home-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .title {
        font-size: 37px;
    }
}

.mba-home-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .text {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.84;
    letter-spacing: 0.7px;
    text-align: left;
    color: #ffffff;
}

.mba-home-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .button-bottom {
    border-radius: 50%;
    width: 42px;
    height: 42px;
    border: solid 2px rgba(151, 151, 151, 0.3);
    margin-top: 26px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.mba-home-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .button-bottom img {
    width: 20px;
}

.mba-home-page-wrapper .top-block-bg .base-wrapper .apply-block-wrapper {
    position: absolute;
    bottom: 35px;
    right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 300px;
}

.mba-home-page-wrapper .top-block-bg .base-wrapper .apply-block-wrapper .num {
    width: 100%;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: right;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 10px;
    font-weight: 700;
}

.mba-home-page-wrapper .top-block-bg .base-wrapper .apply-block-wrapper .brochure-button {
    background-color: #243b5e;
    color: #fff;
}

.mba-home-page-wrapper .top-block-bg .base-wrapper .apply-block-wrapper .apply-button {
    background-color: #23e0ff;
}

.mba-home-page-wrapper .top-block-bg .base-wrapper .apply-block-wrapper .apply-block-but {
    border-radius: 3px;
    padding: 12px 35px;
    display: inline-block;
    font-weight: bold;
}

.mba-home-page-wrapper .should-attend-block-wrapper {
    padding: 30px 0 50px;
}

.mba-home-page-wrapper .should-attend-block-wrapper .items-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 40px;
}

.mba-home-page-wrapper .should-attend-block-wrapper .items-wrapper .item {
    padding-right: 15%;
    border-right: solid 2px rgba(151, 151, 151, 0.3);
}

@media only screen and (max-width: 767px) {
    .mba-home-page-wrapper .should-attend-block-wrapper .items-wrapper .item {
        max-width: 100%;
        width: 100%;
        border: 0;
        margin-bottom: 20px;
    }
}

.mba-home-page-wrapper .should-attend-block-wrapper .items-wrapper .item:last-child {
    border: none;
}

.mba-home-page-wrapper .should-attend-block-wrapper .items-wrapper .item .item-title {
    opacity: 0.7;
    font-size: 13px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 1.5px;
    color: #586374;
    margin-bottom: 5px;
}

.mba-home-page-wrapper .should-attend-block-wrapper .items-wrapper .item .item-text {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.47;
    color: #243b5e;
}

.mba-home-page-wrapper .description-block-wrapper {
    background-color: #f6f6f6;
    padding: 70px 0;
}

.mba-home-page-wrapper .quote-block-wrapper {
    padding: 50px 0 25px;
    color: #fff;
}

.mba-home-page-wrapper .quote-block-wrapper .cw-30 {
    padding: 0 15px;
}

.mba-home-page-wrapper .quote-block-wrapper .title {
    color: #fff;
    font-size: 32px;
}

.mba-home-page-wrapper .quote-block-wrapper .sub-author {
    opacity: 0.5;
}

.mba-home-page-wrapper .learning-outcome-block-wrapper {
    padding: 70px 0 80px;
}

.mba-home-page-wrapper .text-on-img-block-wrapper .top-block-title-wrapper .cw-30 {
    padding-right: 10%;
}

.mba-home-page-wrapper .text-on-img-block-wrapper .top-block-title-wrapper .cw-30 .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

@media only screen and (max-width: 767px) {
    .mba-home-page-wrapper .text-on-img-block-wrapper .top-block-title-wrapper .cw-30 .title {
        font-size: 37px;
    }
}

.mba-home-page-wrapper .text-on-img-block-wrapper .top-block-title-wrapper .text-wrapper {
    position: absolute;
    background: #fff;
    padding-top: 40px;
    padding-left: 60px;
    padding-bottom: 50px;
    width: 300%;
}

@media only screen and (max-width: 1200px) {
    .mba-home-page-wrapper .text-on-img-block-wrapper .top-block-title-wrapper .text-wrapper {
        padding-left: 30px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .mba-home-page-wrapper .text-on-img-block-wrapper .top-block-title-wrapper .text-wrapper {
        position: inherit;
        width: 100%;
        padding-left: 0;
    }
}

.mba-home-page-wrapper .text-on-img-block-wrapper .top-block-title-wrapper .text-wrapper .text {
    max-width: 760px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.2px;
    text-align: left;
    color: #2d3542;
}

@media only screen and (max-width: 1200px) {
    .mba-home-page-wrapper .text-on-img-block-wrapper .top-block-title-wrapper .text-wrapper .text {
        max-width: 600px;
    }
}

@media only screen and (max-width: 1023px) {
    .mba-home-page-wrapper .text-on-img-block-wrapper .top-block-title-wrapper .text-wrapper .text {
        max-width: 460px;
    }
}

@media only screen and (max-width: 767px) {
    .mba-home-page-wrapper .text-on-img-block-wrapper .top-block-title-wrapper .text-wrapper .text {
        font-size: 16px;
    }
}

.mba-home-page-wrapper .text-on-img-block-wrapper .top-block-title-wrapper .text-wrapper .text strong {
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    margin-bottom: 30px;
    display: inline-block;
}

@media only screen and (max-width: 1023px) {
    .mba-home-page-wrapper .text-on-img-block-wrapper .top-block-title-wrapper .text-wrapper .text strong {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .mba-home-page-wrapper .text-on-img-block-wrapper .top-block-title-wrapper .text-wrapper .text strong {
        font-size: 18px;
    }
}

.mba-home-page-wrapper .text-on-img-block-wrapper .top-block-title-wrapper .text-wrapper .text p {
    margin: 20px 0;
}

.mba-home-page-wrapper .text-on-img-block-wrapper .top-block-title-wrapper .text-wrapper .text p:first-of-type:first-letter {
    --cap-height: 0.66;
    font-size: 62px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    height: 32px;
    line-height: 58px;
    position: relative;
    float: left;
    display: block;
    letter-spacing: 1px;
    text-align: justify;
    color: #08ccec;
}

.mba-home-page-wrapper .text-on-img-block-wrapper .top-block-img {
    width: 100%;
    height: 650px;
}

@media only screen and (max-width: 1200px) {
    .mba-home-page-wrapper .text-on-img-block-wrapper .top-block-img {
        height: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .mba-home-page-wrapper .text-on-img-block-wrapper .top-block-img {
        height: 380px;
    }
}

.mba-home-page-wrapper .structure-calendar-block-wrapper {
    border-top: solid 2px rgba(151, 151, 151, 0.3);
    padding: 70px 0 100px;
}

.mba-home-page-wrapper .structure-calendar-block-wrapper .years-block-bg {
    background: #c5f7ff;
    position: relative;
    width: 400%;
}

@media only screen and (max-width: 1200px) {
    .mba-home-page-wrapper .structure-calendar-block-wrapper .years-block-bg {
        width: 850px;
    }
}

.mba-home-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper {
    max-width: 770px;
    width: 100%;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
}

@media only screen and (max-width: 1200px) {
    .mba-home-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper {
        overflow-x: scroll;
    }
}

.mba-home-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-col {
    padding: 25px 50px 50px;
    border-right: solid 2px rgba(151, 151, 151, 0.3);
    line-height: 1.2;
}

@media only screen and (max-width: 767px) {
    .mba-home-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-col {
        padding: 25px;
    }
}

.mba-home-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-col .num {
    font-size: 54px;
    font-weight: bold;
    color: #4eacbc;
}

@media only screen and (max-width: 767px) {
    .mba-home-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-col .num {
        font-size: 32px;
    }
}

.mba-home-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-col .num.active {
    color: #243b5e;
}

.mba-home-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-table .year-table-item {
    padding: 35px 45px 50px 0;
    position: relative;
}

.mba-home-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-table .year-table-item p {
    margin: 20px 0;
}

.mba-home-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-table .year-table-item p:first-of-type:first-letter {
    --cap-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-stretch: inherit;
    height: auto;
    line-height: inherit;
    position: inherit;
    float: none;
    display: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    color: inherit;
}

@media only screen and (max-width: 767px) {
    .mba-home-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-table .year-table-item {
        padding: 15px 10px 20px 0;
    }
}

.mba-home-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-table .year-table-item hr {
    position: absolute;
    bottom: 0;
    width: 250%;
    opacity: 0.15;
    border: solid 1px #253c5f;
}

@media only screen and (max-width: 479px) {
    .mba-home-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-table .year-table-item hr {
        width: 200%;
    }
}

.mba-home-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-table .year-table-item .item-title {
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4eacbc;
    margin-left: 15px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .mba-home-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-table .year-table-item .item-title {
        margin-bottom: 10px;
    }
}

.mba-home-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-table .year-table-item table tr td {
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    font-size: 20px;
    line-height: 1.3;
}

.mba-home-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-table .year-table-item table tr td:first-child {
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.93;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    padding: 10px 30px 10px 15px;
}

@media only screen and (max-width: 767px) {
    .mba-home-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-table .year-table-item table tr td:first-child {
        font-size: 21px;
    }
}

.mba-home-page-wrapper .structure-calendar-block-wrapper .toggle-items {
    margin-bottom: 30px;
}

.mba-home-page-wrapper .structure-calendar-block-wrapper .toggle-items .toggle-item {
    list-style-type: lower-alpha;
    border-bottom: 2px solid #253c5f;
    padding-left: 30px;
}

.mba-home-page-wrapper .structure-calendar-block-wrapper .toggle-items .toggle-item:before {
    margin-right: 40px;
}

.mba-home-page-wrapper .structure-calendar-block-wrapper .toggle-items .toggle-item.open .item-title:after {
    color: #00e4ff;
    content: "\2212";
}

.mba-home-page-wrapper .structure-calendar-block-wrapper .toggle-items .toggle-item.open .item-text {
    opacity: 1;
    visibility: visible;
}

.mba-home-page-wrapper .structure-calendar-block-wrapper .toggle-items .toggle-item .item-title {
    padding-right: 50px;
    cursor: pointer;
    font-size: 23px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.09;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    margin: 30px 0;
    position: relative;
}

.mba-home-page-wrapper .structure-calendar-block-wrapper .toggle-items .toggle-item .item-title:after {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -.5em;
    color: #00e4ff;
    font-size: 30px;
    content: "\002B";
}

.mba-home-page-wrapper .structure-calendar-block-wrapper .toggle-items .toggle-item .item-text {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.96;
    letter-spacing: 0.6px;
    text-align: left;
    color: #646975;
    margin-bottom: 20px;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .1s, visibility .1s linear .1s, height .1s;
}

.mba-home-page-wrapper .structure-calendar-block-wrapper .toggle-items .toggle-item .item-text p {
    margin: 20px 0;
}

.mba-home-page-wrapper .structure-calendar-block-wrapper .toggle-items .toggle-item .item-text p:first-of-type:first-letter {
    --cap-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-stretch: inherit;
    height: auto;
    line-height: inherit;
    position: inherit;
    float: none;
    display: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    color: inherit;
}

.mba-home-page-wrapper .structure-calendar-block-wrapper .button {
    margin-top: 40px;
    border-radius: 3px;
    background-color: #23e0ff;
    border: solid 2px #23e0ff;
    display: inline-block;
    padding: 15px 35px;
    font-weight: bold;
}

.mba-home-page-wrapper .apply-bottom-block-wrapper {
    padding: 100px 0 120px;
}

.mba-home-page-wrapper .apply-bottom-block-wrapper .title {
    color: #fff;
}

.mba-home-page-wrapper .apply-bottom-block-wrapper ul li {
    list-style-type: decimal-leading-zero;
    border-bottom: solid 2px rgba(151, 151, 151, 0.3);
    color: #fff;
    padding: 25px 0 25px 20px;
}

.mba-home-page-wrapper .apply-bottom-block-wrapper ul li h3 {
    color: #fff;
    font-size: 21px;
    display: inline-block;
}

.mba-home-page-wrapper .apply-bottom-block-wrapper ul li a {
    color: #23e0ff;
}

.mba-home-page-wrapper .apply-bottom-block-wrapper ul li:last-of-type {
    border-bottom: 0;
}

.mba-home-page-wrapper .apply-bottom-block-wrapper ul li .download-button {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.33;
    color: #253c5f;
    border-radius: 3px;
    background-color: #23e0ff;
    padding: 10px 20px;
    display: inline-block;
}

.career-services-page-wrapper .top-block-bg {
    height: 640px;
}

@media only screen and (max-width: 479px) {
    .career-services-page-wrapper .top-block-bg {
        height: auto;
        padding: 0 15px;
    }
}

.career-services-page-wrapper .top-block-bg .base-wrapper {
    width: 100%;
}

@media only screen and (max-width: 479px) {
    .career-services-page-wrapper .top-block-bg .base-wrapper {
        padding: 0;
    }
}

.career-services-page-wrapper .top-block-bg .base-wrapper .page-top-block-info {
    width: 100%;
    max-width: 450px;
    background-color: #253c5f;
    height: 100%;
    padding: 0 50px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 479px) {
    .career-services-page-wrapper .top-block-bg .base-wrapper .page-top-block-info {
        padding: 15px;
    }
}

.career-services-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #23e0ff;
    margin-bottom: 20px;
}

@media only screen and (max-width: 479px) {
    .career-services-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .title {
        font-size: 36px;
    }
}

.career-services-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .text {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.84;
    letter-spacing: 0.7px;
    text-align: left;
    color: #ffffff;
}

.career-services-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .button-bottom {
    border-radius: 50%;
    width: 42px;
    height: 42px;
    border: solid 2px rgba(151, 151, 151, 0.3);
    margin-top: 26px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.career-services-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .button-bottom img {
    width: 20px;
}

.career-services-page-wrapper .career-services-content-wrapper {
    padding: 60px 0 80px;
}

.career-services-page-wrapper .career-services-content-wrapper .tabs > ul {
    max-width: 270px;
    padding-bottom: 50px;
    border-right: 4px solid;
    border-color: rgba(151, 151, 151, 0.3);
    align-self: flex-start;
    padding-right: 0;
}

.career-services-page-wrapper .career-services-content-wrapper .tabs > ul > li {
    padding-right: 30px;
    border-right: 4px solid;
    border-color: rgba(255, 255, 255, 0);
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    margin-right: -4px;
    color: rgba(151, 151, 151, 0.3);
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
}

.career-services-page-wrapper .career-services-content-wrapper .tabs > ul > li.active {
    border-right: 4px solid #00e4ff;
    position: relative;
    color: #243b5e;
}

.career-services-page-wrapper .career-services-content-wrapper .tabs > ul > li:hover {
    border-color: #00e4ff;
}

.career-services-page-wrapper .career-services-content-wrapper .work-tub .toggle-items {
    margin-bottom: 30px;
}

.career-services-page-wrapper .career-services-content-wrapper .work-tub .toggle-items .toggle-item {
    list-style-type: lower-alpha;
    border-bottom: 2px solid #253c5f;
    padding-left: 30px;
}

.career-services-page-wrapper .career-services-content-wrapper .work-tub .toggle-items .toggle-item:before {
    margin-right: 40px;
}

.career-services-page-wrapper .career-services-content-wrapper .work-tub .toggle-items .toggle-item.open .item-title:after {
    color: #00e4ff;
    content: "\2212";
}

.career-services-page-wrapper .career-services-content-wrapper .work-tub .toggle-items .toggle-item.open .item-text {
    opacity: 1;
    visibility: visible;
}

.career-services-page-wrapper .career-services-content-wrapper .work-tub .toggle-items .toggle-item .item-title {
    padding-right: 50px;
    cursor: pointer;
    font-size: 23px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.09;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    margin: 30px 0;
    position: relative;
}

.career-services-page-wrapper .career-services-content-wrapper .work-tub .toggle-items .toggle-item .item-title:after {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -.5em;
    color: #00e4ff;
    font-size: 30px;
    content: "\002B";
}

.career-services-page-wrapper .career-services-content-wrapper .work-tub .toggle-items .toggle-item .item-text {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.96;
    letter-spacing: 0.6px;
    text-align: left;
    color: #646975;
    margin-bottom: 20px;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .1s, visibility .1s linear .1s, height .1s;
}

.career-services-page-wrapper .career-services-content-wrapper .team-tub {
    padding-top: 70px;
    padding-bottom: 50px;
}

.career-services-page-wrapper .career-services-content-wrapper .team-tub .contact-items-wrapper {
    position: relative;
}

.career-services-page-wrapper .career-services-content-wrapper .team-tub .contact-items-wrapper .item {
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.career-services-page-wrapper .career-services-content-wrapper .team-tub .contact-items-wrapper .item .item-content {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.career-services-page-wrapper .career-services-content-wrapper .team-tub .contact-items-wrapper .item .item-content .content {
    display: -webkit-flex;
    display: flex;
    max-width: 640px;
}

@media only screen and (max-width: 479px) {
    .career-services-page-wrapper .career-services-content-wrapper .team-tub .contact-items-wrapper .item .item-content .content {
        -webkit-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
    }
}

.career-services-page-wrapper .career-services-content-wrapper .team-tub .contact-items-wrapper .item .item-content .photo-wrapper {
    border-radius: 50%;
    width: 111px;
    height: 111px;
    min-width: 111px;
    background-color: #ededed;
    position: relative;
}

@media only screen and (max-width: 479px) {
    .career-services-page-wrapper .career-services-content-wrapper .team-tub .contact-items-wrapper .item .item-content .photo-wrapper {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .career-services-page-wrapper .career-services-content-wrapper .team-tub .contact-items-wrapper .item .item-content .photo-wrapper {
        margin-bottom: 10px;
    }
}

.career-services-page-wrapper .career-services-content-wrapper .team-tub .contact-items-wrapper .item .item-content .photo-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.career-services-page-wrapper .career-services-content-wrapper .team-tub .contact-items-wrapper .item .item-content .photo-wrapper .social {
    position: absolute;
    width: 32px;
    height: 32px;
    background-color: #3979db;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 700;
    bottom: 0;
    right: 0;
}

.career-services-page-wrapper .career-services-content-wrapper .team-tub .contact-items-wrapper .item .item-content .text-wrapper {
    margin-left: 40px;
    color: #2d3542;
}

@media only screen and (max-width: 479px) {
    .career-services-page-wrapper .career-services-content-wrapper .team-tub .contact-items-wrapper .item .item-content .text-wrapper {
        margin-bottom: 10px;
        margin-left: 0;
    }
}

.career-services-page-wrapper .career-services-content-wrapper .team-tub .contact-items-wrapper .item .item-content .text-wrapper .title {
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
}

.career-services-page-wrapper .career-services-content-wrapper .team-tub .contact-items-wrapper .item .item-content .text-wrapper .position {
    opacity: 0.7;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.36;
    letter-spacing: normal;
    text-align: left;
    color: #586374;
}

.career-services-page-wrapper .career-services-content-wrapper .team-tub .contact-items-wrapper .item .item-content .text-wrapper .phones .phone {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.44;
    letter-spacing: normal;
    text-align: left;
}

.career-services-page-wrapper .career-services-content-wrapper .team-tub .contact-items-wrapper .item .item-content .text-wrapper .phones .phone:first-child {
    border-right: 2px solid rgba(151, 151, 151, 0.3);
    margin-right: 20px;
    padding-right: 20px;
}

.career-services-page-wrapper .career-services-content-wrapper .team-tub .contact-items-wrapper .item .item-content .text-wrapper .email {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.44;
    letter-spacing: normal;
    text-align: left;
}

.career-services-page-wrapper .career-services-content-wrapper .team-tub .contact-items-wrapper .item .item-content .link-button {
    border-radius: 3px;
    background-color: #23e0ff;
    border: solid 2px #23e0ff;
    box-sizing: border-box;
    padding: 10px 25px;
}

@media only screen and (max-width: 479px) {
    .career-services-page-wrapper .career-services-content-wrapper .team-tub .contact-items-wrapper .item .item-content .link-button {
        margin-bottom: 10px;
    }
}

.career-services-page-wrapper .career-services-content-wrapper .team-tub .contact-items-wrapper .item .item-content .link-button:hover {
    transition: .2s;
    text-decoration: none;
    background-color: inherit;
}

.career-services-page-wrapper .career-services-content-wrapper .team-tub .contact-items-wrapper .item hr {
    position: absolute;
    bottom: 0;
    width: 250%;
    opacity: 0.15;
    border: solid 1px #253c5f;
}

@media only screen and (max-width: 479px) {
    .career-services-page-wrapper .career-services-content-wrapper .team-tub .contact-items-wrapper .item hr {
        width: 100%;
    }
}

.mba-connected-page-wrapper .top-block-bg {
    height: 640px;
}

@media only screen and (max-width: 767px) {
    .mba-connected-page-wrapper .top-block-bg {
        height: 300px;
    }
}

.mba-connected-page-wrapper .top-block-bg .base-wrapper {
    width: 100%;
}

.mba-connected-page-wrapper .top-block-bg .base-wrapper .page-top-block-info {
    width: 100%;
    max-width: 450px;
    height: 100%;
    background: inherit;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    color: #fff;
}

@media only screen and (max-width: 1200px) {
    .mba-connected-page-wrapper .top-block-bg .base-wrapper .page-top-block-info {
        margin-left: 110px;
    }
}

@media only screen and (max-width: 767px) {
    .mba-connected-page-wrapper .top-block-bg .base-wrapper .page-top-block-info {
        margin-left: 0;
    }
}

.mba-connected-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
}

@media only screen and (max-width: 479px) {
    .mba-connected-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .title {
        font-size: 37px;
    }
}

.mba-connected-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .social-links-wrapper {
    margin-top: 40px;
}

@media only screen and (max-width: 479px) {
    .mba-connected-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .social-links-wrapper {
        margin-top: 15px;
    }
}

.mba-connected-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .social-links-wrapper .links .link {
    margin-right: 30px;
}

.mba-connected-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .social-links-wrapper .links .link:first-child {
    border-right: 2px solid rgba(151, 151, 151, 0.3);
    margin-right: 40px;
    padding-right: 30px;
}

@media only screen and (max-width: 479px) {
    .mba-connected-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .social-links-wrapper .links .link:first-child {
        margin: 0;
        border: none;
        padding: 0;
    }
}

.mba-connected-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .social-links-wrapper .links .link .ico {
    border-radius: 50%;
    width: 42px;
    height: 42px;
    background-color: #23e0ff;
    border: solid 2px #23e0ff;
    line-height: 38px;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    margin-right: 15px;
}

.mba-connected-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .social-links-wrapper .links .link .ico-name {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.94;
    letter-spacing: 0.4px;
    text-align: left;
    color: #ffffff;
}

@media only screen and (max-width: 479px) {
    .mba-connected-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .social-links-wrapper .links .link .ico-name {
        display: none;
    }
}

.mba-connected-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .social-links-wrapper .description {
    margin-top: 20px;
    opacity: 0.6;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.23;
    letter-spacing: 0.1px;
    text-align: left;
    color: #ffffff;
}

.mba-connected-page-wrapper .first-contact-block-wrapper {
    padding: 40px 0;
    border-bottom: solid 2px rgba(151, 151, 151, 0.3);
}

.mba-connected-page-wrapper .first-contact-block-wrapper .contact-wrapper {
    text-align: left;
    font-size: 21px;
}

@media only screen and (max-width: 767px) {
    .mba-connected-page-wrapper .first-contact-block-wrapper .contact-wrapper {
        font-size: 18px;
    }
}

.mba-connected-page-wrapper .first-contact-block-wrapper .contact-wrapper .contact-items {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.mba-connected-page-wrapper .first-contact-block-wrapper .contact-wrapper .contact-items .contact-item {
    width: 45%;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .mba-connected-page-wrapper .first-contact-block-wrapper .contact-wrapper .contact-items .contact-item {
        width: 100%;
    }
}

.mba-connected-page-wrapper .first-contact-block-wrapper .contact-wrapper .address, .mba-connected-page-wrapper .first-contact-block-wrapper .contact-wrapper .contacts {
    width: 30%;
}

.mba-connected-page-wrapper .second-contact-block-wrapper {
    padding: 40px 0;
}

.mba-executive-page-wrapper .top-block-bg {
    height: 640px;
}

@media only screen and (max-width: 479px) {
    .mba-executive-page-wrapper .top-block-bg {
        height: auto;
    }
}

.mba-executive-page-wrapper .top-block-bg .base-wrapper {
    width: 100%;
    position: relative;
}

.mba-executive-page-wrapper .top-block-bg .base-wrapper .page-top-block-info {
    width: 100%;
    max-width: 450px;
    background-color: #253c5f;
    height: 100%;
    padding: 0 50px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 479px) {
    .mba-executive-page-wrapper .top-block-bg .base-wrapper .page-top-block-info {
        padding: 30px;
    }
}

.mba-executive-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #23e0ff;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .mba-executive-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .title {
        font-size: 37px;
    }
}

.mba-executive-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .text {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.84;
    letter-spacing: 0.7px;
    text-align: left;
    color: #ffffff;
}

.mba-executive-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .button-bottom {
    border-radius: 50%;
    width: 42px;
    height: 42px;
    border: solid 2px rgba(151, 151, 151, 0.3);
    margin-top: 26px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.mba-executive-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .button-bottom img {
    width: 20px;
}

.mba-executive-page-wrapper .top-block-bg .base-wrapper .apply-block-wrapper {
    position: absolute;
    bottom: 35px;
    right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 300px;
}

.mba-executive-page-wrapper .top-block-bg .base-wrapper .apply-block-wrapper .num {
    width: 100%;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: right;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 10px;
    font-weight: 700;
}

.mba-executive-page-wrapper .top-block-bg .base-wrapper .apply-block-wrapper .brochure-button {
    background-color: #243b5e;
    color: #fff;
}

.mba-executive-page-wrapper .top-block-bg .base-wrapper .apply-block-wrapper .apply-button {
    background-color: #23e0ff;
}

.mba-executive-page-wrapper .top-block-bg .base-wrapper .apply-block-wrapper .apply-block-but {
    border-radius: 3px;
    padding: 12px 35px;
    display: inline-block;
    font-weight: bold;
}

.mba-executive-page-wrapper .should-attend-block-wrapper {
    padding: 50px 0;
}

.mba-executive-page-wrapper .should-attend-block-wrapper .items-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 40px;
}

.mba-executive-page-wrapper .should-attend-block-wrapper .items-wrapper .item {
    padding-right: 15%;
    border-right: solid 2px rgba(151, 151, 151, 0.3);
}

.mba-executive-page-wrapper .should-attend-block-wrapper .items-wrapper .item:last-child {
    border: none;
}

.mba-executive-page-wrapper .should-attend-block-wrapper .items-wrapper .item .item-title {
    opacity: 0.7;
    font-size: 13px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 1.5px;
    color: #586374;
    margin-bottom: 5px;
}

.mba-executive-page-wrapper .should-attend-block-wrapper .items-wrapper .item .item-text {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.47;
    color: #243b5e;
}

.mba-executive-page-wrapper .description-block-wrapper {
    background-color: #f6f6f6;
    padding: 70px 0;
}

.mba-executive-page-wrapper .text-on-img-block-wrapper .top-block-title-wrapper .cw-30 {
    padding-right: 10%;
}

.mba-executive-page-wrapper .text-on-img-block-wrapper .top-block-title-wrapper .cw-30 .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

@media only screen and (max-width: 767px) {
    .mba-executive-page-wrapper .text-on-img-block-wrapper .top-block-title-wrapper .cw-30 .title {
        font-size: 37px;
    }
}

.mba-executive-page-wrapper .text-on-img-block-wrapper .top-block-title-wrapper .text-wrapper {
    position: absolute;
    background: #fff;
    padding-top: 40px;
    padding-left: 60px;
    padding-bottom: 50px;
    width: 300%;
}

@media only screen and (max-width: 1200px) {
    .mba-executive-page-wrapper .text-on-img-block-wrapper .top-block-title-wrapper .text-wrapper {
        padding-left: 30px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .mba-executive-page-wrapper .text-on-img-block-wrapper .top-block-title-wrapper .text-wrapper {
        position: inherit;
        width: 100%;
        padding-left: 0;
    }
}

.mba-executive-page-wrapper .text-on-img-block-wrapper .top-block-title-wrapper .text-wrapper .text {
    max-width: 760px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.2px;
    text-align: left;
    color: #2d3542;
}

@media only screen and (max-width: 1200px) {
    .mba-executive-page-wrapper .text-on-img-block-wrapper .top-block-title-wrapper .text-wrapper .text {
        max-width: 600px;
    }
}

@media only screen and (max-width: 1023px) {
    .mba-executive-page-wrapper .text-on-img-block-wrapper .top-block-title-wrapper .text-wrapper .text {
        max-width: 460px;
    }
}

@media only screen and (max-width: 767px) {
    .mba-executive-page-wrapper .text-on-img-block-wrapper .top-block-title-wrapper .text-wrapper .text {
        font-size: 16px;
    }
}

.mba-executive-page-wrapper .text-on-img-block-wrapper .top-block-title-wrapper .text-wrapper .text strong {
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    margin-bottom: 30px;
    display: inline-block;
}

@media only screen and (max-width: 1023px) {
    .mba-executive-page-wrapper .text-on-img-block-wrapper .top-block-title-wrapper .text-wrapper .text strong {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .mba-executive-page-wrapper .text-on-img-block-wrapper .top-block-title-wrapper .text-wrapper .text strong {
        font-size: 18px;
    }
}

.mba-executive-page-wrapper .text-on-img-block-wrapper .top-block-title-wrapper .text-wrapper .text p {
    margin: 20px 0;
}

.mba-executive-page-wrapper .text-on-img-block-wrapper .top-block-title-wrapper .text-wrapper .text p:first-of-type:first-letter {
    --cap-height: 0.66;
    font-size: 62px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    height: 32px;
    line-height: 58px;
    position: relative;
    float: left;
    display: block;
    letter-spacing: 1px;
    text-align: justify;
    color: #08ccec;
}

.mba-executive-page-wrapper .text-on-img-block-wrapper .top-block-img {
    width: 100%;
    height: 650px;
}

@media only screen and (max-width: 1200px) {
    .mba-executive-page-wrapper .text-on-img-block-wrapper .top-block-img {
        height: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .mba-executive-page-wrapper .text-on-img-block-wrapper .top-block-img {
        height: 380px;
    }
}

.mba-executive-page-wrapper .learning-outcome-block-wrapper {
    padding: 70px 0 80px;
}

.mba-executive-page-wrapper .structure-calendar-block-wrapper {
    border-top: solid 2px rgba(151, 151, 151, 0.3);
    padding: 70px 0 100px;
}

.mba-executive-page-wrapper .structure-calendar-block-wrapper .years-block-bg {
    background: #c5f7ff;
    position: relative;
    width: 400%;
}

.mba-executive-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper {
    max-width: 770px;
    width: 100%;
    display: -webkit-flex;
    display: flex;
}

.mba-executive-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-col {
    padding: 25px 50px 50px;
    border-right: solid 2px rgba(151, 151, 151, 0.3);
    line-height: 1.2;
}

.mba-executive-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-col .num {
    font-size: 54px;
    font-weight: bold;
    color: #4eacbc;
}

.mba-executive-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-col .num.active {
    color: #243b5e;
}

.mba-executive-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-table .year-table-item {
    padding: 35px 45px 50px 0;
    position: relative;
}

.mba-executive-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-table .year-table-item hr {
    position: absolute;
    bottom: 0;
    width: 250%;
    opacity: 0.15;
    border: solid 1px #253c5f;
}

@media only screen and (max-width: 479px) {
    .mba-executive-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-table .year-table-item hr {
        width: 100%;
    }
}

.mba-executive-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-table .year-table-item .item-title {
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4eacbc;
    margin-left: 15px;
    margin-bottom: 30px;
}

.mba-executive-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-table .year-table-item table tr td {
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    font-size: 20px;
    line-height: 1.3;
}

.mba-executive-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-table .year-table-item table tr td.table-title {
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.93;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    padding: 10px 30px 10px 15px;
}

.mba-executive-page-wrapper .structure-calendar-block-wrapper .button {
    margin-top: 40px;
    border-radius: 3px;
    background-color: #23e0ff;
    border: solid 2px #23e0ff;
    display: inline-block;
    padding: 15px 35px;
    font-weight: bold;
}

.mba-executive-page-wrapper .apply-bottom-block-wrapper {
    padding: 100px 0 120px;
}

.mba-executive-page-wrapper .apply-bottom-block-wrapper .title {
    color: #fff;
}

.mba-executive-page-wrapper .apply-bottom-block-wrapper ul li {
    list-style-type: decimal-leading-zero;
    border-bottom: solid 2px rgba(151, 151, 151, 0.3);
    color: #fff;
    padding: 25px 0 25px 20px;
}

.mba-executive-page-wrapper .apply-bottom-block-wrapper ul li h3 {
    color: #fff;
    font-size: 21px;
    display: inline-block;
}

.mba-executive-page-wrapper .apply-bottom-block-wrapper ul li a {
    color: #23e0ff;
}

.mba-executive-page-wrapper .apply-bottom-block-wrapper ul li:last-of-type {
    border-bottom: 0;
}

.mba-executive-page-wrapper .apply-bottom-block-wrapper ul li .download-button {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.33;
    color: #253c5f;
    border-radius: 3px;
    background-color: #23e0ff;
    padding: 10px 20px;
    display: inline-block;
}

@media only screen and (max-width: 479px) {
    .mba-career-services-page-wrapper .top-block-bg {
        height: auto;
    }
}

.mba-career-services-page-wrapper .top-block-bg .base-wrapper {
    width: 100%;
    position: relative;
}

.mba-career-services-page-wrapper .top-block-bg .base-wrapper .page-top-block-info {
    float: right;
    width: 100%;
    max-width: 450px;
    background-color: #253c5f;
    height: 100%;
    padding: 50px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 767px) {
    .mba-career-services-page-wrapper .top-block-bg .base-wrapper .page-top-block-info {
        float: inherit;
    }
}

@media only screen and (max-width: 479px) {
    .mba-career-services-page-wrapper .top-block-bg .base-wrapper .page-top-block-info {
        padding: 30px;
    }
}

.mba-career-services-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #23e0ff;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .mba-career-services-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .title {
        font-size: 37px;
    }
}

.mba-career-services-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .text {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.84;
    letter-spacing: 0.7px;
    text-align: left;
    color: #ffffff;
}

.mba-career-services-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .button-bottom {
    border-radius: 50%;
    min-height: 42px;
    min-width: 42px;
    width: 42px;
    height: 42px;
    border: solid 2px rgba(151, 151, 151, 0.3);
    margin-top: 26px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.mba-career-services-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .button-bottom img {
    width: 20px;
}

.mba-career-services-page-wrapper .top-block-bg .base-wrapper .apply-block-wrapper {
    position: absolute;
    bottom: 35px;
    right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 300px;
}

.mba-career-services-page-wrapper .top-block-bg .base-wrapper .apply-block-wrapper .num {
    width: 100%;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: right;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 10px;
    font-weight: 700;
}

.mba-career-services-page-wrapper .top-block-bg .base-wrapper .apply-block-wrapper .brochure-button {
    background-color: #243b5e;
    color: #fff;
}

.mba-career-services-page-wrapper .top-block-bg .base-wrapper .apply-block-wrapper .apply-button {
    background-color: #23e0ff;
}

.mba-career-services-page-wrapper .top-block-bg .base-wrapper .apply-block-wrapper .apply-block-but {
    border-radius: 3px;
    padding: 12px 35px;
    display: inline-block;
    font-weight: bold;
}

.mba-career-services-page-wrapper .research-centre-content-wrapper {
    padding: 60px 0 80px;
}

.mba-career-services-page-wrapper .research-centre-content-wrapper .tabs > ul {
    max-width: 270px;
    padding-bottom: 50px;
    border-right: 4px solid;
    border-color: rgba(151, 151, 151, 0.3);
    align-self: flex-start;
    padding-right: 0;
}

.mba-career-services-page-wrapper .research-centre-content-wrapper .tabs > ul > li {
    padding-right: 30px;
    border-right: 4px solid;
    border-color: rgba(255, 255, 255, 0);
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    margin-right: -4px;
    color: rgba(151, 151, 151, 0.3);
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
}

.mba-career-services-page-wrapper .research-centre-content-wrapper .tabs > ul > li.active {
    border-right: 4px solid #00e4ff;
    position: relative;
    color: #243b5e;
}

.mba-career-services-page-wrapper .research-centre-content-wrapper .tabs > ul > li:hover {
    border-color: #00e4ff;
}

@media only screen and (max-width: 767px) {
    .mba-career-services-page-wrapper .research-centre-content-wrapper .content p img {
        width: 60%;
        height: auto;
    }
}

@media only screen and (max-width: 479px) {
    .mba-career-services-page-wrapper .research-centre-content-wrapper .content p img {
        width: 100%;
    }
}

.mba-career-services-page-wrapper .research-centre-content-wrapper .items-wrapper {
    padding: 50px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

@media only screen and (max-width: 479px) {
    .mba-career-services-page-wrapper .research-centre-content-wrapper .items-wrapper {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}

.mba-career-services-page-wrapper .research-centre-content-wrapper .items-wrapper .item {
    max-width: 30%;
    width: 100%;
    margin-bottom: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

@media only screen and (max-width: 479px) {
    .mba-career-services-page-wrapper .research-centre-content-wrapper .items-wrapper .item {
        max-width: 80%;
    }
}

.mba-career-services-page-wrapper .research-centre-content-wrapper .items-wrapper .item img {
    width: 100%;
    object-fit: contain;
}

.mba-career-services-page-wrapper .research-centre-content-wrapper .toggle-items {
    margin-bottom: 30px;
}

.mba-career-services-page-wrapper .research-centre-content-wrapper .toggle-items .toggle-item {
    list-style-type: lower-alpha;
    border-bottom: 2px solid #253c5f;
    padding-left: 30px;
}

.mba-career-services-page-wrapper .research-centre-content-wrapper .toggle-items .toggle-item:before {
    margin-right: 40px;
}

.mba-career-services-page-wrapper .research-centre-content-wrapper .toggle-items .toggle-item.open .item-title:after {
    color: #00e4ff;
    content: "\2212";
}

.mba-career-services-page-wrapper .research-centre-content-wrapper .toggle-items .toggle-item.open .item-text {
    opacity: 1;
    visibility: visible;
}

.mba-career-services-page-wrapper .research-centre-content-wrapper .toggle-items .toggle-item .item-title {
    padding-right: 50px;
    cursor: pointer;
    font-size: 23px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.09;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    margin: 30px 0;
    position: relative;
}

.mba-career-services-page-wrapper .research-centre-content-wrapper .toggle-items .toggle-item .item-title:after {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -.5em;
    color: #00e4ff;
    font-size: 30px;
    content: "\002B";
}

.mba-career-services-page-wrapper .research-centre-content-wrapper .toggle-items .toggle-item .item-text {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.96;
    letter-spacing: 0.6px;
    text-align: left;
    color: #646975;
    margin-bottom: 20px;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .1s, visibility .1s linear .1s, height .1s;
}

.mba-career-services-page-wrapper .research-centre-content-wrapper .contact-items-wrapper {
    padding-top: 70px;
    padding-bottom: 50px;
    position: relative;
}

.mba-career-services-page-wrapper .research-centre-content-wrapper .contact-items-wrapper .item {
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.mba-career-services-page-wrapper .research-centre-content-wrapper .contact-items-wrapper .item .item-content {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.mba-career-services-page-wrapper .research-centre-content-wrapper .contact-items-wrapper .item .item-content .content {
    display: -webkit-flex;
    display: flex;
    max-width: 640px;
}

@media only screen and (max-width: 479px) {
    .mba-career-services-page-wrapper .research-centre-content-wrapper .contact-items-wrapper .item .item-content .content {
        -webkit-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
    }
}

.mba-career-services-page-wrapper .research-centre-content-wrapper .contact-items-wrapper .item .item-content .photo-wrapper {
    border-radius: 50%;
    width: 111px;
    height: 111px;
    min-width: 111px;
    background-color: #ededed;
    position: relative;
}

@media only screen and (max-width: 479px) {
    .mba-career-services-page-wrapper .research-centre-content-wrapper .contact-items-wrapper .item .item-content .photo-wrapper {
        margin-bottom: 10px;
    }
}

.mba-career-services-page-wrapper .research-centre-content-wrapper .contact-items-wrapper .item .item-content .photo-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.mba-career-services-page-wrapper .research-centre-content-wrapper .contact-items-wrapper .item .item-content .photo-wrapper .social {
    position: absolute;
    width: 32px;
    height: 32px;
    background-color: #3979db;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 700;
    bottom: 0;
    right: 0;
}

.mba-career-services-page-wrapper .research-centre-content-wrapper .contact-items-wrapper .item .item-content .text-wrapper {
    margin-left: 40px;
    color: #2d3542;
}

@media only screen and (max-width: 479px) {
    .mba-career-services-page-wrapper .research-centre-content-wrapper .contact-items-wrapper .item .item-content .text-wrapper {
        margin-bottom: 10px;
        margin-left: 0;
    }
}

.mba-career-services-page-wrapper .research-centre-content-wrapper .contact-items-wrapper .item .item-content .text-wrapper .title {
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
}

.mba-career-services-page-wrapper .research-centre-content-wrapper .contact-items-wrapper .item .item-content .text-wrapper .position {
    opacity: 0.7;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.36;
    letter-spacing: normal;
    text-align: left;
    color: #586374;
}

.mba-career-services-page-wrapper .research-centre-content-wrapper .contact-items-wrapper .item .item-content .text-wrapper .phones .phone {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.44;
    letter-spacing: normal;
    text-align: left;
}

.mba-career-services-page-wrapper .research-centre-content-wrapper .contact-items-wrapper .item .item-content .text-wrapper .phones .phone:first-child {
    border-right: 2px solid rgba(151, 151, 151, 0.3);
    margin-right: 20px;
    padding-right: 20px;
}

.mba-career-services-page-wrapper .research-centre-content-wrapper .contact-items-wrapper .item .item-content .text-wrapper .email {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.44;
    letter-spacing: normal;
    text-align: left;
}

.mba-career-services-page-wrapper .research-centre-content-wrapper .contact-items-wrapper .item .item-content .link-button {
    border-radius: 3px;
    background-color: #23e0ff;
    border: solid 2px #23e0ff;
    box-sizing: border-box;
    padding: 10px 25px;
}

@media only screen and (max-width: 479px) {
    .mba-career-services-page-wrapper .research-centre-content-wrapper .contact-items-wrapper .item .item-content .link-button {
        margin-bottom: 10px;
    }
}

.mba-career-services-page-wrapper .research-centre-content-wrapper .contact-items-wrapper .item .item-content .link-button:hover {
    transition: .2s;
    text-decoration: none;
    background-color: inherit;
}

.mba-career-services-page-wrapper .research-centre-content-wrapper .contact-items-wrapper .item hr {
    position: absolute;
    bottom: 0;
    width: 250%;
    opacity: 0.15;
    border: solid 1px #253c5f;
}

@media only screen and (max-width: 479px) {
    .mba-career-services-page-wrapper .research-centre-content-wrapper .contact-items-wrapper .item hr {
        width: 100%;
    }
}

.mba-admissions-page-wrapper .top-block-wrapper {
    padding: 70px 0 100px;
    background-color: #253c5f;
    color: #fff;
    text-align: center;
    position: relative;
}

@media only screen and (max-width: 1023px) {
    .mba-admissions-page-wrapper .top-block-wrapper {
        padding: 70px 0 160px;
    }
}

.mba-admissions-page-wrapper .top-block-wrapper .division-name {
    text-transform: uppercase;
}

.mba-admissions-page-wrapper .top-block-wrapper .title {
    text-align: center;
    color: #fff;
    width: 50%;
    margin: 20px auto 0;
}

.mba-admissions-page-wrapper .top-block-wrapper .button-bottom-wrapper {
    margin-top: 45px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.mba-admissions-page-wrapper .top-block-wrapper .button-bottom-wrapper .button-bottom {
    border-radius: 50%;
    width: 42px;
    height: 42px;
    border: solid 2px rgba(151, 151, 151, 0.3);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.mba-admissions-page-wrapper .top-block-wrapper .button-bottom-wrapper .button-bottom img {
    width: 20px;
}

.mba-admissions-page-wrapper .top-block-wrapper .button-bottom-wrapper .but-title {
    margin-left: 15px;
}

.mba-admissions-page-wrapper .top-block-wrapper .apply-block-wrapper {
    position: absolute;
    bottom: 35px;
    right: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 300px;
}

@media only screen and (max-width: 479px) {
    .mba-admissions-page-wrapper .top-block-wrapper .apply-block-wrapper {
        right: 10px;
    }
}

.mba-admissions-page-wrapper .top-block-wrapper .apply-block-wrapper .num {
    width: 100%;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.4);
    text-align: right;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 10px;
    font-weight: 700;
}

.mba-admissions-page-wrapper .top-block-wrapper .apply-block-wrapper .brochure-button {
    background-color: #243b5e;
    color: #fff;
}

.mba-admissions-page-wrapper .top-block-wrapper .apply-block-wrapper .apply-button {
    background-color: #23e0ff;
}

.mba-admissions-page-wrapper .top-block-wrapper .apply-block-wrapper .apply-block-but {
    border-radius: 3px;
    padding: 12px 35px;
    display: inline-block;
    font-weight: bold;
}

.mba-admissions-page-wrapper .requirements-block-wrapper {
    padding: 70px 0 0;
}

@media only screen and (max-width: 1023px) {
    .mba-admissions-page-wrapper .requirements-block-wrapper .cw-30 {
        padding: 0;
    }
}

.mba-admissions-page-wrapper .requirements-block-wrapper .cw-70 .content {
    padding-left: 30px;
}

@media only screen and (max-width: 479px) {
    .mba-admissions-page-wrapper .requirements-block-wrapper .cw-70 .content {
        padding: 0;
    }
}

.mba-admissions-page-wrapper .requirements-block-wrapper .numeric-items-wrapper {
    margin-top: 30px;
    counter-reset: myOrderedListItemsCounter;
}

.mba-admissions-page-wrapper .requirements-block-wrapper .numeric-items-wrapper .item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    list-style-type: none;
    position: relative;
    padding-bottom: 40px;
    overflow: hidden;
}

.mba-admissions-page-wrapper .requirements-block-wrapper .numeric-items-wrapper .item p {
    margin: 20px 0;
}

.mba-admissions-page-wrapper .requirements-block-wrapper .numeric-items-wrapper .item p:first-of-type:first-letter {
    --cap-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-stretch: inherit;
    height: auto;
    line-height: inherit;
    position: inherit;
    float: none;
    display: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    color: inherit;
}

.mba-admissions-page-wrapper .requirements-block-wrapper .numeric-items-wrapper .item:before {
    counter-increment: myOrderedListItemsCounter;
    content: counter(myOrderedListItemsCounter);
    margin-right: 0.5em;
    background-color: #00e4ff;
    width: 65px;
    height: 65px;
    min-width: 42px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    position: absolute;
    top: 15px;
    z-index: 4;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.mba-admissions-page-wrapper .requirements-block-wrapper .numeric-items-wrapper .item:last-of-type hr {
    height: 30px;
}

.mba-admissions-page-wrapper .requirements-block-wrapper .numeric-items-wrapper .item:first-of-type hr {
    top: 15px;
}

.mba-admissions-page-wrapper .requirements-block-wrapper .numeric-items-wrapper .item hr {
    width: 1px;
    height: 300%;
    z-index: 3;
    background-color: #00e4ff;
    display: inline-block;
    top: -18px;
    left: 32px;
    position: absolute;
}

@media only screen and (max-width: 1200px) {
    .mba-admissions-page-wrapper .requirements-block-wrapper .numeric-items-wrapper .item hr {
        margin-top: 10px;
        margin-bottom: 0;
    }
}

.mba-admissions-page-wrapper .requirements-block-wrapper .numeric-items-wrapper .item .item-text {
    padding-left: 90px;
}

.mba-admissions-page-wrapper .requirements-block-wrapper .numeric-items-wrapper .item table tbody td {
    padding: 5px 15px;
}

.mba-admissions-page-wrapper .requirements-block-wrapper .toggle-items p {
    margin: 20px 0;
}

.mba-admissions-page-wrapper .requirements-block-wrapper .toggle-items p:first-of-type:first-letter {
    --cap-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-stretch: inherit;
    height: auto;
    line-height: inherit;
    position: inherit;
    float: none;
    display: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    color: inherit;
}

.mba-admissions-page-wrapper .requirements-block-wrapper .toggle-items .toggle-item {
    list-style-type: lower-alpha;
    border-bottom: 2px solid #253c5f;
    padding-left: 30px;
}

.mba-admissions-page-wrapper .requirements-block-wrapper .toggle-items .toggle-item:before {
    margin-right: 40px;
}

.mba-admissions-page-wrapper .requirements-block-wrapper .toggle-items .toggle-item.open .item-title:after {
    color: #00e4ff;
    content: "\2212";
}

.mba-admissions-page-wrapper .requirements-block-wrapper .toggle-items .toggle-item.open .item-text {
    opacity: 1;
    visibility: visible;
}

.mba-admissions-page-wrapper .requirements-block-wrapper .toggle-items .toggle-item .item-title {
    padding-right: 50px;
    cursor: pointer;
    font-size: 23px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.09;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    margin: 30px 0;
    position: relative;
}

.mba-admissions-page-wrapper .requirements-block-wrapper .toggle-items .toggle-item .item-title:after {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -.5em;
    color: #00e4ff;
    font-size: 30px;
    content: "\002B";
}

.mba-admissions-page-wrapper .requirements-block-wrapper .toggle-items .toggle-item .item-text {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.96;
    letter-spacing: 0.6px;
    text-align: left;
    color: #646975;
    margin-bottom: 20px;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .1s, visibility .1s linear .1s, height .1s;
}

.mba-admissions-page-wrapper .requirements-block-wrapper .toggle-items .toggle-item .item-text table {
    overflow-x: scroll;
    display: block;
}

.mba-admissions-page-wrapper .requirements-block-wrapper .toggle-items .toggle-item .item-text table tbody td {
    padding: 5px 15px;
    border: 1px solid;
}

.mba-admissions-page-wrapper .requirements-block-wrapper .bottom-image-wrapper {
    width: 100%;
    height: 600px;
    position: relative;
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    .mba-admissions-page-wrapper .requirements-block-wrapper .bottom-image-wrapper {
        height: 300px;
        margin-left: -15px;
    }
}

.mba-admissions-page-wrapper .requirements-block-wrapper .bottom-image-wrapper img {
    height: 100%;
    position: absolute;
    right: 0;
    width: 150%;
    object-fit: cover;
}

.mba-admissions-page-wrapper .dates-block-wrapper {
    padding: 60px 0 70px;
}

.mba-admissions-page-wrapper .dates-block-wrapper .numeric-items-wrapper {
    counter-reset: myOrderedListItemsCounter;
}

.mba-admissions-page-wrapper .dates-block-wrapper .numeric-items-wrapper .item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    list-style-type: none;
    position: relative;
    padding-bottom: 40px;
    overflow: hidden;
}

.mba-admissions-page-wrapper .dates-block-wrapper .numeric-items-wrapper .item p {
    margin: 20px 0;
}

.mba-admissions-page-wrapper .dates-block-wrapper .numeric-items-wrapper .item p:first-of-type:first-letter {
    --cap-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-stretch: inherit;
    height: auto;
    line-height: inherit;
    position: inherit;
    float: none;
    display: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    color: inherit;
}

.mba-admissions-page-wrapper .dates-block-wrapper .numeric-items-wrapper .item:before {
    counter-increment: myOrderedListItemsCounter;
    content: counter(myOrderedListItemsCounter);
    margin-right: 0.5em;
    background-color: #00e4ff;
    width: 65px;
    height: 65px;
    min-width: 42px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    position: absolute;
    top: 15px;
    z-index: 4;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.mba-admissions-page-wrapper .dates-block-wrapper .numeric-items-wrapper .item:last-of-type hr {
    height: 30px;
}

.mba-admissions-page-wrapper .dates-block-wrapper .numeric-items-wrapper .item:first-of-type hr {
    top: 15px;
}

.mba-admissions-page-wrapper .dates-block-wrapper .numeric-items-wrapper .item hr {
    width: 1px;
    height: 300%;
    z-index: 3;
    background-color: #00e4ff;
    display: inline-block;
    top: -18px;
    left: 32px;
    position: absolute;
}

@media only screen and (max-width: 1200px) {
    .mba-admissions-page-wrapper .dates-block-wrapper .numeric-items-wrapper .item hr {
        margin-top: 10px;
        margin-bottom: 0;
    }
}

.mba-admissions-page-wrapper .dates-block-wrapper .numeric-items-wrapper .item .item-text {
    padding-left: 90px;
}

.mba-admissions-page-wrapper .dates-block-wrapper .numeric-items-wrapper .item table tbody td {
    padding: 5px 15px;
}

.mba-admissions-page-wrapper .scholarships-block-wrapper {
    padding: 70px 0 80px;
}

.mba-admissions-page-wrapper .scholarships-block-wrapper .cw-30 {
    padding-left: 2%;
}

.mba-admissions-page-wrapper .scholarships-block-wrapper .title {
    color: #fff;
}

.mba-admissions-page-wrapper .scholarships-block-wrapper ul li {
    list-style-type: decimal-leading-zero;
    border-bottom: solid 2px rgba(151, 151, 151, 0.3);
    color: #fff;
    padding: 25px 0 25px 20px;
}

.mba-admissions-page-wrapper .scholarships-block-wrapper ul li h3 {
    color: #fff;
    font-size: 21px;
    display: inline-block;
}

.mba-admissions-page-wrapper .scholarships-block-wrapper ul li a {
    color: #23e0ff;
}

.mba-admissions-page-wrapper .scholarships-block-wrapper ul li:last-of-type {
    border-bottom: 0;
}

.mba-admissions-page-wrapper .scholarships-block-wrapper ul li .download-button {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.33;
    color: #253c5f;
    border-radius: 3px;
    background-color: #23e0ff;
    padding: 10px 20px;
    display: inline-block;
}

.mba-admissions-page-wrapper .information-session-block-wrapper {
    background-color: #fafafa;
    padding: 60px 0 70px;
}

.mba-admissions-page-wrapper .information-session-block-wrapper .link-button {
    margin-top: 40px;
    padding: 20px 30px;
    background-color: #00e4ff;
    border-radius: 3px;
    display: inline-block;
}

.mba-admissions-page-wrapper .video-section {
    padding: 60px 0 70px;
}

.exe-advanced-page-wrapper .top-block-bg {
    height: 640px;
}

@media only screen and (max-width: 479px) {
    .exe-advanced-page-wrapper .top-block-bg {
        height: auto;
    }
}

.exe-advanced-page-wrapper .top-block-bg .base-wrapper {
    width: 100%;
    position: relative;
}

.exe-advanced-page-wrapper .top-block-bg .base-wrapper .page-top-block-info {
    width: 100%;
    max-width: 450px;
    background-color: #253c5f;
    height: 100%;
    padding: 0 50px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 479px) {
    .exe-advanced-page-wrapper .top-block-bg .base-wrapper .page-top-block-info {
        padding: 30px;
    }
}

.exe-advanced-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #23e0ff;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .exe-advanced-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .title {
        font-size: 37px;
    }
}

.exe-advanced-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .text {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.84;
    letter-spacing: 0.7px;
    text-align: left;
    color: #ffffff;
}

.exe-advanced-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .button-bottom {
    border-radius: 50%;
    width: 42px;
    height: 42px;
    border: solid 2px rgba(151, 151, 151, 0.3);
    margin-top: 26px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.exe-advanced-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .button-bottom img {
    width: 20px;
}

.exe-advanced-page-wrapper .top-block-bg .base-wrapper .apply-block-wrapper {
    position: absolute;
    bottom: 35px;
    right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 300px;
}

.exe-advanced-page-wrapper .top-block-bg .base-wrapper .apply-block-wrapper .num {
    width: 100%;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: right;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 10px;
    font-weight: 700;
}

.exe-advanced-page-wrapper .top-block-bg .base-wrapper .apply-block-wrapper .brochure-button {
    background-color: #243b5e;
    color: #fff;
}

.exe-advanced-page-wrapper .top-block-bg .base-wrapper .apply-block-wrapper .apply-button {
    background-color: #23e0ff;
}

.exe-advanced-page-wrapper .top-block-bg .base-wrapper .apply-block-wrapper .apply-block-but {
    border-radius: 3px;
    padding: 12px 35px;
    display: inline-block;
    font-weight: bold;
}

.exe-advanced-page-wrapper .should-attend-block-wrapper {
    padding: 50px 0;
}

.exe-advanced-page-wrapper .should-attend-block-wrapper .items-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 40px;
}

.exe-advanced-page-wrapper .should-attend-block-wrapper .items-wrapper .item {
    padding-right: 15%;
    border-right: solid 2px rgba(151, 151, 151, 0.3);
}

.exe-advanced-page-wrapper .should-attend-block-wrapper .items-wrapper .item:last-child {
    border: none;
}

.exe-advanced-page-wrapper .should-attend-block-wrapper .items-wrapper .item .item-title {
    opacity: 0.7;
    font-size: 13px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 1.5px;
    color: #586374;
    margin-bottom: 5px;
}

.exe-advanced-page-wrapper .should-attend-block-wrapper .items-wrapper .item .item-text {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.47;
    color: #243b5e;
}

.exe-advanced-page-wrapper .description-block-wrapper {
    background-color: #f6f6f6;
    padding: 70px 0;
}

.exe-advanced-page-wrapper .quote-block-wrapper {
    padding: 50px 0 25px;
    color: #fff;
}

.exe-advanced-page-wrapper .quote-block-wrapper .cw-30 {
    padding: 0 15px;
}

.exe-advanced-page-wrapper .quote-block-wrapper .title {
    color: #fff;
    font-size: 32px;
}

.exe-advanced-page-wrapper .quote-block-wrapper .sub-author {
    opacity: 0.5;
}

.exe-advanced-page-wrapper .learning-outcome-block-wrapper {
    padding: 70px 0 80px;
}

.exe-advanced-page-wrapper .structure-calendar-block-wrapper {
    border-top: solid 2px rgba(151, 151, 151, 0.3);
    padding: 70px 0 100px;
}

.exe-advanced-page-wrapper .structure-calendar-block-wrapper .years-block-bg {
    background: #c5f7ff;
    position: relative;
    width: 400%;
}

.exe-advanced-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper {
    max-width: 770px;
    width: 100%;
    display: -webkit-flex;
    display: flex;
}

.exe-advanced-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-col {
    padding: 25px 50px 50px;
    border-right: solid 2px rgba(151, 151, 151, 0.3);
    line-height: 1.2;
}

.exe-advanced-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-col .num {
    font-size: 54px;
    font-weight: bold;
    color: #4eacbc;
}

.exe-advanced-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-col .num.active {
    color: #243b5e;
}

.exe-advanced-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-table .year-table-item {
    padding: 35px 45px 50px 0;
    position: relative;
}

.exe-advanced-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-table .year-table-item p {
    margin: 20px 0;
}

.exe-advanced-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-table .year-table-item p:first-of-type:first-letter {
    --cap-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-stretch: inherit;
    height: auto;
    line-height: inherit;
    position: inherit;
    float: none;
    display: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    color: inherit;
}

.exe-advanced-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-table .year-table-item hr {
    position: absolute;
    bottom: 0;
    width: 250%;
    opacity: 0.15;
    border: solid 1px #253c5f;
}

@media only screen and (max-width: 479px) {
    .exe-advanced-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-table .year-table-item hr {
        width: 100%;
    }
}

.exe-advanced-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-table .year-table-item .item-title {
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4eacbc;
    margin-left: 15px;
    margin-bottom: 30px;
}

.exe-advanced-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-table .year-table-item table tr td {
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    font-size: 20px;
    line-height: 1.3;
}

.exe-advanced-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-table .year-table-item table tr td:first-child {
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.93;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    padding: 10px 30px 10px 70px;
}

.exe-advanced-page-wrapper .structure-calendar-block-wrapper .button {
    margin-top: 40px;
    border-radius: 3px;
    background-color: #23e0ff;
    border: solid 2px #23e0ff;
    display: inline-block;
    padding: 15px 35px;
    font-weight: bold;
}

.exe-advanced-page-wrapper .apply-bottom-block-wrapper {
    padding: 100px 0 120px;
}

.exe-advanced-page-wrapper .apply-bottom-block-wrapper .title {
    color: #fff;
}

.exe-advanced-page-wrapper .apply-bottom-block-wrapper ul li {
    list-style-type: decimal-leading-zero;
    border-bottom: solid 2px rgba(151, 151, 151, 0.3);
    color: #fff;
    padding: 25px 0 25px 20px;
}

.exe-advanced-page-wrapper .apply-bottom-block-wrapper ul li h3 {
    color: #fff;
    font-size: 21px;
    display: inline-block;
}

.exe-advanced-page-wrapper .apply-bottom-block-wrapper ul li a {
    color: #23e0ff;
}

.exe-advanced-page-wrapper .apply-bottom-block-wrapper ul li:last-of-type {
    border-bottom: 0;
}

.exe-advanced-page-wrapper .apply-bottom-block-wrapper ul li .download-button {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.33;
    color: #253c5f;
    border-radius: 3px;
    background-color: #23e0ff;
    padding: 10px 20px;
    display: inline-block;
}

.custom-programmes-page-wrapper .top-block-bg {
    min-height: 640px;
}

@media only screen and (max-width: 767px) {
    .custom-programmes-page-wrapper .top-block-bg {
        min-height: inherit;
    }
}

.custom-programmes-page-wrapper .top-block-bg .page-top-block-info .sub-title {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.custom-programmes-page-wrapper .top-block-bg .page-top-block-info .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #23e0ff;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .custom-programmes-page-wrapper .top-block-bg .page-top-block-info .title {
        font-size: 37px;
    }
}

.custom-programmes-page-wrapper .images-block-wrapper {
    padding: 35px 0;
    border-bottom: solid 2px rgba(151, 151, 151, 0.3);
}

.custom-programmes-page-wrapper .images-block-wrapper .images-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.custom-programmes-page-wrapper .images-block-wrapper .images-wrapper .item-title {
    font-size: 26px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.83;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

@media only screen and (max-width: 1200px) {
    .custom-programmes-page-wrapper .images-block-wrapper .images-wrapper .item {
        margin: 15px;
    }
}

.custom-programmes-page-wrapper .images-block-wrapper .images-wrapper .item img {
    max-height: 60px;
}

.custom-programmes-page-wrapper .custom-education-block-wrapper {
    padding: 60px 0;
}

.custom-programmes-page-wrapper .reviews-block-wrapper {
    padding: 15px 0 40px;
}

.custom-programmes-page-wrapper .reviews-block-wrapper .image-wrapper {
    width: 267px;
    min-width: 267px;
    height: 267px;
    margin-top: 25px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

@media only screen and (max-width: 1200px) {
    .custom-programmes-page-wrapper .reviews-block-wrapper .image-wrapper {
        width: 200px;
        min-width: 200px;
        height: 200px;
    }
}

@media only screen and (max-width: 1023px) {
    .custom-programmes-page-wrapper .reviews-block-wrapper .image-wrapper {
        width: 170px;
        min-width: 170px;
        height: 170px;
    }
}

@media only screen and (max-width: 767px) {
    .custom-programmes-page-wrapper .reviews-block-wrapper .image-wrapper {
        margin-left: 25px;
    }
}

.custom-programmes-page-wrapper .reviews-block-wrapper .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-programmes-page-wrapper .reviews-block-wrapper .regular .slick-prev, .custom-programmes-page-wrapper .reviews-block-wrapper .regular .slick-next {
    top: auto;
    bottom: -15px;
    width: 42px;
    height: 42px;
    z-index: 10;
}

.custom-programmes-page-wrapper .reviews-block-wrapper .regular .slick-prev:before, .custom-programmes-page-wrapper .reviews-block-wrapper .regular .slick-next:before {
    background-size: 45%;
    background-position: center;
    border-radius: 50%;
    border: solid 2px rgba(151, 151, 151, 0.3);
}

.custom-programmes-page-wrapper .reviews-block-wrapper .regular .slick-prev:hover:before, .custom-programmes-page-wrapper .reviews-block-wrapper .regular .slick-next:hover:before {
    border: solid 2px #1be3f5;
}

.custom-programmes-page-wrapper .reviews-block-wrapper .regular .slick-prev {
    left: 31%;
}

@media only screen and (max-width: 767px) {
    .custom-programmes-page-wrapper .reviews-block-wrapper .regular .slick-prev {
        left: 5%;
    }
}

.custom-programmes-page-wrapper .reviews-block-wrapper .regular .slick-prev:before {
    background-image: url(../img/ico/tail-left.svg);
    background-size: 40%;
    background-position: center;
}

.custom-programmes-page-wrapper .reviews-block-wrapper .regular .slick-next {
    left: 37%;
}

@media only screen and (max-width: 767px) {
    .custom-programmes-page-wrapper .reviews-block-wrapper .regular .slick-next {
        left: 25%;
    }
}

.custom-programmes-page-wrapper .reviews-block-wrapper .regular .slick-next:before {
    background-image: url(../img/ico/tail-right.svg);
    background-size: 40%;
    background-position: center;
}

.custom-programmes-page-wrapper .reviews-block-wrapper .reviews-wrapper {
    max-width: 766px;
    position: relative;
}

.custom-programmes-page-wrapper .reviews-block-wrapper .reviews-wrapper .text {
    font-size: 26px;
    margin-bottom: 30px;
    padding-top: 70px;
}

@media only screen and (max-width: 1200px) {
    .custom-programmes-page-wrapper .reviews-block-wrapper .reviews-wrapper .text {
        font-size: 22px;
    }
}

.custom-programmes-page-wrapper .reviews-block-wrapper .reviews-wrapper .text .ico {
    font-size: 150px;
    color: #23e0ff;
    position: absolute;
    top: -30px;
    left: -5px;
}

.custom-programmes-page-wrapper .reviews-block-wrapper .reviews-wrapper .author-name {
    font-size: 15px;
    font-weight: 500;
    color: #243b5e;
}

.custom-programmes-page-wrapper .reviews-block-wrapper .reviews-wrapper .author-position {
    opacity: 0.7;
    font-size: 12px;
    font-weight: 500;
    color: #243b5e;
    margin-bottom: 80px;
}

.custom-programmes-page-wrapper .color-bg-block-wrapper {
    background-color: #c5f7ff;
    padding: 115px 0;
}

@media only screen and (max-width: 1023px) {
    .custom-programmes-page-wrapper .color-bg-block-wrapper {
        padding: 70px 0;
    }
}

@media only screen and (max-width: 767px) {
    .custom-programmes-page-wrapper .color-bg-block-wrapper {
        padding: 30px 0 25px;
    }
}

.custom-programmes-page-wrapper .color-bg-block-wrapper .content {
    padding-left: 50px;
}

@media only screen and (max-width: 767px) {
    .custom-programmes-page-wrapper .color-bg-block-wrapper .content {
        margin-bottom: 0;
    }
}

.custom-programmes-page-wrapper .color-bg-block-wrapper .content strong {
    font-size: 32px;
}

@media only screen and (max-width: 767px) {
    .custom-programmes-page-wrapper .color-bg-block-wrapper .content strong {
        font-size: 22px;
    }
}

.custom-programmes-page-wrapper .color-bg-block-wrapper hr {
    width: 94px;
    height: 3px;
    background-color: #243b5e;
    display: inline-block;
    margin-top: 50px;
}

@media only screen and (max-width: 1200px) {
    .custom-programmes-page-wrapper .color-bg-block-wrapper hr {
        margin-top: 30px;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .custom-programmes-page-wrapper .color-bg-block-wrapper hr {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .custom-programmes-page-wrapper .color-bg-block-wrapper hr {
        margin: 0;
    }
}

.custom-programmes-page-wrapper .enquiries-block-wrapper {
    padding: 60px 0 70px;
}

.custom-programmes-page-wrapper .enquiries-block-wrapper .items-block-title {
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    margin-bottom: 40px;
}

.custom-programmes-page-wrapper .enquiries-block-wrapper .contact-items {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.custom-programmes-page-wrapper .enquiries-block-wrapper .contact-items .item {
    max-width: 48%;
    width: 100%;
    margin-bottom: 50px;
}

@media only screen and (max-width: 479px) {
    .custom-programmes-page-wrapper .enquiries-block-wrapper .contact-items .item {
        max-width: 100%;
    }
}

.custom-programmes-page-wrapper .enquiries-block-wrapper .contact-items .item .item-title {
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

.custom-programmes-page-wrapper .enquiries-block-wrapper .contact-items .item .position {
    opacity: 0.7;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.36;
    letter-spacing: normal;
    text-align: left;
    color: #586374;
}

.custom-programmes-page-wrapper .enquiries-block-wrapper .contact-items .phones .phone {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.44;
    letter-spacing: normal;
    text-align: left;
}

.custom-programmes-page-wrapper .enquiries-block-wrapper .contact-items .phones .phone:first-child {
    border-right: 2px solid rgba(151, 151, 151, 0.3);
    margin-right: 20px;
    padding-right: 20px;
}

.custom-programmes-page-wrapper .enquiries-block-wrapper .button {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.19;
    letter-spacing: normal;
    text-align: center;
    color: #253c5f;
    display: inline-block;
    padding: 14px 40px;
    background-color: #23e0ff;
    border-radius: 3px;
}

.executive-education-page-wrapper .top-block-bg {
    min-height: 640px;
}

@media only screen and (max-width: 767px) {
    .executive-education-page-wrapper .top-block-bg {
        min-height: inherit;
    }
}

.executive-education-page-wrapper .top-block-bg .page-top-block-info {
    background-color: inherit;
}

.executive-education-page-wrapper .top-block-bg .page-top-block-info .sub-title {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.executive-education-page-wrapper .top-block-bg .page-top-block-info .text {
    color: #fff;
}

.executive-education-page-wrapper .top-block-bg .page-top-block-info .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #23e0ff;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .executive-education-page-wrapper .top-block-bg .page-top-block-info .title {
        font-size: 37px;
    }
}

.executive-education-page-wrapper .color-bg-block-wrapper {
    background-color: #243b5e;
    padding: 40px 0 40px;
}

.executive-education-page-wrapper .color-bg-block-wrapper .block-title {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 2.38;
    letter-spacing: 2.5px;
    text-align: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .executive-education-page-wrapper .color-bg-block-wrapper .block-title {
        margin-bottom: 0;
    }
}

.executive-education-page-wrapper .color-bg-block-wrapper .benefits-items {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.executive-education-page-wrapper .color-bg-block-wrapper .benefits-items .item {
    width: 33%;
    border-right: solid 2px rgba(151, 151, 151, 0.3);
}

@media only screen and (max-width: 767px) {
    .executive-education-page-wrapper .color-bg-block-wrapper .benefits-items .item {
        width: 80%;
        border-right: 0;
        border-bottom: solid 2px rgba(151, 151, 151, 0.3);
        margin: 0 auto;
        padding-top: 40px;
    }
}

.executive-education-page-wrapper .color-bg-block-wrapper .benefits-items .item:last-of-type {
    border: none;
}

.executive-education-page-wrapper .color-bg-block-wrapper .benefits-items .item .ico {
    font-size: 41px;
    font-weight: 300;
    letter-spacing: 0.4px;
    text-align: center;
    color: #23e0ff;
}

.executive-education-page-wrapper .color-bg-block-wrapper .benefits-items .item .text {
    opacity: 0.8;
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: 0.7px;
    text-align: center;
    color: #ffffff;
    width: 60%;
    margin: 20px auto 20px;
}

@media only screen and (max-width: 767px) {
    .executive-education-page-wrapper .color-bg-block-wrapper .benefits-items .item .text {
        width: 100%;
        margin: 10px 0 20px;
    }
}

.executive-education-page-wrapper .color-bg-block-wrapper .reviews-block {
    padding: 50px 0;
}

.executive-education-page-wrapper .color-bg-block-wrapper .reviews-block .image-wrapper {
    width: 267px;
    min-width: 267px;
    height: 267px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

@media only screen and (max-width: 1200px) {
    .executive-education-page-wrapper .color-bg-block-wrapper .reviews-block .image-wrapper {
        width: 200px;
        min-width: 200px;
        height: 200px;
    }
}

@media only screen and (max-width: 1023px) {
    .executive-education-page-wrapper .color-bg-block-wrapper .reviews-block .image-wrapper {
        width: 170px;
        min-width: 170px;
        height: 170px;
    }
}

@media only screen and (max-width: 767px) {
    .executive-education-page-wrapper .color-bg-block-wrapper .reviews-block .image-wrapper {
        margin-left: 25px;
    }
}

.executive-education-page-wrapper .color-bg-block-wrapper .reviews-block .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.executive-education-page-wrapper .color-bg-block-wrapper .reviews-block .regular .slick-prev, .executive-education-page-wrapper .color-bg-block-wrapper .reviews-block .regular .slick-next {
    top: auto;
    bottom: -15px;
    width: 42px;
    height: 42px;
    z-index: 10;
}

.executive-education-page-wrapper .color-bg-block-wrapper .reviews-block .regular .slick-prev:before, .executive-education-page-wrapper .color-bg-block-wrapper .reviews-block .regular .slick-next:before {
    background-size: 45%;
    background-position: center;
    border-radius: 50%;
    border: solid 2px rgba(151, 151, 151, 0.3);
}

.executive-education-page-wrapper .color-bg-block-wrapper .reviews-block .regular .slick-prev:hover:before, .executive-education-page-wrapper .color-bg-block-wrapper .reviews-block .regular .slick-next:hover:before {
    border: solid 2px #1be3f5;
}

.executive-education-page-wrapper .color-bg-block-wrapper .reviews-block .regular .slick-prev {
    left: 31%;
}

@media only screen and (max-width: 767px) {
    .executive-education-page-wrapper .color-bg-block-wrapper .reviews-block .regular .slick-prev {
        left: 5%;
    }
}

.executive-education-page-wrapper .color-bg-block-wrapper .reviews-block .regular .slick-prev:before {
    background-image: url(../img/ico/tail-left-w.svg);
    background-size: 40%;
    background-position: center;
}

.executive-education-page-wrapper .color-bg-block-wrapper .reviews-block .regular .slick-next {
    left: 37%;
}

@media only screen and (max-width: 767px) {
    .executive-education-page-wrapper .color-bg-block-wrapper .reviews-block .regular .slick-next {
        left: 25%;
    }
}

.executive-education-page-wrapper .color-bg-block-wrapper .reviews-block .regular .slick-next:before {
    background-image: url(../img/ico/tail-right-w.svg);
    background-size: 40%;
    background-position: center;
}

.executive-education-page-wrapper .color-bg-block-wrapper .reviews-block .reviews-wrapper {
    max-width: 766px;
    position: relative;
}

.executive-education-page-wrapper .color-bg-block-wrapper .reviews-block .reviews-wrapper .text {
    color: #fff;
    font-size: 26px;
    padding-top: 70px;
}

@media only screen and (max-width: 1200px) {
    .executive-education-page-wrapper .color-bg-block-wrapper .reviews-block .reviews-wrapper .text {
        font-size: 22px;
    }
}

.executive-education-page-wrapper .color-bg-block-wrapper .reviews-block .reviews-wrapper .text .ico {
    font-size: 150px;
    color: #23e0ff;
    position: absolute;
    top: -30px;
    left: -5px;
}

.executive-education-page-wrapper .color-bg-block-wrapper .reviews-block .reviews-wrapper .author-name {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.executive-education-page-wrapper .color-bg-block-wrapper .reviews-block .reviews-wrapper .author-position {
    opacity: 0.7;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 80px;
}

.executive-education-page-wrapper .quote-block-wrapper {
    padding: 50px 0 25px;
    color: #fff;
}

.executive-education-page-wrapper .quote-block-wrapper .cw-30 {
    padding: 0 15px;
}

@media only screen and (max-width: 1023px) {
    .executive-education-page-wrapper .quote-block-wrapper .cw-30 {
        width: 70%;
    }
}

@media only screen and (max-width: 767px) {
    .executive-education-page-wrapper .quote-block-wrapper .cw-30 {
        width: 100%;
    }
}

.executive-education-page-wrapper .quote-block-wrapper .title {
    color: #fff;
    font-size: 32px;
}

@media only screen and (max-width: 767px) {
    .executive-education-page-wrapper .quote-block-wrapper .title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 479px) {
    .executive-education-page-wrapper .quote-block-wrapper .title {
        font-size: 22px;
    }
}

.executive-education-page-wrapper .quote-block-wrapper .sub-author {
    opacity: 0.5;
}

.executive-education-page-wrapper .programmers-block-wrapper {
    padding-top: 60px;
}

.executive-education-page-wrapper .programmers-block-wrapper .programmers-items {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.executive-education-page-wrapper .programmers-block-wrapper .programmers-items .item {
    width: 100%;
    max-width: 32%;
    margin-bottom: 30px;
    position: relative;
    height: 280px;
    overflow: hidden;
}

@media only screen and (max-width: 1023px) {
    .executive-education-page-wrapper .programmers-block-wrapper .programmers-items .item {
        max-width: 49%;
    }
}

@media only screen and (max-width: 767px) {
    .executive-education-page-wrapper .programmers-block-wrapper .programmers-items .item {
        max-width: 85%;
        margin: 0 auto 20px;
    }
}

@media only screen and (max-width: 479px) {
    .executive-education-page-wrapper .programmers-block-wrapper .programmers-items .item {
        max-width: 100%;
    }
}

.executive-education-page-wrapper .programmers-block-wrapper .programmers-items .item:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.executive-education-page-wrapper .programmers-block-wrapper .programmers-items .item:hover .description {
    left: 0;
}

.executive-education-page-wrapper .programmers-block-wrapper .programmers-items .item .most-popular {
    background: #fff;
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 5px 15px;
    border-radius: 3px;
}

.executive-education-page-wrapper .programmers-block-wrapper .programmers-items .item .description {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    top: 0;
    left: -100%;
    transition: .3s;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 50px;
    text-decoration: none;
}

@media only screen and (max-width: 1200px) {
    .executive-education-page-wrapper .programmers-block-wrapper .programmers-items .item .description {
        font-size: 16px;
        padding: 15px;
    }
}

.executive-education-page-wrapper .programmers-block-wrapper .programmers-items .item .programmes {
    margin-bottom: 0;
    height: 100%;
}

.executive-education-page-wrapper .programmers-block-wrapper .programmers-items .item.download-item {
    max-width: 64%;
    background-image: url(../img/ico/download.svg);
    background-size: 270px 210px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    border: solid 1px #e7e7e7;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

@media only screen and (max-width: 1023px) {
    .executive-education-page-wrapper .programmers-block-wrapper .programmers-items .item.download-item {
        max-width: 49%;
    }
}

@media only screen and (max-width: 767px) {
    .executive-education-page-wrapper .programmers-block-wrapper .programmers-items .item.download-item {
        max-width: 85%;
        margin: 0 auto 20px;
    }
}

@media only screen and (max-width: 479px) {
    .executive-education-page-wrapper .programmers-block-wrapper .programmers-items .item.download-item {
        max-width: 100%;
    }
}

.executive-education-page-wrapper .programmers-block-wrapper .programmers-items .item.download-item .download-button-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.executive-education-page-wrapper .programmers-block-wrapper .programmers-items .item.download-item .download-button-wrapper .download-button {
    width: 78px;
    height: 78px;
    min-width: 78px;
    border-radius: 50%;
    background-color: #23e0ff;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 30px;
}

.executive-education-page-wrapper .programmers-block-wrapper .programmers-items .item.download-item .download-button-wrapper .desc .but-title {
    font-size: 23px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

.executive-education-page-wrapper .programmers-block-wrapper .programmers-items .item .programmes__title {
    font-size: 31px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.02;
    letter-spacing: -0.6px;
    text-align: left;
    color: #ffffff;
}

@media only screen and (max-width: 1200px) {
    .executive-education-page-wrapper .programmers-block-wrapper .programmers-items .item .programmes__title {
        font-size: 25px;
    }
}

.executive-education-page-wrapper .block-desc .title {
    text-align: center;
    margin-bottom: 24px;
}

.executive-education-page-wrapper .block-desc .sub-title {
    margin: 0 auto 60px;
    width: 50%;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.73;
    letter-spacing: 0.2px;
    text-align: center;
    color: #243b5e;
}

@media only screen and (max-width: 767px) {
    .executive-education-page-wrapper .block-desc .sub-title {
        width: 80%;
    }
}

@media only screen and (max-width: 479px) {
    .executive-education-page-wrapper .block-desc .sub-title {
        width: 100%;
        font-size: 22px;
    }
}

.executive-education-page-wrapper .enquiries-block-wrapper {
    padding: 60px 0 70px;
}

@media only screen and (max-width: 767px) {
    .executive-education-page-wrapper .enquiries-block-wrapper {
        padding: 30px 0 30px;
    }
}

.executive-education-page-wrapper .enquiries-block-wrapper .items-block-title {
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    margin-bottom: 40px;
}

.executive-education-page-wrapper .enquiries-block-wrapper .contact-items {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.executive-education-page-wrapper .enquiries-block-wrapper .contact-items .item {
    max-width: 48%;
    width: 100%;
    margin-bottom: 50px;
}

@media only screen and (max-width: 479px) {
    .executive-education-page-wrapper .enquiries-block-wrapper .contact-items .item {
        max-width: 100%;
    }
}

.executive-education-page-wrapper .enquiries-block-wrapper .contact-items .item .item-title {
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

.executive-education-page-wrapper .enquiries-block-wrapper .contact-items .item .position {
    opacity: 0.7;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.36;
    letter-spacing: normal;
    text-align: left;
    color: #586374;
}

.executive-education-page-wrapper .enquiries-block-wrapper .contact-items .phones .phone {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.44;
    letter-spacing: normal;
    text-align: left;
}

.executive-education-page-wrapper .enquiries-block-wrapper .contact-items .phones .phone:first-child {
    border-right: 2px solid rgba(151, 151, 151, 0.3);
    margin-right: 20px;
    padding-right: 20px;
}

.executive-education-page-wrapper .enquiries-block-wrapper .button {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.19;
    letter-spacing: normal;
    text-align: center;
    color: #253c5f;
    display: inline-block;
    padding: 14px 40px;
    background-color: #23e0ff;
    border-radius: 3px;
}

.mba-life-page-wrapper .content p {
    margin: 20px 0;
}

.mba-life-page-wrapper .content p:first-of-type:first-letter {
    --cap-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-stretch: inherit;
    height: auto;
    line-height: inherit;
    position: inherit;
    float: none;
    display: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    color: inherit;
}

.mba-life-page-wrapper .top-block {
    padding: 40px 0 60px;
}

.mba-life-page-wrapper .top-block .sub-title {
    margin-top: 30px;
}

.mba-life-page-wrapper .review-block-wrapper .cw-40, .mba-life-page-wrapper .review-block-wrapper .cw-60 {
    padding: 0;
}

.mba-life-page-wrapper .review-block-wrapper .content {
    padding: 30px;
    background-color: #21385a;
    color: #fff;
    height: 450px;
    margin: 0;
    box-sizing: border-box;
}

.mba-life-page-wrapper .review-block-wrapper .image {
    height: 450px;
}

.mba-life-page-wrapper .review-block-wrapper .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mba-life-page-wrapper .text-in-center-block-wrapper {
    height: 500px;
}

.mba-life-page-wrapper .text-in-center-block-wrapper .base-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.mba-life-page-wrapper .text-in-center-block-wrapper .base-wrapper .text-wrapper {
    width: 70%;
    text-align: center;
    background: rgba(255, 140, 0, 0.8);
    color: #fff;
    padding: 50px;
}

.mba-life-page-wrapper .review-right-img-block-wrapper {
    padding: 40px 0 50px;
}

.mba-life-page-wrapper .review-right-img-block-wrapper .bg-image {
    height: 250px;
}

.mba-life-page-wrapper .review-right-img-block-wrapper .content {
    padding: 30px;
    margin-top: 15px;
    margin-bottom: 0;
    border: solid 2px rgba(151, 151, 151, 0.3);
    box-sizing: border-box;
}

.mba-life-page-wrapper .review-right-img-block-wrapper .cw-50 {
    padding: 0;
}

.mba-life-page-wrapper .review-right-img-block-wrapper .image-wrapper {
    height: 450px;
    padding: 15px;
    background-color: #fff;
    position: relative;
    top: -70px;
}

.mba-life-page-wrapper .review-right-img-block-wrapper .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mba-life-page-wrapper .review-img-block-wrapper .bg-image {
    width: 100%;
    height: 450px;
}

.mba-life-page-wrapper .review-img-block-wrapper .review-wrapper {
    background: #fff;
    padding: 30px 30px 0 30px;
    position: relative;
    top: -60px;
}

.mba-life-page-wrapper .review-img-block-wrapper .review-wrapper .text-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.mba-life-page-wrapper .review-img-block-wrapper .review-wrapper .image-wrapper {
    height: 450px;
    background-color: #fff;
}

.mba-life-page-wrapper .review-img-block-wrapper .review-wrapper .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mba-life-page-wrapper .students-activities-block-wrapper {
    padding: 70px 0 100px;
}

.mba-life-page-wrapper .students-activities-block-wrapper .base-wrapper {
    padding: 50px;
    background: #fff;
}

.mba-life-page-wrapper .students-activities-block-wrapper .title {
    text-align: center;
    margin: 0 auto;
    width: 40%;
    margin-bottom: 40px;
}

.mba-life-page-wrapper .students-activities-block-wrapper .toggle-items {
    max-width: 870px;
    margin: 0 auto 30px;
}

.mba-life-page-wrapper .students-activities-block-wrapper .toggle-items .toggle-item {
    list-style-type: decimal-leading-zero;
    border-bottom: 2px solid #253c5f;
    padding-left: 30px;
}

.mba-life-page-wrapper .students-activities-block-wrapper .toggle-items .toggle-item:before {
    border-left: 2px solid red;
}

.mba-life-page-wrapper .students-activities-block-wrapper .toggle-items .toggle-item.open .item-title:after {
    color: #00e4ff;
    content: "\2212";
}

.mba-life-page-wrapper .students-activities-block-wrapper .toggle-items .toggle-item.open .item-text {
    opacity: 1;
    visibility: visible;
}

.mba-life-page-wrapper .students-activities-block-wrapper .toggle-items .toggle-item .item-title {
    padding-right: 50px;
    cursor: pointer;
    font-size: 23px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.09;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    margin: 30px 0;
    position: relative;
}

.mba-life-page-wrapper .students-activities-block-wrapper .toggle-items .toggle-item .item-title:after {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -.5em;
    color: #00e4ff;
    font-size: 30px;
    content: "\002B";
}

.mba-life-page-wrapper .students-activities-block-wrapper .toggle-items .toggle-item .item-text {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.96;
    letter-spacing: 0.6px;
    text-align: left;
    color: #646975;
    margin-bottom: 20px;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .1s, visibility .1s linear .1s, height .1s;
}

.executive-education-profile-page-wrapper .profile-top-block-wrapper {
    padding: 37px 0 37px;
    background-color: #243b5e;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .executive-education-profile-page-wrapper .profile-top-block-wrapper .cw-wrapper {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}

.executive-education-profile-page-wrapper .profile-top-block-wrapper .base-wrapper {
    position: relative;
}

.executive-education-profile-page-wrapper .profile-top-block-wrapper .cat-name {
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
}

.executive-education-profile-page-wrapper .profile-top-block-wrapper .cat-name:hover {
    color: #23e0ff;
}

.executive-education-profile-page-wrapper .profile-top-block-wrapper .title {
    color: #fff;
    width: 50%;
    margin: 30px auto 40px;
    text-align: center;
}

@media only screen and (max-width: 1200px) {
    .executive-education-profile-page-wrapper .profile-top-block-wrapper .title {
        margin: 30px auto 140px;
    }
}

@media only screen and (max-width: 767px) {
    .executive-education-profile-page-wrapper .profile-top-block-wrapper .title {
        margin: 30px auto 40px;
        width: 100%;
    }
}

.executive-education-profile-page-wrapper .profile-top-block-wrapper .apply-block-wrapper {
    position: absolute;
    bottom: 35px;
    right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 300px;
}

@media only screen and (max-width: 1200px) {
    .executive-education-profile-page-wrapper .profile-top-block-wrapper .apply-block-wrapper {
        right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .executive-education-profile-page-wrapper .profile-top-block-wrapper .apply-block-wrapper {
        position: static;
        margin: 0 auto;
        width: 280px;
    }
}

.executive-education-profile-page-wrapper .profile-top-block-wrapper .apply-block-wrapper .num {
    width: 100%;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: right;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 10px;
    font-weight: 700;
}

.executive-education-profile-page-wrapper .profile-top-block-wrapper .apply-block-wrapper .brochure-button {
    background-color: #243b5e;
    border: 1px solid #23e0ff;
    color: #fff;
}

.executive-education-profile-page-wrapper .profile-top-block-wrapper .apply-block-wrapper .apply-button {
    background-color: #23e0ff;
}

.executive-education-profile-page-wrapper .profile-top-block-wrapper .apply-block-wrapper .apply-block-but {
    border-radius: 3px;
    padding: 12px 35px;
    display: inline-block;
    font-weight: bold;
}

.executive-education-profile-page-wrapper .profile-content-wrapper {
    padding: 60px 0 80px;
}

.executive-education-profile-page-wrapper .profile-content-wrapper .tabs > ul {
    margin-top: 15px;
    max-width: 270px;
    padding-bottom: 50px;
    border-right: 4px solid;
    border-color: rgba(151, 151, 151, 0.3);
    align-self: flex-start;
    padding-right: 0;
}

.executive-education-profile-page-wrapper .profile-content-wrapper .tabs > ul > li {
    padding-right: 30px;
    border-right: 4px solid;
    border-color: rgba(255, 255, 255, 0);
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    margin-right: -4px;
    color: rgba(151, 151, 151, 0.3);
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
}

.executive-education-profile-page-wrapper .profile-content-wrapper .tabs > ul > li.active {
    border-right: 4px solid #00e4ff;
    position: relative;
    color: #243b5e;
}

.executive-education-profile-page-wrapper .profile-content-wrapper .tabs > ul > li:hover {
    border-color: #00e4ff;
}

.executive-education-profile-page-wrapper .profile-content-wrapper .publications-tubs > ul {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 50px;
    border-color: rgba(151, 151, 151, 0.3);
    padding-left: 0;
}

.executive-education-profile-page-wrapper .profile-content-wrapper .publications-tubs > ul > li {
    margin-right: 30px;
    list-style-type: none;
    padding: 8px 15px;
    border-bottom: 4px solid;
    border-color: rgba(255, 255, 255, 0);
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: rgba(151, 151, 151, 0.3);
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
}

.executive-education-profile-page-wrapper .profile-content-wrapper .publications-tubs > ul > li.active {
    border-bottom: 4px solid #00e4ff;
    position: relative;
    color: #243b5e;
}

.executive-education-profile-page-wrapper .profile-content-wrapper .publications-tubs > ul > li:hover {
    border-color: #00e4ff;
}

.executive-education-profile-page-wrapper .profile-content-wrapper .publications-tubs > ul > li p {
    margin: 20px 0;
}

.executive-education-profile-page-wrapper .profile-content-wrapper .publications-tubs > ul > li p:first-of-type:first-letter {
    --cap-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-stretch: inherit;
    height: auto;
    line-height: inherit;
    position: inherit;
    float: none;
    display: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    color: inherit;
}

.executive-education-profile-page-wrapper .profile-content-wrapper .table-items-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin-bottom: 40px;
}

.executive-education-profile-page-wrapper .profile-content-wrapper .table-items-wrapper .item {
    max-width: 24%;
    width: 100%;
    border-right: solid 2px rgba(151, 151, 151, 0.3);
}

@media only screen and (max-width: 767px) {
    .executive-education-profile-page-wrapper .profile-content-wrapper .table-items-wrapper .item {
        max-width: 100%;
        border: 0;
    }
}

.executive-education-profile-page-wrapper .profile-content-wrapper .table-items-wrapper .item:last-child {
    border: none;
}

.executive-education-profile-page-wrapper .profile-content-wrapper .table-items-wrapper .item .item-title {
    opacity: 0.7;
    font-size: 13px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 1.5px;
    color: #586374;
    margin-bottom: 5px;
}

.executive-education-profile-page-wrapper .profile-content-wrapper .table-items-wrapper .item .item-text {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.47;
    color: #243b5e;
}

.executive-education-profile-page-wrapper .profile-content-wrapper .publications-tub-info .info-item {
    padding: 12px 0;
    border-bottom: solid 2px rgba(151, 151, 151, 0.3);
}

.executive-education-profile-page-wrapper .profile-content-wrapper .publications-tub-info .info-item:last-of-type {
    border-bottom: 0;
}

.executive-education-profile-page-wrapper .profile-content-wrapper .publications-tub-info .info-item p {
    margin: 20px 0;
}

.executive-education-profile-page-wrapper .profile-content-wrapper .publications-tub-info .info-item p:first-of-type:first-letter {
    --cap-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-stretch: inherit;
    height: auto;
    line-height: inherit;
    position: inherit;
    float: none;
    display: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    color: #000000;
}

.executive-education-profile-page-wrapper .description-block-wrapper {
    padding: 40px 0;
    background-color: rgba(151, 151, 151, 0.3);
}

.executive-education-profile-page-wrapper .description-block-wrapper .title {
    margin-bottom: 20px;
}

.executive-education-profile-page-wrapper .quote-block-wrapper {
    padding: 50px 0 25px;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .executive-education-profile-page-wrapper .quote-block-wrapper {
        padding: 40px 0 25px;
    }
}

.executive-education-profile-page-wrapper .quote-block-wrapper .cw-30 {
    padding: 0 15px;
}

.executive-education-profile-page-wrapper .quote-block-wrapper .title {
    color: #fff;
    font-size: 32px;
}

@media only screen and (max-width: 767px) {
    .executive-education-profile-page-wrapper .quote-block-wrapper .title {
        font-size: 28px;
    }
}

.executive-education-profile-page-wrapper .quote-block-wrapper .sub-author {
    opacity: 0.5;
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper {
    border-top: solid 2px rgba(151, 151, 151, 0.3);
    padding: 70px 0 100px;
}

@media only screen and (max-width: 767px) {
    .executive-education-profile-page-wrapper .structure-calendar-block-wrapper {
        padding: 40px 0 25px;
    }
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .items-wrapper {
    padding: 50px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

@media only screen and (max-width: 479px) {
    .executive-education-profile-page-wrapper .structure-calendar-block-wrapper .items-wrapper {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .items-wrapper .item {
    max-width: 30%;
    width: 100%;
    margin-bottom: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

@media only screen and (max-width: 479px) {
    .executive-education-profile-page-wrapper .structure-calendar-block-wrapper .items-wrapper .item {
        max-width: 80%;
    }
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .items-wrapper .item img {
    width: 100%;
    object-fit: contain;
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .toggle-items {
    margin-bottom: 30px;
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .toggle-items .toggle-item {
    list-style-type: lower-alpha;
    border-bottom: 2px solid #253c5f;
    padding-left: 30px;
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .toggle-items .toggle-item:before {
    margin-right: 40px;
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .toggle-items .toggle-item.open .item-title:after {
    color: #00e4ff;
    content: "\2212";
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .toggle-items .toggle-item.open .item-text {
    opacity: 1;
    visibility: visible;
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .toggle-items .toggle-item .item-title {
    padding-right: 50px;
    cursor: pointer;
    font-size: 23px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.09;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    margin: 30px 0;
    position: relative;
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .toggle-items .toggle-item .item-title:after {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -.5em;
    color: #00e4ff;
    font-size: 30px;
    content: "\002B";
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .toggle-items .toggle-item .item-text {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.96;
    letter-spacing: 0.6px;
    text-align: left;
    color: #646975;
    margin-bottom: 20px;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .1s, visibility .1s linear .1s, height .1s;
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .toggle-items .toggle-item .item-text p {
    margin: 20px 0;
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .toggle-items .toggle-item .item-text p:first-of-type:first-letter {
    --cap-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-stretch: inherit;
    height: auto;
    line-height: inherit;
    position: inherit;
    float: none;
    display: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    color: inherit;
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .contact-items-wrapper {
    padding-top: 70px;
    padding-bottom: 50px;
    position: relative;
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .contact-items-wrapper .item {
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .contact-items-wrapper .item .item-content {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .contact-items-wrapper .item .item-content .content {
    display: -webkit-flex;
    display: flex;
    max-width: 640px;
}

@media only screen and (max-width: 479px) {
    .executive-education-profile-page-wrapper .structure-calendar-block-wrapper .contact-items-wrapper .item .item-content .content {
        -webkit-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
    }
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .contact-items-wrapper .item .item-content .photo-wrapper {
    border-radius: 50%;
    width: 111px;
    height: 111px;
    min-width: 111px;
    background-color: #ededed;
    position: relative;
}

@media only screen and (max-width: 479px) {
    .executive-education-profile-page-wrapper .structure-calendar-block-wrapper .contact-items-wrapper .item .item-content .photo-wrapper {
        margin-bottom: 10px;
    }
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .contact-items-wrapper .item .item-content .photo-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .contact-items-wrapper .item .item-content .photo-wrapper .social {
    position: absolute;
    width: 32px;
    height: 32px;
    background-color: #3979db;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 700;
    bottom: 0;
    right: 0;
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .contact-items-wrapper .item .item-content .text-wrapper {
    margin-left: 40px;
    color: #2d3542;
}

@media only screen and (max-width: 479px) {
    .executive-education-profile-page-wrapper .structure-calendar-block-wrapper .contact-items-wrapper .item .item-content .text-wrapper {
        margin-bottom: 10px;
        margin-left: 0;
    }
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .contact-items-wrapper .item .item-content .text-wrapper .title {
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .contact-items-wrapper .item .item-content .text-wrapper .position {
    opacity: 0.7;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.36;
    letter-spacing: normal;
    text-align: left;
    color: #586374;
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .contact-items-wrapper .item .item-content .text-wrapper .phones .phone {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.44;
    letter-spacing: normal;
    text-align: left;
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .contact-items-wrapper .item .item-content .text-wrapper .phones .phone:first-child {
    border-right: 2px solid rgba(151, 151, 151, 0.3);
    margin-right: 20px;
    padding-right: 20px;
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .contact-items-wrapper .item .item-content .text-wrapper .email {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.44;
    letter-spacing: normal;
    text-align: left;
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .contact-items-wrapper .item .item-content .link-button {
    border-radius: 3px;
    background-color: #23e0ff;
    border: solid 2px #23e0ff;
    box-sizing: border-box;
    padding: 10px 25px;
}

@media only screen and (max-width: 479px) {
    .executive-education-profile-page-wrapper .structure-calendar-block-wrapper .contact-items-wrapper .item .item-content .link-button {
        margin-bottom: 10px;
    }
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .contact-items-wrapper .item .item-content .link-button:hover {
    transition: .2s;
    text-decoration: none;
    background-color: inherit;
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .contact-items-wrapper .item hr {
    position: absolute;
    bottom: 0;
    width: 250%;
    opacity: 0.15;
    border: solid 1px #253c5f;
}

@media only screen and (max-width: 479px) {
    .executive-education-profile-page-wrapper .structure-calendar-block-wrapper .contact-items-wrapper .item hr {
        width: 100%;
    }
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .years-block-bg {
    background: #c5f7ff;
    position: relative;
    width: 400%;
}

@media only screen and (max-width: 767px) {
    .executive-education-profile-page-wrapper .structure-calendar-block-wrapper .years-block-bg {
        overflow-x: scroll;
    }
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper {
    max-width: 770px;
    width: 100%;
    display: -webkit-flex;
    display: flex;
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-col {
    padding: 25px 50px 50px;
    border-right: solid 2px rgba(151, 151, 151, 0.3);
    line-height: 1.2;
}

@media only screen and (max-width: 767px) {
    .executive-education-profile-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-col {
        padding: 25px 15px 25px;
    }
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-col .num {
    font-size: 54px;
    font-weight: bold;
    color: #4eacbc;
}

@media only screen and (max-width: 767px) {
    .executive-education-profile-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-col .num {
        font-size: 47px;
    }
}

@media only screen and (max-width: 479px) {
    .executive-education-profile-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-col .num {
        font-size: 32px;
    }
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-col .num.active {
    color: #243b5e;
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-table .year-table-item {
    padding: 35px 45px 50px 0;
    position: relative;
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-table .year-table-item p {
    margin: 20px 0;
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-table .year-table-item p:first-of-type:first-letter {
    --cap-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-stretch: inherit;
    height: auto;
    line-height: inherit;
    position: inherit;
    float: none;
    display: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    color: inherit;
}

@media only screen and (max-width: 767px) {
    .executive-education-profile-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-table .year-table-item {
        padding: 15px 30px 20px 0;
    }
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-table .year-table-item p {
    margin-left: 10px;
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-table .year-table-item hr {
    position: absolute;
    bottom: 0;
    width: 250%;
    opacity: 0.15;
    border: solid 1px #253c5f;
}

@media only screen and (max-width: 479px) {
    .executive-education-profile-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-table .year-table-item hr {
        width: 100%;
    }
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-table .year-table-item .item-title {
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4eacbc;
    margin-left: 15px;
    margin-bottom: 30px;
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-table .year-table-item table tr td {
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    font-size: 20px;
    line-height: 1.3;
}

.executive-education-profile-page-wrapper .structure-calendar-block-wrapper .years-block-wrapper .year-table .year-table-item table tr td:first-child {
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.93;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    padding: 10px 30px 10px 70px;
}

.executive-education-profile-page-wrapper .apply-bottom-block-wrapper {
    padding: 100px 0 120px;
}

.executive-education-profile-page-wrapper .apply-bottom-block-wrapper .title {
    color: #fff;
}

.executive-education-profile-page-wrapper .apply-bottom-block-wrapper ul li {
    list-style-type: decimal-leading-zero;
    border-bottom: solid 2px rgba(151, 151, 151, 0.3);
    color: #fff;
    padding: 25px 0 25px 20px;
}

.executive-education-profile-page-wrapper .apply-bottom-block-wrapper ul li h3 {
    color: #fff;
    font-size: 21px;
    display: inline-block;
}

.executive-education-profile-page-wrapper .apply-bottom-block-wrapper ul li a {
    color: #23e0ff;
}

.executive-education-profile-page-wrapper .apply-bottom-block-wrapper ul li:last-of-type {
    border-bottom: 0;
}

.executive-education-profile-page-wrapper .apply-bottom-block-wrapper ul li .download-button {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.33;
    color: #253c5f;
    border-radius: 3px;
    background-color: #23e0ff;
    padding: 10px 20px;
    display: inline-block;
}

.exe-category-page-wrapper .top-block-bg {
    height: 640px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 479px) {
    .exe-category-page-wrapper .top-block-bg {
        height: auto;
    }
}

.exe-category-page-wrapper .top-block-bg .base-wrapper {
    width: 100%;
    position: relative;
}

.exe-category-page-wrapper .top-block-bg .base-wrapper .page-top-block-info {
    width: 100%;
    max-width: 450px;
    background-color: #253c5f;
    height: 100%;
    padding: 0 50px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 767px) {
    .exe-category-page-wrapper .top-block-bg .base-wrapper .page-top-block-info {
        background-color: inherit;
    }
}

@media only screen and (max-width: 479px) {
    .exe-category-page-wrapper .top-block-bg .base-wrapper .page-top-block-info {
        padding: 30px 0 120px;
    }
}

.exe-category-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #23e0ff;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .exe-category-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .title {
        font-size: 37px;
    }
}

.exe-category-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .text {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.84;
    letter-spacing: 0.7px;
    text-align: left;
    color: #ffffff;
}

.exe-category-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .button-bottom {
    border-radius: 50%;
    width: 42px;
    height: 42px;
    border: solid 2px rgba(151, 151, 151, 0.3);
    margin-top: 26px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.exe-category-page-wrapper .top-block-bg .base-wrapper .page-top-block-info .button-bottom img {
    width: 20px;
}

.exe-category-page-wrapper .top-block-bg .base-wrapper .apply-block-wrapper {
    position: absolute;
    bottom: 35px;
    right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 300px;
}

@media only screen and (max-width: 1200px) {
    .exe-category-page-wrapper .top-block-bg .base-wrapper .apply-block-wrapper {
        right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .exe-category-page-wrapper .top-block-bg .base-wrapper .apply-block-wrapper {
        right: 60px;
    }
}

.exe-category-page-wrapper .top-block-bg .base-wrapper .apply-block-wrapper .num {
    width: 100%;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: right;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 10px;
    font-weight: 700;
}

.exe-category-page-wrapper .top-block-bg .base-wrapper .apply-block-wrapper .brochure-button {
    background-color: #243b5e;
    color: #fff;
}

.exe-category-page-wrapper .top-block-bg .base-wrapper .apply-block-wrapper .apply-button {
    background-color: #23e0ff;
}

.exe-category-page-wrapper .top-block-bg .base-wrapper .apply-block-wrapper .apply-block-but {
    border-radius: 3px;
    padding: 12px 35px;
    display: inline-block;
    font-weight: bold;
}

@media only screen and (max-width: 1200px) {
    .exe-category-page-wrapper #all-news {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 1023px) {
    .exe-category-page-wrapper #all-news .news {
        width: 47%;
    }
}

@media only screen and (max-width: 767px) {
    .exe-category-page-wrapper #all-news .news {
        width: 80%;
    }
}

@media only screen and (max-width: 479px) {
    .exe-category-page-wrapper #all-news .news {
        width: 100%;
    }
}

.exe-category-page-wrapper .apply-bottom-block-wrapper {
    padding: 100px 0 120px;
}

@media only screen and (max-width: 767px) {
    .exe-category-page-wrapper .apply-bottom-block-wrapper {
        padding: 40px 0 50px;
    }
}

.exe-category-page-wrapper .apply-bottom-block-wrapper .title {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .exe-category-page-wrapper .apply-bottom-block-wrapper ul {
        padding: 0 15px;
    }
}

.exe-category-page-wrapper .apply-bottom-block-wrapper ul li {
    list-style-type: decimal-leading-zero;
    border-bottom: solid 2px rgba(151, 151, 151, 0.3);
    color: #fff;
    padding: 25px 0 25px 20px;
}

.exe-category-page-wrapper .apply-bottom-block-wrapper ul li h3 {
    color: #fff;
    font-size: 21px;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .exe-category-page-wrapper .apply-bottom-block-wrapper ul li h3 {
        font-size: 18px;
    }
}

.exe-category-page-wrapper .apply-bottom-block-wrapper ul li a {
    color: #23e0ff;
}

.exe-category-page-wrapper .apply-bottom-block-wrapper ul li:last-of-type {
    border-bottom: 0;
}

.exe-category-page-wrapper .apply-bottom-block-wrapper ul li .download-button {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.33;
    color: #253c5f;
    border-radius: 3px;
    background-color: #23e0ff;
    padding: 10px 20px;
    display: inline-block;
    margin-left: 15px;
}

@media only screen and (max-width: 767px) {
    .exe-category-page-wrapper .apply-bottom-block-wrapper ul li .download-button {
        font-size: 18px;
    }
}

.vertical-menu > ul {
    margin-top: 15px;
    padding-bottom: 50px;
    border-right: 4px solid;
    border-color: rgba(151, 151, 151, 0.3);
    align-self: flex-start;
    padding-right: 0;
}

.vertical-menu > ul > li {
    padding-right: 30px;
    padding-bottom: 14px;
    border-right: 4px solid;
    border-color: rgba(255, 255, 255, 0);
    font-size: 25px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    margin-right: -4px;
    color: rgba(151, 151, 151, 0.3);
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
}

.vertical-menu > ul > li.active {
    border-right: 4px solid #00e4ff;
    position: relative;
    color: #243b5e;
}

.vertical-menu > ul > li:hover {
    border-color: #00e4ff;
}

.exe-pr-reviews-block-wrapper {
    background-color: #243b5e;
    padding: 40px 0 40px;
}

.exe-pr-reviews-block-wrapper .reviews-block {
    padding: 50px 0;
}

.exe-pr-reviews-block-wrapper .reviews-block .image-wrapper {
    width: 267px;
    min-width: 267px;
    height: 267px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

@media only screen and (max-width: 1200px) {
    .exe-pr-reviews-block-wrapper .reviews-block .image-wrapper {
        width: 200px;
        min-width: 200px;
        height: 200px;
    }
}

@media only screen and (max-width: 1023px) {
    .exe-pr-reviews-block-wrapper .reviews-block .image-wrapper {
        width: 170px;
        min-width: 170px;
        height: 170px;
    }
}

@media only screen and (max-width: 767px) {
    .exe-pr-reviews-block-wrapper .reviews-block .image-wrapper {
        margin-left: 25px;
    }
}

.exe-pr-reviews-block-wrapper .reviews-block .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.exe-pr-reviews-block-wrapper .reviews-block .regular .slick-prev, .exe-pr-reviews-block-wrapper .reviews-block .regular .slick-next {
    top: auto;
    bottom: -15px;
    width: 42px;
    height: 42px;
    z-index: 10;
}

.exe-pr-reviews-block-wrapper .reviews-block .regular .slick-prev:before, .exe-pr-reviews-block-wrapper .reviews-block .regular .slick-next:before {
    background-size: 45%;
    background-position: center;
    border-radius: 50%;
    border: solid 2px rgba(151, 151, 151, 0.3);
}

.exe-pr-reviews-block-wrapper .reviews-block .regular .slick-prev:hover:before, .exe-pr-reviews-block-wrapper .reviews-block .regular .slick-next:hover:before {
    border: solid 2px #1be3f5;
}

.exe-pr-reviews-block-wrapper .reviews-block .regular .slick-prev {
    left: 31%;
}

@media only screen and (max-width: 767px) {
    .exe-pr-reviews-block-wrapper .reviews-block .regular .slick-prev {
        left: 5%;
    }
}

.exe-pr-reviews-block-wrapper .reviews-block .regular .slick-prev:before {
    background-image: url(../img/ico/tail-left-w.svg);
    background-size: 40%;
    background-position: center;
}

.exe-pr-reviews-block-wrapper .reviews-block .regular .slick-next {
    left: 37%;
}

@media only screen and (max-width: 767px) {
    .exe-pr-reviews-block-wrapper .reviews-block .regular .slick-next {
        left: 25%;
    }
}

.exe-pr-reviews-block-wrapper .reviews-block .regular .slick-next:before {
    background-image: url(../img/ico/tail-right-w.svg);
    background-size: 40%;
    background-position: center;
}

.exe-pr-reviews-block-wrapper .reviews-block .reviews-wrapper {
    max-width: 766px;
    position: relative;
}

.exe-pr-reviews-block-wrapper .reviews-block .reviews-wrapper .text {
    color: #fff;
    font-size: 26px;
    padding-top: 70px;
}

@media only screen and (max-width: 1200px) {
    .exe-pr-reviews-block-wrapper .reviews-block .reviews-wrapper .text {
        font-size: 22px;
    }
}

.exe-pr-reviews-block-wrapper .reviews-block .reviews-wrapper .text .ico {
    font-size: 150px;
    color: #23e0ff;
    position: absolute;
    top: -30px;
    left: -5px;
}

.exe-pr-reviews-block-wrapper .reviews-block .reviews-wrapper .author-name {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.exe-pr-reviews-block-wrapper .reviews-block .reviews-wrapper .author-position {
    opacity: 0.7;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 80px;
}

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

@media only screen and (max-width: 767px) {
    .front-page-mob-n {
        display: none;
    }
}

.carousel-item .slider__desc {
    background-color: inherit !important;
}

.carousel-item .slider__slide {
    min-height: 40vh;
    height: auto;
    max-height: inherit;
}

.event-card__title:hover {
    color: #fff;
}

.programmes__title.front-prog-fi {
    font-size: 72px !important;
}

@media only screen and (max-width: 767px) {
    .programmes__title.front-prog-fi {
        font-size: 25px !important;
    }
}

@media only screen and (max-width: 767px) {
    .programmes__title {
        font-size: 25px !important;
    }
}

.tabs.cw-wrapper > ul.cw-30 li, .vertical-menu.cw-wrapper > ul.cw-30 li {
    padding-bottom: 8px;
    font-size: 28px !important;
}

@media only screen and (max-width: 767px) {
    .tabs.cw-wrapper > ul.cw-30, .vertical-menu.cw-wrapper > ul.cw-30 {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        -webkit-flex-direction: column;
        flex-direction: column;
        border: 0;
        margin-top: 0;
        max-width: inherit;
        padding-bottom: 0;
        padding-right: 0;
    }

    .tabs.cw-wrapper > ul.cw-30 li, .vertical-menu.cw-wrapper > ul.cw-30 li {
        width: 100%;
        font-size: 18px;
        position: relative;
        text-align: left;
        padding: 10px 15px 10px 60px;
        border-bottom: solid 2px rgba(151, 151, 151, 0.3);
        margin-bottom: 0;
    }

    .tabs.cw-wrapper > ul.cw-30 li:before, .vertical-menu.cw-wrapper > ul.cw-30 li:before {
        content: '';
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: solid 2px rgba(151, 151, 151, 0.3);
        display: inline-block;
        position: absolute;
        left: 0;
        top: 10px;
    }

    .tabs.cw-wrapper > ul.cw-30 li.active, .vertical-menu.cw-wrapper > ul.cw-30 li.active {
        border-right: 0;
    }

    .tabs.cw-wrapper > ul.cw-30 li.active:before, .vertical-menu.cw-wrapper > ul.cw-30 li.active:before {
        border-color: #00e4ff;
        box-shadow: 0 0 0 3.5px #fff inset;
        background-color: #00e4ff;
    }

    .tabs.cw-wrapper > ul.cw-30 li:hover, .vertical-menu.cw-wrapper > ul.cw-30 li:hover {
        border-right: 0;
    }
}

#speak_bl .profiles-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 35px;
}

#speak_bl .profiles-wrapper .profile {
    width: 100%;
    max-width: 30%;
    margin-right: 10%;
    padding-bottom: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
    #speak_bl .profiles-wrapper .profile {
        margin-right: 5%;
        max-width: 40%;
    }
}

@media only screen and (max-width: 1023px) {
    #speak_bl .profiles-wrapper .profile {
        max-width: 55%;
        margin-right: 0;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    #speak_bl .profiles-wrapper .profile {
        max-width: 80%;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 479px) {
    #speak_bl .profiles-wrapper .profile {
        max-width: 100%;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

#speak_bl .profiles-wrapper .profile .photo {
    min-width: 67px;
    width: 67px;
    height: 67px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

#speak_bl .profiles-wrapper .profile .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 479px) {
    #speak_bl .profiles-wrapper .profile .profile-info {
        width: 65%;
    }
}

#speak_bl .profiles-wrapper .profile .profile-info .name {
    margin-top: 15px;
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

#speak_bl .profiles-wrapper .profile .profile-info .position {
    opacity: 0.7;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #586374;
}

#speak_bl .profiles-wrapper .profile .profile-info .email {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.44;
    letter-spacing: normal;
    text-align: left;
    color: #2d3542;
}

#speak_bl .profiles-wrapper .profile .link-wrapper {
    border-radius: 50%;
    min-width: 42px;
    width: 42px;
    height: 42px;
    margin-top: 30px;
    margin-left: 40px;
    background-color: #23e0ff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

#speak_bl .profiles-wrapper .profile .link-wrapper img {
    width: 20px;
}

#searchform .search-input {
    background: rgba(151, 151, 151, 0.3);
    padding: 5px 40px 5px 20px;
    width: auto;
    border-radius: 2px;
}

.video-slide iframe {
    height: 60vh;
}

.front-page-mob-content {
    display: none;
}

@media only screen and (max-width: 767px) {
    .front-page-mob-content {
        display: block;
    }
}

.front-page-mob-image {
    position: relative;
    height: 256px;
    display: none;
}

@media only screen and (max-width: 767px) {
    .front-page-mob-image {
        display: block;
    }
}

.lab-form label {
    margin-top: 15px;
}

.lab-form input[type="text"], .lab-form input[type="email"], .lab-form textarea {
    padding: 10px 10px 10px 15px;
    border: 2px solid #08ccec;
    margin: 10px 0 0;
}

.lab-form textarea {
    height: 200px;
}

.lab-form input[type="submit"] {
    background-color: #23e0ff;
    font-size: 15px;
    font-weight: bold;
    line-height: 2.33;
    letter-spacing: normal;
    text-align: center;
    color: #253c5f;
    border: 0;
    padding: 0 33px;
    border-radius: 3px;
}

@media only screen and (max-width: 767px) {
    .post-heading {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .programm_1 {
        background-blend-mode: multiply;
        background-image: url("../img/Mobile/MBA.JPG") !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-color: rgba(0, 0, 0, 0.4);
    }
}

@media only screen and (max-width: 767px) {
    .programm_2 {
        background-blend-mode: multiply;
        background-image: url("../img/Mobile/EMBA.jpg") !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-color: rgba(0, 0, 0, 0.4);
    }
}

@media only screen and (max-width: 767px) {
    .programm_3 {
        background-blend-mode: multiply;
        background-image: url("../img/Mobile/MEMBA.jpg") !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-color: rgba(0, 0, 0, 0.4);
    }
}

@media only screen and (max-width: 767px) {
    .programm_4 {
        background-blend-mode: multiply;
        background-image: url("../img/Mobile/executive_education_programme.jpg") !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-color: rgba(0, 0, 0, 0.4);
    }
}

@media only screen and (max-width: 767px) {
    .programm_5 {
        background-blend-mode: multiply;
        background-image: url("../img/Mobile/Open_Seminars.jpg") !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-color: rgba(0, 0, 0, 0.4);
    }
}

@media only screen and (max-width: 767px) {
    .programm_6 {
        background-blend-mode: multiply;
        background-image: url("../img/Mobile/custom_programme.jpg") !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-color: rgba(0, 0, 0, 0.4);
    }
}

@media only screen and (max-width: 767px) {
    .mba-home-page-wrapper .top-block-bg {
        height: auto;
    }
}

@media only screen and (max-width: 479px) {
    .mba-home-page-wrapper .top-block-bg .page-top-block-info {
        padding: 40px 50px 150px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .mba-home-page-wrapper .top-block-bg .apply-block-wrapper {
        right: 20px !important;
    }
}

@media only screen and (max-width: 767px) {
    .mba-home-page-wrapper .top-block-bg .apply-block-wrapper .brochure-button {
        border: 1px solid #fff;
    }
}

@media only screen and (max-width: 767px) {
    .mob-tabs-none {
        display: none !important;
    }
}

.exe-bottom-mob-menu {
    padding: 40px 0;
    display: none;
}

@media only screen and (max-width: 767px) {
    .exe-bottom-mob-menu {
        display: block;
    }
}

.exe-bottom-mob-menu .base-wrapper {
    padding: 0;
}

.exe-bottom-mob-menu .mob-menu-title {
    padding: 10px 25px;
}

.exe-bottom-mob-menu .exe-mob-menu-item {
    padding: 15px 15px 15px 60px;
    border-bottom: solid 2px rgba(151, 151, 151, 0.3);
}

.exe-bottom-mob-menu .exe-mob-menu-item.active .exe-mob-menu-item-link:before {
    border-color: #00e4ff;
    box-shadow: 0 0 0 3.5px #fff inset;
    background-color: #00e4ff;
}

.exe-bottom-mob-menu .exe-mob-menu-item .exe-mob-menu-item-link {
    display: inline-block;
    max-width: 320px;
    width: 100%;
    box-sizing: border-box;
    font-size: 13px;
    position: relative;
}

.exe-bottom-mob-menu .exe-mob-menu-item .exe-mob-menu-item-link:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: solid 2px rgba(151, 151, 151, 0.3);
    display: inline-block;
    position: absolute;
    left: -35px;
    top: 0;
}

.news__meta .table-items-wrapper .item {
    display: inline-block;
}

.news__meta .table-items-wrapper .item:last-of-type {
    margin-left: 10px;
    padding-left: 10px;
    border-left: solid 2px rgba(151, 151, 151, 0.3);
}

.news__meta .table-items-wrapper .item .item-text {
    line-height: 1.5;
}

.slider__desc h3 {
    text-transform: none !important;
}

.client-margin {
    margin-left: 18%;
}

@media only screen and (max-width: 1200px) {
    .client-margin {
        margin-left: 0;
    }
}

.norm-fl-content-wrapper {
    word-wrap: break-word;
    padding: 0 55px 25px;
}

.norm-fl-content-wrapper p {
    margin: 20px 0;
}

.norm-fl-content-wrapper p:first-of-type:first-letter {
    --cap-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-stretch: inherit;
    height: auto;
    line-height: inherit;
    position: inherit;
    float: none;
    display: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    color: inherit;
}

@media only screen and (max-width: 767px) {
    .norm-fl-content-wrapper {
        padding: 0 0 15px;
    }
}

.contact-items .item .position {
    opacity: 0.7 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-stretch: normal !important;
    line-height: 2.36 !important;
    letter-spacing: normal !important;
    text-align: left !important;
    color: #586374 !important;
}

.contact-items .item .item-title {
    font-size: 17px !important;
    font-weight: bold !important;
    font-style: normal !important;
    font-stretch: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    text-align: left !important;
    color: #243b5e !important;
}

.contact-items .phones .phone {
    border-right: 2px solid rgba(151, 151, 151, 0.3) !important;
    margin-right: 20px !important;
    padding-right: 20px !important;
}

.contact-items .phones .phone {
    font-size: 16px !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-stretch: normal !important;
    letter-spacing: normal !important;
    text-align: left !important;
}

.phones1 {
    font-size: 16px !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-stretch: normal !important;
    letter-spacing: normal !important;
    text-align: left !important;
}

.button-bottom {
    cursor: pointer !important;
}

.but-title {
    cursor: pointer !important;
}

#wpforms-3261 input, #wpforms-3261 select, #wpforms-3261 textarea {
    /* color: #b00c00 !important; */
    border: 1px solid #07CCEC !important;
}

.page-id-1088 .contact-items-wrapper {
    padding-bottom: 0px;
    position: relative;
}

.page-id-1088 .contact-items-wrapper .item {
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.page-id-1088 .contact-items-wrapper .item .item-content {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.page-id-1088 .contact-items-wrapper .item .item-content .content {
    display: -webkit-flex;
    display: flex;
    max-width: 340px;
}

.page-id-1088 .contact-items-wrapper .item .item-content .photo-wrapper {
    border-radius: 50%;
    width: 111px;
    height: 111px;
    min-width: 111px;
    background-color: #ededed;
    position: relative;
}

.page-id-1088 .contact-items-wrapper .item .item-content .photo-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.page-id-1088 .contact-items-wrapper .item .item-content .text-wrapper {
    margin-left: 40px;
    color: #2d3542;
}

.page-id-1088 .contact-items-wrapper .item .item-content .text-wrapper .title {
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
}

.page-id-1088 .contact-items-wrapper .item .item-content .text-wrapper .position {
    opacity: 0.7;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.36;
    letter-spacing: normal;
    text-align: left;
    color: #586374;
}

.page-id-1088 .contact-items-wrapper .item .item-content .link-button {
    border-radius: 3px;
    background-color: #23e0ff;
    border: solid 2px #23e0ff;
    box-sizing: border-box;
    padding: 10px 25px;
}

.page-id-1088 .contact-items-wrapper .item .item-content .link-button:hover {
    transition: .2s;
    text-decoration: none;
    background-color: inherit;
}

.page-id-1088 li {
    list-style-type: disc;
}

.page-id-1088 footer li {
    list-style-type: none !important;
}

.page-id-1088 .academic-areas-content-wrapper {
    padding: 0px 0 100px;
}

.page-id-1088 .academic-areas-content-wrapper .toggle-items {
    max-width: 100%;
    margin: 0px 30px 30px;
}

.table-ahead {
    background-color: #243b5e;
    color: #ffff;
}

.td samp {
    color: #243b5e;
}

th {
    text-align: center;
}

.page-id-604 table li {
    list-style-type: disc;
    margin-left: 15px;
}

@media only screen and (min-width: 1300px) {
    .page-id-904 ul.cw-30 {
        padding: 0px 0px 50px 2.67% !important;
        margin-left: -15px;
    }
}

.children {
    padding-left: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px !important;
}

.content.site-map > ul li {
    font-size: 21px;
    color: #243b5e;
    list-style-type: none;
    font-weight: 700;
}

.children li {
    font-size: 16px !important;
    color: black !important;
    font-weight: normal !important;
    list-style-type: disc !important;
    padding: 3px;
}

.copyright {
    font-size: 13px;
    line-height: normal;
    color: #b1b5be;
    list-style-type: none;
}

.front-page-top-slider-wrapper .front-page-top-slider .front-slider-content {
    min-height: 250px;
}

@media only screen and (max-width: 1023px) {
    .front-page-top-slider-wrapper .front-page-top-slider .front-slider-content {
        height: 350px;
    }
}

.front-page-top-slider-wrapper .front-page-top-slider .front-slider-img {
    height: 500px;
}

.front-page-top-slider-wrapper .slick-dots {
    bottom: calc(500px + 18px);
    text-align: right;
    padding-right: 30px;
}

.front-page-top-slider-wrapper .slick-dots li {
    text-align: center;
}

.front-page-top-slider-wrapper .slick-dots li.slick-active:before {
    background-color: #586374;
    content: '';
    height: 20px;
    left: calc(50% - 0.5px);
    position: absolute;
    top: calc(100% + 3px);
    width: 2.5px;
}

.front-page-top-slider-wrapper .slick-dots li.slick-active a {
    color: #586374;
    position: relative;
}

.front-page-top-slider-wrapper .slick-dots li a {
    cursor: pointer;
    font-weight: bold;
    padding-bottom: 5px;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

@media only screen and (max-width: 767px) {
    #first-carousel {
        display: none;
    }
}

.front-page-button-wrapper {
    display: none;
}

@media only screen and (max-width: 767px) {
    .front-page-button-wrapper {
        display: inline-block;
        text-align: center;
    }
}

/*# sourceMappingURL=style.css.map */

.mba-admissions-page-wrapper .requirements-block-wrapper .numeric-items-wrapper .item:before {
    counter-increment: myOrderedListItemsCounter;
    content: counter(myOrderedListItemsCounter);
    margin-right: 0.5em;
    background-color: #00e4ff;
    width: 40px !important;
    height: 40px !important;
    min-width: 42px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    position: absolute;
    top: 15px;
    z-index: 4;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.mba-admissions-page-wrapper .requirements-block-wrapper .numeric-items-wrapper .item p {
    margin: 15px 0 !important;
}

.mba-admissions-page-wrapper .item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    list-style-type: none;
    position: relative;
    padding-bottom: 5px !important;
    overflow: hidden;
}

.numeric-items-wrapper .item:before {
    counter-increment: myOrderedListItemsCounter;
    content: counter(myOrderedListItemsCounter);
    margin-right: 0.5em;
    background-color: #00e4ff;
    width: 40px !important;
    height: 40px !important;
    min-width: 42px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    position: absolute;
    top: 15px;
    z-index: 4;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.toggle-items .toggle-item {
    list-style-type: lower-alpha;
    border-bottom: 2px solid #253c5f;
    padding-left: 30px;
}

.toggle-item::before {
    margin-right: 40px;
}

.toggle-items .toggle-item .item-title::after {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -.5em;
    color: #00e4ff;
    font-size: 30px;
    content: "\002B";
}

.toggle-items .toggle-item .item-title {
    padding-right: 50px;
    cursor: pointer;
    font-size: 23px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.09;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    margin: 30px 0;
    position: relative;
}

.toggle-items .toggle-item .item-text {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.96;
    letter-spacing: 0.6px;
    text-align: left;
    color: #646975;
    margin-bottom: 20px;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .1s, visibility .1s linear .1s, height .1s;
}

.toggle-items .toggle-item.open .item-text {
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 1250px) {
    .mba-home-page-wrapper .structure-calendar-block-wrapper .toggle-items {
        margin-bottom: 30px;
        padding: 25px 0px 0px 70px;
    }

    .mba-home-page-wrapper .structure-calendar-block-wrapper .button {
        margin-top: 40px;
        border-radius: 3px;
        background-color: #23e0ff;
        border: solid 2px #23e0ff;
        display: inline-block;
        padding: 15px 35px;
        font-weight: bold;
        margin-left: 50px;
    }
}

.page-template-page-mba-faq .top-block-wrapper .apply-block-wrapper {
    position: absolute;
    right: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 300px;
    padding-top: 30px;
}

.page-template-page-mba-faq .top-block-wrapper .apply-block-wrapper .apply-block-but {
    border-radius: 3px;
    padding: 12px 35px;
    display: inline-block;
    font-weight: bold;
}

.page-template-page-mba-faq .top-block-wrapper .apply-block-wrapper .brochure-button {
    background-color: #243b5e;
    color: #fff;
}

.page-template-page-mba-faq .top-block-wrapper .apply-block-wrapper .apply-button {
    background-color: #23e0ff;
}

.page-template-page-mba-faq .num {
    line-height: 2.3 !important;
}

.cw-30 li {
    padding: 15px !important;
    border-bottom: solid 1px rgba(151, 151, 151, 0.76) !important;
}

.vertical-menu > ul > li {
    color: rgba(151, 151, 151, 0.76) !important;
}

.vertical-menu > ul > li.active {
    border-right: 4px solid #00e4ff;
    position: relative;
    color: #243b5e !important;
    font-size: 16px !important;
}

.apply-block-wrapper .num {

    text-align: left !important;

}

.structure-calendar-block-wrapper {
    padding: 60px 0 35px !important;
}

.profile-content-wrapper {
    padding: 60px 0 30px 0 !important;
}

.learning-outcome-block-wrapper {
    padding: 35px 0 45px 0 !important;
}

.wpforms-form input, .wpforms-form select, .wpforms-form textarea {
    /* color: #b00c00 !important; */
    border: 1px solid #07CCEC !important;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    height: 120px;
    width: 60% !important;
}

.numeric-items-wrapper li hr {
    display: none !important;
}

.contact-items .phones .phone:last-child {
    border-right: none !important;

}

.far-menu .sub-menu li.current-menu-item a {
    border-bottom-color: #1be3f500 !important;
}

.far-menu .sub-menu li a:hover {

    border-bottom-color: #1be3f5 !important;

}

.sub-menu {
    padding: 15px 20px 15px 20px !important;
}

.requirements-block-wrapper .toggle-items .toggle-item {
    border-bottom: 2px solid rgba(151, 151, 151, 0.3) !important;
}

.requirements-block-wrapper .toggle-items .toggle-item .item-title {
    padding-right: 50px;

    font-size: 15px !important;
    font-weight: 400 !important;

    color: #2d3542 !important;

}

.requirements-block-wrapper .toggle-items .toggle-item .item-text {
    font-size: 14px !important;
}

@media only screen and (max-width: 600px) {
    .mba-home-page-wrapper .top-block-bg .base-wrapper .page-top-block-info {
        background-color: #fff0 !important;
    }

    .mba-home-page-wrapper .top-block-bg .apply-block-wrapper {
        right: 0px !important;
    }

    .mba-home-page-wrapper .top-block-bg .base-wrapper .apply-block-wrapper {
        padding: 0px 25px 0px 5px;
    }
}

@media only screen and (max-width: 767px) {
    ul.cw-30 li {
        width: 100%;
        font-size: 16px;
        position: relative;
        text-align: left;
        padding: 10px 15px 10px 60px !important;
        border-bottom: solid 2px rgba(151, 151, 151, 0.3);
        margin-bottom: 0;
    }

    .content {
        font-size: 16px;
    }
}

.content p:first-of-type::first-letter {
    --cap-height: 0;
    font-size: inherit;
    font-weight: normal;
    /* font-style: normal; */
    /* font-stretch: normal; */
    height: 0;
    line-height: normal;
    float: none;
    display: block;
    letter-spacing: normal;
    text-align: justify;
    color: inherit;
}

.toggle-items .toggle-item {
    list-style-type: lower-alpha;
    border-bottom: 2px solid rgba(151, 151, 151, 0.3) !important;
    padding-left: 30px;
}

.autoplay123company {
    width: 100% !important;
}

.autoplay1234company {
    width: 100% !important;
}

.nimh3 {
    margin-top: -78px !important;
    font-size: 50px;
    margin-right: -50px;
}

li.menu-item-has-children > a::after {
    content: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwcHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDEyOSAxMjkiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5Ij48Zz48cGF0aCBkPSJtMTIxLjMsMzQuNmMtMS42LTEuNi00LjItMS42LTUuOCwwbC01MSw1MS4xLTUxLjEtNTEuMWMtMS42LTEuNi00LjItMS42LTUuOCwwLTEuNiwxLjYtMS42LDQuMiAwLDUuOGw1My45LDUzLjljMC44LDAuOCAxLjgsMS4yIDIuOSwxLjIgMSwwIDIuMS0wLjQgMi45LTEuMmw1My45LTUzLjljMS43LTEuNiAxLjctNC4yIDAuMS01Ljh6Ii8+PC9nPjwvc3ZnPg==");
    margin-left: 10px;
}

.nimh {
    margin-bottom: -72px !important;
    font-size: 50px;
    margin-left: -50px;
}

.nimh1 {
    margin-top: -72px !important;
    font-size: 50px;
    margin-right: -50px;
}

.custom-programmes-page-wrapper .images-block-wrapper .images-wrapper .item img {
    max-height: 100px;
}

.contact-items .phones .phone:last-child {
    border: none !important;
    margin-right: 20px !important;
    padding-right: 20px !important;
}

@media only screen and (max-width: 767px) {
    .executive-education-page-wrapper .color-bg-block-wrapper .benefits-items .item {
        width: 80%;
        border-right: 0;
        border-bottom: solid 2px rgba(151, 151, 151, 0.3);
        margin: 0 auto;
        padding-top: 40px;
        padding-bottom: 30px;
    }
}

.page-id-1088 .academic-areas-content-wrapper {
    padding: 0px 0 60px;
}

.page-id-1088 .contact-items-wrapper {
    margin-top: 30px;
    position: relative;
    max-width: 100% !important;
}

.vr {
    background-color: transparent !important;
    display: inline-block;
    height: 100%;
    min-height: 15px;
    max-height: 100%;
    width: 1px;
}

#first-carousel {
    margin-top: 40px;
}

.front-page-top-slider-wrapper .slick-dots {
    bottom: calc(650px + 18px);
    text-align: right;
    padding-right: 30px;
}

.should-attend-block-wrapper .items-wrapper .item .item-text {
    font-size: 17px !important;
    font-weight: 500;
    line-height: 1.47;
    color: #243b5e;
}

.mba-home-page-wrapper .should-attend-block-wrapper .items-wrapper .item {
    border-right: solid 2px rgba(151, 151, 151, 0.3);
}

.mba-home-page-wrapper .should-attend-block-wrapper .items-wrapper .item:last-child {
    float: left !important;
    border-right: none !important;
}

.tabs.cw-wrapper > ul.cw-30 li, .vertical-menu.cw-wrapper > ul.cw-30 li {
    padding-bottom: 8px;
    font-size: 16px !important;
    line-height: 1.4 !important;

}

ul#menu-executive-education-os li {
    margin-right: 15px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .far-menu a {
        height: auto !important;
    }
}

.dgd_stb_tab {
    cursor: pointer;
    display: none !important;
}

#dgd_scrollbox-1872 {
    display: none !important;
}

#myList div.col-lg-4 {
    display: none;
}

#myList2 div.item {
    display: none;
}

// added by Nimesh on 2020/02/05

#myList3 div.item {
    display: none;
}

// added by Nimesh on 2020/02/05

#loadMore {
    color: green;
    cursor: pointer;
}

#loadMore:hover {
    color: black;
}

#showLess {
    color: red;
    cursor: pointer;
}

#showLess:hover {
    color: black;
}

.nim-flex {
    padding-left: 29%;
    padding-right: 30%;
}

@media only Screen and (max-width: 500px) {

    .toggle-items .toggle-item .item-title {
        font-size: 14px !important;
    }

    .toggle-items .toggle-item {
        padding-left: 10px !important;
    }

    h3 {
        font-size: 24px !important;
    }

}

.page-id-1088 .contact-items-wrapper {
    min-width: 290px !important;
}

.page-id-1088 .contact-items-wrapper .item .item-content .text-wrapper {

    margin-left: 0px !important;
    color: #2d3542;

}

.academic-areas-page-wrapper .academic-areas-committee-wrapper .contact-items-wrapper .item .item-content .text-wrapper {

    margin-left: 0px !important;
    color: #2d3542;

}

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

    .cw-70 li h3 {
        font-size: 16px !Important;
    }

    .page-id-2122 .partnerships-and-associations-block {
        padding-top: 245px !important;
        position: relative;
    }

    .page-id-2122 .lbs-campus-images-block .right-col-img-1 {
        margin-top: 280px;
    }

    .page-id-2122 .top-block-wrapper .img-wrapper .cw-90 .block-img {
        right: unset !important;
        width: 82% !important;
    }

    .page-id-2122 .top-block-wrapper .img-wrapper .text-wrapper .text {
        top: 325px !important;
        left: unset !important;

    }

    .page-id-2122 .top-block-wrapper .img-wrapper .text-wrapper .text {
        left: unset !important;
    }

    .far-member-profile-page-wrapper .profile-top-block-wrapper .face-img-wrapper {
        width: 200px;
        height: 200px;
        margin: 0 auto;
    }

    .toggle-items .toggle-item .item-title {

        margin: 19px 0 19px 25px;
    }

    li.menu-item-has-children > a::after {
        content: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwcHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDEyOSAxMjkiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5Ij48Zz48cGF0aCBkPSJtMTIxLjMsMzQuNmMtMS42LTEuNi00LjItMS42LTUuOCwwbC01MSw1MS4xLTUxLjEtNTEuMWMtMS42LTEuNi00LjItMS42LTUuOCwwLTEuNiwxLjYtMS42LDQuMiAwLDUuOGw1My45LDUzLjljMC44LDAuOCAxLjgsMS4yIDIuOSwxLjIgMSwwIDIuMS0wLjQgMi45LTEuMmw1My45LTUzLjljMS43LTEuNiAxLjctNC4yIDAuMS01Ljh6Ii8+PC9nPjwvc3ZnPg==");
        margin-left: 10px;
        display: none;
    }

    .sub-menu {
        padding: 15px 0px 15px 10px !important;
    }

    .menu .menu__list > li .sub-menu > li {
        font-size: 13px;
        line-height: 1.25;
    }

    .top-super-menu .menu__list > li:hover > .sub-menu li, .top-super-menu .menu__list > li.active > .sub-menu li, .top-super-menu .menu__list > li > .sub-menu:hover li {
        background-color: #fff;
        padding-left: 5px;
        padding-bottom: 12px;
    }

}

.far-menu .sub-menu.sub-menu-visible {
    display: none;
}

.far-menu .sub-menu li {
    text-align: center;
    list-style-type: none;
}

.page-id-411 .alumni-include-block-wrapper .items-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center !important;
    justify-content: center !important;
}

.page-id-372 .contacts-block-wrapper .contact-items-wrapper .item .item-content .photo-wrapper {
    border-radius: 0 !important;
    width: unset !important;
    height: unset !important;
    min-width: unset !important;
    background-color: unset !important;
    position: unset !important;
}

.about-lbs-page-wrapper .top-block-wrapper .top-block-title-wrapper {
    min-height: 240px !important;
    min-height: 240px !important;
}

.lbs-campus-page-wrapper .lbs-campus-images-block .second-text-item {
    padding: 25px 0 40px;
    text-align: right;
    position: relative;
    bottom: -400px !important;
}

.lbs-campus-page-wrapper .lbs-campus-images-block .right-col-img-2 {
    height: 450px !important;
    max-width: 760px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 50px;
}

.lbs-campus-page-wrapper .lbs-campus-color-block .base-wrapper .text-wrapper .text strong {
    font-size: 24px !important;
    /* margin-bottom: 55px !important; */
}

.lbs-campus-page-wrapper .lbs-campus-color-block .base-wrapper .text-wrapper .text {
    max-width: 820px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

.lbs-campus-page-wrapper .lbs-campus-color-block {
    height: 320px !important;
}

.lbs-campus-page-wrapper .lbs-campus-color-block .base-wrapper .text-wrapper {
    min-height: 320px !important;
}

.page-id-2209 .mission-block-wrapper {
    padding-top: 45px !important;
}

.page-id-798 .content {
    margin-bottom: 0 !important;
}

.page-numbers {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px 0 0;
    border: 1px solid #eee;
    line-height: 1;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 600;
}

.page-numbers.current, a.page-numbers:hover {
    background: #2e3a6e;
    color: white;
    text-decoration: none;
}

.search.search-results .screen-reader-text {
    display: none;
}

.search-terms {
    background-color: yellow;
    color: blue;
}

#wpforms-4058 #wpform-field-hp {
    display: none;
}

#wpforms-4058-field_1 {
    margin-right: 139px;
    width: 310px;
    height: 33px;
}

.pop-up-form-style-wrapper form {
    margin: 30px 0 22px;
    position: relative;
    padding-top: 12px;
}

.toggle-items .toggle-item .item-title {
    font-size: 18px !important;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
    background-color: #1be3f5 !important;
    color: white !important;
    border-radius: 3px !important;
}

.wpcf7-form-control {
    border: solid 1px #23e0ff !important;
}

.wpcf7-form-control.wpcf7-submit {
    background-color: #23e0ff !important;
    border-radius: 3px;
    border: solid 2px #23e0ff;
    color: #253c5f;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: normal;
    padding: 10px 45px;
    text-align: center;
    vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
    .why-lbs-page-wrapper .cw-30, .why-lbs-page-wrapper .cw-70 {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .why-lbs-page-wrapper .cw-30 {
        margin-bottom: 30px;
        padding-right: 15px;
    }
}

.why-lbs-page-wrapper .top-block-wrapper {
    padding-top: 80px;
}

@media only screen and (max-width: 1200px) {
    .why-lbs-page-wrapper .top-block-wrapper {
        padding-top: 70px;
    }
}

.why-lbs-page-wrapper .top-block-wrapper .top-block-title-wrapper {
    height: 360px;
}

@media only screen and (max-width: 767px) {
    .why-lbs-page-wrapper .top-block-wrapper .top-block-title-wrapper {
        height: auto;
    }
}

.why-lbs-page-wrapper .top-block-wrapper .top-block-title-wrapper .cw-30 {
    padding: 0 5%;
}

.why-lbs-page-wrapper .top-block-wrapper .top-block-title-wrapper .cw-30 .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

@media only screen and (max-width: 767px) {
    .why-lbs-page-wrapper .top-block-wrapper .top-block-title-wrapper .cw-30 .title {
        font-size: 37px;
    }
}

.why-lbs-page-wrapper .top-block-wrapper .top-block-title-wrapper .text-wrapper {
    position: absolute;
    background: #fff;
    padding-left: 60px;
    padding-bottom: 70px;
    width: 300%;
}

@media only screen and (max-width: 1200px) {
    .why-lbs-page-wrapper .top-block-wrapper .top-block-title-wrapper .text-wrapper {
        padding-left: 30px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .why-lbs-page-wrapper .top-block-wrapper .top-block-title-wrapper .text-wrapper {
        position: inherit;
        width: 100%;
        padding-left: 0;
    }
}

.why-lbs-page-wrapper .top-block-wrapper .top-block-title-wrapper .text-wrapper .text {
    max-width: 760px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.2px;
    text-align: left;
    color: #2d3542;
}

@media only screen and (max-width: 1200px) {
    .why-lbs-page-wrapper .top-block-wrapper .top-block-title-wrapper .text-wrapper .text {
        max-width: 600px;
    }
}

@media only screen and (max-width: 1023px) {
    .why-lbs-page-wrapper .top-block-wrapper .top-block-title-wrapper .text-wrapper .text {
        max-width: 460px;
    }
}

@media only screen and (max-width: 767px) {
    .why-lbs-page-wrapper .top-block-wrapper .top-block-title-wrapper .text-wrapper .text {
        font-size: 16px;
    }
}

.why-lbs-page-wrapper .top-block-wrapper .top-block-title-wrapper .text-wrapper .text strong {
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    margin-bottom: 30px;
    display: inline-block;
}

@media only screen and (max-width: 1023px) {
    .why-lbs-page-wrapper .top-block-wrapper .top-block-title-wrapper .text-wrapper .text strong {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .why-lbs-page-wrapper .top-block-wrapper .top-block-title-wrapper .text-wrapper .text strong {
        font-size: 18px;
    }
}

.why-lbs-page-wrapper .top-block-wrapper .top-block-title-wrapper .text-wrapper .text p {
    margin: 20px 0;
}

.why-lbs-page-wrapper .top-block-wrapper .top-block-title-wrapper .text-wrapper .text p:first-letter {
    --cap-height: 0.66;
    font-size: 62px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    height: 32px;
    line-height: 58px;
    position: relative;
    float: left;
    display: block;
    letter-spacing: 1px;
    text-align: justify;
    color: #08ccec;
}

.why-lbs-page-wrapper .top-block-wrapper .top-block-img {
    width: 100%;
    height: 960px;
}

@media only screen and (max-width: 1200px) {
    .why-lbs-page-wrapper .top-block-wrapper .top-block-img {
        height: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .why-lbs-page-wrapper .top-block-wrapper .top-block-img {
        height: 380px;
    }
}

.why-lbs-page-wrapper .top-block-wrapper .top-block-bottom-text {
    margin-bottom: 550px;
}

@media only screen and (max-width: 767px) {
    .why-lbs-page-wrapper .top-block-wrapper .top-block-bottom-text {
        margin-bottom: 0;
    }
}

.why-lbs-page-wrapper .top-block-wrapper .top-block-bottom-text .base-wrapper {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .why-lbs-page-wrapper .top-block-wrapper .top-block-bottom-text .base-wrapper {
        background-color: #243b5e;
    }
}

.why-lbs-page-wrapper .top-block-wrapper .top-block-bottom-text .base-wrapper .color-wrapper {
    top: -280px;
    background-color: #243b5e;
    position: absolute;
    color: #fff;
    width: 400%;
    padding: 62px 0 88px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

@media only screen and (max-width: 1023px) {
    .why-lbs-page-wrapper .top-block-wrapper .top-block-bottom-text .base-wrapper .color-wrapper {
        padding-left: 65px;
        top: -170px;
    }
}

@media only screen and (max-width: 767px) {
    .why-lbs-page-wrapper .top-block-wrapper .top-block-bottom-text .base-wrapper .color-wrapper {
        position: inherit;
        top: 0;
        width: 100%;
        height: auto;
        padding: 30px 20px 30px;
    }
}

.why-lbs-page-wrapper .top-block-wrapper .top-block-bottom-text .base-wrapper .color-wrapper .items-wrapper {
    max-width: 1300px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1300px) {
    .why-lbs-page-wrapper .top-block-wrapper .top-block-bottom-text .base-wrapper .color-wrapper .items-wrapper {
        max-width: 1000px;
    }
}

@media only screen and (max-width: 1023px) {
    .why-lbs-page-wrapper .top-block-wrapper .top-block-bottom-text .base-wrapper .color-wrapper .items-wrapper {
        font-size: 26px;
        max-width: 660px;
    }
}

.why-lbs-page-wrapper .top-block-wrapper .top-block-bottom-text .base-wrapper .color-wrapper .items-wrapper .item {
    max-width: 27%;
    margin-left: 6%;
    padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
    .why-lbs-page-wrapper .top-block-wrapper .top-block-bottom-text .base-wrapper .color-wrapper .items-wrapper .item {
        max-width: 45%;
        margin-left: 5%;
        width: 45%;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .why-lbs-page-wrapper .top-block-wrapper .top-block-bottom-text .base-wrapper .color-wrapper .items-wrapper .item {
        max-width: 100%;
        margin-left: 0;
        width: 100%;
    }
}

.why-lbs-page-wrapper .top-block-wrapper .top-block-bottom-text .base-wrapper .color-wrapper .items-wrapper .item .item-img {
    width: 24px;
    height: 24px;
}

.why-lbs-page-wrapper .top-block-wrapper .top-block-bottom-text .base-wrapper .color-wrapper .items-wrapper .item .item-text .title {
    padding-top: 46px;
    font-size: 28px;
    font-weight: 500;
    color: #23e0ff;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1300px) {
    .why-lbs-page-wrapper .top-block-wrapper .top-block-bottom-text .base-wrapper .color-wrapper .items-wrapper .item .item-text .title {
        font-size: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .why-lbs-page-wrapper .top-block-wrapper .top-block-bottom-text .base-wrapper .color-wrapper .items-wrapper .item .item-text .title {
        padding-top: 16px;
    }
}

.why-lbs-page-wrapper .top-block-wrapper .top-block-bottom-text .base-wrapper .color-wrapper .items-wrapper .item .item-text .text {
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: 0.7px;
    color: #ffffff;
}

.why-lbs-page-wrapper .second-block-wrapper {
    padding-top: 0;
    padding-bottom: 90px;
}

@media only screen and (max-width: 1200px) {
    .why-lbs-page-wrapper .second-block-wrapper {
        padding-top: 155px;
    }
}

@media only screen and (max-width: 767px) {
    .why-lbs-page-wrapper .second-block-wrapper {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 479px) {
    .why-lbs-page-wrapper .second-block-wrapper {
        padding-top: 30px;
        padding-bottom: 20px;
    }
}

.why-lbs-page-wrapper .second-block-wrapper .cw-30 {
    padding: 0;
}

.why-lbs-page-wrapper .second-block-wrapper .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

.why-lbs-page-wrapper .second-block-wrapper .content .items-wrapper {
    display: -webkit-flex;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .why-lbs-page-wrapper .second-block-wrapper .content .items-wrapper {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        margin-top: 25px;
    }
}

.why-lbs-page-wrapper .second-block-wrapper .content .items-wrapper .item {
    width: 30%;
    margin-right: 3%;
}

@media only screen and (max-width: 767px) {
    .why-lbs-page-wrapper .second-block-wrapper .content .items-wrapper .item {
        width: 45%;
        margin-right: 5%;
    }
}

@media only screen and (max-width: 479px) {
    .why-lbs-page-wrapper .second-block-wrapper .content .items-wrapper .item {
        width: 100%;
    }
}

.why-lbs-page-wrapper .second-block-wrapper .content .items-wrapper .item .item-img {
    margin-bottom: 57px;
    height: 65px;
    max-width: 90%;
}

@media only screen and (max-width: 767px) {
    .why-lbs-page-wrapper .second-block-wrapper .content .items-wrapper .item .item-img {
        margin-bottom: 17px;
    }
}

.why-lbs-page-wrapper .second-block-wrapper .content .items-wrapper .item .item-text {
    font-size: 15px;
}

.why-lbs-page-wrapper .image-bg-block-wrapper {
    padding: 80px 0;
}

@media only screen and (max-width: 767px) {
    .why-lbs-page-wrapper .image-bg-block-wrapper {
        padding: 40px 0;
    }
}

.why-lbs-page-wrapper .image-bg-block-wrapper .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

.why-lbs-page-wrapper .image-bg-block-wrapper .content-wrapper .items-block.top-items-block {
    margin-bottom: 30px;
}

.why-lbs-page-wrapper .image-bg-block-wrapper .content-wrapper .items-block .item {
    display: -webkit-flex;
    display: flex;
}

.why-lbs-page-wrapper .image-bg-block-wrapper .content-wrapper .items-block .item .item-first-letter {
    font-size: 46px;
    color: #23e0ff;
    font-weight: bold;
}

.why-lbs-page-wrapper .image-bg-block-wrapper .content-wrapper .items-block .item .item-text:first-letter {
    font-size: 47px;
    margin-right: 25px;
    --cap-height: 0.66;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    height: 32px;
    line-height: 58px;
    position: relative;
    display: block;
    letter-spacing: 1px;
    text-align: justify;
    color: #08ccec;
}

.why-lbs-page-wrapper .partnership-block-wrapper {
    padding-top: 80px;
    padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
    .why-lbs-page-wrapper .partnership-block-wrapper {
        padding: 45px 0 50px;
    }
}

@media only screen and (max-width: 767px) {
    .why-lbs-page-wrapper .partnership-block-wrapper {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}

.why-lbs-page-wrapper .partnership-block-wrapper .cw-30 {
    padding: 0 5%;
}

.why-lbs-page-wrapper .partnership-block-wrapper .title {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
}

.why-lbs-page-wrapper .partnership-block-wrapper .content-wrapper .text {
    font-size: 18px;
}

.why-lbs-page-wrapper .partnership-block-wrapper .content-wrapper .text p {
    margin: 1rem 0;
}

.why-lbs-page-wrapper .partnership-block-wrapper .content-wrapper .map {
    margin: 60px 0 50px;
    width: 100%;
    height: 320px;
}

@media only screen and (max-width: 479px) {
    .why-lbs-page-wrapper .partnership-block-wrapper .content-wrapper .map {
        margin: 10px 0;
    }
}

.why-lbs-page-wrapper .partnership-block-wrapper .content-wrapper .map img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.why-lbs-page-wrapper .partnership-block-wrapper .content-wrapper .items-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.why-lbs-page-wrapper .partnership-block-wrapper .content-wrapper .items-wrapper .item {
    width: 30%;
    margin-bottom: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .why-lbs-page-wrapper .partnership-block-wrapper .content-wrapper .items-wrapper .item {
        width: 47%;
    }
}

@media only screen and (max-width: 479px) {
    .why-lbs-page-wrapper .partnership-block-wrapper .content-wrapper .items-wrapper .item {
        width: 100%;
    }
}

.why-lbs-page-wrapper .partnership-block-wrapper .content-wrapper .items-wrapper .item .color {
    min-width: 15px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 40px;
}

.why-lbs-page-wrapper .partnership-block-wrapper .content-wrapper .items-wrapper .item img {
    max-height: 70px;
}

.why-lbs-page-wrapper .one-diagram-block-wrapper {
    padding: 85px 0 90px;
}

@media only screen and (max-width: 767px) {
    .why-lbs-page-wrapper .one-diagram-block-wrapper {
        padding: 45px 0 50px;
    }
}

.why-lbs-page-wrapper .one-diagram-block-wrapper .block-image {
    width: 80%;
    height: 330px;
    margin: 50px 0;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .why-lbs-page-wrapper .one-diagram-block-wrapper .block-image {
        margin: 20px 0;
        height: auto;
    }
}

.why-lbs-page-wrapper .one-diagram-block-wrapper .block-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.why-lbs-page-wrapper .first-grafik-block-wrapper {
    padding: 70px 0 80px;
    border-top: solid 2px rgba(151, 151, 151, 0.3);
}

@media only screen and (max-width: 767px) {
    .why-lbs-page-wrapper .first-grafik-block-wrapper {
        padding: 35px 0 40px;
    }
}

.why-lbs-page-wrapper .first-grafik-block-wrapper .text {
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    .why-lbs-page-wrapper .first-grafik-block-wrapper .top-items .items {
        padding-left: 30px;
    }
}

.why-lbs-page-wrapper .first-grafik-block-wrapper .top-items .items .item {
    list-style-type: decimal-leading-zero;
    border-bottom: 2px solid #253c5f;
    border-bottom: 2px solid rgba(151, 151, 151, 0.3);
    padding-left: 30px;
}

.why-lbs-page-wrapper .first-grafik-block-wrapper .top-items .items .item:before {
    margin-right: 40px;
}

.why-lbs-page-wrapper .first-grafik-block-wrapper .top-items .items .item:last-of-type {
    border: 0;
}

.why-lbs-page-wrapper .first-grafik-block-wrapper .top-items .items .item .ico {
    display: inline-block;
    vertical-align: middle;
    width: 10%;
}

.why-lbs-page-wrapper .first-grafik-block-wrapper .top-items .items .item .name {
    padding-right: 50px;
    cursor: pointer;
    font-size: 23px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.09;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    margin: 30px 0;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

.why-lbs-page-wrapper .first-grafik-block-wrapper .block-image {
    width: 80%;
    height: 330px;
    margin: 50px 0;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .why-lbs-page-wrapper .first-grafik-block-wrapper .block-image {
        margin: 20px 0;
        height: auto;
    }
}

.why-lbs-page-wrapper .first-grafik-block-wrapper .block-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.why-lbs-page-wrapper .first-grafik-block-wrapper .bottom-items .items .item {
    list-style-type: none;
}

.why-lbs-page-wrapper .first-grafik-block-wrapper .bottom-items .items .item .bold-text {
    vertical-align: middle;
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    color: #243b5e;
    width: 70px;
}

.why-lbs-page-wrapper .first-grafik-block-wrapper .bottom-items .items .item .ico {
    vertical-align: middle;
    display: inline-block;
    width: 30px;
}

.why-lbs-page-wrapper .first-grafik-block-wrapper .bottom-items .items .item .name {
    vertical-align: middle;
    display: inline-block;
    padding-right: 50px;
    cursor: pointer;
    font-size: 23px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.09;
    letter-spacing: normal;
    text-align: left;
    color: #243b5e;
    margin: 15px 0;
    position: relative;
}

.why-lbs-page-wrapper .second-chart-block-wrapper {
    padding: 100px 0;
    background-color: #f6f6f6;
}

@media only screen and (max-width: 767px) {
    .why-lbs-page-wrapper .second-chart-block-wrapper {
        padding: 45px 0 50px;
    }
}

.why-lbs-page-wrapper .second-chart-block-wrapper .block-image {
    width: 100%;
    height: 350px;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .why-lbs-page-wrapper .second-chart-block-wrapper .block-image {
        height: auto;
    }
}

.why-lbs-page-wrapper .second-chart-block-wrapper .block-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.why-lbs-page-wrapper .images-repeater-block-wrapper {
    padding: 80px 0 50px;
    background-color: #f6f6f6;
}

.why-lbs-page-wrapper .images-repeater-block-wrapper .content-title {
    margin-bottom: 30px;
}

.why-lbs-page-wrapper .images-repeater-block-wrapper .gallery-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.why-lbs-page-wrapper .images-repeater-block-wrapper .gallery-wrapper .item {
    width: 24%;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .why-lbs-page-wrapper .images-repeater-block-wrapper .gallery-wrapper .item {
        width: 45%;
    }
}

@media only screen and (max-width: 479px) {
    .why-lbs-page-wrapper .images-repeater-block-wrapper .gallery-wrapper .item {
        width: 100%;
    }
}

.why-lbs-page-wrapper .chart-diagram-block-wrapper {
    padding: 100px 0;
}

@media only screen and (max-width: 767px) {
    .why-lbs-page-wrapper .chart-diagram-block-wrapper {
        padding: 30px 0;
    }
}

.why-lbs-page-wrapper .chart-diagram-block-wrapper .top-image {
    width: 90%;
    height: 340px;
    margin-bottom: 50px;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .why-lbs-page-wrapper .chart-diagram-block-wrapper .top-image {
        margin-bottom: 15px;
        height: auto;
    }
}

.why-lbs-page-wrapper .chart-diagram-block-wrapper .top-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.why-lbs-page-wrapper .chart-diagram-block-wrapper .bottom-image {
    width: 90%;
    height: 300px;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .why-lbs-page-wrapper .chart-diagram-block-wrapper .bottom-image {
        height: auto;
    }
}

.why-lbs-page-wrapper .chart-diagram-block-wrapper .bottom-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fas {
    font-weight: 900;
    font-size: 55px !important;
    color: #1be3f5 !important;
    font: normal normal normal 14px/1 FontAwesome;
}

.cw-20 {
    width: 20%;
    padding: 0 15px;
}

.cw-80 {
    width: 80%;
    padding: 0 15px;
}

.fp-news-cat .catname {
    bottom: auto;
    left: auto;
    -webkit-transform: rotate(-90deg); /* Chrome y Safari */
    -moz-transform: rotate(-90deg); /* Firefox */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* Internet Explorer */
    -o-transform: rotate(-90deg); /* Opera */
    display: inline-block;
    vertical-align: text-top;
    text-indent: 0;
    height: auto;
    border: 0;
    transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    -moz-transform-origin: left bottom 0;
    -webkit-transform-origin: left bottom 0;
    width: 130px;
    background: red;
    line-height: 2.67;
    letter-spacing: 1.7px;
    position: absolute;
    right: -130px;
    top: -333px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 12px;
    padding: 0;
    text-transform: none;
}

.fp-news-wrapper-slider {
    padding-left: 30px;
    padding-right: 0;
}

.fp-news-slider {
    max-width: 102%;
}

.news-date li {
    list-style-type: none;
    display: inline-block;
    font-size: 12px;
    border-radius: 3px;
    border: solid 1px #ced5e0;
    color: #586374;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 0.3px;
    line-height: 13px;
    padding: 4px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin: 3px;
}

.news-date li a {
    font-size: 11px;
}

.toggle-header .toggle-header-title {
    margin: 0 8px;
    border-radius: 3px;
    border: solid 1px #ced5e0;
    color: #586374;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.3px;
    line-height: 13px;
    padding: 7px 9px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.toggle-box {
    text-align: right;
}

.but-fp-wr-sm {
    text-align: center;
}

.js .toggle-box .toggle-content {
    display: none;
}

.toggle-content {
    padding: 5px;
}

@media only screen and (max-width: 1023px) {
    .front-padding {
        padding-right: 15px !important;
    }
}

.front-buttons-mob {
    display: none;
}

@media only screen and (max-width: 768px) {
    .fp-news-wrapper-slider {
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media only screen and (max-width: 479px) {
    .mob-m {
        margin-bottom: 0 !important;
    }

    .front-buttons {
        display: none;
    }

    .fp-mob-arrpws-rb {
        border-radius: 100% 0 0 100% / 50% 0 0 50%;
        width: 44px;
        height: 89px;
        opacity: 0.21;
        background-color: #000000;
        color: #ffffff;
    }

    .fp-mob-arrpws-rb i, .fp-mob-arrpws-lb i {
        font: normal normal normal 35px/1 FontAwesome;
    }

    .fp-mob-arrpws-lb:hover, .fp-mob-arrpws-rb:hover {
        background-color: #23e0ff;
        color: #243b5e;
        opacity: 0.8;
    }

    .fp-mob-arrpws-lb {
        border-radius: 0 100% 100% 0 / 0 50% 50% 0;
        width: 44px;
        height: 89px;
        opacity: 0.21;
        background-color: #000000;
        color: #ffffff;
    }

    /*.fp-news-slider{*/
    /*max-width: 100%;*/
    /*}*/
    .fp-news-wrapper-slider {
        padding-left: 15px;
        padding-right: 15px;
    }

    .front-buttons-mob {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 100%;
        margin-left: -15px;
    }

    .front-page-button-wrapper {
        width: 100%;
    }

    .mob-news-item-none {
        display: none;
    }

    #events-tabs li:nth-child(n+4) {
        display: none;
    }

    .events-tabsContent div:nth-child(n+4) {
        display: none;
    }

}

.pum-title {
    margin: 20px 0 30px;
    font-size: 45px;
}

.pum-title, .pum-content {
    text-align: center;
}

#event-cat-filter {
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #f0f0f0;
    border: 0;
    padding: 15px;
    width: 250px;
    font-size: 15px;
    color: #243b5e;
    margin-left: 10px;
}

.event-car-filter-wrapper h3 {
    margin: 0;
    vertical-align: middle;
    display: inline-block;
}

.event-car-filter-wrapper {
    text-align: center;
    margin: 40px 0 20px;
}

.month-select {
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #f0f0f0;
    border: 0;
    padding: 8px 15px;
    width: 100%;
    font-size: 15px;
    color: #243b5e;
}

.news-date-search-block {
    display: inline-block;
    width: 30%;
    margin-right: 3%;
    margin-bottom: 15px;
}

.news-date {
    text-align: left;
}

.news-date-search-block-wrapper {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-date-search-block-wrapper h4 {
    font-size: 19px;
    margin-bottom: 3px;
}

.page-id-4410 .base-wrapper {
    max-width: none !important;
}

.navbar-nav > li > .sub-menu {
    top: 90%;
}

.reg-seminar-form-wrapper .container .sem-reg-form-title {
    font-size: 35px;
    font-weight: 700;
    margin-left: 15%;
    color: #21385a;
}

.reg-seminar-form-wrapper .container {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 25px;
}

.reg-seminar-form-wrapper .prog-name-wrapper {
    width: 100%;
    margin-bottom: 20px;
}

.reg-seminar-form-wrapper .input-container {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 0 20px;
}

.reg-seminar-form-wrapper .input-container input {
    padding: 10px 15px;
    color: #21385a;
    max-width: 200px;
}

.reg-seminar-form-wrapper .input-container label {
    font-size: 18px;
    color: #21385a;
    padding-right: 10px;
}

.reg-seminar-form-wrapper .wpcf7-submit {
    margin: 50px auto 0;
    display: block;
}

.prog-name-wrapper .input-container {
    -webkit-justify-content: flex-start; /* Safari */
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;

}

.prog-name-wrapper .input-container label {
    padding-left: 15px;
    margin: 0;
}

#prog-name-vis {
    font-size: 22px;
    color: #21385a;
    font-weight: 700;
    padding-left: 15px;
}


.page-registration-message .title{
    padding-bottom: 80px;
}

.page-registration-message table {
    width: 80%;
    /* text-align: center; */
    margin: 0 auto;
}

.page-registration-message tbody tr {

}

.page-registration-message tbody th:first-child, .page-registration-message tbody td:first-child {
    border-right: 2px solid #21385a;
}
.page-registration-message tbody td:last-child {
    padding-left: 80px;
}

.page-registration-message tbody th {
    width: 50%;
    padding-bottom: 30px;
}

.page-registration-message tbody td {
    width: 50%;
    padding: 10px 15px;
}

.page-registration-message tbody td img{
    height: 120px;
    width: auto;
}

#past-events-button{
    border-radius: 3px;
    border: solid 1px #ced5e0;
    color: #586374;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.3px;
    line-height: 13px;
    padding: 7px 9px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin: 50px 0 20px;
}

@media only screen and (max-width: 1200px) {
    .reg-seminar-form-wrapper .input-container {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .prog-name-wrapper .input-container label {
        max-width: inherit;
    }

    .prog-name-wrapper .input-container {
        margin-bottom: 45px;
    }

    .reg-seminar-form-wrapper .input-container input {
        max-width: inherit;
        width: 100%;
    }
}

.video-wrapper {
    padding: 120px 90px 120px 90px;
    background-color: rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 480px) {
.item-year {
  font-size: 40px !important;}}

.news__title {
    color: #2d3542;
    display: block;
    font-size: 24px !important;
    font-weight: 500;
  height: auto !important; }

#respond { 
background: #fbfbfb;
padding:0 10px 0 10px;
}
  
/* Highlight active form field */
  
#respond input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}
   
   
#respond input[type=text]:focus,
input[type=email]:focus, 
input[type=url]:focus,
textarea:focus {
box-shadow: 0 0 5px rgba(81, 203, 238, 1);
margin: 5px 1px 3px 0px;
border: 2px solid rgba(81, 203, 238, 1);
}

#author, #email { 
font-family: "Open Sans", "Droid Sans", Arial;
font-style:italic;
color:#1d1d1d; 
letter-spacing:.1em;
} 
  
#url  { 
color: #1d1d1d;
font-family: "Luicida Console", "Courier New", "Courier", monospace; 
} 
#submit {

background-color:#23e0ff;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
display:inline-block;
cursor:pointer;
font-family:Arial;
font-size:17px;
padding:16px 31px;
text-decoration:none;
} 
  
#submit:hover {
background-color:#23e0ff; 
}
#submit:active { 
position:relative;
top:1px;
}

.news__excerpt {
    height: 215px !important;
  overflow: hidden;}