@font-face {
    font-family: 'Dia';
    src: url('/fonts/Dia-Bold.eot');
    src: url('/fonts/Dia-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Dia-Bold.woff2') format('woff2'),
        url('/fonts/Dia-Bold.woff') format('woff'),
        url('/fonts/Dia-Bold.ttf') format('truetype'),
        url('/fonts/Dia-Bold.svg#Dia-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Eina 03';
    src: url('/fonts/Eina03-SemiBold.eot');
    src: url('/fonts/Eina03-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Eina03-SemiBold.woff2') format('woff2'),
        url('/fonts/Eina03-SemiBold.woff') format('woff'),
        url('/fonts/Eina03-SemiBold.ttf') format('truetype'),
        url('/fonts/Eina03-SemiBold.svg#Eina03-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dia';
    src: url('/fonts/Dia-Regular.eot');
    src: url('/fonts/Dia-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Dia-Regular.woff2') format('woff2'),
        url('/fonts/Dia-Regular.woff') format('woff'),
        url('/fonts/Dia-Regular.ttf') format('truetype'),
        url('/fonts/Dia-Regular.svg#Dia-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




body {
    font-family: 'Dia';
    /*font-size: clamp(16px, 1.35vw, 36px);*/
    /*font-size: clamp(16px, 1.2vw,30px);*/
    font-size:16px;
    line-height: 1.31;
    background: #e1e0d7;
    color: #4f5355;
    margin: 0;
    padding: 0;
    text-align: left;
    overflow-x:hidden

}
body {
    padding-top:100vh;
}


.clear, * html .clearfix, *:first-child + html .clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

    .clearfix:after {
        clear: both;
        content: ' ';
        display: block;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
        width: 0;
        height: 0;
    }

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.light-bg,.light-bg  .bg_brown {
background-color:#dfdcd6
}


.full-h {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    background-size:cover
}
.grid_3
{
        width: calc(25% - 3vw);
        margin-right:3vw;
        display:block
}

.grid_4
{
width: calc(33.33% - 2vw);
}
.flex-st .grid_3:last-child
{
    margin-right:0
}

.grid_6 {
    width: 50%;
    background-size: cover;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

img {
    border: none;
    max-width: 100%;
}

a, img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

textarea:focus, input:focus, select:focus {
    outline: none;
}
/* General */

.img {
    width: 100%;
    margin: 0;
    display: block;
}

.stick_section
{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:0
}
section 
{
    background-color:inherit;
    position:relative;
    z-index:1
}
.container {
    width: 1240px;
    max-width:calc(100% - 6vw);
    margin: 0 0 0 3vw;
}
.g_10
{
    width:calc(80% + 2.4vw);
}
.g_2
{
      width:calc(20% - 2.4vw);
      display:block
}

.ptb65 {
    padding: 5vw 0;
}
.pt65
{
    padding:5vw 0 0 0 
}
.pb65
{
    padding:0 0 5vw 0 
}
.ptl {
    padding-top: 180px;
}
.pbl {
    padding-bottom: 100px;
}
.pt0 {
    padding-top: 0;
}

.pt50
{
    padding-top:3vw
}
.b-top {
    border-top: 1px solid #4f5355;
}

.flex-s {
    display: flex;
    justify-content: flex-start;
    column-gap: 3vw;
}
.flex-st
{
    display:flex;
        justify-content: flex-start;
    align-items:flex-start;
    flex-wrap: wrap;
   
}
.flex-sb
{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap
}
.w390 {
     width: calc(33.33% - 2vw);
    max-width: 100%;
}

.grid_9
{
     width: calc(66.66% - 1vw);
  
        
}
.trn_top
{
    transform:translateY(-1em)
}

.pb {
    padding-bottom: 1em;
}

.mb {
    margin-bottom: 1em;
}

.mbl {
    margin-bottom: 2em;
}
.mb3
{
    margin-bottom:3vw;
}
.dwn
{
    display:flex;
    justify-content:space-between;
    width:100%;
    padding:0.55em  0.5em 0.5em   0.5em;
    text-transform:uppercase;
    background:#dfdcd6;
    border:1px solid #4f5355;
    line-height:1
   
}
.light-bg .dwn
{
    background:#fff
}
.scroll-down {
    display: block;
    position: absolute;
    width: 150px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 35px;
    font-size: 0.8em;
    color: #fff;
    text-align: center;
    z-index: 10;
}

    .scroll-down img {
        display: block;
        width: 30px;
        margin: 0 auto 10px auto;
    }
    
#cursor {
    position: absolute;
 
    width: 1em;
    height: 1em;
    z-index: -1;
    
   opacity:0;
   transition:opacity 0.5s;

 
}

.touch #cursor {
    display: none !important;
}



#cursor:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
 background:#505556;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
   
    z-index: 49;
}
#cursor.scale
 {    z-index: 41;
     opacity:1
 }

#c-dir
{
    position:absolute;
    top:0;
    width:6em;
    padding-left:2em;
    color:#505556;
    line-height:1;


}

/* Headings */
h1, h2, h3, h4 {
    font-family: "goldenbook", serif;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
        line-height: 1em;
}

p {
 margin-bottom:1em
}
div p:last-child
{
    margin-bottom:0
}
h1 {
    font-size: 3.2em;
}
h1.white{

    color:#fff;
    font-size:8em
}

h2 {
    font-size: 1.9em;
}

h3 {
    font-size: 7.5em;
    color: #fff;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 13;
    width: 100%;
    text-align: center;
}

h4 {
    font-size: 1.56em;
    padding-bottom:0.3em;
    margin-bottom:1em;
    border-bottom:1px solid  #4f5355
    
}
.g_10 h4
{
    width:calc(100% - 3vw)
}
h5{
            font-size: 0.93em;
            margin-bottom:0.2em;
            text-transform:uppercase
}
/* Navigation */
header {
    position: fixed;
    z-index: 1000;
    height: 8vh;
    width: 100%;
    padding: 0 3vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color:rgba(176,164,151,0);
    transition:background 0.5s;
    z-index:15;
    top:0;
    left:0
}

.logo {
    display: block;
    width: 7vw;
    min-width: 116px;
    transition: transform 0.7s;
}

header.moveLogo  {
    /*transform: translateY(-80px);*/
        background-color:rgba(176,164,151,1);
}

.h_link
{
    position:relative;
    display:block;
    
}

    .h_link img {
        transition:all 0.5s;
    }
.h_link:hover img{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.h_link:after{
    display:flex;
    justify-content:center;
    align-items:center;
    content:'VIEW';
    position:absolute;
    left:0;
   top:0;;
   background:rgba(0,0,0,0.1);
   color:#fff;
   opacity:0;
   transition:opacity 0.5s;
       width: 100%;
    height: 100%;
}
.h_link:hover:after{
    opacity:1
}
.logo svg {
    width: 100%;
    height: auto;
}

.enq {
    display: block;
    background: #fff;
    font-size: 0.85em;
    width: 8.15em;
    height: 2em;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position:relative;
    z-index:120
}
.nav-holder
{
    display:flex;
    column-gap:25px;
}
#nav-toggle {
  z-index: 120;
  cursor: pointer;
  width: 2.5em;
    height: 1.7em; 
  display: block;
  position:relative
}

#nav-toggle span {
  cursor: pointer;
  height: 0.22em;
  width: 2.5em;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
    top: 50%;
    transform:translateY(-50%);
  transition: all 0.6s ease-in-out;
}

#nav-toggle span:after {

  height: 100%;
  width:100%;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
  transition: transform 0.6s ease-in-out;
  bottom: -0.7em;
}

