@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea, select, button, main {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, picture {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

code {
  font-family: monospace; }

.interior-container .interior-content:after, .subscription-paywall .paywall-msg-inner .links-separator:after {
  content: "";
  display: table;
  clear: both; }

@font-face {
  font-family: "Harmonia Sans Pro Cyr";
  src: url("../fonts/HarmoniaSansProCyr-Regular.otf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Harmonia Sans Pro Cyr";
  src: url("../fonts/HarmoniaSansProCyr-SemiBd.otf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Harmonia Sans Pro Cyr";
  src: url("../fonts/HarmoniaSansProCyr-Black.otf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "RT Raleway";
  src: url("../fonts/RTRaleway-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "RT Raleway";
  src: url("../fonts/RTRaleway-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "RT Raleway";
  src: url("../fonts/RTRaleway-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "RT Raleway";
  src: url("../fonts/RTRaleway-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

html {
  scroll-behavior: smooth; }

body {
  color: #34444c;
  font-size: 16px;
  letter-spacing: .3px;
  font-family: "Harmonia Sans Pro Cyr", sans-serif; }
  @media (max-width: 1024px) {
    body {
      margin-top: 76px; } }

h1 {
  font-size: 3.125em;
  font-family: "RT Raleway", sans-serif;
  font-weight: 600; }

h2 {
  font-size: 3em; }

h3 {
  font-size: 2.375em;
  font-weight: 700; }

h4 {
  font-size: 1.5em;
  font-weight: 700; }

h5 {
  font-size: 1.222em;
  font-weight: 700; }

p {
  font-size: 1em;
  line-height: 26px; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

sup {
  font-size: 35%; }

a {
  text-decoration: none; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

ol {
  list-style-type: decimal; }
  ol li {
    margin-top: 1em; }

b {
  font-weight: 700; }

.bold {
  font-weight: 700; }

.white-text {
  color: #fff; }

.btn {
  font-size: 17px;
  font-weight: 400;
  background-color: #6cb86a;
  cursor: pointer;
  border-radius: 38px;
  color: white;
  padding: 24px 64px 24px 64px;
  display: inline-block;
  text-decoration: none;
  transition: all .25s ease-out; }
  @media screen and (max-width: 1440px) {
    .btn {
      font-size: 14px;
      line-height: 18px;
      padding: 18px 52px 18px 52px; } }
  .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3); }

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }
  .video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute; }

.dropdown {
  height: 60px;
  background: white;
  border-radius: 30px;
  position: relative;
  cursor: pointer; }
  .dropdown p {
    color: #fff;
    padding: 18px 25px;
    font-size: 14px;
    z-index: 6; }
    .dropdown p:after {
      content: url("../img/icons/dropdown-arrow-white.svg");
      float: right;
      position: absolute;
      width: 12px;
      right: 22px; }
  .dropdown .dropdown-content,
  .dropdown .dropdown-content2 {
    margin-top: -32px;
    border-radius: 9px 9px 7px 7px;
    width: 100%;
    position: absolute;
    background: white;
    z-index: 5;
    overflow: hidden;
    height: 0; }
    .dropdown .dropdown-content ul,
    .dropdown .dropdown-content2 ul {
      list-style: none;
      margin: 0;
      z-index: 999; }
    .dropdown .dropdown-content li,
    .dropdown .dropdown-content2 li {
      padding: 20px 30px;
      text-transform: none;
      color: #fff;
      font-size: 14px;
      font-weight: 400; }

.section-nav {
  background-color: #34444c; }
  @media screen and (max-width: 768px) {
    .section-nav {
      display: none; } }
  .section-nav ul {
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
    padding: 40px 0;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
  .section-nav li {
    display: inline-block;
    padding: 0 40px;
    font-weight: 400;
    font-size: 0.9375rem; }
    @media screen and (max-width: 1275px) {
      .section-nav li {
        padding: 0 25px;
        font-size: 0.8125rem; } }
  .section-nav a {
    color: #fff;
    transition: all .25s ease-out; }
    .section-nav a.active, .section-nav a:hover {
      color: #87A28E; }

.block {
  box-shadow: 0 14px 40px #BEC9D254;
  border-radius: 45px 100px 45px 45px; }
  .block .block-img {
    height: 250px;
    border-radius: 45px 100px 0 0;
    background-size: cover; }
  .block .block-icon {
    background-color: #3f86c7;
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center;
    width: 64px;
    height: 64px;
    position: absolute;
    margin-top: -72px;
    left: calc(50% - 32px);
    border-radius: 32px;
    z-index: 1; }
  .block .block-content {
    background-color: #fff;
    text-align: center;
    border-radius: 45px;
    margin-top: -42px;
    padding: 65px 40px 0; }
    .block .block-content h2 {
      font-size: 26px;
      line-height: 32px;
      margin-bottom: 25px;
      font-family: "RT Raleway", sans-serif;
      font-weight: 600; }
      @media screen and (max-width: 1024px) {
        .block .block-content h2 {
          font-size: 22px;
          line-height: 28px; } }
      @media screen and (max-width: 768px) {
        .block .block-content h2 {
          font-size: 26px;
          line-height: 32px; } }
    .block .block-content p {
      font-size: 16px;
      line-height: 22px;
      color: #6F787C; }
  .block .dropdown {
    margin: 40px; }

.error-container .error-inner {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 200px auto;
  text-align: center;
  max-width: 750px; }
  @media screen and (max-width: 1440px) {
    .error-container .error-inner {
      margin: 150px auto;
      max-width: 600px; } }
  @media screen and (max-width: 1024px) {
    .error-container .error-inner {
      margin: 100px auto; } }
  @media screen and (max-width: 768px) {
    .error-container .error-inner {
      max-width: 450px; } }
  .error-container .error-inner img {
    width: 100%;
    margin-bottom: 75px; }
    @media screen and (max-width: 768px) {
      .error-container .error-inner img {
        margin-bottom: 40px; } }
  .error-container .error-inner h3 {
    font-family: "RT Raleway", sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 50px; }
    @media screen and (max-width: 1024px) {
      .error-container .error-inner h3 {
        font-size: 26px;
        line-height: 36px; } }
    @media screen and (max-width: 768px) {
      .error-container .error-inner h3 {
        margin-bottom: 25px; } }
    @media screen and (max-width: 600px) {
      .error-container .error-inner h3 {
        font-size: 20px;
        line-height: 30px; } }
  .error-container .error-inner .btn {
    background-color: #f09920; }

.compare-modal,
.video-modal,
.lesson-modal {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  bottom: 0;
  z-index: 999999999; }
  .compare-modal.show,
  .video-modal.show,
  .lesson-modal.show {
    display: block !important; }
  .compare-modal .modal-content,
  .video-modal .modal-content,
  .lesson-modal .modal-content {
    background: #fff;
    border-radius: 20px;
    max-width: 1100px;
    left: 50%;
    transform: translateX(-50%);
    top: 125px;
    padding: 40px;
    box-shadow: 0 5px 21px 3px rgba(0, 0, 0, 0.44); }
  .compare-modal .close-modal,
  .video-modal .close-modal,
  .lesson-modal .close-modal {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 25px;
    color: #6cb86a;
    z-index: 1;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    cursor: pointer; }

.video-modal {
  position: absolute; }

.compare-modal {
  overflow: scroll; }
  .compare-modal .modal-content {
    margin-bottom: 125px; }
    @media (max-width: 1024px) {
      .compare-modal .modal-content {
        padding: 30px; } }
    @media screen and (max-width: 880px) {
      .compare-modal .modal-content {
        top: 75px;
        margin-bottom: 75px;
        padding: 40px 25px; } }

.hubspot-form-container {
  background: transparent linear-gradient(49deg, #434484 0%, #E95C67 100%, #000000 100%) 0% 0% no-repeat padding-box; }
  .hubspot-form-container .form-content {
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
    padding: 150px 0;
    max-width: 1000px; }
    .hubspot-form-container .form-content .header-content {
      color: #fff;
      width: 100%;
      margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      .hubspot-form-container .form-content {
        padding: 100px 0; } }
    @media screen and (max-width: 768px) {
      .hubspot-form-container .form-content {
        padding: 75px 0; } }
  .hubspot-form-container #hubspot-form {
    max-width: 768px;
    margin: 50px auto 0;
    color: #fff;
    font-family: "RT Raleway", sans-serif; }
    .hubspot-form-container #hubspot-form .hs-form-field {
      margin-bottom: 25px; }
    .hubspot-form-container #hubspot-form select,
    .hubspot-form-container #hubspot-form input,
    .hubspot-form-container #hubspot-form textarea {
      border-radius: 10px;
      width: 100%;
      margin-top: 10px;
      padding: 20px 25px; }
    .hubspot-form-container #hubspot-form input[type="submit"] {
      font-size: 18px;
      background-color: #34444c;
      border-radius: 38px;
      color: white;
      padding: 24px 64px 24px 64px;
      display: inline-block;
      text-decoration: none;
      transition: all .25s ease-out;
      width: auto;
      height: auto;
      margin: 0; }
    .hubspot-form-container #hubspot-form input[type="checkbox"] {
      width: auto;
      margin: 0 25px 0 0;
      top: 2px; }
    .hubspot-form-container #hubspot-form input[type="file"] {
      border: 2px solid white;
      border-radius: 36px; }
    .hubspot-form-container #hubspot-form .hs-form-checkbox {
      margin-top: 10px; }
      .hubspot-form-container #hubspot-form .hs-form-checkbox label {
        display: -ms-flexbox;
        display: flex; }
    .hubspot-form-container #hubspot-form select {
      width: 100%; }
    .hubspot-form-container #hubspot-form fieldset {
      font-size: 17px;
      line-height: 20px;
      font-weight: 600;
      max-width: none; }
      .hubspot-form-container #hubspot-form fieldset .form-columns-2 .input {
        margin-right: 25px; }
      .hubspot-form-container #hubspot-form fieldset a {
        color: #fff;
        text-decoration: underline; }
    .hubspot-form-container #hubspot-form textarea {
      width: 100%; }
    .hubspot-form-container #hubspot-form span {
      margin-bottom: 25px;
      font-weight: 600; }
    .hubspot-form-container #hubspot-form .form-columns-1 .input {
      margin: 0; }
    .hubspot-form-container #hubspot-form .form-columns-2 .input {
      margin: 0; }
    .hubspot-form-container #hubspot-form .form-columns-2 .hs-form-field {
      width: calc(50% - 5px); }
      @media screen and (max-width: 600px) {
        .hubspot-form-container #hubspot-form .form-columns-2 .hs-form-field {
          width: 100%;
          margin: 0; } }
      .hubspot-form-container #hubspot-form .form-columns-2 .hs-form-field:first-of-type {
        margin-right: 10px; }
        @media screen and (max-width: 600px) {
          .hubspot-form-container #hubspot-form .form-columns-2 .hs-form-field:first-of-type {
            margin-bottom: 25px; } }
    .hubspot-form-container #hubspot-form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
      display: none; }
    .hubspot-form-container #hubspot-form .hs_submit .hs-submit {
      text-align: center; }
    .hubspot-form-container #hubspot-form .hs-error-msgs {
      margin-top: 10px; }
  .hubspot-form-container .hs-fieldtype-checkbox {
    margin: 30px 0 5px 0; }
    .hubspot-form-container .hs-fieldtype-checkbox ul {
      margin-top: 30px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .hubspot-form-container .hs-fieldtype-checkbox ul li {
        width: 50%; }
        @media screen and (max-width: 600px) {
          .hubspot-form-container .hs-fieldtype-checkbox ul li {
            width: 100%; } }
  .hubspot-form-container .hs-field-desc {
    font-weight: 400;
    font-size: 12px; }
  .hubspot-form-container .form-columns-0 {
    margin-bottom: 25px; }
  .hubspot-form-container .legal-consent-container {
    margin-bottom: 25px; }
    .hubspot-form-container .legal-consent-container a {
      text-decoration: underline;
      color: #fff; }

.cc-revoke {
  display: none !important; }

.cc-window {
  display: -ms-flexbox;
  display: flex;
  width: 675px;
  max-width: none !important;
  background-color: #fff;
  background-image: url(../img/gdpr-bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left bottom;
  border-radius: 100px 0 0 0;
  padding: 60px 60px 60px 180px !important;
  bottom: 0 !important;
  right: 0 !important;
  font-family: "Harmonia Sans Pro Cyr", sans-serif !important;
  box-shadow: 0 15px 6px rgba(0, 0, 0, 0.1), 0 2px 24px rgba(0, 0, 0, 0.1); }
  .cc-window:before {
    content: url("../img/square-wave-small.png");
    position: absolute;
    left: 60px; }
    @media screen and (max-width: 740px) {
      .cc-window:before {
        content: none; } }
  @media screen and (max-width: 1440px) {
    .cc-window {
      width: 600px; } }
  @media screen and (max-width: 1024px) {
    .cc-window {
      width: 50%;
      padding: 50px; } }
  @media screen and (max-width: 980px) {
    .cc-window {
      width: 70%; } }
  @media screen and (max-width: 740px) {
    .cc-window {
      padding: 60px !important; } }
  @media screen and (max-width: 660px) {
    .cc-window {
      width: 100%;
      border-radius: 75px 75px 0 0; } }
  .cc-window .cc-message {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px !important; }
    @media screen and (max-width: 1440px) {
      .cc-window .cc-message {
        font-size: 14px;
        line-height: 24px; } }
    @media screen and (max-width: 1024px) {
      .cc-window .cc-message {
        font-size: 12px;
        line-height: 20px; } }
    .cc-window .cc-message a {
      color: #34444c;
      text-decoration: underline; }
  .cc-window .cc-btn {
    font-size: 18px;
    font-weight: 400;
    background-color: #f09920 !important;
    border-radius: 38px;
    color: white;
    font-size: 14px;
    padding: 18px 35px 18px 35px;
    line-height: 14px;
    display: inline-block;
    text-decoration: none;
    transition: all .25s ease-out;
    border: 2px solid #f09920 !important; }
  .cc-window .cc-link {
    opacity: 1 !important;
    padding: 0 !important; }
  .cc-window .cc-highlight .cc-btn:first-child {
    background-color: transparent !important;
    color: #f09920 !important; }
  .cc-window .cc-compliance {
    max-width: 450px !important; }
    @media screen and (max-width: 1440px) {
      .cc-window .cc-compliance {
        max-width: 350px !important; } }
    @media screen and (max-width: 1024px) {
      .cc-window .cc-compliance {
        max-width: 100% !important; } }

#u1st-accessibility-button {
  position: fixed !important;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
  padding: 6px;
  font: bold 15px Arial !important;
  background: #6cb86a !important;
  bottom: 10px;
  left: 10px !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 2147483646 !important; }
  #u1st-accessibility-button img {
    width: 40px;
    height: 40px; }

.interior-container .interior-content {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 75px auto; }
  @media screen and (max-width: 1440px) {
    .interior-container .interior-content {
      margin: 50px auto; } }
  @media screen and (max-width: 768px) {
    .interior-container .interior-content {
      margin: 25px auto; } }
  .interior-container .interior-content table {
    width: 100%; }
  @media screen and (max-width: 680px) {
    .interior-container .interior-content .image-right,
    .interior-container .interior-content .image-left {
      margin: 25px auto !important;
      float: none !important; } }
  .interior-container .interior-content .image-right {
    float: right;
    margin: 25px 0 25px 25px; }
  .interior-container .interior-content .image-left {
    float: left;
    margin: 25px 25px 25px 0; }
  .interior-container .interior-content a {
    display: inline-block; }
    .interior-container .interior-content a img {
      max-width: 100%;
      border-radius: 24px; }
  .interior-container .interior-content strong {
    font-weight: 600; }
  .interior-container .interior-content ol {
    list-style-position: inside; }
  .interior-container .interior-content li {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
    margin-top: 0; }
    @media screen and (max-width: 1024px) {
      .interior-container .interior-content li {
        font-size: 15px;
        line-height: 22px; } }
  .interior-container .interior-content ul li {
    padding-left: 30px; }
    .interior-container .interior-content ul li:before {
      content: "";
      position: absolute;
      background: #6cb86a;
      left: 0;
      top: 11px;
      height: 2px;
      width: 12px; }
    .interior-container .interior-content ul li:after {
      content: "";
      position: absolute;
      background: #6cb86a;
      left: 5px;
      top: 6px;
      height: 12px;
      width: 2px; }
  .interior-container .interior-content ol,
  .interior-container .interior-content ul {
    padding-left: 50px;
    list-style-position: inside; }
    @media screen and (max-width: 1024px) {
      .interior-container .interior-content ol,
      .interior-container .interior-content ul {
        font-size: 15px;
        line-height: 22px; } }
    .interior-container .interior-content ol a,
    .interior-container .interior-content ul a {
      font-weight: 600;
      color: #6cb86a;
      text-decoration: none;
      border-bottom: 2px solid #6cb86a; }
  .interior-container .interior-content p {
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0; }
    @media screen and (max-width: 1024px) {
      .interior-container .interior-content p {
        font-size: 15px;
        line-height: 22px; } }
    .interior-container .interior-content p u {
      text-decoration: none;
      border-bottom: 2px solid #6cb86a; }
    .interior-container .interior-content p a {
      font-weight: 600;
      color: #6cb86a;
      text-decoration: none;
      border-bottom: 2px solid #6cb86a; }
  .interior-container .interior-content h1,
  .interior-container .interior-content h2,
  .interior-container .interior-content h3,
  .interior-container .interior-content h4,
  .interior-container .interior-content h5,
  .interior-container .interior-content h6 {
    margin: 25px 0; }
  .interior-container .interior-content h1 {
    font-size: 36px;
    line-height: 46px; }
    @media screen and (max-width: 1024px) {
      .interior-container .interior-content h1 {
        font-size: 30px;
        line-height: 40px; } }
    @media screen and (max-width: 768px) {
      .interior-container .interior-content h1 {
        font-size: 20px;
        line-height: 28px; } }
  .interior-container .interior-content h3 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600px; }
    @media screen and (max-width: 1024px) {
      .interior-container .interior-content h3 {
        font-size: 20px;
        line-height: 28px; } }

.interior-container .video-container {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%; }
  .interior-container .video-container .video-responsive {
    border-radius: 24px; }
  .interior-container .video-container .video-caption {
    font-size: 16px;
    line-height: 22px;
    color: #8c9497;
    margin-top: 25px; }
    @media screen and (max-width: 1024px) {
      .interior-container .video-container .video-caption {
        font-size: 12px;
        line-height: 16px; } }

.interior-container .blog-quote {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 75px auto;
  padding: 0 50px; }
  @media screen and (max-width: 1440px) {
    .interior-container .blog-quote {
      margin: 50px auto; } }
  @media screen and (max-width: 768px) {
    .interior-container .blog-quote {
      margin: 25px auto;
      padding: 0 25px; } }
  .interior-container .blog-quote p {
    font-family: "RT Raleway", sans-serif;
    border-left: 5px solid #6cb86a;
    padding: 10px 30px;
    color: #6cb86a;
    font-size: 36px;
    line-height: 48px;
    font-weight: 500; }
    @media screen and (max-width: 1440px) {
      .interior-container .blog-quote p {
        font-size: 30px;
        line-height: 40px; } }
    @media screen and (max-width: 1024px) {
      .interior-container .blog-quote p {
        font-size: 22px;
        line-height: 28px; } }
    @media screen and (max-width: 768px) {
      .interior-container .blog-quote p {
        font-size: 18px;
        line-height: 22px;
        border-left: 3px solid #6cb86a; } }

.search-container {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 50px auto; }
  .search-container #search-bar {
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    width: 40%; }
    @media screen and (max-width: 1024px) {
      .search-container #search-bar {
        width: 50%; } }
    @media screen and (max-width: 768px) {
      .search-container #search-bar {
        width: 100%; } }
    .search-container #search-bar input[type="text"] {
      padding: 15px;
      border: 1px solid #d8dbdc;
      border-radius: 10px 0 0 10px;
      width: calc(100% - 54px); }
      .search-container #search-bar input[type="text"]::-moz-placeholder {
        color: #ccc; }
      .search-container #search-bar input[type="text"]:-ms-input-placeholder {
        color: #ccc; }
      .search-container #search-bar input[type="text"]::placeholder {
        color: #ccc; }
    .search-container #search-bar input[type="submit"] {
      padding: 15px;
      background-color: #6cb86a;
      color: #fff;
      border-radius: 0 10px 10px 0;
      border: 1px solid #6cb86a; }

.code-block {
  border-radius: 6px;
  background-color: #ecf2f3;
  font-family: monospace;
  font-size: 1.0625rem;
  margin: 20px auto;
  padding: 15px;
  white-space: pre-wrap; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

#mobile-menu-btn {
  display: none;
  position: fixed;
  right: 5%;
  top: 26px;
  width: 30px;
  height: 24px;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 999999; }
  @media (max-width: 1024px) {
    #mobile-menu-btn {
      display: block; } }
  #mobile-menu-btn span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #87A28E;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out; }
    #mobile-menu-btn span:nth-child(1) {
      top: 0px; }
    #mobile-menu-btn span:nth-child(2), #mobile-menu-btn span:nth-child(3) {
      top: 10px; }
    #mobile-menu-btn span:nth-child(4) {
      top: 20px; }
  #mobile-menu-btn.open span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%; }
  #mobile-menu-btn.open span:nth-child(2) {
    transform: rotate(45deg); }
  #mobile-menu-btn.open span:nth-child(3) {
    transform: rotate(-45deg); }
  #mobile-menu-btn.open span:nth-child(4) {
    top: 10px;
    width: 0%;
    left: 50%; }

.mobile-nav-overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  z-index: 999999; }

.mobile-nav-container {
  background-color: #fff;
  background-image: url("../img/mobile-nav-bg.svg");
  background-repeat: no-repeat;
  background-size: 175%;
  background-position: -260px -275px;
  border-radius: 30px 0 0 30px;
  right: 0;
  top: 0;
  position: fixed;
  height: 100vh;
  width: 500px;
  z-index: 999999;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateX(575px); }
  @media (max-width: 767px) {
    .mobile-nav-container {
      background-position: -140px -190px;
      width: 325px;
      transform: translateX(400px); } }
  .mobile-nav-container .mobile-nav-header {
    height: 75px; }
  .mobile-nav-container .mobile-nav-content {
    height: calc(100% - 315px);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    font-family: "RT Raleway", sans-serif; }
    .mobile-nav-container .mobile-nav-content .mobile-nav-link,
    .mobile-nav-container .mobile-nav-content .mobile-nav-select {
      cursor: pointer;
      border-bottom: 1px solid #eaebeb;
      font-size: 17px;
      color: #34444c;
      font-weight: 700; }
      .mobile-nav-container .mobile-nav-content .mobile-nav-link a,
      .mobile-nav-container .mobile-nav-content .mobile-nav-select a {
        padding: 25px 40px;
        display: block;
        font-size: 17px;
        color: #34444c;
        font-weight: 700; }
        @media (max-width: 767px) {
          .mobile-nav-container .mobile-nav-content .mobile-nav-link a,
          .mobile-nav-container .mobile-nav-content .mobile-nav-select a {
            font-size: 14px; } }
    .mobile-nav-container .mobile-nav-content .mobile-nav-select-container {
      display: -ms-flexbox;
      display: flex; }
      .mobile-nav-container .mobile-nav-content .mobile-nav-select-container.mobile-nav-dropdown-link .mobile-nav-select {
        width: 70%; }
      .mobile-nav-container .mobile-nav-content .mobile-nav-select-container.mobile-nav-dropdown-link .dropdown-open-arrow {
        display: block;
        width: 70; }
      .mobile-nav-container .mobile-nav-content .mobile-nav-select-container .mobile-nav-select {
        width: 100%; }
      .mobile-nav-container .mobile-nav-content .mobile-nav-select-container .dropdown-open-arrow {
        display: none;
        background-image: url("../img/icons/dropdown-arrow-black.svg");
        background-repeat: no-repeat;
        background-size: 10%;
        background-position: center;
        cursor: pointer;
        width: 30%;
        border-bottom: 1px solid #eaebeb; }
    .mobile-nav-container .mobile-nav-content .mobile-nav-dropdown {
      display: none; }
      .mobile-nav-container .mobile-nav-content .mobile-nav-dropdown ul {
        padding: 20px 0;
        border-bottom: 1px solid #eaebeb; }
        .mobile-nav-container .mobile-nav-content .mobile-nav-dropdown ul li {
          padding: 10px 60px; }
          .mobile-nav-container .mobile-nav-content .mobile-nav-dropdown ul li a {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            font-size: 15px;
            font-weight: 500;
            color: #34444c; }
            @media (max-width: 767px) {
              .mobile-nav-container .mobile-nav-content .mobile-nav-dropdown ul li a {
                font-size: 13px; } }
            .mobile-nav-container .mobile-nav-content .mobile-nav-dropdown ul li a img {
              margin-right: 10px;
              width: 25px; }
              @media (max-width: 767px) {
                .mobile-nav-container .mobile-nav-content .mobile-nav-dropdown ul li a img {
                  width: 20px; } }
  .mobile-nav-container .mobile-nav-footer {
    background-color: #87A28E;
    position: absolute;
    border-radius: 0 0 0 30px;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 40px; }
    .mobile-nav-container .mobile-nav-footer li {
      margin-bottom: 15px; }
      .mobile-nav-container .mobile-nav-footer li:last-of-type {
        margin-bottom: 0; }
      .mobile-nav-container .mobile-nav-footer li a {
        color: #fff;
        font-size: 13px;
        font-family: "RT Raleway", sans-serif;
        font-weight: 600; }
        .mobile-nav-container .mobile-nav-footer li a svg {
          height: 15px; }

.mobile-nav-active {
  transform: translateX(0); }

.mini-nav {
  background-color: #87A28E; }
  @media (max-width: 1024px) {
    .mini-nav {
      display: none; } }
  .mini-nav__links {
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
    padding: 15px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    @media (max-width: 1024px) {
      .mini-nav__links {
        -ms-flex-pack: center;
            justify-content: center; } }
    .mini-nav__links ul {
      display: -ms-flexbox;
      display: flex; }
      .mini-nav__links ul:first-of-type li {
        margin-right: 25px; }
        .mini-nav__links ul:first-of-type li:last-of-type {
          margin-right: 0; }
      .mini-nav__links ul li a {
        color: #fff; }
        @media screen and (max-width: 1440px) {
          .mini-nav__links ul li a {
            font-size: 14px; } }

.main-nav {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 1024px) {
    .main-nav {
      height: 76px;
      top: 0;
      width: 100%;
      position: fixed;
      z-index: 99999;
      background-color: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); } }
  @media (max-width: 1024px) {
    .main-nav--logo {
      left: 5%; } }
  .main-nav--logo img {
    width: 230px; }
  .main-nav__nav-items {
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    width: calc(100% - 300px); }
    @media (max-width: 1024px) {
      .main-nav__nav-items {
        display: none; } }
    .main-nav__nav-items--link {
      width: calc(25% - 10px); }
      .main-nav__nav-items--link:last-of-type {
        width: auto; }
      .main-nav__nav-items--link a {
        color: #000;
        font-size: 20px;
        padding: 40px 0;
        display: block; }
        @media screen and (max-width: 1440px) {
          .main-nav__nav-items--link a {
            font-size: 16px; } }
        @media screen and (max-width: 1240px) {
          .main-nav__nav-items--link a {
            font-size: 14px; } }
      .main-nav__nav-items--link .dropdown-menu {
        background-color: #fff;
        border-radius: 0 0 20px 20px;
        height: 0;
        overflow: hidden;
        position: absolute;
        text-align: left;
        top: 100px;
        width: 100%;
        z-index: 1; }
        @media screen and (max-width: 1440px) {
          .main-nav__nav-items--link .dropdown-menu {
            top: 96px; } }
        @media screen and (max-width: 1240px) {
          .main-nav__nav-items--link .dropdown-menu {
            top: 94px; } }
        .main-nav__nav-items--link .dropdown-menu--border-top {
          background: #65c5b5;
          background: linear-gradient(45deg, #65c5b5 0%, #4088c8 100%);
          height: 10px;
          width: 100%; }
          @media screen and (max-width: 1440px) {
            .main-nav__nav-items--link .dropdown-menu--border-top {
              height: 8px; } }
          @media screen and (max-width: 1240px) {
            .main-nav__nav-items--link .dropdown-menu--border-top {
              height: 6px; } }
        .main-nav__nav-items--link .dropdown-menu__links {
          padding: 25px; }
        .main-nav__nav-items--link .dropdown-menu a {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          font-size: 16px;
          padding: 0;
          transition: color .2s ease-in-out; }
          @media screen and (max-width: 1440px) {
            .main-nav__nav-items--link .dropdown-menu a {
              font-size: 14px; } }
          @media screen and (max-width: 1240px) {
            .main-nav__nav-items--link .dropdown-menu a {
              font-size: 12px; } }
          .main-nav__nav-items--link .dropdown-menu a:hover {
            color: #87A28E; }
          .main-nav__nav-items--link .dropdown-menu a img {
            margin-right: 10px;
            width: 22px;
            top: -2px; }
        .main-nav__nav-items--link .dropdown-menu li {
          margin-bottom: 30px; }
          .main-nav__nav-items--link .dropdown-menu li:last-of-type {
            margin-bottom: 0; }

header .promo-banner {
  background-color: #ecf2f3;
  padding: 30px 0; }
  @media screen and (max-width: 1440px) {
    header .promo-banner {
      padding: 20px 0; } }
  @media screen and (max-width: 1240px) {
    header .promo-banner {
      padding: 15px 0; } }
  header .promo-banner__content {
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
    text-align: center; }
  header .promo-banner p {
    font-size: 18px; }
    @media screen and (max-width: 1440px) {
      header .promo-banner p {
        font-size: 16px; } }
    @media screen and (max-width: 1240px) {
      header .promo-banner p {
        font-size: 14px; } }
  header .promo-banner a {
    color: #000;
    text-decoration: underline;
    font-weight: 600; }

footer {
  background-color: #EBEDEF; }
  footer .footer-top {
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
    border-bottom: 1px solid #7C8D99;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 30px 0; }
    @media screen and (max-width: 860px) {
      footer .footer-top {
        -ms-flex-direction: column;
            flex-direction: column; } }
    footer .footer-top__social {
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 860px) {
        footer .footer-top__social {
          margin-bottom: 30px;
          width: 50%; } }
      @media (max-width: 767px) {
        footer .footer-top__social {
          width: 100%; } }
      footer .footer-top__social ul {
        display: -ms-flexbox;
        display: flex;
        width: 330px; }
        @media screen and (max-width: 860px) {
          footer .footer-top__social ul {
            -ms-flex-pack: justify;
                justify-content: space-between;
            width: 100%; } }
        footer .footer-top__social ul li {
          margin-right: 15px; }
          @media screen and (max-width: 860px) {
            footer .footer-top__social ul li {
              margin-right: 0; } }
          footer .footer-top__social ul li:last-of-type {
            margin-right: 0; }
      footer .footer-top__social a {
        display: -ms-flexbox;
        display: flex; }
      footer .footer-top__social svg {
        width: 40px; }
    footer .footer-top__disclaimer {
      margin-left: 150px; }
      @media screen and (max-width: 1260px) {
        footer .footer-top__disclaimer {
          margin-left: 60px; } }
      @media screen and (max-width: 860px) {
        footer .footer-top__disclaimer {
          margin-left: 0; } }
      footer .footer-top__disclaimer p {
        color: #7C8D99;
        font-size: 12px;
        line-height: 14px; }
        @media screen and (max-width: 860px) {
          footer .footer-top__disclaimer p {
            font-size: 11px; } }
  footer .footer-nav {
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
    padding: 30px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 860px) {
      footer .footer-nav {
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        -ms-flex-align: center;
            align-items: center; } }
    footer .footer-nav__sign-up {
      margin-right: 150px;
      width: 330px; }
      @media screen and (max-width: 1260px) {
        footer .footer-nav__sign-up {
          margin-right: 60px; } }
      @media screen and (max-width: 860px) {
        footer .footer-nav__sign-up {
          margin: 15px 0;
          -ms-flex-order: 2;
              order: 2;
          text-align: center;
          margin-right: 0;
          width: 65%; } }
      @media (max-width: 767px) {
        footer .footer-nav__sign-up {
          width: 100%; } }
      footer .footer-nav__sign-up--logo {
        width: 100%; }
        @media screen and (max-width: 860px) {
          footer .footer-nav__sign-up--logo {
            max-width: 375px; } }
        @media (max-width: 767px) {
          footer .footer-nav__sign-up--logo {
            max-width: 275px; } }
      footer .footer-nav__sign-up--form {
        margin: 25px auto 10px; }
        footer .footer-nav__sign-up--form form label {
          display: none; }
        footer .footer-nav__sign-up--form form input {
          border: 1px solid #000;
          border-radius: 25px;
          margin: 10px auto;
          padding: 10px 15px;
          width: 100%; }
        footer .footer-nav__sign-up--form form input[type="submit"] {
          background-color: #447355;
          border: 1px solid #447355;
          color: #fff;
          height: 41px;
          margin: 0; }
        @media (max-width: 1024px) {
          footer .footer-nav__sign-up--form form p {
            font-size: 14px; } }
      footer .footer-nav__sign-up h1 {
        font-size: 28px;
        margin-bottom: 25px; }
        @media (max-width: 1024px) {
          footer .footer-nav__sign-up h1 {
            font-size: 24px; } }
        @media (max-width: 767px) {
          footer .footer-nav__sign-up h1 {
            font-size: 20px; } }
      footer .footer-nav__sign-up--disclaimer {
        font-size: 12px;
        line-height: 1em; }
        footer .footer-nav__sign-up--disclaimer a {
          color: #000;
          text-decoration: underline; }
    footer .footer-nav__nav-cols {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      width: calc(100% - 480px); }
      @media screen and (max-width: 1260px) {
        footer .footer-nav__nav-cols {
          width: calc(100% - 390px); } }
      @media screen and (max-width: 860px) {
        footer .footer-nav__nav-cols {
          margin-bottom: 10px;
          text-align: center;
          width: 100%;
          -ms-flex-order: 3;
              order: 3; } }
      @media (max-width: 767px) {
        footer .footer-nav__nav-cols {
          -ms-flex-direction: column;
              flex-direction: column;
          margin-bottom: 0; } }
      footer .footer-nav__nav-cols--col {
        margin-right: 15px;
        width: 33.3333%; }
        @media (max-width: 767px) {
          footer .footer-nav__nav-cols--col {
            margin-right: 0;
            margin-bottom: 30px;
            width: 100%; } }
        footer .footer-nav__nav-cols--col:last-of-type {
          margin-right: 0; }
        footer .footer-nav__nav-cols--col li {
          margin-bottom: 20px; }
          footer .footer-nav__nav-cols--col li:first-of-type {
            font-weight: 600; }
          @media (max-width: 767px) {
            footer .footer-nav__nav-cols--col li:last-of-type {
              margin-bottom: 0; } }
        footer .footer-nav__nav-cols--col a {
          color: #000; }
          @media (max-width: 1024px) {
            footer .footer-nav__nav-cols--col a {
              font-size: 14px; } }
          @media (max-width: 767px) {
            footer .footer-nav__nav-cols--col a {
              font-size: 16px; } }
    footer .footer-nav__shop {
      margin-top: 25px;
      width: 100%; }
      @media screen and (max-width: 860px) {
        footer .footer-nav__shop {
          text-align: center;
          -ms-flex-order: 1;
              order: 1; } }
      footer .footer-nav__shop a {
        color: #000;
        text-decoration: underline; }
      @media (max-width: 1024px) {
        footer .footer-nav__shop p,
        footer .footer-nav__shop a {
          font-size: 14px; } }
  footer .footer-bottom {
    background-color: #447355;
    color: #fff;
    padding: 30px 0; }
    footer .footer-bottom__content {
      max-width: 1500px;
      margin: 0 auto;
      width: 90%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center; }
      @media screen and (max-width: 860px) {
        footer .footer-bottom__content {
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
      footer .footer-bottom__content p {
        line-height: 1em; }
      footer .footer-bottom__content ul {
        display: -ms-flexbox;
        display: flex; }
        @media (max-width: 767px) {
          footer .footer-bottom__content ul {
            -ms-flex-direction: column;
                flex-direction: column;
            text-align: center; } }
        footer .footer-bottom__content ul li {
          margin-left: 25px; }
          @media screen and (max-width: 860px) {
            footer .footer-bottom__content ul li {
              margin: 0 15px; } }
          @media (max-width: 767px) {
            footer .footer-bottom__content ul li {
              margin: 0 0 15px 0; } }
          footer .footer-bottom__content ul li::last-of-type {
            margin-bottom: 0; }
      footer .footer-bottom__content a {
        color: #fff; }
      @media (max-width: 1024px) {
        footer .footer-bottom__content p,
        footer .footer-bottom__content a {
          font-size: 14px; } }
      @media screen and (max-width: 860px) {
        footer .footer-bottom__content--left {
          margin-top: 15px; } }

#consent_blackbar {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 99999; }

#truste-consent-content {
  background: #fff !important;
  border: none;
  border-top-left-radius: 102px;
  border-top-right-radius: 102px;
  margin: 0px auto;
  max-width: 900px !important;
  position: absolute !important;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 37px;
  width: 84%;
  z-index: 1000001; }
  #truste-consent-content:before {
    content: url("../img/icons/square_wave.svg");
    position: absolute;
    left: 62px;
    top: 62px; }
  #truste-consent-content:after {
    content: url("../img/icons/gdpr_corner.png");
    position: absolute;
    bottom: -4px;
    left: 0px;
    z-index: -1; }
  #truste-consent-content #truste-consent-buttons #privacy-policy-area {
    display: -ms-flexbox;
    display: flex;
    line-height: 1.5;
    text-align: left;
    width: 45%; }
    #truste-consent-content #truste-consent-buttons #privacy-policy-area #truste-cookie-button {
      color: #707070;
      display: inline;
      font-family: "Harmonia Sans Pro Cyr", sans-serif;
      margin: 0 0 0 4px;
      padding: 0;
      width: auto; }
      #truste-consent-content #truste-consent-buttons #privacy-policy-area #truste-cookie-button:before {
        content: none; }

#truste-consent-text {
  color: #404040;
  font-family: "Harmonia Sans Pro Cyr", sans-serif;
  font-size: 15px;
  float: right;
  line-height: 1.4;
  margin: 24px auto 22px;
  padding-right: 45px;
  text-align: left;
  width: 82%; }
  #truste-consent-text #truste-show-consent {
    color: #f09920;
    font-family: "Harmonia Sans Pro Cyr", sans-serif;
    font-size: 15px;
    padding: 0; }

#truste-consent-buttons {
  float: right;
  margin: 24px auto 22px;
  padding-right: 45px;
  width: 82%; }
  #truste-consent-buttons #truste-consent-required {
    display: none; }
  #truste-consent-buttons #truste-consent-button {
    background: #f09920;
    border: none;
    border-radius: 50px;
    float: right;
    font-size: 17px;
    font-family: "Harmonia Sans Pro Cyr", sans-serif;
    padding: 24px 74px;
    width: 50%; }
    #truste-consent-buttons #truste-consent-button:hover {
      box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
      transform: translateY(-2px); }
  #truste-consent-buttons #truste-cookie-button {
    color: #707070;
    font-family: "Harmonia Sans Pro Cyr", sans-serif;
    margin-top: 12px;
    padding: 0;
    width: 42%; }
    #truste-consent-buttons #truste-cookie-button:before {
      content: 'Click here to read our '; }
  #truste-consent-buttons #truste-show-consent {
    -ms-flex-align: center;
        align-items: center;
    background: white;
    border: none;
    color: #1A1A1A;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    float: left;
    font-family: "Harmonia Sans Pro Cyr", sans-serif;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 42%; }
    #truste-consent-buttons #truste-show-consent:before {
      content: url("../img/icons/icon_gear.svg");
      margin-right: 8px; }

