@font-face {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    font-family: 'tuppence-regular';
    src: url('../font/tuppence-regular.woff2') format('woff2'),
         url('../font/tuppence-regular.woff') format('woff');
}

@font-face {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    font-family: 'tuppence-italic';
    src: url('../font/tuppence-italic.woff2') format('woff2'),
         url('../font/tuppence-italic.woff') format('woff');
}

@font-face {
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 100;
    src: url('../font/LexendDeca-Thin.woff2') format('woff2');
}

@font-face {
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 200;
    src: url('../font/LexendDeca-ExtraLight.woff2') format('woff2');
}

@font-face {
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 300;
    src: url('../font/LexendDeca-Light.woff2') format('woff2');
}  

@font-face {
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 400;
    src: url('../font/LexendDeca-Regular.woff2') format('woff2');
}  

@font-face {
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 500;
    src: url('../font/LexendDeca-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 600;
    src: url('../font/LexendDeca-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 700;
    src: url('../font/LexendDeca-Bold.woff2') format('woff2');
} 

@font-face {
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 800;
    src: url('../font/LexendDeca-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 900;
    src: url('../font/LexendDeca-Black.woff2') format('woff2');
}


:root {
    --japanese-indigo: #2C4E3F;
    --quter_space: #3B5044 ;
    --buff: rgba(243, 214, 136, 0.5);
    --white: #ffffff;
    --floral_white: #FEFAF1;
    --maximum_yellow_red: #F2AC4A;
    --oxley: #7BA080;
}
  
h1 {
    font-size: 50px;
    line-height: 70px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-family: 'tuppence-regular';
}

h2 {
    font-size: 40px;
    line-height: 48px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-family: 'tuppence-regular';
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'Lexend Deca', sans-serif;
}

#main-mobile-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #ffffff;
    display: none;
}

#main-mobile-navigation nav {

}

#main-mobile-navigation nav ul {
    list-style: none;
    padding: 25px;
    margin: 0;
}

#main-mobile-navigation nav ul li {

}

#main-mobile-navigation nav ul li a {
    color: var(--japanese-indigo);
    font-size: 18px;
    font-weight: 400;
    padding: 16px 0;
    display: block;
    text-decoration: none;
}

#main-mobile-navigation nav ul li a:hover {
    color: var(--maximum_yellow_red);
    text-decoration: underline;
    text-underline-offset: 3px;
}

#main-navigation {
    width: 100%;
    height: 80px;
    display: grid;
    line-height: 90px;
    background-color: #ffffff;
    grid-template-columns: 1fr 107px 1fr;
}

#main-navigation.sub-page {
    height: 65px
}


#main-navigation .left-container {
    padding-left: 25px;
}

#main-navigation .center-container{

}

#main-navigation .center-container .logo {
    width: auto;
    height: 60px;
    margin-top: 30px;
    background-repeat: no-repeat;
    background-image: url('../images/vidov_brejg_logo.svg');
}

#main-navigation.sub-page .center-container .logo {
    height: 50px;
    margin: 15px 10px;
    background-size: auto 100%;
}

#main-navigation .right-container {
    text-align: right;
    padding-right: 25px;
}

#main-navigation nav {

}

#main-navigation nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#main-navigation nav ul li {
    display: inline-block;
}

#main-navigation nav ul li a {
    text-decoration: none;
    padding: 10px 15px;
    font-size: 14px;
    color: var(--japanese-indigo);
    font-weight: 500;
}
#main-navigation nav ul li a:hover {
    color: var(--maximum_yellow_red);
}