#nav-toggle span:before {

  height: 100%;
  width:100%;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
  transition: transform 0.6s ease-in-out;
    top: -0.7em;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:after {
  top: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);

}

#nav-toggle.active span:before {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  
}
#nav
{
    position:fixed;
    right:0;
    transform:translateX(100%);
    top:0;
    display:flex;
    padding:50px 20px;
    transition:transform 0.7s;
    justify-content:center;
    align-items:center;
    background-color:#505556;
    z-index:100;
    height:100%;
    width:50%;
}
#nav.active{
    transform:translateX(0)
}
#ul li{
    list-style:none;
    display:block;
    text-align:left;
    padding-left:10vw;
    color:#dfdcd6;
    padding:0.25em 0;
    font-size:2em;
        font-family: "goldenbook", serif;
}
#ul li a{
    display:block;
    line-height:1
}
#ul a span{
    position:relative;
    display:inline-block;
}
#ul a span:after{
    display:none;
    content:'';
    position:absolute;
    top:calc(50% - 3px);
    left:0;
    width:100% ;
    height:2px;
    background:#dfdcd6
}
#page-artisans #ul a.artisans span:after,
#page-makers #ul a.makers span:after,
#page-penthouse #ul a.penthouse span:after,
#page-reserve #ul a.reserve span:after,
#page-surrounds #ul a.surrounds span:after
{
    display:block
}
/* enquiry */
#enquire {
    background: #fff;
    position: relative;
    z-index: 2;
}

