/* Reset and base styles  */

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

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

button,
input[type='submit'] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

@font-face {
  font-family: 'Jost';
  src: url('/fontsCRndloSaid7/jost-variablefontCRndloSaid7.woff2')
    format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --container-width: 1440px;
  --container-padding: 120px;
  --container-padding-tablet: 16px;
  --section-padding-block: 20px;
  --section-padding-block-mobile: 20px;
  --background: #efe6d1;
  --font-color: #000d67;
  --font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  --font-family: 'Jost', sans-serif, Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --btn-font-size: 1rem;
  --btn-font-weight: 700;
  --btn-padding: 1.013em 1em 0.8em 1em;
  --btn-bg: #d13e00;
  --btn-bg-hover: var(--btn-bg);
  --btn-color: #ffffff;
  --btn-color-hover: var(--btn-color);
  --btn-radius: 0.9rem;
  --btn-transition: all 0.2s ease-in-out;
  --btn-shadow: inset 100px 0px 70px 0px #fc9d4a,
    0 0 14px 0 rgba(73, 150, 240, 0.4);
  --btn-shadow-hover: inset 40px 0px 70px 0px #fc9d4a,
    0 0 14px 0 rgba(73, 150, 240, 0.4);
  --main-color: #2a74d6;
  --color-white: #fff;
}

h1,
.h1CRndloSaid7,
h2,
.h2CRndloSaid7,
h3,
.h3CRndloSaid7 {
  font-weight: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  line-height: 0.9;
  font-weight: 600;
}

h1,
.h1CRndloSaid7 {
  font-size: clamp(1.25rem, 0.8822115385rem + 1.6346153846vw, 2.3125rem);
}

h2,
.h2CRndloSaid7 {
  font-size: clamp(1.375rem, 1.0721153846rem + 1.3461538462vw, 2.25rem);
}

