@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.woff2') format("woff2"), url('../fonts/Satoshi-Light.eot') format("embedded-opentype"), url('../fonts/Satoshi-Light.woff') format("woff"), url('../fonts/Satoshi-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.woff2') format("woff2"), url('../fonts/Satoshi-Medium.eot') format("embedded-opentype"), url('../fonts/Satoshi-Medium.woff') format("woff"), url('../fonts/Satoshi-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.woff2') format("woff2"), url('../fonts/Satoshi-Bold.eot') format("embedded-opentype"), url('../fonts/Satoshi-Bold.woff') format("woff"), url('../fonts/Satoshi-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.woff2') format("woff2"), url('../fonts/Satoshi-Regular.eot') format("embedded-opentype"), url('../fonts/Satoshi-Regular.woff') format("woff"), url('../fonts/Satoshi-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.woff2') format("woff2"), url('../fonts/Satoshi-BoldItalic.eot') format("embedded-opentype"), url('../fonts/Satoshi-BoldItalic.woff') format("woff"), url('../fonts/Satoshi-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.woff2') format("woff2"), url('../fonts/Satoshi-LightItalic.eot') format("embedded-opentype"), url('../fonts/Satoshi-LightItalic.woff') format("woff"), url('../fonts/Satoshi-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.woff2') format("woff2"), url('../fonts/Satoshi-VariableItalic.woff2') format("woff2"), url('../fonts/Satoshi-Italic.eot') format("embedded-opentype"), url('../fonts/Satoshi-VariableItalic.eot') format("embedded-opentype"), url('../fonts/Satoshi-Italic.woff') format("woff"), url('../fonts/Satoshi-VariableItalic.woff') format("woff"), url('../fonts/Satoshi-Italic.ttf') format("truetype"), url('../fonts/Satoshi-VariableItalic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi Variable;
  src: url('../fonts/Satoshi-Variable.woff2') format("woff2"), url('../fonts/Satoshi-Variable.eot') format("embedded-opentype"), url('../fonts/Satoshi-Variable.woff') format("woff"), url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.woff2') format("woff2"), url('../fonts/Satoshi-Black.eot') format("embedded-opentype"), url('../fonts/Satoshi-Black.woff') format("woff"), url('../fonts/Satoshi-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.woff2') format("woff2"), url('../fonts/Satoshi-MediumItalic.eot') format("embedded-opentype"), url('../fonts/Satoshi-MediumItalic.woff') format("woff"), url('../fonts/Satoshi-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.woff2') format("woff2"), url('../fonts/Satoshi-BlackItalic.eot') format("embedded-opentype"), url('../fonts/Satoshi-BlackItalic.woff') format("woff"), url('../fonts/Satoshi-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

strong {
  font-weight: 900;
}

.hero {
  background-image: linear-gradient(#001effcc, #001effcc), url('../images/hero_bg2.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat-y;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: 32vh;
  padding-bottom: 68px;
  display: flex;
}

.image {
  width: 21vw;
  margin-top: -12vw;
}

.h_date {
  color: #f0b0d1;
  letter-spacing: 6px;
  margin-bottom: 28px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 39px;
  font-weight: 700;
}

.h_date.space {
  margin-bottom: 28px;
}

.h_date.space._2 {
  margin-bottom: 53px;
}

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 69px;
  display: flex;
}

.h_date_2 {
  color: #f0b0d1;
  text-align: left;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.h_date_2.cen {
  text-align: center;
  margin-bottom: 18px;
  line-height: 24px;
}

.section1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 43px;
  display: flex;
}

.wrapper {
  justify-content: center;
  align-items: flex-start;
  max-width: 1000px;
  margin-bottom: 42px;
  display: flex;
}

.h1 {
  color: #f38507;
  letter-spacing: 3px;
  margin-top: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 47px;
  font-weight: 900;
  line-height: 69px;
}

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

.h1.w {
  color: #fff;
}

.p {
  color: #f38507;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
}

.p.leftpad {
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-left: 117px;
  font-size: 16px;
  line-height: 29px;
}

.p.pad {
  margin-left: 89px;
}

.p.highcaps {
  text-transform: uppercase;
}

.p.big {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 35px;
  font-weight: 900;
}

.p.midwidth {
  width: 80%;
}

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

.button {
  color: #f38507;
  letter-spacing: 2px;
  text-transform: uppercase;
  vertical-align: baseline;
  background-color: #3898ec00;
  border: 2px solid #f38507;
  border-radius: 222px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  transition: all .333s cubic-bezier(.865, .083, .25, 1);
  display: inline-block;
}

