body {
font-family: "Caudex", serif;
overflow-x: hidden;
}


/*TOP MENU*/

#topmenu {
max-width: 40vw;
margin-left: 2vw;
}

.notloggedin #topmenu {
position: relative;
    z-index: 999;
}

/*underline*/
div.topmenu ul li a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #c7a040;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
div.topmenu ul li a:hover:after { 
  width: 80%; 
  left: 10px; 
}


div.topmenu ul ul {
   border-radius: 3px;
width: 700px;
padding: 20px;
box-shadow: 0px 0px 20px #ffffff5c;
min-height: 400px;
}

div.topmenu ul li:nth-child(2) ul {
   background-image: url('/cache/files/0f0102c79f7a66cd0a52250df5e534fc05647389.jpg');
   background-size: contain;
   background-repeat: no-repeat;
   background-position: right;
}
div.topmenu ul li:nth-child(3) ul {
   background-image: url('/cache/files/a36ef9a9000cd1d87c41bce18436a337b818007e.jpg');
   background-size: contain;
   background-repeat: no-repeat;
   background-position: right;
}

div.topmenu ul li:nth-child(4) ul {
   background-image: url('/cache/files/d2ce47c383cd7c25f98c9764283674179ac31634.jpg');
   background-size: contain;
   background-repeat: no-repeat;
   background-position: right;
}

.c-top-right-menu {
display: flex;
    gap: 40px;
    margin-right: 2vw;
    float: right;
font-weight: 700;
height: 37px;
}

.c-top-right-menu a {
position: relative;
font-size: 14px;
}

.c-top-right-menu a:hover {
  color: #c7a040 !important;
}

.c-top-right-menu a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0%;
  position: absolute;
  background: #c7a040;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.c-top-right-menu a:hover:after { 
  width: 100%; 
  left: 0px; 
}


/*FOOTER*/


.c-footer {
display: flex;
gap: 5vh;
max-width: 90vw;
margin: 8vh auto;
justify-content: space-between;
align-items: center;
}

@media (max-width: 912px) {
.c-footer {
flex-direction: column;
    align-items: center;
    text-align: center;
}

}

.c-footer-menu-and-form {
width: 50%;
}

@media (max-width: 912px) {
.c-footer-menu-and-form {
width: 100%;
}
}


.c-footer-info img{
margin-bottom: 6vh;
}

.c-footer-menu {
display: flex;
    gap: 4vh;
    justify-content: space-between;
}

@media (max-width: 530px) {
.c-footer-menu {
    flex-direction: column;
}
}


.c-footer-menu div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
@media (max-width: 530px) {
.c-footer-menu div {
    text-align: center;
    align-items: center;
}
}

.c-footer-menu a{
font-size: 13px;
text-decoration: none;
}

.c-footer-menu a:hover{
  color: #c7a040 !important;
}

.c-footer-policy-text {
font-size: 0.7em;
    padding-top: 10px;
    font-style: italic;
}


/*NEWS*/

div.horizontalitemsnews div.itemcontent {
    border-radius: 4px;
    overflow: hidden;
}

div.items div.photos img {
    border-radius: 4px;
}



/*PHOTO GALLERY*/
div.horizontalitemsgallery div.item div.photos img {
    border-radius: 4px;
}