h3,
.h3CRndloSaid7 {
  font-size: clamp(1.125rem, 0.8653846154rem + 1.1538461538vw, 1.875rem);
  color: #26af2c;
  font-family: 'Jost', sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

html {
  scroll-behavior: smooth;
  background: var(--background);
  scrollbar-gutter: stable;
}

body {
  background: var(--background);
  color: var(--font-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: 500;
  line-height: 1;
}

html,
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

strong {
  font-weight: 700;
}

a {
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
  color: inherit;
}

img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.no-scrollCRndloSaid7 {
  overflow: hidden;
}

.visually-hiddenCRndloSaid7 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.itemsCRndloSaid7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.itemsCRndloSaid7 .itemCRndloSaid7 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.termsCRndloSaid7 .containerCRndloSaid7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  word-wrap: break-word;
}

.termsCRndloSaid7 li,
.ul-listCRndloSaid7 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.termsCRndloSaid7 li:before,
.ul-listCRndloSaid7 li:before {
  content: '•';
  margin-inline: 8px;
}

.mainCRndloSaid7 {
  padding-block: 10px;
}

.mainCRndloSaid7 section,
.mainCRndloSaid7 .sectionCRndloSaid7 {
  padding-block: var(--section-padding-block);
}

button,
.btn {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
}

.btn {
  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;
  gap: 10px;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  text-decoration: none;
  padding: var(--btn-padding);
  color: var(--btn-color);
  background-color: var(--btn-bg);
  border-radius: var(--btn-radius);
  -webkit-box-shadow: var(--btn-shadow);
  box-shadow: var(--btn-shadow);
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 132px;
  min-height: 47px;
  border: 1px solid #ffd700;
}

.btn:active {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.centerCRndloSaid7 {
  text-align: center;
}

.centerCRndloSaid7 .btn {
  margin-inline: auto;
}

.bgCRndloSaid7 {
  background-image: url('/imagesCRndloSaid7/hero-placeCRndloSaid7.webp');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.containerCRndloSaid7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  width: 100%;
}

.modalCRndloSaid7 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
  overflow-y: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-block: 20px;
}

.modal-contentCRndloSaid7 {
  background: var(--background);
  padding: 2rem 1rem;
  position: relative;
  max-width: 420px;
  width: 90%;
  -webkit-animation: fadeIn 0.45s cubic-bezier(0.01, 0.8, 0.03, 1);
  animation: fadeIn 0.45s cubic-bezier(0.01, 0.8, 0.03, 1);
  text-align: center;
  margin-block: auto;
}

.modal-contentCRndloSaid7 .btn {
  margin-inline: auto;
  width: 100%;
  padding-inline: 0;
}

.modal-contentCRndloSaid7 h2 {
  text-align: center;
}

.closeCRndloSaid7 {
  position: absolute;
  top: 0;
  right: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 1;
}

body.modal-openCRndloSaid7 {
  overflow: hidden;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.checkbox-containerCRndloSaid7 {
  margin-top: 20px;
  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;
}

.checkbox-containerCRndloSaid7 input[type='checkbox'] {
  margin-right: 10px;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.checkbox-containerCRndloSaid7 label {
  cursor: pointer;
  font-size: 12px;
}

.itemCRndloSaid7.wrapperCRndloSaid7,
.wrapperCRndloSaid7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  padding: 36px;
  border-radius: 18px;
  background: #f6f6f6;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
  cursor: default;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  will-change: transform;
}

.itemCRndloSaid7.wrapper--blueCRndloSaid7,
.wrapper--blueCRndloSaid7 {
  border-radius: 18px;
  background: #182e66;

  color: #f6f6f6;
}

.itemCRndloSaid7.wrapper--blueCRndloSaid7 h1,
.itemCRndloSaid7.wrapper--blueCRndloSaid7 .h1CRndloSaid7,
.itemCRndloSaid7.wrapper--blueCRndloSaid7 h2,
.itemCRndloSaid7.wrapper--blueCRndloSaid7 .h2CRndloSaid7,
.itemCRndloSaid7.wrapper--blueCRndloSaid7 h3,
.itemCRndloSaid7.wrapper--blueCRndloSaid7 .h3CRndloSaid7,
.wrapper--blueCRndloSaid7 h1,
.wrapper--blueCRndloSaid7 .h1CRndloSaid7,
.wrapper--blueCRndloSaid7 h2,
.wrapper--blueCRndloSaid7 .h2CRndloSaid7,
.wrapper--blueCRndloSaid7 h3,
.wrapper--blueCRndloSaid7 .h3CRndloSaid7 {
  color: var(--color-white);
}

.itemCRndloSaid7.wrapper--blueCRndloSaid7 h3,
.itemCRndloSaid7.wrapper--blueCRndloSaid7 .h3CRndloSaid7,
.wrapper--blueCRndloSaid7 h3,
.wrapper--blueCRndloSaid7 .h3CRndloSaid7 {
  -webkit-text-fill-color: initial;
  background: none;
}

/* Blocks */

.bannerCRndloSaid7 {
  padding-block: 10px;
}

.bannerCRndloSaid7 .containerCRndloSaid7 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bannerCRndloSaid7 .descrCRndloSaid7 {
  color: #000d67;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 16px;
  background: #fff;
  padding: 10px 24px;
  margin-bottom: 16px;
}

.bannerCRndloSaid7 .innerCRndloSaid7,
.bannerCRndloSaid7 .advantagesCRndloSaid7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 20px;
}

.innerCRndloSaid7 h1 {
  color: #000d67;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media (max-width: 720px) {
  .innerCRndloSaid7 h1 {
    font-size: 20px;
    text-align: left;
    width: 182px;
  }

  .bannerCRndloSaid7 .wrap-gridCRndloSaid7::after {
    width: 71.813px;
    height: 52.101px;
  }
}

.bannerCRndloSaid7 .innerCRndloSaid7 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bannerCRndloSaid7 .wrap-gridCRndloSaid7 {
  display: grid;
  grid-template-columns: 134px minmax(0, 590px) 134px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 16px;
  width: 100%;
}

.bannerCRndloSaid7 .wrap-gridCRndloSaid7::before,
.bannerCRndloSaid7 .wrap-gridCRndloSaid7::after {
  content: '';
  width: 120.768px;
  height: 117.365px;
  aspect-ratio: 51/37;
  background-image: url('/imagesCRndloSaid7/flag-leftCRndloSaid7.webp');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.bannerCRndloSaid7 .wrap-gridCRndloSaid7::after {
  background-image: url('/imagesCRndloSaid7/flag-rightCRndloSaid7.webp');
}

.bannerCRndloSaid7 .advantagesCRndloSaid7 {
  font-size: clamp(0.5625rem, 0.4543269231rem + 0.4807692308vw, 0.875rem);
  border-radius: 10px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.4);
  padding: 10px;
}

.bannerCRndloSaid7 .advantagesCRndloSaid7 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.bannerCRndloSaid7 .advantagesCRndloSaid7 li::before {
  content: '';
  width: 24px;
  aspect-ratio: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url('/imagesCRndloSaid7/checkCRndloSaid7.webp');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -4px;
}

.footerCRndloSaid7 {
  margin-top: auto;
  padding-block: 50px;
  background: #2b2f38;
  font-size: 12px;
  color: #e8e8e8;
}

.footerCRndloSaid7 a:hover {
  opacity: 0.6;
}

.footerCRndloSaid7 .linkCRndloSaid7 {
  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;
  gap: 30px 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-transform: uppercase;
}

.footerCRndloSaid7 .ageCRndloSaid7 {
  width: 40px;
  aspect-ratio: 1;
  cursor: default;
  background-image: url('/imagesCRndloSaid7/twenty-one-plusCRndloSaid7.webp');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-inline: auto;
}

.footerCRndloSaid7 .regulationsCRndloSaid7 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  gap: 20px 60px;
  font-size: 19px;
  line-height: 1.2;
}