input, select {
    font-size: 1em;
    margin: 0 auto;
    padding: 1em 0 0.4em 0;
    margin-bottom: 10px;
    width: 100%;
    color: #4f5355;
    border: 0 none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border-bottom: 1px solid #4f5355;
    text-align: left;
    font-family: 'Dia';
}

select {
    text-align-last: left;
    text-align: left;
    -ms-text-align-last: left;
    -moz-text-align-last: left;
    text-align-last: left;
    background-image: url(/images/buttons/arrow-down.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
}

    select option {
        padding: 7px 5px;
        background: #fff;
        text-align-last: left;
        text-align: left;
        -ms-text-align-last: left;
        -moz-text-align-last: left;
        text-align-last: left;
    }

.b_submit {
    width: 8.15em;
    height: 2em;
    text-align: center;
    border: 1px solid #4f5355;
    padding: 0;
    margin: 40px 0 0 0;
    cursor: pointer;
}

.privacy {
    font-size: 0.8em;
    padding: 0 1em 0 0;
}

.chk_holder {
    margin: 13px 0 5px 0;
    color: #4f5355;
}

#chkInternational {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    cursor: pointer;
    display: inline-block;
    line-height: 25px;
    width: 20px;
    text-align: center;
}

    #chkInternational + label {
        padding: 2px 0 2px 26px;
        position: relative;
        text-align: center;
        display: block;
        color: #4f5355;
        font-size: 0.9em;
        font-family: inherit;
        display: inline;
        margin: auto;
    }

        #chkInternational + label:before {
            position: absolute;
            left: 0;
            width: 20px;
            height: 20px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            border: 1px solid #4f5355;
            content: '';
            display: block;
        }

        #chkInternational + label:after {
            position: absolute;
            left: 0;
            width: 5px;
            height: 11px;
            top: 50%;
            left: 8px;
            -webkit-transform: translateY(-60%) rotate(45deg) scale(0);
            transform: translateY(-60%) rotate(45deg) scale(0);
            border-bottom: 2px solid #4f5355;
            border-right: 2px solid #4f5355;
            content: '';
            display: block;
            -webkit-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
            -moz-transform: translateY(-60%) rotate(45deg) scale(0);
            -ms-transform: translateY(-60%) rotate(45deg) scale(0);
            -o-transform: translateY(-60%) rotate(45deg) scale(0);
}

    #chkInternational:checked + label:after {
        -webkit-transform: translateY(-60%) rotate(45deg) scale(1);
        transform: translateY(-60%) rotate(45deg) scale(1);
    }

input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
    color: #4f5355;
    opacity: 1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #4f5355;
    opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #4f5355;
    opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #4f5355;
    opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #4f5355;
    opacity: 1;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: transparent;
}

.ptb10 {
    padding: 10vh 0;
    font-size: 0.8em;
}


