*, *::before, *::after { 
    box-sizing: border-box; 
}

@font-face {

    font-family: "GothamSSm-XLight";

    src: url('https://topnotchmgt.com/Fonts/GothamSSm-XLight.otf');
        
}
@font-face {

    font-family: "GothamSSm-Light";

    src: url('https://topnotchmgt.com/Fonts/GothamSSm-Light.otf');
        
}
@font-face {

    font-family: "GothamSSm-Medium";

    src: url('https://topnotchmgt.com/Fonts/GothamSSm-Medium.otf');
        
}
@font-face {

    font-family: "GothamSSm-Book";

    src: url('https://topnotchmgt.com/Fonts/GothamSSm-Book.otf');
        
}
@font-face {

    font-family: "GothamSSm-Black";

    src: url('https://topnotchmgt.com/Fonts/GothamSSm-Black.otf');
        
}
@font-face {

    font-family: "GothamSSm-Bold";

    src: url('https://topnotchmgt.com/Fonts/GothamSSm-Bold.otf');
        
}
@font-face {

    font-family: "GothamRndSSm-Bold";

    src: url('https://topnotchmgt.com/Fonts/GothamRndSSm-Bold.otf');
        
}
abbr, blockquote, body, button, dd, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, hgroup, input, legend, li, ol, p, pre, ul {
    margin: 0;
    padding: 0;
}
button {
    background: none;
    border: 0;
    box-sizing: initial;
    color: inherit;
    cursor: pointer;
    font-family: "GothamSSm-Light";
    font-size: 15px;
    line-height: inherit;
    overflow: visible;
}

button:disabled {
    cursor: default
}
input, textarea, select {
  background-color: rgb(29,29,31);
  color: #fff;
  border: 1px solid rgb(212, 212, 212, .5);   /* default */
  caret-color: #fff;
  outline: none;
  transition: border-color 0.5s ease;
}
/* Focus */
input:focus, input:focus-visible, textarea:focus, select:focus {
  border-color: #4da3ff;   /* focus */
}

