html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

body {
    line-height: 1;
}

ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none
}

mark {
    background-color: transparent;
    color: inherit
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}



input[type="text"],input[type="email"],select,textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none
}

*, *:before, *:after {
    box-sizing: border-box;
}

body {
    line-height: 1.0;
    min-height: var(--viewport-height);
    min-width: 320px;
    overflow-x: hidden;
    word-wrap: break-word;
}

body:before {
    content: '';
    display: block;
    background-attachment: scroll;
    height: var(--background-height);
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: scale(1);
    width: 100vw;
    z-index: 0;
    background-image: url('image/NEAVEN.png');
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    background-color: #FFFFFF;
}

body:after {
    background-color: #EDEDED;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: scale(1);
    transition: opacity 1s ease-in-out 0s, visibility 1s 0s;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}

body.is-loading:after {
    opacity: 1;
    visibility: visible;
}

:root {
    --background-height: 100vh;
    --site-language-alignment: left;
    --site-language-direction: ltr;
    --site-language-flex-alignment: flex-start;
    --site-language-indent-left: 1;
    --site-language-indent-right: 0;
    --viewport-height: 100vh;
}

html {
    font-size: 18pt;
}

u {
    text-decoration: underline;
}

strong {
    color: inherit;
    font-weight: bolder;
}

em {
    font-style: italic;
}

code {
    background-color: rgba(144,144,144,0.25);
    border-radius: 0.25em;
    font-family: 'Lucida Console', 'Courier New', monospace;
    font-size: 0.9em;
    font-weight: normal;
    letter-spacing: 0;
    margin: 0 0.25em;
    padding: 0.25em 0.5em;
    text-indent: 0;
}

mark {
    background-color: rgba(144,144,144,0.25);
}

spoiler-text {
    -webkit-text-stroke: 0;
    background-color: rgba(32,32,32,0.75);
    text-shadow: none;
    text-stroke: 0;
    color: transparent;
    cursor: pointer;
    transition: color 0.1s ease-in-out;
}

spoiler-text.active {
    color: #FFFFFF;
    cursor: text;
}

s {
    text-decoration: line-through;
}

sub {
    font-size: smaller;
    vertical-align: sub;
}

sup {
    font-size: smaller;
    vertical-align: super;
}

a {
    color: inherit;
    text-decoration: underline;
    transition: color 0.25s ease;
}

a[onclick]:not([href]) {
    cursor: pointer;
}

#wrapper {
    -webkit-overflow-scrolling: touch;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: var(--viewport-height);
    overflow: hidden;
    position: relative;
    z-index: 2;
}

#main {
    --alignment: center;
    --flex-alignment: center;
    --indent-left: 1;
    --indent-right: 1;
    --border-radius-tl: 0;
    --border-radius-tr: 0;
    --border-radius-br: 0;
    --border-radius-bl: 0;
    align-items: center;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    max-width: 100%;
    position: relative;
    text-align: var(--alignment);
    z-index: 1;
}

#main > .inner {
    --padding-horizontal: 0rem;
    --padding-vertical: 12rem;
    --spacing: 0.75rem;
    --width: 40rem;
    border-radius: var(--border-radius-tl) var(--border-radius-tr) var(--border-radius-br) var(--border-radius-bl);
    max-width: 100%;
    position: relative;
    width: var(--width);
    z-index: 1;
    padding: var(--padding-vertical) var(--padding-horizontal);
}

#main > .inner > header {
    margin-bottom: var(--spacing);
}

#main > .inner > footer {
    margin-top: var(--spacing);
}

#main > .inner > * > * {
    margin-top: var(--spacing);
    margin-bottom: var(--spacing);
}

#main > .inner > * > :first-child {
    margin-top: 0 !important;
}

#main > .inner > * > :last-child {
    margin-bottom: 0 !important;
}

#main > .inner > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: calc(100% + calc(var(--padding-horizontal) * 2) + 0.4725px);
    width: calc(100% + calc(var(--padding-horizontal) * 2) + 0.4725px);
}

#main > .inner > .full:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    margin-top: calc(var(--padding-vertical) * -1) !important;
}

#main > .inner > .full:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#main > .inner > .full.screen {
    border-radius: 0 !important;
    max-width: 100vw;
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    right: auto;
}

#main > .inner > * > .full {
    margin-left: calc(0rem);
    max-width: calc(100% + 0rem + 0.4725px);
    width: calc(100% + 0rem + 0.4725px);
}

#main > .inner > * > .full.screen {
    border-radius: 0 !important;
    max-width: 100vw;
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    right: auto;
}

#main > .inner > .active > .full:first-child {
    margin-top: -12rem !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#main > .inner > .active {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#main > .inner > .active > .full:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    margin-bottom: -12rem !important;
}

body.is-instant #main, body.is-instant #main > .inner > *,body.is-instant #main > .inner > section > * {
    transition: none !important;
}

body.is-instant:after {
    display: none !important;
    transition: none !important;
}

@keyframes loading-spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.deferred:before {
    content: '';
    display: block;
    width: 4rem;
    height: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -2rem 0 0 -2rem;
    animation: loading-spinner 1s infinite linear;
    transition: opacity 0.25s ease;
    transition-delay: 0.5s;
    opacity: 0;
    z-index: -1;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNmZmY7IHN0cm9rZS13aWR0aDogMS41cHg7IH08L3N0eWxlPjxkZWZzPjxjbGlwUGF0aCBpZD0iY29ybmVyIj48cG9seWdvbiBwb2ludHM9IjAsMCA0OCwwIDQ4LDQ4IDk2LDQ4IDk2LDk2IDAsOTYiIC8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2Nvcm5lcikiPjxjaXJjbGUgY3g9IjQ4IiBjeT0iNDgiIHI9IjMyIi8+PC9nPjwvc3ZnPg==');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 3rem;
}

.deferred.loading:before {
    opacity: 0.35;
    z-index: 0;
}

.container {
    position: relative;
}

.container > .wrapper {
    vertical-align: top;
    position: relative;
    max-width: 100%;
    border-radius: inherit;
}

.container > .wrapper > .inner {
    vertical-align: top;
    position: relative;
    max-width: 100%;
    border-radius: inherit;
    text-align: var(--alignment);
}

#main .container.full:first-child > .wrapper {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#main .container.full:last-child > .wrapper {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#main .container.full:first-child > .wrapper > .inner {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#main .container.full:last-child > .wrapper > .inner {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

 #container01 {
    min-height: auto !important;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  #container01.columns > .wrapper > .inner > .full {
    min-height: auto !important;
  }

  #container01.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    height: auto !important;
  }

#container01 {
    display: flex;
    width: 100%;
    min-height: var(--viewport-height);
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

#container01 > .wrapper > .inner {
    --gutters: 2rem;
    --padding-horizontal: 0.875rem;
    --padding-vertical:1rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
}

#container01 > .wrapper {
    max-width: var(--width);
    width: 100%;
    position: relative;
    margin-top: 1rem;
    
}

#container01.default > .wrapper > .inner > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container01.default > .wrapper > .inner > *:first-child {
    margin-top: 0 !important;
}

#container01.default > .wrapper > .inner > *:last-child {
    margin-bottom: 0 !important;
}

#container01.columns > .wrapper > .inner {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}

#container01.columns > .wrapper > .inner > * {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: auto;
    text-align: var(--alignment);
    padding: 0 0 0 var(--gutters);
}

#container01.columns > .wrapper > .inner > * > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container01.columns > .wrapper > .inner > * > *:first-child {
    margin-top: 0 !important;
}

#container01.columns > .wrapper > .inner > * > *:last-child {
    margin-bottom: 0 !important;
}

#container01.columns > .wrapper > .inner > *:first-child {
    margin-left: calc(var(--gutters) * -1);
}

#.default > .wrapper > .inner > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: none !important;
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container01.default > .wrapper > .inner > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#container01.default > .wrapper > .inner > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#container01.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--gutters) * -0.5);
    max-width: none !important;
    width: calc(100% + var(--gutters) + 0.4725px);
}

#container01.columns > .wrapper > .inner > div:first-child > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container01.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container01.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container01.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container01.columns > .wrapper > .inner > div:first-child, #container01.columns > .wrapper > .inner > div:first-child > .full:first-child {
    border-top-left-radius: inherit;
}

#container01.columns > .wrapper > .inner > div:last-child, #container01.columns > .wrapper > .inner > div:last-child > .full:first-child {
    border-top-right-radius: inherit;
}

#container01.columns > .wrapper > .inner > .full {
    align-self: stretch;
    min-height: calc(var(--viewport-height) - (var(--padding-vertical) * 2));
}

#container01.columns > .wrapper > .inner > .full:first-child {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
}

#container01.columns > .wrapper > .inner > .full:last-child {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
}

#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    border-radius: inherit;
    height: calc(100% + (var(--padding-vertical) * 2));
}

#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    width: 100%;
}

#container08 {
    display: flex;
    width: 100%;
    min-height: 23rem;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: transparent;
}

#container08 #text01 {
    text-align: justify;
    font-size: 1.2rem;
    line-height: 1.8;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
#container08 ::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(1, 37, 4, 0.053); /* Adjust transparency */
    z-index: 0;
    border-radius: 10px;
}

#container08 #text10 {
    font-style: italic;
}

#container08 #text10  {
    font-size: 2.5rem;
}  

#container08 > .wrapper > .inner {
    --gutters: calc(var(--padding-horizontal) * 2);
    --padding-vertical: 0.625rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
}

#container08 > .wrapper {
    max-width: var(--width);
    width: 100%;
}

#container08.default > .wrapper > .inner > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container08.default > .wrapper > .inner > *:first-child {
    margin-top: 0 !important;
}

#container08.default > .wrapper > .inner > *:last-child {
    margin-bottom: 0 !important;
}

#container08.columns > .wrapper > .inner {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}

#container08.columns > .wrapper > .inner > * {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    text-align: var(--alignment);
    padding: 0 0 0 var(--gutters);
}

#container08.columns > .wrapper > .inner > * > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container08.columns > .wrapper > .inner > * > *:first-child {
    margin-top: 0 !important;
}

#container08.columns > .wrapper > .inner > * > *:last-child {
    margin-bottom: 0 !important;
}

#container08.columns > .wrapper > .inner > *:first-child {
    margin-left: calc(var(--gutters) * -1);
}

#container08.default > .wrapper > .inner > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: none !important;
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container08.default > .wrapper > .inner > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#container08.default > .wrapper > .inner > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#container08.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--gutters) * -0.5);
    max-width: none !important;
    width: calc(100% + var(--gutters) + 0.4725px);
}

#container08.columns > .wrapper > .inner > div:first-child > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container08.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container08.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container08.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container08.columns > .wrapper > .inner > div:first-child, #container08.columns > .wrapper > .inner > div:first-child > .full:first-child {
    border-top-left-radius: inherit;
}

#container08.columns > .wrapper > .inner > div:last-child, #container08.columns > .wrapper > .inner > div:last-child > .full:first-child {
    border-top-right-radius: inherit;
}

#container08.columns > .wrapper > .inner > .full {
    align-self: stretch;
    min-height: 23rem;
}

#container08.columns > .wrapper > .inner > .full:first-child {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
}

#container08.columns > .wrapper > .inner > .full:last-child {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
}

#container08.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    border-radius: inherit;
    height: calc(100% + (var(--padding-vertical) * 2));
}

#container08.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    width: 100%;
}

#container08 > .wrapper > .inner > :nth-child(1) {
    width: calc(65% + (var(--gutters) / 2));
    --alignment: left;
    --flex-alignment: flex-start;
    --indent-left: 1;
    --indent-right: 0;
}

#container08 > .wrapper > .inner > :nth-child(2) {
    width: calc(35% + (var(--gutters) / 2));
}
#container29 .slider {
    display: flex;
    scroll-snap-type: x mandatory;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    gap: 1rem;
  }
  
  #container29 .slide {
    flex: 0 0 100%;
    scroll-snap-align: start;
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden;
    border-radius: 0.5rem;
    transition: transform 0.3s ease;
  }
  
  #container29 .slide img {
    width: 100%;
    height: 400px;
    object-fit: contain;
    transition: transform 0.3s ease, filter 0.3s ease;
  }
  
  /* Hover effect */
  #container29 .slide:hover img {
    transform: scale(1.05);
    filter: brightness(0.6) blur(1px);
  }
  
  /* Navigation buttons */
  #container29 .slider-nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
  }
  
  #container29 .slider-nav button {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    border: none;
    background-color: #ccc;
    opacity: 0.6;
    cursor: pointer;
    transition: opacity 0.3s ease;
    
  }
  
  #container29 .slider-nav button:hover,
  #container29 .slider-nav button.active {
    opacity: 1;
    background-color: #333;
  }
  

#container03 > .wrapper {
    display: inline-block;
    width: 44rem;
    background-color: transparent;
}

#container29 .slider-nav button.active {
    opacity: 1;
    background-color: #000; /* tombol aktif hitam */
  }
#container29.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }

    #container29.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }

    #container29.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container29.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }

    #container29.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container29.columns > .wrapper > .inner > div:first-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container29.columns > .wrapper > .inner > div:last-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container29.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }

    #container29.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }

    #container29.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }

    #container29.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }

    #container29.columns > .wrapper > .inner > div:first-of-type, #container29.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    #container29.columns > .wrapper > .inner > div:last-of-type, #container29.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

    #container29.columns > .wrapper > .inner > div:first-of-type, #container29.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }

    #container29.columns > .wrapper > .inner > div:last-of-type, #container29.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }

    #container29.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }

    #container29.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }

    #container29.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: 35rem;
    }

    #container29.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: 35rem;
    }

#container03 > .wrapper {
    display: inline-block;
    width: 44rem;
    background-color: transparent;
}

#container03 #text14 {
    font-weight: bold;
}

#container03 > .wrapper > .inner {
    --gutters: calc(var(--padding-horizontal) * 2);
    --padding-vertical: 0.625rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
}

#container03.default > .wrapper > .inner > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container03.default > .wrapper > .inner > *:first-child {
    margin-top: 0 !important;
}

#container03.default > .wrapper > .inner > *:last-child {
    margin-bottom: 0 !important;
}

#container03.columns > .wrapper > .inner {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}

#container03.columns > .wrapper > .inner > * {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    text-align: var(--alignment);
    padding: 0 0 0 var(--gutters);
}

#container03.columns > .wrapper > .inner > * > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container03.columns > .wrapper > .inner > * > *:first-child {
    margin-top: 0 !important;
}

#container03.columns > .wrapper > .inner > * > *:last-child {
    margin-bottom: 0 !important;
}

#container03.columns > .wrapper > .inner > *:first-child {
    margin-left: calc(var(--gutters) * -1);
}

#container03.default > .wrapper > .inner > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: none !important;
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container03.default > .wrapper > .inner > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#container03.default > .wrapper > .inner > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#container03.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--gutters) * -0.5);
    max-width: none !important;
    width: calc(100% + var(--gutters) + 0.4725px);
}

#container03.columns > .wrapper > .inner > div:first-child > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container03.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container03.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container03.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container03.columns > .wrapper > .inner > div:first-child, #container03.columns > .wrapper > .inner > div:first-child > .full:first-child {
    border-top-left-radius: inherit;
}

#container03.columns > .wrapper > .inner > div:last-child, #container03.columns > .wrapper > .inner > div:last-child > .full:first-child {
    border-top-right-radius: inherit;
}

#container03.columns > .wrapper > .inner > .full {
    align-self: stretch;
    min-height: 39rem;
}

#container03.columns > .wrapper > .inner > .full:first-child {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
}

#container03.columns > .wrapper > .inner > .full:last-child {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
}

#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    border-radius: inherit;
    height: calc(100% + (var(--padding-vertical) * 2));
}

#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    width: 100%;
}

#container03 > .wrapper > .inner > :nth-child(1) {
    width: calc(50% + (var(--gutters) / 2));
}

#container03 > .wrapper > .inner > :nth-child(2) {
    width: calc(50% + (var(--gutters) / 2));
}

#container32 > .wrapper {
    display: inline-block;
    width: 44rem;
    background-color: transparent;
}

#container32 #text48 {
    font-weight: bold;
}

#container32 > .wrapper > .inner {
    --gutters: calc(var(--padding-horizontal) * 2);
    --padding-vertical: 0.625rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
}

#container32.default > .wrapper > .inner > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container32.default > .wrapper > .inner > *:first-child {
    margin-top: 0 !important;
}

#container32.default > .wrapper > .inner > *:last-child {
    margin-bottom: 0 !important;
}

#container32.columns > .wrapper > .inner {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}

#container32.columns > .wrapper > .inner > * {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    text-align: var(--alignment);
    padding: 0 0 0 var(--gutters);
}

#container32.columns > .wrapper > .inner > * > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container32.columns > .wrapper > .inner > * > *:first-child {
    margin-top: 0 !important;
}

#container32.columns > .wrapper > .inner > * > *:last-child {
    margin-bottom: 0 !important;
}

#container32.columns > .wrapper > .inner > *:first-child {
    margin-left: calc(var(--gutters) * -1);
}

#container32.default > .wrapper > .inner > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: none !important;
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container32.default > .wrapper > .inner > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#container32.default > .wrapper > .inner > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#container32.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--gutters) * -0.5);
    max-width: none !important;
    width: calc(100% + var(--gutters) + 0.4725px);
}

#container32.columns > .wrapper > .inner > div:first-child > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container32.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container32.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container32.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container32.columns > .wrapper > .inner > div:first-child, #container32.columns > .wrapper > .inner > div:first-child > .full:first-child {
    border-top-left-radius: inherit;
}

#container32.columns > .wrapper > .inner > div:last-child, #container32.columns > .wrapper > .inner > div:last-child > .full:first-child {
    border-top-right-radius: inherit;
}

#container32.columns > .wrapper > .inner > .full {
    align-self: stretch;
    min-height: 39rem;
}

#container32.columns > .wrapper > .inner > .full:first-child {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
}

#container32.columns > .wrapper > .inner > .full:last-child {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
}

#container32.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    border-radius: inherit;
    height: calc(100% + (var(--padding-vertical) * 2));
}

#container32.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    width: 100%;
}

#container32 > .wrapper > .inner > :nth-child(1) {
    width: calc(50% + (var(--gutters) / 2));
}

#container32 > .wrapper > .inner > :nth-child(2) {
    width: calc(50% + (var(--gutters) / 2));
}

#container31 > .wrapper {
    display: inline-block;
    width: 44rem;
    background-color: transparent;
}

#container31 > .wrapper > .inner {
    --gutters: calc(var(--padding-horizontal) * 2);
    --padding-vertical: 0.625rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
}

#container31.default > .wrapper > .inner > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container31.default > .wrapper > .inner > *:first-child {
    margin-top: 0 !important;
}

#container31.default > .wrapper > .inner > *:last-child {
    margin-bottom: 0 !important;
}

#container31.columns > .wrapper > .inner {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}

#container31.columns > .wrapper > .inner > * {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    text-align: var(--alignment);
    padding: 0 0 0 var(--gutters);
}

#container31.columns > .wrapper > .inner > * > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container31.columns > .wrapper > .inner > * > *:first-child {
    margin-top: 0 !important;
}

#container31.columns > .wrapper > .inner > * > *:last-child {
    margin-bottom: 0 !important;
}

#container31.columns > .wrapper > .inner > *:first-child {
    margin-left: calc(var(--gutters) * -1);
}

#container31.default > .wrapper > .inner > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: none !important;
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container31.default > .wrapper > .inner > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#container31.default > .wrapper > .inner > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#container31.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--gutters) * -0.5);
    max-width: none !important;
    width: calc(100% + var(--gutters) + 0.4725px);
}

#container31.columns > .wrapper > .inner > div:first-child > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container31.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container31.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container31.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container31.columns > .wrapper > .inner > div:first-child, #container31.columns > .wrapper > .inner > div:first-child > .full:first-child {
    border-top-left-radius: inherit;
}

#container31.columns > .wrapper > .inner > div:last-child, #container31.columns > .wrapper > .inner > div:last-child > .full:first-child {
    border-top-right-radius: inherit;
}

#container31 #text20 {
    font-weight: bold;
}
#container31.columns > .wrapper > .inner > .full {
    align-self: stretch;
    min-height: 39rem;
}

#container31.columns > .wrapper > .inner > .full:first-child {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
}

#container31.columns > .wrapper > .inner > .full:last-child {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
}

#container31.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    border-radius: inherit;
    height: calc(100% + (var(--padding-vertical) * 2));
}

#container31.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    width: 100%;
}

#container31 > .wrapper > .inner > :nth-child(1) {
    width: calc(50% + (var(--gutters) / 2));
}

#container31 > .wrapper > .inner > :nth-child(2) {
    width: calc(50% + (var(--gutters) / 2));
}

#container30 > .wrapper {
    display: inline-block;
    width: 44rem;
    background-color: transparent;
}

#container30 > .wrapper > .inner {
    --gutters: calc(var(--padding-horizontal) * 2);
    --padding-vertical: 0.625rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
}

#container30.default > .wrapper > .inner > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container30.default > .wrapper > .inner > *:first-child {
    margin-top: 0 !important;
}

#container30.default > .wrapper > .inner > *:last-child {
    margin-bottom: 0 !important;
}

#container30.columns > .wrapper > .inner {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}

#container30.columns > .wrapper > .inner > * {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    text-align: var(--alignment);
    padding: 0 0 0 var(--gutters);
}

#container30.columns > .wrapper > .inner > * > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container30.columns > .wrapper > .inner > * > *:first-child {
    margin-top: 0 !important;
}

#container30.columns > .wrapper > .inner > * > *:last-child {
    margin-bottom: 0 !important;
}

#container30.columns > .wrapper > .inner > *:first-child {
    margin-left: calc(var(--gutters) * -1);
}

#container30.default > .wrapper > .inner > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: none !important;
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container30.default > .wrapper > .inner > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#container30.default > .wrapper > .inner > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#container30.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--gutters) * -0.5);
    max-width: none !important;
    width: calc(100% + var(--gutters) + 0.4725px);
}

#container30.columns > .wrapper > .inner > div:first-child > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container30.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container30.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container30.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container30.columns > .wrapper > .inner > div:first-child, #container30.columns > .wrapper > .inner > div:first-child > .full:first-child {
    border-top-left-radius: inherit;
}

#container30.columns > .wrapper > .inner > div:last-child, #container30.columns > .wrapper > .inner > div:last-child > .full:first-child {
    border-top-right-radius: inherit;
}

#container30.columns > .wrapper > .inner > .full {
    align-self: stretch;
    min-height: 39rem;
}

#container30.columns > .wrapper > .inner > .full:first-child {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
}

#container30.columns > .wrapper > .inner > .full:last-child {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
}

#container30.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    border-radius: inherit;
    height: calc(100% + (var(--padding-vertical) * 2));
}

#container30.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    width: 100%;
}

#container30 > .wrapper > .inner > :nth-child(1) {
    width: calc(50% + (var(--gutters) / 2));
}

#container30 > .wrapper > .inner > :nth-child(2) {
    width: calc(50% + (var(--gutters) / 2));
}

#container10 > .wrapper > .inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#icons02 {
    margin-top: auto;
    display: flex;
    justify-content: center;
    gap: 1rem; /* jarak antar logo */
}

#container02 {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: transparent;
}

#container02 > .wrapper > .inner {
    --gutters: calc(var(--padding-horizontal) * 2);
    --padding-vertical: 0.625rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
}

#container02 > .wrapper {
    max-width: var(--width);
    width: 100%;
}

#container02.default > .wrapper > .inner > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container02.default > .wrapper > .inner > *:first-child {
    margin-top: 0 !important;
}

#container02.default > .wrapper > .inner > *:last-child {
    margin-bottom: 0 !important;
}

#container02.columns > .wrapper > .inner {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}

#container02.columns > .wrapper > .inner > * {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    text-align: var(--alignment);
    padding: 0 0 0 var(--gutters);
}

#container02.columns > .wrapper > .inner > * > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container02.columns > .wrapper > .inner > * > *:first-child {
    margin-top: 0 !important;
}

#container02.columns > .wrapper > .inner > * > *:last-child {
    margin-bottom: 0 !important;
}

#container02.columns > .wrapper > .inner > *:first-child {
    margin-left: calc(var(--gutters) * -1);
}

#container02.default > .wrapper > .inner > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: none !important;
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container02.default > .wrapper > .inner > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#container02.default > .wrapper > .inner > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#container02.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--gutters) * -0.5);
    max-width: none !important;
    width: calc(100% + var(--gutters) + 0.4725px);
}

#container02.columns > .wrapper > .inner > div:first-child > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container02.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container02.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container02.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container02.columns > .wrapper > .inner > div:first-child, #container02.columns > .wrapper > .inner > div:first-child > .full:first-child {
    border-top-left-radius: inherit;
}

#container02.columns > .wrapper > .inner > div:last-child, #container02.columns > .wrapper > .inner > div:last-child > .full:first-child {
    border-top-right-radius: inherit;
}

#container02.columns > .wrapper > .inner > .full {
    align-self: stretch;
}

#container02.columns > .wrapper > .inner > .full:first-child {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
}

#container02.columns > .wrapper > .inner > .full:last-child {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
}

#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    border-radius: inherit;
    height: calc(100% + (var(--padding-vertical) * 2));
}

#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    width: 100%;
}

#container27 {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: transparent;
}

#container27 > .wrapper > .inner {
    --gutters: calc(var(--padding-horizontal) * 2);
    --padding-vertical: 0.625rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
}

#container27 > .wrapper {
    max-width: var(--width);
    width: 100%;
}

#container27.default > .wrapper > .inner > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container27.default > .wrapper > .inner > *:first-child {
    margin-top: 0 !important;
}

#container27.default > .wrapper > .inner > *:last-child {
    margin-bottom: 0 !important;
}

#container27.columns > .wrapper > .inner {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}

#container27.columns > .wrapper > .inner > * {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    text-align: var(--alignment);
    padding: 0 0 0 var(--gutters);
}

#container27.columns > .wrapper > .inner > * > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container27.columns > .wrapper > .inner > * > *:first-child {
    margin-top: 0 !important;
}

