﻿@charset "utf-8";  
/*
font-family: "Funnel Display", sans-serif;
font-family: "Radley", serif;
*/

input,select,textarea{border-radius: 0;-webkit-border-radius:0; -moz-border-radius:0; }
input:not([type="checkbox"]):not([type="radio"]),
select,textarea{-webkit-appearance: none;-moz-appearance: none;appearance: none;}

html{-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;height: 100%;height: 100%;padding: 0;margin: 0;}

body{margin: 0;padding:0;font-family: var(--radley-font); font-size: calc(18 / var(--main-width));line-height: calc(22 / var(--main-width));letter-spacing: calc(0.18 / var(--main-width));color:var(--primary-color); font-weight: 400;background-color:var(--white-color);overflow-y:scroll;overflow-x:hidden;}

body, button, input, select, textarea{color: var(--primary-color);}
div, h1, h2, h3, h4, h5, h6, p, span{padding: 0px;margin: 0px;}
/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection{background: #000000;color: #ffffff;text-shadow: none;}
::selection{background: #000000;color: #ffffff;text-shadow: none;}

/* =============================================================================
   Links
   ========================================================================== */

a{color:var(--primary-color);text-decoration:none;outline: none;position: relative;}
a:hover{text-decoration:none;}
a:focus{outline: none;}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active{outline: 0;}
img {border-style:none}
/* =============================================================================
   Lists
   ========================================================================== */

ul, ol{margin:0;padding-left: 0;list-style-type:none;}
li ul, li ol{margin: 0;padding:0;}

/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img{border: 0;-ms-interpolation-mode: bicubic;vertical-align: middle;border-style:none;outline:none;}

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root){overflow: hidden;}

/* =============================================================================
   Tables
   ========================================================================== */

table{border-collapse: collapse;border-spacing: 0;}
td{	vertical-align: top;}

/* ==== primary styles =====================================================
   Author: Abbas Tahir
   ========================================================================== */

/* For image replacement */
.ir{display: block;border: 0;text-indent: -999em;overflow: hidden;background-color: transparent;background-repeat: no-repeat;text-align: left;}
.ir a{display: block;height: 100%;}
.hidden{display: none !important;visibility: hidden;}
  
/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after{content: "";display: table;}
.clearfix:after{clear: both;}
.clearfix{zoom: 1;}   
.web{display:block;}
.mobile{display:none;}
.webhide{display:block;}
.mobilehide{display:none;}
*{box-sizing:border-box;} 

html.lenis{height: auto;}
.lenis.lenis-smooth {scroll-behavior: auto;}
.lenis.lenis-smooth [data-lenis-prevent] {overscroll-behavior: contain;}
.lenis.lenis-stopped {overflow: hidden;}
.lenis.lenis-scrolling iframe {pointer-events: none;}

:root{
   --main-width: 1366 * 1366px; 
   --white-color: #ffffff;
   --black-color: #000000; 
   --primary-color: #2B2D34;
   --grey-color: #F5F5F5;
   --funnel-display-font: "Funnel Display", sans-serif;
   --radley-font: "Radley", serif;
}

.web{display:grid !important;}
.mobile{display:none !important;}


a:not(.logo,.btn,.menu,.btn-slick,.client-info .column>a,.brand>a,.event-row)::before{content:'';position: absolute;width: 100%;height: calc(1 / var(--main-width));background-color: var(--primary-color);bottom:calc(-2 / var(--main-width));left: 0;transform-origin: center;transform: scaleX(0);transition: transform .2s ease-in-out;}
a:not(.logo,.btn,.menu,.btn-slick,.client-info .column>a,.brand>a,.event-row):hover::before,
a:not(.logo,.btn,.menu,.btn-slick,.client-info .column>a,.brand>a,.event-row).active::before{transform-origin: center;transform: scaleX(1);}


/* .web {display: block;}
.mobile {display: none;} */
#outer-wrapper {width: 100%;position: relative;margin: 0;}

header{width:100%;height: calc(70 / var(--main-width));background-color: transparent;margin:0;padding:0;z-index:99999999;position:fixed;top:0;left: 0;transition: all .5s ease;}
header #header{width: 100%;height:calc(70 / var(--main-width));max-width:1366px;display: flex;flex-wrap:wrap;align-items: center;justify-content: space-between;margin:0 auto;padding:0 calc(75 / var(--main-width)) 0 calc(85 / var(--main-width));position:relative;}
header .logo{width:calc(66 / var(--main-width));height: calc(26 / var(--main-width));background-image:url(../images/logo-b.svg);background-repeat:no-repeat;background-size:100% auto;background-position: center; text-decoration:none;transition: all .5s ease-in-out;}
header .logo img{width: 100%;display: none;}

header nav{width: 50%;display: grid;grid-template-columns: 1fr;height: 100%;justify-content: right;justify-items: right;align-items: center;}
header nav ul{width: 100%;margin:0;padding:0;list-style:none;display: grid;grid-auto-flow: column;align-items: center;justify-content: end;}
header nav ul li{border-right: 1px solid #002B52;height: calc(15 / var(--main-width));display: flex;padding: 0 calc(26 / var(--main-width));margin-bottom: 0;display: none;}
header nav ul li.nmr-logged-out{display: flex;}
header nav ul li:last-of-type{border-right: 0;padding-right: 0;display: grid;}
header nav ul li a{font-family: var(--funnel-display-font);font-weight: 700; font-size: calc(12 / var(--main-width));line-height: calc(15 / var(--main-width));letter-spacing: calc(4.8 / var(--main-width));text-transform: uppercase;text-decoration:none;position: relative;}

body.hide header{top: calc(-70 / var(--main-width));} 
body.abbas header{background-color: var(--white-color);} 

body.white header{background-color: var(--primary-color);}
body.white header .logo{background-image:url(../images/logo-w.svg);}
body.white header nav ul li a{color: var(--white-color);}
body.white header nav ul li a::before{background-color: var(--white-color) !important;}
body.white header nav ul li{border-color: #fff;}

 
body.home:not(.abbas) header{background-color: transparent;}
body.home:not(.abbas) header .logo{opacity: 0;}

body.home.abbas header{background-color: var(--white-color);}
body.home.abbas header .logo{background-image:url(../images/logo-b.svg);}
body.home.abbas header nav ul li a{color: var(--primary-color);}
body.home.abbas header nav ul li{border-color: #002B52;}
body.home header nav ul li{border-color: #fff;}

body.other:not(.abbas) header{background-color: transparent;}

body.grey{background-color: var(--primary-color);}

/* body.no-shade .shade{display: none !important;} */

main {width: 100%;margin: 0;padding:0;position: relative;/*margin-bottom: 660px;*/background-color: var(--beige-color);}
:where(section,article,figure,aside) {width: 100%;display: grid;grid-template-columns: 100%;margin: 0;padding: 0;position: relative;}
article{align-items: start;}
figure{background-size: cover;background-repeat: no-repeat;background-position: center center;}
figure img{width: 100%;display: none;}
.inner {width: 100%;max-width: 1366px;margin: 0 auto;padding: 0 calc(85 / var(--main-width));position: relative;}
video{width: 100%;height: 100%;object-fit: cover;border:0;object-position: center center;}

/* .logo-stagger{height: 661px;background-color: transparent;width: 1px;position: absolute;bottom: -660px;left: 0;visibility: hidden;display: none !important;} */


:where(h1,h2,h3,h4,h5,h6,p,ul,li){width: 100%;color: var(--primary-color);font-weight: 400;} 
h1,h2{font-size: calc(40 / var(--main-width));line-height: calc(45 / var(--main-width));letter-spacing: calc(4 / var(--main-width));}
h2{margin-bottom: calc(37 / var(--main-width));}
/* h2{font-size: 35px;line-height: 100%;} 
h2 .small{font-size: 70px;line-height: 51px;color: var(--red-color);}*/
h3{font-family: var(--funnel-display-font);font-weight: 700;text-transform: uppercase; font-size: calc(14 / var(--main-width));line-height: calc(18 / var(--main-width)); letter-spacing: calc(5.6 / var(--main-width));margin-bottom: calc(27 / var(--main-width));}
h4,h5,h6{font-family: var(--funnel-display-font);font-weight: 700;text-transform: uppercase;font-size: calc(10 / var(--main-width));line-height: calc(13 / var(--main-width));letter-spacing: calc(4 / var(--main-width));}
p,li{margin-bottom: calc(12 / var(--main-width));}
:where(p,li):last-of-type {margin-bottom: 0;} 
ul{list-style: disc;}
blockquote{background-color: #f3f4f7;width: auto;padding:75px 20px 20px 20px;float: left;margin: 0;margin-bottom: 20px;position: relative;}
blockquote::before{width: auto;position: absolute;left: 20px;top: 0; content: "“";font-size: 136px;font-family: Arial, Helvetica, sans-serif;height: 50px;margin-left: -5px;}

.btn{min-width: calc(135 / var(--main-width));height: calc(35 / var(--main-width));text-transform: uppercase; background-color: var(--white-color);border: 1px solid var(--primary-color);color: var(--primary-color);
  padding: calc(0 / var(--main-width)) calc(12 / var(--main-width)) calc(0 / var(--main-width)) calc(15 / var(--main-width));cursor: pointer;transition: 0.3s;display: inline-flex;text-align: center;align-items: center;font-size: calc(12 / var(--main-width));line-height: calc(15 / var(--main-width));letter-spacing: calc(4.8 / var(--main-width));
  font-family: var(--funnel-display-font);font-weight: 700;justify-content: center;align-self: center;position: relative;}
.btn:hover{background: var(--primary-color);color: var(--white-color);}

.btn.bl{background-color: var(--primary-color);border: 1px solid var(--primary-color);color: var(--white-color);}
.btn.bl:hover{background: transparent;color: var(--primary-color);}
.btn.disable{background-color: rgba(43, 45, 52, 0.2) !important;border-color: rgba(43, 45, 52, 0.2) !important;color: var(--white-color) !important;cursor: default;}
body.home .event-section .event-card .buttons .btn.disable{background-color: #6b6b6b !important;border-color: #9d9d9d !important;color:#ababab !important;cursor: default;}


.btn.download{left: calc(6 / var(--main-width));}
.btn.download::after{content: "";width: calc(14 / var(--main-width));height: calc(14 / var(--main-width));top: calc(11 / var(--main-width));right: calc(13 / var(--main-width));background: url('../images/download-icon.png') no-repeat center;background-size: 100% auto;}
.btn.download:hover::after {background: url('../images/download-icon-hover.png') no-repeat center;background-size: 100% auto;}/* 
.video-box{ position:sticky;position: -webkit-sticky;height: 100vh;float:left; width: 100%;position:relative;}
.video-box img{width: 100%; float:left;height:100%;}
.video-box iframe{ position: absolute !important; top: 0 !important; left:0 !important;margin-top: 0 !important; margin-left:0 !important; width: 100% !important; height: 100% !important; }
 @media (min-aspect-ratio: 16 / 9) {.video-box iframe {height: 500% !important;top: -200% !important;}}
 @media (max-aspect-ratio: 16 / 9) {.video-box iframe {width: 500% !important;left: -200% !important;}}
.video-box .player{ position: absolute !important; top: 0; left:0; width: 100%; height: 100vh; background-color:#000000; } */

.hero-box{background-color:var(--grey-color);height: 100dvh;} 
.hero-box .slide-repeat{width:100%;height:100dvh;display: grid;grid-template-columns: 1fr;position: relative;justify-items: center;align-items: center;}
.hero-box .bg{width: 100%;height: 100%;background-image: none !important;overflow: hidden;}
.hero-box .bg img{width: 100%;height: 100%;object-fit: cover;display: block;object-position: center;}
.hero-box video{height: 100%;}

.hero-box .logo{position: absolute;width: 100%;height: 100%;left: 0;top: 0;display: grid;align-items: center;justify-content: center;}
.hero-box .logo :where(img,svg){width: calc(648 / var(--main-width));} 
.hero-box .text-l{position: absolute;width: auto;height: calc(70 / var(--main-width));left: calc(85 / var(--main-width));top: 0;display: grid;align-items: center;}

.hero-box .hero-cover-box{position: absolute;width: 100%;height: 100%;left: 0;top: 0;align-items: normal;}


.glide__arrow {outline: none;position: absolute;display: block;top: 50%;padding: 0;background-color: red;border: 2px solid rgba(255, 255, 255, 0.5);opacity: 1;cursor: pointer;z-index: 2;}
.glide__arrow:focus {outline: none;}
.glide__arrow:hover {background-color: #002B52;}
.glide__arrow--left {left: 2em;}
.glide__arrow--right {right: 2em;}
.glide__arrow--disabled {opacity: 0.33;}

.glide-nav-box{width: 100%;position: absolute;left: 0;bottom: calc(30 / var(--main-width));align-items: start; z-index: 2;-webkit-touch-callout: none;user-select: none;}
.glide-nav-box .inner{display: flex;gap: calc(15 / var(--main-width));}
.glide-nav-box .glide-nav {display: flex;list-style: none;gap: calc(10 / var(--main-width));align-items: center; height: calc(10 / var(--main-width));}
.glide-nav-box .glide-nav a {background-color: rgba(255, 255, 255, 0.25);width: calc(20 / var(--main-width));height: calc(2 / var(--main-width));cursor: pointer;outline: none;border: 0;} 
.glide-nav-box .glide-nav p{display: none;font-family: var(--funnel-display-font);font-size:calc(8 / var(--main-width));line-height: 1;letter-spacing: calc(3.2 / var(--main-width));color: var(--white-color);margin-bottom: 0;}
.glide-nav-box .glide-nav a.glide__bullet--active{background-color: rgba(255, 255, 255, 1);}
.glide-nav-box .glide-nav p.glide__bullet--active{display: block;}
/*.glide--swipeable {cursor: grab;cursor: -moz-grab;cursor: -webkit-grab;}
.glide--dragging {cursor: grabbing;cursor: -moz-grabbing;cursor: -webkit-grabbing;}*/
.glide__track {overflow: hidden;}
.glide__slides {position: relative;width: 100%;list-style: none;backface-visibility: hidden;transform-style: preserve-3d;touch-action: pan-Y;overflow: hidden;margin: 0;padding: 0;white-space: nowrap;display: flex;flex-wrap: wrap;will-change: transform;}
.glide__slides--dragging {user-select: none;} 
.glide__arrows {-webkit-touch-callout: none;user-select: none;}
.glide--rtl{direction: rtl;}

.home-intro-text article{justify-items: center;padding-top: calc(68 / var(--main-width));padding-bottom: calc(166 / var(--main-width));}
.home-intro-text article::before{width: calc(100% + (85 / var(--main-width)));height: 100%;content: "";position: absolute;right: calc(-85 / var(--main-width));top: 0; background-color: var(--grey-color);z-index: -1;}
.home-intro-text .info{width: calc(740 / var(--main-width));position: relative;justify-items: left;display: grid;}
.home-intro-text .info h1{display: grid;font-size:calc(25 / var(--main-width));line-height: calc(33 / var(--main-width));letter-spacing: calc(2.5 / var(--main-width));}
 

.image,.text-box {width: 100%;display: grid;grid-template-columns: 1fr;position: relative;}
.image img{width: 100%;display: block;}
.buttons{margin-top: calc(46 / var(--main-width));display: flex;gap: calc(38 / var(--main-width));flex-wrap: wrap;}
 
.wh :where(small,h4,h1,h2,h3,p,li){color: var(--white-color);}
.wh .note a{color: var(--white-color);}
.wh .buttons .btn:hover{border-color: var(--white-color);}
.wh .buttons .btn.bl{border-color: var(--white-color);}
.wh .buttons .btn.bl:hover{background-color: var(--white-color);color: var(--primary-color);}

.society-section{padding-top: calc(42 / var(--main-width));padding-bottom:calc(75 / var(--main-width));} 
.society-section article{grid-template-columns: 41.973% 47.993%;gap: 10.033%;align-items: start;}
.society-section .image {margin-top: calc(-130 / var(--main-width));}
.society-section .image .est{width: 100%;padding-left: calc(101 / var(--main-width));font-size: calc(44 / var(--main-width));line-height: calc(33 / var(--main-width)); letter-spacing: calc(4.4 / var(--main-width));color: var(--primary-color);position: absolute;left:calc(100% + (calc(18 / var(--main-width))));top: 0;opacity: 0.10;}
.society-section .image .est::before{width: calc(87 / var(--main-width));height: calc(2 / var(--main-width));position: absolute;left: 0;top: 50%;opacity: 1;background-color: var(--primary-color);content: "";}
.society-section .text-box p{width: 82%;}
 
.event-calendar-section article{display: grid;grid-template-columns: 45.903% 27.759%;gap: 11.288%;padding-top: calc(78 / var(--main-width));padding-bottom:calc(97 / var(--main-width));align-items: start;position: relative;}
.event-calendar-section article::before{width: calc(100% - (95 / var(--main-width)));height: calc(100% + (195 / var(--main-width)));content: "";position: absolute;left: calc(-85 / var(--main-width));top: 0; background-color: var(--grey-color);z-index: -1;}
.event-calendar-section .image {margin-top: calc(-78 / var(--main-width));}
.event-calendar-section .buttons .btn{background-color:var(--grey-color);}
.event-calendar-section .buttons .btn:hover{background: var(--primary-color);}

/* Home Event Page ------------------------------ */
.event-section.h-event article{grid-template-columns: 47.950219619326504% 52.049780380673496%;align-items: center;}
.event-section.h-event .event-card{padding-left:calc(115 / var(--main-width));min-height: calc(468 / var(--main-width));}
.event-section .inner{padding: 0;}
.event-section.details{background-color: var(--primary-color);}
.event-section.details .inner{max-width: initial;}
.event-section .image p{position: absolute;left: calc(30 / var(--main-width));bottom: calc(30 / var(--main-width)); font-family: var(--funnel-display-font);font-weight: 700;text-transform: uppercase; font-size: calc(7 / var(--main-width));line-height: calc(9 / var(--main-width)); letter-spacing: calc(2.8 / var(--main-width));color: var(--white-color);}
.event-section .event-card{background-color: var(--primary-color);padding-top:calc(60 / var(--main-width));padding-bottom:calc(75 / var(--main-width));padding-left:calc(131 / var(--main-width));width: 100%;min-height: calc(460 / var(--main-width));}
.event-section .event-card small{display: grid; font-family: var(--funnel-display-font);font-weight: 700; font-size: calc(14 / var(--main-width));line-height: calc(18 / var(--main-width)); letter-spacing: calc(5.6 / var(--main-width));margin-bottom: calc(20 / var(--main-width));}
.event-section .event-card h4{font-family: var(--funnel-display-font);font-weight: 300;font-size: calc(50 / var(--main-width));line-height: calc(63 / var(--main-width)); letter-spacing: calc(0.5 / var(--main-width));margin-bottom: calc(17 / var(--main-width));}
.event-section .event-card :where(h1,h2){margin-bottom: calc(30 / var(--main-width));}
.event-section .event-card > :where(h3,.note){margin-bottom: calc(9 / var(--main-width));}
.event-section .event-card .nb{font-weight: 400;margin-bottom: 0;}
.event-section .event-card .buttons{margin-top: calc(40 / var(--main-width));}
.event-section .event-card .note{display: block;font-family: var(--funnel-display-font);font-weight: 700;text-transform: uppercase;font-size: calc(10 / var(--main-width));line-height: calc(13 / var(--main-width)); letter-spacing: calc(4 / var(--main-width));margin-top: calc(32 / var(--main-width));margin-bottom: 0;}
.event-section .event-card .note a{position: relative;}
.event-section .event-card .note a::before{bottom:calc(1 / var(--main-width));transform: scaleX(1);}
.event-section .event-card .note a:hover::before{transform: scaleX(0);}

 .event-section.h-event .image figure img{height:100%;height:100%;height:277px;object-fit:cover;object-position:center center;overflow:hidden;}

/* Event List Page ------------------------------ */
.event-section.events article{grid-template-columns: 1fr;align-items: start;}
.event-section.events .event-list{width: 100%;}
.event-section.events .event-list .image{width: 50%;}
.event-section.events .event-list .event-card{width: 50%;background-color: var(--white-color);}

.event-section.events .event-list .lt{float: left;clear: left;}
.event-section.events .event-list .rt{float: right;clear: right;}
.event-section.events .event-list .lt a::before{display:none;}

.event-section.events .event-list .lt:nth-of-type(4n-1){float: right;clear: right;}
.event-section.events .event-list .rt:nth-of-type(4n){float: left;clear: left;}
.event-section.events .event-list .event-card:nth-of-type(4n){padding-left: calc(85 / var(--main-width));}
 
.event-section.venues .event-list .rt{padding-top:calc(85 / var(--main-width));padding-bottom:calc(95 / var(--main-width));padding-left:calc(75 / var(--main-width));padding-right:calc(45 / var(--main-width));min-height: calc(260 / var(--main-width));}
.event-section.venues .event-list .event-card :where(h1,h2){font-size: calc(30 / var(--main-width));line-height: calc(33 / var(--main-width));letter-spacing: calc(3 / var(--main-width));margin-bottom: calc(20 / var(--main-width));}
.event-section.venues .event-list .event-card > :where(h3,.note){font-size: calc(12 / var(--main-width));line-height: calc(15 / var(--main-width));letter-spacing: calc(3.6 / var(--main-width));margin-bottom: calc(0 / var(--main-width));}
.event-section.venues .event-list .event-card :where(h2,h3) br{display: none;}

 
.event-section.venues .event-list .event-card:nth-of-type(4n){padding-left: calc(85 / var(--main-width));}

/* Event Detail Page ------------------------------ */
.event-section.details{background-color: var(--primary-color);}
.event-section.details article{grid-template-columns: 50% 50%;align-items: start;}
.event-section.details .image{position: sticky;top: 0;height:100dvh}

.event-section.details .event-card{padding-top:calc(133 / var(--main-width));padding-right: calc(85 / var(--main-width));}
.event-section.details .event-card .detail{width: 100%;display: grid;gap: 0;margin-top: calc(60 / var(--main-width));}
.event-section.details .event-card .detail .large{width: 100%;display: grid;font-size: calc(20 / var(--main-width));line-height: calc(23 / var(--main-width)); letter-spacing: calc(0.2 / var(--main-width));margin-bottom: calc(25 / var(--main-width));}
.event-section.details .event-card .detail p{font-size: calc(14 / var(--main-width));line-height: calc(19 / var(--main-width)); letter-spacing: calc(0.14 / var(--main-width));}

.event-section.details .image .slider{width: 100%;display: grid;}
.event-section.details .image .glide-nav-box{left: auto;right: calc(28 / var(--main-width));}
.event-section.details .image .glide-nav-box .glide-nav{justify-content: end;}

/* .event-section.details .image .slider figure{height: calc(800 / var(--main-width))} */
.event-section.details .image img{height: 100dvh;object-fit:cover;}

 
.event-section.news{background-color: var(--white-color);}
.event-section.news .event-card{background-color: var(--white-color);}
.event-section.news .event-card > h4{font-size: calc(20 / var(--main-width));line-height: calc(25 / var(--main-width)); letter-spacing: calc(2 / var(--main-width));margin-bottom: calc(40 / var(--main-width));}
/*.event-section.news .event-card > :where(h3,h4){font-size: calc(20 / var(--main-width));line-height: calc(25 / var(--main-width)); letter-spacing: calc(2 / var(--main-width));margin-bottom: calc(40 / var(--main-width));}
.event-section.news .event-card > :where(h3){letter-spacing: calc(8 / var(--main-width));margin-bottom: calc(3 / var(--main-width));}*/
.event-section.news .event-card .image{object-fit: cover;height: 100dvh;}

.contact-section article{grid-template-columns: 38.87959866220736% 41.22073578595318%;gap: 13.294314381270903%;padding-top: calc(61 / var(--main-width));padding-bottom:calc(119 / var(--main-width));align-items: start;}
.contact-section .image {margin-top: calc(85 / var(--main-width));}
.contact-section .image .est{margin-top: 20px;font-size: 18px;letter-spacing: 4px;color: #bbb;position: absolute;right: 0;top: 0;}
 
.event-table{padding-bottom: calc(133 / var(--main-width));}
.event-row{display: grid;grid-template-columns: 1.6fr 1.9fr 1.4fr .5fr;align-items: start;padding: 0;position: relative;}
.event-row p{margin-bottom: 0;}
.event-header div{font-family: var(--funnel-display-font);font-weight: 700; font-size: calc(10 / var(--main-width));line-height: calc(13 / var(--main-width)); letter-spacing: calc(4 / var(--main-width));padding-top: 0;padding-bottom: calc(15 / var(--main-width));border-bottom: none;}
.event-row p{font-family: var(--funnel-display-font);font-weight: 700; font-size: calc(12 / var(--main-width));line-height: calc(15 / var(--main-width)); letter-spacing: calc(3.6 / var(--main-width));padding-top: 0;padding: calc(15 / var(--main-width)) 0;border-bottom: none;}
.event-row:not(.event-header){border-top: 1px solid var(--primary-color);}
.event-row:not(.event-header):hover::before{background-color: var(--primary-color);width: calc(100% + ((85*2) / var(--main-width)));height: calc(100% + ((2) / var(--main-width)));position: absolute;left: calc(-85 / var(--main-width));top: calc(-1 / var(--main-width));content: "";z-index: -1;}
.event-row:not(.event-header):hover p{color: var(--white-color);}
.event-row.event-header + .event-row {border-top: 0;}
.event-table .btn{margin-top: calc(45 / var(--main-width));}


.pt70{padding-top: calc(70 / var(--main-width));}

.page-intro-text article{padding-top: calc(133 / var(--main-width));padding-bottom: calc(67 / var(--main-width));}
.page-intro-text .info{width: 100%;position: relative;justify-items: left;display: grid;align-content: start;}
.page-intro-text .info{width:calc(755 / var(--main-width));}
.page-intro-text .info :where(h1,h2){margin-bottom:calc(35 / var(--main-width));}
.page-intro-text .info :where(p,li){font-size:calc(18 / var(--main-width));line-height: calc(22 / var(--main-width));letter-spacing: calc(0.18 / var(--main-width));}
.page-intro-text .info .large{font-size:calc(25 / var(--main-width));line-height: calc(22 / var(--main-width));letter-spacing: calc(0.25 / var(--main-width));margin-bottom: calc(12 / var(--main-width));}
.page-intro-text .info .large a::before{transform: scaleX(1);}
.page-intro-text .info .small{font-family: var(--funnel-display-font);font-weight: 700;font-size:calc(10 / var(--main-width));line-height: calc(13 / var(--main-width));letter-spacing: calc(4 / var(--main-width));margin-bottom: calc(15 / var(--main-width));}
.page-intro-text .info .small:last-of-type{margin-bottom: 0;}

.page-intro-text.contact .info p:not(.large),
.page-intro-text.i-ev .info p{font-size:calc(20 / var(--main-width));line-height: calc(23 / var(--main-width));letter-spacing: calc(0.2 / var(--main-width));}

.page-intro-text.i-ev article{grid-template-columns: 50% 50%;}
.page-intro-text.i-ev .info{width: 100%;}
.page-intro-text.i-ev .info h3{margin-top: auto;margin-bottom: calc(17 / var(--main-width));}
.page-intro-text.i-ev .info.lt img{width: calc(74 / var(--main-width));position: absolute;right: 0;bottom: calc(30 / var(--main-width));}
.page-intro-text.i-ev .info.lt h2{margin-bottom: calc(-10 / var(--main-width));}
.page-intro-text.i-ev .info.lt h1{width: 100%;font-family: var(--funnel-display-font);font-weight: 300;font-size:calc(150 / var(--main-width));line-height: calc(188 / var(--main-width));letter-spacing: calc(1.5 / var(--main-width));margin-bottom: 0;}
.page-intro-text.i-ev .info.rt{height:100%;padding-top: calc(15 / var(--main-width));}
.page-intro-text.i-ev .info.rt{padding-left:calc(147 / var(--main-width));}

.page-intro-text.contact, .terms.privacy, .join-section,
.page-intro-text.m-area{min-height: calc(100dvh - (120 / var(--main-width)));}
.page-intro-text.m-area .info{width: calc(500 / var(--main-width));}
.page-intro-text.m-area .info h3{margin-bottom: calc(16 / var(--main-width));}
.page-intro-text.m-area .buttons{gap: calc(30 / var(--main-width));margin-top: calc(95 / var(--main-width));}
.page-intro-text.m-area .buttons:first-of-type{margin-top: calc(15 / var(--main-width));}
.page-intro-text.m-area .info .btn{min-width: calc(210 / var(--main-width));}
.page-intro-text.contact .info h3{margin-top:calc(75 / var(--main-width));}

.page-intro-text.generic-p .info {width: calc(955 / var(--main-width));}
.page-intro-text.generic-p .info :where(h2,h3){margin-top:calc(15 / var(--main-width));margin-bottom:calc(15 / var(--main-width));}
.page-intro-text.generic-p .info :where(ul,ol){list-style: disc;padding-left: calc(20 / var(--main-width));margin-top:calc(15 / var(--main-width));}
.page-intro-text.generic-p .info ol{list-style: decimal;}

.join-section .text-box{text-align:center;}

.page-intro-text.m-list .info .small{color: rgba(43, 45, 52, 0.25);}
.page-intro-text.m-list .info .small a{color: rgba(43, 45, 52, 0.25);}
.page-intro-text.m-list .info .small a::before{background-color: rgba(43, 45, 52, 0.25);}

.page-intro-text.news article{padding-bottom: calc(35 / var(--main-width));}
.page-intro-text.news .info{width: 100%;display: flex;justify-content: space-between;}
.page-intro-text.news .buttons{width: calc(700 / var(--main-width)); gap: calc(30 / var(--main-width));margin-top: calc(10 / var(--main-width));justify-content: end;align-content: start;}

.page-intro-text.venues .info {width: calc(520 / var(--main-width));}

.page-intro-text.pcaptains article{padding-top: calc(65 / var(--main-width));padding-bottom: calc(50 / var(--main-width));}
.page-intro-text.pcaptains .info{width:calc(685 / var(--main-width));}

.page-intro-text.bd .info{width: calc(555 / var(--main-width));}


.p-captain-box{width: 100%;display: grid;grid-template-columns: 1fr 1fr 0.88fr;margin-top: calc(50 / var(--main-width));}
.p-captain-box>div{width: 100%;display: grid;grid-template-columns: 1fr;}
.p-captain-box p{width: 100%;display: flex;justify-content: start;font-size:calc(25 / var(--main-width));line-height: calc(22 / var(--main-width));letter-spacing: calc(0.25 / var(--main-width));gap: calc(25 / var(--main-width));}
.p-captain-box p span{width: 12%;}

.committee-section article{/*display: grid;grid-template-columns: repeat(3, 1fr);*/display: flex;flex-wrap: wrap;gap: calc(105 / var(--main-width));margin-bottom: calc(67 / var(--main-width));text-align: start;justify-content: start;align-items: start;justify-items: start;justify-self: start;}
.committee-section .committee-item{width: calc(207 / var(--main-width)); display: grid;gap: 0;align-items: start;}
.committee-section .committee-item .role, .r-title{width: 100%;display: grid;font-family: var(--funnel-display-font);font-weight: 700;font-size:calc(12 / var(--main-width));line-height: calc(15 / var(--main-width));letter-spacing: calc(4.8 / var(--main-width));margin-bottom: calc(10 / var(--main-width));}
.committee-section .committee-item h2{width: 100%;display: grid;font-size:calc(25 / var(--main-width));line-height: calc(22 / var(--main-width));letter-spacing: calc(0.25 / var(--main-width));margin-bottom: calc(25 / var(--main-width));}
.committee-section .committee-item .image{width: calc(207 / var(--main-width));overflow: hidden;}
.committee-section .committee-item .image img{width: 100%;object-fit: cover;display: block;}
.committee-section article:first-of-type .committee-item:last-of-type{width: calc(320 / var(--main-width));}
.r-title{margin-bottom: calc(15 / var(--main-width));}
 
.captiain-letter-section{padding-top: calc(25 / var(--main-width));padding-bottom: calc(0 / var(--main-width));background-color: var(--white-color);z-index: 2;}
.captiain-letter-section article{border-top: solid 1px var(--primary-color);border-bottom: solid 1px var(--primary-color);}
.captiain-letter-heading{width: 100%;height: calc(51 / var(--main-width)); display: grid;align-items: center; position: relative;}
.captiain-letter-heading::after{width: calc(26 / var(--main-width));height: 100%;position: absolute;right: 0;top: 0;content: "";background-image: url(../images/down-arrow.png);background-position: center;background-repeat: no-repeat;background-size: 100% auto;}
.captiain-letter-heading h3{margin-bottom: 0;}
.captiain-letter-heading.active{border-bottom-color: var(--white-color);}
.captiain-letter-heading.active::after{transform: rotate(180deg);}
.captiain-letter-detail{width: 100%;display: grid;grid-template-columns: repeat(2, 1fr);gap: calc(56 / var(--main-width));align-items: start;overflow: hidden;height: 0;transition: height 0.3s ease;}
.captiain-letter-detail>div:last-of-type{margin-top: calc(65 / var(--main-width));}
.captiain-letter-detail>div{padding-top: calc(25 / var(--main-width));padding-bottom: calc(55 / var(--main-width));}

.logo-r{position: fixed;top: 0;right: calc(50% - (605 / var(--main-width))); width: calc(75 / var(--main-width));height: 100%;display: grid;align-items: center;}
.logo-r img{width: 100%;}
.logo-r.list{position: absolute;top: calc(145 / var(--main-width));right: 0;height: auto;}
 

.news-section{padding-bottom: calc(85 / var(--main-width));}
.news-section article{display: grid;grid-template-columns: repeat(3, 1fr);gap:calc(85 / var(--main-width)) calc(54 / var(--main-width));}
.news-section .news-item{display: grid;gap: 0;align-items: start;}
.news-section .news-item .image{margin-bottom: calc(20 / var(--main-width));}
.news-section .news-item h2{width: 100%;display: grid;font-size:calc(25 / var(--main-width));line-height: calc(30 / var(--main-width));letter-spacing: calc(2.4 / var(--main-width));margin-bottom: calc(15 / var(--main-width));}
.news-section .news-item .info{display: grid;grid-template-columns: auto auto;align-items: center;}
.news-section .news-item .info p{width: 100%;display: grid;justify-self: start;font-family: var(--funnel-display-font);font-weight: 300;font-size:calc(20 / var(--main-width));line-height: calc(25 / var(--main-width));letter-spacing: calc(2 / var(--main-width));}
.news-section .news-item .info .btn{justify-self: end;}
  .news-section .news-item .image a::before{display:none;}

.more{display: grid;grid-template-columns: repeat(1, 1fr);gap:0;align-items: center;justify-items: center;padding-top: calc(85 / var(--main-width));}
 
.member-table{padding-bottom: calc(133 / var(--main-width));}
.member-row{display: grid;grid-template-columns: 1.2fr 1.4fr 2fr 1fr;align-items: start;padding: calc(30 / var(--main-width)) 0;}
.member-row p{margin-bottom: 0;}
.member-row .cinfo{display: none;}
.member-header{font-family: var(--funnel-display-font);font-weight: 700; font-size: calc(14 / var(--main-width));line-height: calc(18 / var(--main-width)); letter-spacing: calc(5.6 / var(--main-width));padding-top: 0;padding-bottom: calc(18 / var(--main-width));border-bottom: none;}
.member-row:not(.member-header){border-top: 1px solid var(--primary-color);}
.member-row.member-header + .member-row {border-top: 0;}

.member-section article{grid-template-columns: 45.9866220735786% 36.53846153846153%;gap: 10.28428093645485%;padding-top: calc(133 / var(--main-width));padding-bottom:calc(85 / var(--main-width));align-items: start;}
.member-section article::before{width: calc(100% - (378 / var(--main-width)) + (85 / var(--main-width)) + (85 / var(--main-width)));height: calc(100% + (0 / var(--main-width)));content: "";position: absolute;left: calc(-85 / var(--main-width));top: 0; background-color: var(--grey-color);z-index: -1;}
.member-section h3{font-size: calc(24 / var(--main-width));line-height: calc(30 / var(--main-width)); letter-spacing: calc(9.6 / var(--main-width));margin-top: calc(50 / var(--main-width));margin-bottom: 0;}
.member-section .btn:not(.bl){background-color: transparent;}
.member-section .btn:not(.bl):hover{background-color: var(--primary-color);}

.benefit-section .inner{padding: 0;}
.benefit-section article{grid-template-columns: 55.56368960468521% 44.436310395314784%;align-items: center;}
.benefit-section .text-box{padding-top:calc(47 / var(--main-width));padding-bottom:calc(70 / var(--main-width));padding-left:calc(85 / var(--main-width));padding-right:calc(220 / var(--main-width));}
.benefit-section .society{background-color: var(--primary-color);padding-left:calc(104 / var(--main-width));padding-right:calc(100 / var(--main-width));}
.benefit-section .society p{width: 95%;}
.benefit-section .society .btn.bl{border-color: var(--white-color);}
.benefit-section .text-box ul{list-style: none;padding-left: calc(10 / var(--main-width));width: 100%;margin-top: calc(45 / var(--main-width));}
.benefit-section .text-box ul li::before{content: "-";position: absolute;left: calc(85 / var(--main-width));}

.join-section{background-color: var(--primary-color);padding:calc(66 / var(--main-width)) 0 calc(90 / var(--main-width)) 0;overflow: hidden;}
.join-section article{align-items: center;height: 100%;}
.join-section .form-section{display: grid;width: calc(100% - (106 / var(--main-width)));margin-top:calc(10 / var(--main-width));}
.join-section .form-section h1{width: 100%;font-size: calc(20 / var(--main-width));line-height:calc(24 / var(--main-width));letter-spacing: calc(2 / var(--main-width));margin-bottom: calc(56 / var(--main-width));}
.join-section .form-section form{width: 100%;}
.join-section .form-section .fields{display: grid;width: 100%;margin-bottom: calc(50 / var(--main-width));grid-template-columns: repeat(2, 1fr);gap: calc(49 / var(--main-width));align-items: start;justify-content: start;}
.join-section .form-section .fields h3, 
.join-section .form-section .fields label{font-family: var(--funnel-display-font);font-weight: 700;text-transform: uppercase; font-size: calc(14 / var(--main-width));line-height: calc(18 / var(--main-width)); letter-spacing: calc(5.6 / var(--main-width));margin-bottom: calc(17 / var(--main-width));}
.join-section .form-section .fields input[type="text"], 
.join-section .form-section .fields input[type="password"],
 .join-section .form-section .fields input[type="tel"],
.join-section .form-section .fields input[type="email"]{width: 100%;height: calc(45 / var(--main-width));padding:0 calc(15 / var(--main-width));text-transform: uppercase;font-family: var(--funnel-display-font) !important;font-weight: 700;font-size: calc(14 / var(--main-width));line-height: calc(18 / var(--main-width));letter-spacing: calc(5.6 / var(--main-width));outline: none;background-color: rgba(255,255,255,0.10);border: solid 1px var(--primary-color);color: var(--white-color) !important;}
.login-section article .login-form input::placeholder {color: var(--white-color) !important;font-family: var(--funnel-display-font) !important;}
.login-section article .login-form input, .login-section article .login-form input[type="text"]:focus {color: var(--white-color) !important;font-weight: 700 !important;font-size: calc(14 / var(--main-width)) !important;line-height: calc(18 / var(--main-width)) !important;letter-spacing: calc(5.6 / var(--main-width)) !important;}
input::selection, input::selection input[type="text"],  input:hover::selection input[type="text"], input[type="text"]:hover,  input[type="text"]:focus{color: var(--white-color) !important;font-family: var(--funnel-display-font) !important;font-weight: 700 !important;font-size: calc(14 / var(--main-width)) !important;line-height: calc(18 / var(--main-width)) !important;letter-spacing: calc(5.6 / var(--main-width)) !important;}
input:-webkit-autofill {
    -webkit-text-fill-color: var(--white-color) !important; /* apna color */
     font-family: var(--funnel-display-font) !important;
     font-weight: 700 !important;font-size: calc(14 / var(--main-width)) !important;line-height: calc(18 / var(--main-width)) !important;letter-spacing: calc(5.6 / var(--main-width)) !important;
}
input:-webkit-autofill {
    -webkit-text-fill-color: var(--white-color) !important;
    font-family: var(--funnel-display-font) !important;
    font-weight: 700 !important;font-size: calc(14 / var(--main-width)) !important;line-height: calc(18 / var(--main-width)) !important;letter-spacing: calc(5.6 / var(--main-width)) !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 9999px #000 inset !important;
    -webkit-text-fill-color: #fff !important;
    font-family: 'Funnel Display', sans-serif !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    letter-spacing: 5.6px !important;
    transition: background-color 5000s ease-in-out 0s;
}
.join-section .form-section .buttons{margin-top: calc(20 / var(--main-width));gap: calc(49 / var(--main-width));align-items:center;}
.join-section .form-section label{display: flex;align-items: center;gap: calc(16 / var(--main-width));font-family: var(--funnel-display-font);font-weight: 400;font-size: calc(9 / var(--main-width));line-height: calc(11 / var(--main-width));letter-spacing: calc(0.09 / var(--main-width));outline: none;color: var(--white-color);}
.join-section .form-section label input{width: calc(19 / var(--main-width));height: calc(19 / var(--main-width));}
.join-section .form-section .small a{color: var(--white-color);text-transform: uppercase;font-weight: 700;font-size: calc(8 / var(--main-width));line-height: calc(10 / var(--main-width));letter-spacing: calc(3.2 / var(--main-width));}
.join-section .form-section .small a::before{background-color: var(--white-color);bottom: 0;transform: scaleX(1);}
 .join-section .form-section .buttons .wpcf7-form-control-wrap{order:2;}
.join-section .form-section .buttons .wpcf7-spinner{order:3;margin-left:auto;}
.wpcf7-list-item{margin-left:0;}
.wpcf7-spinner{background-color: #fff;}
    .wpcf7-spinner::before {
        content: '';
        position: absolute;
        background-color: #000;
    }
    .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{border-color:red;color:#fff;}

.join-section.login{height: calc(100dvh - (120 / var(--main-width)));}
.join-section.login .form-section{width: calc(586 / var(--main-width));justify-self: center;}
.join-section.login .form-section .fields{grid-template-columns: repeat(1, 1fr);margin-bottom: calc(27 / var(--main-width));gap: calc(0 / var(--main-width));}
.join-section.login .form-section .buttons{justify-content: center;}

.join-section.login .lines{width:calc(224 / var(--main-width));height: calc(224 / var(--main-width));position: absolute;right: calc(-30 / var(--main-width));bottom: calc(-85 / var(--main-width));background-image:url(../images/icon-band.svg);background-repeat:no-repeat;background-size:100% auto;background-position: center; text-decoration:none;}

/* ─── JOIN SECTION ─── */
.divider {width: 100%;border: none;border-top: 1px solid rgba(255,255,255,0.18);margin: calc(28 / var(--main-width)) 0;}

.register{background-color: var(--primary-color);padding:calc(66 / var(--main-width)) 0 calc(90 / var(--main-width)) 0;overflow: hidden;margin-top:66px;}
.register .form-section{display: grid;width: 100%;grid-template-columns: 100%;}
.register .form-section h1{width: 95%;font-size: calc(20 / var(--main-width));line-height:calc(24 / var(--main-width));letter-spacing: calc(2 / var(--main-width));margin-bottom: calc(56 / var(--main-width));}
.register .form-section form{width: 100%;}
.register .row-dropdown {margin-bottom: calc(40 / var(--main-width));width: calc(520 / var(--main-width));}
.register .fields-row {display: grid;grid-template-columns: calc(312 / var(--main-width)) calc(312 / var(--main-width)) calc(340 / var(--main-width));gap: calc(49 / var(--main-width));align-items: start;margin-bottom: calc(30 / var(--main-width));}
.register .fields-row.fst{border-top:1px solid #fff;padding-top:calc(40 / var(--main-width));}
.register .fields-row.two-col {grid-template-columns: calc(312 / var(--main-width)) calc(312 / var(--main-width)) calc(340 / var(--main-width));}
.register .guest-row {display: grid;grid-template-columns: calc(312 / var(--main-width)) calc(312 / var(--main-width)) calc(340 / var(--main-width));gap: calc(49 / var(--main-width));align-items: start;padding: calc(40 / var(--main-width)) 0;border-top: 1px solid #fff;}
.register .field-label {display: block;font-family: var(--funnel-display-font);font-weight: 600;font-size: calc(12 / var(--main-width));letter-spacing: calc(4.8 / var(--main-width));line-height:calc(15 / var(--main-width));text-transform: uppercase;color: var(--white-color);margin-bottom: calc(20 / var(--main-width));}
.register input[type="text"], .register input[type="email"] {width: 100%;height: calc(35 / var(--main-width));padding: 0 calc(15 / var(--main-width));text-transform: uppercase;font-family: var(--funnel-display-font);font-weight: 600;font-size: calc(12 / var(--main-width));line-height: calc(15 / var(--main-width));letter-spacing: calc(4.8 / var(--main-width));outline: none;background-color: rgba(255,255,255,0.10);border: solid 1px var(--primary-color);color: var(--white-color);}
.register input[type="text"]::placeholder, .register input[type="email"]::placeholder {color: rgba(255,255,255,0.0);}
.register select {width: 100%;height: calc(35 / var(--main-width));padding: 0 calc(15 / var(--main-width));font-family: var(--funnel-display-font);font-weight: 600;font-size: calc(12 / var(--main-width));letter-spacing: calc(4.8 / var(--main-width));line-height:calc(15 / var(--main-width));text-transform: uppercase;outline: none;appearance: none;background-color: rgba(255,255,255,0.10);background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='white' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat: no-repeat;background-position: right calc(16 / var(--main-width)) center;border: solid 1px rgba(255,255,255,0.15);color: rgba(255,255,255,0.55);cursor: pointer;}
.register select option {background-color: var(--primary-color);color: var(--white-color);}
.register .check-group {display: flex;flex-direction: column;gap: 0;}
.register .check-options {display: flex;gap: calc(35 / var(--main-width));align-items: center;margin-top: calc(-5 / var(--main-width));height: calc(35 / var(--main-width));}
.register .check-option {display: flex;align-items: center;gap: calc(12 / var(--main-width));cursor: pointer;}
.register .check-option input[type="checkbox"] {appearance: none;-webkit-appearance: none;width: calc(25 / var(--main-width));height: calc(25 / var(--main-width));border: 0;background-color: rgba(255,255,255,0.08);cursor: pointer;position: relative;flex-shrink: 0;margin: 0 !important;}
.register .check-option input[type="checkbox"]:checked {background-color: rgba(255,255,255,0.08);border-color: rgba(255,255,255,0.55);}
.register .check-option input[type="checkbox"]:checked::before,
.register .check-option input[type="checkbox"]:checked::after {content: '';position: absolute;top: 50%;left: calc(50%);width: 85%;height: 1px;background-color: var(--white-color);}
.register .check-option input[type="checkbox"]:checked::before {transform: translate(-50%, -50%) rotate(45deg);}
.register .check-option input[type="checkbox"]:checked::after {transform: translate(-50%, -50%) rotate(-45deg);}
.register .check-option span {font-family: var(--funnel-display-font);font-weight: 700;font-size: calc(12 / var(--main-width));line-height:calc(15 / var(--main-width));letter-spacing: calc(4.8 / var(--main-width));text-transform: uppercase;color: var(--white-color);white-space: nowrap;}
.register .buttons {display: flex;align-items: center;margin-top: calc(20 / var(--main-width));gap: calc(50 / var(--main-width));}
.register .consent-label {display: flex;align-items: center;gap: calc(12 / var(--main-width));font-family: var(--funnel-display-font);font-weight: 400;font-size: calc(9 / var(--main-width));line-height: calc(14 / var(--main-width));letter-spacing: calc(0.09 / var(--main-width));color: rgba(255,255,255,0.75);}
.register .consent-label input[type="checkbox"] {appearance: none;-webkit-appearance: none;width: calc(19 / var(--main-width));height: calc(19 / var(--main-width));background-color: #fff;cursor: pointer;flex-shrink: 0;position: relative;margin: 0;}
.register .consent-label input[type="checkbox"]:checked::after {content: '';position: absolute;top: 0;left: 30%;width: 30%;height: 64%;border-right: 2px solid var(--primary-color);border-bottom: 2px solid var(--primary-color);transform: rotate(45deg);}
 

.history-section .inner{padding: 0;}
.history-section article{grid-template-columns: 51.97657393850659% 48.02342606149341%;align-items: start;}
.history-section .text-box{padding-left:calc(85 / var(--main-width));}
.history-section .text-box .btn.bl{border-color: var(--white-color);}

.history-section.s1 article{padding-top: calc(133 / var(--main-width));}
.history-section.s1 .text-box{padding-top:calc(0 / var(--main-width));padding-bottom:calc(0 / var(--main-width));padding-right:calc(128 / var(--main-width));}
.history-section.s1 .text-box h2:first-of-type{margin-bottom: 0;}
.history-section.s1 .text-box .est{width: 108%;margin-bottom: calc(60 / var(--main-width));padding-left: calc(264 / var(--main-width));margin-left: calc(64 / var(--main-width)); color: var(--primary-color);opacity: 0.25;position: relative;}
.history-section.s1 .text-box .est::before{width: calc(246 / var(--main-width));height: calc(2 / var(--main-width));position: absolute;left: 0;top: 50%;opacity: 1;background-color: var(--primary-color);content: "";}
.history-section.s1 .image{margin-top:calc(100 / var(--main-width));z-index: 2;}
.history-section.s1 .image h3{padding:0 calc(46 / var(--main-width));width: 55%;margin-bottom: calc(60 / var(--main-width));}

.history-section.s2{margin-top: calc(-133 / var(--main-width));}
.history-section.s2::before{width: 100%;height: 153%;content: "";position: absolute;left: 0;top: 0;background-color: var(--grey-color);z-index: -1;}
.history-section.s2 .text-box{padding: calc(65 / var(--main-width)) calc(55 / var(--main-width)) calc(85 / var(--main-width)) calc(85 / var(--main-width));}
.history-section.s2 .image{justify-items: center; margin-top: calc(233 / var(--main-width));}
.history-section.s2 .image figure{width: calc(289 / var(--main-width));}

.history-section.s3{margin-bottom: calc(0 / var(--main-width));}
.history-section.s3 article{grid-template-columns: 44.436310395314784% 55.56368960468521%;align-items: start;}
.history-section.s3 .image{gap: calc(75 / var(--main-width));justify-items: center;}
.history-section.s3 .image figure:nth-of-type(2){width: calc(337 / var(--main-width));}
.history-section.s3 .hs-box{width: 100%;display: grid; grid-template-columns: 100%;padding: 0 calc(85 / var(--main-width)) 0 calc(105 / var(--main-width));align-items: start;}
.history-section.s3 .hs-box .text-box{padding-left:calc(0 / var(--main-width));}
.history-section.s3 .hs-box .hs1{margin-bottom:calc(125 / var(--main-width));}
.history-section.s3 .hs-box .hs2{margin-bottom:calc(100 / var(--main-width));}

/* .history-section.s4 .text-box{margin-top: calc(-243 / var(--main-width));}
.history-section.s4 .image{justify-items: center;}
.history-section.s4 .image figure{width: calc(337 / var(--main-width));}

.history-section.s5 .text-box{margin-top: calc(-143 / var(--main-width));} */


.history-section.s6 article{grid-template-columns: 55.56368960468521% 44.436310395314784%;align-items: center;}
.history-section.s6 .text-box{padding-top:calc(102 / var(--main-width));padding-bottom:calc(75 / var(--main-width));padding-left:calc(85 / var(--main-width));padding-right:calc(133 / var(--main-width));height: 100%;}
.history-section.s6 .text-box p{width: 95%;}

.history-section.full{padding-top:calc(75 / var(--main-width));padding-bottom:calc(75 / var(--main-width));}
.history-section.full .inner{padding: 0;}
.history-section.full article{grid-template-columns: 100%;align-items: start;}
.history-section.full .text-box{padding-top:0;padding-right:calc(300 / var(--main-width));}
.history-section.full .text-box h3{margin-top: calc(45 / var(--main-width));/*margin-bottom: calc(35 / var(--main-width));*/}

.history-section.h-img{padding-top:0;padding-bottom:calc(0 / var(--main-width));}

.history-section.p-bc{background-color: var(--primary-color);}
.history-section.gray{background-color: var(--grey-color);}

.history-section .tlogo{width: 100%;padding:0 calc(85 / var(--main-width));margin-top: calc(100 / var(--main-width));margin-bottom: calc(70 / var(--main-width));}

.honours-board-box article{padding:calc(70 / var(--main-width)) 0 calc(80 / var(--main-width)) 0;border-top: solid 1px var(--white-color);}
.honours-board-box.first article{padding-top:0;border-top: 0;}
.honours-board-box .honours-board{width: 100%;display: grid;grid-template-columns: calc(273 / var(--main-width)) calc(312 / var(--main-width)) calc(312 / var(--main-width)) calc(273 / var(--main-width));margin-top: calc(25 / var(--main-width));align-items: start;justify-content: start;overflow: hidden;max-height: calc(1050 / var(--main-width));}
.honours-board-box .honours-board.sc{grid-template-columns: calc(210 / var(--main-width)) calc(247 / var(--main-width)) calc(247 / var(--main-width)) calc(247 / var(--main-width)) calc(210 / var(--main-width));margin-top: calc(0 / var(--main-width));}
.honours-board-box .honours-board .item{width: 100%;display: grid;grid-template-columns: 1fr;}
.honours-board-box .honours-board .item div{width: 100%;display: grid;grid-template-columns: 1fr;border-right: solid 1px var(--white-color);padding: 0 calc(42 / var(--main-width)) 0 calc(39 / var(--main-width));gap: calc(23 / var(--main-width));margin-top: calc(10 / var(--main-width));align-content: start;}
.honours-board-box .honours-board .item:first-of-type div{padding-left: 0;}
.honours-board-box .honours-board .item:last-of-type div{padding-right: 0;border-right: 0;}
.honours-board-box .honours-board .item h3{width: 100%;display: grid; font-family: var(--radley-font);font-style: italic;text-transform: initial;font-weight: 400;font-size:calc(25 / var(--main-width));line-height: calc(22 / var(--main-width));letter-spacing: calc(0.25 / var(--main-width));padding: 0 calc(39 / var(--main-width));}
.honours-board-box .honours-board .item:first-of-type h3{padding-left: 0;}
.honours-board-box .honours-board .item p{width: 100%;display: flex; font-size:calc(18 / var(--main-width));line-height: 1/*calc(22 / var(--main-width))*/;letter-spacing: calc(0.18 / var(--main-width));gap: calc(28 / var(--main-width));margin-bottom: 0;justify-content: start;}
.honours-board-box .honours-board .item p span{width: 16%;}

.carousel-section {width: 100%;overflow: hidden;position: relative;}
.carousel-section .carousel {width: 100%;position: relative;display: grid;grid-template-columns: 1fr;}
.carousel-section .carousel .carousel-track {width: 100%;height: 100dvh;max-height: calc(860 / var(--main-width));}
.carousel-section .carousel .carousel-track figure{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}

.slick-slider{display: block;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.slick-list{position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus{outline: none;}
.slick-list.dragging{cursor: pointer;cursor: hand;}
.slick-slider .slick-track,
.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.slick-track{position: relative;top: 0;left: 0;display: block;margin-left: auto;margin-right: auto;}
.slick-track:before,.slick-track:after{display: table;content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{display: none;float: left;height: auto;min-height: 1px;margin: 0 0 0 0;padding:0;position:relative;opacity: 1 !important;}
.slick-slide:first-of-type{margin-left: 0 !important;}  
[dir='rtl'] .slick-slide{float: right;}
/* .slick-slide img{display: block;} */
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}

 .btn-slick{width:calc(40 / var(--main-width));height:calc(40 / var(--main-width));z-index: 9;background-color: rgba(255,255,255,.3);border-radius: 50%; background-repeat:no-repeat;background-size:calc(24 / var(--main-width)) calc(24 / var(--main-width));background-position:center center;position:absolute;bottom:auto;top:50%;}
 .btn-slick.prev{background-image: url(../images/arrow-l.svg);right:0px;left:calc(50 / var(--main-width));}
 .btn-slick.next{background-image: url(../images/arrow-r.svg);right: calc(50 / var(--main-width));}
 

.slick-dots{position:absolute;left:calc(50% - (595 / var(--main-width)));display: flex;list-style: none;gap: calc(10 / var(--main-width));align-items: center; height: calc(10 / var(--main-width));bottom:calc(34 / var(--main-width));z-index:99;text-align:center;}
.slick-dots li{background-color: rgba(255, 255, 255, 0.25);width: calc(20 / var(--main-width));height: calc(2 / var(--main-width));text-indent: -999em;}
.slick-dots li.slick-active{background-color:var(--white-color);}
.slick-dots li a{cursor:pointer;font-family:Arial;font-size:12px;color:#fff;text-decoration:none !important;cursor:default;}

/* Arrows */  
.flex-direction-nav {width:100%;height: auto;position:absolute;left:0;top:0;list-style:none !important;z-index:1;}
.flex-direction-nav a {width:40px;height:40px;background:#fff ;position: absolute; cursor: pointer; text-indent: -9999px; opacity: 1;margin-top:249px;z-index:9;background-repeat:no-repeat;background-position:center center;background-size:100% auto;text-decoration:none;}
.flex-direction-nav a.flex-next{background-image: url(../images/next-slide-arrow.png);right:54px;}  
.flex-direction-nav a.flex-prev{background-image: url(../images/prev-slide-arrow.png);left:54px;}
.flexslider:hover a.flex-next, .flexslider:hover a.flex-prev {opacity: 1; }
.flexslider:hover a.flex-next:hover, .flexslider:hover a.flex-prev:hover {opacity: 1;}     
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default !important;/*display:none;*/ }
.flex-direction-nav a:before  { content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }
.flex-control-paging {width:auto;list-style:none;position:absolute;left:0;bottom:14px;z-index:2;text-align:center;display:block;}
.flex-control-paging li{width:auto;display:inline-block;}
.flex-control-paging li a{width:10px;height:10px;border-radius:100%;float:left;margin-right:9px;text-align:center;text-decoration:none;font-size:0px;background-color:#ffffff;border:1px solid #272727;opacity:1;position:relative;text-decoration:none;}
.flex-control-paging li a:hover, .flex-control-paging li a.flex-active{width:10px;height:10px;background-color:#272727;border-radius:100%;opacity:1;}
main .img-info-box.dots-r .flex-control-paging {left:auto;right: 90px;}

/* Chrome, Edge, Safari */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0) inset !important; /* background color */
     transition: background-color 5000s ease 0s; /* prevents flash */
      font-family: var(--adobe-caslon-pro-font) !important;
         color: var(--magenta-color) !important;
}

/* Firefox */
input:-moz-autofill {
    box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0) inset !important;
     background:transparent;
     font-family: var(--adobe-caslon-pro-font);
      font-family: var(--adobe-caslon-pro-font) !important;
         color: var(--magenta-color) !important;
 }

 .logout{position:absolute;right:calc(20 / var(--main-width));top:calc(33 / var(--main-width));padding:0 calc(25 / var(--main-width)) 0 calc(25 / var(--main-width));}
.btn.logout::after{display:none;}

/* ─── JOIN SECTION ─── */
.join-section {background-color: var(--primary-color);margin-top:0;padding: calc(0 / var(--main-width)) 0 calc(0 / var(--main-width)) 0;}

 .join-section article {align-items: center;height: 100%;}
 .join-section .text-box h2 {font-family: var(--radley-font);font-weight: 400;font-size: calc(40 / var(--main-width));letter-spacing: calc(4 / var(--main-width));color: var(--white-color);margin-bottom: calc(36 / var(--main-width));}
.join-section .form-section {display: grid;width: 100%;margin-top: calc(10 / var(--main-width));}
.join-section .form-section form {width: 100%;}.divider {width: 100%;border: none;border-top: 1px solid rgba(255,255,255,0.18);margin: calc(28 / var(--main-width)) 0;}
.row-dropdown {margin-bottom: calc(40 / var(--main-width));width: calc(520 / var(--main-width));}
.fields-row {display: grid;grid-template-columns: calc(312 / var(--main-width)) calc(312 / var(--main-width)) calc(340 / var(--main-width));gap: calc(49 / var(--main-width));align-items: start;margin-bottom: calc(40 / var(--main-width));}
.fields-row.fst{border-top:1px solid #fff;padding-top:40px;}

.fields-row.two-col {grid-template-columns: calc(312 / var(--main-width)) calc(312 / var(--main-width)) calc(340 / var(--main-width));}
.guest-row {display: grid;grid-template-columns: calc(312 / var(--main-width)) calc(312 / var(--main-width)) calc(340 / var(--main-width));gap: calc(49 / var(--main-width));align-items: start;padding: calc(40 / var(--main-width)) 0;border-top: 1px solid #fff;}
.field-label {display: block;font-family: var(--funnel-display-font);font-size: calc(12 / var(--main-width));letter-spacing: calc(4.8 / var(--main-width));line-height:calc(15 / var(--main-width));text-transform: uppercase;color: var(--white-color);margin-bottom: calc(10 / var(--main-width));}
.join-section .form-section input[type="text"] {width: 100%;height: calc(35 / var(--main-width));padding: 0 calc(15 / var(--main-width));text-transform: uppercase;font-family: var(--funnel-display-font);font-weight: 700;font-size: calc(14 / var(--main-width));line-height: calc(18 / var(--main-width));letter-spacing: calc(5.6 / var(--main-width));outline: none;background-color: rgba(255,255,255,0.10);border: solid 1px var(--primary-color);color: var(--white-color);}
.join-section .form-section input[type="text"]::placeholder {color: rgba(255,255,255,0.0);}
.join-section .form-section select {width: 100%;height: calc(35 / var(--main-width));padding: 0 calc(15 / var(--main-width));font-family: var(--funnel-display-font);font-weight: 700;font-size: calc(11 / var(--main-width));letter-spacing: calc(3 / var(--main-width));text-transform: uppercase;outline: none;appearance: none;background-color: rgba(255,255,255,0.10);background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='white' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat: no-repeat;background-position: right calc(16 / var(--main-width)) center;border: solid 1px rgba(255,255,255,0.15);color: rgba(255,255,255,0.55);cursor: pointer;}
.join-section .form-section select option {background-color: var(--primary-color);color: var(--white-color);}
.check-group {display: flex;flex-direction: column;gap: 0;}
.check-options {display: flex;gap: calc(18 / var(--main-width));align-items: center;margin-top: calc(4 / var(--main-width));height: calc(35 / var(--main-width));}
.check-option {display: flex;align-items: center;gap: calc(8 / var(--main-width));cursor: pointer;}

.check-option input[type="checkbox"] {appearance: none;-webkit-appearance: none;width: calc(19 / var(--main-width));height: calc(19 / var(--main-width));border: 1px solid rgba(255,255,255,0.40);background-color: rgba(255,255,255,0.08);cursor: pointer;position: relative;flex-shrink: 0;}
.check-option input[type="checkbox"]:checked {background-color: rgba(255,255,255,0.08);border-color: rgba(255,255,255,0.55);}
.check-option input[type="checkbox"]:checked::before,
.check-option input[type="checkbox"]:checked::after {content: '';position: absolute;top: 50%;left: 50%;width: 70%;height: 1px;background-color: var(--white-color);}
.check-option input[type="checkbox"]:checked::before {transform: translate(-50%, -50%) rotate(45deg);}
.check-option input[type="checkbox"]:checked::after {transform: translate(-50%, -50%) rotate(-45deg);}
.check-option span {font-family: var(--funnel-display-font);font-weight: 700;font-size: calc(12 / var(--main-width));line-height:calc(15 / var(--main-width));letter-spacing: calc(4.8 / var(--main-width));text-transform: uppercase;color: var(--white-color);white-space: nowrap;}

.join-section .form-section .buttons {display: flex;align-items: center;margin-top: calc(30 / var(--main-width));gap: calc(30 / var(--main-width));}
.btn-submit {display: inline-flex;align-items: center;justify-content: center;height: calc(35 / var(--main-width));padding: 0 calc(19 / var(--main-width));background-color: transparent;border: 1px solid var(--white-color);color: var(--white-color);font-family: var(--funnel-display-font);font-weight: 400;font-size: calc(12 / var(--main-width));letter-spacing: calc(4.8 / var(--main-width));line-height:calc(15 / var(--main-width));text-transform: uppercase;cursor: pointer;text-decoration: none;white-space: nowrap;transition: 0.3s ease all;background-color: var(--white-color);color: var(--primary-color);}
.btn-submit:hover {background-color: transparent;color: var(--white-color);}
.consent-label {display: flex;align-items: center;gap: calc(12 / var(--main-width));font-family: var(--funnel-display-font);font-weight: 400;font-size: calc(9 / var(--main-width));line-height: calc(14 / var(--main-width));letter-spacing: calc(0.09 / var(--main-width));color: rgba(255,255,255,0.75);}

.consent-label input[type="checkbox"] {appearance: none;-webkit-appearance: none;width: calc(19 / var(--main-width));height: calc(19 / var(--main-width));background-color: #fff;cursor: pointer;flex-shrink: 0;position: relative;}
.consent-label input[type="checkbox"]:checked::after {content: '';position: absolute;top: 0;left: 30%;width: 30%;height: 64%;border-right: 2px solid var(--primary-color);border-bottom: 2px solid var(--primary-color);transform: rotate(45deg);}

.approved-event-item{border-bottom:1px solid rgba(43, 45, 52, 0.25) !important;margin:10px 0; padding:30px 0;}
.approved-event-item:last-of-type{margin-bottom:calc(-40 / var(--main-width)) !important;}

.member-row .cinfo .c-click {
    transition: 0.3s ease all;
}

.member-row .cinfo .detail {
    transition: max-height 0.3s ease;
    max-height: 0;
    overflow: hidden;
}

.member-row .cinfo.active .detail {
    max-height: 500px;
    overflow: hidden;  
}
 


/*footer -------------------3----------------- */
footer {width: 100%;margin:0;padding:0;background-color:var(--white-color);position: relative;overflow: hidden;}
footer #footer{width: 100%;max-width: 1366px;margin: 0 auto;padding: 0 calc(85 / var(--main-width));position: relative;} 
footer .lines{width:calc(224 / var(--main-width));height: calc(224 / var(--main-width));position: absolute;right: calc(-30 / var(--main-width));top: calc(5 / var(--main-width));background-image:url(../images/footer-lines.svg);background-repeat:no-repeat;background-size:100% auto;background-position: center; text-decoration:none;}
footer .footer-section{width: 100%;display: grid;grid-template-columns: calc(84 / var(--main-width)) 1fr;gap: calc(65 / var(--main-width));padding: calc(32 / var(--main-width)) 0 calc(23 / var(--main-width)) 0; position: relative;border-top: solid 1px var(--primary-color);}
footer .logo{width:calc(84 / var(--main-width));height: calc(54 / var(--main-width));background-image:url(../images/logo-f.svg);background-repeat:no-repeat;background-size:100% auto;background-position: center; text-decoration:none;transition: all .35s ease;}
footer .logo img{width: 100%;display: none;}

footer nav{width: 100%;display: grid;grid-template-columns: 1fr;}
footer nav > .bottomf, footer nav ul:not(.bottomf ul){margin:0;padding:0;list-style:none;width: 100%;gap: calc(25 / var(--main-width));margin-top: calc(4 / var(--main-width));display: grid;grid-auto-flow: column;align-items: start;justify-content: start;justify-self: start;justify-items: start;}
footer nav ul:not(.bottomf ul) li{height: calc(15 / var(--main-width));display: flex;padding: 0 calc(12 / var(--main-width));margin-bottom: 0;}
footer nav ul:not(.bottomf ul) li:first-of-type{padding-left: 0;}
/* footer nav ul li:nth-last-child(-n + 2){padding: 0 calc(0 / var(--main-width));} */
footer nav ul:not(.bottomf ul) li:last-of-type{border-left: 1px solid #002B52;padding-left: calc(38 / var(--main-width));}
footer nav ul:not(.bottomf ul) li a{font-family: var(--funnel-display-font);font-weight: 700; font-size: calc(12 / var(--main-width));line-height: calc(15 / var(--main-width));letter-spacing: calc(4.8 / var(--main-width));text-transform: uppercase;text-decoration:none;position: relative;}

footer nav .bottomf{margin-top: calc(24 / var(--main-width));gap: calc(52 / var(--main-width));}
footer nav p{font-family: var(--funnel-display-font);font-weight: 400; font-size: calc(7 / var(--main-width));line-height: calc(9 / var(--main-width));letter-spacing: calc(0.07 / var(--main-width));position: relative;}
footer nav .bottomf ul{margin:0;padding:0;gap: calc(52 / var(--main-width));list-style:none;display: grid;grid-auto-flow: column;align-items: start;justify-content: start;justify-self: start;justify-items: start;}
footer nav .bottomf ul li{font-family: var(--funnel-display-font);text-transform:none;font-weight: 400; font-size: calc(7 / var(--main-width));line-height: calc(9 / var(--main-width));letter-spacing: calc(0.07 / var(--main-width));position: relative;}
footer nav .bottomf ul li:last-of-type{padding:0;border:none;}

/*Footer-end====*/
/* TERMS AND PRIVACY */
.terms {width: 100%;padding: calc(109 / var(--main-width)) 0px;}
.terms .inner {padding:  calc(109 / var(--main-width))  calc(80 / var(--main-width)) 0;}
.terms-content {width: 100%;max-width: calc(900 / var(--main-width));}
.terms-content h1 {font-size: calc(35 / var(--main-width));line-height: 1;margin-bottom: calc(50 / var(--main-width));
color: var(--red-color);font-weight: bold;text-align: left;}
.terms-content p {font-size: calc(20 / var(--main-width));line-height: calc(26 / var(--main-width));letter-spacing: -0.03%;margin-bottom: calc(15 / var(--main-width));
color: var(--red-color);}
.terms-content h2, .terms-content h3 {font-size: calc(20 / var(--main-width));margin: calc(30 / var(--main-width)) 0 calc(15 / var(--main-width));color: var(--red-color);font-weight: 600;}
.terms-content ul {font-size: calc(20 / var(--main-width));margin: calc(30 / var(--main-width)) 0 calc(15 / var(--main-width));color: var(--red-color);}
.terms-content ul li {font-size: calc(20 / var(--main-width));margin: calc(10 / var(--main-width)) 0 calc(10 / var(--main-width)) calc(25 / var(--main-width));
color: var(--red-color);}
.terms-content a {color: var(--red-color);text-decoration: underline;}
/*error 404*/
.error-404{width:100%;margin:calc(109 / var(--main-width)) 0 0 0;padding:0;float:left;text-align:center;}
.error-404 .t-inner{width:100%;margin:0 0;padding:0;display:inline-block;text-align:center;max-width: 58%;}
.error-404 .t-inner div{width:68%;margin:0 0 0 4%;padding:0;float:left;text-align:left;}
.error-404 .t-inner div h1{width:100%;float:left;font-size: calc(35 / var(--main-width));line-height: 1;margin-bottom: calc(20 / var(--main-width));
color: var(--red-color);font-weight: bold;text-align: left;}
.error-404 .t-inner p{width:100%;font-size: calc(20 / var(--main-width));line-height: calc(26 / var(--main-width));letter-spacing: -0.03%;margin-bottom: calc(15 / var(--main-width));
color: var(--red-color);position:relative;}
.error-404 .t-inner img{width:26.8%;margin:0 0;padding:0;float:left;}
.error-404 .t-inner a.btn{text-decoration: none;min-width: calc(163.63 / var(--main-width));}
/*error 404*/
/* TERMS AND PRIVACY END */


 
/* Responsive */
@media (max-width: 768px) {
    .woocommerce {
        flex-direction: column;
    }
}

@media only screen and (min-width:768px) and (max-width:1440px) {

:root{
   --main-width: 1440 * 100dvw;  
}
}

@media only screen and (min-width:0px) and (max-width:767px) {

  body{font-size: calc(14 / var(--main-width));line-height: calc(18 / var(--main-width));letter-spacing: calc(0.14 / var(--main-width));}


  :root{--main-width: 375 * 100dvw;}
  .web{display:none !important;}
  .mobile{display:grid !important;}



header{height: calc(50 / var(--main-width));}
header #header{width: 100%;height:calc(50 / var(--main-width));padding:0 calc(26 / var(--main-width));}
header .logo{width:calc(66 / var(--main-width));height: calc(26 / var(--main-width));margin-left: calc(-9 / var(--main-width));}
header .menu{width: calc(25 / var(--main-width));height: 100%;background-image: url(../images/icon-menu.svg);background-repeat: no-repeat;background-size: 100% auto;background-position: center;text-decoration: none;cursor: pointer;z-index: 2;}
header nav{width: 100%;position: fixed;top: 0;left: 0; display: grid;grid-template-columns: 1fr;height: 100%;justify-content: left;justify-items: left;align-items: start;background-color: var(--primary-color);display: none;}
header nav ul{grid-auto-flow: row;align-items: start;justify-content: normal;gap: calc(40 / var(--main-width));padding-top: calc(147 / var(--main-width));}
header nav ul li{border-right: 0 !important;height: auto;padding: 0 calc(60 / var(--main-width));display: block !important;}
header nav ul li a{font-size: calc(22 / var(--main-width));line-height: calc(28 / var(--main-width));letter-spacing: calc(8.8 / var(--main-width));}
header nav ul li a:hover::before, header nav ul li a.active::before{transform: scaleX(0) !important;} 
header nav::after{width:calc(224 / var(--main-width));height: calc(224 / var(--main-width));position: absolute;right: calc(-45 / var(--main-width));bottom: calc(-100 / var(--main-width));background-image:url(../images/icon-band.svg);background-repeat:no-repeat;background-size:100% auto;background-position: center; text-decoration:none;content: "";}
body.white:not(.abbas) header .menu{background-image: url(../images/icon-menu-w.svg);}

body.open-nav{overflow: hidden;}
body.open-nav header{background-color: var(--primary-color);}
body.open-nav header .logo{background-image:url(../images/logo-w.svg) !important;z-index: 2;opacity: 1 !important;}
body.open-nav header .menu{background-image: url(../images/icon-menu-c1.svg) !important;width: calc(18 / var(--main-width)) !important;}
body.open-nav header nav{display: grid;} 
body.open-nav header nav ul li a{color: var(--white-color) !important;}
body.open-nav header nav ul li a::before{background-color: var(--white-color) !important;}


.inner {padding: 0 calc(26 / var(--main-width));}

/* .logo-stagger{height: 661px;background-color: transparent;width: 1px;position: absolute;bottom: -660px;left: 0;visibility: hidden;display: none !important;} */


h1,h2{font-size: calc(25 / var(--main-width));line-height: calc(30 / var(--main-width));letter-spacing: calc(2.5 / var(--main-width));margin-bottom: calc(25 / var(--main-width));}
h2{margin-bottom: calc(20 / var(--main-width));}
h3{font-size: calc(12 / var(--main-width));line-height: calc(15 / var(--main-width)); letter-spacing: calc(4.8 / var(--main-width));margin-bottom: calc(15 / var(--main-width));}
h4,h5,h6{font-size: calc(10 / var(--main-width));line-height: calc(13 / var(--main-width));letter-spacing: calc(4 / var(--main-width));}
p,li{margin-bottom: calc(10 / var(--main-width));}

.btn{min-width: calc(135 / var(--main-width));font-size: calc(12 / var(--main-width));line-height: calc(15 / var(--main-width));letter-spacing: calc(4.8 / var(--main-width));padding: calc(0 / var(--main-width)) calc(12 / var(--main-width)) calc(0 / var(--main-width)) calc(15 / var(--main-width));}

.hero-box{height: 100svh;} 
.hero-box .slide-repeat{height:100svh;}

.hero-box .logo{position: absolute;width: 100%;height: 100%;left: 0;top: 0;display: grid;align-items: center;justify-content: center;}
.hero-box .logo :where(img,svg){width: calc(226 / var(--main-width));} 
.hero-box .text-l{width: calc(260 / var(--main-width));height: calc(52 / var(--main-width));left: calc(21 / var(--main-width));}
.hero-box .text-l img{width: 100%;}

.glide__arrow--left {left: calc(21 / var(--main-width));}
.glide__arrow--right {right: calc(21 / var(--main-width));}

.glide-nav-box{bottom: calc(21 / var(--main-width));}
.glide-nav-box .inner{gap: calc(12 / var(--main-width));}
.glide-nav-box .glide-nav {gap: calc(5 / var(--main-width));height: calc(10 / var(--main-width));}
.glide-nav-box .glide-nav a {width: calc(10 / var(--main-width));} 
.glide-nav-box .glide-nav p{font-size:calc(6 / var(--main-width));letter-spacing: calc(2 / var(--main-width));/*font-size:calc(7 / var(--main-width));letter-spacing: calc(3 / var(--main-width));*/}

.home-intro-text article{justify-items: center;padding-top: calc(41 / var(--main-width));padding-bottom: calc(186 / var(--main-width));}
.home-intro-text article::before{width: calc(100% + ((26*2) / var(--main-width)));right: calc(-26 / var(--main-width));}
.home-intro-text .info{width: 100%;}
.home-intro-text .info h1{font-size:calc(16 / var(--main-width));line-height: calc(22 / var(--main-width));letter-spacing: calc(1.6 / var(--main-width));}

.buttons{margin-top: calc(30 / var(--main-width));gap: calc(30 / var(--main-width)) calc(40 / var(--main-width));}

.society-section{padding-top: calc(31 / var(--main-width));padding-bottom:calc(51 / var(--main-width));} 
.society-section article{grid-template-columns: 100%;gap: 0;}
.society-section .image {margin-top: calc(-145 / var(--main-width));margin-left: calc(-26 / var(--main-width));width: calc(275 / var(--main-width));margin-bottom: calc(31 / var(--main-width));}
.society-section .image .est{padding-left: calc(67 / var(--main-width));font-size: calc(25 / var(--main-width));line-height: 1; letter-spacing: calc(2.5 / var(--main-width));top:calc(-60 / var(--main-width));left:calc(-26 / var(--main-width));}
.society-section .image .est::before{width: calc(52 / var(--main-width));height: calc(1 / var(--main-width));top: 50%;}
.society-section .text-box p{width: 100%;}
 
.event-calendar-section article{grid-template-columns: 100%;gap: 0;padding-top: 0;padding-bottom:calc(51 / var(--main-width));}
.event-calendar-section article::before{width: calc(100% + ((26*2) / var(--main-width)));height: calc(100% + (195 / var(--main-width)));left: calc(-26 / var(--main-width));}

.event-calendar-section .text-box {order: 2;padding-right: calc(21 / var(--main-width));}
.event-calendar-section .image {margin-top: calc(0 / var(--main-width));order: 1;margin-right: calc(-26 / var(--main-width));width: calc(275 / var(--main-width));margin-bottom: calc(40 / var(--main-width));justify-self: end;}

/* Home Event Page ------------------------------ */
.event-section.h-event article{grid-template-columns: 100%;align-items: center;}
.event-section.h-event .event-card{padding-left:calc(26 / var(--main-width));padding-right:calc(26 / var(--main-width));min-height: calc(368 / var(--main-width));padding-top: calc(41 / var(--main-width));}

.event-section .image p{left: calc(26 / var(--main-width));bottom: calc(23 / var(--main-width));width: calc(100% - (26 / var(--main-width)));font-size: calc(5 / var(--main-width));line-height: calc(6 / var(--main-width));letter-spacing: calc(2 / var(--main-width));}
.event-section .event-card{padding-top:calc(30 / var(--main-width));padding-bottom:calc(50 / var(--main-width));padding-left:calc(26 / var(--main-width));padding-right:calc(26 / var(--main-width));min-height: initial;}

.event-section .event-card small{font-size: calc(12 / var(--main-width));line-height: calc(15 / var(--main-width)); letter-spacing: calc(4.8 / var(--main-width));margin-bottom: calc(15 / var(--main-width));}
.event-section .event-card h4{font-size: calc(30 / var(--main-width));line-height: calc(38 / var(--main-width)); letter-spacing: calc(0.3 / var(--main-width));margin-bottom: calc(15 / var(--main-width));}
.event-section .event-card :where(h1,h2){margin-bottom: calc(20 / var(--main-width));letter-spacing: calc(2.5 / var(--main-width));}
.event-section .event-card h1{margin-bottom: calc(25 / var(--main-width));}
.event-section .event-card h2{width: 104%;letter-spacing: calc(1.88 / var(--main-width));}
.event-section .event-card > :where(h3,.note){margin-bottom: calc(9 / var(--main-width));width: 90%;}
.event-section .event-card .buttons{margin-top: calc(30 / var(--main-width));width: 95%;}
.event-section .event-card .note{font-size: calc(8 / var(--main-width));line-height: calc(10 / var(--main-width)); letter-spacing: calc(3.2 / var(--main-width));margin-top: calc(30 / var(--main-width));}

/* Event List Page ------------------------------ */
.event-section.events article{grid-template-columns: 1fr;align-items: start;}
.event-section.events .event-list{width: 100%;}
.event-section.events .event-list .image{width: 100%;}
.event-section.events .event-list .event-card{width: 100%;}

.event-section.events .event-list :where(.lt,.rt){float: left !important;clear: left !important;}
.event-section.events .event-list :where(.lt:nth-of-type(4n-1),.rt:nth-of-type(4n)){float: right !important;clear: right !important;}
.event-section.events .event-list .event-card:nth-of-type(4n){padding-left: calc(26 / var(--main-width));}
 
.event-section.venues .event-list .rt{padding-top:calc(25 / var(--main-width));padding-bottom:calc(33 / var(--main-width));padding-left:calc(26 / var(--main-width));padding-right:calc(26 / var(--main-width));min-height: initial;}
.event-section.venues .event-list .event-card :where(h1,h2){font-size: calc(20 / var(--main-width));line-height: calc(24 / var(--main-width));letter-spacing: calc(2 / var(--main-width));margin-bottom: calc(35 / var(--main-width));}
.event-section.venues .event-list .event-card > :where(h3,.note){font-size: calc(10 / var(--main-width));line-height: calc(13 / var(--main-width));letter-spacing: calc(3 / var(--main-width));margin-bottom: calc(0 / var(--main-width));}
.event-section.venues .event-list .event-card :where(h2,h3) br{display: inherit;}

.event-section.venues .event-list .event-card:nth-of-type(4n){padding-left: calc(26 / var(--main-width));}

/* Event Detail Page ------------------------------ */
.event-section.details article{grid-template-columns: 1fr;}
.event-section.details .image{position: relative;top: auto;}
.event-section.details .event-card{padding-top:calc(31 / var(--main-width));padding-right: calc(26 / var(--main-width));}
.event-section.details .event-card .detail{margin-top: calc(40 / var(--main-width));}
.event-section.details .event-card .detail .large{font-size: calc(16 / var(--main-width));line-height: calc(20 / var(--main-width)); letter-spacing: calc(0.16 / var(--main-width));margin-bottom: calc(25 / var(--main-width));}
.event-section.details .event-card .detail p{font-size: calc(14 / var(--main-width));line-height: calc(18 / var(--main-width)); letter-spacing: calc(0.14 / var(--main-width));}
.event-section.details .event-card .note + .note{margin-top: calc(10 / var(--main-width));}
.event-section.details .event-card .buttons {margin-top: calc(40 / var(--main-width));}

.event-section.details .image .slider{width: 100%;display: grid;}
.event-section.details .image .glide-nav-box{left: auto;right: calc(28 / var(--main-width));}
.event-section.details .image .glide-nav-box .glide-nav{justify-content: end;}
 
.event-section.news .event-card > h4{font-size: calc(14 / var(--main-width));line-height: calc(18 / var(--main-width)); letter-spacing: calc(1.4 / var(--main-width));margin-bottom: calc(30 / var(--main-width));}

/* .event-section.news .event-card > :where(h3,h4){font-size: calc(14 / var(--main-width));line-height: calc(18 / var(--main-width)); letter-spacing: calc(1.4 / var(--main-width));margin-bottom: calc(30 / var(--main-width));}
.event-section.news .event-card > :where(h3){letter-spacing: calc(6 / var(--main-width));margin-bottom: calc(3 / var(--main-width));} */

.contact-section article{grid-template-columns: 100%;gap: 0;padding-top: calc(41 / var(--main-width));padding-bottom:calc(0 / var(--main-width));}
.contact-section .image {margin-top: calc(41 / var(--main-width));margin-left: calc(-26 / var(--main-width));width: calc(100% + ((26*2) / var(--main-width)));}
.contact-section .image .est{margin-top: calc(10 / var(--main-width));font-size: calc(15 / var(--main-width));letter-spacing: calc(3 / var(--main-width));}
 
.event-table{padding-bottom: calc(50 / var(--main-width));}
.event-row{grid-template-columns: 75% 22.5%;justify-content: space-between;}
.event-row:not(.event-header):hover::before{width: calc(100% + ((85*2) / var(--main-width)));height: calc(100% + ((2) / var(--main-width)));position: absolute;left: calc(-85 / var(--main-width));top: calc(-1 / var(--main-width));}
.event-table .btn{margin-top: calc(35 / var(--main-width));}
.event-row div{padding-bottom: calc(5 / var(--main-width));}

.event-row div,
.event-row p{font-size: calc(10 / var(--main-width));line-height: calc(13 / var(--main-width)); letter-spacing: calc(4 / var(--main-width));}
.event-row p{letter-spacing: calc(3 / var(--main-width));}

.event-row :where(div,p):nth-of-type(2),
.event-row :where(div,p):nth-of-type(3){display: none;}

.pt70{padding-top: calc(0 / var(--main-width));}

.page-intro-text article{padding-top: calc(93 / var(--main-width));padding-bottom: calc(50 / var(--main-width));}
.page-intro-text .info{width:100%;}
.page-intro-text .info :where(h1,h2){margin-bottom:calc(20 / var(--main-width));}
.page-intro-text .info :where(p,li){font-size:calc(16 / var(--main-width));line-height: calc(20 / var(--main-width));letter-spacing: calc(0.16 / var(--main-width));}
.page-intro-text .info .large{font-size:calc(20 / var(--main-width));line-height: calc(18 / var(--main-width));letter-spacing: calc(0.20 / var(--main-width));margin-bottom: calc(5 / var(--main-width));}
.page-intro-text .info .small{font-size:calc(9 / var(--main-width));line-height: calc(12 / var(--main-width));letter-spacing: calc(3 / var(--main-width));margin-bottom: calc(8 / var(--main-width));}

.page-intro-text.contact .info p:not(.large),
.page-intro-text.i-ev .info p{font-size:calc(16 / var(--main-width));line-height: calc(20 / var(--main-width));letter-spacing: calc(0.16 / var(--main-width));}
.page-intro-text.contact .info .large{line-height: calc(22 / var(--main-width));}

.page-intro-text.i-ev article{grid-template-columns: 1fr;padding-top: calc(93 / var(--main-width));}
.page-intro-text.i-ev .info h3{margin-bottom: calc(15 / var(--main-width));}
.page-intro-text.i-ev .info.lt img{width: calc(54 / var(--main-width));bottom: calc(17 / var(--main-width));}

.page-intro-text.i-ev .info.lt h1{font-size:calc(104 / var(--main-width));line-height: calc(130 / var(--main-width));letter-spacing: calc(1.04 / var(--main-width));margin-bottom: 0;}
/* .page-intro-text.i-ev .info.lt h2{margin-bottom: calc(-10 / var(--main-width));}
.page-intro-text.i-ev .info.lt h1{width: 100%;font-family: var(--funnel-display-font);font-weight: 300;font-size:calc(150 / var(--main-width));line-height: calc(188 / var(--main-width));letter-spacing: calc(1.5 / var(--main-width));margin-bottom: 0;} */
.page-intro-text.i-ev .info.rt{height:auto;padding-top: calc(30 / var(--main-width));}
.page-intro-text.i-ev .info.rt{padding-left:calc(0 / var(--main-width));}

.page-intro-text.contact{height: calc(100dvh - (218 / var(--main-width)));}
.page-intro-text.m-area{height: auto;}
.page-intro-text.m-area .info{width: 100%;}
.page-intro-text.m-area .info h3 {margin-bottom: calc(7 / var(--main-width));}
.page-intro-text.m-area .buttons{gap: calc(22 / var(--main-width));margin-top: calc(60 / var(--main-width));}
.page-intro-text.m-area .buttons:first-of-type{margin-top: calc(10 / var(--main-width));}
.page-intro-text.m-area .info .btn{min-width: calc(210 / var(--main-width));}
.page-intro-text.contact .info h3{margin-top:calc(25 / var(--main-width));margin-bottom:calc(15 / var(--main-width));}

.page-intro-text.generic-p .info {width: 100%;}
.page-intro-text.generic-p .info :where(h2,h3){margin-top:calc(12 / var(--main-width));margin-bottom:calc(12 / var(--main-width));}
.page-intro-text.generic-p .info :where(ul,ol){margin-top:calc(15 / var(--main-width));}

.page-intro-text.m-list .info .small{font-size:calc(10 / var(--main-width));line-height: calc(13 / var(--main-width));letter-spacing: calc(4 / var(--main-width));margin-bottom: calc(0 / var(--main-width));}
.page-intro-text.m-list .info .small a,
.page-intro-text.m-list .info .small span{float: left;margin-right: calc(7 / var(--main-width));;}
.page-intro-text.m-list .info .small a{margin-right: calc(30 / var(--main-width));}
.page-intro-text.m-list .info .small{color: rgba(43, 45, 52, 0.25);}
.page-intro-text.m-list .info .small a{color: rgba(43, 45, 52, 0.25);}
.page-intro-text.m-list .info .small a::before{background-color: rgba(43, 45, 52, 0.25);}

.page-intro-text.news article{padding-bottom: calc(35 / var(--main-width));}
.page-intro-text.news .info{width: 100%;display: grid;justify-content: start;}
.page-intro-text.news .buttons{width: 100%; gap: calc(23 / var(--main-width));margin-top: calc(10 / var(--main-width));margin-bottom: calc(10 / var(--main-width));justify-content: start;align-content: start;}
.page-intro-text.news .buttons .btn:first-child{width: calc(200 / var(--main-width));padding: 0;}

.page-intro-text.venues .info {width: 100%;}

.page-intro-text.pcaptains article{padding-top: calc(44 / var(--main-width));padding-bottom: calc(49 / var(--main-width));}
.page-intro-text.pcaptains .info{width:100%;}
.page-intro-text.pcaptains .info p{font-size:calc(16 / var(--main-width));line-height: calc(20 / var(--main-width));letter-spacing: calc(0.16 / var(--main-width));}
.page-intro-text.bd .info{width: 90%;}

.p-captain-box{width: 100%;grid-template-columns: 1fr;margin-top: calc(20 / var(--main-width));}
.p-captain-box p{font-size:calc(18 / var(--main-width));line-height: calc(25 / var(--main-width));letter-spacing: calc(0.18 / var(--main-width));gap: calc(37 / var(--main-width));margin-bottom: 0;}
 
.committee-section{margin-top: calc(-40 / var(--main-width));}
.committee-section article{gap: calc(25 / var(--main-width)) calc(32 / var(--main-width));margin-bottom: calc(55 / var(--main-width));display: grid;grid-template-columns: 1fr 1fr;}
.committee-section .committee-item{width: 100%;}
.committee-section .committee-item .role, .r-title{font-size:calc(8 / var(--main-width));line-height: calc(10 / var(--main-width));letter-spacing: calc(3.2 / var(--main-width));margin-bottom: calc(6 / var(--main-width));}
.committee-section .committee-item h2{font-size:calc(16 / var(--main-width));line-height: calc(22 / var(--main-width));letter-spacing: calc(0.16 / var(--main-width));margin-bottom: calc(15 / var(--main-width));}
.committee-section .committee-item .image{width: 100%;}
.committee-section article:first-of-type .committee-item:last-of-type{width: 100%;}
.committee-section article:first-of-type .committee-item:last-of-type .role{width: 125%;}
.r-title{margin-bottom: calc(6 / var(--main-width));}
 
/* .captiain-letter-section{padding-top: calc(20 / var(--main-width));padding-bottom: calc(47 / var(--main-width));}
.captiain-letter-heading{height: calc(41 / var(--main-width));}
.captiain-letter-heading::after{width: calc(21 / var(--main-width));}
.captiain-letter-detail{grid-template-columns: repeat(1, 1fr);gap: calc(0 / var(--main-width));margin-top: calc(20 / var(--main-width));}
.captiain-letter-detail>div:last-of-type{margin-top: calc(10 / var(--main-width));}

.logo-r{right: calc(21 / var(--main-width)); width: calc(66 / var(--main-width));}
.logo-r.list{top: calc(120 / var(--main-width));} */


.captiain-letter-section{padding-top: calc(0 / var(--main-width));padding-bottom: calc(0 / var(--main-width));}
.captiain-letter-heading{height: calc(51 / var(--main-width)); display: grid;align-items: center; position: relative;}
.captiain-letter-heading::after{width: calc(20 / var(--main-width));}
.captiain-letter-heading h3{margin-bottom: 0;font-size: calc(14 / var(--main-width));line-height: calc(18 / var(--main-width));letter-spacing: calc(5.6 / var(--main-width));}
.captiain-letter-detail{grid-template-columns: repeat(1, 1fr);gap: calc(0 / var(--main-width));}
.captiain-letter-detail>div:last-of-type{margin-top: calc(0 / var(--main-width));}
.captiain-letter-detail>div{padding-top: calc(10 / var(--main-width));padding-bottom: calc(40 / var(--main-width));}
 
.logo-r{position: fixed;top: 0;right: calc(50% - (605 / var(--main-width))); width: calc(75 / var(--main-width));height: 100%;display: grid;align-items: center;}
.logo-r img{width: 100%;}
.logo-r.list{position: absolute;top: calc(145 / var(--main-width));right: 0;height: auto;}

.news-section{padding-bottom: calc(55 / var(--main-width));}
.news-section article{grid-template-columns: repeat(1, 1fr);gap:calc(40 / var(--main-width)) calc(0 / var(--main-width));}
.news-section .news-item .image{margin-bottom: calc(20 / var(--main-width));}
.news-section .news-item h2{font-size:calc(20 / var(--main-width));line-height: calc(24 / var(--main-width));letter-spacing: calc(2 / var(--main-width));margin-bottom: calc(18 / var(--main-width));}
.news-section .news-item .info p{font-size:calc(14 / var(--main-width));line-height: calc(18 / var(--main-width));letter-spacing: calc(1.4 / var(--main-width));}
.more{padding-top: calc(55 / var(--main-width));}
 

.member-table{padding-bottom: calc(35 / var(--main-width));}
.member-row{grid-template-columns: 50% 47.5%;justify-content: space-between;padding: calc(15 / var(--main-width)) 0 calc(20 / var(--main-width)) 0;}
.member-row .cinfo{display: block;width: 200%;grid-template-columns: 100%;align-items: start;width: auto;float: left;}
.member-row .cinfo h3{font-size: calc(8 / var(--main-width));line-height: calc(10 / var(--main-width)); letter-spacing: calc(3.2 / var(--main-width));margin-top: calc(19 / var(--main-width));margin-bottom: 0;position: relative;}
.member-row .cinfo h3::after{width: calc(20 / var(--main-width));height: calc(10 / var(--main-width));position: absolute;right: calc(-25 / var(--main-width));top: 0;content: "";background-image: url(../images/down-arrow.png);background-position: center;background-repeat: no-repeat;background-size: 100% auto;}
.member-row .cinfo .detail{width: 100%;align-items: start;margin-top: 0;margin-bottom: 0;gap: calc(12 / var(--main-width));}
.member-row .cinfo .detail span{width: 100%;font-family: var(--funnel-display-font);font-weight: 600; font-size: calc(8 / var(--main-width));line-height: calc(10 / var(--main-width)); letter-spacing: calc(3.2 / var(--main-width));padding-bottom: calc(5 / var(--main-width));}

.member-header{font-size: calc(10 / var(--main-width));line-height: calc(13 / var(--main-width)); letter-spacing: calc(4 / var(--main-width));padding-bottom: 0;}

.member-row div{font-size: calc(10 / var(--main-width));line-height: calc(13 / var(--main-width)); letter-spacing: calc(4 / var(--main-width));}
.member-row p{font-size: calc(12 / var(--main-width));line-height: calc(22 / var(--main-width)); letter-spacing: calc(0.12 / var(--main-width));}

.member-row :where(div,p):nth-of-type(3),
.member-row :where(div,p):nth-of-type(4){display: none;}

.member-section article{grid-template-columns: 100%;gap: 0;padding-top: calc(113 / var(--main-width));padding-bottom:calc(41 / var(--main-width));}
.member-section article::before{width: calc(100% + (21 / var(--main-width)) + (21 / var(--main-width)));height: calc(100% + (0 / var(--main-width)));left: calc(-21 / var(--main-width));}
.member-section h3{font-size: calc(19 / var(--main-width));line-height: calc(25 / var(--main-width)); letter-spacing: calc(8.6 / var(--main-width));margin-top: calc(29 / var(--main-width));}
.member-section .text-box{order: 2;}
.member-section .image{margin-bottom: calc(31 / var(--main-width));order: 1;}

.benefit-section .inner{padding: 0;}
.benefit-section article{grid-template-columns: 100%;align-items: start;}
.benefit-section .text-box{padding-top:calc(31 / var(--main-width));padding-bottom:calc(41 / var(--main-width));padding-left:calc(21 / var(--main-width));padding-right:calc(21 / var(--main-width));}
.benefit-section .society{padding-left:calc(21 / var(--main-width));padding-right:calc(21 / var(--main-width));}
.benefit-section .society p{width: 100%;}
.benefit-section .text-box ul{width: 100%;margin-top: calc(31 / var(--main-width));}
.benefit-section .text-box ul li::before{left: calc(21 / var(--main-width));}

.join-section{padding:calc(31 / var(--main-width)) 0 calc(41 / var(--main-width)) 0;}
.join-section article{align-items: center;height: 100%;}
.join-section .form-section{width: 100%;margin-top:calc(10 / var(--main-width));}
.join-section .form-section .fields{margin-bottom: calc(21 / var(--main-width));grid-template-columns: repeat(1, 1fr);gap: calc(21 / var(--main-width));}
.join-section .form-section .fields h3{margin-bottom: calc(20 / var(--main-width));}
.join-section .form-section .fields input[type="text"]{height: calc(40 / var(--main-width));padding:0 calc(10 / var(--main-width));font-size: calc(12 / var(--main-width));line-height: calc(16 / var(--main-width));letter-spacing: calc(4.5 / var(--main-width));}
.join-section .form-section .buttons{margin-top: calc(10 / var(--main-width));gap: calc(31 / var(--main-width));}
.join-section .form-section label{gap: calc(10 / var(--main-width));}
.join-section .form-section .small a{font-size: calc(10 / var(--main-width));line-height: calc(13 / var(--main-width));letter-spacing: calc(4 / var(--main-width));}

.join-section.login{height: auto;padding: calc(93 / var(--main-width)) 0 calc(114 / var(--main-width)) 0;}
.join-section.login .form-section{width: 100%;justify-self: center;margin-top:calc(50 / var(--main-width));}
.join-section.login .form-section .fields{margin-bottom: calc(37 / var(--main-width));gap: calc(0 / var(--main-width));}
.join-section.login .form-section .buttons{justify-content: center;}

.join-section.login .lines{right: calc(-45 / var(--main-width));bottom: calc(-100 / var(--main-width));}

/* ─── JOIN SECTION ─── */
.divider {width: 100%;border: none;border-top: 1px solid rgba(255,255,255,0.18);margin: calc(28 / var(--main-width)) 0;}

.register{padding:calc(93 / var(--main-width)) 0 calc(114 / var(--main-width)) 0;margin-top:0;}
.register .form-section{margin-top: calc(15 / var(--main-width));}
.register .row-dropdown {margin-bottom: calc(34 / var(--main-width));width: 100%;}
.register .fields-row {grid-template-columns: 100%;gap: calc(40 / var(--main-width));margin-bottom: calc(40 / var(--main-width));}
.register .fields-row.two-col {grid-template-columns: 100%;}
.register .guest-row {grid-template-columns: 100%;gap: calc(40 / var(--main-width));padding: calc(40 / var(--main-width)) 0;}
.register select {width: 100%;}
.register .buttons {margin-top: 0;gap: calc(30 / var(--main-width));}
.register .consent-label {gap: calc(16 / var(--main-width));line-height: calc(11 / var(--main-width));}
 



.history-section .inner{padding: 0 calc(26 / var(--main-width));}
.history-section article{grid-template-columns: 100%;}
.history-section .text-box{padding-left:calc(0 / var(--main-width));}

.history-section.s1 article{padding-top: calc(93 / var(--main-width));}
.history-section.s1 .text-box{padding-right:calc(0 / var(--main-width));}
.history-section.s1 .text-box h2:first-of-type{margin-bottom: calc(9 / var(--main-width));}
.history-section.s1 .text-box .est{width: 103%;margin-bottom: calc(24 / var(--main-width));padding-left: calc(168 / var(--main-width));margin-left: 0;}
.history-section.s1 .text-box .est::before{width: calc(184 / var(--main-width));top: 50%;left:calc(-26 / var(--main-width));}
.history-section.s1 .text-box h3{padding:0;width: 70%;margin-bottom: calc(40 / var(--main-width));}
.history-section.s1 .image{margin-top:calc(50 / var(--main-width));z-index: 2;margin-right: calc(-26 / var(--main-width));width: calc(100% + (26 / var(--main-width)));margin-bottom: calc(30 / var(--main-width));justify-self: end;}
.history-section.s1 .image h3{display: none;}

.history-section.s2{margin-top: calc(-143 / var(--main-width));}
.history-section.s2::before{height: 163%;}
.history-section.s2 .text-box{padding: calc(143 / var(--main-width)) 0 calc(33 / var(--main-width)) 0;}
.history-section.s2 .image{margin-top: calc(0 / var(--main-width));margin-right: calc(-26 / var(--main-width));width: calc(132 / var(--main-width));margin-bottom: calc(0 / var(--main-width));justify-self: end;}
.history-section.s2 .image figure{width: 100%;}

/*.history-section.s3{margin-top: calc(0 / var(--main-width));}
.history-section.s3 article{grid-template-columns: 100%;align-items: start;}
.history-section.s3 .text-box{padding: 0;}
.history-section.s3 .image{gap: calc(0 / var(--main-width));justify-items: start;margin-top: calc(-145 / var(--main-width));margin-left: calc(-26 / var(--main-width));width: calc(226 / var(--main-width));margin-bottom: calc(50 / var(--main-width));}

.history-section.s3 .image figure:nth-of-type(2){width: calc(337 / var(--main-width));}*/


.history-section.s3{margin-bottom: calc(0 / var(--main-width));}
.history-section.s3 article{grid-template-columns: 100%;align-items: start;}
.history-section.s3 .image{gap: calc(0 / var(--main-width));justify-items: start;}
.history-section.s3 .image figure:nth-of-type(2){width: 100%;}

.history-section.s3 .hs-box{padding: 0;align-items: start;}
.history-section.s3 .hs-box .text-box{padding-left:calc(0 / var(--main-width));}
.history-section.s3 .hs-box .hs1{margin-bottom:calc(43 / var(--main-width));margin-top: calc(-60 / var(--main-width));}
.history-section.s3 .hs-box .hs1 .image{margin-left: calc(-26 / var(--main-width));width: calc(226 / var(--main-width));margin-bottom: calc(50 / var(--main-width));}

.history-section.s3 .hs-box .hs2{margin-bottom:calc(0 / var(--main-width));margin-top: calc(35 / var(--main-width));}
.history-section.s3 .hs-box .hs2 .image{margin-top: calc(85 / var(--main-width));justify-items: start;margin-left: calc(-26 / var(--main-width));width: calc(156 / var(--main-width));margin-bottom: calc(0 / var(--main-width));}

.history-section.s3 .hs-box .hs3{margin-bottom:calc(32 / var(--main-width));margin-top: calc(-219 / var(--main-width));}
.history-section.s3 .hs-box .hs3 .image{margin-top: calc(0 / var(--main-width));justify-self: end;margin-right: calc(-26 / var(--main-width));width: calc(183 / var(--main-width));margin-bottom: calc(30 / var(--main-width));}

.history-section.s6{padding-top:calc(35 / var(--main-width));padding-bottom:calc(0 / var(--main-width));}
.history-section.s6 article{grid-template-columns: 100%;align-items: start;}
.history-section.s6 .text-box{padding:0;height: auto;}
.history-section.s6 .text-box p{width: 100%;}
.history-section.s6 .image{margin-top: calc(55 / var(--main-width));justify-self: end;margin-right: calc(-26 / var(--main-width));width: calc(281 / var(--main-width));margin-bottom: calc(0 / var(--main-width));}

.history-section.full{padding-top:calc(40 / var(--main-width));padding-bottom:calc(45 / var(--main-width));}
.history-section.full .inner{padding: 0 calc(26 / var(--main-width));}
.history-section.full article{grid-template-columns: 100%;align-items: start;}
.history-section.full .text-box{padding-top:0;padding-right:calc(0 / var(--main-width));}
.history-section.full .text-box h3{margin-top: calc(25 / var(--main-width));font-size: calc(10 / var(--main-width));line-height: calc(13 / var(--main-width));letter-spacing: calc(4 / var(--main-width));}

.history-section .tlogo{width: 100%;padding:0;margin-top: calc(60 / var(--main-width));margin-bottom: calc(20 / var(--main-width));}

.honours-board-box article{padding:calc(44 / var(--main-width)) 0 calc(60 / var(--main-width)) 0;}
.honours-board-box .honours-board{grid-template-columns: 50% 50%;margin-top: calc(20 / var(--main-width));overflow: initial;max-height:initial;}
.honours-board-box .honours-board.sc{grid-template-columns: 50% 50%;margin-top: calc(0 / var(--main-width));}
.honours-board-box .honours-board .item{margin-bottom: calc(35 / var(--main-width));}
.honours-board-box .honours-board .item:nth-last-child(-n+2){margin-bottom: calc(0 / var(--main-width));}
.honours-board-box .honours-board .item div{padding: 0 calc(29 / var(--main-width));gap: calc(10 / var(--main-width)) calc(10 / var(--main-width));margin-top: calc(0 / var(--main-width));overflow: hidden;max-height: calc(480 / var(--main-width));align-content: start;}
.honours-board-box .honours-board .item:nth-of-type(2n-1) div{padding-left: 0 !important;}
.honours-board-box .honours-board .item:nth-of-type(2n) div{padding-right: 0 !important;border-right: 0 !important;}
.honours-board-box .honours-board .item h3{font-size:calc(15 / var(--main-width));line-height: calc(22 / var(--main-width));letter-spacing: calc(0.15 / var(--main-width));padding:0;padding-left:calc(29 / var(--main-width));}
.honours-board-box .honours-board .item:nth-of-type(2n-1) h3{padding-left: 0 !important;}
.honours-board-box .honours-board .item p{font-size:calc(10 / var(--main-width));line-height: 1;letter-spacing: calc(0.1 / var(--main-width));gap: calc(17 / var(--main-width));margin-bottom: 0;}
.honours-board-box .honours-board .item p span{width: calc(21 / var(--main-width));}

.honours-board-box .honours-board.sc .item{border-top: solid 1px var(--white-color);padding-top: calc(25 / var(--main-width));}
.honours-board-box .honours-board.sc .item:nth-child(-n+2){border-top: 0;padding-top: 0;}
.honours-board-box .honours-board.sc .item div{padding: 0 calc(40 / var(--main-width));gap: calc(8 / var(--main-width)) 0;}
.honours-board-box .honours-board.sc .item h3{padding-left:calc(40 / var(--main-width));}
.honours-board-box .honours-board.sc .item p{font-size:calc(12 / var(--main-width));letter-spacing: calc(0.12 / var(--main-width));gap: 0;margin-bottom: 0;}
.honours-board-box .honours-board.sc .item:last-of-type{width: 200%;}
.honours-board-box .honours-board.sc .item:last-of-type div{padding-right: 0;grid-template-columns: auto auto auto;justify-content: space-between;gap: calc(20 / var(--main-width));}


.carousel-section {width: 100%;overflow: hidden;position: relative;}
.carousel-section .carousel {width: 100%;position: relative;display: grid;grid-template-columns: 1fr;}
.carousel-section .carousel .carousel-track {width: 100%;height: 100dvh;max-height: calc(860 / var(--main-width));}
.carousel-section .carousel .carousel-track figure{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}


.terms .inner {
    padding: calc(56 / var(--main-width)) calc(40 / var(--main-width)) 0;
}
.terms-content ul li {
    font-size: calc(18 / var(--main-width));
}
.terms-content p {
    font-size: calc(18 / var(--main-width));
    line-height: calc(22 / var(--main-width));
}
/*error 404*/
.error-404{padding:5.69158878504673vw 5.373831775700935vw 4.345794392523365vw;margin: 0;}
.error-404 .t-inner{width:100%;margin:0 0 0 0;max-width: 100%;}
.error-404 .t-inner figure{width:100%;margin-bottom:7.009345794392523vw;text-align:center;}
.error-404 .t-inner figure img{width:32.8%;float:none;display:inline-block;}
.error-404 .t-inner div {width: 100%;margin: 6vw 0 0 0px;padding: 0;float: left;text-align: center;}
.error-404 .t-inner div h1{margin-bottom:3.5046728971962615vw;text-align:center;font-size:6.763285024154589vw;line-height:7.971014492753622vw;}
.error-404 .t-inner div p{margin:0 0 3.4641288433382138vw 0;font-size: 3.3816425120772946vw;line-height: 4.830917874396135vw;text-align:center;}
.error-404 .t-inner img{width:26.8%;float: none;}
.error-404 .t-inner a.btn{min-width: calc(137.63 / var(--main-width));}
/*error 404*/

a:not(.logo,.btn,.menu,.btn-slick,.client-info .column>a,.brand>a,.event-row)::before{bottom:calc(-1 / var(--main-width));}

/*footer -------------------3----------------- */
footer #footer{padding: 0 calc(26 / var(--main-width));} 
footer .lines{right: calc(-60 / var(--main-width));top: calc(105 / var(--main-width));z-index: 1;}
footer .footer-section{grid-template-columns: calc(84 / var(--main-width)) 1fr;gap: calc(100 / var(--main-width));padding: calc(30 / var(--main-width)) 0 calc(40 / var(--main-width)) 0;position: relative;z-index: 2;}
footer .logo{width:calc(84 / var(--main-width));height: calc(54 / var(--main-width));background-image:url(../images/logo-f.jpg);background-repeat:no-repeat;background-size:100% auto;background-position: center; text-decoration:none;transition: all .35s ease;}
footer .logo img{width: 100%;display: none;}

footer nav{width: 100%;display: grid;grid-template-columns: 1fr;}
footer nav > .bottomf, footer nav ul:not(.bottomf ul){width: 100%;gap: calc(18 / var(--main-width));margin-top: calc(0 / var(--main-width));grid-auto-flow: row;}
footer nav ul:not(.bottomf ul) li{height: auto;padding: 0 !important;margin-bottom: 0;}
footer nav ul:not(.bottomf ul) li:first-of-type{padding-left: 0;}
footer nav ul:not(.bottomf ul) li:last-of-type{border-left: 0;padding-left: 0;}

footer nav .bottomf{width: 41%;display: flex;flex-wrap: wrap; margin-top: calc(0 / var(--main-width));gap: calc(12 / var(--main-width)) calc(10 / var(--main-width));display: initial;position: absolute;left: 0;bottom: calc(40 / var(--main-width));display: flex;}
footer nav p{width: auto;margin-bottom: 0;}
footer nav .bottomf ul{width: 100%;display: flex;flex-wrap: wrap; margin-top: calc(0 / var(--main-width));gap: calc(12 / var(--main-width)) calc(10 / var(--main-width));}
footer nav .bottomf ul li{width: auto;margin-bottom: 0;}

footer nav :where(p:first-of-type, p:last-of-type){width: 100%;}

}