@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&amp;display=swap");
/* CSS Document */
html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    background: #fff;
}

body.fancybox-active {
    height: 100%;
}

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

a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #181818;
}

a, a img {
    text-decoration: none;
    outline: none;
    border: none;
}

.clr {
    clear: both;
    height: 0;
}

::-webkit-input-placeholder {
    color: #707070;
}

:-moz-placeholder {
    color: #707070;
}

::-moz-placeholder {
    color: #707070;
}

:-ms-input-placeholder {
    color: #707070;
}

::selection {
    background: #1691CE;
    color: #fff;
}

::-moz-selection {
    background: #1691CE;
    color: #fff;
}

/*General Elements */
body, input, textarea, select, option {
    font-family: "Montserrat", sans-serif;
}

*, *:after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    outline: none;
}

:before {
    font-family: IcoFont;
    font-style: normal;
}

section {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0 100px 0 245px;
}

section.h100 {
    height: 100%;
    height: 100vh;
}

section.p0 {
    padding-left: 0;
    padding-right: 0;
}

.btn {
    box-shadow: 0px 0px 38px rgba(150, 176, 203, 0.3098039216);
    background: #fff;
    line-height: 60px;
    font-size: 11px;
    color: #1691CE;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    padding: 0 40px;
    font-weight: bold;
}

i.icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    font-style: normal;
    position: relative;
}

i.icon.searchIco {
    background-image: url(../images/icons/searchBtnBlack.svg);
}

i.icon.formIco {
    background-image: url(../../../not-found610f.html);
}

i.icon.globeIco {
    background-image: url(../images/icons/globe.svg);
}

i.icon.pinIco {
    background-image: url(../../../not-found610f.html);
}

i.icon.homeIco {
    background-image: url(../../../not-found610f.html);
}

i.icon.arrowIco {
    background-image: url(../../../not-found610f.html);
    display: block;
    width: 16px;
    height: 11px;
}

h1 {
    color: #000;
    font-size: 40px;
    font-weight: 600;
}

h1 span {
    color: #c9af73;
}

h2 {
    color: #000;
    font-size: 40px;
    font-weight: 600;
}

h2.title {
    margin-left: -40px;
}

h2.title span {
    font-size: 35px;
    color: #c9af73;
    display: inline-block;
    background: #f1f1f1;
    padding: 10px 40px;
}

h2.sm {
    font-size: 30px;
}

h3 {
    color: #000;
    font-size: 35px;
    font-weight: 700;
}

h3 span {
    font-weight: 400;
}

h3.sm {
    font-size: 24px;
}

.orangeCaption {
    color: #c9af73;
    font-size: 20px;
}

p {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    line-height: 1.5;
}

p.small {
    font-size: 16px;
}

p.big {
    font-size: 34px;
}

p.big strong {
    color: #c9af73;
}

table.info {
    width: 100%;
    margin-top: 30px;
}

table.info td {
    font-size: 20px;
    padding: 5px 0;
}

table.info td:first-child {
    color: #c9af73;
}

.breadCrumb {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.breadCrumb a {
    font-size: 14px;
    color: #000;
    position: relative;
    padding-left: 10px;
    margin-right: 8px;
}

.breadCrumb a:before {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #636569;
    position: absolute;
    left: 0;
    content: "";
    top: 7px;
}

.breadCrumb a:first-child {
    padding-left: 5px;
}

.breadCrumb a:first-child:before {
    display: none;
}

a.newsItem {
    display: block;
    width: 100%;
    position: relative;
}

a.newsItem img {
    display: block;
    width: 100%;
}

a.newsItem span {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px 100px 30px 35px;
    background: rgba(52, 52, 52, 0.35);
    backdrop-filter: blur(17.5px);
    -webkit-backdrop-filter: blur(17.5px);
    color: #fff;
}

a.newsItem span small {
    display: block;
    font-size: 14px;
    font-weight: 300;
}

a.newsItem span strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
}

a.newsItem span i {
    display: block;
    width: 100px;
    height: 2px;
    position: absolute;
    right: 30px;
    top: 50%;
    background: rgba(255, 255, 255, 0.5);
}

a.newsItem span i:before {
    display: block;
    width: 50%;
    background: #c9af73;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: "";
    height: 2px;
}

a.newsItem:hover span i:before {
    width: 100%;
}

