@charset "UTF-8";
.clearfix:before, body:before {
  content: "";
  display: table;
}
.clearfix:after, body:after {
  clear: both;
  content: "";
  display: table;
}

/*
 * HTML5 Boilerplate
 *
 * with custom settings for WA
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

html {
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  min-width: 320px;
  overflow-x: hidden;
}

body {
  line-height: 1.5;
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  padding: 0;
  position: relative;
  text-align: left;
}

body, button, input, select, textarea {
  color: #706f6f;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0;
}

b, strong {
  font-weight: bold;
}

hr {
  border: 0;
  border-bottom: 1px solid #dedede;
  display: block;
  height: 0;
  margin: 30px 0;
  padding: 0;
}

small {
  font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: top;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}

td {
  vertical-align: top;
}

/****************************/
*:focus {
  outline: 0;
}

noscript {
  display: none;
}

.body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .body {
    padding-top: 0;
  }
}
.body.homepage {
  padding-top: 0;
}

.alternate-background {
  background: rgba(232, 217, 207, 0.19);
}

.container {
  margin: auto;
  padding: 0 16px;
  width: 1600px;
}
@media screen and (max-width: 1599px) {
  .container {
    width: 1360px;
  }
}
@media screen and (max-width: 1359px) {
  .container {
    width: 1024px;
  }
}
@media screen and (max-width: 1023px) {
  .container {
    padding: 0 10px;
    width: 768px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
    width: 100%;
  }
}

.container-order {
  max-width: 100%;
  text-align: center;
  width: 842px;
}
@media screen and (max-width: 767px) {
  .container-order {
    width: 100%;
  }
}

.container-signup {
  margin: 0 auto;
  padding: 0 10px;
  width: 520px;
}

