@charset "UTF-8";
:root {
  --container-sm: 540px;
  --container-md: 720px;
  --container: 1170px;
  --container-lg: 1140px;
  --container-xl: 1132px;
  --primary: #000000;
  --primary-accent-darker: #1786eb;
  --primary-accent-lighter: #f9efed;
  --secondary: #48586a;
  --secondary-accent-darker: #395b82;
  --secondary-accent-lighter: #718cab;
  --body-line-height: 125%;
  --body-text: rgba(0, 0, 0, 0.87);
  --body-link: rgba(230, 0, 126, 1);
  --body-link-focus-ring: rgba(230, 0, 126, 0.5);
  --body-bg: rgba(249, 239, 237, 1);
  --accent-color: rgba(230, 0, 126, 1);
  --accent-color-lighter: rgb(249, 239, 237, 1);
  --accent-color-darker: rgba(251, 137, 200, 1);
  --header-text: rgba(241, 241, 241, 1);
  --header-bg: rgba(0, 0, 0, 0);
  --nav-link: rgba(230, 0, 126, 1);
  --nav-active: rgba(230, 0, 126, 1);
  --nav-link-focus-ring: rgba(230, 0, 126, 0.5);
  --nav-button-color: rgba(255, 255, 255, 1);
  --error-bg: rgba(231, 76, 60, 0.15);
  --error-border: rgba(231, 76, 60, 0.25);
  --error-text: #ea8b81;
  --footer-text: rgba(241, 241, 241, 1);
  --footer-link: rgba(46, 204, 113, 1);
  --footer-link-focus-ring: rgba(46, 204, 113, 0.5);
  --footer-bg: rgba(26, 32, 44, 1);
  --btn-text: rgba(255, 255, 255, 1);
  --btn-bg: rgba(59, 72, 80, 1);
  --btn-border-color: rgba(59, 72, 80, 1);
  --btn-hover-text: rgba(255, 255, 255, 1);
  --btn-hover-bg: rgba(36, 44, 49, 1);
  --btn-hover-border-color: rgba(36, 44, 49, 1);
  --btn-focus-ring: rgba(59, 72, 80, 0.5);
  --form-color: rgba(0, 0, 0, 0.87);
  --spacing-xs: 10rem;
  --spacing-s: 12rem;
  --spacing-m: 14rem;
  --spacing-l: 16rem;
  --spacing-xl: 32rem;
}
@font-face {
  font-family: "Inter";
  src: url(https://d207jjg0twkkym.cloudfront.net/3dbba2f1-f1cb-4f9e-ae4e-69ffb4a96f03/vendor/templates/universal_investment/assets/fonts/Inter-Regular.ttf?e89cb19905e7db5591b0037b15a1d9cd) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter-Medium";
  src: url(https://d207jjg0twkkym.cloudfront.net/3dbba2f1-f1cb-4f9e-ae4e-69ffb4a96f03/vendor/templates/universal_investment/assets/fonts/Inter-Medium.ttf?6dcbc9bed1ec438907ee0751dc4cb217) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter-SemiBold";
  src: url(https://d207jjg0twkkym.cloudfront.net/3dbba2f1-f1cb-4f9e-ae4e-69ffb4a96f03/vendor/templates/universal_investment/assets/fonts/Inter-SemiBold.ttf?4d56bb21f2399db8ad480d590a49fac3) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter-Bold";
  src: url(https://d207jjg0twkkym.cloudfront.net/3dbba2f1-f1cb-4f9e-ae4e-69ffb4a96f03/vendor/templates/universal_investment/assets/fonts/Inter-Bold.ttf?88fa7ae373b07b41ecce77adbdf16ec2) format("truetype");
  font-weight: 700;
  font-style: normal;
}
html, body {
  scroll-behavior: smooth;
}
.airlst-event {
  color: var(--body-font-color);
  font-size: var(--body-font-size);
  background-color: var(--body-background-color);
  font-family: var(--body-font-family);
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
}
.airlst-event .as-main-wrapper{
  display: flex;
  min-height: 100vh;
  width: 100%;
  flex-direction: column;
}
.airlst-event .al-container-fluid{
  max-width: none;
}
.airlst-event .as-content-wrapper{
  flex-grow: 1;
}
.airlst-event p{
  margin-bottom: 1rem;
  overflow: auto;
}
.airlst-event strong{
  font-family: OpenSans-Bold, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.airlst-event a {
  font-size: var(--body-font-size);
  color: var(--link-font-color);
  cursor: pointer;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.airlst-event a:hover {
  color: var(--link-color-hover);
}
.airlst-event a[type=email] {
  text-decoration: underline;
}
.airlst-event a:hover{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.airlst-event a:focus,
.airlst-event a:active{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.airlst-event ul,
.airlst-event ol{
  margin-bottom: 0.5rem;
}
.airlst-event ul{
  list-style-type: disc;
}
.airlst-event ol{
  list-style-type: decimal;
}
.airlst-event mark{
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}
.airlst-event img{
  align-self: center;
  vertical-align: middle;
}
.airlst-event hr{
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  border-color: currentColor;
}
.airlst-event .widget{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.airlst-event section {
  background-color: var(--section-background-color);
  color: var(--section-font-color);
}
@media (min-width: 768px) {
  .airlst-event .btn-container{
    display: flex;
  }
}
.airlst-event .btn,
.airlst-event .file-field-edit,
.airlst-event ::-webkit-file-upload-button{
  display: block;
  width: 100%;
  border-radius: 0.125rem;
  border-width: 1px;
  border-color: transparent;
  text-align: center;
  line-height: 1.42857143;
  letter-spacing: 0.025em;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.airlst-event .btn:not(.btn-sm):not(.btn-lg){
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .airlst-event .btn {
    min-width: 14rem;
    width: auto;
    flex: none;
  }
}
.airlst-event .btn-sm{
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.airlst-event .btn-lg{
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
.airlst-event .btn-block{
  width: 100%;
}
.airlst-event .container-sm,
.airlst-event .container-md,
.airlst-event .container-lg,
.airlst-event .container-xl,
.airlst-event .container-fluid{
  margin: auto;
  width: 100%;
}
.airlst-event .container, .airlst-event .content-boxed, .airlst-event .boxed {
  max-width: var(--container);
}
.airlst-event .container-sm {
  max-width: var(--container-sm);
}
.airlst-event .container-md {
  max-width: var(--container-md);
}
.airlst-event .container-lg {
  max-width: var(--container-lg);
}
.airlst-event .container-xl {
  max-width: var(--container-xl);
}
.airlst-event .form-wrapper{
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}
.airlst-event .form-wrapper label{
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  color: var(--input-label-color);
}
.airlst-event .form-wrapper .form-element {
  background-color: var(--input-background-color);
  border-color: var(--input-border-color);
  border-width: var(--input-border-size);
  border-radius: var(--input-border-radius);
  font-size: var(--input-font-size);
  color: var(--input-font-color);
  padding: 8px 12px !important;
}
.airlst-event .form-wrapper .form-element.textarea {
  min-height: 10rem;
}
.airlst-event .form-wrapper .form-element .textarea-word-count{
  display: flex;
  width: 100%;
  justify-content: flex-end;
  color: var(--input-font-color);
}
.airlst-event .form-wrapper .form-element:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: var(--input-border-color-focus);
}
.airlst-event .form-wrapper .form-element:active {
  outline: none !important;
  box-shadow: none !important;
  border-color: var(--input-border-color-focus);
}
.airlst-event .form-wrapper .form-element[readonly], .airlst-event .form-wrapper .form-element[disabled] {
  outline: none;
  color: #6C757D;
}
.airlst-event .form-wrapper input[type=radio]:not(:checked),
.airlst-event .form-wrapper input[type=checkbox]:not(:checked) {
  background-color: var(--input-background-color);
  border-color: var(--input-border-color);
}
.airlst-event .form-wrapper input[type=radio]:checked {
  border-color: var(--button-background-color);
  border-width: 6px;
}
.airlst-event .message{
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.airlst-event .message.error-message {
  color: var(--error-text);
  border-color: var(--input-background-color);
}
.airlst-event input[type=checkbox]{
  margin-right: 0.5rem;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  width: 20px;
  height: 20px;
  border-width: 2px;
  border-radius: 0;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.airlst-event input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='black' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
  background-color: #ffffff;
}
.airlst-event h1, .airlst-event h2, .airlst-event h3, .airlst-event h4, .airlst-event h5 {
  -webkit-font-smoothing: antialiased;
}
.airlst-event h1 {
  font-family: var(--heading-1-font-family);
  font-size: var(--heading-1-font-size);
  color: var(--heading-1-font-color);
  font-weight: 700;
}
.airlst-event h2 {
  font-family: var(--heading-2-font-family);
  font-size: var(--heading-2-font-size);
  color: var(--heading-2-font-color);
  font-weight: 700;
}
.airlst-event h3 {
  font-family: var(--heading-3-font-family);
  font-size: var(--heading-3-font-size);
  color: var(--heading-3-font-color);
}
.airlst-event h4 {
  font-family: var(--heading-4-font-family);
  font-size: var(--heading-4-font-size);
  color: var(--heading-4-font-color);
}
.airlst-event h5 {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
}
.airlst-event p {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
}
.airlst-event .nav-items{
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
}
.airlst-event .nav-items a.active {
  color: var(--link-color-hover);
}
.airlst-event .logout-button-wrapper{
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px){
  .airlst-event .logout-button-wrapper{
    margin-bottom: 0;
    padding-left: 1.25rem;
  }
}
.airlst-event .logout-button-wrapper .logout-btn-label{
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 2px;
}
.airlst-event .logout-button-wrapper .logout-button-icon{
  height: 1rem;
  width: 1rem;
}
@media screen and (max-width: 768px) {
  .airlst-event .nav-items{
    position: absolute;
    top: 8px;
    right: 0;
    z-index: 50;
    width: -moz-max-content;
    width: max-content;
    text-align: left;
    border: 1px solid #c3c6cb;
    padding: 10px 10px 5px 10px;
    background-color: #043152;
  }
  .airlst-event .nav-items a{
    margin-bottom: 10px;
    padding: 2px 10px;
  }
  .airlst-event .nav-items a:hover, .airlst-event .nav-items a:focus {
    background-color: #043152;
    color: #ffffff;
  }
  .airlst-event .nav-items a.active {
    color: var(--body-font-color);
  }
  .airlst-event .logout-button-wrapper .logout-btn-label {
    color: var(--body-font-color);
  }
  .airlst-event .logout-button-wrapper .logout-button-icon {
    color: var(--body-font-color);
  }
  .airlst-event .nav-menu-container.menu-center-alignment .nav-items,
  .airlst-event .nav-menu-container.menu-left-alignment .nav-items {
    left: 0;
  }
}
@media (min-width: 768px) {
  .airlst-event .nav-icon{
    display: none;
  }
}
.airlst-event .nav-icon.icon-menu::after,
.airlst-event .nav-icon.icon-close::after {
  color: var(--nav-button-color);
  cursor: pointer;
  text-align: right;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.airlst-event .nav-icon.icon-menu::after {
  content: "☰";
  font-size: 1.5rem;
}
.airlst-event .nav-icon.icon-close::after {
  content: "×";
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.airlst-event .nav-container{
  width: 100%;
  align-items: center;
}
@media (min-width: 768px) {
  .airlst-event .nav-container{
    width: auto;
  }
  .airlst-event .nav-menu-container{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .airlst-event .nav-menu-container > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    --tw-divide-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-divide-opacity, 1));
  }
}
.airlst-event nav{
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .airlst-event nav{
    display: flex;
  }
  .airlst-event nav > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .airlst-event .header.header-centered nav{
    justify-content: center;
  }
}
.airlst-event nav a{
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: 2px;
  color: inherit;
}
.airlst-event header{
  position: relative;
}
.airlst-event .header{
  position: relative;
  z-index: 5;
}
.airlst-event .header .header-delta{
  position: relative;
  z-index: 5;
}
.airlst-event .header-line-inner {
  height: 4px;
  background-color: var(--button-background-color);
}
.airlst-event .header .alpha{
  display: flex;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.airlst-event .header .logo-container .logo img{
  height: auto;
  vertical-align: middle;
  width: 100%;
  max-width: 140px;
}
@media (min-width: 768px) {
  .airlst-event .header .logo-container .logo img {
    max-width: 140px;
  }
}
.airlst-event .header .logo-container .text-logo {
  color: var(--header-text);
  display: none;
  flex: 1 1 0%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .airlst-event .header.header-right .logo-container{
    order: 9999;
  }
  .airlst-event .header.header-right .logo-container .logo{
    order: 9999;
  }
  .airlst-event .header .alpha{
    background-color: transparent;
  }
  .airlst-event .header.header-centered .logo,
  .airlst-event .header.header-centered .text-logo,
  .airlst-event .header.header-centered .logo-container{
    display: block;
  }
  .airlst-event .header.header-centered .logo img{
    margin-left: auto;
    margin-right: auto;
  }
  .airlst-event .header.header-centered .text-logo{
    text-align: center;
  }
}
.airlst-event .language-selection-wrapper{
  position: relative;
  padding-left: 0.75rem;
}
@media (min-width: 768px){
  .airlst-event .language-selection-wrapper{
    padding-left: 1.5rem;
  }
}
.airlst-event .language-selection-wrapper .language-selection-button{
  display: flex;
  align-items: center;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  white-space: nowrap;
  color: var(--nav-button-color);
  font-size: 0.75rem;
}
.airlst-event .language-selection-wrapper .language-selection-button .language-radio-button{
  height: 0.75rem;
  width: 0.75rem;
}
.airlst-event .language-selection-wrapper .language-selection-button .language-selection-button-icon-dropdown{
  height: 34px;
  width: 34px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(195 198 203 / var(--tw-border-opacity, 1));
  padding: 0.5rem;
}
@media (min-width: 768px){
  .airlst-event .language-selection-wrapper .language-selection-button .language-selection-button-icon-dropdown{
    height: 1.25rem;
    width: 1.25rem;
    border-width: 0px;
    padding: 0;
  }
}
.airlst-event .language-selection-wrapper .language-selection-button .language-selection-dropdown{
  position: absolute;
  top: 0;
  right: 70px;
  z-index: 20;
  margin-top: 45px;
  width: 100%;
}
@media (min-width: 768px){
  .airlst-event .language-selection-wrapper .language-selection-button .language-selection-dropdown{
    right: 50px;
    margin-top: 30px;
  }
}
.airlst-event .language-selection-wrapper .language-selection-button .language-selection-dropdown .language-selection-list{
  margin-bottom: 0;
  display: inline-block;
  list-style-type: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background-color: #043152;
  border: 1px solid #c3c6cb;
}
.airlst-event .language-selection-wrapper .language-selection-button .language-selection-dropdown .language-selection-list .language{
  cursor: pointer;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: left;
  font-size: 0.75rem;
  color: var(--body-font-color);
}
.airlst-event .language-selection-wrapper .language-selection-button .language-selection-dropdown .language-selection-list .language .language-radio-button{
  margin-right: 0.25rem;
  height: 9px;
  width: 9px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  background-image: none;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(4 49 82 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 0px;
}
.airlst-event .language-selection-wrapper .language-selection-button .language-selection-dropdown .language-selection-list .active-language {
  background-color: #fff !important;
}
.airlst-event .language-selection-wrapper .language-selection-button .language-selection-dropdown ul{
  padding-left: 0;
}
.airlst-event .language-selection-wrapper .language-selection-button .language-selection-dropdown ul li{
  margin-bottom: 0;
}
.airlst-event .logout-button-wrapper .logout-button{
  display: flex;
  align-items: center;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .airlst-event .language-selection-button-icon{
    margin-right: 0.25rem;
  }
}
.airlst-event .mobile-naviation-btn{
  --tw-border-opacity: 1;
  border-color: rgb(195 198 203 / var(--tw-border-opacity, 1));
}
.airlst-event .mobile-naviation-btn svg {
  fill: white;
}
@media (min-width: 992px){
  .airlst-event .hero-section:has(.with-countdown){
    padding-bottom: 100px;
  }
}
.airlst-event .hero-section .widget {
  padding: 0 !important;
}
.airlst-event .hero-section .content-boxed{
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.airlst-event .hero-section .content-full {
  padding-left: 0;
  padding-right: 0;
}
.airlst-event .hero-section .hero{
  position: relative;
  width: 100%;
  padding-top: 0;
}
.airlst-event .hero-section .hero.with-countdown{
  padding-bottom: 100px;
}
.airlst-event .hero-section .hero.default-preset .hero-wrapper{
  margin: 0 auto 50px auto;
  height: 300px;
  max-width: 375px;
}
@media (min-width: 576px){
  .airlst-event .hero-section .hero.default-preset .hero-wrapper{
    height: 400px;
    max-width: 500px;
  }
}
@media (min-width: 992px){
  .airlst-event .hero-section .hero.default-preset .hero-wrapper{
    margin: 0 auto 30px auto;
  }
}
.airlst-event .hero-section .hero.default-preset .hero-wrapper .hero-bg-image {
  background-position: center -21px;
}
.airlst-event .hero-section .hero.small-preset .hero-wrapper{
  margin-left: auto;
  margin-right: auto;
  height: 170px;
}
@media (min-width: 576px){
  .airlst-event .hero-section .hero.small-preset .hero-wrapper{
    height: 295px;
  }
}
@media (min-width: 992px){
  .airlst-event .hero-section .hero.small-preset .hero-wrapper{
    width: 1000px;
  }
  .airlst-event .hero-section .hero.small-preset .hero-wrapper .hero-bg-image{
    width: 1000px;
    background-position: 120px top;
  }
}
.airlst-event .hero-section .hero.large-preset .hero-wrapper{
  height: 380px;
}
@media (min-width: 576px){
  .airlst-event .hero-section .hero.large-preset .hero-wrapper{
    height: 680px;
  }
}
.airlst-event .hero-section .hero .hero-wrapper{
  position: relative;
  padding-top: 0;
}
.airlst-event .hero-section .hero .hero-wrapper .hero-bg-image{
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}
.airlst-event .hero-section .hero .hero-wrapper .hero-row-content{
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.airlst-event .hero-section .hero .hero-wrapper .hero-row-content .hero-row-column{
  position: absolute;
  display: flex;
  align-items: center;
  max-width: 600px;
  width: 95%;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 1.25rem;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
}
.airlst-event .hero-section .hero .hero-wrapper .hero-row-content .hero-row-column .hero-row-column-inner .section-title {
  justify-content: center !important;
}
.airlst-event .hero-section .hero .hero-wrapper .hero-row-content .hero-row-column .hero-row-column-inner h2{
  margin-bottom: 0.5rem;
  text-align: center;
}
.airlst-event .hero-section .hero .hero-wrapper .hero-row-content .hero-row-column .hero-row-column-inner p{
  margin-bottom: 1rem;
}
.airlst-event .hero-section .hero .hero-wrapper .hero-row-content .hero-row-column .btn-container .btn {
  box-shadow: 0 0 0 3px transparent;
  color: var(--button-font-color);
  background-color: var(--button-background-color);
  border-color: var(--button-border-color);
  border-radius: var(--button-border-radius);
  font-size: var(--button-font-size);
  font-family: "Inter-SemiBold";
  font-weight: 600;
}
.airlst-event .hero-section .hero .hero-wrapper .hero-row-content .hero-row-column .btn-container .btn:hover {
  color: var(--button-font-color-hover);
  background-color: var(--button-background-color-hover);
  border-color: var(--button-border-color-hover);
  font-size: var(--button-font-size-hover);
}
.airlst-event .hero-section .hero .hero-wrapper .hero-row-content .hero-row-column .btn-container .btn:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.airlst-event .hero-section .hero-countdown-container .hero-countdown-wrapper{
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 86px;
  width: 91.666667%;
  align-items: center;
  justify-content: center;
  border-radius: 80px;
}
@media (min-width: 768px){
  .airlst-event .hero-section .hero-countdown-container .hero-countdown-wrapper{
    width: 100%;
  }
}
.airlst-event .hero-section .hero-countdown-container .hero-countdown-wrapper {
  border-color: var(--button-background-color);
}
.airlst-event .hero-section .hero-countdown-container .hero-countdown-wrapper .countdown-inner{
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 992px){
  .airlst-event .hero-section .hero-countdown-container .hero-countdown-wrapper .countdown-inner{
    gap: 4rem;
  }
}
.airlst-event .hero-section .hero-countdown-container .hero-countdown-wrapper .countdown-inner p {
  color: var(--body-font-color);
  margin: 0;
}
.airlst-event .hero-section .hero-countdown-container .hero-countdown-wrapper .countdown-inner .countdown-column{
  display: inline-block;
  display: flex;
  height: 65px;
  width: 65px;
  flex-direction: column;
  align-items: center;
  gap: 0;
  border-radius: 9999px;
  --tw-border-opacity: 0.3;
}
@media (min-width: 576px){
  .airlst-event .hero-section .hero-countdown-container .hero-countdown-wrapper .countdown-inner .countdown-column{
    height: 100px;
    width: 100px;
  }
}
@media (min-width: 768px){
  .airlst-event .hero-section .hero-countdown-container .hero-countdown-wrapper .countdown-inner .countdown-column{
    flex-direction: row;
    gap: 0.25rem;
  }
}
@media (min-width: 992px){
  .airlst-event .hero-section .hero-countdown-container .hero-countdown-wrapper .countdown-inner .countdown-column{
    height: 145px;
    width: 145px;
  }
}
.airlst-event .hero-section .hero-countdown-container .hero-countdown-wrapper .countdown-inner .countdown-column {
  border-radius: 100%;
  justify-content: center;
  position: relative;
  z-index: 5;
}
.airlst-event .hero-section .hero-countdown-container .hero-countdown-wrapper .countdown-inner .countdown-column > svg{
  position: absolute;
  top: -7px;
  left: -7px;
  height: 75px;
  width: 75px;
}
@media (min-width: 576px){
  .airlst-event .hero-section .hero-countdown-container .hero-countdown-wrapper .countdown-inner .countdown-column > svg{
    height: 110px;
    width: 110px;
  }
}
@media (min-width: 992px){
  .airlst-event .hero-section .hero-countdown-container .hero-countdown-wrapper .countdown-inner .countdown-column > svg{
    height: 150px;
    width: 150px;
  }
}
.airlst-event .hero-section .hero-countdown-container .hero-countdown-wrapper .countdown-inner .countdown-column > svg > circle {
  fill: none;
  stroke-opacity: 0.3;
  stroke: var(--button-background-color);
  stroke-width: 5;
  transform-origin: center center;
  transform: rotate(-90deg);
}
.airlst-event .hero-section .hero-countdown-container .hero-countdown-wrapper .countdown-inner .countdown-column > svg > circle + circle {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  stroke-linecap: round;
  stroke-opacity: 1;
}
.airlst-event .hero-section .hero-countdown-container .hero-countdown-wrapper .countdown-inner .countdown-column > svg.animatable > svg > circle + circle {
  transition: stroke-dashoffset 0.3s ease;
}
.airlst-event .hero-section .hero-countdown-container .hero-countdown-wrapper .countdown-inner .countdown-column .value{
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1;
}
@media (min-width: 576px){
  .airlst-event .hero-section .hero-countdown-container .hero-countdown-wrapper .countdown-inner .countdown-column .value{
    font-size: 24px;
  }
}
@media (min-width: 992px){
  .airlst-event .hero-section .hero-countdown-container .hero-countdown-wrapper .countdown-inner .countdown-column .value{
    font-size: 32px;
    line-height: 32px;
  }
}
.airlst-event .hero-section .hero-countdown-container .hero-countdown-wrapper .countdown-inner .countdown-column .value {
  color: var(--button-background-color);
  overflow: hidden;
}
.airlst-event .hero-section .hero-countdown-container .hero-countdown-wrapper .countdown-inner .countdown-column .label{
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 992px){
  .airlst-event .hero-section .hero-countdown-container .hero-countdown-wrapper .countdown-inner .countdown-column .label{
    font-size: 15px;
  }
}
.airlst-event .hero-section .hero-countdown-container .hero-countdown-wrapper .countdown-inner .countdown-column .label {
  text-transform: lowercase;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .airlst-event .countdown-column > svg > circle {
    r: 50;
  }
}
@media only screen and (max-width: 639px) {
  .airlst-event .countdown-column > svg > circle {
    r: 35;
  }
}
.airlst-event .registration-section .widget{
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.airlst-event .registration-section .widget .registration-fields-wrapper{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.airlst-event .registration-section .widget .registration-fields-wrapper .form-wrapper:not(.form-text-block):not(.radio-field):not(.form-checkbox-field):not(.multiselect-checkbox-field){
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 992px){
  .airlst-event .registration-section .widget .registration-fields-wrapper .form-wrapper:not(.form-text-block):not(.radio-field):not(.form-checkbox-field):not(.multiselect-checkbox-field){
    flex-direction: row;
    align-items: center;
  }
}
.airlst-event .registration-section .widget .registration-fields-wrapper .form-wrapper:not(.form-text-block):not(.radio-field):not(.form-checkbox-field):not(.multiselect-checkbox-field) label{
  margin: 0;
  width: 200px;
  flex: none;
}
.airlst-event .registration-section .widget .registration-fields-wrapper .form-wrapper:not(.form-text-block):not(.radio-field):not(.form-checkbox-field):not(.multiselect-checkbox-field) div:nth-child(1){
  margin: 0;
  width: 200px;
  flex: none;
}
.airlst-event .registration-section .widget .registration-fields-wrapper .form-wrapper:not(.form-text-block):not(.radio-field):not(.form-checkbox-field):not(.multiselect-checkbox-field) input{
  flex: 1 1 0%;
}
.airlst-event .registration-section .widget .registration-fields-wrapper .radio-field{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 992px){
  .airlst-event .registration-section .widget .registration-fields-wrapper .radio-field{
    flex-direction: row;
    align-items: center;
  }
}
.airlst-event .registration-section .widget .registration-fields-wrapper .radio-field > div:nth-child(1){
  margin: 0;
  width: 200px;
  flex: none;
}
.airlst-event .registration-section .widget .registration-fields-wrapper .radio-field > div > label{
  margin: 0;
  width: 100%;
  flex: none;
}
@media (min-width: 992px){
  .airlst-event .registration-section .widget .registration-fields-wrapper .radio-field .radio-item > label{
    width: 200px;
  }
}
.airlst-event .registration-section .widget .registration-fields-wrapper .form-checkbox-field label{
  margin: 0;
  display: flex;
  width: 100%;
  align-items: center;
}
.airlst-event .registration-section .widget .registration-fields-wrapper .multiselect-checkbox-field{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 992px){
  .airlst-event .registration-section .widget .registration-fields-wrapper .multiselect-checkbox-field{
    flex-direction: row;
    align-items: center;
  }
}
.airlst-event .registration-section .widget .registration-fields-wrapper .multiselect-checkbox-field > div:nth-child(1){
  margin: 0;
  flex: none;
}
@media (min-width: 992px){
  .airlst-event .registration-section .widget .registration-fields-wrapper .multiselect-checkbox-field > div:nth-child(1){
    width: 200px;
  }
}
.airlst-event .registration-section .widget .registration-fields-wrapper .multiselect-checkbox-field > div > label{
  margin: 0;
  width: 100%;
  flex: none;
}
.airlst-event .registration-section .registration .form-fields-grid{
  row-gap: 0.5rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.airlst-event .registration-section .registration .form-field label{
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.airlst-event .registration-section .registration .form-field.type-checkbox_multiple .multiselect-checkbox-field-item.disabled {
  opacity: 0.5;
}
.airlst-event .registration-section .registration .btn{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  box-shadow: 0 0 0 3px transparent;
  color: var(--button-font-color);
  background-color: var(--button-background-color);
  border-color: var(--button-border-color);
  border-radius: var(--button-border-radius);
  font-size: var(--button-font-size);
  font-family: "Inter-SemiBold";
  font-weight: 600;
}
.airlst-event .registration-section .registration .btn:hover {
  color: var(--button-font-color-hover);
  background-color: var(--button-background-color-hover);
  border-color: var(--button-border-color-hover);
  font-size: var(--button-font-size-hover);
}
.airlst-event .registration-section .registration .btn:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.airlst-event .registration-section .registration .captcha-wrapper{
  margin-bottom: 1.25rem;
  display: flex;
  justify-content: center;
}
.airlst-event .registration-section .registration .captcha-wrapper .captcha-inner{
  max-width: 350px;
  border-width: 1px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 768px){
  .airlst-event .registration-section .registration .captcha-wrapper .captcha-inner{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.airlst-event .registration-section .registration .captcha-wrapper .captcha-inner .captcha-field{
  margin-bottom: 0.25rem;
  text-align: center;
}
.airlst-event .registration-section .registration .captcha-wrapper .captcha-inner .captcha-field .captcha-field-label{
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: var(--heading-1-font-family);
}
.airlst-event .registration-section .registration .captcha-wrapper .captcha-inner .captcha-field .captcha-field-input{
  margin-bottom: 0.25rem;
  border-color: #bbb;
  border-radius: 0;
  height: 44px;
  color: #000;
}
.airlst-event .registration-section .registration .captcha-wrapper .captcha-inner .captcha-image-wrapper{
  display: flex;
  justify-content: center;
}
.airlst-event .registration-section .registration .captcha-wrapper .captcha-inner .captcha-image-wrapper .captcha-image{
  width: 190px;
}
@media (min-width: 768px){
  .airlst-event .registration-section .registration .captcha-wrapper .captcha-inner .captcha-image-wrapper .captcha-image{
    width: 150px;
  }
}
.airlst-event .registration-section .registration .captcha-wrapper .captcha-inner .captcha-image-wrapper .captcha-button{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 6px;
  box-shadow: 0 0 0 3px transparent;
  color: var(--button-font-color);
  background-color: var(--button-background-color);
  border-color: var(--button-border-color);
  border-radius: var(--button-border-radius);
  font-size: var(--button-font-size);
  font-family: "Inter-SemiBold";
  font-weight: 600;
  border-radius: 0;
}
.airlst-event .registration-section .registration .captcha-wrapper .captcha-inner .captcha-image-wrapper .captcha-button:hover {
  color: var(--button-font-color-hover);
  background-color: var(--button-background-color-hover);
  border-color: var(--button-border-color-hover);
  font-size: var(--button-font-size-hover);
}
.airlst-event .registration-section .registration .captcha-wrapper .captcha-inner .captcha-image-wrapper .captcha-button:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.airlst-event .registration-section .registration .captcha-wrapper .captcha-inner .captcha-image-wrapper .captcha-button svg{
  height: 1.25rem;
  width: 1.25rem;
}
.airlst-event .registration-section .registration .registration-field-error .form-wrapper select, .airlst-event .registration-section .registration .registration-field-error .form-wrapper input, .airlst-event .registration-section .registration .registration-field-error .form-wrapper textarea {
  border-color: #ff8996 !important;
}
.airlst-event .registration-section .form-actions{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.airlst-event .registration-section .registration-participation-message {
  text-align: center;
}
.airlst-event .registration-section .steps-container .step-item-wrapper .step-order-value{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.airlst-event .registration-section .steps-container .step-item-wrapper .step-item-label{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.airlst-event .registration-section .steps-container .step-item-wrapper.active .step-order-value, .airlst-event .registration-section .steps-container .step-item-wrapper.done .step-order-value{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-color: #043152;
}
.airlst-event .registration-section .steps-container .step-item-wrapper.active .step-item-label {
  font-family: var(--heading-1-font-family);
}
.airlst-event .registration-section .steps-container .line-wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.airlst-event .registration-section .steps-container .line-wrapper .inner-line-wrapper{
  width: 0;
  background-color: #043152;
}
.airlst-event .registration-section .steps-container .line-wrapper.active .inner-line-wrapper{
  width: 50%;
}
.airlst-event .registration-section .steps-container .line-wrapper.done .inner-line-wrapper{
  width: 100%;
}
.airlst-event .registration-message-waitlist{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 231 235 / var(--tw-border-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  margin-bottom: 15px;
}
.airlst-event .agenda-section .widget{
  padding-top: 0;
}
.airlst-event .agenda-section .agenda-wrapper{
  margin-left: auto;
  margin-right: auto;
  width: 83.333333%;
  gap: 0.5rem;
}
.airlst-event .agenda-section .agenda-wrapper .agenda-item{
  padding-top: 0.5rem;
  border-top: 1px solid #ddd;
}
.airlst-event .agenda-section .agenda-wrapper .agenda-item-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.airlst-event .agenda-section .agenda-wrapper .agenda-item-title {
  font-size: 14px;
  padding: 0;
}
.airlst-event .agenda-section .agenda-wrapper .agenda-item-time{
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.airlst-event .agenda-section .agenda-wrapper .agenda-description {
  font-size: 14px;
  width: 50%;
}
.airlst-event .agenda-section .agenda-wrapper .agenda-description p {
  font-size: 14px;
}
.airlst-event .agenda-section .agenda-wrapper .agenda-description p a {
  font-size: 14px;
  text-decoration: underline;
}
.airlst-event .agenda-section .agenda-wrapper.type-grid{
  width: 100%;
  gap: 1rem;
}
.airlst-event .agenda-section .agenda-wrapper.type-grid .agenda-item-inner {
  flex-direction: column;
}
.airlst-event .agenda-section .agenda-wrapper.type-grid .agenda-description {
  width: 100%;
}
.airlst-event .speakers-section .section-title{
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 40px;
}
.airlst-event .speakers-section .speakers-container.is-horizontal .speakers-wrapper{
  padding-right: 1rem;
}
.airlst-event .speakers-section .speakers-wrapper{
  margin-bottom: 2.5rem;
  padding: 0;
}
.airlst-event .speakers-section .speakers-inner-wrapper{
  align-items: flex-start;
  gap: 30px;
  margin: 0 !important;
}
.airlst-event .speakers-section .speakers-inner-wrapper .speaker-image{
  max-width: 250px;
}
.airlst-event .speakers-section .speakers-inner-wrapper .speaker-image img{
  border-radius: 9999px;
  max-height: 500px;
  height: auto;
  width: auto;
}
.airlst-event .speakers-section .speakers-inner-wrapper .speaker-details-wrapper {
  flex: 1;
  padding-left: 0;
  padding-right: 0;
}
.airlst-event .speakers-section .speaker-name{
  margin-bottom: 0.5rem;
}
.airlst-event .speakers-section .speaker-title{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.airlst-event .speakers-section .speaker-description{
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.airlst-event .speakers-section .speaker-description p{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.airlst-event .speakers-section .speaker-contact{
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.airlst-event .speakers-section .speaker-contact p{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.airlst-event .speakers-section .speaker-contact a{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.airlst-event .speakers-section .speaker-contact a:hover {
  text-decoration: underline;
}
.airlst-event .text-section .widget {
  padding: 50px 0 100px 0;
}
.airlst-event .text-section .text{
  padding-top: 3rem;
}
.airlst-event .text-section p{
  color: inherit;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: var(--body-font-size);
  line-height: 1.3;
}
.airlst-event .text-section p a {
  text-decoration: underline;
}
.airlst-event .text-section .button-container {
  margin-top: 50px;
}
.airlst-event .text-section .btn {
  box-shadow: 0 0 0 3px transparent;
  color: var(--button-font-color);
  background-color: var(--button-background-color);
  border-color: var(--button-border-color);
  border-radius: var(--button-border-radius);
  font-size: var(--button-font-size);
  font-family: "Inter-SemiBold";
  font-weight: 600;
}
.airlst-event .text-section .btn:hover {
  color: var(--button-font-color-hover);
  background-color: var(--button-background-color-hover);
  border-color: var(--button-border-color-hover);
  font-size: var(--button-font-size-hover);
}
.airlst-event .text-section .btn:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.airlst-event .text-image-section .content-full {
  padding-right: 0;
}
.airlst-event .text-image-section .text-image-section .btn {
  box-shadow: 0 0 0 3px transparent;
  color: var(--button-font-color);
  background-color: var(--button-background-color);
  border-color: var(--button-border-color);
  border-radius: var(--button-border-radius);
  font-size: var(--button-font-size);
  font-family: "Inter-SemiBold";
  font-weight: 600;
}
.airlst-event .text-image-section .text-image-section .btn:hover {
  color: var(--button-font-color-hover);
  background-color: var(--button-background-color-hover);
  border-color: var(--button-border-color-hover);
  font-size: var(--button-font-size-hover);
}
.airlst-event .text-image-section .text-image-section .btn:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.airlst-event .text-image-section .text-image-section > div:nth-child(2){
  align-items: center;
}
.airlst-event .text-image-section .text-image-section p a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .airlst-event .text-image-img-container {
    width: 100% !important;
  }
}
.airlst-event .map-section .btn {
  box-shadow: 0 0 0 3px transparent;
  color: var(--button-font-color);
  background-color: var(--button-background-color);
  border-color: var(--button-border-color);
  border-radius: var(--button-border-radius);
  font-size: var(--button-font-size);
  font-family: "Inter-SemiBold";
  font-weight: 600;
}
.airlst-event .map-section .btn:hover {
  color: var(--button-font-color-hover);
  background-color: var(--button-background-color-hover);
  border-color: var(--button-border-color-hover);
  font-size: var(--button-font-size-hover);
}
.airlst-event .map-section .btn:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.airlst-event .map-section p {
  color: var(--body-font-color);
}
.airlst-event .map-section .section-title{
  justify-content: flex-start;
  text-align: left;
}
.airlst-event .map-section .widget {
  padding-bottom: 100px;
}
.airlst-event .map-section .widget > div {
  gap: 22px;
}
@media (min-width: 992px){
  .airlst-event .map-section .widget > div > div:nth-child(1){
    width: 319px;
  }
}
.airlst-event .map-section .widget > div > div:nth-child(1) p:not(:nth-child(1)) {
  line-height: 25px;
  margin-bottom: 0;
  overflow: hidden;
}
.airlst-event .map-section .widget > div > div:nth-child(1) p{
  text-align: left;
}
.airlst-event .map-section .widget > div > div:nth-child(2) {
  flex: 1;
  width: 100%;
}
@media (min-width: 992px){
  .airlst-event .map-section .widget > div > div:nth-child(2){
    padding-top: 85px;
  }
}
.airlst-event .map-section .widget > div > div:nth-child(2) iframe {
  width: 100%;
}
.airlst-event .video-section .btn {
  box-shadow: 0 0 0 3px transparent;
  color: var(--button-font-color);
  background-color: var(--button-background-color);
  border-color: var(--button-border-color);
  border-radius: var(--button-border-radius);
  font-size: var(--button-font-size);
  font-family: "Inter-SemiBold";
  font-weight: 600;
}
.airlst-event .video-section .btn:hover {
  color: var(--button-font-color-hover);
  background-color: var(--button-background-color-hover);
  border-color: var(--button-border-color-hover);
  font-size: var(--button-font-size-hover);
}
.airlst-event .video-section .btn:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.airlst-event .contact-form-section {
  background-position: bottom !important;
}
.airlst-event .contact-form-section .section-title{
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 46px;
}
.airlst-event .contact-form-section .widget {
  padding-bottom: 250px;
}
.airlst-event .contact-form-section .widget .subtitle-wrapper {
  margin-bottom: 20px;
}
.airlst-event .contact-form-section .widget .subtitle-wrapper p {
  color: var(--body-font-color);
  font-family: var(--heading-1-font-family);
}
.airlst-event .contact-form-section .contact-form .contact-form-inner{
  display: flex;
}
.airlst-event .contact-form-section .contact-form .contact-form-inner .contact-form-info .contact-form-info-inner{
  display: flex;
  flex-direction: column;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media (min-width: 768px){
  .airlst-event .contact-form-section .contact-form .contact-form-inner .contact-form-info .contact-form-info-inner{
    flex-direction: row;
  }
}
.airlst-event .contact-form-section .contact-form .contact-form-inner .contact-form-info .contact-form-info-inner .contact-form-image-container{
  margin-bottom: 2.5rem;
  width: 66.666667%;
  max-width: 325px;
}
@media (min-width: 768px){
  .airlst-event .contact-form-section .contact-form .contact-form-inner .contact-form-info .contact-form-info-inner .contact-form-image-container{
    margin-bottom: 0;
    width: 33.333333%;
  }
}
.airlst-event .contact-form-section .contact-form .contact-form-inner .contact-form-info .contact-form-info-inner .contact-form-image-container .contact-form-image{
  width: 100%;
  border-radius: 100%;
}
.airlst-event .contact-form-section .contact-form .contact-form-inner .contact-form-info .contact-form-info-inner .contact-form-info-container{
  margin-bottom: 2.5rem;
  width: 100%;
}
@media (min-width: 768px){
  .airlst-event .contact-form-section .contact-form .contact-form-inner .contact-form-info .contact-form-info-inner .contact-form-info-container{
    margin-bottom: 0;
    width: 75%;
  }
}
.airlst-event .contact-form-section .contact-form .contact-form-inner .contact-form-info .contact-form-info-inner .contact-form-info-container p {
  color: var(--body-font-color);
  line-height: 1.2;
  overflow: hidden;
}
.airlst-event .contact-form-section .contact-form .contact-form-inner .contact-form-info .contact-form-info-inner .contact-form-info-container a {
  color: var(--link-color-hover);
  text-decoration: underline;
  line-height: 25px;
}
.airlst-event .contact-form-section .contact-form .contact-form-inner .contact-form-info .contact-form-info-inner .contact-form-info-container .contact-form-info-primary .contact-form-info-name{
  font-weight: 700;
  font-size: 24px;
}
.airlst-event .contact-form-section .contact-form .contact-form-inner .contact-form-info .contact-form-info-inner .contact-form-info-container .contact-form-info-primary .contact-form-info-position {
  font-size: 24px;
  margin-bottom: 24px !important;
}
.airlst-event .contact-form-section .contact-form .contact-form-inner .contact-form-info .contact-form-info-inner .contact-form-info-container .contact-form-info-primary .contact-form-info-more p {
  line-height: 25px;
  margin-bottom: 0;
}
.airlst-event .contact-form-section .contact-form .contact-form-inner .contact-form-info .contact-form-info-inner .contact-form-info-container .contact-form-info-primary .contact-form-info-more .contact-form-info-company{
  font-weight: 700;
}
.airlst-event .contact-form-section .contact-form .contact-form-inner .contact-form-info .contact-form-info-inner .contact-form-info-container .contact-form-info-primary .contact-form-info-more .contact-form-info-address2 {
  margin-bottom: 30px;
}
.airlst-event .contact-form-section .contact-form .contact-form-inner .contact-form-info .contact-form-info-inner .contact-form-info-container .contact-form-info-secondary svg{
  margin-right: 0.75rem;
  height: 1.25rem;
  width: 1.25rem;
}
.airlst-event .contact-form-section .contact-form .contact-form-inner .contact-form-fields .form-label {
  color: var(--body-font-color);
}
.airlst-event .contact-form-section .contact-form .contact-form-inner .contact-form-fields .btn {
  box-shadow: 0 0 0 3px transparent;
  color: var(--button-font-color);
  background-color: var(--button-background-color);
  border-color: var(--button-border-color);
  border-radius: var(--button-border-radius);
  font-size: var(--button-font-size);
  font-family: "Inter-SemiBold";
  font-weight: 600;
}
.airlst-event .contact-form-section .contact-form .contact-form-inner .contact-form-fields .btn:hover {
  color: var(--button-font-color-hover);
  background-color: var(--button-background-color-hover);
  border-color: var(--button-border-color-hover);
  font-size: var(--button-font-size-hover);
}
.airlst-event .contact-form-section .contact-form .contact-form-inner .contact-form-fields .btn:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.airlst-event .contact-form-section .contact-form .contact-form-inner .contact-form-fields .form-element {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 13px;
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
  border-color: #e2e2e2;
  border-width: 1px;
  width: 100%;
  border-radius: 0.25rem;
}
.airlst-event .contact-form-section form{
  border-radius: 0.375rem;
  padding-bottom: 2.5rem;
  background: transparent;
  border: 1px solid white;
}
.airlst-event .countdown-section .countdown-inner{
  gap: 1.25rem;
}
.airlst-event .countdown-section .countdown-inner .countdown-column{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.airlst-event .countdown-section .countdown-inner .countdown-column .value {
  font-family: var(--heading-1-font-family);
  font-size: var(--heading-1-font-size);
}
.airlst-event .login-section {
  margin-bottom: -1px;
  position: relative;
}
.airlst-event .login-section.content-boxed {
  max-width: none !important;
}
.airlst-event .login-inner .form-wrapper{
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
}
.airlst-event .login-inner .form-wrapper .login-form{
  padding-left: 0;
  padding-right: 0;
  padding-top: 3rem;
}
@media (min-width: 768px){
  .airlst-event .login-inner .form-wrapper .login-form{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.airlst-event .login-inner .form-wrapper .login-form {
  max-width: 400px;
  padding: 25px 40px;
}
.airlst-event .login-inner .form-wrapper .login-form .login-title{
  margin-bottom: 10px;
}
.airlst-event .login-inner .form-wrapper .login-form .login-title h2 {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 30px;
}
.airlst-event .login-inner .form-wrapper .login-form .login-text{
  margin-bottom: 20px;
  line-height: 20px;
}
.airlst-event .login-inner .form-wrapper .login-form .login-inputs {
  margin-bottom: 10px;
}
.airlst-event .login-inner .form-wrapper .login-form .login-inputs input {
  padding: 15px 25px;
  border: 1px solid #ccc;
  background-color: #fff;
  height: 38px;
}
.airlst-event .login-inner .form-wrapper .login-form .login-button-container {
  margin-bottom: 15px;
}
.airlst-event .login-inner .form-wrapper .login-form .login-button-container .login-button {
  box-shadow: 0 0 0 3px transparent;
  color: var(--button-font-color);
  background-color: var(--button-background-color);
  border-color: var(--button-border-color);
  border-radius: var(--button-border-radius);
  font-size: var(--button-font-size);
  font-family: "Inter-SemiBold";
  font-weight: 600;
  width: 100%;
}
.airlst-event .login-inner .form-wrapper .login-form .login-button-container .login-button:hover {
  color: var(--button-font-color-hover);
  background-color: var(--button-background-color-hover);
  border-color: var(--button-border-color-hover);
  font-size: var(--button-font-size-hover);
}
.airlst-event .login-inner .form-wrapper .login-form .login-button-container .login-button:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.airlst-event .footer-section .content-boxed {
  width: 100%;
}
.airlst-event .footer-section .widget {
  padding: 0 !important;
}
.airlst-event .footer-section .footer{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.airlst-event .footer-section .footer p > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(15px * var(--tw-space-x-reverse));
  margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
}
.airlst-event .footer-section .footer p {
  margin: 0 !important;
}
.airlst-event .footer-section .footer .footer-inner{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}
.airlst-event .footer-section .footer .footer-inner .footer-item .footer-item-social-links{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 768px){
  .airlst-event .footer-section .footer .footer-inner .footer-item .footer-item-social-links{
    justify-content: flex-end;
  }
}
.airlst-event .footer-section .footer .footer-inner .footer-item .footer-item-social-links .footer-item-social-link .footer-item-social-link-icon{
  width: 1.5rem;
}
.airlst-event .footer-section .footer .footer-item-image {
  max-width: 139px;
}
.airlst-event .footer-section .footer a{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: inherit;
}
.airlst-event .footer-section .footer a:hover {
  text-decoration: underline;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .airlst-event .footer-section .footer-inner {
    gap: 16px;
  }
  .airlst-event .footer-section .footer-item {
    justify-content: center;
  }
}
.airlst-event .boxed{
  margin-left: auto;
  margin-right: auto;
}
.airlst-event .full{
  max-width: 100%;
}
.airlst-event .content-boxed{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
}
.airlst-event .content-full{
  max-width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
}
.airlst-event .btn {
  box-shadow: 0 0 0 3px transparent;
  color: var(--button-font-color);
  background-color: var(--button-background-color);
  border-color: var(--button-border-color);
  border-radius: var(--button-border-radius);
  font-size: var(--button-font-size);
  font-family: "Inter-SemiBold";
  font-weight: 600;
}
.airlst-event .btn:hover {
  color: var(--button-font-color-hover);
  background-color: var(--button-background-color-hover);
  border-color: var(--button-border-color-hover);
  font-size: var(--button-font-size-hover);
}
.airlst-event .btn:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.airlst-event .btn-disabled {
  box-shadow: 0 0 0 3px transparent;
  color: var(--button-font-color);
  background-color: var(--button-background-color);
  border-color: var(--button-background-color);
  border-radius: var(--button-border-radius);
  font-size: var(--button-font-size);
  opacity: 0.3;
  cursor: not-allowed;
}
.airlst-event .btn-disabled:hover {
  background-color: var(--button-background-color) !important;
  border-color: var(--button-background-color) !important;
  color: var(--button-font-color) !important;
}
@media only screen and (max-width: 768px) {
  .airlst-event .content-boxed{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .airlst-event .content-full{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.airlst-event #cookie-consent-modal .bg-primary {
  background-color: #043152;
}
.airlst-event #cookie-consent-modal .border-primary {
  border-color: #fff;
}
.airlst-event #cookie-consent-modal h5 {
  font-family: var(--heading-1-font-family);
}
.airlst-event #cookie-consent-modal p {
  font-weight: 600;
}
.airlst-event #cookie-consent-modal .btn {
  box-shadow: 0 0 0 3px transparent;
  color: var(--button-font-color);
  background-color: var(--button-background-color);
  border-color: var(--button-border-color);
  border-radius: var(--button-border-radius);
  font-size: var(--button-font-size);
  font-family: "Inter-SemiBold";
  font-weight: 600;
  min-width: unset;
}
.airlst-event #cookie-consent-modal .btn:hover {
  color: var(--button-font-color-hover);
  background-color: var(--button-background-color-hover);
  border-color: var(--button-border-color-hover);
  font-size: var(--button-font-size-hover);
}
.airlst-event #cookie-consent-modal .btn:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.airlst-event #cookie-consent-modal *::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.airlst-event #cookie-consent-modal *::-webkit-scrollbar-thumb {
  background: #000;
  border: 1px solid #fff;
  border-radius: 77px;
}
.airlst-event #cookie-consent-modal *::-webkit-scrollbar-track {
  background: #f7f8f9;
  border: 1px solid #fff;
  border-radius: 50px;
}
.editor-sections-wrapper,
.airlst-event main {
  background: linear-gradient(180deg, rgb(112, 146, 160) 0%, rgb(29, 71, 105) 100%);
  background-position: 0 84px;
  background-size: cover;
}
.editor-sections-wrapper.is-home,
.airlst-event main.is-home {
  background-image: url(https://d207jjg0twkkym.cloudfront.net/3dbba2f1-f1cb-4f9e-ae4e-69ffb4a96f03/vendor/templates/universal_investment/assets/img/backgrounds/bg_1.jpg);
}
.editor-sections-wrapper.is-not-home,
.airlst-event main.is-not-home {
  background-image: url(https://d207jjg0twkkym.cloudfront.net/3dbba2f1-f1cb-4f9e-ae4e-69ffb4a96f03/vendor/templates/universal_investment/assets/img/backgrounds/bg_2.jpg);
}
@media (min-width: 768px) {
  .btn-container{
    display: flex;
  }
}
.btn,
.file-field-edit,
::-webkit-file-upload-button{
  display: block;
  width: 100%;
  border-radius: 0.125rem;
  border-width: 1px;
  border-color: transparent;
  text-align: center;
  line-height: 1.42857143;
  letter-spacing: 0.025em;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.btn:not(.btn-sm):not(.btn-lg){
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .btn {
    min-width: 14rem;
    width: auto;
    flex: none;
  }
}
.btn-sm{
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.btn-lg{
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
.btn-block{
  width: 100%;
}
.captcha-wrapper{
  margin-bottom: 1.25rem;
  display: flex;
  justify-content: center;
}
.captcha-wrapper .captcha-inner{
  max-width: 350px;
  border-width: 1px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 768px){
  .captcha-wrapper .captcha-inner{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.captcha-wrapper .captcha-inner .captcha-field{
  margin-bottom: 0.25rem;
  text-align: center;
}
.captcha-wrapper .captcha-inner .captcha-field .captcha-field-label{
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: var(--heading-4-font-family);
}
.captcha-wrapper .captcha-inner .captcha-field .captcha-field-input{
  margin-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  border-color: #bbb;
  border-radius: 0;
  height: 44px;
}
.captcha-wrapper .captcha-inner .captcha-image-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px){
  .captcha-wrapper .captcha-inner .captcha-image-wrapper{
    flex-direction: row;
  }
}
.captcha-wrapper .captcha-inner .captcha-image-wrapper .captcha-image{
  width: 190px;
}
@media (min-width: 768px){
  .captcha-wrapper .captcha-inner .captcha-image-wrapper .captcha-image{
    width: 150px;
  }
}
.captcha-wrapper .captcha-inner .captcha-image-wrapper .captcha-button{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 6px;
  box-shadow: 0 0 0 3px transparent;
  color: var(--button-font-color);
  background-color: var(--button-background-color);
  border-color: var(--button-border-color);
  border-radius: var(--button-border-radius);
  font-size: var(--button-font-size);
  font-family: "Inter-SemiBold";
  font-weight: 600;
}
.captcha-wrapper .captcha-inner .captcha-image-wrapper .captcha-button:hover {
  color: var(--button-font-color-hover);
  background-color: var(--button-background-color-hover);
  border-color: var(--button-border-color-hover);
  font-size: var(--button-font-size-hover);
}
.captcha-wrapper .captcha-inner .captcha-image-wrapper .captcha-button:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.captcha-wrapper .captcha-inner .captcha-image-wrapper .captcha-button svg{
  height: 1.25rem;
  width: 1.25rem;
}
.airlst-event ul,
.prose ul{
  padding-left: 18px;
}
.airlst-event ul li,
.prose ul li{
  margin-top: 0;
  margin-bottom: 6px;
  padding-left: 0;
}
.airlst-event ul li p,
.prose ul li p{
  margin-left: -5px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.airlst-event ul li::marker,
.prose ul li::marker {
  color: var(--heading-2-font-color);
  font-size: 18px;
}
.prose p a {
  color: var(--link-color);
  text-decoration: underline;
}
.ProseMirror {
  color: var(--body-font-color);
}
.footer-image-item input.disabled {
  background-color: #eee;
  pointer-events: none;
}