a.teaserItem {
    display: block;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

a.teaserItem img {
    display: block;
    width: 100%;
}

a.teaserItem span {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 45px 100px 45px 45px;
    background: rgba(52, 52, 52, 0.35);
    backdrop-filter: blur(17.5px);
    -webkit-backdrop-filter: blur(17.5px);
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 700;
}

a.teaserItem span i {
    display: block;
    width: 100px;
    height: 2px;
    position: absolute;
    right: 45px;
    top: 50%;
    margin-top: -15px;
    font-size: 15px;
    font-style: normal;
    padding-top: 20px;
}

a.teaserItem span i:before {
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: "";
    height: 2px;
    position: absolute;
    top: 0;
}

a.teaserItem span i:after {
    display: block;
    width: 50%;
    background: #c9af73;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: "";
    height: 2px;
    position: absolute;
    top: 0;
}

a.teaserItem:hover {
    background-size: 110%;
}

a.teaserItem:hover span i:after {
    width: 100%;
}

.owl-nav {
    width: 220px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 25px;
}

.owl-nav button {
    display: block;
    width: 100px;
    height: 100%;
    background: #535353;
    position: relative;
}

.owl-nav button:before {
    display: block;
    width: 100%;
    background: #535353;
    content: "";
    height: 2px;
    top: 50%;
    position: absolute;
    left: 0;
}

.owl-nav button:after {
    display: block;
    width: 50%;
    background: #c9af73;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: "";
    height: 2px;
    top: 50%;
    position: absolute;
}

.owl-nav button.owl-next:after {
    left: auto;
    right: 0;
}

.owl-nav button:hover:after {
    width: 100%;
}

a.lineBtn {
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    min-width: 150px;
    max-width: 200px;
}

a.lineBtn:before {
    width: 50%;
    height: 2px;
    background: #c9af73;
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a.lineBtn span {
    display: block;
    color: #fff;
    font-size: 15px;
    padding-top: 20px;
}

a.lineBtn:hover:before {
    width: 100%;
}

a.lineBtn.dark {
    border-top: 2px solid rgba(0, 0, 0, 0.5);
}

a.lineBtn.dark span {
    color: #000;
}

.mt-30 {
    margin-top: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mt-200 {
    margin-top: 200px !important;
}

.mb-200 {
    margin-bottom: 200px !important;
}

.mt-450 {
    margin-top: 450px !important;
}

.mb-450 {
    margin-bottom: 450px !important;
}

.orange {
    color: #c9af73 !important;
}

.green {
    color: #1E9A38 !important;
}

.yellow {
    color: #EBA721 !important;
}

.blue {
    color: #047BC1 !important;
}

.grey {
    color: #767676 !important;
}

.link {
    color: inherit;
    text-decoration: underline;
}

.w100 {
    width: 100% !important;
    display: block;
}

/*General Elements */
.headerMobile {
    width: 100%;
    height: 70px;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    padding: 30px;
    display: none;
}

.headerMobile a.logo {
    display: block;
    background: url(../images/logo.png) no-repeat center;
    background-size: 100% auto;
    width: 170px;
    height: 20px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 50px 100px 0 245px;
    background: rgba(255, 255, 255, 0.84);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 30px 100px 20px 245px;
}

header .content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
    justify-content: space-between;
    max-width: none;
    margin: auto;
    z-index: 2;
    position: relative;
}

header a.logo {
    display: block;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    width: 200px;
    height: 55px;
}

header .tools {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    align-items: center;
}

header .tools a {
    display: block;
    height: 30px;
    line-height: 30px;
    position: relative;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin-left: 25px;
}

header .tools a i {
    display: block;
    width: 30px;
    height: 30px;
}

header .tools a .toolTip {
    position: absolute;
    right: 140%;
    background: #fff;
    color: #000;
    display: block;
    padding: 7px 10px;
    top: 0%;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    font-size: 12px;
    opacity: 0;
}

header .tools a .toolTip:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #ffffff;
    content: "";
    position: absolute;
    right: -4px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

header .tools a:hover .toolTip {
    opacity: 1;
    right: 110%;
}

header .tools a:nth-child(2) {
    margin-right: 100px;
}

header .tools a.menuLink span {
    display: block;
    width: 25px;
    height: 100%;
    position: relative;
}

header .tools a.menuLink span i {
    position: absolute;
    background: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    height: 2px;
    left: 0;
}

header .tools a.menuLink span i:nth-child(1) {
    top: 3px;
}

header .tools a.menuLink span i:nth-child(2) {
    top: 13px;
}

header .tools a.menuLink span i:nth-child(3) {
    top: 24px;
}

header .tools a.menuLink.opened span i {
    width: 10px !important;
    background: #fff !important;
}

header .tools a.menuLink.opened span i:nth-child(1) {
    width: 29px !important;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    left: 0;
    top: 15px;
}

header .tools a.menuLink.opened span i:nth-child(2) {
    opacity: 0;
}

header .tools a.menuLink.opened span i:nth-child(3) {
    width: 29px !important;
    transform: rotate(-5deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(-45deg);
    left: 0;
    top: 15px;
}

header .tools .search {
    width: 48px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 42px;
    position: relative;
    overflow: hidden;
}

header .tools .search input[type=submit] {
    display: block;
    width: 48px;
    height: 42px;
    background: url(../images/icons/searchBtnBlack.svg) no-repeat center;
    border: none;
    height: 100%;
    float: right;
    border-radius: 0 8px 8px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header .tools .search input[type=text] {
    position: absolute;
    width: calc(100% - 48px);
    height: 100%;
    border: none;
    top: 0;
    right: 48px;
    border-radius: 8px 0 0 8px;
    padding-left: 20px;
    background: rgba(255, 255, 255, 0.25);
    font-size: 18px;
}

header .tools .search input[type=text]::-webkit-input-placeholder {
    color: #A7A7A7;
}

header .tools .search input[type=text]:-moz-placeholder {
    color: #A7A7A7;
}

header .tools .search input[type=text]::-moz-placeholder {
    color: #A7A7A7;
}

header .tools .search input[type=text]:-ms-input-placeholder {
    color: #A7A7A7;
}

header .tools .search:hover {
    width: 320px;
}

header .tools .search:hover input[type=submit] {
    background: #c9af73 url(../images/icons/searchBtn.svg) no-repeat center !important;
}

header .nav {
    width: 100%;
    height: 100vh;
    background: rgba(52, 52, 52, 0.8);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    position: absolute;
    top: -100vh;
    left: 0;
    z-index: 1;
    padding: 15% 100px 0 245px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

header .nav nav {
    width: 100%;
    position: relative;
    margin: auto;
    height: 100%;
}

header .nav nav ul {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

header .nav nav ul li {
    width: 25%;
    display: block;
    position: relative;
    margin-bottom: 40px;
}

header .nav nav ul li a {
    font-size: 15px;
    color: #fff;
    font-weight: 200;
    display: block;
    padding-left: 25px;
}

header .nav nav ul li a.caption {
    font-size: 26px;
    position: relative;
}

header .nav nav ul li a.hasSub:before {
    width: 15px;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    background: #c9af73;
}

header .nav nav ul li a.hasSub:after {
    width: 1px;
    height: 15px;
    content: "";
    position: absolute;
    left: 7px;
    top: 8px;
    background: #c9af73;
}

header .nav nav ul li a.hasChild:before {
    width: 11px;
    height: 1px;
    content: "";
    position: absolute;
    left: 2px;
    top: 20px;
    background: #fff;
}

header .nav nav ul li a.hasChild:after {
    width: 1px;
    height: 11px;
    content: "";
    position: absolute;
    left: 7px;
    top: 15px;
    background: #fff;
}

header .nav nav ul li a:hover {
    color: #c9af73;
}

header .nav nav ul li ul {
    width: 100%;
}

header .nav nav ul li ul li {
    margin-bottom: 0;
    width: 100%;
}

header .nav nav ul li ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
}

header .nav nav ul li ul ul {
    display: none;
}

header.homePage {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    padding: 50px 100px 0px 245px;
}

header.homePage a.logo {
    background-image: url(../images/logo.svg);
}

header.homePage .tools a {
    color: #fff;
}

header.homePage .tools a i.icon.searchIco {
    background-image: url(../images/icons/searchBtn.svg);
}

header.homePage .tools a.menuLink span i {
    background: #fff;
}

header.homePage .tools .search input[type=submit] {
    background: url(../images/icons/searchBtn.svg) no-repeat center;
}

header.homePage .tools .search input[type=text] {
    color: #fff;
}

header.homePage .tools .search input[type=text]::-webkit-input-placeholder {
    color: #fff;
}

header.homePage .tools .search input[type=text]:-moz-placeholder {
    color: #fff;
}

header.homePage .tools .search input[type=text]::-moz-placeholder {
    color: #fff;
}

header.homePage .tools .search input[type=text]:-ms-input-placeholder {
    color: #fff;
}

header.opened {
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

header.opened .nav {
    top: 0;
}

header.opened a.logo {
    background-image: url(../images/logo.png);
}

header.opened .tools a {
    color: #fff;
}

header.opened .tools a i.icon.searchIco {
    background-image: url(../images/icons/searchBtn.svg);
}

header.opened .tools a.menuLink span i {
    background: #fff;
}

header.opened .tools .search input[type=submit] {
    background: url(../images/icons/searchBtn.svg) no-repeat center;
}

header.en a.logo {
    background-image: url(../images/logoDarkEn.svg);
}

header.en.homePage a.logo, header.en.opened a.logo {
    background-image: url(../images/logoEn.svg);
}

.line {
    width: 1px;
    height: 100vh;
    background: rgba(161, 161, 161, 0.5);
    position: fixed;
    top: 0;
    left: 100px;
    z-index: 100;
    opacity: 1;
}

.line:before {
    width: 2px;
    height: 100px;
    background: #c9af73;
    content: "";
    position: absolute;
    top: 35%;
    left: 0;
}

.mobileMenuLink {
    height: 100%;
    width: 60px;
    float: left;
    display: block;
    margin-top: 5px;
}

.mobileMenuLinkContent {
    width: 20px;
    height: 20px;
    position: relative;
    margin: auto;
}

.line1 {
    width: 20px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.line2 {
    width: 20px;
    height: 2px;
    position: absolute;
    top: 8px;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.line3 {
    width: 20px;
    height: 2px;
    position: absolute;
    top: 16px;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mobileMenuLink.closer .line1 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    top: 10px;
}

.mobileMenuLink.closer .line2 {
    display: none;
}

.mobileMenuLink.closer .line3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    top: 10px;
}

main {
    width: 100%;
    padding: 0;
    position: relative;
}

footer {
    position: relative;
    z-index: 1000;
    background: #fff;
    border-top: 1px solid #ddd;
}

footer .content {
    background: #fff;
    padding: 0;
}

footer .content:after {
    display: block;
    width: 100%;
    height: 0;
    clear: both;
    content: "";
}

footer .footerTop {
    padding: 100px 100px 20px 245px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .left {
    width: 25%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

footer .left a img {
    width: 240px;
    display: block;
}

footer .right {
    width: 75%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

footer .right ul {
    width: 33.333%;
    margin-bottom: 80px;
}

footer .right ul li a {
    font-size: 13px;
    color: #000;
    display: block;
    padding: 5px 0;
    position: relative;
    padding-left: 7px;
}

footer .right ul li a.caption {
    font-size: 20px;
    font-weight: 600;
    padding-left: 0;
    cursor: default;
}

footer .right ul li a.caption:before {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #c9af73;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    top: 15px;
    left: -15px;
}

footer .right ul li a:hover {
    color: #c9af73;
}

footer .right ul:nth-child(5) li a.caption, footer .right ul:nth-child(6) li a.caption {
    cursor: pointer;
}

footer .right ul ul {
    width: 100%;
    margin-bottom: 0;
}

footer .right ul ul ul {
    display: none;
}

footer .right ul ul a.hasChild {
    padding-left: 15px;
}

footer .right ul ul a.hasChild:before {
    width: 7px;
    height: 1px;
    content: "";
    position: absolute;
    left: 0px;
    top: 13px;
    background: #c9af73;
}

footer .right ul ul a.hasChild:after {
    width: 1px;
    height: 7px;
    content: "";
    position: absolute;
    left: 3px;
    top: 10px;
    background: #c9af73;
}

footer .footerBottom {
    padding: 100px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #DDDDDD;
    padding: 60px 100px 60px 245px;
    align-items: center;
}

footer .footerBottom .left {
    color: #000;
    font-size: 14px;
    display: block;
}

footer .footerBottom .left span {
    font-weight: 500;
}

footer .footerBottom .right {
    text-align: center;
}

footer .footerBottom .right a {
    font-size: 13px;
    color: #000;
    display: block;
    padding: 5px 0;
    position: relative;
    padding-left: 7px;
    margin-right: 10px;
}

footer .footerBottom .right a:hover {
    color: #c9af73;
}

footer .social {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}

footer .social a {
    margin-right: 24px;
}

footer .social a svg {
    fill: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

footer .social a:hover svg {
    fill: #c9af73;
}

footer .social a:last-child {
    margin-right: 0;
}

/*Home Page*/
section.mainSlider {
    width: 100%;
    height: 100%;
    height: 100vh;
    background: #fff;
    margin: 0;
    position: relative;
    padding: 0;
    overflow: hidden;
}

section.mainSlider video {
    height: auto;
    width: 100%;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    position: absolute;
    z-index: 0;
}

section.mainSlider .owl-carousel, section.mainSlider .owl-stage-outer, section.mainSlider .owl-stage, section.mainSlider .owl-item, section.mainSlider .item {
    height: 100%;
}

section.mainSlider #mainSlider:before {
    width: 1px;
    height: 100vh;
    background: #A1A1A1;
    position: fixed;
    top: 0;
    left: 100px;
    z-index: 1;
    opacity: 0.5;
    content: "";
}

section.mainSlider .item {
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    position: relative;
}

section.mainSlider .item .content {
    height: 100%;
}

section.mainSlider .item .caption {
    position: absolute;
    width: 100%;
    top: 150%;
    left: 245px;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    z-index: 10000;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    font-size: 80px;
    color: #fff;
    font-weight: 300;
    line-height: 1;
}

section.mainSlider .item .caption strong {
    color: #c9af73;
}

section.mainSlider .active .item .caption {
    top: 50%;
}

section.mainSlider .owl-dots {
    position: absolute;
    height: 60px;
    bottom: 80px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    left: 245px;
    width: 100%;
    max-width: 750px;
}

section.mainSlider .owl-dots .owl-dot {
    width: 30%;
    height: 60px;
    position: relative;
    position: relative;
    margin-right: 3%;
}

section.mainSlider .owl-dots .owl-dot:before {
    display: block;
    width: 0;
    height: 2px;
    background: #c9af73;
    content: "";
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    top: 0;
    left: 0;
    position: absolute;
}

section.mainSlider .owl-dots .owl-dot button {
    background: none;
    display: block;
    width: 100%;
    border: none;
    border-top: 2px solid rgba(255, 255, 255, 0.3);
    text-align: left;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    padding-top: 15px;
}

section.mainSlider .owl-dots .owl-dot.active:before {
    width: 100%;
    -webkit-transition: all 10s;
    -moz-transition: all 10s;
    -o-transition: all 10s;
    transition: all 10s;
}

section.oneLook .content {
    width: 100%;
    height: 100%;
    position: relative;
}

section.oneLook .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

section.oneLook .top {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 36px;
}

section.oneLook .top h2 {
    width: 30%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

section.oneLook .top p {
    color: #181818;
    font-size: 34px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

section.oneLook .top p strong {
    color: #c4963c;
}

section.oneLook ul {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    bottom: 100px;
}

@media(min-width: 1600px)
{
    .section.oneLook ul {
        bottom: 220px !important;
    }
    
    .section.oneLook .top {
    padding-top: 90px;
}
}

section.oneLook ul li {
    width: 20%;
    border-bottom: 1px solid #000;
    font-size: 24px;
    padding-bottom: 60px;
}

section.oneLook ul li a {
    color: #000;
}

section.oneLook ul li strong {
    display: block;
    font-size: 128px;
}

section.oneLook ul li:hover {
    border-bottom: 1px solid #c9af73;
}

section.oneLook ul li:hover a {
    color: #c9af73 !important;
}

section.oneLook.hovered .top h2 {
    color: #fff;
}

section.oneLook.hovered .top p {
    color: #fff;
}

section.oneLook.hovered ul li {
    border-bottom: 1px solid #fff;
}

section.oneLook.hovered ul li a {
    color: #fff;
}

section.mainCompanies {
    background: #fff url(../images/img/companies/bg.svg) no-repeat;
}

section.mainCompanies .content {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

section.mainCompanies .left {
    width: 35%;
    padding-top: 5%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

section.mainCompanies .left ul {
    width: 100%;
    margin-top: 100px;
}

section.mainCompanies .left ul li {
    display: block;
}

section.mainCompanies .left ul li a {
    display: block;
    position: relative;
    font-size: 21px;
    color: #000;
    padding: 10px 0;
}

section.mainCompanies .left ul li a:hover {
    color: #c9af73;
}

section.mainCompanies .left ul li a:before {
    width: 0px;
    height: 2px;
    background: #c9af73;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
}

section.mainCompanies .left ul li a.selected {
    padding-left: 50px;
    color: #c9af73;
    font-weight: 600;
}

section.mainCompanies .left ul li a.selected:before {
    width: 40px;
}

section.mainCompanies .right {
    width: 65%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

section.mainCompanies .right .aydinBox {
    background: #c9af73;
    position: absolute;
    width: 55%;
    overflow: hidden;
    right: 45%;
    bottom: 50%;
}

section.mainCompanies .right .aydinBox .inner {
    width: 700%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

section.mainCompanies .right .aydinBox .inner .groupText {
    width: 14.28%;
    padding: 30px;
    color: #fff;
}

section.mainCompanies .right .aydinBox .inner .groupText h3 {
    font-weight: normal;
    padding-bottom: 15px;
    color: #fff;
}

section.mainCompanies .right .aydinBox .inner .groupText p {
    color: #fff;
    font-size: 16px;
}

section.mainCompanies .right .rightTop {
    bottom: 45%;
    left: 55%;
    margin-left: 15px;
    position: absolute;
    width: 42%;
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding-bottom: 25%;
    overflow: hidden;
}

section.mainCompanies .right .rightBottom {
    top: 55%;
    left: 55%;
    margin-left: 15px;
    margin-top: 15px;
    position: absolute;
    width: 42%;
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding-bottom: 25%;
    overflow: hidden;
}

section.mainCompanies .right .leftBottom {
    top: 50%;
    right: 45%;
    margin-top: 15px;
    position: absolute;
    width: 42%;
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding-bottom: 25%;
    overflow: hidden;
}

section.mainCompanies .right .transition {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

section.mainCompanies .right .transition i {
    display: block;
    width: 200%;
    height: 200%;
    background: #fff;
    opacity: 0.65;
    position: absolute;
    top: 100%;
    left: 100%;
    transform: rotate(45deg);
}

section.mainCompanies .companyLink {
    position: absolute;
    width: 100%;
    display: block;
    top: 100%;
    left: 100%;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}

section.mainCompanies .companyLink .img {
    display: block;
    width: 100%;
}

section.mainCompanies .companyLink span {
    position: absolute;
    left: 0px;
    bottom: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: transparent;
    width: 100%;
    padding: 30px;
}

section.mainCompanies .companyLink i {
    display: block;
    width: 100px;
    height: 2px;
    position: absolute;
    right: 30px;
    top: 50%;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
}

section.mainCompanies .companyLink i:before {
    display: block;
    width: 50%;
    background: #c9af73;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: "";
    height: 2px;
}

section.mainCompanies .companyLink:hover span {
    background: rgba(52, 52, 52, 0.63);
    backdrop-filter: blur(12.5px);
    -webkit-backdrop-filter: blur(12.5px);
}

section.mainCompanies .companyLink:hover span i {
    opacity: 1;
}

section.mainCompanies .companyLink.active {
    top: 0;
    left: 0;
}

section.mainNews {
    padding-right: 0;
    background: #F1F1F1;
}

section.mainNews .content {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 77px;
}

section.mainNews .owl-carousel {
    margin-top: 60px;
}

section.mainNews .owl-nav {
    position: absolute;
    top: -60px;
    right: 100px;
}

section.mainNews .item img {
    display: block;
    height: 500px !important;
    width: 100% !important;
    object-fit: cover;
    object-position: top center;
}

section.mainNews .item a.newsItem span {
    padding-right: 140px;
}

section.mainSustainability {
    padding: 0;
}

section.mainSustainability .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

section.mainSustainability #sustainabilityBgSlider {
    height: 100%;
}

section.mainSustainability #sustainabilityBgSlider .owl-stage-outer, section.mainSustainability #sustainabilityBgSlider .owl-stage, section.mainSustainability #sustainabilityBgSlider .owl-item, section.mainSustainability #sustainabilityBgSlider .item {
    height: 100%;
}

section.mainSustainability #sustainabilityBgSlider .item {
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}

section.mainSustainability .content {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

section.mainSustainability .left {
    width: 42%;
    background: rgba(52, 52, 52, 0.63);
    backdrop-filter: blur(12.5px);
    -webkit-backdrop-filter: blur(12.5px);
    padding: 140px 100px 140px 245px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

section.mainSustainability .left .inner {
    width: 100%;
    position: relative;
}

section.mainSustainability .left h2 {
    color: #fff;
    margin-bottom: 20px;
}

section.mainSustainability .left p {
    color: #fff;
    font-size: 16px;
}

section.mainSustainability .left .lineBtn {
    margin-top: 100px;
}

section.mainSustainability .right {
    width: 58%;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

section.mainSustainability .right .stamp {
    position: absolute;
    top: 20%;
    right: 100px;
    width: 20%;
}

section.mainSustainability .right #sustainabilitySlider .item img {
    width: auto !important;
    margin: auto !important;
}

section.mainSustainability .right #sustainabilitySlider .item p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 30px 200px;
}

section.mainSustainability .right #sustainabilitySlider .owl-nav {
    margin: 0 auto 120px;
}

section.mainArt {
    padding: 0;
    background: #050505;
}

section.mainArt .owl-carousel, section.mainArt .owl-stage-outer, section.mainArt .owl-stage, section.mainArt .owl-item, section.mainArt .item {
    height: 100%;
}

section.mainArt p.caption {
    position: absolute;
    left: 245px;
    bottom: 130px;
    color: #fff;
    font-size: 16px;
}

section.mainArt p.caption span {
    display: block;
    font-size: 20px;
    color: #c9af73;
}

section.mainArt .item {
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section.mainArt .item .content {
    height: 100%;
}

section.mainArt .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

section.mainArt .bg img {
    display: block;
    height: 90%;
    margin: auto;
}

section.mainArt .content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    height: 100%;
    width: 100%;
}

section.mainArt .right {
    width: 42%;
    background: rgba(52, 52, 52, 0.63);
    backdrop-filter: blur(12.5px);
    -webkit-backdrop-filter: blur(12.5px);
    padding: 140px;
    height: 100%;
    float: right;
}

section.mainArt .right span.orangeCaption {
    font-weight: bold;
}

section.mainArt .right h2 {
    color: #fff;
    margin-bottom: 20px;
}

section.mainArt .right p {
    color: #fff;
    font-size: 16px;
}

section.mainArt .right .lineBtn {
    margin-top: 40px;
    width: 150px;
}

section.mainArt .right .links {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
}

section.mainArt .right .links a {
    margin-right: 20px;
    position: relative;
}

section.mainArt .right .links a i {
    display: block;
    width: 100px;
    height: 100%;
    position: relative;
    padding-top: 60px;
    font-style: normal;
    color: #fff;
}

section.mainArt .right .links a i:before {
    display: block;
    width: 100%;
    background: #535353;
    content: "";
    height: 2px;
    top: 50px;
    position: absolute;
    left: 0;
}

section.mainArt .right .links a i:after {
    display: block;
    width: 50%;
    background: #c9af73;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: "";
    height: 2px;
    top: 50px;
    position: absolute;
}

section.mainArt .right .links a:hover i:after {
    width: 100%;
}

section.mainArt .owl-nav {
    position: absolute;
    bottom: 60px;
    right: 50%;
}

section.mainTeasers {
    padding-top: 99px;
    padding-bottom: 79px;
    height: 80vh;
}

section.mainTeasers .content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
}

section.mainTeasers a.teaserItem {
    width: 50%;
}

section.mainAnniversary {
    background: url(../images/img/anniversary/bg.jpg) no-repeat center;
    background-size: cover;
}

section.mainAnniversary .content {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 130px 0;
}

section.mainAnniversary h2 {
    color: #fff;
    margin-bottom: 20px;
}

section.mainAnniversary p {
    max-width: 360px;
    color: #fff;
    font-size: 16px;
}

section.mainAnniversary p.typho {
    font-size: 30px;
    font-family: "Playfair Display", serif;
    max-width: none;
    padding-top: 60px;
}

section.mainAnniversary p.typho span {
    color: #c9af73;
}

section.mainAnniversary a.lineBtn {
    width: 150px;
    margin-top: 70px;
}

section.main80years {
    background: url(../images/img/80yil/bg.jpg) no-repeat center;
    background-size: cover;
}

section.main80years .content {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 130px 0;
}

section.main80years h2 {
    margin-bottom: 20px;
}

section.main80years p {
    max-width: 460px;
    font-size: 16px;
}

section.main80years a.lineBtn {
    width: 150px;
    margin-top: 70px;
}

section.main80years.en {
    background: url(../images/img/80yil/bg-en.jpg) no-repeat center;
}

#popup {
    width: 75%;
    height: 50%;
    padding: 0;
    max-width: 1000px;
    max-height: 576px;
}

#popup .popup {
    background: url(../images/img/popupBg.jpg) no-repeat center;
    background-size: cover;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

#popup p span {
    background: rgba(217, 217, 217, 0.06);
    box-shadow: 0px 4px 115.6px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(19.6px);
    font-size: 40px;
    color: #000;
    text-align: center;
    padding: 20px 50px;
    line-height: 1.2;
    font-weight: 500;
    display: block;
}

#popup p strong {
    color: #c9af73;
}

#popup img {
    display: block;
    margin: 60px auto 0;
}

/*Home Page*/
.pageTop {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.pageTop h1 {
    width: 30%;
}

.pageTop p {
    width: 70%;
    color: #181818;
    font-size: 34px;
    font-weight: 400;
}

.pageTop p strong {
    color: #c9af73;
}

.pageTop.contact p {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: end;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #24282F;
    padding-right: 150px;
}

.pageTop.contact p .contactInfo {
    font-size: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
}

.pageTop.contact p .contactInfo a {
    padding-right: 55px;
    color: #000;
}

.pageTop.search h1 {
    width: 100%;
}

.pageTop.search p {
    width: 100%;
    padding-top: 20px;
}

.pageTxt {
    max-width: 850px;
    margin: auto;
}

.headerImg {
    width: 100%;
    margin: 160px 0;
    padding-bottom: 37.5%;
}

.headerImg img {
    display: block;
    width: 100%;
    height: auto !important;
}

.pageContent {
    width: 60%;
}

.pageContent .inner {
    padding: 70px 160px 0 0;
}

hr {
    width: 100%;
    border: none;
    height: 1px;
    background: rgba(0, 0, 0, 0.3);
    margin-bottom: 60px;
}

img.globe {
    display: block;
    max-width: 100%;
    margin-top: -100px;
    pointer-events: none;
}

a.linkBtn {
    margin: 120px auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    max-width: 891px;
    padding: 48px 64px;
    background-color: #c9af73;
    color: #fff;
}

a.linkBtn span.txt {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

a.linkBtn span.linkTxt {
    color: #fff;
    position: relative;
    line-height: 25px;
    padding-right: 40px;
}

a.linkBtn.external span.linkTxt:after {
    display: block;
    content: "";
    width: 25px;
    height: 25px;
    background: url(../images/icons/externalLink.svg);
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a.linkBtn.view span.linkTxt:after {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/icons/cloud.svg);
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a.linkBtn.external:hover span.linkTxt:after {
    transform: rotate(90deg);
}

a.linkBtn.view:hover span.linkTxt:after {
    transform: scale(1.1);
}

.cards {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin: 120px 0;
}

.reviewCard {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    max-width: 565px;
    max-height: 365px;
}

.reviewCard img {
    flex: 1;
}

.reviewCard .reviewCardContent {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex: 1;
    background-color: #c9af73;
    width: 290px;
    height: 364px;
    padding: 48px;
}

.reviewCard .reviewCardContent p {
    color: white;
}

.reviewCard.audio {
    width: 100%;
    max-width: 565px;
    clear: both;
    background: #c9af73;
}

.reviewCard.audio .player {
    width: 100%;
}

.reviewCard.audio .player audio {
    display: block;
    width: 100%;
}

.accordionWrapper {
    width: 100%;
}

.accordionWrapper .accordionItem {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    cursor: pointer;
}

.accordionWrapper .accordionItem .accordionItemTitle {
    font-size: 22px;
    display: block;
    width: 100%;
    position: relative;
    font-weight: 600;
    padding: 28px 0px 36px 0px;
}

.accordionWrapper .accordionItem .accordionItemTitle::after {
    content: "";
    transform: rotate(0deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 50px;
    top: 35px;
    background: url(../images/icons/downArrow.svg) no-repeat center;
    opacity: 0.5;
}

.accordionWrapper .accordionItem .accordionItemTitle.active::after {
    transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

.accordionWrapper .accordionItem .accordionDetail {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    display: none;
    width: 100%;
    padding-top: 1px;
}

.accordionWrapper .accordionItem .accordionDetail ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
    padding: 36px 290px 36px 0px;
}

.accordionWrapper .accordionItem .accordionDetail .accordionBtn {
    font-size: 16px;
}

.accordionWrapper .accordionItem .accordionDetail img.w100 {
    margin-top: 70px;
}

.accordionWrapper.sm .accordionItem .accordionItemTitle {
    font-size: 24px;
    padding-right: 60px;
}

table.legalTable {
    width: 100%;
    margin: 60px 0;
    border-left: 1px solid #dedede;
    border-top: 1px solid #dedede;
}

table.legalTable td {
    padding: 10px;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    font-size: 14px;
}

table.legalTable td p {
    font-size: 14px;
}

section.subPage {
    padding: 240px 0 100px 0;
}

section.subPage .content {
    padding-left: 245px;
    padding-right: 245px;
}

section.subPage .content.mid {
    max-width: 1190px;
    padding-left: 0;
    padding-right: 0;
    margin: auto;
}

section.subPage.sticky .content {
    padding-right: 0;
}

section.subPage.sticky .headerImg {
    width: calc((100% - 245px) * 40 / 100);
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    height: 100%;
}

section.subPage.sticky .headerImg .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: auto;
    display: block;
    max-width: 80%;
}

section.subPage.sticky .headerImg .logo.bottomLeft {
    transform: translate(0);
    top: auto;
    bottom: 5%;
    left: 10%;
}

section.subPage.r100 .content {
    padding-right: 100px;
}

ul.infoList {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    gap: 36px;
    margin-bottom: 140px;
    flex-direction: column;
}

ul.infoList li {
    width: 20%;
    border-bottom: 1px solid #000;
    font-size: 24px;
    padding-bottom: 60px;
}

ul.infoList li a {
    color: #000;
}

ul.infoList li strong {
    display: block;
    font-size: 94px;
}

ul.infoList li:hover {
    border-bottom: 1px solid #c9af73;
}

ul.infoList li:hover a {
    color: #c9af73 !important;
}

ul.infoList.small {
    margin-bottom: 0;
}

ul.infoList.small li {
    font-size: 16px;
    width: 100%;
    border: none;
}

ul.infoList.small li strong {
    font-size: 30px;
}

.reports .headerImg {
    padding-bottom: 0%;
}

.activityReportTitle, .sustainabilityActivityTitle {
    margin: 180px 0 50px;
}

.activityReport {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.activityReport li {
    width: 45%;
    border-bottom: 1px solid black;
    padding: 0;
}

a.reportLink {
    display: block;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: left center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    background-size: 45% auto;
}

a.reportLink span.txt {
    display: block;
    width: 100%;
    padding: 55px 0;
    background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #181818;
    font-size: 24px;
}

a.reportLink span.txt span {
    display: block;
    margin-bottom: 50px;
}

a.reportLink span.txt i {
    display: inline-block;
    background: url(../images/icons/cloudDark.svg) no-repeat right center;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    padding-right: 40px;
}

a.reportLink:hover span.txt {
    width: 55%;
    background: #c9af73;
    color: #fff;
    padding-left: 30px;
}

a.reportLink:hover span.txt i {
    background: url(../images/icons/cloud2.svg) no-repeat right center;
}

.sustainabilityActivity {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    flex-wrap: wrap;
}

.sustainabilityActivity li {
    width: 24%;
    border-bottom: 1px solid black;
    padding: 48px 118px 48px 0px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 50px;
}

.sustainabilityActivity li a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.platformList {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.platformList li {
    border-bottom: 1px solid black;
    padding-bottom: 64px;
    width: 20%;
}

.platformList li p {
    font-size: 80px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 96px;
}

.platformList li span {
    font-size: 24px;
    line-height: 28px;
}

.txtList {
    margin: 30px;
    font-size: 20px;
    gap: 0 !important;
    padding: 0 !important;
    width: 100%;
    display: block !important;
}

.txtList li {
    list-style-type: disc;
    padding: 5px 0;
}

.businessPartnerList {
    width: 100%;
}

.businessPartnerList .businessPartnerListItem {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.businessPartnerList .businessPartnerListItem a {
    display: block;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 48px 60px 0px;
}

.businessPartnerList .businessPartnerListItem a span.txt strong {
    font-size: 25px;
    font-weight: normal;
    display: block;
    padding-bottom: 15px;
}

.businessPartnerList .businessPartnerListItem a span.txt small {
    display: block;
    font-size: 20px;
}

.businessPartnerList .businessPartnerListItem p {
    display: block;
    position: absolute;
    left: 100%;
    background: #c9af73;
    color: #fff;
    top: 0;
    padding: 50px;
    width: 40%;
    font-size: 21px;
    line-height: 1.5;
    pointer-events: none;
    opacity: 0;
    top: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.businessPartnerList .businessPartnerListItem:hover {
    padding-left: 50px;
}

.businessPartnerList .businessPartnerListItem:hover p {
    top: 0;
    opacity: 1;
}

.taahhutlerimizList .taahhutlerimizListItem {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 48px 160px 48px 0px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.taahhutlerimizList .taahhutlerimizListItem .taahhutlerimizListItemDate {
    flex: 1;
    font-size: 36px;
    font-weight: 700;
}

.taahhutlerimizList .taahhutlerimizListItem ul {
    flex: 5;
}

.taahhutlerimizList .taahhutlerimizListItem ul li {
    list-style: disc;
    margin: 10px 0;
}

.contemporaryList {
    padding-top: 160px;
}

.contemporaryList .contemporaryListItem {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    height: 400px;
}

.contemporaryList .contemporaryListItem h2 {
    text-align: center;
    font-size: 83px;
    font-weight: 800;
    letter-spacing: -7.546px;
    z-index: 2;
    color: #c9af73;
    line-height: 1;
    width: 30%;
}

.contemporaryList .contemporaryListItem h2 small {
    display: block;
    font-size: 52px;
    color: #000;
    letter-spacing: -6px;
    line-height: 1;
    margin-top: -20px;
}

.contemporaryList .contemporaryListItem p {
    z-index: 2;
    font-size: 24px;
    line-height: 1.5;
    width: 60%;
}

.contemporaryList .contemporaryListItem span.bg {
    position: absolute;
    width: 130%;
    height: 100%;
    left: 95%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
    background: #000;
    top: 0;
}

.contemporaryList .contemporaryListItem span.bg img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.contemporaryList .contemporaryListItem span.bg small {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #c9af73;
    font-size: 16px;
}

.contemporaryList .contemporaryListItem span.bg small i {
    display: block;
    color: #fff;
}

.contemporaryList .contemporaryListItem:hover span.bg {
    left: 0px;
}

.contemporaryList .contemporaryListItem:hover span.bg img {
    opacity: 0.6;
}

.contemporaryList .contemporaryListItem:hover h2 small, .contemporaryList .contemporaryListItem:hover p {
    color: #fff;
}

.contemporaryList .contemporaryListItem:hover h2 small img, .contemporaryList .contemporaryListItem:hover p img {
    filter: brightness(0) invert(1);
}

.founder {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 120px;
}

.founder h3 {
    color: #c9af73;
}

.founder h4 {
    font-size: 34px;
    font-weight: normal;
}

.founder .founderImageWrapper {
    width: 27%;
}

.founder .founderImageWrapper img {
    width: 100%;
    display: block;
}

.founder .founderInfo {
    width: 73%;
    padding: 60px 0 0 160px;
}

.founder .founderInfo p {
    margin-top: 27px;
}

.directors h2 {
    margin: 240px 0 60px;
}

.directors .directorsList {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    max-width: 1030px;
}

.directors .directorsList li {
    width: 31%;
    border-bottom: 1px solid #24282F;
    margin: 0 1%;
    padding-bottom: 48px;
    margin-bottom: 48px;
}

.directors .directorsList li img {
    width: 100%;
    display: block;
}

.directors .directorsList li p {
    font-size: 16px;
    line-height: 1.5;
    color: #c9af73;
}

.directors .directorsList li p strong {
    display: block;
    color: #000;
    font-size: 24px;
    font-weight: normal;
    padding-top: 24px;
}

.foundationLogo {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 120px;
}

.privateSector {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
    border-bottom: 1px solid black;
    margin: 125px auto 60px;
    padding-bottom: 60px;
}

.privateSector p {
    font-size: 34px;
}

.privateSector span {
    font-weight: 600;
}

.benefitSlider {
    width: 100%;
    padding-left: 245px;
    margin-top: 160px;
}

.benefitSlider .owl-nav {
    margin-top: 60px;
}

.benefitSlider .owl-carousel .owl-nav button.owl-prev {
    text-align: left;
    padding-top: 25px !important;
}

.benefitSlider .owl-carousel .owl-nav button.owl-next {
    text-align: right;
    padding-top: 25px !important;
}

.sustainabilityBenefitProgramInfo {
    margin-top: 200px;
}

.txtImgContainer {
    width: 100%;
    position: relative;
}

.txtImgContainer .txtImgItem {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 160px;
}

.txtImgContainer .txtImgItem .imgContent {
    width: 64%;
}

.txtImgContainer .txtImgItem .imgContent img {
    display: block;
    width: 100%;
}

.txtImgContainer .txtImgItem .txtContent {
    width: 44%;
    margin-left: -8%;
    margin-top: 200px;
    background: #fff;
    padding: 80px;
    position: relative;
    z-index: 2;
}

.txtImgContainer .txtImgItem .txtContent h3 {
    font-size: 34px;
    font-weight: normal;
    color: #181818;
    padding-bottom: 60px;
}

.txtImgContainer .txtImgItem .txtContent h3 img {
    display: block;
    height: 80px;
}

.txtImgContainer .txtImgItem.left .imgContent {
    order: 2;
}

.txtImgContainer .txtImgItem.left .txtContent {
    order: 1;
    margin-left: 0;
    margin-right: -8%;
    padding-left: 240px;
}

.txtImgContainer .i3 {
    display: block;
    position: absolute;
    left: 0;
    width: 20%;
    top: -17%;
}

.goals {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    max-width: 1600px;
    margin: auto;
    align-items: start;
}

.goals .gCol {
    width: 25%;
    background: rgba(147, 147, 147, 0.13);
}

.goals .gCol:nth-child(2) {
    background: rgba(61, 61, 61, 0.04);
}

.goals .gCol a {
    display: block;
    padding: 60px 40px 140px;
    position: relative;
}

.goals .gCol a img {
    display: block;
    height: 80px;
    max-width: 100%;
}

.goals .gCol a:before {
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    margin-bottom: 60px;
}

.goals .gCol a:after {
    display: block;
    width: 13px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    position: absolute;
    right: 40px;
    bottom: 40px;
    transform-origin: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.goals .gCol a.selected:after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

.goals .gCol a:hover:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

.goals .gCol.climate a:before {
    background-image: url(../images/icons/iklim.svg);
}

.goals .gCol.climate a:after {
    background-image: url(../images/icons/rightArrowGreen.svg);
}

.goals .gCol.human a:before {
    background-image: url(../images/icons/insan.svg);
}

.goals .gCol.human a:after {
    background-image: url(../images/icons/rightArrowOrange.svg);
}

.goals .gCol.inovation a:before {
    background-image: url(../images/icons/inovasyon.svg);
}

.goals .gCol.inovation a:after {
    background-image: url(../images/icons/rightArrowBlue.svg);
}

.goals .gCol.govarnance {
    background: rgba(61, 61, 61, 0.04);
}

.goals .gCol.govarnance a:before {
    background-image: url(../images/icons/yonetisim.svg);
}

.goals .gCol.govarnance a:after {
    background-image: url(../images/icons/rightArrowGreen.svg);
}

.goals .gContent {
    padding: 0 40px 40px 40px;
    display: none;
}

.goals .sustainabilityTitle {
    margin: 40px 0 25px;
    font-size: 22px;
    font-weight: 600;
}

.goals ul li {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 16px 0;
}

.goals ul li img {
    width: 32px;
}

.goals ul li p {
    width: calc(100% - 32px);
    padding-left: 25px;
    font-size: 15px;
}

.componentLinks {
    width: 100%;
    max-width: 1500px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 70px auto 200px;
}

.componentLinks a {
    display: block;
    width: 25%;
    padding: 30px 65px 65px;
    background: #F7F7F7;
}

.componentLinks a:nth-child(2), .componentLinks a:nth-child(4) {
    background: #F1F1F1;
}

.componentLinks a span.img {
    display: block;
    width: 72px;
    height: 58px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.componentLinks a span.txt {
    font-size: 25px;
    padding-top: 30px;
    display: block;
    line-height: 1.5;
}

.componentLinks a:hover {
    background: #c9af73 !important;
    color: #fff;
}

.componentLinks a:hover img {
    filter: brightness(0) invert(1);
}

.sustainabilityProjectList {
    width: 100%;
    max-width: 1500px;
}

.sustainabilityProjectList li {
    width: 100%;
    background: rgba(217, 217, 217, 0.13);
    padding: 35px 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    align-items: center;
}

.sustainabilityProjectList li span.img {
    width: 15%;
}

.sustainabilityProjectList li span.img img {
    display: block;
    max-width: 100%;
}

.sustainabilityProjectList li span.txt {
    width: 85%;
    font-size: 20px;
    font-weight: 400;
    padding-left: 60px;
}

.sustainabilityProjectList li span.txt strong {
    display: block;
    font-size: 30px;
    font-weight: 600;
}

.sustainabilityProjectList li span.txt span {
    display: block;
    font-size: 30px;
    padding-bottom: 20px;
}

.sustainabilityProjectList.p0 li {
    padding: 0 60px 0 0;
}

.futureHere h2 {
    font-size: 48px;
    line-height: 52px;
    padding-left: 245px;
}

.futureHere .futureHereList .futureHereListItem {
    margin-top: 400px;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.futureHere .futureHereList .futureHereListItem:nth-child(1) {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 60px;
}

.futureHere .futureHereList .futureHereListItem:nth-child(1) .futureHereListItemContent {
    right: 250px;
}

.futureHere .futureHereList .futureHereListItem:nth-child(3) {
    margin-top: 60px;
}

.futureHere .futureHereList .futureHereListItem .futureHereListItemContent {
    display: flex;
    width: 850px;
    padding: 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: white;
    position: absolute;
    top: 240px;
    right: 680px;
}

.futureHere .futureHereList .futureHereListItem .review {
    margin-top: 500px;
    max-width: 1140px;
    width: 100%;
}

.ourSustainabilityJourneyContent {
    margin-top: 180px;
    font-size: 20px;
    line-height: 36px;
}

.ourSustainabilityJourneyContent h2 {
    margin-bottom: 20px;
}

section.media .content .years {
    display: flex;
    margin: 50px 0;
    gap: 24px;
}

section.media .content .years .year {
    width: 120px;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

section.media .content .years .year.selected {
    border-top: 3px solid orange;
}

section.media .mediaNews {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -40px;
}

section.media .mediaNews .mediaNewsItem {
    width: calc(33.333% - 80px);
    position: relative;
    border-bottom: 1px solid #24282F;
    margin: 0 40px 80px;
}

section.media .mediaNews .mediaNewsItem .mediaNewsItemImage {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: top center;
}

section.media .mediaNews .mediaNewsItem .mediaNewsItemTitle {
    font-size: 24px;
    line-height: 36px;
    padding: 16px 0;
}

section.media .mediaNews .mediaNewsItem .newsDetail {
    position: absolute;
    bottom: 35px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

section.media .mediaNews .mediaNewsItem .newsDetail a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

section.media .mediaNews .mediaNewsItem a:hover .mediaNewsItemTitle {
    color: #c9af73;
}

.ourValuesArea {
    margin-top: 100px;
}

.ourValuesArea .ourValues {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ourValuesArea .ourValues .text {
    width: 27.5%;
}

.ourValuesArea .ourValues .text.left {
    padding-right: 100px;
}

.ourValuesArea .ourValues .text.right {
    padding-left: 100px;
}

.ourValuesArea .ourValues .text .inner.mt50 {
    margin-top: 50px;
}

.ourValuesArea .ourValues .text .inner .title {
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
}

.ourValuesArea .ourValues .text .inner .title.purple {
    color: #9747FF;
}

.ourValuesArea .ourValues .text .inner .title.purple:after {
    content: "";
    width: 310px;
    height: 110px;
    background: url(../images/img/ourValues/purpleLine.svg) no-repeat;
    position: absolute;
    top: 40px;
    margin-left: 45px;
    background-size: 100% auto;
}

.ourValuesArea .ourValues .text .inner .title.orange {
    color: #c9af73;
}

.ourValuesArea .ourValues .text .inner .title.orange:after {
    content: "";
    width: 400px;
    height: 115px;
    background: url(../images/img/ourValues/orangeLine.svg) no-repeat;
    position: absolute;
    top: 20px;
    margin-left: 127px;
    background-size: 100% auto;
}

.ourValuesArea .ourValues .text .inner .title.grey {
    color: #6F838F;
}

.ourValuesArea .ourValues .text .inner .title.grey:after {
    content: "";
    width: 251px;
    height: 1px;
    background: url(../images/img/ourValues/greyLine.svg) no-repeat;
    position: absolute;
    top: 20px;
    left: -280px;
    background-size: 100% auto;
}

.ourValuesArea .ourValues .text .inner .links a {
    display: block;
    font-size: 16px;
    color: #181818;
    margin-bottom: 15px;
    position: relative;
    padding-left: 10px;
    line-height: 25px;
}

.ourValuesArea .ourValues .text .inner .links a:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #D9D9D9;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    left: 0;
    top: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ourValuesArea .ourValues .text .inner .links a:hover {
    padding-left: 20px;
}

.ourValuesArea .ourValues .text .inner .links a:hover:before {
    width: 15px;
}

.ourValuesArea .ourValues .text .inner .links a:hover.purple {
    color: #9747FF;
}

.ourValuesArea .ourValues .text .inner .links a:hover.purple:before {
    background-color: #9747FF;
}

.ourValuesArea .ourValues .text .inner .links a:hover.orange {
    color: #c9af73;
}

.ourValuesArea .ourValues .text .inner .links a:hover.orange:before {
    background-color: #c9af73;
}

.ourValuesArea .ourValues .text .inner .links a:hover.grey {
    color: #6F838F;
}

.ourValuesArea .ourValues .text .inner .links a:hover.grey:before {
    background-color: #6F838F;
}

.ourValuesArea .ourValues .img {
    width: 45%;
    position: relative;
}

.ourValuesArea .ourValues .img a.closeValue {
    display: none;
}

.ourValuesArea .ourValues .img img {
    display: block;
    width: 100%;
}

.ourValuesArea .ourValues .img .hidden {
    opacity: 0;
    transform: scale(0.5);
}

.ourValuesArea .ourValues .img div {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    transform: scale(1);
    padding: 130px 80px;
    text-align: center;
    color: #fff;
    z-index: 5;
}

.ourValuesArea .ourValues .img div span {
    font-size: 20px;
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
    color: #fff;
}

.ourValuesArea .ourValues .img div p {
    color: #fff;
    font-size: 15px;
}

.ourValuesArea .ourValues .img div.purple {
    background-color: #9747FF;
}

.ourValuesArea .ourValues .img div.orange {
    background-color: #c9af73;
}

.ourValuesArea .ourValues .img div.grey {
    background-color: #6F838F;
}

.chain {
    width: 100%;
    max-width: 1360px;
    margin: 100px auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.chain .chainCol {
    width: 31%;
    padding: 50px;
    background: rgba(217, 217, 217, 0.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #000;
}

.chain .chainCol .top {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #c9af73;
}

.chain .chainCol .top strong {
    font-size: 100px;
    width: 25%;
}

.chain .chainCol .top span {
    font-size: 40px;
    font-weight: 500;
    width: 75%;
}

.chain .chainCol .txt span {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    margin: 50px 0;
    display: block;
}

.chain .chainCol .txt p {
    font-size: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.chain .chainCol:last-child {
    background: #c9af73;
    color: #fff;
}

.chain .chainCol:last-child .top {
    color: #fff;
}

.chain .chainCol:last-child p {
    color: #fff;
}

.chain .chainCol.c2 {
    width: 65%;
}

.chain .chainCol.caption {
    margin-bottom: 20px;
    padding: 10px 0;
}

.chain .chainCol.caption strong {
    display: block;
    text-align: center;
    color: #A1A1A1;
    font-size: 26px;
}

.milestones {
    width: 100%;
    background: url(../images/img/milestones/bg.jpg) no-repeat bottom center;
    background-size: 100% auto;
    height: calc(100vh - 240px);
    margin-top: -130px;
    position: relative;
}

.milestones .menu {
    height: 60%;
    overflow: hidden;
    cursor: -webkit-grab;
    cursor: grab;
    position: relative;
    width: 20%;
    margin: auto;
}

.milestones .menu.is-dragging {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.milestones .menu--item {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 96px;
    height: 25%;
    text-align: center;
    font-weight: bold;
    color: #c9af73;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.milestones .menu--item span {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    transform: scale(0.4);
    display: block;
    width: 100%;
    opacity: 0.4;
}

.milestones .menu--item.current span {
    transform: scale(1);
    opacity: 1;
}

.milestones .menu--item.current + .menu--item span {
    transform: scale(0.8);
    opacity: 0.8;
}

.milestones .menu--item.current + .menu--item + .menu--item span {
    transform: scale(0.6);
    opacity: 0.6;
}

.milestones .menu--item.current + .menu--item + .menu--item + .menu--item span {
    transform: scale(0.4);
    opacity: 0.4;
}

.milestones .mNav {
    position: absolute;
    top: 65%;
    width: 250px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    left: 50%;
    transform: translateX(-50%);
}

.milestones .mNav .lineBtn {
    width: 120px;
    min-width: auto;
    border-top: 2px solid #ddd;
}

.milestones .mNav .lineBtn span {
    color: #000;
}

.milestones .mNav .lineBtn.next {
    justify-content: end;
}

.milestones .mNav .lineBtn.next:before {
    left: auto;
    right: 0;
}

.milestones .mDetail {
    width: 30%;
    position: absolute;
    top: 0;
    right: 100px;
    padding: 60px 100px 0;
}

.milestones .mDetail .mItem {
    position: absolute;
    top: 200px;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(255, 255, 255, 0.31);
    backdrop-filter: blur(18.5px);
    -webkit-backdrop-filter: blur(18.5px);
}

.milestones .mDetail .mItem:before {
    display: block;
    width: 100px;
    height: 1px;
    background: #c9af73;
    position: absolute;
    top: 60px;
    left: -100px;
    content: "";
}

.milestones .mDetail .mItem p {
    padding: 60px;
    border-left: 1px solid #c9af73;
    border-bottom: 1px solid #c9af73;
    font-size: 16px;
}

.milestones .mDetail .mItem.current {
    top: 0;
    opacity: 1;
}

.searchList {
    width: 100%;
    margin-top: 70px;
}

.searchList .sItem {
    width: 100%;
    border-bottom: 1px solid #829198;
}

.searchList .sItem a {
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 36px;
    padding: 40px 50px 40px 0;
    background: url(../images/icons/searchBtnGrey.svg) no-repeat right center;
}

.searchList .sItem a span {
    display: block;
    font-weight: normal;
    font-size: 20px;
}

.searchList .sItem a:hover {
    background: url(../images/icons/searchBtnOrange.svg) no-repeat right center;
}

body.journelPage {
    background: url(../images/img/journel/bg.jpg) no-repeat top center;
}

body.journelPage .formArea input, body.journelPage .formArea textarea, body.journelPage .formArea button {
    width: 100%;
    padding: 15px 25px 15px 0px;
    height: 100%;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    resize: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    background: none;
    font-size: 18px;
    font-weight: 400;
    color: #181818;
}

body.journelPage .formArea input:focus, body.journelPage .formArea textarea:focus, body.journelPage .formArea button:focus {
    border-bottom: 1px solid #c9af73;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #c9af73;
}

body.journelPage .formArea input:focus::placeholder, body.journelPage .formArea textarea:focus::placeholder, body.journelPage .formArea button:focus::placeholder {
    color: rgba(24, 24, 24, 0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

body.journelPage .formArea input::placeholder, body.journelPage .formArea textarea::placeholder, body.journelPage .formArea button::placeholder {
    padding-left: 0;
    color: #181818;
}

body.journelPage .formArea textarea {
    height: 150px;
}

body.journelPage .formArea button {
    background: none;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid transparent;
    font-size: 18px;
    display: block;
    width: 70% !important;
    padding: 0;
    text-align: left;
    color: #181818;
    float: right;
}

body.journelPage .formArea .row {
    justify-content: space-between;
    margin-bottom: 35px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

body.journelPage .formArea .row .col {
    margin-bottom: 35px;
}

body.journelPage .formArea .row .col.col-4 {
    width: 47%;
    position: relative;
}

body.journelPage .formArea .row .col.col-6 {
    width: 70%;
}

body.journelPage .formArea .row .col.col-2 {
    width: 30%;
}

body.journelPage .formArea .row .col.col-8 {
    position: relative;
    width: 100%;
}

body.journelPage .formArea .row.flexEnd {
    justify-content: flex-end;
}

body.journelPage .formArea .captcha {
    position: relative;
}

body.journelPage .formArea .captcha img {
    position: absolute;
    left: 0;
    top: 30%;
}

body.journelPage .formArea .captcha input {
    padding-left: 170px;
}

body.journelPage .formArea input[type=checkbox] {
    display: none;
    appearance: none;
}

body.journelPage .formArea input[type=checkbox] + label {
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    color: #8D98A1;
    font-weight: 300;
    line-height: 1.3;
    display: inline-block;
    cursor: default;
}

body.journelPage .formArea input[type=checkbox] + label a {
    color: #8D98A1;
    font-weight: bold;
}

body.journelPage .formArea input[type=checkbox] + label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #c9af73;
    position: absolute;
    top: 50%;
    left: 0px;
    opacity: 1;
    transition: all 0.3s;
    transform: translateY(-50%);
}

body.journelPage .formArea input[type=checkbox] + label:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #c9af73;
    position: absolute;
    top: 50%;
    left: 5px;
    opacity: 0;
    transition: all 0.3s;
    transform: translateY(-50%);
}

body.journelPage .formArea input[type=checkbox]:checked + label:after {
    opacity: 1;
}

body.journelPage .formArea .fileInput {
    width: 100%;
    height: 100%;
    position: relative;
}

body.journelPage .formArea .fileInput span {
    padding: 15px 25px 15px 0px;
    height: 100%;
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    resize: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    background: none;
    font-size: 18px;
    font-weight: 400;
    color: #181818;
    display: block;
    background: url(../images/icons/upload.svg) no-repeat right center;
    background-size: 20px auto;
}

body.journelPage .formArea .fileInput input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

body.journelPage .formTitle {
    font-weight: 400;
    font-size: 34px;
    font-family: "Playfair Display", serif;
    margin: 150px 0px 100px 0px;
    display: block;
}

body.journelPage .formTitle small {
    display: block;
    font-size: 16px;
    margin-top: 20px;
}

body.journelPage .arrowBtn {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    position: relative;
    padding-right: 15px;
    padding-top: 10px;
    display: inline-block;
}

body.journelPage .arrowBtn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    z-index: 1;
    background-color: #9E9E9E;
    width: 100%;
}

body.journelPage .arrowBtn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    z-index: 2;
    background-color: #c9af73;
    width: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

body.journelPage .arrowBtn:hover {
    color: #c9af73;
}

body.journelPage .arrowBtn:hover:after {
    width: 100%;
}

body.journelPage h1, body.journelPage p {
    font-family: "Playfair Display", serif;
    margin-bottom: 100px;
}

body.journelPage h1 {
    background: url(../images/img/journel/small-line.png) no-repeat center bottom;
    padding-bottom: 30px;
    display: inline-block;
    background-size: 100% auto;
}

body.journelPage p.size52 {
    font-size: 52px;
}

body.journelPage p .orange {
    color: #c9af73;
    font-style: normal;
}

body.journelPage header {
    background: none;
    backdrop-filter: none;
}

body.journelPage header .tools a {
    color: #fff;
}

body.journelPage header .tools a .searchIco {
    background-image: url(../images/icons/searchBtn.svg);
}

body.journelPage header .tools a.menuLink span i {
    position: absolute;
    background: #fff;
}

body.journelPage header.scrolled {
    background: rgba(255, 255, 255, 0.84);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

body.journelPage header.scrolled .tools a {
    color: #000;
}

body.journelPage header.scrolled .tools a .searchIco {
    background-image: url(../images/icons/searchBtnBlack.svg);
}

body.journelPage header.scrolled .tools a.menuLink span i {
    background: #000;
}

body.journelPage footer {
    background: url(../images/img/journel/bg.jpg) no-repeat bottom center;
}

body.journelPage footer .content {
    background: none;
}

body.journelPage .linksArea {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 150px;
}

body.journelPage .linksArea a {
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    padding: 25px 50px;
    border: 1px solid #000;
    color: #000;
    margin-right: 50px;
}

body.journelPage .linksArea a:hover {
    border: 1px solid transparent;
    background-color: #c9af73;
    color: #fff;
}

body.journelPage .journelItem {
    background: url(../images/img/journel/big-line.png) no-repeat center bottom;
    padding-bottom: 100px;
    background-size: 100% auto;
    margin-bottom: 150px;
}

body.journelPage .journelItem .head {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

body.journelPage .journelItem .head span {
    font-size: 40px;
    font-family: "Playfair Display", serif;
    font-weight: 500;
}

body.journelPage .journelItem .head span i {
    font-size: 20px;
    font-weight: 400;
    color: #c9af73;
    display: block;
    font-style: normal;
}

body.journelPage .journelItem .head small {
    font-size: 14px;
    position: relative;
    color: #000;
    padding-left: 15px;
}

body.journelPage .journelItem .head small:before {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    background: #636569;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    top: 7px;
}

body.journelPage .journelItem a.journelImg {
    display: block;
    width: 45%;
    float: right;
    margin: 0 0 50px 50px;
}

body.journelPage .journelItem a.journelImg img {
    display: block;
    width: 100%;
}

body.journelPage .journelItem p:after {
    display: block;
    width: 100%;
    height: 0;
    clear: both;
    content: "";
}

body.journelPage .pagination ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

body.journelPage .pagination ul li a {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 25px;
    color: rgba(0, 0, 0, 0.23);
    margin: 0 15px;
}

body.journelPage .pagination ul li a.selected {
    font-size: 40px;
    color: #000;
}

body.journelPage .pagination ul li a:hover {
    color: #000;
}

/*=================================================================
  Cookie
==================================================================*/
.cookie-container {
    position: fixed;
    left: 7%;
    width: 86%;
    bottom: 0;
    margin: 0 auto;
    z-index: 12;
    background: #fff;
    border: solid 1px rgba(255, 255, 255, 0.7);
    padding: 40px 40px 20px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
    border: 1px solid #999;
}

.cookie-container .cookie-content {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.cookie-container .cookie-head h2 {
    font-size: 2em;
    font-weight: 600;
    color: #181818;
}

.cookie-container .cookie-body {
    width: 100%;
}

.cookie-container .cookie-body .cookie-body-text {
    width: 100%;
}

.cookie-container .cookie-body .cookie-body-button {
    width: 100%;
}

.cookie-container .cookie-body p {
    font-size: 0.875em;
    font-weight: 400;
    color: #181818;
    padding-top: 20px;
    line-height: 1.3em;
}

.cookie-container .cookie-body p a {
    display: inline-block;
    color: #c9af73;
}

.cookie-container .cookie-body .button-group {
    width: 100%;
    margin-top: 20px;
}

.cookie-container .cookie-body .button-group .cookie-preferences, .cookie-container .cookie-body .button-group .cookie-close-button, .cookie-container .cookie-body .button-group .js-close-cookie {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    float: left;
    cursor: pointer;
    align-items: center;
    margin-top: 7px;
    height: 52px;
    width: 220px;
    font-size: 0.8125em;
    font-weight: 400;
    color: #181818;
    background: none;
    border: solid 1px #181818;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 10px;
    font-family: "Montserrat", sans-serif;
}

.cookie-container .cookie-body .button-group .js-close-cookie {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #181818;
}

.cookie-container .closeBtn {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 52px;
    height: 52px;
    border: solid 1px #fff;
    text-indent: -9999em;
    background: transparent url("../images/icons/close-btn.svg") no-repeat center center;
}

.cookie-container.active {
    opacity: 1;
    bottom: 0;
    z-index: 9999;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

#cookie-preferences {
    position: relative;
    width: 52.55%;
    overflow: hidden;
    padding: 60px 100px 60px 60px;
}

#cookie-preferences .cookie-content-head h2 {
    font-size: 2.5em;
    font-weight: 500;
    color: #c9af73;
    padding-bottom: 20px;
}

#cookie-preferences .cookie-content-body > p {
    font-size: 1.0625em;
    font-weight: 400;
    color: #333333;
    line-height: 1.4em;
}

#cookie-preferences .cookie-content-body > p a {
    font-weight: 700;
    color: #333333;
    text-decoration: underline !important;
}

#cookie-preferences .cookie-content-body > a {
    display: inline-block;
    width: 290px;
    margin: 30px 0 50px;
}

#cookie-preferences .fancybox-close-small {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 60px;
    height: 60px;
    border: solid 1px #333333;
    text-indent: -9999em;
    background: transparent url("../images/icons/close_btn_black.svg") no-repeat center center;
}

#cookie-preferences .fancybox-close-small svg {
    display: none;
}

#cookie-preferences .fillBtn {
    width: auto !important;
}

#cookie-preferences .preferences-list-container {
    clear: both;
}

#cookie-preferences .preferences-list-container > h3 {
    font-size: 1.875em;
    font-weight: 500;
    color: #333333;
}

#cookie-preferences .preferences-list-container .preferences-list {
    margin: 30px 0 40px;
    border-top: solid 1px #f1f2f3;
}

#cookie-preferences .preferences-list-container .pre-item {
    position: relative;
    width: 100%;
    border-left: solid 1px #f1f2f3;
    border-right: solid 1px #f1f2f3;
    border-bottom: solid 1px #f1f2f3;
}

#cookie-preferences .preferences-list-container .pre-item .pre-head {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#cookie-preferences .preferences-list-container .pre-item .pre-text p, #cookie-preferences .preferences-list-container .pre-item .pre-switch p {
    font-size: 1.375em;
    font-weight: 600;
    color: #333333;
}

#cookie-preferences .preferences-list-container .pre-item .pre-text p.color-red, #cookie-preferences .preferences-list-container .pre-item .pre-switch p.color-red {
    color: #c9af73;
}

#cookie-preferences .preferences-list-container .pre-item .pre-text a, #cookie-preferences .preferences-list-container .pre-item .pre-switch a {
    display: block;
    font-size: 1.375em;
    font-weight: 600;
    color: #333333;
    line-height: 1.2em;
}

#cookie-preferences .preferences-list-container .pre-item .pre-text a.color-red, #cookie-preferences .preferences-list-container .pre-item .pre-switch a.color-red {
    color: #c9af73;
}

#cookie-preferences .preferences-list-container .pre-item .pre-text {
    padding: 30px 0 30px 30px;
}

#cookie-preferences .preferences-list-container .pre-item .pre-text a {
    display: block;
    position: relative;
    padding-left: 42px;
}

#cookie-preferences .preferences-list-container .pre-item .pre-text a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 19px;
    height: 19px;
    margin-top: -9.5px;
    background: transparent url(../images/icons/downArrow.svg) no-repeat center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#cookie-preferences .preferences-list-container .pre-item .pre-text a.active:before {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
}

#cookie-preferences .preferences-list-container .pre-item .pre-switch {
    padding: 30px 30px 30px 0;
}

#cookie-preferences .preferences-list-container .pre-item .pre-body {
    position: relative;
    display: none;
}

#cookie-preferences .preferences-list-container .pre-item .pre-body-text {
    padding: 0 30px 30px;
    width: 100%;
}

#cookie-preferences .preferences-list-container .pre-item .pre-body-text p {
    font-size: 0.875em;
    font-weight: 400;
    color: #333333;
    line-height: 1.4em;
}

#cookie-preferences .preferences-list-container .pre-item.active .pre-body {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: auto;
}

#cookie-preferences .preferences-list-container .pre-item.active .pre-text a::before {
    background: transparent url("../../../not-found610f.html") no-repeat 0 center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#cookie-preferences .preferences-list-container .goToLink.red {
    display: inline-block;
    width: 290px;
}

#cookie-preferences .preferences-list-container .switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 40px;
}

#cookie-preferences .preferences-list-container .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

#cookie-preferences .preferences-list-container .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #333333;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

#cookie-preferences .preferences-list-container .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 7px;
    bottom: 7px;
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

#cookie-preferences .preferences-list-container input:checked + .slider {
    background-color: #c9af73;
}

#cookie-preferences .preferences-list-container input:focus + .slider {
    box-shadow: 0 0 1px #333333;
}

#cookie-preferences .preferences-list-container input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

#cookie-preferences .preferences-list-container .slider.round {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
}

#cookie-preferences .preferences-list-container .slider.round::before {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

section.subPage.errorPage {
    background: url(../images/img/header/404.jpg) no-repeat center;
    background-size: cover;
    padding: 0;
    height: 100%;
    height: 100vh;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

section.subPage.errorPage h1 {
    font-size: 60px;
    color: #fff;
    text-align: center;
}

section.subPage.errorPage h1 span {
    display: block;
}

section.subPage.errorPage a {
    margin: 60px auto 0;
}

.newsList {
    margin: 25px;
}

.newsList li {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    line-height: 1.5;
    list-style-type: disc;
    margin: 15px 0;
}

.newsList li ul {
    margin: 5px 20px;
}

.newsList li ul li {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    line-height: 1.5;
    list-style-type: disc;
    margin: 15px 0;
}

@media screen and (max-width: 1540px) {
    section.media .mediaNews .mediaNewsItem .mediaNewsItemTitle {
        font-size: 18px;
    }

    .line {
        left: 50px;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 30px;
    }

    h2.title span {
        font-size: 26px;
    }

    h3 {
        font-size: 26px;
    }

    header {
        padding: 30px 50px 20px 100px;
    }

    header.homePage {
        padding: 50px 50px 0 100px;
    }

    header .nav {
        padding: 15% 50px 0 100px;
    }

    section.mainSlider #mainSlider:before {
        left: 50px;
    }

    section.mainSlider .item .caption {
        left: 100px;
        font-size: 54px;
    }

    section.mainSlider .owl-dots {
        left: 100px;
    }

    section {
       padding: 10px 49px 0 96px;
    }

    section.oneLook .top p {
        font-size: 24px;
    }

    section.mainCompanies .left {
        padding-top: 0;
    }

    section.mainCompanies .left ul {
        margin-top: 50px;
    }

    section.mainCompanies .left ul li a {
        font-size: 18px;
    }

    section.mainCompanies .right .aydinBox .inner .groupText {
        padding: 40px;
    }

    section.mainCompanies .right .aydinBox .inner .groupText p {
        font-size: 11px;
    }

    section.mainNews .owl-nav {
        right: 50px;
    }

    section.mainNews .item img {
        height: 340px !important;
    }

    a.newsItem span strong {
        font-size: 14px;
    }

    section.mainSustainability .left {
        padding: 140px 100px;
    }

    footer .footerTop, footer .footerBottom {
        padding: 100px 50px 20px 100px;
    }

    footer .social a {
        margin-right: 15px;
    }

    p {
        font-size: 18px;
    }

    .pageTop p {
        font-size: 28px;
    }

    .headerImg {
        margin: 100px 0;
    }

    .pageContent .inner {
        padding-right: 0;
    }

    ul.infoList {
        gap: 32px;
    }

    .txtImgContainer .txtImgItem {
        margin-top: 100px;
    }

    .txtImgContainer .txtImgItem .txtContent {
        padding: 50px;
        margin-top: 120px;
    }

    .txtImgContainer .txtImgItem .txtContent h3 {
        font-size: 28px;
        padding: 10px 0 40px;
    }

    .txtImgContainer .txtImgItem.left .txtContent {
        padding-left: 100px;
    }

    .componentLinks a {
        padding: 30px;
    }

    .componentLinks a span.txt {
        font-size: 20px;
    }

    .txtList {
        font-size: 18px;
    }

    .accordionWrapper .accordionItem .accordionItemTitle {
        font-size: 28px;
    }

    section.subPage .content {
        padding: 0 50px 0 100px;
    }

    .businessPartnerList .businessPartnerListItem p {
        padding: 30px;
        font-size: 16px;
    }

    .directors h2 {
        margin: 140px 0 60px;
    }

    .directors .directorsList li p strong {
        font-size: 20px;
    }

    .milestones {
        height: calc(100vh - 200px);
    }

    .milestones .mDetail .mItem:before {
        top: 30px;
        width: 60px;
        left: -60px;
    }

    .milestones .mDetail .mItem p {
        font-size: 12px;
        padding: 25px;
    }

    .milestones .menu--item {
        font-size: 60px;
    }
}

@media screen and (max-width: 780px) {
    #popup {
        width: 90%;
        height: 90%;
    }

    #popup .popup {
        padding: 0 30px;
    }

    #popup .popup p span {
        font-size: 24px;
    }

    .line {
        left: 25px;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 28px;
    }

    h2.title {
        margin-left: 0;
    }

    h2.title span {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    header {
        padding: 30px 20px 20px 50px;
    }

    header.homePage {
        padding: 30px 20px 0 50px;
    }

    header a.logo {
        width: 160px;
    }

    header .tools a {
        margin-left: 5px;
    }

    header .tools a:nth-child(2) {
        margin-right: 0;
    }

    header .tools a.lang[href="#"] {
        display: none;
    }

    header .nav {
        padding: 100px 24px 0 50px;
        top: -200vh;
    }

    header .nav nav {
        overflow-y: scroll;
    }

    header .nav nav ul li {
        width: 100%;
        margin-bottom: 15px;
    }

    header .nav nav ul li a.caption {
        font-size: 22px;
    }

    header .nav nav ul li ul {
        display: none;
    }

    section.mainSlider #mainSlider:before {
        left: 25px;
    }

    section.mainSlider video {
        height: auto;
        width: 100%;
    }

    section.mainSlider .item .caption {
        left: 50px;
        font-size: 28px;
        top: auto !important;
        bottom: -100%;
        transform: translate(0);
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
    }

    section.mainSlider .active .item .caption {
        bottom: 100px;
    }

    section.mainSlider .owl-dots {
        left: 50px;
        bottom: 0;
    }

    section.mainSlider .owl-dots .owl-dot button {
        font-size: 12px;
    }

    section {
        padding: 30px 25px 0 50px;
    }

    section.oneLook {
        height: auto !important;
    }

    section.oneLook .top {
        padding-top: 30px;
    }

    section.oneLook .top h2 {
        width: 100%;
    }

    section.oneLook .top p {
        font-size: 20px;
        padding: 30px 0;
    }

    section.oneLook ul {
        position: relative;
        bottom: auto;
    }

    section.oneLook ul li {
        width: 48%;
        font-size: 18px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    section.oneLook ul li strong {
        font-size: 50px;
    }

    section.mainCompanies {
        height: auto;
        padding: 30px 0 0;
    }

    section.mainCompanies .left {
        width: 100%;
        padding-left: 50px;
    }

    section.mainCompanies .left h2 br {
        display: none;
    }

    section.mainCompanies .left div {
        width: 100%;
    }

    section.mainCompanies .left .companyMenu {
        width: 100%;
        overflow-x: scroll;
        padding: 30px 0;
    }

    section.mainCompanies .left ul {
        margin: 0px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        width: 1100px;
    }

    section.mainCompanies .left ul li {
        margin-right: 10px;
    }

    section.mainCompanies .left ul li a {
        font-size: 15px;
    }

    section.mainCompanies .left ul li a:before {
        top: auto;
        bottom: -5px;
    }

    section.mainCompanies .left ul li a.selected {
        padding-left: 0;
    }

    section.mainCompanies .left ul li a.selected::before {
        width: 100%;
    }

    section.mainCompanies .right {
        width: 100%;
        height: auto;
    }

    section.mainCompanies .right .aydinBox {
        position: relative;
        width: 100%;
        right: auto;
        bottom: auto;
    }

    section.mainCompanies .right .aydinBox .inner .groupText {
        padding: 40px;
    }

    section.mainCompanies .right .aydinBox .inner .groupText p {
        font-size: 12px;
    }

    section.mainCompanies .right .rightTop {
        position: relative;
        width: 100%;
        padding-bottom: 35%;
        left: auto;
        bottom: auto;
        margin: 0;
    }

    section.mainCompanies .right .rightBottom {
        position: relative;
        width: 100%;
        padding-bottom: 35%;
        left: auto;
        top: auto;
        margin: 0;
        display: none;
    }

    section.mainCompanies .right .leftBottom {
        position: relative;
        width: 100%;
        padding-bottom: 35%;
        top: auto;
        right: auto;
        margin: 0;
        display: none;
    }

    section.mainCompanies .companyLink {
        height: 100%;
    }

    section.mainCompanies .companyLink span {
        padding-left: 50px;
    }

    section.mainCompanies .companyLink img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    section.mainNews .content {
        padding-top: 0;
    }

    section.mainNews .owl-nav {
        right: 50px;
    }

    section.mainSustainability {
        height: auto;
    }

    section.mainSustainability .left {
        padding: 30px 25px 30px 50px;
        width: 100%;
    }

    section.mainSustainability .left p {
        font-size: 14px;
    }

    section.mainSustainability .left .lineBtn {
        margin-top: 30px;
    }

    section.mainSustainability .right {
        width: 100%;
        background: #4a5568;
        /*background-image: url(../Content/assets/images/img/groups/hotels/mobile/siu.jpg);*/
        /*background-position: top center;*/
    }

    section.mainSustainability .right .stamp {
        top: 25px;
        right: 25px;
    }

    section.mainSustainability .right #sustainabilitySlider {
        margin-top: 100px;
    }

    section.mainSustainability .right #sustainabilitySlider .item img {
        height: 42px;
    }

    section.mainSustainability .right #sustainabilitySlider .item p {
        padding: 30px 50px;
        font-size: 14px;
    }

    section.mainSustainability .right #sustainabilitySlider .owl-nav {
        margin: 0 auto 30px;
    }

    section.mainArt {
        height: auto;
    }

    section.mainArt .item {
        background-position: bottom center;
        background-color: #000;
        padding-bottom: 300px;
    }

    section.mainArt .right {
        width: 100%;
        padding: 30px 25px 30px 50px;
    }

    section.mainArt .right p {
        font-size: 14px;
    }

    section.mainArt .right .links {
        margin-top: 20px;
    }

    section.mainArt .right .links img {
        height: 50px;
    }

    section.mainArt .owl-nav {
        right: auto;
        left: 50%;
        margin-left: -105px;
    }

    section.mainArt p.caption {
        left: 50px;
    }

    section.mainTeasers {
        padding: 30px 0;
        height: auto;
    }

    section.mainTeasers a.teaserItem {
        width: 100%;
        padding-bottom: 50%;
    }

    section.mainTeasers a.teaserItem span {
        left: auto;
        right: 0;
        width: 50%;
        padding: 30px;
        height: 100%;
        font-size: 16px;
    }

    section.mainTeasers a.teaserItem span i {
        margin-top: 30px;
        position: relative;
        top: auto;
        right: auto;
    }

    section.mainTeasers a.teaserItem:nth-child(2) span {
        left: 0;
        right: auto;
    }

    section.mainAnniversary .content {
        padding: 0 0 30px 0;
    }

    section.mainAnniversary h2 br {
        display: none;
    }

    section.mainAnniversary p.typho br {
        display: none;
    }

    footer .footerTop, footer .footerBottom {
        padding: 50px 30px;
    }

    footer .left {
        width: 100%;
    }

    footer .social {
        width: 100%;
        padding: 30px 0;
    }

    footer .social a {
        margin-right: 15px;
    }

    footer .right {
        width: 100%;
    }

    footer .right ul {
        width: 100%;
        margin-bottom: 15px;
    }

    p {
        font-size: 16px;
    }

    .pageTop h1 {
        width: 100%;
    }

    .pageTop p {
        font-size: 20px;
        width: 100%;
    }

    .pageTop p br {
        display: none;
    }

    .pageTop.contact p {
        width: 100%;
        padding-right: 0;
    }

    .headerImg {
        margin: 30px 0;
        padding-bottom: 0;
    }

    .headerImg.partnersImg {
        display: none;
    }

    .pageContent {
        width: 100%;
    }

    .pageContent .inner {
        padding-right: 0px;
    }

    ul.infoList {
        gap: 15px;
        margin-bottom: 60px;
    }

    ul.infoList li {
        width: 45%;
        padding-bottom: 30px;
    }

    ul.infoList li strong {
        font-size: 60px;
    }

    ul.infoList.small li {
        width: 100%;
    }

    ul.infoList.small li strong {
        font-size: 25px;
        padding-bottom: 5px;
    }

    .mt-200 {
        margin-top: 100px !important;
    }

    .txtImgContainer .txtImgItem {
        margin-top: 100px;
    }

    .txtImgContainer .txtImgItem .txtContent {
        padding: 50px;
        margin-top: 120px;
    }

    .txtImgContainer .txtImgItem .txtContent h3 {
        font-size: 28px;
        padding: 10px 0 40px;
    }

    .txtImgContainer .txtImgItem.left .txtContent {
        padding-left: 100px;
    }

    .componentLinks {
        margin-bottom: 100px;
    }

    .componentLinks a {
        width: 50%;
    }

    .componentLinks a span.txt {
        font-size: 14px;
    }

    .componentLinks a:nth-child(3) {
        background: #F1F1F1;
    }

    .componentLinks a:nth-child(4) {
        background: #F7F7F7;
    }

    .txtList {
        font-size: 16px;
    }

    .accordionWrapper .accordionItem .accordionItemTitle {
        font-size: 16px !important;
        padding: 25px 0;
        padding-right: 30px !important;
    }

    .accordionWrapper .accordionItem .accordionItemTitle:after {
        right: 0;
        top: 15px;
        width: 20px;
        height: 20px;
        background-size: 100% auto;
    }

    .accordionWrapper .accordionItem ul.txtList {
        width: auto;
    }

    .accordionWrapper .accordionItem .accordionDetail {
        padding-top: 0;
        font-size: 16px;
    }

    .accordionWrapper .accordionItem .accordionDetail ul {
        padding: 30px 0;
        gap: 0;
    }

    .accordionWrapper .accordionItem .accordionDetail ul li {
        width: 100%;
        margin-bottom: 15px;
    }

    .accordionWrapper .accordionItem .accordionDetail .accordionBtn {
        margin-bottom: 30px;
        display: block;
        width: 100%;
    }

    a.linkBtn {
        margin: 60px auto;
        padding: 30px;
    }

    a.linkBtn span.txt {
        font-size: 16px;
        width: 100%;
        line-height: normal;
    }

    a.linkBtn span.linkTxt {
        width: 100%;
        font-size: 12px;
        word-break: break-all;
        line-height: normal;
        min-height: 30px;
        display: block;
    }

    .taahhutlerimizList .taahhutlerimizListItem {
        padding: 30px 0;
    }

    .taahhutlerimizList .taahhutlerimizListItem .taahhutlerimizListItemDate {
        width: 100%;
        flex: auto;
    }

    .taahhutlerimizList .taahhutlerimizListItem ul {
        width: 100%;
    }

    .goals .gCol {
        width: 100%;
    }

    .goals .gCol a {
        padding: 30px;
    }

    .goals .gCol a:before {
        margin-bottom: 30px;
    }

    .goals .gCol a img {
        height: 40px;
    }

    .goals .sustainabilityTitle {
        margin: 20px 0;
        font-size: 20px;
    }

    .chain .chainCol {
        width: 100% !important;
        padding: 25px;
    }

    .chain .chainCol.caption {
        display: none;
    }

    .chain .chainCol.caption strong {
        font-size: 20px;
    }

    .chain .chainCol .top strong {
        font-size: 80px;
    }

    .chain .chainCol .top span {
        font-size: 28px;
    }

    .chain .chainCol .txt span {
        margin: 20px 0;
        font-size: 20px;
    }

    .chain .chainCol .txt p {
        font-size: 16px;
    }

    .txtImgContainer {
        margin-top: 120px;
    }

    .txtImgContainer .i3 {
        top: -100px;
    }

    .txtImgContainer .txtImgItem .imgContent {
        width: 100%;
        order: 1 !important;
    }

    .txtImgContainer .txtImgItem .txtContent {
        width: 100%;
        margin: 0 !important;
        padding: 50px 25px 50px 50px !important;
        order: 2;
    }

    .sustainabilityProjectList li {
        padding: 20px !important;
    }

    .sustainabilityProjectList li span.img {
        width: 100%;
    }

    .sustainabilityProjectList li span.txt {
        width: 100%;
        padding: 20px 0 0 0;
        font-size: 16px;
    }

    .sustainabilityProjectList li span.txt span {
        font-size: 16px;
    }

    .sustainabilityProjectList li span.txt strong {
        font-size: 20px;
        display: block;
        width: 100%;
        padding-bottom: 10px;
    }

    .reviewCard {
        width: 100%;
    }

    .reviewCard img {
        flex: none;
        width: 100%;
        height: 200px;
        display: block;
        object-fit: cover;
    }

    .reviewCard .reviewCardContent {
        width: 50%;
        height: 200px;
        padding: 20px;
        display: block;
    }

    .reviewCard .reviewCardContent img {
        width: auto;
        height: auto;
    }

    .reviewCard .reviewCardContent p {
        display: block;
        width: 100%;
        font-size: 12px;
    }

    .reviewCard.audio .player audio {
        height: 35px;
        margin-top: 10px;
    }

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

    section.subPage .content {
        padding: 0 25px 0 50px !important;
    }

    section.subPage.r100 .content {
        padding-right: 25px;
    }

    section.subPage.sticky .content {
        padding-right: 25px;
    }

    section.subPage.sticky .headerImg {
        position: relative;
        width: 100%;
    }

    .businessPartnerList .businessPartnerListItem {
        padding-left: 0 !important;
    }

    .businessPartnerList .businessPartnerListItem a {
        padding: 30px 25px 30px 0 !important;
    }

    .businessPartnerList .businessPartnerListItem a span.txt {
        width: 60%;
    }

    .businessPartnerList .businessPartnerListItem a span.txt strong {
        font-size: 20px;
    }

    .businessPartnerList .businessPartnerListItem a span.txt small {
        font-size: 16px;
    }

    .businessPartnerList .businessPartnerListItem a span.img {
        width: 30%;
    }

    .businessPartnerList .businessPartnerListItem a span.img img {
        max-width: 100%;
    }

    .businessPartnerList .businessPartnerListItem p {
        position: relative;
        left: 0;
        top: 0 !important;
        width: 100%;
        display: none;
        opacity: 1 !important;
        -webkit-transition: all 0;
        -moz-transition: all 0;
        -o-transition: all 0;
        transition: all 0;
    }

    .directors h2 {
        margin: 60px 0 30px;
    }

    .directors .directorsList li {
        width: 100%;
    }

    .directors .directorsList li p strong {
        font-size: 20px;
    }

    .founder {
        margin-top: 4px;
    }

    .founder .founderImageWrapper {
        width: 100%;
    }

    .founder .founderImageWrapper img {
        width: 100%;
    }

    .founder .founderInfo {
        width: 100%;
        padding: 30px 0 0;
    }

    .founder h4 {
        font-size: 20px;
    }

    .milestones {
        height: auto;
        margin-top: 30px;
        padding: 0 25px 100px 50px;
    }

    .milestones .menu {
        height: 50px;
        width: 100%;
        margin: 0;
        position: relative;
        overflow-x: scroll;
    }

    .milestones .mDetail {
        width: 100%;
        right: auto;
        padding: 30px 0;
        position: relative;
        margin-top: 40px;
    }

    .milestones .mDetail .mItem p {
        font-size: 12px;
        padding: 10px;
        border-bottom: none;
        border-top: 1px solid #c9af73;
    }

    .milestones .mDetail .mItem:before {
        top: -35px;
        left: 50px;
        width: 1px;
        height: 35px;
    }

    .milestones .menu--wrapper {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
    }

    .milestones .menu--item {
        font-size: 36px;
        text-align: left;
        position: relative;
    }

    .milestones .menu--item span {
        text-align: left;
        transform-origin: 0 0;
        transform: none !important;
    }

    .milestones .mNav {
        position: relative;
        top: auto;
        z-index: 65;
        width: 100%;
        display: none;
    }

    .ourValuesArea {
        margin-top: 50px;
    }

    .ourValuesArea .ourValues .img {
        position: fixed;
        width: 100%;
        height: calc(100% - 90px);
        top: 90px;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
        display: none;
        z-index: 99;
    }

    .ourValuesArea .ourValues .img img {
        display: none;
    }

    .ourValuesArea .ourValues .img div {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        padding: 30px;
        overflow-x: scroll;
    }

    .ourValuesArea .ourValues .img a.closeValue {
        display: block;
        position: absolute;
        top: 20px;
        right: 25px;
        background: url(../images/icons/close-btn-white.svg);
        width: 20px;
        height: 20px;
    }

    .ourValuesArea .ourValues .text.left {
        width: 100%;
        padding-right: 0;
    }

    .ourValuesArea .ourValues .text.right {
        width: 100%;
        padding-left: 0;
    }

    .ourValuesArea .ourValues .text .title:after {
        display: none !important;
    }

    .foundationLogo {
        padding-right: 0;
        width: 100%;
        margin: 40px 0;
        justify-content: start;
        padding-left: 50px;
    }

    .foundationLogo img {
        display: block;
        width: 120px;
    }

    body.journelPage h1 {
        margin-bottom: 30px;
    }

    body.journelPage .journelItem {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }

    body.journelPage .journelItem a.journelImg {
        display: block;
        width: 100%;
        float: none;
        margin: 0 0 20px 0;
    }
}