div.items div.list h3, div.items h3 {
    font-size: 16px;
    text-align: center;
}.c-newlogo {
    background-image: url('/cache/files/a85c847e6ed44d13cf60c15e00762c6b1e41dee3.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/e26c3d0021d77de614d2fd248c3af5736560c9bd.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 300px;
    transform: translate(0%, 0%);
    left: 2vw;
}
@media (max-width: 500px) {
a.mobile-header-startlink {
width: 250px;
}
}


.side-nav__header {
    background-color: white;
    background-image: url('/cache/files/e26c3d0021d77de614d2fd248c3af5736560c9bd.svg') !important;
    color: #333;
background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: contain;
    margin-left: 2vh;
    margin-right: 10vh;
    margin-bottom: 5vh;
}.c-newsletter {
padding-top: 6vh;
padding-bottom: 10px;
width: 100%;
margin: auto;
}

.c-newsletter form {
position: relative;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    font-size: 1.4em;
font-family: "Caudex", serif;
letter-spacing: 1px;
}

.c-newsletter form input {
padding: 10px;
    border: 1px solid #ffffff8c;
    border-radius: 4px;
    text-align: left;
    width: calc(100% - 150px);
    box-sizing: content-box;
    background-color: transparent;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #ffffff8c;
font-size: 12px;
}

.c-newsletter form .submit {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 540px) {
.c-newsletter form input {
    width: 90%;
}

.c-newsletter form .submit {
    position: relative;
    bottom: auto;
    right: auto;
margin-top: 20px;
}
}


.c-newsletter form .submit button {
font-size: 14px;
    font-weight: 400;
    padding: 12px 20px;
    color: white;
    background-color: #c7a040;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 4px;
    min-width: 120px;
font-family: "Caudex", serif;
border: 1px solid #c7a040;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: transparent;
border: 1px solid #c7a040;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 100%;
}
}/*effe and moves*/

.c-fade-in {
    opacity: 0;
    transform: translateX(-60px);
    transition: opacity 2s ease-in-out, transform 2s ease-in-out;
}

.c-fade-in.show {
    opacity: 1;
    transform: translateX(0);
}

.c-fade-in-down {
    opacity: 0;
    transform: translateY(-60px);
    transition: opacity 2s ease-in-out, transform 2s ease-in-out;
}

.c-fade-in-down.show {
    opacity: 1;
    transform: translateY(0);
}.c-button-1 {
display: inline-block;
    text-decoration: none;
    padding: 10px 15px;
    transition: all 0.3s ease;
    background-color: transparent;
border: 1px solid #c7a040;
    border-radius: 4px;
    font-weight: 700;
color: #22222280;
}


.c-button-1:hover {
    background-color: #c7a040;
color: #fff;
}

.c-button-1:hover a {
color: #fff;
}


.c-buttons-flex {
display: flex;
gap: 15px;
}


.c-button-2 {
color: #000;
    text-decoration: none;
    padding: 10px 15px;
    transition: all 0.3s ease;
    background-color: #c7a040;
border: 1px solid #c7a040;
    border-radius: 4px;
    font-weight: 700;
color: #fff;
}



.c-button-2:hover {
    background-color: #222;
color: #fff;
}

.c-button-1 a:hover {
color: #fff;
}

.c-buttons-flex-2 {
display: flex;
    gap: 4vh;
    justify-content: center;
    margin-top: 4vh;
margin-bottom: 6vh;
text-align: center;
}

@media (max-width: 912px) {
.c-buttons-flex-2 {
    flex-direction: column;
    align-items: center;
}
}

.c-button-3 {
    text-decoration: none;
    padding: 10px 15px;
    transition: all 0.3s ease;
    background-color: transparent;
border: 1px solid #c7a040;
    border-radius: 4px;
color: #000;
}


.c-button-3:hover {
    background-color: #c7a040;
color: #fff;
}

.c-button-3:hover a {
color: #fff;
}#contenttop h1 {
font-weight: 700;
margin-bottom: 30px;
line-height: 1.2em;
font-size: clamp(1.375rem, 0.571rem + 2.143vw, 2.5rem); /*22-40*/
    background-image: url('/cache/files/fb827fe24ad0628c24beba7e7ccdfede5b59040b.svg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 300px;
    padding-bottom: 24px;
}

.c-black-title-1 {
font-weight: 700;
margin-bottom: 5px;
line-height: 1.2em;
font-size: clamp(1.5rem, 0.429rem + 2.857vw, 3rem); /*24-48*/
}

.c-gold-title-1 {
font-weight: 700;
margin-bottom: 5px;
line-height: 1.2em;
font-size: clamp(1.5rem, 0.429rem + 2.857vw, 3rem); /*24-48*/
color: #c7a040;
}

