@font-face {
  font-family: lombok;
  src: url(/fonts/lombok.ttf);
}

:root {
  --ff-general: 'Poppins', sans-serif;
  --ff-heading: lombok, sans-serif;

  --c-black: rgb(0, 0, 0);
  --c-white: rgb(245, 245, 245);
}
/*! 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 */
  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.5em;
}

/**
 * 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;
}



/* ---------------------------------------------------------------------------
   🧱🧱🧱 NORMALIZER
   ------------------------------------------------------------------------- */

/* Reset some styles
   ========================================================================== */

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  margin: 0;
}

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

/* ---------------------------------------------------------------------------
   🧱🧱🧱 TYPOGRAPHY
   ------------------------------------------------------------------------- */

/* General
   ========================================================================== */

  body {
  color: var(--c-white);
  font-family: var(--ff-general);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  background-color: var(--c-black);
}

@media (min-width: 1200px) {
  body {
    font-size: 15px;
  }
}

@media (min-width: 1600px) {
  body {
    font-size: 16px;
  }
}
  
/* Headings
   ========================================================================== */
  
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: var(--c-blue);
  font-family: lombok;
  font-weight: 400;
  text-transform: uppercase;
}

h1, .h1 {
  font-size: 2.2rem;
  line-height: 1.2;
}
h2, .h2 {
  font-size: 1.7rem;
  line-height: 1.25;
}
h3, .h3 {
  font-size: 1.35rem;
  line-height: 1.3;
}
h4, .h4 {
  font-size: 1.1rem;
  line-height: 1.35;
}
h5, .h5 {
  font-size: 0.9rem;
  line-height: 1.45;
}
h6, .h6 {
  font-size: 0.7rem;
  line-height: 1.5;
}
  
@media (min-width: 820px) {
  
  h1, .h1 {
    font-size: 2.7rem;
  }
  h2, .h2 {
    font-size: 2rem;
  }
  h3, .h3 {
    font-size: 1.5rem;
  }
  h4, .h4 {
    font-size: 1.27rem;
  }
  h5, .h5 {
    font-size: 1.1rem;
  }
  h6, .h6 {
    font-size: 0.9rem;
  }
  
}
  
@media (min-width: 1200px) {
  
  h1, .h1 {
    font-size: 4rem;
  }
  h2, .h2 {
    font-size: 2.65rem;
  }
  h3, .h3 {
    font-size: 1.9rem;
  }
  
}

/* ---------------------------------------------------------------------------
   🧱🧱🧱 LAYOUT
   ------------------------------------------------------------------------- */

/* Page
   ========================================================================== */

.page {
  padding: 32px;
}

.page iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

/* Page banner
   ========================================================================== */

.page-banner {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(245, 245, 245, 0.25);
  text-align: center;
}

@media (min-width: 820px) {
  .page-banner {
    flex-direction: row;
    column-gap: 48px;
  }

  .page-banner > div:last-child {
    display: flex;
    align-items: flex-end;
  }
}

/* Page main
   ========================================================================== */

.page-main {
  padding: 48px 0;
}

@media (min-width: 820px) {
  .page-main {
    padding: 56px 0;
  }
}

@media (min-width: 1200px) {
  .page-main {
    padding: 64px 0;
  }
}

@media (min-width: 1600px) {
  .page-main {
    padding: 72px 0;
  }
}

/* Row 1/3
   ========================================================================== */

.row-1-3 {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}

@media (min-width: 1024px) {
  .row-1-3 {
    flex-direction: row;
    column-gap: 64px;
  }

  .row-1-3 > div:first-child {
    width: 33.333%;
  }
  .row-1-3 > div:last-child {
    width: 66.666%;
  }
}

@media (min-width: 1200px) {
  .row-1-3 {
    column-gap: 96px;
  }
}

@media (min-width: 1200px) {
  .row-1-3 {
    column-gap: 128px;
  }
}

/* Page content info
   ========================================================================== */

.page-content-info {
  padding-top: 16px;
  border-top: 1px solid rgba(245, 245, 245, 0.25);
}


/* 🎨 Button
=================================================================================== */

/**
* Fake button
*/

.fake-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  block-size: 38px;
  padding-inline: 18px;
  border: none;
  border-radius: 20px;
  background-color: var(--color-gray-dark);
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  color: var(--color-white);
}

@media (min-width: 1200px) {
  .fake-button {
    block-size: 42px;
    padding-inline: 24px;
  }
}


/**
* General
*/

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  block-size: 50px;
  padding-inline: 32px;
  border: 1px solid var(--c-white);
  border-radius: 12px;
  background-color: var(--c-white);
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  color: var(--c-black);
  cursor: pointer;
  transition: color 270ms ease-in, background-color 270ms ease-in;
}

@media (pointer: fine) {
  .button:hover {
    background-color: var(--c-black);
    color: var(--c-white);
  }
}


/* ---------------------------------------------------------------------------
   🧱🧱🧱 FORM
   ------------------------------------------------------------------------- */

/* Container
   ========================================================================== */

.form {
  border: 1px solid rgba(245, 245, 245, 0.25);
  padding: 16px 16px 22px;
  border-radius: 18px;
}

.form-info {
  display: none;
  padding: 30px 10px 24px;
  text-align: center;
}

@media (min-width: 600px) {
  .form {
    padding: 32px 32px 42px;
  }
}

@media (min-width: 1200px) {
  .form {
    padding: 32px 32px 46px;
  }
}

/* Elements
   ========================================================================== */

