/* FONTS
  =========================================================================== */
@font-face {
  font-family: 'SamsungOneW';
  src: url(SamsungOne-400.eot);
  src: url(SamsungOne-400.eot?#iefix) format("embedded-opentype"), url(SamsungOne-400.woff2) format("woff2"), url(SamsungOne-400.woff) format("woff"), url(SamsungOne-400.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SamsungOneW';
  src: url(SamsungOne-700.eot);
  src: url(SamsungOne-700.eot?#iefix) format("embedded-opentype"), url(SamsungOne-700.woff2) format("woff2"), url(SamsungOne-700.woff) format("woff"), url(SamsungOne-700.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'SamsungSharpSansW';
  src: url(SamsungSharpSansBd.eot);
  src: url(SamsungSharpSansBd.eot?#iefix) format("embedded-opentype"), url(SamsungSharpSansBd.woff) format("woff");
  font-weight: bold;
  font-style: normal;
}

/* BASE
  =========================================================================== */
html, body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  font-family: "SamsungOneW", sans-serif;
  font-size: 1em;
  color: #111111;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: "SamsungSharpSansW", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1em;
  margin-top: 0;
}

h1 {
  font-size: 1.5rem;
}

@media screen and (min-width: 700px) {
  h1 {
    font-size: 2.250em;
  }
}

p {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1em;
}

ul {
  list-style-type: square;
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 1em;
  line-height: 1.4;
}

.text--red {
  color: #e4002b;
}

.text--small {
  font-size: 14px;
}

.text--tiny {
  font-size: 10px;
}

.text--normal {
  font-weight: normal;
}

.text--center {
  text-align: center;
}

.display--inline {
  display: inline-block;
}

/* FORM
  =========================================================================== */
fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.5em;
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5em;
  font-size: 16px;
}

input,
select,
textarea {
  display: block;
  font-family: inherit;
  font-size: 16px;
}

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0.5em;
  padding: 0.5em;
  -webkit-transition: border-color 0.25s;
  -o-transition: border-color 0.25s;
  transition: border-color 0.25s;
  width: 100%;
}

[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
  border-color: #bebebe;
}

[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
  border-color: #e4002b;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(228, 0, 43, 0.7);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(228, 0, 43, 0.7);
  outline: none;
}

[type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

[type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #f2f2f2;
}

[type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #666666;
}

[type='color']::-moz-placeholder, [type='date']::-moz-placeholder, [type='datetime']::-moz-placeholder, [type='datetime-local']::-moz-placeholder, [type='email']::-moz-placeholder, [type='month']::-moz-placeholder, [type='number']::-moz-placeholder, [type='password']::-moz-placeholder, [type='search']::-moz-placeholder, [type='tel']::-moz-placeholder, [type='text']::-moz-placeholder, [type='time']::-moz-placeholder, [type='url']::-moz-placeholder, [type='week']::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
  color: #666666;
}

[type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #666666;
}

[type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #666666;
}

textarea {
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.5em;
}

[type="file"] {
  margin-bottom: 0.5em;
  width: 100%;
}

select {
  margin-bottom: 0.5em;
  width: 100%;
}

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(228, 0, 43, 0.6);
  outline-offset: 2px;
}

/* BUTTONS
  =========================================================================== */
.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  border: 1px solid black;
  border-radius: 30px;
  color: black;
  cursor: pointer;
  display: inline-block;
  font-family: "SamsungOneW", sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

@media screen and (min-width: 700px) {
  .btn {
    padding: 20px 35px;
  }
}

.btn:hover {
  background-color: black;
  color: #fff;
}

.btn:focus {
  outline: 3px solid rgba(228, 0, 43, 0.6);
  outline-offset: 2px;
}

.btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.btn:disabled:hover {
  background-color: #e4002b;
}

/* CONTAINER
  =========================================================================== */
.container {
  margin: 0 auto;
  display: block;
}

.container::after {
  clear: both;
  content: "";
  display: block;
}

.container--large {
  max-width: 1300px;
}

@media screen and (max-width: 1300px) {
  .container--large {
    padding: 0 1em;
  }
}

.container--small {
  max-width: 980px;
}

@media screen and (max-width: 980px) {
  .container--small {
    padding: 0 1em;
  }
}

/* TOPBAR
  =========================================================================== */
.topbar {
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  text-align: center;
}

@media screen and (min-width: 980px) {
  .topbar {
    line-height: 70px;
  }
}

.topbar a {
  display: block;
}