.c-black-title-2 {
font-weight: 700;
margin-bottom: 5px;
line-height: 1.2em;
font-size: clamp(1.25rem, 0.357rem + 2.381vw, 2.5rem); /*20-40*/
}

.c-gold-title-2 {
margin-bottom: 5px;
line-height: 1.2em;
font-size: clamp(1rem, 0.643rem + 0.952vw, 1.5rem); /*16-24*/
color: #c7a040;
}

.c-black-title-3 {
font-weight: 700;
margin-top: 20px;
margin-bottom: 20px;
line-height: 1.2em;
font-size: clamp(1.25rem, 0.982rem + 0.714vw, 1.625rem); /*20-26*/
}.c-timeline-container {
margin-top: 50px;
    background-color: #f7f4f1;
    padding: 4vh;
}
@media (max-width: 912px) {
.c-timeline-container {
margin-top: 0px;
}
}



.c-timeline-container h1 {
font-weight: 700;
margin-bottom: 30px;
line-height: 1.2em;
font-size: clamp(1.375rem, 0.571rem + 2.143vw, 2.5rem); /*22-40*/
position: relative;
text-align: center;
    padding-bottom: 10px;
}

.c-timeline-container h1:after{
content: "";
    position: absolute;
    bottom: -100px;
    left: 50%;
    width: 300px;
    height: 100px;
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-50%);
background-image: url('/cache/files/fb827fe24ad0628c24beba7e7ccdfede5b59040b.svg');
}



.c-timeline-slider {
max-width: 85vw;
margin: 0 auto;
padding-top: 6vh;
}

.c-timeline-box {
border-radius: 8px;
margin: 20px;
padding: 10px;
}

.c-timeline-image {
height: 250px;
border-radius: 8px;
}

.c-timeline-title {
font-size: clamp(1.5rem, 1.054rem + 1.19vw, 2.125rem); /*24-34*/
    font-weight: 700;
    color: #c7a040;
         z-index: 1;
         position: relative;
         margin: -15px 0 0px;
}

.c-timeline-title span {
position: relative;
z-index: 10;
display: inline-block;
background-color: #f7f4f1;
    padding-right: 5px;
    line-height: 1.1em;
}

.c-timeline-title:after {
content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 55%;
    transform: translateY(-50%);
    height: 1px;
    width: 100%;
    background-color: #c7a040;
    z-index: 3;
}



.c-timeline-slider .slider-arrow-right {
    right: -5vw;
}

.c-timeline-slider .slider-arrow-left{
    left: -5vw;
}

@media (max-width: 540px) {

.c-timeline-slider .slider-arrow-right {
    right: -8vw;
}

.c-timeline-slider .slider-arrow-left{
    left: -8vw;
}
}


.c-timeline-slider-2 {
max-width: 85vw;
margin: 0 auto;
padding-top: 6vh;
}

.c-timeline-slider-2 .slider-arrow-right {
    right: -5vw;
}

.c-timeline-slider-2 .slider-arrow-left{
    left: -5vw;
}

@media (max-width: 540px) {

.c-timeline-slider-2 .slider-arrow-right {
    right: -8vw;
}

.c-timeline-slider-2 .slider-arrow-left{
    left: -8vw;
}
}


.c-timeline-button {
font-size: 0.8em;
    color: #222222 !important;
    font-weight: 700;
}


.c-timeline-explanation {
font-size: 0.8em;
}

.c-text-title {
font-size: 2em;
font-weight: 700;
color: #c7a040;
margin-bottom: 10px;
margin-top; 4vh;
    line-height: 1em;
}

.c-history-text {
text-align: justify;
padding: 4vh;
}
.c-history-text .row{
padding-bottom: 4vh;
padding-top: 4vh;
}

.c-history-big-title {
font-weight: 700;
margin-bottom: 40px;
line-height: 1.2em;
font-size: clamp(1.375rem, 0.571rem + 2.143vw, 2.5rem); /*22-40*/
position: relative;
text-align: center;
    padding-bottom: 10px;
}