@media screen and (max-width: 1024px) {
  #truste-consent-content:before {
    left: 36px;
    top: 62px; } }

@media screen and (max-width: 768px) {
  #truste-consent-content {
    width: 92%; }
    #truste-consent-content #truste-consent-buttons #privacy-policy-area {
      display: inherit; }
  #truste-consent-text {
    margin: 10px auto 12px;
    padding-right: 24px;
    width: 77%; }
  #truste-consent-buttons {
    margin: 10px auto 12px;
    padding-right: 0;
    width: 77%; }
    #truste-consent-buttons #truste-consent-button {
      font-size: 14px;
      padding: 18px 24px;
      width: 42%; }
    #truste-consent-buttons #truste-show-consent {
      width: 50%; }
    #truste-consent-buttons #truste-cookie-button {
      width: 50%; } }

@media screen and (max-width: 500px) {
  #truste-consent-content {
    padding: 137px 37px 37px; }
    #truste-consent-content:before {
      left: 0;
      right: 0;
      top: 24px;
      text-align: center; }
    #truste-consent-content #truste-consent-buttons #truste-consent-button {
      -ms-flex-order: 1;
          order: 1; }
    #truste-consent-content #truste-consent-buttons #truste-show-consent {
      background: none;
      -ms-flex-order: 2;
          order: 2; }
    #truste-consent-content #truste-consent-buttons #privacy-policy-area {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      margin-top: 8px;
      -ms-flex-order: 3;
          order: 3;
      width: 100%; }
  #truste-consent-text {
    padding-right: 0px;
    width: 100%; }
  #truste-consent-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    width: 100%; }
    #truste-consent-buttons #truste-consent-button {
      font-size: 17px;
      width: 100%; }
    #truste-consent-buttons #truste-show-consent {
      -ms-flex-pack: center;
          justify-content: center;
      margin-top: 15px;
      text-align: center;
      width: 100%; }
    #truste-consent-buttons #truste-cookie-button {
      -ms-flex-order: 3;
          order: 3;
      text-align: center;
      width: 100%; } }

.header-content {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 100px auto;
  text-align: center; }
  @media (max-width: 1024px) {
    .header-content {
      margin: 50px auto; } }
  .header-content .header-text {
    margin-bottom: 25px;
    line-height: 1.25em; }
    @media screen and (max-width: 1440px) {
      .header-content .header-text {
        font-size: 40px; } }
    @media screen and (max-width: 1024px) {
      .header-content .header-text {
        font-size: 30px; } }
    @media (max-width: 767px) {
      .header-content .header-text {
        font-size: 24px; } }
  .header-content .sub-header-text {
    margin: 0 auto;
    max-width: 620px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 25px; }
    @media screen and (max-width: 1024px) {
      .header-content .sub-header-text {
        font-size: 15px;
        line-height: 22px; } }

.btn-container {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  text-align: center;
  margin: 100px auto; }
  .btn-container .download-btn {
    font-weight: 400;
    padding: 24px 44px 24px 78px;
    background-color: transparent;
    border: 2px solid #e95c67;
    color: #e95c67; }
    .btn-container .download-btn img {
      width: 20px;
      top: 22px;
      left: 44px;
      position: absolute; }
      @media screen and (max-width: 1024px) {
        .btn-container .download-btn img {
          top: 20px; } }

.four-col {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 75px auto 175px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  position: relative; }
  @media screen and (max-width: 1200px) {
    .four-col {
      margin: 75px auto; } }
  .four-col .block {
    width: 23%;
    padding-bottom: 50px; }
    @media screen and (max-width: 1200px) {
      .four-col .block {
        width: 48%;
        margin-bottom: 4%; } }
    @media screen and (max-width: 640px) {
      .four-col .block {
        width: 100%;
        margin-bottom: 10%; } }
    .four-col .block .block-content {
      padding: 65px 40px 40px;
      margin-bottom: 25px; }
    .four-col .block .col-4-button {
      width: 75%;
      position: relative;
      margin: 0 auto;
      margin-top: -25px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      border-radius: 35px;
      height: 55px;
      color: #fff; }
    .four-col .block .col-4-dropdown-container {
      max-height: 55px;
      overflow-y: hidden;
      width: 77%;
      border-radius: 35px;
      transition: max-height 450ms ease-in;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 35px;
      z-index: 10000;
      margin: 0 auto; }
      .four-col .block .col-4-dropdown-container:hover {
        max-height: 350px; }
      .four-col .block .col-4-dropdown-container .col-4-dropdown-label {
        height: 55px;
        width: 100%;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: justify;
            justify-content: space-between;
        padding: 0 20px; }
        .four-col .block .col-4-dropdown-container .col-4-dropdown-label::after {
          content: url("../img/icons/dropdown-arrow-white.svg");
          width: 12px;
          z-index: 10000000000;
          margin-left: auto;
          transform: rotate(180deg); }
      .four-col .block .col-4-dropdown-container .col-4-dropdown-option {
        color: #fff;
        height: 40px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; }
        .four-col .block .col-4-dropdown-container .col-4-dropdown-option:hover {
          filter: brightness(1.2); }
  .four-col .caption {
    text-align: center;
    font-size: 12px;
    font-style: italic;
    line-height: 20px;
    margin: 30px auto;
    width: 1000px; }

.cta-banner {
  height: 600px;
  text-align: center;
  background-color: #6cb86a;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 1024px) {
    .cta-banner {
      height: 500px; } }
  .cta-banner .banner-content {
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 1100px; }
    .cta-banner .banner-content--icon {
      width: 100px;
      margin-bottom: 25px; }
      @media screen and (max-width: 1024px) {
        .cta-banner .banner-content--icon {
          width: 75px; } }
  .cta-banner h2 {
    font-family: "RT Raleway", sans-serif;
    font-size: 50px;
    line-height: 54px;
    margin-bottom: 35px;
    font-weight: 600; }
    @media screen and (max-width: 1440px) {
      .cta-banner h2 {
        font-size: 40px;
        line-height: 50px; } }
    @media screen and (max-width: 1024px) {
      .cta-banner h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 25px; } }
  .cta-banner p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 35px; }
    @media screen and (max-width: 1440px) {
      .cta-banner p {
        font-size: 18px;
        line-height: 26px; } }
    @media screen and (max-width: 1024px) {
      .cta-banner p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 25px; } }