.button:hover {
  color: #fff;
  background-color: #f38507;
}

.section2 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 85px;
  display: flex;
}

.col {
  background-color: #fff8ff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  min-height: 86vh;
  padding: 56px;
  display: flex;
}

.col.outline {
  outline-offset: -20px;
  background-color: #fff;
  outline: 2px solid #f38507;
  justify-content: space-between;
}

.h_wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 34px;
  display: flex;
}

.p_2 {
  color: #f38507;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 34px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
}

.p_2.leftpad {
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-left: 117px;
  font-size: 16px;
  line-height: 29px;
}

.p_2.pad {
  margin-left: 119px;
}

.p_2.highcaps {
  text-transform: uppercase;
}

.bold-text {
  font-weight: 900;
}

.spacer {
  height: 59px;
}

.spacer.l {
  height: 82px;
}

.follow_menu {
  z-index: 11111;
  background-color: #fff;
  border: 2px solid #f38507;
  border-top-left-radius: 222px;
  border-bottom-left-radius: 222px;
  justify-content: center;
  align-items: center;
  padding: 17px 28px 19px 34px;
  display: flex;
  position: fixed;
  inset: 4% -3px auto auto;
  box-shadow: 0 2px 5px 2px #0000001a;
}

.image-2 {
  width: 33px;
  margin-top: 3px;
}

.div-block-2 {
  background-color: #f38507;
  width: 2px;
  height: 32px;
  margin-top: 2px;
  margin-left: 16px;
  margin-right: 16px;
}

.li_blk {
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: opacity .333s;
  display: flex;
}

.li_blk:hover {
  opacity: .76;
}

.li_blk._2 {
  margin-top: 29px;
}

