@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
html {
  box-sizing: border-box;
  font-size: 16px;
}

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

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

html {
  position: relative;
  min-height: 100vh;
  width: 100%;
  scroll-behavior: smooth;
}
html::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: transparent url(/images/bg.png) fixed no-repeat 0 0;
  background-size: cover;
  opacity: 0.6;
  z-index: -1;
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #4b565a;
  color: #E8E4D8;
  font-family: "Figtree";
  z-index: 1;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5215686275);
}

iframe {
  position: fixed !important;
  width: 100vw !important;
  height: 100vh !important;
}

header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  padding: 2em;
}
@media (max-width: 550px) {
  header {
    padding: 1.5em;
  }
}
header h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-style: normal;
}
header h1 img {
  height: auto;
  min-height: 156px;
  filter: invert(99%) sepia(65%) saturate(875%) hue-rotate(311deg) brightness(93%) contrast(87%) drop-shadow(0 0 2px rgba(38, 22, 8, 0.7));
}

section {
  padding: 0 2em;
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  width: 100%;
  max-width: 700px;
}
@media (max-width: 550px) {
  section {
    padding: 0 1.5em;
  }
}
section h2,
section h3,
section h4 {
  display: flex;
  color: #DFCAA5;
}
section h2 {
  font-size: 25px !important;
  line-height: 25px;
  font-weight: 600 !important;
  padding: 0.5em 0;
  font-style: normal;
  text-align: center;
}
section h2 i {
  height: 20px;
  padding-left: 0.2em;
}
section h3 {
  font-size: 22px !important;
  line-height: 22px;
  font-weight: 500 !important;
  padding: 0.5em 0;
  font-style: normal;
  text-align: center;
}
section h4 {
  font-size: 20px !important;
  line-height: 20px;
  font-weight: 400 !important;
  padding: 0.5em 0;
  font-style: normal;
  text-align: center;
}
section p {
  display: flex;
  font-size: 14px !important;
  line-height: 20px;
  font-weight: 300 !important;
  padding: 0.5em 0;
  font-style: normal;
}
section p a {
  font-weight: 500;
  text-decoration: none;
  background-color: transparent;
  color: #DFCAA5;
  border: 3px solid #DFCAA5;
  margin: 1em 0 0 0;
  padding: 1em 2em;
  border-radius: 2px;
  transition: 0.2s;
  text-shadow: none;
}
section p a i {
  height: 12px;
  padding-left: 0.2em;
}
section p a:hover {
  text-decoration: none;
  background-color: #DFCAA5;
  color: #2D3B44;
  border: 3px solid #DFCAA5;
  transition: 0.2s;
}
section hr {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #c19d67;
  height: 1px;
  width: 90%;
  display: flex;
  opacity: 0.4;
}
section .signup {
  max-width: 100%;
  width: 100%;
}
section .signup #mlb2-10216777.ml-form-embedContainer {
  max-width: 100%;
  width: 100%;
}
section .signup #mlb2-10216777.ml-form-embedContainer .ml-form-embedWrapper {
  max-width: 100% !important;
  background-color: transparent !important;
  color: #E8E4D8 !important;
  text-shadow: none !important;
}
section .signup #mlb2-10216777.ml-form-embedContainer .ml-form-embedWrapper h4,
section .signup #mlb2-10216777.ml-form-embedContainer .ml-form-embedWrapper p {
  color: #E8E4D8 !important;
  font-family: "Figtree";
  padding: 0.5em 0;
  font-style: normal;
  text-align: center;
}
section .signup #mlb2-10216777.ml-form-embedContainer .ml-form-embedWrapper h4 {
  font-size: 20px !important;
  line-height: 20px;
  font-weight: 400 !important;
}
section .signup #mlb2-10216777.ml-form-embedContainer .ml-form-embedWrapper p {
  font-size: 14px !important;
  line-height: 20px;
  font-weight: 300 !important;
}
section .signup #mlb2-10216777.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section .signup #mlb2-10216777.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody {
  padding: 0 !important;
}
section .signup #mlb2-10216777.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section .signup #mlb2-10216777.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
  max-width: 25em;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 550px) {
  section .signup #mlb2-10216777.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
    max-width: 100%;
  }
}
section .signup #mlb2-10216777.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form .ml-form-fieldRow input {
  border: none !important;
  border-radius: 2px !important;
  background-color: #DFCAA5 !important;
  font-family: "Figtree" !important;
}
section .signup #mlb2-10216777.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form .ml-form-fieldRow input:focus {
  background-color: #E8E4D8 !important;
  box-shadow: none;
  outline: none;
}
section .signup #mlb2-10216777.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form .ml-form-embedSubmit button {
  background-color: #c19d67 !important;
  color: #241508 !important;
  transition: 0.2s;
  font-family: "Figtree" !important;
  text-transform: uppercase !important;
}
section .signup #mlb2-10216777.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form .ml-form-embedSubmit button:hover {
  background-color: #607480 !important;
  color: #241508 !important;
}

footer {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  padding: 3em;
  text-align: left;
  font-size: 13px !important;
  line-height: 18px;
  font-weight: 400 !important;
  font-style: normal;
}
@media (max-width: 550px) {
  footer {
    padding: 1.5em;
  }
}
footer i {
  display: flex;
  font-size: 10px;
  padding: 0 0.2em;
}
footer p {
  display: flex;
  margin-top: 0.5em;
  align-items: center;
  color: #979EA3;
}
footer p a {
  display: flex;
  align-items: center;
  background-color: #2D3B44;
  color: #c19d67;
  text-decoration: none;
  padding: 3px 6px;
  border-radius: 2px;
  opacity: 1;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}
footer p a:hover {
  background-color: #2D3B44;
  color: #c19d67;
  opacity: 0.6;
  transition: 0.2s;
}

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