@font-face {
  font-family: "Farro-Regular";
  src: url("./../fonts/Farro-Regular.ttf") format("truetype"), url("./../fonts/Farro-Regular.woff2") format("woff2"), url("./../fonts/Farro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kristi-Regular";
  src: url("./../fonts/Kristi-Regular.ttf") format("truetype"), url("./../fonts/Kristi-Regular.woff2") format("woff2"), url("./../fonts/Kristi-Regular.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Farro-Bold";
  src: url("./../fonts/Farro-Bold.ttf") format("truetype"), url("./../fonts/Farro-Bold.woff2") format("woff2"), url("./../fonts/Farro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("./../fonts/Lexend-Regular.ttf") format("truetype"), url("./../fonts/Lexend-Regular.woff2") format("woff2"), url("./../fonts/Lexend-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora-Regular";
  src: url("./../fonts/Lora-Regular.ttf") format("truetype"), url("./../fonts/Lora-Regular.woff2") format("woff2"), url("./../fonts/Lora-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.landing {
  width: 100%;
  display: block;
}

.landing__wrapper {
  padding: 3em 0;
}

.landing__logo {
  width: 30em;
  min-width: 180px;
  margin: 0 auto;
}

.landing__intro,
.landing__details,
.landing__register,
.landing__location {
  width: 100%;
  display: block;
}

.intro {
  margin: 8.2em auto;
  text-align: center;
  position: relative;
}

.intro__title {
  display: block;
  width: 100%;
}

.intro__title h2,
.details__title h2,
.register__title h2,
.location__title h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.intro__description {
  width: 100%;
  margin: 3.4em 0;
}

.intro__social {
  display: block;
  margin: 3.5em 0;
}

.social__urls {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  width: 17em;
  margin: 0 auto;
  margin-top: 3.9em;
}

.social__urls li {
  width: 2.8em;
  transition: 0.5s;
}

.social__urls li img:nth-child(1) {
  display: block;
}

.social__urls li img:nth-child(2) {
  display: none;
}

.social__urls li:hover img:nth-child(1) {
  display: none;
}

.social__urls li:hover img:nth-child(2) {
  display: block;
}

.landing__video {
  width: 91%;
  display: block;
  margin: 0 auto;
  margin-top: 9.9em;
}

.video__wrapper {
  width: 100%;
  display: block;
  position: relative;
}

.video__poster,
.video__poster img,
.video__wrapper video {
  width: 100%;
  height: auto;
  display: block;
}

.video__poster {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  height: 100%;
}

.details {
  margin: 12.2em auto;
  margin-bottom: 9.5em;
  text-align: center;
}

.details__subtitle {
  text-align: center;
}

.details__wrapper {
  width: 100%;
  text-align: center;
  margin-top: 2.5em;
}

.details__wrapper p {
  font-family: "Lexend-Regular";
}

.details__info {
  text-align: center;
  width: auto;
  display: inline-block;
}

.details__info hr {
  width: auto;
  margin: 0;
  height: auto;
  border: 1px solid #4e3524;
}

.details__info p {
  font-size: 0.93em;
  margin: 0.6em 0;
}

.register {
  margin: 8.2em auto;
  text-align: center;
}

.register__subtitle {
  margin: 6em auto 3.5em auto;
}

.register__form {
  width: 72%;
  display: block;
  margin: 4em auto;
}

.register__form form {
  width: 100%;
  display: block;
}

label {
  width: 100%;
  display: block;
  text-align: left;
}

span.error {
  font-family: "Lexend-Regular";
  color: red;
  font-size: 16px;
  display: block;
  margin-top: 5px;
  width: 100% !important;
  display: block !important;
  text-align: left !important;
}

label.regular-label {
  margin-bottom: 2.4em;
}

.label__wrapper {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #4e3524;
  width: 100%;
  padding: 2em 0 1.3em 0;
}

.label__wrapper span {
  width: 13.5em;
  text-align: left;
}

.label__wrapper input,
.label__wrapper textarea {
  width: calc(100% - 13.5em);
  font-family: "Lexend-Regular";
  font-size: 2.23em;
  color: #000000;
  border: none;
  background-color: transparent;
  outline: none;
  resize: none;
}

.label__wrapper textarea {
  height: 5em;
}

.label__wrapper span,
.radio__item {
  font-family: "Lexend-Regular";
  font-size: 2.23em;
  color: #000000;
}

.short-label span {
  width: 7em;
}

.short-label select {
  width: calc(100% - 7em);
  font-family: "Lexend-Regular";
  font-size: 2em;
  color: #000000;
  border: 0;
  outline: none;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 0.5em 0.5em 0.5em 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%234e3524' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 55%;
  background-size: 5%;
  background-color: #fff;
}

.big-label .label__wrapper,
.short-label .label__wrapper {
  border-bottom: 0;
}

.big-label {
  margin-top: 1em;
}

.big-label span {
  width: 30em;
}

.short-label .label__wrapper,
.big-label .label__wrapper {
  align-items: center;
}

.radio__wrapper,
.radio__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.radio__item {
  margin-right: 0.7em;
}

.radio__item input {
  width: 0.6em;
  height: 0.6em;
  margin-right: 0.2em;
}

.register__info {
  width: 100%;
  display: block;
  text-align: left;
  font-family: "Lexend-Regular";
  color: #4e3524;
  font-size: 2em;
  margin-top: 1.6em;
  margin-bottom: 2.4em;
}

.location {
  margin: 8.2em auto;
  text-align: center;
}

.location__details {
  width: 100%;
  display: block;
}

.location__pin {
  width: 34em;
  margin: 0 auto;
  display: block;
  margin-top: -0.7em;
}

.location__details .details__info {
  margin-top: 1.6em;
}

.location__cta {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 3em;
}

form .cta {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.landing__footer {
  margin-top: 10em;
  text-transform: uppercase;
}

.decorator {
  position: absolute;
  top: 0;
  left: 0;
}

.decorator__pos1 {
  width: 0.7em;
  left: 15.4%;
  top: -48%;
}

.decorator__pos2 {
  width: 0.5em;
  top: 34.4%;
  left: 103.5%;
}

.decorator__pos3 {
  width: 1em;
  left: -20.2%;
  top: -3.6%;
}

.decorator__pos4 {
  width: 1em;
  left: 42.8%;
  top: -95%;
}

.decorator__pos5 {
  width: 0.5em;
  left: -18.2%;
  top: 31.4%;
}

.decorator__pos6 {
  width: 0.5em;
  left: 106.8%;
  top: 52.4%;
}

.decorator__pos7 {
  width: 1em;
  left: 101.8%;
  top: 24.4%;
}

.decorator__pos8 {
  width: 0.6em;
  left: 0.5%;
  top: -46.6%;
}

.decorator__pos9 {
  width: 1em;
  left: -13.2%;
  top: -28.6%;
}

.decorator__pos10 {
  width: 0.7em;
  left: 108%;
  top: 7.4%;
}

.title {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.title img {
  width: 100%;
  display: block;
}

.title1 {
  width: 70em;
  margin-top: -4.9em;
  margin-bottom: 5.7em;
}

.title2 {
  width: 72em;
  margin-top: -9em;
  margin-bottom: -5.3em;
}

.title3 {
  width: 74em;
  margin-top: 9em;
  margin-bottom: -0.3em;
}

.title4 {
  width: 92em;
  margin-top: -6.5em;
  margin-bottom: 2.5em;
}

@media (max-width: 720px) {
  .intro {
    margin: 12em auto;
  }

  .social__title {
    margin: 8em auto;
  }

  .details__title,
.register__title,
.register__title {
    margin-bottom: 10em;
    display: block;
  }

  .location .location__cta {
    margin-top: 8em;
  }

  .register__subtitle {
    margin: 6em 0;
  }

  .register__form {
    margin-top: 8em;
  }
}
.wrapper {
  background-color: #e8e6df;
  width: 100%;
  display: block;
  font-size: 16px;
}

.wrapper-limit {
  width: 90%;
  max-width: 2560px;
  margin: 0 auto;
  display: block;
}

img {
  width: 100%;
  display: block;
}

.title {
  position: relative;
  z-index: 1;
}

.title__bold {
  font-family: "Farro-Bold";
  font-size: 7.2em;
}

.title__bold--tiny {
  font-size: 5.9em;
}

.title__italic {
  font-family: "Kristi-Regular";
  font-size: 11.2em;
  z-index: 2;
  margin-top: -0.48em;
  margin-bottom: -0.27em;
  letter-spacing: 0.015em;
}

.title__italic--tiny {
  font-size: 9.2em;
  margin-left: -0.2em;
}

.title__primary-color {
  color: #8c714c;
}

.title__secondary-color {
  color: #4e3524;
}

.description {
  font-size: 3.08em;
}

p {
  line-height: 1.5em;
}

.description__regular,
.subtitle__regular {
  font-family: "Lora-Regular";
}

.description__secondary-color,
.subtitle__secondary-color {
  color: #000000;
  line-height: 1.25em;
}

.subtitle {
  font-size: 2.4em;
}

p, ul, li, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

.cta {
  font-family: "Lexend-Regular";
  font-size: 2.25em;
  background-color: #4e3524;
  border: 0;
  border-radius: 10px;
  outline: none;
  color: #fff;
  padding: 0.5em 1.9em;
  cursor: pointer;
  transition: 0.5s;
}

.cta:hover {
  background-color: #8c714c;
}

.animate__animated {
  opacity: 0;
}

.toastify {
  padding-right: 40px !important;
  font-family: "Lexend-Regular" !important;
}

.toast-close {
  color: #4e3524 !important;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.radio__item strong {
  display: inline-block;
  font-weight: normal;
  width: 1.5em;
  min-width: 20px;
}

.typo2 {
  font-family: "Lexend-Regular" !important;
}

@media (max-width: 1620px) {
  .wrapper {
    font-size: 14px;
  }
}
@media (max-width: 1420px) {
  .wrapper {
    font-size: 12px;
  }
}
@media (max-width: 1220px) {
  .wrapper {
    font-size: 10px;
  }
}
@media (max-width: 1024px) {
  .wrapper {
    font-size: 8px;
  }

  .social__urls {
    width: 160px;
  }

  .social__urls li {
    width: 27px;
  }

  .landing__wrapper {
    padding: 25px 0;
  }

  span.error {
    font-size: 14px;
  }
}
@media (max-width: 920px) {
  .wrapper {
    font-size: 7px;
  }

  .landing__video {
    width: 100%;
  }
}
@media (max-width: 720px) {
  .wrapper {
    font-size: 8px;
  }
}
@media (max-width: 620px) {
  .wrapper {
    font-size: 6px;
  }

  .description,
.subtitle,
.details__info p {
    font-size: 15px;
  }

  .cta,
.register__info {
    font-size: 12px;
  }

  .intro .description br,
.register .description br,
.register .subtitle br,
.location .subtitle br {
    display: none;
  }

  .social__urls {
    width: 145px;
  }

  .social__urls li {
    width: 24px;
  }

  .register__form {
    width: 90%;
  }

  .short-label select {
    padding: 0.25em 0.25em 0.25em 1em;
    background-position-y: 73%;
    background-size: 5%;
  }

  .label__wrapper span, .radio__item,
.label__wrapper input, .label__wrapper textarea,
.short-label select {
    font-size: 16px;
  }

  span.error {
    font-size: 12px;
  }

  .radio__item input {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 420px) {
  .wrapper {
    font-size: 4px;
  }

  .description,
.subtitle,
.details__info p {
    font-size: 14px;
  }

  .label__wrapper span, .radio__item,
.label__wrapper input, .label__wrapper textarea,
.short-label select {
    font-size: 14px;
  }

  span.error {
    font-size: 10px;
  }

  .cta,
.register__info {
    font-size: 10px;
  }

  .label__wrapper {
    flex-direction: column;
  }

  .label__wrapper span,
.label__wrapper input,
.label__wrapper textarea,
.label__wrapper select,
.radio__wrapper {
    width: 100%;
  }

  .label__wrapper select {
    margin-top: 10px;
  }

  .radio__wrapper {
    justify-content: flex-start;
    margin-top: 10px;
  }

  .radio__item {
    width: 50%;
    min-width: 40px;
    display: flex;
    justify-content: center;
  }
}