#container27.columns > .wrapper > .inner > * > *:last-child {
    margin-bottom: 0 !important;
}

#container27.columns > .wrapper > .inner > *:first-child {
    margin-left: calc(var(--gutters) * -1);
}

#container27.default > .wrapper > .inner > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: none !important;
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container27.default > .wrapper > .inner > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#container27.default > .wrapper > .inner > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#container27.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--gutters) * -0.5);
    max-width: none !important;
    width: calc(100% + var(--gutters) + 0.4725px);
}

#container27.columns > .wrapper > .inner > div:first-child > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container27.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container27.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container27.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container27.columns > .wrapper > .inner > div:first-child, #container27.columns > .wrapper > .inner > div:first-child > .full:first-child {
    border-top-left-radius: inherit;
}

#container27.columns > .wrapper > .inner > div:last-child, #container27.columns > .wrapper > .inner > div:last-child > .full:first-child {
    border-top-right-radius: inherit;
}

#container27.columns > .wrapper > .inner > .full {
    align-self: stretch;
}

#container27.columns > .wrapper > .inner > .full:first-child {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
}

#container27.columns > .wrapper > .inner > .full:last-child {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
}

#container27.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    border-radius: inherit;
    height: calc(100% + (var(--padding-vertical) * 2));
}

#container27.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    width: 100%;
}

#container27 > .wrapper > .inner > :nth-child(1) {
    width: calc(50% + (var(--gutters) / 2));
}

#container27 > .wrapper > .inner > :nth-child(2) {
    width: calc(50% + (var(--gutters) / 2));
}

#container28 {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: transparent;
}

#container28 > .wrapper > .inner {
    --gutters: calc(var(--padding-horizontal) * 2);
    --padding-vertical: 0.625rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
}

#container28 > .wrapper {
    max-width: var(--width);
    width: 100%;
}

#container28.default > .wrapper > .inner > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container28.default > .wrapper > .inner > *:first-child {
    margin-top: 0 !important;
}

#container28.default > .wrapper > .inner > *:last-child {
    margin-bottom: 0 !important;
}

#container28.columns > .wrapper > .inner {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}

#container28.columns > .wrapper > .inner > * {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    text-align: var(--alignment);
    padding: 0 0 0 var(--gutters);
}

#container28.columns > .wrapper > .inner > * > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container28.columns > .wrapper > .inner > * > *:first-child {
    margin-top: 0 !important;
}

#container28.columns > .wrapper > .inner > * > *:last-child {
    margin-bottom: 0 !important;
}

#container28.columns > .wrapper > .inner > *:first-child {
    margin-left: calc(var(--gutters) * -1);
}

#container28.default > .wrapper > .inner > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: none !important;
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container28.default > .wrapper > .inner > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#container28.default > .wrapper > .inner > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#container28.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--gutters) * -0.5);
    max-width: none !important;
    width: calc(100% + var(--gutters) + 0.4725px);
}

#container28.columns > .wrapper > .inner > div:first-child > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container28.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container28.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container28.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container28.columns > .wrapper > .inner > div:first-child, #container28.columns > .wrapper > .inner > div:first-child > .full:first-child {
    border-top-left-radius: inherit;
}

#container28.columns > .wrapper > .inner > div:last-child, #container28.columns > .wrapper > .inner > div:last-child > .full:first-child {
    border-top-right-radius: inherit;
}

#container28.columns > .wrapper > .inner > .full {
    align-self: stretch;
}

#container28.columns > .wrapper > .inner > .full:first-child {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
}

#container28.columns > .wrapper > .inner > .full:last-child {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
}

#container28.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    border-radius: inherit;
    height: calc(100% + (var(--padding-vertical) * 2));
}

#container28.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    width: 100%;
}

#container28 > .wrapper > .inner > :nth-child(1) {
    width: calc(50% + (var(--gutters) / 2));
}

#container28 > .wrapper > .inner > :nth-child(2) {
    width: calc(50% + (var(--gutters) / 2));
}

#container26 {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: transparent;
}

#container26 > .wrapper > .inner {
    --gutters: calc(var(--padding-horizontal) * 2);
    --padding-vertical: 0.625rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
}

#container26 > .wrapper {
    max-width: var(--width);
    width: 100%;
}

#container26.default > .wrapper > .inner > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container26.default > .wrapper > .inner > *:first-child {
    margin-top: 0 !important;
}

#container26.default > .wrapper > .inner > *:last-child {
    margin-bottom: 0 !important;
}

#container26.columns > .wrapper > .inner {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}

#container26.columns > .wrapper > .inner > * {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    text-align: var(--alignment);
    padding: 0 0 0 var(--gutters);
}

#container26.columns > .wrapper > .inner > * > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container26.columns > .wrapper > .inner > * > *:first-child {
    margin-top: 0 !important;
}

#container26.columns > .wrapper > .inner > * > *:last-child {
    margin-bottom: 0 !important;
}

#container26.columns > .wrapper > .inner > *:first-child {
    margin-left: calc(var(--gutters) * -1);
}

#container26.default > .wrapper > .inner > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: none !important;
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container26.default > .wrapper > .inner > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#container26.default > .wrapper > .inner > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#container26.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--gutters) * -0.5);
    max-width: none !important;
    width: calc(100% + var(--gutters) + 0.4725px);
}

#container26.columns > .wrapper > .inner > div:first-child > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container26.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container26.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container26.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container26.columns > .wrapper > .inner > div:first-child, #container26.columns > .wrapper > .inner > div:first-child > .full:first-child {
    border-top-left-radius: inherit;
}

#container26.columns > .wrapper > .inner > div:last-child, #container26.columns > .wrapper > .inner > div:last-child > .full:first-child {
    border-top-right-radius: inherit;
}

#container26.columns > .wrapper > .inner > .full {
    align-self: stretch;
}

#container26.columns > .wrapper > .inner > .full:first-child {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
}

#container26.columns > .wrapper > .inner > .full:last-child {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
}

#container26.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    border-radius: inherit;
    height: calc(100% + (var(--padding-vertical) * 2));
}

#container26.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    width: 100%;
}

#container26 > .wrapper > .inner > :nth-child(1) {
    width: calc(50% + (var(--gutters) / 2));
}

#container26 > .wrapper > .inner > :nth-child(2) {
    width: calc(50% + (var(--gutters) / 2));
}

#container04 {
    display: flex;
    width: 100%;
    min-height: 39rem;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: transparent;
}

#container04 > .wrapper > .inner {
    --gutters: calc(var(--padding-horizontal) * 2);
    --padding-vertical: 0.625rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
}

#container04 > .wrapper {
    max-width: var(--width);
    width: 100%;
}

#container04.default > .wrapper > .inner > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container04.default > .wrapper > .inner > *:first-child {
    margin-top: 0 !important;
}

#container04.default > .wrapper > .inner > *:last-child {
    margin-bottom: 0 !important;
}

#container04.columns > .wrapper > .inner {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}

#container04.columns > .wrapper > .inner > * {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    text-align: var(--alignment);
    padding: 0 0 0 var(--gutters);
}

#container04.columns > .wrapper > .inner > * > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container04.columns > .wrapper > .inner > * > *:first-child {
    margin-top: 0 !important;
}

#container04.columns > .wrapper > .inner > * > *:last-child {
    margin-bottom: 0 !important;
}

#container04.columns > .wrapper > .inner > *:first-child {
    margin-left: calc(var(--gutters) * -1);
}

#container04.default > .wrapper > .inner > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: none !important;
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container04.default > .wrapper > .inner > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#container04.default > .wrapper > .inner > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#container04.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--gutters) * -0.5);
    max-width: none !important;
    width: calc(100% + var(--gutters) + 0.4725px);
}

#container04.columns > .wrapper > .inner > div:first-child > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container04.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container04.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container04.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container04.columns > .wrapper > .inner > div:first-child, #container04.columns > .wrapper > .inner > div:first-child > .full:first-child {
    border-top-left-radius: inherit;
}

#container04.columns > .wrapper > .inner > div:last-child, #container04.columns > .wrapper > .inner > div:last-child > .full:first-child {
    border-top-right-radius: inherit;
}

#container04.columns > .wrapper > .inner > .full {
    align-self: stretch;
    min-height: 39rem;
}

#container04.columns > .wrapper > .inner > .full:first-child {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
}

#container04.columns > .wrapper > .inner > .full:last-child {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
}

#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    border-radius: inherit;
    height: calc(100% + (var(--padding-vertical) * 2));
}

#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    width: 100%;
}

#container06 > .wrapper {
    display: inline-block;
    width: 87rem;
    background-color: transparent;
}

#container06 > .wrapper > .inner {
    --gutters: calc(var(--padding-horizontal) * 2);
    --padding-vertical: 0.125rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
}

#container06.default > .wrapper > .inner > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container06.default > .wrapper > .inner > *:first-child {
    margin-top: 0 !important;
}

#container06.default > .wrapper > .inner > *:last-child {
    margin-bottom: 0 !important;
}

#container06.columns > .wrapper > .inner {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}

#container06.columns > .wrapper > .inner > * {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    text-align: var(--alignment);
    padding: 0 0 0 var(--gutters);
}

#container06.columns > .wrapper > .inner > * > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container06.columns > .wrapper > .inner > * > *:first-child {
    margin-top: 0 !important;
}

#container06.columns > .wrapper > .inner > * > *:last-child {
    margin-bottom: 0 !important;
}

#container06.columns > .wrapper > .inner > *:first-child {
    margin-left: calc(var(--gutters) * -1);
}

#container06.default > .wrapper > .inner > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: none !important;
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container06.default > .wrapper > .inner > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#container06.default > .wrapper > .inner > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#container06.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--gutters) * -0.5);
    max-width: none !important;
    width: calc(100% + var(--gutters) + 0.4725px);
}

#container06.columns > .wrapper > .inner > div:first-child > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container06.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container06.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container06.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container06.columns > .wrapper > .inner > div:first-child, #container06.columns > .wrapper > .inner > div:first-child > .full:first-child {
    border-top-left-radius: inherit;
}

#container06.columns > .wrapper > .inner > div:last-child, #container06.columns > .wrapper > .inner > div:last-child > .full:first-child {
    border-top-right-radius: inherit;
}

#container06.columns > .wrapper > .inner > .full {
    align-self: stretch;
    min-height: 50rem;
}

#container06.columns > .wrapper > .inner > .full:first-child {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
}

#container06.columns > .wrapper > .inner > .full:last-child {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
}

#container06.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    border-radius: inherit;
    height: calc(100% + (var(--padding-vertical) * 2));
}

#container06.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    width: 100%;
}

#container13 {
    display: flex;
    width: 100%;
    min-height: 17rem;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: transparent;
}

#container13 > .wrapper > .inner {
    --gutters: calc(var(--padding-horizontal) * 2);
    --padding-vertical: 0.625rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
}

#container13 > .wrapper {
    max-width: var(--width);
    width: 100%;
}

#container13.default > .wrapper > .inner > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container13.default > .wrapper > .inner > *:first-child {
    margin-top: 0 !important;
}

#container13.default > .wrapper > .inner > *:last-child {
    margin-bottom: 0 !important;
}

#container13.columns > .wrapper > .inner {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}

#container13.columns > .wrapper > .inner > * {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    text-align: var(--alignment);
    padding: 0 0 0 var(--gutters);
}

#container13.columns > .wrapper > .inner > * > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container13.columns > .wrapper > .inner > * > *:first-child {
    margin-top: 0 !important;
}

#container13.columns > .wrapper > .inner > * > *:last-child {
    margin-bottom: 0 !important;
}

#container13.columns > .wrapper > .inner > *:first-child {
    margin-left: calc(var(--gutters) * -1);
}

#container13.default > .wrapper > .inner > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: none !important;
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container13.default > .wrapper > .inner > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#container13.default > .wrapper > .inner > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#container13.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--gutters) * -0.5);
    max-width: none !important;
    width: calc(100% + var(--gutters) + 0.4725px);
}

#container13.columns > .wrapper > .inner > div:first-child > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container13.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container13.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container13.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container13.columns > .wrapper > .inner > div:first-child, #container13.columns > .wrapper > .inner > div:first-child > .full:first-child {
    border-top-left-radius: inherit;
}

#container13.columns > .wrapper > .inner > div:last-child, #container13.columns > .wrapper > .inner > div:last-child > .full:first-child {
    border-top-right-radius: inherit;
}

#container13.columns > .wrapper > .inner > .full {
    align-self: stretch;
    min-height: 17rem;
}

#container13.columns > .wrapper > .inner > .full:first-child {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
}

#container13.columns > .wrapper > .inner > .full:last-child {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
}

#container13.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    border-radius: inherit;
    height: calc(100% + (var(--padding-vertical) * 2));
}

#container13.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    width: 100%;
}

#container07 {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: transparent;
}

#container07 > .wrapper > .inner {
    --gutters: calc(var(--padding-horizontal) * 2);
    --padding-vertical: 0.625rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
}

#container07 > .wrapper {
    max-width: var(--width);
    width: 100%;
}

#container07.default > .wrapper > .inner > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container07.default > .wrapper > .inner > *:first-child {
    margin-top: 0 !important;
}

#container07.default > .wrapper > .inner > *:last-child {
    margin-bottom: 0 !important;
}

#container07.columns > .wrapper > .inner {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}

#container07.columns > .wrapper > .inner > * {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    text-align: var(--alignment);
    padding: 0 0 0 var(--gutters);
}

#container07.columns > .wrapper > .inner > * > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container07.columns > .wrapper > .inner > * > *:first-child {
    margin-top: 0 !important;
}

#container07.columns > .wrapper > .inner > * > *:last-child {
    margin-bottom: 0 !important;
}

#container07.columns > .wrapper > .inner > *:first-child {
    margin-left: calc(var(--gutters) * -1);
}

#container07.default > .wrapper > .inner > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: none !important;
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container07.default > .wrapper > .inner > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#container07.default > .wrapper > .inner > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#container07.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--gutters) * -0.5);
    max-width: none !important;
    width: calc(100% + var(--gutters) + 0.4725px);
}

#container07.columns > .wrapper > .inner > div:first-child > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container07.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container07.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container07.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container07.columns > .wrapper > .inner > div:first-child, #container07.columns > .wrapper > .inner > div:first-child > .full:first-child {
    border-top-left-radius: inherit;
}

#container07.columns > .wrapper > .inner > div:last-child, #container07.columns > .wrapper > .inner > div:last-child > .full:first-child {
    border-top-right-radius: inherit;
}

#container07.columns > .wrapper > .inner > .full {
    align-self: stretch;
}

#container07.columns > .wrapper > .inner > .full:first-child {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
}

#container07.columns > .wrapper > .inner > .full:last-child {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
}

#container07.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    border-radius: inherit;
    height: calc(100% + (var(--padding-vertical) * 2));
}

#container07.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    width: 100%;
}

#container05 {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: transparent;
}

#container05 > .wrapper > .inner {
    --gutters: calc(var(--padding-horizontal) * 2);
    --padding-vertical: 0.625rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
}

#container05 > .wrapper {
    max-width: var(--width);
    width: 100%;
}

#container05.default > .wrapper > .inner > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container05.default > .wrapper > .inner > *:first-child {
    margin-top: 0 !important;
}

#container05.default > .wrapper > .inner > *:last-child {
    margin-bottom: 0 !important;
}

#container05.columns > .wrapper > .inner {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}

#container05.columns > .wrapper > .inner > * {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    text-align: var(--alignment);
    padding: 0 0 0 var(--gutters);
}

#container05.columns > .wrapper > .inner > * > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container05.columns > .wrapper > .inner > * > *:first-child {
    margin-top: 0 !important;
}

#container05.columns > .wrapper > .inner > * > *:last-child {
    margin-bottom: 0 !important;
}

#container05.columns > .wrapper > .inner > *:first-child {
    margin-left: calc(var(--gutters) * -1);
}

#container05.default > .wrapper > .inner > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: none !important;
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container05.default > .wrapper > .inner > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#container05.default > .wrapper > .inner > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#container05.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--gutters) * -0.5);
    max-width: none !important;
    width: calc(100% + var(--gutters) + 0.4725px);
}

#container05.columns > .wrapper > .inner > div:first-child > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container05.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container05.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container05.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container05.columns > .wrapper > .inner > div:first-child, #container05.columns > .wrapper > .inner > div:first-child > .full:first-child {
    border-top-left-radius: inherit;
}

#container05.columns > .wrapper > .inner > div:last-child, #container05.columns > .wrapper > .inner > div:last-child > .full:first-child {
    border-top-right-radius: inherit;
}

#container05.columns > .wrapper > .inner > .full {
    align-self: stretch;
}

#container05.columns > .wrapper > .inner > .full:first-child {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
}

#container05.columns > .wrapper > .inner > .full:last-child {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
}

#container05.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    border-radius: inherit;
    height: calc(100% + (var(--padding-vertical) * 2));
}

#container05.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    width: 100%;
}
#container05 .sponsor-logos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
    margin-top: 1.5rem;
    overflow-x: auto;
    padding: 10px 0;
}

#container05 .sponsor-logos img {
    width: 80px;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

#container05 .sponsor-logos img:hover {
    transform: scale(1.05);
}
#container09 {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: transparent;
    border-color: #FFFFFF;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
}

#container09 > .wrapper > .inner {
    --gutters: calc(var(--padding-horizontal) * 2);
    --padding-vertical: 0.625rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
}

#container09 > .wrapper {
    max-width: var(--width);
    width: 100%;
}

#container09.default > .wrapper > .inner > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container09.default > .wrapper > .inner > *:first-child {
    margin-top: 0 !important;
}

#container09.default > .wrapper > .inner > *:last-child {
    margin-bottom: 0 !important;
}

#container09.columns > .wrapper > .inner {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}

#container09.columns > .wrapper > .inner > * {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    text-align: var(--alignment);
    padding: 0 0 0 var(--gutters);
}

#container09.columns > .wrapper > .inner > * > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container09.columns > .wrapper > .inner > * > *:first-child {
    margin-top: 0 !important;
}

#container09.columns > .wrapper > .inner > * > *:last-child {
    margin-bottom: 0 !important;
}

#container09.columns > .wrapper > .inner > *:first-child {
    margin-left: calc(var(--gutters) * -1);
}

#container09.default > .wrapper > .inner > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: none !important;
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container09.default > .wrapper > .inner > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#container09.default > .wrapper > .inner > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#container09.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--gutters) * -0.5);
    max-width: none !important;
    width: calc(100% + var(--gutters) + 0.4725px);
}

#container09.columns > .wrapper > .inner > div:first-child > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container09.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container09.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container09.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container09.columns > .wrapper > .inner > div:first-child, #container09.columns > .wrapper > .inner > div:first-child > .full:first-child {
    border-top-left-radius: inherit;
}

#container09.columns > .wrapper > .inner > div:last-child, #container09.columns > .wrapper > .inner > div:last-child > .full:first-child {
    border-top-right-radius: inherit;
}

#container09.columns > .wrapper > .inner > .full {
    align-self: stretch;
}

#container09.columns > .wrapper > .inner > .full:first-child {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
}

#container09.columns > .wrapper > .inner > .full:last-child {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
}

#container09.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    border-radius: inherit;
    height: calc(100% + (var(--padding-vertical) * 2));
}

#container09.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    width: 100%;
}

#container11 {
    display: block;
    width: fit-content;
    min-height: 1rem;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: transparent;
}

#container11 > .wrapper > .inner {
    --gutters: calc(var(--padding-horizontal) * 2);
    --padding-vertical: 0.625rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
}

#container11 > .wrapper {
    max-width: var(--width);
    width: 100%;
}

#container11.default > .wrapper > .inner > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container11.default > .wrapper > .inner > *:first-child {
    margin-top: 0 !important;
}

#container11.default > .wrapper > .inner > *:last-child {
    margin-bottom: 0 !important;
}

#container11.columns > .wrapper > .inner {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}

#container11.columns > .wrapper > .inner > * {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    text-align: var(--alignment);
    padding: 0 0 0 var(--gutters);
}

#container11.columns > .wrapper > .inner > * > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container11.columns > .wrapper > .inner > * > *:first-child {
    margin-top: 0 !important;
}

#container11.columns > .wrapper > .inner > * > *:last-child {
    margin-bottom: 0 !important;
}

#container11.columns > .wrapper > .inner > *:first-child {
    margin-left: calc(var(--gutters) * -1);
}

#container11.default > .wrapper > .inner > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: none !important;
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container11.default > .wrapper > .inner > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#container11.default > .wrapper > .inner > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#container11.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--gutters) * -0.5);
    max-width: none !important;
    width: calc(100% + var(--gutters) + 0.4725px);
}

#container11.columns > .wrapper > .inner > div:first-child > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container11.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container11.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container11.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container11.columns > .wrapper > .inner > div:first-child, #container11.columns > .wrapper > .inner > div:first-child > .full:first-child {
    border-top-left-radius: inherit;
}

#container11.columns > .wrapper > .inner > div:last-child, #container11.columns > .wrapper > .inner > div:last-child > .full:first-child {
    border-top-right-radius: inherit;
}

#container11.columns > .wrapper > .inner > .full {
    align-self: stretch;
    min-height: 320em;
}

#container11.columns > .wrapper > .inner > .full:first-child {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
}

#container11.columns > .wrapper > .inner > .full:last-child {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
}

#container11.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    border-radius: inherit;
    height: calc(100% + (var(--padding-vertical) * 2));
}

#container11.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    width: 100%;
}

#container14 {
    display: flex;
    width: 100%;
    min-height: 15rem;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: transparent;
}

#container14 > .wrapper > .inner {
    --gutters: calc(var(--padding-horizontal) * 2);
    --padding-vertical: 0.625rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
}

#container14 > .wrapper {
    max-width: var(--width);
    width: 100%;
}

#container14.default > .wrapper > .inner > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container14.default > .wrapper > .inner > *:first-child {
    margin-top: 0 !important;
}

#container14.default > .wrapper > .inner > *:last-child {
    margin-bottom: 0 !important;
}

#container14.columns > .wrapper > .inner {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}

#container14.columns > .wrapper > .inner > * {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    text-align: var(--alignment);
    padding: 0 0 0 var(--gutters);
}

#container14.columns > .wrapper > .inner > * > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container14.columns > .wrapper > .inner > * > *:first-child {
    margin-top: 0 !important;
}

#container14.columns > .wrapper > .inner > * > *:last-child {
    margin-bottom: 0 !important;
}

#container14.columns > .wrapper > .inner > *:first-child {
    margin-left: calc(var(--gutters) * -1);
}

#container14.default > .wrapper > .inner > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: none !important;
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container14.default > .wrapper > .inner > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#container14.default > .wrapper > .inner > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#container14.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--gutters) * -0.5);
    max-width: none !important;
    width: calc(100% + var(--gutters) + 0.4725px);
}

#container14.columns > .wrapper > .inner > div:first-child > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container14.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container14.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container14.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container14.columns > .wrapper > .inner > div:first-child, #container14.columns > .wrapper > .inner > div:first-child > .full:first-child {
    border-top-left-radius: inherit;
}

#container14.columns > .wrapper > .inner > div:last-child, #container14.columns > .wrapper > .inner > div:last-child > .full:first-child {
    border-top-right-radius: inherit;
}

#container14.columns > .wrapper > .inner > .full {
    align-self: stretch;
    min-height: 15rem;
}

#container14.columns > .wrapper > .inner > .full:first-child {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
}

#container14.columns > .wrapper > .inner > .full:last-child {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
}

#container14.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    border-radius: inherit;
    height: calc(100% + (var(--padding-vertical) * 2));
}

#container14.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    width: 100%;
}

#container14 > .wrapper > .inner > :nth-child(1) {
    width: calc(33.33333% + (var(--gutters) / 3));
}

#container14 > .wrapper > .inner > :nth-child(2) {
    width: calc(33.33333% + (var(--gutters) / 3));
}

#container14 > .wrapper > .inner > :nth-child(3) {
    width: calc(33.33333% + (var(--gutters) / 3));
}

#container18 {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: transparent;
}

#container18 > .wrapper > .inner {
    --gutters: calc(var(--padding-horizontal) * 2);
    --padding-vertical: 0.625rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
}

#container18 > .wrapper {
    max-width: var(--width);
    width: 100%;
}

#container18.default > .wrapper > .inner > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container18.default > .wrapper > .inner > *:first-child {
    margin-top: 0 !important;
}

#container18.default > .wrapper > .inner > *:last-child {
    margin-bottom: 0 !important;
}

#container18.columns > .wrapper > .inner {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}

#container18.columns > .wrapper > .inner > * {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    text-align: var(--alignment);
    padding: 0 0 0 var(--gutters);
}

#container18.columns > .wrapper > .inner > * > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container18.columns > .wrapper > .inner > * > *:first-child {
    margin-top: 0 !important;
}

#container18.columns > .wrapper > .inner > * > *:last-child {
    margin-bottom: 0 !important;
}

#container18.columns > .wrapper > .inner > *:first-child {
    margin-left: calc(var(--gutters) * -1);
}

#container18.default > .wrapper > .inner > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: none !important;
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container18.default > .wrapper > .inner > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#container18.default > .wrapper > .inner > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#container18.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--gutters) * -0.5);
    max-width: none !important;
    width: calc(100% + var(--gutters) + 0.4725px);
}

#container18.columns > .wrapper > .inner > div:first-child > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container18.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container18.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container18.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container18.columns > .wrapper > .inner > div:first-child, #container18.columns > .wrapper > .inner > div:first-child > .full:first-child {
    border-top-left-radius: inherit;
}

#container18.columns > .wrapper > .inner > div:last-child, #container18.columns > .wrapper > .inner > div:last-child > .full:first-child {
    border-top-right-radius: inherit;
}

#container18.columns > .wrapper > .inner > .full {
    align-self: stretch;
}

#container18.columns > .wrapper > .inner > .full:first-child {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
}

#container18.columns > .wrapper > .inner > .full:last-child {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
}

#container18.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    border-radius: inherit;
    height: calc(100% + (var(--padding-vertical) * 2));
}

#container18.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    width: 100%;
}

#container19 {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: transparent;
}

#container19 > .wrapper > .inner {
    --gutters: calc(var(--padding-horizontal) * 2);
    --padding-vertical: 0.625rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
}