.footerCRndloSaid7 .regulationsCRndloSaid7 a img {
  width: 100%;
  height: 100%;
  max-width: 171px;
}

.headerCRndloSaid7 {
  padding-block: 18px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 17, 54, 0.42);
  backdrop-filter: blur(7px);
  position: relative;
  z-index: 999;
}

.header__rowCRndloSaid7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.headerCRndloSaid7 .nav__listCRndloSaid7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}

.nav__listCRndloSaid7 a {
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.nav__listCRndloSaid7 strong {
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.headerCRndloSaid7 a:hover {
  opacity: 0.7;
}

.logoCRndloSaid7 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
  text-transform: uppercase;
  line-height: 0.8;
}

.logoCRndloSaid7 img {
  width: 38px;
  aspect-ratio: 1.357/1;
  -o-object-fit: contain;
  object-fit: contain;
}

.logoCRndloSaid7 span {
  color: #fff;
}

.mobile-navCRndloSaid7 {
  position: fixed;
  top: -100%;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #000;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.mobile-nav--openCRndloSaid7 {
  top: 0;
}

.mobile-navCRndloSaid7 {
  color: #fff;
}

.mobile-nav__listCRndloSaid7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 20px;
  font-size: 28px;
  text-align: center;
}

/* Nav Icon */

.mobile-nav-btnCRndloSaid7 {
  --time: 0.1s;
  --width: 36px;
  --height: 30px;
  --line-height: 3px;
  --spacing: 5px;
  --color: #fff;
  --radius: 4px;
  /* Fixed height and width */
  /* height: var(--height); */
  /* width: var(--width); */
  /* Dynamic height and width */
  height: calc(var(--line-height) * 2 + var(--spacing) * 3);
  width: var(--width);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-iconCRndloSaid7 {
  position: relative;
  width: var(--width);
  height: var(--line-height);
  background-color: var(--color);
  border-radius: var(--radius);
}

.nav-iconCRndloSaid7::before,
.nav-iconCRndloSaid7::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: var(--width);
  height: var(--line-height);
  border-radius: var(--radius);
  background-color: var(--color);
  -webkit-transition: top var(--time) linear var(--time),
    -webkit-transform var(--time) ease-in;
  transition: top var(--time) linear var(--time),
    -webkit-transform var(--time) ease-in;
  transition: transform var(--time) ease-in, top var(--time) linear var(--time);
  transition: transform var(--time) ease-in, top var(--time) linear var(--time),
    -webkit-transform var(--time) ease-in;
}

.nav-iconCRndloSaid7::before {
  /* top: calc(var(--line-height) * -2); */
  top: calc(-1 * (var(--line-height) + var(--spacing)));
}

.nav-iconCRndloSaid7::after {
  /* top: calc(var(--line-height) * 2); */
  top: calc(var(--line-height) + var(--spacing));
}

.nav-iconCRndloSaid7.nav-icon--activeCRndloSaid7 {
  background-color: transparent;
}

.nav-iconCRndloSaid7.nav-icon--activeCRndloSaid7::before,
.nav-iconCRndloSaid7.nav-icon--activeCRndloSaid7::after {
  top: 0;
  -webkit-transition: top var(--time) linear,
    -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear,
    -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time),
    -webkit-transform var(--time) ease-in var(--time);
  background-color: #fff;
}

.nav-iconCRndloSaid7.nav-icon--activeCRndloSaid7::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-iconCRndloSaid7.nav-icon--activeCRndloSaid7::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Layout */

.mobile-nav-btnCRndloSaid7 {
  z-index: 999;
  display: none;
}

.textCRndloSaid7 .containerCRndloSaid7 {
  gap: 10px;
}

.textCRndloSaid7 ol {
  list-style: none;
}

.textCRndloSaid7 .timeCRndloSaid7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-block: -12px;
}

