/*! 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.
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap&subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,latin-ext,vietnamese");
@import url("https://fonts.googleapis.com/earlyaccess/notonaskharabic.css");
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 */
  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.35em 0.75em 0.625em; }

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

@font-face {
  font-family: "DWTheAntiquaB";
  src: url("../webfonts/DWTheAntiquaB-W6SemiBold.woff2") format("woff2"), url("../webfonts/DWTheAntiquaB-W6SemiBold.woff") format("woff"), url("../webfonts/DWTheAntiquaB_500.ttf") format("truetype"), url("../webfonts/DWTheAntiquaB-W6SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal; }
* {
  box-sizing: border-box; }

html {
  font-size: 13.5px;
  line-height: 20px; }

body {
  font-family: "Noto Sans", sans-serif;
  background: #fff;
  color: #3b444d;
  max-width: 700px;
  margin: 0 auto; }
  [lang="ar"] body, [lang="fa"] body {
    font-family: "Noto Naskh Arabic", sans-serif; }
  body.external {
    max-width: 600px;
    background-color: #e4e8eb;
    font-size: 16px;
    line-height: 25px; }

p {
  margin: 0 0 25px 0; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  margin-bottom: 25px; }

strong {
  font-weight: 700; }

.text-highlight, a {
  color: #009bff;
  text-decoration: none; }

.text-white {
  color: #fff; }

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

.flex-layout {
  display: flex; }

.align-start {
  align-items: flex-start !important; }

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

.horizontal-space-between {
  justify-content: space-between; }

.hidden {
  display: none !important; }

.header {
  color: #002d5a;
  background-color: #009bff;
  background-image: url("../images/header-bg.png");
  background-size: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 9px 25px 25px 25px;
  margin-top: 30px; }
  @media (max-width: 699px) {
    .header {
      margin-top: 0; } }
  .header-logo {
    max-width: 91.6px; }
    [dir="ltr"] .header-logo {
      margin-left: -14px; }
    [dir="rtl"] .header-logo {
      margin-right: -14px; }
  .header-claim {
    max-width: 123px; }

.headline {
  margin-top: 21.4px;
  margin-bottom: 10px;
  font-size: 30px;
  font-family: "DWTheAntiquaB", sans-serif;
  line-height: 29px; }
  .content-wrap .headline {
    margin-top: 0;
    font-size: 22px;
    color: #002d5a; }

.subtitle {
  margin-bottom: 0; }

.copyright {
  font-size: 11px; }

.footer {
  color: #b2bcc5;
  background-color: #3c444d;
  padding: 15px 25px;
  font-size: 14px; }
  .footer a {
    color: #fff; }

.content-wrap {
  background-color: #f1f3f5;
  padding: 20px 25px; }
  @media (max-width: 699px) {
    .content-wrap {
      padding: 15px 10px; } }
  .content-wrap.small {
    padding: 15px 10px !important; }
  .content-wrap-white {
    background-color: #fff;
    padding: 25px 25px 10px 25px !important; }

.hr-list {
  background-color: #fff;
  list-style-type: none;
  padding: 0 10px;
  margin: 0 0 20px 0; }
  .hr-list li {
    padding: 10px 0;
    font-weight: 700; }
    .hr-list li + li {
      border-top: 1px solid #f1f3f5; }
  .external .hr-list {
    padding: 0;
    text-align: center; }

.btn {
  background-color: #009bff;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  padding: 6px 10px;
  border: 0 none;
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  cursor: pointer; }
  .btn.inactive, .btn:disabled {
    background-color: #dadde1;
    cursor: not-allowed; }
  @media (min-width: 700px) {
    .btn {
      width: auto;
      min-width: 280px;
      margin-left: auto;
      margin-right: auto; } }
  .external .btn {
    padding: 15px 10px;
    font-size: 16px;
    margin-bottom: 30px; }

a.btn {
  text-decoration: none;
  display: inline-block; }

.error-message {
  color: #be232d;
  font-size: 10px; }

.custom-checkbox {
  width: 100%; }
  .custom-checkbox label {
    display: flex;
    align-items: center;
    cursor: pointer; }
  .custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .custom-checkbox input[type="checkbox"]:checked ~ .custom-checkbox-visual-input {
      background-image: url("../images/checkmark.png"); }
  .custom-checkbox .custom-checkbox-visual-input {
    content: "";
    display: block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-color: #E4E8EB;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center; }
  .custom-checkbox.on-grey .custom-checkbox-visual-input {
    background-color: #fff; }
  .custom-checkbox .custom-checkbox-text {
    flex: 1 1 auto; }
    [dir="ltr"] .custom-checkbox .custom-checkbox-text {
      margin-right: 10px; }
    [dir="rtl"] .custom-checkbox .custom-checkbox-text {
      margin-left: 10px; }
  .custom-checkbox .error-message {
    display: none; }
  .custom-checkbox.error .error-message {
    display: block; }
  .custom-checkbox.error .custom-checkbox-visual-input {
    border: 1px solid #be232d; }

.custom-radio label {
  display: flex;
  align-items: center;
  cursor: pointer; }
.custom-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }
  .custom-radio input[type="radio"]:checked ~ .custom-radio-visual-input {
    background: #009bff;
    width: 15px;
    min-width: 15px;
    height: 15px;
    border: 3px solid #fff; }
.custom-radio .custom-radio-visual-input {
  content: "";
  display: block;
  width: 15px;
  min-width: 15px;
  height: 15px;
  background-color: #f1f3f5;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center; }
.custom-radio.on-grey .custom-radio-visual-input {
  background-color: #fff; }
.custom-radio .custom-radio-text {
  flex: 1 1 auto; }
  [dir="ltr"] .custom-radio .custom-radio-text {
    margin-left: 10px; }
  [dir="rtl"] .custom-radio .custom-radio-text {
    margin-right: 10px; }

.input-group-label {
  color: #6d7780;
  line-height: 16px;
  margin-bottom: 14px; }

.field-group {
  margin-bottom: 25px; }
  .field-group > .text-input {
    flex: 1 1 auto; }
  .field-group.flex-always {
    display: flex; }
    [dir="ltr"] .field-group.flex-always > div + div {
      margin-left: 24px; }
    [dir="rtl"] .field-group.flex-always > div + div {
      margin-right: 24px; }
  @media (min-width: 700px) {
    .field-group {
      display: flex; }
      [dir="ltr"] .field-group > div + div {
        margin-left: 24px; }
      [dir="rtl"] .field-group > div + div {
        margin-right: 24px; } }

.text-input {
  position: relative; }
  @media (min-width: 700px) {
    .text-input {
      margin-top: 9px; } }
  @media (max-width: 699px) {
    .text-input {
      margin-top: 39px; } }
  .text-input .text-input-visual-label {
    display: none;
    position: absolute;
    color: #6d7780; }
  .text-input .text-input-error-message {
    display: none; }
  .text-input input {
    border: 0 none;
    background-color: transparent;
    border-bottom: 1px solid #dadde1;
    padding-bottom: 13px;
    margin-bottom: 1px;
    width: 100%; }
    @media (max-width: 699px) {
      .text-input input {
        font-size: 16px; } }
    .text-input input:focus {
      outline: none;
      border-bottom: 2px solid #009bff;
      margin-bottom: 0; }
      .text-input input:focus + .text-input-visual-label {
        display: block;
        font-size: 10px;
        top: -22px; }
  .text-input.filled .text-input-visual-label {
    display: block;
    font-size: 10px;
    top: -22px; }
  .text-input.error input {
    border-bottom: 2px solid #be232d;
    margin-bottom: 0; }
  .text-input.error .text-input-error-message {
    display: block;
    position: absolute;
    top: -22px; }
  .text-input.error .text-input-visual-label {
    display: none !important; }

.g-recaptcha {
  min-height: 78px; }

.newsletter {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  cursor: pointer; }

.newsletter-area {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px; }

.newsletter-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer; }
  .newsletter-category:focus, .newsletter-category:active {
    z-index: 1;
    outline: unset; }

.newsletter-category-title {
  display: flex;
  justify-content: space-between;
  flex: 1 1 auto;
  padding: 16px 0;
  color: #3c444d; }

.newsletter-count {
  color: #c4c7c9; }

.newsletter-title {
  font-weight: 700;
  margin-bottom: 5px; }

@media (max-width: 699px) {
  .newsletter-category {
    position: relative;
    background-color: #fff;
    border: 0 none;
    font-weight: 700;
    padding: 0 10px;
    width: 100%;
    margin-bottom: 3px; }
    [dir="ltr"] .newsletter-category {
      text-align: left; }
    [dir="rtl"] .newsletter-category {
      text-align: right; }
    .newsletter-category:after {
      display: block;
      height: 20px;
      width: 20px;
      text-indent: -2px;
      content: url("../images/arrow-down.png");
      padding-top: 16px;
      padding-bottom: 16px; }
      [dir="ltr"] .newsletter-category:after {
        padding-left: 10px;
        margin-left: 10px;
        border-left: 1px solid #e4e8eb; }
      [dir="rtl"] .newsletter-category:after {
        padding-right: 10px;
        margin-right: 10px;
        border-right: 1px solid #e4e8eb; }
    .newsletter-category.active {
      margin-bottom: 0;
      border-bottom: 1px solid #e4e8eb; }
      .newsletter-category.active:after {
        content: url("../images/arrow-up.png"); }
      .newsletter-category.active + .newsletter-list:after {
        display: block;
        position: absolute;
        z-index: 1;
        top: -2px;
        width: 40px;
        height: 4px;
        background-color: #fff;
        content: ""; }
        [dir="ltr"] .newsletter-category.active + .newsletter-list:after {
          right: 0; }
        [dir="rtl"] .newsletter-category.active + .newsletter-list:after {
          left: 0; }

  .newsletter-list {
    background-color: #fff;
    padding: 20px 10px 0 10px;
    flex-grow: 1;
    width: 100%;
    margin-bottom: 3px;
    position: relative; }

  [dir="ltr"] .newsletter-checkbox {
    margin-left: 18px; }
  [dir="rtl"] .newsletter-checkbox {
    margin-right: 18px; } }
@media (min-width: 700px) {
  .newsletter-category {
    background-color: transparent;
    border: 0 none;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 20px 10px 20px;
    display: inline-block;
    order: 1; }
    .newsletter-category.active {
      background-color: #fff; }
      .newsletter-category.active .newsletter-category-title {
        color: #3c444d; }

  .newsletter-category-title {
    padding: 0;
    color: #9099a3; }

  [dir="ltr"] .newsletter-category-title-text {
    margin-right: 6px; }
  [dir="rtl"] .newsletter-category-title-text {
    margin-left: 6px; }

  .newsletter-list {
    order: 99;
    background-color: #fff;
    padding: 20px 15px 0 15px;
    flex-grow: 1;
    width: 100%;
    margin-bottom: 3px; }

  [dir="ltr"] .newsletter-checkbox {
    margin-left: 72px; }
  [dir="rtl"] .newsletter-checkbox {
    margin-right: 72px; } }

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