.content-space {
  height: 100px;
}
@media screen and (max-width: 1359px) {
  .content-space {
    height: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .content-space {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .content-space {
    height: 40px;
  }
}

.content-space-mini {
  height: 30px;
}
@media screen and (max-width: 1359px) {
  .content-space-mini {
    height: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .content-space-mini {
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .content-space-mini {
    height: 15px;
  }
}

.content-space-small {
  height: 50px;
}
@media screen and (max-width: 1359px) {
  .content-space-small {
    height: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .content-space-small {
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .content-space-small {
    height: 20px;
  }
}

.content-space-medium {
  height: 75px;
}
@media screen and (max-width: 1359px) {
  .content-space-medium {
    height: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .content-space-medium {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .content-space-medium {
    height: 30px;
  }
}

.content-space-large {
  height: 150px;
}
@media screen and (max-width: 1359px) {
  .content-space-large {
    height: 120px;
  }
}
@media screen and (max-width: 1023px) {
  .content-space-large {
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .content-space-large {
    height: 60px;
  }
}

.background-light {
  background: #f9f9f9;
}

.columns {
  display: flex;
}
.columns > div:first-child {
  margin-right: 80px;
  max-width: 100%;
  width: 574px;
}
.columns > div:last-child {
  max-width: 100%;
  width: 700px;
}
@media screen and (max-width: 767px) {
  .columns {
    flex-direction: column;
  }
  .columns > div {
    margin-right: 0 !important;
    width: 100% !important;
  }
}

.blog > div:last-child {
  width: 1000px;
}

.article > div:first-child {
  width: 300px;
}

.sidebar ul {
  padding-left: 20px;
}
.sidebar a {
  text-decoration: none;
}
.sidebar a:hover, .sidebar a:focus {
  text-decoration: underline;
}
.sidebar a.active {
  color: #000;
  font-weight: bold;
}

.tabs {
  display: flex;
  text-align: center;
}
.tabs a {
  border-bottom: 1px solid currentColor;
  color: #868686;
  cursor: pointer;
  flex-grow: 1;
  line-height: 50px;
  text-decoration: none;
}
.tabs a:hover, .tabs a:focus {
  color: #000;
  text-decoration: none;
}
.tabs a.active {
  color: #000;
}
@media screen and (max-width: 767px) {
  .tabs {
    flex-wrap: wrap;
  }
  .tabs a {
    padding: 0 20px;
  }
}

.tabs-content {
  padding: 60px 0;
}

p,
ul,
ol,
table {
  margin-bottom: 20px;
}
p b,
ul b,
ol b,
table b {
  color: #ffab09;
  font-weight: 600;
}
p strong,
ul strong,
ol strong,
table strong {
  color: #000;
}

a {
  color: #706f6f;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #706f6f;
  text-decoration: none;
}

.link {
  color: #ffab09;
  cursor: pointer;
  text-decoration: underline;
}
.link:hover, .link:focus {
  color: #e09504;
  text-decoration: none;
}

h1 {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 62px;
  margin: 0 0 32px;
}
@media screen and (max-width: 1599px) {
  h1 {
    font-size: 44px;
    line-height: 52px;
    margin: 0 0 27px;
  }
}
@media screen and (max-width: 1023px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 21px;
  }
}

h2 {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  font-weight: bold;
  line-height: 46px;
  margin: 0 0 25px;
}
@media screen and (max-width: 1599px) {
  h2 {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 23px;
  }
}
@media screen and (max-width: 1023px) {
  h2 {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 21px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 18px;
  }
}

h3 {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
  margin: 0 0 16px;
}
h3 span {
  font-weight: normal;
}
@media screen and (max-width: 1023px) {
  h3 {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 14px;
  }
}

h4 {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin: 0 0 8px;
}
@media screen and (max-width: 1023px) {
  h4 {
    font-size: 20px;
    line-height: 28px;
  }
}

h5 {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  margin: 0;
}

.heading-alternate {
  color: #bea798;
}

.heading-primary {
  color: #ffab09;
}

.results ~ .results {
  margin-top: 150px !important;
}
@media screen and (max-width: 1359px) {
  .results ~ .results {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 1023px) {
  .results ~ .results {
    margin-top: 0 !important;
  }
}

.features {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.features li {
  margin: 0 0 36px;
  padding: 0 0 0 68px;
  position: relative;
}
.features li:before {
  height: 44px;
  width: 44px;
  background: url(../img/features.png?v2) no-repeat center;
  background-size: contain;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
}

.features-counter {
  counter-reset: features;
}
.features-counter li {
  align-items: center;
  counter-increment: features;
  display: flex;
  min-height: 44px;
}
.features-counter li:before {
  align-items: center;
  background: none;
  border: 1px solid #ffab09;
  border-radius: 22px;
  box-sizing: border-box;
  color: #ffab09;
  display: flex;
  content: counter(features) ".";
  font-size: 20px;
  font-weight: bold;
  justify-content: center;
}

.features-columns {
  align-items: flex-start;
  display: grid;
  grid-template-columns: 45% 45%;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .features-columns {
    display: block;
  }
}

.features-bold {
  font-weight: 600;
}

.features-list {
  color: #000;
  list-style-type: none;
  margin: 48px 0;
  padding: 0 20px;
}
.features-list li {
  line-height: 24px;
  padding: 0 0 0 38px;
  position: relative;
}
.features-list li:before {
  height: 20px;
  width: 20px;
  background: url(../img/list-item.png) no-repeat center;
  background-size: contain;
  content: "";
  left: 0;
  position: absolute;
  top: 2px;
}
.features-list li + li {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .homepage-zigzag-info .features-list li {
    padding-left: 52px;
  }
  .homepage-zigzag-info .features-list li:before {
    height: 26px;
    width: 26px;
    top: -1px;
  }
}
@media screen and (max-width: 1599px) {
  .features-list {
    padding: 0;
  }
  .features-list li {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .features-list {
    margin: 32px 0;
  }
}

.features-list-sad li:before {
  background-image: url(../img/list-item-sad.png);
}

.features-list-alternate {
  margin-top: 0;
  padding: 0;
}
.features-list-alternate li {
  padding-left: 32px;
}
.features-list-alternate li:before {
  background-image: url(../img/list-item-alternate.png);
}
.features-list-alternate li + li {
  margin-top: 12px;
}

.companies-image {
  margin-left: 90px;
  width: 182px;
}
@media screen and (max-width: 1023px) {
  .companies-image {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .companies-image {
    display: none;
  }
}

.companies-buttons {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 992px;
  text-align: center;
}
.companies-buttons .button {
  min-width: 0;
}
.companies-buttons .button + .button {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .companies-buttons {
    flex-direction: column;
  }
  .companies-buttons .button + .button {
    margin-left: 0;
    margin-top: 10px;
  }
}

.eshop {
  display: flex;
  justify-content: space-between;
  margin: 60px auto 0;
  max-width: 100%;
  width: 1060px;
}
@media screen and (max-width: 767px) {
  .eshop {
    flex-direction: column;
  }
}
.homepage-prices .eshop {
  margin-top: 0;
}

.eshop-plan {
  box-shadow: 0 1px 46px rgba(26, 23, 27, 0.16);
  color: #999;
  padding: 100px 10px 38px;
  position: relative;
  width: 340px;
}
.eshop-plan:last-child {
  box-shadow: 0 0 0 9px #ffdc96, 0 1px 46px rgba(26, 23, 27, 0.16);
}
@media screen and (max-width: 1599px) {
  .eshop-plan {
    width: 316px;
  }
}
@media screen and (max-width: 1023px) {
  .eshop-plan {
    width: 236px;
  }
}
@media screen and (max-width: 767px) {
  .eshop-plan {
    width: 100%;
  }
  .eshop-plan + .eshop-plan {
    margin-top: 20px;
  }
}
.homepage-prices .eshop-plan:last-child {
  box-shadow: 0 0 0 9px #555455;
}

.eshop-plan-days {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
.eshop-plan-days strong {
  bottom: 20px;
  color: #dedede;
  display: block;
  font-size: 115px;
  font-weight: 600;
  left: 0;
  line-height: 1;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.homepage-prices .eshop-plan-days {
  color: #ffab09;
}
.homepage-prices .eshop-plan-days strong {
  color: #808080;
}

.eshop-plan-info {
  display: inline-block;
  font-weight: normal;
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.eshop-plan-info li + li:before {
  content: "•";
  display: block;
}

.eshop-plan-price {
  color: #ffab09;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 600;
  margin: 30px 0 0;
}

.eshop-plan-price-original {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin: 15px 0;
  text-decoration: line-through;
}
.homepage-prices .eshop-plan-price-original {
  color: #fff;
}

.eshop-plan-price-perday {
  margin-bottom: 20px;
}

.exercises {
  padding: 90px 120px 80px 850px;
  position: relative;
}
@media screen and (max-width: 1599px) {
  .exercises {
    padding: 50px 50px 50px 480px;
  }
}
@media screen and (max-width: 1023px) {
  .exercises {
    padding: 30px 30px 30px 380px;
  }
}
@media screen and (max-width: 767px) {
  .exercises {
    margin: 0 -10px;
    padding: 10px;
  }
}

.exercises-image {
  height: 573px;
  width: 512px;
  background: url(../img/exercises.png) no-repeat center;
  background-size: contain;
  display: block;
  left: 190px;
  position: absolute;
  top: -55px;
}
@media screen and (max-width: 1599px) {
  .exercises-image {
    height: 450px;
    width: 400px;
    left: 30px;
    top: -30px;
  }
}
@media screen and (max-width: 1023px) {
  .exercises-image {
    height: 350px;
    width: 310px;
    top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .exercises-image {
    height: 340px;
    width: 300px;
    left: 0;
    margin: 0 auto 20px;
    position: relative;
    top: 0;
  }
}

.team {
  margin: auto;
  max-width: 500px;
  width: 100%;
}

.team-member {
  align-items: flex-end;
  display: flex;
  margin-bottom: 100px;
}
.team-member:nth-child(even) {
  flex-direction: row-reverse;
}
.team-member:nth-child(even) .team-member-photo {
  margin-left: 16px;
  text-align: left;
}
.team-member:nth-child(even) .team-member-info {
  text-align: right;
}
.team-member:nth-child(odd) {
  flex-direction: row;
}
.team-member:nth-child(odd) .team-member-photo {
  margin-right: 16px;
  text-align: right;
}
.team-member:nth-child(odd) .team-member-info {
  text-align: left;
}

.team-member-photo {
  color: #999;
  flex-grow: 0;
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  width: 240px;
}
.team-member-photo img {
  height: 240px;
  width: 240px;
  display: block;
  margin-bottom: 10px;
}
.team-member-photo strong {
  color: #000;
  display: block;
  font-weight: 600;
}

.team-member-info {
  flex-grow: 1;
  padding-bottom: 60px;
}

.contact-form {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .contact-form {
    flex-direction: column;
  }
}

.contact-form-inputs {
  margin-right: 32px;
  max-width: 100%;
  width: 330px;
}
.contact-form-inputs input {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .contact-form-inputs {
    margin-right: 0;
    width: 100%;
  }
  .contact-form-inputs input {
    width: 100%;
  }
}

.contact-form-textarea {
  max-width: 100%;
  text-align: left;
  width: 570px;
}
.contact-form-textarea textarea {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .contact-form-textarea {
    width: 100%;
  }
  .contact-form-textarea textarea {
    width: 100%;
  }
  .contact-form-textarea .button {
    width: 100%;
  }
}

.contact-options {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  justify-content: center;
}
.contact-options h2 {
  color: #ffab09;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .contact-options h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .contact-options {
    display: block;
    text-align: center !important;
  }
}

.contact-options-content h2 a {
  color: #ffab09;
  text-decoration: none;
}
.contact-options-content h2 a:hover, .contact-options-content h2 a:focus {
  color: #ffab09;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .contact-options-content:first-child {
    text-align: right;
  }
}

.contact-options-or {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 50px;
  padding: 0 100px;
}
@media screen and (max-width: 1599px) {
  .contact-options-or {
    line-height: 42px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 1023px) {
  .contact-options-or {
    font-size: 20px;
    line-height: 38px;
  }
}

.contact {
  border-top: 1px solid rgba(0, 0, 0, 0.13);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .contact {
    flex-direction: column;
  }
}

.contact-content {
  color: #acacac;
  font-size: 14px;
  padding: 60px 0 60px 130px;
  width: 480px;
}
.contact-content strong {
  color: #000;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .contact-content {
    padding: 40px 0 40px 40px;
    width: 370px;
  }
}

.contact-border {
  background: rgba(0, 0, 0, 0.13);
  flex-grow: 0;
  flex-shrink: 0;
  width: 1px;
}
@media screen and (max-width: 767px) {
  .contact-border {
    height: 1px;
    width: 100%;
  }
}

.video-header {
  display: flex;
  justify-content: space-around;
  margin-bottom: 80px;
  position: relative;
  text-align: left;
}
.video-header h3 {
  text-align: center;
}
.video-header > div {
  max-width: 512px;
  width: 40%;
}
.video-header:before {
  height: 2px;
  width: calc(50% - 220px);
  background: #d9d9d9;
  content: "";
  left: 50%;
  position: absolute;
  top: 47px;
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  .video-header {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .video-header {
    display: block;
  }
  .video-header > div {
    width: 100%;
  }
  .video-header > div + div {
    margin-top: 40px;
  }
  .video-header:before {
    display: none;
  }
}

.video-header-step {
  height: 96px;
  width: 96px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1023px) {
  .video-header-step {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .video-header-step {
    margin-bottom: 20px;
  }
}

.video-header-step-1 {
  background-image: url(../img/video-1.png);
}

.video-header-step-2 {
  background-image: url(../img/video-2.png);
}

.video-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 80px;
  position: relative;
}
.video-content .homepage-video {
  margin: 0 0 40px;
}
@media screen and (min-width: 1600px) {
  .video-content .homepage-video {
    height: 320px;
    width: 560px;
    margin-bottom: 110px;
  }
  .video-content .homepage-video h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .video-content .homepage-video {
    height: 200px;
    width: 360px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .video-content {
    justify-content: space-between;
  }
}

.video-arrow {
  height: 70px;
  width: 134px;
  background: url(../img/video-arrow.png) no-repeat center;
  background-size: contain;
  margin: 0 auto 100px;
}

.faqs {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .faqs {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .faqs {
    margin: 0 -10px;
  }
}

.faq {
  max-width: calc(50% - 16px);
}
.faq input {
  height: 1px;
  position: absolute;
  visibility: hidden;
  width: 1px;
}
@media screen and (max-width: 1023px) {
  .faq {
    max-width: 100%;
  }
}

.faq-holder {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin-top: -1px;
  padding: 20px 40px;
}
@media screen and (max-width: 1599px) {
  .faq-holder {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .faq-holder {
    padding: 12px 10px 12px 32px;
  }
}

.faq-question {
  color: #ffab09;
  cursor: pointer;
  display: block;
  line-height: 24px;
  margin-bottom: 0 !important;
  position: relative;
}
.faq-question:before {
  display: none !important;
}
.faq-question:hover, .faq-question:focus {
  color: #e09504;
  text-decoration: underline;
}
.faq-question svg {
  height: 12px;
  width: 12px;
  fill: #999;
  left: -26px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  transform-origin: center;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .faq-question svg {
    left: -22px;
  }
}
input:checked ~ .faq-question svg {
  transform: rotate(90deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
input:checked ~ .faq-answer {
  max-height: 400px;
}

.blog-checkbox {
  position: absolute;
  visibility: hidden;
}
.blog-checkbox:not(:checked) + .blog-category svg {
  transform: rotate(0);
}
.blog-checkbox:not(:checked) + .blog-category + .blog-articles a {
  display: none;
}

.blog-category {
  color: #ffab09;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px !important;
}
.blog-category:hover, .blog-category:focus {
  color: #e09504;
  text-decoration: none !important;
}
.blog-category:before {
  display: none !important;
}
.blog-category svg {
  height: 12px;
  width: 12px;
  display: none;
  fill: #706f6f;
  margin: 0 0 0 10px !important;
  transform: rotate(90deg);
  transform-origin: center;
}

.blog-articles {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-left: 20px;
}
.blog-articles a {
  color: #707070;
  display: block;
  margin-top: 12px;
  text-decoration: none;
}
.blog-articles a:hover, .blog-articles a:focus {
  color: #444;
  text-decoration: none;
}
.blog-articles a.active {
  color: #444;
}

.blog-author {
  color: #bea798;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 40px;
}

.blog-image {
  margin-bottom: 40px;
}
.blog-image img {
  display: block;
}

.how-it-works {
  display: flex;
  justify-content: space-around;
}
.how-it-works > div {
  max-width: 100%;
  width: 532px;
}
.how-it-works .features-list {
  padding: 0;
}
.how-it-works h5 {
  font-weight: 600;
}
@media screen and (max-width: 1599px) {
  .how-it-works {
    justify-content: space-between;
  }
  .how-it-works > div {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .how-it-works {
    display: block;
  }
  .how-it-works > div {
    width: 100%;
  }
}

.how-it-works-video {
  display: block;
  margin: 32px 0;
  position: relative;
}

.pricing-grid {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
.pricing-grid b {
  color: #bea798;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 1359px) {
  .pricing-grid strong {
    font-size: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}

.pricing-cell {
  align-items: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  opacity: 0.44;
  padding: 50px 20px 40px;
}
.pricing-cell h3 {
  text-align: center;
}
@media screen and (max-width: 1359px) {
  .pricing-cell h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

.pricing-cell-full {
  flex-direction: row;
  grid-column: 1/-1;
  opacity: 1;
}
.pricing-cell-full > div {
  width: 50%;
}
.pricing-cell-full .features-list li {
  padding-left: 40px;
}
.pricing-cell-full .features-list li:before {
  height: 23px;
  width: 23px;
  top: 1px;
}
.pricing-cell-full .features-list li + li {
  margin-top: 14px;
}
.pricing-cell-full .pricing-price {
  font-size: 32px;
}
.pricing-cell-full h1 {
  align-items: center;
  display: flex;
  padding-left: 90px;
}
@media screen and (max-width: 1359px) {
  .pricing-cell-full h1 {
    flex-direction: column;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .pricing-cell-full h1 {
    padding-left: 0;
  }
}
.pricing-cell-full img {
  height: 144px;
  width: 130px;
  margin-right: 36px;
}
@media screen and (max-width: 1359px) {
  .pricing-cell-full img {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .pricing-cell-full {
    flex-direction: column;
    text-align: center;
  }
  .pricing-cell-full > div {
    width: 100%;
  }
  .pricing-cell-full .features-list {
    text-align: left;
  }
}

.pricing-price {
  color: #ffab09;
  font-size: 24px;
  font-weight: bold;
}
.pricing-price span {
  color: #bea798;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1359px) {
  .pricing-price span {
    display: block;
    text-align: center;
  }
}

.cart-content .columns > div:first-child {
  margin-right: 50px;
  width: 500px;
}
.cart-content .columns > div:last-child {
  width: 1018px;
}
.cart-content .features-list {
  margin-top: 12px;
  padding-left: 0;
}

.cart-features > div {
  align-items: center;
  display: flex;
}
.cart-features > div + div {
  margin-top: 70px;
}
.cart-features p {
  margin: 0;
}
.cart-features li:before {
  top: 5px;
}

.cart-features-icon {
  height: 100px;
  width: 100px;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #ffab09;
  border-radius: 50px;
  flex-shrink: 0;
  margin-right: 40px;
}

.cart-features-icon-1 {
  background-image: url(../img/cart-feature-1.png);
  background-size: 40px 60px;
}

.cart-features-icon-2 {
  background-image: url(../img/cart-feature-2.png);
  background-size: 60px 56px;
}

.cart-features-icon-3 {
  background-image: url(../img/cart-feature-3.png);
  background-size: 36px 40px;
}

.cart-features-icon-4 {
  background-image: url(../img/cart-feature-4.png);
  background-size: 60px 56px;
}

.cart-subtitle {
  padding: 0 0 15px;
}

.cart-product {
  align-items: center;
  display: flex;
  justify-content: center;
}
.cart-product img {
  width: 36px;
}
@media screen and (max-width: 767px) {
  .cart-product {
    flex-direction: column;
  }
  .cart-product img {
    display: none;
  }
}

.cart-product-title {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin: 0 20px 0 16px;
}
@media screen and (max-width: 767px) {
  .cart-product-title {
    margin: 20px 0;
  }
}

.cart-product-price {
  text-align: left;
}
.cart-product-price del {
  color: #bea798;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.cart-product-price b {
  align-items: center;
  display: flex;
  color: #ffab09;
  line-height: 30px;
}
.cart-product-price strong {
  font-size: 40px;
  font-weight: bold;
}
.cart-product-price span {
  font-size: 12px;
  font-weight: 500;
  margin-left: 4px;
}
.cart-product-price i {
  color: #bea798;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.payment-form table {
  margin: 0 auto;
}
.payment-form th {
  display: none;
}

.author {
  align-items: center;
  color: #000;
  display: flex;
  font-weight: 500;
}
.author img {
  margin-right: 40px;
}
.author span {
  color: #706f6f;
  display: block;
}

.prices {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: auto;
  max-width: 1262px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}
.prices > div {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  padding: 30px 20px 40px;
}
.prices > div:last-child {
  box-shadow: 0 0 40px rgba(224, 149, 4, 0.6);
}
@media screen and (max-width: 767px) {
  .prices {
    grid-template-columns: 1fr;
  }
}

.prices-name {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 44px;
  color: #000;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 40px;
  min-height: 44px;
  padding: 5px 0;
}
@media screen and (max-width: 1359px) {
  .prices-name {
    font-size: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .prices-name {
    font-size: 20px;
  }
}

.product-name-1 {
  background-image: url(../img/cart/name-1.png);
  padding-left: 30px;
}

.product-name-2 {
  background-image: url(../img/cart/name-2.png);
  padding-left: 40px;
}

.product-name-3 {
  background-image: url(../img/cart/name-3.png);
  padding-left: 50px;
}

.prices-months {
  color: #ffab09;
  font-size: 130px;
  font-weight: 600;
  line-height: 1;
}

.prices-months-name {
  color: #000;
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
  margin: 0 0 20px;
}

.prices-benefits {
  background: url(../img/cart/check.png) repeat-y left top;
  background-size: 13px 28px;
  display: inline-block;
  line-height: 28px;
  margin-bottom: 15px;
  padding-left: 24px;
  text-align: left;
}
.prices-benefits b {
  color: #000;
  font-weight: 600;
}

.prices-plus {
  height: 24px;
  width: 24px;
  display: block;
  fill: #ffab09;
  margin: 10px auto;
}

.prices-bonus {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  text-align: center;
}
.prices-bonus svg {
  height: 38px;
  width: 38px;
  fill: #ffab09;
  margin-right: 16px;
}

.prices-price {
  color: #ffab09;
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
  margin: 40px 0 10px;
}

.prices-price-original {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  min-height: 27px;
  text-decoration: line-through;
}

.prices-per-day {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 25px;
}

.technical-image {
  display: block;
  margin: 0 auto;
  max-width: 803px;
}

.articles-menu {
  display: inline-block;
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
}

.articles-menu-current {
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  cursor: pointer;
  display: inline-flex;
  padding: 10px 20px;
}
.articles-menu-active .articles-menu-current {
  border-color: #ccc;
  border-radius: 3px 3px 0 0;
}
.articles-menu-current svg {
  height: 24px;
  width: 24px;
  fill: currentColor;
  margin-left: 20px;
}

.articles-menu-popup {
  background: #fff;
  border: 1px solid #ccc;
  display: none;
  left: 0;
  margin-top: -1px;
  min-width: 100%;
  position: absolute;
  top: 100%;
  white-space: nowrap;
}
.articles-menu-active .articles-menu-popup {
  display: block;
}
.articles-menu-popup a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
}
.articles-menu-popup a + a {
  border-top: 1px solid #ddd;
}
.articles-menu-popup a:hover, .articles-menu-popup a:focus {
  background: #eee;
  text-decoration: none;
}
.articles-menu-popup a.active {
  font-weight: bold;
}

.articles {
  display: grid;
  grid-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1023px) {
  .articles {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .articles {
    grid-template-columns: 1fr;
  }
}

.articles-item p a {
  color: #ffab09;
  float: right;
  text-decoration: underline;
}
.articles-item p a:hover, .articles-item p a:focus {
  color: #e09504;
  text-decoration: none;
}
.articles-item h4 a {
  text-decoration: none;
}
.articles-item h4 a:hover, .articles-item h4 a:focus {
  color: #000;
  text-decoration: none;
}

.articles-item-image {
  margin-bottom: 20px;
  padding-top: 66%;
  position: relative;
}
.articles-item-image img {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.order-image {
  display: block;
  margin: 50px auto 0;
  max-width: 808px;
  width: 100%;
}

.content-article {
  margin: 0 auto;
  max-width: 850px;
}

.article-detail-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  padding-bottom: 60%;
  width: 100%;
}

.article-tags {
  margin-top: -15px;
}

.article-detail-content {
  margin: auto;
}

.description {
  margin: auto;
  max-width: 1000px;
  text-align: center;
}

.companies-container {
  max-width: 1350px;
}

.companies-subtitle {
  color: #ffab09;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .companies-subtitle {
    font-size: 24px;
  }
  .companies-subtitle br {
    display: none;
  }
}

.companies-intro {
  background: url(../img/companies-logo.png) no-repeat left center;
  background-size: 25% auto;
  padding-left: 30%;
}
@media screen and (max-width: 1023px) {
  .companies-intro {
    background-size: 18% auto;
    padding-left: 20%;
  }
}
@media screen and (max-width: 767px) {
  .companies-intro {
    background: none;
    padding-left: 20px;
  }
}

.companies-percentage {
  align-items: center;
  color: #707070;
  display: grid;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  grid-gap: 50px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 50px 0;
  max-width: 790px;
}
@media screen and (max-width: 1023px) {
  .companies-percentage {
    grid-template-columns: 1fr 1fr;
  }
  .companies-percentage > div:first-child {
    grid-column: span 2;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .companies-percentage {
    grid-gap: 20px;
  }
}

.companies-percentage-number {
  align-items: center;
  border: 2px solid #ff6c00;
  border-radius: 200px;
  display: flex;
  color: #ff6c00;
  height: 100%;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
  justify-content: center;
}
.companies-percentage-number b {
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 1359px) {
  .companies-percentage-number b {
    font-size: 50px;
  }
}
.companies-percentage-number span {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .companies-percentage-number b {
    font-size: 40px;
  }
  .companies-percentage-number span {
    font-size: 16px;
  }
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

.flash {
  background-color: #d9edf7;
  border: 1px solid #bcdff1;
  border-radius: 4px;
  color: #3a87ad;
  margin: 20px 0;
  padding: 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.flash-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #468847;
}

.flash-danger,
.flash-error {
  background-color: #f2dede;
  border-color: #eed3d3;
  color: #b94a48;
}

.footer {
  background: #000;
  color: #a1a1a1;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  padding: 75px 0 32px;
}
.footer b {
  color: #e0e0e0;
  font-weight: 600;
}
@media screen and (max-width: 1599px) {
  .footer {
    padding: 60px 0 24px;
  }
}
@media screen and (max-width: 1023px) {
  .footer {
    padding: 40px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 20px 0;
    text-align: center;
  }
}

.footer-flex {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 1599px) {
  .footer-flex {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .footer-flex {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .footer-flex {
    flex-direction: column;
    margin-bottom: 20px;
  }
}

.footer-logo {
  height: 156px;
  width: 138px;
  align-self: center;
  background: url(../img/footer.png) no-repeat center;
  background-size: contain;
}

.footer-menu {
  margin-bottom: 20px;
}
.footer-menu a {
  color: #868686;
  display: block;
  padding-right: 16px;
  text-decoration: none;
  width: 242px;
}
.footer-menu a:hover, .footer-menu a:focus {
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  .footer-menu a {
    white-space: nowrap;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu a {
    padding-right: 0;
    width: 100%;
  }
}

.footer-contact a {
  color: #ffab09;
}
.footer-contact a:hover, .footer-contact a:focus {
  color: #e09504;
}

.footer-social {
  display: flex;
  justify-content: space-between;
  width: 136px;
}
.footer-social a {
  height: 64px;
  width: 64px;
  border: 1px solid #868686;
  border-radius: 32px;
  color: #fff;
  padding: 15px;
  text-decoration: none;
  vertical-align: top;
}
.footer-social a:hover, .footer-social a:focus {
  border-color: currentColor;
}
.footer-social svg {
  height: 32px;
  width: 32px;
  display: block;
  fill: currentColor;
}
@media screen and (max-width: 1023px) {
  .footer-social {
    flex-direction: column;
    justify-content: flex-start;
  }
  .footer-social a + a {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer-social {
    align-self: center;
    flex-direction: row;
    margin-bottom: 16px;
  }
  .footer-social a + a {
    margin: 0 0 0 16px;
  }
}

.footer-social-facebook:hover {
  color: #1778f2;
}

.footer-social-instagram:hover {
  color: #f00075;
}

.footer-copyright {
  color: #6c6c6c;
  font-weight: 500;
}

.footer-cards {
  height: 57px;
  width: 100%;
  background: url(../img/cards.png?v2) no-repeat center top;
  background-size: 100% auto;
  display: block;
  margin-top: 20px;
  max-width: 241px;
  padding-top: 30px;
}
.footer-cards img {
  width: 50px;
}
@media screen and (max-width: 767px) {
  .footer-cards {
    margin: 20px auto;
  }
}

.button {
  align-items: center;
  -webkit-appearance: none;
  background: linear-gradient(to right, #ffab09, #ffab09 45%, #ff6c00 100%);
  border: 0;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 18px;
  font-weight: bold;
  justify-content: center;
  line-height: 24px;
  min-width: 180px;
  padding: 16px 30px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.button:hover, .button:focus {
  background: linear-gradient(to right, #e09504, #e09504 45%, #cc5600 100%);
  color: #fff;
}
.button svg {
  height: 20px;
  width: 20px;
  fill: currentColor;
}
.button svg:first-child {
  margin-right: 16px;
}
.button svg:last-child {
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .button {
    font-size: 16px;
    padding: 10px 20px;
    text-align: center;
  }
}

.button-link {
  background: transparent;
  color: #ffab09;
  padding-left: 5px;
  padding-right: 5px;
}
.button-link:hover, .button-link:focus {
  background: transparent;
  color: #e09504;
}

.button-outlined {
  background: transparent;
  border: 1px solid #ffab09;
  color: #ffab09;
  line-height: 22px;
}
.button-outlined:hover, .button-outlined:focus {
  background: transparent;
  border-color: #e09504;
  color: #e09504;
}

.button-medium {
  font-size: 18px;
  font-weight: bold;
  padding: 18px 35px;
}
.button-medium svg {
  height: 20px;
  width: 20px;
}

.button-large {
  font-size: 20px;
  padding: 22px 60px;
}
.button-large svg {
  height: 24px;
  width: 24px;
}

.button-small {
  min-width: 0;
  padding: 7px 30px;
}
.button-small svg {
  height: 16px;
  width: 16px;
}
@media screen and (max-width: 1023px) {
  .button-small {
    font-size: 14px;
    padding: 5px 15px;
  }
}

.button-full {
  display: block;
  width: 100%;
}

.button-disabled {
  opacity: 0.6;
}

.button-undertext {
  display: block;
  margin-top: 8px;
}

input {
  outline: none;
}

input::-ms-clear {
  display: none;
}

.form-input,
.form-textarea,
.form-select {
  height: 54px;
  width: 100%;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #999;
  border-radius: 27px !important;
  color: #bea798;
  display: inline-block;
  font-family: sans-serif;
  line-height: 22px;
  max-width: 100%;
  padding: 16px 30px 14px;
  vertical-align: middle;
}
.form-input:hover, .form-input:focus,
.form-textarea:hover,
.form-textarea:focus,
.form-select:hover,
.form-select:focus {
  border-color: #666;
}
.form-input::placeholder,
.form-textarea::placeholder,
.form-select::placeholder {
  color: #bea798;
}
.form-input[disabled],
.form-textarea[disabled],
.form-select[disabled] {
  background: #f5f5f5;
  border-color: #999;
}
.show-errors .form-input.ng-invalid,
.show-errors .form-textarea.ng-invalid,
.show-errors .form-select.ng-invalid {
  border-color: #b94a48;
  box-shadow: inset 0 0 10px rgba(185, 74, 72, 0.3);
}

.form-textarea {
  height: 246px;
}

.auth-form {
  display: block;
  margin: auto;
  max-width: 100%;
  width: 420px;
}

form table th {
  padding: 0 20px 20px 0;
}
form table td {
  padding: 0 0 20px 0;
}

.discount-form {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  max-width: 100%;
  width: 560px;
}
.discount-form span {
  width: 100%;
}
.discount-form .form-input {
  flex-shrink: 0;
  max-width: 100%;
  width: 420px;
}
.discount-form .button {
  flex-grow: 1;
  min-width: 100px;
  width: auto;
}

.show-on-checkbox {
  display: none;
}
input[type=checkbox]:checked + label + .show-on-checkbox {
  display: block;
}

input[type=radio],
input[type=checkbox] {
  height: 1px;
  width: 0;
  float: left;
  opacity: 0;
}

input[type=radio] + label,
input[type=checkbox] + label {
  cursor: pointer;
  display: inline-block;
  line-height: 24px;
  margin-bottom: 16px;
}
input[type=radio] + label:before,
input[type=checkbox] + label:before {
  height: 20px;
  width: 20px;
  background: #fff;
  border: 2px solid #ababab;
  border-radius: 12px;
  content: "";
  display: inline-block;
  margin-right: 16px;
  vertical-align: top;
}
input[type=radio] + label span,
input[type=checkbox] + label span {
  display: inline-block;
  min-width: 190px;
  padding-right: 10px;
}

input[type=checkbox] + label:before {
  border-radius: 2px;
}

input[type=checkbox] + label:hover:before,
input[type=radio] + label:hover:before {
  border-color: #ffab09;
}

input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before {
  background: #ffab09;
  border-color: #ffab09;
}

.order-flex {
  display: grid;
  column-gap: 20px;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  row-gap: 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .order-flex {
    grid-template-columns: 1fr;
  }
}

.container-order label {
  margin-bottom: 16px;
}
.container-order label span {
  display: block;
  font-size: 14px;
  padding: 0 0 6px 30px;
}
.container-order label[for=conditions] {
  margin-bottom: 28px;
}

.order-payments {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .order-payments {
    flex-direction: column;
  }
}

.order-payment {
  align-items: center;
  display: flex !important;
  justify-content: space-between;
  text-align: left;
}
.order-payment span {
  font-weight: 600;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}
.order-payment b {
  color: #ffab09;
  font-weight: 600;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 15px;
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #706f6f;
}
.homepage .hamburger.is-active .hamburger-inner,
.homepage .hamburger.is-active .hamburger-inner::before,
.homepage .hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .hamburger {
    display: inline-block;
  }
}

.hamburger-box {
  width: 16px;
  height: 12px;
  display: inline-block;
  position: relative;
  transform: scale(1.5);
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 16px;
  height: 2px;
  background-color: #706f6f;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.homepage .hamburger-inner, .homepage .hamburger-inner::before, .homepage .hamburger-inner::after {
  background-color: #fff;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -5px;
}
.hamburger-inner::after {
  bottom: -5px;
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 5px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 10px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 5px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 5px, 0) rotate(-45deg);
}

.header {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  transition: opacity 0.3s ease, visibility 0s linear;
  width: 100%;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .header {
    position: relative;
  }
}
.header .container {
  align-items: center;
  display: flex;
  height: 80px;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header .container {
    height: 50px;
    padding: 0;
  }
}

.header-hidden {
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  visibility: hidden;
}

.logo {
  background: url(../img/logo.png?v5) no-repeat left center;
  background-size: contain;
  height: 100%;
  width: 184px;
}
.homepage .logo {
  background-image: url(../img/logo-white.png?v5);
}
@media screen and (max-width: 1023px) {
  .logo {
    height: 34px;
    width: 34px;
    background-image: url(../img/logo-icon.png?v2) !important;
    margin-left: 10px;
  }
}

.menu {
  align-items: center;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  height: 100%;
  text-align: center;
  z-index: 10;
}
.menu a {
  color: #000;
  line-height: 18px;
  padding: 13px 20px;
  text-decoration: none;
}
.menu a:hover, .menu a:focus {
  color: #ffab09;
  text-decoration: none;
}
.menu a.active {
  color: #acacac;
  text-decoration: none;
}
@media screen and (max-width: 1599px) {
  .menu {
    font-size: 16px;
  }
  .menu a {
    padding: 13px 10px;
  }
}
@media screen and (max-width: 1023px) {
  .menu {
    align-items: stretch;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    height: auto;
    left: 0;
    padding-bottom: 10px;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .menu-opened .menu {
    display: flex;
  }
  .menu a {
    padding: 10px;
  }
}

.homepage .header-on-top {
  background: transparent;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .homepage .header-on-top {
    position: absolute;
  }
  .homepage .header-on-top .button-outlined {
    border-color: #fff;
    color: #fff;
  }
}
.homepage .header-on-top .menu a {
  color: #fff;
}
.homepage .header-on-top .menu a:hover, .homepage .header-on-top .menu a:focus {
  color: #ffab09;
}
.homepage .header-on-top .menu a.active {
  color: #fff;
  opacity: 0.53;
}
@media screen and (max-width: 767px) {
  .homepage .header-on-top .menu a {
    color: #000;
  }
  .homepage .header-on-top .menu a.active {
    color: #acacac;
    opacity: 1;
  }
}

.menu-button {
  height: 50px;
  width: 50px;
  align-items: center;
  display: none;
  justify-content: center;
}
.menu-button svg {
  height: 20px;
  width: 20px;
  fill: #000;
}
@media screen and (max-width: 1023px) {
  .menu-button {
    display: flex;
    width: 60px;
  }
  .homepage .menu-button svg {
    fill: #fff;
  }
}

.menu-user {
  margin-left: 12px;
}
.menu-user .button {
  font-weight: 600;
}
@media screen and (max-width: 1599px) {
  .menu-user .button {
    font-size: 14px;
  }
}
@media screen and (max-width: 1359px) {
  .menu-user .button {
    padding: 7px 16px;
  }
}
@media screen and (max-width: 767px) {
  .menu-user .button {
    font-size: 13px;
  }
}

.menu-user-button {
  color: #ffab09;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  min-width: 40px;
  position: relative;
  text-decoration: none;
}
.menu-user-button span {
  bottom: 100%;
  color: #acacac;
  font-size: 12px;
  left: 0;
  position: absolute;
}
.homepage .menu-user-button span {
  color: #fff;
}
.menu-user-button:hover, .menu-user-button:focus {
  color: #e09504;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .menu-user-button {
    font-size: 14px;
    line-height: 16px;
  }
  .menu-user-button span {
    display: none;
  }
}

.submenu {
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  font-size: 15px;
  padding-top: 6px;
}
.submenu .tabs {
  margin-bottom: -1px;
}
.submenu a {
  border-bottom-color: transparent;
}
.submenu a:hover, .submenu a:focus, .submenu a.active {
  border-bottom-color: #000;
}

.langs {
  color: #acacac;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  padding: 10px 0 10px 20px;
  position: relative;
}
.langs span {
  display: block;
}
.langs svg {
  height: 16px;
  width: 16px;
  display: block;
  fill: currentColor;
  margin: -3px auto;
}
.langs a {
  background: #fff;
  display: none;
  min-width: 44px;
  padding: 10px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: 100%;
}
.langs a:nth-child(3) {
  margin-top: 36px;
}
.langs a:nth-child(4) {
  margin-top: 72px;
}
.langs a:nth-child(5) {
  margin-top: 108px;
}
.langs:hover a, .langs:focus a {
  display: block;
}
.homepage .langs {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .langs {
    display: flex !important;
    justify-content: center;
    padding: 10px;
  }
  .langs a {
    display: block;
    margin-top: 0 !important;
    position: relative;
    right: 0;
  }
}

.flags-holder {
  height: 50px;
  position: relative;
  width: 74px;
}

.flags {
  cursor: pointer;
  float: right;
  left: 0;
  max-height: 50px;
  overflow: hidden;
  padding: 7px 19px 0;
  position: absolute;
  top: 0;
  transition: max-height 1s linear;
  width: 74px;
  z-index: 10;
}
.flags a {
  height: 36px;
  width: 36px;
  background: url(../img/lang-2x.png) no-repeat 0 0;
  background-size: 74px 188px;
  border: 1px solid #ebecef;
  border-radius: 18px;
  display: block;
  margin-bottom: 9px;
  position: relative;
  transition: transform 0.3s ease, top 0.3s ease;
}
.flags a:nth-child(1) {
  z-index: 6;
  transform: translateY(0);
}
.flags a:nth-child(2) {
  z-index: 5;
  transform: rotate(180deg);
  top: -45px;
}
.flags a:nth-child(3) {
  z-index: 4;
  transform: rotate(180deg);
  top: -90px;
}
.flags a:nth-child(4) {
  z-index: 3;
  transform: rotate(180deg);
  top: -135px;
}
.flags a:nth-child(5) {
  z-index: 2;
  transform: rotate(180deg);
  top: -180px;
}
.flags a:nth-child(6) {
  z-index: 1;
  transform: rotate(180deg);
  top: -225px;
}
.flags:hover, .flags:focus {
  max-height: 330px;
  transition: max-height 0s linear;
}
.flags:hover a, .flags:focus a {
  top: 0;
  transform: rotate(0deg) !important;
}
.flags:after {
  height: 6px;
  width: 10px;
  background: url(../img/submenu.png) no-repeat 0 0;
  background-size: 10px 6px;
  content: "";
  position: absolute;
  right: 0;
  top: 41px;
}
@media screen and (max-width: 1023px) {
  .flags {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .flags {
    margin-top: 0;
    max-height: 50px;
    padding-top: 7px;
  }
  .flags:after {
    top: 21px;
  }
}

a.flag-cz {
  background-position: -38px 0;
}
a.flag-cz:hover, a.flag-cz:focus, a.flag-cz.active {
  background-position: 0 0;
}

a.flag-de {
  background-position: -38px -38px;
}
a.flag-de:hover, a.flag-de:focus, a.flag-de.active {
  background-position: 0 -38px;
}

a.flag-en {
  background-position: -38px -76px;
}
a.flag-en:hover, a.flag-en:focus, a.flag-en.active {
  background-position: 0 -76px;
}

a.flag-hu {
  background-position: -38px -114px;
}
a.flag-hu:hover, a.flag-hu:focus, a.flag-hu.active {
  background-position: 0 -114px;
}

a.flag-sk {
  background-position: -38px -152px;
}
a.flag-sk:hover, a.flag-sk:focus, a.flag-sk.active {
  background-position: 0 -152px;
}

.homepage-container {
  background: url(../img/homepage/container.png) repeat-x center top;
  padding-top: 100px;
}
@media screen and (max-width: 1023px) {
  .homepage-container {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .homepage-container {
    padding-top: 50px;
  }
}

.homepage-hero {
  align-items: center;
  display: flex;
  height: 1080px;
  max-height: 100vh;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.homepage-hero .container {
  align-items: center;
  display: flex;
  justify-content: space-around;
  position: relative;
}
.homepage-hero h1 {
  color: #fff;
  font-size: 66px;
  font-weight: bold;
  line-height: 1.21;
  text-shadow: 0 0 80px #000, 0 0 50px #000;
}
.homepage-hero h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.28;
  margin-bottom: 30px;
  text-shadow: 0 0 30px #000, 0 0 20px #000;
}
.homepage-hero .button {
  line-height: 32px;
}
.homepage-hero video {
  height: 100%;
  width: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (min-width: 1920px) {
  .homepage-hero video {
    object-fit: contain;
  }
}
@media screen and (max-width: 1599px) {
  .homepage-hero {
    background-size: cover;
    height: 800px;
  }
  .homepage-hero .container {
    justify-content: space-between;
  }
  .homepage-hero h1 {
    font-size: 56px;
  }
  .homepage-hero h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .homepage-hero {
    padding: 80px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  .homepage-hero {
    height: auto;
    padding: 80px 20px 20px;
    text-align: center;
  }
  .homepage-hero .container {
    justify-content: center;
  }
  .homepage-hero h1 {
    font-size: 32px;
  }
  .homepage-hero h3 {
    font-size: 18px;
    font-weight: 500;
  }
  .homepage-hero .button {
    float: left;
  }
  .homepage-hero:before {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    content: "";
    left: 0;
    position: absolute;
    top: 0;
  }
}

.homepage-hero-content {
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .homepage-hero-content {
    padding-bottom: 0;
  }
}

.homepage-scroller {
  height: 90px;
  width: 40px;
  background: url(../img/homepage/scroll-icon.png?v2) no-repeat center;
  background-size: contain;
  bottom: 10px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .homepage-scroller {
    display: none;
  }
}

.homepage-approved {
  height: 120px;
  width: 120px;
  background: url(../img/homepage/approved.png?v2) no-repeat center;
  background-size: contain;
  left: 0;
  position: absolute;
  top: 100%;
}
@media screen and (max-width: 1359px) {
  .homepage-approved {
    margin-top: -20px;
  }
}
@media screen and (max-width: 767px) {
  .homepage-approved {
    height: 60px;
    width: 60px;
    bottom: 0;
    left: 260px;
    margin-top: 0;
    top: auto;
  }
}

.homepage-points-container {
  padding: 100px 0;
  text-align: center;
}

.homepage-points {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 22px;
  font-weight: bold;
  justify-content: space-between;
  list-style-type: none;
  margin: 0 auto;
  max-width: 850px;
  padding: 60px 0;
  width: 100%;
}
.homepage-points li {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  width: 26%;
}
.homepage-points span {
  height: 200px;
  width: 200px;
  align-items: center;
  background-size: cover;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .homepage-points li {
    width: 50%;
  }
}
@media screen and (max-width: 470px) {
  .homepage-points li {
    width: 100%;
  }
}

.homepage-point-1 span {
  background-image: url(../img/homepage/point-1.jpg);
}

.homepage-point-2 span {
  background-image: url(../img/homepage/point-2.jpg);
}

.homepage-point-3 span {
  background-image: url(../img/homepage/point-3.jpg);
}

.homepage-point-4 span {
  background-image: url(../img/homepage/point-4.jpg);
}

.homepage-point-5 span {
  background-image: url(../img/homepage/point-5.jpg);
}

.homepage-point-6 span {
  background-image: url(../img/homepage/point-6.jpg);
}

.homepage-points-icon {
  height: 72px;
  width: 72px;
  background: #e6d8cf;
  border-radius: 36px;
  flex-shrink: 0;
  margin-right: 22px;
}

.homepage-zigzag-holder {
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 100px;
}
@media screen and (max-width: 1023px) {
  .homepage-zigzag-holder {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .homepage-zigzag-holder {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 50px;
  }
}

.homepage-zigzag {
  align-items: center;
  color: #000;
  display: flex;
  margin: 70px 0 90px;
}
.homepage-zigzag h5 {
  color: #bea798;
  font-size: 14px;
  line-height: 1.3;
  margin: -10px 0 30px 0;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .homepage-zigzag {
    margin: 30px 0;
  }
}

.homepage-zigzag-space {
  height: 150px;
}
@media screen and (max-width: 1023px) {
  .homepage-zigzag-space {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .homepage-zigzag-space {
    height: 70px;
  }
}

.homepage-zigzag-1 {
  color: #000;
  flex-direction: row-reverse;
  font-size: 20px;
}
.homepage-zigzag-1 .homepage-zigzag-info {
  padding: 0 40px 0 120px;
  width: 50%;
}
.homepage-zigzag-1 .homepage-zigzag-info p {
  padding-left: 52px;
}
@media screen and (max-width: 1599px) {
  .homepage-zigzag-1 .homepage-zigzag-info {
    padding-left: 0;
  }
  .homepage-zigzag-1 .homepage-zigzag-info p {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .homepage-zigzag-1 .homepage-zigzag-info {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .homepage-zigzag-1 .homepage-zigzag-info {
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .homepage-zigzag-1 {
    flex-direction: column;
    font-size: 16px;
  }
}

.homepage-zigzag-2 {
  flex-direction: row;
}
.homepage-zigzag-2 .homepage-zigzag-info {
  padding: 0 140px 0 160px;
  width: 50%;
}
@media screen and (max-width: 1599px) {
  .homepage-zigzag-2 .homepage-zigzag-info {
    padding: 0 0 0 60px;
  }
}
@media screen and (max-width: 1023px) {
  .homepage-zigzag-2 .homepage-zigzag-info {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .homepage-zigzag-2 .homepage-zigzag-info {
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .homepage-zigzag-2 {
    flex-direction: column;
  }
}

.homepage-zigzag-video {
  width: 50%;
}
.homepage-zigzag-video img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .homepage-zigzag-video {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .homepage-zigzag-video {
    margin: 0 0 16px;
    width: auto;
  }
}

.homepage-plans-holder {
  margin: 0 0 100px;
}
@media screen and (max-width: 1023px) {
  .homepage-plans-holder {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .homepage-plans-holder {
    margin-bottom: 50px;
  }
}

.homepage-plans {
  display: flex;
  justify-content: space-between;
}
.homepage-plans li {
  min-height: 48px;
}
@media screen and (max-width: 1599px) {
  .homepage-plans li {
    min-height: 72px;
  }
}
@media screen and (max-width: 1023px) {
  .homepage-plans li {
    min-height: 0;
  }
}
.homepage-plans > div {
  padding: 50px 0 0;
  width: 32%;
}
@media screen and (max-width: 1599px) {
  .homepage-plans h3 {
    min-height: 72px;
  }
}
@media screen and (max-width: 1023px) {
  .homepage-plans {
    flex-wrap: wrap;
  }
  .homepage-plans h3 {
    min-height: 0;
  }
  .homepage-plans > div {
    width: 100%;
  }
}

.homepage-plans-image {
  margin: auto;
  max-width: 400px;
}
.homepage-plans-image img {
  display: block;
  padding: 0 10px;
}

.homepage-videos {
  padding: 110px 0 180px;
}
@media screen and (max-width: 1023px) {
  .homepage-videos {
    padding: 80px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  .homepage-videos {
    padding: 40px 0 50px;
  }
}

.homepage-videos-holder {
  width: 100%;
}

.homepage-videos-scroller {
  display: flex;
  margin: 80px 0 36px;
  transition: transform 0.3s ease;
  width: 5000px;
}
@media screen and (max-width: 1023px) {
  .homepage-videos-scroller {
    margin: 40px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .homepage-videos-scroller {
    margin: 20px 0;
  }
}

.homepage-video {
  height: 250px;
  width: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: inline-block;
  margin-right: 16px;
  position: relative;
  text-decoration: none;
}
.homepage-video:hover, .homepage-video:focus {
  color: #fff;
  text-decoration: none;
}
.homepage-video h3 {
  bottom: 20px;
  color: #fff;
  font-weight: 400;
  left: 20px;
  margin: 0;
  position: absolute;
}
.homepage-video h3 span {
  color: #ffab09;
}
.homepage-video:hover .homepage-video-play,
.homepage-video:hover .homepage-video-lock, .homepage-video:focus .homepage-video-play,
.homepage-video:focus .homepage-video-lock {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .homepage-video {
    width: 300px;
  }
}

.homepage-video-play {
  height: 76px;
  width: 76px;
  align-items: center;
  background: #ffab09;
  border-radius: 38px;
  display: flex;
  justify-content: center;
  left: 50%;
  margin-top: -5px;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.homepage-video-play svg {
  height: 32px;
  width: 32px;
  fill: #fff;
}
@media screen and (max-width: 767px) {
  .homepage-video-play {
    margin-top: -40px;
  }
}

.homepage-video-lock {
  height: 30px;
  width: 30px;
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 15px;
  color: #444;
  display: flex;
  justify-content: center;
  opacity: 0.6;
  position: absolute;
  right: 20px;
  top: 20px;
}
.homepage-video-lock svg {
  height: 24px;
  width: 24px;
  fill: currentColor;
}

.homepage-video-locked .homepage-video-play {
  background: rgba(255, 255, 255, 0.4);
  opacity: 0.6 !important;
}
.homepage-video-locked:before {
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  content: "";
  left: 0;
  position: absolute;
  top: 0;
}

.homepage-video-arrows {
  display: flex;
}
.homepage-video-arrows a {
  height: 64px;
  width: 64px;
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 32px;
  color: #ffab09;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.homepage-video-arrows a + a {
  margin-left: 10px;
}
.homepage-video-arrows a:not(.inactive):hover, .homepage-video-arrows a:not(.inactive):focus {
  background: #ffab09;
  color: #fff;
}
.homepage-video-arrows svg {
  height: 18px;
  width: 18px;
  fill: currentColor;
}
.homepage-video-arrows .inactive {
  opacity: 0.6;
}

.homepage-tabs {
  padding: 30px 0 0;
}

.homepage-tabs-flex {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  .homepage-tabs-flex {
    flex-direction: column-reverse;
  }
}

.homepage-tabs-image {
  flex-shrink: 0;
  flex-grow: 0;
}

.homepage-tabs-content {
  flex-shrink: 10;
  line-height: 30px;
  margin-right: 170px;
  width: 880px;
}
@media screen and (max-width: 1599px) {
  .homepage-tabs-content {
    margin-right: 40px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .homepage-tabs-content {
    margin: 20px 0 0;
  }
}

.homepage-prices-holder {
  padding-top: 160px;
}
@media screen and (max-width: 1599px) {
  .homepage-prices-holder {
    padding-top: 120px;
  }
}
@media screen and (max-width: 1023px) {
  .homepage-prices-holder {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .homepage-prices-holder {
    padding-top: 40px;
  }
}

.homepage-prices {
  background: #000;
  color: #868686;
  display: flex;
  font-weight: 600;
  justify-content: space-around;
  margin-top: 80px;
  padding: 40px 100px;
  text-align: center;
}
.homepage-prices > div {
  flex-grow: 1;
  padding: 0 16px;
  width: 240px;
}
.homepage-prices h3 {
  color: #fff;
}
.homepage-prices .button {
  border-color: #404040;
  color: #e4e4e4;
}
.homepage-prices .button:hover, .homepage-prices .button:focus {
  border-color: #fff;
  color: #fff;
}
@media screen and (max-width: 1599px) {
  .homepage-prices {
    margin-top: 60px;
    padding: 80px 0;
  }
}
@media screen and (max-width: 1023px) {
  .homepage-prices {
    margin-top: 40px;
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .homepage-prices {
    flex-direction: column;
    margin: 20px -10px 0;
    padding: 30px 0;
  }
  .homepage-prices > div {
    width: 100%;
  }
  .homepage-prices > div + div {
    margin-top: 60px;
  }
}

.homepage-prices-dots {
  justify-content: center;
  display: flex;
  margin-bottom: 40px;
}
.homepage-prices-dots span {
  height: 30px;
  width: 30px;
  background: #fff;
  border-radius: 315px;
}
.homepage-prices-dots span + span {
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .homepage-prices-dots {
    margin-bottom: 20px;
  }
}

.homepage-prices-price {
  color: #ffab09;
  font-size: 30px;
  font-weight: 600;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .homepage-prices-price {
    margin: 20px 0;
  }
}

.reviews {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
}
.reviews > div {
  padding-left: 120px;
  position: relative;
}
.reviews h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 15px;
}
.reviews h4 span {
  display: block;
  font-size: 16px;
  font-weight: normal;
}
.reviews p {
  margin: 0;
}
@media screen and (max-width: 1359px) {
  .reviews {
    grid-gap: 30px;
  }
  .reviews > div {
    padding-left: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .reviews {
    grid-gap: 50px;
    grid-template-columns: 1fr;
  }
  .reviews > div {
    padding-left: 120px;
  }
}
@media screen and (max-width: 767px) {
  .reviews > div {
    padding-left: 90px;
  }
}

.reviews-image {
  height: 100px;
  width: 100px;
  border-radius: 50px;
  left: 0;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1359px) {
  .reviews-image {
    height: 80px;
    width: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .reviews-image {
    height: 100px;
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .reviews-image {
    height: 70px;
    width: 70px;
  }
}

.reviews-stars {
  height: 15px;
  width: 100px;
  display: block;
  margin: 0 0 15px;
}

.sidemenu {
  font-weight: 500;
  line-height: 32px;
  list-style-type: none;
}
.sidemenu a {
  color: #706f6f;
  text-decoration: none;
}
.sidemenu a:hover, .sidemenu a:focus {
  color: #000;
  text-decoration: none;
}
.sidemenu a.active {
  color: #acacac;
  font-weight: 500;
}
.sidemenu .sidemenu-primary {
  color: #ffab09;
  font-weight: 600;
}
.sidemenu .sidemenu-primary:hover, .sidemenu .sidemenu-primary:focus {
  color: #e09504;
}

.notifications {
  border: 1px solid #cecece;
  border-radius: 5px;
  margin: 0 auto;
  max-width: 414px;
  padding: 20px;
}
.notifications table {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 60px;
  text-align: center;
  width: 100%;
}
.notifications table a {
  color: #f00;
  text-decoration: none;
}
.notifications table a:hover, .notifications table a:focus {
  color: #cc0000;
  text-decoration: underline;
}
.notifications td {
  border-bottom: 1px solid #cecece;
  line-height: 23px;
  padding: 15px 0;
}
.notifications td:first-child {
  text-align: left;
}
.notifications td:last-child {
  text-align: right;
}
.notifications form {
  padding: 10px;
}
.notifications .flash:first-child {
  margin-top: 0;
}
.notifications .flash:last-child {
  margin-bottom: 0;
}

.my-orders {
  border: 1px solid #cecece;
  border-radius: 5px;
  margin: 0 auto;
  max-width: 964px;
  padding: 20px 20px 5px;
}
.my-orders table {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  text-align: center;
  width: 100%;
}
.my-orders table a {
  color: #ffab09;
  text-decoration: none;
}
.my-orders table a:hover, .my-orders table a:focus {
  color: #e09504;
  text-decoration: underline;
}
.my-orders th {
  color: #868686;
  font-size: 14px;
  font-weight: 500;
  padding: 0 0 15px 0;
  text-align: left;
}
.my-orders td {
  border-top: 1px solid #cecece;
  line-height: 23px;
  padding: 15px 0;
  text-align: left;
}

.subscribe {
  background: rgba(232, 217, 207, 0.19);
  padding: 80px 0;
  text-align: center;
}

.subscribe-flex {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 800px;
  width: 100%;
}
.subscribe-flex img {
  height: 267px;
}
@media screen and (max-width: 767px) {
  .subscribe-flex {
    justify-content: center;
  }
}

.subscribe-icon {
  height: 240px;
  width: 240px;
  background: url(../img/subscribe.jpg) no-repeat center;
  background-size: cover;
  border-radius: 120px;
  flex-shrink: 0;
  margin-right: 50px;
}

.subscribe-content {
  color: #000;
  display: block;
  height: auto;
  max-width: 100%;
  text-align: left;
}
.subscribe-content p {
  color: #6c6c6c;
}

.subscribe-form {
  display: flex;
  flex-direction: column;
  margin: 20px auto 0;
}
.subscribe-form label {
  display: block;
  margin-bottom: 0 !important;
  padding: 20px 0;
}
.subscribe-form label:before {
  vertical-align: top !important;
}
.subscribe-form input[type=email] {
  height: 54px !important;
  width: 100% !important;
  -webkit-appearance: none;
  background: transparent !important;
  border: 1px solid #b47759 !important;
  border-radius: 27px !important;
  color: #b47759 !important;
  display: inline-block !important;
  font-family: sans-serif !important;
  line-height: 22px !important;
  margin-bottom: 20px !important;
  max-width: 100% !important;
  padding: 16px 30px 14px !important;
  vertical-align: middle !important;
}
.subscribe-form input[type=email]:hover, .subscribe-form input[type=email]:focus {
  border-color: #666 !important;
}
.subscribe-form input[type=email]::placeholder {
  color: #c8bda7 !important;
}
.subscribe-form button {
  align-items: center !important;
  -webkit-appearance: none !important;
  background: linear-gradient(to right, #ffab09, #ffab09 45%, #ff6c00 100%) !important;
  border: 0 !important;
  border-radius: 100px !important;
  color: #fff !important;
  cursor: pointer !important;
  display: inline-flex !important;
  font-family: inherit !important;
  font-size: 18px !important;
  font-weight: bold !important;
  justify-content: center !important;
  line-height: 24px !important;
  min-width: 180px !important;
  padding: 16px 30px !important;
  text-decoration: none !important;
  vertical-align: middle !important;
}
.subscribe-form button:hover, .subscribe-form button:focus {
  background: linear-gradient(to right, #e09504, #e09504 45%, #cc5600 100%) !important;
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .subscribe-form button {
    font-size: 16px !important;
    padding: 10px 20px !important;
    text-align: center !important;
  }
}
@media screen and (max-width: 1023px) {
  .subscribe-form {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .subscribe-form {
    flex-direction: column;
    width: 100%;
  }
  .subscribe-form .button {
    margin: 20px 0 0;
    width: 100%;
  }
}

.table-scroller {
  max-width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.table-list {
  border-collapse: separate;
  margin: 0 0 50px;
}
.table-list th {
  color: #7f8ea1;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  text-transform: uppercase;
  vertical-align: middle;
}
.table-list th:first-child {
  padding-left: 35px;
}
.table-list th:last-child {
  padding-right: 35px;
}
.table-list th:last-child span {
  padding-right: 0;
}
.table-list span {
  display: block;
  line-height: 26px;
  padding-bottom: 7px;
  padding-right: 60px;
  padding-top: 7px;
  max-width: 100%;
}
.table-list tbody span {
  border-top: 1px solid #dedede;
}
.table-list tbody td {
  padding: 0;
  vertical-align: top;
}
.table-list tbody td:first-child {
  border-left: 2px solid #dedede;
  padding-left: 35px;
}
.table-list tbody td:last-child {
  border-right: 2px solid #dedede;
  padding-right: 35px;
}
.table-list tbody td:last-child span {
  padding-right: 0;
}
.table-list tbody tr:first-child td {
  border-top: 2px solid #dedede;
  padding-top: 8px;
}
.table-list tbody tr:first-child td:first-child {
  border-top-left-radius: 8px;
}
.table-list tbody tr:first-child td:last-child {
  border-top-right-radius: 8px;
}
.table-list tbody tr:first-child span {
  border-top: 0;
}
.table-list tbody tr:last-child td {
  border-bottom: 2px solid #dedede;
  padding-bottom: 8px;
}
.table-list tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.table-list tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.table-list a {
  color: #706f6f;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}
.table-list a:hover, .table-list a:focus {
  color: #706f6f;
  text-decoration: none;
}
.table-list strong {
  color: #ffab09;
}
@media screen and (max-width: 767px) {
  .table-list th {
    font-size: 13px;
  }
  .table-list th:first-child {
    padding-left: 0;
  }
  .table-list th:last-child {
    padding-right: 0;
  }
  .table-list span {
    line-height: 20px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-top: 10px;
  }
  .table-list tbody td:first-child {
    border-left: 0;
    padding-left: 0;
  }
  .table-list tbody td:last-child {
    border-right: 0;
    padding-right: 0;
  }
  .table-list tbody tr:first-child td {
    padding-top: 0;
  }
  .table-list tbody tr:first-child td:first-child {
    border-top-left-radius: 0;
  }
  .table-list tbody tr:first-child td:last-child {
    border-top-right-radius: 0;
  }
  .table-list tbody tr:last-child td {
    padding-bottom: 0;
  }
  .table-list tbody tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
  }
  .table-list tbody tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
  }
}

.table-list-last-right th:last-child,
.table-list-last-right td:last-child {
  text-align: right;
}

.table-list-3rd-center th:nth-child(3),
.table-list-3rd-center td:nth-child(3) {
  text-align: center;
}

.table-center {
  margin: 0 auto;
}

.video-hero {
  margin: auto;
  max-width: 800px;
  padding: 20px 0 80px;
}
.video-hero p {
  margin: 0;
  padding: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .video-hero {
    padding-bottom: 0;
  }
}

.videos-tabs {
  border-bottom: 1px solid #cecece;
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  text-align: center;
}
.videos-tabs a {
  align-items: center;
  border-bottom: 1px solid transparent;
  bottom: -1px;
  color: #acacac;
  display: flex;
  flex-grow: 1;
  height: 80px;
  justify-content: center;
  max-width: 532px;
  position: relative;
  text-decoration: none;
  width: 50%;
}
.videos-tabs a:hover, .videos-tabs a:focus, .videos-tabs a.active {
  color: #000;
}
.videos-tabs a.active {
  border-bottom-color: #000;
}
.videos-tabs h2 {
  color: inherit;
  margin: 0;
}

.videos {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, 377px);
  margin-bottom: 20px;
}
.videos .heading-alternate {
  text-align: left;
}
@media screen and (max-width: 1599px) {
  .videos {
    grid-template-columns: repeat(auto-fit, 317px);
  }
}
@media screen and (max-width: 1023px) {
  .videos {
    grid-template-columns: repeat(auto-fit, 364px);
  }
}
@media screen and (max-width: 767px) {
  .videos {
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin: 0 -10px;
  }
}

.videos-center {
  justify-content: center;
}

.videos-checkbox {
  position: absolute;
  visibility: hidden;
}
.videos-checkbox:not(:checked) + .videos-title svg {
  transform: rotate(0);
}
.videos-checkbox:not(:checked) + .videos-title + .videos {
  display: none;
}

.videos-title {
  display: block !important;
  grid-column: 1/-1;
  margin-bottom: 0 !important;
  text-align: left;
}
.videos-title:before {
  display: none !important;
}
.videos-title svg {
  height: 16px;
  width: 16px;
  fill: #706f6f;
  margin-left: 10px;
  transform: rotate(90deg);
  transform-origin: center;
}

.videos-item {
  position: relative;
}
.videos-item b {
  bottom: 0;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 500;
  left: 0;
  padding: 12px 20px;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .videos-item b {
    line-height: 14px;
    padding: 6px;
    text-align: center;
    width: 100%;
  }
}
.videos-item img {
  border-radius: 4px;
}
.videos-item video {
  height: 100%;
  width: 100%;
}

.videos-item-image {
  display: block;
  position: relative;
}
.videos-item-image:hover .videos-item-icon-play,
.videos-item-image:hover .videos-item-icon-play-light, .videos-item-image:focus .videos-item-icon-play,
.videos-item-image:focus .videos-item-icon-play-light {
  transform: translate3d(-50%, -50%, 0) scale(1.1);
}
.videos-item-image:after {
  height: 100px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  border-radius: 0 0 4px 4px;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
}

.videos-item-image-locked img {
  filter: blur(2px);
  opacity: 0.7;
}

.videos-item-icon {
  height: 100px;
  width: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  max-width: 25%;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  transition: transform 0.2s ease;
  top: 50%;
}
.videos-item .videos-item-icon {
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .videos-item .videos-item-icon {
    margin-top: -10px;
  }
}

.videos-item-icon-lock {
  background-image: url(../img/icon/lock.png);
}

.videos-item-icon-play {
  background-image: url(../img/icon/play.png);
}

.videos-item-icon-play-light {
  background-image: url(../img/icon/play-light.png);
}

.videos-item-icon-more {
  background-image: url(../img/icon/more.png);
}

.videos-items-more-checkbox {
  height: 1px;
  width: 1px;
  position: absolute;
  opacity: 0;
}
@media screen and (min-width: 1360px) {
  .videos-items-more-checkbox:checked ~ .videos-item:nth-child(n+5) {
    display: none;
  }
  .videos-items-more-checkbox:checked ~ .videos-item-more:nth-child(n+6) {
    display: block;
  }
}
@media screen and (max-width: 1359px) {
  .videos-items-more-checkbox:checked ~ .videos-item:nth-child(n+4) {
    display: none;
  }
  .videos-items-more-checkbox:checked ~ .videos-item-more:nth-child(n+5) {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .videos-items-more-checkbox:checked ~ .videos-item:nth-child(n+3) {
    display: none;
  }
  .videos-items-more-checkbox:checked ~ .videos-item-more:nth-child(n+4) {
    display: block;
  }
}
.videos-items-more-checkbox:not(:checked) ~ .videos-item-more {
  display: none;
}

.videos-item-more {
  cursor: pointer;
  display: none;
}
.videos-item-more:hover .videos-item-more-image, .videos-item-more:focus .videos-item-more-image {
  background: rgba(172, 172, 172, 0.4);
}

.videos-item-more-image {
  border-radius: 4px;
  background: rgba(172, 172, 172, 0.23);
  padding-top: 56.4%;
  position: relative;
}

.videos-item-more-text {
  bottom: 20px;
  color: #ff7e45;
  font-size: 18px;
  font-weight: 600;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .videos-item-more-text {
    bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 14px;
    padding: 6px;
  }
}

.clear {
  clear: both;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

/* Helping classes by Jan Miklas */
.left {
  float: left;
}

.right {
  float: right;
}

.middle {
  vertical-align: middle;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

.center {
  margin: 0 auto;
}

.full-width {
  width: 100%;
}

.color-primary {
  color: #ffab09;
}

.color-tertiary {
  color: #bea798;
}

.gap {
  height: 30px;
}

.semibold {
  font-weight: 600;
}

.error {
  color: #b94a48;
}

.no-margin {
  margin: 0 !important;
}

.uppercase {
  text-transform: uppercase;
}

.relative {
  position: relative;
}

/* Contain floats: h5bp.com/q */
.small-screen {
  display: none;
}
@media screen and (max-width: 767px) {
  .small-screen {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .not-small-screen {
    display: none !important;
  }
}

.medium-screen {
  display: none;
}
@media screen and (max-width: 1023px) {
  .medium-screen {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  .not-medium-screen {
    display: none !important;
  }
}

@media screen and (max-width: 1359px) {
  .not-air-screen {
    display: none !important;
  }
}

@media screen and (max-width: 1599px) {
  .not-large-screen {
    display: none !important;
  }
}

[ng-cloak] {
  display: none;
}

.flex-center {
  display: flex;
  justify-content: center;
  text-align: left;
}

.flex-gap {
  flex-grow: 100;
}

.three-columns {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .three-columns {
    grid-template-columns: 1fr;
  }
}

.double-line-height {
  line-height: 2;
}

.toggle-button {
  position: absolute;
  visibility: hidden;
}
.toggle-button:checked ~ .toggle-less {
  display: none;
}
.toggle-button:checked ~ .toggle-more {
  display: block;
}

.toggle-less label {
  color: #ffab09;
  cursor: pointer;
  text-decoration: underline;
}
.toggle-less label:hover, .toggle-less label:focus {
  color: #e09504;
  text-decoration: none;
}

.toggle-more {
  display: none;
}
