@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
  margin-block-start: 0;
  margin-block-end: 0;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

#root, #__next {
  isolation: isolate;
}

ol,
ul {
  list-style: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  vertical-align: baseline;
}

figure {
  margin: 0;
}

/* CARROUSEL */
/* ACCORDION */
/* BUTTONS */
/*$techorama-second-level-button-background-color: #292929;*/
.is-centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.is-dark-color {
  color: #292e2a;
}

.is-light-color {
  color: #FFF;
}

.sm\:hidden {
  display: block;
}

@media (max-width: 500px) {
  .sm\:hidden {
    display: none !important;
  }
}
.m-0 {
  margin: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.p-0 {
  padding: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.offset-top-0 {
  position: relative;
  top: 0px;
}

.offset-bottom-0 {
  position: relative;
  bottom: 0px;
}

.offset-left-0 {
  position: relative;
  left: 0px;
}

.offset-right-0 {
  position: relative;
  right: 0px;
}

.m-1 {
  margin: 4px;
}

.mt-1 {
  margin-top: 4px;
}

.mr-1 {
  margin-right: 4px;
}

.mb-1 {
  margin-bottom: 4px;
}

.ml-1 {
  margin-left: 4px;
}

.mx-1 {
  margin-left: 4px;
  margin-right: 4px;
}

.my-1 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.p-1 {
  padding: 4px;
}

.pt-1 {
  padding-top: 4px;
}

.pr-1 {
  padding-right: 4px;
}

.pb-1 {
  padding-bottom: 4px;
}

.pl-1 {
  padding-left: 4px;
}

.px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

.py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.offset-top-1 {
  position: relative;
  top: -4px;
}

.offset-bottom-1 {
  position: relative;
  bottom: -4px;
}

.offset-left-1 {
  position: relative;
  left: -4px;
}

.offset-right-1 {
  position: relative;
  right: -4px;
}

.m-2 {
  margin: 8px;
}

.mt-2 {
  margin-top: 8px;
}

.mr-2 {
  margin-right: 8px;
}

.mb-2 {
  margin-bottom: 8px;
}

.ml-2 {
  margin-left: 8px;
}

.mx-2 {
  margin-left: 8px;
  margin-right: 8px;
}

.my-2 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.p-2 {
  padding: 8px;
}

.pt-2 {
  padding-top: 8px;
}

.pr-2 {
  padding-right: 8px;
}

.pb-2 {
  padding-bottom: 8px;
}

.pl-2 {
  padding-left: 8px;
}

.px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

.py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.offset-top-2 {
  position: relative;
  top: -8px;
}

.offset-bottom-2 {
  position: relative;
  bottom: -8px;
}

.offset-left-2 {
  position: relative;
  left: -8px;
}

.offset-right-2 {
  position: relative;
  right: -8px;
}

.m-3 {
  margin: 12px;
}

.mt-3 {
  margin-top: 12px;
}

.mr-3 {
  margin-right: 12px;
}

.mb-3 {
  margin-bottom: 12px;
}

.ml-3 {
  margin-left: 12px;
}

.mx-3 {
  margin-left: 12px;
  margin-right: 12px;
}

.my-3 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.p-3 {
  padding: 12px;
}

.pt-3 {
  padding-top: 12px;
}

.pr-3 {
  padding-right: 12px;
}

.pb-3 {
  padding-bottom: 12px;
}

.pl-3 {
  padding-left: 12px;
}

.px-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.py-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.offset-top-3 {
  position: relative;
  top: -12px;
}

.offset-bottom-3 {
  position: relative;
  bottom: -12px;
}

.offset-left-3 {
  position: relative;
  left: -12px;
}

.offset-right-3 {
  position: relative;
  right: -12px;
}

.m-4 {
  margin: 16px;
}

.mt-4 {
  margin-top: 16px;
}

.mr-4 {
  margin-right: 16px;
}

.mb-4 {
  margin-bottom: 16px;
}

.ml-4 {
  margin-left: 16px;
}

.mx-4 {
  margin-left: 16px;
  margin-right: 16px;
}

.my-4 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.p-4 {
  padding: 16px;
}

.pt-4 {
  padding-top: 16px;
}

.pr-4 {
  padding-right: 16px;
}

.pb-4 {
  padding-bottom: 16px;
}

.pl-4 {
  padding-left: 16px;
}

.px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

.py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.offset-top-4 {
  position: relative;
  top: -16px;
}

.offset-bottom-4 {
  position: relative;
  bottom: -16px;
}

.offset-left-4 {
  position: relative;
  left: -16px;
}

.offset-right-4 {
  position: relative;
  right: -16px;
}

.m-5 {
  margin: 20px;
}

.mt-5 {
  margin-top: 20px;
}

.mr-5 {
  margin-right: 20px;
}

.mb-5 {
  margin-bottom: 20px;
}

.ml-5 {
  margin-left: 20px;
}

.mx-5 {
  margin-left: 20px;
  margin-right: 20px;
}

.my-5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.p-5 {
  padding: 20px;
}

.pt-5 {
  padding-top: 20px;
}

.pr-5 {
  padding-right: 20px;
}

.pb-5 {
  padding-bottom: 20px;
}

.pl-5 {
  padding-left: 20px;
}

.px-5 {
  padding-left: 20px;
  padding-right: 20px;
}

.py-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.offset-top-5 {
  position: relative;
  top: -20px;
}

.offset-bottom-5 {
  position: relative;
  bottom: -20px;
}

.offset-left-5 {
  position: relative;
  left: -20px;
}

.offset-right-5 {
  position: relative;
  right: -20px;
}

.m-6 {
  margin: 24px;
}

.mt-6 {
  margin-top: 24px;
}

.mr-6 {
  margin-right: 24px;
}

.mb-6 {
  margin-bottom: 24px;
}

.ml-6 {
  margin-left: 24px;
}

.mx-6 {
  margin-left: 24px;
  margin-right: 24px;
}

.my-6 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.p-6 {
  padding: 24px;
}

.pt-6 {
  padding-top: 24px;
}

.pr-6 {
  padding-right: 24px;
}

.pb-6 {
  padding-bottom: 24px;
}

.pl-6 {
  padding-left: 24px;
}

.px-6 {
  padding-left: 24px;
  padding-right: 24px;
}

.py-6 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.offset-top-6 {
  position: relative;
  top: -24px;
}

.offset-bottom-6 {
  position: relative;
  bottom: -24px;
}

.offset-left-6 {
  position: relative;
  left: -24px;
}

.offset-right-6 {
  position: relative;
  right: -24px;
}

.m-7 {
  margin: 28px;
}

.mt-7 {
  margin-top: 28px;
}

.mr-7 {
  margin-right: 28px;
}

.mb-7 {
  margin-bottom: 28px;
}

.ml-7 {
  margin-left: 28px;
}

.mx-7 {
  margin-left: 28px;
  margin-right: 28px;
}

.my-7 {
  margin-top: 28px;
  margin-bottom: 28px;
}

.p-7 {
  padding: 28px;
}

.pt-7 {
  padding-top: 28px;
}

.pr-7 {
  padding-right: 28px;
}

.pb-7 {
  padding-bottom: 28px;
}

.pl-7 {
  padding-left: 28px;
}

.px-7 {
  padding-left: 28px;
  padding-right: 28px;
}

.py-7 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.offset-top-7 {
  position: relative;
  top: -28px;
}

.offset-bottom-7 {
  position: relative;
  bottom: -28px;
}

.offset-left-7 {
  position: relative;
  left: -28px;
}

.offset-right-7 {
  position: relative;
  right: -28px;
}

.m-8 {
  margin: 32px;
}

.mt-8 {
  margin-top: 32px;
}

.mr-8 {
  margin-right: 32px;
}

.mb-8 {
  margin-bottom: 32px;
}

.ml-8 {
  margin-left: 32px;
}

.mx-8 {
  margin-left: 32px;
  margin-right: 32px;
}

.my-8 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.p-8 {
  padding: 32px;
}

.pt-8 {
  padding-top: 32px;
}

.pr-8 {
  padding-right: 32px;
}

.pb-8 {
  padding-bottom: 32px;
}

.pl-8 {
  padding-left: 32px;
}

.px-8 {
  padding-left: 32px;
  padding-right: 32px;
}

.py-8 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.offset-top-8 {
  position: relative;
  top: -32px;
}

.offset-bottom-8 {
  position: relative;
  bottom: -32px;
}

.offset-left-8 {
  position: relative;
  left: -32px;
}

.offset-right-8 {
  position: relative;
  right: -32px;
}

.m-9 {
  margin: 36px;
}

.mt-9 {
  margin-top: 36px;
}

.mr-9 {
  margin-right: 36px;
}

.mb-9 {
  margin-bottom: 36px;
}

.ml-9 {
  margin-left: 36px;
}

.mx-9 {
  margin-left: 36px;
  margin-right: 36px;
}

.my-9 {
  margin-top: 36px;
  margin-bottom: 36px;
}

.p-9 {
  padding: 36px;
}

.pt-9 {
  padding-top: 36px;
}

.pr-9 {
  padding-right: 36px;
}

.pb-9 {
  padding-bottom: 36px;
}

.pl-9 {
  padding-left: 36px;
}

.px-9 {
  padding-left: 36px;
  padding-right: 36px;
}

.py-9 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.offset-top-9 {
  position: relative;
  top: -36px;
}

.offset-bottom-9 {
  position: relative;
  bottom: -36px;
}

.offset-left-9 {
  position: relative;
  left: -36px;
}

.offset-right-9 {
  position: relative;
  right: -36px;
}

.m-10 {
  margin: 40px;
}

.mt-10 {
  margin-top: 40px;
}

.mr-10 {
  margin-right: 40px;
}

.mb-10 {
  margin-bottom: 40px;
}

.ml-10 {
  margin-left: 40px;
}

.mx-10 {
  margin-left: 40px;
  margin-right: 40px;
}

.my-10 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.p-10 {
  padding: 40px;
}

.pt-10 {
  padding-top: 40px;
}

.pr-10 {
  padding-right: 40px;
}

.pb-10 {
  padding-bottom: 40px;
}

.pl-10 {
  padding-left: 40px;
}

.px-10 {
  padding-left: 40px;
  padding-right: 40px;
}

.py-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.offset-top-10 {
  position: relative;
  top: -40px;
}

.offset-bottom-10 {
  position: relative;
  bottom: -40px;
}

.offset-left-10 {
  position: relative;
  left: -40px;
}

.offset-right-10 {
  position: relative;
  right: -40px;
}

.m-12 {
  margin: 48px;
}

.mt-12 {
  margin-top: 48px;
}

.mr-12 {
  margin-right: 48px;
}

.mb-12 {
  margin-bottom: 48px;
}

.ml-12 {
  margin-left: 48px;
}

.mx-12 {
  margin-left: 48px;
  margin-right: 48px;
}

.my-12 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.p-12 {
  padding: 48px;
}

.pt-12 {
  padding-top: 48px;
}

.pr-12 {
  padding-right: 48px;
}

.pb-12 {
  padding-bottom: 48px;
}

.pl-12 {
  padding-left: 48px;
}

.px-12 {
  padding-left: 48px;
  padding-right: 48px;
}

.py-12 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.offset-top-12 {
  position: relative;
  top: -48px;
}

.offset-bottom-12 {
  position: relative;
  bottom: -48px;
}

.offset-left-12 {
  position: relative;
  left: -48px;
}

.offset-right-12 {
  position: relative;
  right: -48px;
}

.m-14 {
  margin: 56px;
}

.mt-14 {
  margin-top: 56px;
}

.mr-14 {
  margin-right: 56px;
}

.mb-14 {
  margin-bottom: 56px;
}

.ml-14 {
  margin-left: 56px;
}

.mx-14 {
  margin-left: 56px;
  margin-right: 56px;
}

.my-14 {
  margin-top: 56px;
  margin-bottom: 56px;
}

.p-14 {
  padding: 56px;
}

.pt-14 {
  padding-top: 56px;
}

.pr-14 {
  padding-right: 56px;
}

.pb-14 {
  padding-bottom: 56px;
}

.pl-14 {
  padding-left: 56px;
}

.px-14 {
  padding-left: 56px;
  padding-right: 56px;
}

.py-14 {
  padding-top: 56px;
  padding-bottom: 56px;
}

.offset-top-14 {
  position: relative;
  top: -56px;
}

.offset-bottom-14 {
  position: relative;
  bottom: -56px;
}

.offset-left-14 {
  position: relative;
  left: -56px;
}

.offset-right-14 {
  position: relative;
  right: -56px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.l-0 {
  position: relative;
  left: -0px;
}

.l-1 {
  position: relative;
  left: -1px;
}

.l-2 {
  position: relative;
  left: -2px;
}

.l-3 {
  position: relative;
  left: -3px;
}

.l-4 {
  position: relative;
  left: -4px;
}

.l-5 {
  position: relative;
  left: -5px;
}

.l-6 {
  position: relative;
  left: -6px;
}

.l-7 {
  position: relative;
  left: -7px;
}

.l-8 {
  position: relative;
  left: -8px;
}

.l-9 {
  position: relative;
  left: -9px;
}

.l-10 {
  position: relative;
  left: -10px;
}

.r-0 {
  position: relative;
  right: -0px;
}

.r-1 {
  position: relative;
  right: -1px;
}

.r-2 {
  position: relative;
  right: -2px;
}

.r-3 {
  position: relative;
  right: -3px;
}

.r-4 {
  position: relative;
  right: -4px;
}

.r-5 {
  position: relative;
  right: -5px;
}

.r-6 {
  position: relative;
  right: -6px;
}

.r-7 {
  position: relative;
  right: -7px;
}

.r-8 {
  position: relative;
  right: -8px;
}

.r-9 {
  position: relative;
  right: -9px;
}

.r-10 {
  position: relative;
  right: -10px;
}

.t-0 {
  position: relative;
  top: -0px;
}

.t-1 {
  position: relative;
  top: -1px;
}

.t-2 {
  position: relative;
  top: -2px;
}

.t-3 {
  position: relative;
  top: -3px;
}

.t-4 {
  position: relative;
  top: -4px;
}

.t-5 {
  position: relative;
  top: -5px;
}

.t-6 {
  position: relative;
  top: -6px;
}

.t-7 {
  position: relative;
  top: -7px;
}

.t-8 {
  position: relative;
  top: -8px;
}

.t-9 {
  position: relative;
  top: -9px;
}

.t-10 {
  position: relative;
  top: -10px;
}

.b-0 {
  position: relative;
  bottom: -0px;
}

.b-1 {
  position: relative;
  bottom: -1px;
}

.b-2 {
  position: relative;
  bottom: -2px;
}

.b-3 {
  position: relative;
  bottom: -3px;
}

.b-4 {
  position: relative;
  bottom: -4px;
}

.b-5 {
  position: relative;
  bottom: -5px;
}

.b-6 {
  position: relative;
  bottom: -6px;
}

.b-7 {
  position: relative;
  bottom: -7px;
}

.b-8 {
  position: relative;
  bottom: -8px;
}

.b-9 {
  position: relative;
  bottom: -9px;
}

.b-10 {
  position: relative;
  bottom: -10px;
}

@media (max-width: 500px) {
  .xs\:m-0 {
    margin: 0px;
  }
  .xs\:mt-0 {
    margin-top: 0px;
  }
  .xs\:mr-0 {
    margin-right: 0px;
  }
  .xs\:mb-0 {
    margin-bottom: 0px;
  }
  .xs\:ml-0 {
    margin-left: 0px;
  }
  .xs\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .xs\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .xs\:p-0 {
    padding: 0px;
  }
  .xs\:pt-0 {
    padding-top: 0px;
  }
  .xs\:pr-0 {
    padding-right: 0px;
  }
  .xs\:pb-0 {
    padding-bottom: 0px;
  }
  .xs\:pl-0 {
    padding-left: 0px;
  }
  .xs\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .xs\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .xs\:offset-top-0 {
    position: relative;
    top: 0px;
  }
  .xs\:offset-bottom-0 {
    position: relative;
    bottom: 0px;
  }
  .xs\:offset-left-0 {
    position: relative;
    left: 0px;
  }
  .xs\:offset-right-0 {
    position: relative;
    right: 0px;
  }
  .xs\:m-1 {
    margin: 4px;
  }
  .xs\:mt-1 {
    margin-top: 4px;
  }
  .xs\:mr-1 {
    margin-right: 4px;
  }
  .xs\:mb-1 {
    margin-bottom: 4px;
  }
  .xs\:ml-1 {
    margin-left: 4px;
  }
  .xs\:mx-1 {
    margin-left: 4px;
    margin-right: 4px;
  }
  .xs\:my-1 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .xs\:p-1 {
    padding: 4px;
  }
  .xs\:pt-1 {
    padding-top: 4px;
  }
  .xs\:pr-1 {
    padding-right: 4px;
  }
  .xs\:pb-1 {
    padding-bottom: 4px;
  }
  .xs\:pl-1 {
    padding-left: 4px;
  }
  .xs\:px-1 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .xs\:py-1 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .xs\:offset-top-1 {
    position: relative;
    top: -4px;
  }
  .xs\:offset-bottom-1 {
    position: relative;
    bottom: -4px;
  }
  .xs\:offset-left-1 {
    position: relative;
    left: -4px;
  }
  .xs\:offset-right-1 {
    position: relative;
    right: -4px;
  }
  .xs\:m-2 {
    margin: 8px;
  }
  .xs\:mt-2 {
    margin-top: 8px;
  }
  .xs\:mr-2 {
    margin-right: 8px;
  }
  .xs\:mb-2 {
    margin-bottom: 8px;
  }
  .xs\:ml-2 {
    margin-left: 8px;
  }
  .xs\:mx-2 {
    margin-left: 8px;
    margin-right: 8px;
  }
  .xs\:my-2 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .xs\:p-2 {
    padding: 8px;
  }
  .xs\:pt-2 {
    padding-top: 8px;
  }
  .xs\:pr-2 {
    padding-right: 8px;
  }
  .xs\:pb-2 {
    padding-bottom: 8px;
  }
  .xs\:pl-2 {
    padding-left: 8px;
  }
  .xs\:px-2 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .xs\:py-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .xs\:offset-top-2 {
    position: relative;
    top: -8px;
  }
  .xs\:offset-bottom-2 {
    position: relative;
    bottom: -8px;
  }
  .xs\:offset-left-2 {
    position: relative;
    left: -8px;
  }
  .xs\:offset-right-2 {
    position: relative;
    right: -8px;
  }
  .xs\:m-3 {
    margin: 12px;
  }
  .xs\:mt-3 {
    margin-top: 12px;
  }
  .xs\:mr-3 {
    margin-right: 12px;
  }
  .xs\:mb-3 {
    margin-bottom: 12px;
  }
  .xs\:ml-3 {
    margin-left: 12px;
  }
  .xs\:mx-3 {
    margin-left: 12px;
    margin-right: 12px;
  }
  .xs\:my-3 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .xs\:p-3 {
    padding: 12px;
  }
  .xs\:pt-3 {
    padding-top: 12px;
  }
  .xs\:pr-3 {
    padding-right: 12px;
  }
  .xs\:pb-3 {
    padding-bottom: 12px;
  }
  .xs\:pl-3 {
    padding-left: 12px;
  }
  .xs\:px-3 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .xs\:py-3 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .xs\:offset-top-3 {
    position: relative;
    top: -12px;
  }
  .xs\:offset-bottom-3 {
    position: relative;
    bottom: -12px;
  }
  .xs\:offset-left-3 {
    position: relative;
    left: -12px;
  }
  .xs\:offset-right-3 {
    position: relative;
    right: -12px;
  }
  .xs\:m-4 {
    margin: 16px;
  }
  .xs\:mt-4 {
    margin-top: 16px;
  }
  .xs\:mr-4 {
    margin-right: 16px;
  }
  .xs\:mb-4 {
    margin-bottom: 16px;
  }
  .xs\:ml-4 {
    margin-left: 16px;
  }
  .xs\:mx-4 {
    margin-left: 16px;
    margin-right: 16px;
  }
  .xs\:my-4 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .xs\:p-4 {
    padding: 16px;
  }
  .xs\:pt-4 {
    padding-top: 16px;
  }
  .xs\:pr-4 {
    padding-right: 16px;
  }
  .xs\:pb-4 {
    padding-bottom: 16px;
  }
  .xs\:pl-4 {
    padding-left: 16px;
  }
  .xs\:px-4 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .xs\:py-4 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .xs\:offset-top-4 {
    position: relative;
    top: -16px;
  }
  .xs\:offset-bottom-4 {
    position: relative;
    bottom: -16px;
  }
  .xs\:offset-left-4 {
    position: relative;
    left: -16px;
  }
  .xs\:offset-right-4 {
    position: relative;
    right: -16px;
  }
  .xs\:m-5 {
    margin: 20px;
  }
  .xs\:mt-5 {
    margin-top: 20px;
  }
  .xs\:mr-5 {
    margin-right: 20px;
  }
  .xs\:mb-5 {
    margin-bottom: 20px;
  }
  .xs\:ml-5 {
    margin-left: 20px;
  }
  .xs\:mx-5 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .xs\:my-5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .xs\:p-5 {
    padding: 20px;
  }
  .xs\:pt-5 {
    padding-top: 20px;
  }
  .xs\:pr-5 {
    padding-right: 20px;
  }
  .xs\:pb-5 {
    padding-bottom: 20px;
  }
  .xs\:pl-5 {
    padding-left: 20px;
  }
  .xs\:px-5 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .xs\:py-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .xs\:offset-top-5 {
    position: relative;
    top: -20px;
  }
  .xs\:offset-bottom-5 {
    position: relative;
    bottom: -20px;
  }
  .xs\:offset-left-5 {
    position: relative;
    left: -20px;
  }
  .xs\:offset-right-5 {
    position: relative;
    right: -20px;
  }
  .xs\:m-6 {
    margin: 24px;
  }
  .xs\:mt-6 {
    margin-top: 24px;
  }
  .xs\:mr-6 {
    margin-right: 24px;
  }
  .xs\:mb-6 {
    margin-bottom: 24px;
  }
  .xs\:ml-6 {
    margin-left: 24px;
  }
  .xs\:mx-6 {
    margin-left: 24px;
    margin-right: 24px;
  }
  .xs\:my-6 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .xs\:p-6 {
    padding: 24px;
  }
  .xs\:pt-6 {
    padding-top: 24px;
  }
  .xs\:pr-6 {
    padding-right: 24px;
  }
  .xs\:pb-6 {
    padding-bottom: 24px;
  }
  .xs\:pl-6 {
    padding-left: 24px;
  }
  .xs\:px-6 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .xs\:py-6 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .xs\:offset-top-6 {
    position: relative;
    top: -24px;
  }
  .xs\:offset-bottom-6 {
    position: relative;
    bottom: -24px;
  }
  .xs\:offset-left-6 {
    position: relative;
    left: -24px;
  }
  .xs\:offset-right-6 {
    position: relative;
    right: -24px;
  }
  .xs\:m-7 {
    margin: 28px;
  }
  .xs\:mt-7 {
    margin-top: 28px;
  }
  .xs\:mr-7 {
    margin-right: 28px;
  }
  .xs\:mb-7 {
    margin-bottom: 28px;
  }
  .xs\:ml-7 {
    margin-left: 28px;
  }
  .xs\:mx-7 {
    margin-left: 28px;
    margin-right: 28px;
  }
  .xs\:my-7 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .xs\:p-7 {
    padding: 28px;
  }
  .xs\:pt-7 {
    padding-top: 28px;
  }
  .xs\:pr-7 {
    padding-right: 28px;
  }
  .xs\:pb-7 {
    padding-bottom: 28px;
  }
  .xs\:pl-7 {
    padding-left: 28px;
  }
  .xs\:px-7 {
    padding-left: 28px;
    padding-right: 28px;
  }
  .xs\:py-7 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .xs\:offset-top-7 {
    position: relative;
    top: -28px;
  }
  .xs\:offset-bottom-7 {
    position: relative;
    bottom: -28px;
  }
  .xs\:offset-left-7 {
    position: relative;
    left: -28px;
  }
  .xs\:offset-right-7 {
    position: relative;
    right: -28px;
  }
  .xs\:m-8 {
    margin: 32px;
  }
  .xs\:mt-8 {
    margin-top: 32px;
  }
  .xs\:mr-8 {
    margin-right: 32px;
  }
  .xs\:mb-8 {
    margin-bottom: 32px;
  }
  .xs\:ml-8 {
    margin-left: 32px;
  }
  .xs\:mx-8 {
    margin-left: 32px;
    margin-right: 32px;
  }
  .xs\:my-8 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .xs\:p-8 {
    padding: 32px;
  }
  .xs\:pt-8 {
    padding-top: 32px;
  }
  .xs\:pr-8 {
    padding-right: 32px;
  }
  .xs\:pb-8 {
    padding-bottom: 32px;
  }
  .xs\:pl-8 {
    padding-left: 32px;
  }
  .xs\:px-8 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .xs\:py-8 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .xs\:offset-top-8 {
    position: relative;
    top: -32px;
  }
  .xs\:offset-bottom-8 {
    position: relative;
    bottom: -32px;
  }
  .xs\:offset-left-8 {
    position: relative;
    left: -32px;
  }
  .xs\:offset-right-8 {
    position: relative;
    right: -32px;
  }
  .xs\:m-9 {
    margin: 36px;
  }
  .xs\:mt-9 {
    margin-top: 36px;
  }
  .xs\:mr-9 {
    margin-right: 36px;
  }
  .xs\:mb-9 {
    margin-bottom: 36px;
  }
  .xs\:ml-9 {
    margin-left: 36px;
  }
  .xs\:mx-9 {
    margin-left: 36px;
    margin-right: 36px;
  }
  .xs\:my-9 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .xs\:p-9 {
    padding: 36px;
  }
  .xs\:pt-9 {
    padding-top: 36px;
  }
  .xs\:pr-9 {
    padding-right: 36px;
  }
  .xs\:pb-9 {
    padding-bottom: 36px;
  }
  .xs\:pl-9 {
    padding-left: 36px;
  }
  .xs\:px-9 {
    padding-left: 36px;
    padding-right: 36px;
  }
  .xs\:py-9 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .xs\:offset-top-9 {
    position: relative;
    top: -36px;
  }
  .xs\:offset-bottom-9 {
    position: relative;
    bottom: -36px;
  }
  .xs\:offset-left-9 {
    position: relative;
    left: -36px;
  }
  .xs\:offset-right-9 {
    position: relative;
    right: -36px;
  }
  .xs\:m-10 {
    margin: 40px;
  }
  .xs\:mt-10 {
    margin-top: 40px;
  }
  .xs\:mr-10 {
    margin-right: 40px;
  }
  .xs\:mb-10 {
    margin-bottom: 40px;
  }
  .xs\:ml-10 {
    margin-left: 40px;
  }
  .xs\:mx-10 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .xs\:my-10 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .xs\:p-10 {
    padding: 40px;
  }
  .xs\:pt-10 {
    padding-top: 40px;
  }
  .xs\:pr-10 {
    padding-right: 40px;
  }
  .xs\:pb-10 {
    padding-bottom: 40px;
  }
  .xs\:pl-10 {
    padding-left: 40px;
  }
  .xs\:px-10 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .xs\:py-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .xs\:offset-top-10 {
    position: relative;
    top: -40px;
  }
  .xs\:offset-bottom-10 {
    position: relative;
    bottom: -40px;
  }
  .xs\:offset-left-10 {
    position: relative;
    left: -40px;
  }
  .xs\:offset-right-10 {
    position: relative;
    right: -40px;
  }
  .xs\:m-12 {
    margin: 48px;
  }
  .xs\:mt-12 {
    margin-top: 48px;
  }
  .xs\:mr-12 {
    margin-right: 48px;
  }
  .xs\:mb-12 {
    margin-bottom: 48px;
  }
  .xs\:ml-12 {
    margin-left: 48px;
  }
  .xs\:mx-12 {
    margin-left: 48px;
    margin-right: 48px;
  }
  .xs\:my-12 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .xs\:p-12 {
    padding: 48px;
  }
  .xs\:pt-12 {
    padding-top: 48px;
  }
  .xs\:pr-12 {
    padding-right: 48px;
  }
  .xs\:pb-12 {
    padding-bottom: 48px;
  }
  .xs\:pl-12 {
    padding-left: 48px;
  }
  .xs\:px-12 {
    padding-left: 48px;
    padding-right: 48px;
  }
  .xs\:py-12 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .xs\:offset-top-12 {
    position: relative;
    top: -48px;
  }
  .xs\:offset-bottom-12 {
    position: relative;
    bottom: -48px;
  }
  .xs\:offset-left-12 {
    position: relative;
    left: -48px;
  }
  .xs\:offset-right-12 {
    position: relative;
    right: -48px;
  }
  .xs\:m-14 {
    margin: 56px;
  }
  .xs\:mt-14 {
    margin-top: 56px;
  }
  .xs\:mr-14 {
    margin-right: 56px;
  }
  .xs\:mb-14 {
    margin-bottom: 56px;
  }
  .xs\:ml-14 {
    margin-left: 56px;
  }
  .xs\:mx-14 {
    margin-left: 56px;
    margin-right: 56px;
  }
  .xs\:my-14 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .xs\:p-14 {
    padding: 56px;
  }
  .xs\:pt-14 {
    padding-top: 56px;
  }
  .xs\:pr-14 {
    padding-right: 56px;
  }
  .xs\:pb-14 {
    padding-bottom: 56px;
  }
  .xs\:pl-14 {
    padding-left: 56px;
  }
  .xs\:px-14 {
    padding-left: 56px;
    padding-right: 56px;
  }
  .xs\:py-14 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .xs\:offset-top-14 {
    position: relative;
    top: -56px;
  }
  .xs\:offset-bottom-14 {
    position: relative;
    bottom: -56px;
  }
  .xs\:offset-left-14 {
    position: relative;
    left: -56px;
  }
  .xs\:offset-right-14 {
    position: relative;
    right: -56px;
  }
  .xs\:l-0 {
    position: relative;
    left: -0px;
  }
  .xs\:r-0 {
    position: relative;
    right: -0px;
  }
  .xs\:t-0 {
    position: relative;
    top: -0px;
  }
  .xs\:b-0 {
    position: relative;
    bottom: -0px;
  }
  .xs\:l-1 {
    position: relative;
    left: -1px;
  }
  .xs\:r-1 {
    position: relative;
    right: -1px;
  }
  .xs\:t-1 {
    position: relative;
    top: -1px;
  }
  .xs\:b-1 {
    position: relative;
    bottom: -1px;
  }
  .xs\:l-2 {
    position: relative;
    left: -2px;
  }
  .xs\:r-2 {
    position: relative;
    right: -2px;
  }
  .xs\:t-2 {
    position: relative;
    top: -2px;
  }
  .xs\:b-2 {
    position: relative;
    bottom: -2px;
  }
  .xs\:l-3 {
    position: relative;
    left: -3px;
  }
  .xs\:r-3 {
    position: relative;
    right: -3px;
  }
  .xs\:t-3 {
    position: relative;
    top: -3px;
  }
  .xs\:b-3 {
    position: relative;
    bottom: -3px;
  }
  .xs\:l-4 {
    position: relative;
    left: -4px;
  }
  .xs\:r-4 {
    position: relative;
    right: -4px;
  }
  .xs\:t-4 {
    position: relative;
    top: -4px;
  }
  .xs\:b-4 {
    position: relative;
    bottom: -4px;
  }
  .xs\:l-5 {
    position: relative;
    left: -5px;
  }
  .xs\:r-5 {
    position: relative;
    right: -5px;
  }
  .xs\:t-5 {
    position: relative;
    top: -5px;
  }
  .xs\:b-5 {
    position: relative;
    bottom: -5px;
  }
  .xs\:l-6 {
    position: relative;
    left: -6px;
  }
  .xs\:r-6 {
    position: relative;
    right: -6px;
  }
  .xs\:t-6 {
    position: relative;
    top: -6px;
  }
  .xs\:b-6 {
    position: relative;
    bottom: -6px;
  }
  .xs\:l-7 {
    position: relative;
    left: -7px;
  }
  .xs\:r-7 {
    position: relative;
    right: -7px;
  }
  .xs\:t-7 {
    position: relative;
    top: -7px;
  }
  .xs\:b-7 {
    position: relative;
    bottom: -7px;
  }
  .xs\:l-8 {
    position: relative;
    left: -8px;
  }
  .xs\:r-8 {
    position: relative;
    right: -8px;
  }
  .xs\:t-8 {
    position: relative;
    top: -8px;
  }
  .xs\:b-8 {
    position: relative;
    bottom: -8px;
  }
  .xs\:l-9 {
    position: relative;
    left: -9px;
  }
  .xs\:r-9 {
    position: relative;
    right: -9px;
  }
  .xs\:t-9 {
    position: relative;
    top: -9px;
  }
  .xs\:b-9 {
    position: relative;
    bottom: -9px;
  }
  .xs\:l-10 {
    position: relative;
    left: -10px;
  }
  .xs\:r-10 {
    position: relative;
    right: -10px;
  }
  .xs\:t-10 {
    position: relative;
    top: -10px;
  }
  .xs\:b-10 {
    position: relative;
    bottom: -10px;
  }
}
@media (max-width: 1280px) {
  .s\:m-0 {
    margin: 0px;
  }
  .s\:mt-0 {
    margin-top: 0px;
  }
  .s\:mr-0 {
    margin-right: 0px;
  }
  .s\:mb-0 {
    margin-bottom: 0px;
  }
  .s\:ml-0 {
    margin-left: 0px;
  }
  .s\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .s\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .s\:p-0 {
    padding: 0px;
  }
  .s\:pt-0 {
    padding-top: 0px;
  }
  .s\:pr-0 {
    padding-right: 0px;
  }
  .s\:pb-0 {
    padding-bottom: 0px;
  }
  .s\:pl-0 {
    padding-left: 0px;
  }
  .s\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .s\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .s\:offset-top-0 {
    position: relative;
    top: 0px;
  }
  .s\:offset-bottom-0 {
    position: relative;
    bottom: 0px;
  }
  .s\:offset-left-0 {
    position: relative;
    left: 0px;
  }
  .s\:offset-right-0 {
    position: relative;
    right: 0px;
  }
  .s\:m-1 {
    margin: 4px;
  }
  .s\:mt-1 {
    margin-top: 4px;
  }
  .s\:mr-1 {
    margin-right: 4px;
  }
  .s\:mb-1 {
    margin-bottom: 4px;
  }
  .s\:ml-1 {
    margin-left: 4px;
  }
  .s\:mx-1 {
    margin-left: 4px;
    margin-right: 4px;
  }
  .s\:my-1 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .s\:p-1 {
    padding: 4px;
  }
  .s\:pt-1 {
    padding-top: 4px;
  }
  .s\:pr-1 {
    padding-right: 4px;
  }
  .s\:pb-1 {
    padding-bottom: 4px;
  }
  .s\:pl-1 {
    padding-left: 4px;
  }
  .s\:px-1 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .s\:py-1 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .s\:offset-top-1 {
    position: relative;
    top: -4px;
  }
  .s\:offset-bottom-1 {
    position: relative;
    bottom: -4px;
  }
  .s\:offset-left-1 {
    position: relative;
    left: -4px;
  }
  .s\:offset-right-1 {
    position: relative;
    right: -4px;
  }
  .s\:m-2 {
    margin: 8px;
  }
  .s\:mt-2 {
    margin-top: 8px;
  }
  .s\:mr-2 {
    margin-right: 8px;
  }
  .s\:mb-2 {
    margin-bottom: 8px;
  }
  .s\:ml-2 {
    margin-left: 8px;
  }
  .s\:mx-2 {
    margin-left: 8px;
    margin-right: 8px;
  }
  .s\:my-2 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .s\:p-2 {
    padding: 8px;
  }
  .s\:pt-2 {
    padding-top: 8px;
  }
  .s\:pr-2 {
    padding-right: 8px;
  }
  .s\:pb-2 {
    padding-bottom: 8px;
  }
  .s\:pl-2 {
    padding-left: 8px;
  }
  .s\:px-2 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .s\:py-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .s\:offset-top-2 {
    position: relative;
    top: -8px;
  }
  .s\:offset-bottom-2 {
    position: relative;
    bottom: -8px;
  }
  .s\:offset-left-2 {
    position: relative;
    left: -8px;
  }
  .s\:offset-right-2 {
    position: relative;
    right: -8px;
  }
  .s\:m-3 {
    margin: 12px;
  }
  .s\:mt-3 {
    margin-top: 12px;
  }
  .s\:mr-3 {
    margin-right: 12px;
  }
  .s\:mb-3 {
    margin-bottom: 12px;
  }
  .s\:ml-3 {
    margin-left: 12px;
  }
  .s\:mx-3 {
    margin-left: 12px;
    margin-right: 12px;
  }
  .s\:my-3 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .s\:p-3 {
    padding: 12px;
  }
  .s\:pt-3 {
    padding-top: 12px;
  }
  .s\:pr-3 {
    padding-right: 12px;
  }
  .s\:pb-3 {
    padding-bottom: 12px;
  }
  .s\:pl-3 {
    padding-left: 12px;
  }
  .s\:px-3 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .s\:py-3 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .s\:offset-top-3 {
    position: relative;
    top: -12px;
  }
  .s\:offset-bottom-3 {
    position: relative;
    bottom: -12px;
  }
  .s\:offset-left-3 {
    position: relative;
    left: -12px;
  }
  .s\:offset-right-3 {
    position: relative;
    right: -12px;
  }
  .s\:m-4 {
    margin: 16px;
  }
  .s\:mt-4 {
    margin-top: 16px;
  }
  .s\:mr-4 {
    margin-right: 16px;
  }
  .s\:mb-4 {
    margin-bottom: 16px;
  }
  .s\:ml-4 {
    margin-left: 16px;
  }
  .s\:mx-4 {
    margin-left: 16px;
    margin-right: 16px;
  }
  .s\:my-4 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .s\:p-4 {
    padding: 16px;
  }
  .s\:pt-4 {
    padding-top: 16px;
  }
  .s\:pr-4 {
    padding-right: 16px;
  }
  .s\:pb-4 {
    padding-bottom: 16px;
  }
  .s\:pl-4 {
    padding-left: 16px;
  }
  .s\:px-4 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .s\:py-4 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .s\:offset-top-4 {
    position: relative;
    top: -16px;
  }
  .s\:offset-bottom-4 {
    position: relative;
    bottom: -16px;
  }
  .s\:offset-left-4 {
    position: relative;
    left: -16px;
  }
  .s\:offset-right-4 {
    position: relative;
    right: -16px;
  }
  .s\:m-5 {
    margin: 20px;
  }
  .s\:mt-5 {
    margin-top: 20px;
  }
  .s\:mr-5 {
    margin-right: 20px;
  }
  .s\:mb-5 {
    margin-bottom: 20px;
  }
  .s\:ml-5 {
    margin-left: 20px;
  }
  .s\:mx-5 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .s\:my-5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .s\:p-5 {
    padding: 20px;
  }
  .s\:pt-5 {
    padding-top: 20px;
  }
  .s\:pr-5 {
    padding-right: 20px;
  }
  .s\:pb-5 {
    padding-bottom: 20px;
  }
  .s\:pl-5 {
    padding-left: 20px;
  }
  .s\:px-5 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .s\:py-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .s\:offset-top-5 {
    position: relative;
    top: -20px;
  }
  .s\:offset-bottom-5 {
    position: relative;
    bottom: -20px;
  }
  .s\:offset-left-5 {
    position: relative;
    left: -20px;
  }
  .s\:offset-right-5 {
    position: relative;
    right: -20px;
  }
  .s\:m-6 {
    margin: 24px;
  }
  .s\:mt-6 {
    margin-top: 24px;
  }
  .s\:mr-6 {
    margin-right: 24px;
  }
  .s\:mb-6 {
    margin-bottom: 24px;
  }
  .s\:ml-6 {
    margin-left: 24px;
  }
  .s\:mx-6 {
    margin-left: 24px;
    margin-right: 24px;
  }
  .s\:my-6 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .s\:p-6 {
    padding: 24px;
  }
  .s\:pt-6 {
    padding-top: 24px;
  }
  .s\:pr-6 {
    padding-right: 24px;
  }
  .s\:pb-6 {
    padding-bottom: 24px;
  }
  .s\:pl-6 {
    padding-left: 24px;
  }
  .s\:px-6 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .s\:py-6 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .s\:offset-top-6 {
    position: relative;
    top: -24px;
  }
  .s\:offset-bottom-6 {
    position: relative;
    bottom: -24px;
  }
  .s\:offset-left-6 {
    position: relative;
    left: -24px;
  }
  .s\:offset-right-6 {
    position: relative;
    right: -24px;
  }
  .s\:m-7 {
    margin: 28px;
  }
  .s\:mt-7 {
    margin-top: 28px;
  }
  .s\:mr-7 {
    margin-right: 28px;
  }
  .s\:mb-7 {
    margin-bottom: 28px;
  }
  .s\:ml-7 {
    margin-left: 28px;
  }
  .s\:mx-7 {
    margin-left: 28px;
    margin-right: 28px;
  }
  .s\:my-7 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .s\:p-7 {
    padding: 28px;
  }
  .s\:pt-7 {
    padding-top: 28px;
  }
  .s\:pr-7 {
    padding-right: 28px;
  }
  .s\:pb-7 {
    padding-bottom: 28px;
  }
  .s\:pl-7 {
    padding-left: 28px;
  }
  .s\:px-7 {
    padding-left: 28px;
    padding-right: 28px;
  }
  .s\:py-7 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .s\:offset-top-7 {
    position: relative;
    top: -28px;
  }
  .s\:offset-bottom-7 {
    position: relative;
    bottom: -28px;
  }
  .s\:offset-left-7 {
    position: relative;
    left: -28px;
  }
  .s\:offset-right-7 {
    position: relative;
    right: -28px;
  }
  .s\:m-8 {
    margin: 32px;
  }
  .s\:mt-8 {
    margin-top: 32px;
  }
  .s\:mr-8 {
    margin-right: 32px;
  }
  .s\:mb-8 {
    margin-bottom: 32px;
  }
  .s\:ml-8 {
    margin-left: 32px;
  }
  .s\:mx-8 {
    margin-left: 32px;
    margin-right: 32px;
  }
  .s\:my-8 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .s\:p-8 {
    padding: 32px;
  }
  .s\:pt-8 {
    padding-top: 32px;
  }
  .s\:pr-8 {
    padding-right: 32px;
  }
  .s\:pb-8 {
    padding-bottom: 32px;
  }
  .s\:pl-8 {
    padding-left: 32px;
  }
  .s\:px-8 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .s\:py-8 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .s\:offset-top-8 {
    position: relative;
    top: -32px;
  }
  .s\:offset-bottom-8 {
    position: relative;
    bottom: -32px;
  }
  .s\:offset-left-8 {
    position: relative;
    left: -32px;
  }
  .s\:offset-right-8 {
    position: relative;
    right: -32px;
  }
  .s\:m-9 {
    margin: 36px;
  }
  .s\:mt-9 {
    margin-top: 36px;
  }
  .s\:mr-9 {
    margin-right: 36px;
  }
  .s\:mb-9 {
    margin-bottom: 36px;
  }
  .s\:ml-9 {
    margin-left: 36px;
  }
  .s\:mx-9 {
    margin-left: 36px;
    margin-right: 36px;
  }
  .s\:my-9 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .s\:p-9 {
    padding: 36px;
  }
  .s\:pt-9 {
    padding-top: 36px;
  }
  .s\:pr-9 {
    padding-right: 36px;
  }
  .s\:pb-9 {
    padding-bottom: 36px;
  }
  .s\:pl-9 {
    padding-left: 36px;
  }
  .s\:px-9 {
    padding-left: 36px;
    padding-right: 36px;
  }
  .s\:py-9 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .s\:offset-top-9 {
    position: relative;
    top: -36px;
  }
  .s\:offset-bottom-9 {
    position: relative;
    bottom: -36px;
  }
  .s\:offset-left-9 {
    position: relative;
    left: -36px;
  }
  .s\:offset-right-9 {
    position: relative;
    right: -36px;
  }
  .s\:m-10 {
    margin: 40px;
  }
  .s\:mt-10 {
    margin-top: 40px;
  }
  .s\:mr-10 {
    margin-right: 40px;
  }
  .s\:mb-10 {
    margin-bottom: 40px;
  }
  .s\:ml-10 {
    margin-left: 40px;
  }
  .s\:mx-10 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .s\:my-10 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .s\:p-10 {
    padding: 40px;
  }
  .s\:pt-10 {
    padding-top: 40px;
  }
  .s\:pr-10 {
    padding-right: 40px;
  }
  .s\:pb-10 {
    padding-bottom: 40px;
  }
  .s\:pl-10 {
    padding-left: 40px;
  }
  .s\:px-10 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .s\:py-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s\:offset-top-10 {
    position: relative;
    top: -40px;
  }
  .s\:offset-bottom-10 {
    position: relative;
    bottom: -40px;
  }
  .s\:offset-left-10 {
    position: relative;
    left: -40px;
  }
  .s\:offset-right-10 {
    position: relative;
    right: -40px;
  }
  .s\:m-12 {
    margin: 48px;
  }
  .s\:mt-12 {
    margin-top: 48px;
  }
  .s\:mr-12 {
    margin-right: 48px;
  }
  .s\:mb-12 {
    margin-bottom: 48px;
  }
  .s\:ml-12 {
    margin-left: 48px;
  }
  .s\:mx-12 {
    margin-left: 48px;
    margin-right: 48px;
  }
  .s\:my-12 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .s\:p-12 {
    padding: 48px;
  }
  .s\:pt-12 {
    padding-top: 48px;
  }
  .s\:pr-12 {
    padding-right: 48px;
  }
  .s\:pb-12 {
    padding-bottom: 48px;
  }
  .s\:pl-12 {
    padding-left: 48px;
  }
  .s\:px-12 {
    padding-left: 48px;
    padding-right: 48px;
  }
  .s\:py-12 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .s\:offset-top-12 {
    position: relative;
    top: -48px;
  }
  .s\:offset-bottom-12 {
    position: relative;
    bottom: -48px;
  }
  .s\:offset-left-12 {
    position: relative;
    left: -48px;
  }
  .s\:offset-right-12 {
    position: relative;
    right: -48px;
  }
  .s\:m-14 {
    margin: 56px;
  }
  .s\:mt-14 {
    margin-top: 56px;
  }
  .s\:mr-14 {
    margin-right: 56px;
  }
  .s\:mb-14 {
    margin-bottom: 56px;
  }
  .s\:ml-14 {
    margin-left: 56px;
  }
  .s\:mx-14 {
    margin-left: 56px;
    margin-right: 56px;
  }
  .s\:my-14 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .s\:p-14 {
    padding: 56px;
  }
  .s\:pt-14 {
    padding-top: 56px;
  }
  .s\:pr-14 {
    padding-right: 56px;
  }
  .s\:pb-14 {
    padding-bottom: 56px;
  }
  .s\:pl-14 {
    padding-left: 56px;
  }
  .s\:px-14 {
    padding-left: 56px;
    padding-right: 56px;
  }
  .s\:py-14 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .s\:offset-top-14 {
    position: relative;
    top: -56px;
  }
  .s\:offset-bottom-14 {
    position: relative;
    bottom: -56px;
  }
  .s\:offset-left-14 {
    position: relative;
    left: -56px;
  }
  .s\:offset-right-14 {
    position: relative;
    right: -56px;
  }
  .s\:l-0 {
    position: relative;
    left: -0px;
  }
  .s\:r-0 {
    position: relative;
    right: -0px;
  }
  .s\:t-0 {
    position: relative;
    top: -0px;
  }
  .s\:b-0 {
    position: relative;
    bottom: -0px;
  }
  .s\:l-1 {
    position: relative;
    left: -1px;
  }
  .s\:r-1 {
    position: relative;
    right: -1px;
  }
  .s\:t-1 {
    position: relative;
    top: -1px;
  }
  .s\:b-1 {
    position: relative;
    bottom: -1px;
  }
  .s\:l-2 {
    position: relative;
    left: -2px;
  }
  .s\:r-2 {
    position: relative;
    right: -2px;
  }
  .s\:t-2 {
    position: relative;
    top: -2px;
  }
  .s\:b-2 {
    position: relative;
    bottom: -2px;
  }
  .s\:l-3 {
    position: relative;
    left: -3px;
  }
  .s\:r-3 {
    position: relative;
    right: -3px;
  }
  .s\:t-3 {
    position: relative;
    top: -3px;
  }
  .s\:b-3 {
    position: relative;
    bottom: -3px;
  }
  .s\:l-4 {
    position: relative;
    left: -4px;
  }
  .s\:r-4 {
    position: relative;
    right: -4px;
  }
  .s\:t-4 {
    position: relative;
    top: -4px;
  }
  .s\:b-4 {
    position: relative;
    bottom: -4px;
  }
  .s\:l-5 {
    position: relative;
    left: -5px;
  }
  .s\:r-5 {
    position: relative;
    right: -5px;
  }
  .s\:t-5 {
    position: relative;
    top: -5px;
  }
  .s\:b-5 {
    position: relative;
    bottom: -5px;
  }
  .s\:l-6 {
    position: relative;
    left: -6px;
  }
  .s\:r-6 {
    position: relative;
    right: -6px;
  }
  .s\:t-6 {
    position: relative;
    top: -6px;
  }
  .s\:b-6 {
    position: relative;
    bottom: -6px;
  }
  .s\:l-7 {
    position: relative;
    left: -7px;
  }
  .s\:r-7 {
    position: relative;
    right: -7px;
  }
  .s\:t-7 {
    position: relative;
    top: -7px;
  }
  .s\:b-7 {
    position: relative;
    bottom: -7px;
  }
  .s\:l-8 {
    position: relative;
    left: -8px;
  }
  .s\:r-8 {
    position: relative;
    right: -8px;
  }
  .s\:t-8 {
    position: relative;
    top: -8px;
  }
  .s\:b-8 {
    position: relative;
    bottom: -8px;
  }
  .s\:l-9 {
    position: relative;
    left: -9px;
  }
  .s\:r-9 {
    position: relative;
    right: -9px;
  }
  .s\:t-9 {
    position: relative;
    top: -9px;
  }
  .s\:b-9 {
    position: relative;
    bottom: -9px;
  }
  .s\:l-10 {
    position: relative;
    left: -10px;
  }
  .s\:r-10 {
    position: relative;
    right: -10px;
  }
  .s\:t-10 {
    position: relative;
    top: -10px;
  }
  .s\:b-10 {
    position: relative;
    bottom: -10px;
  }
}
@media (max-width: 1480px) {
  .m\:m-0 {
    margin: 0px;
  }
  .m\:mt-0 {
    margin-top: 0px;
  }
  .m\:mr-0 {
    margin-right: 0px;
  }
  .m\:mb-0 {
    margin-bottom: 0px;
  }
  .m\:ml-0 {
    margin-left: 0px;
  }
  .m\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .m\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .m\:p-0 {
    padding: 0px;
  }
  .m\:pt-0 {
    padding-top: 0px;
  }
  .m\:pr-0 {
    padding-right: 0px;
  }
  .m\:pb-0 {
    padding-bottom: 0px;
  }
  .m\:pl-0 {
    padding-left: 0px;
  }
  .m\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .m\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .m\:offset-top-0 {
    position: relative;
    top: 0px;
  }
  .m\:offset-bottom-0 {
    position: relative;
    bottom: 0px;
  }
  .m\:offset-left-0 {
    position: relative;
    left: 0px;
  }
  .m\:offset-right-0 {
    position: relative;
    right: 0px;
  }
  .m\:m-1 {
    margin: 4px;
  }
  .m\:mt-1 {
    margin-top: 4px;
  }
  .m\:mr-1 {
    margin-right: 4px;
  }
  .m\:mb-1 {
    margin-bottom: 4px;
  }
  .m\:ml-1 {
    margin-left: 4px;
  }
  .m\:mx-1 {
    margin-left: 4px;
    margin-right: 4px;
  }
  .m\:my-1 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .m\:p-1 {
    padding: 4px;
  }
  .m\:pt-1 {
    padding-top: 4px;
  }
  .m\:pr-1 {
    padding-right: 4px;
  }
  .m\:pb-1 {
    padding-bottom: 4px;
  }
  .m\:pl-1 {
    padding-left: 4px;
  }
  .m\:px-1 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .m\:py-1 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .m\:offset-top-1 {
    position: relative;
    top: -4px;
  }
  .m\:offset-bottom-1 {
    position: relative;
    bottom: -4px;
  }
  .m\:offset-left-1 {
    position: relative;
    left: -4px;
  }
  .m\:offset-right-1 {
    position: relative;
    right: -4px;
  }
  .m\:m-2 {
    margin: 8px;
  }
  .m\:mt-2 {
    margin-top: 8px;
  }
  .m\:mr-2 {
    margin-right: 8px;
  }
  .m\:mb-2 {
    margin-bottom: 8px;
  }
  .m\:ml-2 {
    margin-left: 8px;
  }
  .m\:mx-2 {
    margin-left: 8px;
    margin-right: 8px;
  }
  .m\:my-2 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .m\:p-2 {
    padding: 8px;
  }
  .m\:pt-2 {
    padding-top: 8px;
  }
  .m\:pr-2 {
    padding-right: 8px;
  }
  .m\:pb-2 {
    padding-bottom: 8px;
  }
  .m\:pl-2 {
    padding-left: 8px;
  }
  .m\:px-2 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .m\:py-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .m\:offset-top-2 {
    position: relative;
    top: -8px;
  }
  .m\:offset-bottom-2 {
    position: relative;
    bottom: -8px;
  }
  .m\:offset-left-2 {
    position: relative;
    left: -8px;
  }
  .m\:offset-right-2 {
    position: relative;
    right: -8px;
  }
  .m\:m-3 {
    margin: 12px;
  }
  .m\:mt-3 {
    margin-top: 12px;
  }
  .m\:mr-3 {
    margin-right: 12px;
  }
  .m\:mb-3 {
    margin-bottom: 12px;
  }
  .m\:ml-3 {
    margin-left: 12px;
  }
  .m\:mx-3 {
    margin-left: 12px;
    margin-right: 12px;
  }
  .m\:my-3 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .m\:p-3 {
    padding: 12px;
  }
  .m\:pt-3 {
    padding-top: 12px;
  }
  .m\:pr-3 {
    padding-right: 12px;
  }
  .m\:pb-3 {
    padding-bottom: 12px;
  }
  .m\:pl-3 {
    padding-left: 12px;
  }
  .m\:px-3 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .m\:py-3 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .m\:offset-top-3 {
    position: relative;
    top: -12px;
  }
  .m\:offset-bottom-3 {
    position: relative;
    bottom: -12px;
  }
  .m\:offset-left-3 {
    position: relative;
    left: -12px;
  }
  .m\:offset-right-3 {
    position: relative;
    right: -12px;
  }
  .m\:m-4 {
    margin: 16px;
  }
  .m\:mt-4 {
    margin-top: 16px;
  }
  .m\:mr-4 {
    margin-right: 16px;
  }
  .m\:mb-4 {
    margin-bottom: 16px;
  }
  .m\:ml-4 {
    margin-left: 16px;
  }
  .m\:mx-4 {
    margin-left: 16px;
    margin-right: 16px;
  }
  .m\:my-4 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .m\:p-4 {
    padding: 16px;
  }
  .m\:pt-4 {
    padding-top: 16px;
  }
  .m\:pr-4 {
    padding-right: 16px;
  }
  .m\:pb-4 {
    padding-bottom: 16px;
  }
  .m\:pl-4 {
    padding-left: 16px;
  }
  .m\:px-4 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .m\:py-4 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .m\:offset-top-4 {
    position: relative;
    top: -16px;
  }
  .m\:offset-bottom-4 {
    position: relative;
    bottom: -16px;
  }
  .m\:offset-left-4 {
    position: relative;
    left: -16px;
  }
  .m\:offset-right-4 {
    position: relative;
    right: -16px;
  }
  .m\:m-5 {
    margin: 20px;
  }
  .m\:mt-5 {
    margin-top: 20px;
  }
  .m\:mr-5 {
    margin-right: 20px;
  }
  .m\:mb-5 {
    margin-bottom: 20px;
  }
  .m\:ml-5 {
    margin-left: 20px;
  }
  .m\:mx-5 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .m\:my-5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .m\:p-5 {
    padding: 20px;
  }
  .m\:pt-5 {
    padding-top: 20px;
  }
  .m\:pr-5 {
    padding-right: 20px;
  }
  .m\:pb-5 {
    padding-bottom: 20px;
  }
  .m\:pl-5 {
    padding-left: 20px;
  }
  .m\:px-5 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .m\:py-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m\:offset-top-5 {
    position: relative;
    top: -20px;
  }
  .m\:offset-bottom-5 {
    position: relative;
    bottom: -20px;
  }
  .m\:offset-left-5 {
    position: relative;
    left: -20px;
  }
  .m\:offset-right-5 {
    position: relative;
    right: -20px;
  }
  .m\:m-6 {
    margin: 24px;
  }
  .m\:mt-6 {
    margin-top: 24px;
  }
  .m\:mr-6 {
    margin-right: 24px;
  }
  .m\:mb-6 {
    margin-bottom: 24px;
  }
  .m\:ml-6 {
    margin-left: 24px;
  }
  .m\:mx-6 {
    margin-left: 24px;
    margin-right: 24px;
  }
  .m\:my-6 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .m\:p-6 {
    padding: 24px;
  }
  .m\:pt-6 {
    padding-top: 24px;
  }
  .m\:pr-6 {
    padding-right: 24px;
  }
  .m\:pb-6 {
    padding-bottom: 24px;
  }
  .m\:pl-6 {
    padding-left: 24px;
  }
  .m\:px-6 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .m\:py-6 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .m\:offset-top-6 {
    position: relative;
    top: -24px;
  }
  .m\:offset-bottom-6 {
    position: relative;
    bottom: -24px;
  }
  .m\:offset-left-6 {
    position: relative;
    left: -24px;
  }
  .m\:offset-right-6 {
    position: relative;
    right: -24px;
  }
  .m\:m-7 {
    margin: 28px;
  }
  .m\:mt-7 {
    margin-top: 28px;
  }
  .m\:mr-7 {
    margin-right: 28px;
  }
  .m\:mb-7 {
    margin-bottom: 28px;
  }
  .m\:ml-7 {
    margin-left: 28px;
  }
  .m\:mx-7 {
    margin-left: 28px;
    margin-right: 28px;
  }
  .m\:my-7 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .m\:p-7 {
    padding: 28px;
  }
  .m\:pt-7 {
    padding-top: 28px;
  }
  .m\:pr-7 {
    padding-right: 28px;
  }
  .m\:pb-7 {
    padding-bottom: 28px;
  }
  .m\:pl-7 {
    padding-left: 28px;
  }
  .m\:px-7 {
    padding-left: 28px;
    padding-right: 28px;
  }
  .m\:py-7 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .m\:offset-top-7 {
    position: relative;
    top: -28px;
  }
  .m\:offset-bottom-7 {
    position: relative;
    bottom: -28px;
  }
  .m\:offset-left-7 {
    position: relative;
    left: -28px;
  }
  .m\:offset-right-7 {
    position: relative;
    right: -28px;
  }
  .m\:m-8 {
    margin: 32px;
  }
  .m\:mt-8 {
    margin-top: 32px;
  }
  .m\:mr-8 {
    margin-right: 32px;
  }
  .m\:mb-8 {
    margin-bottom: 32px;
  }
  .m\:ml-8 {
    margin-left: 32px;
  }
  .m\:mx-8 {
    margin-left: 32px;
    margin-right: 32px;
  }
  .m\:my-8 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .m\:p-8 {
    padding: 32px;
  }
  .m\:pt-8 {
    padding-top: 32px;
  }
  .m\:pr-8 {
    padding-right: 32px;
  }
  .m\:pb-8 {
    padding-bottom: 32px;
  }
  .m\:pl-8 {
    padding-left: 32px;
  }
  .m\:px-8 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .m\:py-8 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .m\:offset-top-8 {
    position: relative;
    top: -32px;
  }
  .m\:offset-bottom-8 {
    position: relative;
    bottom: -32px;
  }
  .m\:offset-left-8 {
    position: relative;
    left: -32px;
  }
  .m\:offset-right-8 {
    position: relative;
    right: -32px;
  }
  .m\:m-9 {
    margin: 36px;
  }
  .m\:mt-9 {
    margin-top: 36px;
  }
  .m\:mr-9 {
    margin-right: 36px;
  }
  .m\:mb-9 {
    margin-bottom: 36px;
  }
  .m\:ml-9 {
    margin-left: 36px;
  }
  .m\:mx-9 {
    margin-left: 36px;
    margin-right: 36px;
  }
  .m\:my-9 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .m\:p-9 {
    padding: 36px;
  }
  .m\:pt-9 {
    padding-top: 36px;
  }
  .m\:pr-9 {
    padding-right: 36px;
  }
  .m\:pb-9 {
    padding-bottom: 36px;
  }
  .m\:pl-9 {
    padding-left: 36px;
  }
  .m\:px-9 {
    padding-left: 36px;
    padding-right: 36px;
  }
  .m\:py-9 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .m\:offset-top-9 {
    position: relative;
    top: -36px;
  }
  .m\:offset-bottom-9 {
    position: relative;
    bottom: -36px;
  }
  .m\:offset-left-9 {
    position: relative;
    left: -36px;
  }
  .m\:offset-right-9 {
    position: relative;
    right: -36px;
  }
  .m\:m-10 {
    margin: 40px;
  }
  .m\:mt-10 {
    margin-top: 40px;
  }
  .m\:mr-10 {
    margin-right: 40px;
  }
  .m\:mb-10 {
    margin-bottom: 40px;
  }
  .m\:ml-10 {
    margin-left: 40px;
  }
  .m\:mx-10 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .m\:my-10 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .m\:p-10 {
    padding: 40px;
  }
  .m\:pt-10 {
    padding-top: 40px;
  }
  .m\:pr-10 {
    padding-right: 40px;
  }
  .m\:pb-10 {
    padding-bottom: 40px;
  }
  .m\:pl-10 {
    padding-left: 40px;
  }
  .m\:px-10 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .m\:py-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m\:offset-top-10 {
    position: relative;
    top: -40px;
  }
  .m\:offset-bottom-10 {
    position: relative;
    bottom: -40px;
  }
  .m\:offset-left-10 {
    position: relative;
    left: -40px;
  }
  .m\:offset-right-10 {
    position: relative;
    right: -40px;
  }
  .m\:m-12 {
    margin: 48px;
  }
  .m\:mt-12 {
    margin-top: 48px;
  }
  .m\:mr-12 {
    margin-right: 48px;
  }
  .m\:mb-12 {
    margin-bottom: 48px;
  }
  .m\:ml-12 {
    margin-left: 48px;
  }
  .m\:mx-12 {
    margin-left: 48px;
    margin-right: 48px;
  }
  .m\:my-12 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .m\:p-12 {
    padding: 48px;
  }
  .m\:pt-12 {
    padding-top: 48px;
  }
  .m\:pr-12 {
    padding-right: 48px;
  }
  .m\:pb-12 {
    padding-bottom: 48px;
  }
  .m\:pl-12 {
    padding-left: 48px;
  }
  .m\:px-12 {
    padding-left: 48px;
    padding-right: 48px;
  }
  .m\:py-12 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .m\:offset-top-12 {
    position: relative;
    top: -48px;
  }
  .m\:offset-bottom-12 {
    position: relative;
    bottom: -48px;
  }
  .m\:offset-left-12 {
    position: relative;
    left: -48px;
  }
  .m\:offset-right-12 {
    position: relative;
    right: -48px;
  }
  .m\:m-14 {
    margin: 56px;
  }
  .m\:mt-14 {
    margin-top: 56px;
  }
  .m\:mr-14 {
    margin-right: 56px;
  }
  .m\:mb-14 {
    margin-bottom: 56px;
  }
  .m\:ml-14 {
    margin-left: 56px;
  }
  .m\:mx-14 {
    margin-left: 56px;
    margin-right: 56px;
  }
  .m\:my-14 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .m\:p-14 {
    padding: 56px;
  }
  .m\:pt-14 {
    padding-top: 56px;
  }
  .m\:pr-14 {
    padding-right: 56px;
  }
  .m\:pb-14 {
    padding-bottom: 56px;
  }
  .m\:pl-14 {
    padding-left: 56px;
  }
  .m\:px-14 {
    padding-left: 56px;
    padding-right: 56px;
  }
  .m\:py-14 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .m\:offset-top-14 {
    position: relative;
    top: -56px;
  }
  .m\:offset-bottom-14 {
    position: relative;
    bottom: -56px;
  }
  .m\:offset-left-14 {
    position: relative;
    left: -56px;
  }
  .m\:offset-right-14 {
    position: relative;
    right: -56px;
  }
  .m\:l-0 {
    position: relative;
    left: -0px;
  }
  .m\:r-0 {
    position: relative;
    right: -0px;
  }
  .m\:t-0 {
    position: relative;
    top: -0px;
  }
  .m\:b-0 {
    position: relative;
    bottom: -0px;
  }
  .m\:l-1 {
    position: relative;
    left: -1px;
  }
  .m\:r-1 {
    position: relative;
    right: -1px;
  }
  .m\:t-1 {
    position: relative;
    top: -1px;
  }
  .m\:b-1 {
    position: relative;
    bottom: -1px;
  }
  .m\:l-2 {
    position: relative;
    left: -2px;
  }
  .m\:r-2 {
    position: relative;
    right: -2px;
  }
  .m\:t-2 {
    position: relative;
    top: -2px;
  }
  .m\:b-2 {
    position: relative;
    bottom: -2px;
  }
  .m\:l-3 {
    position: relative;
    left: -3px;
  }
  .m\:r-3 {
    position: relative;
    right: -3px;
  }
  .m\:t-3 {
    position: relative;
    top: -3px;
  }
  .m\:b-3 {
    position: relative;
    bottom: -3px;
  }
  .m\:l-4 {
    position: relative;
    left: -4px;
  }
  .m\:r-4 {
    position: relative;
    right: -4px;
  }
  .m\:t-4 {
    position: relative;
    top: -4px;
  }
  .m\:b-4 {
    position: relative;
    bottom: -4px;
  }
  .m\:l-5 {
    position: relative;
    left: -5px;
  }
  .m\:r-5 {
    position: relative;
    right: -5px;
  }
  .m\:t-5 {
    position: relative;
    top: -5px;
  }
  .m\:b-5 {
    position: relative;
    bottom: -5px;
  }
  .m\:l-6 {
    position: relative;
    left: -6px;
  }
  .m\:r-6 {
    position: relative;
    right: -6px;
  }
  .m\:t-6 {
    position: relative;
    top: -6px;
  }
  .m\:b-6 {
    position: relative;
    bottom: -6px;
  }
  .m\:l-7 {
    position: relative;
    left: -7px;
  }
  .m\:r-7 {
    position: relative;
    right: -7px;
  }
  .m\:t-7 {
    position: relative;
    top: -7px;
  }
  .m\:b-7 {
    position: relative;
    bottom: -7px;
  }
  .m\:l-8 {
    position: relative;
    left: -8px;
  }
  .m\:r-8 {
    position: relative;
    right: -8px;
  }
  .m\:t-8 {
    position: relative;
    top: -8px;
  }
  .m\:b-8 {
    position: relative;
    bottom: -8px;
  }
  .m\:l-9 {
    position: relative;
    left: -9px;
  }
  .m\:r-9 {
    position: relative;
    right: -9px;
  }
  .m\:t-9 {
    position: relative;
    top: -9px;
  }
  .m\:b-9 {
    position: relative;
    bottom: -9px;
  }
  .m\:l-10 {
    position: relative;
    left: -10px;
  }
  .m\:r-10 {
    position: relative;
    right: -10px;
  }
  .m\:t-10 {
    position: relative;
    top: -10px;
  }
  .m\:b-10 {
    position: relative;
    bottom: -10px;
  }
}
@media (max-width: 1960px) {
  .l\:m-0 {
    margin: 0px;
  }
  .l\:mt-0 {
    margin-top: 0px;
  }
  .l\:mr-0 {
    margin-right: 0px;
  }
  .l\:mb-0 {
    margin-bottom: 0px;
  }
  .l\:ml-0 {
    margin-left: 0px;
  }
  .l\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .l\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .l\:p-0 {
    padding: 0px;
  }
  .l\:pt-0 {
    padding-top: 0px;
  }
  .l\:pr-0 {
    padding-right: 0px;
  }
  .l\:pb-0 {
    padding-bottom: 0px;
  }
  .l\:pl-0 {
    padding-left: 0px;
  }
  .l\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .l\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .l\:offset-top-0 {
    position: relative;
    top: 0px;
  }
  .l\:offset-bottom-0 {
    position: relative;
    bottom: 0px;
  }
  .l\:offset-left-0 {
    position: relative;
    left: 0px;
  }
  .l\:offset-right-0 {
    position: relative;
    right: 0px;
  }
  .l\:m-1 {
    margin: 4px;
  }
  .l\:mt-1 {
    margin-top: 4px;
  }
  .l\:mr-1 {
    margin-right: 4px;
  }
  .l\:mb-1 {
    margin-bottom: 4px;
  }
  .l\:ml-1 {
    margin-left: 4px;
  }
  .l\:mx-1 {
    margin-left: 4px;
    margin-right: 4px;
  }
  .l\:my-1 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .l\:p-1 {
    padding: 4px;
  }
  .l\:pt-1 {
    padding-top: 4px;
  }
  .l\:pr-1 {
    padding-right: 4px;
  }
  .l\:pb-1 {
    padding-bottom: 4px;
  }
  .l\:pl-1 {
    padding-left: 4px;
  }
  .l\:px-1 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .l\:py-1 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .l\:offset-top-1 {
    position: relative;
    top: -4px;
  }
  .l\:offset-bottom-1 {
    position: relative;
    bottom: -4px;
  }
  .l\:offset-left-1 {
    position: relative;
    left: -4px;
  }
  .l\:offset-right-1 {
    position: relative;
    right: -4px;
  }
  .l\:m-2 {
    margin: 8px;
  }
  .l\:mt-2 {
    margin-top: 8px;
  }
  .l\:mr-2 {
    margin-right: 8px;
  }
  .l\:mb-2 {
    margin-bottom: 8px;
  }
  .l\:ml-2 {
    margin-left: 8px;
  }
  .l\:mx-2 {
    margin-left: 8px;
    margin-right: 8px;
  }
  .l\:my-2 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .l\:p-2 {
    padding: 8px;
  }
  .l\:pt-2 {
    padding-top: 8px;
  }
  .l\:pr-2 {
    padding-right: 8px;
  }
  .l\:pb-2 {
    padding-bottom: 8px;
  }
  .l\:pl-2 {
    padding-left: 8px;
  }
  .l\:px-2 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .l\:py-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .l\:offset-top-2 {
    position: relative;
    top: -8px;
  }
  .l\:offset-bottom-2 {
    position: relative;
    bottom: -8px;
  }
  .l\:offset-left-2 {
    position: relative;
    left: -8px;
  }
  .l\:offset-right-2 {
    position: relative;
    right: -8px;
  }
  .l\:m-3 {
    margin: 12px;
  }
  .l\:mt-3 {
    margin-top: 12px;
  }
  .l\:mr-3 {
    margin-right: 12px;
  }
  .l\:mb-3 {
    margin-bottom: 12px;
  }
  .l\:ml-3 {
    margin-left: 12px;
  }
  .l\:mx-3 {
    margin-left: 12px;
    margin-right: 12px;
  }
  .l\:my-3 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .l\:p-3 {
    padding: 12px;
  }
  .l\:pt-3 {
    padding-top: 12px;
  }
  .l\:pr-3 {
    padding-right: 12px;
  }
  .l\:pb-3 {
    padding-bottom: 12px;
  }
  .l\:pl-3 {
    padding-left: 12px;
  }
  .l\:px-3 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .l\:py-3 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .l\:offset-top-3 {
    position: relative;
    top: -12px;
  }
  .l\:offset-bottom-3 {
    position: relative;
    bottom: -12px;
  }
  .l\:offset-left-3 {
    position: relative;
    left: -12px;
  }
  .l\:offset-right-3 {
    position: relative;
    right: -12px;
  }
  .l\:m-4 {
    margin: 16px;
  }
  .l\:mt-4 {
    margin-top: 16px;
  }
  .l\:mr-4 {
    margin-right: 16px;
  }
  .l\:mb-4 {
    margin-bottom: 16px;
  }
  .l\:ml-4 {
    margin-left: 16px;
  }
  .l\:mx-4 {
    margin-left: 16px;
    margin-right: 16px;
  }
  .l\:my-4 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .l\:p-4 {
    padding: 16px;
  }
  .l\:pt-4 {
    padding-top: 16px;
  }
  .l\:pr-4 {
    padding-right: 16px;
  }
  .l\:pb-4 {
    padding-bottom: 16px;
  }
  .l\:pl-4 {
    padding-left: 16px;
  }
  .l\:px-4 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .l\:py-4 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .l\:offset-top-4 {
    position: relative;
    top: -16px;
  }
  .l\:offset-bottom-4 {
    position: relative;
    bottom: -16px;
  }
  .l\:offset-left-4 {
    position: relative;
    left: -16px;
  }
  .l\:offset-right-4 {
    position: relative;
    right: -16px;
  }
  .l\:m-5 {
    margin: 20px;
  }
  .l\:mt-5 {
    margin-top: 20px;
  }
  .l\:mr-5 {
    margin-right: 20px;
  }
  .l\:mb-5 {
    margin-bottom: 20px;
  }
  .l\:ml-5 {
    margin-left: 20px;
  }
  .l\:mx-5 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .l\:my-5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .l\:p-5 {
    padding: 20px;
  }
  .l\:pt-5 {
    padding-top: 20px;
  }
  .l\:pr-5 {
    padding-right: 20px;
  }
  .l\:pb-5 {
    padding-bottom: 20px;
  }
  .l\:pl-5 {
    padding-left: 20px;
  }
  .l\:px-5 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l\:py-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .l\:offset-top-5 {
    position: relative;
    top: -20px;
  }
  .l\:offset-bottom-5 {
    position: relative;
    bottom: -20px;
  }
  .l\:offset-left-5 {
    position: relative;
    left: -20px;
  }
  .l\:offset-right-5 {
    position: relative;
    right: -20px;
  }
  .l\:m-6 {
    margin: 24px;
  }
  .l\:mt-6 {
    margin-top: 24px;
  }
  .l\:mr-6 {
    margin-right: 24px;
  }
  .l\:mb-6 {
    margin-bottom: 24px;
  }
  .l\:ml-6 {
    margin-left: 24px;
  }
  .l\:mx-6 {
    margin-left: 24px;
    margin-right: 24px;
  }
  .l\:my-6 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .l\:p-6 {
    padding: 24px;
  }
  .l\:pt-6 {
    padding-top: 24px;
  }
  .l\:pr-6 {
    padding-right: 24px;
  }
  .l\:pb-6 {
    padding-bottom: 24px;
  }
  .l\:pl-6 {
    padding-left: 24px;
  }
  .l\:px-6 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .l\:py-6 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .l\:offset-top-6 {
    position: relative;
    top: -24px;
  }
  .l\:offset-bottom-6 {
    position: relative;
    bottom: -24px;
  }
  .l\:offset-left-6 {
    position: relative;
    left: -24px;
  }
  .l\:offset-right-6 {
    position: relative;
    right: -24px;
  }
  .l\:m-7 {
    margin: 28px;
  }
  .l\:mt-7 {
    margin-top: 28px;
  }
  .l\:mr-7 {
    margin-right: 28px;
  }
  .l\:mb-7 {
    margin-bottom: 28px;
  }
  .l\:ml-7 {
    margin-left: 28px;
  }
  .l\:mx-7 {
    margin-left: 28px;
    margin-right: 28px;
  }
  .l\:my-7 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .l\:p-7 {
    padding: 28px;
  }
  .l\:pt-7 {
    padding-top: 28px;
  }
  .l\:pr-7 {
    padding-right: 28px;
  }
  .l\:pb-7 {
    padding-bottom: 28px;
  }
  .l\:pl-7 {
    padding-left: 28px;
  }
  .l\:px-7 {
    padding-left: 28px;
    padding-right: 28px;
  }
  .l\:py-7 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .l\:offset-top-7 {
    position: relative;
    top: -28px;
  }
  .l\:offset-bottom-7 {
    position: relative;
    bottom: -28px;
  }
  .l\:offset-left-7 {
    position: relative;
    left: -28px;
  }
  .l\:offset-right-7 {
    position: relative;
    right: -28px;
  }
  .l\:m-8 {
    margin: 32px;
  }
  .l\:mt-8 {
    margin-top: 32px;
  }
  .l\:mr-8 {
    margin-right: 32px;
  }
  .l\:mb-8 {
    margin-bottom: 32px;
  }
  .l\:ml-8 {
    margin-left: 32px;
  }
  .l\:mx-8 {
    margin-left: 32px;
    margin-right: 32px;
  }
  .l\:my-8 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .l\:p-8 {
    padding: 32px;
  }
  .l\:pt-8 {
    padding-top: 32px;
  }
  .l\:pr-8 {
    padding-right: 32px;
  }
  .l\:pb-8 {
    padding-bottom: 32px;
  }
  .l\:pl-8 {
    padding-left: 32px;
  }
  .l\:px-8 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .l\:py-8 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .l\:offset-top-8 {
    position: relative;
    top: -32px;
  }
  .l\:offset-bottom-8 {
    position: relative;
    bottom: -32px;
  }
  .l\:offset-left-8 {
    position: relative;
    left: -32px;
  }
  .l\:offset-right-8 {
    position: relative;
    right: -32px;
  }
  .l\:m-9 {
    margin: 36px;
  }
  .l\:mt-9 {
    margin-top: 36px;
  }
  .l\:mr-9 {
    margin-right: 36px;
  }
  .l\:mb-9 {
    margin-bottom: 36px;
  }
  .l\:ml-9 {
    margin-left: 36px;
  }
  .l\:mx-9 {
    margin-left: 36px;
    margin-right: 36px;
  }
  .l\:my-9 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .l\:p-9 {
    padding: 36px;
  }
  .l\:pt-9 {
    padding-top: 36px;
  }
  .l\:pr-9 {
    padding-right: 36px;
  }
  .l\:pb-9 {
    padding-bottom: 36px;
  }
  .l\:pl-9 {
    padding-left: 36px;
  }
  .l\:px-9 {
    padding-left: 36px;
    padding-right: 36px;
  }
  .l\:py-9 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .l\:offset-top-9 {
    position: relative;
    top: -36px;
  }
  .l\:offset-bottom-9 {
    position: relative;
    bottom: -36px;
  }
  .l\:offset-left-9 {
    position: relative;
    left: -36px;
  }
  .l\:offset-right-9 {
    position: relative;
    right: -36px;
  }
  .l\:m-10 {
    margin: 40px;
  }
  .l\:mt-10 {
    margin-top: 40px;
  }
  .l\:mr-10 {
    margin-right: 40px;
  }
  .l\:mb-10 {
    margin-bottom: 40px;
  }
  .l\:ml-10 {
    margin-left: 40px;
  }
  .l\:mx-10 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .l\:my-10 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .l\:p-10 {
    padding: 40px;
  }
  .l\:pt-10 {
    padding-top: 40px;
  }
  .l\:pr-10 {
    padding-right: 40px;
  }
  .l\:pb-10 {
    padding-bottom: 40px;
  }
  .l\:pl-10 {
    padding-left: 40px;
  }
  .l\:px-10 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .l\:py-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .l\:offset-top-10 {
    position: relative;
    top: -40px;
  }
  .l\:offset-bottom-10 {
    position: relative;
    bottom: -40px;
  }
  .l\:offset-left-10 {
    position: relative;
    left: -40px;
  }
  .l\:offset-right-10 {
    position: relative;
    right: -40px;
  }
  .l\:m-12 {
    margin: 48px;
  }
  .l\:mt-12 {
    margin-top: 48px;
  }
  .l\:mr-12 {
    margin-right: 48px;
  }
  .l\:mb-12 {
    margin-bottom: 48px;
  }
  .l\:ml-12 {
    margin-left: 48px;
  }
  .l\:mx-12 {
    margin-left: 48px;
    margin-right: 48px;
  }
  .l\:my-12 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .l\:p-12 {
    padding: 48px;
  }
  .l\:pt-12 {
    padding-top: 48px;
  }
  .l\:pr-12 {
    padding-right: 48px;
  }
  .l\:pb-12 {
    padding-bottom: 48px;
  }
  .l\:pl-12 {
    padding-left: 48px;
  }
  .l\:px-12 {
    padding-left: 48px;
    padding-right: 48px;
  }
  .l\:py-12 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .l\:offset-top-12 {
    position: relative;
    top: -48px;
  }
  .l\:offset-bottom-12 {
    position: relative;
    bottom: -48px;
  }
  .l\:offset-left-12 {
    position: relative;
    left: -48px;
  }
  .l\:offset-right-12 {
    position: relative;
    right: -48px;
  }
  .l\:m-14 {
    margin: 56px;
  }
  .l\:mt-14 {
    margin-top: 56px;
  }
  .l\:mr-14 {
    margin-right: 56px;
  }
  .l\:mb-14 {
    margin-bottom: 56px;
  }
  .l\:ml-14 {
    margin-left: 56px;
  }
  .l\:mx-14 {
    margin-left: 56px;
    margin-right: 56px;
  }
  .l\:my-14 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .l\:p-14 {
    padding: 56px;
  }
  .l\:pt-14 {
    padding-top: 56px;
  }
  .l\:pr-14 {
    padding-right: 56px;
  }
  .l\:pb-14 {
    padding-bottom: 56px;
  }
  .l\:pl-14 {
    padding-left: 56px;
  }
  .l\:px-14 {
    padding-left: 56px;
    padding-right: 56px;
  }
  .l\:py-14 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .l\:offset-top-14 {
    position: relative;
    top: -56px;
  }
  .l\:offset-bottom-14 {
    position: relative;
    bottom: -56px;
  }
  .l\:offset-left-14 {
    position: relative;
    left: -56px;
  }
  .l\:offset-right-14 {
    position: relative;
    right: -56px;
  }
  .l\:l-0 {
    position: relative;
    left: -0px;
  }
  .l\:r-0 {
    position: relative;
    right: -0px;
  }
  .l\:t-0 {
    position: relative;
    top: -0px;
  }
  .l\:b-0 {
    position: relative;
    bottom: -0px;
  }
  .l\:l-1 {
    position: relative;
    left: -1px;
  }
  .l\:r-1 {
    position: relative;
    right: -1px;
  }
  .l\:t-1 {
    position: relative;
    top: -1px;
  }
  .l\:b-1 {
    position: relative;
    bottom: -1px;
  }
  .l\:l-2 {
    position: relative;
    left: -2px;
  }
  .l\:r-2 {
    position: relative;
    right: -2px;
  }
  .l\:t-2 {
    position: relative;
    top: -2px;
  }
  .l\:b-2 {
    position: relative;
    bottom: -2px;
  }
  .l\:l-3 {
    position: relative;
    left: -3px;
  }
  .l\:r-3 {
    position: relative;
    right: -3px;
  }
  .l\:t-3 {
    position: relative;
    top: -3px;
  }
  .l\:b-3 {
    position: relative;
    bottom: -3px;
  }
  .l\:l-4 {
    position: relative;
    left: -4px;
  }
  .l\:r-4 {
    position: relative;
    right: -4px;
  }
  .l\:t-4 {
    position: relative;
    top: -4px;
  }
  .l\:b-4 {
    position: relative;
    bottom: -4px;
  }
  .l\:l-5 {
    position: relative;
    left: -5px;
  }
  .l\:r-5 {
    position: relative;
    right: -5px;
  }
  .l\:t-5 {
    position: relative;
    top: -5px;
  }
  .l\:b-5 {
    position: relative;
    bottom: -5px;
  }
  .l\:l-6 {
    position: relative;
    left: -6px;
  }
  .l\:r-6 {
    position: relative;
    right: -6px;
  }
  .l\:t-6 {
    position: relative;
    top: -6px;
  }
  .l\:b-6 {
    position: relative;
    bottom: -6px;
  }
  .l\:l-7 {
    position: relative;
    left: -7px;
  }
  .l\:r-7 {
    position: relative;
    right: -7px;
  }
  .l\:t-7 {
    position: relative;
    top: -7px;
  }
  .l\:b-7 {
    position: relative;
    bottom: -7px;
  }
  .l\:l-8 {
    position: relative;
    left: -8px;
  }
  .l\:r-8 {
    position: relative;
    right: -8px;
  }
  .l\:t-8 {
    position: relative;
    top: -8px;
  }
  .l\:b-8 {
    position: relative;
    bottom: -8px;
  }
  .l\:l-9 {
    position: relative;
    left: -9px;
  }
  .l\:r-9 {
    position: relative;
    right: -9px;
  }
  .l\:t-9 {
    position: relative;
    top: -9px;
  }
  .l\:b-9 {
    position: relative;
    bottom: -9px;
  }
  .l\:l-10 {
    position: relative;
    left: -10px;
  }
  .l\:r-10 {
    position: relative;
    right: -10px;
  }
  .l\:t-10 {
    position: relative;
    top: -10px;
  }
  .l\:b-10 {
    position: relative;
    bottom: -10px;
  }
}
@media (max-width: 2220px) {
  .xl\:m-0 {
    margin: 0px;
  }
  .xl\:mt-0 {
    margin-top: 0px;
  }
  .xl\:mr-0 {
    margin-right: 0px;
  }
  .xl\:mb-0 {
    margin-bottom: 0px;
  }
  .xl\:ml-0 {
    margin-left: 0px;
  }
  .xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .xl\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .xl\:p-0 {
    padding: 0px;
  }
  .xl\:pt-0 {
    padding-top: 0px;
  }
  .xl\:pr-0 {
    padding-right: 0px;
  }
  .xl\:pb-0 {
    padding-bottom: 0px;
  }
  .xl\:pl-0 {
    padding-left: 0px;
  }
  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .xl\:offset-top-0 {
    position: relative;
    top: 0px;
  }
  .xl\:offset-bottom-0 {
    position: relative;
    bottom: 0px;
  }
  .xl\:offset-left-0 {
    position: relative;
    left: 0px;
  }
  .xl\:offset-right-0 {
    position: relative;
    right: 0px;
  }
  .xl\:m-1 {
    margin: 4px;
  }
  .xl\:mt-1 {
    margin-top: 4px;
  }
  .xl\:mr-1 {
    margin-right: 4px;
  }
  .xl\:mb-1 {
    margin-bottom: 4px;
  }
  .xl\:ml-1 {
    margin-left: 4px;
  }
  .xl\:mx-1 {
    margin-left: 4px;
    margin-right: 4px;
  }
  .xl\:my-1 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .xl\:p-1 {
    padding: 4px;
  }
  .xl\:pt-1 {
    padding-top: 4px;
  }
  .xl\:pr-1 {
    padding-right: 4px;
  }
  .xl\:pb-1 {
    padding-bottom: 4px;
  }
  .xl\:pl-1 {
    padding-left: 4px;
  }
  .xl\:px-1 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .xl\:py-1 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .xl\:offset-top-1 {
    position: relative;
    top: -4px;
  }
  .xl\:offset-bottom-1 {
    position: relative;
    bottom: -4px;
  }
  .xl\:offset-left-1 {
    position: relative;
    left: -4px;
  }
  .xl\:offset-right-1 {
    position: relative;
    right: -4px;
  }
  .xl\:m-2 {
    margin: 8px;
  }
  .xl\:mt-2 {
    margin-top: 8px;
  }
  .xl\:mr-2 {
    margin-right: 8px;
  }
  .xl\:mb-2 {
    margin-bottom: 8px;
  }
  .xl\:ml-2 {
    margin-left: 8px;
  }
  .xl\:mx-2 {
    margin-left: 8px;
    margin-right: 8px;
  }
  .xl\:my-2 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .xl\:p-2 {
    padding: 8px;
  }
  .xl\:pt-2 {
    padding-top: 8px;
  }
  .xl\:pr-2 {
    padding-right: 8px;
  }
  .xl\:pb-2 {
    padding-bottom: 8px;
  }
  .xl\:pl-2 {
    padding-left: 8px;
  }
  .xl\:px-2 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .xl\:py-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .xl\:offset-top-2 {
    position: relative;
    top: -8px;
  }
  .xl\:offset-bottom-2 {
    position: relative;
    bottom: -8px;
  }
  .xl\:offset-left-2 {
    position: relative;
    left: -8px;
  }
  .xl\:offset-right-2 {
    position: relative;
    right: -8px;
  }
  .xl\:m-3 {
    margin: 12px;
  }
  .xl\:mt-3 {
    margin-top: 12px;
  }
  .xl\:mr-3 {
    margin-right: 12px;
  }
  .xl\:mb-3 {
    margin-bottom: 12px;
  }
  .xl\:ml-3 {
    margin-left: 12px;
  }
  .xl\:mx-3 {
    margin-left: 12px;
    margin-right: 12px;
  }
  .xl\:my-3 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .xl\:p-3 {
    padding: 12px;
  }
  .xl\:pt-3 {
    padding-top: 12px;
  }
  .xl\:pr-3 {
    padding-right: 12px;
  }
  .xl\:pb-3 {
    padding-bottom: 12px;
  }
  .xl\:pl-3 {
    padding-left: 12px;
  }
  .xl\:px-3 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .xl\:py-3 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .xl\:offset-top-3 {
    position: relative;
    top: -12px;
  }
  .xl\:offset-bottom-3 {
    position: relative;
    bottom: -12px;
  }
  .xl\:offset-left-3 {
    position: relative;
    left: -12px;
  }
  .xl\:offset-right-3 {
    position: relative;
    right: -12px;
  }
  .xl\:m-4 {
    margin: 16px;
  }
  .xl\:mt-4 {
    margin-top: 16px;
  }
  .xl\:mr-4 {
    margin-right: 16px;
  }
  .xl\:mb-4 {
    margin-bottom: 16px;
  }
  .xl\:ml-4 {
    margin-left: 16px;
  }
  .xl\:mx-4 {
    margin-left: 16px;
    margin-right: 16px;
  }
  .xl\:my-4 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .xl\:p-4 {
    padding: 16px;
  }
  .xl\:pt-4 {
    padding-top: 16px;
  }
  .xl\:pr-4 {
    padding-right: 16px;
  }
  .xl\:pb-4 {
    padding-bottom: 16px;
  }
  .xl\:pl-4 {
    padding-left: 16px;
  }
  .xl\:px-4 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .xl\:py-4 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .xl\:offset-top-4 {
    position: relative;
    top: -16px;
  }
  .xl\:offset-bottom-4 {
    position: relative;
    bottom: -16px;
  }
  .xl\:offset-left-4 {
    position: relative;
    left: -16px;
  }
  .xl\:offset-right-4 {
    position: relative;
    right: -16px;
  }
  .xl\:m-5 {
    margin: 20px;
  }
  .xl\:mt-5 {
    margin-top: 20px;
  }
  .xl\:mr-5 {
    margin-right: 20px;
  }
  .xl\:mb-5 {
    margin-bottom: 20px;
  }
  .xl\:ml-5 {
    margin-left: 20px;
  }
  .xl\:mx-5 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .xl\:my-5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .xl\:p-5 {
    padding: 20px;
  }
  .xl\:pt-5 {
    padding-top: 20px;
  }
  .xl\:pr-5 {
    padding-right: 20px;
  }
  .xl\:pb-5 {
    padding-bottom: 20px;
  }
  .xl\:pl-5 {
    padding-left: 20px;
  }
  .xl\:px-5 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .xl\:py-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .xl\:offset-top-5 {
    position: relative;
    top: -20px;
  }
  .xl\:offset-bottom-5 {
    position: relative;
    bottom: -20px;
  }
  .xl\:offset-left-5 {
    position: relative;
    left: -20px;
  }
  .xl\:offset-right-5 {
    position: relative;
    right: -20px;
  }
  .xl\:m-6 {
    margin: 24px;
  }
  .xl\:mt-6 {
    margin-top: 24px;
  }
  .xl\:mr-6 {
    margin-right: 24px;
  }
  .xl\:mb-6 {
    margin-bottom: 24px;
  }
  .xl\:ml-6 {
    margin-left: 24px;
  }
  .xl\:mx-6 {
    margin-left: 24px;
    margin-right: 24px;
  }
  .xl\:my-6 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .xl\:p-6 {
    padding: 24px;
  }
  .xl\:pt-6 {
    padding-top: 24px;
  }
  .xl\:pr-6 {
    padding-right: 24px;
  }
  .xl\:pb-6 {
    padding-bottom: 24px;
  }
  .xl\:pl-6 {
    padding-left: 24px;
  }
  .xl\:px-6 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .xl\:py-6 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .xl\:offset-top-6 {
    position: relative;
    top: -24px;
  }
  .xl\:offset-bottom-6 {
    position: relative;
    bottom: -24px;
  }
  .xl\:offset-left-6 {
    position: relative;
    left: -24px;
  }
  .xl\:offset-right-6 {
    position: relative;
    right: -24px;
  }
  .xl\:m-7 {
    margin: 28px;
  }
  .xl\:mt-7 {
    margin-top: 28px;
  }
  .xl\:mr-7 {
    margin-right: 28px;
  }
  .xl\:mb-7 {
    margin-bottom: 28px;
  }
  .xl\:ml-7 {
    margin-left: 28px;
  }
  .xl\:mx-7 {
    margin-left: 28px;
    margin-right: 28px;
  }
  .xl\:my-7 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .xl\:p-7 {
    padding: 28px;
  }
  .xl\:pt-7 {
    padding-top: 28px;
  }
  .xl\:pr-7 {
    padding-right: 28px;
  }
  .xl\:pb-7 {
    padding-bottom: 28px;
  }
  .xl\:pl-7 {
    padding-left: 28px;
  }
  .xl\:px-7 {
    padding-left: 28px;
    padding-right: 28px;
  }
  .xl\:py-7 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .xl\:offset-top-7 {
    position: relative;
    top: -28px;
  }
  .xl\:offset-bottom-7 {
    position: relative;
    bottom: -28px;
  }
  .xl\:offset-left-7 {
    position: relative;
    left: -28px;
  }
  .xl\:offset-right-7 {
    position: relative;
    right: -28px;
  }
  .xl\:m-8 {
    margin: 32px;
  }
  .xl\:mt-8 {
    margin-top: 32px;
  }
  .xl\:mr-8 {
    margin-right: 32px;
  }
  .xl\:mb-8 {
    margin-bottom: 32px;
  }
  .xl\:ml-8 {
    margin-left: 32px;
  }
  .xl\:mx-8 {
    margin-left: 32px;
    margin-right: 32px;
  }
  .xl\:my-8 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .xl\:p-8 {
    padding: 32px;
  }
  .xl\:pt-8 {
    padding-top: 32px;
  }
  .xl\:pr-8 {
    padding-right: 32px;
  }
  .xl\:pb-8 {
    padding-bottom: 32px;
  }
  .xl\:pl-8 {
    padding-left: 32px;
  }
  .xl\:px-8 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .xl\:py-8 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .xl\:offset-top-8 {
    position: relative;
    top: -32px;
  }
  .xl\:offset-bottom-8 {
    position: relative;
    bottom: -32px;
  }
  .xl\:offset-left-8 {
    position: relative;
    left: -32px;
  }
  .xl\:offset-right-8 {
    position: relative;
    right: -32px;
  }
  .xl\:m-9 {
    margin: 36px;
  }
  .xl\:mt-9 {
    margin-top: 36px;
  }
  .xl\:mr-9 {
    margin-right: 36px;
  }
  .xl\:mb-9 {
    margin-bottom: 36px;
  }
  .xl\:ml-9 {
    margin-left: 36px;
  }
  .xl\:mx-9 {
    margin-left: 36px;
    margin-right: 36px;
  }
  .xl\:my-9 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .xl\:p-9 {
    padding: 36px;
  }
  .xl\:pt-9 {
    padding-top: 36px;
  }
  .xl\:pr-9 {
    padding-right: 36px;
  }
  .xl\:pb-9 {
    padding-bottom: 36px;
  }
  .xl\:pl-9 {
    padding-left: 36px;
  }
  .xl\:px-9 {
    padding-left: 36px;
    padding-right: 36px;
  }
  .xl\:py-9 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .xl\:offset-top-9 {
    position: relative;
    top: -36px;
  }
  .xl\:offset-bottom-9 {
    position: relative;
    bottom: -36px;
  }
  .xl\:offset-left-9 {
    position: relative;
    left: -36px;
  }
  .xl\:offset-right-9 {
    position: relative;
    right: -36px;
  }
  .xl\:m-10 {
    margin: 40px;
  }
  .xl\:mt-10 {
    margin-top: 40px;
  }
  .xl\:mr-10 {
    margin-right: 40px;
  }
  .xl\:mb-10 {
    margin-bottom: 40px;
  }
  .xl\:ml-10 {
    margin-left: 40px;
  }
  .xl\:mx-10 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .xl\:my-10 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .xl\:p-10 {
    padding: 40px;
  }
  .xl\:pt-10 {
    padding-top: 40px;
  }
  .xl\:pr-10 {
    padding-right: 40px;
  }
  .xl\:pb-10 {
    padding-bottom: 40px;
  }
  .xl\:pl-10 {
    padding-left: 40px;
  }
  .xl\:px-10 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .xl\:py-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .xl\:offset-top-10 {
    position: relative;
    top: -40px;
  }
  .xl\:offset-bottom-10 {
    position: relative;
    bottom: -40px;
  }
  .xl\:offset-left-10 {
    position: relative;
    left: -40px;
  }
  .xl\:offset-right-10 {
    position: relative;
    right: -40px;
  }
  .xl\:m-12 {
    margin: 48px;
  }
  .xl\:mt-12 {
    margin-top: 48px;
  }
  .xl\:mr-12 {
    margin-right: 48px;
  }
  .xl\:mb-12 {
    margin-bottom: 48px;
  }
  .xl\:ml-12 {
    margin-left: 48px;
  }
  .xl\:mx-12 {
    margin-left: 48px;
    margin-right: 48px;
  }
  .xl\:my-12 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .xl\:p-12 {
    padding: 48px;
  }
  .xl\:pt-12 {
    padding-top: 48px;
  }
  .xl\:pr-12 {
    padding-right: 48px;
  }
  .xl\:pb-12 {
    padding-bottom: 48px;
  }
  .xl\:pl-12 {
    padding-left: 48px;
  }
  .xl\:px-12 {
    padding-left: 48px;
    padding-right: 48px;
  }
  .xl\:py-12 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .xl\:offset-top-12 {
    position: relative;
    top: -48px;
  }
  .xl\:offset-bottom-12 {
    position: relative;
    bottom: -48px;
  }
  .xl\:offset-left-12 {
    position: relative;
    left: -48px;
  }
  .xl\:offset-right-12 {
    position: relative;
    right: -48px;
  }
  .xl\:m-14 {
    margin: 56px;
  }
  .xl\:mt-14 {
    margin-top: 56px;
  }
  .xl\:mr-14 {
    margin-right: 56px;
  }
  .xl\:mb-14 {
    margin-bottom: 56px;
  }
  .xl\:ml-14 {
    margin-left: 56px;
  }
  .xl\:mx-14 {
    margin-left: 56px;
    margin-right: 56px;
  }
  .xl\:my-14 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .xl\:p-14 {
    padding: 56px;
  }
  .xl\:pt-14 {
    padding-top: 56px;
  }
  .xl\:pr-14 {
    padding-right: 56px;
  }
  .xl\:pb-14 {
    padding-bottom: 56px;
  }
  .xl\:pl-14 {
    padding-left: 56px;
  }
  .xl\:px-14 {
    padding-left: 56px;
    padding-right: 56px;
  }
  .xl\:py-14 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .xl\:offset-top-14 {
    position: relative;
    top: -56px;
  }
  .xl\:offset-bottom-14 {
    position: relative;
    bottom: -56px;
  }
  .xl\:offset-left-14 {
    position: relative;
    left: -56px;
  }
  .xl\:offset-right-14 {
    position: relative;
    right: -56px;
  }
  .xl\:l-0 {
    position: relative;
    left: -0px;
  }
  .xl\:r-0 {
    position: relative;
    right: -0px;
  }
  .xl\:t-0 {
    position: relative;
    top: -0px;
  }
  .xl\:b-0 {
    position: relative;
    bottom: -0px;
  }
  .xl\:l-1 {
    position: relative;
    left: -1px;
  }
  .xl\:r-1 {
    position: relative;
    right: -1px;
  }
  .xl\:t-1 {
    position: relative;
    top: -1px;
  }
  .xl\:b-1 {
    position: relative;
    bottom: -1px;
  }
  .xl\:l-2 {
    position: relative;
    left: -2px;
  }
  .xl\:r-2 {
    position: relative;
    right: -2px;
  }
  .xl\:t-2 {
    position: relative;
    top: -2px;
  }
  .xl\:b-2 {
    position: relative;
    bottom: -2px;
  }
  .xl\:l-3 {
    position: relative;
    left: -3px;
  }
  .xl\:r-3 {
    position: relative;
    right: -3px;
  }
  .xl\:t-3 {
    position: relative;
    top: -3px;
  }
  .xl\:b-3 {
    position: relative;
    bottom: -3px;
  }
  .xl\:l-4 {
    position: relative;
    left: -4px;
  }
  .xl\:r-4 {
    position: relative;
    right: -4px;
  }
  .xl\:t-4 {
    position: relative;
    top: -4px;
  }
  .xl\:b-4 {
    position: relative;
    bottom: -4px;
  }
  .xl\:l-5 {
    position: relative;
    left: -5px;
  }
  .xl\:r-5 {
    position: relative;
    right: -5px;
  }
  .xl\:t-5 {
    position: relative;
    top: -5px;
  }
  .xl\:b-5 {
    position: relative;
    bottom: -5px;
  }
  .xl\:l-6 {
    position: relative;
    left: -6px;
  }
  .xl\:r-6 {
    position: relative;
    right: -6px;
  }
  .xl\:t-6 {
    position: relative;
    top: -6px;
  }
  .xl\:b-6 {
    position: relative;
    bottom: -6px;
  }
  .xl\:l-7 {
    position: relative;
    left: -7px;
  }
  .xl\:r-7 {
    position: relative;
    right: -7px;
  }
  .xl\:t-7 {
    position: relative;
    top: -7px;
  }
  .xl\:b-7 {
    position: relative;
    bottom: -7px;
  }
  .xl\:l-8 {
    position: relative;
    left: -8px;
  }
  .xl\:r-8 {
    position: relative;
    right: -8px;
  }
  .xl\:t-8 {
    position: relative;
    top: -8px;
  }
  .xl\:b-8 {
    position: relative;
    bottom: -8px;
  }
  .xl\:l-9 {
    position: relative;
    left: -9px;
  }
  .xl\:r-9 {
    position: relative;
    right: -9px;
  }
  .xl\:t-9 {
    position: relative;
    top: -9px;
  }
  .xl\:b-9 {
    position: relative;
    bottom: -9px;
  }
  .xl\:l-10 {
    position: relative;
    left: -10px;
  }
  .xl\:r-10 {
    position: relative;
    right: -10px;
  }
  .xl\:t-10 {
    position: relative;
    top: -10px;
  }
  .xl\:b-10 {
    position: relative;
    bottom: -10px;
  }
}
.f-10 {
  font-size: 10px !important;
}

.f-12 {
  font-size: 12px !important;
}

.f-14 {
  font-size: 14px !important;
}

.f-16 {
  font-size: 16px !important;
}

.f-18 {
  font-size: 18px !important;
}

.f-20 {
  font-size: 20px !important;
}

.f-22 {
  font-size: 22px !important;
}

.f-24 {
  font-size: 24px !important;
}

.f-28 {
  font-size: 28px !important;
}

.f-32 {
  font-size: 32px !important;
}

.f-40 {
  font-size: 40px !important;
}

.f-48 {
  font-size: 48px !important;
}

@media (min-width: 576px) {
  .s\:f-10 {
    font-size: 10px !important;
  }
  .s\:f-12 {
    font-size: 12px !important;
  }
  .s\:f-14 {
    font-size: 14px !important;
  }
  .s\:f-16 {
    font-size: 16px !important;
  }
  .s\:f-18 {
    font-size: 18px !important;
  }
  .s\:f-20 {
    font-size: 20px !important;
  }
  .s\:f-22 {
    font-size: 22px !important;
  }
  .s\:f-24 {
    font-size: 24px !important;
  }
  .s\:f-28 {
    font-size: 28px !important;
  }
  .s\:f-32 {
    font-size: 32px !important;
  }
  .s\:f-40 {
    font-size: 40px !important;
  }
  .s\:f-48 {
    font-size: 48px !important;
  }
}
@media (min-width: 768px) {
  .m\:f-10 {
    font-size: 10px !important;
  }
  .m\:f-12 {
    font-size: 12px !important;
  }
  .m\:f-14 {
    font-size: 14px !important;
  }
  .m\:f-16 {
    font-size: 16px !important;
  }
  .m\:f-18 {
    font-size: 18px !important;
  }
  .m\:f-20 {
    font-size: 20px !important;
  }
  .m\:f-22 {
    font-size: 22px !important;
  }
  .m\:f-24 {
    font-size: 24px !important;
  }
  .m\:f-28 {
    font-size: 28px !important;
  }
  .m\:f-32 {
    font-size: 32px !important;
  }
  .m\:f-40 {
    font-size: 40px !important;
  }
  .m\:f-48 {
    font-size: 48px !important;
  }
}
@font-face {
  font-family: "DSWallau";
  src: url("/fonts/DSWallau Techorama.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ftyskorzhen";
  src: url("/fonts/FtySkorzhenNcv-Yo02.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alegreya Sans";
  src: url("/fonts/AlegreyaSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  /* SIZES */
  --content-size: 1200px;
  /* BACKGROUND COLORS*/
  --speaker-highlights-background-color: #d1c1a7;
  --speaker-card-background-color:#292e2a;
  --speaker-card-background-hover-color:#222624;
  --sticky-menu-background-color: #2E3740;
  --ticket-types-card-background-color: #D5C4A4;
  --highlights-background-color: #A29E8B;
  --faqs-background-color: #292E2B;
  /* BORDER COLORS */
  --sticky-nav-border-color: #252D34;
  --ticket-types-card-border-color: #B2A389;
  /* HEADINGS */
  /* FONTS */
  --description-color:#6c757d;
  --subtle-color:#6c757d;
  --sticky-menu-color:#9EA5AE;
  --speaker-highlights-title-color: #000000;
  --card-border-color: #dee2e6;
}

.text {
  margin: 20px 0;
}
.text p {
  margin-bottom: 20px;
}

.techorama-themed-text {
  font-family: "Alegreya Sans", sans-serif;
}

.text--white {
  color: #FFF;
}

.is-max-1280 {
  width: 1280px;
  margin: 0 auto;
}

.is-max-960 {
  width: 960px;
  margin: 0 auto;
}

.is-full-width {
  width: 100%;
  max-width: none;
}

@media (max-width: 1280px) {
  .is-max-1280,
  .m\:is-full-width {
    width: 100%;
    max-width: none;
    margin: 0;
  }
}
@media (max-width: 500px) {
  .is-max-1280, .is-max-960,
  .sm\:is-full-width {
    width: 100%;
    max-width: none;
    margin: 0;
  }
}
.is-grid-panel-background {
  background-color: #d4cdb1;
  flex: 1 0 auto;
  color: #000;
}
.is-grid-panel-background h1,
.is-grid-panel-background h2,
.is-grid-panel-background h3,
.is-grid-panel-background h4 {
  color: #292929;
}
.is-grid-panel-background::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1rem;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  background-image: url("/images/divider.png");
  background-position: top center;
  left: 0;
}

.is-grid-panel-background-is-patterned {
  background-image: url("/patterns/pattern.webp");
  background-repeat: repeat;
}

.is-background-quilt-light {
  background-size: 600px;
  background-repeat: repeat;
  background-image: url("/patterns/quilt-light-bg.webp");
}

.is-background-very-quilt-light {
  background-size: 600px;
  background-repeat: repeat;
  background-image: url("/patterns/quilt-very-light-bg.webp");
}

.is-background-quilt {
  background: linear-gradient(180deg, #292E2A 0%, rgba(41, 46, 42, 0) 19%), url("/images/quilt-bg.webp") center center/cover no-repeat;
}

.is-dark-background {
  background-color: #292E2A;
  color: #FFF;
}

.is-dark-background--bordered::before {
  background-color: #d4cdb1;
  content: "";
  position: absolute;
  width: 100%;
  height: 1rem;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  background-image: url("/images/divider.png");
  background-position: top center;
  left: 0;
}

.is-section--top-bordered::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1rem;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  background-image: url(/images/divider.png);
  background-position: top center;
  left: 0;
  top: 0;
}

.is-hero {
  background-color: rgba(235, 184, 54, 0.5764705882);
  border: 3px solid #292929;
  font-weight: 600;
  padding: 1rem;
}

.is-gold-bordered {
  border: 16px solid transparent;
  border-image-source: url("/borders/gold-border.webp");
  border-image-slice: 16;
  border-image-repeat: round;
}

.content-block {
  clear: both;
  margin-bottom: 24px;
}

.image-on-right,
.figure-on-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.image-on-left,
.figure-on-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.image-on-left,
.image-on-right {
  height: auto;
  max-width: 100%;
  display: block;
}

.figure-on-left img,
.figure-on-right img {
  height: auto;
  max-width: 100%;
  display: block;
}

.figure-centered {
  width: 960px;
  margin: 0 auto;
}

.figure-centered img {
  width: 100%;
}

.s-50 {
  width: 50px;
}

.s-50 img {
  width: 50px;
}

.s-75 {
  width: 75px;
}

.s-75 img {
  width: 75px;
}

.s-100 {
  width: 100px;
}

.s-100 img {
  width: 100px;
}

.s-150 {
  width: 150px;
}

.s-150 img {
  width: 150px;
}

.s-200 {
  width: 200px;
}

.s-200 img {
  width: 200px;
}

.s-250 {
  width: 250px;
}

.s-250 img {
  width: 250px;
}

.s-300 {
  width: 300px;
}

.s-300 img {
  width: 300px;
}

.s-400 {
  width: 400px;
}

.s-400 img {
  width: 400px;
}

.s-500 {
  width: 500px;
}

.s-500 img {
  width: 500px;
}

@media (max-width: 600px) {
  .image-on-left,
  .image-on-right,
  .figure-on-left,
  .figure-on-right {
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
  }
  .image-on-left img,
  .image-on-right img,
  .figure-on-left img,
  .figure-on-right img {
    width: 100%;
  }
}
html,
body {
  height: 100%;
}

body {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.2;
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
}

a {
  color: #74984c;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h1 {
  font-family: "DSWallau", sans-serif;
  font-weight: 400;
  color: #b3dddc;
  font-style: normal;
  margin: 0 0 30px 0;
}

h2,
h3 {
  font-family: "DSWallau", sans-serif;
  font-weight: 400;
  color: #b3dddc;
  font-style: normal;
  margin: 0 0 12px 0;
}

h1 {
  font-size: 5rem;
  line-height: 1.2;
}

h2 {
  font-size: 4rem;
  line-height: 1.2;
}

h3 {
  font-size: 2.25rem;
  line-height: 1.2;
}

.h-subtitle {
  font-size: 2rem;
  font-family: "DSWallau", sans-serif;
  position: relative;
  top: -14px;
}

@media (max-width: 500px) {
  h1 {
    font-size: 3.5rem;
    margin: 16px 0 10px 0;
  }
  h2 {
    font-size: 3rem;
    text-align: center;
  }
  .h-subtitle {
    font-size: 1.5rem;
    font-family: "DSWallau", sans-serif;
  }
}
.main-header {
  min-height: 100vh;
  height: 100vh;
  background-image: url("/images/header-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow-x: hidden;
}

.main-header__container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  top: -20px;
}

.main-header__loc-date {
  display: flex;
  gap: 12rem;
  margin-bottom: 2rem;
}
.main-header__loc-date img {
  width: clamp(100px, 20vw, 220px);
  height: auto;
}
@media (max-width: 640px) {
  .main-header__loc-date {
    flex-direction: column;
    gap: 0.5rem;
  }
  .main-header__loc-date img {
    width: 60vw;
  }
}

.main-header__logo {
  width: clamp(220px, 60vw, 800px);
  height: auto;
}

.main-header-tag-line {
  width: clamp(180px, 36vw, 800px);
  height: auto;
}

/* Left leaf */
.main-header::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  aspect-ratio: 583/1536;
  background-image: url("/images/leaves-left.webp");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  pointer-events: none;
  transform: translateX(-1%);
}

.main-header::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  aspect-ratio: 583/1536;
  background-image: url("/images/leaves-right.webp");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  pointer-events: none;
  transform: translateX(1%);
}

@media all and (max-width: 640px) {
  .main-header__logo {
    width: clamp(420px, 60vw, 600px);
    height: auto;
  }
  .main-header-tag-line {
    width: clamp(380px, 50vw, 600px);
    height: auto;
  }
  .main-header__loc-date {
    flex-direction: column;
    gap: 0.5rem;
  }
  .main-header__loc-date img {
    width: 40vw;
  }
}
@media all and (max-width: 960px) {
  .main-header__logo {
    width: clamp(420px, 60vw, 600px);
  }
  .main-header__container::before,
  .main-header__container::after {
    display: block;
  }
  .main-header-tag-line {
    width: clamp(380px, 50vw, 600px);
  }
  .main-header::before {
    display: none;
  }
  .main-header::after {
    display: none;
  }
}
@media all and (max-width: 1560px) {
  .main-header::before {
    transform: translateX(-25%);
  }
  .main-header::after {
    transform: translateX(17%);
  }
}
@media all and (max-width: 1560px) {
  .main-header__logo {
    width: clamp(420px, 60vw, 600px);
  }
  .main-header__container::before,
  .main-header__container::after {
    display: block;
  }
  .main-header-tag-line {
    width: clamp(380px, 50vw, 600px);
  }
  .main-header::before {
    transform: translateX(-25%);
  }
  .main-header::after {
    transform: translateX(17%);
  }
}
@media (orientation: portrait) and (min-height: 1800px) {
  .main-header::before {
    transform: translateX(-45%);
  }
  .main-header::after {
    transform: translateX(35%);
  }
}
@media all and (max-width: 1060px) {
  .main-header::before {
    transform: translateX(-25%);
  }
  .main-header::after {
    transform: translateX(25%);
  }
}
.header {
  background: url("/images/header-bg.webp") center center/cover no-repeat;
}
.header .header__title,
.header .header__logo {
  max-width: 40rem;
  width: 100%;
  height: auto;
}
.header .header__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 1rem 1rem;
}
.header .header__button {
  padding: 2.7rem 4rem 2rem;
  color: var(--main-header-button-color);
  transition: transform 0.2s ease;
  background: url("/images/button-bg.png") center center/contain no-repeat;
  font-family: "ftyskorzhen", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 1.2;
  text-decoration: none;
}
@media (min-width: 768px) {
  .header .header__button {
    font-size: 3rem;
  }
}
.header .header__button:hover {
  transform: scale(0.98);
}
.header .header__container {
  position: relative;
}

.header--is-bordered::after {
  background-color: #d4cdb1;
  content: "";
  position: absolute;
  width: 100%;
  height: 1rem;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  background-image: url("/images/divider.png");
  background-position: top center;
  left: 0;
}

.section,
.techorama-section {
  position: relative;
  padding: 2rem 0;
}
.section header,
.techorama-section header {
  margin-top: 1rem;
}
.section .section__body,
.section .techorama-section__body,
.techorama-section .section__body,
.techorama-section .techorama-section__body {
  padding: 0 0 2rem;
}

.techorama-section--is-bordered::before {
  background-color: #d4cdb1;
  content: "";
  position: absolute;
  width: 100%;
  height: 1rem;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  background-image: url("/images/divider.png");
  background-position: top center;
  left: 0;
}

@media (max-width: 1280px) {
  .section,
  .techorama-section {
    padding: 0 2rem 0;
  }
}
@media (max-width: 500px) {
  .techorama-section {
    margin: 0 auto;
    padding: 1rem 2rem 2rem;
  }
}
figure figcaption {
  font-size: 1rem;
  text-align: right;
}
figure figcaption.figcaption--on-image {
  position: relative;
  bottom: 24px;
  padding-right: 7px;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.5647058824);
}

.figure-is-bordered {
  --border-width: 0.5rem;
  display: inline-block;
  position: relative;
  padding: 10px;
  background-color: #fff;
}

.figure-is-bordered figure {
  margin: 0;
  position: relative;
  background-color: #fff;
  aspect-ratio: 3/2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.figure-is-bordered figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.figure-is-bordered::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/images/pattern-video.svg") center center/cover no-repeat;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  padding: var(--border-width);
  box-sizing: border-box;
  pointer-events: none;
}

.page__body ul,
.page__body ol {
  margin: 1.2rem 0;
  padding-left: 1.4rem;
}
.page__body ul {
  list-style: disc;
}

dl {
  margin: 0;
  padding: 0;
}

dl dt {
  font-weight: 700;
  margin-top: 1.25rem;
  margin-bottom: 0.25rem;
}

dl dd {
  margin: 0;
  padding: 0 0 0.5rem 0;
  line-height: 1.5;
}

dl a {
  text-decoration: underline;
}

.techorama-form {
  max-width: 600px;
  margin: 0 auto;
}

.techorama-form--bordered {
  --border-width: 0.5rem;
  padding: 1.5rem;
  background-color: rgba(230, 219, 195, 0.5294117647);
  border: var(--border-width) solid transparent;
  border-image-source: url("/images/pattern-video.svg");
  border-image-slice: 10;
  border-image-repeat: round;
  box-sizing: border-box;
}

.validation-message {
  color: red;
  font-size: 16px;
  padding: 5px 0 0 0;
}

.accordion .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  color: #000;
  text-align: left;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  background-color: transparent;
  padding-inline-start: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
.accordion .accordion-button:not(.collapsed)::after {
  background-image: url("/assets/chevron-down.svg") center center/cover no-repeat;
  transform: rotate(-180deg);
}
.accordion .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background: url("/assets/chevron-down.svg") center center/cover no-repeat;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.accordion .accordion-collapse {
  display: none;
}
.accordion .accordion-collapse.show {
  display: block;
}

.has-assets {
  position: relative;
  overflow-x: hidden;
}

/* Base asset */
.asset {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  width: 240px;
  aspect-ratio: 1/1;
}
.asset::before {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
}

.asset.knight {
  aspect-ratio: 3/4;
}
.asset.knight::before {
  background-image: url("/assets/knight-sword.png");
}

.asset.laptop {
  aspect-ratio: 4/3;
}
.asset.laptop::before {
  background-image: url("/assets/laptop.png");
}

.asset.shield {
  aspect-ratio: 4/3;
}
.asset.shield::before {
  background-image: url("/assets/shield.png");
}

.asset.axe {
  aspect-ratio: 4/3;
}
.asset.axe::before {
  background-image: url("/assets/axe.png");
}

.asset.castle {
  aspect-ratio: 4/3;
}
.asset.castle::before {
  background-image: url("/assets/castle.png");
}

.asset.crown {
  aspect-ratio: 4/3;
}
.asset.crown::before {
  background-image: url("/assets/crown.png");
}

.asset.monitor-with-code {
  aspect-ratio: 4/3;
}
.asset.monitor-with-code::before {
  background-image: url("/assets/monitor-with-code.png");
}

.asset.techorama-flag {
  aspect-ratio: 4/3;
}
.asset.techorama-flag::before {
  background-image: url("/assets/techorama-T.png");
}

.asset.top-right {
  top: 0;
  right: 0;
}

.asset.top-left {
  top: 0;
  left: 0;
}

.asset.bottom-right {
  bottom: 0;
  right: 0;
}

.asset.bottom-left {
  bottom: 0;
  left: 0;
}

.asset.center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.asset.center-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.asset.align-1280-right {
  right: calc(50% - 640px);
}

.asset.align-1280-left {
  left: calc(50% - 640px);
}

.asset.align-960-right {
  right: calc(50% - 480px);
}

.asset.align-960-left {
  left: calc(50% - 480px);
}

.asset.is-small {
  width: clamp(140px, 10vw, 360px);
}

.asset.is-medium {
  width: clamp(180px, 14vw, 480px);
}

.asset.is-large {
  width: clamp(240px, 18vw, 480px);
}

.asset.is-xlarge {
  width: clamp(300px, 22vw, 760px);
}

@media (max-width: 500px) {
  .xs\:is-small {
    width: 120px !important;
  }
  .xs\:is-medium {
    width: 160px !important;
  }
  .xs\:is-large {
    width: 180px !important;
  }
  .xs\:is-hidden {
    display: none !important;
  }
}
@media (max-width: 1280px) {
  .s\:is-small {
    width: 220px !important;
  }
  .s\:is-medium {
    width: 240px !important;
  }
  .s\:is-large {
    width: 260px !important;
  }
  .s\:is-hidden {
    display: none !important;
  }
}
@media (max-width: 1680px) {
  .md\:is-small {
    width: 320px !important;
  }
  .md\:is-medium {
    width: 280px !important;
  }
  .md\:is-large {
    width: 360px !important;
  }
  .md\:is-xlarge {
    width: 380px !important;
  }
  .md\:is-hidden {
    display: none !important;
  }
}
@media (max-width: 1960px) {
  .l\:is-small {
    width: 420px !important;
  }
  .l\:is-medium {
    width: 440px !important;
  }
  .l\:is-large {
    width: 460px !important;
  }
  .l\:is-xlarge {
    width: 480px !important;
  }
  .l\:is-hidden {
    display: none !important;
  }
}
@media (max-width: 2220px) {
  .xl\:is-small {
    width: 420px !important;
  }
  .xl\:is-medium {
    width: 460px !important;
  }
  .xl\:is-large {
    width: 500px !important;
  }
  .xl\:is-xlarge {
    width: 500px !important;
  }
  .xl\:is-hidden {
    display: none !important;
  }
}
.asset.offset-right-5 {
  right: -4px;
}

.asset.offset-right-20 {
  right: -20px;
}

.asset.offset-right-40 {
  right: -40px;
}

.asset.offset-right-80 {
  right: -80px;
}

.asset.offset-right-120 {
  right: -120px;
}

.asset.offset-right-200 {
  right: -200px;
}

.asset.offset-left-20 {
  left: -20px;
}

.asset.offset-left-40 {
  left: -40px;
}

.asset.offset-left-80 {
  left: -80px;
}

.asset.offset-left-120 {
  left: -120px;
}

.asset.offset-left-200 {
  left: -200px;
}

.asset.offset-top-20 {
  top: 20px;
}

.asset.offset-top-40 {
  top: 40px;
}

.asset.offset-top-80 {
  top: 80px;
}

.asset.offset-bottom-20 {
  bottom: 20px;
}

.asset.offset-bottom-40 {
  bottom: 40px;
}

.asset.offset-bottom-80 {
  bottom: 80px;
}

/*
        <div class="asset knight center-left is-large align-960-left md:is-medium s:is-hidden offset-left-80"></div>
        <div class="asset laptop top-right is-large align-960-right md:is-medium s:is-hidden offset-right-80"></div>



*/
.icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon--round {
  border-radius: 50%;
  background-color: #ccc;
}

.input-group {
  margin-bottom: 20px;
}

.input-label {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
}

.input-field {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-area {
  height: 300px;
}

.input-field.invalid, .is-error {
  border-color: red;
}

.techorama-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
  border: 0;
  transition: transform 0.2s ease;
  overflow: unset;
  text-align: center;
  width: 250px;
  padding: 2.2rem 0px 2rem;
  font-family: "ftyskorzhen", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 1.2;
  text-decoration: none;
}
@media (min-width: 768px) {
  .techorama-button {
    font-size: 3rem;
  }
}
.techorama-button:hover {
  transform: scale(0.98);
  cursor: pointer;
}
.techorama-button.techorama-button--wide {
  width: 275px;
  padding: 2.2rem 0px 2rem;
}
.techorama-button span {
  text-box: trim-both cap alphabetic;
}

a.techorama-button {
  text-decoration: none;
}
a.techorama-button:hover {
  text-decoration: none;
}

.techorama-first-level-button {
  color: #182110;
  background: url(/buttons/button-bg.png) center center/contain no-repeat;
  font-size: 1.8rem;
  padding-block: 1.2rem;
}

.techorama-first-level-button--wide {
  color: #182110;
  background: url(/buttons/green-wide.png) center center/contain no-repeat;
  font-size: 1.8rem;
  padding-block: 1.2rem;
}

.techorama-first-level-button--wider {
  color: #182110;
  background: url(/buttons/green-wider.png) center center/contain no-repeat;
  font-size: 1.8rem;
  padding-block: 1.2rem;
}

.techorama-second-level-button {
  color: #FFF;
  background: url(/buttons/button-red.png) center center/contain no-repeat;
  font-size: 1.5rem;
  padding: 2.2rem 0px 2rem;
}

.techorama-second-level-button--wide {
  color: #FFF;
  background: url(/buttons/red-wide.png) center center/contain no-repeat;
  font-size: 1.5rem;
  padding: 2.2rem 0px 2rem;
}

.techorama-second-level-button--wider {
  color: #FFF;
  background: url(/buttons/red-wider.png) center center/contain no-repeat;
  font-size: 1.5rem;
  padding: 2.2rem 0px 2rem;
}

.benefits {
  color: #FFF;
}
.benefits .benefits__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 0;
  align-items: start;
  justify-items: start;
  position: relative;
  left: 80px;
}
.benefits .benefit {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.benefits .benefit .icon {
  background-color: #95c065;
  margin-right: 20px;
  min-width: 50px;
  min-height: 50px;
}
.benefits .benefit .benefit-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.benefits .benefit .benefit-content .benefit__title {
  font-family: "DSWallau", sans-serif;
  margin: 0 0 8px 0;
}
.benefits .benefit .benefit-content,
.benefits .benefit .benefit__title,
.benefits .benefit .benefit__description {
  text-align: left;
}
@media screen and (max-width: 1400px) {
  .benefits .benefits__grid {
    left: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .benefits .benefits__grid {
    left: 10px;
  }
}
@media screen and (max-width: 600px) {
  .benefits .benefits__grid {
    display: flex;
    flex-direction: column;
    left: 0px;
  }
  .benefits .benefit-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}

.picture-carousel {
  background-color: #D5C4A4;
  padding: 2rem 0;
  position: relative;
}
.picture-carousel .splide__pagination {
  display: none;
}
.picture-carousel .splide__arrow {
  background-color: transparent;
}
.picture-carousel .splide__arrow svg {
  fill: #95c065;
  width: 1.5rem;
  height: 1.5rem;
}
.picture-carousel .picture-carousel__item {
  filter: sepia(1);
  transition: filter 0.3s ease;
}
.picture-carousel .picture-carousel__item:hover {
  filter: sepia(0);
}

.picture-carousel::before,
.picture-carousel::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1rem;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  background-image: url("/images/divider.png");
  background-position: top center;
  left: 0;
}

.picture-carousel::before {
  top: 0;
}

.picture-carousel::after {
  bottom: 0;
  transform: rotate(180deg);
}

.sticky-menu {
  background-color: var(--sticky-menu-background-color);
  position: sticky;
  top: 0;
  padding: 0.5rem;
  z-index: 1000;
}
.sticky-menu .sticky-menu__list {
  display: flex;
  gap: 2rem;
  padding: 1rem 0;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--sticky-nav-border-color);
}
@media (min-width: 912px) {
  .sticky-menu .sticky-menu__list {
    gap: 4rem;
  }
}
.sticky-menu .sticky-menu__item {
  font-family: "ftyskorzhen", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1.2;
}
.sticky-menu .sticky-menu__link {
  color: var(--sticky-menu-color);
  text-decoration: none;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2), 0px 0px 16px rgba(0, 0, 0, 0.1);
}
.sticky-menu .sticky-menu__logo {
  height: 2.5rem;
  width: 2.5rem;
}
.sticky-menu .sticky-menu__asset {
  height: auto;
  width: 5rem;
}
.sticky-menu .sticky-menu__asset--mirror {
  transform: scaleX(-1);
}