.text-img-blocks {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 150px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  @media screen and (max-width: 1024px) {
    .text-img-blocks {
      margin: 75px auto; } }
  @media screen and (max-width: 768px) {
    .text-img-blocks {
      margin: 50px auto; } }
  @media screen and (max-width: 768px) {
    .text-img-blocks {
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; } }
  .text-img-blocks .img-block {
    width: 35%; }
    .text-img-blocks .img-block img {
      width: 100%; }
    @media screen and (max-width: 768px) {
      .text-img-blocks .img-block {
        width: 75%; } }
    @media screen and (max-width: 500px) {
      .text-img-blocks .img-block {
        width: 100%; } }
  .text-img-blocks .content-block {
    width: 65%; }
    .text-img-blocks .content-block a {
      color: #6cb86a; }
    @media screen and (max-width: 768px) {
      .text-img-blocks .content-block {
        width: 100%; } }
  .text-img-blocks .img-block-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    width: 50%;
    border-radius: 150px 30px 30px 30px; }
    .text-img-blocks .img-block-bg.text-right {
      border-radius: 30px 150px 30px 30px; }
      @media screen and (max-width: 600px) {
        .text-img-blocks .img-block-bg.text-right {
          border-radius: 20px 90px 20px 20px; } }
    @media screen and (max-width: 1160px) {
      .text-img-blocks .img-block-bg {
        height: 450px; } }
    @media screen and (max-width: 1024px) {
      .text-img-blocks .img-block-bg {
        height: 400px; } }
    @media screen and (max-width: 768px) {
      .text-img-blocks .img-block-bg {
        width: 100%;
        margin-bottom: 50px; } }
    @media screen and (max-width: 600px) {
      .text-img-blocks .img-block-bg {
        height: 350px;
        border-radius: 90px 20px 20px 20px; } }
    @media screen and (max-width: 525px) {
      .text-img-blocks .img-block-bg {
        height: 275px; } }
  .text-img-blocks .content-block {
    padding-right: 4%; }
    @media screen and (max-width: 768px) {
      .text-img-blocks .content-block {
        padding: 0; } }
    .text-img-blocks .content-block.text-right {
      padding-right: 0;
      padding-left: 4%; }
      @media screen and (max-width: 768px) {
        .text-img-blocks .content-block.text-right {
          padding: 0; } }
    .text-img-blocks .content-block .btn {
      margin: 15px 15px 0 0;
      color: #fff; }
      @media screen and (max-width: 768px) {
        .text-img-blocks .content-block .btn {
          margin: 0; } }
    .text-img-blocks .content-block .secondary-btn {
      background-color: transparent;
      color: #6cb86a;
      border: 2px solid #6cb86a;
      padding: 24px 50px 24px 65px; }
      @media screen and (max-width: 1440px) {
        .text-img-blocks .content-block .secondary-btn {
          padding: 18px 50px 18px 65px; } }
      .text-img-blocks .content-block .secondary-btn img {
        width: 20px;
        left: 35px;
        top: 18px;
        position: absolute; }
        @media screen and (max-width: 1440px) {
          .text-img-blocks .content-block .secondary-btn img {
            width: 16px;
            left: 40px;
            top: 16px; } }
    .text-img-blocks .content-block .coding-tag {
      display: inline-block;
      padding: 12px 25px 12px 50px;
      border-radius: 40px;
      margin-bottom: 25px;
      font-size: 16px;
      font-weight: 600;
      font-family: "RT Raleway", sans-serif; }
      .text-img-blocks .content-block .coding-tag img {
        position: absolute;
        left: 25px; }
      .text-img-blocks .content-block .coding-tag.coding-level-1 {
        border: 2px solid #41b8a4;
        color: #41b8a4; }
        .text-img-blocks .content-block .coding-tag.coding-level-1 img {
          width: 16px;
          top: 12px; }
      .text-img-blocks .content-block .coding-tag.coding-level-2 {
        border: 2px solid #f09920;
        padding-left: 92px;
        color: #f09920; }
        .text-img-blocks .content-block .coding-tag.coding-level-2 img {
          width: 60px;
          top: 11px; }
      .text-img-blocks .content-block .coding-tag.coding-level-3 {
        border: 2px solid #3f86c7;
        color: #3f86c7;
        padding-left: 67px; }
        .text-img-blocks .content-block .coding-tag.coding-level-3 img {
          width: 32px;
          top: 10px; }
    .text-img-blocks .content-block h2 {
      font-size: 46px;
      line-height: 50px;
      font-weight: 600;
      font-family: "RT Raleway", sans-serif;
      margin-bottom: 25px; }
      @media screen and (max-width: 1440px) {
        .text-img-blocks .content-block h2 {
          font-size: 36px;
          line-height: 46px; } }
      @media screen and (max-width: 1024px) {
        .text-img-blocks .content-block h2 {
          font-size: 26px;
          line-height: 36px; } }
    .text-img-blocks .content-block li,
    .text-img-blocks .content-block p {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 25px; }
      @media screen and (max-width: 1024px) {
        .text-img-blocks .content-block li,
        .text-img-blocks .content-block p {
          font-size: 15px;
          line-height: 22px; } }
    .text-img-blocks .content-block li {
      padding-left: 30px; }
    .text-img-blocks .content-block li:before {
      content: "";
      position: absolute;
      background: #6cb86a;
      left: 0;
      top: 11px;
      height: 2px;
      width: 12px; }
    .text-img-blocks .content-block li:after {
      content: "";
      position: absolute;
      background: #6cb86a;
      left: 5px;
      top: 6px;
      height: 12px;
      width: 2px; }

.cards-two-col {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 150px auto;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .cards-two-col {
      margin: 75px auto; } }
  @media screen and (max-width: 768px) {
    .cards-two-col {
      margin: 50px auto; } }
  .cards-two-col .header-content {
    margin: 0 auto;
    width: 100%; }
  .cards-two-col .card-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: stretch;
        align-items: stretch; }
    .cards-two-col .card-container .card {
      margin-left: 25px;
      height: 340px;
      box-shadow: 0 14px 40px #b0bfce54;
      border-radius: 45px;
      width: 46%;
      margin: 25px 0 75px;
      text-align: left; }
      @media screen and (max-width: 1440px) {
        .cards-two-col .card-container .card {
          height: 275px;
          margin-bottom: 50px; } }
      @media screen and (max-width: 1024px) {
        .cards-two-col .card-container .card {
          height: auto;
          margin: 50px auto; } }
      @media screen and (max-width: 640px) {
        .cards-two-col .card-container .card {
          width: 100%;
          margin: 50px auto 75px; } }
      .cards-two-col .card-container .card a {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 10; }
      .cards-two-col .card-container .card .circle-container {
        height: 340px;
        border-radius: 45px;
        overflow: hidden;
        position: absolute; }
        @media screen and (max-width: 1440px) {
          .cards-two-col .card-container .card .circle-container {
            height: 275px; } }
        @media screen and (max-width: 1024px) {
          .cards-two-col .card-container .card .circle-container {
            width: 100%;
            height: 100%; } }
        .cards-two-col .card-container .card .circle-container #circle {
          width: 420px;
          height: 420px;
          top: -40px;
          left: -175px;
          background: transparent linear-gradient(167deg, #41b8a4 0%, #6cb86a 100%) 0% 0% no-repeat padding-box;
          border-radius: 50%; }
          @media screen and (max-width: 1440px) {
            .cards-two-col .card-container .card .circle-container #circle {
              width: 325px;
              height: 325px;
              top: -25px;
              left: -130px; } }
          @media screen and (max-width: 1024px) {
            .cards-two-col .card-container .card .circle-container #circle {
              width: 150%;
              padding-bottom: 150%;
              left: -25%;
              top: -65%; } }
          @media screen and (max-width: 860px) {
            .cards-two-col .card-container .card .circle-container #circle {
              top: -55%; } }
          @media screen and (max-width: 768px) {
            .cards-two-col .card-container .card .circle-container #circle {
              top: -50%; } }
          @media screen and (max-width: 700px) {
            .cards-two-col .card-container .card .circle-container #circle {
              top: -44%; } }
          @media screen and (max-width: 640px) {
            .cards-two-col .card-container .card .circle-container #circle {
              top: -78%; } }
          @media screen and (max-width: 600px) {
            .cards-two-col .card-container .card .circle-container #circle {
              top: -70%; } }
          @media screen and (max-width: 500px) {
            .cards-two-col .card-container .card .circle-container #circle {
              top: -62%; } }
          @media screen and (max-width: 400px) {
            .cards-two-col .card-container .card .circle-container #circle {
              top: -50%; } }
    .cards-two-col .card-container .card-content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding-right: 45px;
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
      @media screen and (max-width: 1440px) {
        .cards-two-col .card-container .card-content {
          padding-right: 25px; } }
      @media screen and (max-width: 1024px) {
        .cards-two-col .card-container .card-content {
          padding: 0;
          -ms-flex-direction: column;
              flex-direction: column;
          top: auto;
          transform: none;
          text-align: center; } }
      .cards-two-col .card-container .card-content img {
        margin-left: -25px;
        width: 230px; }
        @media screen and (max-width: 1440px) {
          .cards-two-col .card-container .card-content img {
            width: 185px; } }
        @media screen and (max-width: 1024px) {
          .cards-two-col .card-container .card-content img {
            margin: -40px 0 0 0;
            width: 70%; } }
      .cards-two-col .card-container .card-content .card-content-right {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        margin-left: 100px;
        width: 100%; }
        @media screen and (max-width: 1440px) {
          .cards-two-col .card-container .card-content .card-content-right {
            margin-left: 50px; } }
        @media screen and (max-width: 1024px) {
          .cards-two-col .card-container .card-content .card-content-right {
            margin: 0;
            -ms-flex-direction: column;
                flex-direction: column;
            padding: 75px 50px 50px 50px; } }
      .cards-two-col .card-container .card-content .card-text {
        width: calc(100% - 90px); }
        @media screen and (max-width: 1440px) {
          .cards-two-col .card-container .card-content .card-text {
            width: calc(100% - 80px); } }
        @media screen and (max-width: 1024px) {
          .cards-two-col .card-container .card-content .card-text {
            width: 100%; } }
        .cards-two-col .card-container .card-content .card-text h1 {
          font-size: 38px;
          line-height: 40px;
          font-weight: 600;
          margin-bottom: 18px; }
          @media screen and (max-width: 1440px) {
            .cards-two-col .card-container .card-content .card-text h1 {
              font-size: 28px;
              line-height: 30px; } }
        .cards-two-col .card-container .card-content .card-text p {
          font-size: 18px; }
          @media screen and (max-width: 1440px) {
            .cards-two-col .card-container .card-content .card-text p {
              font-size: 16px;
              line-height: 22px; } }
      .cards-two-col .card-container .card-content .card-arrow {
        background-image: url("../img/icons/arrow-right.svg");
        background-repeat: no-repeat;
        background-size: 25px;
        background-position: center;
        height: 65px;
        width: 65px;
        border-radius: 32px;
        margin-left: 25px;
        background-color: #3f86c7; }
        @media screen and (max-width: 1440px) {
          .cards-two-col .card-container .card-content .card-arrow {
            height: 55px;
            width: 55px; } }
        @media screen and (max-width: 1024px) {
          .cards-two-col .card-container .card-content .card-arrow {
            margin: 0;
            top: 75px; } }

.icon-cards {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 150px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch; }
  @media screen and (max-width: 1024px) {
    .icon-cards {
      margin: 100px auto; } }
  @media screen and (max-width: 768px) {
    .icon-cards {
      margin: 75px auto; } }
  .icon-cards .card {
    width: 48%;
    box-shadow: 0 14px 40px #bec9d254;
    border-radius: 45px;
    padding: 65px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .icon-cards .card {
        width: 100%;
        margin-bottom: 50px; } }
    @media screen and (max-width: 600px) {
      .icon-cards .card {
        padding: 50px 25px; } }
    .icon-cards .card ul {
      margin-bottom: 25px;
      list-style-position: inside; }
      @media screen and (max-width: 1024px) {
        .icon-cards .card ul {
          font-size: 15px;
          line-height: 22px; } }
      .icon-cards .card ul li {
        margin-bottom: 15px;
        padding-left: 30px;
        text-align: initial; }
        .icon-cards .card ul li:before {
          content: "";
          position: absolute;
          background: #6cb86a;
          left: 0;
          top: 5px;
          height: 2px;
          width: 12px; }
        .icon-cards .card ul li:after {
          content: "";
          position: absolute;
          background: #6cb86a;
          left: 5px;
          top: 0;
          height: 12px;
          width: 2px; }
        .icon-cards .card ul li a {
          font-weight: 600;
          color: #6cb86a;
          text-decoration: none;
          border-bottom: 2px solid #6cb86a; }
    .icon-cards .card .card-icon {
      background-color: #6cb86a;
      background-repeat: no-repeat;
      background-size: 65%;
      background-position: center;
      width: 76px;
      height: 76px;
      margin-bottom: 40px;
      left: calc(50% - 38px);
      border-radius: 45px;
      z-index: 1; }
      @media screen and (max-width: 1024px) {
        .icon-cards .card .card-icon {
          width: 60px;
          height: 60px;
          margin-bottom: 25px;
          left: calc(50% - 30px); } }
    .icon-cards .card h2 {
      font-size: 38px;
      line-height: 54px;
      font-family: "RT Raleway", sans-serif;
      font-weight: 600;
      margin-bottom: 40px; }
      @media screen and (max-width: 1440px) {
        .icon-cards .card h2 {
          font-size: 30px;
          line-height: 40px;
          margin-bottom: 25px; } }
      @media screen and (max-width: 600px) {
        .icon-cards .card h2 {
          font-size: 26px;
          line-height: 36px; } }
    .icon-cards .card p {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 25px; }
      @media screen and (max-width: 1440px) {
        .icon-cards .card p {
          font-size: 15px;
          line-height: 22px; } }

.cards-three-col {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 150px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch; }
  @media screen and (max-width: 1024px) {
    .cards-three-col {
      margin: 75px auto; } }
  .cards-three-col .header-content {
    margin: 0 auto;
    width: 100%; }
  .cards-three-col .card {
    width: 31%;
    box-shadow: 0 14px 40px #bec9d254;
    border-radius: 45px 100px 45px 45px;
    margin: 50px 0; }
    @media screen and (max-width: 768px) {
      .cards-three-col .card {
        width: 100%;
        margin: 25px 0; } }
    .cards-three-col .card .card-img {
      height: 325px;
      background-position: center bottom;
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 45px 100px 0 0; }
      .cards-three-col .card .card-img.img-short {
        height: 250px; }
      .cards-three-col .card .card-img.img-tall {
        height: 400px; }
        @media screen and (max-width: 1440px) {
          .cards-three-col .card .card-img.img-tall {
            height: 325px; } }
        @media screen and (max-width: 1024px) {
          .cards-three-col .card .card-img.img-tall {
            height: 275px; } }
    .cards-three-col .card .card-icon {
      background-color: #6cb86a;
      background-repeat: no-repeat;
      background-size: 65%;
      background-position: center;
      width: 90px;
      height: 90px;
      position: absolute;
      margin-top: -90px;
      left: calc(50% - 45px);
      border-radius: 45px;
      z-index: 1; }
      @media screen and (max-width: 1440px) {
        .cards-three-col .card .card-icon {
          width: 60px;
          height: 60px;
          left: calc(50% - 30px);
          margin-top: -73px; } }
    .cards-three-col .card .card-content {
      background-color: #fff;
      text-align: center;
      border-radius: 45px;
      margin-top: -42px;
      padding: 65px; }
      @media screen and (max-width: 1160px) {
        .cards-three-col .card .card-content {
          padding: 50px 25px; } }
      @media screen and (max-width: 768px) {
        .cards-three-col .card .card-content {
          padding: 65px; } }
      @media screen and (max-width: 600px) {
        .cards-three-col .card .card-content {
          padding: 50px 25px; } }
      .cards-three-col .card .card-content h2 {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 25px;
        font-family: "RT Raleway", sans-serif;
        font-weight: 600; }
        @media screen and (max-width: 1440px) {
          .cards-three-col .card .card-content h2 {
            font-size: 20px;
            line-height: 30px; } }
      .cards-three-col .card .card-content p {
        font-size: 18px; }
        @media screen and (max-width: 1440px) {
          .cards-three-col .card .card-content p {
            font-size: 14px;
            line-height: 22px; } }
      .cards-three-col .card .card-content .btn {
        margin-top: 25px; }

.text-box {
  padding: 175px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom; }
  @media screen and (max-width: 900px) {
    .text-box {
      padding: 0;
      background-image: none !important;
      margin: 100px auto; } }
  .text-box .text-box-mobile-img {
    display: none;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom; }
    @media screen and (max-width: 900px) {
      .text-box .text-box-mobile-img {
        display: block; } }
  .text-box .text-box-inner {
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 900px) {
      .text-box .text-box-inner {
        margin-top: -35px;
        width: 100%;
        border-radius: 0 35px 0 0;
        background-color: #fff; } }
    .text-box .text-box-inner.box-right {
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
    .text-box .text-box-inner .content-block {
      width: 50%;
      background-color: #fff;
      border-radius: 30px 150px 30px 30px;
      padding: 100px; }
      @media screen and (max-width: 900px) {
        .text-box .text-box-inner .content-block {
          width: 90%;
          padding: 0;
          margin: 100px auto 0; } }
      @media screen and (max-width: 600px) {
        .text-box .text-box-inner .content-block {
          width: 80%;
          margin: 50px auto 0; } }
      .text-box .text-box-inner .content-block h2 {
        font-size: 50px;
        line-height: 54px;
        font-weight: 600;
        font-family: "RT Raleway", sans-serif;
        margin-bottom: 25px; }
        @media screen and (max-width: 1024px) {
          .text-box .text-box-inner .content-block h2 {
            font-size: 30px;
            line-height: 40px; } }
      .text-box .text-box-inner .content-block p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 25px; }
        @media screen and (max-width: 1024px) {
          .text-box .text-box-inner .content-block p {
            font-size: 15px;
            line-height: 22px; } }

.column-blocks {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin: 100px auto; }
  @media screen and (max-width: 1024px) {
    .column-blocks {
      margin: 75px auto; } }
  @media screen and (max-width: 768px) {
    .column-blocks {
      margin: 50px auto; } }
  .column-blocks .header-content {
    margin: 0 auto;
    width: 100%; }
  .column-blocks .text-align-left {
    text-align: left; }
  .column-blocks .text-align-center {
    text-align: center; }
  .column-blocks .text-align-right {
    text-align: right; }
  .column-blocks .column-blocks-three-col {
    width: calc(33.3333% - 50px); }
  .column-blocks .column-blocks-four-col {
    width: calc(25% - 50px); }
  .column-blocks .column-blocks-three-col,
  .column-blocks .column-blocks-four-col {
    margin: 0 25px 100px; }
    @media screen and (max-width: 1024px) {
      .column-blocks .column-blocks-three-col,
      .column-blocks .column-blocks-four-col {
        width: calc(50% - 50px); } }
    @media screen and (max-width: 600px) {
      .column-blocks .column-blocks-three-col,
      .column-blocks .column-blocks-four-col {
        width: 100%;
        margin: 0 auto 100px;
        text-align: center; } }
  .column-blocks .column-blocks-two-col {
    width: calc(50% - 200px);
    margin: 0 100px 100px; }
    @media screen and (max-width: 1024px) {
      .column-blocks .column-blocks-two-col {
        margin: 0 25px 100px;
        width: calc(50% - 50px); } }
    @media screen and (max-width: 600px) {
      .column-blocks .column-blocks-two-col {
        width: 100%;
        margin: 0 auto 100px;
        text-align: center; } }
  .column-blocks a {
    color: #34444c; }
  .column-blocks img {
    width: 100%;
    margin-bottom: 25px; }
  .column-blocks h2 {
    font-size: 30px;
    line-height: 36px;
    font-family: "RT Raleway", sans-serif;
    font-weight: 600;
    margin-bottom: 25px; }
  .column-blocks p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px; }
    @media screen and (max-width: 1440px) {
      .column-blocks p {
        font-size: 15px;
        line-height: 22px; } }
  .column-blocks .btn {
    color: #fff; }

.accordion-container {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 50px auto; }
  .accordion-container .header-content {
    margin: 0;
    text-align: left;
    width: 100%; }
    .accordion-container .header-content .header-text {
      font-size: 45px;
      font-weight: 600;
      line-height: 54px; }
    .accordion-container .header-content .sub-header-text {
      max-width: none; }
  .accordion-container ul li {
    padding-left: 30px; }
    .accordion-container ul li:before {
      content: "";
      position: absolute;
      background: #6cb86a;
      left: 0;
      top: 5px;
      height: 2px;
      width: 12px; }
    .accordion-container ul li:after {
      content: "";
      position: absolute;
      background: #6cb86a;
      left: 5px;
      top: 0;
      height: 12px;
      width: 2px; }

.accordion .accordion-select {
  font-family: "RT Raleway", sans-serif;
  background-color: #f3f4f6;
  padding: 40px 80px 40px 40px;
  border-bottom: 1px solid #d8dbdc;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  cursor: pointer; }
  @media screen and (max-width: 1440px) {
    .accordion .accordion-select {
      font-size: 20px;
      line-height: 28px;
      padding: 30px 80px 30px 30px; } }
  @media screen and (max-width: 1024px) {
    .accordion .accordion-select {
      font-size: 14px;
      line-height: 20px;
      padding: 15px 50px 15px 25px; } }
  .accordion .accordion-select.active, .accordion .accordion-select:hover {
    background-color: #ccc; }
  .accordion .accordion-select.active {
    border: 0; }
    .accordion .accordion-select.active:after {
      content: url("../img/icons/arrow-up-black.svg"); }
  .accordion .accordion-select:after {
    content: url("../img/icons/arrow-down-black.svg");
    position: absolute;
    width: 14px;
    right: 36px; }
    @media screen and (max-width: 1024px) {
      .accordion .accordion-select:after {
        width: 12px;
        right: 20px; } }
  .accordion .accordion-select:first-of-type {
    border-radius: 20px 20px 0 0; }
  .accordion .accordion-select:last-of-type {
    border: 0;
    border-radius: 0 0 20px 20px; }
    .accordion .accordion-select:last-of-type.active {
      border-radius: 0; }

.accordion .accordion-dropdown {
  padding: 40px;
  background-color: #fdfdfd;
  display: none; }
  @media screen and (max-width: 1024px) {
    .accordion .accordion-dropdown {
      padding: 15px 25px; } }
  .accordion .accordion-dropdown:last-of-type {
    border-radius: 0 0 20px 20px;
    border-bottom: 0; }
  .accordion .accordion-dropdown .bullet-heading {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px; }
    @media screen and (max-width: 1024px) {
      .accordion .accordion-dropdown .bullet-heading {
        font-size: 14px; } }
  .accordion .accordion-dropdown .whats-included {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: stretch;
        align-items: stretch; }
    .accordion .accordion-dropdown .whats-included .item {
      margin: 0 50px 50px;
      width: calc(25% - 100px);
      text-align: center; }
      .accordion .accordion-dropdown .whats-included .item h4 {
        font-size: 17px;
        font-family: "Harmonia Sans Pro Cyr", sans-serif;
        font-weight: 400; }
  .accordion .accordion-dropdown h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px; }
  .accordion .accordion-dropdown ul {
    margin-bottom: 25px; }
    .accordion .accordion-dropdown ul li {
      margin-bottom: 10px; }
      .accordion .accordion-dropdown ul li ul {
        margin-top: 10px; }
  .accordion .accordion-dropdown p {
    font-family: "Harmonia Sans Pro Cyr", sans-serif;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 15px; }
    @media screen and (max-width: 1024px) {
      .accordion .accordion-dropdown p {
        font-size: 14px;
        line-height: 20px; } }
  .accordion .accordion-dropdown a {
    color: #6cb86a;
    font-weight: bold;
    text-decoration: underline; }

#product-specs {
  padding: 150px 0;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    #product-specs {
      padding: 75px 0; } }
  @media screen and (max-width: 768px) {
    #product-specs {
      padding: 50px 0; } }
  #product-specs .header-content {
    text-align: center; }

.compare-robots {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 150px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center; }
  @media screen and (max-width: 1024px) {
    .compare-robots {
      margin: 75px auto; } }
  @media screen and (max-width: 768px) {
    .compare-robots {
      margin: 50px auto; } }
  .compare-robots .robot-col {
    width: calc(50% - 100px);
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
    .compare-robots .robot-col:first-of-type {
      margin-right: 50px; }
      @media screen and (max-width: 1440px) {
        .compare-robots .robot-col:first-of-type {
          margin-right: 25px; } }
      @media screen and (max-width: 768px) {
        .compare-robots .robot-col:first-of-type {
          margin: 0 0 50px; } }
    .compare-robots .robot-col:last-of-type {
      margin-left: 50px; }
      @media screen and (max-width: 1440px) {
        .compare-robots .robot-col:last-of-type {
          margin-left: 25px; } }
      @media screen and (max-width: 768px) {
        .compare-robots .robot-col:last-of-type {
          margin: 0; } }
    @media screen and (max-width: 1440px) {
      .compare-robots .robot-col {
        width: calc(50% - 50px); } }
    @media screen and (max-width: 768px) {
      .compare-robots .robot-col {
        width: 100%; } }
    .compare-robots .robot-col h1 {
      font-size: 50px;
      line-height: 54px;
      font-weight: 600;
      margin-bottom: 25px;
      padding: 0 125px; }
      @media screen and (max-width: 1440px) {
        .compare-robots .robot-col h1 {
          font-size: 40px;
          line-height: 50px; } }
      @media screen and (max-width: 1024px) {
        .compare-robots .robot-col h1 {
          font-size: 30px;
          line-height: 40px;
          padding: 0 25px; } }
    .compare-robots .robot-col p {
      font-size: 20px;
      line-height: 30px;
      padding: 0 75px;
      margin-bottom: 25px; }
      @media screen and (max-width: 1440px) {
        .compare-robots .robot-col p {
          font-size: 15px;
          line-height: 22px; } }
      @media screen and (max-width: 1024px) {
        .compare-robots .robot-col p {
          padding: 0 25px; } }
    .compare-robots .robot-col img {
      width: 70%;
      margin-bottom: 25px; }
  .compare-robots .compare-robots-btn {
    text-align: center;
    margin-top: 50px;
    width: 100%; }
    .compare-robots .compare-robots-btn #compare-btn {
      border: 2px solid #6cb86a;
      background-color: transparent;
      color: #6cb86a;
      cursor: pointer; }

.comparison-chart {
  text-align: center;
  font-family: "RT Raleway", sans-serif;
  font-size: 28px; }
  .comparison-chart .comparison-product-image {
    width: 150px;
    padding: 20px; }
    @media screen and (max-width: 1024px) {
      .comparison-chart .comparison-product-image {
        padding: 20px 0;
        width: 125px; } }
    @media screen and (max-width: 880px) {
      .comparison-chart .comparison-product-image {
        width: 100px; } }
    @media screen and (max-width: 767px) {
      .comparison-chart .comparison-product-image {
        font-size: 16px;
        padding: 15px 0; } }
    @media screen and (max-width: 560px) {
      .comparison-chart .comparison-product-image {
        display: none; } }
  .comparison-chart .comparison-chart-product {
    text-align: left; }
    @media screen and (max-width: 560px) {
      .comparison-chart .comparison-chart-product {
        width: 50%;
        text-align: center; } }
    .comparison-chart .comparison-chart-product h1 {
      font-size: 32px;
      font-weight: 600;
      margin-bottom: 15px; }
      @media screen and (max-width: 1024px) {
        .comparison-chart .comparison-chart-product h1 {
          font-size: 26px; } }
    .comparison-chart .comparison-chart-product p {
      font-size: 12px;
      line-height: 18px;
      font-family: "Harmonia Sans Pro Cyr", sans-serif; }
      @media screen and (max-width: 1024px) {
        .comparison-chart .comparison-chart-product p {
          font-size: 10px;
          line-height: 16px; } }
    .comparison-chart .comparison-chart-product .btn {
      all: unset;
      padding: 10px 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      font-size: 15px;
      border-radius: 25px;
      color: #fff;
      margin-top: 15px; }
  .comparison-chart table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed; }
  .comparison-chart td,
  .comparison-chart th {
    empty-cells: show;
    padding: 20px;
    border-bottom: 1px solid #d9dcde; }
    @media screen and (max-width: 767px) {
      .comparison-chart td,
      .comparison-chart th {
        font-size: 16px;
        padding: 15px; } }
  .comparison-chart th {
    vertical-align: top;
    border-bottom: 1px solid #d9dcde; }
    .comparison-chart th:first-of-type {
      vertical-align: bottom;
      border-bottom: 2px solid #bac0c3;
      font-size: 28px;
      font-weight: 600;
      width: 225px; }
      @media screen and (max-width: 1024px) {
        .comparison-chart th:first-of-type {
          font-size: 22px; } }
      @media screen and (max-width: 880px) {
        .comparison-chart th:first-of-type {
          width: 175px; } }
      @media screen and (max-width: 767px) {
        .comparison-chart th:first-of-type {
          display: none; } }
    .comparison-chart th img {
      width: 100%; }
  @media screen and (max-width: 560px) {
    .comparison-chart .compare-row td:nth-child(2) {
      display: none; } }
  @media screen and (max-width: 560px) {
    .comparison-chart .compare-row td:nth-child(4) {
      display: none; } }
  .comparison-chart tr td:first-child {
    text-align: left;
    border-bottom: 2px solid #bac0c3;
    font-size: 16px;
    line-height: 20px; }
    @media screen and (max-width: 1024px) {
      .comparison-chart tr td:first-child {
        font-size: 14px;
        line-height: 18px; } }
    @media screen and (max-width: 767px) {
      .comparison-chart tr td:first-child {
        display: none; } }
  .comparison-chart tr td .compare-check {
    width: 20px;
    display: block; }
    @media screen and (max-width: 560px) {
      .comparison-chart tr td .compare-check {
        margin: 0 auto; } }
  .comparison-chart .text-left {
    text-align: left; }

.compare-modal .modal-content {
  max-width: 1300px;
  width: 90%;
  top: 50px; }

.product-comparison-chart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .product-comparison-chart__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%; }
    @media (max-width: 767px) {
      .product-comparison-chart__row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .product-comparison-chart__row.multi-robot .product-comparison-chart__row--block {
      width: calc(33.33333% - 78px); }
      @media (max-width: 1024px) {
        .product-comparison-chart__row.multi-robot .product-comparison-chart__row--block {
          width: 26%; } }
      @media (max-width: 767px) {
        .product-comparison-chart__row.multi-robot .product-comparison-chart__row--block {
          width: 33.33333%; } }
      .product-comparison-chart__row.multi-robot .product-comparison-chart__row--block.attribute-title, .product-comparison-chart__row.multi-robot .product-comparison-chart__row--block.attribute {
        width: 234px; }
        @media (max-width: 1024px) {
          .product-comparison-chart__row.multi-robot .product-comparison-chart__row--block.attribute-title, .product-comparison-chart__row.multi-robot .product-comparison-chart__row--block.attribute {
            width: 22%; } }
        @media (max-width: 767px) {
          .product-comparison-chart__row.multi-robot .product-comparison-chart__row--block.attribute-title, .product-comparison-chart__row.multi-robot .product-comparison-chart__row--block.attribute {
            width: 100%; } }
      .product-comparison-chart__row.multi-robot .product-comparison-chart__row--block.chart-product img {
        width: 80px; }
        @media screen and (max-width: 1440px) {
          .product-comparison-chart__row.multi-robot .product-comparison-chart__row--block.chart-product img {
            margin-right: 10px; } }
        @media screen and (max-width: 900px) {
          .product-comparison-chart__row.multi-robot .product-comparison-chart__row--block.chart-product img {
            margin: 0 auto; } }
      .product-comparison-chart__row.multi-robot .product-comparison-chart__row--block.chart-product .chart-product-info {
        width: calc(100% - 100px); }
        @media screen and (max-width: 1440px) {
          .product-comparison-chart__row.multi-robot .product-comparison-chart__row--block.chart-product .chart-product-info {
            width: calc(100% - 90px); } }
        @media screen and (max-width: 900px) {
          .product-comparison-chart__row.multi-robot .product-comparison-chart__row--block.chart-product .chart-product-info {
            width: 100%; } }
        .product-comparison-chart__row.multi-robot .product-comparison-chart__row--block.chart-product .chart-product-info h1 {
          font-size: 1.625rem;
          margin-bottom: 5px; }
          @media screen and (max-width: 1440px) {
            .product-comparison-chart__row.multi-robot .product-comparison-chart__row--block.chart-product .chart-product-info h1 {
              font-size: 1.375rem; } }
          @media (max-width: 1024px) {
            .product-comparison-chart__row.multi-robot .product-comparison-chart__row--block.chart-product .chart-product-info h1 {
              font-size: 1rem; } }
        @media (max-width: 1024px) {
          .product-comparison-chart__row.multi-robot .product-comparison-chart__row--block.chart-product .chart-product-info p {
            font-size: 0.8125rem; } }
        .product-comparison-chart__row.multi-robot .product-comparison-chart__row--block.chart-product .chart-product-info .btn {
          margin-top: 5px; }
      .product-comparison-chart__row.multi-robot .product-comparison-chart__row--block.chart-check img {
        margin-left: 100px; }
        @media (max-width: 1024px) {
          .product-comparison-chart__row.multi-robot .product-comparison-chart__row--block.chart-check img {
            margin-left: 90px; } }
        @media screen and (max-width: 900px) {
          .product-comparison-chart__row.multi-robot .product-comparison-chart__row--block.chart-check img {
            margin: 0 auto; } }
    .product-comparison-chart__row--block {
      display: -ms-flexbox;
      display: flex;
      border-bottom: 2px solid #d9dcde;
      width: calc(50% - 117px);
      padding: 20px; }
      @media (max-width: 1024px) {
        .product-comparison-chart__row--block {
          padding: 15px;
          width: 39%; } }
      @media (max-width: 767px) {
        .product-comparison-chart__row--block {
          width: 50%; } }
      .product-comparison-chart__row--block.attribute {
        border-bottom: 2px solid #bac0c3;
        width: 234px; }
        @media (max-width: 1024px) {
          .product-comparison-chart__row--block.attribute {
            width: 22%; } }
        @media (max-width: 767px) {
          .product-comparison-chart__row--block.attribute {
            border-bottom: 2px solid #d9dcde;
            -ms-flex-pack: center;
                justify-content: center;
            width: 100%; } }
        .product-comparison-chart__row--block.attribute p {
          line-height: 1.25em; }
          @media (max-width: 1024px) {
            .product-comparison-chart__row--block.attribute p {
              font-size: 0.8125rem; } }
      .product-comparison-chart__row--block.attribute-title {
        -ms-flex-item-align: end;
            align-self: flex-end;
        border-bottom: 2px solid #bac0c3;
        width: 234px; }
        @media (max-width: 1024px) {
          .product-comparison-chart__row--block.attribute-title {
            width: 22%; } }
        @media (max-width: 767px) {
          .product-comparison-chart__row--block.attribute-title {
            display: none; } }
        .product-comparison-chart__row--block.attribute-title p {
          font-size: 1.75rem;
          font-weight: 600; }
          @media screen and (max-width: 1440px) {
            .product-comparison-chart__row--block.attribute-title p {
              font-size: 1.25rem; } }
          @media (max-width: 1024px) {
            .product-comparison-chart__row--block.attribute-title p {
              font-size: 1rem; } }
      .product-comparison-chart__row--block.chart-product {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        @media screen and (max-width: 900px) {
          .product-comparison-chart__row--block.chart-product {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            padding-top: 0;
            text-align: center; } }
        .product-comparison-chart__row--block.chart-product h1 {
          font-size: 2rem;
          font-weight: 600;
          margin-bottom: 15px; }
          @media screen and (max-width: 1440px) {
            .product-comparison-chart__row--block.chart-product h1 {
              font-size: 1.5rem; } }
          @media (max-width: 1024px) {
            .product-comparison-chart__row--block.chart-product h1 {
              font-size: 1.125rem;
              margin-bottom: 10px; } }
        .product-comparison-chart__row--block.chart-product img {
          margin-right: 20px;
          width: 150px; }
          @media screen and (max-width: 1440px) {
            .product-comparison-chart__row--block.chart-product img {
              margin-right: 15px;
              width: 120px; } }
          @media (max-width: 1024px) {
            .product-comparison-chart__row--block.chart-product img {
              width: 90px; } }
          @media screen and (max-width: 900px) {
            .product-comparison-chart__row--block.chart-product img {
              margin: 0 auto; } }
          @media (max-width: 767px) {
            .product-comparison-chart__row--block.chart-product img {
              width: 100%;
              margin: 0; } }
        .product-comparison-chart__row--block.chart-product .chart-product-info {
          width: calc(100% - 170px); }
          @media screen and (max-width: 1440px) {
            .product-comparison-chart__row--block.chart-product .chart-product-info {
              width: calc(100% - 135px); } }
          @media (max-width: 1024px) {
            .product-comparison-chart__row--block.chart-product .chart-product-info {
              width: calc(100% - 100px); } }
          @media screen and (max-width: 900px) {
            .product-comparison-chart__row--block.chart-product .chart-product-info {
              width: 100%; } }
          @media (max-width: 767px) {
            .product-comparison-chart__row--block.chart-product .chart-product-info {
              width: 100%; } }
          .product-comparison-chart__row--block.chart-product .chart-product-info .btn {
            margin-top: 15px;
            padding: 10px 20px; }
            @media (max-width: 1024px) {
              .product-comparison-chart__row--block.chart-product .chart-product-info .btn {
                margin-top: 10px;
                padding: 6px 14px; } }
      .product-comparison-chart__row--block.chart-check img {
        margin-left: 170px;
        width: 20px; }
        @media screen and (max-width: 1440px) {
          .product-comparison-chart__row--block.chart-check img {
            margin-left: 135px; } }
        @media (max-width: 1024px) {
          .product-comparison-chart__row--block.chart-check img {
            margin-left: 105px; } }
        @media screen and (max-width: 900px) {
          .product-comparison-chart__row--block.chart-check img {
            margin: 0 auto; } }

.download-blocks {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 100px auto; }
  @media screen and (max-width: 1024px) {
    .download-blocks {
      margin: 75px auto; } }
  @media screen and (max-width: 768px) {
    .download-blocks {
      margin: 50px auto; } }
  @media screen and (max-width: 600px) {
    .download-blocks {
      width: 100%; } }
  .download-blocks .header-content {
    margin-bottom: 50px; }
    .download-blocks .header-content .header-text {
      font-size: 45px;
      margin: 0 auto 25px;
      font-weight: 600;
      font-family: "RT Raleway", sans-serif; }
      @media screen and (max-width: 1440px) {
        .download-blocks .header-content .header-text {
          font-size: 40px;
          line-height: 50px; } }
      @media screen and (max-width: 1024px) {
        .download-blocks .header-content .header-text {
          font-size: 30px;
          line-height: 40px; } }
    .download-blocks .header-content .sub-header-text {
      font-size: 20px;
      margin: 0 auto;
      margin-top: 25px;
      line-height: 30px;
      text-align: center;
      width: 590px;
      max-width: 90%;
      font-family: "Harmonia Sans Pro Cyr", sans-serif; }
    @media screen and (max-width: 1024px) {
      .download-blocks .header-content {
        font-size: 16px;
        margin: 25px auto; } }
  .download-blocks .block-container .slick-slide {
    margin: 0 20px; }
    @media screen and (max-width: 550px) {
      .download-blocks .block-container .slick-slide {
        padding: 0 40px !important; } }
    @media screen and (max-width: 475px) {
      .download-blocks .block-container .slick-slide {
        padding: 0 !important;
        margin: 0 15px; } }
  .download-blocks .block-container .slick-dots {
    margin-top: 25px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
        justify-content: center; }
    .download-blocks .block-container .slick-dots button {
      background-color: #c1c1c1; }
    .download-blocks .block-container .slick-dots .slick-active button {
      background-color: #6cb86a; }
  .download-blocks .block-container__block {
    text-align: center;
    padding: 0 2%; }
    @media screen and (max-width: 1024px) {
      .download-blocks .block-container__block {
        margin-bottom: 50px; } }
    .download-blocks .block-container__block h1 {
      font-size: 1.75rem;
      line-height: 1.25em;
      margin-bottom: 40px; }
      @media screen and (max-width: 1024px) {
        .download-blocks .block-container__block h1 {
          font-size: 24px; } }
    .download-blocks .block-container__block--icons {
      background-color: transparent;
      height: 300px;
      perspective: 1000px; }
      @media screen and (max-width: 768px) {
        .download-blocks .block-container__block--icons {
          height: 350px; } }
      .download-blocks .block-container__block--icons .icons-inner {
        cursor: pointer;
        position: relative;
        width: 100%;
        height: 100%;
        transition: transform 0.6s; }
        .download-blocks .block-container__block--icons .icons-inner.flip {
          transform: rotateY(180deg); }
      .download-blocks .block-container__block--icons .icons-front,
      .download-blocks .block-container__block--icons .icons-back {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
        .download-blocks .block-container__block--icons .icons-front .hex-bg,
        .download-blocks .block-container__block--icons .icons-back .hex-bg {
          filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.2)); }
        .download-blocks .block-container__block--icons .icons-front .logo,
        .download-blocks .block-container__block--icons .icons-front .qr-code,
        .download-blocks .block-container__block--icons .icons-back .logo,
        .download-blocks .block-container__block--icons .icons-back .qr-code {
          position: absolute;
          width: 50%; }
        .download-blocks .block-container__block--icons .icons-front .qr-code,
        .download-blocks .block-container__block--icons .icons-back .qr-code {
          display: none;
          transform: rotateY(180deg); }
    .download-blocks .block-container__block--hexagon-heading {
      margin-bottom: 10px !important;
      margin-top: 10px;
      color: #34444c; }
    .download-blocks .block-container__block--hexagon-sub-heading {
      color: #34444c;
      margin-top: 30px; }
    .download-blocks .block-container__block--hexagon-sub-heading-button {
      color: #fff;
      width: 80%;
      display: -ms-flexbox;
      display: flex;
      margin: 0 auto;
      margin-top: 30px;
      height: 50px;
      border-radius: 50px;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }

.horizontal-container {
  max-width: 100vw;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px; }

#blog-image-slider {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%; }
  #blog-image-slider .slick-list {
    overflow: unset; }
  @media screen and (max-width: 550px) {
    #blog-image-slider .slick-slide {
      width: 240px !important; } }
  #blog-image-slider .prev-arrow,
  #blog-image-slider .next-arrow {
    margin-top: -55px;
    width: 55px;
    height: 55px; }
    @media (max-width: 1024px) {
      #blog-image-slider .prev-arrow,
      #blog-image-slider .next-arrow {
        display: none !important; } }
  #blog-image-slider .prev-arrow {
    transform: translateX(-30px); }
  #blog-image-slider .next-arrow {
    transform: translateX(30px); }
  #blog-image-slider .slick-dots {
    margin-top: 25px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%; }
    #blog-image-slider .slick-dots button {
      background-color: #c1c1c1; }
    #blog-image-slider .slick-dots .slick-active button {
      background-color: #6cb86a; }
  #blog-image-slider .column-container {
    padding: 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    #blog-image-slider .column-container__image {
      margin: 0 auto 15px;
      max-width: 250px;
      width: 90%; }
      @media screen and (max-width: 768px) {
        #blog-image-slider .column-container__image {
          max-width: 240px;
          width: 100%; } }
    #blog-image-slider .column-container__text {
      text-align: center;
      font-family: inherit;
      font-size: 14px; }

.green-typography {
  color: #6cb86a; }

.purple-typography {
  color: #434484; }

.red-typography {
  color: #e95c67; }

.blue-typography {
  color: #3f86c7; }

.orange-typography {
  color: #f09920; }

.dark-grey-typography {
  color: #34444c; }

.four-column {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  margin-top: 75px; }
  @media screen and (max-width: 1260px) {
    .four-column {
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; } }
  .four-column__card {
    margin: 10px;
    box-shadow: 0 14px 40px #b0bfce54;
    border-radius: 45px 100px 45px 45px;
    position: relative; }
    @media screen and (max-width: 1260px) {
      .four-column__card {
        width: 40% !important; } }
    @media screen and (max-width: 768px) {
      .four-column__card {
        width: 43% !important;
        margin: 10px 0; } }
    @media screen and (max-width: 640px) {
      .four-column__card {
        width: 100% !important;
        margin: 20px; } }
    .four-column__card:hover > .four-column__card__icon {
      transform: translateY(-25px) rotate(90deg);
      transition: transform 350ms ease-out; }
    .four-column__card:hover > .four-column__card__content {
      transform: translateY(-55px);
      transition: transform 350ms ease-out; }
    .four-column__card__image {
      height: 250px;
      border-radius: 45px 100px 0 0;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    .four-column__card__icon {
      background-position: center;
      background-repeat: no-repeat;
      background-size: 65%;
      width: 60px;
      height: 60px;
      border-radius: 100%;
      margin: -70px auto 0;
      z-index: 100;
      transition: transform 350ms ease-out; }
    .four-column__card__content {
      background-color: white;
      border-radius: 45px;
      padding: 60px 0 50px;
      margin: 0 0 30px 0;
      transform: translateY(-30px);
      transition: transform 350ms ease-out; }
      .four-column__card__content__title {
        width: 85%;
        font-size: 26px;
        line-height: 32px;
        margin: 0 auto 25px;
        font-family: "RT Raleway", sans-serif;
        font-weight: 600;
        text-align: center; }
      .four-column__card__content__description {
        width: 85%;
        margin: 0 auto;
        text-align: center;
        font-size: 16px;
        line-height: 22px;
        color: #6f787c; }
    .four-column__card__card-button {
      width: 80%;
      border-radius: 45px;
      height: 55px;
      margin: 0 auto 35px;
      left: 0;
      right: 0;
      position: absolute;
      z-index: 998;
      transform: translateY(-85px);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      color: #fff; }
    .four-column__card__dropdown {
      width: 80%;
      border-radius: 45px;
      max-height: 55px;
      overflow: hidden;
      margin: 0 auto 35px;
      left: 0;
      right: 0;
      position: absolute;
      z-index: 998;
      transform: translateY(-85px);
      transition: max-height 300ms ease-in-out, border-radius 5ms 295ms ease; }
      .four-column__card__dropdown__label {
        height: 56px;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        padding: 0 20px;
        cursor: pointer; }
        .four-column__card__dropdown__label::after {
          content: url("../img/icons/dropdown-arrow-white.svg");
          width: 12px;
          margin-left: auto; }
      .four-column__card__dropdown__option {
        color: #fff;
        height: 45px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        text-align: center; }
        .four-column__card__dropdown__option:hover {
          filter: brightness(1.2) !important; }
  .four-column__caption {
    text-align: center;
    font-size: 12px;
    font-style: italic;
    line-height: 20px;
    margin: 30px auto;
    width: 1000px; }

.drop-down-open {
  transition: max-height 300ms ease-out, border-radius 5ms ease; }

.video-block {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 150px auto; }
  @media screen and (max-width: 1024px) {
    .video-block {
      margin: 75px auto; } }
  @media screen and (max-width: 768px) {
    .video-block {
      margin: 50px auto; } }
  .video-block .header-content {
    max-width: none;
    width: 100%;
    margin-bottom: 50px; }
    .video-block .header-content .sub-header-text {
      margin-bottom: 0; }
    @media (max-width: 767px) {
      .video-block .header-content {
        margin-bottom: 25px; } }
  .video-block .video-container {
    max-width: 1000px;
    margin: 0 auto; }
  .video-block .video-responsive {
    border-radius: 60px; }
    @media (max-width: 1024px) {
      .video-block .video-responsive {
        border-radius: 50px; } }
    @media (max-width: 767px) {
      .video-block .video-responsive {
        border-radius: 30px; } }
  .video-block .video-caption {
    font-size: 16px;
    line-height: 22px;
    color: #8c9497;
    margin-top: 25px; }
    @media screen and (max-width: 1024px) {
      .video-block .video-caption {
        font-size: 12px;
        line-height: 16px; } }
    @media (max-width: 767px) {
      .video-block .video-caption {
        margin-top: 10px; } }

.the-latest-hero,
.materials-hero {
  height: 400px; }
  @media screen and (max-width: 1024px) {
    .the-latest-hero,
    .materials-hero {
      height: 300px; } }
  @media screen and (max-width: 768px) {
    .the-latest-hero,
    .materials-hero {
      height: 225px; } }
  .the-latest-hero .hero-content,
  .materials-hero .hero-content {
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center; }
    .the-latest-hero .hero-content h1,
    .materials-hero .hero-content h1 {
      font-size: 3.375rem;
      line-height: 1.3em;
      font-weight: 700;
      font-family: "RT Raleway", sans-serif;
      margin-bottom: 25px; }
      @media screen and (max-width: 1440px) {
        .the-latest-hero .hero-content h1,
        .materials-hero .hero-content h1 {
          font-size: 2.25rem; } }
      @media screen and (max-width: 1024px) {
        .the-latest-hero .hero-content h1,
        .materials-hero .hero-content h1 {
          font-size: 36px;
          line-height: 46px; } }
      @media screen and (max-width: 768px) {
        .the-latest-hero .hero-content h1,
        .materials-hero .hero-content h1 {
          font-size: 32px;
          line-height: 38px; } }
      @media screen and (max-width: 640px) {
        .the-latest-hero .hero-content h1,
        .materials-hero .hero-content h1 {
          font-size: 30px;
          line-height: 40px; } }
    .the-latest-hero .hero-content p,
    .materials-hero .hero-content p {
      font-size: 20px;
      line-height: 30px;
      font-weight: 400;
      max-width: 600px;
      margin: 0 auto; }
      @media screen and (max-width: 1440px) {
        .the-latest-hero .hero-content p,
        .materials-hero .hero-content p {
          font-size: 15px;
          line-height: 22px; } }
  .the-latest-hero .hero-bg,
  .materials-hero .hero-bg {
    background: url("../img/materials-hero-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.materials-filter-mobile {
  position: fixed;
  width: 300px;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  background-color: #6cb86a;
  z-index: 99999; }

.materials-mobile-header {
  display: none;
  text-align: center;
  margin: 50px 0 25px; }
  @media screen and (max-width: 1024px) {
    .materials-mobile-header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; } }
  .materials-mobile-header #mobile-filter-btn {
    cursor: pointer;
    position: absolute;
    width: 70px;
    height: 50px;
    background-color: #34444c;
    border-radius: 0 30px 30px 0; }
    .materials-mobile-header #mobile-filter-btn img {
      width: 18px;
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
  .materials-mobile-header #mobile-search-btn {
    display: none;
    cursor: pointer;
    position: absolute;
    width: 70px;
    right: 0;
    height: 50px;
    background-color: #34444c;
    border-radius: 30px 0 0 30px; }
    .materials-mobile-header #mobile-search-btn img {
      width: 20px;
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
  .materials-mobile-header p {
    font-size: 20px;
    line-height: 24px;
    font-family: "RT Raleway", sans-serif;
    font-weight: 700;
    margin: 0 auto; }

.materials-filter {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  background-color: #34444c;
  height: 100px;
  margin-top: -50px;
  border-radius: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 65px 0 40px;
  z-index: 999; }
  @media screen and (max-width: 1024px) {
    .materials-filter {
      border-radius: 0 30px 30px 0;
      position: fixed;
      width: 300px;
      bottom: 0;
      left: 0;
      padding: 75px 0 0 0;
      height: 100vh;
      background-color: #ecf2f3;
      z-index: 9999999;
      -ms-flex-direction: column;
          flex-direction: column;
      transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      transform: translateX(-400px); } }
  .materials-filter #mobile-filter-close {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    color: #6cb86a;
    z-index: 1;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    cursor: pointer; }
    @media screen and (max-width: 1024px) {
      .materials-filter #mobile-filter-close {
        display: block; } }
  .materials-filter .mobile-filter-icon,
  .materials-filter .filter-icon {
    position: absolute;
    width: 20px;
    left: 0;
    top: 2px; }
  .materials-filter .mobile-filter-icon {
    display: none; }
    @media screen and (max-width: 1024px) {
      .materials-filter .mobile-filter-icon {
        display: block; } }
  @media screen and (max-width: 1024px) {
    .materials-filter .filter-icon {
      display: none; } }
  .materials-filter .filter-label {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-family: "RT Raleway", sans-serif;
    font-weight: 700;
    margin-right: 20px;
    padding-left: 30px;
    min-width: 108px;
    width: 108px; }
    @media screen and (max-width: 1024px) {
      .materials-filter .filter-label {
        margin: 0 0 35px 0;
        font-size: 18px;
        line-height: 24px;
        color: #34444c;
        width: auto; } }
  .materials-filter .dropdown {
    width: calc(25% - 52px);
    max-width: 225px;
    height: 50px;
    text-align: left;
    margin-right: 20px;
    z-index: 1; }
    @media screen and (max-width: 1024px) {
      .materials-filter .dropdown {
        margin: 0 0 35px 0;
        height: 65px;
        background-color: #6cb86a;
        z-index: unset;
        width: 100%; } }
    .materials-filter .dropdown:last-of-type {
      margin: 0; }
    .materials-filter .dropdown p {
      white-space: nowrap;
      overflow: hidden;
      border-left: 25px solid transparent;
      border-right: 40px solid transparent;
      text-overflow: ellipsis;
      background-color: #fff;
      border-radius: 30px;
      color: #34444c;
      padding: 12px 0;
      font-size: 16px;
      font-weight: 400; }
      .materials-filter .dropdown p:after {
        content: ""; }
      @media screen and (max-width: 1024px) {
        .materials-filter .dropdown p {
          background-color: #6cb86a;
          padding: 20px 25px;
          color: #fff; } }
    .materials-filter .dropdown img {
      position: absolute;
      width: 14px;
      z-index: 6;
      right: 20px;
      top: 20px; }
    .materials-filter .dropdown .dropdown-content {
      max-height: 252px;
      margin-top: -28px;
      box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.08);
      /* Handle */ }
      .materials-filter .dropdown .dropdown-content::-webkit-scrollbar {
        width: 10px; }
      .materials-filter .dropdown .dropdown-content::-webkit-scrollbar-thumb {
        background: #6cb86a;
        border-radius: 15px; }
      @media screen and (max-width: 1024px) {
        .materials-filter .dropdown .dropdown-content {
          z-index: 7;
          top: 68px;
          background-color: #6cb86a;
          border-top: none !important;
          /* Handle */ }
          .materials-filter .dropdown .dropdown-content::-webkit-scrollbar-thumb {
            background: #fff; } }
      @media screen and (max-width: 1024px) {
        .materials-filter .dropdown .dropdown-content ul {
          padding: 20px 0 0 0; } }
      .materials-filter .dropdown .dropdown-content li {
        color: #34444c;
        transition: all 0.25s ease-out; }
        @media screen and (max-width: 1024px) {
          .materials-filter .dropdown .dropdown-content li {
            color: #fff; } }
        .materials-filter .dropdown .dropdown-content li:hover {
          color: #fff;
          background-color: #6cb86a; }

.mobile-filter-active {
  transform: translateX(0); }

#materials-search-bar {
  position: absolute;
  background-color: #fff;
  right: 22px;
  padding: 9px 0;
  border-radius: 30px; }
  @media screen and (max-width: 1024px) {
    #materials-search-bar {
      display: none; } }
  #materials-search-bar input {
    line-height: 26px;
    color: #34444c;
    font-size: 16px;
    font-weight: 400;
    width: 0;
    margin-left: 20px; }
    #materials-search-bar input:focus {
      outline: 0; }

#search-btn {
  position: absolute;
  right: 16px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #fff;
  background-image: url("../img/icons/search-icon.svg");
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: center; }
  @media screen and (max-width: 1024px) {
    #search-btn {
      display: none; } }

.filter-reset {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 25px auto 0;
  padding: 0 25px;
  text-align: center; }
  .filter-reset .reset-btn {
    display: none;
    border: 2px solid #bfbfbf;
    padding: 5px 38px 5px 20px;
    border-radius: 30px;
    min-width: 175px;
    text-align: left;
    font-size: 14px;
    margin: 0 5px;
    cursor: pointer; }
    .filter-reset .reset-btn:after {
      content: "×";
      position: absolute;
      right: 14px;
      font-size: 18px;
      color: #6cb86a; }

#no-material-results {
  display: none;
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  text-align: center;
  margin: 100px auto;
  font-family: "RT Raleway", sans-serif; }
  #no-material-results img {
    margin-bottom: 35px; }
  #no-material-results h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 25px; }
    @media screen and (max-width: 1024px) {
      #no-material-results h2 {
        font-size: 38px; } }
    @media screen and (max-width: 768px) {
      #no-material-results h2 {
        font-size: 24px;
        margin-bottom: 10px; } }
  #no-material-results p {
    font-size: 20px; }
    @media screen and (max-width: 1024px) {
      #no-material-results p {
        font-size: 16px; } }
    @media screen and (max-width: 768px) {
      #no-material-results p {
        font-size: 12px; } }

