/*! 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.
 */
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 */
  line-height: 1.15;
  /* 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;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
  margin: 0 0 18px;
}

blockquote {
  border-left: 4px solid #ddd;
  padding-left: 10px;
  margin-left: 0;
}

table {
  border-collapse: collapse;
}

th,
td {
  border: 1px solid #ddd;
  padding: 3px;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ul,
ol {
  padding-left: 20px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 20px;
  margin: 0;
}

ul {
  list-style-type: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: 0.3em;
  font-weight: bold;
}
dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
  overflow: auto;
}

body {
  color: #000;
  background: #fff;
  font: 14px/1.43 "Inter", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 360px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
    line-height: 1.33;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: inline-block;
}

.gm-style img {
  max-width: none;
}

iframe {
  max-width: 100%;
}

.resize-active * {
  transition: none !important;
}

.clearfix:after, dl:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

h1,
.h1 {
  font-size: 37px;
}

h2,
.h2 {
  font-size: 18px;
}

h3,
.h3 {
  font-size: 15px;
}

h4,
.h4 {
  font-size: 14px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 14px;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 44px;
  }
  h2,
  .h2 {
    font-size: 20px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 46px;
  }
  h2,
  .h2 {
    font-size: 25px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 48px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "Inter", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: inherit;
  font-weight: bold;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6,
  .h {
    margin-bottom: 20px;
  }
}

h1,
.h1 {
  margin: 0 0 0.75em;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.0540540541;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    margin-bottom: 25px;
    line-height: 1.1458333333;
  }
}
@media (min-width: 1024px) {
  h1,
  .h1 {
    margin-bottom: 38px;
  }
}

h2,
.h2 {
  margin: 0 0 1.4em;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2222222222;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    margin-bottom: 25px;
    line-height: 1.2666666667;
  }
}
@media (min-width: 1024px) {
  h2,
  .h2 {
    margin-bottom: 37px;
  }
}
h2 b,
.h2 b {
  font-weight: 900;
}

b {
  font-weight: 700;
}

mark {
  background: none;
  color: #E31E2D;
}

p {
  margin: 0 0 20px;
}
@media (min-width: 1024px) {
  p {
    margin-bottom: 24px;
  }
}

a {
  color: #1B365D;
  text-decoration: none;
}
a:hover, a:focus {
  color: #000;
  text-decoration: none;
}

a[href*="mailto:"] {
  word-wrap: break-word;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

select,
input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=url],
textarea {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: 7px 20px;
  font-size: 15px;
  line-height: 20px;
  font-family: "Inter", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  box-sizing: border-box;
  border: 2px solid #D9D9D9;
  border-radius: 5px;
}
@media (min-width: 768px) {
  select,
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=search],
  input[type=password],
  input[type=url],
  textarea {
    padding: 7px 13px;
  }
}
select:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  outline: none;
  border-color: #6BBBAE;
}
select::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #9C9C9C;
}
select::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9C9C9C;
}
select:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #9C9C9C;
}
select:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #9C9C9C;
}
select.placeholder,
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
input[type=url].placeholder,
textarea.placeholder {
  color: #9C9C9C;
}
select.input-error,
input[type=text].input-error,
input[type=tel].input-error,
input[type=email].input-error,
input[type=search].input-error,
input[type=password].input-error,
input[type=url].input-error,
textarea.input-error {
  border-color: #E31E2D;
}

select {
  appearance: none;
  padding-right: 30px;
  background-image: url("../images/arrow.png");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) 50%;
  background-size: 11px 20px;
}
@media (min-width: 1024px) {
  select {
    background-position: calc(100% - 17px) 50%;
  }
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
  vertical-align: top;
  overflow: auto;
  height: 169px;
  min-height: 169px;
  resize: none;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  transition: background 0.5s ease-in-out;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  height: 38px;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  background: #000;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.5s;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=file]:hover,
input[type=submit]:hover {
  background: #fff;
  color: #000;
}

noscript {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 14px;
  color: #f8f9fa;
  background: #6BBBAE;
  display: block;
  padding: 5px 0;
  text-align: center;
  z-index: 99999;
}

.accessibility {
  position: absolute;
  left: -200vw;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

.visually-hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

[id=header] {
  position: relative;
  padding: 20px 0;
  z-index: 2;
}

.header-inner {
  display: flex;
}

.logo {
  width: 100px;
  margin-right: 20px;
}

.nav-opener {
  position: relative;
  width: 30px;
  height: 30px;
  font-size: 0;
  line-height: 0;
  float: right;
}
@media (min-width: 768px) {
  .nav-opener {
    display: none;
  }
}
.nav-opener:before, .nav-opener:after,
.nav-opener span {
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  background: #000;
  position: absolute;
  top: 50%;
  left: 15%;
  right: 15%;
  height: 3px;
  transform: translateY(-50%);
}
.nav-opener:before, .nav-opener:after {
  content: "";
}
.nav-opener:before {
  transform: translateY(-9px);
}
.nav-opener:after {
  transform: translateY(6px);
}
.nav-opener:hover:before, .nav-opener:hover:after,
.nav-opener:hover span {
  background-color: gray;
}
.nav-active .nav-opener span {
  opacity: 0;
  transform: rotate(45deg);
}
.nav-active .nav-opener:before {
  transform: rotate(45deg) translateY(0);
}
.nav-active .nav-opener:after {
  transform: rotate(-45deg) translateY(0);
}

[id=wrapper] {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

[id=main] {
  flex-grow: 1;
}

.container {
  width: 100%;
  max-width: 1292px;
  padding: 0 20px;
  margin: 0 auto;
}

.accordion {
  list-style: none;
}
.accordion > li {
  margin-block: 10px;
}
.accordion > li > a {
  display: block;
  text-align: left;
}
.accordion .js-acc-hidden {
  visibility: hidden;
}

.burger-holder {
  position: relative;
}
.burger-holder .burger-drop {
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  background: #fff;
  border: 1px solid #000;
  padding: 20px;
  visibility: hidden;
}
.burger-holder .burger-drop button {
  transition: none;
}
.burger-holder.burger-active .burger-drop {
  visibility: visible;
}

.popup-holder {
  position: relative;
}
.popup-holder .popup {
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  background: #fff;
  border: 1px solid #000;
  padding: 20px;
  visibility: hidden;
}
.popup-holder .popup button {
  transition: none;
}
.popup-holder.popup-active .popup {
  visibility: visible;
}

.open-close {
  position: relative;
}
.open-close .slide {
  width: 300px;
  background: #fff;
  border: 1px solid #000;
  padding: 20px;
}
.open-close .js-slide-hidden {
  visibility: hidden;
}

.line-box {
  width: 600px;
}
.line-box .mask {
  overflow: hidden;
}
.line-box .line {
  width: 99999px;
  display: flex;
}
.line-box .line > * {
  flex: 0 0 auto;
}
/*!
 * tabbyjs v12.0.3
 * Lightweight, accessible vanilla JS toggle tabs.
 * (c) 2019 Chris Ferdinandi
 * MIT License
 * http://github.com/cferdinandi/tabby
 */
