@import url("https://use.typekit.net/enp3rxm.css");
/* @font-face {
  font-family: "Brandon Grotesque";
  src: url("../assets/fonts/Brandon_regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("../assets/fonts/Brandon_med.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("../assets/fonts/Brandon_bld.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
}

.noscroll, .overflow-hidden {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  max-width: 100%;
}

.font-regular {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
}

.subtitle {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
  text-transform: uppercase;
}

body {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 18px;
  max-width: 100%;
  background: #FFD501;
  color: #002d72;
  overflow-x: hidden !important;
}
@media (min-width: 768px) {
  body {
    line-height: 1.3;
    font-size: 22px;
  }
}

h1, .h1 {
  font-style: normal;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  font-family: brandon-grotesque, sans-serif;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 50px;
  }
}

h2, .h2 {
  font-style: normal;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  font-family: brandon-grotesque, sans-serif;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 35px;
  }
}
@media (min-width: 1024px) {
  h2, .h2 {
    font-size: 40px;
  }
}

h3, .h3 {
  font-weight: 700;
  font-family: brandon-grotesque, sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 30px;
  }
}

div.section-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px;
}
@media (min-width: 650px) {
  div.section-inner {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  div.section-inner {
    padding: 60px 30px;
  }
}
@media (min-width: 1024px) {
  div.section-inner {
    padding: 60px 30px;
  }
}

.section-fit {
  align-items: center;
  min-height: 65dvh;
  display: flex;
}

.section.white h1,
.section.white h2,
.section.white h3,
.section.white .subtitle {
  color: #FFFFFF;
}
.section.white .custom-text,
.section.white .custom-text * {
  color: #FFFFFF;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.custom-text p + p {
  margin-top: 15px;
}
.custom-text ul,
.custom-text ol {
  padding-left: 19px;
  margin: 15px 0;
}
.custom-text ul {
  list-style: disc;
}
.custom-text ol {
  list-style: decimal;
}
@media (max-width: 768px) {
  .custom-text ul,
  .custom-text ol {
    list-style-position: inside;
    padding-left: 0;
  }
}

strong,
b {
  font-weight: 700;
}

.inverted_color {
  color: #FFFFFF;
}

.divLink {
  cursor: pointer;
}

.position-relative {
  position: relative;
}

.f-link-container {
  display: flex;
  gap: 15px;
  align-items: center;
}
.f-link-container.center {
  justify-content: center;
}

a.custom-btn,
button.custom-btn {
  text-decoration: none;
  outline: none;
  color: #002d72;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}
a.custom-btn.custom-btn,
button.custom-btn.custom-btn {
  padding: 10px 20px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.5019607843);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  box-shadow: 0 0 0 1px #fff inset, 0 -1px #fff inset;
  transition: 0.3s ease;
}
a.custom-btn.custom-btn:hover,
button.custom-btn.custom-btn:hover {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  a.custom-btn.custom-btn,
  button.custom-btn.custom-btn {
    text-align: center;
  }
}

img.age-gate__heading-title.age-gate__heading-title--logo {
  width: 200px;
  height: auto;
}

.wpml-ls-link {
  background-color: transparent !important;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  margin-bottom: 10px !important;
}

.wpml-float {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #FFD501;
  border-bottom-right-radius: 10px;
  z-index: 999;
}
.wpml-float .wpml-ls {
  margin-bottom: 0 !important;
}
.wpml-float ul {
  display: flex;
}
.wpml-float ul span.wpml-ls-native {
  display: none;
}
.wpml-float ul li a {
  padding: 5px;
  line-height: 0;
}

.row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.row .img-col {
  background-size: cover;
  min-height: 500px;
}
@media (max-width: 768px) {
  .row .img-col {
    margin-bottom: 30px;
    min-height: 300px;
  }
}
@media (max-width: 768px) {
  .row {
    flex-direction: column;
    row-gap: 15px;
  }
  .row.mobile-row {
    flex-direction: row;
  }
}

.f-text-column p {
  margin-bottom: 15px;
}

.flex-end {
  display: flex;
  align-items: flex-end;
}

.flex-center {
  align-items: center;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.p0 {
  padding: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt-m {
  margin-top: 30px !important;
}

.mb-m {
  margin-bottom: 30px !important;
}

.mt-s {
  margin-top: 15px !important;
}

.mb-s {
  margin-bottom: 15px !important;
}

.mt-l {
  margin-top: 60px !important;
}

.mb-l {
  margin-bottom: 60px !important;
}

.mt-xl {
  margin-top: 145px !important;
}

.mb-xl {
  margin-bottom: 145px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.p-small {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.p-xs {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.hide-desktop {
  display: none !important;
}

@media (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
  .hide-desktop {
    display: block !important;
  }
  .hide-desktop.mobile-row {
    display: flex !important;
  }
  .mt-l {
    margin-top: 30px !important;
  }
  .mb-l {
    margin-bottom: 30px !important;
  }
  .pt-l {
    padding-top: 30px !important;
  }
  .pb-l {
    padding-bottom: 30px !important;
  }
  .mt-xl {
    margin-top: 60px !important;
  }
  .mb-xl {
    margin-bottom: 60px !important;
  }
  .mt-m {
    margin-top: 15px !important;
  }
  .mb-m {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 768px) {
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .col-md-6 {
    width: 100%;
  }
}
footer {
  background-color: #FFD501;
}
footer .footer-inner {
  border-top: 1px solid rgba(0, 45, 114, 0.2);
}
footer .footer-inner .footer-img {
  max-width: 250px;
}
footer .footer-inner .flex-center {
  justify-content: center;
  align-items: center;
}
footer .footer-inner .footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
footer .footer-inner .footer-links a {
  text-decoration: none;
  color: #002d72;
  text-transform: uppercase;
  font-size: 14px;
}
footer .footer-inner .footer-links a:hover {
  text-decoration: underline;
}
footer .footer-inner .socials-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}
footer .footer-inner .socials-footer a {
  text-decoration: none;
  color: #002d72;
  font-size: 24px;
}
footer .footer-inner .socials-footer a:hover {
  text-decoration: underline;
}
footer .logo-footer svg {
  max-width: 250px;
}

.logo-circle {
  position: fixed;
  z-index: 9999;
  top: 15px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #FFD501;
  transition: 0.3s ease;
}
.logo-circle svg {
  width: 100%;
  height: auto;
}
.logo-circle.scrolled {
  width: 130px;
  height: 130px;
}
@media (max-width: 768px) {
  .logo-circle {
    width: 130px;
    height: 130px;
  }
  .logo-circle.scrolled {
    width: 100px;
    height: 100px;
  }
}

.f-text-img .row {
  height: stretch;
}
.f-text-img .row[data-layout=left] {
  flex-direction: row-reverse;
}
.f-text-img .bg-img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.f-text-img .bg-img.fit {
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 650px;
}
@media (max-width: 768px) {
  .f-text-img .bg-img {
    height: 350px;
  }
}
.f-text-img .text-col {
  padding: 30px 15px;
}
@media (min-width: 650px) {
  .f-text-img .text-col {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .f-text-img .text-col {
    padding: 45px;
  }
}
@media (min-width: 1024px) {
  .f-text-img .text-col {
    padding: 60px;
  }
}
.f-text-img .text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .f-text-img .text-col {
    text-align: center;
    justify-content: center;
  }
  .f-text-img .text-col .f-link-container {
    justify-content: center;
  }
}
.f-text-img.geel h2,
.f-text-img.geel .subtitle {
  color: #FFD501;
}
.f-text-img.geel .custom-text,
.f-text-img.geel .custom-text * {
  color: #FFD501;
}
@media (max-width: 768px) {
  .f-text-img .p0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.f-image img {
  width: 100%;
  height: auto;
}

.f-hero {
  height: calc(100vh - 52px);
  margin-bottom: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #FFD800;
}
.f-hero .mobile-image {
  display: none;
}
@media (max-width: 768px) {
  .f-hero {
    height: auto;
  }
  .f-hero .mobile-image {
    display: block;
    width: 100%;
    height: auto;
  }
}

.f-text .col-md-12[data-align=center] {
  text-align: center;
}
.f-text .col-md-12[data-align=center] .f-link-container {
  justify-content: center;
}
.f-text.geel h2,
.f-text.geel .subtitle {
  color: #FFD501;
}
.f-text.geel .custom-text,
.f-text.geel .custom-text * {
  color: #FFD501;
}

.f-map {
  position: relative;
  overflow: hidden;
}
.f-map .f-map-inner {
  display: block;
}
.f-map .bg-images img {
  position: absolute;
  z-index: 0;
  top: 0;
  opacity: 0.0887;
  width: 25dvw;
  height: auto;
}
.f-map .bg-images img.left {
  left: 0;
  bottom: -80px;
}
.f-map .bg-images img.right {
  right: 20px;
  top: 100px;
}
.f-map.geel h2,
.f-map.geel .subtitle {
  color: #FFD501;
}
.f-map.geel .custom-text,
.f-map.geel .custom-text *,
.f-map.geel p,
.f-map.geel .markyourx-location-text {
  color: #FFD501;
}
.f-map .markyourx-globe-content {
  min-height: calc(100vh - 120px);
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-map .markyourx-content-container {
  position: absolute;
  z-index: 998;
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
.f-map .markyourx-content-container .content-image-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-map .markyourx-content-container .content-image-container .globe-image {
  width: 60%;
  height: auto;
  transition: all 2s ease-in-out;
}
@media (max-width: 768px) {
  .f-map .markyourx-content-container .content-image-container .globe-image {
    width: 90%;
  }
}
.f-map .markyourx-content-container .content-button-container button {
  text-decoration: none;
  outline: none;
  color: #002d72;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.5019607843);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  box-shadow: 0 0 0 1px #fff inset, 0 -1px #fff inset;
  transition: 0.3s ease;
}
.f-map .markyourx-content-container .content-button-container button:hover {
  transform: scale(1.1);
}
.f-map .markyourx-content-container .content-button-container button img {
  width: 200px;
  height: auto;
}
.f-map .markyourx-location-container {
  display: none;
  margin-top: 5rem;
  z-index: 997;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  opacity: 0;
}
.f-map .markyourx-location-container #mapglobe {
  width: 80vw;
  height: 500px;
}
.f-map .markyourx-location-container .markyourx-location {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.f-map .markyourx-location-container .markyourx-location .markyourx-location-text {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
}
.f-map .markyourx-location-container .markyourx-location #address {
  background-color: transparent;
  border: none;
  text-align: center;
  margin-bottom: 15px;
}
.f-map .markyourx-location-container .markyourx-location #submitLocation {
  text-decoration: none;
  outline: none;
  color: #002d72;
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  padding: 10px 20px;
  padding-top: 13px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.5019607843);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  box-shadow: 0 0 0 1px #fff inset, 0 -1px #fff inset;
  transition: 0.3s ease;
}
.f-map .markyourx-location-container .markyourx-location #submitLocation:hover {
  transform: scale(1.1);
}
.f-map .markyourx-location-container .markyourx-location #submitLocation img {
  width: 200px;
  height: auto;
}
.f-map .markyourx-description {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 30px;
}
.f-map #backButton {
  text-decoration: none;
  outline: none;
  color: #002d72;
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  padding: 10px 20px;
  padding-top: 13px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.5019607843);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  box-shadow: 0 0 0 1px #fff inset, 0 -1px #fff inset;
  transition: 0.3s ease;
}
.f-map #backButton:hover {
  transform: scale(1.1);
}
.f-map #backButton img {
  width: 200px;
  height: auto;
}
.f-map .markyourx-form-container {
  display: none;
  margin-top: 5rem;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.f-map .markyourx-form-container .custom-text {
  text-align: center;
}
.f-map .markyourx-form-container .custom-text p {
  font-size: 22px;
}
.f-map .markyourx-form-container .markyourx-location {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  margin-top: 30px;
}
.f-map .markyourx-form-container .markyourx-location .markyourx-location-text {
  font-weight: 500;
  font-size: 20px;
}
.f-map .markyourx-form-container .markyourx-location #pickedAddress {
  background-color: transparent;
  border: none;
  height: 40px;
  font-weight: 500;
  text-align: center;
}
.f-map .markyourx-form-container .markyourx-location #pickedAddress:focus {
  outline: none;
}
.f-map .markyourx-form-container .markyourx-location #submitLocation {
  text-decoration: none;
  outline: none;
  color: #002d72;
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  padding: 10px 20px;
  padding-top: 13px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.5019607843);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  box-shadow: 0 0 0 1px #fff inset, 0 -1px #fff inset;
  transition: 0.3s ease;
}
.f-map .markyourx-form-container .markyourx-location #submitLocation:hover {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .f-map .markyourx-gravity-form {
    width: 85vw;
  }
}
.f-map .markyourx-gravity-form #gform_4 .ui-datepicker-trigger {
  display: none;
}
.f-map .markyourx-gravity-form #gform_4 #gform_4_validation_container {
  display: none !important;
}
.f-map .markyourx-gravity-form #gform_4 input[type=text], .f-map .markyourx-gravity-form #gform_4 input[type=email], .f-map .markyourx-gravity-form #gform_4 input[type=number] {
  width: 100%;
  height: 40px;
  background-color: transparent;
  border: 1px solid #FFD501;
  color: #FFD501;
  border-radius: 25px;
  padding: 1rem 2rem;
}
.f-map .markyourx-gravity-form #gform_4 input[type=text]::placeholder, .f-map .markyourx-gravity-form #gform_4 input[type=email]::placeholder, .f-map .markyourx-gravity-form #gform_4 input[type=number]::placeholder {
  font-weight: 500;
  color: #FFD501;
}
.f-map .markyourx-gravity-form #gform_4 input[type=text]:focus, .f-map .markyourx-gravity-form #gform_4 input[type=email]:focus, .f-map .markyourx-gravity-form #gform_4 input[type=number]:focus {
  outline: none;
}
.f-map .markyourx-gravity-form #gform_4 .gfield_error input {
  border-color: red;
}
.f-map .markyourx-gravity-form #gform_4 .gform-field-label {
  color: #FFD501;
  font-size: 16px;
  line-height: 17px;
  margin-left: 5px;
}
.f-map .markyourx-gravity-form #gform_4 .gfield_validation_message {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  margin-top: 0 !important;
  color: #ffffff !important;
}
.f-map .markyourx-gravity-form #gform_4 .gform_footer {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
.f-map .markyourx-gravity-form #gform_4 .gform_footer #gform_submit_button_4 {
  text-decoration: none;
  outline: none;
  color: #002d72;
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  padding: 10px 20px;
  padding-top: 13px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.5019607843);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  box-shadow: 0 0 0 1px #fff inset, 0 -1px #fff inset;
  transition: 0.3s ease;
}
.f-map .markyourx-gravity-form #gform_4 .gform_footer #gform_submit_button_4:hover {
  transform: scale(1.1);
}
.f-map .markyourx-thankyou-container {
  display: none;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  width: 100%;
  max-width: 95%;
}

div#gform_4_validation_container {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.sf-form-inner .gform_wrapper.gravity-theme .gform_required_legend {
  display: none !important;
}
.sf-form-inner .gform_wrapper.gravity-theme .gfield_label {
  font-family: "TitleFont";
  font-weight: 400;
  color: #000000;
}
.sf-form-inner .gform_wrapper.gravity-theme .gfield input,
.sf-form-inner .gform_wrapper.gravity-theme .gfield select,
.sf-form-inner .gform_wrapper.gravity-theme .gfield textarea {
  background-color: #FFFFFF;
  border: none;
  outline: none;
  border-radius: 0;
}
.sf-form-inner .gform_wrapper.gravity-theme .gform_footer {
  justify-content: flex-end;
}
.sf-form-inner .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
  background-color: #000000;
}
.sf-form-inner .gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 15px;
}
.sf-form-inner .gform_wrapper.gravity-theme .gform_validation_errors .validation_error {
  border: none;
  font-size: 20px;
  line-height: 24px;
  padding: 0;
  margin-bottom: 0;
}
.sf-form-inner .gform_wrapper.gravity-theme .gform_validation_errors .validation_error h2 {
  font-size: 20px;
  line-height: 24px;
}
.sf-form-inner .gform_wrapper.gravity-theme .gfield_validation_message {
  border: none;
  background-color: unset;
  padding: 0;
  margin-top: 0;
  font-size: 14px;
}
.sf-form-inner .gform_wrapper.gravity-theme .gform_confirmation_message {
  text-align: center;
}

.gform_required_legend {
  display: none !important;
}

/*# sourceMappingURL=custom.css.map */
