@import url("../css/uicons-regular-straight.css");
:root {
  --font-family-primary: Arial, Helvetica, sans-serif;
  --color-primary: #FDBD03;
  --color-primary-light: #ffe400;
  --border-color: #666666;
  --center-bg: #111111;
  --color-secondary: #00d9ff;
  --color-secondary-rgb: 0, 217, 255;
  --color-secondary-light-1: #000000;
  --color-secondary-dark-1: #000000;
  --color-red:#CC0000;
  --color-grey-light-1: #faf9f9;
  --color-grey-light-2: #b7b7b7;
  --color-grey-dark-1: #222222;
  --color-grey-dark-2: #161616;
  --color-body-bg:#000000;
  --color-body-bg-dark:#000c32;
  --shadow-dark: .4rem .4rem 1rem rgba(0, 0, 0, .06);
  --text-shadow: .5rem 1rem 2rem rgba($color: var(--color-black), $alpha: .2) ;
  --line: 1px solid var(--color-grey-light-2);
  --color-black: #000;
  --color-white: #fff;
  --color-green: green;
  --heading-1: 4rem;
  --heading-2: 3.6rem;
  --heading-3: 2.8rem;
  --heading-4: 2.4rem;
  --heading-5: 2.2rem;
  --body-1: 2rem;
  --body-2: 1.8rem;
  --body-3: 1.6rem;
  --body-4: 1.4rem;
  --body-5: 1.2rem;
  --body-6: 1.0rem;
  --body-7: .8rem;
  --body-8: .6rem;
  --body-9: .4rem;
}