footer {
    padding: 50px 0;
    border-top: 1px solid #4f5355;
    background: #fff;
    font-size: 0.8em;
    position:relative;
    z-index:1
}

.logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

    .logos a {
        display: block;
            margin-right: 25px;
    }

        .logos a img {
            display: block;
            height: auto;
        }

.inner-logos {
    display: flex;
    align-items: center;
    
    justify-content: space-between;
}



    .inner-logos a:last-child {
        margin-right: 0;
    }
/* Token Style */
ul.token-input-list-project {
    border: none;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    text-align: left;
    text-align-last: left;
    text-align: -moz-left;
    text-align: -webkit-left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    clear: both;
}

li.token-input-input-token-project {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

ul.token-input-list-project li input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100% !important;
}

li.token-input-token-project p {
    display: inline;
    padding: 0;
    margin: 0 5px 0 0;
    line-height: 20px;
    font-size: 11px;
}

li.token-input-token-project {
    overflow: hidden;
    height: 25px;
    margin: 0;
    padding: 2px 5px;
    background-color: #ccc;
    color: #4f5355;
    cursor: default;
    border: 1px solid #525252;
    font-size: 12px;
    white-space: nowrap;
    list-style: none;
    display: inline-block;
}

div.token-input-dropdown-project {
    position: absolute;
    width: 100%;
    background-color: #fff;
    overflow-x: hidden;
    cursor: default;
    font-size: 11px;
    z-index: 13;
    color: #4f5355;
}

    div.token-input-dropdown-project ul {
        margin: 0;
        padding: 0;
        display: block !important;
        max-height: 205px;
    }

        div.token-input-dropdown-project ul li {
            background-color: #fff;
            font-size: 14px;
            padding: 3px;
            margin: 0;
            list-style-type: none;
            font-weight: 100 !important;
        }

            div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
                background-color: #fff;
            }

            div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
                background-color: #fff;
            }

            div.token-input-dropdown-project ul li em {
                font-weight: bold;
                font-style: normal;
            }

            div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
                background-color: #ccc;
                color: #fff;
            }
/* Parsley-error */
ul.parsley-errors-list.filled, ul.parsley-errors-list {
    font-size: 10px;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: left;
    top: 0;
}

    ul.parsley-errors-list.filled li, ul.parsley-errors-list li {
        padding: 0;
        text-align: left;
        color: #F00D0D;
    }

* {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

span.br {
    display: block;
}

.mob {
    display: none;
}

#discalimer-link {
    display: inline-block;
    margin-left: 10px;
}

#disclaimer {
    display: none;
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #e1e0d7;
    opacity: 0;
    transition: opacity 0.7s;
}

    #disclaimer .container {
        height: 100vh;
        overflow-y: scroll;
        padding: 120px 0 60px 0;
    }

    #disclaimer p {
        margin-bottom: 1em;
        max-width: 1000px;
    }

.f19 {
    font-size: 1.26em;
    padding-top: 20px;
}

.sticky {
    position: fixed;
    background: #e1e0d7;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 25px 50px;
}

/* POPUP */
.popup-container {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 99;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
}
.bg_brown {
background-color:#b3a495;
color:#4f5355
}
.darkbg {
    height: 100vh;
    width: 100%;
    background-color: #4f5355;
    opacity: 0.4;
    cursor: default;
    display: block;
}
#popup {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    top: 50%;
    left: 50%;
    max-width: 1200px;
    width: 90%;
    max-height: 90vh;
    aspect-ratio: 3/2;
    background-image: url('/images/popup/bg.jpg');
    background-position: center center;
    background-size: cover;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.popup-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.popup-content h2,
.popup-content p {
    text-align: center;
    color: #fff;
}
.popup-content h2 {
    font-size: clamp(50px, 4.2vw, 80px);
    padding-bottom: 30px;
}
.btn {
    padding: 10px 30px;
    background-color: #fff;
    color: #4f5355;
    max-width: fit-content;    
}

