body {
    margin: 0px;
    padding: 0px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

p {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.btn {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none;
}

input:hover, input:focus, input:active {
    outline: none;
}

ul {
    margin: 0px;
    padding: 0px;
}

ul li {
    list-style-type: none;
}

img {
    border: 0px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

:before, :after {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clearfix {
    clear: both;
    overflow: hidden;
}

.wrapper {
    margin: 0px auto;
    overflow: hidden;
}

.container-1380 {
    max-width: 1380px;
    width: 100%;
    padding: 0px 15px;
    margin: 0px auto;
    position: relative;
}

.container {
    max-width: 1330px;
    position: relative;
}

.container-1080 {
    max-width: 1110px;
    padding: 0px 15px;
    margin: 0px auto;
    position: relative;
}

.btn:focus, .btn.focus {
    box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0);
}

.row {
    display: block !important;
}

font {
    vertical-align: top !important;
}

svg {
    vertical-align: top;
}

button:focus {
    outline: 0px;
}

/*--------------- COMMON_START ---------------*/
.default-btn-hp {
    min-width: 310px;
    background: #EA5B0C;
    border: solid 2px #EA5B0C;
    border-radius: 60px;
    height: 60px;
    font-size: 16px;
    line-height: 56px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0px 28px;
    margin: 0px;
    vertical-align: top;
}

.default-btn-hp:hover {
    background: #007F96;
    color: #fff;
    border-color: #007F96;
}

.default-orange-border-btn-hp {
    background: none;
    border-color: #EA5B0C;
    color: #EA5B0C;
}

.default-orange-border-btn-hp:hover {
    background: #EA5B0C;
    color: #fff;
    border-color: #EA5B0C;
}

.default-blue-border-btn-hp {
    background: none;
    border-color: #007F96;
    color: #007F96;
}

.default-blue-border-btn-hp:hover {
    background: #007F96;
    color: #fff;
    border-color: #007F96;
}

.default-black-border-btn-hp {
    background: none;
    border-color: rgba(33, 39, 56, 0.80);
    color: rgba(33, 39, 56, 0.80);
}

.default-black-border-btn-hp:hover {
    background: #EA5B0C;
    color: #fff;
    border-color: #EA5B0C;
}

.default-white-btn-hp {
    background: #fff;
    border-color: #fff;
    color: #EA5B0C;
}

.default-white-btn-hp:hover {
    background: #F5F3EF;
    color: #EA5B0C;
    border-color: #F5F3EF;
}

.default-clear-btn-hp {
    border-color: rgba(33, 39, 56, 0.60);
    background: none;
    font-size: 12px;
    color: rgba(33, 39, 56, 0.60);
    height: 20px;
    line-height: 18px;
    border-width: 1px;
    padding: 0px 9px 0px;
    min-width: auto;
}

.default-clear-btn-hp span {
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 9px;
    background: url(../images/trash_icon_progp.svg) no-repeat center center;
    background-size: auto 100%;
    margin: 4px 5px 0px 0px;
    padding: 0px;
}

.default-clear-btn-hp:hover {
    background: rgba(33, 39, 56, 0.60);
    color: #fff;
}

.default-clear-btn-hp:hover span {
    background: url(../images/trash_icon_white_progp.svg) no-repeat center center;
    background-size: auto 100%;
}

.common-title-main-hp {
    margin: 0px;
    padding: 0px 0px 40px 0px;
}

.common-title-main-hp h2 {
    font-size: 42px;
    line-height: 48px;
    color: #007F96;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}

.common-title-main-hp h2 strong {
    font-weight: 700;
}

.common-title-main-hp h4 {
    font-size: 18px;
    line-height: 28px;
    color: #007F96;
    font-weight: 400;
    margin: 0px;
    padding: 20px 0px 0px;
}

.common-title-main-hp h4 strong {
    font-weight: 700;
}

.common-title-center-hp {
    text-align: center;
}

.common-title-orange-hp h2 {
    color: #EA5B0C;
}

.common-title-orange-hp h4 {
    color: #EA5B0C;
}

.common-title-white-hp h2 {
    color: #fff;
}

.common-title-white-hp h4 {
    color: #fff;
}

.common-title-icon-hp {
    margin: 0px;
    padding: 0px 0px 10px;
}

.common-title-icon-hp img {
    height: 90px;
}

.common-title-860-hp {
    max-width: 860px;
    width: 100%;
    margin: 0px auto;
}

.common-tag-progp {
    display: inline-block;
    vertical-align: top;
    background: #007F96;
    border: solid 1px #007F96;
    height: 20px;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    margin: 0px;
    padding: 0px 9px;
    border-radius: 25px;
}

.common-Bborder-tag-progp {
    background: none;
    color: #007F96;
}

.common-Wborder-tag-progp {
    background: none;
    color: #fff;
    border-color: #fff;
}

.deault-pagination-progp {
    margin: 0px;
    padding: 0px;
}

.deault-pagination-progp .pagination {
    justify-content: center;
}

.deault-pagination-progp .pagination .page-item {
    margin: 0px;
    padding: 0px 14px 0px;
}

.deault-pagination-progp .pagination .page-item .page-link {
    background: none;
    font-size: 16px;
    line-height: 18px;
    color: #212738;
    font-weight: 700;
    margin: 0px;
    padding: 0px 4px 0px;
    border: 0px;
}

.deault-pagination-progp .pagination .page-item .page-link svg {
    margin: 6px 0px 4px;
}

.deault-pagination-progp .pagination .page-item .page-link:hover svg path {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.deault-pagination-progp .pagination .page-item .page-link:hover svg path {
    fill: #EA5B0C;
}

.deault-pagination-progp .pagination .page-item .page-link:hover {
    background: none;
    color: #EA5B0C;
}

.deault-pagination-progp .pagination .page-item.active .page-link {
    background: none;
    color: #EA5B0C;
}

.deault-pagination-progp .pagination .page-item.previous-page-item {
    padding-right: 157px;
}

.deault-pagination-progp .pagination .page-item.next-page-item {
    padding-left: 157px;
}

.default-back-link-pdp {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
}

.default-back-link-pdp a {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 14px;
    color: rgba(33, 39, 56, .70);
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}

.default-back-link-pdp a span {
    width: 19px;
    height: 8px;
    margin: 0px 10px 0px 0px;
    padding: 0px;
}

.default-back-link-pdp a span svg path {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.default-back-link-pdp a:hover {
    color: #EA5B0C;
}

.default-back-link-pdp a:hover span svg path {
    fill: #EA5B0C;
}

.default-white-back-link-pdp a {
    color: #FFFFFF;
}

.default-white-back-link-pdp a span svg path {
    fill: #fff;
}

/*--------------- COMMON_END ---------------*/

/*--------------- HEADER_START --------------*/
#header {
    background: #fff;
    min-height: 144px;
    margin: 0px;
    padding: 50px 0px 32px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 99999999;
}

.header-in-hp {
    margin: 0px;
}

.header-left-hp {
    margin: 0px;
    padding: 0px;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}

.logo-hp {
    margin: 0px 0px 0px;
    padding: 0px;
    position: relative;
}

.logo-hp a {
    display: block;
    position: relative;
    z-index: 99;
}

.logo-hp img {
    display: flex;
    height: 62px;
}

.unp-logo-hp {
    margin: 0px 0px 0px 30px;
    padding: 0px;
    position: relative;
}

.unp-logo-hp img {
    display: flex;
    height: 38px;
}

.header-right-hp {
    margin: 0px;
    padding: 0px 0px 0px;
    float: right;
}

.navigation-hp {
    margin: 0px;
    padding: 11px 0px 11px;
}

.navigation-hp .navbar {
    padding: 0px;
}

.navigation-hp .navbar > ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    vertical-align: top;
    font-size: 0px;
    width: 100%;
    text-align: center;
}

.navigation-hp .navbar > ul > li {
    margin: 0px 0px 0px;
    padding: 0px 0px 0px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.navigation-hp .navbar > ul > li:last-child {
    margin-right: 0px;
}

.navigation-hp .navbar > ul > li > a.nav-link {
    display: block;
    font-size: 14px;
    line-height: 40px;
    color: rgba(33, 39, 56, .70);
    font-weight: 500;
    border-radius: 40px;
    margin: 0px;
    padding: 0px 20px 0px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.navigation-hp .navbar > ul > li > a.nav-link[aria-current] {
    color: #EA5B0C;
}

.navigation-hp .navbar > ul > li > a.nav-link:hover {
    background: #EA5B0C;
    color: #fff;
}

.navigation-hp .navbar > ul > li.active > a.nav-link {
    background: #EA5B0C;
    color: #fff;
}

.navigation-hp .navbar > ul > li.memory-box-link-hp > a.nav-link {
    display: flex;
    align-items: center;
    font-size: 23px;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    color: #007F96;
}

.navigation-hp .navbar > ul > li.memory-box-link-hp > a.nav-link span {
    display: flex;
}

.navigation-hp .navbar > ul > li.memory-box-link-hp > a.nav-link svg {
    margin-right: 5px;
}

.navigation-hp .navbar > ul > li.memory-box-link-hp > a.nav-link svg path {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.navigation-hp .navbar > ul > li.memory-box-link-hp > a.nav-link:hover {
    background: none;
    color: #EA5B0C;
}

.navigation-hp .navbar > ul > li.memory-box-link-hp > a.nav-link:hover svg path {
    fill: #EA5B0C;
}

.navigation-hp .navbar > ul > li.memory-box-link-hp.active > a.nav-link {
    background: none;
    color: #EA5B0C;
}

.navigation-hp .navbar > ul > li.memory-box-link-hp.active > a.nav-link svg path {
    fill: #EA5B0C;
}

/*----- MOBILE_MENU_START -----*/
.mobile-menu-icon-hp {
    margin: 30px 0px 30px;
    padding: 0px;
    width: 84px;
    height: 14px;
    display: none;
    float: right;
    position: relative;
}

.menu-toggle-btn-hp {
    margin: 0px;
    padding: 0px 0px 0px;
    width: 16px;
    height: 14px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.menu-toggle-text-hp {
    font-size: 14px;
    line-height: 14px;
    color: #007F96;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: 26px;
    top: 0px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-transform: uppercase;
}

.menu-toggle-close-hp {
    opacity: 0;
    font-size: 14px;
    line-height: 14px;
    color: #007F96;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: 26px;
    top: 0px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-transform: uppercase;
}

.mobile-menu-icon-hp.active .menu-toggle-text-hp {
    opacity: 0;
}

.mobile-menu-icon-hp.active .menu-toggle-close-hp {
    opacity: 1;
}


.menu-toggle-btn-hp span {
    background: #007F96;
    display: block;
    width: 14px;
    height: 2px;
    border-radius: 0px;
    margin: 0px 0px 4px 0px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.menu-toggle-btn-hp span:last-child {
    margin-bottom: 0px;
}

.menu-toggle-btn-hp.open span:nth-child(1), .menu-toggle-btn-hp.open span:nth-child(3) {
    transform: translate(0px, 6px) rotate(-45deg) scalex(1);
    margin-bottom: 0px;
}

.menu-toggle-btn-hp.open span:nth-child(2) {
    height: 0;
    margin-bottom: 0px;
}

.menu-toggle-btn-hp.open span:nth-child(3) {
    transform: translate(0px, 4px) rotate(45deg) scalex(1);
}

.hide-scroll {
    overflow: hidden !important;
}

/*----- MOBILE_MENU_END -----*/

.fix-header #header {
    position: fixed;
    left: 0px;
    top: 0px;
    min-height: 90px;
    background: #fff;
    box-shadow: 0px 5px 20px rgba(86, 83, 55, 0.2);
    width: 100%;
    padding: 20px 0px 20px;
}

.fix-header .logo-hp img {
    height: 50px;
}

.fix-header .unp-logo-hp img {
    height: 30px;
}

.fix-header .navigation-hp {
    padding: 4px 0px 6px;
}

/*--------------- HEADER_END --------------*/

/*--------------- CONTAIN_START --------------*/
#contain {
    margin: 0px;
    padding: 144px 0px 0px 0px;
    overflow: hidden;
}

#contain > :first-child {
    margin-top: 0px;
}

#contain > :last-child {
    margin-bottom: 0px;
}

.hero-block-main-hp {
    margin: 60px 0px;
    padding: 0px;
    height: 600px;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.img-parallax {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0, 0);
    pointer-events: none;
}

.hero-block-in-hp {
    margin: 0px;
    height: 600px;
    position: relative;
    z-index: 99;
}

.hero-block-left-hp {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0px;
    padding: 0px 0px 0px 110px;
}

.hero-text-in-hp {
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

.hero-text-main-hp {
    margin: 0px;
    padding: 0px 0px 0px;
}

.hero-text-main-hp h1 {
    font-size: 52px;
    line-height: 55px;
    color: #007F96;
    font-weight: 400;
    margin: 0px;
    padding: 0px 0px 50px 0px;
}

.hero-text-main-hp h1 strong {
    font-weight: 700;
}

.hero-text-btn-hp {
    margin: 0px;
    padding: 0px;
}

.hero-btn-hp {
    padding: 0px 0px 15px;
    margin: 0px;
}

.video-block-main-hp {
    margin: 60px 0px;
    padding: 0px;
    background: #fff;
}

.video-block-in-hp {
    margin: 0px;
    border-radius: 10px;
    background: #007F96;
    padding-top: 50px;
    padding-bottom: 50px;
}

.video-block-container-hp {
    max-width: 860px;
    width: 100%;
    margin: 0px auto;
}

.video-block-container-hp.live {
    max-width: 100%;
}

.video-text-hp {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.video-text-hp p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    margin: 0px;
    padding: 20px 0px 0px;
}

.video-box-main-hp {
    width: 100%;
    height: 450px;
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
    border-radius: 10px;
    overflow: hidden;
}

.video-box-main-hp .live {
    height: 535px;
}

.video-box-main-hp video {
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.video-box-main-hp iframe {
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.video-back-hp {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.playpause {
    background: url(../images/play_btn_icon.svg) no-repeat center center;
    background-size: 100%;
    width: 75px;
    height: 75px;
    position: absolute;
    z-index: 99;
    left: 20px;
    bottom: 20px;
    margin: 0;
    border-radius: 100%;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));
}

.video-box-text-hp {
    margin: 0px;
    padding: 10px 0px 0px;
}

.video-box-text-hp p {
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    font-weight: 300;
    margin: 0px;
    padding: 0px 0px 0px;
}

.CT-personalities-block-main-hp {
    margin: 0px;
    padding: 0px;
}

.CT-personalities-block-main-hp .common-title-main-hp.orange-title h2 {
    color: #EA5B0C;
}

.CT-personalities-block-in-hp {
    margin: 0px;
}

.CT-news-block-main-hp {
    padding: 0px;
    margin: 60px 0px;
}

.CT-news-block-main-hp .common-title-main-hp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.CT-news-title-btn-hp {
    margin: 0px -110px 0px 0px;
    padding: 0px;
}

.CT-news-list-main-hp {
    margin: 0px;
    padding: 0px;
}

.CT-news-list-in-hp {
    margin: 0px -10px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

.CT-news-box-hp {
    margin: 0px;
    padding: 0px 10px;
}

.CT-news-box-hp a {
    display: block;
}

.CT-news-box-img-hp {
    margin: 0px;
    padding: 0px;
    border-radius: 10px;
    height: 260px;
    overflow: hidden;
}

.CT-news-box-img-hp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.CT-news-box-text-hp {
    margin: 0px;
    padding: 30px 0px 0px;
}

.CT-news-box-text-hp h3 {
    font-size: 24px;
    line-height: 34px;
    color: rgba(33, 39, 56, 0.70);
    font-weight: 500;
    margin: 0px;
    padding: 0px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.CT-news-box-hp a:hover .CT-news-box-img-hp img {
    transform: scale(1.08);
}

.CT-news-box-hp a:hover .CT-news-box-text-hp h3 {
    color: #EA5B0C;
}

.CT-news-title-btn-mobile-hp {
    display: none;
    text-align: center;
}

.become-CTpartner-block-main-hp {
    margin: 60px 0px;
    padding: 0px;
}

.become-CTpartner-block-in-hp {
    margin: 0px;
    background: #EA5B0C;
    border-radius: 10px;
}

.BCTpartner-info-main-hp {
    margin: 0px;
    padding: 50px 0px 50px;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.BCTpartner-info-title-hp {
    width: 530px;
    margin: 0px;
    padding: 0px;
}

.BCTpartner-info-text-hp {
    width: 530px;
    margin: 0px;
    padding: 0px;
}

.BCTpartner-info-text-hp p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
    margin: 0px;
    padding: 0px 0px 30px;
}

.event-partners-block-main-hp {
    margin: 0px;
    padding: 60px 0px 15px;
}

.event-partners-block-in-hp {
    margin: 0px;
}

.event-partners-block-main-hp .common-title-main-hp {
    padding: 0px 0px 20px;
}

.event-partners-block-main-hp .common-title-main-hp h2 {
    font-size: 32px;
    line-height: 37px;
}

.Epartners-list-main-hp {
    margin: 0px;
    padding: 0px;
}

.Epartners-list-part1-hp {
    margin: 0px;
    padding: 0px 0px 20px;
}

.Epartners-list-title-hp {
    margin: 0px;
    padding: 0px 0px 10px;
    text-align: center;
}

.Epartners-list-title-hp h5 {
    font-size: 16px;
    line-height: 26px;
    color: #212738;
    font-weight: 500;
    margin: 0px;
    padding: 0px;
}

.Epartners-cards-hp {
    margin: 0px;
    padding: 0px;
}

.Epartners-cards-hp ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.Epartners-cards-hp ul li {
    margin: 0px;
    padding: 0px 5px 0px;
}

.Epartners-logo-hp {
    margin: 0px;
    padding: 0px;
}

.Epartners-logo-hp img {
    width: 100%;
}

.CT-personalities-slider-main-hp {
    margin: 0px;
    padding: 60px 0px 0px;
    background: #fff;
}

.CT-personalities-slider-in-hp {
    margin: 0px;
}

.CT-personalities-slider-main-hp .common-title-main-hp {
    padding-bottom: 30px;
}

.CT-personalities-slider-main-hp {
    max-width: 1222px;
    width: 100%;
    margin: 0px auto;
    padding: 0px 125px 52px;
}

.CT-personalities-card-hp {
    margin: 0px;
    padding: 0px;
}

.CT-personalities-card-in-hp {
    margin: 0px;
    padding: 0px;
}

.CT-personalities-card-img-hp {
    height: auto;
    max-height: 380px;
    border-radius: 10px;
    overflow: hidden;;
    margin: 0px;
    padding: 0px;
}

.CT-personalities-card-img-hp img {
    width: 100%;
    object-fit: cover;
}

.CT-personalities-card-text-hp {
    margin: 0px;
    padding: 20px 0px 0px;
}

.CT-personalities-card-text-hp h3 {
    font-size: 24px;
    line-height: 34px;
    color: rgba(33, 39, 56, 0.70);
    font-weight: 500;
    margin: 0px;
    text-transform: uppercase;
    padding: 0px 0px 10px;
}

.CT-personalities-card-text-hp h3 a {
    color: rgba(33, 39, 56, 0.70);
}

.CT-personalities-card-text-hp p {
    font-size: 14px;
    line-height: 22px;
    color: rgba(33, 39, 56, 0.80);
    font-weight: 500;
    margin: 0px;
    padding: 0px 0px 0px;
}

/*--------------- CONTAIN_END --------------*/

/*--------------- FOOTER_START --------------*/
#footer {
    margin: 0px;
    padding: 0px;
}

.useful-information-block-main-hp {
    margin: 0px;
    padding: 0px 0px 37px;
}

.useful-information-block-in-hp {
    margin: 0px;
    padding: 0px;
    background: #F5F3EF;
    border-radius: 10px;
}

.Ufinformation-info-main-hp {
    padding: 10px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.Ufinformation-info-hp {
    width: 470px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0px;
    padding: 0px 20px 0px 0px;
}

.Ufinformation-info-text-hp {
    padding: 0px 0px 0px 140px;
    width: 100%;
}

.Ufinformation-info-text-hp .common-title-main-hp {
    padding: 0px 0px 30px;
}

.Ufinformation-info-text-hp .common-title-main-hp h2 {
    font-size: 32px;
    line-height: 37px;
}

.Ufinformation-text-hp {
    margin: 0px;
    padding: 0px 0px 30px;
}

.Ufinformation-text-hp h4 {
    font-size: 18px;
    line-height: 26px;
    color: rgba(33, 39, 56, 0.70);
    font-weight: 700;
    margin: 0px;
    padding: 0px;
}

.Ufinformation-text-hp p {
    font-size: 16px;
    line-height: 26px;
    color: rgba(33, 39, 56, 0.80);
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}

.Ufinformation-text-hp p a {
    color: rgba(33, 39, 56, 0.80);
}

.Ufinformation-text-hp:last-child {
    padding-bottom: 0px;
}

.Ufinformation-map-hp {
    width: calc(100% - 470px);
    height: 540px;
    border-radius: 10px;
    overflow: hidden;
}

.footer-in-hp {
    margin: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer-social-hp {
    margin: 0px;
    padding: 0px 0px 61px;
}

.footer-social-hp ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social-hp ul li {
    margin: 0px;
    padding: 0px 20px 0px;
}

.footer-social-hp ul li a {
    display: block;
    width: 40px;
    height: 40px;
    background: #007F96;
    border-radius: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.footer-social-hp ul li a i {
    font-size: 22px;
    line-height: 40px;
    color: #fff;
}

.footer-social-hp ul li a:hover {
    background: #212738;
}

.footer-botom-hp {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
}

.footer-logo-hp {
    width: 120px;
    margin: 0px;
    padding: 0px;
}

.footer-logo-hp img {
    height: 54px;
}

.footer-nav-hp {
    width: calc(100% - 240px);
    margin: 0px;
    padding: 0px 0px 12px;
}

.footer-nav-hp ul {
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    text-align: center;
}

.footer-nav-hp ul li {
    margin: 0px;
    padding: 0px 20px;
    display: inline-block;
    vertical-align: top;
}

.footer-nav-hp ul li a {
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: rgba(33, 39, 56, 0.70);
    margin: 0px;
    padding: 0px;
}

.footer-nav-hp ul li a:hover {
    color: #EA5B0C;
}

.footer-copy-hp {
    width: 120px;
    margin: 0px;
    padding: 0px 0px 12px;
    text-align: right;
}

.footer-copy-hp p {
    font-size: 10px;
    line-height: 14px;
    color: rgba(33, 39, 56, 0.40);
    margin: 0px;
    padding: 0;
}

/*--------------- FOOTER_END --------------*/

/*--------------- PROGRAME_PAGE_START --------------*/
.programe-block-main-progp {
    margin: 60px 0px;
    padding: 0px;
}

.visible-xs {
    display: none !important;
}

.hidden-xs {
    display: block !important;
}

.programe-filter-menu-progp {
    margin: 0px;
    padding: 0px 0px 20px;
    display: flex;
    justify-content: center;
}

.programe-filter-in-progp {
    margin: 0px;
    border-radius: 10px;
    padding-top: 50px;
    position: relative;
}

.programe-filter-in-progp::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    min-height: calc(100% + 50px);
    height: 100%;
    background: #F5F3EF;
    width: 100%;
    border-radius: 10px;
}

.programe-filter-main-progp .common-title-main-hp {
    padding-bottom: 30px;
}

.programe-Ftitle-btn-progp {
    text-align: center;
    margin: 0px;
    padding: 0px 0px 50px;
}

.programe-Ftitle-btn-progp .default-btn-hp {
    min-width: 402px;
    line-height: 56px;
    font-size: 16px;
    height: auto;
    border-radius: 30px;
}

.programe-filter-menu-main-progp {
    margin: 0px;
    padding: 0px;
}

.programe-filter-menu-in-progp {
    background: #fff;
    border-radius: 60px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px;
    padding: 5px 40px 5px;
}

.programe-filter-menu-title-progp {
    font-size: 12px;
    line-height: 50px;
    color: rgba(33, 39, 56, 0.50);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2.04px;
    margin: 0px;
    padding: 0px 40px 0px 0px;
}

.programe-filter-menu-in-progp .nav-tabs {
    border: 0px !important;
    font-size: 0px;
}

.programe-filter-menu-in-progp .nav-tabs .nav-item {
    display: inline-block;
    vertical-align: top;
}

.programe-filter-menu-in-progp .nav-tabs .nav-link {
    border: 0px;
    font-size: 16px;
    line-height: 50px;
    color: #EA5B0C;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 60px;
    margin: 0px;
    padding: 0px 40px 0px;
}

.programe-filter-menu-in-progp .nav-tabs .nav-link:focus, .programe-filter-menu-in-progp .nav-tabs .nav-link:hover {
    border: 0px;
    background: #EA5B0C;
    color: #fff;
}

.programe-filter-menu-in-progp .nav-tabs .nav-item.show .nav-link, .programe-filter-menu-in-progp .nav-tabs .nav-link.active {
    border: 0px;
    background: #EA5B0C;
    color: #fff;
}

.programe-filter-Smenu-progp {
    margin: 0px;
    padding: 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.programe-filter-Smenu-in-progp {
}

.Pfilter-menu-list-progp {
    max-width: 908px;
    width: 100%;
    margin: 0px auto;
    padding: 0px 0px 9px;
}

.Pfilter-menu-list-progp ul {
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    text-align: center;
}

.Pfilter-menu-list-progp ul li {
    margin: 0px;
    padding: 0px 0px 5px;
    display: inline-block;
    vertical-align: top;
}

.Pfilter-menu-list-progp ul li a {
    display: block;
    font-size: 16px;
    line-height: 50px;
    color: #212738;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px 20px 0px;
}

.Pfilter-menu-list-progp ul li a:hover {
    background: #fff;
    border-radius: 50px;
    color: #EA5B0C;
}

.Pfilter-menu-list-progp ul li a.Pfilter-active-mrnu-progp {
    background: #fff;
    border-radius: 50px;
    color: #EA5B0C;
}

.programe-filter-clear-progp {
    margin: 0px;
    padding: 0px 0px 15px;
    display: flex;
}

.programe-filter-result-progp {
    max-width: 100%;
}

.programe-block-in-progp {
    margin: 0px 0px 0px;
    position: relative;
    z-index: 9;
}

.programe-list-main-progp {
    margin: 0px;
    padding: 20px 0 0;
}

.programe-list-in-progp {
    margin: 0px -10px 40px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

.programe-box-progp {
    margin: 0px;
    padding: 0px 10px 20px;
}

.programe-box-in-progp {
    margin: 0px;
    background: #F5F3EF;
    border-radius: 10px;
    /*height: 640px;*/
    overflow: hidden;
}

.programe-Bimg-main-progp {
    margin: 0px;
    padding: 0px;
    position: relative;
    height: 260px;
    overflow: hidden;
}

.programe-Bimg-in-progp {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

.programe-Bimg-in-progp a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.programe-Bimg-in-progp a:hover img {
    transform: scale(1.08);
}

.programe-Bimg-in-progp a:focus img {
    transform: scale(1.08);
}

.default-tags-progp {
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: 25px;
    bottom: 23px;
    display: flex;
    align-items: center;
}

.programe-tag-progp {
    background: #fff;
    border-radius: 50px;
    /*height: 24px;*/
    margin: 0px 20px 0px 0px;
    padding: 2px;
    display: flex;
    align-items: center;
}

.programe-tag-progp p {
    font-size: 14px;
    line-height: 20px;
    color: #EA5B0C;
    font-weight: 700;
    margin: 0px;
    padding: 0px 10px 0px 8px;
}

.programe-tag-progp .programe-tag-date-progp {
    font-size: 14px;
    line-height: 20px;
    color: #EA5B0C;
    font-weight: 700;
    margin: 0px;
    padding: 0px 10px 0px 8px;
}

.programe-tag-progp span {
    background: #EA5B0C;
    border-radius: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px 10px 0px 10px;
}

.programe-date-progp {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 100%;
    margin: 0px;
    padding: 0px;
}

.programe-date-in-progp {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.programe-date-progp h6 {
    font-size: 20px;
    line-height: 18px;
    color: #007F96;
    font-weight: 700;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.programe-date-progp p {
    font-size: 12px;
    line-height: 14px;
    color: #007F96;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}

.programe-Binfo-progp {
    padding: 26px 25px 20px;
    margin: 0px;
    position: relative;
}

.programe-info-tag-progp {
    padding: 0px 0px 10px;
    display: flex;
    align-items: center;
}

.programe-info-text-progp {
    /*min-height: 191px;*/
}

.programe-personalities {
    display: inline-block;
}

.programe-personalities a {
    color: rgba(33, 39, 56, 0.80) !important;
}

.programe-personalities::after {
    content: ", ";
}

.programe-personalities:last-of-type::after {
    content: unset;
}

.programe-Binfo-progp h3 {
    font-size: 24px;
    line-height: 31px;
    color: rgba(33, 39, 56, 0.80);
    font-weight: 500;
    margin: 0px;
    padding: 0px 0px 10px;
}

.programe-Binfo-progp h3 a {
    color: rgba(33, 39, 56, 0.80);
}

.programe-Binfo-progp h5 {
    font-size: 16px;
    line-height: 26px;
    color: rgba(33, 39, 56, 0.80);
    font-weight: 400;
    margin: 0px;
    padding: 0px 0px 10px;
}

.programe-Binfo-progp h6 {
    font-size: 10px;
    line-height: 20px;
    color: rgba(33, 39, 56, 0.50);
    text-transform: uppercase;
    font-weight: 500;
    margin: 0px;
    padding: 0px;
}

.programe-Binfo-progp p {
    font-size: 14px;
    line-height: 22px;
    color: rgba(33, 39, 56, 0.80);
    font-weight: 500;
    margin: 0px;
    padding: 0px 0px 10px;
    /*height: 54px;*/
    overflow: hidden;
}

.programe-info-btn-progp {
    margin: 0px;
    padding: 0px;
    text-align: right;
}

.programe-info-btn-progp .default-btn-hp {
    height: 40px;
    line-height: 36px;
    min-width: 170px;
}

.isotope, .isotope .programe-box-progp {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .programe-box-progp {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}

.programe-pagination-progp {
    margin: 0px;
    padding: 0px;
}

/*--------------- PROGRAME_PAGE_END --------------*/

/*--------------- PROGRAME_DETAIL_PAGE_START --------------*/
.program-detail-block-main-pdp {
    margin: 0px;
    padding: 0px 0px 60px;
}

.program-detail-block-in-pdp {
    background: #F5F3EF;
    margin: 0px;
    padding: 0px;
    border-radius: 10px;
}

.program-detail-info-main-pdp {
    margin: 0px;
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: start;
    flex-wrap: wrap;
}

.prog-detail-left-pdp {
    max-width: 800px;
    width: 100%;
    margin: 0px;
    padding: 34px 30px 0px 30px;
}

.prog-detail-Tbar-pdp {
    margin: 0px;
    padding: 0px 0px 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prog-detail-back-pdp {
    margin: 0px;
    padding: 0px;
}

.prog-detail-share-pdp {
    margin: 0px;
    padding: 0px;
    position: relative;
}

.prog-detail-share-in-pdp {
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 9;
}

.prog-detail-share-icon-pdp {
    margin: 0px;
    padding: 4px;
    position: relative;
    z-index: 9;
}

.prog-detail-share-icon-pdp > a {
    display: block;
    background: #fff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 0px;
    padding: 14px;
}

.prog-detail-share-icon-pdp > a > img {
    display: flex;
    margin: auto;
}

.prog-detail-share-link-pdp {
    width: 0px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
    margin: 0px;
    padding: 0;
    height: 58px;
    background: #007F96;
    border-radius: 60px;
    display: flex;
    align-items: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 0px solid #007F96;
}

.prog-detail-share-link-pdp ul {
    margin: 0px;
    padding: 0px 4px 0px 6px;
    display: flex;
    align-items: center;
}

.prog-detail-share-link-pdp ul li {
    margin: 0px;
    padding: 0px 14px 0px;
}

.prog-detail-share-link-pdp ul li a {
}

.prog-detail-share-link-pdp ul li a img {
    display: flex;
}

.prog-detail-share-link-pdp.open-active {
    width: 314px;
    border-width: 4px;
}

.prog-detail-text-pdp {
    width: 530px;
    margin: 0px 0px 0px 110px;
    padding: 0px;
}

.Pdetail-text-date-pdp {
    font-size: 12px;
    line-height: 14px;
    color: #EA5B0C;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0px;
    padding: 0px 0px 10px;
}

.prog-detail-text-pdp h2 {
    font-size: 42px;
    line-height: 48px;
    color: #007F96;
    margin: 0px;
    padding: 0px 0px 25px;
}

.prog-detail-text-pdp > p {
    font-size: 16px;
    line-height: 30px;
    color: rgba(33, 39, 56, 0.80);
    margin: 0px;
    padding: 0px 0px 40px;
}

.prog-detail-text-pdp > p strong {
    font-weight: 700;
}

.prog-detail-text-pdp > p a {
    text-decoration: underline;
    color: #EA5B0C;
}

.prog-detail-text-pdp > p a:hover {
    color: #007F96;
}

.prog-detail-tags-pdp {
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px 0px 50px;
}

.Pdetail-text-btns-pdp {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.Pdetail-text-btn-pdp {
    margin: 0px;
    padding: 0px;
}

.Pdetail-text-btn-pdp .default-btn-hp {
    min-width: auto;
    padding: 0px 24px;
}

.prog-detail-right-pdp {
    width: 560px;
    margin: 0px;
    padding: 0px;
}

.prog-detail-img-pdp {
    width: 560px;
    height: 666px;
    margin: 0px;
    padding: 0px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.prog-detail-img-pdp img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.CT-personalities-block-main-pdp {
    margin: 60px 0px;
    padding: 0px;
}

.Nuniversity-plan-block-main-pdp {
    margin: 60px 0px;
    padding: 0px;
}

.Nuniversity-plan-block-in-pdp {
    margin: 0px;
}

.Nuniversity-plan-img-pdp {
    margin: 0px;
    padding: 0px;
    border-radius: 10px;
    overflow: hidden;
}

.Nuniversity-plan-img-pdp img {
    width: 100%;
}

/*--------------- PROGRAME_DETAIL_PAGE_END --------------*/

/*--------------- VIDEOS_PAGE_START --------------*/
.video-slider-block-main-vp {
    margin: 60px 0px;
    padding: 0px;
}

.video-slider-block-main-vp .common-title-main-hp h1,
.video-slider-block-main-vp .common-title-main-hp h2 {
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    color: #fff;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
}

.video-slider-block-main-vp .common-title-main-hp p {
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    padding: 0px;
    margin: 20px 0px 0px;
    color: #fff;
}

.video-slider-block-in-vp {
    margin: 0px;
    background: #007F96;
    border-radius: 10px;
}

.video-slider-info-vp {
    margin: 0px;
    padding: 50px 0px 50px;
}

.video-slider-box-main-vp {
    margin: 0px;
    padding: 0px 110px;
}

.video-slider-box-vp {
    width: 860px;
    margin: 0px auto;
    padding: 0px 0px 40px;
}

.video-slider-box-vp .video-box-main-hp {
    height: 484px;
}

.video-slider-main-vp .owl-prev, .video-slider-main-vp .owl-next {
    top: calc(50% - 50px);
}

.video-slider-main-vp .owl-dots .owl-dot span {
    background: none;
    border-color: #fff;
}

.video-slider-main-vp .owl-dots .owl-dot.active span, .video-slider-main-vp .owl-dots .owl-dot:hover span {
    background: #fff;
    border-color: #fff;
}

.video-list-in-vp {
    margin-bottom: 0px;
}

.video-box-vp {
    padding-bottom: 80px;
}

.video-box-in-vp {
    margin: 0px;
    padding: 0px;
}

.video-Bimg-main-vp {
    margin: 0px;
    padding: 0px;
    height: 236px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.video-Bimg-in-vp {
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

.video-Bimg-in-vp img {
    width: 100%;
    object-fit: cover;
}

.video-play-icon-vp {
    width: 75px;
    height: 75px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 50;
}

.video-play-icon-vp img {
    width: 100%;
}

.video-Binfo-vp {
    margin: 0px;
    padding: 13px 0px 0px;
}

.video-info-tag-vp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px;
    padding: 0px 0px 8px;
}

.video-Binfo-vp h3 {
    font-size: 24px;
    line-height: 34px;
    color: rgba(33, 39, 56, .70);
    font-weight: 500;
    margin: 0px;
    padding: 0px 0px 0px;
}

.video-popup-main-vp {
    margin: 0px;
    padding: 0px !important;
    width: 100%;
    height: 100%;
    z-index: 999999999;
}

.video-popup-main-vp .modal-dialog {
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.video-popup-main-vp .modal-content {
    width: 100%;
    background: #007F96;
    border-radius: 0px;
}

.video-popup-main-vp .modal-body {
    padding: 0px;
}

.video-popup-in-vp {
    margin: 0px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.video-popup-info-main-vp {
    margin: 0px;
    padding: 74px 0px 0px;
}

.video-popup-info-tags-vp {
    margin: 0px;
    padding: 0px 0px 10px;
}

.video-popup-info-main-vp h2 {
    font-size: 42px;
    line-height: 48px;
    color: #fff;
    font-weight: 500;
    margin: 0px;
    padding: 0px 0px 15px;
}

.video-popup-info-main-vp h6 {
    font-size: 10px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}

.video-popup-info-main-vp p {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    margin: 0px;
    padding: 0px 0px 15px;
}

.video-popup-box-vp {
    margin: 0px;
    padding: 0px;
    height: 608px;
    border-radius: 10px;
    overflow: hidden;
}

/*--------------- VIDEOS_PAGE_END --------------*/

/*--------------- RESOURCES_PAGE_START --------------*/
.DS-council-block-main-resp {
    margin: 60px 0px;
    padding: 0px;
}

.DS-council-block-in-resp {
    margin: 0px;
    position: relative;
    position: relative;
    padding-top: 50px;
}

.DS-council-block-in-resp .DS-council-block-in-resp-content {
    position: relative;
    z-index: 1;
}

.DS-council-block-in-resp .DS-council-block-in-resp-content h1,
.DS-council-block-in-resp .DS-council-block-in-resp-content h2 {
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    color: #007F96;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    font-size: 42px;
    line-height: 48px;
}

.DS-council-block-in-resp .DS-council-block-in-resp-content p {
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #007F96;
    font-weight: 400;
    padding: 0px;
    margin: 20px 0px 0px;
}

.DS-council-block-in-resp::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: calc(100% - 240px);
    background: #F5F3EF;
    border-radius: 10px;
    z-index: 0;
}

.DS-council-block-main-resp .CT-personalities-slider-main-hp {
    background: none;
}

.relive-editions-block-main-resp {
    margin: 60px 0px;
    padding: 0px;
}

.relive-editions-block-in-resp {
    margin: 0px;
}

.ROeditions-part-main-resp {
    margin: 0px;
    padding: 0px;
}

.ROeditions-part-in-resp {
    margin: 0px -10px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
}

.Dcommunication-kit-box-resp {
    padding: 0px 10px;
    margin: 0px;
}

.DC-kit-box-info-resp {
    background: #007F96;
    border-radius: 10px;
    height: 100%;
    margin: 0px;
    padding: 50px 40px 50px;
}

.DC-kit-box-icon-resp {
    margin: 0px;
    padding: 0px 0px 10px;
}

.DC-kit-box-icon-resp img {
    height: 90px;
}

.DC-kit-box-info-resp h2 {
    font-size: 32px;
    line-height: 37px;
    color: #fff;
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 164px;
}

.DC-kit-box-info-btn-resp {
    margin: 0px;
    padding: 0px;
}

.DC-kit-box-info-btn-resp .default-btn-hp {
    min-width: 100%;
    color: #007F96;
    white-space: nowrap;
    text-transform: none;
}

.RO-editions-box-resp {
    padding: 0px 10px;
    margin: 0px;
}

.RO-editions-box-info-resp {
    margin: 0px;
    padding: 50px 110px 50px;
    background: #EA5B0C;
    height: 100%;
    border-radius: 10px;
}

.RO-editions-box-icon-resp {
    padding: 0px;
    margin: 0px 0px 10px;
}

.RO-editions-box-icon-resp img {
    height: 90px;
}

.RO-editions-box-info-resp h2 {
    font-size: 42px;
    line-height: 48px;
    color: #fff;
    font-weight: 700;
    padding: 0px;
    margin: 0px 0px 10px;
}

.RO-editions-box-info-resp h4,
.RO-editions-box-info-resp p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
    padding: 0px;
    margin: 0px 0px 20px;
}

.RO-editions-box-btns-resp {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.RO-editions-btn-resp {
    margin: 0px;
    padding: 0px;
}

.RO-editions-btn-resp .default-btn-hp {
    border-color: #fff;
    color: #fff;
    min-width: 200px;
}

.RO-editions-btn-resp .default-btn-hp:hover {
    background: #fff;
    color: #EA5B0C;
}

.discover-actions-block-main-resp {
    margin: 60px 0px;
    padding: 0px;
}

.discover-actions-block-in-resp {
    margin: 0px;
    position: relative;
    padding-top: 50px;
}

.discover-actions-block-in-resp::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: calc(100% - 168px);
    background: #F5F3EF;
    border-radius: 10px;
    margin: 0px;
    padding: 0px;
    z-index: -1;
}

.discover-actions-block-in-resp .common-title-main-hp p {
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #007F96;
    font-weight: 400;
    padding: 0px;
    margin: 20px 0px 0px;
}

.discover-actions-title-btn-resp {
    padding: 0px;
    margin: 0px 0px 60px;
    text-align: center;
}

.RO-editions-box-img-resp {
    margin: 0px;
    padding: 0px;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.RO-editions-box-img-resp img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

/*--------------- RESOURCES_PAGE_END --------------*/

/*--------------- PARTNERS_PAGE_START --------------*/
.partners-info-main-partp {
    margin: 30px 0px;
    padding: 0px;
}

.partners-info-in-partp {
    margin: 0px;
    background: #F5F3EF;
    border-radius: 10px;
}

.partners-info-text-partp {
    max-width: 860px;
    width: 100%;
    margin: 0px auto 0px;
    padding: 100px 0px;
}

.partners-info-text-partp > :last-child {
    margin-bottom: 0;
}

.partners-info-text-partp h1 {
    margin-bottom: 100px;
    text-align: center;
    color: #007F96;
    font-size: 42px;
    line-height: 48px;
    font-weight: 700;
}

.partners-info-text-partp h2 {
    font-size: 20px;
    line-height: 30px;
    color: #EA5B0C;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0;
}

.partners-info-text-partp p {
    font-size: 18px;
    line-height: 28px;
    color: rgba(33, 39, 56, 0.80);
    font-weight: 500;
    margin: 0 0 8px 0;
    padding: 0;
}

.partners-presentation-block-main-partp {
    margin: 30px 0;
    padding: 0;
}

.partners-presentation-block-in-partp {
    margin: 0px;
    background: #007F96;
    border-radius: 10px;
    padding: 50px 0;
}

.partners-presentation-block-content {
    padding: 0 20px;
}

.partners-presentation-block-content > :last-child {
    margin-bottom: 0;
}

.partners-presentation-block-content h2 {
    text-align: center;
    font-size: 42px;
    line-height: 48px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 40px;
}

.Ppresentation-box-main-partp {
    margin: 0px -10px;
    padding: 0px;
}

.Ppresentation-box-in-partp {
    padding: 0px 20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.partner-logo-partp {
    position: relative;
    margin: 0px;
    padding: 0px;
}

.partner-logo-partp::before {
    content: '';
    display: block;
    padding-top: 100%;
  }

.partner-logo-partp a {
    position: absolute;
    top: 0;
    left: 0;
    border: solid 2px transparent;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    transition: border-color 0.3s linear;
}

.partner-logo-partp a img {
    width: 100%;
    height: 100%;
}

.partner-logo-partp a:hover {
    border-color: #EA5B0C;
}

.TB-partner-block-main-partp {
    margin: 30px 0px;
    padding: 0px;
}

.TB-partner-block-in-partp {
    margin: 0px;
    background: #F5F3EF;
    border-radius: 10px;
}

.TB-partner-box-main-partp {
    max-width: 860px;
    margin: 0px auto;
    padding: 50px 0px;
}

.TB-partner-box-title-partp {
    display: flex;
    margin: 0px;
    flex-wrap: wrap;
    margin: 0px -10px;
    padding: 0px 0px 50px;
}

.TB-partner-box-title-partp h2 {
    width: 50%;
    font-size: 42px;
    line-height: 48px;
    color: #EA5B0C;
    margin: 0px;
    padding: 0px 10px 0px;
}

.TB-partner-box-title-partp h2 strong {
    font-weight: 700;
}

.TB-partner-box-title-partp p {
    width: 50%;
    font-size: 16px;
    line-height: 26px;
    color: rgba(33, 39, 56, 0.80);
    margin: 0px;
    padding: 0px 10px 0px;
}

.TB-partner-form-main-partp {
    margin: 0px;
    padding: 0px;
}

.TBpartner-form-row-partp {
    margin: 0px -10px;
    padding: 0px 0px 30px;
    font-size: 0px;
}

.TBpartner-form-field-partp {
    margin: 0px;
    padding: 0px 10px;
    display: inline-block;
    vertical-align: top;
}

.TBpartner-form-field-partp input {
    width: 100%;
    background: #fff;
    border: 0px;
    border-radius: 60px;
    font-size: 16px;
    line-height: 60px;
    color: #212738;
    font-weight: 500;
    margin: 0px;
    padding: 0px 30px;
}

.TBpartner-form-field-partp input::-webkit-input-placeholder {
    color: rgba(33, 39, 56, 0.50);
}

.TBpartner-form-field-partp input::-moz-placeholder {
    color: rgba(33, 39, 56, 0.50);
}

.TBpartner-form-field-partp input:-ms-input-placeholder {
    color: rgba(33, 39, 56, 0.50);
}

.TBpartner-form-field-partp input:-moz-placeholder {
    color: rgba(33, 39, 56, 0.50);
}

.TBpartner-form-field-partp input:focus {
    outline: 0px;
}

.TBpartner-form-field-partp textarea {
    border: 0px;
    resize: none;
    width: 100%;
    height: 180px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 18px;
    color: #212738;
    font-weight: 500;
    margin: 0px;
    padding: 21px 30px 21px;
}

.TBpartner-form-field-partp textarea:focus {
    outline: 0px;
}

.TBpartner-form-field-partp textarea::-webkit-input-placeholder {
    color: rgba(33, 39, 56, 0.50);
}

.TBpartner-form-field-partp textarea::-moz-placeholder {
    color: rgba(33, 39, 56, 0.50);
}

.TBpartner-form-field-partp textarea:-ms-input-placeholder {
    color: rgba(33, 39, 56, 0.50);
}

.TBpartner-form-field-partp textarea:-moz-placeholder {
    color: rgba(33, 39, 56, 0.50);
}

.TBpartner-form-field-partp input.default-btn-hp {
    background: #EA5B0C;
    color: #fff;
}

.TBpartner-form-field-partp input.default-btn-hp:hover {
    background: #007F96;
    color: #fff;
}

.TBpartner-form-notification-partp {
    display: flex;
    align-items: center;
    justify-content: center;
}

.TBpartner-form-notification-partp p {
    font-size: 16px;
    line-height: 26px;
    color: #007F96;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
}

.TBpartner-form-notification-partp p a {
    color: #007F96;
}

.TBpartner-form-notification-partp p img {
    height: 22px;
    margin-right: 10px;
}

/*--------------- PARTNERS_PAGE_END --------------*/

/*--------------- EDITED_PAGE_START --------------*/
.edited-title-block-main-editp {
    margin: 0px;
    padding: 0px 0px 60px;
}

.edited-title-block-in-editp {
    margin: 0px;
    background: #F5F3EF;
    border-radius: 10px;
}

.edited-title-text-editp {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 296px;
}

.edited-title-text-editp .common-title-center-hp {
    padding-bottom: 0px;
}

.edited-info-block-main-editp {
    margin: 60px 0px;
    padding: 0px;
}

.edited-info-block-in-editp {
    margin: 0px;
}

.edited-info-title-editp {
    max-width: 860px;
    width: 100%;
    margin: 0px auto;
    padding: 0px 0px 0px;
}

.edited-info-container-editp {
    max-width: 860px;
    width: 100%;
    margin: 0px auto;
}

.edited-info-container-editp > :first-child {
    margin-top: 0;
}

.edited-info-container-editp > :last-child {
    margin-bottom: 0;
}

.edited-info-box-editp {
    margin: 0px;
    padding: 0px;
}

.edited-info-block-main-editp h2,
.edited-info-block-main-editp h3 {
    font-size: 20px;
    line-height: 30px;
    color: #007F96;
    font-weight: 700;
    padding: 0px;
    margin: 60px 0px 19px;
}

.edited-info-block-main-editp h4 {
    font-size: 18px;
    line-height: 28px;
    color: rgba(33, 39, 56, 0.80);
    font-weight: 500;
    margin: 0px;
    padding: 0px 0px 0px;
}

.edited-info-block-main-editp p {
    font-size: 16px;
    line-height: 30px;
    color: rgba(33, 39, 56, 0.80);
    padding: 0px;
    margin: 0px 0px 10px;
}

.edited-info-block-main-editp p a {
    color: #EA5B0C;
    text-decoration: underline;
}

.edited-info-block-main-editp p a:hover {
    color: #007F96;
}

.edited-info-block-main-editp ul {
    margin: 0px;
    padding: 0px 0px 0px;
}

.edited-info-block-main-editp ul li {
    font-size: 16px;
    line-height: 30px;
    color: rgba(33, 39, 56, 0.80);
    margin: 0px;
    padding: 0px 0px 0px 20px;
    position: relative;
}

.edited-info-block-main-editp ul li::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 13px;
    width: 6px;
    height: 6px;
    background: #007F96;
    border-radius: 5px;
}

.edited-info-block-main-editp img {
    width: 100%;
    margin: 60px 0px 0px;
    padding: 0px 0px 0px;
    border-radius: 10px;
    overflow: hidden;
}

/*--------------- EDITED_PAGE_END --------------*/

/*--------------- 404_PAGE_END --------------*/
.Pnot-block-main-pnfp {
    margin: 0px;
    padding: 0px;
}

.Pnot-block-in-pnfp {
    margin: 0px;
    background: #F5F3EF;
    border-radius: 10px;
}

.Pnot-info-main-pnfp {
    max-width: 640px;
    width: 100%;
    margin: 0px auto;
    padding: 50px 0px 50px;
}

.Pnot-info-btn-pnfp {
    margin: 0px;
    padding: 5px 0px 0px;
    text-align: center;
}

/*--------------- 404_PAGE_END --------------*/

/*--------------- MEMORY_BOX_PAGE_START --------------*/
.memory-box-block-main-mbp {
    margin: 60px 0px;
    padding: 0px;
}

.memory-box-block-in-mbp {
    margin: 0px;
    position: relative;
}

.memory-box-block-in-mbp::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 700px;
    background: #F5F3EF;
    border-radius: 10px;
    z-index: -1;
}

.memory-box-title-main-mbp {
    max-width: 860px;
    width: 100%;
    margin: 0px auto;
    padding: 50px 0px 60px;
    text-align: center;
}

.memory-box-title-icon-mbp {
    margin: 0px;
    padding: 0px 0px 10px;
}

.memory-box-title-icon-mbp img {
    height: 90px;
    display: flex;
    margin: 0px auto;
}

.memory-box-title-main-mbp h1,
.memory-box-title-main-mbp h2 {
    font-size: 93px;
    line-height: 122px;
    color: #007F96;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    padding: 0px;
    margin: 0px 0px 20px;
}

.memory-box-title-main-mbp p {
    font-size: 30px;
    line-height: 48px;
    color: #007F96;
    padding: 0px;
    margin: 0px 0px 20px;
}

.memory-box-title-main-mbp p strong {
    font-weight: 700;
}

.memory-list-main-mbp {
    margin: 0px;
    padding: 0px;
}

.memory-list-in-mbp {
    margin: 0px -10px;
    padding: 0px;
    font-size: 0px;
}

.memory-card-mbp {
    margin: 0px;
    padding: 0px 10px 20px;
    display: inline-block;
    vertical-align: top;
}

.memory-card-mbp.hide {
    display: none;
}

.memory-card-in-mbp {
    margin: 0px;
    padding: 0px;
    background: #212738;
    border-radius: 10px;
    overflow: hidden;
}

.memory-card-info-mbp {
    margin: 0px;
    padding: 40px 40px 40px;
}

.memory-card-time-mbp {
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.memory-card-button-mbp {
    margin: 0px;
    padding: 72px 0px 82px;
    position: relative;
}

.memory-card-button-mbp a.play-stop-mbp {
    display: block;
    width: 96px;
    height: 97px;
    margin: 0px auto;
    padding: 0px;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.memory-card-button-mbp a.play-stop-mbp img {
    width: 100%;
}

.memory-card-name-mbp {
    margin: 0px;
    padding: 0px;
    position: relative;
}

.memory-card-name-mbp h3 {
    font-size: 30px;
    line-height: 42px;
    color: #fff;
    margin: 0px;
    padding: 0px 0px 26px;
}

.MBcard-purple-mbp .memory-card-in-mbp {
    background: #8F6EB0;
}

.MBcard-purple-pattern-mbp .memory-card-info-mbp {
    background: url(../images/MB_purple_pattern_mbp.svg) no-repeat center top;
    background-size: cover;
}

.MBcard-green-mbp .memory-card-in-mbp {
    background: #3CB99B;
}

.MBcard-green-pattern-mbp .memory-card-info-mbp {
    background: url(../images/MB_green_pattern_mbp.svg) no-repeat center top;
    background-size: cover;
}

.MBcard-red-mbp .memory-card-in-mbp {
    background: #E28387;
}

.MBcard-red-pattern-mbp .memory-card-info-mbp {
    background: url(../images/MB_red_pattern_mbp.svg) no-repeat center bottom;
    background-size: cover;
}

.MBcard-orange-mbp .memory-card-in-mbp {
    background: #FB7950;
}

.MBcard-orange-pattern-mbp .memory-card-info-mbp {
    background: url(../images/MB_orange_pattern_mbp.svg) no-repeat center top 73px;
}

.MBcard-blue-mbp .memory-card-in-mbp {
    background: #6CB2C2;
}

.MBcard-blue-pattern-mbp .memory-card-info-mbp {
    background: url(../images/MB_blue_pattern_mbp.svg) no-repeat center top;
    background-size: cover;
}

.MBcard-yellow-mbp .memory-card-in-mbp {
    background: #FFC224;
}

.MBcard-yellow-pattern-mbp .memory-card-info-mbp {
    background: url(../images/MB_yellow_pattern_mbp.svg) no-repeat center top;
    background-size: cover;
}

.stop-icon-mbp {
    display: none;
}

.memory-list-btn-mbp {
    text-align: center;
    margin: 0px;
    padding: 40px 0px 0px;
}

/*--------------- MEMORY_BOX_PAGE_END --------------*/

/*--------------- GUTENBERG_EDITOR_START --------------*/
.wp-block:not( h1, :has( .block-editor-button-block-appender ) ) {
    max-width: none !important;
}
/*--------------- GUTENBERG_EDITOR_END --------------*/

/*--------------- WPCF7_START ---------------*/
.wpcf7-spinner {
    position: absolute;
}

.wpcf7-not-valid {
    border: 1px solid #dc3232 !important;
}

.wpcf7-not-valid::placeholder {
    color: #dc3232 !important;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
    line-height: 14px;
    padding: 8px 15px;
}

.wpcf7 form .wpcf7-response-output {
    border: none;
    font-size: 16px;
    line-height: 18px;
    color: #dc3232;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
}

.wpcf7 form.sent .wpcf7-response-output {
    position: relative;
    border: none;
    font-size: 16px;
    line-height: 18px;
    color: #007F96;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
}

.wpcf7 form.sent .wpcf7-response-output::before {
    content: '';
    width: 22px;
    height: 22px;
    margin-right: 10px;
    background: url(../images/bell_icon.svg) no-repeat center;
}
/*--------------- WPCF7_END ---------------*/