#container19 > .wrapper {
    max-width: var(--width);
    width: 100%;
}

#container19.default > .wrapper > .inner > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container19.default > .wrapper > .inner > *:first-child {
    margin-top: 0 !important;
}

#container19.default > .wrapper > .inner > *:last-child {
    margin-bottom: 0 !important;
}

#container19.columns > .wrapper > .inner {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}

#container19.columns > .wrapper > .inner > * {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    text-align: var(--alignment);
    padding: 0 0 0 var(--gutters);
}

#container19.columns > .wrapper > .inner > * > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container19.columns > .wrapper > .inner > * > *:first-child {
    margin-top: 0 !important;
}

#container19.columns > .wrapper > .inner > * > *:last-child {
    margin-bottom: 0 !important;
}

#container19.columns > .wrapper > .inner > *:first-child {
    margin-left: calc(var(--gutters) * -1);
}

#container19.default > .wrapper > .inner > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: none !important;
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container19.default > .wrapper > .inner > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#container19.default > .wrapper > .inner > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#container19.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--gutters) * -0.5);
    max-width: none !important;
    width: calc(100% + var(--gutters) + 0.4725px);
}

#container19.columns > .wrapper > .inner > div:first-child > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container19.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container19.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container19.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container19.columns > .wrapper > .inner > div:first-child, #container19.columns > .wrapper > .inner > div:first-child > .full:first-child {
    border-top-left-radius: inherit;
}

#container19.columns > .wrapper > .inner > div:last-child, #container19.columns > .wrapper > .inner > div:last-child > .full:first-child {
    border-top-right-radius: inherit;
}

#container19.columns > .wrapper > .inner > .full {
    align-self: stretch;
}

#container19.columns > .wrapper > .inner > .full:first-child {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
}

#container19.columns > .wrapper > .inner > .full:last-child {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
}

#container19.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    border-radius: inherit;
    height: calc(100% + (var(--padding-vertical) * 2));
}

#container19.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    width: 100%;
}

#container15 {
    display: flex;
    width: 100%;
    min-height: 15rem;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: transparent;
}

#container15 > .wrapper > .inner {
    --gutters: calc(var(--padding-horizontal) * 2);
    --padding-vertical: 0.625rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
}

#container15 > .wrapper {
    max-width: var(--width);
    width: 100%;
}

#container15.default > .wrapper > .inner > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container15.default > .wrapper > .inner > *:first-child {
    margin-top: 0 !important;
}

#container15.default > .wrapper > .inner > *:last-child {
    margin-bottom: 0 !important;
}

#container15.columns > .wrapper > .inner {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}

#container15.columns > .wrapper > .inner > * {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    text-align: var(--alignment);
    padding: 0 0 0 var(--gutters);
}

#container15.columns > .wrapper > .inner > * > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container15.columns > .wrapper > .inner > * > *:first-child {
    margin-top: 0 !important;
}

#container15.columns > .wrapper > .inner > * > *:last-child {
    margin-bottom: 0 !important;
}

#container15.columns > .wrapper > .inner > *:first-child {
    margin-left: calc(var(--gutters) * -1);
}

#container15.default > .wrapper > .inner > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: none !important;
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container15.default > .wrapper > .inner > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#container15.default > .wrapper > .inner > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#container15.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--gutters) * -0.5);
    max-width: none !important;
    width: calc(100% + var(--gutters) + 0.4725px);
}

#container15.columns > .wrapper > .inner > div:first-child > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container15.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container15.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container15.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container15.columns > .wrapper > .inner > div:first-child, #container15.columns > .wrapper > .inner > div:first-child > .full:first-child {
    border-top-left-radius: inherit;
}

#container15.columns > .wrapper > .inner > div:last-child, #container15.columns > .wrapper > .inner > div:last-child > .full:first-child {
    border-top-right-radius: inherit;
}

#container15.columns > .wrapper > .inner > .full {
    align-self: stretch;
    min-height: 15rem;
}

#container15.columns > .wrapper > .inner > .full:first-child {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
}

#container15.columns > .wrapper > .inner > .full:last-child {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
}

#container15.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    border-radius: inherit;
    height: calc(100% + (var(--padding-vertical) * 2));
}

#container15.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    width: 100%;
}

#container15 > .wrapper > .inner > :nth-child(1) {
    width: calc(33.33333% + (var(--gutters) / 3));
}

#container15 > .wrapper > .inner > :nth-child(2) {
    width: calc(33.33333% + (var(--gutters) / 3));
}

#container15 > .wrapper > .inner > :nth-child(3) {
    width: calc(33.33333% + (var(--gutters) / 3));
}

#container16 {
    display: flex;
    width: 100%;
    min-height: 15rem;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: transparent;
}

#container16 > .wrapper > .inner {
    --gutters: calc(var(--padding-horizontal) * 2);
    --padding-vertical: 0.625rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
}

#container16 > .wrapper {
    max-width: var(--width);
    width: 100%;
}

#container16.default > .wrapper > .inner > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container16.default > .wrapper > .inner > *:first-child {
    margin-top: 0 !important;
}

#container16.default > .wrapper > .inner > *:last-child {
    margin-bottom: 0 !important;
}

#container16.columns > .wrapper > .inner {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}

#container16.columns > .wrapper > .inner > * {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    text-align: var(--alignment);
    padding: 0 0 0 var(--gutters);
}

#container16.columns > .wrapper > .inner > * > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container16.columns > .wrapper > .inner > * > *:first-child {
    margin-top: 0 !important;
}

#container16.columns > .wrapper > .inner > * > *:last-child {
    margin-bottom: 0 !important;
}

#container16.columns > .wrapper > .inner > *:first-child {
    margin-left: calc(var(--gutters) * -1);
}

#container16.default > .wrapper > .inner > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: none !important;
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container16.default > .wrapper > .inner > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#container16.default > .wrapper > .inner > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#container16.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--gutters) * -0.5);
    max-width: none !important;
    width: calc(100% + var(--gutters) + 0.4725px);
}

#container16.columns > .wrapper > .inner > div:first-child > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container16.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container16.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container16.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container16.columns > .wrapper > .inner > div:first-child, #container16.columns > .wrapper > .inner > div:first-child > .full:first-child {
    border-top-left-radius: inherit;
}

#container16.columns > .wrapper > .inner > div:last-child, #container16.columns > .wrapper > .inner > div:last-child > .full:first-child {
    border-top-right-radius: inherit;
}

#container16.columns > .wrapper > .inner > .full {
    align-self: stretch;
    min-height: 15rem;
}

#container16.columns > .wrapper > .inner > .full:first-child {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
}

#container16.columns > .wrapper > .inner > .full:last-child {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
}

#container16.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    border-radius: inherit;
    height: calc(100% + (var(--padding-vertical) * 2));
}

#container16.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    width: 100%;
}

#container16 > .wrapper > .inner > :nth-child(1) {
    width: calc(50% + (var(--gutters) / 2));
}

#container16 > .wrapper > .inner > :nth-child(2) {
    width: calc(50% + (var(--gutters) / 2));
}

#container16 > .image27{
    position: static;
}

#container21 {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: transparent;
}

#container21 > .wrapper > .inner {
    --gutters: calc(var(--padding-horizontal) * 2);
    --padding-vertical: 0.625rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
}

#container21 > .wrapper {
    max-width: var(--width);
    width: 100%;
}

#container21.default > .wrapper > .inner > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container21.default > .wrapper > .inner > *:first-child {
    margin-top: 0 !important;
}

#container21.default > .wrapper > .inner > *:last-child {
    margin-bottom: 0 !important;
}

#container21.columns > .wrapper > .inner {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}

#container21.columns > .wrapper > .inner > * {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    text-align: var(--alignment);
    padding: 0 0 0 var(--gutters);
}

#container21.columns > .wrapper > .inner > * > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container21.columns > .wrapper > .inner > * > *:first-child {
    margin-top: 0 !important;
}

#container21.columns > .wrapper > .inner > * > *:last-child {
    margin-bottom: 0 !important;
}

#container21.columns > .wrapper > .inner > *:first-child {
    margin-left: calc(var(--gutters) * -1);
}

#container21.default > .wrapper > .inner > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: none !important;
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container21.default > .wrapper > .inner > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#container21.default > .wrapper > .inner > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#container21.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--gutters) * -0.5);
    max-width: none !important;
    width: calc(100% + var(--gutters) + 0.4725px);
}

#container21.columns > .wrapper > .inner > div:first-child > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container21.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container21.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container21.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container21.columns > .wrapper > .inner > div:first-child, #container21.columns > .wrapper > .inner > div:first-child > .full:first-child {
    border-top-left-radius: inherit;
}

#container21.columns > .wrapper > .inner > div:last-child, #container21.columns > .wrapper > .inner > div:last-child > .full:first-child {
    border-top-right-radius: inherit;
}

#container21.columns > .wrapper > .inner > .full {
    align-self: stretch;
}

#container21.columns > .wrapper > .inner > .full:first-child {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
}

#container21.columns > .wrapper > .inner > .full:last-child {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
}

#container21.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    border-radius: inherit;
    height: calc(100% + (var(--padding-vertical) * 2));
}

#container21.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    width: 100%;
}

#container20 {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: transparent;
}

#container20 > .wrapper > .inner {
    --gutters: calc(var(--padding-horizontal) * 2);
    --padding-vertical: 0.625rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
}

#container20 > .wrapper {
    max-width: var(--width);
    width: 100%;
}

#container20.default > .wrapper > .inner > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container20.default > .wrapper > .inner > *:first-child {
    margin-top: 0 !important;
}

#container20.default > .wrapper > .inner > *:last-child {
    margin-bottom: 0 !important;
}

#container20.columns > .wrapper > .inner {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}

#container20.columns > .wrapper > .inner > * {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    text-align: var(--alignment);
    padding: 0 0 0 var(--gutters);
}

#container20.columns > .wrapper > .inner > * > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container20.columns > .wrapper > .inner > * > *:first-child {
    margin-top: 0 !important;
}

#container20.columns > .wrapper > .inner > * > *:last-child {
    margin-bottom: 0 !important;
}

#container20.columns > .wrapper > .inner > *:first-child {
    margin-left: calc(var(--gutters) * -1);
}

#container20.default > .wrapper > .inner > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: none !important;
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container20.default > .wrapper > .inner > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#container20.default > .wrapper > .inner > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#container20.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--gutters) * -0.5);
    max-width: none !important;
    width: calc(100% + var(--gutters) + 0.4725px);
}

#container20.columns > .wrapper > .inner > div:first-child > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container20.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container20.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container20.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container20.columns > .wrapper > .inner > div:first-child, #container20.columns > .wrapper > .inner > div:first-child > .full:first-child {
    border-top-left-radius: inherit;
}

#container20.columns > .wrapper > .inner > div:last-child, #container20.columns > .wrapper > .inner > div:last-child > .full:first-child {
    border-top-right-radius: inherit;
}

#container20.columns > .wrapper > .inner > .full {
    align-self: stretch;
}

#container20.columns > .wrapper > .inner > .full:first-child {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
}

#container20.columns > .wrapper > .inner > .full:last-child {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
}

#container20.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    border-radius: inherit;
    height: calc(100% + (var(--padding-vertical) * 2));
}

#container20.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    width: 100%;
}

#container17 {
    display: flex;
    width: 100%;
    min-height: 15rem;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: transparent;
}

#container17 > .wrapper > .inner {
    --gutters: calc(var(--padding-horizontal) * 2);
    --padding-vertical: 0.625rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
}

#container17 > .wrapper {
    max-width: var(--width);
    width: 100%;
}

#container17.default > .wrapper > .inner > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container17.default > .wrapper > .inner > *:first-child {
    margin-top: 0 !important;
}

#container17.default > .wrapper > .inner > *:last-child {
    margin-bottom: 0 !important;
}

#container17.columns > .wrapper > .inner {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}

#container17.columns > .wrapper > .inner > * {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    text-align: var(--alignment);
    padding: 0 0 0 var(--gutters);
}

#container17.columns > .wrapper > .inner > * > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container17.columns > .wrapper > .inner > * > *:first-child {
    margin-top: 0 !important;
}

#container17.columns > .wrapper > .inner > * > *:last-child {
    margin-bottom: 0 !important;
}

#container17.columns > .wrapper > .inner > *:first-child {
    margin-left: calc(var(--gutters) * -1);
}

#container17.default > .wrapper > .inner > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: none !important;
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container17.default > .wrapper > .inner > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#container17.default > .wrapper > .inner > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#container17.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--gutters) * -0.5);
    max-width: none !important;
    width: calc(100% + var(--gutters) + 0.4725px);
}

#container17.columns > .wrapper > .inner > div:first-child > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container17.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container17.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container17.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container17.columns > .wrapper > .inner > div:first-child, #container17.columns > .wrapper > .inner > div:first-child > .full:first-child {
    border-top-left-radius: inherit;
}

#container17.columns > .wrapper > .inner > div:last-child, #container17.columns > .wrapper > .inner > div:last-child > .full:first-child {
    border-top-right-radius: inherit;
}

#container17.columns > .wrapper > .inner > .full {
    align-self: stretch;
    min-height: 15rem;
}

#container17.columns > .wrapper > .inner > .full:first-child {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
}

#container17.columns > .wrapper > .inner > .full:last-child {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
}

#container17.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    border-radius: inherit;
    height: calc(100% + (var(--padding-vertical) * 2));
}

#container17.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    width: 100%;
}

#container17 > .wrapper > .inner > :nth-child(1) {
    width: calc(50% + (var(--gutters) / 2));
}

#container17 > .wrapper > .inner > :nth-child(2) {
    width: calc(50% + (var(--gutters) / 2));
}

#container23 {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: transparent;
}

#container23 > .wrapper > .inner {
    --gutters: calc(var(--padding-horizontal) * 2);
    --padding-vertical: 0.625rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
}

#container23 > .wrapper {
    max-width: var(--width);
    width: 100%;
}

#container23.default > .wrapper > .inner > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container23.default > .wrapper > .inner > *:first-child {
    margin-top: 0 !important;
}

#container23.default > .wrapper > .inner > *:last-child {
    margin-bottom: 0 !important;
}

#container23.columns > .wrapper > .inner {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}

#container23.columns > .wrapper > .inner > * {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    text-align: var(--alignment);
    padding: 0 0 0 var(--gutters);
}

#container23.columns > .wrapper > .inner > * > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container23.columns > .wrapper > .inner > * > *:first-child {
    margin-top: 0 !important;
}

#container23.columns > .wrapper > .inner > * > *:last-child {
    margin-bottom: 0 !important;
}

#container23.columns > .wrapper > .inner > *:first-child {
    margin-left: calc(var(--gutters) * -1);
}

#container23.default > .wrapper > .inner > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: none !important;
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container23.default > .wrapper > .inner > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#container23.default > .wrapper > .inner > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#container23.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--gutters) * -0.5);
    max-width: none !important;
    width: calc(100% + var(--gutters) + 0.4725px);
}

#container23.columns > .wrapper > .inner > div:first-child > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container23.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container23.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container23.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container23.columns > .wrapper > .inner > div:first-child, #container23.columns > .wrapper > .inner > div:first-child > .full:first-child {
    border-top-left-radius: inherit;
}

#container23.columns > .wrapper > .inner > div:last-child, #container23.columns > .wrapper > .inner > div:last-child > .full:first-child {
    border-top-right-radius: inherit;
}

#container23.columns > .wrapper > .inner > .full {
    align-self: stretch;
}

#container23.columns > .wrapper > .inner > .full:first-child {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
}

#container23.columns > .wrapper > .inner > .full:last-child {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
}

#container23.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    border-radius: inherit;
    height: calc(100% + (var(--padding-vertical) * 2));
}

#container23.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    width: 100%;
}

#container22 {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: transparent;
}

#container22 > .wrapper > .inner {
    --gutters: calc(var(--padding-horizontal) * 2);
    --padding-vertical: 0.625rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
}

#container22 > .wrapper {
    max-width: var(--width);
    width: 100%;
}

#container22.default > .wrapper > .inner > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container22.default > .wrapper > .inner > *:first-child {
    margin-top: 0 !important;
}

#container22.default > .wrapper > .inner > *:last-child {
    margin-bottom: 0 !important;
}

#container22.columns > .wrapper > .inner {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}

#container22.columns > .wrapper > .inner > * {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    text-align: var(--alignment);
    padding: 0 0 0 var(--gutters);
}

#container22.columns > .wrapper > .inner > * > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container22.columns > .wrapper > .inner > * > *:first-child {
    margin-top: 0 !important;
}

#container22.columns > .wrapper > .inner > * > *:last-child {
    margin-bottom: 0 !important;
}

#container22.columns > .wrapper > .inner > *:first-child {
    margin-left: calc(var(--gutters) * -1);
}

#container22.default > .wrapper > .inner > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: none !important;
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container22.default > .wrapper > .inner > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#container22.default > .wrapper > .inner > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#container22.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--gutters) * -0.5);
    max-width: none !important;
    width: calc(100% + var(--gutters) + 0.4725px);
}

#container22.columns > .wrapper > .inner > div:first-child > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container22.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container22.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container22.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container22.columns > .wrapper > .inner > div:first-child, #container22.columns > .wrapper > .inner > div:first-child > .full:first-child {
    border-top-left-radius: inherit;
}

#container22.columns > .wrapper > .inner > div:last-child, #container22.columns > .wrapper > .inner > div:last-child > .full:first-child {
    border-top-right-radius: inherit;
}

#container22.columns > .wrapper > .inner > .full {
    align-self: stretch;
}

#container22.columns > .wrapper > .inner > .full:first-child {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
}

#container22.columns > .wrapper > .inner > .full:last-child {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
}

#container22.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    border-radius: inherit;
    height: calc(100% + (var(--padding-vertical) * 2));
}

#container22.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    width: 100%;
}

#container12 {
    display: flex;
    width: 100%;
    min-height: 15rem;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: transparent;
}

#container12 > .wrapper > .inner {
    --gutters: calc(var(--padding-horizontal) * 2);
    --padding-vertical: 0.625rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
}

#container12 > .wrapper {
    max-width: var(--width);
    width: 100%;
}

#container12.default > .wrapper > .inner > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container12.default > .wrapper > .inner > *:first-child {
    margin-top: 0 !important;
}

#container12.default > .wrapper > .inner > *:last-child {
    margin-bottom: 0 !important;
}

#container12.columns > .wrapper > .inner {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}

#container12.columns > .wrapper > .inner > * {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    text-align: var(--alignment);
    padding: 0 0 0 var(--gutters);
}

#container12.columns > .wrapper > .inner > * > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container12.columns > .wrapper > .inner > * > *:first-child {
    margin-top: 0 !important;
}

#container12.columns > .wrapper > .inner > * > *:last-child {
    margin-bottom: 0 !important;
}

#container12.columns > .wrapper > .inner > *:first-child {
    margin-left: calc(var(--gutters) * -1);
}

#container12.default > .wrapper > .inner > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: none !important;
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container12.default > .wrapper > .inner > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#container12.default > .wrapper > .inner > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#container12.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--gutters) * -0.5);
    max-width: none !important;
    width: calc(100% + var(--gutters) + 0.4725px);
}

#container12.columns > .wrapper > .inner > div:first-child > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container12.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container12.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container12.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container12.columns > .wrapper > .inner > div:first-child, #container12.columns > .wrapper > .inner > div:first-child > .full:first-child {
    border-top-left-radius: inherit;
}

#container12.columns > .wrapper > .inner > div:last-child, #container12.columns > .wrapper > .inner > div:last-child > .full:first-child {
    border-top-right-radius: inherit;
}

#container12.columns > .wrapper > .inner > .full {
    align-self: stretch;
    min-height: 15rem;
}

#container12.columns > .wrapper > .inner > .full:first-child {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
}

#container12.columns > .wrapper > .inner > .full:last-child {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
}

#container12.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    border-radius: inherit;
    height: calc(100% + (var(--padding-vertical) * 2));
}

#container12.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    width: 100%;
}

#container12 > .wrapper > .inner > :nth-child(1) {
    width: calc(50% + (var(--gutters) / 2));
}

#container12 > .wrapper > .inner > :nth-child(2) {
    width: calc(50% + (var(--gutters) / 2));
}

#container25 {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: transparent;
}

#container25 > .wrapper > .inner {
    --gutters: calc(var(--padding-horizontal) * 2);
    --padding-vertical: 0.625rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
}

#container25 > .wrapper {
    max-width: var(--width);
    width: 100%;
}

#container25.default > .wrapper > .inner > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container25.default > .wrapper > .inner > *:first-child {
    margin-top: 0 !important;
}

#container25.default > .wrapper > .inner > *:last-child {
    margin-bottom: 0 !important;
}

#container25.columns > .wrapper > .inner {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}

#container25.columns > .wrapper > .inner > * {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    text-align: var(--alignment);
    padding: 0 0 0 var(--gutters);
}

#container25.columns > .wrapper > .inner > * > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container25.columns > .wrapper > .inner > * > *:first-child {
    margin-top: 0 !important;
}

#container25.columns > .wrapper > .inner > * > *:last-child {
    margin-bottom: 0 !important;
}

#container25.columns > .wrapper > .inner > *:first-child {
    margin-left: calc(var(--gutters) * -1);
}

#container25.default > .wrapper > .inner > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: none !important;
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container25.default > .wrapper > .inner > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#container25.default > .wrapper > .inner > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#container25.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--gutters) * -0.5);
    max-width: none !important;
    width: calc(100% + var(--gutters) + 0.4725px);
}

#container25.columns > .wrapper > .inner > div:first-child > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container25.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container25.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container25.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container25.columns > .wrapper > .inner > div:first-child, #container25.columns > .wrapper > .inner > div:first-child > .full:first-child {
    border-top-left-radius: inherit;
}

#container25.columns > .wrapper > .inner > div:last-child, #container25.columns > .wrapper > .inner > div:last-child > .full:first-child {
    border-top-right-radius: inherit;
}

#container25.columns > .wrapper > .inner > .full {
    align-self: stretch;
}

#container25.columns > .wrapper > .inner > .full:first-child {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
}

#container25.columns > .wrapper > .inner > .full:last-child {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
}

#container25.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    border-radius: inherit;
    height: calc(100% + (var(--padding-vertical) * 2));
}

#container25.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    width: 100%;
}

#container24 {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: transparent;
}

#container24 > .wrapper > .inner {
    --gutters: calc(var(--padding-horizontal) * 2);
    --padding-vertical: 0.625rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
}

#container24 > .wrapper {
    max-width: var(--width);
    width: 100%;
}

#container24.default > .wrapper > .inner > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container24.default > .wrapper > .inner > *:first-child {
    margin-top: 0 !important;
}

#container24.default > .wrapper > .inner > *:last-child {
    margin-bottom: 0 !important;
}

#container24.columns > .wrapper > .inner {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}

#container24.columns > .wrapper > .inner > * {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    text-align: var(--alignment);
    padding: 0 0 0 var(--gutters);
}

#container24.columns > .wrapper > .inner > * > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

#container24.columns > .wrapper > .inner > * > *:first-child {
    margin-top: 0 !important;
}

#container24.columns > .wrapper > .inner > * > *:last-child {
    margin-bottom: 0 !important;
}

#container24.columns > .wrapper > .inner > *:first-child {
    margin-left: calc(var(--gutters) * -1);
}

#container24.default > .wrapper > .inner > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: none !important;
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container24.default > .wrapper > .inner > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#container24.default > .wrapper > .inner > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#container24.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--gutters) * -0.5);
    max-width: none !important;
    width: calc(100% + var(--gutters) + 0.4725px);
}

#container24.columns > .wrapper > .inner > div:first-child > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container24.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container24.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container24.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container24.columns > .wrapper > .inner > div:first-child, #container24.columns > .wrapper > .inner > div:first-child > .full:first-child {
    border-top-left-radius: inherit;
}

#container24.columns > .wrapper > .inner > div:last-child, #container24.columns > .wrapper > .inner > div:last-child > .full:first-child {
    border-top-right-radius: inherit;
}

#container24.columns > .wrapper > .inner > .full {
    align-self: stretch;
}

#container24.columns > .wrapper > .inner > .full:first-child {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
}

#container24.columns > .wrapper > .inner > .full:last-child {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
}

#container24.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    border-radius: inherit;
    height: calc(100% + (var(--padding-vertical) * 2));
}

#container24.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    width: 100%;
}

.image {
    display: block;
    line-height: 0;
    max-width: 100%;
    position: relative;
}

.image .frame {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    vertical-align: top;
    width: 100%;
}

.image .frame img {
    border-radius: 0 !important;
    max-width: 100%;
    vertical-align: top;
    width: inherit;
}

.image.full .frame {
    display: block;
}

.image.full:first-child .frame {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.image.full:last-child .frame {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#image01 .frame {
    width: 27.75rem;
    height: 2.75rem;
    border-radius: 1.25rem;
    transition: none;
}

#image01 img {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    width: 100% !important;
}

#image01 .frame img {
    transition: none;
}

#image02 .frame {
    width: 43.75rem;
    height: 15.75rem;
    transition: transform 0.25s ease, z-index 0.25s ease;
}

#image02 img {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    width: 100% !important;
}

#image02 .frame:hover {
    transform: scale(1.06);
    z-index: 1;
}

#image07 .frame {
    width: 28.125rem;
    border-radius: 1.25rem;
    transition: none;
}

#image07 .frame img {
    transition: none;
}

#image05 .frame {
    width: 23rem;
    transition: none;
}

#image05 .frame img {
    transition: none;
}

#image13 .frame {
    width: 15rem;
    transition: none;
}

#image13 .frame img {
    transition: none;
}

#image99 .frame {
    width: 15rem;
    transition: none;
}

#image99 .frame img {
    transition: none;
}

#image03 .frame {
    max-width: 100%;
    width: auto;
    transition: none;
}

#image03 img {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    width: 100% !important;
}

#image03 .frame img {
    transition: none;
}

#image25 .frame {
    max-width: 100%;
    width: auto;
    transition: none;
}

#image25 img {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    width: 100% !important;
}

#image25 .frame img {
    transition: none;
}

