body {
  background-color: #0a0a0a;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

* {
  font-family: "Oxanium", sans-serif;
}

div,
section {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section#title {
  width: 100%;
  padding: 126px 0 114px 0;
  background-image: url("../assets/imgs/contact-us.jpg");
  background-size: cover;
  background-position: center;
  background-color: grey;
  background-blend-mode: multiply;
}

section#title h1 {
  text-align: center;
  color: #fff;
  font-family: Oxanium;
  font-size: 66px;
  font-weight: 600;
  line-height: 83px;
  margin: 0;
}

section#contact {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  padding-top: 83px;
  padding-bottom: 171px;
  /* Customize the label (the container) */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

section#contact .wrapper {
  width: 100%;
  max-width: 1065px;
}

section#contact .left {
  width: 50%;
}

section#contact .left button {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #CB2C30;
  line-height: 44px;
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

section#contact .left h3 {
  margin: 0;
  margin-bottom: 30px;
  font-family: Oxanium;
  font-size: 23px;
  font-weight: 600;
  color: #0A0A0A;
}

section#contact .right {
  float: right;
  width: 40%;
}

section#contact .right h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #0A0A0A;
  padding-left: 25px;
  position: relative;
  margin: 0;
  margin-bottom: 7px;
  margin-top: 26px;
}

section#contact .right h3::after {
  content: "";
  position: absolute;
  width: 19px;
  height: 3px;
  background-color: #0A0A0A;
  left: 0;
  top: 12.5px;
}

section#contact .right p {
  font-family: Plus Jakarta Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #6C6C6C;
  padding-left: 25px;
  margin: 0;
  margin-bottom: 8px;
}

section#contact .right p a {
  margin-right: 15px;
  text-decoration: none;
}

section#contact .input-wrapper {
  width: 100%;
}

section#contact .input-full, section#contact .input {
  margin-bottom: 25px;
  width: 48%;
}

section#contact .input-full label, section#contact .input label {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 7px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section#contact .input-full label span, section#contact .input label span {
  color: #CB2C30;
}

section#contact .input-full input, section#contact .input input {
  width: 100%;
  max-width: 435px;
  height: 44px;
  padding-left: 20px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

section#contact .input-full .password-wrapper, section#contact .input .password-wrapper {
  position: relative;
  width: 100%;
}

section#contact .input-full .password-wrapper svg, section#contact .input .password-wrapper svg {
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
}

section#contact .input-full {
  width: 100% !important;
}

section#contact .input-full input {
  max-width: none !important;
  border: 1px solid #D7D7D7;
}

section#contact .input-full textarea {
  width: 100%;
  outline: none;
  resize: none;
  height: 103px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #D7D7D7;
  padding-left: 20px;
  padding-top: 10px;
}

section#contact .input .inactive {
  background-color: #ECECEC;
  color: #B8B8B8;
}

section#contact .input:last-child {
  float: right;
}

section#contact .input:last-child button {
  margin-top: 27px;
}

section#contact .container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #444444;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  width: calc(887px - 30px);
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

section#contact .container:last-of-type {
  margin-bottom: 29px;
}

section#contact .container input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: -8px;
  cursor: pointer;
  height: 25px;
  width: 100%;
  z-index: 1;
  margin: 0;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section#contact .checkmark {
  position: absolute;
  top: -3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

section#contact .container:hover input ~ .checkmark {
  background-color: #ccc;
}

section#contact .container input:checked ~ .checkmark {
  background-color: #CB2C30;
}

section#contact .container:after {
  content: "";
  position: absolute;
  display: none;
}

section#contact .container input:checked ~ .checkmark:after {
  content: "";
  display: block;
}

section#contact .container .checkmark:after {
  position: absolute;
  left: 6px;
  top: 2px;
  width: 7px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

iframe {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section#newsletter {
  margin-top: 0 !important;
}

@media (max-width: 1100px) {
  section#contact .wrapper {
    padding: 0 5%;
  }
}

@media (max-width: 800px) {
  section#title {
    padding: 70px 0;
  }
  section#title h1 {
    font-size: 26px;
    line-height: 32.5px;
  }
  section#contact {
    padding-top: 55px;
    padding-bottom: 74px;
  }
  section#contact .wrapper {
    padding: 0 5%;
  }
  section#contact .wrapper .left, section#contact .wrapper .right {
    width: 100%;
  }
  section#contact .wrapper .left h3 {
    font-size: 18px;
  }
  section#contact .wrapper .left label, section#contact .wrapper .left .container {
    font-size: 14px;
    line-height: 17.5px;
  }
}

@media (max-width: 600px) {
  section#contact .wrapper .left h3 br {
    display: none;
  }
}
/*# sourceMappingURL=contact.css.map */