.section3 {
  background-image: url('../images/bg_pattern.svg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.wrapper2 {
  outline-offset: 0px;
  background-color: #fff;
  border: 2px solid #f38507;
  outline: 3px #f38507;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 62%;
  padding: 55px 120px;
  display: flex;
  box-shadow: 0 2px 7px #0003;
}

.spacer_sm {
  height: 36px;
}

.image-3 {
  width: 413px;
}

.section4 {
  background-color: #003bff;
  justify-content: center;
  align-items: center;
  padding-top: 55px;
  padding-bottom: 55px;
  display: flex;
}

.wrapperblue {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 888px;
  display: flex;
}

.w_box {
  border: 3px solid #fff;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  min-width: 555px;
  margin-top: 41px;
  margin-left: 0;
  padding: 50px;
  display: flex;
}

.p_w_big {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 27px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
}

.p_w_big.leftpad {
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-left: 117px;
  font-size: 16px;
  line-height: 29px;
}

.p_w_big.pad {
  margin-left: 89px;
}

.p_w_big.highcaps {
  text-transform: uppercase;
}

.p_w_big.big {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 35px;
  font-weight: 900;
}

.p_w_big.midwidth {
  width: 80%;
}

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

.h1-copy {
  color: #f38507;
  letter-spacing: 3px;
  margin-top: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 69px;
}

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

.h1-copy.w {
  color: #fff;
  letter-spacing: 2px;
  font-size: 37px;
  line-height: 58px;
}

.h1-copy.w.c {
  text-align: center;
}

.section5 {
  flex-flow: column;
  align-items: center;
  padding-top: 131px;
  padding-bottom: 90px;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 15px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-top: 44px;
  display: grid;
}

.product {
  background-color: #fff8fe;
  border: 3px solid #f38507;
  flex-flow: column;
  justify-content: flex-start;
  min-width: 222px;
  max-width: none;
  padding: 23px;
  display: flex;
}

.image-4 {
  mix-blend-mode: normal;
  width: 222px;
}

.h3 {
  color: #f38507;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 2.2vw;
  font-weight: 900;
  line-height: 3vw;
}

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

.h3.w {
  color: #fff;
}

.follo_p {
  color: #f38507;
  letter-spacing: 1px;
  margin-top: 3px;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.section6 {
  justify-content: center;
  align-items: center;
  margin-top: 85px;
  display: flex;
}

.col-copy {
  background-color: #fff8ff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  min-height: 86vh;
  margin: 54px;
  padding: 56px;
  display: flex;
}

.col-copy.outline {
  outline-offset: -20px;
  background-color: #fff;
  outline: 2px solid #f38507;
  justify-content: flex-start;
  align-items: center;
  margin: 31px;
}

.h_wrapper-copy {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 34px;
  display: flex;
}

.image-5 {
  margin-top: 29px;
}

.image-6 {
  margin-top: 54px;
}

.image-7 {
  margin-top: 61px;
}

.image-8 {
  margin-top: 25px;
}

.image-9 {
  margin-top: 60px;
}

.footer {
  background-color: #013bff;
  justify-content: center;
  align-items: center;
  padding: 16px 34px 14px;
  display: flex;
}

.footerlinktext {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-right: 27px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.footerlinktext:hover {
  text-decoration: underline;
}

.image-copy {
  width: 9vw;
  margin-top: -3vw;
}

.buttonw {
  z-index: 1111;
  color: #f38507;
  letter-spacing: 2px;
  text-transform: uppercase;
  vertical-align: baseline;
  background-color: #fff;
  border: 2px solid #f38507;
  border-radius: 222px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  transition: all .333s cubic-bezier(.865, .083, .25, 1);
  display: inline-block;
  position: fixed;
  inset: 2% 2% auto auto;
}

.buttonw:hover {
  color: #fff;
  background-color: #f38507;
}

.buttonw.w--current {
  letter-spacing: 1px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 10px;
  line-height: 12px;
  inset: 2% 1% auto auto;
  box-shadow: 0 2px 5px #0003;
}

.section-event {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding: 28px;
  display: grid;
}

.product-copy {
  background-color: #fff8fe;
  border: 3px solid #f38507;
  flex-flow: column;
  justify-content: flex-start;
  min-width: 222px;
  max-width: none;
  padding: 41px;
  display: flex;
}

.eventdate {
  color: #f38507;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 35px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 33px;
}

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

.eventdate.w {
  color: #fff;
}

.p-copy {
  color: #f38507;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 2px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
}

.p-copy.leftpad {
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-left: 117px;
  font-size: 16px;
  line-height: 29px;
}

.p-copy.pad {
  margin-left: 89px;
}

.p-copy.highcaps {
  text-transform: uppercase;
}

.p-copy.big {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 35px;
  font-weight: 900;
}

.p-copy.midwidth {
  width: 80%;
}

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

.h3-copy {
  color: #f38507;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 35px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 2.2vw;
  font-weight: 900;
  line-height: 3.1vw;
}

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

.h3-copy.w {
  color: #fff;
}

.button-copy {
  color: #f38507;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  vertical-align: baseline;
  background-color: #fff;
  border: 2px solid #f38507;
  border-radius: 222px;
  margin-top: 39px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  transition: all .333s cubic-bezier(.865, .083, .25, 1);
  display: inline-block;
}

.button-copy:hover {
  color: #fff;
  background-color: #f38507;
}

.section {
  background-color: #fff8ff;
  padding: 36px;
}

.fs-cc-banner2_container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs2_form {
  color: #fff;
  background-color: #333;
  width: 100%;
  max-width: 25rem;
  max-height: 85vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs2_buttons-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 1rem;
  display: flex;
}

.fs-cc-prefs2_label {
  color: #0540f2;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs2_component {
  z-index: 997;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-preferences2_close-icon {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs2_close {
  color: #fff;
  cursor: pointer;
  background-color: #0540f2;
  padding: .75rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: 0 0 auto auto;
  box-shadow: -1px 1px 4px #3333331a;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
  background-color: #0000;
  display: block;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
  border-width: 2px;
  border-color: #0540f2;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  background-color: #0540f2;
  background-size: auto;
  border-color: #0540f2;
}

.fs-cc-banner2_component {
  z-index: 999;
  outline-offset: 0px;
  color: #fff;
  background-color: #fff8ff;
  outline: 3px solid #f38507;
  width: 28.125rem;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: auto 1% 1% auto;
}

.fs-cc-banner2_text-link {
  color: #f38507;
  border-bottom: 2px solid #fff;
  font-weight: 500;
  text-decoration: underline;
}

.fs-cc-prefs2_checkbox-field {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-manager2_button {
  color: #fff;
  cursor: pointer;
  background-color: #f38507;
  border-radius: 222px;
  flex-direction: column;
  width: 3rem;
  padding: .5rem;
  transition: all 3.33s;
  display: flex;
}

.fs-cc-manager2_button:hover {
  color: #fff;
  border-radius: 0;
}

.fs-cc-prefs2_button {
  text-align: center;
  background-color: #0540f2;
  border: 1px solid #0540f2;
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  color: #0540f2;
  background-color: #fff;
  border-color: #0540f2;
  margin-bottom: .75rem;
}

.fs-cc-banner2_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.fs-cc-prefs2_content {
  color: #000;
  background-color: #fff;
  height: 100%;
  padding: 2.5rem 2rem;
}

.fs-cc-prefs2_option {
  border-bottom: 1px solid #c0c0c04d;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-prefs2_submit {
  text-align: center;
  background-color: #010440;
  margin-top: .75rem;
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.fs-cc-manager2_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs2_title {
  color: #010440;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner2_text {
  color: #f38507;
  font-family: Satoshi, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 23px;
}

.fs-cc-prefs2_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-prefs2_form-wrapper {
  background-color: #ffdada00;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_overlay {
  z-index: -1;
  background-color: #010440e6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner2_button {
  color: #f38507;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  flex: 1;
  min-width: 7.5rem;
  margin-left: 0;
  margin-right: 1rem;
  padding: .5rem 1.25rem;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 2px 5px #0003;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  color: #fff;
  text-align: center;
  background-color: #f38507;
  min-width: 7.5rem;
  margin-right: 1rem;
  padding-left: 1rem;
  padding-right: 1.8rem;
  font-size: 14px;
}

.fs-cc-prefs2_space-small {
  margin-bottom: .75rem;
}

.link, .link-2 {
  color: #f38507;
}

.link-2:hover {
  color: #f38507ab;
}

.spacer-copy {
  height: 61px;
}

.spacer-copy.l {
  height: 82px;
}

.image-2-copy {
  width: 29px;
  margin-top: 3px;
}

@media screen and (max-width: 991px) {
  .image {
    width: 40vw;
    margin-top: -18vw;
  }

  .section1 {
    justify-content: flex-start;
    align-items: center;
  }

  .wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 947px;
    padding: 0 60px;
  }

  .p.pad {
    margin-left: 0;
  }

  .section2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 65px;
    margin-bottom: 79px;
  }

  .col {
    width: 90%;
  }

  .wrapper2 {
    width: 88%;
  }

  .section4, .wrapperblue {
    flex-flow: column;
  }

  .w_box {
    min-width: 100%;
    margin-top: 41px;
    margin-left: 0;
  }

  .p_w_big {
    margin-bottom: 28px;
  }

  .div-block-3 {
    grid-template-columns: 1fr;
  }

  .product {
    padding: 45px;
  }

  .section6 {
    flex-flow: column;
    margin-top: 1px;
  }

  .col-copy {
    width: 85%;
    min-height: auto;
  }

  .col-copy.outline {
    min-height: auto;
  }

  .image-copy {
    width: 40vw;
    margin-top: -18vw;
  }

  .buttonw.w--current {
    right: 2%;
  }

  .section-event {
    grid-template-columns: 1fr 1fr;
  }

  .product-copy {
    justify-content: space-between;
    padding: 20px;
  }

  .p-copy.pad {
    margin-left: 0;
  }

  .h3-copy {
    font-size: 30px;
    line-height: 6vw;
  }
}

@media screen and (max-width: 767px) {
  .fs-cc-banner2_container {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-image: linear-gradient(#001effdb, #001effdb), url('../images/hero_bg2.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, repeat-y;
    background-size: auto, contain;
    background-attachment: scroll, fixed;
    padding-top: 0;
  }

  .image {
    width: 53vw;
    margin-top: -7vw;
  }

  .h_date {
    margin-bottom: 10px;
    font-size: 21px;
  }

  .h_date.space {
    margin-bottom: 10px;
    font-size: 19px;
  }

  .h_date.space._2 {
    margin-bottom: 39px;
  }

  .div-block {
    margin-top: 35px;
  }

  .h_date_2 {
    letter-spacing: 3px;
    font-size: 10px;
    font-weight: 700;
  }

  .h_date_2.cen {
    margin-top: 12px;
  }

  .section1 {
    justify-content: flex-start;
    align-items: center;
  }

  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .h1 {
    font-size: 38px;
    line-height: 50px;
  }

  .h1.center {
    font-size: 36px;
    line-height: 48px;
  }

  .h1.s {
    letter-spacing: 2px;
    margin-bottom: 32px;
    font-size: 28px;
    line-height: 40px;
  }

  .p {
    line-height: 26px;
  }

  .p.midwidth {
    width: 100%;
  }

  .button {
    text-align: center;
    width: auto;
  }

  .button.s {
    text-align: center;
    vertical-align: baseline;
    padding-left: 17px;
    padding-right: 17px;
    display: inline-block;
  }

  .col {
    width: 90%;
    min-height: auto;
    padding: 25px 17px 72px;
  }

  .col.outline {
    outline-offset: -2px;
    min-height: auto;
    margin-top: 58px;
    padding-top: 25px;
  }

  .h_wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .p_2 {
    margin-top: -8px;
    margin-bottom: 31px;
  }

  .follow_menu {
    z-index: 11;
    padding: 14px 24px 18px 36px;
    inset: 0% 0% auto auto;
  }

  .image-2 {
    width: 29px;
  }

  .div-block-2 {
    height: 25px;
    margin-left: 19px;
    margin-right: 21px;
  }

  .image-3 {
    width: 222px;
    max-width: none;
  }

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

  .w_box {
    justify-content: space-around;
    align-items: center;
    padding: 27px;
  }

  .p_w_big {
    text-align: center;
    margin-bottom: 35px;
    font-size: 19px;
  }

  .div-block-3 {
    width: 90%;
  }

  .product {
    padding: 24px;
  }

  .h3 {
    font-size: 18px;
    line-height: 27px;
  }

  .section6 {
    margin-bottom: 56px;
  }

  .footer {
    justify-content: space-around;
  }

  .footerlinktext {
    margin-right: 0;
  }

  .image-copy {
    width: 41vw;
    margin-top: -15vw;
  }

  .buttonw {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 154px;
    margin-left: auto;
    margin-right: auto;
    padding: 7px 25px;
    font-size: 9px;
    line-height: 17px;
    display: flex;
    position: fixed;
    inset: 0% auto auto;
  }

  .buttonw.w--current {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    width: 137px;
    margin-top: 5px;
    padding-left: 11px;
    padding-right: 11px;
    display: flex;
    inset: 16px auto auto;
  }

  .section-event {
    grid-template-columns: 1fr;
  }

  .product-copy {
    justify-content: flex-start;
    padding: 24px;
  }

  .eventdate {
    font-size: 18px;
    line-height: 27px;
  }

  .p-copy {
    line-height: 26px;
  }

  .p-copy.midwidth {
    width: 100%;
  }

  .h3-copy {
    font-size: 18px;
    line-height: 27px;
  }

  .fs-cc-prefs2_label {
    font-size: .875rem;
  }

  .fs-cc-prefs2_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs2_close {
    padding: .5rem;
  }

  .fs-cc-banner2_component {
    width: 100%;
    margin-left: 4px;
    display: none;
  }

  .fs-cc-manager2_button {
    color: #fff;
    background-color: #f38507;
    display: flex;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: .5rem;
  }

  .fs-cc-banner2_buttons-wrapper {
    flex-flow: column;
    order: 0;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .fs-cc-prefs2_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .fs-cc-manager2_component {
    background-color: #fff0;
    display: none;
  }

  .fs-cc-prefs2_title {
    font-size: 1.125rem;
  }

  .fs-cc-banner2_button {
    margin-bottom: 19px;
    margin-right: 0;
  }

  .fs-cc-banner2_button.fs-cc-button-alt {
    margin-right: 0;
  }

  .image-2-copy {
    width: 29px;
  }

  .div-block-4, .div-block-5 {
    align-self: stretch;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2'), url('../fonts/Satoshi-Light.eot') format('embedded-opentype'), url('../fonts/Satoshi-Light.woff') format('woff'), url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2'), url('../fonts/Satoshi-Medium.eot') format('embedded-opentype'), url('../fonts/Satoshi-Medium.woff') format('woff'), url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2'), url('../fonts/Satoshi-Bold.eot') format('embedded-opentype'), url('../fonts/Satoshi-Bold.woff') format('woff'), url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2'), url('../fonts/Satoshi-Regular.eot') format('embedded-opentype'), url('../fonts/Satoshi-Regular.woff') format('woff'), url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2'), url('../fonts/Satoshi-BoldItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-BoldItalic.woff') format('woff'), url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2'), url('../fonts/Satoshi-LightItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-LightItalic.woff') format('woff'), url('../fonts/Satoshi-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.woff2') format('woff2'), url('../fonts/Satoshi-VariableItalic.woff2') format('woff2'), url('../fonts/Satoshi-Italic.eot') format('embedded-opentype'), url('../fonts/Satoshi-VariableItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-Italic.woff') format('woff'), url('../fonts/Satoshi-VariableItalic.woff') format('woff'), url('../fonts/Satoshi-Italic.ttf') format('truetype'), url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2'), url('../fonts/Satoshi-Variable.eot') format('embedded-opentype'), url('../fonts/Satoshi-Variable.woff') format('woff'), url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2'), url('../fonts/Satoshi-Black.eot') format('embedded-opentype'), url('../fonts/Satoshi-Black.woff') format('woff'), url('../fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2'), url('../fonts/Satoshi-MediumItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-MediumItalic.woff') format('woff'), url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.woff2') format('woff2'), url('../fonts/Satoshi-BlackItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-BlackItalic.woff') format('woff'), url('../fonts/Satoshi-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}