@keyframes animationName {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  50% {
    transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes pulseColor {
  0%, 83.33% {
    background: linear-gradient(to bottom, #FDBD03, #fd9503);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  83.34%, 100% {
    background: linear-gradient(to bottom, #ffde00, #ffde00, #ffde00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}
@media only screen and (min-width: 70.75em) {
  html {
    font-size: 62.5%;
  }
}
@media only screen and (max-width: 70.75em) {
  html {
    font-size: 56.25%;
  }
}
@media only screen and (max-width: 56.25em) {
  html {
    font-size: 50%;
  }
}
@media only screen and (max-width: 37.5em) {
  html {
    font-size: 50%;
  }
}

body {
  box-sizing: border-box;
  background-color: var(--color-white);
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
}

::selection {
  background-color: var(--color-primary);
  color: var(--color-white);
}

body {
  font-family: var(--font-family-primary);
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  color: var(--color-black);
}
body a:link,
body a:active,
body a:visited {
  color: var(--color-primary);
}
body a:hover {
  color: var(--color-primary-light);
}

* {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.heading-4, .heading-3, .heading-2, .heading-1 {
  font-family: var(--font-family-primary);
  font-weight: 400;
}

.heading-1 {
  font-size: 4.5rem;
  line-height: 1;
}

.heading-2 {
  font-size: 4rem;
  line-height: 1;
  font-style: italic;
}

.heading-3 {
  font-size: 1.6rem;
  text-transform: uppercase;
}

.heading-4 {
  font-size: 1.8rem;
  line-height: 1.8rem;
}

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

.u-margin-bottom-small {
  margin-bottom: 1.5rem !important;
}

.u-margin-right-small {
  margin-right: 0.8rem !important;
}

.u-margin-left-small {
  margin-left: 0.8rem !important;
}

.u-margin-bottom-medium {
  margin-bottom: 4rem !important;
}
@media only screen and (max-width: 56.25em) {
  .u-margin-bottom-medium {
    margin-bottom: 3rem 0 !important;
  }
}

.u-margin-bottom-large {
  margin-bottom: 8rem !important;
}
@media only screen and (max-width: 56.25em) {
  .u-margin-bottom-large {
    margin-bottom: 5rem !important;
  }
}

.u-margin-top-large {
  margin-top: 8rem !important;
}

.u-margin-top-huge {
  margin-top: 10rem !important;
}

.container {
  align-items: center;
}

/* ----------  
HEADER 
----------  */
.header {
  margin: 0.8rem;
  display: flex;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  position: relative;
}
.header__heading {
  display: flex;
  gap: 0.8rem;
}
@media only screen and (min-width: 70.75em) {
  .header__heading {
    width: 113.2rem;
  }
}
@media only screen and (max-width: 70.75em) {
  .header__heading {
    width: 100%;
  }
}
@media only screen and (max-width: 56.25em) {
  .header__heading {
    width: 100%;
    flex-direction: column;
  }
}
.header__logo {
  flex: 1 1 41rem;
  max-width: 41rem;
}
@media only screen and (max-width: 56.25em) {
  .header__logo {
    flex: 1 1 0rem;
    max-width: 100%;
  }
}
.header__logo img {
  width: 100%;
  min-width: 0;
  display: block;
  height: auto;
  object-fit: contain;
}
@media only screen and (max-width: 56.25em) {
  .header__logo {
    flex: 1 1 0rem;
  }
}
.header__banners {
  display: flex;
  flex: 1;
  background-color: #000000;
  border-radius: 0.6rem;
}
.header__banner {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header__banner:link, .header__banner:active, .header__banner:visited {
  text-decoration: none;
}
@media only screen and (max-width: 56.25em) {
  .header__banner {
    padding: 2rem 0;
  }
}
.header__banner-lgtext {
  color: #ffff55;
  font-weight: 400;
  font-size: 2.6rem;
}
.header__banner-stext {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.6rem;
}

.main-content {
  display: flex;
  justify-content: center;
}
.main-content__container {
  display: flex;
  gap: 1.2rem;
}
@media only screen and (min-width: 70.75em) {
  .main-content__container {
    width: 113.2rem;
  }
}
@media only screen and (max-width: 70.75em) {
  .main-content__container {
    width: 100%;
  }
}
@media only screen and (max-width: 56.25em) {
  .main-content__container {
    width: 100%;
    flex-direction: column;
  }
}

.headline {
  color: white;
  background-color: black;
  display: flex;
  width: 100%;
  padding: 0.8rem;
  display: flex;
  justify-content: space-between;
  font-size: 1.3rem;
  font-weight: 800;
  background: linear-gradient(to bottom, #000000, #323232);
}
.headline__site {
  font-size: 1rem;
}
.headline a:link, .headline a:active, .headline a:visited {
  color: var(--color-white);
}

.link-style {
  /* link-style-2*/
  /* link-style-2*/
}
.link-style-1:link, .link-style-1:active, .link-style-1:visited {
  color: var(--color-red);
  font-weight: 800;
}
.link-style-1:hover {
  color: var(--color-black);
}
.link-style-2:link, .link-style-2:active, .link-style-2:visited {
  color: var(--color-primary);
  font-weight: 800;
}
.link-style-2:hover {
  color: var(--color-white);
}

.nav {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}
.nav__container {
  background: linear-gradient(to bottom, #f7f7f7, #cccccc);
}
@media only screen and (min-width: 70.75em) {
  .nav__container {
    width: 113.2rem;
  }
}
@media only screen and (max-width: 70.75em) {
  .nav__container {
    width: 100%;
  }
}
@media only screen and (max-width: 56.25em) {
  .nav__container {
    width: 100%;
  }
}
.nav__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
@media only screen and (max-width: 56.25em) {
  .nav__list {
    width: 100%;
    text-align: center;
  }
}
.nav__item {
  border: solid 1px #cccccc;
  padding: 1rem 1rem;
  flex: 1 1 max-content; /* minimum size */
  max-width: 25%;
  display: flex;
  justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 56.25em) {
  .nav__item {
    flex: 1 1 30%; /* minimum size */
  }
}
.nav__link {
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 56.25em) {
  .nav__link {
    padding: 0 0rem 0.8rem 0rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .nav__link {
    padding: 0 1rem 0.8rem 1rem;
  }
}
.nav__link:link, .nav__link:active, .nav__link:visited {
  text-decoration: none;
  color: #000000;
}

.posts {
  display: flex;
  flex-direction: column;
  flex: 1 1 94%;
  max-width: 94%;
}
@media only screen and (max-width: 56.25em) {
  .posts {
    max-width: 100%;
  }
}
.posts__container {
  padding: 0 0 1.4rem 0;
  margin-bottom: 1rem;
}
.posts__list {
  background-color: #eeeeee;
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  padding: 1rem 1rem;
  border: solid 1px #cccccc;
}

.post {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  flex: 1 1 30%;
  place-self: flex-start;
}
@media only screen and (max-width: 56.25em) {
  .post {
    flex: 1 1 40%;
  }
}
.post__thumbnail {
  flex: 0 1 100%;
}
.post__thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
.post__body {
  flex: 1 1 20rem;
  min-width: 0;
  display: flex;
  justify-content: center;
  gap: 2rem;
  align-items: center;
}
.post__title {
  margin: 0;
}
.post__title a:link, .post__title a:active, .post__title a:visited {
  color: #CC0000;
}
.post__title a:hover {
  color: #3399cc;
}
.post__rating {
  margin-top: 0.5rem;
}
.post__description {
  flex: 1 1 100%;
  margin: 0;
}

.video-player {
  flex: 1%;
  display: flex;
  gap: 3rem;
  justify-content: space-between;
}
.video-player__video {
  flex: 1;
  width: 50%;
  min-width: 0;
  text-align: center;
}
.video-player__thumbnail {
  width: 100%;
  background: black;
  border: 2px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-player__text {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
  color: #CC0000;
}
.video-player__preview {
  margin-top: 0.8rem;
  font-size: 1.5rem;
  text-align: center;
}
.video-player__preview strong {
  font-weight: 700;
}
.video-player__link {
  display: inline-block;
  margin-top: 1rem;
  color: red;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.video-player__link:link, .video-player__link:visited, .video-player__link:active {
  color: #CC0000;
  font-weight: 800;
}
.video-player__link:hover {
  color: #3399cc;
}

.side-content {
  width: 300px;
  text-align: center;
}
@media only screen and (max-width: 56.25em) {
  .side-content {
    width: 100%;
  }
}
.side-content__wrap-post {
  display: flex;
  flex-direction: column;
  padding: 0 2.4rem;
}
@media only screen and (max-width: 56.25em) {
  .side-content__wrap-post {
    flex-wrap: wrap;
    flex-direction: unset;
    gap: 1rem;
  }
}
.side-content__item {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  gap: 1rem;
  border: solid 1px #cccccc;
  padding-bottom: 2rem;
  background-color: #eeeeee;
}
.side-content__from {
  font-weight: bold;
}
.side-content__from a:link, .side-content__from a:active, .side-content__from a:visited {
  color: #CC0000;
}
.side-content__from a:hover {
  color: #3399cc;
}
.side-content__spost {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
@media only screen and (max-width: 56.25em) {
  .side-content__spost {
    flex: 1;
  }
}
@media only screen and (max-width: 37.5em) {
  .side-content__spost {
    flex: 1 1 31.7%;
    max-width: 31.7%;
  }
}
.side-content__spost:not(:last-child) {
  margin-bottom: 1.4rem;
}
.side-content__img {
  width: 100%;
}

.side-content__banner {
  margin: 1rem 0;
  display: block;
  padding: 3rem 0;
  border-radius: 0.2rem;
  background: linear-gradient(to bottom, #94cd49 0%, #4ea230 100%);
  text-decoration: none;
  text-align: center;
}
.side-content__banner-lgtext {
  color: #ffff55;
  font-size: 2rem;
  font-style: italic;
  margin: 0;
}
@media only screen and (max-width: 56.25em) {
  .side-content__banner-lgtext {
    font-size: 4rem;
  }
}
.side-content__banner-smtext {
  color: #ffffff;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (max-width: 56.25em) {
  .side-content__banner-smtext {
    font-size: 2.6rem;
  }
}

.side-links__list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0 2rem;
  list-style: none;
}
.side-links__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0;
}
.side-links__item a {
  padding: 0 1rem;
  color: #CC0000;
  text-decoration: none;
  transition: color 0.2s ease;
}
.side-links__item a:link, .side-links__item a:visited, .side-links__item a:active {
  color: #CC0000;
  text-decoration: underline;
}
.side-links__item a:hover {
  color: #3399cc;
}
.side-links__item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}

.comments {
  font-weight: 500;
}
.comments__list {
  display: flex;
  flex-direction: column;
}
.comments__item {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
.comments__item:last-child {
  border-bottom: none;
}
.comments__text {
  margin: 0;
  line-height: 1;
  text-align: left;
}
.comments__author {
  text-align: right;
  font-size: 1rem;
}

.midtext {
  padding: 0.8rem 0;
  display: flex;
  justify-content: center;
}
.midtext__container {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--color-white);
}
.midtext__text {
  font-size: 1.8rem;
  color: #CC0000;
  font-weight: 600;
}

.blink {
  animation: pulseColor 1.2s infinite;
}

@media only screen and (max-width: 37.5em) {
  .abm-logo-sm {
    height: 7rem;
  }
}

.bottom-text {
  display: flex;
  justify-content: center;
}
.bottom-text__container {
  padding: 4rem;
  color: var(--color-black);
  background-color: var(--color-white);
  text-align: center;
}
@media only screen and (min-width: 70.75em) {
  .bottom-text__container {
    width: 113.2rem;
  }
}
@media only screen and (max-width: 70.75em) {
  .bottom-text__container {
    width: 100%;
  }
}
@media only screen and (max-width: 56.25em) {
  .bottom-text__container {
    width: 100%;
  }
}
.bottom-text__bigtext {
  font-size: 2rem;
  font-weight: 700;
}
.bottom-text__bigtext a:link, .bottom-text__bigtext a:active, .bottom-text__bigtext a:visited {
  font-size: 7rem;
  letter-spacing: -0.2rem;
  color: var(--color-red);
}
@media only screen and (max-width: 56.25em) {
  .bottom-text__bigtext a:link, .bottom-text__bigtext a:active, .bottom-text__bigtext a:visited {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .bottom-text__bigtext a:link, .bottom-text__bigtext a:active, .bottom-text__bigtext a:visited {
    font-size: 4.3rem;
  }
}
.bottom-text__bigtext a:hover {
  color: var(--color-black);
}
.bottom-text__smalltext {
  font-size: 2.7rem;
  font-weight: bold;
}
@media only screen and (max-width: 37.5em) {
  .bottom-text__smalltext {
    font-size: 2rem;
  }
}

.section-footer {
  display: flex;
  justify-content: center;
}
.section-footer__container {
  background-color: var(--color-black);
  padding-top: 2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 70.75em) {
  .section-footer__container {
    width: 113.2rem;
  }
}
@media only screen and (max-width: 70.75em) {
  .section-footer__container {
    width: 100%;
  }
}
@media only screen and (max-width: 56.25em) {
  .section-footer__container {
    width: 100%;
  }
}
.section-footer__container img {
  width: 100%;
  height: auto;
}
.section-footer__nav {
  margin-bottom: 4rem;
  list-style: none;
  display: flex;
  font-size: var(--body-2);
  font-weight: 500;
  color: var(--color-white);
}
.section-footer__nav-list a:link, .section-footer__nav-list a:active, .section-footer__nav-list a:visited {
  color: var(--color-red);
  font-size: var(--body-2);
  font-weight: 600;
  margin: 0.6rem;
}
@media only screen and (max-width: 56.25em) {
  .section-footer__nav-list a:link, .section-footer__nav-list a:active, .section-footer__nav-list a:visited {
    font-size: var(--body-4);
    text-align: center;
  }
}
@media only screen and (max-width: 37.5em) {
  .section-footer__nav-list a:link, .section-footer__nav-list a:active, .section-footer__nav-list a:visited {
    font-size: var(--body-5);
    text-align: center;
  }
}
.section-footer__nav-list a:hover {
  color: var(--color-red);
}
.section-footer__compliance {
  font-size: var(--body-6);
  color: var(--color-white);
  padding-bottom: 3rem;
}
.section-footer__compliance a:link, .section-footer__compliance a:active, .section-footer__compliance a:visited {
  color: var(--color-red);
  font-size: var(--body-5);
  margin: 0.6rem;
  margin: 0.6rem 0rem;
}
.section-footer__compliance a:hover {
  color: var(--color-primary-light);
}
.section-footer__compliance p {
  padding: 0.4rem;
}

.sectiondiv {
  padding: 25rem 0;
  margin-top: -20rem;
}
@media only screen and (max-width: 56.25em) {
  .sectiondiv {
    padding: 20rem 0;
  }
}

.join-signup {
  display: flex;
  justify-content: center;
}
.join-signup__container {
  background-color: var(--color-white);
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 70.75em) {
  .join-signup__container {
    width: 113.2rem;
  }
}
@media only screen and (max-width: 70.75em) {
  .join-signup__container {
    width: 100%;
  }
}
@media only screen and (max-width: 56.25em) {
  .join-signup__container {
    width: 100%;
  }
}
.join-signup__wrap {
  display: flex;
  gap: 2rem;
  width: 100%;
}
@media only screen and (max-width: 56.25em) {
  .join-signup__wrap {
    width: 100%;
    flex-direction: column;
  }
}
.join-signup__choices {
  border: Solid 5px #051553;
  padding: 2rem;
  text-align: center;
  flex: 0 0 39%;
}
.join-signup__choices h2 {
  color: #EB0042;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 56.25em) {
  .join-signup__choices {
    order: -1;
  }
}
.join-signup__choices-header {
  padding: 0.5rem 0;
}
.join-signup__choices-header h1 {
  color: #ffff55;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 2.8rem;
}
.join-signup__choices-header p {
  font-size: 1.2rem;
  color: #747474;
}
.join-signup__photobox {
  background-color: var(--color-white);
  border: Solid 5px #051553;
  flex: 1;
  overflow: hidden;
}
.join-signup__photobox img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.join-signup__price-tag {
  color: #7cf94c;
}
.join-signup__why-join {
  height: auto;
}
.join-signup__why-join img {
  width: 100%;
  height: auto;
}
.membership {
  max-width: 113.2rem;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
}
.membership__option {
  display: flex;
  align-items: stretch;
  margin-bottom: 19px;
  background: #eee;
  border: 1px solid #a5a5a5;
  cursor: pointer;
}
.membership__radio-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #a5a5a5;
  flex-shrink: 0;
  padding: 0 2rem;
}
.membership__radio {
  accent-color: #0875f7;
  cursor: pointer;
}
.membership__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.2rem 1.2rem;
}
.membership__title {
  display: block;
  color: #000;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 800;
}
.membership__description {
  display: block;
  margin-top: 3px;
  color: #686868;
  font-size: 1.1rem;
  line-height: 1.25;
  font-weight: 400;
}
.membership__description--bold {
  font-weight: 700;
}
.membership__promo {
  color: #ea0042;
}
.membership__button {
  padding: 1rem 2rem;
  margin: 27px auto 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.2rem;
  border: 2px solid #118011;
  border-radius: 7px;
  background: linear-gradient(#2ec62e, #008b00);
  color: #fff;
  font-size: 2.2rem;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.45);
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.45);
  cursor: pointer;
}
.membership__button-icon {
  width: 2.2rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #007b14;
  border-radius: 6px;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.45);
  font-size: 2rem;
  line-height: 1;
}
.membership__secure {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.3;
  color: #000000;
}

.join-checklist__container {
  width: 100%;
  margin: 0 auto;
  background-color: var(--color-white);
}
@media only screen and (min-width: 70.75em) {
  .join-checklist__container {
    width: 1014px;
  }
}
@media only screen and (max-width: 56.25em) {
  .join-checklist__container {
    width: 100%;
    flex-direction: column;
  }
}
@media only screen and (max-width: 37.5em) {
  .join-checklist__container {
    width: 100%;
  }
}
.join-checklist__list {
  display: flex;
  gap: 1rem;
  margin: 0;
  padding: 2rem;
  list-style: none;
}
@media only screen and (max-width: 56.25em) {
  .join-checklist__list {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 37.5em) {
  .join-checklist__list {
    display: block;
    padding: 1.5rem;
  }
}
.join-checklist__column {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (max-width: 37.5em) {
  .join-checklist__column {
    gap: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.join-checklist__list-item {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  color: #747474;
  font-size: 1.4rem;
  line-height: 1.3;
}
.join-checklist__list-item > img {
  width: 20px;
  height: 17px;
  flex: 0 0 20px;
  margin-top: 0.2rem;
  object-fit: contain;
}

.join-screenshots__container {
  background-color: var(--color-white);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
}
@media only screen and (min-width: 70.75em) {
  .join-screenshots__container {
    width: 113.2rem;
  }
}
@media only screen and (max-width: 70.75em) {
  .join-screenshots__container {
    width: 100%;
  }
}
@media only screen and (max-width: 56.25em) {
  .join-screenshots__container {
    width: 100%;
  }
}
@media only screen and (max-width: 56.25em) {
  .join-screenshots__container {
    flex-basis: 100%;
    width: 100%;
  }
}
.join-screenshots__item {
  flex: 1 1 30%;
}
@media only screen and (max-width: 37.5em) {
  .join-screenshots__item {
    flex: 1 1 40%;
  }
}
.join-screenshots__item img {
  display: block;
  width: 100%;
  height: auto;
}

.section-footer__container-join {
  background-color: var(--color-white);
}
.section-footer__compliance-join {
  color: #595757;
}

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