@font-face {
    font-family: 'Portrait';
    src: url('../fonts/Portrait/Portrait-Light.woff2') format('woff2'),
        url('../fonts/Portrait/Portrait-Light.woff') format('woff'),
        url('../fonts/Portrait/Portrait-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Portrait';
    src: url('../fonts/Portrait/Portrait-LightItalic.woff2') format('woff2'),
        url('../fonts/Portrait/Portrait-LightItalic.woff') format('woff'),
        url('../fonts/Portrait/Portrait-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GT America';
    src: url('../fonts/GTAmericaTrial-CmMd.woff2') format('woff2'),
        url('../fonts/GTAmericaTrial-CmMd.woff') format('woff'),
        url('../fonts/GTAmericaTrial-CmMd.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT America';
    src: url('../fonts/GTAmericaTrial-CmLt.woff2') format('woff2'),
        url('../fonts/GTAmericaTrial-CmLt.woff') format('woff'),
        url('../fonts/GTAmericaTrial-CmLt.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT America';
    src: url('../fonts/GTAmericaTrial-CmRg.woff2') format('woff2'),
        url('../fonts/GTAmericaTrial-CmRg.woff') format('woff'),
        url('../fonts/GTAmericaTrial-CmRg.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,
body,
main,
.mainSection {
    height: 100%;
}

body {
    font-family: 'GT America';
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    font-style: normal;
    background-color: #000;
    color: #fff;
    font-variant-numeric: lining-nums;
}

body.subPageOpen {
    overflow: hidden;
}

a {
    display: inline-block;
    color: inherit;
}

h1 {
    text-transform: uppercase;
    font-size: 44px;
    padding-bottom: 0;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 2.2px;
}

h2 {
    text-transform: uppercase;
    font-size: 40px;
    padding-bottom: 0;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 2px;
}

h3 {
    text-transform: uppercase;
    font-size: 36px;
    padding-bottom: 0;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 1.8px;
}

h4 {
    text-transform: uppercase;
    font-size: 32px;
    padding-bottom: 2px;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 1.6px;
}

h5 {
    text-transform: uppercase;
    font-size: 28px;
    padding-bottom: 6px;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 1.4px;
}

h6 {
    text-transform: uppercase;
    font-size: 24px;
    padding-bottom: 6px;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 1.2px;
}

p {

    padding-bottom: 25px;

    letter-spacing: 1px;
}

strong {
    font-weight: 500;
}

.fluidVideo {
    padding-bottom: 56.1%;
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}

.fluidVideo iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.imgWraped::after {
    content: "";
    clear: both;
    display: block;
}

.imgWrap img {
    display: block;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100%;
    width: auto;
    height: auto;
}

.imgWrap img.lazyloaded {
    opacity: 1;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0px;
    margin-right: 30px;
}

.alignright {
    float: right;
    margin: 5px 0px 20px 20px;
}

.aligncenter,
.alignnone {
    float: none;
    margin: 0px auto 20px auto;
    text-align: center;
}

.aligncenter.imgWrap img {
    display: inline-block;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    position: relative;
    margin-top: -24px;
    font-size: 12px;
    line-height: 14px;
    lletter-spacing: -0.48px;
    color: var(--darkVoilet);
}

ul,
ol {
    margin-bottom: 25px;
    margin-left: 15px;
}

ul li,
ol li {
    padding-bottom: 10px;
}

ul ul,
ol ol,
ul ol,
ol ul {
    padding-left: 25px;
    padding-top: 10px;
    font-weight: 300;
}

.tableResponsive {
    width: 100%;
    max-width: 100%;
    overflow: auto;
    margin-bottom: 30px;
}

.tableResponsive table {
    margin-bottom: 5px;
}

table,
table.cky-cookie-audit-table {
    border-collapse: collapse !important;
    border: none;
    border-spacing: 0;
    border-style: none !important;
    margin-bottom: 30px;
    border-top: 1px solid #a8a8a8 !important;
    width: 100%;
}

table tr,
table.cky-cookie-audit-table tr {
    height: auto !important;
}

table td,
table.cky-cookie-audit-table th table th,
table.cky-cookie-audit-table td {
    padding: 10px 20px 10px 0;
    vertical-align: top;
    border-right: none !important;
    border-left: none !important;
    border-top: none !important;
    border-bottom: 1px solid #a8a8a8 !important;
    height: auto !important;
    text-align: left;
    background: transparent !important;
}

table td,
table.cky-cookie-audit-table td {
    font-weight: 300;
}

table thead td,
table thead th,
table.cky-cookie-audit-table thead td,
table.cky-cookie-audit-table thead td {
    font-weight: 500;
}

body .cky-cookie-audit-table th,
body .cky-cookie-audit-table td {
    text-align: left;
    padding: 10px 20px 10px 0;
    font-size: 15px;

    color: #fff;
    word-break: normal;
    background: transparent !important;
    border-color: #a8a8a8;
    border-left: none;
    border-right: none;
}

blockquote {
    border-left: 3px solid #FFBA24;
    margin-bottom: 25px;
    padding-left: 15px;
}

blockquote p {
    font-size: 20px;
}

blockquote *:last-child {
    margin: 0;
    padding: 0;
}

.animate {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    -webkit-transition: opacity 1s ease 0.2s, -webkit-transform 1s ease 0.2s;
    transition: opacity 1s ease 0.2s, -webkit-transform 1s ease 0.2s;
    -o-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    transition: opacity 1s ease 0.2s, transform 1s ease 0.2s, -webkit-transform 1s ease 0.2s;
    transition: opacity 1s ease 0.2s, transform 1s ease 0.2s,
        -webkit-transform 1s ease 0.2s;
}

.animate.animateMe {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 18px;
    width: 100%;
    height: auto;
    font-weight: 300;
}

.select-styled {
    padding: 8px 15px 8px 0;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border: 1px solid #a8a8a8;
    padding: 8.4px 13px;
    position: relative;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.38);
}

.gfield_error .select-styled {
    border-color: #c02b0a;
}

.changed .select-styled,
.selected .select-styled {
    color: #fff;
    font-weight: 400;
}

/* [aria-describedby] + .select-styled {
    color: rgba(0, 0, 0, 0.38);
    font-weight: 300;
} */
.select-styled::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #a8a8a8;
    position: absolute;
    right: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: none;
    border-top: none;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0 13px;
    list-style: none;
    background-color: #000;
    border: none;
    text-transform: uppercase;
    font-weight: 300;
}

.select-styled.active + .select-options {
    opacity: 0;
    -webkit-animation: dropdownFade 0.25s linear 0s 1 normal forwards;
    animation: dropdownFade 0.25s linear 0s 1 normal forwards;
}

@-webkit-keyframes dropdownFade {
    to {
        opacity: 1;
    }
}

@keyframes dropdownFade {
    to {
        opacity: 1;
    }
}

.select-options li {
    margin: 0;
    padding: 15px 0;
    text-indent: 0;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: #fff;

}

.select-options li:hover {
    color: rgba(255, 255, 255, 0.65);
}


.select-options li:not(:last-child) {
    border-bottom: 1px solid #fff;
}

.select-options li:first-child {
    display: none;
}

.select-options li[rel="hide"] {
    display: none;
}

.stGilesQuarters {
    height: auto;
    width: max(220px, min(220px + (185 - 220) * ((100vw - 1440px) / (1920 - 1440)), 185px));
}

.brandLogo {
    height: auto;
    width: max(420px, min(420px + (530 - 420) * ((100vw - 1440px) / (1920 - 1440)), 530px));
}

.backgroundImage {
    position: fixed;
    width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.45);
    -ms-transform: translate(-50%, -50%) scale(1.45);
    transform: translate(-50%, -50%) scale(1.45);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

.pageLoaded .backgroundImage {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.bgPattern {
    height: 100vh;
    width: 104vw;
    -webkit-mask-image: url(../images/pattern.svg);
    mask-image: url(../images/pattern.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    -webkit-mask-position: 50% 50%;
    mask-position: 50% 50%;
    overflow: hidden;
    position: fixed;
    display: inline-block;
    opacity: 1;
    z-index: 1;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.bgBorderPattern {
    height: 100vh;
    width: 104vw;
    position: fixed;
    display: inline-block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;

    background: url(../images/border-pattern.svg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: 100% auto;
    background-position: center center;
}

.pageLoaded .bgBorderPattern {
    opacity: 1;
}

.backgroundImage .bgPattern img {
    width: auto;
    height: auto;
    min-width: 110%;
    min-height: 110%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pageLoaded .backgroundImage .bgPattern img {
    -webkit-animation: bgImageMove 2.4s linear 1s 1 normal forwards;
    animation: bgImageMove 2.4s linear 1s 1 normal forwards;
}

@-webkit-keyframes bgImageMove {
    0% {
        top: 50%;
    }

    50% {
        top: 30%;
    }

    100% {
        top: 60%;
    }
}

@keyframes bgImageMove {
    0% {
        top: 50%;
    }

    50% {
        top: 30%;
    }

    100% {
        top: 60%;
    }
}

.backgroundImage .bgBorderPattern img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.mainBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 100px;
    opacity: 0;
    -webkit-transition: opacity 0.75s linear;
    -o-transition: opacity 0.75s linear;
    transition: opacity 0.75s linear;
    -webkit-transition-delay: 1.75s;
    -o-transition-delay: 1.75s;
    transition-delay: 1.75s;
}

.pageLoaded .mainBox {
    opacity: 1;
}

.enquiryBtn {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    -webkit-transition-delay: 2.75s;
    -o-transition-delay: 2.75s;
    transition-delay: 2.75s;
}

.pageLoaded .enquiryBtn {
    opacity: 1;
}

.enquiry {
    color: #BFAD95;
    cursor: pointer;
    font-weight: 500;
    font-size: 23px;
    line-height: 100px;
    letter-spacing: 1.15px;
    text-transform: uppercase;
    -webkit-transition: color 0.5s ease, opacity;
    -o-transition: color 0.5s ease, opacity;
    transition: color 0.5s ease, opacity;

}

.enquiry:hover {
    color: #FFBA24;
}

.innerPages {
    position: fixed;
    left: -110%;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: left 1s ease;
    -o-transition: left 1s ease;
    transition: left 1s ease;
    background-color: #000000;
}

.innerPages.active {
    left: 0;
}

.samplePage .container {
    padding: 50px 40px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: auto;
    max-height: 100%;
}

.innerPages .container > div {
    padding: 50px 80px 50px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.innerPages .container {
    overflow: auto;
    max-height: 100%;
}
.innerPages h1, .innerPages h2, .innerPages h3, .innerPages h4, .innerPages h5, .innerPages h6, 
.samplePage h1, .samplePage h2, .samplePage h3, .samplePage h4, .samplePage h5, .samplePage h6 {color: #bfad95;}
.innerPages .textCenter {
    margin-bottom: 30px;
  }
footer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    color: #BFAD95;
}

footer a {
    color: #fff;
    font-family: 'Portrait';
    font-style: italic;
    text-decoration: none;
    font-weight: 300;
}

a {
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

a:hover {
    color: #FFBA24;
}

footer.active {
    opacity: 1;
    pointer-events: auto;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    padding-bottom: 0;
    padding-top: 16px;
}

footer p {
    padding-bottom: 0;
    letter-spacing: 1px;
    line-height: 1;
    font-size: 18px;
    letter-spacing: 0.32px;
    line-height: 1.2;    padding-bottom: 2px;
    padding-top: 2px;
}

footer .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

footer .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 50px 0;
    overflow: auto;
    max-height: 100%;
}

footer .row > div {
    width: 50%;
    text-align: center;
}

footer .row > .footerTitle,
footer .row > nav {
    width: 100%;
    text-align: center;
}

footer .row > .footerTitle {
    padding-bottom: 40px;
}

footer .row > nav {
    padding-top: 40px;
}
footer .row > nav a {font-size: 15px;line-height: 24px;}
footer .row > .editor {
    padding: 0 20px;
    position: relative;
}

footer .row > .editor > *:last-child {
    padding-bottom: 0;
}

footer .row > .editor:nth-child(2)::before {
    content: "";
    width: 1px;
    height: 90%;
    display: inline-block;
    position: absolute;
    right: -0.5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #FFBA24;
}

.footerLinks ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    gap: 30px;
}

.footerLinks ul li {
    margin: 0;
    padding: 0;
}

.closeBtn {
    position: absolute;
    left: 100px;
    top: 100px;
    cursor: pointer;
    z-index: 1;
}

.pageCloseBtn {
    cursor: pointer;
    cursor: pointer;
    position: absolute;
    left: 10px;
    display: inline-block;
    top: 60px;
}

.closeBtn path,
.pageCloseBtn path {
    -webkit-transition: .45s all;
    -o-transition: .45s all;
    transition: .45s all;
}

.closeBtn:hover path,
.pageCloseBtn:hover path {
    stroke: #FFBA24;
}

.footerLogo {
    margin-bottom: 20px;
    display: inline-block;
    min-height: 75px;
}

.footerLogo img {
    width: auto;
    height: auto;
    display: inline-block;
    max-height: 74px;
    max-width: 137px;
}

body .cky-box-bottom-left {
    bottom: 20px;
    left: 20px;
}

.cky-consent-container .cky-consent-bar {
    background-color: #000 !important;
    border: 2px solid #e5ceb8 !important;
    padding: 20px !important;
    border-radius: 0 !important;
}

.cky-consent-container .cky-consent-bar .cky-title {
    display: none !important;
}

.cky-consent-container .cky-consent-bar .cky-notice-des {
    color: #fff !important;
}

.cky-consent-container .cky-consent-bar .cky-notice-des p {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 300;
    padding: 0;
}

.cky-consent-container .cky-consent-bar .cky-notice-des p a {
    display: inline-block;
    width: 70px;
}

body .cky-notice-btn-wrapper .cky-btn,
.cky-prefrence-btn-wrapper .cky-btn,
body a.cky-banner-element {
    border: 2px solid #bfad95 !important;
    border-radius: 0 !important;
    color: #bfad95 !important;
}

.cky-notice-btn-wrapper .cky-btn.cky-btn-accept,
.cky-prefrence-btn-wrapper .cky-btn.cky-btn-accept {
    background-color: #bfad95 !important;
    color: #FFF !important;
}

[data-cky-tag="detail-powered-by"] {
    display: none !important;
}

body a.cky-banner-element {
    background-color: transparent;
}

@media (max-width:1536px) {
    body {
        font-size: 16px;
        line-height: 20px; 
    }
    h1 {
        font-size: 40px;
        padding-bottom: 0;
        letter-spacing: 2px;
    }

    h2 {
        font-size: 36px;
        padding-bottom: 0;
        letter-spacing: 1.8px;
    }

    h3 {
        font-size: 32px;
        padding-bottom: 0;
        letter-spacing: 1.6px;
    }

    h4 {
        font-size: 28px;
        padding-bottom: 2px;
        letter-spacing: 1.4px;
    }

    h5 {
        font-size: 24px;
        padding-bottom: 6px;
        letter-spacing: 1.2px;
    }

    h6 {
        font-size: 20px;
        padding-bottom: 6px;
        letter-spacing: 1px;
    }
    footer p { font-size: 16px; padding-bottom: 3px;
        padding-top: 0px;}
    footer .row > nav a {font-size: 12px;}
    .pageCloseBtn {
        top: 57px;
    }
}
@media (max-width:1440px) {
    .stGilesQuarters {
        width: max(200px, min(200px + (220 - 200) * ((100vw - 1024px) / (1440 - 1024)), 220px));
    }

    .brandLogo {
        width: max(300px, min(300px + (420 - 300) * ((100vw - 1024px) / (1440 - 1024)), 420px));
    }
}

@media (max-width:1080px) {
    .mainBox {
        padding: 60px;
    }
}

@media (max-width:880px) {
    .innerPages .container > div {
        padding: 80px 40px 50px;}
        .pageCloseBtn {
            left: 40px;
            top: 30px;
        }
 }
@media (orientation: portrait) {
    .mainBox {
        padding: 150px 40px;
    }
}
@media (max-width: 576px){
    body .cky-preference-center {
    max-height: 84vh;
}
}
@media (max-width :525px) {
    .mainBox {
        padding: 120px 40px;
    }

    .stGilesQuarters {
        width: 65%;
    }

    .brandLogo {
        width: 55%;
    }

    .enquiry {
        font-size: 20px;
        line-height: 22px;
    }
    .footerLogo {min-height: auto;}
    footer .row > div {
        width: 100%;
    }

    footer .row > .editor {
        padding: 30px 20px;
    }

    footer .row > .editor:nth-child(2)::before {
        content: "";
        width: 60%;
        height: 1px;
        display: inline-block;
        position: absolute;
        right: unset;
        top: unset;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #FFBA24;
        left: 50%;
        bottom: 0;
    }
    footer .row > .footerTitle {
        padding-bottom: 20px;
    }
    .footerLogo {
        margin-bottom: 10px; }
    .closeBtn {
        left: 20px;
        top: 20px;
    }

    .footerLinks ul {
        gap: 20px;
    }



    .innerPages .container > div {
        padding: 80px 20px 40px 20px;
    }
    .pageCloseBtn {left: 20px; }
    .imgWrap img {
        max-width: unset;
        width: 100%;
    }

    .alignleft,
    .alignright,
    .aligncenter,
    .alignnone {
        float: none;
        margin: 0 0 20px;
    }

    .aligncenter.imgWrap img {
        display: block;
    }
    body .cky-box-bottom-left {
        bottom: 0;
        left: 0;
    }
}

@media (max-width: 440px) {

    body .cky-custom-brand-logo-wrapper,
    body .cky-notice .cky-title,
    body .cky-notice-des,
    body .cky-notice-btn-wrapper {
        padding: 0 0px;
    }

    .cky-consent-container .cky-consent-bar {
        border-bottom: none !important;
        border-left: none !important;
        border-right: none !important;
    }
    body .cky-notice-btn-wrapper {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;display: -webkit-box;display: -ms-flexbox;display: flex;}
    body .cky-notice-btn-wrapper .cky-btn {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      width: 40%;-webkit-box-flex: 1;-ms-flex: auto;flex: auto;line-height: 14px;
    }
   
}

@media (orientation: landscape) and (max-height:525px) {
    .mainBox {
        padding: 25px 30px 15px;
    }

    .brandLogo {
        width: 240px;
    }

    .stGilesQuarters {
        width: 180px;
    }

    .enquiry {
        font-size: 20px;
        line-height: 40px;
    }

    footer .row > .footerTitle a {
        font-size: 16px;
    }

    .closeBtn {
        left: 20px;
        top: 20px;
    }
}