@media screen and (max-width: 480px) {
    table.legalTable {
        word-break: break-word;
    }

    table.legalTable.cookieTable td {
        display: block;
        width: 100%;
    }

    .cookie-container .cookie-body .button-group {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .cookie-container .cookie-body .button-group .cookie-preferences {
        height: 30px;
        width: 49%;
        margin-right: 0;
    }

    .cookie-container .cookie-body .button-group .cookie-close-button {
        height: 30px;
        width: 49%;
        margin-right: 0;
    }

    .cookie-container .cookie-body .button-group .js-close-cookie {
        width: 100%;
        height: 30px;
        margin-right: 0;
    }

    .cookie-container {
        padding: 25px;
    }

    .cookie-container .cookie-head h2 {
        font-size: 20px;
        padding-right: 55px;
    }

    .cookie-container .cookie-body p {
        font-size: 11px;
    }

    #cookie-preferences {
        width: 90%;
        padding: 30px;
    }

    section.media .mediaNews .mediaNewsItem {
        width: 100%;
    }

    a.reportLink span.txt {
        padding: 30px 0;
    }

    a.reportLink span.txt span {
        font-size: 16px;
        margin-bottom: 25px;
    }

    a.reportLink span.txt i {
        font-size: 12px;
        line-height: 25px;
    }

    .contemporaryList {
        padding-top: 60px;
    }

    .contemporaryList .contemporaryListItem {
        height: auto;
        margin-bottom: 60px;
    }

    .contemporaryList .contemporaryListItem h2 {
        width: 100%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        font-size: 60px;
        letter-spacing: -2px;
    }

    .contemporaryList .contemporaryListItem h2 small {
        display: inline;
        color: #000 !important;
        font-size: 40px;
        margin: 0;
        letter-spacing: -2px;
    }

    .contemporaryList .contemporaryListItem p {
        width: 100%;
        font-size: 16px;
        text-align: center;
        color: #000 !important;
    }

    .contemporaryList .contemporaryListItem span.bg {
        position: relative;
        width: 100%;
        height: auto;
        left: 0;
    }

    a.mailLink {
        display: block;
        width: 100%;
        word-break: break-all;
    }
}

.orientationWarning {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #24282F;
    z-index: 100000000000000000;
}

.orientationWarning p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    font-size: 15px;
    padding: 60px 30px 0;
    background: url(../../../not-found610f.html) no-repeat top center;
    background-size: auto 50px;
    color: #fff;
}

@media screen and (orientation: landscape) and (max-width: 768px) {
    .orientationWarning {
        display: block;
    }
}

/*# sourceMappingURL=style.css.map */