@media (max-width: 768px) {
  .sticky-menu__list.sticky-menu__list--desktop {
    display: none;
  }
}

@media (min-width: 769px) {
  .sticky-menu--mobile {
    display: none;
  }
}
.sticky-menu--mobile .sticky-menu__hamburger {
  position: relative;
  width: 22px;
  height: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: transform 0.3s ease;
  z-index: 999;
}
.sticky-menu--mobile .sticky-menu__hamburger .sticky-menu__hamburger__line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--sticky-menu-color);
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}
.sticky-menu--mobile .sticky-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.4rem;
}
.sticky-menu--mobile .sticky-menu__images {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.sticky-menu--mobile .sticky-menu__list {
  flex-direction: column;
  align-items: start;
  gap: 1.5rem;
  padding: 1rem;
  display: none;
}

.sticky_menu--active .sticky-menu__list {
  display: flex;
}
.sticky_menu--active .sticky-menu__hamburger .sticky-menu__hamburger__line:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.sticky_menu--active .sticky-menu__hamburger .sticky-menu__hamburger__line:nth-child(2) {
  opacity: 0;
}
.sticky_menu--active .sticky-menu__hamburger .sticky-menu__hamburger__line:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.speaker-highlights {
  background-size: 1000px;
  background-repeat: repeat;
  background-image: url("/images/quilt-light-bg.webp");
  background-position: top left;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .speaker-highlights {
    gap: 3rem;
  }
}
.speaker-highlights .speaker-highlights__title {
  font-weight: 400;
  font-style: normal;
  font-size: 5.6rem;
  line-height: 1.2;
  color: var(--speaker-highlights-title-color);
  text-align: center;
}
.speaker-highlights .speaker-highlights__subtitle {
  font-weight: 400;
  font-style: normal;
  font-size: 2.25rem;
  line-height: 1.2;
  color: var(--speaker-highlights-title-color);
  text-align: center;
}
@media (min-width: 768px) {
  .speaker-highlights .speaker-highlights__subtitle {
    font-size: 3rem;
  }
}
.speaker-highlights .speaker-highlights__grid {
  display: grid;
  gap: 1rem;
  width: 100%;
  max-width: 1178px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .speaker-highlights .speaker-highlights__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1100px) {
  .speaker-highlights .speaker-highlights__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.speaker-grid {
  display: grid;
  width: var(--content-size);
  margin: 20px auto;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
.speaker-grid.is-3-column {
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

@media (max-width: 600px) {
  .speaker-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  .speaker-grid.is-3-column {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.speaker-card {
  background-color: var(--speaker-card-background-color);
  border: 1px solid var(--card-border-color, #e5e5e5);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.speaker-card .speaker-card__photo {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  margin: 0;
}
.speaker-card .speaker-card__photo img {
  object-fit: cover;
  display: block;
}
.speaker-card .speaker-card__meta {
  padding: 20px;
}
.speaker-card .speaker-card__speaker-name {
  color: #b3dddc;
  font-size: 1.2rem;
  font-weight: 600;
}
.speaker-card .speaker-card__speaker-job-title {
  margin: 0;
  color: #FFF;
  font-size: 1rem;
  line-height: 1.25;
}
.speaker-card:hover {
  cursor: pointer;
  background-color: var(--speaker-card-background-hover-color);
}
.speaker-card.is-horizontal {
  flex-direction: row;
  padding: 10px;
  align-items: center;
}
.speaker-card.is-horizontal .speaker-card__photo {
  width: 120px;
  height: 120px;
  aspect-ratio: 1/1;
}
.speaker-card.is-horizontal .speaker-card__photo img {
  border-radius: 0.75rem;
}
.speaker-card.is-horizontal .speaker-card__meta {
  padding: 0;
  margin: 0 0 0 20px;
}

.ticket-types {
  --ticket-types-traingle-height: calc(138 / 394 * 100%);
  background: linear-gradient(180deg, #292E2A 0%, rgba(41, 46, 42, 0) 19%), url("/images/quilt-bg.webp") center center/cover no-repeat;
  margin-top: -1px;
  color: #000;
}
.ticket-types .ticket-types__list {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 1178px;
  margin: 0 auto 0;
}
@media (min-width: 768px) {
  .ticket-types .ticket-types__list {
    gap: 3rem;
    padding: 7rem 2rem 2rem;
  }
}
.ticket-types .ticket-types__card-extra-info:before {
  content: "*";
  position: relative;
  left: -8px;
  top: 3px;
}
.ticket-types .ticket-types__card-extra-info:after {
  content: "*";
  position: relative;
  left: 8px;
  top: 3px;
}
.ticket-types .ticket-types__card-date,
.ticket-types .ticket-types__card-price__info,
.ticket-types .ticket-types__card-extra-info {
  text-transform: uppercase;
  font-weight: 600;
  font-family: "ftyskorzhen", sans-serif;
  font-size: 1.2rem;
  text-align: center;
}
.ticket-types .ticket-types__card-date {
  margin-bottom: 10px;
}
.ticket-types .ticket-types__card-features {
  list-style: disc;
  padding-left: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 2px solid var(--ticket-types-card-border-color);
  margin-top: 1rem;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.2;
}
.ticket-types .ticket-types__card-feature--highlight {
  font-weight: bold;
}
.ticket-types .ticket-types__card {
  position: relative;
  margin-bottom: calc(var(--ticket-types-traingle-height) + 12px);
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
}
.ticket-types .ticket-types__card-title {
  font-weight: 400;
  font-style: normal;
  font-size: 2.25rem;
  line-height: 1.2;
  color: #7C2222;
  text-align: center;
}
.ticket-types .ticket-types__card-header {
  border-bottom: 2px solid var(--ticket-types-card-border-color);
}
.ticket-types .ticket-types__card-content {
  padding: 0.8rem;
  position: relative;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  background: linear-gradient(var(--ticket-types-card-background-color), var(--ticket-types-card-background-color)) padding-box, url("/images/pattern.svg") border-box, linear-gradient(var(--ticket-types-card-background-color), var(--ticket-types-card-background-color)) border-box;
  background-clip: padding-box, border-box, border-box;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: auto, 237px, auto;
  background-position: top center;
}
.ticket-types .ticket-types__card-price,
.ticket-types .ticket-types__card-old-price {
  font-family: "DSWallau", sans-serif;
  color: #7C2222;
  font-size: 3rem;
  text-align: center;
}
.ticket-types .ticket-types__card-price {
  font-size: 3rem;
  position: relative;
  left: -6px;
}
@media (min-width: 912px) {
  .ticket-types .ticket-types__card-price {
    font-size: 4rem;
  }
}
.ticket-types .ticket-types__card-old-price {
  font-size: 2.6rem;
  height: 35px;
}
.ticket-types .ticket-types__card-old-price s {
  color: rgba(147, 142, 122, 0.831372549);
  text-decoration: none;
  position: relative;
}
.ticket-types .ticket-types__card-old-price s:before {
  content: " ";
  display: block;
  width: 110%;
  border-top: 5px solid rgba(147, 142, 122, 0.8);
  height: 8px;
  position: absolute;
  bottom: 18px;
  left: 0;
  transform: rotate(-7deg);
}
@media (min-width: 912px) {
  .ticket-types .ticket-types__card-old-price {
    font-size: 3rem;
  }
}
.ticket-types .ticket-types__card-container {
  position: relative;
  margin-top: 10rem;
  width: 300px;
}
.ticket-types .ticket-types__list > *:nth-child(1)::before {
  background-image: url("/images/ticket-icons-1.svg");
}
.ticket-types .ticket-types__list > *:nth-child(2)::before {
  background-image: url("/images/ticket-icons-2.svg");
}
.ticket-types .ticket-types__list > *:nth-child(3)::before {
  background-image: url("/images/ticket-icons-3.svg");
}
.ticket-types .ticket-types__list > *:nth-child(1)::before,
.ticket-types .ticket-types__list > *:nth-child(2)::before,
.ticket-types .ticket-types__list > *:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  aspect-ratio: 422/151;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  transform: translateY(-100%);
}
.ticket-types .ticket-types__card::after {
  content: "";
  bottom: 0;
  position: absolute;
  transform: translate(9px, 98%);
  width: calc(100% - 16px);
  padding-bottom: calc(35.0253807107% - 8px);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  z-index: 2;
  background: var(--ticket-types-card-background-color);
}
.ticket-types .ticket-types__card::before {
  content: "";
  bottom: 0;
  position: absolute;
  transform: translateY(99.5%);
  width: 100%;
  padding-bottom: 35.0253807107%;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  z-index: 2;
  aspect-ratio: 395/138;
  background: url("/images/traingle.svg") center center/cover no-repeat;
}

@media screen and (max-width: 800px) {
  .ticket-types .ticket-types__list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.title {
  font-size: 2rem;
}

.site-numbers {
  background: url("/images/stone-bg.webp") center center/cover no-repeat;
}

.site-numbers {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem 2rem;
}
@media (max-width: 768px) {
  .site-numbers {
    padding: 2rem 1rem;
  }
}

.site-numbers__list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-numbers__item {
  display: flex;
  margin: 0 1rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 3rem 1rem;
  border-radius: 1rem;
  overflow: hidden;
  text-align: center;
  position: relative;
  background-color: #D5C4A4;
}
.site-numbers__item .site-numbers__value {
  font-family: "DSWallau", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.5rem;
  line-height: 1.2;
}
.site-numbers__item .site-numbers__text {
  font-family: "ftyskorzhen", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .site-numbers__item {
    width: 100%;
  }
}
.site-numbers__item .site-numbers__item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1rem;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  background-image: url("/images/divider.png");
  background-position: top left;
  left: 0;
  top: 0;
}
.site-numbers__item .site-numbers__item:nth-child(3)::before,
.site-numbers__item .site-numbers__item:nth-child(4)::before {
  background-position: top right;
}

@media (max-width: 960px) {
  .site-numbers__list {
    flex-direction: column;
  }
  .site-numbers__item {
    margin: 1rem 0;
  }
}
.signup-newsletter {
  position: relative;
  background-color: #f2e7cd;
}
.signup-newsletter .signup-newsletter__content {
  display: flex;
  flex-direction: row;
}
.signup-newsletter .signup-newsletter-info {
  width: 50%;
}
.signup-newsletter .signup-newsletter-info .signup-newsletter-info__images {
  width: 100%;
  height: 100%;
}
.signup-newsletter .signup-newsletter-info .signup-newsletter-info__images img {
  width: 80%;
  margin: 0 auto;
}
.signup-newsletter .signup-newsletter-form-area {
  width: 50%;
  margin-top: 50px;
}
.signup-newsletter .signup-newsletter-form-border {
  border: 5px solid #e6dbc3;
  padding: 8px;
}
.signup-newsletter .signup-newsletter-form {
  background-color: #e6dbc3;
  width: 100%;
  margin: 0 auto;
  padding: 30px 40px 18px;
}
@media (max-width: 768px) {
  .signup-newsletter .signup-newsletter__content {
    flex-direction: column;
  }
  .signup-newsletter .signup-newsletter-info,
  .signup-newsletter .signup-newsletter-form-area {
    width: 100%;
    margin-top: 20px;
  }
  .signup-newsletter .signup-newsletter-info {
    margin-bottom: 20px;
  }
  .signup-newsletter .signup-newsletter-form {
    width: 100%;
    padding: 12px 16px;
  }
  .signup-newsletter .signup-newsletter-info__images {
    display: none;
  }
}

.signup-newsletter::before,
.signup-newsletter::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1rem;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  background-image: url("/images/divider.png");
  background-position: top center;
  left: 0;
}

.signup-newsletter::before {
  top: 0;
}

.signup-newsletter::after {
  bottom: 0;
  transform: rotate(180deg);
}

.signup-newsletter-form {
  min-width: 80%;
  margin: 0 auto;
}

.highlights {
  background-color: #d4cdb1;
  position: relative;
  margin-top: -1px;
  padding-bottom: 4rem;
}

.highlighs-cards {
  --gap: 16px;
  --border-width: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}
.highlighs-cards .highlight-card {
  flex: 0 0 calc(33.333% - var(--gap));
}
.highlighs-cards .highlight-card .highlight-body {
  padding: 10px var(--border-width);
}
.highlighs-cards .highlight-card .highlight-body .highlight-title {
  display: block;
  font-family: "DSWallau", sans-serif;
  margin-bottom: 10px;
}
.highlighs-cards .highlight-card .highlight-body .read-more {
  text-decoration: none;
  color: inherit;
  margin-top: 10px;
  font-size: 0.9rem;
}
.highlighs-cards .highlight-card .highlight-body .read-more span {
  border-bottom: 1px dotted #292929;
  font-weight: 600;
}
.highlighs-cards .highlight-card .highlight-body .read-more span:hover {
  border-bottom: 1px solid #292929;
}
.highlighs-cards .highlight-card .highlight-body .read-more::after {
  content: "→";
  margin-left: 10px;
  border: 0;
}
@media (max-width: 768px) {
  .highlighs-cards {
    flex-direction: column;
    margin-bottom: 20px;
  }
}

.highlight-image {
  padding: 0.5rem;
  position: relative;
  background: url("/images/pattern-video.svg") center center/cover no-repeat;
}
.highlight-image img {
  width: 100%;
}

.highlights::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2rem;
  background-size: 29rem;
  background-repeat: repeat;
  pointer-events: none;
  background-image: url("/images/stripe-border.png");
  background-position: top center;
  left: 0;
  bottom: 1rem;
}

.info-grid {
  --gap: 16px;
  --border-width: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}
.info-grid .info-card {
  flex: 0 0 calc(33.333% - var(--gap));
}
.info-grid .info-card .info-card__body {
  padding: 10px var(--border-width);
}
.info-grid .info-card .info-card__body .info-card__title {
  display: block;
  font-family: "DSWallau", sans-serif;
  margin-bottom: 10px;
}
.info-grid .info-card .info-card__body .read-more {
  text-decoration: none;
  color: inherit;
  margin-top: 10px;
  font-size: 0.9rem;
}
.info-grid .info-card .info-card__body .read-more span {
  border-bottom: 1px dotted #292929;
  font-weight: 600;
}
.info-grid .info-card .info-card__body .read-more span:hover {
  border-bottom: 1px solid #292929;
}
.info-grid .info-card .info-card__body .read-more::after {
  content: "→";
  margin-left: 10px;
  border: 0;
}
.info-grid .info-card .info-card__image {
  padding: 0.5rem;
  position: relative;
  background: url("/images/pattern-video.svg") center center/cover no-repeat;
}
.info-grid .info-card .info-card__image img {
  width: 100%;
}
@media (max-width: 768px) {
  .info-grid {
    flex-direction: column;
    margin-bottom: 20px;
  }
}

.highlighted-faq-items {
  background-color: #292e2b;
  position: relative;
  margin-top: -1px;
  padding-bottom: 160px;
}
.highlighted-faq-items a {
  color: #FFF;
  text-decoration: none;
}
.highlighted-faq-items a:hover {
  text-decoration: underline;
}
.highlighted-faq-items .highlighted-faq-accordion {
  width: 900px;
  margin: 48px auto;
}
.highlighted-faq-items .highlighted-faq-accordion .accordion-header {
  border-top: 1px solid #b3dddc;
  padding: 20px 0;
}
.highlighted-faq-items .highlighted-faq-accordion .accordion-button {
  font-family: "DSWallau", sans-serif;
  color: #b3dddc;
  font-size: 1.4rem;
}
.highlighted-faq-items .highlighted-faq-accordion .accordion-body {
  color: #fff;
  font-size: 1.3rem;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .highlighted-faq-items {
    padding: 4rem 1rem;
  }
  .highlighted-faq-items .highlighted-faq-accordion {
    width: 360px;
    margin: 48px auto;
  }
  .highlighted-faq-items .highlighted-faq-accordion .accordion-button {
    font-size: 1.1rem;
  }
  .highlighted-faq-items .highlighted-faq-accordion .accordion-body {
    font-size: 1.1rem;
  }
}

.faq-accordion .accordion-header {
  border-top: 1px solid rgba(41, 41, 41, 0.4588235294);
  padding: 20px 0;
}
.faq-accordion .accordion-button {
  font-family: "DSWallau", sans-serif;
  color: #292929;
  font-size: 1.6rem;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("/assets/chevron-dark-down.svg") center center/cover no-repeat !important;
  transform: rotate(-180deg);
}
.faq-accordion .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background: url("/assets/chevron-dark-down.svg") center center/cover no-repeat !important;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.faq-accordion .accordion-body {
  font-size: 1.3rem;
  padding-bottom: 40px;
}

.footer {
  position: relative;
  min-height: 30rem;
  margin-top: -1px;
  background: url("/images/footer-bg.svg") center bottom/cover no-repeat, #2D3641;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.footer .footer__content {
  padding: 3rem 6rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 50%;
}
.footer .footer__logo {
  padding: 3rem 6rem;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.footer .footer__logo img {
  width: 300px;
}
.footer .footer-title {
  color: #b3dddc;
  font-family: "ftyskorzhen", sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  display: inline-block;
  margin-bottom: 20px;
}
.footer .footer-socials li {
  display: inline-block;
}
.footer .footer-socials a img {
  width: 24px;
}
.footer a {
  color: #FFF;
  font-size: 1.2rem;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background: url("/images/footer-pattern.svg") repeat-x top center/auto 60px, #292e2b;
  pointer-events: none;
  position: absolute;
  top: -62px;
}

@media (max-width: 1096px) {
  .footer {
    justify-content: space-between;
    flex-direction: column;
  }
  .footer .footer__content {
    width: 100%;
  }
  .footer .footer__logo {
    margin: 0 auto;
  }
  .footer .footer__logo img {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .footer .footer__content {
    padding: 2rem 2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer .footer__content__section {
    margin-bottom: 30px;
  }
  .footer .footer__logo {
    padding: 1rem 1rem 2rem;
  }
  .footer .footer__logo img {
    width: 200px;
  }
}
.video-container {
  width: 600px;
  padding: 0.5rem;
  position: relative;
  background: url("/images/pattern-video.svg") center center/cover no-repeat;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  min-height: 23rem;
  aspect-ratio: 16/9;
}

@media (max-width: 500px) {
  .video-container {
    width: 320px;
    margin: 0 auto;
  }
  .video-container iframe {
    min-height: unset;
    aspect-ratio: 16/9;
  }
}
.lightbox {
  display: none;
  border: none;
  padding: 0;
  background: transparent;
  width: 100%;
  height: 100%;
}

.lightbox[open] {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lightbox::backdrop {
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(4px);
}

.lightbox img {
  display: block;
  width: 90vw;
  height: 85vh;
  border-radius: 8px;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.lightbox__close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: 0;
  border-radius: 4px;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0.4rem 0.6rem;
  cursor: pointer;
  z-index: 10;
}

@media (max-width: 1024px) {
  .lightbox[open] {
    justify-content: center;
    align-items: center;
  }
  .lightbox img {
    max-width: 95vw;
    max-height: 80vh;
    border-radius: 6px;
  }
}
@media (max-width: 640px) {
  .lightbox[open] {
    justify-content: center;
    align-items: center;
    padding: 0;
    position: relative;
    left: 20px;
  }
  .lightbox img {
    max-width: 96vw;
    max-height: 80vh;
    border-radius: 4px;
  }
  .lightbox__close {
    top: 0.75rem;
    right: 0.75rem;
    font-size: 1.25rem;
    background: rgba(0, 0, 0, 0.7);
    padding: 0.25rem 0.5rem;
  }
}
.blog-grid {
  --gap: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: var(--gap);
}

.blog-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background-color: #fff;
  border: 12px solid transparent;
  border-image-source: url("/images/pattern-video.svg");
  border-image-slice: 30;
  border-image-repeat: round;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

a.blog-card {
  text-decoration: none;
}

a.blog-card:hover .title {
  text-decoration: underline;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

.blog-card .media {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #f6f6f6;
  display: block;
}

.blog-card .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-card .content {
  padding: 1rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.blog-card .title {
  font-size: 1.4rem;
  margin: 0;
  line-height: 1.3;
}

.blog-card .desc {
  font-size: 1.2rem;
  margin: 0;
  line-height: 1.5;
  color: #555;
}

@media (max-width: 600px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .blog-card .title {
    font-size: 1.3rem;
  }
  .blog-card .desc {
    font-size: 1.15rem;
  }
}
.blog-post {
  max-width: 900px;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
}

.blog-post__header {
  margin-bottom: 2.4rem;
}
.blog-post__header h1 {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  line-height: 1.2;
  margin: 0 0 1.6rem;
}

.blog-post__header .hero {
  --border-width: 0.5rem;
  margin: 0 0 2rem;
  background: #fff;
  border: 12px solid transparent;
  border-image-source: url("/images/pattern-video.svg");
  border-image-slice: 30;
  border-image-repeat: round;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.blog-post__header .hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}

.blog-post__header .hero:hover img {
  transform: scale(1.02);
}

.blog-post__description {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0 0 2rem;
  color: #444;
}

.post-body {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #333;
}
.post-body > * + * {
  margin-top: 1.4rem;
}
.post-body h2 {
  font-size: 2rem;
  margin-top: 2.4rem;
  margin-bottom: 0.6rem;
}
.post-body h3 {
  font-size: 1.7rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.post-body p {
  margin: 0;
}
.post-body ul,
.post-body ol {
  margin: 1.2rem 0 0;
  padding-left: 1.6rem;
}
.post-body li + li {
  margin-top: 0.4rem;
}

.post-footer {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .blog-post {
    padding: 2rem 1.2rem 3rem;
  }
  .blog-post__header h1 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .blog-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* === Card list with calculated column widths === */
.person-card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  --person-card-gap: .5rem;
  margin: 2rem 0;
}

/* 2 columns */
.person-card-list--cols-2 > .person-card {
  flex: 0 0 calc((100% - var(--person-card-gap)) / 2);
}

/* 3 columns */
.person-card-list--cols-3 > .person-card {
  flex: 0 0 calc((100% - 2 * var(--person-card-gap)) / 3);
}

/* 4 columns */
.person-card-list--cols-4 > .person-card {
  flex: 0 0 calc((100% - 3 * var(--person-card-gap)) / 4);
}

/* Stack on smaller screens */
@media (max-width: 960px) {
  .person-card-list > .person-card {
    flex: 0 0 100%;
  }
}
/* === Base card === */
.person-card {
  height: 160px;
  display: flex;
  flex-direction: row;
  align-items: stretch; /* changed from flex-start */
  gap: 0.5rem;
  background-image: url("/patterns/pattern.webp");
  background-repeat: repeat;
  border: 12px solid transparent;
  border-image-source: url("/images/pattern-video.svg");
  border-image-slice: 30;
  border-image-repeat: round;
  text-align: left;
  box-sizing: border-box;
}

/* === Fixed-size image === */
.person-card__photo {
  flex: 0 0 auto;
  height: 100%; /* match the card height */
  width: auto; /* width adapts to image ratio */
  margin: 0;
}

.person-card__photo img {
  display: block;
  height: 100%; /* fill the container */
  width: auto; /* avoids squashing */
  object-fit: cover; /* crop nicely if needed */
}

/* === Text block next to image === */
.person-card__meta {
  flex: 1 1 auto; /* take remaining width */
  min-width: 0; /* avoid overflow with long text */
  display: flex;
  flex-direction: column; /* stack title, description, socials */
  margin: 3px 0;
}

/* Typography */
.person-card__speaker-name {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.person-card__speaker_title {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  opacity: 0.85;
}

.person-card__speaker_description {
  margin: 0;
}

/* === Compact card: smaller image + no description === */
.person-card--compact {
  padding: 1rem;
  gap: 1rem;
}

.person-card--compact .person-card__photo {
  width: 96px;
  height: 96px;
}

.person-card--compact .person-card__speaker_description {
  display: none;
}

.person-card--compact .person-card__speaker-name {
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
}

.person-card--compact .person-card__speaker_title {
  margin-bottom: 0;
  font-size: 0.95rem;
}

/* === Social icons inside the meta section === */
ul.person__socials {
  display: flex;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 0;
  margin-top: auto; /* push socials to bottom inside meta */
}

.person__socials li {
  list-style: none; /* extra safety */
  margin: 0;
  padding: 0;
}

.person__socials a {
  display: inline-flex;
  width: 30px;
  height: 30px;
}

.person__socials img {
  width: 30px;
  height: 30px;
  display: block;
  object-fit: contain;
}

/* Full-page responsive PDF container */
.pdf-container {
  width: 100%;
  height: 60vh; /* take full viewport height */
  max-height: 60vh;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Make the iframe fill the available space */
.pdf-container iframe {
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  border: none;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .pdf-container {
    height: calc(100vh - 80px); /* leaves room for headers if needed */
  }
  .pdf-container iframe {
    height: 100%;
    width: 100%;
  }
}
#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  background-color: #111;
  color: #fff;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.25);
  z-index: 1000;
}

/* Ensure hidden attribute actually hides the banner */
#cookie-banner[hidden] {
  display: none !important;
}

#cookie-banner p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.4;
  max-width: 60%;
}

#cookie-banner button {
  padding: 0.5rem 1rem;
  border: 0;
  cursor: pointer;
  font-size: 0.9rem;
}

#cookie-accept {
  background-color: #4caf50;
  color: #000;
}

#cookie-reject {
  background-color: #555;
  color: #fff;
}

.partners__actions .techorama-button {
  font-size: 1.25rem;
}

.partner-grid {
  --gap: 16px;
  --border-width: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  align-items: stretch;
}
.partner-grid .partner-card {
  flex: 0 0 calc(33.333% - var(--gap));
  position: relative;
  background-color: #D5C4A4;
  border: var(--border-width) solid transparent;
  border-image-source: url("/images/pattern-video.svg");
  border-image-slice: 10;
  border-image-repeat: round;
}
.partner-grid .partner-card .partner-card__image {
  aspect-ratio: 3/2;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D5C4A4;
  padding: 2.5rem;
}
.partner-grid .partner-card .partner-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  transition: transform 0.25s ease;
  transform: translateY(0);
}
.partner-grid .partner-card:hover {
  cursor: pointer;
}
.partner-grid .partner-card:hover .partner-card__image img {
  transform: translateY(-3px);
}

.partner .partner__body {
  display: flex;
  column-gap: 20px;
}
.partner .partner__links {
  margin-bottom: 2rem;
}
.partner .partner__meta .partner__logo {
  width: 400px;
  display: block;
}
.partner .partner__meta .partner__logo .partner__logo__image {
  position: relative;
  padding: 2.5rem;
  background-color: #D5C4A4;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 8px solid transparent;
  border-image-source: url("/images/pattern-video.svg");
  border-image-slice: 30;
  border-image-repeat: round;
}
.partner .partner__meta .partner__logo .partner__logo__image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.25s ease;
}
.partner .partner__meta .partner__logo .partner__logo__image:hover img {
  transform: translateY(-3px);
}
.partner .partner__meta .partner__socials li {
  display: inline-block;
  margin: 0 5px;
}
.partner .partner__meta .partner__socials a img {
  width: 32px;
  height: 32px;
}

@media (max-width: 768px) {
  .partner-grid .partner-card {
    flex: 0 0 100%;
  }
  .partner .partner__body {
    flex-direction: column;
    column-gap: 20px;
    text-align: center;
  }
  .partner .partner__meta {
    width: 100%;
    margin-bottom: 20px;
  }
  .partner .partner__meta .partner__logo {
    display: block;
    width: 100%;
  }
  .partner .partner__meta .partner__logo .partner__logo__image {
    position: relative;
    padding: 0.5rem;
    background-color: #fff;
    aspect-ratio: 3/2;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 12px solid transparent;
    border-image-source: url("/images/pattern-video.svg");
    border-image-slice: 30;
    border-image-repeat: round;
  }
  .partner .partner__meta .partner__logo .partner__logo__image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.25s ease;
  }
  .partner .partner__meta .partner__logo .partner__logo__image:hover img {
    transform: translateY(-3px);
  }
  .partner .partner__meta .partner__socials {
    margin-top: 10px;
  }
  .partner .partner__meta .partner__socials li {
    display: inline-block;
    margin: 0 5px;
  }
  .partner .partner__meta .partner__socials a img {
    width: 24px;
  }
}
.images-grid {
  display: grid;
  gap: 1rem;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.images-grid img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 6px;
}
@media (max-width: 640px) {
  .images-grid {
    grid-template-columns: 1fr;
  }
}

.past-speakers {
  padding-bottom: 3rem;
}

.about-techorama .masonry {
  display: block;
  column-width: 260px;
  column-gap: 0.5rem;
  column-fill: balance;
}

.about-techorama .masonry figure {
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 0 0 0.5rem;
  overflow: hidden;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}

.about-techorama .masonry img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.about-techorama .masonry img.is-landscape {
  aspect-ratio: 4/3;
}

.about-techorama .masonry img.is-portrait {
  aspect-ratio: 3/4;
}

.about-techorama .masonry img.is-square {
  aspect-ratio: 1/1;
}

.about-techorama .masonry figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.4rem 0.6rem;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 0.85rem;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  .about-techorama .masonry {
    column-width: 100%;
    column-gap: 0;
  }
  .about-techorama .masonry figure {
    margin-bottom: 0.2rem;
  }
}
.content-block.is-max-1280 .masonry {
  column-gap: 0.5rem;
}

.content-block.is-max-1280 .masonry figure {
  margin-bottom: 0.5rem;
}

.content-block.is-max-960 .masonry {
  column-gap: 0.4rem;
}

.content-block.is-max-960 .masonry figure {
  margin-bottom: 0.4rem;
}

.page {
  flex: 1 0 auto;
}
.page .page__body {
  padding: 2rem 20px 6rem;
}
.page p {
  margin-bottom: 20px;
}

.page--is-stretched {
  display: flex;
  flex-direction: column;
}