.textCRndloSaid7 .timeCRndloSaid7::before {
  content: '';
  width: 50px;
  aspect-ratio: 1;
  background-image: url('/imagesCRndloSaid7/clockCRndloSaid7.webp');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.topCRndloSaid7 {
  color: var(--color-white);
}

.topCRndloSaid7 .top-listCRndloSaid7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.topCRndloSaid7 .articleCRndloSaid7 {
  border-radius: 12px;
  border-radius: 12px;
  background: #182e66;
  box-shadow: 0 0 14px 0 #4996f0;
  display: grid;
  grid-template-columns: minmax(0, 258px) minmax(0, 270px) 122px minmax(
      0,
      262px
    );
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  position: relative;
  padding: 17px 24px;
  margin-inline: auto;
  width: 100%;
  min-height: 140px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  will-change: transform;
}

.topCRndloSaid7 .labelCRndloSaid7 {
  position: absolute;
  top: 0;
  left: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100px;
  border: 1px solid #9077ff;
  background: #6142ec;
  padding: 6px 20px;
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-size: clamp(0.625rem, 0.5384615385rem + 0.3846153846vw, 0.875rem);
}

.topCRndloSaid7 .img-containerCRndloSaid7,
.topCRndloSaid7 .bonus-containerCRndloSaid7,
.topCRndloSaid7 .btn-container,
.topCRndloSaid7 .ratingCRndloSaid7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.topCRndloSaid7 .img-containerCRndloSaid7 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.topCRndloSaid7 .img-containerCRndloSaid7 img {
  width: 100%;
  height: 70px;
  max-width: 205px;
  -o-object-fit: contain;
  object-fit: contain;
}

.topCRndloSaid7 .ratingCRndloSaid7 span {
  font-size: clamp(1.375rem, 0.9423076923rem + 1.9230769231vw, 2.625rem);
  margin-bottom: -5px;
}

.topCRndloSaid7 .starsCRndloSaid7,
.topCRndloSaid7 .payCRndloSaid7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  width: 100%;
}

.topCRndloSaid7 .payCRndloSaid7 {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  border-radius: 100px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.4);
  padding: 5px;
}

.topCRndloSaid7 .payCRndloSaid7 img {
  width: 20px;
  aspect-ratio: 1;
}

.topCRndloSaid7 .starsCRndloSaid7 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topCRndloSaid7 .starsCRndloSaid7 img {
  width: 22px;
  aspect-ratio: 1;
}

.topCRndloSaid7 .bonus-containerCRndloSaid7,
.topCRndloSaid7 .btn-container {
  width: 100%;
}

.topCRndloSaid7 .bonusCRndloSaid7 {
  font-size: clamp(0.75rem, 0.5769230769rem + 0.7692307692vw, 1.25rem);
  text-align: center;
}