#image26 .frame {
    max-width: 100%;
    width: auto;
    transition: none;
}

#image26 img {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    width: 100% !important;
}

#image26 .frame img {
    transition: none;
}

#image24 .frame {
    width: 17.125rem;
    height: 16.875rem;
    transition: none;
}

#image24 img {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    width: 100% !important;
}

#image24 .frame img {
    transition: none;
}

#image06 .frame {
    width: 33.875rem;
    height: 6.125rem;
    border-radius: 0.75rem;
    transition: none;
}

#image06 img {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    width: 100% !important;
}

#image06 .frame img {
    transition: none;
}

#image09 .frame {
    width: 33.875rem;
    height: 6.125rem;
    border-radius: 0.75rem;
    transition: none;
}

#image09 img {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    width: 100% !important;
}

#image09 .frame img {
    transition: none;
}

#image10 .frame {
    width: 33.875rem;
    height: 6.125rem;
    border-radius: 0.75rem;
    transition: none;
}

#image10 img {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    width: 100% !important;
}

#image10 .frame img {
    transition: none;
}

#image08 .frame {
    width: 33.875rem;
    height: 6.125rem;
    border-radius: 0.75rem;
    transition: none;
}

#image08 img {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    width: 100% !important;
}

#image08 .frame img {
    transition: none;
}

#image04 .frame {
    max-width: 100%;
    width: auto;
    transition: none;
}

#image04 img {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    width: 100% !important;
}

#image04 .frame img {
    transition: none;
}

#image15 .frame {
    max-width: 100%;
    width: auto;
    transition: none;
}

#image15 img {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    width: 100% !important;
}

#image15 .frame img {
    transition: none;
}



#image14 .frame {
    max-width: 100%;
    width: auto;
    transition: none;
}

#image14 img {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    width: 100% !important;
}

#image14 .frame img {
    transition: none;
}

#image11 .frame {
    max-width: 100%;
    width: auto;
    transition: none;
}

#image11 img {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    width: 100% !important;
}

#image11 .frame img {
    transition: none;
}

#image23 .frame {
    max-width: 100%;
    width: auto;
    transition: none;
}

#image23 img {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    width: 100% !important;
}

#image23 .frame img {
    transition: none;
}

#image12 .frame {
    max-width: 100%;
    width: auto;
    transition: none;
}

#image12 img {
    height: 85% !important;
    object-fit: cover;
    object-position: center;
    width: 100% !important;
}

#image12 .frame img {
    transition: none;
}

#image16 .frame {
    max-width: 100%;
    width: auto;
    transition: none;
}

#image16 img {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    width: 100% !important;
}

#image16 .frame img {
    transition: none;
}

#image27 .frame {
    max-width: 100%;
    width: auto;
    transition: none;
}

#image27 img {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    width: 100% !important;
}

#image27 . img {
    transition: none;
}

#image27 .frame {
    max-width: 100%;
    width: auto;
    transition: none;
}

#image27 {
    overflow: hidden;
    max-width: 100%;
    height: auto;
  }
  
#image27 img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; /* Tengahin gambarnya */
  }
  

#image17 .frame {
    max-width: 100%;
    width: auto;
    transition: none;
}

#image17 img {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    width: 100% !important;
}

#image17 .frame img {
    transition: none;
}

#image18 .frame {
    max-width: 100%;
    width: auto;
    transition: none;
}

#image18 img {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    width: 100% !important;
}

#image18 .frame img {
    transition: none;
}

#image19 .frame {
    max-width: 90%;
    width: auto;
    transition: none;
}

#image19 img {
    height: 80% !important;
    object-fit: cover;
    object-position: center;
    width: 80% !important;
}

#image19 .frame img {
    transition: none;
}

#image20 .frame {
    max-width: 100%;
    width: auto;
    transition: none;
}

#image20 img {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    width: 100% !important;
}

#image20 .frame img {
    transition: none;
}

#image21 .frame {
    max-width: 100%;
    width: auto;
    transition: none;
}

#image21 img {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    width: 100% !important;
}

#image21 .frame img {
    transition: none;
}

#image22 .frame {
    max-width: 100%;
    width: auto;
    transition: none;
}

#image22 img {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    width: 100% !important;
}

#image22 .frame img {
    transition: none;
}


#image27 .frame {
    width: 495px;
    transition: none;
}

#image27 img {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    width: 100% !important;
}

#image27 .frame img {
    transition: none;
}

h1, h2, h3, p {
    direction: var(--site-language-direction);
    position: relative;
}

h1 span.p, h2 span.p, h3 span.p, p span.p {
    display: block;
    position: relative;
}

h1 span[style], h2 span[style], h3 span[style], p span[style], h1 strong, h2 strong, h3 strong, p strong, h1 a, h2 a, h3 a, p a, h1 code, h2 code, h3 code, p code, h1 mark, h2 mark, h3 mark, p mark, h1 spoiler-text, h2 spoiler-text, h3 spoiler-text, p spoiler-text {
    -webkit-text-fill-color: currentcolor;
}

#text10 {
    text-align: left;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Unbounded', sans-serif;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 0.875em;
    line-height: 1.125;
    font-weight: 300;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
}

#text10 a {
    text-decoration: underline;
}

#text10 a:hover {
    text-decoration: none;
}

#text10 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text01 {
    text-align: left;
    color: #ffffff;
    font-family: 'Gelasio', serif;
    letter-spacing: 0.025rem;
    width: calc(100% + 0.025rem);
    font-size: 1.25em;
    line-height: 1.25;
    font-weight: 400;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
}

#text01 a {
    text-decoration: underline;
}

#text01 a:hover {
    text-decoration: none;
}

#text01 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text49 {
    text-align: center;
    color: #EBEBEB;
    font-family: 'Gloock', serif;
    letter-spacing: 0.025rem;
    width: calc(100% + 0.025rem);
    font-size: 2.5em;
    line-height: 1;
    font-weight: 400;
    text-shadow: 0rem 0rem 0.125rem #000000;
}

#text49 a {
    text-decoration: underline;
}

#text49 a:hover {
    text-decoration: none;
}

#text49 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text20 {
    text-align: center;
    color: #f0f0f0;
    font-family: Arial, serif;
    letter-spacing: 0.025rem;
    width: calc(100% + 0.025rem);
    font-size: 2.5em;
    line-height: 1;
    font-weight: 400;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
}

#text20 a {
    text-decoration: underline;
}

#text20 a:hover {
    text-decoration: none;
}

#text20 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text48 {
    text-align: center;
    color: #f0f0f0;
    font-family: Arial, serif;
    letter-spacing: 0.025rem;
    width: calc(100% + 0.025rem);
    font-size: 2.5em;
    line-height: 1;
    font-weight: 400;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
}

#text48 a {
    text-decoration: underline;
}

#text48 a:hover {
    text-decoration: none;
}

#text48 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text14 {
    text-align: center;
    color: #f0f0f0;
    font-family: 'Arial', serif;
    letter-spacing: 0.025rem;
    width: calc(100% + 0.025rem);
    font-size: 2.5em;
    line-height: 1;
    font-weight: 400;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
}

#text14 a {
    text-decoration: underline;
}

#text14 a:hover {
    text-decoration: none;
}

#text14 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text11 {
    text-align: center;
    text-transform: uppercase;
    color: #EBEBEB;
    font-family: 'Unbounded', sans-serif;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 1.125em;
    line-height: 0.75;
    font-weight: 300;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
}

#text11 a {
    text-decoration: underline;
}

#text11 a:hover {
    text-decoration: none;
}

#text11 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text08 {
    text-align: center;
    text-transform: uppercase;
    color: #f0f0f0;
    font-family: Arial, Helvetica, sans-serif, serif;
    text-indent: 0.125rem;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 2.5em;
    line-height: 0.75;
    font-weight: 400;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
}


#text08 a {
    text-decoration: underline;
}

#text08 a:hover {
    text-decoration: none;
}

#text08 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text06 {
    text-align: center;
    color: #EBEBEB;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 1.125em;
    line-height: 0.75;
    font-weight: 300;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
}

#text06 a {
    text-decoration: underline;
}

#text06 a:hover {
    text-decoration: none;
}

#text06 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text04 {
    text-align: center;
    text-transform: uppercase;
    color: #EBEBEB;
    font-family: 'Unbounded', sans-serif;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 1.125em;
    line-height: 0.75;
    font-weight: 300;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
}

#text04 a {
    text-decoration: underline;
}

#text04 a:hover {
    text-decoration: none;
}

#text04 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text05 {
    text-align: center;
    text-transform: uppercase;
    color: #FFCF00;
    font-family: 'Vidaloka', serif;
    text-indent: 0.125rem;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 2.5em;
    line-height: 0.75;
    font-weight: 400;
    text-shadow: 0.354rem 0.354rem 0rem #000000;
}

#text05 a {
    text-decoration: underline;
}

#text05 a:hover {
    text-decoration: none;
}

#text05 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text07 {
    text-align: left;
    color: #EBEBEB;
    font-family: 'Karla', sans-serif;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 1.75em;
    line-height: 1;
    font-weight: 400;
    text-shadow: 0rem -0rem 0.125rem #000000;
}

#text07 a {
    text-decoration: underline;
}

#text07 a:hover {
    text-decoration: none;
}

#text07 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text12 {
    text-align: left;
    color: #EBEBEB;
    font-family: 'KoHo', sans-serif;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 1em;
    line-height: 1;
    font-weight: 300;
    text-shadow: 0rem -0rem 0.125rem #000000;
}

#text12 a {
    text-decoration: underline;
}

#text12 a:hover {
    text-decoration: none;
}

#text12 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text18 {
    text-align: left;
    color: #EBEBEB;
    font-family: 'Karla', sans-serif;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 1.75em;
    line-height: 1;
    font-weight: 400;
    text-shadow: 0rem -0rem 0.125rem #000000;
}

#text18 a {
    text-decoration: underline;
}

#text18 a:hover {
    text-decoration: none;
}

#text18 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text19 {
    text-align: left;
    color: #EBEBEB;
    font-family: 'KoHo', sans-serif;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 1em;
    line-height: 1;
    font-weight: 300;
    text-shadow: 0rem -0rem 0.125rem #000000;
}

#text19 a {
    text-decoration: underline;
}

#text19 a:hover {
    text-decoration: none;
}

#text19 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text17 {
    text-align: left;
    color: #FFFFFF;
    font-family: 'Karla', sans-serif;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 1.75em;
    line-height: 1;
    font-weight: 400;
    text-shadow: 0rem -0rem 0.125rem #000000;
}

#text17 a {
    text-decoration: underline;
}

#text17 a:hover {
    text-decoration: none;
}

#text17 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text16 {
    text-align: left;
    color: #EBEBEB;
    font-family: 'KoHo', sans-serif;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 1em;
    line-height: 1;
    font-weight: 300;
    text-shadow: 0rem -0rem 0.125rem #000000;
}

#text16 a {
    text-decoration: underline;
}

#text16 a:hover {
    text-decoration: none;
}

#text16 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text27 {
    text-align: center;
    text-transform: uppercase;
    color: #EBEBEB;
    font-family: 'Unbounded', sans-serif;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 1.125em;
    line-height: 0.75;
    font-weight: 300;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
}

#text27 a {
    text-decoration: underline;
}

#text27 a:hover {
    text-decoration: none;
}

#text27 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text28 {
    font-weight: bolder;
    text-align: center;
    text-transform: uppercase;
    color: #f0f0f0;
    font-family: 'Arial', serif;
    text-indent: 0.125rem;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 2.5em;
    line-height: 0.75;
    font-weight: 400;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
}

#text28 a {
    text-decoration: underline;
}

#text28 a:hover {
    text-decoration: none;
}

#text28 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text29 {
    text-align: center;
    color: #EBEBEB;
    font-family: Helvetica, sans-serif, sans-serif;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 1em;
    line-height: 0.75;
    font-weight: 300;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
    font-weight: bold;
    
}

#text29 a {
    text-decoration: underline;
}

#text29 a:hover {
    text-decoration: none;
}

#text29 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text02 {
    text-align: center;
    text-transform: uppercase;
    color: #EBEBEB;
    font-family: 'Unbounded', sans-serif;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 1.125em;
    line-height: 0.75;
    font-weight: 300;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
}

#text02 a {
    text-decoration: underline;
}

#text02 a:hover {
    text-decoration: none;
}

#text02 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text22 {
    text-align: center;
    text-transform: uppercase;
    color: #F0F0F0;
    font-family: Arial, Helvetica, sans-serif, serif;
    text-indent: 0.125rem;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 2.5em;
    line-height: 0.75;
    font-weight: 400;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
}

#text22 a {
    text-decoration: underline;
}

#text22 a:hover {
    text-decoration: none;
}

#text22 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text21 {
    text-align: center;
    text-transform: uppercase;
    color: #EBEBEB;
    font-family: 'Unbounded', sans-serif;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 1.125em;
    line-height: 0.75;
    font-weight: 300;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
}

#text21 a {
    text-decoration: underline;
}

#text21 a:hover {
    text-decoration: none;
}

#text21 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text03 {
    text-align: center;
    text-transform: uppercase;
    color: #F0F0F0;
    font-family: Arial, Helvetica, sans-serif, serif;
    text-indent: 0.125rem;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 2.5em;
    line-height: 0.75;
    font-weight: 400;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
}

#text03 a {
    text-decoration: underline;
}

#text03 a:hover {
    text-decoration: none;
}

#text03 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text23 {
    text-align: center;
    color: #EBEBEB;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 1.125em;
    line-height: 0.75;
    font-weight: 300;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
}

#text23 a {
    text-decoration: underline;
}

#text23 a:hover {
    text-decoration: none;
}

#text23 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text36 {
    text-align: center;
    color: #EBEBEB;
    font-family: 'Krona One', sans-serif;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 1.125em;
    line-height: 0.75;
    font-weight: 400;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
}

#text36 a {
    text-decoration: underline;
}

#text36 a:hover {
    text-decoration: none;
}

#text36 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text37 {
    text-align: center;
    color: #EBEBEB;
    font-family: 'Krona One', sans-serif;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 1.125em;
    line-height: 0.75;
    font-weight: 400;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
}

#text37 a {
    text-decoration: underline;
}

#text37 a:hover {
    text-decoration: none;
}

#text37 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text15 {
    text-align: center;
    color: #EBEBEB;
    font-family: 'Krona One', sans-serif;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 1.125em;
    line-height: 0.75;
    font-weight: 400;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
}

#text15 a {
    text-decoration: underline;
}

#text15 a:hover {
    text-decoration: none;
}

#text15 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text38 {
    text-align: center;
    color: #EBEBEB;
    font-family: 'Krona One', sans-serif;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 1.125em;
    line-height: 0.75;
    font-weight: 400;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
}

#text38 a {
    text-decoration: underline;
}

#text38 a:hover {
    text-decoration: none;
}

#text38 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text09 {
    text-align: center;
    color: #EBEBEB;
    font-family: 'Krona One', sans-serif;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 1.125em;
    line-height: 0.75;
    font-weight: 400;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
}

#text09 a {
    text-decoration: underline;
}

#text09 a:hover {
    text-decoration: none;
}

#text09 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text39 {
    text-align: center;
    color: #EBEBEB;
    font-family: 'Krona One', sans-serif;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 1.125em;
    line-height: 0.75;
    font-weight: 400;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
}

#text39 a {
    text-decoration: underline;
}

#text39 a:hover {
    text-decoration: none;
}

#text39 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text35 {
    text-align: center;
    color: #EBEBEB;
    font-family: 'Krona One', sans-serif;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 1.125em;
    line-height: 0.75;
    font-weight: 400;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
}

#text35 a {
    text-decoration: underline;
}

#text35 a:hover {
    text-decoration: none;
}

#text35 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text47 {
    text-align: center;
    color: #EBEBEB;
    font-family: 'Krona One', sans-serif;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 1.125em;
    line-height: 0.75;
    font-weight: 400;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
}

#text47 a {
    text-decoration: underline;
}

#text47 a:hover {
    text-decoration: none;
}

#text47 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text13 {
    text-align: center;
    color: #EBEBEB;
    font-family: 'Krona One', sans-serif;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 1.125em;
    line-height: 0.75;
    font-weight: 400;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
}

#text13 a {
    text-decoration: underline;
}

#text13 a:hover {
    text-decoration: none;
}

#text13 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text24 {
    text-align: center;
    color: #EBEBEB;
    font-family: 'Krona One', sans-serif;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 1.125em;
    line-height: 0.75;
    font-weight: 400;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
}

#text24 a {
    text-decoration: underline;
}

#text24 a:hover {
    text-decoration: none;
}

#text24 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text25 {
    text-align: center;
    color: #EBEBEB;
    font-family: 'Krona One', sans-serif;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 1.125em;
    line-height: 0.75;
    font-weight: 400;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
}

#text25 a {
    text-decoration: underline;
}

#text25 a:hover {
    text-decoration: none;
}

#text25 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text40 {
    text-align: center;
    color: #EBEBEB;
    font-family: 'Krona One', sans-serif;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 1.125em;
    line-height: 0.75;
    font-weight: 400;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
}

#text40 a {
    text-decoration: underline;
}

#text40 a:hover {
    text-decoration: none;
}

#text40 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text26 {
    text-align: center;
    color: #EBEBEB;
    font-family: 'Krona One', sans-serif;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 1.125em;
    line-height: 0.75;
    font-weight: 400;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
}

#text26 a {
    text-decoration: underline;
}

#text26 a:hover {
    text-decoration: none;
}

#text26 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text41 {
    text-align: center;
    color: #EBEBEB;
    font-family: 'Krona One', sans-serif;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 1.125em;
    line-height: 0.75;
    font-weight: 400;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
}

#text41 a {
    text-decoration: underline;
}

#text41 a:hover {
    text-decoration: none;
}

#text41 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text30 {
    text-align: center;
    color: #EBEBEB;
    font-family: 'Krona One', sans-serif;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 1.125em;
    line-height: 0.75;
    font-weight: 400;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
}

#text30 a {
    text-decoration: underline;
}

#text30 a:hover {
    text-decoration: none;
}

#text30 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text42 {
    text-align: center;
    color: #EBEBEB;
    font-family: 'Krona One', sans-serif;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 1.125em;
    line-height: 0.75;
    font-weight: 400;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
}

#text42 a {
    text-decoration: underline;
}

#text42 a:hover {
    text-decoration: none;
}

#text42 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text31 {
    text-align: center;
    color: #EBEBEB;
    font-family: 'Krona One', sans-serif;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 1.125em;
    line-height: 0.75;
    font-weight: 400;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
}

#text31 a {
    text-decoration: underline;
}

#text31 a:hover {
    text-decoration: none;
}

#text31 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text43 {
    text-align: center;
    color: #EBEBEB;
    font-family: 'Krona One', sans-serif;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 1.125em;
    line-height: 0.75;
    font-weight: 400;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
}

#text43 a {
    text-decoration: underline;
}

#text43 a:hover {
    text-decoration: none;
}

#text43 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text32 {
    text-align: center;
    color: #EBEBEB;
    font-family: 'Krona One', sans-serif;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 1.125em;
    line-height: 0.75;
    font-weight: 400;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
}

#text32 a {
    text-decoration: underline;
}

#text32 a:hover {
    text-decoration: none;
}

#text32 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text44 {
    text-align: center;
    color: #EBEBEB;
    font-family: 'Krona One', sans-serif;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 1.125em;
    line-height: 0.75;
    font-weight: 400;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
}

#text44 a {
    text-decoration: underline;
}

#text44 a:hover {
    text-decoration: none;
}

#text44 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text33 {
    text-align: center;
    color: #EBEBEB;
    font-family: 'Krona One', sans-serif;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 1.125em;
    line-height: 0.75;
    font-weight: 400;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
}

#text33 a {
    text-decoration: underline;
}

#text33 a:hover {
    text-decoration: none;
}

#text33 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text45 {
    text-align: center;
    color: #EBEBEB;
    font-family: 'Krona One', sans-serif;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 1.125em;
    line-height: 0.75;
    font-weight: 400;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
}

#text45 a {
    text-decoration: underline;
}

#text45 a:hover {
    text-decoration: none;
}

#text45 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text34 {
    text-align: center;
    color: #EBEBEB;
    font-family: 'Krona One', sans-serif;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 1.125em;
    line-height: 0.75;
    font-weight: 400;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
}

#text34 a {
    text-decoration: underline;
}

#text34 a:hover {
    text-decoration: none;
}

#text34 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

#text46 {
    text-align: center;
    color: #EBEBEB;
    font-family: 'Krona One', sans-serif;
    letter-spacing: 0.05rem;
    width: calc(100% + 0.05rem);
    font-size: 1.125em;
    line-height: 0.75;
    font-weight: 400;
    text-shadow: 0.113rem -0.053rem 0.125rem #000000;
}

#text46 a {
    text-decoration: underline;
}

#text46 a:hover {
    text-decoration: none;
}

#text46 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

.video {
    position: relative;
}

.video video {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
}

.video .frame {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    vertical-align: top;
}

.video .frame:before {
    content: '';
    display: block;
    width: 100%;
}

.video .frame iframe {
    bottom: 0px;
    height: 100%;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    background-color: #000000;
}

.video.full video {
    display: block;
}

.video.full:first-child video {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.video.full:last-child video {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

.video.full .frame {
    display: block;
}

.video.full:first-child .frame {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.video.full:last-child .frame {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#video04 video {
    width: 100vw;
}

#video04 .frame {
    width: 100vw;
}

#video04 .frame:before {
    padding-top: 56.25%;
}

#video02 video {
    width: 100vw;
}

#video02 .frame {
    width: 100vw;
}

#video02 .frame:before {
    padding-top: 56.25%;
}

#video03 video {
    width: 100vw;
}

#video03 .frame {
    width: 100vw;
}

#video03 .frame:before {
    padding-top: 56.25%;
}

#video01 video {
    width: 100vw;
}

#video01 .frame {
    width: 100vw;
}

#video01 .frame:before {
    padding-top: 56.25%;
}

.buttons {
    cursor: default;
    display: flex;
    justify-content: var(--flex-alignment);
    letter-spacing: 0;
    padding: 0;
}

.buttons li {
    max-width: 100%;
}

.buttons li a {
    align-items: center;
    justify-content: center;
    max-width: 100%;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
}

#buttons06 {
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
}

#buttons06:not(:first-child) {
    margin-top: 1.375rem !important;
}

#buttons06:not(:last-child) {
    margin-bottom: 1.375rem !important;
}

#buttons06 li a {
    display: inline-flex;
    width: 19.875rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05rem;
    padding-left: calc(0.05rem + 0.5rem);
    font-size: 1em;
    font-weight: 500;
    border-radius: 0.625rem;
    flex-direction: row-reverse;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons06 li a svg {
    display: block;
    fill: #FFFFFF;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 16px;
    width: 0.875em;
    margin-left: 1.25rem;
    margin-right: calc(-0.125em + 0.05rem);
    transition: fill 0.25s ease;
}

#buttons06 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}

#buttons06 .button {
    background-color: #075102;
    color: #FFFFFF;
}

#buttons06 li a:hover {
    transform: scale(1.095);
}

#buttons06 .n01 {
    background-color: #12a51c;
}

#buttons07 {
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
}

#buttons07:not(:first-child) {
    margin-top: 1.375rem !important;
}

#buttons07:not(:last-child) {
    margin-bottom: 1.375rem !important;
}

#buttons07 li a {
    display: inline-flex;
    width: 19.875rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05rem;
    padding-left: calc(0.05rem + 0.5rem);
    font-size: 1em;
    font-weight: 500;
    border-radius: 0.625rem;
    flex-direction: row-reverse;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons07 li a svg {
    display: block;
    fill: #FFFFFF;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 16px;
    width: 0.875em;
    margin-left: 1.25rem;
    margin-right: calc(-0.125em + 0.05rem);
    transition: fill 0.25s ease;
}

#buttons07 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}

#buttons07 .button {
    background-color: #075102;
    color: #FFFFFF;
}

#buttons07 li a:hover {
    transform: scale(1.095);
}

#buttons07 .n01 {
    background-color: #FB9D14;
}

#buttons08 {
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
}

#buttons08:not(:first-child) {
    margin-top: 1.375rem !important;
}

#buttons08:not(:last-child) {
    margin-bottom: 1.375rem !important;
}

#buttons08 li a {
    display: inline-flex;
    width: 19.875rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05rem;
    padding-left: calc(0.05rem + 0.5rem);
    font-size: 1em;
    font-weight: 500;
    border-radius: 0.625rem;
    flex-direction: row-reverse;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons08 li a svg {
    display: block;
    fill: #FFFFFF;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 16px;
    width: 0.875em;
    margin-left: 1.25rem;
    margin-right: calc(-0.125em + 0.05rem);
    transition: fill 0.25s ease;
}

#buttons08 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}

#buttons08 .button {
    background-color: #075102;
    color: #FFFFFF;
}

#buttons08 li a:hover {
    transform: scale(1.0775);
}

#buttons08 .n01 {
    background-color: #0463CA;
}

#buttons02 {
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
}

#buttons02:not(:first-child) {
    margin-top: 1.375rem !important;
}

#buttons02:not(:last-child) {
    margin-bottom: 1.375rem !important;
}

#buttons02 li a {
    display: inline-flex;
    width: 19.875rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05rem;
    padding-left: calc(0.05rem + 0.5rem);
    font-size: 1em;
    font-weight: 500;
    border-radius: 0.625rem;
    flex-direction: row-reverse;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons02 li a svg {
    display: block;
    fill: #FFFFFF;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 16px;
    width: 0.875em;
    margin-left: 1.25rem;
    margin-right: calc(-0.125em + 0.05rem);
    transition: fill 0.25s ease;
}

#buttons02 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}

#buttons02 .button {
    background-color: #075102;
    color: #FFFFFF;
}

#buttons02 li a:hover {
    transform: scale(1.0775);
}

#buttons02 .n01 {
    background-color: #12a51c;
}


body {
    padding-top: 60px; 
}

#buttons09 {
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
}

#buttons09:not(:first-child) {
    margin-top: 1.375rem !important;
}

#buttons09:not(:last-child) {
    margin-bottom: 1.375rem !important;
}