#materials-filtered .react-container {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch; }

#materials-filtered,
.material-entries-container,
.material-entries-container-units,
.material-entries-container-related-units {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch; }
  #materials-filtered .header-text,
  .material-entries-container .header-text,
  .material-entries-container-units .header-text,
  .material-entries-container-related-units .header-text {
    width: 100%;
    text-align: center;
    margin-bottom: 50px; }
    @media screen and (max-width: 1440px) {
      #materials-filtered .header-text,
      .material-entries-container .header-text,
      .material-entries-container-units .header-text,
      .material-entries-container-related-units .header-text {
        font-size: 40px;
        line-height: 50px; } }
    @media screen and (max-width: 1024px) {
      #materials-filtered .header-text,
      .material-entries-container .header-text,
      .material-entries-container-units .header-text,
      .material-entries-container-related-units .header-text {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 25px; } }
  #materials-filtered .header-content,
  .material-entries-container .header-content,
  .material-entries-container-units .header-content,
  .material-entries-container-related-units .header-content {
    margin: 0 auto;
    width: 100%; }
    #materials-filtered .header-content .header-text,
    .material-entries-container .header-content .header-text,
    .material-entries-container-units .header-content .header-text,
    .material-entries-container-related-units .header-content .header-text {
      margin-bottom: 25px; }
  #materials-filtered .material-entry,
  .material-entries-container .material-entry,
  .material-entries-container-units .material-entry,
  .material-entries-container-related-units .material-entry {
    box-shadow: 0 14px 40px #b0bfce54;
    background-color: #fff;
    border-radius: 45px;
    width: 48%;
    padding: 35px;
    margin: 25px 0;
    display: -ms-flexbox;
    display: flex;
    min-height: 320px; }
    @media screen and (max-width: 1260px) {
      #materials-filtered .material-entry,
      .material-entries-container .material-entry,
      .material-entries-container-units .material-entry,
      .material-entries-container-related-units .material-entry {
        -ms-flex-direction: column;
            flex-direction: column; } }
    @media (max-width: 767px) {
      #materials-filtered .material-entry,
      .material-entries-container .material-entry,
      .material-entries-container-units .material-entry,
      .material-entries-container-related-units .material-entry {
        width: 100%;
        padding: 25px;
        margin: 0 0 25px 0;
        -ms-flex-direction: row;
            flex-direction: row; }
        #materials-filtered .material-entry:last-of-type,
        .material-entries-container .material-entry:last-of-type,
        .material-entries-container-units .material-entry:last-of-type,
        .material-entries-container-related-units .material-entry:last-of-type {
          margin: 0; } }
    @media screen and (max-width: 610px) {
      #materials-filtered .material-entry,
      .material-entries-container .material-entry,
      .material-entries-container-units .material-entry,
      .material-entries-container-related-units .material-entry {
        -ms-flex-direction: column;
            flex-direction: column; } }
    #materials-filtered .material-entry a,
    .material-entries-container .material-entry a,
    .material-entries-container-units .material-entry a,
    .material-entries-container-related-units .material-entry a {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 10; }
    #materials-filtered .material-entry .entry-featured-img,
    .material-entries-container .material-entry .entry-featured-img,
    .material-entries-container-units .material-entry .entry-featured-img,
    .material-entries-container-related-units .material-entry .entry-featured-img {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 40%;
      border-radius: 26px;
      overflow: hidden; }
      @media screen and (max-width: 1260px) {
        #materials-filtered .material-entry .entry-featured-img,
        .material-entries-container .material-entry .entry-featured-img,
        .material-entries-container-units .material-entry .entry-featured-img,
        .material-entries-container-related-units .material-entry .entry-featured-img {
          width: 100%;
          height: 250px;
          margin-bottom: 25px; } }
      @media (max-width: 767px) {
        #materials-filtered .material-entry .entry-featured-img,
        .material-entries-container .material-entry .entry-featured-img,
        .material-entries-container-units .material-entry .entry-featured-img,
        .material-entries-container-related-units .material-entry .entry-featured-img {
          height: 200px; } }
      #materials-filtered .material-entry .entry-featured-img .premium-tag,
      .material-entries-container .material-entry .entry-featured-img .premium-tag,
      .material-entries-container-units .material-entry .entry-featured-img .premium-tag,
      .material-entries-container-related-units .material-entry .entry-featured-img .premium-tag {
        color: #fff;
        background-color: #f09920;
        padding: 10px;
        text-align: center;
        border-top-right-radius: 26px;
        border-top-left-radius: 26px; }
    #materials-filtered .material-entry .material-grades,
    .material-entries-container .material-entry .material-grades,
    .material-entries-container-units .material-entry .material-grades,
    .material-entries-container-related-units .material-entry .material-grades {
      background-color: #6cb86a;
      font-family: "RT Raleway", sans-serif;
      display: inline-block;
      color: #fff;
      font-size: 12px;
      line-height: 14px;
      padding: 8px 14px;
      border-radius: 18px;
      margin: 0 10px 10px 0; }
      #materials-filtered .material-entry .material-grades:first-of-type,
      .material-entries-container .material-entry .material-grades:first-of-type,
      .material-entries-container-units .material-entry .material-grades:first-of-type,
      .material-entries-container-related-units .material-entry .material-grades:first-of-type {
        margin-left: 0; }
      #materials-filtered .material-entry .material-grades.grade-1-3,
      .material-entries-container .material-entry .material-grades.grade-1-3,
      .material-entries-container-units .material-entry .material-grades.grade-1-3,
      .material-entries-container-related-units .material-entry .material-grades.grade-1-3 {
        background-color: #434484; }
      #materials-filtered .material-entry .material-grades.grade-3-5,
      .material-entries-container .material-entry .material-grades.grade-3-5,
      .material-entries-container-units .material-entry .material-grades.grade-3-5,
      .material-entries-container-related-units .material-entry .material-grades.grade-3-5 {
        background-color: #3f86c7; }
      #materials-filtered .material-entry .material-grades.grade-6-9,
      .material-entries-container .material-entry .material-grades.grade-6-9,
      .material-entries-container-units .material-entry .material-grades.grade-6-9,
      .material-entries-container-related-units .material-entry .material-grades.grade-6-9 {
        background-color: #e95c67; }
    #materials-filtered .material-entry .entry-content,
    .material-entries-container .material-entry .entry-content,
    .material-entries-container-units .material-entry .entry-content,
    .material-entries-container-related-units .material-entry .entry-content {
      width: 60%;
      padding-left: 35px; }
      @media screen and (max-width: 1260px) {
        #materials-filtered .material-entry .entry-content,
        .material-entries-container .material-entry .entry-content,
        .material-entries-container-units .material-entry .entry-content,
        .material-entries-container-related-units .material-entry .entry-content {
          width: 100%;
          padding: 0; } }
      @media screen and (max-width: 768px) {
        #materials-filtered .material-entry .entry-content,
        .material-entries-container .material-entry .entry-content,
        .material-entries-container-units .material-entry .entry-content,
        .material-entries-container-related-units .material-entry .entry-content {
          padding-left: 35px; } }
      @media screen and (max-width: 610px) {
        #materials-filtered .material-entry .entry-content,
        .material-entries-container .material-entry .entry-content,
        .material-entries-container-units .material-entry .entry-content,
        .material-entries-container-related-units .material-entry .entry-content {
          padding: 0; } }
      #materials-filtered .material-entry .entry-content h1,
      .material-entries-container .material-entry .entry-content h1,
      .material-entries-container-units .material-entry .entry-content h1,
      .material-entries-container-related-units .material-entry .entry-content h1 {
        font-size: 26px;
        line-height: 35px;
        margin: 20px 0; }
        @media screen and (max-width: 1440px) {
          #materials-filtered .material-entry .entry-content h1,
          .material-entries-container .material-entry .entry-content h1,
          .material-entries-container-units .material-entry .entry-content h1,
          .material-entries-container-related-units .material-entry .entry-content h1 {
            font-size: 22px;
            line-height: 32px; } }
        @media (max-width: 767px) {
          #materials-filtered .material-entry .entry-content h1,
          .material-entries-container .material-entry .entry-content h1,
          .material-entries-container-units .material-entry .entry-content h1,
          .material-entries-container-related-units .material-entry .entry-content h1 {
            margin: 0 0 25px 0; } }
      #materials-filtered .material-entry .entry-content .entry-theme-container,
      .material-entries-container .material-entry .entry-content .entry-theme-container,
      .material-entries-container-units .material-entry .entry-content .entry-theme-container,
      .material-entries-container-related-units .material-entry .entry-content .entry-theme-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    #materials-filtered .material-entry .entry-description,
    .material-entries-container .material-entry .entry-description,
    .material-entries-container-units .material-entry .entry-description,
    .material-entries-container-related-units .material-entry .entry-description {
      font-size: 16px;
      line-height: 22px;
      margin: 20px 0; }
      @media screen and (max-width: 1440px) {
        #materials-filtered .material-entry .entry-description,
        .material-entries-container .material-entry .entry-description,
        .material-entries-container-units .material-entry .entry-description,
        .material-entries-container-related-units .material-entry .entry-description {
          font-size: 14px;
          line-height: 20px;
          margin: 15px 0; } }
      @media (max-width: 767px) {
        #materials-filtered .material-entry .entry-description,
        .material-entries-container .material-entry .entry-description,
        .material-entries-container-units .material-entry .entry-description,
        .material-entries-container-related-units .material-entry .entry-description {
          margin: 0 0 25px 0; } }
    #materials-filtered .material-entry .subject-tag,
    .material-entries-container .material-entry .subject-tag,
    .material-entries-container-units .material-entry .subject-tag,
    .material-entries-container-related-units .material-entry .subject-tag {
      width: 22px;
      top: 2px;
      margin-right: 8px; }
    #materials-filtered .material-entry .material-subject,
    .material-entries-container .material-entry .material-subject,
    .material-entries-container-units .material-entry .material-subject,
    .material-entries-container-related-units .material-entry .material-subject {
      display: inline-block;
      font-size: 15px;
      font-family: "RT Raleway", sans-serif;
      font-weight: 600;
      color: #bfbfbf;
      margin-right: 8px; }
  #materials-filtered .explore-btn-container,
  .material-entries-container .explore-btn-container,
  .material-entries-container-units .explore-btn-container,
  .material-entries-container-related-units .explore-btn-container {
    width: 100%;
    text-align: center; }
    #materials-filtered .explore-btn-container .explore-btn,
    .material-entries-container .explore-btn-container .explore-btn,
    .material-entries-container-units .explore-btn-container .explore-btn,
    .material-entries-container-related-units .explore-btn-container .explore-btn {
      margin: 50px auto; }

.materials-module {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 100px auto; }
  @media screen and (max-width: 1024px) {
    .materials-module {
      margin: 75px auto; } }
  @media screen and (max-width: 768px) {
    .materials-module {
      margin: 50px auto; } }

.material-entries-container-units {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%; }

.lesson-modal .modal-content {
  text-align: center;
  width: 90%; }

.lesson-modal h1 {
  font-size: 2.5rem;
  color: #6cb86a;
  font-weight: 700;
  margin-bottom: 25px; }
  @media (max-width: 1024px) {
    .lesson-modal h1 {
      font-size: 2.125rem; } }
  @media (max-width: 767px) {
    .lesson-modal h1 {
      font-size: 1.625rem; } }

.lesson-modal ul {
  list-style: inside; }
  .lesson-modal ul li {
    font-size: 1.375rem;
    margin-bottom: 15px; }
    @media (max-width: 1024px) {
      .lesson-modal ul li {
        font-size: 1.125rem; } }
    @media (max-width: 767px) {
      .lesson-modal ul li {
        font-size: 1rem; } }
    .lesson-modal ul li:last-of-type {
      margin-bottom: 0; }

#lessonNeedsOverlay .modal-content {
  max-width: 600px; }

.lesson-hero-container {
  padding: 75px 0;
  background-color: #496c8c; }
  .lesson-hero-container--bg {
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
    opacity: 0.2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right; }
  .lesson-hero-container .lesson-hero {
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 900px) {
      .lesson-hero-container .lesson-hero {
        text-align: center;
        top: 0;
        transform: none; } }
    .lesson-hero-container .lesson-hero__info {
      width: calc(100% - 600px); }
      .lesson-hero-container .lesson-hero__info .materials-back-btn {
        padding-left: 15px;
        cursor: pointer;
        display: inline-block;
        margin-bottom: 20px;
        z-index: 1; }
        .lesson-hero-container .lesson-hero__info .materials-back-btn a {
          color: #fff; }
        .lesson-hero-container .lesson-hero__info .materials-back-btn:before {
          content: url("../img/icons/back-arrow.svg");
          position: absolute;
          left: 0;
          top: -1px; }
      .lesson-hero-container .lesson-hero__info .tags-container {
        margin: 20px 0 30px; }
        @media screen and (max-width: 768px) {
          .lesson-hero-container .lesson-hero__info .tags-container {
            margin: 0 0 25px 0;
            display: inline-block;
            position: absolute;
            right: 0; } }
      .lesson-hero-container .lesson-hero__info .entry-tag {
        font-family: "RT Raleway", sans-serif;
        font-weight: 700;
        font-size: 13px;
        cursor: default;
        color: #fff;
        margin-right: 12px;
        padding: 8px 16px;
        display: inline-block;
        border-radius: 38px; }
        @media screen and (max-width: 1440px) {
          .lesson-hero-container .lesson-hero__info .entry-tag {
            margin: 0;
            font-size: 10px;
            padding: 6px 16px; } }
        .lesson-hero-container .lesson-hero__info .entry-tag.premium-tag {
          border: 2px solid #f09920;
          background-color: #f09920; }
        .lesson-hero-container .lesson-hero__info .entry-tag.community-sub-tag {
          border: 2px solid #434484;
          background-color: #434484; }
      .lesson-hero-container .lesson-hero__info .favorites-btn {
        background-color: transparent;
        border: 2px solid rgba(255, 255, 255, 0.3);
        padding: 12px 16px 12px 40px; }
        .lesson-hero-container .lesson-hero__info .favorites-btn .heart-icon {
          width: 15px;
          left: 16px;
          position: absolute; }
      .lesson-hero-container .lesson-hero__info h1 {
        font-size: 3rem;
        color: #fff;
        font-weight: 700; }
        @media screen and (max-width: 1440px) {
          .lesson-hero-container .lesson-hero__info h1 {
            font-size: 2.25rem; } }
        @media (max-width: 1024px) {
          .lesson-hero-container .lesson-hero__info h1 {
            font-size: 1.875rem; } }
        @media screen and (max-width: 600px) {
          .lesson-hero-container .lesson-hero__info h1 {
            font-size: 26px;
            line-height: 38px; } }
      .lesson-hero-container .lesson-hero__info h3 {
        font-size: 1.875rem;
        color: #fff;
        font-weight: 600;
        margin-bottom: 20px; }
        @media screen and (max-width: 1440px) {
          .lesson-hero-container .lesson-hero__info h3 {
            font-size: 1.625rem; } }
        @media (max-width: 1024px) {
          .lesson-hero-container .lesson-hero__info h3 {
            font-size: 1.375rem; } }
      .lesson-hero-container .lesson-hero__info__subjects {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        margin-top: 20px; }
        @media screen and (max-width: 900px) {
          .lesson-hero-container .lesson-hero__info__subjects {
            -ms-flex-pack: center;
                justify-content: center; } }
        .lesson-hero-container .lesson-hero__info__subjects img {
          margin-right: 10px;
          width: 30px;
          top: -1px; }
          @media screen and (max-width: 1440px) {
            .lesson-hero-container .lesson-hero__info__subjects img {
              width: 25px; } }
        .lesson-hero-container .lesson-hero__info__subjects p {
          font-family: "RT Raleway", sans-serif;
          font-weight: 500;
          color: #fff;
          margin-right: 10px; }
          @media screen and (max-width: 1440px) {
            .lesson-hero-container .lesson-hero__info__subjects p {
              font-size: 0.875rem; } }
      .lesson-hero-container .lesson-hero__info__links {
        margin-top: 40px; }
        @media screen and (max-width: 900px) {
          .lesson-hero-container .lesson-hero__info__links {
            margin-top: 20px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
                justify-content: center; } }
        @media (max-width: 767px) {
          .lesson-hero-container .lesson-hero__info__links {
            -ms-flex-align: center;
                align-items: center;
            -ms-flex-direction: column;
                flex-direction: column; } }
        .lesson-hero-container .lesson-hero__info__links p {
          display: inline;
          cursor: pointer;
          font-family: "RT Raleway", sans-serif;
          font-weight: 500;
          color: #fff;
          font-size: 1.25rem;
          text-decoration: underline;
          margin-right: 35px; }
          @media screen and (max-width: 1440px) {
            .lesson-hero-container .lesson-hero__info__links p {
              font-size: 0.9375rem; } }
          @media (max-width: 1024px) {
            .lesson-hero-container .lesson-hero__info__links p {
              display: block;
              width: -webkit-fit-content;
              width: -moz-fit-content;
              width: fit-content; } }
          @media (max-width: 1024px) {
            .lesson-hero-container .lesson-hero__info__links p:last-of-type {
              margin-top: 5px; } }
          @media screen and (max-width: 900px) {
            .lesson-hero-container .lesson-hero__info__links p:last-of-type {
              margin-top: 0; } }
          @media (max-width: 767px) {
            .lesson-hero-container .lesson-hero__info__links p:last-of-type {
              margin-top: 5px; } }
          .lesson-hero-container .lesson-hero__info__links p::after {
            content: url("../img/icons/next-arrow.svg");
            position: absolute;
            right: -15px;
            width: 7px; }
    .lesson-hero-container .lesson-hero__images {
      margin-left: 50px;
      width: 550px; }
      @media screen and (max-width: 1440px) {
        .lesson-hero-container .lesson-hero__images {
          width: 450px; } }
      @media (max-width: 1024px) {
        .lesson-hero-container .lesson-hero__images {
          margin-left: 25px;
          width: 400px; } }
      @media screen and (max-width: 900px) {
        .lesson-hero-container .lesson-hero__images {
          margin: 0;
          width: 100%; } }
      .lesson-hero-container .lesson-hero__images .lesson-imgs-slider--img {
        border-radius: 24px;
        width: 100%;
        height: 450px;
        background-color: #6cb86a;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover; }
        @media screen and (max-width: 1440px) {
          .lesson-hero-container .lesson-hero__images .lesson-imgs-slider--img {
            height: 400px; } }
        @media (max-width: 767px) {
          .lesson-hero-container .lesson-hero__images .lesson-imgs-slider--img {
            height: 300px; } }
      .lesson-hero-container .lesson-hero__images .lesson-imgs-thumbnail-slider {
        margin: 20px 25px 0; }
        .lesson-hero-container .lesson-hero__images .lesson-imgs-thumbnail-slider .slick-slide {
          margin: 0 5px; }
        .lesson-hero-container .lesson-hero__images .lesson-imgs-thumbnail-slider .prev-arrow,
        .lesson-hero-container .lesson-hero__images .lesson-imgs-thumbnail-slider .next-arrow {
          background-color: transparent;
          width: 20px;
          height: 20px; }
          @media (max-width: 1024px) {
            .lesson-hero-container .lesson-hero__images .lesson-imgs-thumbnail-slider .prev-arrow,
            .lesson-hero-container .lesson-hero__images .lesson-imgs-thumbnail-slider .next-arrow {
              width: 15px;
              height: 15px; } }
          @media screen and (max-width: 900px) {
            .lesson-hero-container .lesson-hero__images .lesson-imgs-thumbnail-slider .prev-arrow,
            .lesson-hero-container .lesson-hero__images .lesson-imgs-thumbnail-slider .next-arrow {
              width: 20px;
              height: 20px; } }
          @media (max-width: 767px) {
            .lesson-hero-container .lesson-hero__images .lesson-imgs-thumbnail-slider .prev-arrow,
            .lesson-hero-container .lesson-hero__images .lesson-imgs-thumbnail-slider .next-arrow {
              width: 15px;
              height: 15px; } }
        .lesson-hero-container .lesson-hero__images .lesson-imgs-thumbnail-slider .prev-arrow {
          background-image: url("../img/icons/slider-arrow-prev-green.svg");
          left: -25px; }
        .lesson-hero-container .lesson-hero__images .lesson-imgs-thumbnail-slider .next-arrow {
          background-image: url("../img/icons/slider-arrow-next-green.svg");
          right: -25px; }
        .lesson-hero-container .lesson-hero__images .lesson-imgs-thumbnail-slider--img {
          cursor: pointer;
          background-position: center bottom;
          background-repeat: no-repeat;
          background-size: cover;
          height: 85px;
          border-radius: 12px; }
          @media screen and (max-width: 1440px) {
            .lesson-hero-container .lesson-hero__images .lesson-imgs-thumbnail-slider--img {
              height: 65px; } }
          @media (max-width: 1024px) {
            .lesson-hero-container .lesson-hero__images .lesson-imgs-thumbnail-slider--img {
              height: 60px; } }
          @media screen and (max-width: 900px) {
            .lesson-hero-container .lesson-hero__images .lesson-imgs-thumbnail-slider--img {
              height: 100px; } }
          @media (max-width: 767px) {
            .lesson-hero-container .lesson-hero__images .lesson-imgs-thumbnail-slider--img {
              height: 55px; } }

.material-entry-hero {
  background-color: #496c8c; }
  .material-entry-hero .hero-bg {
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
    opacity: 0.2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right; }
  .material-entry-hero .hero-content {
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
    padding: 75px 650px 75px 0; }
    @media screen and (max-width: 1440px) {
      .material-entry-hero .hero-content {
        padding: 50px 500px 50px 0; } }
    @media (max-width: 1024px) {
      .material-entry-hero .hero-content {
        padding-right: 425px; } }
    @media screen and (max-width: 900px) {
      .material-entry-hero .hero-content {
        text-align: center;
        padding: 25px 0 150px 0;
        top: 0;
        transform: none; } }
    @media screen and (max-width: 1440px) {
      .material-entry-hero .hero-content.extra-padding {
        padding: 75px 500px 75px 0; } }
    @media (max-width: 1024px) {
      .material-entry-hero .hero-content.extra-padding {
        padding-right: 425px; } }
    @media screen and (max-width: 900px) {
      .material-entry-hero .hero-content.extra-padding {
        padding: 25px 0 150px 0; } }
    .material-entry-hero .hero-content .materials-back-btn {
      padding-left: 15px;
      cursor: pointer;
      display: inline-block;
      margin-bottom: 20px;
      z-index: 1; }
      .material-entry-hero .hero-content .materials-back-btn a {
        color: #fff; }
      .material-entry-hero .hero-content .materials-back-btn:before {
        content: url("../img/icons/back-arrow.svg");
        position: absolute;
        left: 0;
        top: -1px; }
    .material-entry-hero .hero-content .tags-container {
      margin: 20px 0 30px; }
      @media screen and (max-width: 768px) {
        .material-entry-hero .hero-content .tags-container {
          margin: 0 0 25px 0;
          display: inline-block;
          position: absolute;
          right: 0; } }
    .material-entry-hero .hero-content .entry-tag {
      font-family: "RT Raleway", sans-serif;
      font-weight: 700;
      font-size: 13px;
      cursor: default;
      color: #fff;
      margin-right: 12px;
      padding: 8px 16px;
      display: inline-block;
      border-radius: 38px; }
      @media screen and (max-width: 1440px) {
        .material-entry-hero .hero-content .entry-tag {
          margin: 0;
          font-size: 10px;
          padding: 6px 16px; } }
      .material-entry-hero .hero-content .entry-tag.premium-tag {
        border: 2px solid #f09920;
        background-color: #f09920; }
      .material-entry-hero .hero-content .entry-tag.community-sub-tag {
        border: 2px solid #434484;
        background-color: #434484; }
    .material-entry-hero .hero-content .favorites-btn {
      background-color: transparent;
      border: 2px solid rgba(255, 255, 255, 0.3);
      padding: 12px 16px 12px 40px; }
      .material-entry-hero .hero-content .favorites-btn .heart-icon {
        width: 15px;
        left: 16px;
        position: absolute; }
    .material-entry-hero .hero-content h1 {
      font-size: 3rem;
      color: #fff;
      font-weight: 700; }
      @media screen and (max-width: 1440px) {
        .material-entry-hero .hero-content h1 {
          font-size: 2.25rem; } }
      @media (max-width: 1024px) {
        .material-entry-hero .hero-content h1 {
          font-size: 1.875rem; } }
      @media screen and (max-width: 600px) {
        .material-entry-hero .hero-content h1 {
          font-size: 26px;
          line-height: 38px; } }
    .material-entry-hero .hero-content h3 {
      font-size: 1.875rem;
      color: #fff;
      font-weight: 600;
      margin-bottom: 20px; }
      @media screen and (max-width: 1440px) {
        .material-entry-hero .hero-content h3 {
          font-size: 1.625rem; } }
      @media (max-width: 1024px) {
        .material-entry-hero .hero-content h3 {
          font-size: 1.375rem; } }
    .material-entry-hero .hero-content__subjects {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      margin-top: 20px; }
      @media screen and (max-width: 900px) {
        .material-entry-hero .hero-content__subjects {
          -ms-flex-pack: center;
              justify-content: center; } }
      .material-entry-hero .hero-content__subjects img {
        margin-right: 10px;
        width: 30px;
        top: -1px; }
        @media screen and (max-width: 1440px) {
          .material-entry-hero .hero-content__subjects img {
            width: 25px; } }
      .material-entry-hero .hero-content__subjects p {
        font-family: "RT Raleway", sans-serif;
        font-weight: 500;
        color: #fff;
        margin-right: 10px; }
        @media screen and (max-width: 1440px) {
          .material-entry-hero .hero-content__subjects p {
            font-size: 0.875rem; } }
    .material-entry-hero .hero-content__links {
      margin-top: 40px; }
      @media screen and (max-width: 900px) {
        .material-entry-hero .hero-content__links {
          margin-top: 20px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center; } }
      @media (max-width: 767px) {
        .material-entry-hero .hero-content__links {
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-direction: column;
              flex-direction: column; } }
      .material-entry-hero .hero-content__links p {
        display: inline;
        cursor: pointer;
        font-family: "RT Raleway", sans-serif;
        font-weight: 500;
        color: #fff;
        font-size: 1.25rem;
        text-decoration: underline;
        margin-right: 35px; }
        @media screen and (max-width: 1440px) {
          .material-entry-hero .hero-content__links p {
            font-size: 0.9375rem; } }
        @media (max-width: 1024px) {
          .material-entry-hero .hero-content__links p {
            display: block;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content; } }
        @media (max-width: 1024px) {
          .material-entry-hero .hero-content__links p:last-of-type {
            margin-top: 5px; } }
        @media screen and (max-width: 900px) {
          .material-entry-hero .hero-content__links p:last-of-type {
            margin-top: 0; } }
        @media (max-width: 767px) {
          .material-entry-hero .hero-content__links p:last-of-type {
            margin-top: 5px; } }
        .material-entry-hero .hero-content__links p::after {
          content: url("../img/icons/next-arrow.svg");
          position: absolute;
          right: -15px;
          width: 7px; }

.material-entry-body {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 25px auto 75px;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1024px) {
    .material-entry-body {
      margin: 50px auto; } }
  @media screen and (max-width: 768px) {
    .material-entry-body {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; } }
  .material-entry-body .material-content-left .material-resources,
  .material-entry-body .material-content-right .material-resources {
    width: 100%; }
    .material-entry-body .material-content-left .material-resources .resources-img,
    .material-entry-body .material-content-left .material-resources .video-thumbnail,
    .material-entry-body .material-content-right .material-resources .resources-img,
    .material-entry-body .material-content-right .material-resources .video-thumbnail {
      height: 450px;
      border-radius: 22px;
      margin: 75px 0;
      background-position: center bottom;
      background-repeat: no-repeat;
      background-size: cover; }
      @media screen and (max-width: 1440px) {
        .material-entry-body .material-content-left .material-resources .resources-img,
        .material-entry-body .material-content-left .material-resources .video-thumbnail,
        .material-entry-body .material-content-right .material-resources .resources-img,
        .material-entry-body .material-content-right .material-resources .video-thumbnail {
          height: 350px; } }
      @media screen and (max-width: 1180px) {
        .material-entry-body .material-content-left .material-resources .resources-img,
        .material-entry-body .material-content-left .material-resources .video-thumbnail,
        .material-entry-body .material-content-right .material-resources .resources-img,
        .material-entry-body .material-content-right .material-resources .video-thumbnail {
          height: 300px;
          margin: 50px 0; } }
      @media screen and (max-width: 1024px) {
        .material-entry-body .material-content-left .material-resources .resources-img,
        .material-entry-body .material-content-left .material-resources .video-thumbnail,
        .material-entry-body .material-content-right .material-resources .resources-img,
        .material-entry-body .material-content-right .material-resources .video-thumbnail {
          height: 275px; } }
      @media screen and (max-width: 768px) {
        .material-entry-body .material-content-left .material-resources .resources-img,
        .material-entry-body .material-content-left .material-resources .video-thumbnail,
        .material-entry-body .material-content-right .material-resources .resources-img,
        .material-entry-body .material-content-right .material-resources .video-thumbnail {
          height: 325px; } }
      @media screen and (max-width: 600px) {
        .material-entry-body .material-content-left .material-resources .resources-img,
        .material-entry-body .material-content-left .material-resources .video-thumbnail,
        .material-entry-body .material-content-right .material-resources .resources-img,
        .material-entry-body .material-content-right .material-resources .video-thumbnail {
          height: 275px; } }
    .material-entry-body .material-content-left .material-resources .video-thumbnail,
    .material-entry-body .material-content-right .material-resources .video-thumbnail {
      cursor: pointer; }
      .material-entry-body .material-content-left .material-resources .video-thumbnail .play-btn,
      .material-entry-body .material-content-right .material-resources .video-thumbnail .play-btn {
        background: url("../img/icons/play-icon.svg");
        background-repeat: no-repeat;
        background-position: 58% 50%;
        background-size: 18px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        height: 80px;
        width: 80px;
        border-radius: 40px;
        border: 2px solid white;
        background-color: #6cb86a;
        margin: 0 auto; }
        @media screen and (max-width: 1440px) {
          .material-entry-body .material-content-left .material-resources .video-thumbnail .play-btn,
          .material-entry-body .material-content-right .material-resources .video-thumbnail .play-btn {
            height: 60px;
            width: 60px;
            background-position: 54% 50%;
            background-size: 12px; } }
    .material-entry-body .material-content-left .material-resources .resources-content,
    .material-entry-body .material-content-right .material-resources .resources-content {
      background-color: #f0f2f2;
      padding: 40px;
      border-radius: 22px; }
      @media screen and (max-width: 1440px) {
        .material-entry-body .material-content-left .material-resources .resources-content,
        .material-entry-body .material-content-right .material-resources .resources-content {
          padding: 25px; } }
      .material-entry-body .material-content-left .material-resources .resources-content h4,
      .material-entry-body .material-content-right .material-resources .resources-content h4 {
        font-family: "RT Raleway", sans-serif;
        font-weight: 500;
        font-size: 26px;
        padding-bottom: 40px;
        border-bottom: 1px dashed #bcc0c3; }
        @media screen and (max-width: 1440px) {
          .material-entry-body .material-content-left .material-resources .resources-content h4,
          .material-entry-body .material-content-right .material-resources .resources-content h4 {
            font-size: 22px;
            padding-bottom: 24px; } }
        @media screen and (max-width: 1024px) {
          .material-entry-body .material-content-left .material-resources .resources-content h4,
          .material-entry-body .material-content-right .material-resources .resources-content h4 {
            font-size: 18px;
            padding-bottom: 20px; } }
      .material-entry-body .material-content-left .material-resources .resources-content .resources-btn-container,
      .material-entry-body .material-content-right .material-resources .resources-content .resources-btn-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-align: stretch;
            align-items: stretch; }
        @media screen and (max-width: 600px) {
          .material-entry-body .material-content-left .material-resources .resources-content .resources-btn-container,
          .material-entry-body .material-content-right .material-resources .resources-content .resources-btn-container {
            -ms-flex-direction: column;
                flex-direction: column; } }
        .material-entry-body .material-content-left .material-resources .resources-content .resources-btn-container .resources-btn,
        .material-entry-body .material-content-right .material-resources .resources-content .resources-btn-container .resources-btn {
          color: #34444c;
          font-size: 18px;
          width: 50%;
          margin: 10px 0;
          display: block;
          cursor: pointer;
          padding: 22px 22px 22px 100px;
          border-radius: 7px;
          transition: all 0.25s ease-out; }
          @media screen and (max-width: 1280px) {
            .material-entry-body .material-content-left .material-resources .resources-content .resources-btn-container .resources-btn,
            .material-entry-body .material-content-right .material-resources .resources-content .resources-btn-container .resources-btn {
              width: 100%;
              padding: 12px 10px 12px 70px;
              font-size: 13px; } }
          @media screen and (max-width: 768px) {
            .material-entry-body .material-content-left .material-resources .resources-content .resources-btn-container .resources-btn,
            .material-entry-body .material-content-right .material-resources .resources-content .resources-btn-container .resources-btn {
              width: 50%; } }
          @media screen and (max-width: 600px) {
            .material-entry-body .material-content-left .material-resources .resources-content .resources-btn-container .resources-btn,
            .material-entry-body .material-content-right .material-resources .resources-content .resources-btn-container .resources-btn {
              width: 100%; } }
          .material-entry-body .material-content-left .material-resources .resources-content .resources-btn-container .resources-btn:hover,
          .material-entry-body .material-content-right .material-resources .resources-content .resources-btn-container .resources-btn:hover {
            background-color: #d9dcde; }
          .material-entry-body .material-content-left .material-resources .resources-content .resources-btn-container .resources-btn img,
          .material-entry-body .material-content-right .material-resources .resources-content .resources-btn-container .resources-btn img {
            position: absolute;
            width: 62px;
            top: 13px;
            left: 22px; }
            @media screen and (max-width: 1280px) {
              .material-entry-body .material-content-left .material-resources .resources-content .resources-btn-container .resources-btn img,
              .material-entry-body .material-content-right .material-resources .resources-content .resources-btn-container .resources-btn img {
                width: 50px;
                top: 5px;
                left: 5px; } }
  .material-entry-body .material-content-left {
    width: calc(100% - 725px);
    margin-right: 175px; }
    @media screen and (max-width: 1440px) {
      .material-entry-body .material-content-left {
        width: 50%;
        margin-right: 75px; } }
    @media screen and (max-width: 1024px) {
      .material-entry-body .material-content-left {
        margin-right: 50px; } }
    @media screen and (max-width: 768px) {
      .material-entry-body .material-content-left {
        width: 100%;
        margin: 0; } }
    .material-entry-body .material-content-left__material-specs {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .material-entry-body .material-content-left__material-specs--spec {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
            align-items: flex-start;
        width: 24%; }
        .material-entry-body .material-content-left__material-specs--spec img {
          top: 2px;
          width: 20px;
          margin-right: 8px; }
        .material-entry-body .material-content-left__material-specs--spec h1 {
          font-size: 1rem;
          margin-bottom: 8px; }
        .material-entry-body .material-content-left__material-specs--spec h2 {
          margin-bottom: 10px;
          font-size: 1rem;
          color: #34444c; }
          .material-entry-body .material-content-left__material-specs--spec h2:last-of-type {
            margin-bottom: 0; }
        .material-entry-body .material-content-left__material-specs--spec div {
          width: calc(100% - 28px); }
    .material-entry-body .material-content-left p {
      font-size: 26px;
      line-height: 46px; }
      @media screen and (max-width: 1440px) {
        .material-entry-body .material-content-left p {
          font-size: 20px;
          line-height: 34px; } }
      @media screen and (max-width: 1024px) {
        .material-entry-body .material-content-left p {
          font-size: 18px;
          line-height: 28px; } }
  .material-entry-body .material-content-right {
    width: 550px; }
    @media screen and (max-width: 1440px) {
      .material-entry-body .material-content-right {
        width: 50%; } }
    @media screen and (max-width: 768px) {
      .material-entry-body .material-content-right {
        width: 100%;
        margin: 0; } }
    .material-entry-body .material-content-right .material-specs {
      margin-top: 75px; }
      .material-entry-body .material-content-right .material-specs .specs-row {
        display: -ms-flexbox;
        display: flex; }
      .material-entry-body .material-content-right .material-specs ul {
        width: 50%;
        margin-bottom: 50px;
        padding-left: 35px; }
        @media screen and (max-width: 768px) {
          .material-entry-body .material-content-right .material-specs ul {
            padding: 0;
            margin-bottom: 75px; } }
        .material-entry-body .material-content-right .material-specs ul li {
          margin-bottom: 6px; }
          @media screen and (max-width: 768px) {
            .material-entry-body .material-content-right .material-specs ul li {
              font-size: 14px;
              line-height: 20px; } }
          .material-entry-body .material-content-right .material-specs ul li:first-of-type {
            margin-bottom: 15px;
            padding-right: 15px;
            font-size: 22px;
            line-height: 32px;
            font-family: "RT Raleway", sans-serif;
            font-weight: 600; }
            @media screen and (max-width: 1440px) {
              .material-entry-body .material-content-right .material-specs ul li:first-of-type {
                font-size: 20px;
                line-height: 24px; } }
          .material-entry-body .material-content-right .material-specs ul li.specs-subjects:before {
            content: url("../img/icons/subject-tag-gray.svg");
            position: absolute;
            left: -35px;
            width: 24px; }
            @media screen and (max-width: 768px) {
              .material-entry-body .material-content-right .material-specs ul li.specs-subjects:before {
                left: 0;
                top: -30px; } }
          .material-entry-body .material-content-right .material-specs ul li.specs-duration:before {
            content: url("../img/icons/duration-icon.svg");
            position: absolute;
            left: -35px;
            width: 20px;
            top: 3px; }
            @media screen and (max-width: 768px) {
              .material-entry-body .material-content-right .material-specs ul li.specs-duration:before {
                left: 0;
                top: -30px; } }
          .material-entry-body .material-content-right .material-specs ul li.specs-compatible-robots:before {
            content: url("../img/icons/compatible-robots-icon.svg");
            position: absolute;
            left: -35px;
            width: 24px;
            top: 2px; }
            @media screen and (max-width: 768px) {
              .material-entry-body .material-content-right .material-specs ul li.specs-compatible-robots:before {
                left: 0;
                top: -30px; } }
          .material-entry-body .material-content-right .material-specs ul li.specs-group-size:before {
            content: url("../img/icons/group-size-icon.svg");
            position: absolute;
            left: -35px;
            width: 25px;
            top: 0; }
            @media screen and (max-width: 768px) {
              .material-entry-body .material-content-right .material-specs ul li.specs-group-size:before {
                left: 0;
                top: -30px; } }
          .material-entry-body .material-content-right .material-specs ul li.specs-connection:before {
            content: url("../img/icons/connection-icon.svg");
            position: absolute;
            left: -35px;
            width: 24px;
            top: 3px; }
          .material-entry-body .material-content-right .material-specs ul li.specs-experience:before {
            content: url("../img/icons/experience-icon.svg");
            position: absolute;
            left: -35px;
            width: 24px;
            top: -3px; }
            @media screen and (max-width: 768px) {
              .material-entry-body .material-content-right .material-specs ul li.specs-experience:before {
                left: 0;
                top: -30px; } }
          .material-entry-body .material-content-right .material-specs ul li.specs-needs:before {
            content: url("../img/icons/needs-icon.svg");
            position: absolute;
            left: -35px;
            width: 24px;
            top: 3px; }
            @media screen and (max-width: 768px) {
              .material-entry-body .material-content-right .material-specs ul li.specs-needs:before {
                left: 0;
                top: -30px; } }
  .material-entry-body .image-container {
    border-radius: 24px;
    width: 100%;
    height: 450px;
    margin-top: -355px;
    background-color: #6cb86a;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 1280px) {
      .material-entry-body .image-container {
        height: 375px; } }
    @media screen and (max-width: 1024px) {
      .material-entry-body .image-container {
        height: 300px;
        margin-top: -275px; } }
    @media screen and (max-width: 768px) {
      .material-entry-body .image-container {
        margin-top: -180px; } }
    @media screen and (max-width: 560px) {
      .material-entry-body .image-container {
        height: 250px; } }

.lesson-entry {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 25px auto; }
  .lesson-entry__header {
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 900px) {
      .lesson-entry__header {
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }
    .lesson-entry__header--specs {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: calc(100% - 600px); }
      @media screen and (max-width: 1440px) {
        .lesson-entry__header--specs {
          width: calc(100% - 500px); } }
      @media (max-width: 1024px) {
        .lesson-entry__header--specs {
          width: calc(100% - 425px); } }
      @media screen and (max-width: 900px) {
        .lesson-entry__header--specs {
          margin-top: 50px;
          width: 100%; } }
      .lesson-entry__header--specs .lesson-spec {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
            align-items: flex-start;
        width: 24%; }
        @media screen and (max-width: 1440px) {
          .lesson-entry__header--specs .lesson-spec {
            width: 48%; } }
        @media (max-width: 767px) {
          .lesson-entry__header--specs .lesson-spec {
            text-align: center;
            margin-bottom: 50px;
            -ms-flex-direction: column;
                flex-direction: column;
            width: 100%; } }
        @media screen and (max-width: 1440px) {
          .lesson-entry__header--specs .lesson-spec:nth-of-type(1), .lesson-entry__header--specs .lesson-spec:nth-of-type(2) {
            margin-bottom: 20px; } }
        .lesson-entry__header--specs .lesson-spec img {
          top: 2px;
          width: 20px;
          margin-right: 8px; }
          @media (max-width: 767px) {
            .lesson-entry__header--specs .lesson-spec img {
              margin: 0 auto 20px;
              width: 35px; } }
        .lesson-entry__header--specs .lesson-spec h1 {
          font-size: 1rem;
          margin-bottom: 8px; }
        .lesson-entry__header--specs .lesson-spec h2 {
          margin-bottom: 10px;
          font-size: 1rem;
          color: #34444c; }
          .lesson-entry__header--specs .lesson-spec h2:last-of-type {
            margin-bottom: 0; }
        .lesson-entry__header--specs .lesson-spec div {
          width: calc(100% - 28px); }
          @media (max-width: 767px) {
            .lesson-entry__header--specs .lesson-spec div {
              width: 100%; } }
    .lesson-entry__header--images {
      margin-left: 50px;
      width: 550px; }
      @media screen and (max-width: 1440px) {
        .lesson-entry__header--images {
          width: 450px; } }
      @media (max-width: 1024px) {
        .lesson-entry__header--images {
          margin-left: 25px;
          width: 400px; } }
      @media screen and (max-width: 900px) {
        .lesson-entry__header--images {
          margin: 0;
          width: 100%; } }
      .lesson-entry__header--images .lesson-imgs-slider {
        margin-top: -355px; }
        @media screen and (max-width: 1440px) {
          .lesson-entry__header--images .lesson-imgs-slider {
            margin-top: -315px; } }
        @media screen and (max-width: 900px) {
          .lesson-entry__header--images .lesson-imgs-slider {
            margin-top: -150px; } }
        .lesson-entry__header--images .lesson-imgs-slider--img {
          border-radius: 24px;
          width: 100%;
          height: 450px;
          background-color: #6cb86a;
          background-position: center bottom;
          background-repeat: no-repeat;
          background-size: cover; }
          @media screen and (max-width: 1440px) {
            .lesson-entry__header--images .lesson-imgs-slider--img {
              height: 400px; } }
          @media (max-width: 767px) {
            .lesson-entry__header--images .lesson-imgs-slider--img {
              height: 300px; } }
      .lesson-entry__header--images .lesson-imgs-thumbnail-slider {
        margin: 20px 25px 0; }
        .lesson-entry__header--images .lesson-imgs-thumbnail-slider .slick-slide {
          margin: 0 5px; }
        .lesson-entry__header--images .lesson-imgs-thumbnail-slider .prev-arrow,
        .lesson-entry__header--images .lesson-imgs-thumbnail-slider .next-arrow {
          background-color: transparent;
          width: 20px;
          height: 20px; }
          @media (max-width: 1024px) {
            .lesson-entry__header--images .lesson-imgs-thumbnail-slider .prev-arrow,
            .lesson-entry__header--images .lesson-imgs-thumbnail-slider .next-arrow {
              width: 15px;
              height: 15px; } }
          @media screen and (max-width: 900px) {
            .lesson-entry__header--images .lesson-imgs-thumbnail-slider .prev-arrow,
            .lesson-entry__header--images .lesson-imgs-thumbnail-slider .next-arrow {
              width: 20px;
              height: 20px; } }
          @media (max-width: 767px) {
            .lesson-entry__header--images .lesson-imgs-thumbnail-slider .prev-arrow,
            .lesson-entry__header--images .lesson-imgs-thumbnail-slider .next-arrow {
              width: 15px;
              height: 15px; } }
        .lesson-entry__header--images .lesson-imgs-thumbnail-slider .prev-arrow {
          background-image: url("../img/icons/slider-arrow-prev-green.svg");
          left: -25px; }
        .lesson-entry__header--images .lesson-imgs-thumbnail-slider .next-arrow {
          background-image: url("../img/icons/slider-arrow-next-green.svg");
          right: -25px; }
        .lesson-entry__header--images .lesson-imgs-thumbnail-slider--img {
          cursor: pointer;
          background-position: center bottom;
          background-repeat: no-repeat;
          background-size: cover;
          height: 85px;
          border-radius: 12px; }
          @media screen and (max-width: 1440px) {
            .lesson-entry__header--images .lesson-imgs-thumbnail-slider--img {
              height: 65px; } }
          @media (max-width: 1024px) {
            .lesson-entry__header--images .lesson-imgs-thumbnail-slider--img {
              height: 60px; } }
          @media screen and (max-width: 900px) {
            .lesson-entry__header--images .lesson-imgs-thumbnail-slider--img {
              height: 100px; } }
          @media (max-width: 767px) {
            .lesson-entry__header--images .lesson-imgs-thumbnail-slider--img {
              height: 55px; } }
  .lesson-entry--title {
    font-size: 1.875rem;
    margin-bottom: 20px;
    font-weight: 700; }
    @media (max-width: 1024px) {
      .lesson-entry--title {
        font-size: 1.375rem; } }
  .lesson-entry--description {
    font-size: 1.25rem;
    line-height: 1.25em; }
    @media (max-width: 1024px) {
      .lesson-entry--description {
        font-size: 1rem; } }
  .lesson-entry__resources {
    background-color: #f0f2f2;
    margin-top: 20px;
    border-radius: 22px; }
    .lesson-entry__resources--header {
      border-radius: 22px 22px 0 0;
      background-color: #e4e4e4;
      padding: 30px; }
      @media (max-width: 1024px) {
        .lesson-entry__resources--header {
          padding: 20px; } }
      .lesson-entry__resources--header h1 {
        font-family: "RT Raleway", sans-serif;
        font-weight: 700;
        font-size: 1.25rem; }
        @media (max-width: 1024px) {
          .lesson-entry__resources--header h1 {
            font-size: 1rem; } }
    .lesson-entry__resources--container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-align: stretch;
          align-items: stretch;
      padding: 20px 30px; }
      @media (max-width: 1024px) {
        .lesson-entry__resources--container {
          padding: 10px 20px; } }
      @media screen and (max-width: 600px) {
        .lesson-entry__resources--container {
          -ms-flex-direction: column;
              flex-direction: column; } }
      .lesson-entry__resources--container .resources-btn {
        color: #34444c;
        font-size: 1.125rem;
        line-height: 1.25em;
        width: 33.33333%;
        margin: 10px 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        cursor: pointer;
        padding: 20px;
        border-radius: 7px;
        transition: all 0.25s ease-out; }
        @media (max-width: 1024px) {
          .lesson-entry__resources--container .resources-btn {
            font-size: 1rem;
            width: 50%; } }
        @media (max-width: 767px) {
          .lesson-entry__resources--container .resources-btn {
            width: 100%; } }
        .lesson-entry__resources--container .resources-btn:hover {
          background-color: #d9dcde; }
        .lesson-entry__resources--container .resources-btn img {
          width: 62px;
          margin-right: 20px; }
          @media screen and (max-width: 1280px) {
            .lesson-entry__resources--container .resources-btn img {
              width: 50px; } }

.material-description {
  background: transparent linear-gradient(16deg, #3f86c7 0%, #434484 100%) 0% 0% no-repeat padding-box;
  margin: 100px auto 0;
  padding: 150px 0; }
  @media screen and (max-width: 1160px) {
    .material-description {
      padding: 100px 0; } }
  @media screen and (max-width: 768px) {
    .material-description {
      margin: 50px auto 0;
      padding: 75px 0; } }
  .material-description .material-description-inner {
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start; }
    @media screen and (max-width: 768px) {
      .material-description .material-description-inner {
        -ms-flex-direction: column;
            flex-direction: column; } }
    .material-description .material-description-inner .description-container {
      width: calc(100% - 800px);
      margin-right: 250px;
      color: #fff; }
      @media screen and (max-width: 1440px) {
        .material-description .material-description-inner .description-container {
          width: 50%;
          margin-right: 100px; } }
      @media screen and (max-width: 1024px) {
        .material-description .material-description-inner .description-container {
          margin-right: 50px; } }
      @media screen and (max-width: 768px) {
        .material-description .material-description-inner .description-container {
          margin: 0;
          width: 100%; } }
      .material-description .material-description-inner .description-container h1,
      .material-description .material-description-inner .description-container h2,
      .material-description .material-description-inner .description-container h3 {
        font-family: "RT Raleway", sans-serif;
        font-size: 48px;
        line-height: 62px;
        font-weight: 500;
        margin-bottom: 50px; }
      @media screen and (max-width: 1024px) {
        .material-description .material-description-inner .description-container h1 {
          font-size: 30px;
          line-height: 40px;
          margin-bottom: 25px; } }
      @media screen and (max-width: 768px) {
        .material-description .material-description-inner .description-container h1 {
          text-align: center; } }
      .material-description .material-description-inner .description-container ol {
        padding-left: 20px; }
        .material-description .material-description-inner .description-container ol li {
          font-size: 16px;
          line-height: 22px;
          font-weight: 400;
          margin-top: 40px;
          padding-left: 25px; }
          @media screen and (max-width: 1024px) {
            .material-description .material-description-inner .description-container ol li {
              font-size: 14px;
              line-height: 20px;
              margin-top: 25px;
              padding-left: 15px; } }
    .material-description .material-description-inner .educational-standards {
      width: 550px; }
      @media screen and (max-width: 1440px) {
        .material-description .material-description-inner .educational-standards {
          width: 50%; } }
      @media screen and (max-width: 768px) {
        .material-description .material-description-inner .educational-standards {
          width: 100%;
          margin-top: 50px; } }
      .material-description .material-description-inner .educational-standards .accordion-header {
        background-color: #34444c;
        color: white;
        padding: 25px 30px;
        border-radius: 20px 20px 0 0;
        font-size: 24px;
        line-height: 35px; }
        @media screen and (max-width: 1024px) {
          .material-description .material-description-inner .educational-standards .accordion-header {
            font-size: 16px;
            line-height: 22px; } }
      .material-description .material-description-inner .educational-standards .accordion-select:first-of-type {
        border-radius: 0; }

#loadingIndicator {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  background: url("../img/root-loader.gif") no-repeat center center;
  background-size: 275px;
  height: 475px;
  z-index: 9999999; }
  @media screen and (max-width: 768px) {
    #loadingIndicator {
      background-size: 180px;
      height: 400px; } }

.subscription-paywall {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999; }
  .subscription-paywall .paywall-msg {
    padding: 50px 0 75px;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    background: #fff;
    text-align: center;
    font-family: "RT Raleway", sans-serif;
    border-top: 5px solid #6cb86a; }
    @media screen and (max-width: 768px) {
      .subscription-paywall .paywall-msg {
        padding: 25px 0 35px; } }
  .subscription-paywall .paywall-msg-inner {
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
    max-width: 550px;
    margin: 0 auto; }
    .subscription-paywall .paywall-msg-inner img {
      margin-bottom: 25px;
      width: 80px; }
    .subscription-paywall .paywall-msg-inner h1 {
      font-size: 40px;
      font-weight: 700;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .subscription-paywall .paywall-msg-inner h1 {
          font-size: 28px; } }
    .subscription-paywall .paywall-msg-inner h3 {
      font-size: 28px;
      font-weight: 600;
      margin-bottom: 10px; }
      @media screen and (max-width: 1440px) {
        .subscription-paywall .paywall-msg-inner h3 {
          font-size: 20px; } }
      @media screen and (max-width: 768px) {
        .subscription-paywall .paywall-msg-inner h3 {
          font-size: 16px; } }
    .subscription-paywall .paywall-msg-inner p {
      max-width: 375px;
      margin: 0 auto;
      font-size: 18px;
      line-height: 26px;
      font-weight: 500; }
      @media screen and (max-width: 1440px) {
        .subscription-paywall .paywall-msg-inner p {
          font-size: 16px;
          line-height: 22px; } }
      @media screen and (max-width: 768px) {
        .subscription-paywall .paywall-msg-inner p {
          font-size: 14px;
          line-height: 20px; } }
    .subscription-paywall .paywall-msg-inner .learn-text {
      font-weight: 700;
      color: #6cb86a;
      font-size: 18px; }
    .subscription-paywall .paywall-msg-inner .disclaimer {
      font-size: 12px;
      line-height: 14px;
      margin-top: 14px; }
    .subscription-paywall .paywall-msg-inner form {
      margin: 40px auto 25px;
      max-width: 375px;
      border-radius: 22px; }
      @media screen and (max-width: 768px) {
        .subscription-paywall .paywall-msg-inner form {
          margin: 20px auto 30px; } }
      .subscription-paywall .paywall-msg-inner form label,
      .subscription-paywall .paywall-msg-inner form input {
        display: block;
        width: 100%;
        margin-bottom: 15px; }
      .subscription-paywall .paywall-msg-inner form label {
        font-size: 28px; }
      .subscription-paywall .paywall-msg-inner form input {
        border: 2px solid #6f787c;
        color: #6f787c;
        border-radius: 36px;
        padding: 24px 40px 24px 40px;
        font-weight: 600; }
        @media screen and (max-width: 1440px) {
          .subscription-paywall .paywall-msg-inner form input {
            font-size: 14px;
            padding: 18px 40px 18px 40px; } }
      .subscription-paywall .paywall-msg-inner form .btn {
        cursor: pointer;
        width: 100%;
        border: 2px solid #6cb86a; }
      .subscription-paywall .paywall-msg-inner form #premium-code-error {
        display: none;
        color: #e95c67;
        margin-top: 25px;
        font-weight: 700; }
    .subscription-paywall .paywall-msg-inner .links-separator {
      width: 100%;
      max-width: 375px;
      margin: 0 auto 25px; }
      @media screen and (max-width: 768px) {
        .subscription-paywall .paywall-msg-inner .links-separator {
          margin-bottom: 22px; } }
      .subscription-paywall .paywall-msg-inner .links-separator p {
        color: #b0b8b8;
        font-size: 16px;
        width: 46px;
        float: left;
        top: -5px; }
      .subscription-paywall .paywall-msg-inner .links-separator hr {
        width: calc(50% - 25px);
        float: left; }
    .subscription-paywall .paywall-msg-inner .sign-up-btn {
      border: 2px solid #34444c;
      width: 100%;
      max-width: 375px;
      background-color: #34444c;
      margin-bottom: 15px; }
    .subscription-paywall .paywall-msg-inner .subscribe-links a {
      font-size: 16px;
      font-weight: 600;
      color: #34444c;
      text-decoration: underline; }

.cont {
  width: 720px; }

.container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 720px;
  -ms-flex-pack: start;
      justify-content: flex-start; }

.single-item {
  width: 200px;
  height: 200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #f3f3f3;
  margin: 20px;
  border-radius: 10px;
  color: #888; }

.pagination {
  padding: 20px; }
  .pagination,
  .pagination * {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .pagination a {
    display: inline-block;
    padding: 0 10px;
    cursor: pointer; }
    .pagination a.disabled {
      opacity: 0.3;
      pointer-events: none;
      cursor: not-allowed; }
    .pagination a.current {
      background: #f3f3f3; }

#materials-pagination {
  width: 100%;
  text-align: center;
  margin: 50px 0; }
  #materials-pagination li {
    display: inline;
    padding: 20px;
    font-size: 20px;
    cursor: pointer; }
    #materials-pagination li.current {
      padding: 14px 18px;
      background-color: #6cb86a;
      border-radius: 40px;
      color: #fff; }

#entriez-container {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: white;
  font-size: 30px;
  text-align: center; }
  #entriez-container div {
    padding-top: 75px;
    width: 30%;
    height: 200px;
    background-color: #6cb86a;
    border-radius: 30px; }

.unit-container {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%; }

.learning-library {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%; }
  .learning-library__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    border-bottom: 3px solid #ecf2f3; }
    .learning-library__header--tag {
      font-size: 14px;
      font-weight: initial;
      background-color: #e95c67;
      color: #fff;
      padding: 6px 22px;
      border-radius: 25px; }
    .learning-library__header--label {
      font-size: 20px;
      font-weight: 600; }
    .learning-library__header--label, .learning-library__header--selection {
      padding: 30px; }
    .learning-library__header--selection {
      cursor: pointer;
      font-size: 18px; }
  .learning-library__container {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    margin: 50px auto; }
  .learning-library__filter {
    background-color: #34444c;
    border-radius: 50px;
    padding: 25px;
    width: 300px;
    text-align: center; }
    .learning-library__filter--label {
      color: #fff;
      font-size: 18px;
      line-height: 22px;
      font-family: "RT Raleway", sans-serif;
      font-weight: 600;
      margin-bottom: 25px; }
    .learning-library__filter--icon {
      margin-right: 10px;
      width: 20px;
      top: 3px; }
    .learning-library__filter .dropdown {
      width: 100%;
      height: 50px;
      text-align: left;
      margin-bottom: 25px;
      z-index: 1; }
      @media screen and (max-width: 1024px) {
        .learning-library__filter .dropdown {
          margin: 0 0 35px 0;
          height: 65px;
          background-color: #6cb86a;
          z-index: unset;
          width: 100%; } }
      .learning-library__filter .dropdown:last-of-type {
        margin-bottom: 0; }
      .learning-library__filter .dropdown p {
        white-space: nowrap;
        overflow: hidden;
        border-left: 25px solid transparent;
        border-right: 40px solid transparent;
        text-overflow: ellipsis;
        background-color: #fff;
        border-radius: 30px;
        color: #34444c;
        padding: 12px 0;
        font-size: 16px;
        font-weight: 400; }
        .learning-library__filter .dropdown p:after {
          content: ""; }
        @media screen and (max-width: 1024px) {
          .learning-library__filter .dropdown p {
            background-color: #6cb86a;
            padding: 20px 25px;
            color: #fff; } }
      .learning-library__filter .dropdown img {
        position: absolute;
        width: 14px;
        z-index: 6;
        right: 20px;
        top: 20px; }
      .learning-library__filter .dropdown .dropdown-content {
        max-height: 252px;
        margin-top: -28px;
        box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.08);
        /* Handle */ }
        .learning-library__filter .dropdown .dropdown-content::-webkit-scrollbar {
          width: 10px; }
        .learning-library__filter .dropdown .dropdown-content::-webkit-scrollbar-thumb {
          background: #6cb86a;
          border-radius: 15px; }
        @media screen and (max-width: 1024px) {
          .learning-library__filter .dropdown .dropdown-content {
            z-index: 7;
            top: 68px;
            background-color: #6cb86a;
            border-top: none !important;
            /* Handle */ }
            .learning-library__filter .dropdown .dropdown-content::-webkit-scrollbar-thumb {
              background: #fff; } }
        @media screen and (max-width: 1024px) {
          .learning-library__filter .dropdown .dropdown-content ul {
            padding: 20px 0 0 0; } }
        .learning-library__filter .dropdown .dropdown-content li {
          color: #34444c;
          transition: all 0.25s ease-out; }
          @media screen and (max-width: 1024px) {
            .learning-library__filter .dropdown .dropdown-content li {
              color: #fff; } }
          .learning-library__filter .dropdown .dropdown-content li:hover {
            color: #fff;
            background-color: #6cb86a; }

.unit-text-header {
  font-size: 30px;
  line-height: 70px;
  font-weight: 700;
  font-family: "RT Raleway", sans-serif;
  color: white !important;
  padding-bottom: 15px; }
  @media screen and (max-width: 1440px) {
    .unit-text-header {
      font-size: 26px;
      line-height: 54px; } }
  @media screen and (max-width: 1024px) {
    .unit-text-header {
      font-size: 24px;
      line-height: 46px; } }
  @media screen and (max-width: 768px) {
    .unit-text-header {
      padding-bottom: 0; } }

.unit-title-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }
  @media screen and (max-width: 768px) {
    .unit-title-container {
      transform: translateY(20%); } }
  @media screen and (max-width: 480px) {
    .unit-title-container {
      transform: translateY(25%); } }
  .unit-title-container h1 {
    margin: 0 !important; }
    @media screen and (max-width: 768px) {
      .unit-title-container h1 {
        font-size: 36px !important; } }
    @media screen and (max-width: 480px) {
      .unit-title-container h1 {
        font-size: 32px !important; } }

.unit-description-image-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 1500px;
  margin: 0 auto;
  width: 90%; }
  @media screen and (max-width: 768px) {
    .unit-description-image-container {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .unit-description-image-container .description-container {
    width: 50%;
    margin: 50px 0 30px;
    padding: 0 10px; }
    .unit-description-image-container .description-container p,
    .unit-description-image-container .description-container li {
      font-size: 21px;
      line-height: 35px; }
      @media screen and (max-width: 1440px) {
        .unit-description-image-container .description-container p,
        .unit-description-image-container .description-container li {
          font-size: 20px;
          line-height: 34px; } }
      @media screen and (max-width: 1024px) {
        .unit-description-image-container .description-container p,
        .unit-description-image-container .description-container li {
          font-size: 18px;
          line-height: 28px; } }
    .unit-description-image-container .description-container p {
      margin-bottom: 25px; }
    .unit-description-image-container .description-container ul li {
      padding-left: 30px;
      margin-bottom: 10px; }
      .unit-description-image-container .description-container ul li:before {
        content: "";
        position: absolute;
        background: #6cb86a;
        left: 0;
        top: 13px;
        height: 2px;
        width: 12px; }
        @media (max-width: 1024px) {
          .unit-description-image-container .description-container ul li:before {
            top: 10px; } }
      .unit-description-image-container .description-container ul li:after {
        content: "";
        position: absolute;
        background: #6cb86a;
        left: 5px;
        top: 8px;
        height: 12px;
        width: 2px; }
        @media (max-width: 1024px) {
          .unit-description-image-container .description-container ul li:after {
            top: 5px; } }
    .unit-description-image-container .description-container ol,
    .unit-description-image-container .description-container ul {
      list-style-position: inside; }
      @media screen and (max-width: 1024px) {
        .unit-description-image-container .description-container ol,
        .unit-description-image-container .description-container ul {
          font-size: 15px;
          line-height: 22px; } }
      .unit-description-image-container .description-container ol a,
      .unit-description-image-container .description-container ul a {
        font-weight: 600;
        color: #6cb86a;
        text-decoration: none;
        border-bottom: 2px solid #6cb86a; }
    @media screen and (max-width: 768px) {
      .unit-description-image-container .description-container {
        -ms-flex-direction: column;
            flex-direction: column;
        width: 100%;
        -ms-flex-order: 5;
            order: 5; } }
    @media screen and (max-width: 480px) {
      .unit-description-image-container .description-container {
        margin: 50px 0 20px; } }
  .unit-description-image-container .image-container {
    border-radius: 24px;
    width: 40%;
    height: 450px;
    margin-top: -320px;
    background-color: #6cb86a;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 1280px) {
      .unit-description-image-container .image-container {
        height: 375px;
        margin-top: -275px; } }
    @media screen and (max-width: 1024px) {
      .unit-description-image-container .image-container {
        height: 300px;
        margin-top: -200px; } }
    @media screen and (max-width: 768px) {
      .unit-description-image-container .image-container {
        width: 100%;
        margin-top: -100px;
        background-position: center; } }
    @media screen and (max-width: 560px) {
      .unit-description-image-container .image-container {
        height: 250px; } }

.header-text-related-units {
  width: 100%;
  text-align: center;
  margin-bottom: 75px;
  margin-top: 100px; }
  @media screen and (max-width: 1440px) {
    .header-text-related-units {
      font-size: 40px;
      line-height: 50px; } }
  @media screen and (max-width: 1024px) {
    .header-text-related-units {
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 25px; } }

.material-entries-container-related-units {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%; }
  .material-entries-container-related-units .slick-list {
    overflow: unset; }
  .material-entries-container-related-units .slick-slide {
    max-width: 720px;
    width: calc((100vw * 0.9) * 0.48);
    margin: 0 30px 45px;
    transform: translateX(-30px); }
    @media screen and (max-width: 1500px) {
      .material-entries-container-related-units .slick-slide {
        width: calc(((100vw * 0.9) * 0.48) - 6.48px);
        margin: 0 calc((100vw * 0.9) * 0.02) 45px;
        transform: translateX(calc((-100vw * 0.9) * 0.02)); } }
    @media screen and (max-width: 768px) {
      .material-entries-container-related-units .slick-slide {
        width: calc(((100vw * 0.9))); } }
  .material-entries-container-related-units .prev-arrow,
  .material-entries-container-related-units .next-arrow {
    margin-top: -55px;
    width: 55px;
    height: 55px; }
    @media (max-width: 1024px) {
      .material-entries-container-related-units .prev-arrow,
      .material-entries-container-related-units .next-arrow {
        display: none !important; } }
  .material-entries-container-related-units .prev-arrow {
    transform: translateX(-30px); }
  .material-entries-container-related-units .next-arrow {
    transform: translateX(30px); }
  .material-entries-container-related-units .slick-dots {
    margin-top: 25px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%; }
    .material-entries-container-related-units .slick-dots button {
      background-color: #c1c1c1; }
    .material-entries-container-related-units .slick-dots .slick-active button {
      background-color: #6cb86a; }
  .material-entries-container-related-units .material-entry {
    box-shadow: 0 14px 40px #b0bfce54;
    background-color: #fff;
    border-radius: 45px;
    display: -ms-flexbox !important;
    display: flex !important;
    min-height: 320px;
    margin: 0 calc((100vw * 0.9) * 0.02); }
    @media screen and (max-width: 1260px) {
      .material-entries-container-related-units .material-entry {
        -ms-flex-direction: column;
            flex-direction: column; } }
    @media screen and (max-width: 768px) {
      .material-entries-container-related-units .material-entry {
        width: 100%;
        -ms-flex-direction: row !important;
            flex-direction: row !important; } }
    @media screen and (max-width: 610px) {
      .material-entries-container-related-units .material-entry {
        -ms-flex-direction: column !important;
            flex-direction: column !important; } }
  .material-entries-container-related-units .entry-featured-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 40%;
    border-radius: 26px;
    overflow: hidden; }
    @media screen and (max-width: 1260px) {
      .material-entries-container-related-units .entry-featured-img {
        width: 100%;
        height: 250px;
        margin-bottom: 25px; } }

.pagination-container {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 35px; }
  .pagination-container__page {
    width: 50px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    font-family: "Harmonia Sans Pro Cyr", sans-serif;
    font-weight: 500;
    color: #34444c; }
  .pagination-container .current {
    width: 50px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    font-family: "Harmonia Sans Pro Cyr", sans-serif;
    font-weight: 500;
    color: #fff;
    background-color: #6cb86a; }

.ll-button-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 75px 0; }

.library-link-button {
  font-size: 15px;
  padding: 18px 35px;
  cursor: pointer;
  background-color: #6cb86a;
  border-radius: 25px;
  color: #fff; }

.hero-container .hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom; }

.hero-container .hero-inner {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  z-index: 100; }
  .hero-container .hero-inner h4 {
    font-size: 20px;
    color: #fff;
    max-width: 700px;
    margin: 20px auto 0px;
    line-height: 28px;
    font-weight: 400; }
    @media screen and (max-width: 1024px) {
      .hero-container .hero-inner h4 {
        font-size: 20px; } }
    @media screen and (max-width: 768px) {
      .hero-container .hero-inner h4 {
        font-size: 15px;
        line-height: 25px; } }

.hero-container #hero-wave {
  left: 0;
  right: 0;
  bottom: -2px;
  position: absolute;
  width: 100%; }
  @media screen and (max-width: 640px) {
    .hero-container #hero-wave {
      bottom: 0;
      top: 285px; } }

.home-hero .hero-bg {
  background-position: center right; }
  @media screen and (max-width: 640px) {
    .home-hero .hero-bg {
      position: relative;
      height: 300px; } }

.home-hero .hero-inner {
  height: 40vw; }
  @media screen and (max-width: 1024px) {
    .home-hero .hero-inner {
      height: 450px; } }
  @media screen and (max-width: 640px) {
    .home-hero .hero-inner {
      height: auto; } }

.home-hero .hero-content {
  max-width: 700px;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }
  @media screen and (max-width: 1440px) {
    .home-hero .hero-content {
      max-width: 550px; } }
  @media screen and (max-width: 1024px) {
    .home-hero .hero-content {
      max-width: 50%; } }
  @media screen and (max-width: 640px) {
    .home-hero .hero-content {
      margin-top: 40px;
      max-width: none;
      transform: none;
      top: 0;
      text-align: center; } }

.home-hero h1 {
  font-size: 54px;
  line-height: 70px;
  font-weight: 600;
  font-family: "RT Raleway", sans-serif;
  margin-bottom: 50px; }
  @media screen and (max-width: 1440px) {
    .home-hero h1 {
      font-size: 44px;
      line-height: 54px;
      margin-bottom: 38px; } }
  @media screen and (max-width: 1024px) {
    .home-hero h1 {
      font-size: 36px;
      line-height: 46px; } }
  @media screen and (max-width: 640px) {
    .home-hero h1 {
      font-size: 30px;
      line-height: 40px; } }

.hero-short {
  background-color: #6cb86a;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  text-align: center;
  padding: 100px 0; }
  .hero-short__inner {
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
    max-width: 730px; }
  .hero-short h1 {
    color: #fff;
    font-size: 3.75rem;
    font-weight: 700; }
    @media (max-width: 1024px) {
      .hero-short h1 {
        font-size: 2.875rem; } }
    @media (max-width: 767px) {
      .hero-short h1 {
        font-size: 1.75rem; } }
  .hero-short p {
    color: #fff;
    font-size: 1.25rem;
    margin-top: 35px; }
    @media (max-width: 1024px) {
      .hero-short p {
        font-size: 1rem; } }
    @media (max-width: 767px) {
      .hero-short p {
        font-size: 0.875rem;
        margin-top: 20px; } }

.interior-hero {
  height: 400px; }
  @media screen and (max-width: 1024px) {
    .interior-hero {
      height: 325px; } }
  @media screen and (max-width: 768px) {
    .interior-hero {
      height: 200px; } }
  .interior-hero .hero-inner {
    top: 24%;
    text-align: center; }
    .interior-hero .hero-inner h1 {
      font-size: 65px;
      color: #fff;
      font-weight: 700; }
      @media screen and (max-width: 1024px) {
        .interior-hero .hero-inner h1 {
          font-size: 46px; } }
      @media screen and (max-width: 768px) {
        .interior-hero .hero-inner h1 {
          font-size: 36px; } }

.interior-header {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -155px;
  margin-bottom: 100px;
  border-radius: 70px;
  padding: 75px;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1024px) {
    .interior-header {
      padding: 35px; } }
  @media screen and (max-width: 768px) {
    .interior-header {
      margin-top: -75px;
      margin-bottom: 50px;
      padding: 0;
      height: 300px;
      border-radius: 30px; } }
  @media screen and (max-width: 600px) {
    .interior-header {
      height: 250px; } }
  .interior-header.box-right {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .interior-header .content-block {
    background-color: #f7f7f8;
    width: 575px;
    padding: 125px 75px 75px;
    border-radius: 30px 150px 30px 30px;
    height: 100%; }
    @media screen and (max-width: 1440px) {
      .interior-header .content-block {
        width: 50%; } }
    @media screen and (max-width: 1260px) {
      .interior-header .content-block {
        width: 60%;
        padding: 90px 50px 25px; } }
    @media screen and (max-width: 768px) {
      .interior-header .content-block {
        display: none; } }
    .interior-header .content-block h2 {
      font-family: "RT Raleway", sans-serif;
      font-size: 40px;
      line-height: 44px;
      font-weight: 600;
      margin-bottom: 25px; }
      @media screen and (max-width: 1280px) {
        .interior-header .content-block h2 {
          font-size: 30px;
          line-height: 38px; } }
      @media screen and (max-width: 1024px) {
        .interior-header .content-block h2 {
          font-size: 24px;
          line-height: 28px; } }
    .interior-header .content-block p {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 25px; }
      @media screen and (max-width: 1280px) {
        .interior-header .content-block p {
          font-size: 16px;
          line-height: 26px; } }
    .interior-header .content-block ul {
      margin-bottom: 25px;
      list-style-position: inside; }
      @media screen and (max-width: 1024px) {
        .interior-header .content-block ul {
          font-size: 15px;
          line-height: 22px; } }
      .interior-header .content-block ul li {
        margin-bottom: 15px;
        padding-left: 30px;
        text-align: initial; }
        .interior-header .content-block ul li:before {
          content: "";
          position: absolute;
          background: #6cb86a;
          left: 0;
          top: 5px;
          height: 2px;
          width: 12px; }
        .interior-header .content-block ul li:after {
          content: "";
          position: absolute;
          background: #6cb86a;
          left: 5px;
          top: 0;
          height: 12px;
          width: 2px; }
        .interior-header .content-block ul li a {
          font-weight: 600;
          color: #6cb86a;
          text-decoration: none;
          border-bottom: 2px solid #6cb86a; }

.mobile-content-block {
  display: none;
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  text-align: center;
  margin: 50px auto; }
  @media screen and (max-width: 768px) {
    .mobile-content-block {
      display: block; } }
  .mobile-content-block h2 {
    font-family: "RT Raleway", sans-serif;
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 25px; }
  .mobile-content-block p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 25px; }

.video-hero {
  height: 700px;
  margin: 0 auto 175px; }
  @media screen and (max-width: 1440px) {
    .video-hero {
      height: 550px;
      margin: 0 auto 125px; } }
  @media screen and (max-width: 1024px) {
    .video-hero {
      margin: 0 auto 100px; } }
  @media screen and (max-width: 768px) {
    .video-hero {
      height: 400px; } }
  .video-hero .hero-content {
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    max-width: 650px; }
    @media screen and (max-width: 1440px) {
      .video-hero .hero-content {
        max-width: 550px; } }
    .video-hero .hero-content h1 {
      font-family: "RT Raleway", sans-serif;
      font-weight: 700;
      font-size: 65px;
      margin-bottom: 30px; }
      @media screen and (max-width: 1440px) {
        .video-hero .hero-content h1 {
          font-size: 44px; } }
      @media screen and (max-width: 768px) {
        .video-hero .hero-content h1 {
          font-size: 36px; } }
      @media (max-width: 767px) {
        .video-hero .hero-content h1 {
          margin-bottom: 25px; } }
    .video-hero .hero-content p {
      font-size: 20px;
      line-height: 34px;
      margin-bottom: 30px; }
      @media screen and (max-width: 1440px) {
        .video-hero .hero-content p {
          font-size: 15px;
          line-height: 22px; } }
      @media (max-width: 767px) {
        .video-hero .hero-content p {
          margin-bottom: 25px; } }
    .video-hero .hero-content .btn img {
      width: 8px;
      margin-right: 16px;
      top: 1px; }
    .video-hero .hero-content .btn.secondary-btn {
      margin-left: 10px; }
      @media (max-width: 767px) {
        .video-hero .hero-content .btn.secondary-btn {
          margin: 15px 0 0; } }

.hero-slider .slick-track {
  display: -ms-flexbox !important;
  display: flex !important; }
  .hero-slider .slick-track div {
    height: 100%; }
    @media (max-width: 767px) {
      .hero-slider .slick-track div {
        height: auto; } }

.hero-slider .slick-slide {
  height: inherit !important; }

.hero-slider .prev-arrow,
.hero-slider .next-arrow {
  position: relative;
  top: auto;
  transform: none;
  background-size: 9px;
  height: 45px;
  width: 45px; }

.hero-slider .prev-arrow {
  border-radius: 30px 0 0 30px; }

.hero-slider .next-arrow {
  border-radius: 0 30px 30px 0; }

.hero-slider .slick-dots {
  top: -60px;
  text-align: center; }

.hero-slider__slide {
  height: inherit !important; }

.hero-slider__container {
  height: inherit !important;
  background-color: #6cb86a;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
  @media (max-width: 767px) {
    .hero-slider__container {
      -ms-flex-direction: column;
          flex-direction: column; } }

.hero-slider--mobile-bg {
  display: none;
  background-size: cover;
  background-position: right center;
  height: 250px !important; }
  @media (max-width: 767px) {
    .hero-slider--mobile-bg {
      display: block; } }

.hero-slider--mobile-btn {
  display: none;
  text-align: center;
  margin: 0 auto;
  top: 27px;
  z-index: 1;
  width: 80%; }
  @media (max-width: 767px) {
    .hero-slider--mobile-btn {
      display: block; } }

.hero-slider--bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media (max-width: 767px) {
    .hero-slider--bg {
      background-position: 80% 100%;
      display: none; } }

.hero-slider__inner {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 75px auto 125px;
  z-index: 100; }
  @media (max-width: 1024px) {
    .hero-slider__inner {
      margin-bottom: 100px; } }
  @media (max-width: 767px) {
    .hero-slider__inner {
      margin: 30px auto 0; } }

.hero-slider__content {
  max-width: 700px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center; }
  @media screen and (max-width: 1440px) {
    .hero-slider__content {
      max-width: 550px; } }
  @media screen and (max-width: 1024px) {
    .hero-slider__content {
      max-width: 50%; } }
  @media (max-width: 767px) {
    .hero-slider__content {
      max-width: none;
      -ms-flex-align: center;
          align-items: center;
      text-align: center;
      height: 400px !important; } }
  .hero-slider__content--flag {
    color: #fff;
    background-color: #434484;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 30px;
    margin-bottom: 15px; }
  .hero-slider__content h1 {
    font-size: 3.625rem;
    line-height: 1;
    font-weight: 600;
    font-family: "RT Raleway", sans-serif;
    margin-bottom: 25px; }
    @media (max-width: 1024px) {
      .hero-slider__content h1 {
        font-size: 2.375rem; } }
    @media (max-width: 767px) {
      .hero-slider__content h1 {
        font-size: 1.75rem; } }
  .hero-slider__content .btn {
    margin-top: 25px; }
    @media (max-width: 767px) {
      .hero-slider__content .btn {
        display: none;
        width: 80%; } }

.hero-slider--arrow-container {
  margin-top: 25px;
  height: auto !important; }
  @media (max-width: 767px) {
    .hero-slider--arrow-container {
      display: none; } }

.hero-slider--wave {
  left: 0;
  right: 0;
  bottom: -2px;
  position: absolute;
  width: 100%; }

.prev-arrow,
.next-arrow {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
  border-radius: 32px;
  background-color: #283840;
  width: 64px;
  height: 64px;
  position: absolute;
  cursor: pointer;
  z-index: 1; }
  @media screen and (max-width: 1024px) {
    .prev-arrow,
    .next-arrow {
      width: 50px;
      height: 50px;
      background-size: 12px; } }

.prev-arrow {
  background-image: url(../img/icons/slider-arrow-prev.svg);
  left: 0; }

.next-arrow {
  background-image: url(../img/icons/slider-arrow-next.svg);
  right: 0; }

.slick-dots li {
  display: inline;
  margin: 0 10px; }
  .slick-dots li button {
    opacity: 0.25;
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 8px;
    cursor: pointer; }
    @media screen and (max-width: 640px) {
      .slick-dots li button {
        width: 10px;
        height: 10px; } }

.slick-dots .slick-active button {
  opacity: 1; }

.card-slider-full {
  padding: 150px 0 75px;
  background: transparent linear-gradient(200deg, #41B8A4 0%, #427F94 49%, #434484 100%) 0% 0% no-repeat padding-box;
  text-align: center; }
  @media screen and (max-width: 640px) {
    .card-slider-full {
      padding: 75px 0; } }
  .card-slider-full #full-slider-wave {
    left: 0;
    right: 0;
    top: -2px;
    position: absolute;
    width: 100%; }
  .card-slider-full .header-content {
    margin: 0 auto;
    color: #fff; }
  .card-slider-full h1 {
    color: #fff; }
    @media screen and (max-width: 768px) {
      .card-slider-full h1 {
        font-size: 40px; } }
    @media screen and (max-width: 525px) {
      .card-slider-full h1 {
        font-size: 30px; } }
  .card-slider-full .card-slider-full-container {
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
    margin: 50px auto 0; }
    @media screen and (max-width: 1920px) {
      .card-slider-full .card-slider-full-container {
        max-width: none;
        width: 100%; } }
    .card-slider-full .card-slider-full-container .prev-arrow,
    .card-slider-full .card-slider-full-container .next-arrow {
      margin-top: -32px; }
      @media screen and (max-width: 1024px) {
        .card-slider-full .card-slider-full-container .prev-arrow,
        .card-slider-full .card-slider-full-container .next-arrow {
          background-color: transparent;
          margin-top: -75px; } }
      @media screen and (max-width: 768px) {
        .card-slider-full .card-slider-full-container .prev-arrow,
        .card-slider-full .card-slider-full-container .next-arrow {
          width: 45px;
          height: 45px; } }
    @media screen and (max-width: 1920px) {
      .card-slider-full .card-slider-full-container .prev-arrow {
        left: 10%; } }
    @media screen and (max-width: 1720px) {
      .card-slider-full .card-slider-full-container .prev-arrow {
        left: 5%; } }
    @media screen and (max-width: 1024px) {
      .card-slider-full .card-slider-full-container .prev-arrow {
        left: 0; } }
    @media screen and (max-width: 1920px) {
      .card-slider-full .card-slider-full-container .next-arrow {
        right: 10%; } }
    @media screen and (max-width: 1720px) {
      .card-slider-full .card-slider-full-container .next-arrow {
        right: 5%; } }
    @media screen and (max-width: 1024px) {
      .card-slider-full .card-slider-full-container .next-arrow {
        right: 0; } }
    .card-slider-full .card-slider-full-container .slide {
      margin-bottom: 50px;
      max-width: 1120px;
      width: 80%; }
      @media screen and (max-width: 1440px) {
        .card-slider-full .card-slider-full-container .slide {
          max-width: 950px; } }
      .card-slider-full .card-slider-full-container .slide .slide-inner {
        display: -ms-flexbox;
        display: flex; }
        @media screen and (max-width: 1024px) {
          .card-slider-full .card-slider-full-container .slide .slide-inner {
            -ms-flex-direction: column;
                flex-direction: column; } }
      .card-slider-full .card-slider-full-container .slide .slide-img {
        margin-right: -42px;
        border-radius: 45px 0 0 45px;
        width: calc(100% - 438px);
        height: 600px; }
        @media screen and (max-width: 1024px) {
          .card-slider-full .card-slider-full-container .slide .slide-img {
            width: 75%;
            margin: 0 auto;
            border-radius: 45px 45px 0 0;
            height: 300px; } }
        @media screen and (max-width: 525px) {
          .card-slider-full .card-slider-full-container .slide .slide-img {
            height: 225px; } }
      .card-slider-full .card-slider-full-container .slide .slide-content-container {
        border-radius: 45px;
        background-color: #fff;
        width: 480px;
        height: 600px; }
        @media screen and (max-width: 1024px) {
          .card-slider-full .card-slider-full-container .slide .slide-content-container {
            margin: -42px auto 0;
            width: 75%;
            height: auto; } }
        .card-slider-full .card-slider-full-container .slide .slide-content-container .slide-content {
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          text-align: left;
          margin: 0 75px; }
          @media screen and (max-width: 1024px) {
            .card-slider-full .card-slider-full-container .slide .slide-content-container .slide-content {
              top: 0;
              margin: 0;
              padding: 50px;
              transform: none;
              text-align: center; } }
          @media screen and (max-width: 525px) {
            .card-slider-full .card-slider-full-container .slide .slide-content-container .slide-content {
              padding: 50px 30px; } }
          .card-slider-full .card-slider-full-container .slide .slide-content-container .slide-content h2 {
            font-size: 32px;
            line-height: 38px;
            font-family: "RT Raleway", sans-serif;
            font-weight: 600; }
            @media screen and (max-width: 525px) {
              .card-slider-full .card-slider-full-container .slide .slide-content-container .slide-content h2 {
                font-size: 24px;
                line-height: 34px; } }
          .card-slider-full .card-slider-full-container .slide .slide-content-container .slide-content p {
            font-size: 18px;
            margin: 25px 0 40px; }
            @media screen and (max-width: 640px) {
              .card-slider-full .card-slider-full-container .slide .slide-content-container .slide-content p {
                font-size: 16px;
                margin: 25px 0; } }
          .card-slider-full .card-slider-full-container .slide .slide-content-container .slide-content a {
            font-size: 16px;
            color: #e95c67;
            font-weight: 600; }
          .card-slider-full .card-slider-full-container .slide .slide-content-container .slide-content .prev-price {
            text-decoration: line-through !important;
            color: #e95c67;
            font-size: 16px;
            margin-top: 60px !important;
            margin-bottom: 0; }
          .card-slider-full .card-slider-full-container .slide .slide-content-container .slide-content .current-price {
            font-size: 20px;
            color: #34444c;
            margin-top: 0px;
            display: none; }

.card-slider-three-col {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 100px auto;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .card-slider-three-col {
      margin: 75px auto; } }
  @media screen and (max-width: 640px) {
    .card-slider-three-col {
      width: 100%; } }
  .card-slider-three-col h1 {
    margin-bottom: 25px; }
  .card-slider-three-col h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400; }
  .card-slider-three-col .header-content {
    margin: 0 auto;
    width: 100%; }
  .card-slider-three-col .card-slider-three-col-container {
    padding: 0 100px;
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      .card-slider-three-col .card-slider-three-col-container {
        padding: 0 60px; } }
    @media screen and (max-width: 640px) {
      .card-slider-three-col .card-slider-three-col-container {
        padding: 0; } }
    @media screen and (max-width: 640px) {
      .card-slider-three-col .card-slider-three-col-container .block {
        width: 75% !important; } }
    .card-slider-three-col .card-slider-three-col-container .block-content {
      text-align: left;
      padding: 65px; }
      @media screen and (max-width: 1024px) {
        .card-slider-three-col .card-slider-three-col-container .block-content {
          padding: 65px 45px; } }
      @media screen and (max-width: 768px) {
        .card-slider-three-col .card-slider-three-col-container .block-content {
          padding: 65px; } }
      @media screen and (max-width: 640px) {
        .card-slider-three-col .card-slider-three-col-container .block-content {
          padding: 50px 30px;
          text-align: center; } }
      .card-slider-three-col .card-slider-three-col-container .block-content p {
        margin: 0;
        line-height: 26px;
        margin-bottom: 25px; }
        @media screen and (max-width: 640px) {
          .card-slider-three-col .card-slider-three-col-container .block-content p {
            font-size: 16px;
            margin: 25px 0; } }
      @media screen and (max-width: 640px) {
        .card-slider-three-col .card-slider-three-col-container .block-content h2 {
          font-size: 24px;
          line-height: 34px; } }
      .card-slider-three-col .card-slider-three-col-container .block-content a {
        color: #e95c67;
        font-weight: 600; }
    .card-slider-three-col .card-slider-three-col-container .block-icon {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-direction: column;
          flex-direction: column;
      left: 65px; }
      .card-slider-three-col .card-slider-three-col-container .block-icon p {
        font-family: "RT Raleway", sans-serif;
        color: #fff;
        font-size: 16px;
        line-height: 18px; }
        .card-slider-three-col .card-slider-three-col-container .block-icon p:first-of-type {
          font-size: 20px;
          font-weight: 600; }
      @media screen and (max-width: 1024px) {
        .card-slider-three-col .card-slider-three-col-container .block-icon {
          left: 45px; } }
      @media screen and (max-width: 768px) {
        .card-slider-three-col .card-slider-three-col-container .block-icon {
          left: 65px; } }
    @media screen and (max-width: 640px) {
      .card-slider-three-col .card-slider-three-col-container .next-arrow,
      .card-slider-three-col .card-slider-three-col-container .prev-arrow {
        background-color: transparent; } }
    @media screen and (max-width: 640px) {
      .card-slider-three-col .card-slider-three-col-container .prev-arrow {
        background-image: url(../img/icons/slider-arrow-prev-black.svg);
        left: 0; } }
    @media screen and (max-width: 640px) {
      .card-slider-three-col .card-slider-three-col-container .next-arrow {
        background-image: url(../img/icons/slider-arrow-next-black.svg);
        right: 0; } }
    .card-slider-three-col .card-slider-three-col-container .slick-slide {
      margin: 35px; }
      @media screen and (max-width: 1024px) {
        .card-slider-three-col .card-slider-three-col-container .slick-slide {
          margin: 50px 35px; } }
      @media screen and (max-width: 640px) {
        .card-slider-three-col .card-slider-three-col-container .slick-slide {
          margin: 50px 0; } }
    @media screen and (max-width: 640px) {
      .card-slider-three-col .card-slider-three-col-container .block-img {
        height: 225px; } }

.nav-slider {
  padding: 100px 0;
  background: transparent linear-gradient(32deg, #434484 0%, #415F9F 41%, #3F86C7 100%) 0% 0% no-repeat padding-box; }
  @media screen and (max-width: 1024px) {
    .nav-slider {
      padding: 75px 0; } }
  @media screen and (max-width: 768px) {
    .nav-slider {
      padding: 50px 0; } }
  .nav-slider .nav-slider-nav-container {
    max-width: 1500px;
    margin: 0 auto;
    width: 90%; }
    .nav-slider .nav-slider-nav-container ul {
      text-align: center; }
      .nav-slider .nav-slider-nav-container ul li p {
        display: inline-block;
        font-size: 18px;
        line-height: 22px;
        color: #b4c0d8;
        display: inline;
        font-family: "RT Raleway", sans-serif;
        font-weight: 500;
        cursor: pointer; }
        @media screen and (max-width: 1440px) {
          .nav-slider .nav-slider-nav-container ul li p {
            font-size: 16px;
            line-height: 18px; } }
        @media screen and (max-width: 1024px) {
          .nav-slider .nav-slider-nav-container ul li p {
            font-size: 13px;
            line-height: 15px; } }
    .nav-slider .nav-slider-nav-container .slick-current p {
      color: #f6d133;
      font-weight: 700; }
    .nav-slider .nav-slider-nav-container .prev-arrow,
    .nav-slider .nav-slider-nav-container .next-arrow {
      background-size: 10px;
      background-color: transparent;
      width: 34px;
      height: 34px; }
    .nav-slider .nav-slider-nav-container .prev-arrow {
      left: -35px; }
    .nav-slider .nav-slider-nav-container .next-arrow {
      right: -35px; }
  .nav-slider .nav-slider-container {
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
    margin: 100px auto; }
    @media screen and (max-width: 1024px) {
      .nav-slider .nav-slider-container {
        margin: 75px auto; } }
    @media screen and (max-width: 768px) {
      .nav-slider .nav-slider-container {
        margin: 50px auto 0; } }
    .nav-slider .nav-slider-container .prev-arrow,
    .nav-slider .nav-slider-container .next-arrow {
      position: relative;
      top: auto;
      transform: none;
      background-size: 12px;
      height: 56px;
      width: 56px;
      background-color: #6cb86a; }
      @media screen and (max-width: 768px) {
        .nav-slider .nav-slider-container .prev-arrow,
        .nav-slider .nav-slider-container .next-arrow {
          margin-top: 10px; } }
    .nav-slider .nav-slider-container .prev-arrow {
      border-radius: 30px 0 0 30px; }
    .nav-slider .nav-slider-container .next-arrow {
      border-radius: 0 30px 30px 0; }
  .nav-slider .slide .slide-inner {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 768px) {
      .nav-slider .slide .slide-inner {
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }
  .nav-slider .slide-content {
    width: calc(100% - 1000px);
    color: #fff;
    padding-right: 200px; }
    @media screen and (max-width: 1720px) {
      .nav-slider .slide-content {
        width: calc(100% - 850px);
        padding-right: 125px; } }
    @media screen and (max-width: 1440px) {
      .nav-slider .slide-content {
        width: 50%; } }
    @media screen and (max-width: 768px) {
      .nav-slider .slide-content {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-top: 50px; } }
    @media screen and (max-width: 600px) {
      .nav-slider .slide-content {
        margin-top: 35px; } }
    .nav-slider .slide-content h2 {
      font-size: 50px;
      line-height: 54px;
      font-weight: 500;
      font-family: "RT Raleway", sans-serif;
      margin-bottom: 30px; }
      @media screen and (max-width: 1024px) {
        .nav-slider .slide-content h2 {
          font-size: 30px;
          line-height: 34px; } }
    .nav-slider .slide-content p {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 30px; }
      @media screen and (max-width: 1024px) {
        .nav-slider .slide-content p {
          font-size: 15px;
          line-height: 22px;
          max-width: 425px;
          margin: 0 auto 30px; } }
  .nav-slider .slide-img {
    width: 1000px;
    height: 600px;
    border-radius: 40px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 1720px) {
      .nav-slider .slide-img {
        width: 850px; } }
    @media screen and (max-width: 1440px) {
      .nav-slider .slide-img {
        width: 50%;
        height: 475px;
        border-radius: 30px; } }
    @media screen and (max-width: 1024px) {
      .nav-slider .slide-img {
        height: 400px; } }
    @media screen and (max-width: 768px) {
      .nav-slider .slide-img {
        width: 100%;
        height: 325px; } }
    @media screen and (max-width: 600px) {
      .nav-slider .slide-img {
        height: 250px;
        border-radius: 24px; } }
    @media screen and (max-width: 480px) {
      .nav-slider .slide-img {
        height: 200px;
        border-radius: 20px; } }

.nav-slider-tabs {
  margin: 150px 0; }
  @media screen and (max-width: 1024px) {
    .nav-slider-tabs {
      margin: 75px 0; } }
  .nav-slider-tabs .header-content {
    margin: 0 auto; }
  .nav-slider-tabs .mobile-tabs-container {
    display: none;
    background-color: #fff;
    border-radius: 60px;
    margin-bottom: 25px;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .nav-slider-tabs .mobile-tabs-container {
        display: block; } }
    .nav-slider-tabs .mobile-tabs-container .dropdown {
      background-color: #3f86c7; }
    .nav-slider-tabs .mobile-tabs-container .dropdown-content {
      background-color: #3f86c7; }
  .nav-slider-tabs .nav-slider-tabs-container {
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
    margin: 100px auto;
    background-color: #34444c;
    display: -ms-flexbox;
    display: flex;
    border-radius: 45px;
    box-shadow: 0 14px 40px #BEC9D253; }
    @media screen and (max-width: 1300px) {
      .nav-slider-tabs .nav-slider-tabs-container {
        margin: 50px auto; } }
    @media screen and (max-width: 768px) {
      .nav-slider-tabs .nav-slider-tabs-container {
        background-color: transparent;
        box-shadow: none;
        -ms-flex-direction: column;
            flex-direction: column; } }
    .nav-slider-tabs .nav-slider-tabs-container .slider-tabs-container {
      width: 350px;
      padding: 40px 0 40px 40px; }
      @media screen and (max-width: 1560px) {
        .nav-slider-tabs .nav-slider-tabs-container .slider-tabs-container {
          width: 300px; } }
      @media screen and (max-width: 1300px) {
        .nav-slider-tabs .nav-slider-tabs-container .slider-tabs-container {
          width: 250px; } }
      @media screen and (max-width: 768px) {
        .nav-slider-tabs .nav-slider-tabs-container .slider-tabs-container {
          width: 100%;
          padding: 0;
          display: none;
          margin-top: 0; } }
      .nav-slider-tabs .nav-slider-tabs-container .slider-tabs-container ul li {
        font-size: 20px;
        font-family: "RT Raleway", sans-serif;
        font-weight: 600;
        color: #fff;
        padding: 25px;
        margin: 20px 0;
        border-radius: 10px 0 0 10px;
        transition: all .25s ease-out;
        cursor: pointer; }
        @media screen and (max-width: 1300px) {
          .nav-slider-tabs .nav-slider-tabs-container .slider-tabs-container ul li {
            margin: 10px 0;
            padding: 20px;
            font-size: 16px; } }
        .nav-slider-tabs .nav-slider-tabs-container .slider-tabs-container ul li:hover {
          background-color: #fff;
          color: #e95c67; }
      .nav-slider-tabs .nav-slider-tabs-container .slider-tabs-container .slick-slide {
        border: 0; }
      .nav-slider-tabs .nav-slider-tabs-container .slider-tabs-container .slick-current li {
        background-color: #fff;
        color: #e95c67; }
    .nav-slider-tabs .nav-slider-tabs-container .slide-container {
      width: calc(100% - 350px);
      background-color: #fff;
      border-radius: 45px;
      padding: 60px 60px 60px 120px; }
      @media screen and (max-width: 1560px) {
        .nav-slider-tabs .nav-slider-tabs-container .slide-container {
          width: calc(100% - 300px);
          padding: 65px; } }
      @media screen and (max-width: 1300px) {
        .nav-slider-tabs .nav-slider-tabs-container .slide-container {
          width: calc(100% - 250px);
          padding: 40px; } }
      @media screen and (max-width: 768px) {
        .nav-slider-tabs .nav-slider-tabs-container .slide-container {
          width: 100%;
          background-color: transparent;
          padding: 0; } }
      .nav-slider-tabs .nav-slider-tabs-container .slide-container .slick-list,
      .nav-slider-tabs .nav-slider-tabs-container .slide-container .slick-track,
      .nav-slider-tabs .nav-slider-tabs-container .slide-container .slick-slide div {
        height: 100%; }
        @media screen and (max-width: 1300px) {
          .nav-slider-tabs .nav-slider-tabs-container .slide-container .slick-list,
          .nav-slider-tabs .nav-slider-tabs-container .slide-container .slick-track,
          .nav-slider-tabs .nav-slider-tabs-container .slide-container .slick-slide div {
            -ms-flex-direction: column;
                flex-direction: column; } }
        @media screen and (max-width: 768px) {
          .nav-slider-tabs .nav-slider-tabs-container .slide-container .slick-list,
          .nav-slider-tabs .nav-slider-tabs-container .slide-container .slick-track,
          .nav-slider-tabs .nav-slider-tabs-container .slide-container .slick-slide div {
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
      .nav-slider-tabs .nav-slider-tabs-container .slide-container .slide {
        display: -ms-flexbox !important;
        display: flex !important; }
      .nav-slider-tabs .nav-slider-tabs-container .slide-container .slide-content {
        width: calc(100% - 425px);
        padding: 100px 120px 100px 0; }
        @media screen and (max-width: 1600px) {
          .nav-slider-tabs .nav-slider-tabs-container .slide-container .slide-content {
            padding: 50px 60px 50px 0; } }
        @media screen and (max-width: 1300px) {
          .nav-slider-tabs .nav-slider-tabs-container .slide-container .slide-content {
            width: 100%;
            padding: 0; } }
        .nav-slider-tabs .nav-slider-tabs-container .slide-container .slide-content h2 {
          font-size: 40px;
          font-weight: 600;
          font-family: "RT Raleway", sans-serif;
          margin-bottom: 25px; }
          @media screen and (max-width: 1300px) {
            .nav-slider-tabs .nav-slider-tabs-container .slide-container .slide-content h2 {
              font-size: 24px;
              line-height: 28px; } }
        .nav-slider-tabs .nav-slider-tabs-container .slide-container .slide-content p {
          margin-bottom: 25px;
          font-size: 18px;
          line-height: 28px; }
          @media screen and (max-width: 1300px) {
            .nav-slider-tabs .nav-slider-tabs-container .slide-container .slide-content p {
              font-size: 15px;
              line-height: 22px; } }
        @media screen and (max-width: 1300px) {
          .nav-slider-tabs .nav-slider-tabs-container .slide-container .slide-content .btn {
            padding: 14px 40px 14px 40px; } }
      .nav-slider-tabs .nav-slider-tabs-container .slide-container .slide-img {
        width: 425px;
        height: 100%;
        border-radius: 20px;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover; }
        @media screen and (max-width: 1300px) {
          .nav-slider-tabs .nav-slider-tabs-container .slide-container .slide-img {
            width: 100%;
            margin-top: 25px;
            min-height: 275px; } }
        @media screen and (max-width: 960px) {
          .nav-slider-tabs .nav-slider-tabs-container .slide-container .slide-img {
            min-height: 225px; } }
        @media screen and (max-width: 768px) {
          .nav-slider-tabs .nav-slider-tabs-container .slide-container .slide-img {
            margin: 0 0 25px 0;
            min-height: 300px; } }

.the-latest-hero {
  height: 500px; }
  @media screen and (max-width: 1440px) {
    .the-latest-hero {
      height: 325px; } }
  @media screen and (max-width: 768px) {
    .the-latest-hero {
      height: 225px; } }
  .the-latest-hero .hero-content {
    top: 24%; }
    @media screen and (max-width: 768px) {
      .the-latest-hero .hero-content {
        top: 28%; } }

.the-latest-entries-container {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: -260px auto 0;
  padding: 50px;
  border-radius: 70px;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch; }
  @media screen and (max-width: 1440px) {
    .the-latest-entries-container {
      margin-top: -180px; } }
  @media screen and (max-width: 768px) {
    .the-latest-entries-container {
      border-radius: 30px;
      margin-top: -100px;
      padding: 25px; } }
  .the-latest-entries-container .blog-featured-entry {
    width: 100%;
    margin-bottom: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 768px) {
      .the-latest-entries-container .blog-featured-entry {
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }
    .the-latest-entries-container .blog-featured-entry .featured-entry-tag {
      display: inline-block;
      margin-right: 15px; }
    .the-latest-entries-container .blog-featured-entry .featured-entry-info,
    .the-latest-entries-container .blog-featured-entry .featured-entry-img {
      width: 50%; }
      @media screen and (max-width: 768px) {
        .the-latest-entries-container .blog-featured-entry .featured-entry-info,
        .the-latest-entries-container .blog-featured-entry .featured-entry-img {
          width: 100%; } }
    .the-latest-entries-container .blog-featured-entry .featured-entry-info {
      padding-right: 50px; }
      @media screen and (max-width: 768px) {
        .the-latest-entries-container .blog-featured-entry .featured-entry-info {
          padding: 0; } }
    .the-latest-entries-container .blog-featured-entry .featured-entry-img {
      height: 350px;
      border-radius: 26px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media screen and (max-width: 768px) {
        .the-latest-entries-container .blog-featured-entry .featured-entry-img {
          margin-bottom: 25px;
          height: 250px; } }
    .the-latest-entries-container .blog-featured-entry h1,
    .the-latest-entries-container .blog-featured-entry p {
      margin-bottom: 25px; }
    .the-latest-entries-container .blog-featured-entry h1 {
      font-size: 40px; }
      @media screen and (max-width: 1440px) {
        .the-latest-entries-container .blog-featured-entry h1 {
          font-size: 28px;
          line-height: 34px; } }
      @media screen and (max-width: 1024px) {
        .the-latest-entries-container .blog-featured-entry h1 {
          font-size: 22px;
          line-height: 26px; } }
    @media screen and (max-width: 1024px) {
      .the-latest-entries-container .blog-featured-entry p {
        font-size: 15px;
        line-height: 22px; } }
  .the-latest-entries-container .blog-entry-search {
    margin-bottom: 50px;
    width: 100%; }
    .the-latest-entries-container .blog-entry-search #blog-search {
      background: url("../img/icons/search-icon.svg") no-repeat;
      background-size: 16px;
      background-position: 12px 50%;
      padding: 0 20px 0 40px;
      width: 30%;
      border-radius: 6px;
      height: 50px;
      border: 1px solid #34444c; }
      @media screen and (max-width: 1024px) {
        .the-latest-entries-container .blog-entry-search #blog-search {
          width: 47%; } }
      @media screen and (max-width: 768px) {
        .the-latest-entries-container .blog-entry-search #blog-search {
          width: 100%; } }
  .the-latest-entries-container .blog-search-results {
    width: 100%;
    margin-bottom: 50px; }
  .the-latest-entries-container .blog-entries-container {
    margin-left: -20px;
    margin-right: -20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .the-latest-entries-container .blog-entry {
    margin: 0 20px 60px 20px;
    width: calc(33.33333% - 40px); }
    @media screen and (max-width: 1024px) {
      .the-latest-entries-container .blog-entry {
        width: 47%; } }
    @media screen and (max-width: 600px) {
      .the-latest-entries-container .blog-entry {
        width: 100%; } }
    .the-latest-entries-container .blog-entry a {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 10; }
    .the-latest-entries-container .blog-entry .blog-entry-tags {
      position: absolute;
      left: 20px;
      top: 20px;
      z-index: 1; }
      .the-latest-entries-container .blog-entry .blog-entry-tags p {
        padding: 6px 16px;
        margin: 0 6px 6px 0;
        background-color: rgba(52, 68, 76, 0.6);
        border-radius: 12px;
        display: inline-block;
        color: #fff; }
    .the-latest-entries-container .blog-entry .entry-feature-img {
      height: 300px;
      margin-bottom: 35px;
      border-radius: 18px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    .the-latest-entries-container .blog-entry .entry-title {
      font-size: 26px;
      line-height: 35px; }
      @media screen and (max-width: 1024px) {
        .the-latest-entries-container .blog-entry .entry-title {
          font-size: 22px;
          line-height: 26px; } }
    .the-latest-entries-container .blog-entry .entry-description {
      font-size: 14px;
      line-height: 20px;
      margin: 15px 0; }
  .the-latest-entries-container .blog-entry-pagination {
    width: 100%;
    text-align: center;
    margin: 50px 0; }
    .the-latest-entries-container .blog-entry-pagination a {
      padding: 16px 20px;
      color: #34444c; }
    .the-latest-entries-container .blog-entry-pagination .current {
      padding: 16px 20px;
      background-color: #6cb86a;
      border-radius: 40px;
      color: #fff; }

.the-latest-entry-hero {
  height: 400px;
  background-color: #496c8c; }
  @media screen and (max-width: 1024px) {
    .the-latest-entry-hero {
      height: 300px; } }
  .the-latest-entry-hero .hero-bg {
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
    opacity: .2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right; }
  .the-latest-entry-hero .hero-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 1500px;
    margin: 0 auto;
    width: 90%; }
    .the-latest-entry-hero .hero-content .hero-top {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .the-latest-entry-hero .hero-content .the-latest-back-btn {
      padding-left: 15px;
      cursor: pointer;
      display: inline-block; }
      .the-latest-entry-hero .hero-content .the-latest-back-btn a {
        color: #fff; }
      .the-latest-entry-hero .hero-content .the-latest-back-btn:before {
        content: url("../img/icons/back-arrow.svg");
        position: absolute;
        left: 0;
        top: -1px; }
    .the-latest-entry-hero .hero-content .tag-container {
      display: inline-block; }
      .the-latest-entry-hero .hero-content .tag-container .the-latest-tag {
        border: 2px solid #fff;
        background-color: transparent;
        padding: 12px 16px;
        margin-left: 12px; }
        @media screen and (max-width: 1024px) {
          .the-latest-entry-hero .hero-content .tag-container .the-latest-tag {
            padding: 8px 12px;
            margin-left: 10px; } }
        @media screen and (max-width: 1024px) {
          .the-latest-entry-hero .hero-content .tag-container .the-latest-tag {
            padding: 5px 10px;
            margin-left: 5px;
            font-size: 11px; } }
    .the-latest-entry-hero .hero-content .blog-date-author {
      display: inline-block; }
      @media screen and (max-width: 680px) {
        .the-latest-entry-hero .hero-content .blog-date-author {
          width: 100%;
          text-align: center;
          font-size: 13px; } }
    .the-latest-entry-hero .hero-content .blog-share-links {
      display: inline-block;
      float: right; }
      @media screen and (max-width: 680px) {
        .the-latest-entry-hero .hero-content .blog-share-links {
          width: 100%;
          float: none;
          text-align: center;
          margin-top: 25px;
          font-size: 13px; } }
      .the-latest-entry-hero .hero-content .blog-share-links p {
        display: inline;
        margin-right: 8px;
        top: -16px; }
      .the-latest-entry-hero .hero-content .blog-share-links a {
        margin-left: 10px;
        top: -5px; }
        .the-latest-entry-hero .hero-content .blog-share-links a img {
          width: 36px; }
    .the-latest-entry-hero .hero-content .btn {
      font-family: "RT Raleway", sans-serif;
      font-weight: 700;
      font-size: 13px;
      line-height: 13px; }
    .the-latest-entry-hero .hero-content h1 {
      font-size: 60px;
      color: #fff;
      font-weight: 700;
      margin: 75px 0; }
      @media screen and (max-width: 1440px) {
        .the-latest-entry-hero .hero-content h1 {
          font-size: 42px;
          line-height: 48px; } }
      @media screen and (max-width: 1024px) {
        .the-latest-entry-hero .hero-content h1 {
          font-size: 36px;
          line-height: 44px;
          margin: 50px 0;
          text-align: center; } }
      @media screen and (max-width: 680px) {
        .the-latest-entry-hero .hero-content h1 {
          margin: 25px 0; } }
      @media screen and (max-width: 600px) {
        .the-latest-entry-hero .hero-content h1 {
          font-size: 26px;
          line-height: 38px; } }
    .the-latest-entry-hero .hero-content p {
      color: #fff; }

.shop-container {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%; }

.shop-banner {
  background-image: url(../img/shop-retailer-bg.jpg);
  background-size: cover;
  color: #fff; }
  .shop-banner p {
    max-width: 675px;
    margin: 0 auto 35px; }
  .shop-banner .btn {
    background-color: #f09920; }

.product-banner,
.product-category-hero {
  height: 330px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-size: cover;
  background-position: center; }
  @media (max-width: 1024px) {
    .product-banner,
    .product-category-hero {
      height: 250px; } }
  .product-banner--content,
  .product-category-hero--content {
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
    color: #fff;
    text-align: center; }
    @media (max-width: 1024px) {
      .product-banner--content h1,
      .product-category-hero--content h1 {
        font-size: 1.75rem; } }
    .product-banner--content h4,
    .product-category-hero--content h4 {
      font-size: 1.25rem;
      line-height: 1.33em;
      max-width: 750px;
      margin: 20px auto 0px;
      font-weight: 400; }
      @media (max-width: 1024px) {
        .product-banner--content h4,
        .product-category-hero--content h4 {
          max-width: 525px;
          font-size: 0.875rem;
          line-height: 1.5em; } }

.product-slider {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 100px auto;
  padding: 0 65px; }
  @media (max-width: 1024px) {
    .product-slider {
      margin: 75px auto;
      padding: 0 50px; } }
  @media (max-width: 767px) {
    .product-slider {
      margin: 50px auto;
      padding: 0; } }
  .product-slider--header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 2px solid #dbddde;
    margin-bottom: 35px; }
    @media (max-width: 1024px) {
      .product-slider--header {
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .product-slider--header {
        -ms-flex-direction: column;
            flex-direction: column;
        text-align: center;
        border-bottom: none;
        padding: 0;
        margin-bottom: 40px; } }
    .product-slider--header h1 {
      font-size: 2.8125rem; }
      @media screen and (max-width: 1440px) {
        .product-slider--header h1 {
          font-size: 2.375rem; } }
      @media (max-width: 1024px) {
        .product-slider--header h1 {
          font-size: 1.875rem; } }
      @media (max-width: 767px) {
        .product-slider--header h1 {
          margin-bottom: 20px; } }
    .product-slider--header p,
    .product-slider--header a {
      font-size: 1.125rem;
      font-weight: 600;
      font-family: "RT Raleway", sans-serif;
      color: #6f787c;
      -ms-flex-item-align: end;
          align-self: end; }
      @media screen and (max-width: 1440px) {
        .product-slider--header p,
        .product-slider--header a {
          font-size: 0.9375rem; } }
      @media (max-width: 767px) {
        .product-slider--header p,
        .product-slider--header a {
          -ms-flex-item-align: auto;
              align-self: auto; } }
    .product-slider--header a {
      padding-right: 15px; }
      @media (max-width: 1024px) {
        .product-slider--header a {
          padding-right: 12px; } }
      @media (max-width: 767px) {
        .product-slider--header a {
          padding: 0; } }
      .product-slider--header a::after {
        content: url("../img/icons/arrow-right-gray.svg");
        position: absolute;
        top: -1px;
        right: 0;
        width: 5px; }
        @media (max-width: 1024px) {
          .product-slider--header a::after {
            width: 5px; } }
        @media (max-width: 767px) {
          .product-slider--header a::after {
            margin-left: 6px;
            top: auto;
            right: auto; } }
  .product-slider__container a {
    all: unset;
    text-align: center;
    cursor: pointer; }
  .product-slider__container .slick-slide {
    margin: 0 20px; }
  .product-slider__container .prev-arrow,
  .product-slider__container .next-arrow {
    margin-top: -48px;
    width: 50px;
    height: 50px; }
    @media (max-width: 1024px) {
      .product-slider__container .prev-arrow,
      .product-slider__container .next-arrow {
        background-size: 10px;
        width: 40px;
        height: 40px; } }
    @media (max-width: 767px) {
      .product-slider__container .prev-arrow,
      .product-slider__container .next-arrow {
        display: none !important; } }
  .product-slider__container .slick-dots {
    margin-top: 40px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
        justify-content: center; }
    .product-slider__container .slick-dots button {
      background-color: #c1c1c1; }
    .product-slider__container .slick-dots .slick-active button {
      background-color: #6cb86a; }
  .product-slider__container .prev-arrow {
    transform: translateX(-80px);
    left: 15px; }
    @media (max-width: 1024px) {
      .product-slider__container .prev-arrow {
        left: 30px; } }
  .product-slider__container .next-arrow {
    transform: translateX(80px);
    right: 15px; }
    @media (max-width: 1024px) {
      .product-slider__container .next-arrow {
        right: 30px; } }
  .product-slider__slide {
    text-align: center; }
    .product-slider__slide a {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 10; }
    .product-slider__slide--img {
      background-color: #6cb86a;
      box-shadow: 0 14px 14px #bec9d254;
      margin: 0 auto;
      margin-bottom: 25px;
      border-radius: 50px; }
      @media screen and (max-width: 1440px) {
        .product-slider__slide--img {
          border-radius: 35px; } }
      @media (max-width: 767px) {
        .product-slider__slide--img {
          border-radius: 50px; } }
      .product-slider__slide--img__new {
        position: absolute;
        top: 0;
        background-color: #f09920;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        font-weight: 600;
        font-size: 0.9375rem;
        font-family: "RT Raleway", sans-serif;
        z-index: 100;
        width: 100%;
        height: 50px; }
      .product-slider__slide--img img {
        border-radius: 50px;
        width: 100%; }
        @media screen and (max-width: 1440px) {
          .product-slider__slide--img img {
            border-radius: 35px; } }
        @media (max-width: 767px) {
          .product-slider__slide--img img {
            border-radius: 50px; } }
    .product-slider__slide--title {
      font-size: 1.375rem;
      font-weight: 600;
      line-height: 2em; }
      @media (max-width: 767px) {
        .product-slider__slide--title {
          font-size: 1.25rem; } }

.pdp-container {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin-top: 100px; }
  .pdp-container .section-heading {
    text-align: center;
    font-size: 45px;
    margin-bottom: 30px;
    font-weight: 600;
    font-family: "RT Raleway", sans-serif; }
  .pdp-container .horizontal-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    gap: 25px; }
    .pdp-container .horizontal-list li {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: justify;
          justify-content: space-between;
      width: 245px; }
      .pdp-container .horizontal-list li img {
        width: 100%; }
      .pdp-container .horizontal-list li p {
        margin-top: 30px;
        text-align: center;
        font-family: "RT Raleway", sans-serif;
        font-weight: 600;
        font-size: 25px;
        line-height: 34px; }

.pdp-header {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #6f787c54; }
  .pdp-header .variant-images-container {
    width: 50%;
    margin-right: 25px;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content; }
    .pdp-header .variant-images-container .slick-slide {
      padding: 0 100px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-pack: center;
          justify-content: center; }
    .pdp-header .variant-images-container .prev-arrow,
    .pdp-header .variant-images-container .next-arrow {
      margin-top: -25px;
      width: 50px;
      height: 50px;
      top: 50%; }
      @media (max-width: 1024px) {
        .pdp-header .variant-images-container .prev-arrow,
        .pdp-header .variant-images-container .next-arrow {
          display: none !important; } }
    .pdp-header .variant-images-container .slick-dots {
      margin-top: 25px;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-pack: center;
          justify-content: center; }
      .pdp-header .variant-images-container .slick-dots button {
        height: 50px;
        width: 50px;
        overflow: hidden; }
        .pdp-header .variant-images-container .slick-dots button img {
          max-width: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .pdp-header .variant-images-container .slick-dots .slick-active button {
        border: 2px solid #f09920; }
  .pdp-header .variant-info-container {
    width: 50%;
    padding-left: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .pdp-header .variant-info-container a {
      color: unset; }
    .pdp-header .variant-info-container__sale {
      background-color: #f09920;
      border-radius: 37px;
      color: #fff;
      padding: 10px 20px;
      font-size: 13px;
      font-weight: 600;
      font-family: "RT Raleway", sans-serif;
      margin-bottom: 25px; }
    .pdp-header .variant-info-container__title {
      font-size: 45px;
      font-weight: 600;
      font-family: "RT Raleway", sans-serif;
      margin-bottom: 12px; }
    .pdp-header .variant-info-container__type-sku {
      font-size: 20px;
      font-weight: 600;
      font-family: "RT Raleway", sans-serif; }
    .pdp-header .variant-info-container__price {
      font-size: 34px;
      font-weight: 600;
      font-family: "RT Raleway", sans-serif;
      color: #e95c67;
      margin: 30px 0; }
    .pdp-header .variant-info-container__description {
      font-family: "Harmonia Sans Pro Cyr", sans-serif;
      margin-bottom: 25px;
      text-overflow: ellipsis;
      line-height: 26px;
      -webkit-line-clamp: 3;
      max-height: calc(26px * 3);
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .pdp-header .variant-info-container__label {
      font-size: 25px;
      font-weight: 600;
      font-family: "RT Raleway", sans-serif;
      margin-bottom: 12px; }
    .pdp-header .variant-info-container__options {
      display: -ms-flexbox;
      display: flex;
      max-width: 100%;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 15px;
      margin-bottom: 25px; }
      .pdp-header .variant-info-container__options__option {
        padding: 12px 22px;
        border-radius: 10px;
        border: 2px solid #6f787c56;
        font-size: 17px;
        font-family: "Harmonia Sans Pro Cyr", sans-serif;
        font-weight: 600; }

.pdp-gradient-banner {
  margin-top: 75px;
  padding: 250px 0;
  background: transparent linear-gradient(200deg, #41b8a4 0%, #427f94 49%, #434484 100%) 0% 0% no-repeat padding-box;
  text-align: center; }
  @media screen and (max-width: 640px) {
    .pdp-gradient-banner {
      padding: 125px 0; } }
  .pdp-gradient-banner #full-slider-wave {
    left: 0;
    right: 0;
    top: -2px;
    position: absolute;
    width: 100%;
    transform: rotateY(180deg); }
  .pdp-gradient-banner #hero-wave {
    left: 0;
    right: 0;
    bottom: -2px;
    position: absolute;
    width: 100%; }
  .pdp-gradient-banner .pdp-gradient-content h2 {
    margin: 0 auto;
    font-family: "RT Raleway", sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 54px;
    color: #fff;
    text-align: center;
    max-width: 800px; }
  .pdp-gradient-banner .pdp-gradient-content p {
    margin: 0 auto;
    margin-top: 25px;
    font-family: "Harmonia Sans Pro Cyr", sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    max-width: 900px; }

.pdp {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  padding: 60px 0;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #dfe2e4; }
  @media screen and (max-width: 1440px) {
    .pdp {
      padding-top: 40px; } }
  @media (max-width: 767px) {
    .pdp {
      padding: 30px 0;
      -ms-flex-direction: column;
          flex-direction: column; } }
  .pdp.bundle-pdp {
    border-bottom: none; }
    .pdp.bundle-pdp .pdp__details--disclaimer {
      margin-top: 25px; }
  .pdp__details-mobile {
    display: none;
    text-align: center; }
    @media (max-width: 767px) {
      .pdp__details-mobile {
        display: block; } }
    .pdp__details-mobile--tag {
      background-color: #f09920;
      border-radius: 30px;
      color: #fff;
      display: inline-block;
      font-size: 0.75rem;
      line-height: 1em;
      font-weight: 600;
      padding: 10px 20px 8px 20px; }
    .pdp__details-mobile--title {
      font-size: 1.875rem;
      line-height: 1em;
      margin: 20px auto; }
    .pdp__details-mobile--subtitle {
      font-size: 0.875rem;
      line-height: 1em; }
  .pdp__imgs, .pdp__details {
    width: 50%; }
    @media (max-width: 767px) {
      .pdp__imgs, .pdp__details {
        width: 100%; } }
  .pdp__imgs--slider img,
  .pdp__imgs--slider video {
    padding: 0 75px;
    margin-bottom: 50px; }
    @media (max-width: 1024px) {
      .pdp__imgs--slider img,
      .pdp__imgs--slider video {
        padding: 0 50px;
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .pdp__imgs--slider img,
      .pdp__imgs--slider video {
        margin-top: 25px;
        padding: 0; } }
  .pdp__imgs--slider .prev-arrow,
  .pdp__imgs--slider .next-arrow {
    background-size: 12px;
    height: 50px;
    width: 50px; }
    @media (max-width: 1024px) {
      .pdp__imgs--slider .prev-arrow,
      .pdp__imgs--slider .next-arrow {
        background-size: 8px;
        height: 35px;
        width: 35px; } }
  @media (max-width: 767px) {
    .pdp__imgs--slider-nav {
      margin-bottom: 25px; } }
  .pdp__imgs--slider-nav .slick-slide {
    margin: 0 5px; }
  .pdp__imgs--slider-nav img {
    border-radius: 10px;
    border: 2px solid transparent;
    transition: all .25s ease-out; }
  .pdp__imgs--slider-nav .slick-current img {
    border: 2px solid #f09920; }
  .pdp__details {
    margin-left: 75px; }
    @media (max-width: 1024px) {
      .pdp__details {
        margin-left: 50px; } }
    @media (max-width: 767px) {
      .pdp__details {
        margin-left: 0; } }
    .pdp__details--tag {
      background-color: #f09920;
      border-radius: 30px;
      color: #fff;
      display: inline-block;
      font-size: 0.8125rem;
      line-height: 1em;
      font-weight: 600;
      margin-bottom: 25px;
      padding: 10px 20px 8px 20px; }
    .pdp__details--title {
      font-size: 2.375rem;
      font-weight: 600;
      margin-bottom: 15px; }
      @media screen and (max-width: 1440px) {
        .pdp__details--title {
          font-size: 2rem; } }
      @media (max-width: 1024px) {
        .pdp__details--title {
          font-size: 1.625rem; } }
    .pdp__details--bundle-price {
      font-size: 1.75rem;
      line-height: 1em;
      font-weight: 600;
      margin-top: 35px; }
      @media screen and (max-width: 1440px) {
        .pdp__details--bundle-price {
          font-size: 1.5rem; } }
      @media (max-width: 1024px) {
        .pdp__details--bundle-price {
          font-size: 1.25rem;
          margin: 25px 0; } }
      @media (max-width: 767px) {
        .pdp__details--bundle-price {
          font-size: 1.75rem;
          text-align: center;
          margin: 10px 0 25px; } }
      .pdp__details--bundle-price span {
        font-size: 1.25rem;
        font-weight: 400; }
        @media screen and (max-width: 1440px) {
          .pdp__details--bundle-price span {
            font-size: 1.125rem; } }
        @media (max-width: 1024px) {
          .pdp__details--bundle-price span {
            font-size: 1rem; } }
        @media (max-width: 767px) {
          .pdp__details--bundle-price span {
            display: block; } }
    .pdp__details--bundle-product-link {
      text-decoration: none !important;
      margin-bottom: 15px;
      width: 100%; }
      .pdp__details--bundle-product-link:last-of-type {
        margin: 0; }
    .pdp__details--bundle-product {
      border: 2px solid #dbddde;
      border-radius: 20px;
      padding: 15px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-pack: justify;
          justify-content: space-between;
      transition: background-color .25s ease-out; }
      .pdp__details--bundle-product:hover {
        background-color: #ecf2f3; }
      .pdp__details--bundle-product:last-of-type {
        margin-bottom: 0; }
      .pdp__details--bundle-product img {
        border-radius: 10px;
        margin-right: 15px;
        width: 100px; }
        @media (max-width: 1024px) {
          .pdp__details--bundle-product img {
            width: 75px; } }
      .pdp__details--bundle-product div {
        width: calc(100% - 115px); }
        @media (max-width: 1024px) {
          .pdp__details--bundle-product div {
            width: calc(100% - 95px); } }
        .pdp__details--bundle-product div h1 {
          font-size: 1rem;
          margin-bottom: 10px; }
          @media (max-width: 1024px) {
            .pdp__details--bundle-product div h1 {
              font-size: 0.875rem; } }
        .pdp__details--bundle-product div h2 {
          font-size: 0.875rem;
          font-weight: 400;
          margin: 0 0 10px; }
          @media (max-width: 1024px) {
            .pdp__details--bundle-product div h2 {
              font-size: 0.75rem; } }
        .pdp__details--bundle-product div ul li {
          font-size: 0.875rem;
          line-height: 1.25em;
          margin-bottom: 10px;
          padding-left: 20px; }
          .pdp__details--bundle-product div ul li:last-of-type {
            margin-bottom: 0; }
          .pdp__details--bundle-product div ul li:before {
            content: "";
            position: absolute;
            background: #6cb86a;
            left: 0;
            top: 4px;
            height: 2px;
            width: 10px; }
          .pdp__details--bundle-product div ul li:after {
            content: "";
            position: absolute;
            background: #6cb86a;
            top: 0;
            left: 4px;
            height: 10px;
            width: 2px; }
          .pdp__details--bundle-product div ul li ul {
            margin-top: 10px; }
        @media (max-width: 1024px) {
          .pdp__details--bundle-product div ul li {
            font-size: 0.75rem; } }
    .pdp__details--bundle-cta {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .pdp__details--bundle-cta label {
        width: 100%; }
      .pdp__details--bundle-cta .qty-selector::after {
        top: 24px; }
      .pdp__details--bundle-cta .qty-selector select {
        height: 65px !important; }
      .pdp__details--bundle-cta .btn {
        width: calc(100% - 125px);
        padding: 24px 35px 24px 35px;
        margin: 0 0 0 50px !important; }
        @media (max-width: 1024px) {
          .pdp__details--bundle-cta .btn {
            width: calc(100% - 100px);
            margin: 0 0 0 25px !important; } }
        @media (max-width: 767px) {
          .pdp__details--bundle-cta .btn {
            width: calc(100% - 85px) !important; } }
    .pdp__details--subtitle {
      font-size: 1.25rem;
      font-weight: 600;
      margin-bottom: 25px; }
      @media (max-width: 1024px) {
        .pdp__details--subtitle {
          font-size: 0.875rem; } }
    .pdp__details--price {
      font-size: 2.125rem;
      line-height: 1em;
      font-weight: 600;
      margin: 30px 0;
      display: none; }
      .pdp__details--price.on-sale {
        font-size: 1.5rem;
        margin-bottom: 15px;
        text-decoration: line-through; }
      .pdp__details--price.sale-price {
        margin-top: 15px;
        color: #6cb86a; }
      @media (max-width: 1024px) {
        .pdp__details--price {
          margin: 25px 0;
          font-size: 1.75rem; } }
      @media (max-width: 767px) {
        .pdp__details--price {
          display: none; } }
    .pdp__details--price-mobile {
      display: none;
      font-size: 1.75rem;
      line-height: 1em;
      font-weight: 600;
      margin: 25px 0; }
      .pdp__details--price-mobile.on-sale {
        font-size: 1.125rem;
        margin-bottom: 15px;
        text-decoration: line-through; }
      .pdp__details--price-mobile.sale-price {
        margin-top: 15px;
        color: #6cb86a; }
    @media (max-width: 767px) {
      .pdp__details--tag, .pdp__details--title, .pdp__details--subtitle {
        display: none; } }
    .pdp__details--description {
      font-size: 1.25rem;
      line-height: 1.5em;
      margin-bottom: 25px; }
      @media (max-width: 1024px) {
        .pdp__details--description {
          font-size: 1rem; } }
      .pdp__details--description #show-more,
      .pdp__details--description #show-less {
        color: #e95c67;
        font-weight: 600;
        cursor: pointer; }
        .pdp__details--description #show-more::after,
        .pdp__details--description #show-less::after {
          width: 12px;
          right: -16px;
          top: -7px;
          position: absolute; }
      .pdp__details--description #show-more::after {
        content: url("../img/icons/arrow-down-red.svg"); }
      .pdp__details--description #show-less::after {
        content: url("../img/icons/arrow-up-red.svg"); }
      .pdp__details--description#product-long-desc {
        display: none; }
    .pdp__details--disclaimer {
      font-size: 0.6875rem;
      line-height: 1.25em;
      color: #6f787c;
      margin-bottom: 25px; }
    .pdp__details--specs {
      margin-right: 15px; }
    .pdp__details a, .pdp__details--specs,
    .pdp__details #compare-robots {
      color: #6f787c;
      cursor: pointer;
      display: inline-block;
      font-size: 1.0625rem;
      text-decoration: underline; }
      @media (max-width: 1024px) {
        .pdp__details a, .pdp__details--specs,
        .pdp__details #compare-robots {
          font-size: 0.8125rem; } }
    .pdp__details #compare-robots {
      display: block;
      margin-top: 10px; }
    .pdp__details--product-model {
      border: 2px solid #d3d6d7;
      border-radius: 10px;
      color: #34444c;
      margin: 0 10px 10px 0;
      text-decoration: none !important;
      padding: 12px 20px;
      font-size: 1.125rem;
      font-weight: 600;
      transition: all .25s ease-out; }
      .pdp__details--product-model.active {
        border: 2px solid #f09920; }
      .pdp__details--product-model:hover {
        border: 2px solid #f09920; }
    .pdp__details .out-of-stock-btn,
    .pdp__details .btn {
      margin: 35px 0 20px; }
      @media (max-width: 1024px) {
        .pdp__details .out-of-stock-btn,
        .pdp__details .btn {
          margin: 25px 0 10px; } }
      @media (max-width: 767px) {
        .pdp__details .out-of-stock-btn,
        .pdp__details .btn {
          width: 100%; } }
    .pdp__details .out-of-stock-btn {
      background-color: #d3d6d7;
      font-size: 1.0625rem;
      font-weight: 400;
      border-radius: 38px;
      color: white;
      padding: 24px 64px 24px 64px;
      margin-top: 0;
      display: inline-block;
      text-decoration: none; }
      @media screen and (max-width: 1440px) {
        .pdp__details .out-of-stock-btn {
          font-size: 0.875rem;
          line-height: 18px;
          padding: 18px 52px 18px 52px; } }
    .pdp__details h2 {
      font-size: 1.375rem;
      font-weight: 600;
      margin: 35px 0 20px; }
      @media (max-width: 1024px) {
        .pdp__details h2 {
          margin: 15px 0 10px;
          font-size: 1.125rem; } }
    .pdp__details form label {
      display: block;
      font-size: 1.5625rem;
      font-weight: 600;
      margin: 35px 0 20px; }
      @media (max-width: 1024px) {
        .pdp__details form label {
          margin: 25px 0 20px;
          font-size: 1.125rem;
          margin-bottom: 10px; } }
    .pdp__details form button {
      display: block; }
    .pdp__details .external-btn {
      margin-top: 0;
      margin-bottom: 10px;
      color: #fff;
      text-decoration: none;
      width: 100%;
      text-align: center; }
      @media (max-width: 1024px) {
        .pdp__details .external-btn {
          margin-top: 25px; } }
    .pdp__details .generate-quote {
      margin-top: 10px; }
      .pdp__details .generate-quote__title {
        text-align: center; }
    .pdp__details--contact-us {
      font-size: 1.0625rem;
      color: #6f787c;
      margin-top: 20px;
      text-align: center; }
  .pdp .product-bundle {
    background-color: #eff4f5;
    border-radius: 20px;
    margin-top: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 35px 25px;
    -ms-flex-align: center;
        align-items: center; }
    .pdp .product-bundle--title {
      font-size: 1.5625rem;
      margin-bottom: 15px;
      width: 100%; }
      @media screen and (max-width: 1200px) {
        .pdp .product-bundle--title {
          font-size: 1.375rem; } }
    .pdp .product-bundle__products {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: justify;
          justify-content: space-between;
      width: 64%; }
      @media screen and (max-width: 1200px) {
        .pdp .product-bundle__products {
          width: 100%; } }
      .pdp .product-bundle__products--product {
        width: 48%; }
        @media screen and (max-width: 1200px) {
          .pdp .product-bundle__products--product {
            width: 46%; } }
        .pdp .product-bundle__products--product:nth-child(3), .pdp .product-bundle__products--product:nth-child(4) {
          margin-top: 10px; }
        .pdp .product-bundle__products--product .bundle-product-img {
          background-color: #fff;
          border-radius: 20px;
          margin-bottom: 10px;
          padding: 20px; }
          .pdp .product-bundle__products--product .bundle-product-img img {
            width: 100%; }
        .pdp .product-bundle__products--product .bundle-product-title {
          font-size: 1.125rem;
          line-height: 1.1em;
          font-weight: 600; }
          @media screen and (max-width: 1440px) {
            .pdp .product-bundle__products--product .bundle-product-title {
              font-size: 1rem; } }
          @media screen and (max-width: 900px) {
            .pdp .product-bundle__products--product .bundle-product-title {
              font-size: 0.875rem; } }
        .pdp .product-bundle__products--product .bundle-product-price {
          font-size: 1rem;
          color: #6f787c; }
    .pdp .product-bundle__pricing {
      text-align: center;
      width: 34%; }
      @media screen and (max-width: 1200px) {
        .pdp .product-bundle__pricing {
          margin-top: 25px;
          width: 100%; } }
      .pdp .product-bundle__pricing p {
        font-size: 1.125rem;
        margin-bottom: 5px; }
        @media screen and (max-width: 900px) {
          .pdp .product-bundle__pricing p {
            font-size: 1rem; } }
        .pdp .product-bundle__pricing p:last-of-type {
          color: #6f787c;
          margin-bottom: 0; }
      .pdp .product-bundle__pricing .btn {
        padding: 14px 24px 14px 22px;
        margin: 15px 0 0 0;
        width: 100%; }
      .pdp .product-bundle__pricing h2 {
        color: #e95c67;
        font-size: 2.125rem;
        font-weight: 600;
        margin: 0; }
        @media screen and (max-width: 900px) {
          .pdp .product-bundle__pricing h2 {
            font-size: 1.5rem; } }

.qty-selector {
  display: inline-block;
  /* IE11 hide native button */ }
  .qty-selector::after {
    content: url("../img/icons/arrow-down-gray.svg");
    right: 18px;
    top: 16px;
    width: 12px;
    position: absolute;
    pointer-events: none; }
    @media (max-width: 767px) {
      .qty-selector::after {
        top: 12px; } }
  .qty-selector select::-ms-expand {
    display: none; }
  .qty-selector select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */
    display: block;
    font-size: 1.125rem;
    line-height: 1em;
    width: 100%;
    height: 50px;
    padding: 10px 30px 10px 20px;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border-radius: 10px;
    border: 2px solid #d3d6d7;
    -ms-word-break: normal;
    word-break: normal; }
    @media (max-width: 767px) {
      .qty-selector select {
        font-size: 0.875rem;
        padding: 10px 25px 10px 15px;
        height: 40px; } }

.cart {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  padding: 50px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start; }
  @media screen and (max-width: 1024px) {
    .cart {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (max-width: 767px) {
    .cart {
      padding: 35px 0; } }
  .cart form, .cart--empty-cart {
    width: calc(100% - 560px); }
    @media screen and (max-width: 1300px) {
      .cart form, .cart--empty-cart {
        width: calc(100% - 375px); } }
    @media (max-width: 1024px) {
      .cart form, .cart--empty-cart {
        width: 100%; } }
  .cart--empty-cart h2 {
    font-size: 2.125rem;
    font-weight: 600;
    margin-bottom: 25px; }
    @media (max-width: 1024px) {
      .cart--empty-cart h2 {
        margin: 25px 0;
        font-size: 1.5rem; } }
  .cart--title {
    font-size: 2.8125rem;
    margin-bottom: 50px; }
    @media (max-width: 1024px) {
      .cart--title {
        font-size: 1.875rem;
        margin: 0; } }
    .cart--title span {
      font-size: 2.125rem; }
      @media (max-width: 1024px) {
        .cart--title span {
          font-size: 1.625rem; } }
  .cart .bundle-container .cart__product {
    border: none; }
    .cart .bundle-container .cart__product .cart__product--update-desk,
    .cart .bundle-container .cart__product .cart__product--update-mob {
      display: none; }
    .cart .bundle-container .cart__product:last-of-type {
      border-bottom: 2px solid #ecedee; }
      .cart .bundle-container .cart__product:last-of-type .cart__product--update-desk,
      .cart .bundle-container .cart__product:last-of-type .cart__product--update-mob {
        display: block; }
  .cart__product {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    padding: 35px;
    border-bottom: 2px solid #ecedee; }
    @media screen and (max-width: 1300px) {
      .cart__product {
        padding: 25px; } }
    @media (max-width: 1024px) {
      .cart__product {
        padding: 35px; } }
    @media screen and (max-width: 800px) {
      .cart__product {
        padding: 25px 15px; } }
    @media (max-width: 767px) {
      .cart__product {
        -ms-flex-align: start;
            align-items: flex-start; } }
    .cart__product--img {
      width: calc(25% - 40px); }
      @media (max-width: 767px) {
        .cart__product--img {
          width: calc(40% - 15px); } }
      .cart__product--img img {
        width: 100%; }
    .cart__product--details {
      margin-left: 40px;
      width: 100%; }
      @media (max-width: 767px) {
        .cart__product--details {
          margin-left: 15px; } }
    .cart__product--section {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      width: 100%; }
      @media (max-width: 767px) {
        .cart__product--section {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      .cart__product--section:first-of-type {
        margin-bottom: 40px; }
        @media (max-width: 767px) {
          .cart__product--section:first-of-type {
            margin-bottom: 20px; } }
      .cart__product--section .remove-product-checkbox {
        display: none; }
      .cart__product--section .remove-product {
        color: #34444c;
        cursor: pointer;
        text-decoration: underline;
        background-color: transparent; }
        @media (max-width: 767px) {
          .cart__product--section .remove-product {
            font-size: 0.875rem; } }
    .cart__product--title {
      font-size: 1.375rem;
      font-weight: 700;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .cart__product--title {
          font-size: 1.125rem;
          margin-bottom: 7px; } }
    .cart__product--subtitle {
      color: #6f787c;
      font-size: 1rem;
      line-height: 1em;
      font-weight: 500; }
      @media (max-width: 767px) {
        .cart__product--subtitle {
          font-size: 0.8125rem; } }
    .cart__product .qty-selector {
      margin-left: 15px; }
    .cart__product--price {
      color: #34444c;
      display: inline-block;
      font-size: 1.25rem;
      line-height: 1em;
      font-weight: 700;
      margin-right: 15px; }
      .cart__product--price.on-sale {
        margin-right: 5px;
        text-decoration: line-through; }
      .cart__product--price.sale-price {
        color: #6cb86a; }
      @media (max-width: 767px) {
        .cart__product--price {
          font-size: 1rem;
          margin-right: 7px;
          margin-bottom: 7px; } }
      .cart__product--price.bundle-price {
        color: #e95c67; }
    .cart__product--original-price {
      text-decoration: line-through; }
    .cart__product--original-price, .cart__product--discount {
      font-weight: 500;
      line-height: 1em;
      margin-right: 15px; }
      @media (max-width: 767px) {
        .cart__product--original-price, .cart__product--discount {
          font-size: 0.8125rem;
          margin-right: 7px; } }
    .cart__product--original-price, .cart__product--discount {
      color: #6f787c;
      display: inline-block; }
  .cart__summary {
    background-color: #f5f8f9;
    border-radius: 10px;
    margin-left: 35px;
    padding: 35px;
    width: 525px; }
    @media screen and (max-width: 1300px) {
      .cart__summary {
        margin-left: 25px;
        padding: 25px;
        width: 350px; } }
    @media (max-width: 1024px) {
      .cart__summary {
        padding: 35px;
        margin: 35px 0 0 0;
        width: 100%; } }
    @media screen and (max-width: 800px) {
      .cart__summary {
        margin-top: 30px;
        padding: 25px 15px; } }
    .cart__summary--title {
      font-size: 1.5625rem;
      font-weight: 700;
      margin-bottom: 25px; }
      @media (max-width: 1024px) {
        .cart__summary--title {
          font-size: 1.25rem;
          margin-bottom: 15px; } }
    .cart__summary--lineitem {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin-bottom: 15px; }
      .cart__summary--lineitem p {
        font-size: 1.0625rem;
        line-height: 1.3em; }
        @media (max-width: 1024px) {
          .cart__summary--lineitem p {
            font-size: 0.875rem; } }
        .cart__summary--lineitem p:first-of-type {
          max-width: 225px; }
          @media (max-width: 1024px) {
            .cart__summary--lineitem p:first-of-type {
              max-width: 150px; } }
      .cart__summary--lineitem .red-txt {
        color: #e95c67; }
      .cart__summary--lineitem .gray-txt {
        color: #6f787c; }
      .cart__summary--lineitem.order-total {
        margin: 30px 0; }
        @media (max-width: 1024px) {
          .cart__summary--lineitem.order-total {
            margin: 25px 0; } }
        .cart__summary--lineitem.order-total p {
          font-size: 1.25rem;
          font-weight: 700; }
          @media (max-width: 1024px) {
            .cart__summary--lineitem.order-total p {
              font-size: 1rem; } }
    .cart__summary--coupon-code {
      border-top: 2px solid #dfe2e4;
      border-bottom: 2px solid #dfe2e4;
      padding: 25px 0;
      margin: 25px 0;
      display: -ms-flexbox;
      display: flex; }
      .cart__summary--coupon-code #discountForm {
        display: -ms-flexbox;
        display: flex;
        width: 100%; }
        .cart__summary--coupon-code #discountForm input {
          border: 2px solid #d7dadb;
          border-radius: 10px;
          padding: 20px; }
          .cart__summary--coupon-code #discountForm input[type="text"] {
            width: calc(70% - 15px); }
          .cart__summary--coupon-code #discountForm input[type="submit"] {
            background-color: #acb2b5;
            border: 2px solid #acb2b5;
            border-radius: 35px;
            cursor: pointer;
            color: #fff;
            margin-left: 15px;
            width: 30%; }
    .cart__summary--ctas {
      text-align: center; }
      .cart__summary--ctas .btn {
        border: 2px solid #6cb86a;
        font-size: 1.125rem;
        line-height: 1em;
        font-weight: 600;
        width: 100%;
        padding: 22px 52px 22px 52px; }
      .cart__summary--ctas .disabled-checkout,
      .cart__summary--ctas .disabled-quote {
        border: 2px solid #acb2b5;
        cursor: auto;
        pointer-events: none; }
      .cart__summary--ctas .disabled-checkout {
        background-color: #acb2b5; }
      .cart__summary--ctas .disabled-quote {
        background-color: #fff;
        color: #acb2b5; }
      .cart__summary--ctas p {
        color: #6f787c;
        text-align: center;
        margin: 10px 0; }
      .cart__summary--ctas .ff-form-success p {
        margin: 0 0 22px 0; }
      .cart__summary--ctas .contact-us {
        margin: 35px 0 0 0; }
        .cart__summary--ctas .contact-us a {
          color: #6f787c;
          text-decoration: underline; }
      .cart__summary--ctas .generate-quote__title {
        color: #6cb86a;
        margin: 0; }

.generate-quote {
  background-color: #fff;
  border: 2px solid #6cb86a;
  border-radius: 38px;
  padding: 22px; }
  .generate-quote #generate-quote-form {
    margin-top: 22px;
    display: none; }
  .generate-quote form {
    width: 100%; }
  .generate-quote__title {
    color: #6cb86a;
    cursor: pointer;
    font-size: 1.125rem;
    line-height: 1em;
    font-weight: 600;
    margin: 0; }
  .generate-quote .freeform-row .freeform-column {
    padding: 0; }
    .generate-quote .freeform-row .freeform-column .g-recaptcha {
      margin-bottom: 15px; }
  .generate-quote .freeform-row .freeform-input {
    border: 2px solid #d7dadb;
    border-radius: 10px;
    padding: 20px;
    margin: 5px 0 15px; }
    .generate-quote .freeform-row .freeform-input[type="submit"] {
      background-color: #f09920;
      border: 2px solid #f09920;
      border-radius: 35px;
      cursor: pointer;
      color: #fff; }
  .generate-quote .freeform-row label {
    font-size: 1.0625rem;
    font-weight: 600 !important;
    color: #6f787c;
    text-align: left;
    margin: 0; }
  .generate-quote .freeform-row button {
    background-color: #f09920;
    border: 2px solid #f09920;
    border-radius: 35px;
    cursor: pointer;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1em;
    font-weight: 600;
    width: 100%;
    padding: 22px 52px 22px 52px; }
  .generate-quote .freeform-row:nth-last-child(2) {
    display: none; }
  .generate-quote .contact-us {
    margin: 35px 0 0; }
    .generate-quote .contact-us a {
      color: #34444c;
      text-decoration: underline; }

.checkout {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  padding: 50px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start; }
  @media (max-width: 1024px) {
    .checkout {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .checkout__contents {
    font-family: "RT Raleway", sans-serif;
    width: calc(100% - 550px); }
    @media screen and (max-width: 1300px) {
      .checkout__contents {
        width: calc(100% - 350px); } }
    @media (max-width: 1024px) {
      .checkout__contents {
        width: 100%; } }
    .checkout__contents--title {
      -ms-flex-align: center;
          align-items: center;
      font-size: 2.125rem;
      font-weight: 600;
      display: -ms-flexbox;
      display: flex;
      padding: 45px 0;
      border-bottom: 2px solid #ecedee; }
      @media (max-width: 1024px) {
        .checkout__contents--title {
          font-size: 1.375rem;
          padding: 25px 0; } }
      @media (max-width: 1024px) {
        .checkout__contents--title:first-of-type {
          padding-top: 0; } }
      .checkout__contents--title.active {
        border-bottom: none; }
        .checkout__contents--title.active p:last-of-type {
          color: #6cb86a;
          font-size: 2.8125rem; }
          @media (max-width: 1024px) {
            .checkout__contents--title.active p:last-of-type {
              font-size: 1.875rem; } }
      .checkout__contents--title .step {
        background-color: #6cb86a;
        border-radius: 50%;
        color: #fff;
        font-size: 1.25rem;
        margin-right: 20px;
        display: -ms-flexbox;
        display: flex;
        width: 45px;
        height: 45px;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; }
        @media (max-width: 1024px) {
          .checkout__contents--title .step {
            font-size: 0.875rem;
            width: 35px;
            height: 35px; } }
      .checkout__contents--title h1 {
        font-size: 2.125rem; }
    .checkout__contents h2 {
      font-size: 1.375rem;
      font-weight: 700;
      margin-bottom: 25px; }
    .checkout__contents form label,
    .checkout__contents form input,
    .checkout__contents form select {
      width: 100%; }
    .checkout__contents form label {
      font-size: 1.0625rem;
      font-weight: 600;
      color: #6f787c; }
      @media (max-width: 1024px) {
        .checkout__contents form label {
          font-size: 0.875rem; } }
    .checkout__contents form input,
    .checkout__contents form select {
      border: 2px solid #d7dadb;
      border-radius: 10px;
      padding: 20px;
      margin: 8px 0 15px; }
      @media (max-width: 1024px) {
        .checkout__contents form input,
        .checkout__contents form select {
          padding: 14px; } }
    .checkout__contents form input[type="checkbox"] {
      margin: 0 5px 15px 0;
      width: auto; }
    .checkout__contents form .forgot-pw {
      margin-bottom: 15px; }
    .checkout__contents form a {
      color: #34444c;
      text-decoration: underline;
      width: 100%; }
    .checkout__contents form .btn {
      background-color: #f09920;
      border: 2px solid #f09920;
      border-radius: 38px;
      cursor: pointer;
      margin: 0;
      width: auto;
      padding: 24px 64px 24px 64px; }
      @media screen and (max-width: 1440px) {
        .checkout__contents form .btn {
          padding: 18px 52px 18px 52px; } }
      @media (max-width: 767px) {
        .checkout__contents form .btn {
          margin-bottom: 15px;
          width: 100%; } }
    .checkout__contents form .fields-two-col,
    .checkout__contents form .fields-three-col {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .checkout__contents form .fields-two-col div {
      width: 49%; }
    .checkout__contents form .fields-three-col div {
      width: 32%; }
    .checkout__contents .return-to-cart {
      font-size: 1.0625rem;
      color: #6cb86a;
      text-decoration: none;
      font-weight: 600;
      margin-left: 25px; }
      @media (max-width: 1024px) {
        .checkout__contents .return-to-cart {
          font-size: 0.875rem;
          margin-left: 15px; } }
      @media (max-width: 767px) {
        .checkout__contents .return-to-cart {
          margin: 0; } }
  .checkout .shipping-address {
    padding-bottom: 50px;
    border-bottom: 2px solid #ecedee; }
    @media (max-width: 1024px) {
      .checkout .shipping-address {
        padding-bottom: 25px; } }
    .checkout .shipping-address h2 {
      font-size: 22px;
      font-weight: 700;
      margin: 25px 0; }
    .checkout .shipping-address .hidden {
      display: none; }
    .checkout .shipping-address #billingAddressSameAsShipping {
      margin: 15px 5px 25px 0; }
    .checkout .shipping-address .shipping-method {
      margin-bottom: 25px; }
      .checkout .shipping-address .shipping-method:first-of-type {
        margin: 0; }
      .checkout .shipping-address .shipping-method input {
        margin-right: 5px;
        width: auto; }
  .checkout #paymentForm .stripe-charge-form {
    width: 100%; }
  .checkout #paymentForm legend {
    font-size: 1.0625rem;
    font-weight: 600;
    color: #6f787c; }
  .checkout #paymentForm input {
    margin: 8px 0; }
  .checkout #paymentForm .card-data {
    border: 2px solid #d7dadb;
    border-radius: 10px;
    padding: 20px;
    margin: 8px 0 25px; }
    @media (max-width: 1024px) {
      .checkout #paymentForm .card-data {
        padding: 14px; } }
  .checkout #paymentForm button[type="submit"] {
    font-size: 1.0625rem;
    font-weight: 400;
    color: white;
    display: inline-block;
    text-decoration: none;
    transition: all .25s ease-out;
    background-color: #f09920;
    border: 2px solid #f09920;
    border-radius: 38px;
    cursor: pointer;
    width: auto;
    padding: 24px 64px 24px 64px; }
    @media screen and (max-width: 1440px) {
      .checkout #paymentForm button[type="submit"] {
        font-size: 14px;
        line-height: 18px;
        padding: 18px 52px 18px 52px; } }
    .checkout #paymentForm button[type="submit"]:hover {
      transform: translateY(-2px);
      box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3); }
  .checkout #paymentForm #submit-button {
    font-size: 1.0625rem;
    font-weight: 400;
    color: white;
    display: inline-block;
    text-decoration: none;
    transition: all .25s ease-out;
    background-color: #f09920;
    border: 2px solid #f09920;
    border-radius: 38px;
    cursor: pointer;
    margin: 25px 0 0 0;
    width: auto;
    padding: 24px 64px 24px 64px; }
    @media screen and (max-width: 1440px) {
      .checkout #paymentForm #submit-button {
        font-size: 14px;
        line-height: 18px;
        padding: 18px 52px 18px 52px; } }
    .checkout #paymentForm #submit-button:hover {
      transform: translateY(-2px);
      box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3); }
  .checkout #paymentForm label[for=registerUserOnOrderComplete] {
    display: none; }

.order-confirmation {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  padding: 50px 0;
  border-top: 2px solid #ecedee;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .order-confirmation__info {
    width: calc(100% - 560px); }
    @media screen and (max-width: 1300px) {
      .order-confirmation__info {
        width: calc(100% - 375px); } }
    @media (max-width: 1024px) {
      .order-confirmation__info {
        width: 100%; } }
  .order-confirmation__header {
    border-bottom: 2px solid #ecedee;
    padding-bottom: 50px;
    margin-bottom: 50px;
    width: 100%; }
    .order-confirmation__header h1 {
      color: #6cb86a;
      font-size: 2.8125rem; }
      @media (max-width: 1024px) {
        .order-confirmation__header h1 {
          font-size: 1.875rem; } }
      @media (max-width: 767px) {
        .order-confirmation__header h1 {
          font-size: 1.375rem; } }
    .order-confirmation__header--info {
      max-width: 625px; }
      @media (max-width: 1024px) {
        .order-confirmation__header--info {
          max-width: none; } }
      .order-confirmation__header--info p {
        font-size: 1.0625rem;
        line-height: 1.5em; }
        @media (max-width: 1024px) {
          .order-confirmation__header--info p {
            font-size: 0.875rem; } }
  .order-confirmation__order-details {
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    @media (max-width: 767px) {
      .order-confirmation__order-details {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .order-confirmation__order-details-block {
    width: 50%; }
    @media (max-width: 767px) {
      .order-confirmation__order-details-block {
        width: 100%; } }
    .order-confirmation__order-details-block h2 {
      font-size: 1.5625rem;
      font-weight: 700;
      margin-bottom: 15px; }
      @media (max-width: 1024px) {
        .order-confirmation__order-details-block h2 {
          font-size: 1.375rem; } }
    .order-confirmation__order-details-block p {
      font-size: 1.0625rem; }
      @media (max-width: 1024px) {
        .order-confirmation__order-details-block p {
          font-size: 0.875rem; } }
    .order-confirmation__order-details-block div {
      margin-bottom: 50px; }
      @media (max-width: 767px) {
        .order-confirmation__order-details-block div {
          margin-bottom: 25px; } }
    .order-confirmation__order-details-block--lineitem {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin-bottom: 10px !important; }
      .order-confirmation__order-details-block--lineitem .red-txt {
        color: #e95c67; }
  .order-confirmation__products {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .order-confirmation__products--title {
      font-size: 1.5625rem;
      font-weight: 700;
      margin-bottom: 15px;
      width: 100%; }
    .order-confirmation__products--item {
      -ms-flex-align: center;
          align-items: center;
      display: -ms-flexbox;
      display: flex;
      background-color: #f5f8f9;
      border-radius: 20px;
      padding: 20px;
      width: 50%; }
      .order-confirmation__products--item .product-img img {
        background-color: #fff;
        border-radius: 30px;
        width: 140px; }
      .order-confirmation__products--item .product-details {
        margin-left: 25px;
        width: calc(100% - 140px); }
      .order-confirmation__products--item h1 {
        font-size: 1.125rem;
        font-weight: 700;
        margin-bottom: 15px; }
      .order-confirmation__products--item p {
        color: #6f787c;
        line-height: 1em;
        margin-bottom: 15px; }
        .order-confirmation__products--item p:last-of-type {
          margin: 0; }
  .order-confirmation__sidebar {
    background-color: #f5f8f9;
    border-radius: 10px;
    margin-left: 35px;
    padding: 35px;
    width: 525px; }
    @media screen and (max-width: 1300px) {
      .order-confirmation__sidebar {
        margin-left: 25px;
        padding: 25px;
        width: 350px; } }
    @media (max-width: 1024px) {
      .order-confirmation__sidebar {
        padding: 35px;
        margin: 35px 0 0 0;
        width: 100%; } }
    @media screen and (max-width: 800px) {
      .order-confirmation__sidebar {
        margin-top: 30px;
        padding: 25px 15px; } }

.whats-included {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 150px auto;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .whats-included {
      margin: 75px auto; } }
  @media screen and (max-width: 768px) {
    .whats-included {
      margin: 50px auto; } }
  .whats-included--header {
    font-size: 2.8125rem;
    font-weight: 600; }
    @media screen and (max-width: 1440px) {
      .whats-included--header {
        font-size: 2.375rem; } }
    @media (max-width: 1024px) {
      .whats-included--header {
        font-size: 1.875rem; } }
  .whats-included__products {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .whats-included__products div {
      margin-top: 75px;
      width: 23%; }
      @media (max-width: 1024px) {
        .whats-included__products div {
          margin-top: 50px; } }
      @media (max-width: 767px) {
        .whats-included__products div {
          width: 48%;
          margin-top: 25px; } }
      .whats-included__products div img {
        margin-bottom: 25px;
        width: 100%; }
      .whats-included__products div h1 {
        font-size: 1.5625rem;
        line-height: 1.3; }
        @media screen and (max-width: 1440px) {
          .whats-included__products div h1 {
            font-size: 1.125rem; } }
        @media (max-width: 1024px) {
          .whats-included__products div h1 {
            font-size: 1rem; } }

.pdp-banner {
  background: transparent linear-gradient(167deg, #41B8A4 0%, #6cb86a 100%) 0% 0% no-repeat padding-box;
  color: #fff; }

.shop-download-blocks img {
  width: 100%;
  margin-bottom: 25px; }

.shop-download-blocks h1 {
  margin-bottom: 10px !important; }

.shop-download-blocks a {
  color: #34444c; }

#product-specs {
  padding: 100px 0; }

.product-anchor-links {
  background-color: #f3f4f6;
  text-align: center; }
  .product-anchor-links ul {
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
    padding: 50px 0; }
    @media (max-width: 767px) {
      .product-anchor-links ul {
        padding: 30px 0; } }
    .product-anchor-links ul li {
      display: inline-block;
      margin-right: 30px; }
      @media (max-width: 767px) {
        .product-anchor-links ul li {
          display: block;
          margin: 0 0 15px 0; }
          .product-anchor-links ul li:last-of-type {
            margin: 0; } }
      .product-anchor-links ul li a {
        color: #34444c;
        font-size: 1.5rem;
        font-weight: 600;
        text-decoration: underline; }
        @media screen and (max-width: 1440px) {
          .product-anchor-links ul li a {
            font-size: 1.25rem; } }
        @media (max-width: 1024px) {
          .product-anchor-links ul li a {
            font-size: 1rem; } }

.product-activities {
  background-color: #434484;
  padding: 100px 0; }
  @media screen and (max-width: 1024px) {
    .product-activities {
      padding: 75px 0; } }
  @media screen and (max-width: 768px) {
    .product-activities {
      padding: 50px 0; } }
  .product-activities .material-entries-container {
    margin: 0 auto; }
  .product-activities .header-content {
    color: #fff; }

#product-features .header-content {
  margin: 0 auto;
  color: #fff; }

.registration,
.login {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 50px auto; }
  .registration h1,
  .login h1 {
    text-align: center;
    margin-bottom: 25px; }
  .registration form,
  .login form {
    background-color: #6cb86a;
    border-radius: 45px;
    margin: 0 auto;
    max-width: 750px;
    padding: 100px; }
    .registration form label,
    .registration form input,
    .login form label,
    .login form input {
      width: 100%; }
    .registration form label,
    .login form label {
      color: #fff;
      display: inline-block;
      margin-bottom: 10px; }
    .registration form input,
    .login form input {
      margin-bottom: 25px;
      padding: 15px;
      border-radius: 10px; }
    .registration form input[type=checkbox],
    .login form input[type=checkbox] {
      background: blue;
      margin: 0 10px 0 0;
      width: auto; }
    .registration form .btn,
    .login form .btn {
      background-color: #3f86c7; }
  .registration p,
  .login p {
    text-align: center;
    margin-top: 25px; }
    .registration p a,
    .login p a {
      color: #000;
      text-decoration: underline; }