.c-history-big-title:after{
content: "";
    position: absolute;
    bottom: -100px;
    left: 50%;
    width: 300px;
    height: 100px;
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-50%);
background-image: url('/cache/files/fb827fe24ad0628c24beba7e7ccdfede5b59040b.svg');
}


.c-text-bg {
padding: 20px;
    background-color: #f7f4f1;
}.c-flex-1 {
display: flex;
gap: 4vh;
margin-top: 6vh;
}


.c-flex-1 div{
width: 50%;
}

.c-flex-1 img{
border-radius: 8px;
}


.c-flex-2 {
display: flex;
flex-direction: row-reverse;
gap: 4vh;
margin-top: 6vh;
}


.c-flex-2 div{
width: 50%;
}

.c-flex-2 img{
border-radius: 8px;
}



@media (max-width: 912px) {
.c-flex-1 {
flex-direction: column;
}

.c-flex-1 div{
width: 100%;
}

.c-flex-2 {
flex-direction: column;
}


.c-flex-2 div{
width: 100%;
}
}.mobile-header {
    box-shadow: none;
    display: flex;
    flex-direction: row-reverse;
}

#mobile-header button {
    color: #c7a040;
    font-size: 30px;
margin-right: 60px;
}

.header__menu-toggle {
    margin-right: 2vw;
}

.side-nav__footer {
    padding: 10px 16px;
    box-shadow: none;
}

.side-nav__header {
    max-height: 100px;
}

.side-nav__container {
    width: 100%;
max-width: 100%;
}

.side-nav ul li {
height: auto;
    line-height: 5vh;
    border: 1px solid #c7a04085;
    border-radius: 4px;
    margin: 15px;
}

.side-nav ul li li {
    line-height: 4vh;
border: none;
    border-bottom: 1px solid #c7a04085;
    border-radius: 0px;
}

.side-nav__content li:hover {
    background: #ffffff;
}

.side-nav ul li.inactive:hover > a {
    background-color: #fff;
}

.side-nav__container {
    will-change: transform, opacity;
    transition: 0.5s;
}

.side-nav--visible .side-nav__container {
    -webkit-transform:  translateX(0%);
    -ms-transform:  translateX(0%);
    transform: translateX(0%);
}

aside.side-nav--animatable .side-nav__container {
    -webkit-transition: transform 0.5s linear, opacity 0.5s;
    -moz-transition: transform 0.5s linear, opacity 0.5s;
    -o-transition: transform 0.5s linear, opacity 0.5s;
    transition: transform 0.5s linear, opacity 0.5s;
}

aside.side-nav--visible.side-nav--animatable .side-nav__container {
    -webkit-transition: transform 0.5s linear, opacity 0.5s;
    -moz-transition: transform 0.5s linear, opacity 0.5s;
    -o-transition: transform 0.5s linear, opacity 0.5s;
    transition: transform 0.5s linear, opacity 0.5s;
}


.side-nav__hide {
left: auto;
    right: 60px;
top: 40px;
    width: 30px;
    height: 30px;
font-weight: 700;
z-index: 100;
}


.side-nav__hide:before {
content: "";
    position: absolute;
top: -5px;
    left: -5px;
    width: 40px;
    height: 40px;
    transition: height 2s ease;
border-radius: 4px;
border: 1px solid #c7a040;
z-index: -1;
}


.c-mobile-menu-footer {
display: flex;
gap: 10px;
justify-content: space-between;
    margin-bottom: 10px;
}

.c-mobile-menu-footer a{
text-decoration: none;
    font-weight: 700;
background-color: #c7a040;
    color: #fff;
    padding: 5px 8px;
    font-size: 16px;
border-radius: 4px;
}#topbanner .langchooser {
    padding-top: 12px;
    padding-right: 20px;
}


@media (max-width: 912px) {
div.langlist ul {
    width: 40px;
}
}

#mobile-header .langchooser {
    top: 30px;
}


@media (max-width: 460px) {
    #mobile-header .langchooser {
        top: 30px;
    }
}

.side-nav__footer .langchooser .langlist ul li {
border: 0px !important;
}

