* {
  padding: 0;
  margin: 0;
  border: 0
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:active,
:focus {
  outline: 0
}

a:active,
a:focus {
  outline: 0
}

aside,
footer,
header,
nav {
  display: block
}

body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable
}

button,
input,
textarea {
  font-family: inherit
}

input::-ms-clear {
  display: none
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit
}

input::placeholder,
textarea::placeholder {
  color: inherit
}

textarea {
  resize: none
}

button {
  cursor: pointer;
  background-color: transparent
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

a {
  display: inline-block;
  color: inherit
}

a,
a:visited {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top
}

svg {
  display: block;
  width: 100%;
  height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}

picture {
  display: block;
  width: 100%;
  height: 100%
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

address {
  font-style: normal
}

strong {
  display: block
}

@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/danishcasinoguide-fonts/danishcasinoguide-lato-regular.woff2) format("woff2")
}

@font-face {
  font-family: Karla;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/danishcasinoguide-fonts/danishcasinoguide-karla-medium.woff2) format("woff2")
}

@font-face {
  font-family: Karla;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/danishcasinoguide-fonts/danishcasinoguide-karla-bold.woff2) format("woff2")
}

:root {
  --font-main: "Lato", sans-serif;
  --container-width: 1240px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: linear-gradient(115deg, #2285f5 0%, #7a80f0 27.44%, #f579ea 100%);
  --main: #ffffff;
  --black: #000000;
  --white: #ffffff;
  --blue: #2d85f5;
  --white-020: rgba(255, 255, 255, 0.2);
  --black-040: rgba(0, 0, 0, 0.4);
  --hover: #aa239f;
  --active: #aa239f
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step)
}

@media (max-width:991px) {
  .container {
    padding: 0 var(--container-step-tablet)
  }
}

@media (max-width:600px) {
  .container {
    padding: 0 var(--container-step-mobile)
  }
}

.rd-transfer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background: var(--background-page)
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.main_no-margin:not(:last-child) {
  margin-bottom: 0
}

a,
button {
  color: var(--main)
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0)
}

.bg-gr {
  background: linear-gradient(115deg, #2285f5 0, #7a80f0 27.44%, #f579ea 100%)
}

.bg-blue {
  background-color: var(--blue)
}

.bg-black-040 {
  background-color: var(--black-040)
}

.bg-white-020 {
  background-color: var(--white-020)
}

.bg-header {
  padding: 18px 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .25);
  box-shadow: 0 4px 20px rgba(0, 0, 0, .25);
  background-color: rgba(0, 0, 0, .4)
}

@media (max-width:991px) {
  .bg-header {
    padding: 15px 0
  }
}

@media (max-width:600px) {
  .bg-header {
    padding: 13px 0
  }
}

.border {
  border: 1px solid var(--white)
}

.blur {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px)
}

.blur_10 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px)
}

.brr-10 {
  border-radius: 10px
}

.brr-30 {
  border-radius: 30px
}

.brr-20 {
  border-radius: 20px
}

.mb-24:not(:last-child) {
  margin-bottom: 24px
}

.mb-24-16:not(:last-child) {
  margin-bottom: 24px
}

@media (max-width:600px) {
  .mb-24-16:not(:last-child) {
    margin-bottom: 16px
  }
}

.mb-40-24:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:991px) {
  .mb-40-24:not(:last-child) {
    margin-bottom: 32px
  }
}

@media (max-width:600px) {
  .mb-40-24:not(:last-child) {
    margin-bottom: 24px
  }
}

.mb-8:not(:last-child) {
  margin-bottom: 8px
}

.mb-section:not(:last-child) {
  margin-bottom: 80px
}

@media (max-width:991px) {
  .mb-section:not(:last-child) {
    margin-bottom: 60px
  }
}

@media (max-width:600px) {
  .mb-section:not(:last-child) {
    margin-bottom: 40px
  }
}

.p-24 {
  padding: 24px
}

.ptb-50-40 {
  padding-top: 50px;
  padding-bottom: 50px
}