body {
    padding-top: 60px; 
}

#buttons09 li a {
    display: inline-flex;
    width: 19.875rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05rem;
    padding-left: calc(0.05rem + 0.5rem);
    font-size: 1em;
    font-weight: 500;
    border-radius: 0.625rem;
    flex-direction: row-reverse;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons09 li a svg {
    display: block;
    fill: #FFFFFF;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 16px;
    width: 0.875em;
    margin-left: 1.25rem;
    margin-right: calc(-0.125em + 0.05rem);
    transition: fill 0.25s ease;
}

#buttons09 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}

#buttons09 .button {
    background-color: #075102;
    color: #FFFFFF;
}

#buttons09 li a:hover {
    transform: scale(1.095);
}

#buttons09 .n01 {
    background-color: #FB9D14;
}

#buttons10 {
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
}

#buttons10:not(:first-child) {
    margin-top: 1.375rem !important;
}

#buttons10:not(:last-child) {
    margin-bottom: 1.375rem !important;
}

#buttons10 li a {
    display: inline-flex;
    width: 19.875rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05rem;
    padding-left: calc(0.05rem + 0.5rem);
    font-size: 1em;
    font-weight: 500;
    border-radius: 0.625rem;
    flex-direction: row-reverse;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons10 li a svg {
    display: block;
    fill: #FFFFFF;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 16px;
    width: 0.875em;
    margin-left: 1.25rem;
    margin-right: calc(-0.125em + 0.05rem);
    transition: fill 0.25s ease;
}

#buttons10 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}

#buttons10 .button {
    background-color: #075102;
    color: #FFFFFF;
}

#buttons10 li a:hover {
    transform: scale(1.0775);
}

#buttons10 .n01 {
    background-color: #0463CA;
}

/* General styles for the body */
body {
    font-family: 'Inter', sans-serif;
    margin: 0;
}

/* Floating navigation bar styles */
#navbar {
    position: fixed; /* Fix the position at the top */
    top: 0; /* Align to the top of the viewport */
    left: 0; /* Align to the left */
    right: 0; /* Stretch to the right */
    background-color: #075102; /* Background color for the navbar */
    padding: 1rem; /* Padding for aesthetics */
    z-index: 1000; /* Ensure it stays above other content */
}

/* Styles for the buttons container */
#buttons {
    display: flex; /* Use flexbox for layout */
    justify-content: space-around; /* Distribute buttons evenly */
    list-style: none; /* Remove default list styling */
    padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
}

/* Button link styles */
#buttons li {
    flex: 1; /* Allow each item to grow equally */
}

#buttons li a {
    display: inline-flex; /* Keep inline-flex for alignment */
    width: 100%; /* Make buttons take full width of their container */
    height: 2rem; /* Maintain height */
    line-height: 2rem; /* Maintain line height */
    padding: 0 0.5rem; /* Maintain padding */
    text-align: center; /* Center align text */
    color: #FFFFFF; /* Text color */
    text-decoration: none; /* Remove underline */
    border-radius: 0.625rem; /* Keep border radius */
    transition: transform 0.25s ease; /* Keep transitions */
}

/* Hover effects */
#buttons li a:hover {
    transform: scale(1.095); /* Scale effect on hover */
}

/* Optional: Specific button styles */
.button {
    background-color: #075102; /* Background color for buttons */
}

.button.n01 {
    background-color: #12a51c; /* Specific color for button 1 */
}

.button.n02 {
    background-color: #FB9D14; /* Specific color for button 2 */
}

.button.n03 {
    background-color: #0463CA; /* Specific color for button 3 */
}

#buttons05 {
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
}

#buttons05:not(:first-child) {
    margin-top: 1.375rem !important;
}

#buttons05:not(:last-child) {
    margin-bottom: 1.375rem !important;
}

#buttons05 li a {
    display: inline-flex;
    width: 19.875rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05rem;
    padding-left: calc(0.05rem + 0.5rem);
    font-size: 1em;
    font-weight: 500;
    border-radius: 0.625rem;
    flex-direction: row-reverse;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons05 li a svg {
    display: block;
    fill: #FFFFFF;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 16px;
    width: 0.875em;
    margin-left: 1.25rem;
    margin-right: calc(-0.125em + 0.05rem);
    transition: fill 0.25s ease;
}

#buttons05 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}

#buttons05 .button {
    background-color: #075102;
    color: #FFFFFF;
}

#buttons05 li a:hover {
    transform: scale(1.095);
}

#buttons05 .n01 {
    background-color: #8ecae6;
}
#buttons80 {
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
}

#buttons80:not(:first-child) {
    margin-top: 1.375rem !important;
}

#buttons80:not(:last-child) {
    margin-bottom: 1.375rem !important;
}

#buttons80 li a {
    display: inline-flex;
    width: 19.875rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.05rem;
    padding-left: calc(0.05rem + 0.5rem);
    font-size: 1em;
    font-weight: 500;
    border-radius: 0.625rem;
    flex-direction: row-reverse;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons80 li a svg {
    display: block;
    fill: #393E46;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 16px;
    width: 0.875em;
    margin-left: 1.25rem;
    margin-right: calc(-0.125em + 0.05rem);
    transition: fill 0.25s ease;
}

#buttons80 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}

#buttons80 .button {
    background-color: #abda01;
    color: #393E46;
}

#buttons80 li a:hover {
    transform: scale(1.095);
}

#buttons80 .n01 {
    background-color: #A3DC9A;
}


kmdsmk

#buttons03 {
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
}

#buttons03:not(:first-child) {
    margin-top: 1.375rem !important;
}

#buttons03:not(:last-child) {
    margin-bottom: 1.375rem !important;
}

#buttons03 li a {
    display: inline-flex;
    width: 19.875rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05rem;
    padding-left: calc(0.05rem + 0.5rem);
    font-size: 1em;
    font-weight: 500;
    border-radius: 0.625rem;
    flex-direction: row-reverse;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons03 li a svg {
    display: block;
    fill: #FFFFFF;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 16px;
    width: 0.875em;
    margin-left: 1.25rem;
    margin-right: calc(-0.125em + 0.05rem);
    transition: fill 0.25s ease;
}

#buttons03 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}

#buttons03 .button {
    background-color: #075102;
    color: #FFFFFF;
}

#buttons03 li a:hover {
    transform: scale(1.095);
}

#buttons03 .n01 {
    background-color: #219ebc;
}

#buttons04 {
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
}

#buttons04:not(:first-child) {
    margin-top: 1.375rem !important;
}

#buttons04:not(:last-child) {
    margin-bottom: 1.375rem !important;
}

#buttons04 li a {
    display: inline-flex;
    width: 19.875rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05rem;
    padding-left: calc(0.05rem + 0.5rem);
    font-size: 1em;
    font-weight: 500;
    border-radius: 0.625rem;
    flex-direction: row-reverse;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons04 li a svg {
    display: block;
    fill: #FFFFFF;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 16px;
    width: 0.875em;
    margin-left: 1.25rem;
    margin-right: calc(-0.125em + 0.05rem);
    transition: fill 0.25s ease;
}

#buttons04 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}

#buttons04 .button {
    background-color: #075102;
    color: #FFFFFF;
}

#buttons04 li a:h   over {
    transform: scale(1.095);
}

#buttons04 .n01 {
    background-color: #112958;
}

#buttons20 {
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
}

#buttons20:not(:first-child) {
    margin-top: 1.375rem !important;
}

#buttons20:not(:last-child) {
    margin-bottom: 1.375rem !important;
}

#buttons20 li a {
    display: inline-flex;
    width: 13.125rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05rem;
    padding-left: calc(0.05rem + 0.5rem);
    font-size: 1em;
    font-weight: 500;
    border-radius: 0.625rem;
    flex-direction: row-reverse;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons20 li a svg {
    display: block;
    fill: #FFFFFF;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 16px;
    width: 0.875em;
    margin-left: 1.25rem;
    margin-right: calc(-0.125em + 0.05rem);
    transition: fill 0.25s ease;
}

#buttons20 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}

#buttons20 .button {
    background-color: #075102;
    color: #FFFFFF;
}

#buttons20 li a:hover {
    transform: scale(1.095);
}

#buttons20 .n01 {
    background-color: #12a51c;
}

#buttons21 {
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
}

#buttons21:not(:first-child) {
    margin-top: 1.375rem !important;
}

#buttons21:not(:last-child) {
    margin-bottom: 1.375rem !important;
}

#buttons21 li a {
    display: inline-flex;
    width: 13.125rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05rem;
    padding-left: calc(0.05rem + 0.5rem);
    font-size: 1em;
    font-weight: 500;
    border-radius: 0.625rem;
    flex-direction: row-reverse;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons21 li a svg {
    display: block;
    fill: #FFFFFF;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 16px;
    width: 0.875em;
    margin-left: 1.25rem;
    margin-right: calc(-0.125em + 0.05rem);
    transition: fill 0.25s ease;
}

#buttons21 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}

#buttons21 .button {
    background-color: #075102;
    color: #FFFFFF;
}

#buttons21 li a:hover {
    transform: scale(1.095);
}

#buttons22 {
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
}

#buttons22:not(:first-child) {
    margin-top: 1.375rem !important;
}

#buttons22:not(:last-child) {
    margin-bottom: 1.375rem !important;
}

#buttons22 li a {
    display: inline-flex;
    width: 13.125rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05rem;
    padding-left: calc(0.05rem + 0.5rem);
    font-size: 1em;
    font-weight: 500;
    border-radius: 0.625rem;
    flex-direction: row-reverse;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons22 li a svg {
    display: block;
    fill: #FFFFFF;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 16px;
    width: 0.875em;
    margin-left: 1.25rem;
    margin-right: calc(-0.125em + 0.05rem);
    transition: fill 0.25s ease;
}

#buttons22 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}

#buttons22 .button {
    background-color: #075102;
    color: #FFFFFF;
}

#buttons22 li a:hover {
    transform: scale(1.095);
}

#buttons22 .n01 {
    background-color: #12a51c;
}

#buttons23 {
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
}

#buttons23:not(:first-child) {
    margin-top: 1.375rem !important;
}

#buttons23:not(:last-child) {
    margin-bottom: 1.375rem !important;
}

#buttons23 li a {
    display: inline-flex;
    width: 13.125rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05rem;
    padding-left: calc(0.05rem + 0.5rem);
    font-size: 1em;
    font-weight: 500;
    border-radius: 0.625rem;
    flex-direction: row-reverse;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons23 li a svg {
    display: block;
    fill: #FFFFFF;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 16px;
    width: 0.875em;
    margin-left: 1.25rem;
    margin-right: calc(-0.125em + 0.05rem);
    transition: fill 0.25s ease;
}

#buttons23 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}

#buttons23 .button {
    background-color: #075102;
    color: #FFFFFF;
}

#buttons23 li a:hover {
    transform: scale(1.095);
}

#buttons24 {
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
}

#buttons24:not(:first-child) {
    margin-top: 1.375rem !important;
}

#buttons24:not(:last-child) {
    margin-bottom: 1.375rem !important;
}

#buttons24 li a {
    display: inline-flex;
    width: 13.125rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05rem;
    padding-left: calc(0.05rem + 0.5rem);
    font-size: 1em;
    font-weight: 500;
    border-radius: 0.625rem;
    flex-direction: row-reverse;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons24 li a svg {
    display: block;
    fill: #FFFFFF;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 16px;
    width: 0.875em;
    margin-left: 1.25rem;
    margin-right: calc(-0.125em + 0.05rem);
    transition: fill 0.25s ease;
}

#buttons24 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}

#buttons24 .button {
    background-color: #075102;
    color: #FFFFFF;
}

#buttons24 li a:hover {
    transform: scale(1.095);
}

#buttons24 .n01 {
    background-color: #075102;
}

#buttons25 {
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
}

#buttons25:not(:first-child) {
    margin-top: 1.375rem !important;
}

#buttons25:not(:last-child) {
    margin-bottom: 1.375rem !important;
}

#buttons25 li a {
    display: inline-flex;
    width: 13.125rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05rem;
    padding-left: calc(0.05rem + 0.5rem);
    font-size: 1em;
    font-weight: 500;
    border-radius: 0.625rem;
    flex-direction: row-reverse;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons25 li a svg {
    display: block;
    fill: #FFFFFF;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 16px;
    width: 0.875em;
    margin-left: 1.25rem;
    margin-right: calc(-0.125em + 0.05rem);
    transition: fill 0.25s ease;
}

#buttons25 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}

#buttons25 .button {
    background-color: #075102;
    color: #FFFFFF;
}

#buttons25 li a:hover {
    transform: scale(1.095);
}

#buttons39 {
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
}

#buttons39:not(:first-child) {
    margin-top: 1.375rem !important;
}

#buttons39:not(:last-child) {
    margin-bottom: 1.375rem !important;
}

#buttons39 li a {
    display: inline-flex;
    width: 19.625rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05rem;
    padding-left: calc(0.05rem + 0.5rem);
    font-size: 1em;
    font-weight: 500;
    border-radius: 0.625rem;
    flex-direction: row-reverse;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons39 li a svg {
    display: block;
    fill: #FFFFFF;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 16px;
    width: 0.875em;
    margin-left: 1.5rem;
    margin-right: calc(-0.125em + 0.05rem);
    transition: fill 0.25s ease;
}

#buttons39 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}

#buttons39 .button {
    background-color: #075102;
    color: #FFFFFF;
}

#buttons39 li a:hover {
    transform: scale(1.095);
}

#buttons15 {
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
}

#buttons15:not(:first-child) {
    margin-top: 1.375rem !important;
}

#buttons15:not(:last-child) {
    margin-bottom: 1.375rem !important;
}

#buttons15 li a {
    display: inline-flex;
    width: 13.125rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05rem;
    padding-left: calc(0.05rem + 0.5rem);
    font-size: 1em;
    font-weight: 500;
    border-radius: 0.625rem;
    flex-direction: row-reverse;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons15 li a svg {
    display: block;
    fill: #FFFFFF;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 16px;
    width: 0.875em;
    margin-left: 1.25rem;
    margin-right: calc(-0.125em + 0.05rem);
    transition: fill 0.25s ease;
}

#buttons15 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}

#buttons15 .button {
    background-color: #075102;
    color: #FFFFFF;
}

#buttons15 li a:hover {
    transform: scale(1.095);
}

#buttons15 .n01 {
    background-color: #12a51c;
}

#buttons14 {
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
}

#buttons14:not(:first-child) {
    margin-top: 1.375rem !important;
}

#buttons14:not(:last-child) {
    margin-bottom: 1.375rem !important;
}

#buttons14 li a {
    display: inline-flex;
    width: 13.125rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05rem;
    padding-left: calc(0.05rem + 0.5rem);
    font-size: 1em;
    font-weight: 500;
    border-radius: 0.625rem;
    flex-direction: row-reverse;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons14 li a svg {
    display: block;
    fill: #FFFFFF;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 16px;
    width: 0.875em;
    margin-left: 1.25rem;
    margin-right: calc(-0.125em + 0.05rem);
    transition: fill 0.25s ease;
}

#buttons14 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}

#buttons14 .button {
    background-color: #075102;
    color: #FFFFFF;
}

#buttons14 li a:hover {
    transform: scale(1.095);
}

#buttons14 .n01 {
    background-color: #12a51c;
}

#buttons41 {
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
}

#buttons41:not(:first-child) {
    margin-top: 1.375rem !important;
}

#buttons41:not(:last-child) {
    margin-bottom: 1.375rem !important;
}

#buttons41 li a {
    display: inline-flex;
    width: 13.125rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05rem;
    padding-left: calc(0.05rem + 0.5rem);
    font-size: 1em;
    font-weight: 500;
    border-radius: 0.625rem;
    flex-direction: row-reverse;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons41 li a svg {
    display: block;
    fill: #FFFFFF;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 16px;
    width: 0.875em;
    margin-left: 1.25rem;
    margin-right: calc(-0.125em + 0.05rem);
    transition: fill 0.25s ease;
}

#buttons41 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}

#buttons41 .button {
    background-color: #075102;
    color: #FFFFFF;
}

#buttons41 li a:hover {
    transform: scale(1.095);
}

#buttons41 .n01 {
    background-color: #075102;
}

#buttons16 {
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
}

#buttons16:not(:first-child) {
    margin-top: 1.375rem !important;
}

#buttons16:not(:last-child) {
    margin-bottom: 1.375rem !important;
}

#buttons16 li a {
    display: inline-flex;
    width: 19.625rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05rem;
    padding-left: calc(0.05rem + 0.5rem);
    font-size: 1em;
    font-weight: 500;
    border-radius: 0.625rem;
    flex-direction: row-reverse;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons16 li a svg {
    display: block;
    fill: #FFFFFF;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 16px;
    width: 0.875em;
    margin-left: 1.5rem;
    margin-right: calc(-0.125em + 0.05rem);
    transition: fill 0.25s ease;
}

#buttons16 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}

#buttons16 .button {
    background-color: #075102;
    color: #FFFFFF;
}

#buttons16 li a:hover {
    transform: scale(1.095);
}

#buttons16 .n01 {
    background-color: #075102;
}

#buttons17 {
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
}

#buttons17:not(:first-child) {
    margin-top: 1.375rem !important;
}

#buttons17:not(:last-child) {
    margin-bottom: 1.375rem !important;
}

#buttons17 li a {
    display: inline-flex;
    width: 13.125rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05rem;
    padding-left: calc(0.05rem + 0.5rem);
    font-size: 1em;
    font-weight: 500;
    border-radius: 0.625rem;
    flex-direction: row-reverse;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons17 li a svg {
    display: block;
    fill: #FFFFFF;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 16px;
    width: 0.875em;
    margin-left: 1.25rem;
    margin-right: calc(-0.125em + 0.05rem);
    transition: fill 0.25s ease;
}

#buttons17 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}

#buttons17 .button {
    background-color: #075102;
    color: #FFFFFF;
}

#buttons17 li a:hover {
    transform: scale(1.095);
}

#buttons17 .n01 {
    background-color: #075102;
}

#buttons26 {
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
}

#buttons26:not(:first-child) {
    margin-top: 1.375rem !important;
}

#buttons26:not(:last-child) {
    margin-bottom: 1.375rem !important;
}

#buttons26 li a {
    display: inline-flex;
    width: 13.125rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05rem;
    padding-left: calc(0.05rem + 0.5rem);
    font-size: 1em;
    font-weight: 500;
    border-radius: 0.625rem;
    flex-direction: row-reverse;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons26 li a svg {
    display: block;
    fill: #FFFFFF;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 16px;
    width: 0.875em;
    margin-left: 1.25rem;
    margin-right: calc(-0.125em + 0.05rem);
    transition: fill 0.25s ease;
}

#buttons26 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}

#buttons26 .button {
    background-color: #075102;
    color: #FFFFFF;
}

#buttons26 li a:hover {
    transform: scale(1.095);
}

#buttons26 .n01 {
    background-color: #12a51c;
}

#buttons27 {
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
}

#buttons27:not(:first-child) {
    margin-top: 1.375rem !important;
}

#buttons27:not(:last-child) {
    margin-bottom: 1.375rem !important;
}

#buttons27 li a {
    display: inline-flex;
    width: 13.125rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05rem;
    padding-left: calc(0.05rem + 0.5rem);
    font-size: 1em;
    font-weight: 500;
    border-radius: 0.625rem;
    flex-direction: row-reverse;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons27 li a svg {
    display: block;
    fill: #FFFFFF;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 16px;
    width: 0.875em;
    margin-left: 1.25rem;
    margin-right: calc(-0.125em + 0.05rem);
    transition: fill 0.25s ease;
}

#buttons27 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}

#buttons27 .button {
    background-color: #075102;
    color: #FFFFFF;
}

#buttons27 li a:hover {
    transform: scale(1.095);
}

#buttons27 .n01 {
    background-color: #075102;
}

#buttons28 {
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
}

#buttons28:not(:first-child) {
    margin-top: 1.375rem !important;
}

#buttons28:not(:last-child) {
    margin-bottom: 1.375rem !important;
}

#buttons28 li a {
    display: inline-flex;
    width: 13.125rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05rem;
    padding-left: calc(0.05rem + 0.5rem);
    font-size: 1em;
    font-weight: 500;
    border-radius: 0.625rem;
    flex-direction: row-reverse;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons28 li a svg {
    display: block;
    fill: #FFFFFF;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 16px;
    width: 0.875em;
    margin-left: 1.25rem;
    margin-right: calc(-0.125em + 0.05rem);
    transition: fill 0.25s ease;
}

#buttons28 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}

#buttons28 .button {
    background-color: #075102;
    color: #FFFFFF;
}

#buttons28 li a:hover {
    transform: scale(1.095);
}

#buttons28 .n01 {
    background-color: #12a51c;
}

#buttons29 {
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
}

#buttons29:not(:first-child) {
    margin-top: 1.375rem !important;
}

#buttons29:not(:last-child) {
    margin-bottom: 1.375rem !important;
}

#buttons29 li a {
    display: inline-flex;
    width: 13.125rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05rem;
    padding-left: calc(0.05rem + 0.5rem);
    font-size: 1em;
    font-weight: 500;
    border-radius: 0.625rem;
    flex-direction: row-reverse;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons29 li a svg {
    display: block;
    fill: #FFFFFF;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 16px;
    width: 0.875em;
    margin-left: 1.25rem;
    margin-right: calc(-0.125em + 0.05rem);
    transition: fill 0.25s ease;
}

#buttons29 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}

#buttons29 .button {
    background-color: #075102;
    color: #FFFFFF;
}

#buttons29 li a:hover {
    transform: scale(1.095);
}

#buttons29 .n01 {
    background-color: #075102;
}

#buttons30 {
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
}

#buttons30:not(:first-child) {
    margin-top: 1.375rem !important;
}

#buttons30:not(:last-child) {
    margin-bottom: 1.375rem !important;
}

#buttons30 li a {
    display: inline-flex;
    width: 13.125rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05rem;
    padding-left: calc(0.05rem + 0.5rem);
    font-size: 1em;
    font-weight: 500;
    border-radius: 0.625rem;
    flex-direction: row-reverse;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons30 li a svg {
    display: block;
    fill: #FFFFFF;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 16px;
    width: 0.875em;
    margin-left: 1.25rem;
    margin-right: calc(-0.125em + 0.05rem);
    transition: fill 0.25s ease;
}

#buttons30 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}

#buttons30 .button {
    background-color: #075102;
    color: #FFFFFF;
}

#buttons30 li a:hover {
    transform: scale(1.095);
}

#buttons30 .n01 {
    background-color: #12a51c;
}

#buttons31 {
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
}

#buttons31:not(:first-child) {
    margin-top: 1.375rem !important;
}

#buttons31:not(:last-child) {
    margin-bottom: 1.375rem !important;
}

#buttons31 li a {
    display: inline-flex;
    width: 13.125rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05rem;
    padding-left: calc(0.05rem + 0.5rem);
    font-size: 1em;
    font-weight: 500;
    border-radius: 0.625rem;
    flex-direction: row-reverse;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons31 li a svg {
    display: block;
    fill: #FFFFFF;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 16px;
    width: 0.875em;
    margin-left: 1.25rem;
    margin-right: calc(-0.125em + 0.05rem);
    transition: fill 0.25s ease;
}

#buttons31 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}

#buttons31 .button {
    background-color: #075102;
    color: #FFFFFF;
}

#buttons31 li a:hover {
    transform: scale(1.095);
}

#buttons31 .n01 {
    background-color: #075102;
}

#buttons18 {
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
}

#buttons18:not(:first-child) {
    margin-top: 1.375rem !important;
}

#buttons18:not(:last-child) {
    margin-bottom: 1.375rem !important;
}

#buttons18 li a {
    display: inline-flex;
    width: 13.125rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05rem;
    padding-left: calc(0.05rem + 0.5rem);
    font-size: 1em;
    font-weight: 500;
    border-radius: 0.625rem;
    flex-direction: row-reverse;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons18 li a svg {
    display: block;
    fill: #FFFFFF;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 16px;
    width: 0.875em;
    margin-left: 1.25rem;
    margin-right: calc(-0.125em + 0.05rem);
    transition: fill 0.25s ease;
}

#buttons18 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}

#buttons18 .button {
    background-color: #075102;
    color: #FFFFFF;
}

#buttons18 li a:hover {
    transform: scale(1.095);
}

#buttons18 .n01 {
    background-color: #12a51c;
}

#buttons19 {
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
}

#buttons19:not(:first-child) {
    margin-top: 1.375rem !important;
}

#buttons19:not(:last-child) {
    margin-bottom: 1.375rem !important;
}

#buttons19 li a {
    display: inline-flex;
    width: 13.125rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05rem;
    padding-left: calc(0.05rem + 0.5rem);
    font-size: 1em;
    font-weight: 500;
    border-radius: 0.625rem;
    flex-direction: row-reverse;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons19 li a svg {
    display: block;
    fill: #FFFFFF;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 16px;
    width: 0.875em;
    margin-left: 1.25rem;
    margin-right: calc(-0.125em + 0.05rem);
    transition: fill 0.25s ease;
}

#buttons19 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}

#buttons19 .button {
    background-color: #075102;
    color: #FFFFFF;
}

#buttons19 li a:hover {
    transform: scale(1.095);
}

#buttons19 .n01 {
    background-color: 000A;
}

#buttons32 {
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
}

#buttons32:not(:first-child) {
    margin-top: 1.375rem !important;
}

#buttons32:not(:last-child) {
    margin-bottom: 1.375rem !important;
}

#buttons32 li a {
    display: inline-flex;
    width: 13.125rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05rem;
    padding-left: calc(0.05rem + 0.5rem);
    font-size: 1em;
    font-weight: 500;
    border-radius: 0.625rem;
    flex-direction: row-reverse;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons32 li a svg {
    display: block;
    fill: #FFFFFF;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 16px;
    width: 0.875em;
    margin-left: 1.25rem;
    margin-right: calc(-0.125em + 0.05rem);
    transition: fill 0.25s ease;
}

#buttons32 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}

#buttons32 .button {
    background-color: #075102;
    color: #FFFFFF;
}