.side-nav__footer .langchooser .langlist {
position: absolute;
    top: 30px;
    right: 20px;
}.c-newlogo {
    background-image: url('/cache/files/4f51c45680848e1af52dbddc7ab9544f2061b5f5.svg') !important;
}

.notloggedin #topbanner {
background-color: transparent;
    position: absolute;
}

.notloggedin #topmenu {
background-color: transparent;
    position: absolute;
z-index: 99;
top: 35px;
}


.notloggedin div.topmenu ul li a {
    color: #ffffff;
}

.notloggedin .c-top-right-menu a {
    color: #ffffff !important;
}

.c-top-right-menu a:hover{
color: #c7a040 !important;
}


/*MOBILE*/
a.mobile-header-startlink {
    background-image: url('/cache/files/4f51c45680848e1af52dbddc7ab9544f2061b5f5.svg');
width: 100px;
margin-top: 5px;
}

#mobile-header  {
position: absolute !important;
background-color: transparent !important;
}

#mobile-header button {
    color: #fff;
}


/* VIDEO */

.c-video-bg {
position: relative;
height: 100vh;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
        background-position: 50% 50%;
}



.c-video-position{
    height: 100vh;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.c-video-position video {
object-fit: cover;
width: 100%;
height: 100vh;
}



.c-video-shadow {
background-color: #0000006b;
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


.c-video-text-position {
display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}


.c-video-text-position img{
max-width: 100px;
height: auto;
}

@media (max-width: 912px) {
.c-video-text-position img{
max-width: 70px;
}
}


.c-video-title {
font-size: clamp(0.875rem, -0.732rem + 4.286vw, 3.125rem); /*24-50*/
    color: #ffffff;
    text-align: center;
margin-bottom: 0px;
}

.c-video-subtitle {
font-size: clamp(1.25rem, 0.714rem + 1.429vw, 2rem); /*20-32*/
    color: #ffffff;
    text-align: center;
letter-spacing: 3px;
}




/*MHTROPOLITHS*/

#mitropolitis {
position: relative;
}

.c-mitropolitis-container {
display: flex;
    justify-content: center;
    margin: 10vh auto;
    gap: 10vh;
    align-items: center;
    max-width: 90vw;
position: relative;
}

@media (max-width: 1024px) {
.c-mitropolitis-container {
flex-direction: column-reverse;
}
}

@media (max-width: 540px) {
.c-mitropolitis-container {
flex-direction: column-reverse;
    margin: 5vh auto;
gap: 5vh;
}
}

.c-mitropolitis-container:before {
content: "";
    position: absolute;
    width: 100%;
    height: 80%;
    left: 0vw;
    top: 10%;
    background-color: #f7f4f1;
}

@media (max-width: 1024px) {
.c-mitropolitis-container:before {
    height: 100%;
}
}

.c-mitropolitis-img {
border-radius: 4px;
position: relative;
}

@media (max-width: 1024px) {
.c-mitropolitis-img {
max-height: 50vh;
width: auto;
}
}


.c-mitropolitis-text {
max-width: 560px;
padding: 40px 30px 30px 60px;
position: relative;
}



.c-mitropolitis-text:before {
content: "";
    position: absolute;
    top: -30px;
    left: -30px;
    width: 110px;
    height: 110px;
    z-index: 0;
    background-size: cover;
background-image: url('/cache/files/422508869305385837c9ed4696ce796e6ffcbd8d.svg');
}

.c-mitropolitis-text:after{
content: "";
    position: absolute;
    bottom: -0px;
    right: -0px;
    width: 110px;
    height: 110px;
    z-index: 0;
    background-size: cover;
background-image: url('/cache/files/422508869305385837c9ed4696ce796e6ffcbd8d.svg');
transform: rotate(180deg);
}

@media (max-width: 540px) {
.c-mitropolitis-text:before {
top: 0;
left: 10px;
    width: 50px;
    height: 50px;
}

.c-mitropolitis-text:after{
right: 10px;
    width: 50px;
    height: 50px;
}
}

.c-shape1 {
position: absolute;
    right: -7vw;
    bottom: -27vw;
    width: 25vw;
    height: auto;
    opacity: 0.2;
}

@media (max-width: 912px) {
.c-shape1 {
position: absolute;
display: none;
}
}





/*AGIOS ANDREAS*/

#agios-andreas {
position: relative;
}