/**
 * The tablist
 */
[role=tablist] {
  border-bottom: 1px solid lightgray;
  list-style: none;
  margin: 0;
  padding: 0;
}

[role=tablist] * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * The tablist item
 */
@media (min-width: 30em) {
  [role=tablist] li {
    display: inline-block;
  }
}
/**
 * The tabs
 */
[role=tab] {
  border: 1px solid transparent;
  border-top-color: lightgray;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  /**
     * Active tab styling
     */
  /**
     * Tabs on hover
     */
}

@media (min-width: 30em) {
  [role=tab] {
    border-top-color: transparent;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    display: inline-block;
    margin-bottom: -1px;
  }
}
[role=tab][aria-selected=true] {
  background-color: lightgray;
}

@media (min-width: 30em) {
  [role=tab][aria-selected=true] {
    background-color: transparent;
    border: 1px solid lightgray;
    border-bottom-color: #ffffff;
  }
}
[role=tab]:hover:not([aria-selected=true]) {
  background-color: #f7f7f7;
}

@media (min-width: 30em) {
  [role=tab]:hover:not([aria-selected=true]) {
    border: 1px solid lightgray;
  }
}
/**
 * [hidden] fallback for IE10 and lower
 */
[hidden] {
  display: none;
}

@media (min-width: 768px) {
  .des-hidden.des-hidden {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .mob-hidden.mob-hidden {
    display: none;
  }
}

[id=footer] {
  padding: 64px 0 30px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  background-color: #000000;
}
@media (min-width: 768px) {
  [id=footer] {
    padding: 20px 0;
  }
}
[id=footer] a {
  color: #ffffff;
}

.social-networks {
  margin: 0 0 46px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 54px;
}
@media (min-width: 768px) {
  .social-networks {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .social-networks {
    margin-bottom: 18px;
    gap: 28px;
  }
}
.social-networks a {
  display: block;
  height: 64px;
  transition: opacity 0.5s;
}
@media (min-width: 768px) {
  .social-networks a {
    height: 30px;
  }
}
.social-networks a:hover {
  opacity: 0.7;
}
.social-networks a svg {
  display: block;
  height: 100%;
  width: auto;
}

.address {
  font-style: normal;
  margin: 0;
  padding: 0;
}

.copyright {
  display: block;
  margin: 0 0 20px;
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu > li {
  display: inline;
}
.menu > li:not(:first-child):before {
  content: "|";
  margin: 0 5px;
}
@media (min-width: 1024px) {
  .menu > li:not(:first-child):before {
    margin: 0 2px;
  }
}
.menu a {
  text-decoration: underline;
}
.menu a:hover {
  text-decoration: none;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 20px;
  text-align: center;
  line-height: 24px;
  vertical-align: top;
  transition: all 0.5s;
  height: auto;
  font-weight: 600;
  border-style: solid;
  border-color: transparent;
  border-width: 0;
  border-radius: 5px;
}
.btn-default {
  color: #fff;
  background: #000;
  border-color: #000;
}
.btn-default:hover {
  color: #000;
  background: #fff;
  border-color: #000;
}
.btn-primary {
  color: #fff;
  background: #6BBBAE;
  border-color: #6BBBAE;
}
.btn-primary:hover {
  color: #fff;
  background: #3D879B;
  border-color: #3D879B;
}
.btn-secondary {
  color: #fff;
  background: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background: #6c757d;
  border-color: #6c757d;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 14px;
  border-radius: 2.5px;
}
.btn-lg {
  padding: 20px 40px;
  font-size: 18px;
  line-height: 20px;
  border-radius: 10px;
}
.btn-red {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 13px 0;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #E31E2D;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
}
.mobile-enter-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .mobile-enter-btn {
    display: none;
  }
}

.btn-group {
  margin: 0 -5px -10px;
  display: flex;
  flex-wrap: wrap;
}
.btn-group .btn {
  margin: 0 5px 10px;
}
.section-hero {
  margin-bottom: 15px;
}
.section-hero .logo {
  width: 329px;
  margin: 0 auto 78px;
}
@media (min-width: 768px) {
  .section-hero .logo {
    width: 400px;
    margin: 0 0 78px;
  }
}
@media (min-width: 1200px) {
  .section-hero .logo {
    width: 755px;
    margin: 0 0 34px 9px;
  }
}
.section-hero-hold {
  position: absolute;
  padding-top: 69px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media (min-width: 1024px) {
  .section-hero-hold {
    padding-top: 65px;
  }
}
.section-hero .avatar {
  margin-left: -8px;
}
@media (min-width: 1024px) {
  .section-hero .avatar {
    margin-left: -11px;
  }
}

.hero-visual {
  width: 100%;
  position: relative;
}
.hero-visual-banner {
  position: relative;
  height: 410px;
  margin: -9px -9px 0 -9px;
  border-radius: 0 0 0 260px;
  overflow: hidden;
  border: 9px solid #D9D9D9;
}
@media (min-width: 1024px) {
  .hero-visual-banner {
    border-radius: 0;
    height: 420px;
    border-width: 0;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .hero-visual-banner:after {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: -150px;
    right: -150px;
    height: 800px;
    content: "";
    border: 12px solid #D9D9D9;
    box-shadow: 0 0 0 400px #fff;
    border-radius: 0 0 50% 50%;
  }
}
.hero-visual-banner > img {
  position: absolute;
  inset: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.hero-car {
  position: absolute;
  z-index: 3;
  bottom: -176px;
  right: -17px;
  width: 380px;
}
@media (min-width: 768px) {
  .hero-car {
    bottom: -80px;
  }
}
@media (min-width: 1024px) {
  .hero-car {
    width: 593px;
    right: 0;
    bottom: -109px;
  }
}

.avatar {
  position: relative;
  width: 159px;
}
@media (min-width: 1024px) {
  .avatar {
    width: 265px;
  }
}
.avatar-visual {
  position: relative;
  width: 159px;
  height: 159px;
  overflow: hidden;
  border-radius: 50%;
  border: 8px solid #D9D9D9;
}
@media (min-width: 1024px) {
  .avatar-visual {
    width: 265px;
    height: 265px;
    border-width: 12px;
  }
}
.avatar-visual img {
  display: block;
  max-width: none;
  position: absolute;
  inset: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.avatar-text {
  position: absolute;
  left: 13px;
  right: 16px;
  bottom: 7px;
  padding: 2px 0 2px 5px;
  text-align: center;
  background: #6BBBAE;
  font-style: italic;
  font-weight: 900;
  font-size: 12px;
  line-height: 13px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .avatar-text {
    bottom: 14px;
    right: 28px;
    font-size: 16px;
    line-height: 19px;
    padding: 6px 8px 5px 27px;
    box-shadow: 0 16px 0 0 #fff;
  }
}
.avatar-text:after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 30px 14px 0 0;
  border-color: #6BBBAE transparent transparent transparent;
  transform: rotate(0deg);
}
@media (min-width: 1024px) {
  .avatar-text:after {
    border-width: 49px 24px 0 0;
  }
}

.section-content {
  position: relative;
  padding: 0 10px 50px;
}
@media (min-width: 1024px) {
  .section-content {
    padding-bottom: 36px;
  }
}
.section-content .follow-us {
  position: absolute;
  bottom: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .section-content .follow-us {
    width: auto;
    position: relative;
    left: 0;
    transform: none;
    display: inline-block;
    vertical-align: text-top;
  }
}

@media (min-width: 768px) {
  .twocolumns {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .twocolumns-col {
    width: 48%;
  }
}
.twocolumns-col:first-child {
  padding-top: 23px;
}
@media (min-width: 768px) {
  .twocolumns-col:last-child {
    width: 47%;
  }
}
@media (min-width: 1200px) {
  .twocolumns-col:last-child {
    width: 41.3%;
  }
}

.footer-content {
  padding: 26px 0 38px;
  font-size: 18px;
  line-height: 1.4444444444;
}
@media (min-width: 1024px) {
  .footer-content {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 24px;
  }
}

.follow-us {
  position: relative;
  padding: 9px 10px;
  margin-bottom: 20px;
  text-align: center;
  background: #E4002B;
  text-transform: uppercase;
  font-weight: 800;
}
@media (min-width: 768px) {
  .follow-us {
    text-align: left;
    padding: 9px 26px;
    min-height: 90px;
    margin-bottom: 0;
  }
}
.follow-us-title {
  font-size: 40px;
  line-height: 48px;
  display: block;
  color:#ffffff;
}
.follow-us-title a {
  font-size: 40px;
  line-height: 48px;
  color:#ffffff;
}
.follow-us-title a:hover {
  font-size: 40px;
  line-height: 48px;
  display: block;
  color:#ffffff;
}
.follow-us-text {
  color: #ffffff;
  font-size: 16px;
  line-height: 19px;
}
@media (min-width: 768px) {
  .follow-us-text {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .follow-us:after {
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 90px 44px 0 0;
    border-color: #E4002B transparent transparent transparent;
    transform: rotate(0deg);
  }
}

.form {
  padding: 140px 28px 32px;
  background: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
@media (min-width: 768px) {
  .form {
    margin: 0;
  }
}
.form-title {
  position: relative;
  min-height: 74px;
  padding: 0 10px 0 25px;
  margin: 0 24px 27px -25px;
  text-transform: uppercase;
  color: #000;
  background: #6BBBAE;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1024px) {
  .form-title {
    padding: 0 20px 0 49px;
    margin: 0 17px 27px -49px;
    min-height: 108px;
  }
}
.form-title:after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 37px 20px 37px 0;
  border-color: #6BBBAE transparent #6BBBAE transparent;
  transform: rotate(0deg);
}
@media (min-width: 1024px) {
  .form-title:after {
    border-width: 54px 30px 54px 0;
  }
}
.form-title:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 7px;
  border-color: #3D879B #3D879B transparent transparent;
  transform: rotate(0deg);
}
@media (min-width: 1024px) {
  .form-title:before {
    border-width: 10px;
  }
}
.form h2 {
  margin: 0;
  font-weight: 800;
  font-size: 28px;
  line-height: 1;
}
@media (min-width: 1024px) {
  .form h2 {
    font-size: 41px;
  }
}
.form h3 {
  margin: 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
}
@media (min-width: 1024px) {
  .form h3 {
    font-size: 22px;
  }
}

label {
  display: inline-block;
  vertical-align: text-top;
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  color: #000;
}

.required {
  color: #E31E2D;
}

@media (min-width: 768px) {
  .row {
    display: flex;
    justify-content: space-between;
  }
}
.row-col {
  margin: 0 0 22px;
}
@media (min-width: 768px) {
  .row-col {
    width: 49%;
    margin-bottom: 29px;
  }
}
.row-col:only-child {
  width: 100%;
}

.agree {
  position: relative;
  padding: 0 0 0 31px;
  margin: -2px 0 48px;
}
.agree label {
  font-size: 12px;
  line-height: 21px;
  font-weight: 400;
}
.agree label strong {
  font-weight: bold;
  font-weight: 700;
}
.agree label .label-text {
  display: block;
}
.agree label:after {
  position: absolute;
  top: 4px;
  left: 0;
  width: 22px;
  height: 22px;
  content: "";
  border-radius: 5px;
  border: 2px solid #D9D9D9;
  transition: background 0.5s;
}
.agree input {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.agree input:checked + label:after {
  background: #6BBBAE;
}
.agree input.input-error + label:after {
  border-color: #E31E2D;
}

.form-button {
  text-align: center;
}
.form-button .btn {
  min-width: 207px;
}

.thank-you-box {
  position: relative;
  background-size: cover;
  color: #fff;
  min-height: 505px;
  display: flex;
  padding: 50px 0;
  background-size: cover;
  background-position: 50% 0;
}
@media (min-width: 1024px) {
  .thank-you-box {
    min-height: 750px;
    padding-bottom: 63px;
  }
}
.thank-you-box .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.thank-you-box .logo {
  margin: 0 0 20px 0;
  position: relative;
  width: 400px;
}
.thank-you-box h1 {
  font-size: 36px;
}
@media (min-width: 768px) {
  .thank-you-box h1 {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .thank-you-box h1 {
    margin-bottom: 24px;
    font-size: 64px;
  }
}
.thank-you-box h2 {
  font-size: 24px;
  line-height: 30px;
  padding: 0 10px;
  font-weight: 900;
}
@media (min-width: 768px) {
  .thank-you-box h2 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .thank-you-box h2 {
    padding: 0 6%;
    font-size: 48px;
    line-height: 55px;
  }
}
.follow-us-wrap {
  border-top: 5px solid #ffffff;
  background-color: #000000;
  padding: 0 45px;
}

.follow-us-wrap .follow-us {
  color: #ffffff;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .follow-us-wrap .follow-us {
    margin: 0 auto;
    max-width: 600px;
    
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .follow-us-wrap .follow-us {
    max-width: 800px;
  }
}
@media (min-width: 768px) {
  .follow-us-wrap .follow-us > * {
    display: inline;
  }
}

/* ADCOM STYLES */
.hundred-year-banner {
  padding: 30px 0;
}
.hundred-year-banner--mobile {
  display: block;
  position: relative;
  z-index: 1;
  padding: 0;
  background: white;
}
.hundred-year-banner--desktop {
  display: none;
}
@media (min-width: 768px) {
  .hundred-year-banner--mobile {
    display: none;
  }
  .hundred-year-banner--desktop {
    display: block;
  }
}
.section-hero img {
  width: 100%;
}
.desktop-hero {
  width: 100%;
  display: none;
}
@media (min-width: 768px) {
  .desktop-hero {
    display: block;
  }
}
.mobile-hero {
  width: 100%;
}
@media (min-width: 768px) {
  .mobile-hero {
    display: none;
  }
}
.twocolumns .twocolumns-col {
  position: relative;
}
.flag {
  position: absolute;
  width: 100%;
  left: -20px;
  top: 20px;
}
.flag::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 6rem;
  height: 3rem;
  background: #76232F;
  transform-origin: bottom left;
  transform: rotate(45deg);
  z-index: -1;
}
.flag img {
  min-height: 80px;
}
.flag-copy {
  position: absolute;
  top: 0;
  display: flex;
  height: 100%;
  padding: 0 50px 0 50px;
  flex-direction: column;
  justify-content: center;
}
.flag-copy h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  color: #FFF;
  font-style: normal;
  line-height: 36px; /* 92.308% */
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .flag-copy h2 {
    font-size: 34px;
  }
}
@media (min-width: 768px) {
  .flag-copy h2 {
    font-size: 22px;
  }
}
@media (min-width: 900px) {
  .flag-copy h2 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .flag-copy h2 {
    font-size: 32px;
  }
}
.flag-copy p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .flag-copy p {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .flag-copy p {
    font-size: 18px;
  }
}
@media (min-width: 900px) {
  .flag-copy p {
    font-size: 22px;
  }
}
.section-content .follow-us {
  position: relative;
}
.twocolumns 
.fc--form {
  padding-top: 35% !important;
}
.footer-logo {
  padding: 45px 0 0;
}
[id=footer] {
  padding: 36px 0;
}
.Rheem-Anniversary-Logo {
  margin: 40px 0;
}
.captains-box {
  border-radius: 8px;
  background: #EDEDED;
  padding: 32px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.captains-box .title {
  text-align: center;;
}
.captains-box .title span {
  display: none;
}
@media (min-width: 1200px) {
  .captains-box .title span {
    display: inline;
    font-weight: 200;
    font-size: 30px;
    letter-spacing: 0px;
  }
}
.captains-box .title h4 {
  display: inline-block;
  color: #000;
  font-size: 24px;
  font-weight: 900;
  line-height: 38px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .captains-box .title h4 {
    font-size: 30px;
  }
}
.captains-box .captains {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.captains-box .captain-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 32px;
}
@media (min-width: 768px) {
  .captains-box .captain-row {
    flex-direction: row;
    gap: 32px;
    text-align: left;
  }
}
.captains-box .captain-image {
  aspect-ratio: 1 / 1;
  max-width: 170px;
}
@media (min-width: 768px) {
  .captains-box .captain-image {
    width: 33%;
  }
}
.captains-box .captain-copy {
  width: auto;
}
.captains-box .captain-copy h5 {
  color: #E4002B;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 4px;
}
.captains-box .captain-copy span {
  display: block;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 10px;
}
.footer-partner {
  padding-bottom: 15px;
}
.copy-section h1 {
    color: #000;
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: 60px; /* 100% */
    text-transform: uppercase;
    margin-bottom: 32px;
}
.copy-section h3 {
    color: #E4002B;
    font-size: 35px;
    font-style: normal;
    font-weight: 900;
    line-height: 38px; /* 108.571% */
    margin-bottom: 32px;
}

/* CF7 Form Styles */
.wpcf7 form .cf7-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 8px;
  align-items: start;
}

.wpcf7 form .cf7-span-2 { 
  grid-column: 1 / -1;
}

.wpcf7 form .cf7-field,
.wpcf7 form .wpcf7-form-control-wrap{
  min-width: 0;
  display: block;
}

.wpcf7 form .cf7-field label { 
  display: block; 
  font-weight: 600; 
}

.wpcf7 .label-text {
  display: inline-block;
  white-space: nowrap;
  overflow-x: hidden;
}

.wpcf7 form .req { 
  display: inline-block;
  color: #E31E2D; 
  margin-left: 4px; 
}

/* Inputs */
.wpcf7 form input[type="text"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="tel"],
.wpcf7 form select,
.wpcf7 form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 2px solid #D9D9D9;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0,0,0,.02) inset;
  font-size: 16px;
  line-height: 1.3;
}

.wpcf7 form select { 
  -webkit-appearance: none; 
  -moz-appearance: none; 
  appearance: none;
  padding-right: 2.25rem;       
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAxMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuNSAwLjgxMzM1NEwxMC4yNjMxIDkuMDYzMzVIMC43MzY4Nkw1LjUgMC44MTMzNTRaIiBmaWxsPSJibGFjayIvPgo8cGF0aCBkPSJNNS41IDIwLjgxMzRMMC43MzY4NiAxMi41NjM0TDEwLjI2MzEgMTIuNTYzNEw1LjUgMjAuODEzNFoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: .8rem auto;
  background-clip: padding-box;
  background-repeat: no-repeat; 
}

.wpcf7 form input:focus-within,
.wpcf7 form select:focus,
.wpcf7 form textarea:focus {
  outline: none;
  border-color:#999;
  box-shadow: 0 0 0 3px rgba(0,0,0,.06);
}

.wpcf7 form .cf7-note .wpcf7-list-item { margin:0; }
.wpcf7 form .cf7-note a { text-decoration: underline; }

/* Submit */
.wpcf7 form .cf7-submit {
  display: flex;
  justify-content: center;
}

.wpcf7 form .cf7-submit input[type="submit"]{
  min-width: 200px;
  height: auto;
  padding: 13px 0;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #E31E2D;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
}

.wpcf7 form .cf7-submit input[type="submit"]:hover { 
  filter: brightness(1.05); 
}

.wpcf7 form .cf7-submit input[type="submit"]:active { 
  transform: translateY(1px); 
}

.wpcf7 form .wpcf7-not-valid-tip { 
  color: #E31E2D;
  margin-top: 6px; 
  font-size: 12px; 
}

.wpcf7 .screen-reader-response {
  display: none;
}

.wpcf7 form .wpcf7-response-output { 
  color: #E31E2D;
}

@media (max-width: 680px) {
  .wpcf7 form .cf7-grid { 
    grid-template-columns: 1fr; 
  }
}

.wpcf7 .cf7-note br {
  display: none;
}

.wpcf7 form .cf7-note label {
  display: grid;
  grid-template-columns: 22px 1fr;
  column-gap: 12px;
}

.wpcf7 .cf7-consent-detail {
  display: block;
  padding-left: 34px;
}

.wpcf7 .cf7-consent-detail a {
  color: #E31E2D;
}

.wpcf7 .wpcf7-list-item-label,
.wpcf7 .cf7-note span {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 160% */
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label {
  color: #E31E2D;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px; /* 160% */
}

.wpcf7 input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  color: #E31E2D;
  width: 22px;
  height: 22px;
  border: 2px solid #D9D9D9;
  border-radius: 5px;
  display: inline-grid;
  place-content: center;
}

.wpcf7 input[type="checkbox"]::before {
  content: "";
  width: 12px;
  height: 12px;
  transform: scale(0);
  box-shadow: inset 1em 1em #E31E2D;
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.wpcf7 input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.wpcf7 .wpcf7-checkbox label {
  cursor: pointer;
}

.wpcf7 div[data-id="other-job-title"] { 
  display: none;
  grid-column: 1 / -1;
}

.wpcf7 div[data-id="other-job-title"][style]:not([style*="display: none"]) {
  display: block;
}