.close {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 40px;
  height: 40px;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 40px;
  width: 2px;
  background-color: #fff;
}
#close:before, #close:after {
     background-color: #4f5355;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

.dark-close::before, .dark-close::after {
    background-color: #525252 !important;
}
#map{
    width:100%;
    height:80vh
}

.top-det
{
    padding:1.5em 0;
    margin:1.5em 0;
    border-top:1px solid #4f5355;
    border-bottom:1px solid #4f5355;
    position:relative;
    cursor:pointer
}
.top-det p{
    margin:0;
       line-height:1
   
}
.plus{
    width:1.66em;
    height:1.66em;
    position:absolute;
    display:block;
    right:0;
    top:50%;
    transform:translateY(-50%)
}
.plus:after,.plus:before{
    position:absolute;
    display:block;
    content:'';
    width:0.07em;
    height:100%;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background:#4f5355;
    transition:height 0.5s;


}
.plus:before
{
    height: 0.07em;
    width:100%
}
.top-det.active 
{
    border-bottom:none
}
.top-det.active .plus:after{
    height:0%;

}
.hide-det
{
    display:none;
    padding-right:1em
}
/* EVENT PAGE */

#page-event,
#page-event footer,
#page-event #enquire {
    background-color: #e1e0d7;
}

#page-event main {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.event-logo {
    position: absolute;
    top: 40px;
    left: 50px;
}

@media screen and (max-width : 1920px) {
    .inner-logos {
      
        justify-content: flex-start;
    }

    .logos a {
        margin-right: 25px;
    }

      
}

@media screen and (max-width : 1024px) {
}

@media screen and (max-width : 1000px) {
    .grid_6 {
        width: 100%;
        height: 50%;
    }
    h1.white{
        font-size:7em
    }
    .h31 {
        top: 80%;
    }

    .h32 {
        top: 20%;
    }

    .t-desc {
        display: none !important;
    }
}

@media screen and (max-width : 760px) {
    #cursor
    {
        display:none
    }
    #popup .close {
        top: 20px;
        right: 20px;
    }

    .desc {
        display: none !important;
    }

    .ptl {
        padding-top: 120px;
    }


    body {
        font-size: 16px;
    }

    header {
        position: fixed;
     
        height: 80px;
        width: 100%;
        padding: 0 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #nav {

    width: 100%;
}
    .w390 {
    width: 100%;

}
    .grid_3 {
    width: 100%;
    margin-right: 0;
    margin-bottom:30px

}
    h3 {
        font-size: 75px;
    }

    h1 {
        font-size: 40px;
    }

    .container {
        width: calc(100% - 60px);
    }

    .event-logo {
        left: 30px;
    }

    span.br {
        display: none;
    }

    .flex-s {
        display: block;
    }

    footer {
        font-size: 12px;
    }

    

    .b_submit {
        margin: 40px 0;
    }

    .mob {
        display: block;
    }



    .sticky {
        padding: 25px 25px;
    }

    .privacy {
        padding: 0;
    }

    .inner-logos {
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .inner-logos a {
            margin: 0;
            display: block;
        }

    .logos a img {
        display: block;
        height: auto;
        transform: scale(0.85);
            margin: auto;
        max-width: 86px;
    }
    .ptb65 {
    padding: 40px 0;
}
    .pt65{
        padding-top:40px
    }
    .pb65{
        padding-bottom:40px
    }
    #popup {
        aspect-ratio: 2/3;
        padding: 0 30px;
    }
    h1.white{

    
    font-size:13vw}
    #map{
        height:100vw
    }
    .grid_4 {
    width: 100%;
    margin-top: 30px;
}
    .g_10,.g_2,.grid_9 {
    width: 100%;
}
    .mbm
    {
        margin-bottom:40px !important
    }
    .logo-b
    {
        display:none !important;
   
        
    }
        .logo-b img{
            margin:auto
        }
}

@media screen and (max-width : 420px) {
        h1.white{

    
    font-size:50px
}
}