.c-agios-andreas-container {
display: flex;
    justify-content: center;
    margin: 15vh auto;
    gap: 10vh;
    align-items: center;
    width: 90vw;
    position: relative;
}

@media (max-width: 912px) {
.c-agios-andreas-container {
flex-direction: column;
   width: 100%;
    margin: 10vh auto;
    gap: 5vh;
}
}

.c-agios-andreas-container:before {
content: "";
    position: absolute;
    width: 100vw;
    height: 80%;
    left: auto;
    top: 10%;
    background-color: #f7f4f1;
}

@media (max-width: 912px) {
.c-agios-andreas-container:before {
    height: 100%;
}
}




.c-agios-andreas-images {
display: flex;
    gap: 16px;
    position: relative;
max-width: 50vw;
}

@media (max-width: 912px) {
.c-agios-andreas-images {
max-width: 80vw;
}
}



.c-agios-andreas-images img{
height: auto;
    width: auto;
    border-radius: 8px;
    margin-bottom: 16px;
max-height: 70vh;
}

.c-agios-andreas-images div:nth-of-type(2) {
margin-top: 6vh;
}

.c-agios-andreas-text  {
max-width: 35vw;
}

@media (max-width: 912px) {
.c-agios-andreas-text {
max-width: 80vw;
}
}

.c-gold-text {
color: #c7a040;
font-weight: 700;
font-size: clamp(1.125rem, 0.589rem + 1.429vw, 1.875rem); /*18-30*/
margin-top: 30px;
margin-bottom: 5px;
}

.c-xs-text {
font-size: 12px;
margin-bottom: 30px;
max-width: 500px;
letter-spacing: 2px;
}

.c-shape2 {
    position: absolute;
    right: -5vw;
    bottom: 5vw;
    width: 16vw;
    height: auto;
    opacity: 0.7;
    transform: rotate(270deg);
    z-index: 2;
}

@media (max-width: 912px) {
.c-shape2 {
position: absolute;
display: none;
}
}


.c-shape3 {
    max-width: 120px;
    transform: rotate(180deg);
    margin-top: 5vh;
    margin-left: 10px;
}

@media (min-width: 913px) {
.c-shape3 {
display: none;
}
}



/*METRICS*/


.c-metrics-section-container {
display: flex;
gap: 5vh;
    width: 90vw;
    margin: 0 auto;
position: relative;
}

@media (max-width: 912px) {
.c-metrics-section-container {
    width: 100%;
    flex-direction: column-reverse;
    align-items: center;
}
}


.c-metrics {
width: 60vw;
}

@media (max-width: 912px) {
.c-metrics {
width: 100vw;
padding: 4vh;
}
}


.c-naos-slider {
width: 40vw;
    height: 100vh;
    position: sticky;
    top: 0;
}

@media (max-width: 912px) {
.c-naos-slider {
width: 100vw;
    height: 70vh;
}
}

.c-naos-slider-bg {
background-size: cover;
    background-position: 50% 50%;
    height: 100vh;
border-radius: 4px;
}

@media (max-width: 912px) {
.c-naos-slider-bg {
    height: 70vh;
}
}

.slider-arrows span {
    font-size: 25px;
    font-weight: 700;
    color: #f7f4f1;
}




.c-metric-box-container {
display: flex;
gap: 20px;
margin-top: 8vh;
}

@media (max-width: 912px) {
.c-metric-box-container {
margin-top: 4vh;
}
}


