/* -- Resets ----------------------------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

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

html {
  font-size: 20px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

@media only screen and (max-width: 1200px) {
  html {
    font-size: 16px;
  }
}

body {
  margin: 0;
  padding: 0;
}

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


/* -- Base ----------------------------------------------------------------- */
body {
  color: #fff;
  background-color: #5B5B5B;
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  line-height: 1.2rem;
  font-size: 1rem;

  border-bottom: 10px solid #0080E0;
}

h1, h2, h3, h4, p {
  font-weight: 400;
  line-height: 1.2rem;
  font-size: 1rem;
  margin: 0;
}

/* -- Type ------------------------------------------------------------------ */
.h1 {
  font-size: 3.2rem;
  line-height: 3.2rem;
}

.h2 {
  font-size: 2.2rem;
  line-height: 2.4rem;
}

.p-big {
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.m-b {
  margin-bottom: 1rem;
}



.tile {
  border-radius: 24px;
  background: rgba(26, 26, 26, 0.50);
  display: flex;
  align-items: center;
  position: relative;
}

.padding-2x {
  padding: 4.5rem 3.5rem;
}

@media only screen and (max-width: 800px) {
  .padding-2x {
    padding: 2rem;
  }
}



.main-header__nav__items {
  list-style: none;
}

.zdfsdfdssdf {
  display: grid;
  grid-template-columns: repeat(2, minmax(300px, 1fr));
  grid-auto-rows: 18rem;
  gap: 2rem;
}

@media only screen and (max-width: 800px) {
  .zdfsdfdssdf {
    grid-template-columns: repeat(1, minmax(300px, 1fr));
  }
}

.meh {
  grid-column: span 1;
  grid-row: span 2;
  /* background-color: #eee; */
}

@media only screen and (max-width: 800px) {
  .zdfsdfdssdf {
    grid-row: span 2;
  }
}

.img-full {
  position: absolute;
  top: -5rem;
  left: -5rem;
  width: calc(100% + 10rem);
  height: calc(100% + 10rem);
  object-fit: contain;
  pointer-events: none;
  /* background-color: rgba(0,0,0,.2); */
}

section {
  max-width: 1600px;
  margin: auto;
}

.intro-copy {
  width: 38%;
}

@media only screen and (max-width: 800px) {
  .intro-copy {
    width: 100%;
  }
}

.intro {
  display: flex;
  margin-bottom: -10rem;
  flex-wrap: wrap;
}

@media only screen and (max-width: 800px) {
  .intro {
    margin-bottom: -4rem;
  }
}

.intro img {
  width: 62%;
  transform: scale(1.2);
  transform-origin: center left;
}

@media only screen and (max-width: 800px) {
  .intro img {
    width: 100%;
    transform: scale(1);
    margin-top: 2rem;
  }
}

ul {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

header {
  background-color: #0080E0;
  padding: 2rem;
}

.blbg {
  background-color: #0080E0;
}

main {
  background-image: url(bg.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}


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

label span {
  font-size: .8rem;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: .5rem;
  display: block;
  padding-left: .5rem;
}

b, strong {
  font-weight: 600;
}

input {
  outline: none;
  display: block;
  width: 100%;
  border: none;
  background-color: rgba(255,255,255,.2);
  padding: 1rem 1.5rem;
  border-radius: 10rem;
  color: #fff;
  transition: all .3s ease;
}

input:focus {
  box-shadow: 0 0 0 2px #fff inset;
}

.form {
  max-width: 30rem;
  margin: auto;
  overflow: hidden;
}


button {
  float: right;
  margin-top: 1.5rem;
}

.btn {
  background-color: #fff;
  border: none;
  color: #0080E0;
  font-weight: 600;
  padding: .5rem 1.25rem;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
}

.logo {
  width: 10rem;
  position: relative;
  top: .05rem
}
