body {
  background-color: #527f94;
  color: white; }

.container-xxxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  margin-right: auto;
  margin-left: auto;
  max-width: 2000px; }

.atf-mobile {
  background-image: url("/images/background-main_3000x2000.webp");
  background-position: 50% 75%;
  background-size: cover;
  height: calc(100vw / 3 * 2);
  max-height: 300px; }

.customfont-main {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100; }

.comfortaa {
  font-family: "Comfortaa", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; }

@media (min-width: 768px) {
  .atf-mobile {
    max-height: 400px; } }

@media (min-width: 992px) {
  .atf-desktop {
    background-image: url("/images/background-main_3000x2000.webp");
    background-position: 50% 75%;
    background-size: cover; } }

@media (min-width: 1400px) {
  .atf-desktop {
    height: calc(100vw / 3 * 2);
    max-height: 935px; } }

@media (min-width: 2000px) {
  .ratio-2000-1x1 {
    --bs-aspect-ratio: 100%; } }

@media (min-width: 2500px) {
  header {
    background-position: 50% 70%; } }

@media (min-width: 4000px) {
  header {
    background-position: 50% 60%; } }