#buttons32 li a:hover {
    transform: scale(1.095);
}

#buttons32 .n01 {
    background-color: #12a51c;
}

#buttons40 {
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
}

#buttons40:not(:first-child) {
    margin-top: 1.375rem !important;
}

#buttons40:not(:last-child) {
    margin-bottom: 1.375rem !important;
}

#buttons40 li a {
    display: inline-flex;
    width: 13.125rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05rem;
    padding-left: calc(0.05rem + 0.5rem);
    font-size: 1em;
    font-weight: 500;
    border-radius: 0.625rem;
    flex-direction: row-reverse;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons40 li a svg {
    display: block;
    fill: #FFFFFF;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 16px;
    width: 0.875em;
    margin-left: 1.25rem;
    margin-right: calc(-0.125em + 0.05rem);
    transition: fill 0.25s ease;
}

#buttons40 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}

#buttons40 .button {
    background-color: #075102;
    color: #FFFFFF;
}

#buttons40 li a:hover {
    transform: scale(1.095);
}

#buttons40 .n01 {
    background-color: #075102;
}

#buttons33 {
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
}

#buttons33:not(:first-child) {
    margin-top: 1.375rem !important;
}

#buttons33:not(:last-child) {
    margin-bottom: 1.375rem !important;
}

#buttons33 li a {
    display: inline-flex;
    width: 19.625rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05rem;
    padding-left: calc(0.05rem + 0.5rem);
    font-size: 1em;
    font-weight: 500;
    border-radius: 0.625rem;
    flex-direction: row-reverse;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons33 li a svg {
    display: block;
    fill: #FFFFFF;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 16px;
    width: 0.875em;
    margin-left: 1.5rem;
    margin-right: calc(-0.125em + 0.05rem);
    transition: fill 0.25s ease;
}

#buttons33 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}

#buttons33 .button {
    background-color: #075102;
    color: #FFFFFF;
}

#buttons33 li a:hover {
    transform: scale(1.095);
}

#buttons33 .n01 {
    background-color: #075102;
}

#buttons34 {
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
}

#buttons34:not(:first-child) {
    margin-top: 1.375rem !important;
}

#buttons34:not(:last-child) {
    margin-bottom: 1.375rem !important;
}

#buttons34 li a {
    display: inline-flex;
    width: 13.125rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05rem;
    padding-left: calc(0.05rem + 0.5rem);
    font-size: 1em;
    font-weight: 500;
    border-radius: 0.625rem;
    flex-direction: row-reverse;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons34 li a svg {
    display: block;
    fill: #FFFFFF;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 16px;
    width: 0.875em;
    margin-left: 1.25rem;
    margin-right: calc(-0.125em + 0.05rem);
    transition: fill 0.25s ease;
}

#buttons34 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}

#buttons34 .button {
    background-color: #075102;
    color: #FFFFFF;
}

#buttons34 li a:hover {
    transform: scale(1.095);
}

#buttons34 .n01 {
    background-color: #12a51c;
}

#buttons35 {
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
}

#buttons35:not(:first-child) {
    margin-top: 1.375rem !important;
}

#buttons35:not(:last-child) {
    margin-bottom: 1.375rem !important;
}

#buttons35 li a {
    display: inline-flex;
    width: 13.125rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05rem;
    padding-left: calc(0.05rem + 0.5rem);
    font-size: 1em;
    font-weight: 500;
    border-radius: 0.625rem;
    flex-direction: row-reverse;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons35 li a svg {
    display: block;
    fill: #FFFFFF;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 16px;
    width: 0.875em;
    margin-left: 1.25rem;
    margin-right: calc(-0.125em + 0.05rem);
    transition: fill 0.25s ease;
}

#buttons35 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}

#buttons35 .button {
    background-color: #075102;
    color: #FFFFFF;
}

#buttons35 li a:hover {
    transform: scale(1.095);
}

#buttons35 .n01 {
    background-color: #075102;
}

#buttons36 {
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
}

#buttons36:not(:first-child) {
    margin-top: 1.375rem !important;
}

#buttons36:not(:last-child) {
    margin-bottom: 1.375rem !important;
}

#buttons36 li a {
    display: inline-flex;
    width: 13.125rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05rem;
    padding-left: calc(0.05rem + 0.5rem);
    font-size: 1em;
    font-weight: 500;
    border-radius: 0.625rem;
    flex-direction: row-reverse;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons36 li a svg {
    display: block;
    fill: #FFFFFF;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 16px;
    width: 0.875em;
    margin-left: 1.25rem;
    margin-right: calc(-0.125em + 0.05rem);
    transition: fill 0.25s ease;
}

#buttons36 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}

#buttons36 .button {
    background-color: #075102;
    color: #FFFFFF;
}

#buttons36 li a:hover {
    transform: scale(1.095);
}

#buttons36 .n01 {
    background-color: #12a51c;
}

#buttons38 {
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
}

#buttons38:not(:first-child) {
    margin-top: 1.375rem !important;
}

#buttons38:not(:last-child) {
    margin-bottom: 1.375rem !important;
}

#buttons38 li a {
    display: inline-flex;
    width: 13.125rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05rem;
    padding-left: calc(0.05rem + 0.5rem);
    font-size: 1em;
    font-weight: 500;
    border-radius: 0.625rem;
    flex-direction: row-reverse;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons38 li a svg {
    display: block;
    fill: #FFFFFF;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 16px;
    width: 0.875em;
    margin-left: 1.25rem;
    margin-right: calc(-0.125em + 0.05rem);
    transition: fill 0.25s ease;
}

#buttons38 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}

#buttons38 .button {
    background-color: #075102;
    color: #FFFFFF;
}

#buttons38 li a:hover {
    transform: scale(1.095);
}

#buttons38 .n01 {
    background-color: #075102;
}

#buttons37 {
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
}

#buttons37:not(:first-child) {
    margin-top: 1.375rem !important;
}

#buttons37:not(:last-child) {
    margin-bottom: 1.375rem !important;
}

#buttons37 li a {
    display: inline-flex;
    width: 19.625rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05rem;
    padding-left: calc(0.05rem + 0.5rem);
    font-size: 1em;
    font-weight: 500;
    border-radius: 0.625rem;
    flex-direction: row-reverse;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons37 li a svg {
    display: block;
    fill: #FFFFFF;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 16px;
    width: 0.875em;
    margin-left: 1.5rem;
    margin-right: calc(-0.125em + 0.05rem);
    transition: fill 0.25s ease;
}

#buttons37 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}

#buttons37 .button {
    background-color: #075102;
    color: #FFFFFF;
}

#buttons37 li a:hover {
    transform: scale(1.095);
}

#buttons37 .n01 {
    background-color: #075102;
}

.timer {
    cursor: default;
    line-height: 1;
}

.timer ul {
    display: inline-flex;
    flex-direction: row;
    list-style: none;
    max-width: 100%;
}

.timer ul li {
    position: relative;
    z-index: 1;
}

.timer ul li.delimiter {
    flex: 0 1 auto;
}

.timer ul li.delimiter .symbol {
    display: block;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.timer ul li.number {
    flex: 1;
    min-width: 2rem;
}

.timer ul li.number .item {
    position: relative;
}

.timer ul li.number .item .digit {
    display: block;
    position: relative;
    white-space: nowrap;
}

.timer ul li.number .item .digit .component {
    display: inline-block;
    width: 50%;
}

.timer ul li.number .item .digit.count2 .component {
    width: 50%;
}

.timer ul li.number .item .digit.count3 .component {
    width: 33.3333%;
}

.timer ul li.number .item .digit.count4 .component {
    width: 25%;
}

.timer ul li.number .item .digit.count5 .component {
    width: 20%;
}

.timer ul li.number .item .label {
    display: block;
    white-space: nowrap;
}

.timer ul li.number .item .label > * {
    display: inline-block;
}

.timer ul li.number .item .label .full {
    width: 5em;
}

.timer ul li.number .item .label .abbreviated {
    width: 3em;
}

.timer ul li.number .item .label .initialed {
    width: 1em;
}

#timer02 ul {
    width: 22rem;
}

#timer02 ul li.delimiter {
    width: 1.125rem;
    min-width: 1rem;
}

#timer02 ul li {
    padding: 0.421875rem 0;
}

#timer02 ul li.delimiter:before {
    background-color: #FFFFFF;
    content: '';
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px;
}

#timer02 ul li.delimiter .symbol {
    display: none;
}

#timer02 ul li.number .item .digit {
    font-family: 'Vidaloka', serif;
    font-weight: 400;
    color: #FFCF00;
    line-height: 1em;
    text-align: inherit;
    text-shadow: 0rem 0rem 1.8125rem #FFFFFF;
}

#timer02 ul li.number .item .label > * {
    margin-top: calc(0.5rem + 0.25em);
    letter-spacing: 0.05rem;
}

#timer02 ul li.number .item .label {
    font-family: 'Unbounded', sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    width: calc(100% + 0.05rem);
    color: #FFFFFF;
    text-transform: uppercase;
}

#timer02 ul li.number .item .label .full {
    width: calc(5em + 0.3rem);
}

#timer02 ul li.number .item .label .abbreviated {
    width: calc(3em + 0.2rem);
}

#timer02 ul li.number .item .label .initialed {
    width: calc(2em + 0.15rem);
}

hr {
    align-items: center;
    border: 0;
    display: flex;
    justify-content: var(--flex-alignment);
    min-height: 1rem;
    padding: 0;
    position: relative;
    width: 100%;
}

hr:before {
    content: '';
}

#divider02:before {
    width: 100%;
    background-color: #FFFFFF;
    height: 1px;
    border-radius: 0px;
}

#divider01:before {
    width: 100%;
    background-color: #FFFFFF;
    height: 1px;
    border-radius: 0px;
}

.icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--flex-alignment);
    letter-spacing: 0;
    padding: 0;
}

.icons li {
    position: relative;
    z-index: 1;
}

.icons li a {
    align-items: center;
    display: flex;
    justify-content: center;
}

.icons li a svg {
    display: block;
    position: relative;
}

.icons li a + svg {
    display: block;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.icons li a .label {
    display: none;
}

#icons02 {
    font-size: 3em;
    gap: 0.75rem;
}

#icons02 li a {
    border-radius: 0.625rem;
    height: 1em;
    width: 1em;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons02 li a svg {
    height: 100%;
    width: 100%;
    transition: fill 0.25s ease;
}

#icons02 a svg {
    fill: #FFFFFF;
}

#icons02 li a + svg {
    transition: fill 0.25s ease, stroke 0.25s ease;
}

/* Floating Navbar Styles */

.navbar {
    display: flex;
    align-items: center;
    gap: 1rem; /* Jarak antar tombol */
  }
  
  .navbar .buttons {
    display: flex;
    gap: 0.5rem;
  }
  
  .button.n01 {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    background-color: #000; /* Bisa diganti sesuai tema */
    color: white;
    padding: 0.6rem 1rem;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
  }
  
  .button.n01:hover {
    background-color: #333;
  }
  

#buttons02 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;

    display: flex; /* Bikin tombol-tombol bisa diatur */
    justify-content: space-between; /* Bisa diganti: space-between, flex-end, etc */
    align-items: center;
    padding: 0.5rem 1rem; /* Biar ada jarak dari pinggir */
    gap: 1rem; /* Jarak antar tombol */
}

#buttons09 li {
    list-style: none;
}


/* batasnya*/

#buttons02 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;

    display: flex; /* Bikin tombol-tombol bisa diatur */
    justify-content: space-between; /* Bisa diganti: space-between, flex-end, etc */
    align-items: center;
    padding: 0.5rem 1rem; /* Biar ada jarak dari pinggir */
    gap: 1rem; /* Jarak antar tombol */
}

#buttons02 li {
    list-style: none;
}

#buttons02 li a {
    display: flex;
    align-items: center;
    padding: 0.75rem 1.25rem;
    background-color: rgba(255, 255, 255, 0.25); /* Tambahan biar lebih kelihatan */
    border-radius: 8px; /* Rounded biar manis */
    color: #FFFFFF;
    text-decoration: none;
    transition: transform 0.2s ease;
}

#buttons02 li a:hover {
    transform: scale(1.095);
}

#buttons02 li a svg {
    display: block;
    fill: #FFFFFF;
    height: 100%;
    min-width: 16px;
    width: 0.875em;
    margin-left: 1.25rem;
    margin-right: calc(-0.125em + 0.05rem);
    transition: fill 0.25s ease;
}

#buttons02 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}

#buttons02 .button {
    background-color: rgba(255, 255, 255, 1);
    color: #FFFFFF;
}

#buttons02 .n01 {
    background-color: #12a51c;
}

.navbar {
    transition: top 0.3s;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }
  
  .navbar.hidden {
    top: -100px; /* Atur sesuai tinggi navbar */
  }
  

@media (max-width: 1920px) {
}

@media (max-width: 1680px) {
    html {
        font-size: 13pt;
    }
}

@media (max-width: 1280px) {
    html {
        font-size: 13pt;
    }
}

@media (max-width: 1024px) {
}

@media (max-width: 980px) {
    html {
        font-size: 11pt;
    }

    #container08.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }

    #container08.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }

    #container08.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }

    #container08.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container08.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }

    #container08.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container08.columns > .wrapper > .inner > div:first-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container08.columns > .wrapper > .inner > div:last-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container08.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }

    #container08.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }

    #container08.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }

    #container08.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }

    #container08.columns > .wrapper > .inner > div:first-of-type, #container08.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    #container08.columns > .wrapper > .inner > div:last-of-type, #container08.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

    #container08.columns > .wrapper > .inner > div:first-of-type, #container08.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }

    #container08.columns > .wrapper > .inner > div:last-of-type, #container08.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }

    #container08.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }

    #container08.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }

    #container08.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: 35rem;
    }

    #container08.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: 35rem;
    }

    #container08 > .wrapper > .inner > :nth-child(1) {
        --alignment: left;
        --flex-alignment: flex-start;
        --indent-left: 1;
        --indent-right: 0;
        min-height: 100% !important;
        width: 100% !important;
    }

    #container08 > .wrapper > .inner > :nth-child(2) {
        min-height: 100% !important;
        width: 100% !important;
    }

    #container29.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }

    #container29.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }

    #container29.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }

    #container29.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container29.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }

    #container29.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container29.columns > .wrapper > .inner > div:first-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container29.columns > .wrapper > .inner > div:last-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container29.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }

    #container29.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }

    #container29.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }

    #container29.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }

    #container29.columns > .wrapper > .inner > div:first-of-type, #container29.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    #container29.columns > .wrapper > .inner > div:last-of-type, #container29.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

    #container29.columns > .wrapper > .inner > div:first-of-type, #container29.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }

    #container29.columns > .wrapper > .inner > div:last-of-type, #container29.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }

    #container29.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }

    #container29.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }

    #container29.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: 35rem;
    }

    #container29.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: 35rem;
    }

    #container03.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }

    #container03.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }

    #container03.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }

    #container03.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container03.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }

    #container03.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container03.columns > .wrapper > .inner > div:first-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container03.columns > .wrapper > .inner > div:last-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container03.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }

    #container03.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }

    #container03.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }

    #container03.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }

    #container03.columns > .wrapper > .inner > div:first-of-type, #container03.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    #container03.columns > .wrapper > .inner > div:last-of-type, #container03.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

    #container03.columns > .wrapper > .inner > div:first-of-type, #container03.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }

    #container03.columns > .wrapper > .inner > div:last-of-type, #container03.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }

    #container03.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }

    #container03.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }

    #container03.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: 35rem;
    }

    #container03.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: 35rem;
    }

    #container03 > .wrapper > .inner > :nth-child(1) {
        min-height: 100% !important;
        width: 100% !important;
    }

    #container03 > .wrapper > .inner > :nth-child(2) {
        min-height: 100% !important;
        width: 100% !important;
    }

    #container32.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }

    #container32.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }

    #container32.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }

    #container32.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container32.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }

    #container32.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container32.columns > .wrapper > .inner > div:first-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container32.columns > .wrapper > .inner > div:last-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container32.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }

    #container32.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }

    #container32.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }

    #container32.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }

    #container32.columns > .wrapper > .inner > div:first-of-type, #container32.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    #container32.columns > .wrapper > .inner > div:last-of-type, #container32.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

    #container32.columns > .wrapper > .inner > div:first-of-type, #container32.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }

    #container32.columns > .wrapper > .inner > div:last-of-type, #container32.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }

    #container32.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }

    #container32.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }

    #container32.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: 35rem;
    }

    #container32.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: 35rem;
    }

    #container32 > .wrapper > .inner > :nth-child(1) {
        min-height: 100% !important;
        width: 100% !important;
    }

    #container32 > .wrapper > .inner > :nth-child(2) {
        min-height: 100% !important;
        width: 100% !important;
    }

    #container31.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }

    #container31.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }

    #container31.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }

    #container31.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container31.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }

    #container31.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container31.columns > .wrapper > .inner > div:first-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container31.columns > .wrapper > .inner > div:last-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container31.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }

    #container31.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }

    #container31.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }

    #container31.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }

    #container31.columns > .wrapper > .inner > div:first-of-type, #container31.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    #container31.columns > .wrapper > .inner > div:last-of-type, #container31.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

    #container31.columns > .wrapper > .inner > div:first-of-type, #container31.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }

    #container31.columns > .wrapper > .inner > div:last-of-type, #container31.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }

    #container31.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }

    #container31.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }

    #container31.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: 35rem;
    }

    #container31.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: 35rem;
    }

    #container31 > .wrapper > .inner > :nth-child(1) {
        min-height: 100% !important;
        width: 100% !important;
    }

    #container31 > .wrapper > .inner > :nth-child(2) {
        min-height: 100% !important;
        width: 100% !important;
    }

    #container30.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }

    #container30.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }

    #container30.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }

    #container30.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container30.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }

    #container30.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container30.columns > .wrapper > .inner > div:first-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container30.columns > .wrapper > .inner > div:last-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container30.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }

    #container30.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }

    #container30.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }

    #container30.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }

    #container30.columns > .wrapper > .inner > div:first-of-type, #container30.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    #container30.columns > .wrapper > .inner > div:last-of-type, #container30.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

    #container30.columns > .wrapper > .inner > div:first-of-type, #container30.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }

    #container30.columns > .wrapper > .inner > div:last-of-type, #container30.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }

    #container30.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }

    #container30.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }

    #container30.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: 35rem;
    }

    #container30.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: 35rem;
    }

    #container30 > .wrapper > .inner > :nth-child(1) {
        min-height: 100% !important;
        width: 100% !important;
    }

    #container30 > .wrapper > .inner > :nth-child(2) {
        min-height: 100% !important;
        width: 100% !important;
    }

    #container10.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }

    #container10.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }

    #container10.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }

    #container10.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container10.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }

    #container10.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container10.columns > .wrapper > .inner > div:first-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container10.columns > .wrapper > .inner > div:last-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container10.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }

    #container10.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }

    #container10.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }

    #container10.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }

    #container10.columns > .wrapper > .inner > div:first-of-type, #container10.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    #container10.columns > .wrapper > .inner > div:last-of-type, #container10.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

    #container10.columns > .wrapper > .inner > div:first-of-type, #container10.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }

    #container10.columns > .wrapper > .inner > div:last-of-type, #container10.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }

    #container10.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }

    #container10.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }

    #container10.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: 35rem;
    }

    #container10.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: 35rem;
    }

    #container02.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }

    #container02.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }

    #container02.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }

    #container02.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container02.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }

    #container02.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container02.columns > .wrapper > .inner > div:first-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container02.columns > .wrapper > .inner > div:last-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container02.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }

    #container02.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }

    #container02.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }

    #container02.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }

    #container02.columns > .wrapper > .inner > div:first-of-type, #container02.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    #container02.columns > .wrapper > .inner > div:last-of-type, #container02.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

    #container02.columns > .wrapper > .inner > div:first-of-type, #container02.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }

    #container02.columns > .wrapper > .inner > div:last-of-type, #container02.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }

    #container02.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }

    #container02.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }

    #container02.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: 35rem;
    }

    #container02.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: 35rem;
    }

    #container27.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }

    #container27.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }

    #container27.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }

    #container27.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container27.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }

    #container27.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container27.columns > .wrapper > .inner > div:first-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container27.columns > .wrapper > .inner > div:last-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container27.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }

    #container27.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }

    #container27.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }

    #container27.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }

    #container27.columns > .wrapper > .inner > div:first-of-type, #container27.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    #container27.columns > .wrapper > .inner > div:last-of-type, #container27.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

    #container27.columns > .wrapper > .inner > div:first-of-type, #container27.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }

    #container27.columns > .wrapper > .inner > div:last-of-type, #container27.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }

    #container27.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }

    #container27.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }

    #container27.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: 35rem;
    }

    #container27.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: 35rem;
    }

    #container27 > .wrapper > .inner > :nth-child(1) {
        min-height: 100% !important;
        width: 100% !important;
    }

    #container27 > .wrapper > .inner > :nth-child(2) {
        min-height: 100% !important;
        width: 100% !important;
    }

    #container28.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }

    #container28.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }

    #container28.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }

    #container28.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container28.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }

    #container28.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container28.columns > .wrapper > .inner > div:first-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container28.columns > .wrapper > .inner > div:last-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container28.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }

    #container28.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }

    #container28.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }

    #container28.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }

    #container28.columns > .wrapper > .inner > div:first-of-type, #container28.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    #container28.columns > .wrapper > .inner > div:last-of-type, #container28.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

    #container28.columns > .wrapper > .inner > div:first-of-type, #container28.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }

    #container28.columns > .wrapper > .inner > div:last-of-type, #container28.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }

    #container28.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }

    #container28.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }

    #container28.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: 35rem;
    }

    #container28.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: 35rem;
    }

    #container28 > .wrapper > .inner > :nth-child(1) {
        min-height: 100% !important;
        width: 100% !important;
    }

    #container28 > .wrapper > .inner > :nth-child(2) {
        min-height: 100% !important;
        width: 100% !important;
    }

    #container26.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }

    #container26.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }

    #container26.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }

    #container26.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container26.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }

    #container26.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container26.columns > .wrapper > .inner > div:first-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container26.columns > .wrapper > .inner > div:last-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container26.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }

    #container26.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }

    #container26.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }

    #container26.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }

    #container26.columns > .wrapper > .inner > div:first-of-type, #container26.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    #container26.columns > .wrapper > .inner > div:last-of-type, #container26.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

    #container26.columns > .wrapper > .inner > div:first-of-type, #container26.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }

    #container26.columns > .wrapper > .inner > div:last-of-type, #container26.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }

    #container26.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }

    #container26.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }

    #container26.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: 35rem;
    }

    #container26.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: 35rem;
    }

    #container26 > .wrapper > .inner > :nth-child(1) {
        min-height: 100% !important;
        width: 100% !important;
    }

    #container26 > .wrapper > .inner > :nth-child(2) {
        min-height: 100% !important;
        width: 100% !important;
    }

    #container04.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }

    #container04.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }

    #container04.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }

    #container04.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container04.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }

    #container04.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container04.columns > .wrapper > .inner > div:first-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container04.columns > .wrapper > .inner > div:last-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container04.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }

    #container04.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }

    #container04.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }

    #container04.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }

    #container04.columns > .wrapper > .inner > div:first-of-type, #container04.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    #container04.columns > .wrapper > .inner > div:last-of-type, #container04.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

    #container04.columns > .wrapper > .inner > div:first-of-type, #container04.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }

    #container04.columns > .wrapper > .inner > div:last-of-type, #container04.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }

    #container04.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }

    #container04.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }

    #container04.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: 35rem;
    }

    #container04.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: 35rem;
    }

    #container06.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }

    #container06.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }

    #container06.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }

    #container06.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container06.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }

    #container06.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container06.columns > .wrapper > .inner > div:first-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container06.columns > .wrapper > .inner > div:last-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container06.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }

    #container06.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }

    #container06.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }

    #container06.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }

    #container06.columns > .wrapper > .inner > div:first-of-type, #container06.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    #container06.columns > .wrapper > .inner > div:last-of-type, #container06.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

    #container06.columns > .wrapper > .inner > div:first-of-type, #container06.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }

    #container06.columns > .wrapper > .inner > div:last-of-type, #container06.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }

    #container06.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }

    #container06.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }

    #container06.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: 35rem;
    }

    #container06.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: 35rem;
    }

    #container13.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }

    #container13.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }

    #container13.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }

    #container13.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container13.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }

    #container13.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container13.columns > .wrapper > .inner > div:first-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container13.columns > .wrapper > .inner > div:last-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container13.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }

    #container13.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }

    #container13.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }

    #container13.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }

    #container13.columns > .wrapper > .inner > div:first-of-type, #container13.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    #container13.columns > .wrapper > .inner > div:last-of-type, #container13.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

    #container13.columns > .wrapper > .inner > div:first-of-type, #container13.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }

    #container13.columns > .wrapper > .inner > div:last-of-type, #container13.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }

    #container13.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }

    #container13.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }

    #container13.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: 35rem;
    }

    #container13.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: 35rem;
    }

    #container07.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }

    #container07.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }

    #container07.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }

    #container07.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container07.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }

    #container07.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container07.columns > .wrapper > .inner > div:first-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container07.columns > .wrapper > .inner > div:last-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container07.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }

    #container07.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }

    #container07.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }

    #container07.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }

    #container07.columns > .wrapper > .inner > div:first-of-type, #container07.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    #container07.columns > .wrapper > .inner > div:last-of-type, #container07.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

    #container07.columns > .wrapper > .inner > div:first-of-type, #container07.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }

    #container07.columns > .wrapper > .inner > div:last-of-type, #container07.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }

    #container07.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }

    #container07.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }

    #container07.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: 35rem;
    }

    #container07.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: 35rem;
    }

    #container05.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }

    #container05.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }

    #container05.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }

    #container05.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container05.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }

    #container05.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container05.columns > .wrapper > .inner > div:first-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container05.columns > .wrapper > .inner > div:last-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }
    
    #container05.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }

    #container05.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }

    #container05.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }

    #container05.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }

    #container05.columns > .wrapper > .inner > div:first-of-type, #container05.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    #container05.columns > .wrapper > .inner > div:last-of-type, #container05.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

    #container05.columns > .wrapper > .inner > div:first-of-type, #container05.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }

    #container05.columns > .wrapper > .inner > div:last-of-type, #container05.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }

    #container05.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }

    #container05.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }

    #container05.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: 35rem;
    }

    #container05.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: 35rem;
    }

    #container09.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }

    #container09.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }

    #container09.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }

    #container09.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container09.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }

    #container09.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container09.columns > .wrapper > .inner > div:first-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container09.columns > .wrapper > .inner > div:last-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container09.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }

    #container09.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }

    #container09.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }

    #container09.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }

    #container09.columns > .wrapper > .inner > div:first-of-type, #container09.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    #container09.columns > .wrapper > .inner > div:last-of-type, #container09.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

    #container09.columns > .wrapper > .inner > div:first-of-type, #container09.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }

    #container09.columns > .wrapper > .inner > div:last-of-type, #container09.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }

    #container09.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }

    #container09.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }

    #container09.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: 35rem;
    }

    #container09.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: 35rem;
    }

    #container11.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }

    #container11.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }

    #container11.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }

    #container11.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container11.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }

    #container11.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container11.columns > .wrapper > .inner > div:first-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container11.columns > .wrapper > .inner > div:last-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container11.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }

    #container11.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }

    #container11.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }

    #container11.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }

    #container11.columns > .wrapper > .inner > div:first-of-type, #container11.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    #container11.columns > .wrapper > .inner > div:last-of-type, #container11.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

    #container11.columns > .wrapper > .inner > div:first-of-type, #container11.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }

    #container11.columns > .wrapper > .inner > div:last-of-type, #container11.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }

    #container11.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }

    #container11.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }

    #container11.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: 35rem;
    }

    #container11.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: 35rem;
    }

    #container14.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }

    #container14.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }

    #container14.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }

    #container14.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container14.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }

    #container14.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container14.columns > .wrapper > .inner > div:first-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container14.columns > .wrapper > .inner > div:last-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container14.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }

    #container14.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }

    #container14.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }

    #container14.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }

    #container14.columns > .wrapper > .inner > div:first-of-type, #container14.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    #container14.columns > .wrapper > .inner > div:last-of-type, #container14.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

    #container14.columns > .wrapper > .inner > div:first-of-type, #container14.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }

    #container14.columns > .wrapper > .inner > div:last-of-type, #container14.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }

    #container14.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }

    #container14.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }

    #container14.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: 35rem;
    }

    #container14.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: 35rem;
    }

    #container14 > .wrapper > .inner > :nth-child(1) {
        min-height: 100% !important;
        width: 100% !important;
    }

    #container14 > .wrapper > .inner > :nth-child(2) {
        min-height: 100% !important;
        width: 100% !important;
    }

    #container14 > .wrapper > .inner > :nth-child(3) {
        min-height: 100% !important;
        width: 100% !important;
    }

    #container18.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }

    #container18.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }

    #container18.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }

    #container18.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container18.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }

    #container18.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container18.columns > .wrapper > .inner > div:first-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container18.columns > .wrapper > .inner > div:last-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container18.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }

    #container18.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }

    #container18.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }

    #container18.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }

    #container18.columns > .wrapper > .inner > div:first-of-type, #container18.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    #container18.columns > .wrapper > .inner > div:last-of-type, #container18.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

    #container18.columns > .wrapper > .inner > div:first-of-type, #container18.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }

    #container18.columns > .wrapper > .inner > div:last-of-type, #container18.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }

    #container18.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }

    #container18.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }

    #container18.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: 35rem;
    }

    #container18.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: 35rem;
    }

    #container19.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }

    #container19.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }

    #container19.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }

    #container19.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container19.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }

    #container19.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container19.columns > .wrapper > .inner > div:first-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container19.columns > .wrapper > .inner > div:last-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container19.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }

    #container19.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }

    #container19.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }

    #container19.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }

    #container19.columns > .wrapper > .inner > div:first-of-type, #container19.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    #container19.columns > .wrapper > .inner > div:last-of-type, #container19.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

    #container19.columns > .wrapper > .inner > div:first-of-type, #container19.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }

    #container19.columns > .wrapper > .inner > div:last-of-type, #container19.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }

    #container19.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }

    #container19.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }

    #container19.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: 35rem;
    }

    #container19.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: 35rem;
    }

    #container15.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }

    #container15.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }

    #container15.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }

    #container15.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container15.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }

    #container15.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container15.columns > .wrapper > .inner > div:first-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container15.columns > .wrapper > .inner > div:last-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container15.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }

    #container15.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }

    #container15.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }

    #container15.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }

    #container15.columns > .wrapper > .inner > div:first-of-type, #container15.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    #container15.columns > .wrapper > .inner > div:last-of-type, #container15.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

    #container15.columns > .wrapper > .inner > div:first-of-type, #container15.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }

    #container15.columns > .wrapper > .inner > div:last-of-type, #container15.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }

    #container15.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }

    #container15.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }

    #container15.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: 35rem;
    }

    #container15.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: 35rem;
    }

    #container15 > .wrapper > .inner > :nth-child(1) {
        min-height: 100% !important;
        width: 100% !important;
    }

    #container15 > .wrapper > .inner > :nth-child(2) {
        min-height: 100% !important;
        width: 100% !important;
    }

    #container15 > .wrapper > .inner > :nth-child(3) {
        min-height: 100% !important;
        width: 100% !important;
    }

    #container16.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }

    #container16.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }

    #container16.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }

    #container16.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container16.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }

    #container16.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container16.columns > .wrapper > .inner > div:first-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container16.columns > .wrapper > .inner > div:last-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container16.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }

    #container16.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }

    #container16.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }

    #container16.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }

    #container16.columns > .wrapper > .inner > div:first-of-type, #container16.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    #container16.columns > .wrapper > .inner > div:last-of-type, #container16.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

    #container16.columns > .wrapper > .inner > div:first-of-type, #container16.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }

    #container16.columns > .wrapper > .inner > div:last-of-type, #container16.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }

    #container16.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }

    #container16.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }

    #container16.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: 35rem;
    }

    #container16.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: 35rem;
    }

    #container16 > .wrapper > .inner > :nth-child(1) {
        min-height: 100% !important;
        width: 100% !important;
    }

    #container16 > .wrapper > .inner > :nth-child(2) {
        min-height: 100% !important;
        width: 100% !important;
    }

    #container21.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }

    #container21.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }

    #container21.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }

    #container21.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container21.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }

    #container21.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container21.columns > .wrapper > .inner > div:first-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container21.columns > .wrapper > .inner > div:last-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container21.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }

    #container21.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }

    #container21.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }

    #container21.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }

    #container21.columns > .wrapper > .inner > div:first-of-type, #container21.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    #container21.columns > .wrapper > .inner > div:last-of-type, #container21.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

    #container21.columns > .wrapper > .inner > div:first-of-type, #container21.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }

    #container21.columns > .wrapper > .inner > div:last-of-type, #container21.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }

    #container21.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }

    #container21.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }

    #container21.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: 35rem;
    }

    #container21.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: 35rem;
    }

    #container20.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }

    #container20.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }

    #container20.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }

    #container20.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container20.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }

    #container20.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container20.columns > .wrapper > .inner > div:first-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container20.columns > .wrapper > .inner > div:last-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container20.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }

    #container20.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }

    #container20.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }

    #container20.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }

    #container20.columns > .wrapper > .inner > div:first-of-type, #container20.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    #container20.columns > .wrapper > .inner > div:last-of-type, #container20.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

    #container20.columns > .wrapper > .inner > div:first-of-type, #container20.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }

    #container20.columns > .wrapper > .inner > div:last-of-type, #container20.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }

    #container20.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }

    #container20.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }

    #container20.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: 35rem;
    }

    #container20.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: 35rem;
    }

    #container17.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }

    #container17.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }

    #container17.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }

    #container17.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container17.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }

    #container17.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container17.columns > .wrapper > .inner > div:first-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container17.columns > .wrapper > .inner > div:last-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container17.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }

    #container17.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }

    #container17.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }

    #container17.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }

    #container17.columns > .wrapper > .inner > div:first-of-type, #container17.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    #container17.columns > .wrapper > .inner > div:last-of-type, #container17.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

    #container17.columns > .wrapper > .inner > div:first-of-type, #container17.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }

    #container17.columns > .wrapper > .inner > div:last-of-type, #container17.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }

    #container17.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }

    #container17.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }

    #container17.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: 35rem;
    }

    #container17.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: 35rem;
    }

    #container17 > .wrapper > .inner > :nth-child(1) {
        min-height: 100% !important;
        width: 100% !important;
    }

    #container17 > .wrapper > .inner > :nth-child(2) {
        min-height: 100% !important;
        width: 100% !important;
    }

    #container23.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }

    #container23.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }

    #container23.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }

    #container23.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container23.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }

    #container23.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container23.columns > .wrapper > .inner > div:first-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container23.columns > .wrapper > .inner > div:last-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container23.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }

    #container23.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }

    #container23.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }

    #container23.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }

    #container23.columns > .wrapper > .inner > div:first-of-type, #container23.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    #container23.columns > .wrapper > .inner > div:last-of-type, #container23.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

    #container23.columns > .wrapper > .inner > div:first-of-type, #container23.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }

    #container23.columns > .wrapper > .inner > div:last-of-type, #container23.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }

    #container23.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }

    #container23.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }

    #container23.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: 35rem;
    }

    #container23.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: 35rem;
    }

    #container22.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }

    #container22.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }

    #container22.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }

    #container22.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container22.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }

    #container22.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container22.columns > .wrapper > .inner > div:first-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container22.columns > .wrapper > .inner > div:last-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container22.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }

    #container22.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }

    #container22.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }

    #container22.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }

    #container22.columns > .wrapper > .inner > div:first-of-type, #container22.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    #container22.columns > .wrapper > .inner > div:last-of-type, #container22.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

    #container22.columns > .wrapper > .inner > div:first-of-type, #container22.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }

    #container22.columns > .wrapper > .inner > div:last-of-type, #container22.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }

    #container22.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }

    #container22.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }

    #container22.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: 35rem;
    }

    #container22.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: 35rem;
    }

    #container12.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }

    #container12.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }

    #container12.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }

    #container12.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container12.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }

    #container12.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container12.columns > .wrapper > .inner > div:first-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container12.columns > .wrapper > .inner > div:last-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container12.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }

    #container12.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }

    #container12.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }

    #container12.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }

    #container12.columns > .wrapper > .inner > div:first-of-type, #container12.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    #container12.columns > .wrapper > .inner > div:last-of-type, #container12.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

    #container12.columns > .wrapper > .inner > div:first-of-type, #container12.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }

    #container12.columns > .wrapper > .inner > div:last-of-type, #container12.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }

    #container12.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }

    #container12.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }

    #container12.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: 35rem;
    }

    #container12.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: 35rem;
    }

    #container12 > .wrapper > .inner > :nth-child(1) {
        min-height: 100% !important;
        width: 100% !important;
    }

    #container12 > .wrapper > .inner > :nth-child(2) {
        min-height: 100% !important;
        width: 100% !important;
    }

    #container25.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }

    #container25.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }

    #container25.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }

    #container25.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container25.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }

    #container25.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container25.columns > .wrapper > .inner > div:first-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container25.columns > .wrapper > .inner > div:last-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container25.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }

    #container25.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }

    #container25.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }

    #container25.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }

    #container25.columns > .wrapper > .inner > div:first-of-type, #container25.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    #container25.columns > .wrapper > .inner > div:last-of-type, #container25.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

    #container25.columns > .wrapper > .inner > div:first-of-type, #container25.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }

    #container25.columns > .wrapper > .inner > div:last-of-type, #container25.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }

    #container25.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }

    #container25.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }

    #container25.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: 35rem;
    }

    #container25.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: 35rem;
    }

    #container24.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }

    #container24.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }

    #container24.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }

    #container24.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container24.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }

    #container24.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container24.columns > .wrapper > .inner > div:first-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container24.columns > .wrapper > .inner > div:last-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container24.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }

    #container24.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }

    #container24.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }

    #container24.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }

    #container24.columns > .wrapper > .inner > div:first-of-type, #container24.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    #container24.columns > .wrapper > .inner > div:last-of-type, #container24.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

    #container24.columns > .wrapper > .inner > div:first-of-type, #container24.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }

    #container24.columns > .wrapper > .inner > div:last-of-type, #container24.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }

    #container24.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }

    #container24.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }

    #container24.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: 35rem;
    }

    #container24.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: 35rem;
    }
}