.topCRndloSaid7 .btn {
  width: 100%;
  position: relative;
  position: relative;
  z-index: 0;
  border-radius: 16px;
  border: 1px solid #b8dd7e;
  background: linear-gradient(90deg, #a7e63d 0%, #25af2b 100%);
  box-shadow: 0 0 14px 0 rgba(73, 150, 240, 0.4);
}

.topCRndloSaid7 .licenseCRndloSaid7 {
  font-size: clamp(0.5rem, 0.4134615385rem + 0.3846153846vw, 0.75rem);
}

.topCRndloSaid7 .onlineCRndloSaid7 {
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: clamp(0.75rem, 0.6634615385rem + 0.3846153846vw, 1rem);
  border-radius: 60px 12px 0 60px / 60px 12px 0 60px;
  border: 1px solid #449aff;
  padding: 10px;
}

.topCRndloSaid7 .onlineCRndloSaid7::before,
.topCRndloSaid7 .onlineCRndloSaid7::after {
  content: '';
  aspect-ratio: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: -4px;
}

.topCRndloSaid7 .onlineCRndloSaid7::before {
  width: 16px;
  background-image: url('/imagesCRndloSaid7/icon-usersCRndloSaid7.webp');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.topCRndloSaid7 .onlineCRndloSaid7::after {
  width: 6px;
  background-color: #00b200;
  border-radius: 50%;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  40% {
    -webkit-transform: scale(1.05, 1.25);
    transform: scale(1.05, 1.25);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  40% {
    -webkit-transform: scale(1.05, 1.25);
    transform: scale(1.05, 1.25);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@media (min-width: 820px) {
  .topCRndloSaid7 .starsCRndloSaid7 {
    margin-top: -8px;
  }

  .topCRndloSaid7 .onlineCRndloSaid7::after {
  }
}

@media (max-width: 1220px) {
  .containerCRndloSaid7 {
    padding: 0 var(--container-padding-tablet);
  }

  .headerCRndloSaid7 {
    padding-block: 12px 8px;
  }

  .header__navCRndloSaid7 {
    display: none;
  }

  .logoCRndloSaid7 span {
    display: none;
  }

  .mobile-nav-btnCRndloSaid7 {
    display: block;
  }

  .topCRndloSaid7 .articleCRndloSaid7 {
    max-width: 981px;
  }
}

@media (max-width: 820px) {
  h1,
  .h1CRndloSaid7 {
    text-wrap: balance;
  }

  .innerCRndloSaid7 h1 {
    font-size: 20px;
  }

  .itemsCRndloSaid7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mainCRndloSaid7 section,
  .mainCRndloSaid7 .sectionCRndloSaid7 {
    padding-block: var(--section-padding-block-mobile);
  }

  .btn {
    width: 100%;
    margin-inline: auto;
    max-width: 420px;
    padding: 0.813em 1em 0.5em 1em;
    min-height: 39px;
  }

  .modal-contentCRndloSaid7 {
    padding: 12px;
  }

  .itemCRndloSaid7.wrapperCRndloSaid7,
  .wrapperCRndloSaid7 {
    padding: 36px 16px;
  }

  .bannerCRndloSaid7 .descrCRndloSaid7 {
    display: none;
  }

  .bannerCRndloSaid7 .innerCRndloSaid7,
  .bannerCRndloSaid7 .advantagesCRndloSaid7 {
    gap: 10px;
  }

  .bannerCRndloSaid7 .innerCRndloSaid7 p,
  .bannerCRndloSaid7 .advantagesCRndloSaid7 p {
    display: none;
  }

  .bannerCRndloSaid7 .wrap-gridCRndloSaid7 {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: center;
    gap: 0;
    max-width: 514px;
    width: 100%;
    margin: auto;
  }

  .bannerCRndloSaid7 .wrap-gridCRndloSaid7::before {
    display: none;
  }

  .bannerCRndloSaid7 .advantagesCRndloSaid7 li {
    gap: 3px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .bannerCRndloSaid7 .advantagesCRndloSaid7 li::before {
    width: 14px;
  }

  .footerCRndloSaid7 .regulationsCRndloSaid7 a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .textCRndloSaid7 .timeCRndloSaid7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .topCRndloSaid7 .top-listCRndloSaid7 {
    gap: 2px;
  }

  .topCRndloSaid7 .articleCRndloSaid7 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    margin-bottom: 14px;
    gap: 4px 10px;
    max-width: 552px;
    padding: 28px 10px 12px 10px;
    min-height: 155px;
  }

  .topCRndloSaid7 .labelCRndloSaid7 {
    left: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    border-bottom-left-radius: 0;
    padding: 6px 14px;
  }

  .topCRndloSaid7 .img-containerCRndloSaid7 {
    grid-row: span 2 / span 2;
  }

  .topCRndloSaid7 .btn-container {
    grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 2;
  }

  .topCRndloSaid7 .ratingCRndloSaid7 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-column-start: 1;
    grid-row-start: 3;
    margin-top: auto;
  }

  .topCRndloSaid7 .payCRndloSaid7 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6px;
    margin-top: -2px;
  }

  .topCRndloSaid7 .payCRndloSaid7 img {
    width: 16px;
  }

  .topCRndloSaid7 .starsCRndloSaid7 li:nth-child(1) img,
  .topCRndloSaid7 .starsCRndloSaid7 li:nth-child(5) img {
    width: 14px;
  }

  .topCRndloSaid7 .starsCRndloSaid7 li:nth-child(2) img,
  .topCRndloSaid7 .starsCRndloSaid7 li:nth-child(4) img {
    width: 18px;
  }

  .topCRndloSaid7 .bonus-containerCRndloSaid7,
  .topCRndloSaid7 .btn-container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    word-wrap: break-word;
  }

  .topCRndloSaid7 .bonusCRndloSaid7 {
    margin-top: 6px;
    text-align: center;
  }

  .topCRndloSaid7 .licenseCRndloSaid7 {
    position: absolute;
    bottom: -11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: var(--font-color);
  }

  .topCRndloSaid7 .onlineCRndloSaid7 {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom: 1px solid #449aff;
    border-top: 1px solid #449aff;
    border-left: 1px solid #449aff;
    padding: 7px 14px 2px 14px;
    position: absolute;
    top: 6px;
    right: 33px;
    margin-bottom: 8px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .topCRndloSaid7 .onlineCRndloSaid7 span:last-child {
    display: none;
  }
}

.wrapper-timeCRndloSaid7 {
  display: flex;
}

.wrapper-timeCRndloSaid7 img {
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
}