.form label {
  padding-top: 8px;
  font-size: 0.86em;
  font-weight: 500;
  font-style: italic;
  line-height: 1.2;
}

.form input,
.form textarea {
  width: 100%;
  padding: 8px 0 6px;
  font-family: var(--ff-general);
  line-height: 1.2;
  font-size: 0.86em;
  background-color: var(--c-black);
  color: var(--c-white);
  border: none;
  border-bottom: 1px solid rgba(245, 245, 245, 0.25);
  transition: border-color 270ms ease-in;
}

.form input:focus {
  border-color: rgba(245, 245, 245, 1);
}

.form input:focus,
.form textarea:focus,
.form input:focus-visible,
.form textarea:focus-visible {
  outline: none;
}

.form-row {
  display: grid;
  grid-template-columns: 80px 197px;
  grid-template-areas:
  'label input'
  'label info';
}
.form-row label {
  grid-area: label;
}

.form-row input {
  grid-area: input;
}

.form-row div {
  grid-area: info;
}
.form-row:first-of-type {
  margin-top: 16px;
}
.form-row:last-child {
  margin-bottom: 0;
}

.input-info {
  color: #e64949;
  font-size: 0.74em;
}

@media (min-width: 1200px) {
  .form-row {
    display: grid;
    grid-template-columns: 84px 197px;
  }
}

@media (min-width: 1600px) {
  .form-row {
    display: grid;
    grid-template-columns: 90px 305px;
  }
}

/* Header, Footer, Main
   ========================================================================== */

.form-header {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(245, 245, 245, 0.25);
}

.form-main {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding: 16px 0;
}

.form-footer {
  padding-top: 12px;
}

@media (min-width: 820px) {
  .form-main {
    flex-direction: row;
  }
  .form-main > div:first-child {
    width: 50%;
    padding-right: 32px;
  }
  .form-main > div:last-child {
    width: 50%;
    padding-left: 32px;
  }
}

@media (min-width: 1200px) {
  .form-header {
    padding-bottom: 13px;
  }
  
  .form-footer {
    padding-top: 16px;
  }
}

@media (min-width: 1200px) {
  .form-main > div:first-child {
    padding-right: 40px;
  }
  .form-main > div:last-child {
    padding-left: 40px;
  }
}



/* ---------------------------------------------------------------------------
   🧱🧱🧱 HELPERS
   ------------------------------------------------------------------------- */

/* Text
   ========================================================================== */

.tt-u {
  text-transform: uppercase;
}

.ff-h {
  font-family: var(--ff-heading);
}

.fs-b {
  font-size: 1.2em;
}
.fs-eb {
  font-size: 1.33em;
}
.fs-s {
  font-size: 0.86em;
}
.fs-es {
  font-size: 0.74em;
}

/* Text
   ========================================================================== */

.m-p {
  margin-top: 16px;
}
.m-ps {
  margin-top: 10px;
}

@media (min-width: 1200px) {
  .m-p {
    margin-top: 19px;
  }
  .m-ps {
    margin-top: 11px;
  }
}

@media (min-width: 1600px) {
  .m-p {
    margin-top: 22px;
  }
  .m-ps {
    margin-top: 12px;
  }
}










































/* Intro */
.intro__image img {
  display: block;
  width: 100%;
}

.intro__main {
  text-transform: uppercase;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -100px;
}

.intro__main--form {
  margin-top: -200px;
  position: relative;
  z-index: 1;
}

.intro__main h1 {
  font-size: 3.5rem;
}

.intro__main p {
  font-size: 1.75rem;
}

@media screen and (min-width: 960px) {
  .intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .intro__image {
    width: 50%;
  }

  .intro__main {
    width: 50%;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 0;
  }

  .intro__main--form {
    margin-top: 0;
  }
}

/* Social */
.social {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 1em;
  color: whitesmoke;
}

/* Form */
.cl-form {
  text-align: center;
  border-radius: 6px;
}

.cl-form-title {
  color: whitesmoke;
  font-size: 1.5rem;
}

.cl-form-title span {
  display: inline-block;
  border-radius: 4px;
  padding: 2px 4px;
  background-color: rgba(0, 0, 0, 0.5);
}

.cl-form-input {
  display: block;
  width: 100%;
  border: 1px solid #222;
  border-radius: 6px;
  background-color: #000;
  padding: 11px 11px;
  margin-bottom: 14px;
  font-size: 1.3rem;
  color: whitesmoke;
  transition: all 270ms ease-in;
}

.cl-form-input:focus {
  background-color: #222;
  outline: none;
}

.cl-form-button {
  font-size: 1.3rem;
  padding: 11px 10px;
  border-radius: 6px;
  border: 1px solid whitesmoke;
  background-color: whitesmoke;
  color: #000;
  cursor: pointer;
  text-align: center;
  min-width: 200px;
  transition: all 270ms ease-in;
}

.cl-form-button:hover {
  background-color: #000;
  color: whitesmoke;
}

.cl-form-success {
  color: whitesmoke;
  font-family: Arial;
  margin-left: auto;
  margin-right: auto;
  flex-direction: row;
  font-size: xx-large;
  text-align: center;
  padding-top: 20px;
}

@media screen and (min-width: 450px) {
  .cl-form-title {
    font-size: 1.85rem;
  }

  .cl-form-input {
    font-size: 1.55rem;
    padding: 14px;
    margin-bottom: 18px;
  }

  .cl-form-button {
    padding: 14px;
    font-size: 1.55rem;
    min-width: 260px;
  }
}