@media (max-width: 736px) {
    html {
        font-size: 11pt;
    }

    #main > .inner {
        --padding-horizontal: 0rem;
        --padding-vertical: 3.5rem;
        --spacing: 0.75rem;
    }

    #main > .inner > * > .full {
        margin-left: calc(0rem);
        max-width: calc(100% + 0rem + 0.4725px);
        width: calc(100% + 0rem + 0.4725px);
    }

    #main > .inner > * > .full.screen {
        margin-left: -50vw;
    }

    #main > .inner > .active > .full:first-child {
        margin-top: -3.5rem !important;
    }

    #main > .inner > .active > .full:last-child {
        margin-bottom: -3.5rem !important;
    }

    #container01 > .wrapper > .inner {
        --gutters: 2rem;
        --padding-horizontal: 0.875rem;
        --padding-vertical: 2rem;
    }

    #container01.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }

    #container01.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }

    #container01.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }

    #container01.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container01.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }

    #container01.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container01.columns > .wrapper > .inner > div:first-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container01.columns > .wrapper > .inner > div:last-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container01.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }

    #container01.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }

    #container01.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }

    #container01.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }

    #container01.columns > .wrapper > .inner > div:first-of-type, #container01.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    #container01.columns > .wrapper > .inner > div:last-of-type, #container01.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

    #container01.columns > .wrapper > .inner > div:first-of-type, #container01.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }

    #container01.columns > .wrapper > .inner > div:last-of-type, #container01.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }

    #container01.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }

    #container01.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }

    #container08 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 3.125rem;
        --padding-vertical: 0.625rem;
    }

    #container08 {
        min-height: 17.25rem;
    }

    #container08.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container08.columns > .wrapper > .inner > .full {
        min-height: 17.25rem;
    }

    #container08.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: none;
    }

    #container08.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: auto;
    }

    #container29 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 3.125rem;
        --padding-vertical: 0.625rem;
    }

    #container29.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container29.columns > .wrapper > .inner > .full {
        min-height: 29.25rem;
    }

    #container29.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: none;
    }

    #container29.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: auto;
    }

    #container03 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 3.125rem;
        --padding-vertical: 0.625rem;
    }

    #container03.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container03.columns > .wrapper > .inner > .full {
        min-height: 29.25rem;
    }

    #container03.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: none;
    }

    #container03.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: auto;
    }

    #container32 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 3.125rem;
        --padding-vertical: 0.625rem;
    }

    #container32.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container32.columns > .wrapper > .inner > .full {
        min-height: 29.25rem;
    }

    #container32.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: none;
    }

    #container32.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: auto;
    }

    #container31 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 3.125rem;
        --padding-vertical: 0.625rem;
    }

    #container31.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container31.columns > .wrapper > .inner > .full {
        min-height: 29.25rem;
    }

    #container31.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: none;
    }

    #container31.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: auto;
    }

    #container30 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 3.125rem;
        --padding-vertical: 0.625rem;
    }

    #container30.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container30.columns > .wrapper > .inner > .full {
        min-height: 29.25rem;
    }

    #container30.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: none;
    }

    #container30.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: auto;
    }

    #container10 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 3.125rem;
        --padding-vertical: 0.625rem;
    }

    #container10 {
        min-height: 29.25rem;
    }

    #container10.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container10.columns > .wrapper > .inner > .full {
        min-height: 29.25rem;
    }

    #container10.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: none;
    }

    #container10.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: auto;
    }

    #container02 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 3.125rem;
        --padding-vertical: 0.625rem;
    }

    #container02.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container02.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: none;
    }

    #container02.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: auto;
    }

    #container27 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 3.125rem;
        --padding-vertical: 0.625rem;
    }

    #container27.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container27.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: none;
    }

    #container27.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: auto;
    }

    #container28 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 3.125rem;
        --padding-vertical: 0.625rem;
    }

    #container28.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container28.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: none;
    }

    #container28.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: auto;
    }

    #container26 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 3.125rem;
        --padding-vertical: 0.625rem;
    }

    #container26.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container26.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: none;
    }

    #container26.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: auto;
    }

    #container04 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 3.125rem;
        --padding-vertical: 0.625rem;
    }

    #container04 {
        min-height: 29.25rem;
    }

    #container04.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container04.columns > .wrapper > .inner > .full {
        min-height: 29.25rem;
    }

    #container04.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: none;
    }

    #container04.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: auto;
    }

    #container06 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 3.125rem;
        --padding-vertical: 0.125rem;
    }

    #container06.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container06.columns > .wrapper > .inner > .full {
        min-height: 37.5rem;
    }

    #container06.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: none;
    }

    #container06.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: auto;
    }

    #container13 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 3.125rem;
        --padding-vertical: 0.625rem;
    }

    #container13 {
        min-height: 12.75rem;
    }

    #container13.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container13.columns > .wrapper > .inner > .full {
        min-height: 12.75rem;
    }

    #container13.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: none;
    }

    #container13.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: auto;
    }

    #container07 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 3.125rem;
        --padding-vertical: 0.625rem;
    }

    #container07.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container07.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: none;
    }

    #container07.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: auto;
    }

    #container05 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 3.125rem;
        --padding-vertical: 0.625rem;
    }

    #container05.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container05.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: none;
    }

    #container05.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: auto;
    }

    #container09 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 3.125rem;
        --padding-vertical: 0.625rem;
    }

    #container09.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container09.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: none;
    }

    #container09.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: auto;
    }

    #container11 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 3.125rem;
        --padding-vertical: 0.625rem;
    }

    #container11 {
        min-height: 24rem;
    }

    #container11.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container11.columns > .wrapper > .inner > .full {
        min-height: 24rem;
    }

    #container11.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: none;
    }

    #container11.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: auto;
    }

    #container14 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 3.125rem;
        --padding-vertical: 0.625rem;
    }

    #container14 {
        min-height: 11.25rem;
    }

    #container14.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container14.columns > .wrapper > .inner > .full {
        min-height: 11.25rem;
    }

    #container14.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: none;
    }

    #container14.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: auto;
    }

    #container18 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 3.125rem;
        --padding-vertical: 0.625rem;
    }

    #container18.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container18.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: none;
    }

    #container18.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: auto;
    }

    #container19 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 3.125rem;
        --padding-vertical: 0.625rem;
    }

    #container19.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container19.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: none;
    }

    #container19.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: auto;
    }

    #container15 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 3.125rem;
        --padding-vertical: 0.625rem;
    }

    #container15 {
        min-height: 11.25rem;
    }

    #container15.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container15.columns > .wrapper > .inner > .full {
        min-height: 11.25rem;
    }

    #container15.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: none;
    }

    #container15.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: auto;
    }

    #container16 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 3.125rem;
        --padding-vertical: 0.625rem;
    }

    #container16 {
        min-height: 11.25rem;
    }

    #container16.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container16.columns > .wrapper > .inner > .full {
        min-height: 11.25rem;
    }

    #container16.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: none;
    }

    #container16.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: auto;
    }

    #container21 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 3.125rem;
        --padding-vertical: 0.625rem;
    }

    #container21.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container21.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: none;
    }

    #container21.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: auto;
    }

    #container20 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 3.125rem;
        --padding-vertical: 0.625rem;
    }

    #container20.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container20.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: none;
    }

    #container20.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: auto;
    }

    #container17 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 3.125rem;
        --padding-vertical: 0.625rem;
    }

    #container17 {
        min-height: 11.25rem;
    }

    #container17.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container17.columns > .wrapper > .inner > .full {
        min-height: 11.25rem;
    }

    #container17.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: none;
    }

    #container17.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: auto;
    }

    #container23 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 3.125rem;
        --padding-vertical: 0.625rem;
    }

    #container23.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container23.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: none;
    }

    #container23.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: auto;
    }

    #container22 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 3.125rem;
        --padding-vertical: 0.625rem;
    }

    #container22.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container22.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: none;
    }

    #container22.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: auto;
    }

    #container12 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 3.125rem;
        --padding-vertical: 0.625rem;
    }

    #container12 {
        min-height: 11.25rem;
    }

    #container12.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container12.columns > .wrapper > .inner > .full {
        min-height: 11.25rem;
    }

    #container12.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: none;
    }

    #container12.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: auto;
    }

    #container25 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 3.125rem;
        --padding-vertical: 0.625rem;
    }

    #container25.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container25.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: none;
    }

    #container25.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: auto;
    }

    #container24 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 3.125rem;
        --padding-vertical: 0.625rem;
    }

    #container24.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    #container24.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
        max-height: none;
    }

    #container24.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
        min-height: auto;
    }

    #image01 .frame {
        width: 18rem;
        height: 3.1875rem !important;
    }

    #image01 img {
        height: 100% !important;
        object-fit: cover;
        object-position: center;
        width: 100% !important;
    }

    #image02 .frame {
        width: 35.125rem;
        height: 4.375rem !important;
    }

    #image02 img {
        height: 100% !important;
        object-fit: cover;
        object-position: center;
        width: 100% !important;
    }

    #image07 .frame {
        width: 16.5rem;
    }

    #image05 .frame {
        width: 23rem;
    }

    #image13 .frame {
        width: 15rem;
    }

    #image99 .frame {
        width: 15rem;
    }

    #image03 img {
        height: 100% !important;
        object-fit: cover;
        object-position: center;
        width: 100% !important;
    }

    #image25 img {
        height: 100% !important;
        object-fit: cover;
        object-position: center;
        width: 100% !important;
    }

    #image26 img {
        height: 100% !important;
        object-fit: cover;
        object-position: center;
        width: 100% !important;
    }

    #image24 .frame {
        width: 17.125rem;
        height: 21.09375rem !important;
    }

    #image24 img {
        height: 100% !important;
        object-fit: cover;
        object-position: center;
        width: 100% !important;
    }

    #image06 .frame {
        width: 33.875rem;
        height: 7.65625rem !important;
    }

    #image06 img {
        height: 100% !important;
        object-fit: cover;
        object-position: center;
        width: 100% !important;
    }

    #image09 .frame {
        width: 33.875rem;
        height: 7.65625rem !important;
    }

    #image09 img {
        height: 100% !important;
        object-fit: cover;
        object-position: center;
        width: 100% !important;
    }

    #image10 .frame {
        width: 33.875rem;
        height: 7.65625rem !important;
    }

    #image10 img {
        height: 100% !important;
        object-fit: cover;
        object-position: center;
        width: 100% !important;
    }

    #image08 .frame {
        width: 33.875rem;
        height: 7.65625rem !important;
    }

    #image08 img {
        height: 100% !important;
        object-fit: cover;
        object-position: center;
        width: 100% !important;
    }

    #image04 img {
        height: 100% !important;
        object-fit: cover;
        object-position: center;
        width: 100% !important;
    }

    #image15 img {
        height: 100% !important;
        object-fit: cover;
        object-position: center;
        width: 100% !important;
    }

    #image14 img {
        height: 100% !important;
        object-fit: cover;
        object-position: center;
        width: 100% !important;
    }

    #image11 img {
        height: 100% !important;
        object-fit: cover;
        object-position: center;
        width: 100% !important;
    }

    #image23 img {
        height: 100% !important;
        object-fit: cover;
        object-position: center;
        width: 100% !important;
    }

    #image12 img {
        height: 100% !important;
        object-fit: cover;
        object-position: center;
        width: 100% !important;
    }

    #image16 img {
        height: 100% !important;
        object-fit: cover;
        object-position: center;
        width: 100% !important;
    }

    #image17 img {
        height: 100% !important;
        object-fit: cover;
        object-position: center;
        width: 100% !important;
    }

    #image18 img {
        height: 100% !important;
        object-fit: cover;
        object-position: center;
        width: 100% !important;
    }

    #image19 img {
        height: 100% !important;
        object-fit: cover;
        object-position: center;
        width: 100% !important;
    }

    #image20 img {
        height: 100% !important;
        object-fit: cover;
        object-position: center;
        width: 100% !important;
    }

    #image21 img {
        height: 100% !important;
        object-fit: cover;
        object-position: center;
        width: 100% !important;
    }

    #image22 img {
        height: 100% !important;
        object-fit: cover;
        object-position: center;
        width: 100% !important;
    }

    #text10 {
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 0.75em;
        line-height: 1.125;
    }

    #text01 {
        letter-spacing: 0.021875rem;
        width: calc(100% + 0.021875rem);
        font-size: 0.75em;
        line-height: 1.25;
    }

    #text49 {
        letter-spacing: 0.021875rem;
        width: calc(100% + 0.021875rem);
        font-size: 0.75em;
        line-height: 1;
    }

    #text20 {
        letter-spacing: 0.021875rem;
        width: calc(100% + 0.021875rem);
        font-size: 0.75em;
        line-height: 1;
    }

    #text48 {
        letter-spacing: 0.021875rem;
        width: calc(100% + 0.021875rem);
        font-size: 0.75em;
        line-height: 1;
    }

    #text14 {
        letter-spacing: 0.021875rem;
        width: calc(100% + 0.021875rem);
        font-size: 0.75em;
        line-height: 1;
    }

    #text11 {
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 0.75em;
        line-height: 0.75;
    }

    #text08 {
        text-indent: 0.09375rem;
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 2.375em;
        line-height: 0.875;
    }

    #text06 {
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 0.75em;
        line-height: 0.75;
    }

    #text04 {
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 0.75em;
        line-height: 0.75;
    }

    #text05 {
        text-indent: 0.09375rem;
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 2.375em;
        line-height: 0.875;
    }

    #text07 {
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 0.75em;
        line-height: 1;
    }

    #text12 {
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 0.75em;
        line-height: 1;
    }

    #text18 {
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 0.75em;
        line-height: 1;
    }

    #text19 {
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 0.75em;
        line-height: 1;
    }

    #text17 {
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 0.75em;
        line-height: 1;
    }

    #text16 {
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 0.75em;
        line-height: 1;
    }

    #text27 {
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 0.75em;
        line-height: 0.75;
    }

    #text28 {
        text-indent: 0.09375rem;
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 2.375em;
        line-height: 0.875;
    }

    #text29 {
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 0.75em;
        line-height: 0.75;
    }

    #text02 {
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 0.75em;
        line-height: 0.75;
    }

    #text22 {
        text-indent: 0.09375rem;
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 2.375em;
        line-height: 0.875;
    }

    #text21 {
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 0.75em;
        line-height: 0.75;
    }

    #text03 {
        text-indent: 0.09375rem;
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 2.375em;
        line-height: 0.875;
    }

    #text23 {
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 0.75em;
        line-height: 0.75;
    }

    #text36 {
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 0.75em;
        line-height: 0.75;
    }

    #text37 {
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 0.75em;
        line-height: 0.75;
    }

    #text15 {
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 0.75em;
        line-height: 0.75;
    }

    #text38 {
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 0.75em;
        line-height: 0.75;
    }

    #text09 {
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 0.75em;
        line-height: 0.75;
    }

    #text39 {
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 0.75em;
        line-height: 0.75;
    }

    #text35 {
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 0.75em;
        line-height: 0.75;
    }

    #text47 {
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 0.75em;
        line-height: 0.75;
    }

    #text13 {
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 0.75em;
        line-height: 0.75;
    }

    #text24 {
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 0.75em;
        line-height: 0.75;
    }

    #text25 {
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 0.75em;
        line-height: 0.75;
    }

    #text40 {
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 0.75em;
        line-height: 0.75;
    }

    #text26 {
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 0.75em;
        line-height: 0.75;
    }

    #text41 {
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 0.75em;
        line-height: 0.75;
    }

    #text30 {
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 0.75em;
        line-height: 0.75;
    }

    #text42 {
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 0.75em;
        line-height: 0.75;
    }

    #text31 {
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 0.75em;
        line-height: 0.75;
    }

    #text43 {
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 0.75em;
        line-height: 0.75;
    }

    #text32 {
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 0.75em;
        line-height: 0.75;
    }

    #text44 {
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 0.75em;
        line-height: 0.75;
    }

    #text33 {
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 0.75em;
        line-height: 0.75;
    }

    #text45 {
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 0.75em;
        line-height: 0.75;
    }

    #text34 {
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 0.75em;
        line-height: 0.75;
    }

    #text46 {
        letter-spacing: 0.04375rem;
        width: calc(100% + 0.04375rem);
        font-size: 0.75em;
        line-height: 0.75;
    }

    #video04 video {
        width: 100vw;
    }

    #video04 .frame {
        width: 100vw;
    }

    #video02 video {
        width: 100vw;
    }

    #video02 .frame {
        width: 100vw;
    }

    #video03 video {
        width: 100vw;
    }

    #video03 .frame {
        width: 100vw;
    }

    #video01 video {
        width: 100vw;
    }

    #video01 .frame {
        width: 100vw;
    }

    #buttons06 {
        gap: 0.75rem;
    }

    #buttons06:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons06:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons06 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons06 li a svg {
        width: 0.875em;
    }

    #buttons07 {
        gap: 0.75rem;
    }

    #buttons07:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons07:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons07 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons07 li a svg {
        width: 0.875em;
    }

    #buttons08 {
        gap: 0.75rem;
    }

    #buttons08:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons08:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons08 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons08 li a svg {
        width: 0.875em;
    }

    #buttons02 {
        gap: 0.75rem;
    }

    #buttons02:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons02:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons02 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons02 li a svg {
        width: 0.875em;
    }

    #buttons09 {
        gap: 0.75rem;
    }

    #buttons09:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons09:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons09 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons09 li a svg {
        width: 0.875em;
    }

    #buttons10 {
        gap: 0.75rem;
    }

    #buttons10:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons10:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons10 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons10 li a svg {
        width: 0.875em;
    }

    #buttons11 {
        gap: 0.75rem;
    }

    #buttons11:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons11:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons11 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons11 li a svg {
        width: 0.875em;
    }

    #buttons12 {
        gap: 0.75rem;
    }

    #buttons12:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons12:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons12 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons12 li a svg {
        width: 0.875em;
    }

    #buttons13 {
        gap: 0.75rem;
    }

    #buttons13:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons13:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons13 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons13 li a svg {
        width: 0.875em;
    }

    #buttons05 {
        gap: 0.75rem;
    }

    #buttons05:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons05:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons05 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons05 li a svg {
        width: 0.875em;
    }

    #buttons80 {
        gap: 0.75rem;
    }

    #buttons80:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons80:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons80 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons80 li a svg {
        width: 0.875em;
    }

    #buttons03 {
        gap: 0.75rem;
    }

    #buttons03:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons03:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons03 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons03 li a svg {
        width: 0.875em;
    }

    #buttons04 {
        gap: 0.75rem;
    }

    #buttons04:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons04:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons04 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons04 li a svg {
        width: 0.875em;
    }

    #buttons20 {
        gap: 0.75rem;
    }

    #buttons20:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons20:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons20 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons20 li a svg {
        width: 0.875em;
    }

    #buttons21 {
        gap: 0.75rem;
    }

    #buttons21:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons21:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons21 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons21 li a svg {
        width: 0.875em;
    }

    #buttons22 {
        gap: 0.75rem;
    }

    #buttons22:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons22:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons22 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons22 li a svg {
        width: 0.875em;
    }

    #buttons23 {
        gap: 0.75rem;
    }

    #buttons23:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons23:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons23 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons23 li a svg {
        width: 0.875em;
    }

    #buttons24 {
        gap: 0.75rem;
    }

    #buttons24:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons24:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons24 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons24 li a svg {
        width: 0.875em;
    }

    #buttons25 {
        gap: 0.75rem;
    }

    #buttons25:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons25:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons25 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons25 li a svg {
        width: 0.875em;
    }

    #buttons39 {
        gap: 0.75rem;
    }

    #buttons39:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons39:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons39 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons39 li a svg {
        width: 0.875em;
    }

    #buttons15 {
        gap: 0.75rem;
    }

    #buttons15:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons15:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons15 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons15 li a svg {
        width: 0.875em;
    }

    #buttons14 {
        gap: 0.75rem;
    }

    #buttons14:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons14:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons14 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons14 li a svg {
        width: 0.875em;
    }

    #buttons41 {
        gap: 0.75rem;
    }

    #buttons41:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons41:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons41 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons41 li a svg {
        width: 0.875em;
    }

    #buttons16 {
        gap: 0.75rem;
    }

    #buttons16:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons16:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons16 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons16 li a svg {
        width: 0.875em;
    }

    #buttons17 {
        gap: 0.75rem;
    }

    #buttons17:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons17:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons17 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons17 li a svg {
        width: 0.875em;
    }

    #buttons26 {
        gap: 0.75rem;
    }

    #buttons26:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons26:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons26 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons26 li a svg {
        width: 0.875em;
    }

    #buttons27 {
        gap: 0.75rem;
    }

    #buttons27:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons27:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons27 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons27 li a svg {
        width: 0.875em;
    }

    #buttons28 {
        gap: 0.75rem;
    }

    #buttons28:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons28:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons28 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons28 li a svg {
        width: 0.875em;
    }

    #buttons29 {
        gap: 0.75rem;
    }

    #buttons29:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons29:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons29 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons29 li a svg {
        width: 0.875em;
    }

    #buttons30 {
        gap: 0.75rem;
    }

    #buttons30:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons30:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons30 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons30 li a svg {
        width: 0.875em;
    }

    #buttons31 {
        gap: 0.75rem;
    }

    #buttons31:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons31:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons31 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons31 li a svg {
        width: 0.875em;
    }

    #buttons18 {
        gap: 0.75rem;
    }

    #buttons18:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons18:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons18 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons18 li a svg {
        width: 0.875em;
    }

    #buttons19 {
        gap: 0.75rem;
    }

    #buttons19:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons19:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons19 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons19 li a svg {
        width: 0.875em;
    }

    #buttons32 {
        gap: 0.75rem;
    }

    #buttons32:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons32:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons32 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons32 li a svg {
        width: 0.875em;
    }

    #buttons40 {
        gap: 0.75rem;
    }

    #buttons40:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons40:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons40 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons40 li a svg {
        width: 0.875em;
    }

    #buttons33 {
        gap: 0.75rem;
    }

    #buttons33:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons33:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons33 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons33 li a svg {
        width: 0.875em;
    }

    #buttons34 {
        gap: 0.75rem;
    }

    #buttons34:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons34:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons34 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons34 li a svg {
        width: 0.875em;
    }

    #buttons35 {
        gap: 0.75rem;
    }

    #buttons35:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons35:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons35 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons35 li a svg {
        width: 0.875em;
    }

    #buttons36 {
        gap: 0.75rem;
    }

    #buttons36:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons36:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons36 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons36 li a svg {
        width: 0.875em;
    }

    #buttons38 {
        gap: 0.75rem;
    }

    #buttons38:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons38:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons38 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons38 li a svg {
        width: 0.875em;
    }

    #buttons37 {
        gap: 0.75rem;
    }

    #buttons37:not(:first-child) {
        margin-top: 1.03125rem !important;
    }

    #buttons37:not(:last-child) {
        margin-bottom: 1.03125rem !important;
    }

    #buttons37 li a {
        letter-spacing: 0.05rem;
        padding-left: calc(0.05rem + 0.5rem);
        font-size: 1em;
    }

    #buttons37 li a svg {
        width: 0.875em;
    }

    #divider02:before {
        width: 100rem;
    }

    #divider01:before {
        width: 100rem;
    }

    #icons02 {
        font-size: 2.125em;
        gap: 0.75rem;
    }
}