.c-metric-box {
    background-color: #f7f4f1;
    padding: 20px;
    width: 120px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

@media (max-width: 760px) {
.c-metric-box {
    padding: 10px;
    width: 100px;
min-width: 100px;
}

}



.c-metric-box img{
height: 70px;
width: auto;
}

.c-metric-text {
max-width: 600px;
}

.c-metrics-button-position {
    margin: 6vh auto;
    float: right;
}

@media (max-width: 912px) {
.c-metrics-button-position {
    margin: 6vh auto;
    float: left;
}
}





/*CHRISTMAS*/
.christmas-container {
display: flex;
gap: 5vh;
margin-top: 8vh;
margin-bottom: 8vh;
background-color: #f7f4f1;
    align-items: center;
position: relative;
}

@media (max-width: 912px) {
.christmas-container {
flex-direction: column;
align-items: flex-start;
}
}


.c-christmas-slider {
width: 40vw;
height: 100vh;
}

@media (max-width: 912px) {
.c-christmas-slider {
width: 100%;
height: 70vh;
}

}


.c-christmas-slider-bg {
background-size: cover;
    background-position: 50% 50%;
    height: 100vh;
border-radius: 4px;
}

@media (max-width: 912px) {
.c-christmas-slider-bg {
    height: 70vh;
}
}


.c-christmas-text {
padding: 8vh;
max-width: 700px;
}

@media (max-width: 912px) {
.c-christmas-text{
padding: 4vh;
}
}

.c-christmas-text ul {
 padding-left: 0px !important; 
}

.c-christmas-trees {
position: absolute;
right: -10vw;
bottom: 0;
height: auto;
width: 40vw;
}




/*BANNERS*/

.c-banners-container {
    display: flex;
    gap: 4vh;
    max-width: 90vw;
    margin: 0 auto;
    padding-top: 4vh;
    padding-bottom: 8vh;
}

@media (max-width: 912px) {
.c-banners-container {
flex-wrap: wrap;
}
}


.c-banner {
background-color: #f7f4f1;
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
border-radius: 4px;
    position: relative;
    margin-bottom: 4vh;
    margin-top: 4vh;
}
@media (max-width: 912px) {
.c-banner {
    width: 40%;
}
}

@media (max-width: 700px) {
.c-banner {
    width: 100%;
}
}



.c-banner:before{
content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    width: 105px;
    height: 40px;
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-50%);
background-image: url('/cache/files/fee938698b49135a4c755cba19eaac038b5410cf.svg');
}

.c-banner:after{
content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    width: 105px;
    height: 40px;
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
transform: translateX(-50%) rotate(180deg);
background-image: url('/cache/files/fee938698b49135a4c755cba19eaac038b5410cf.svg');
}




.c-banner-img {
border-radius: 4px;
}

.c-banner-text {
    padding: 20px;
    text-align: center;
}





/*PHOTO GALLERY*/

#am_2233 {
    max-width: 90vw;
    margin: 0 auto;
padding-top: 8vh;
}


#photo-gallery {
padding-top: 8vh;
padding-bottom: 8vh;
}




/*NEWS*/

#am_2088 {
background-color: #f7f4f1;
    padding-top: 8vh;
    padding-bottom: 8vh;
}/*PRODUCT SLIDER*/
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
    margin-left: 20px;
    bottom: 0;
    width: 50px;
    height: 50px;
    opacity: 1;
top: 40%;
border-radius: 4px;
    background-color: transparent;
}

 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
margin-right: 0px;
    bottom: 0;
    width: 50px;
    height: 50px;
    opacity: 1;
top: 40%;
right: 0;
border-radius: 4px;
    background-color: transparent;
}

.slick-prev:hover, .slick-next:hover {
    background-color: #222;
}

.slick-next:focus, .slick-prev:focus {
    background-color: #222;
}


.slick-next:before {
    top: 12px;
    height: 30px;
    width: auto;
 background-image: url('/cache/files/8143268bd6105fbe99a578350d4b0b9cc447e9b5.svg');
    background-size: contain;
    background-position-x: 50%;
}

.slick-prev:before {
    top: 12px;
    height: 30px;
    width: auto;
background-image: url('/cache/files/8143268bd6105fbe99a578350d4b0b9cc447e9b5.svg');
    background-size: contain;
    background-position-x: 50%;
}