.topbar__logo {
  display: block;
  margin: 0.5em 0;
}

@media screen and (min-width: 980px) {
  .topbar__logo {
    float: left;
    margin: 0;
  }
  .topbar__logo:last-child {
    float: right;
  }
}

.topbar__logo img {
  vertical-align: middle;
}

@media screen and (max-width: 980px) {
  .topbar__logo img {
    margin: 20px 0;
  }
}

/* HERO
  =========================================================================== */
.hero {
  text-align: center;
}

.hero img {
  vertical-align: middle;
}

/* SECTION
  =========================================================================== */
.section {
  font-size: 0.875rem;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media screen and (min-width: 700px) {
  .section {
    font-size: 1.125rem;
    padding-top: 55px;
    padding-bottom: 50px;
  }
}

.section--gray {
  background-color: #f2f2f2;
}

/* FORM
  =========================================================================== */
.form {
  max-width: 980px;
  margin: 0 auto;
}

.form__section-heading {
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 50px;
  margin-top: 50px;
  padding: 0 1rem;
}

@media screen and (max-width: 700px) {
  .form__section-heading {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.form__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form .col_1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8.33333%;
  padding: 0 1rem;
  margin-bottom: 1rem;
  position: relative;
}

@media screen and (max-width: 700px) {
  .form .col_1 {
    width: 100%;
  }
}

.form .col_2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 16.66667%;
  padding: 0 1rem;
  margin-bottom: 1rem;
  position: relative;
}

@media screen and (max-width: 700px) {
  .form .col_2 {
    width: 100%;
  }
}

.form .col_3 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding: 0 1rem;
  margin-bottom: 1rem;
  position: relative;
}

@media screen and (max-width: 700px) {
  .form .col_3 {
    width: 100%;
  }
}

.form .col_4 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  padding: 0 1rem;
  margin-bottom: 1rem;
  position: relative;
}

@media screen and (max-width: 700px) {
  .form .col_4 {
    width: 100%;
  }
}

.form .col_5 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 41.66667%;
  padding: 0 1rem;
  margin-bottom: 1rem;
  position: relative;
}

@media screen and (max-width: 700px) {
  .form .col_5 {
    width: 100%;
  }
}

.form .col_6 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 0 1rem;
  margin-bottom: 1rem;
  position: relative;
}

@media screen and (max-width: 700px) {
  .form .col_6 {
    width: 100%;
  }
}

.form .col_7 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 58.33333%;
  padding: 0 1rem;
  margin-bottom: 1rem;
  position: relative;
}

@media screen and (max-width: 700px) {
  .form .col_7 {
    width: 100%;
  }
}

.form .col_8 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.66667%;
  padding: 0 1rem;
  margin-bottom: 1rem;
  position: relative;
}

@media screen and (max-width: 700px) {
  .form .col_8 {
    width: 100%;
  }
}

.form .col_9 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%;
  padding: 0 1rem;
  margin-bottom: 1rem;
  position: relative;
}

@media screen and (max-width: 700px) {
  .form .col_9 {
    width: 100%;
  }
}

.form .col_10 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 83.33333%;
  padding: 0 1rem;
  margin-bottom: 1rem;
  position: relative;
}

@media screen and (max-width: 700px) {
  .form .col_10 {
    width: 100%;
  }
}

.form .col_11 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 91.66667%;
  padding: 0 1rem;
  margin-bottom: 1rem;
  position: relative;
}

@media screen and (max-width: 700px) {
  .form .col_11 {
    width: 100%;
  }
}

.form .col_12 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 1rem;
  margin-bottom: 1rem;
  position: relative;
}

@media screen and (max-width: 700px) {
  .form .col_12 {
    width: 100%;
  }
}

.form .error {
  color: #e4002b;
}

.form label.error {
  font-size: 10px;
  font-weight: 700;
  display: block;
}

/* LANGUAGE
  =========================================================================== */
.overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.language {
  max-width: 600px;
  min-width: 320px;
  background-color: white;
  -webkit-box-shadow: 0 0 10px black;
  box-shadow: 0 0 10px black;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10001;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.language h1 {
  text-align: center;
  font-size: 24px;
}

.language__inner {
  padding: 2em;
}

.language__link {
  margin-bottom: 1em;
}

.language__link:last-child {
  margin-bottom: 0;
}

.language__link img {
  vertical-align: middle;
  margin-right: 1em;
  max-width: 50px;
  height: auto;
}

.language__link a {
  color: black;
  font-weight: 700;
  text-decoration: none;
}