header {
    width: 100%;
    height: calc(100vh - 80px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/vidov_brejg_cover_image.webp');
}


header .cover-photo-overlay {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-grid;
    justify-items: center;
    align-items: center;
    background: linear-gradient(180deg, rgba(44, 78, 63, 0) 7.81%, rgba(44, 78, 63, 0.25) 35.42%, rgba(44, 78, 63, 0.9) 91.67%);
}

header .center-text {
    font-size: 5.5vw;
    color: #ffffff;
    text-align: center;
    line-height: 6.5vw;
    font-family: 'tuppence-regular';
}

header .short-description {
    position: absolute;
    bottom: 45px;
    left: 60px;
    max-width: 40%;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

header .arrow-down {
    text-align: center;
    font-size: 50px;
    color: #ffffff;
    position: absolute;
    bottom: 45px;
    font-family: 'tuppence-regular';
}

header .navigation-links {
    position: absolute;
    bottom: 45px;
    right: 60px;
    max-width: 40%;
}

header .navigation-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header .navigation-links ul li {
    display: inline-block;
}

header .navigation-links ul li a {
    color: #ffffff;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 60px;
    text-decoration: underline;
    text-underline-offset: 5px;
}

header .navigation-links ul li a:hover {
    text-decoration: none;
}

.main-navigation-trigger {
    display: none;
}

.shopping-bag-icon-mobile {
    display: none;  
}

.events-banner {
    height: 600px;
    width: 1200px;
    margin: 75px auto;
}

.events-banner .banner {
    width: 100%;
    height: 100%;
    background: var(--buff);
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.events-banner .banner:after {
    content: '';
    display: block;
    clear: both;
}

.events-banner .banner .left-container {
    /*float: left;
    width: 50%;*/
    flex-grow: 1;
    flex-basis: 50%;
}

.events-banner .banner .left-container .top-container {
    color: var(--japanese-indigo);
    padding: 70px;
}

.events-banner .banner .left-container .top-container .small-title {
    font-family: 'tuppence-regular';
    font-size: 18px;
    font-weight: 400;
}

.events-banner .banner .left-container .top-container .title {
    font-family: 'tuppence-regular';
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
}

.events-banner .banner .left-container .top-container .short-description {
    font-size: 16px;
    font-weight: 300;
    margin-top: 25px;
    line-height: 25px;
}

.events-banner .banner .left-container .bottom-container {
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 50%;
}

.events-banner .banner .left-container .bottom-container .navigations {
    padding: 10px 70px 10px 70px;
    display: grid;
    grid-template-columns: auto auto auto;
}

.events-banner .banner .left-container .bottom-container .more-info {

}

.events-banner .banner .left-container .bottom-container .more-info a {
    font-size: 16px;
    font-weight: 300;
    text-decoration: underline;
    text-underline-offset: 5px;
    color: var(--japanese-indigo);
}

.events-banner .banner .left-container .bottom-container .more-info a:hover {
    text-decoration: none;
}

.events-banner .banner .left-container .bottom-container .slide-indicator {

}
.events-banner .banner .left-container .bottom-container .slide-indicator .circle {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid #2C4E3F;
    display: inline-block;
    cursor: pointer;
}

.events-banner .banner .left-container .bottom-container .slide-indicator .circle.selected {
    background: var(--japanese-indigo);
}

.events-banner .banner .left-container .bottom-container .slide-controls {

}

.events-banner .banner .left-container .bottom-container .slide-controls img {
    cursor: pointer;
}

.events-banner .banner .left-container .bottom-container .slide-controls img:last-child {
    float: right;
}

.events-banner .banner .right-container {
    /*float: right;
    width: 50%;
    height: 100%;*/

    flex-grow: 1;
    flex-basis: 50%;
}

.events-banner .banner .right-container .bg-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-image: url("../images/no_image_600_600.png");
}

.introduction {
    width: 70%;
    margin: 150px 15%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/logo_flower_shadow_yellow.svg");
}

.introduction .small-title {
    font-family: 'tuppence-regular';
    font-size: 18px;
    font-weight: 400;
}

.introduction .title {
    font-family: 'tuppence-regular';
    font-size: 40px;
    font-weight: 400;
}

.introduction .short-description {
    font-size: 16px;
    font-weight: 300;
    margin-top: 25px;
    line-height: 25px;
}

.introduction .learn-more {
    margin-top: 25px;
}

.introduction .learn-more a {
    font-size: 16px;
    font-weight: 300;

    text-decoration: underline;
    text-underline-offset: 5px;
    color: var(--japanese-indigo);
}

.introduction .content {
    padding: 65px;
}

.introduction img {
    width: 100%;
}

.introduction .box-style-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.introduction .box-style-1 .left-container {
    flex-grow: 3;
    flex-basis: 65%;
}

.introduction .box-style-1 .right-container {
    flex-grow: 1;
    flex-basis: 35%;
}

.introduction .box-style-2 {
    margin-top: 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.introduction .box-style-2 .left-container {
    flex-grow: 1;
    flex-basis: 35%;
}

.introduction .box-style-2 .right-container {
    flex-grow: 3;
    flex-basis: 65%;
}

.quote-content {
    width: 80%;
    margin: 150px 10%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/logo_flower_shadow_green.svg");
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.quote-content img {
    width: 80%;
}

.quote-content .quote-container {
    position: relative;
    width: 55%;
    margin-left: 100px;
}

.quote-content .quote-container .quote-text {
    font-size: 2vw;
    width: 100%;
    font-weight: 700;
    color: var(--quter_space);
}

.quote-content .quote-container .quote-text:before {
    content:url('../images/start_quote.svg');
    position:absolute;
    left:-12%;
    top:-12%;
}

.quote-content .quote-container .quote-text:after {
    content:url('../images/end_quote.svg');
    position:absolute;
    right:-12%;
    bottom:-12%;
}

.quote-content .quote-author {
    font-family: 'tuppence-regular';
    font-size: 1.5vw;
    width: 55%;
    margin-top: 50px;
    margin-bottom: 100px;
    margin-left: 100px;
    color: var(--japanese-indigo);
}

.quote-content .left-container {
    flex-grow: 2;
    flex-basis: 55%;
}

.quote-content .right-container {
    flex-grow: 1;
    flex-basis: 45%;
}

.footer-banners {
    width: 100%;
    border-top: 1px solid rgba(123, 160, 128, 0.25);
}

.footer-banners .footer-banners-container {
    width: 70%;
    margin: 0 15%;
    display: grid;
    justify-items: center;
    align-items: center;
    grid-template-columns: auto auto auto auto; 
}

.footer-banners .footer-banners-container img {
    width: 100%;
}

.footer-banners .footer-banners-container .combined {
    display: grid;
    justify-items: center;
    align-items: center;
    grid-template-columns: auto auto; 
}


footer {
    width: 100%;
    background-color: var(--floral_white);
}

footer .top-container {
    display: grid;
    width: 80%;
    margin: 0 10%;
    column-gap: 20px;
    padding: 45px 0;
    grid-template-columns: auto 500px 150px;
}

footer .top-container .box .inside-box-container {
    display: grid;
    width: 100%;
    grid-template-columns: auto auto;
}

footer .top-container .box {
    color: var(--japanese-indigo);
}

footer .top-container .box .logo {
    width: auto;
    height: 90px;
    margin-top: 30px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-image: url('../images/vidov_brejg_logo.svg');
}

footer .top-container .box .row {
    margin-top: 5px;
}


footer .top-container .box .full-company-name {
    font-weight: 700;
    font-size: 14px;
    margin-top: 15px;
}


footer .top-container .box .email-address {
    margin-top: 20px;
}

footer .top-container .box .email-address a, footer .top-container .box .phone-number a {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: var(--japanese-indigo);
}

footer .top-container .box .email-address a:hover, footer .top-container .box .phone-number a:hover {
    text-decoration: none;
    color: var(--maximum_yellow_red);
}

footer .top-container .box .phone-number {
    margin-top: 15px;
}

footer .bottom-container {
    padding: 20px 0;
    display: grid;
    width: 80%;
    margin: 0 10%;
    grid-template-columns: auto auto;
}

footer .bottom-container .copyright {
    font-weight: 300;
}

footer .bottom-container .footer-navigation-links {
text-align: right;
}

footer .bottom-container .footer-navigation-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .bottom-container .footer-navigation-links ul li {
    display: inline-block;
}

footer .bottom-container .footer-navigation-links ul li a {
    color:var(--japanese-indigo);
    text-decoration: none;
    padding-left: 20px;
    font-weight: 400;
}

footer .bottom-container .footer-navigation-links ul li a:hover {
    color: var(--maximum_yellow_red);
    text-decoration: underline;
    text-underline-offset: 3px;
}

footer .top-container .box .footer-menu {
    padding: 25px;
}

footer .top-container .box .footer-menu .title {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 10px;
}

footer .top-container .box .footer-menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

footer .top-container .box .footer-menu ul li {
    display: block;
    
}

footer .top-container .box .footer-menu ul li a {
    color: var(--japanese-indigo);
    text-decoration: none;
    padding: 10px 10px 10px 0;
    display: block;
}

footer .top-container .box .footer-menu ul li a:hover {
    color: var(--maximum_yellow_red);
    text-decoration: underline;
    text-underline-offset: 3px;
}


footer .top-container .box .footer-menu ul li a:hover {

}

footer .top-container .box .social {
    padding-top: 25px;
}

footer .top-container .box .social a {
    font-size: 30px;
    display: block;
    text-align: center;
    color:var(--japanese-indigo);
}

footer .top-container .box .social a:hover {
    color: var(--maximum_yellow_red);
}

.breadcrumb-navigation {
    width: 100%;
    height: 58px;
    line-height: 58px;
    background-color: rgba(123, 160, 128, 0.15);
}

.breadcrumb-navigation ul {
    list-style: none;
}

.breadcrumb-navigation ul.mobile {
    display: none;
}

.breadcrumb-navigation ul li {
    display: inline-block;
}

.breadcrumb-navigation ul li a {
    color: var(--japanese-indigo);
    text-decoration: none;
    padding: 8px;
    font-size: 14px;
}

.breadcrumb-navigation ul li a:hover  {
    color: var(--maximum_yellow_red);
}

.breadcrumb-navigation ul li:after {
    content: ">";
}

.breadcrumb-navigation ul li:last-child:after {
    content: "";
}


.content-list-style-1 {
    width: 720px;
    margin: 0 auto;
    margin-top: 45px;
    padding-bottom: 35px;
    color: var(--japanese-indigo);
}

.content-list-style-1 > .tags {

}

.content-list-style-1 > .tags:after {
    content: '';
    display: block;
    clear: both;
}

.content-list-style-1 > .tags .target-date {
    float: left;
    padding: 10px;
    border: 1px solid #2C4E3F;
    font-size: 18px;
    font-family: 'tuppence-regular';
}

.content-list-style-1 > .tags .type {
    float: left;
    padding: 10px;
    margin-left: 10px;
    font-size: 18px;
    font-family: 'tuppence-regular';
}

.content-list-style-1 > .tags .type.event {
    color: var(--maximum_yellow_red);
}

.content-list-style-1 > .tags .type.workshop {
    color: var(--oxley);
}

.content-list-style-1 > .title {
    border-bottom: 1px solid #2C4E3F;
    padding: 25px 0;
}

.content-list-style-1 .title > .publish-date {
    font-family: 'tuppence-regular';
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0 0 0;
}

.content-list-style-1 .short-description {
    font-size: 18px;
    padding-top: 25px;
    font-weight: 300;
    color: var(--japanese-indigo);
}

.content-list-style-1 article {
    margin-top: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #2C4E3F;
}

.content-list-style-1 article:last-child {
    border-bottom: 0;
}

.content-list-style-1 article .title {

}

.content-list-style-1 article .title a {
    color: inherit;
    text-decoration: inherit;
}

.content-list-style-1 article .title a:hover {
  color: var(--maximum_yellow_red);
}

.content-list-style-1 article .publish-date {
    font-family: 'tuppence-regular';
    font-size: 18px;
    font-weight: 400;
    margin: 15px 0;
}

.content-list-style-1 article .short-description {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
}

.content-list-style-1 article .description {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
}

.content-list-style-2 {
    width: 1200px;
    margin: 0 auto;
    margin-top: 45px;
    padding-bottom: 35px;
    color: var(--japanese-indigo);
}

.content-list-style-2 > .title {
    padding: 25px 0;
}

.content-list-style-2 > .content {
    display: grid;
    column-gap: 100px;
    grid-template-columns: auto 400px;
}

.content-list-style-2 .content .list {

}

.content-list-style-2 .content .list article {
    border-top: 1px solid #2C4E3F;
    padding-bottom: 45px;

}

.content-list-style-2 .content .list article .tags {
    width: 100%;
    font-size: 18px;
    font-family: 'tuppence-regular';
}

.content-list-style-2 .content .list article .tags:after {
    content: '';
    display: block;
    clear: both;
}


.content-list-style-2 .content .list article .tags .target-date {
    float: left;
    padding: 10px;
    border: 1px solid #2C4E3F;
    border-top: 0;
    font-size: 18px;
    font-family: 'tuppence-regular';

}

.content-list-style-2 .content .list article .tags .type {
    float: left;
    padding: 10px;
    margin-left: 15px;
    font-size: 18px;
    font-family: 'tuppence-regular';
}

.content-list-style-2 .content .list article .tags .type.event {
    color: var(--maximum_yellow_red);
}

.content-list-style-2 .content .list article .tags .type.workshop {
    color: var(--oxley);
}

.content-list-style-2 .content .list article .title {
    margin: 20px 0;
}

.content-list-style-2 .content .list article .title a {
    color: inherit;
    text-decoration: inherit;
}

.content-list-style-2 .content .list article .title a:hover {
  color: var(--maximum_yellow_red);
}

.content-list-style-2 .content .list article .short-description {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

.calendar-trigger {
    display: none;
    cursor: pointer;
    width: calc(100% - 30px);
    margin: 25px auto;
    padding: 15px 15px;
    column-gap: 15px;
    grid-template-columns: 16px auto 16px;
    background: #7BA080;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #2C4E3F;
}

.calendar-trigger.active {
    background: transparent;
    color: #2C4E3F;
}

.calendar-trigger i {
    font-size: 17px;
}

.events-list {
    margin: 35px 0 45px 0;
}

.events-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.events-list ul li {
    display: block;
    margin-bottom: 25px;
}

.events-list ul li a {
    color: #2E4236;
    text-underline-offset: 3px;
}

.events-list ul li .event-circle {
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}

.events-list ul li .event-circle.event-green {
    background-color: #7BA080;
}

.events-list ul li .event-circle.event-yellow {
    background-color: #F2AC4A;
}

.image-gallery {

}

.image-gallery  .main-image {
    width: 100%;
}

.image-gallery  .main-image img {
    width: 100%;
    cursor: pointer;
}

.image-gallery .images-list {
    display: grid;
    column-gap: 5px;
    grid-template-columns: auto auto auto auto;
}

.image-gallery .images-list .gallery-item-image {
    position: relative;
}

.image-gallery .images-list .gallery-item-image  .image-holder{
    cursor: pointer;
    width:100%; 
    height:130px; 
    background-position: center; 
    background-size: cover; 
    margin-bottom:5px; 
    margin-top:5px;
}


.image-gallery .images-list .gallery-item-image .more-images {
    position: absolute;
    display: grid;
    color: #ffffff;
    font-size: 40px;
    width: 100%;
    height: calc(100% - 5px);
    justify-content: center;
    align-content: center;
    background: #000000;
    opacity: 0.5;
    cursor: pointer;
}

.contact-page {
    width: calc(100% - 90px);
    padding: 45px 45px;
    margin-top: 25px;
}

.contact-page .grid-position {
    display: grid;
    column-gap: 45px;
    grid-template-columns: 450px auto;
}

.contact-page .grid-position .left-container {

}

.contact-page .grid-position .left-container .social-group {
    display: block;
    width: 100%;
    margin-top: 35px;
}

.contact-page .grid-position .left-container .social-group:after {
    content: '';
    display: block;
    clear: both;
}

.contact-page .grid-position .left-container .social-group .social {
    float: left;
    margin-right: 15px;
}

.contact-page .grid-position .left-container .social-group .social a {
    color:var(--japanese-indigo);
    font-size: 30px;
}

.contact-page .grid-position .left-container .social-group .social a:hover {
    color: var(--maximum_yellow_red);
}

.contact-page .grid-position .left-container img {
    width: 75%;
    margin-top: 35px;
}

.contact-page .grid-position .right-container {

}

.contact-info-table {
    margin-top: 30px;
}

.contact-info-table a {
    color:var(--japanese-indigo) !important;
    text-decoration: none;
    line-height:25px;
}

.contact-info-table a:hover {
    text-underline-offset: 3px;
    text-decoration: underline;
}

.error-page {
    position: relative;
    margin: 45px auto;
    text-align: center;
}

.error-page .centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    color:var(--japanese-indigo);
    transform: translate(-50%, -50%);
}

.error-page h1 {
    font-size: 80px
}

.error-page .short-description {
    margin-top: 35px;
    font-size: 40px;
    font-family: 'tuppence-regular';
}

.error-page .back-link {
    padding-top: 35px;
}

.error-page .back-link a {
    color:var(--japanese-indigo);
    text-underline-offset: 5px;
    text-decoration: underline;
    font-size: 18px;
}

.error-page .back-link a:hover {
    text-decoration: none;
}

a {
    color:var(--japanese-indigo); 
    text-underline-offset: 3px;
}

a:hover {
    text-decoration: none;
}

.content-list-style-3 {
    width: 720px;
    margin: 50px auto;
    display: grid;
    row-gap: 10px;
    grid-template-columns: auto;
}

.content-list-style-3 h1 {
    margin-bottom: 55px;
}

.content-list-style-3 .content-list-3-item {
    width: 100%;
    display: grid;
    column-gap: 20px;
    border-top: solid 1px #2C4E3F;
    padding: 10px 0;
    grid-template-columns: 100px auto;
    align-items: center;
}

.content-list-style-3 .content-list-3-item:last-child {
    border-bottom: solid 1px #2C4E3F;
}

.content-list-style-3 .content-list-3-item .image img {
    width: 100%;
}

.content-list-style-3 .content-list-3-item .title {
    font-size: 40px;
    line-height: 48px;
    font-family: 'tuppence-regular';
}

.content-list-style-3 .content-list-3-item a {
    text-decoration: none;
}


.cookie-notice {
    z-index: 10000;
    width: 400px;
    position: fixed;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    border: solid 1px var(--japanese-indigo);
    background-color: var(--floral_white);
  }
  
  .cookie-notice .cookie-notice-container {
    position: relative;
    padding: 20px;
  }
  
  .cookie-notice .cookie-notice-container .cookie-notice-close-btn {
    width: 12px;
    position: absolute;
    right: 20px;
    cursor: pointer;
    top: 20px;
  }
  
  .cookie-notice .cookie-notice-container .cookie-notice-text {
    font-size: 13px;
    color: var(--japanese-indigo);
    width: calc(100% - 20px);
    margin-bottom: 15px;
  }
  
  .cookie-notice .cookie-notice-container .cookie-notice-controls {
  }
  
  .cookie-notice
    .cookie-notice-container
    .cookie-notice-controls
    .cookie-notice-accept-btn {
    padding: 8px 10px;
    border-radius: 5px;
    background: var(--japanese-indigo);
    font-weight: 700;
    color: white;
    cursor: pointer;
    border: 1px solid var(--japanese-indigo);
    margin-right: 20px;
  }
  
  .cookie-notice
    .cookie-notice-container
    .cookie-notice-controls
    .cookie-notice-learn-more-link {
    font-size: 13px;
    color: var(--japanese-indigo);
    cursor: pointer !important;
    text-decoration: underline !important;
  }
  
  .cookie-notice
    .cookie-notice-container
    .cookie-notice-controls
    .cookie-notice-learn-more-link {
    text-decoration: none;
  }
  
  @media only screen and (max-width: 430px) {
    .cookie-notice {
      z-index: 1000;
      width: 100%;
      border-radius: 0;
      border-width: 2px;
      bottom: 10px;
    }
  }