@media (max-width:600px) {
  .ptb-50-40 {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

.ptb-80-40 {
  padding-top: 80px;
  padding-bottom: 80px
}

@media (max-width:991px) {
  .ptb-80-40 {
    padding-top: 60px;
    padding-bottom: 60px
  }
}

@media (max-width:600px) {
  .ptb-80-40 {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

.p-16 {
  padding: 16px
}

.pt-140-80 {
  padding-top: 140px
}

@media (max-width:1220px) {
  .pt-140-80 {
    padding-top: 120px
  }
}

@media (max-width:991px) {
  .pt-140-80 {
    padding-top: 100px
  }
}

@media (max-width:600px) {
  .pt-140-80 {
    padding-top: 80px
  }
}

.pb-40 {
  padding-bottom: 40px
}

.Karla {
  font-family: Karla
}

.but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 24px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  font-family: Karla;
  color: var(--white);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .44)), color-stop(28.37%, rgba(56, 217, 245, .44)), color-stop(69.71%, rgba(56, 217, 245, .44)), to(rgba(255, 255, 255, .44)));
  background: linear-gradient(90deg, rgba(255, 255, 255, .44) 0, rgba(56, 217, 245, .44) 28.37%, rgba(56, 217, 245, .44) 69.71%, rgba(255, 255, 255, .44) 100%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 246px;
  min-height: 53px;
  border-radius: 12px;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  text-align: center;
  border: 1px solid var(--white)
}

@media (max-width:600px) {
  .but {
    min-height: 48px;
    font-size: 16px
  }
}

@media (max-width:400px) {
  .but {
    min-width: 0;
    width: 100%
  }
}

@media (any-hover:hover) {
  .but:hover {
    background-color: var(--hover)
  }
}

.but:focus-visible {
  background-color: var(--hover)
}

.but:active {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  line-height: 1;
  font-family: Karla;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (max-width:991px) {
  .logo {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .logo {
    font-size: 16px
  }
}

@media (any-hover:hover) {
  .logo:hover {
    color: var(--hover)
  }
}

.logo:focus-visible {
  color: var(--hover)
}

.logo:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.logo span {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.tx-12 {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3
}

.tx-20 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2
}

.tx-40-24 {
  font-weight: 400;
  font-size: 40px;
  line-height: 120%
}

@media (max-width:1220px) {
  .tx-40-24 {
    font-size: 34px
  }
}

@media (max-width:991px) {
  .tx-40-24 {
    font-size: 28px
  }
}

@media (max-width:600px) {
  .tx-40-24 {
    font-size: 24px
  }
}

.tx-60-26 {
  font-weight: 400;
  font-size: 60px;
  line-height: 120%
}

@media (max-width:1220px) {
  .tx-60-26 {
    font-size: 48x
  }
}

@media (max-width:991px) {
  .tx-60-26 {
    font-size: 34px
  }
}

@media (max-width:600px) {
  .tx-60-26 {
    font-size: 26px
  }
}

.tx-18-14 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5
}

@media (max-width:991px) {
  .tx-18-14 {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .tx-18-14 {
    font-size: 14px
  }
}

.tx-14 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5
}

.tx-main {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3
}

@media (max-width:600px) {
  .tx-main {
    font-size: 14px
  }
}

.age {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.hover-color {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .hover-color:hover {
    color: var(--hover)
  }
}

.hover-color:focus-visible {
  color: var(--hover)
}

.hover-color:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.d-block {
  display: block
}

.w100 {
  min-width: 0;
  width: 100%
}

.relative-z2 {
  position: relative;
  z-index: 2
}

.word-break {
  word-break: break-all
}

.m-auto {
  margin-left: auto;
  margin-right: auto
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover
}

.underline {
  text-decoration: underline
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.uppercase {
  text-transform: uppercase
}

.lowercase {
  text-transform: lowercase
}

.fw-100 {
  font-weight: 100
}

.fw-200 {
  font-weight: 200
}

.fw-300 {
  font-weight: 300
}

.fw-400 {
  font-weight: 400
}

.fw-500 {
  font-weight: 500
}

.fw-600 {
  font-weight: 600
}

.fw-700 {
  font-weight: 700
}

.fw-800 {
  font-weight: 800
}

.fw-900 {
  font-weight: 900
}

.rd-upload img {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.rd-load img {
  opacity: 1
}

.scroll {
  padding-bottom: 10px;
  overflow: auto
}

.scroll::-webkit-scrollbar {
  height: 4px;
  background-color: var(--white)
}

.scroll::-webkit-scrollbar-thumb {
  background-color: var(--brown)
}

.danishcasinoguide-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5
}

.danishcasinoguide-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.danishcasinoguide-hero {
  background-image: url(/danishcasinoguide-img/danishcasinoguide-hero.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media (max-width:600px) {
  .danishcasinoguide-hero {
    background-image: url(/danishcasinoguide-img/danishcasinoguide-hero-mob.webp)
  }
}

.danishcasinoguide-hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: 800px
}

@media (max-width:991px) {
  .danishcasinoguide-hero__container {
    min-height: 600px
  }
}

.danishcasinoguide-about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px
}

@media (max-width:1220px) {
  .danishcasinoguide-about__container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

@media (max-width:768px) {
  .danishcasinoguide-about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.danishcasinoguide-about__descr {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 700px;
  flex: 0 1 700px;
  width: 100%
}

@media (max-width:768px) {
  .danishcasinoguide-about__descr {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.danishcasinoguide-about__image {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 500px;
  flex: 0 1 500px;
  padding-bottom: 25.4%
}

@media (max-width:768px) {
  .danishcasinoguide-about__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-bottom: 63%
  }
}

@media (max-width:600px) {
  .danishcasinoguide-about__image {
    padding-bottom: 70%
  }
}

.danishcasinoguide-about__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.danishcasinoguide-winning__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px
}

@media (max-width:991px) {
  .danishcasinoguide-winning__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

.danishcasinoguide-winning__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 400px;
  flex: 0 1 400px;
  width: 100%;
  position: relative;
  min-height: 356px;
  height: auto
}

@media (max-width:991px) {
  .danishcasinoguide-winning__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-bottom: 54%;
    width: 60%;
    margin: 0 auto;
    min-height: 0
  }
}

@media (max-width:700px) {
  .danishcasinoguide-winning__image {
    padding-bottom: 89%;
    width: 100%
  }
}

@media (max-width:600px) {
  .danishcasinoguide-winning__image {
    padding-bottom: 69.5%
  }
}

.danishcasinoguide-winning__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover
}

@media (max-width:991px) {
  .danishcasinoguide-winning__image img {
    -o-object-fit: contain;
    object-fit: contain
  }
}

.danishcasinoguide-winning__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 776px;
  flex: 0 1 776px;
  width: 100%
}

@media (max-width:991px) {
  .danishcasinoguide-winning__right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.danishcasinoguide-winning__descr {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.danishcasinoguide-winning__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 24px
}

@media (max-width:991px) {
  .danishcasinoguide-winning__list {
    gap: 16px
  }
}

@media (max-width:600px) {
  .danishcasinoguide-winning__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.danishcasinoguide-winning__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px
}

.danishcasinoguide-winning__icon {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 76px;
  flex: 0 0 76px;
  height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.danishcasinoguide-winning__icon span {
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.danishcasinoguide-players__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template: auto/repeat(4, 1fr);
  gap: 40px
}

@media (max-width:1220px) {
  .danishcasinoguide-players__list {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[3];
    grid-template: auto/repeat(3, 1fr)
  }
}

@media (max-width:991px) {
  .danishcasinoguide-players__list {
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template: auto/repeat(2, 1fr);
    gap: 24px
  }
}

@media (max-width:600px) {
  .danishcasinoguide-players__list {
    gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.danishcasinoguide-players__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px
}

.danishcasinoguide-players__item strong {
  line-height: 1
}

.danishcasinoguide-players__icon {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.danishcasinoguide-players__icon span {
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.danishcasinoguide-players__descr {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.danishcasinoguide-skin__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px
}

@media (max-width:1220px) {
  .danishcasinoguide-skin__container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

@media (max-width:991px) {
  .danishcasinoguide-skin__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.danishcasinoguide-skin__left {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 601px;
  flex: 0 1 601px
}

@media (max-width:991px) {
  .danishcasinoguide-skin__left {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.danishcasinoguide-skin__image {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 599px;
  flex: 0 1 599px;
  padding-bottom: 30.3%
}

@media (max-width:991px) {
  .danishcasinoguide-skin__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 80%;
    padding-bottom: 50.2%;
    margin: 0 auto
  }
}

@media (max-width:768px) {
  .danishcasinoguide-skin__image {
    width: 100%;
    padding-bottom: 63%
  }
}

.danishcasinoguide-skin__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.danishcasinoguide-footer__columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 20px
}

@media (max-width:991px) {
  .danishcasinoguide-footer__columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.danishcasinoguide-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px
}

@media (max-width:991px) {
  .danishcasinoguide-nav__list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.danishcasinoguide-isplay__iframe {
  display: block;
  max-width: 900px;
  height: 640px;
  width: 100%;
  margin: 0 auto
}

@media (max-width:991px) {
  .danishcasinoguide-isplay__iframe {
    height: 500px
  }
}

@media (max-width:600px) {
  .danishcasinoguide-isplay__iframe {
    height: 380px
  }
}

@media (max-width:400px) {
  .danishcasinoguide-isplay__iframe {
    height: 260px
  }
}