@media (max-width: 480px) {
    #main > .inner {
        --spacing: 0.65625rem;
    }

    #image01 .frame {
        height: 1.75rem !important;
    }

    #image02 .frame {
        height: 9.5rem !important;
    }

    #image24 .frame {
        height: 16.875rem !important;
    }

    #image06 .frame {
        height: 6.125rem !important;
    }

    #image09 .frame {
        height: 6.125rem !important;
    }

    #image10 .frame {
        height: 6.125rem !important;
    }

    #image08 .frame {
        height: 6.125rem !important;
    }

    #buttons06 li a {
        max-width: 32rem;
        width: 100%;
    }

    #buttons07 li a {
        max-width: 32rem;
        width: 100%;
    }

    #buttons08 li a {
        max-width: 32rem;
        width: 100%;
    }

    #buttons02 li a {
        max-width: 32rem;
        width: 100%;
    }

    #buttons09 li a {
        max-width: 32rem;
        width: 100%;
    }

    #buttons10 li a {
        max-width: 32rem;
        width: 100%;
    }

    #buttons11 li a {
        max-width: 32rem;
        width: 100%;
    }

    #buttons12 li a {
        max-width: 32rem;
        width: 100%;
    }

    #buttons13 li a {
        max-width: 32rem;
        width: 100%;
    }

    #buttons05 li a {
        width: 19.875rem;
    }

    #buttons80 li a {
        width: 19.875rem;
    }

    #buttons03 li a {
        width: 19.875rem;
    }

    #buttons04 li a {
        width: 19.875rem;
    }

    #buttons20 li a {
        max-width: 32rem;
        width: 100%;
    }

    #buttons21 li a {
        max-width: 32rem;
        width: 100%;
    }

    #buttons22 li a {
        max-width: 32rem;
        width: 100%;
    }

    #buttons23 li a {
        max-width: 32rem;
        width: 100%;
    }

    #buttons24 li a {
        max-width: 32rem;
        width: 100%;
    }

    #buttons25 li a {
        max-width: 32rem;
        width: 100%;
    }

    #buttons39 li a {
        max-width: 32rem;
        width: 100%;
    }

    #buttons15 li a {
        max-width: 32rem;
        width: 100%;
    }

    #buttons14 li a {
        max-width: 32rem;
        width: 100%;
    }

    #buttons41 li a {
        max-width: 32rem;
        width: 100%;
    }

    #buttons16 li a {
        max-width: 32rem;
        width: 100%;
    }

    #buttons17 li a {
        max-width: 32rem;
        width: 100%;
    }

    #buttons26 li a {
        max-width: 32rem;
        width: 100%;
    }

    #buttons27 li a {
        max-width: 32rem;
        width: 100%;
    }

    #buttons28 li a {
        max-width: 32rem;
        width: 100%;
    }

    #buttons29 li a {
        max-width: 32rem;
        width: 100%;
    }

    #buttons30 li a {
        max-width: 32rem;
        width: 100%;
    }

    #buttons31 li a {
        max-width: 32rem;
        width: 100%;
    }

    #buttons18 li a {
        max-width: 32rem;
        width: 100%;
    }

    #buttons19 li a {
        max-width: 32rem;
        width: 100%;
    }

    #buttons32 li a {
        max-width: 32rem;
        width: 100%;
    }

    #buttons40 li a {
        max-width: 32rem;
        width: 100%;
    }

    #buttons33 li a {
        max-width: 32rem;
        width: 100%;
    }

    #buttons34 li a {
        max-width: 32rem;
        width: 100%;
    }

    #buttons35 li a {
        max-width: 32rem;
        width: 100%;
    }

    #buttons36 li a {
        max-width: 32rem;
        width: 100%;
    }

    #buttons38 li a {
        max-width: 32rem;
        width: 100%;
    }

    #buttons37 li a {
        max-width: 32rem;
        width: 100%;
    }

    #timer02 ul li.delimiter {
        width: 0.703125rem;
    }

    #timer02 ul li.number .item .label > * {
        margin-top: calc(0.5rem + 0.25em);
    }
}

@media (max-width: 360px) {
    #main > .inner {
        --padding-horizontal: 0rem;
        --padding-vertical: 2.625rem;
        --spacing: 0.5625rem;
    }

    #main > .inner > * > .full {
        margin-left: calc(-0rem);
        max-width: calc(100% + 0rem + 0.4725px);
        width: calc(100% + 0rem + 0.4725px);
    }

    #main > .inner > * > .full.screen {
        margin-left: -50vw;
    }

    #main > .inner > .active > .full:first-child {
        margin-top: -2.625rem !important;
    }

    #main > .inner > .active > .full:last-child {
        margin-bottom: -2.625rem !important;
    }

    #container01 > .wrapper > .inner {
        --gutters: 1.5rem;
        --padding-horizontal: 0.65625rem;
        --padding-vertical: 1.5rem;
    }

    #container08 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 2.34375rem;
        --padding-vertical: 0.46875rem;
    }

    #container08 {
        min-height: 11.5rem;
    }

    #container08.columns > .wrapper > .inner > .full {
        min-height: 11.5rem;
    }

    #container29 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 2.34375rem;
        --padding-vertical: 0.46875rem;
    }

    #container29.columns > .wrapper > .inner > .full {
        min-height: 19.5rem;
    }

    #container03 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 2.34375rem;
        --padding-vertical: 0.46875rem;
    }

    #container03.columns > .wrapper > .inner > .full {
        min-height: 19.5rem;
    }

    #container32 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 2.34375rem;
        --padding-vertical: 0.46875rem;
    }

    #container32.columns > .wrapper > .inner > .full {
        min-height: 19.5rem;
    }

    #container31 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 2.34375rem;
        --padding-vertical: 0.46875rem;
    }

    #container31.columns > .wrapper > .inner > .full {
        min-height: 19.5rem;
    }

    #container30 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 2.34375rem;
        --padding-vertical: 0.46875rem;
    }

    #container30.columns > .wrapper > .inner > .full {
        min-height: 19.5rem;
    }

    #container10 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 2.34375rem;
        --padding-vertical: 0.46875rem;
    }

    #container10 {
        min-height: 19.5rem;
    }

    #container10.columns > .wrapper > .inner > .full {
        min-height: 19.5rem;
    }

    #container02 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 2.34375rem;
        --padding-vertical: 0.46875rem;
    }

    #container27 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 2.34375rem;
        --padding-vertical: 0.46875rem;
    }

    #container28 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 2.34375rem;
        --padding-vertical: 0.46875rem;
    }

    #container26 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 2.34375rem;
        --padding-vertical: 0.46875rem;
    }

    #container04 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 2.34375rem;
        --padding-vertical: 0.46875rem;
    }

    #container04 {
        min-height: 19.5rem;
    }

    #container04.columns > .wrapper > .inner > .full {
        min-height: 19.5rem;
    }

    #container06 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 2.34375rem;
        --padding-vertical: 0.09375rem;
    }

    #container06.columns > .wrapper > .inner > .full {
        min-height: 25rem;
    }

    #container13 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 2.34375rem;
        --padding-vertical: 0.46875rem;
    }

    #container13 {
        min-height: 8.5rem;
    }

    #container13.columns > .wrapper > .inner > .full {
        min-height: 8.5rem;
    }

    #container07 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 2.34375rem;
        --padding-vertical: 0.46875rem;
    }

    #container05 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 2.34375rem;
        --padding-vertical: 0.46875rem;
    }

    #container09 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 2.34375rem;
        --padding-vertical: 0.46875rem;
    }

    #container11 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 2.34375rem;
        --padding-vertical: 0.46875rem;
    }

    #container11 {
        min-height: 16rem;
    }

    #container11.columns > .wrapper > .inner > .full {
        min-height: 16rem;
    }

    #container14 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 2.34375rem;
        --padding-vertical: 0.46875rem;
    }

    #container14 {
        min-height: 7.5rem;
    }

    #container14.columns > .wrapper > .inner > .full {
        min-height: 7.5rem;
    }

    #container18 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 2.34375rem;
        --padding-vertical: 0.46875rem;
    }

    #container19 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 2.34375rem;
        --padding-vertical: 0.46875rem;
    }

    #container15 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 2.34375rem;
        --padding-vertical: 0.46875rem;
    }

    #container15 {
        min-height: 7.5rem;
    }

    #container15.columns > .wrapper > .inner > .full {
        min-height: 7.5rem;
    }

    #container16 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 2.34375rem;
        --padding-vertical: 0.46875rem;
    }

    #container16 {
        min-height: 7.5rem;
        
    }

    #container16.columns > .wrapper > .inner > .full {
        min-height: 7.5rem;
    }

    #container21 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 2.34375rem;
        --padding-vertical: 0.46875rem;
    }

    #container20 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 2.34375rem;
        --padding-vertical: 0.46875rem;
    }

    #container17 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 2.34375rem;
        --padding-vertical: 0.46875rem;
    }

    #container17 {
        min-height: 7.5rem;
    }

    #container17.columns > .wrapper > .inner > .full {
        min-height: 7.5rem;
    }

    #container23 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 2.34375rem;
        --padding-vertical: 0.46875rem;
    }

    #container22 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 2.34375rem;
        --padding-vertical: 0.46875rem;
    }

    #container12 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 2.34375rem;
        --padding-vertical: 0.46875rem;
    }

    #container12 {
        min-height: 7.5rem;
    }

    #container12.columns > .wrapper > .inner > .full {
        min-height: 7.5rem;
    }

    #container25 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 2.34375rem;
        --padding-vertical: 0.46875rem;
    }

    #container24 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 2.34375rem;
        --padding-vertical: 0.46875rem;
    }

    #image01 .frame {
        height: 1.53125rem !important;
    }

    #image02 .frame {
        height: 9.0625rem !important;
    }

    #image24 .frame {
        height: 14.765625rem !important;
    }

    #image06 .frame {
        height: 5.359375rem !important;
    }

    #image09 .frame {
        height: 5.359375rem !important;
    }

    #image10 .frame {
        height: 5.359375rem !important;
    }

    #image08 .frame {
        height: 5.359375rem !important;
    }

    #text10 {
        font-size: 0.75em;
    }

    #text01 {
        font-size: 0.75em;
    }

    #text49 {
        font-size: 0.75em;
    }

    #text20 {
        font-size: 0.75em;
    }

    #text48 {
        font-size: 0.75em;
    }

    #text14 {
        font-size: 0.75em;
    }

    #text11 {
        font-size: 0.75em;
    }

    #text08 {
        font-size: 2.375em;
    }

    #text06 {
        font-size: 0.75em;
    }

    #text04 {
        font-size: 0.75em;
    }

    #text05 {
        font-size: 2.375em;
    }

    #text07 {
        font-size: 0.75em;
    }

    #text12 {
        font-size: 0.75em;
    }

    #text18 {
        font-size: 0.75em;
    }

    #text19 {
        font-size: 0.75em;
    }

    #text17 {
        font-size: 0.75em;
    }

    #text16 {
        font-size: 0.75em;
    }

    #text27 {
        font-size: 0.75em;
    }

    #text28 {
        font-size: 2.375em;
    }

    #text29 {
        font-size: 0.75em;
    }

    #text02 {
        font-size: 0.75em;
    }

    #text22 {
        font-size: 2.375em;
    }

    #text21 {
        font-size: 0.75em;
    }

    #text03 {
        font-size: 2.375em;
    }

    #text23 {
        font-size: 0.75em;
    }

    #text36 {
        font-size: 0.75em;
    }

    #text37 {
        font-size: 0.75em;
    }

    #text15 {
        font-size: 0.75em;
    }

    #text38 {
        font-size: 0.75em;
    }

    #text09 {
        font-size: 0.75em;
    }

    #text39 {
        font-size: 0.75em;
    }

    #text35 {
        font-size: 0.75em;
    }

    #text47 {
        font-size: 0.75em;
    }

    #text13 {
        font-size: 0.75em;
    }

    #text24 {
        font-size: 0.75em;
    }

    #text25 {
        font-size: 0.75em;
    }

    #text40 {
        font-size: 0.75em;
    }

    #text26 {
        font-size: 0.75em;
    }

    #text41 {
        font-size: 0.75em;
    }

    #text30 {
        font-size: 0.75em;
    }

    #text42 {
        font-size: 0.75em;
    }

    #text31 {
        font-size: 0.75em;
    }

    #text43 {
        font-size: 0.75em;
    }

    #text32 {
        font-size: 0.75em;
    }

    #text44 {
        font-size: 0.75em;
    }

    #text33 {
        font-size: 0.75em;
    }

    #text45 {
        font-size: 0.75em;
    }

    #text34 {
        font-size: 0.75em;
    }

    #text46 {
        font-size: 0.75em;
    }

    #buttons06 {
        gap: 0.5625rem;
    }

    #buttons07 {
        gap: 0.5625rem;
    }

    #buttons08 {
        gap: 0.5625rem;
    }

    #buttons02 {
        gap: 0.5625rem;
    }

    #buttons09 {
        gap: 0.5625rem;
    }

    #buttons10 {
        gap: 0.5625rem;
    }

    #buttons11 {
        gap: 0.5625rem;
    }

    #buttons12 {
        gap: 0.5625rem;
    }

    #buttons13 {
        gap: 0.5625rem;
    }

    #buttons05 {
        gap: 0.5625rem;
    }

    #buttons80 {
        gap: 0.5625rem;
    }

    #buttons03 {
        gap: 0.5625rem;
    }

    #buttons04 {
        gap: 0.5625rem;
    }

    #buttons20 {
        gap: 0.5625rem;
    }

    #buttons21 {
        gap: 0.5625rem;
    }

    #buttons22 {
        gap: 0.5625rem;
    }

    #buttons23 {
        gap: 0.5625rem;
    }

    #buttons24 {
        gap: 0.5625rem;
    }

    #buttons25 {
        gap: 0.5625rem;
    }

    #buttons39 {
        gap: 0.5625rem;
    }

    #buttons15 {
        gap: 0.5625rem;
    }

    #buttons14 {
        gap: 0.5625rem;
    }

    #buttons41 {
        gap: 0.5625rem;
    }

    #buttons16 {
        gap: 0.5625rem;
    }

    #buttons17 {
        gap: 0.5625rem;
    }

    #buttons26 {
        gap: 0.5625rem;
    }

    #buttons27 {
        gap: 0.5625rem;
    }

    #buttons28 {
        gap: 0.5625rem;
    }

    #buttons29 {
        gap: 0.5625rem;
    }

    #buttons30 {
        gap: 0.5625rem;
    }

    #buttons31 {
        gap: 0.5625rem;
    }

    #buttons18 {
        gap: 0.5625rem;
    }

    #buttons19 {
        gap: 0.5625rem;
    }

    #buttons32 {
        gap: 0.5625rem;
    }

    #buttons40 {
        gap: 0.5625rem;
    }

    #buttons33 {
        gap: 0.5625rem;
    }

    #buttons34 {
        gap: 0.5625rem;
    }

    #buttons35 {
        gap: 0.5625rem;
    }

    #buttons36 {
        gap: 0.5625rem;
    }

    #buttons38 {
        gap: 0.5625rem;
    }

    #buttons37 {
        gap: 0.5625rem;
    }

    #icons02 {
        gap: 0.5625rem;
    }
}



    body {
        overflow: auto !important;
    }

    body:after {
        display: none !important;
    }

    #main > .inner {
        opacity: 1.0 !important;
    }

    .time-box {
        display: flex;
        justify-content: center; /* Biar elemen dalamnya ketengah horizontal */
        align-items: center;     /* Biar ketengah secara vertikal */
        gap: 1rem;               /* Jarak antar waktu */
    }
      
    .time-box div {
        flex-basis: 7rem;
        text-align: center;
        background: rgba(253, 253, 253, 0.5);
        padding: 10px;
        border-radius: 10px;
        font-weight: bold;
      }
    
    #container10 {
        display: flex;
        justify-content: center;  /* Tengah secara horizontal */
        align-items: center;      /* Tengah secara vertikal */
      }
      /* Jeda antara ikon dan teks copyright */
#container10 .icons {
    margin-bottom: 1rem; /* Bisa ubah ke 1.5rem atau 2rem sesuai keinginan */
}

#container10 #text23 {
    margin-top: 0.5rem; /* Opsional, untuk tambahan jarak dari atas */
    text-align: center;
}

      
      
      