/* Autofill + focus */
input:-webkit-autofill, input:-webkit-autofill:focus, input:-webkit-autofill:focus-visible {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0 1000px rgb(29, 29, 31) inset;
  border-color: #4da3ff;
}
body {
    position: relative;
    min-width: 320px;
    display: block;
    font-family: "GothamSSm-Book";
}
.mode-dark body {
    background: black;
    color: #ffffff;
}
.mode-dark section {
    background: black;
    color: #ffffff;
}
.mode-dark p {
    color: #86868b;
}
.mode-dark .paddlenav-arrow {
    background: rgba(66, 66, 69, 0.72);
}
.mode-dark .paddlenav-arrow:hover {
    background: rgba(73, 73, 76, 0.72);
}
.mode-dark .paddlenav-arrow svg path {
    fill: rgba(255, 255, 255, 0.8);
}
.mode-dark .paddlenav-arrow:hover svg path {
    fill: rgba(255, 255, 255)
}
/* Main heading for pages (largest font, usually for page landing main-header/intro area) */
h1 {
    font-family: "GothamSSm-Bold";
    font-size: 56px  
}
@media only screen and (max-width: 1068px) {
  h1 {
    font-size: 48px
  }
}
@media only screen and (max-width: 734px) {
  h1 {
    font-size: 32px
  }
}
/* Main heading for blocks of content/elements like DIV/CAROUSEL/GALLERY/SECTION/TITLES (usually large font but not for intro sections, can be used for all section headings & titles except intro) */
h2 {
    font-family: "GothamSSm-Bold";
    font-size: 56px  
}
@media only screen and (max-width: 1068px) {
  h2 {
    font-size: 48px
  }
}
@media only screen and (max-width: 734px) {
  h2 {
    font-size: 28px
  }
}
/* Subheading under H2 (usually small paragraph with small to medium font size; smaller font than H1 & H2 but larger than P) */
h3 {
    font-family: "GothamSSm-Book";
}
p {
    
}
.caption {
    
}
.minitext {
    font-size: 14px;
    color: #000000;
}
section {
    position: relative;
    padding-top: 114px;
    padding-bottom: 160px;
}
@media only screen and (max-width: 1068px) {
    section {
        padding-top: 78px;
        padding-bottom: 128px;
    }
}
@media only screen and (max-width: 734px) {
    section {
        padding-top: 96px;
        padding-bottom: 96px;
    }
}
#landing-featured {
    background: #101010;
}
.carousel-title {
    font-family: "GothamSSm-Medium";
    color: #ffffff;
    font-size: 56px;
    padding-left: 50px;
    padding-bottom: 80px;
}
@media only screen and (max-width: 1068px) {
    .carousel-title {
        font-size: 48px;
        padding-bottom: 64px;
    }
}
@media only screen and (max-width: 734px) {
    .carousel-title {
        font-size: 28px;
        padding-left: 30px;
        padding-bottom: 48px;
    }
}
.scroll-gallery-container {
    position: relative;
}
@media only screen and (max-width: 1068px) {
    .scroll-gallery-container { 
        
    }
}
@media only screen and (max-width: 734px) {
    .scroll-gallery-container {
        
    }
}
.scroll-gallery-wrapper {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-gutter: stable both-edges;
    /* edge spacing + snap alignment */
    padding-left: 50px;
    padding-right: 50px;
    scroll-padding-left: 50px;
    scroll-padding-right: 50px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    user-select: none;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
}
.scroll-gallery-wrapper::-webkit-scrollbar {
    display: none;
}
/* Optional: remove edge spacing on smaller screens */
@media only screen and (max-width: 734px) {
    .scroll-gallery-wrapper{
        padding-left: 30px;
        padding-right: 30px;
        scroll-padding-left: 30px;
        scroll-padding-right: 30px;
    }
}
.scroll-gallery {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-auto-flow: column;
    gap: 30px;
    width: fit-content;
    height: max-content;
}
.gallery-item {
    position: relative;
    scroll-snap-align: center;
    display: list-item
}
@media only screen and (max-width: 1068px) {
    .gallery-item {
        scroll-snap-align: start;
    }
}
.gallery-tile-rounded {
    width: 820px;
    min-height: 680px;
    border-radius: 18px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    background: red;
    box-shadow: initial;
}
@media only screen and (max-width: 1068px) {
    .gallery-tile-rounded {
        width: 692px;
        min-height: 480px;
    }
}
@media only screen and (max-width: 734px) {
    .gallery-tile-rounded {
    /* clamp(minimum width, preferred width, maximum width)*/
        width: clamp(260px, calc(87.5vw - 20px), 400px);
    }
}
.gallery-image {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.gallery-caption {
    font-size: 17px;
    color: rgb(245,245,247);
    margin-top: 30px;
}
.scroll-gallery-paddlenav-container {
    display: flex;
    justify-content: end;
    width: 100%;
    transition: opacity .2s ease-out;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media only screen and (max-width: 1068px) {
    .scroll-gallery-paddlenav-container {
        
    }
}
@media only screen and (max-width: 734px) {
    .scroll-gallery-paddlenav-container {
        
    }
}
.scroll-gallery-paddlenav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 18px;
}
.scroll-gallery-previous, .scroll-gallery-next {
    
}
/*
.scroll-gallery-paddlenav .paddlenav-arrow{
    position: relative;
    inset-inline-start: auto;
    inset-inline-end: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}
*/
.paddlenav-arrow {
    background: rgba(210,210,215,0.64);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    font-style: normal;
    overflow: hidden;
    transition: opacity .2s ease-out, background 100ms linear, color 100ms linear;
    cursor: pointer;
}
.paddlenav-arrow:hover {
    background: rgba(210,210,215,0.8);
    text-decoration: none
}
.paddlenav-arrow svg {
    height: 36px;
    width: 36px;
}
.paddlenav-arrow svg path {
    fill: rgba(0,0,0,0.56);
    transition: fill 100ms linear
}
.paddlenav-arrow:hover svg path {
    fill: rgba(0,0,0,0.64)
}
.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
    transition: opacity .5s ease-out;
}