:root {
  --oxford-blue: #04193e;
  --skoro-white: #f5f5f2;
  --walsh--light-goldenrod-yellow: #d3f6c1;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --blu: #1777b9;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --frozen: #06aeff;
  --royal-blue: #062760;
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --walsh--black: #2c2c2c;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero {
  background-color: var(--oxford-blue);
  mix-blend-mode: normal;
  background-image: linear-gradient(190deg, #030e25e0, #fff0 94%);
  background-position: 50% 100%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: contain, auto, cover;
  background-attachment: scroll, scroll, fixed;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
}

.hero-nadpis {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 400px;
}

.nav-bar {
  z-index: 999;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 3.8rem;
  padding-left: 10rem;
  padding-right: 1.4rem;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-block-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: -16px;
  font-family: Bitter, serif;
  font-size: 11px;
}

.logo {
  z-index: 1;
  object-fit: contain;
  width: 6rem;
  margin-left: -2px;
  position: relative;
}

.pic1 {
  z-index: 50;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 10%;
  margin-top: 57px;
  position: relative;
  top: -234px;
}

.perex {
  background-color: #e0eef8;
  background-image: linear-gradient(180deg, #cddff4 31%, var(--oxford-blue) 62%, #04193e);
  width: 100%;
  height: auto;
  padding-top: 110px;
  padding-bottom: 0;
}

.body {
  background-color: #ccddf2;
}

.paragraph {
  width: 400px;
  color: var(--skoro-white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Karla, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.fish1 {
  z-index: 100;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.hero-lottie {
  width: 200px;
  height: 150px;
}

.perex-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 1000px;
  height: 460px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.vlevo {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 420px;
  height: 100%;
  display: flex;
}

.vpravo {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 600px;
  margin-left: -50px;
  box-shadow: 6px 5px 8px -1px #0003;
}

.text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-left: 34px;
  padding-top: 25px;
  padding-left: 0;
  display: flex;
}

.pic {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 900px;
  height: 600px;
  margin-top: -23px;
  margin-right: 13px;
}

.wrp {
  justify-content: flex-start;
  align-items: center;
  width: 1100px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 33px;
  display: flex;
  position: relative;
}

.primo-text {
  width: 100%;
}

.paragraph-2 {
  width: 420px;
  color: var(--oxford-blue);
  padding-left: 0;
  font-family: Nowacozbergenu, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.seafrozen {
  background-color: #22345b;
  justify-content: center;
  align-items: center;
  width: 1100px;
  height: 400px;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.left-frozen {
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  height: 100%;
  display: flex;
}

.right-frozen {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #049ae2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  padding-top: 22px;
  padding-right: 0;
  display: flex;
}

.seafrozen-pic {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 370px;
  height: 300px;
  margin-top: -17px;
  margin-left: auto;
  margin-right: auto;
}

._01-perex {
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 50px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7px;
  padding-left: 0;
  display: flex;
}

.heading-2 {
  color: var(--skoro-white);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 29px;
  padding: 0;
  font-family: Karla, sans-serif;
  font-size: 20px;
  display: flex;
}

.tip-navic {
  background-color: #004976;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1000px;
  height: auto;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 78px;
  padding-bottom: 100px;
  display: flex;
  position: static;
  top: 0;
}

.text-vlevo {
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.tip-navic-pic {
  width: 600px;
  margin-bottom: 66px;
}

.tip-navic-paragraph {
  color: #fffaec;
  width: 550px;
  padding-left: 9px;
  padding-right: 40px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.text-span-24 {
  line-height: 22px;
}

.video-tip {
  background-color: #000;
  border-radius: 20px;
  width: 900px;
  height: auto;
  margin-top: 6px;
  margin-right: 0;
  padding: 7px 19px 8px;
}

.video {
  cursor: pointer;
}

.tip-navic-copy {
  background-color: #004976;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1000px;
  height: auto;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 78px;
  padding-bottom: 100px;
  display: flex;
  position: static;
  top: 0;
}

.video-more {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1100px;
  height: auto;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 95px;
  display: flex;
  position: static;
  top: 0;
}

.file {
  background-color: #e0eef8;
  background-image: none;
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 210px;
  padding-bottom: 212px;
  display: flex;
}

.paragraph-3 {
  width: 450px;
  color: var(--skoro-white);
  text-align: left;
  margin-bottom: 27px;
  font-family: Nowacozbergenu, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.div-block {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 600px;
}

.first-fish {
  background-image: none;
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: contain, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  height: 550px;
  display: none;
}

.fish-png {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 400px;
  margin-top: -279px;
}

.file-wrapper {
  width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.file-nadpis {
  width: 900px;
  margin-bottom: 23px;
  margin-left: auto;
  margin-right: auto;
}

.file-perex {
  width: 560px;
  margin-bottom: 11px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-4 {
  color: var(--oxford-blue);
  text-align: center;
  margin-top: 47px;
  margin-bottom: 76px;
  font-family: Nowacozbergenu, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.walsh-container {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-heading-medium {
  color: #063e64;
  text-align: center;
  background-color: #1065a0;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: -17px;
  padding: 19px;
  font-family: Karla, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}

.walsh-main-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: start center;
  width: 90%;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.walsh-link-wrapper {
  color: var(--skoro-white);
  white-space: nowrap;
  border-bottom: 1px #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper:hover {
  color: #575555d9;
  padding-right: 0;
}

.walsh-icon-arrow {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-icon-small {
  height: 32px;
}

.walsh-icon-wrapper-circle-large {
  background-color: var(--walsh--light-goldenrod-yellow);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.walsh-rounded-box-large {
  grid-row-gap: 2em;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 200px;
  padding: 0;
  display: flex;
}

.parametry {
  z-index: 2;
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1000px;
  max-width: 1200px;
  height: auto;
  margin-top: 37px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  right: 20px;
}

.bold-text {
  color: var(--skoro-white);
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
}

.bold-text-2 {
  color: var(--skoro-white);
  text-transform: uppercase;
  font-size: 28px;
}

.bold-text-3 {
  color: var(--skoro-white);
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
}

.bold-text-4 {
  color: var(--skoro-white);
  text-transform: uppercase;
  font-size: 28px;
  line-height: 120%;
}

.text-block-3 {
  color: var(--skoro-white);
  text-align: center;
  -webkit-text-stroke-color: #063e6400;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  font-family: Karla, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.stika-pic {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 380px;
  height: 200px;
  margin-bottom: 36px;
  margin-left: auto;
  margin-right: auto;
}

.file-perex-b {
  width: 520px;
  margin-bottom: 11px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-4-b {
  color: var(--skoro-white);
  text-align: center;
  margin-top: -19px;
  font-family: Karla, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.chut {
  background-color: #051430;
  width: 100%;
  height: auto;
  padding-top: 67px;
  padding-bottom: 0;
}

.chut-wrapper {
  width: 1200px;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
}

.chut-par {
  color: #22345b;
  text-align: center;
  width: 460px;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
  font-family: Karla, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

.rt-category-cards-text {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: none;
  font-family: Karla, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.rt-category-cards-text.rt-margin-bottom-twenty {
  color: var(--blu);
  text-transform: none;
  font-family: Karla, sans-serif;
  font-weight: 600;
}

.rt-margin-bottom-twenty {
  margin-bottom: 20px;
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section {
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-full-width {
  border-radius: 10px;
  width: 100%;
}

.rt-overflow-hidden {
  overflow: hidden;
}

.rt-advertise-content-icon-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 42px;
  display: flex;
}

.rt-advertise-icon-wrapper {
  width: 40px;
  height: 40px;
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  border: 1px solid #0000004d;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  position: relative;
}

.rt-advertise-icon-wrapper.rticon-two {
  background-color: var(--frozen);
  border-style: solid;
}

.rt-dotted-line {
  border: 1px dashed #0003;
  flex: 1;
  width: 1px;
  height: 100%;
}

.rt-advertise-image-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-advertise-content-text-wrapper {
  max-width: 495px;
}

.rt-border-radius-six {
  border-radius: 6px;
}

.rt-advertise-content-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rt-advertise-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
}

.rt-body-font-color {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  transition: color .35s;
}

.rt-position-relative {
  position: relative;
}

.bold-text-5 {
  font-weight: 800;
}

.text-block-4 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

.rt-component-section-2 {
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-progress-number-three {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: .015rem;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 156%;
}

.rt-progress-number-one {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  padding-top: 0;
  font-size: 75px;
  line-height: 100%;
}

.rt-about-square-one-block {
  text-align: center;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  margin-bottom: 95px;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.rt-about-square-one-block.rt-hover-white-bg:hover {
  background-image: none;
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}

.rt-about-square-one-block.rt-hover-white-bg.rt-polygon-one {
  padding-top: 5rem;
  padding-bottom: 5.5rem;
}

.rt-about-square-main-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
  position: relative;
}

.rt-about-square-main-block.rt-home-one {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.rt-about-square-two-block {
  text-align: center;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  margin-top: 95px;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.rt-about-square-two-block.rt-hover-white-bg:hover {
  background-image: none;
}

.rt-about-square-two-block.rt-hover-white-bg.rt-polygon-two {
  margin-left: -281px;
  padding-top: 5rem;
  padding-bottom: 5.5rem;
}

.rt-progress-number-two {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
}

.rt-about-square-three-block {
  text-align: center;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  margin-bottom: 95px;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.rt-about-square-three-block.rt-hover-white-bg:hover {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.rt-about-square-three-block.rt-hover-white-bg.rt-polygon-three {
  margin-left: -281px;
  padding-top: 5rem;
  padding-bottom: 5.5rem;
}

.rt-component-section-3 {
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-card-inside-link {
  color: #0c0b1a;
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.4rem;
}

.rt-home-three-hover-card {
  background-color: #ebf3ff;
  border: 1px solid #e2edff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 30px;
  display: flex;
}

.rt-inside-card-three-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-home-three-card-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
  overflow: hidden;
}

.rt-right-paragraph {
  margin-bottom: 0;
}

.rt-right-paragraph.rt-card-inside-paragraph {
  color: #666;
  margin-bottom: 35px;
}

.rt-card-inside-image {
  object-fit: cover;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 35px;
}

.rt-arrow-icon.rt-two {
  position: absolute;
}

.rt-icon-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-2 {
  width: 1000px;
  height: 400px;
  margin-top: 49px;
  margin-left: auto;
  margin-right: auto;
}

.proc {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 1000px;
  height: 260px;
  margin-top: 51px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  display: none;
  position: relative;
}

.div-block-3 {
  background-color: #22345b;
  width: 230px;
  height: 100%;
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-3 {
  color: #f5f5f2;
  text-align: center;
  font-family: Karla, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.bold-text-6 {
  font-weight: 800;
}

.div-block-4 {
  background-color: #8a6666;
  width: 90%;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
}

.duvod {
  background-color: var(--frozen);
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7px;
  display: flex;
  position: absolute;
  inset: -11% 0% auto;
}

._0a {
  background-color: #8a6666;
  background-image: none;
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  width: 90%;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
}

._0b {
  background-color: #8a6666;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 90%;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
}

._0c {
  background-color: #8a6666;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 90%;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
}

._0d {
  background-color: #8a6666;
  background-image: none;
  background-position: 50% 30%;
  background-size: cover;
  border-radius: 20px;
  width: 90%;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
}

.nowaco {
  background-color: #ccddf2;
  width: 100%;
  height: 820px;
  padding-top: 85px;
  padding-bottom: 0;
}

.nowaco-wrap {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 800px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-5 {
  color: #22345b;
  text-align: center;
  width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-family: Karla, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}

.paragraph-5._2-druy {
  text-align: center;
}

.bold-text-7, .link {
  color: var(--blu);
}

.second {
  background-image: none;
  background-position: 50% 100%, 50% 0, 50%;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: contain, contain, cover;
  background-attachment: scroll, scroll, fixed;
  width: 100%;
  height: 680px;
}

.final {
  background-color: #051430;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 106px;
  padding-bottom: 106px;
  display: flex;
  position: relative;
}

.final-sticker {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 500px;
  height: 700px;
  position: absolute;
  inset: 14% 7% 0% auto;
}

.end-wrapper {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 600px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-5 {
  width: 400px;
  height: 400px;
}

.product {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 450px;
}

.wr {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-6 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
}

.footer {
  background-color: #000;
  width: 100%;
  margin-top: -170px;
  padding: 14px 4rem 1.3rem;
  overflow: hidden;
}

.footer-bar {
  opacity: .63;
  border-top: 1px #fff3;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.logo-footer---3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  height: 40px;
}

.logo-footer---2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  width: 80%;
  max-width: 1100px;
  margin: 10px auto;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

._600px {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
  position: relative;
}

.paragraph-6 {
  color: #22345b;
  text-align: center;
  margin-top: 29px;
  font-family: Karla, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 130%;
}

.link-2 {
  color: #22345b;
}

.div-block-7 {
  width: 50px;
  height: 50px;
}

.fish-icon {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 30px;
  margin-bottom: 9px;
  margin-right: 10px;
  padding-bottom: 0;
}

.nadpis-proc {
  z-index: 150;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -16% 0% auto;
}

.div-block-8 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 300px;
  margin-bottom: 55px;
}

.div-block-9 {
  background-image: none;
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  width: 425px;
  height: 29px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-10 {
  width: 90%;
  height: 90%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.heading-medium {
  text-transform: none;
  font-family: Exo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}

.heading-medium.text-white {
  color: #ccddf2;
  text-align: center;
  margin-top: 35px;
  font-family: Karla, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 130%;
}

.heading-medium.text-white.rfd {
  color: #ccddf2;
  margin-top: 5px;
  font-size: 24px;
}

.item-parent {
  cursor: pointer;
  flex-direction: column;
  display: flex;
  position: relative;
}

.item-parent.right {
  float: right;
  justify-content: center;
  align-items: center;
}

.item-parent.right.fwds {
  justify-content: flex-start;
  align-items: center;
  top: 53px;
}

.item-parent.right.fwds.fd {
  top: -4px;
}

.item-parent.img {
  justify-content: center;
  align-items: center;
}

.slide-content {
  grid-row-gap: .4rem;
  flex-direction: column;
  width: 100%;
  padding-top: 1.4rem;
  display: flex;
  position: relative;
}

.slide-content.size-two {
  z-index: 100;
  padding-top: 0;
}

.slide-content.size-two.fsd {
  padding-top: 1.5rem;
  padding-right: 59px;
}

.slide-content.size-one {
  width: 18rem;
}

.slide-content.size-one.moved {
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.slide-content.size-one.moved.efc {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-content.size-two {
  width: 21rem;
}

.text-sm {
  color: #000;
  font-size: 1rem;
  line-height: 1.4;
}

.text-sm.fade.text-white {
  margin-right: 55px;
  font-size: 1.3rem;
}

.img-parent {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.img-parent.size-one {
  float: right;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 60vh;
  display: flex;
}

.img-parent.size-three {
  justify-content: center;
  align-items: center;
  width: 90vw;
  height: 80vh;
  display: flex;
}

.img-parent.size-two {
  justify-content: center;
  align-items: center;
  width: 40vw;
  max-width: 40vw;
  height: 60vh;
  margin-top: -28px;
  margin-right: 42px;
  display: flex;
  overflow: visible;
}

.italic {
  background-color: var(--skoro-white);
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-shadow: none;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 3.1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 140%;
}

.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-cover.size-two {
  cursor: default;
  width: 36vw;
  height: 92vh;
}

.img-cover.size-three {
  cursor: default;
  width: 90vw;
  height: 92vh;
}

.img-cover.size-one {
  cursor: default;
  width: 88%;
  height: 64vh;
}

.img-cover.size-one.auto {
  cursor: default;
  width: 90%;
  max-width: 470px;
  margin-left: -25px;
  overflow: visible;
}

.img-child {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-child.ab {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.img-child.ab.kolo {
  overflow: visible;
}

.img-child.ab.pic1 {
  background-image: none;
  background-size: cover;
  height: 85%;
}

.img-child.ab.pic2 {
  background-image: none;
  background-position: 25%;
}

.img-child.ab.ff {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  margin-top: 40px;
}

.img-child.ab.tri {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.img-child.ab {
  background-image: none;
  background-size: cover;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.img-child.ab.end {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.heading-absolute {
  margin-bottom: 36px;
  font-size: 3.6rem;
}

.heading-absolute.white {
  color: #fff;
  text-align: center;
  text-shadow: -4px 0 8px #000000a1;
  width: 750px;
  margin-top: -153px;
  font-family: Nowacozbergenu, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 140%;
  position: absolute;
}

.section {
  perspective: 800px;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: -24px;
  display: flex;
  position: relative;
}

.circle {
  z-index: -30;
  width: 260px;
  height: 260px;
  transform-style: preserve-3d;
  background-color: #92ccc7;
  background-image: radial-gradient(circle at 70% 40%, #fff6, #fff0);
  border-radius: 10000px;
  position: absolute;
  transform: translate3d(0, 0, -80px);
}

.circle.blue {
  filter: none;
  width: 100px;
  height: 100px;
  transform-style: preserve-3d;
  background-color: #ffccd6;
  transform: translate3d(-120px, 80px, -200px);
}

.dog {
  z-index: 2;
  display: block;
  position: absolute;
  transform: translate(-78px, -110px);
}

.jump {
  transform-style: preserve-3d;
  position: absolute;
  transform: translate3d(50px, -10px, 80px);
}

.actions {
  text-align: center;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  transform: translate3d(0, 161px, 143px);
}

.button {
  letter-spacing: 1px;
  transform-style: preserve-3d;
  background-color: #000;
  border-radius: 90px;
  padding: 12px 32px;
  font-weight: 400;
  transition: background-color .3s, transform .3s;
  transform: translate3d(0, -8px, 60px);
}

.button:hover {
  background-color: #ff5578;
  transform: translate3d(0, -12px, 70px);
}

.link-secondary {
  transform-style: preserve-3d;
  font-size: 12px;
  transform: translate3d(0, -8px, 100px);
}

.hero-section {
  position: relative;
  overflow: hidden;
}

.small-text-1 {
  text-align: center;
  font-size: 40px;
  top: -24vh;
  left: 20%;
}

.small-text-1._3 {
  top: -45.1vh;
  left: 20%;
}

.small-text-1._2 {
  top: -32.2vh;
  left: 65%;
}

.small-text-1._4 {
  top: -66.6vh;
  left: 65%;
}

.hero-visual {
  background-image: none;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  width: 50%;
  height: 380px;
  position: relative;
  top: 0;
}

.hero-visual._2nd-left {
  background-image: none;
  top: -18vh;
}

.hero-visual._2nd-right {
  background-image: none;
  background-position: 100%;
  background-size: contain;
  width: 25%;
  top: -43.6vh;
  left: 85%;
}

.hero-visual.right {
  background-image: none;
  background-position: 100%;
  background-size: contain;
  width: 35%;
  height: 500px;
  top: -11.4vh;
  left: 71%;
}

.big-text {
  z-index: 3;
  color: #f2e6d8;
  text-align: center;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-family: Karla, sans-serif;
  font-size: 100px;
  line-height: 120%;
  top: -40px;
}

.big-text._2 {
  top: -41vh;
}

.container {
  z-index: 2;
  max-width: 1290px;
  padding-right: 5%;
}

.bold-text-8 {
  color: #22355b;
  font-size: 80px;
  font-weight: 700;
}

.home-about_heading {
  letter-spacing: -.02em;
  white-space: nowrap;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 105%;
  position: absolute;
}

.home-about_heading._1 {
  right: calc(100% + .25rem);
}

.home-about_heading._2 {
  left: calc(100% + .25rem);
}

.class-for-animation {
  display: none;
}

.home-about_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 200rem;
  display: flex;
  position: relative;
}

.home-about_img-wrap {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  transition: border-radius .6s;
  display: flex;
  position: relative;
  overflow: clip;
}

.animation-scroll-border {
  border-radius: 2rem;
}

.home-about_img-text {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  white-space: nowrap;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 105%;
  position: absolute;
}

.animation-scroll-padding {
  padding: 1.5rem;
}

.home-about_sticky {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.home-about_img {
  object-fit: cover;
  width: 100vw;
  min-width: 100vw;
  max-width: none;
  height: 100vh;
  min-height: 100vh;
}

.home-about_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 1rem;
  transition: padding .6s;
  display: flex;
  position: relative;
}

.scroll-note_text {
  z-index: 2;
  color: #727067;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
  position: absolute;
  top: 2rem;
}

.work-list_wrapper {
  width: 60%;
  max-width: 50rem;
}

.work-list_list {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.work-list_item {
  width: 100%;
}

.work-list_images-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.work-list_image-main {
  z-index: 2;
  aspect-ratio: 16 / 9;
  border-radius: 1.75rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-list_img-main {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
}

.work-list_image-second {
  z-index: 4;
  aspect-ratio: 3 / 2;
  width: 24%;
  transform-style: preserve-3d;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 20%;
  right: -8%;
  overflow: hidden;
  transform: translate3d(0, 0, 100px);
}

.work-list_img-second {
  object-fit: cover;
  width: 130%;
  max-width: none;
  height: 130%;
  position: absolute;
}

.grid-right {
  width: 40%;
  height: 100%;
}

.grid-right.ds {
  margin-top: 0;
  padding-top: 20px;
  position: relative;
  top: -10px;
}

.grid-left {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 8.2rem;
  display: flex;
  position: relative;
}

.grid-left.vdcs {
  padding-top: 5.7rem;
}

.parent-grid {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: -1px;
  display: flex;
  overflow: hidden;
}

.parent-grid._1 {
  margin-top: 60px;
}

.parent-grid._2 {
  padding-bottom: 40px;
}

.bold-text-9 {
  font-weight: 800;
}

.bold-text-10 {
  font-style: italic;
  font-weight: 600;
}

.bold-text-11 {
  font-style: normal;
  font-weight: 800;
}

.text-span-25 {
  font-weight: 800;
}

.text-span-26 {
  font-style: italic;
}

.obal-text-hero {
  width: 700px;
}

.s2 {
  width: 900px;
  height: 200px;
  margin-top: -38px;
  margin-bottom: 20px;
  margin-right: 13px;
}

.div-block-11, .fish-hero {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}

.h1-nadpis {
  color: #fff;
  margin-bottom: 0;
  font-family: Nowacozbergenu, Arial, sans-serif;
  font-size: 3.7rem;
  font-weight: 400;
  line-height: 100%;
}

.h1-nadpis._2nd-line {
  margin-top: 0;
  margin-bottom: 38px;
  font-size: 5.9rem;
  font-weight: 600;
}

.obal-talir {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 700px;
  height: 700px;
  position: absolute;
  inset: auto -15% -15% auto;
}

.lottie-animation {
  width: 70px;
  margin-top: 20px;
}

.heading-4 {
  color: var(--royal-blue);
  text-transform: none;
  margin-bottom: 24px;
  font-family: Nowacozbergenu, Arial, sans-serif;
  font-size: 65px;
  font-weight: 600;
  line-height: 103%;
}

.seafrozen-2 {
  background-color: #051330;
  background-image: linear-gradient(#00000080, #00000080);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  justify-content: center;
  align-items: center;
  height: 1000px;
  display: flex;
}

.div-block-12 {
  border: 2px solid #76a1df;
  border-left: 0 solid #106ef9;
  border-right: 0 solid #106ef9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.heading-frozen {
  color: var(--skoro-white);
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 3px;
  font-family: Nowacozbergenu, Arial, sans-serif;
  font-size: 75px;
  font-weight: 600;
  line-height: 94%;
}

.paragraph-white {
  width: 420px;
  color: var(--skoro-white);
  text-align: center;
  padding-left: 0;
  font-family: Nowacozbergenu, Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 150%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.karty-seafrozen {
  background-image: linear-gradient(180deg, #030918, var(--oxford-blue));
}

.ix-sticky-card {
  position: sticky;
  top: 0;
}

.text-block-6 {
  padding-top: 60px;
}

.text-block-6.white {
  color: #fff5e6;
  padding-top: 0;
  padding-bottom: 14px;
}

.utility-aspect-1x1 {
  aspect-ratio: 1;
  object-fit: cover;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.button-2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #f60;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button-2:hover {
  box-shadow: none;
  color: #fff;
  background-color: #fcac9f;
  border-color: #0000;
}

.button-2:active {
  box-shadow: none;
  background-color: #f60;
}

.button-2:focus {
  outline-offset: 2px;
  outline: 2px solid #f60;
}

.flex-horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex-horizontal.flex-vertical {
  flex-direction: column;
}

.image-5 {
  height: 200px;
}

.text-span-2 {
  color: #f60;
}

.paragraph-lg {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-family: Karla, sans-serif;
  font-size: 1.13rem;
  font-weight: 300;
  line-height: 1.6em;
}

.eyebrow {
  color: #a6c2eb;
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: -1.65rem;
  padding: 10px 10px 10px 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
}

.card {
  box-shadow: none;
  color: #231f20;
  background-color: #fdecdd;
  background-image: none;
  border: 0 solid #231f2033;
  border-radius: .75rem;
  flex-flow: column;
  list-style-type: none;
  overflow: hidden;
}

.card.card-on-secondary {
  box-shadow: none;
  color: #231f20;
  background-color: #fff5e6;
  background-image: none;
  border-color: #231f201a;
}

.card.card-body.utility-margin-top-1rem, .card.card-body._01a {
  background-color: var(--oxford-blue);
  background-image: linear-gradient(153deg, var(--oxford-blue), #3377e65c 64%, #fff0 84%);
  margin-bottom: 30px;
}

.button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container-2.full-width-container {
  width: 90%;
  max-width: 1100px;
  margin-top: -117px;
  padding-left: 0;
  padding-right: 0;
}

.obal-cihla-1 {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 150px;
  display: flex;
  position: absolute;
  inset: auto auto -12% -7%;
}

.image {
  object-fit: contain;
  border-radius: .75rem;
  width: 100%;
}

.image.cover-image {
  object-fit: cover;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.utility-max-width-md {
  width: 34vw;
  color: var(--skoro-white);
  font-family: Nowacozbergenu, Arial, sans-serif;
}

.obal-cihla {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 150px;
  display: flex;
  position: absolute;
  inset: auto auto -9% -7%;
}

.heading-5 {
  color: var(--skoro-white);
  font-size: 40px;
  line-height: 48px;
}

.kruh-obrazek {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 550px;
  height: 550px;
  margin-top: 49px;
  margin-left: -50px;
  box-shadow: 6px 5px 8px -1px #0003;
}

.image-6 {
  width: 340px;
}

.nadpis-video {
  color: #cee0f4;
  text-align: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
  font-family: Nowacozbergenu, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.nadpis-video-2 {
  color: var(--skoro-white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Nowacozbergenu, Arial, sans-serif;
  font-size: 47px;
  font-weight: 600;
  line-height: 50px;
}

.heading-light {
  color: var(--oxford-blue);
  text-align: center;
  text-transform: none;
  margin-bottom: 24px;
  font-family: Nowacozbergenu, Arial, sans-serif;
  font-size: 90px;
  font-weight: 600;
  line-height: 94%;
}

.text-span-27 {
  color: var(--skoro-white);
  background-color: #106ef9;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 26px;
}

.heading-dark-big {
  color: #ccddf2;
  text-align: center;
  text-transform: none;
  width: 900px;
  margin-bottom: 86px;
  margin-left: auto;
  margin-right: auto;
  font-family: Nowacozbergenu, Arial, sans-serif;
  font-size: 90px;
  font-weight: 600;
  line-height: 94%;
}

.italic-text {
  font-size: 180px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
}

.container-dark-blue {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container-dark-blue.full-width-container {
  max-width: 1100px;
  margin-top: -114px;
  padding-left: 0;
  padding-right: 0;
}

.obal-end-pic {
  background-color: #030a19;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9px;
  padding-bottom: 0;
  padding-left: 213px;
  display: flex;
}

.link-block-2 {
  border: 2px none var(--frozen);
  width: 600px;
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-transform: uppercase;
  cursor: pointer;
  background-image: linear-gradient(#051331cc, #051331cc);
  border-radius: 110px;
  padding: 20px;
  font-family: Nowacozbergenu, Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 127%;
  text-decoration: none;
  position: absolute;
  bottom: 16%;
  box-shadow: 0 2px 13px 19px #0003;
}

.paragraph-7 {
  text-align: center;
  margin-bottom: 0;
}

.bold-text-12 {
  font-size: 65px;
}

._4-parametry {
  width: 100%;
  height: 100%;
  display: flex;
}

.par {
  width: 50%;
}

.div-block-14 {
  background-color: var(--oxford-blue);
  border-radius: 500px;
  width: 220px;
  height: 220px;
  margin-left: auto;
  margin-right: auto;
}

.pic-parametr {
  background-color: var(--oxford-blue);
  border-radius: 500px;
  width: 350px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
}

.pic-parametr.aa {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pic-parametr.bb {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pic-parametr.cc {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pic-parametr.dd {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.nadpis-parametr {
  color: #76a1df;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Nowacozbergenu, Arial, sans-serif;
  font-size: 40px;
  line-height: 140%;
}

.paragraph-8 {
  color: #76a1df;
  text-align: center;
  font-family: Nowacozbergenu, Arial, sans-serif;
  font-size: 28px;
  line-height: 130%;
}

.bold-text-13 {
  color: #04193e;
}

.par-1-2 {
  width: 50%;
}

.bold-text-14 {
  text-transform: none;
}

.end-wrapp {
  background-color: #030a19;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 850px;
  height: 400px;
  padding-left: 80px;
  display: flex;
  position: relative;
}

.product-pic {
  z-index: 100;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 500px;
  display: block;
  position: absolute;
  inset: -10% auto 0% -32%;
}

.end-text {
  margin-left: auto;
  margin-right: auto;
  padding: 70px 0 0;
  position: static;
  inset: 0% 0% auto auto;
}

.heading-6 {
  color: #ccddf2;
  width: 550px;
  margin-bottom: 23px;
  font-family: Nowacozbergenu, Arial, sans-serif;
  display: block;
}

.link-3 {
  color: #ccddf2;
}

.bold-text-15 {
  font-family: Nowacozbergenu, Arial, sans-serif;
  font-size: 40px;
}

.button-3 {
  color: #030a19;
  background-color: #ccddf2;
  border-radius: 100px;
  padding: 18px 26px 13px;
}

._3-duvody, ._3-duvody-mobilni {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.code-embed, .embed-1-of-3, .embed-2-of-3, .embed-3-of-3 {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .rt-inside-card-three-link {
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (min-width: 1440px) {
  .rt-home-three-hover-card {
    padding-left: 60px;
    padding-right: 60px;
  }

  .second {
    height: 800px;
  }

  .utility-max-width-md {
    width: 28vw;
  }

  .kruh-obrazek {
    margin-top: 92px;
  }
}

@media screen and (min-width: 1920px) {
  .paragraph-3 {
    width: 640px;
    font-size: 28px;
  }

  .chut-wrapper {
    width: 1400px;
  }

  .rt-advertise-image-wrapper {
    border-radius: 6px;
  }

  .second {
    height: 900px;
  }

  .obal-text-hero {
    width: 800px;
  }

  .h1-nadpis {
    font-size: 5rem;
  }

  .h1-nadpis._2nd-line {
    font-size: 7rem;
  }

  .obal-talir {
    bottom: -10%;
    right: -22%;
  }

  .utility-max-width-md {
    width: 24vw;
  }

  .obal-end-pic {
    padding-top: 15px;
  }

  ._3-duvody, ._3-duvody-mobilni {
    height: 600px;
  }
}

@media screen and (max-width: 991px) {
  .nav-bar {
    justify-content: center;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-block-2 {
    padding-left: 2px;
    font-size: 12px;
  }

  .tip-navic {
    width: 100%;
    padding-bottom: 81px;
  }

  .text-vlevo {
    flex-flow: column;
  }

  .tip-navic-pic {
    width: 250px;
  }

  .tip-navic-paragraph {
    text-align: center;
    margin-bottom: 25px;
  }

  .video-tip {
    width: 600px;
  }

  .tip-navic-copy, .video-more {
    width: 100%;
    padding-bottom: 81px;
  }

  .walsh-container {
    flex: 0 auto;
    width: auto;
  }

  .walsh-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .parametry {
    flex: 0 auto;
    width: auto;
  }

  .rt-advertise-content-text-wrapper {
    max-width: none;
  }

  .rt-advertise-content-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: stretch;
  }

  .rt-progress-number-one {
    font-size: 55px;
  }

  .rt-about-square-one-block {
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 0;
    padding-top: 22%;
    padding-bottom: 22%;
  }

  .rt-about-square-main-block {
    padding-top: 1.6rem;
    display: block;
  }

  .rt-about-square-two-block {
    background-size: contain;
    margin-top: 0;
    padding-top: 22%;
    padding-bottom: 22%;
  }

  .rt-about-square-two-block.rt-hover-white-bg.rt-polygon-two {
    margin-left: 0;
  }

  .rt-about-square-three-block {
    margin-bottom: 0;
    padding-top: 22%;
    padding-bottom: 22%;
  }

  .rt-about-square-three-block.rt-hover-white-bg.rt-polygon-three {
    margin-left: 0;
  }

  .rt-home-three-card-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .final {
    background-position: 30% 0;
  }

  .final-sticker {
    width: 400px;
    height: 500px;
    inset: auto 7% 2% auto;
  }

  .footer {
    padding-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: hidden;
  }

  .footer-bar {
    justify-content: center;
    margin-top: 1rem;
  }

  .text-block-5 {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
  }

  .img-parent.size-one {
    width: 28rem;
    height: 44rem;
  }

  .img-parent.size-three {
    width: 100%;
    height: 40rem;
  }

  .img-parent.size-two {
    width: 24rem;
    height: 24rem;
  }

  .img-cover.size-two {
    width: 28rem;
    height: 46rem;
  }

  .img-cover.size-three {
    width: 100vw;
    height: 44rem;
  }

  .img-cover.size-one {
    width: 18rem;
    height: 28rem;
  }

  .img-cover.size-one.auto {
    width: 130%;
  }

  .img-child.ab.kolo {
    overflow: visible;
  }

  .small-text-1, .small-text-1._3 {
    left: 29%;
  }

  .small-text-1._2, .small-text-1._4 {
    left: 50%;
  }

  .hero-visual._2nd-right, .hero-visual.right {
    width: 35%;
    left: 70%;
  }

  .home-about_heading, .home-about_img-text {
    -webkit-text-stroke-width: 0px;
    font-size: 2.75rem;
  }

  .work-list_wrapper {
    width: 80%;
  }

  .work-list_list {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
  }

  .work-list_image-main {
    border-radius: 1.25rem;
  }

  .work-list_image-second {
    border-radius: 1rem;
  }

  .grid-left {
    display: flex;
  }

  .grid-layout.tablet-1-column {
    grid-template-columns: 1fr;
  }

  .flex-horizontal {
    flex-flow: wrap;
  }

  .paragraph-lg {
    font-size: 1.13rem;
  }

  .eyebrow {
    font-size: .9rem;
  }
}

@media screen and (max-width: 767px) {
  .nav-bar {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .logo {
    margin-top: 0;
  }

  .walsh-heading-medium {
    font-size: 2.4em;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-rounded-box-large {
    grid-row-gap: 1.5em;
  }

  .rt-card-inside-image {
    width: 100%;
    margin-bottom: 30px;
  }

  .text-block-5 {
    width: 90%;
  }

  .img-cover.size-one {
    width: 18rem;
  }

  .img-child.ab {
    overflow: hidden;
  }

  .jump {
    max-width: 340px;
  }

  .actions {
    transform: translate3d(0, 150px, 143px);
  }

  .small-text-1, .small-text-1._3 {
    left: 38%;
  }

  .small-text-1._2, .small-text-1._4 {
    left: 45%;
  }

  .hero-visual {
    width: 45%;
  }

  .hero-visual._2nd-right {
    width: 45%;
    left: 60%;
  }

  .hero-visual.right {
    width: 45%;
    top: -8.7vh;
    left: 60%;
  }

  .home-about_heading, .home-about_img-text {
    -webkit-text-stroke-width: 0px;
  }

  .work-list_list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .work-list_image-main {
    border-radius: .875rem;
  }

  .work-list_image-second {
    border-radius: .5rem;
  }

  .grid-right {
    width: 100%;
  }

  .grid-left {
    width: 100%;
    padding-top: 4rem;
  }

  .parent-grid {
    flex-direction: column-reverse;
  }

  .paragraph-lg {
    font-size: 1.1rem;
  }

  .eyebrow {
    font-size: .8rem;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 100vh;
  }

  .nav-bar {
    height: 60px;
  }

  .logo {
    margin-top: 0;
  }

  .perex {
    padding-top: 0;
  }

  .perex-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    margin: 83px auto 26px;
  }

  .vlevo {
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .wrp {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 90%;
    height: 100%;
    padding-left: 0;
    position: static;
  }

  .paragraph-2 {
    text-align: center;
    width: 90%;
  }

  ._01-perex {
    width: 240px;
  }

  .heading-2 {
    font-size: 20px;
  }

  .text-vlevo {
    padding-left: 0;
  }

  .tip-navic-pic {
    margin-bottom: 23px;
    margin-right: 0;
  }

  .tip-navic-paragraph {
    width: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .video-tip {
    width: 300px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .video-more {
    margin-top: 0;
    padding-bottom: 49px;
  }

  .file {
    padding-top: 91px;
    padding-bottom: 60px;
  }

  .paragraph-3 {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 8px;
    font-size: 18px;
  }

  .file-wrapper, .file-nadpis {
    width: 100%;
  }

  .file-perex {
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-4 {
    margin-bottom: 43px;
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-heading-medium {
    font-size: 1.8em;
  }

  .walsh-link-wrapper {
    font-size: 16px;
  }

  .walsh-rounded-box-large {
    padding-bottom: 3em;
  }

  .parametry {
    flex-flow: column;
    flex: 0 auto;
    width: 100%;
    right: auto;
  }

  .stika-pic {
    width: 250px;
    margin-bottom: 0;
  }

  .chut-wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-dotted-line {
    display: none;
  }

  .rt-advertise-content {
    flex-direction: column;
  }

  .rt-progress-number-one {
    font-size: 45px;
  }

  .rt-about-square-one-block, .rt-about-square-two-block, .rt-about-square-three-block {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .rt-home-three-hover-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .rt-home-three-card-wrapper {
    grid-template-columns: 1fr;
  }

  .rt-card-inside-image {
    margin-bottom: 30px;
  }

  .proc {
    padding-top: 0;
  }

  .duvod {
    width: 240px;
  }

  .second {
    height: 400px;
  }

  .final {
    background-image: linear-gradient(#0000, #0000);
    height: auto;
    margin-top: -95px;
    padding-top: 87px;
    padding-bottom: 3px;
  }

  .final-sticker {
    height: 400px;
    bottom: 0%;
    right: 0%;
  }

  .footer {
    margin-top: 0;
    padding: 3rem 1.4rem 0;
  }

  .footer-bar {
    flex-flow: column;
    margin-top: 1rem;
    padding-bottom: 0;
  }

  .logo-footer---2 {
    margin-bottom: 30px;
  }

  .heading-medium {
    font-size: 1.3rem;
  }

  .heading-medium.text-white {
    margin-bottom: 22px;
  }

  .heading-medium.text-white._200 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .item-parent.right {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 35px;
  }

  .item-parent.right.fwds {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    top: 0;
  }

  .item-parent.right.fwds.fd {
    flex-flow: column-reverse;
  }

  .slide-content.size-two.fsd {
    padding-right: 0;
  }

  .slide-content.size-one.moved {
    width: 290px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .slide-content.size-one.moved.efc {
    width: 100%;
  }

  .slide-content.size-two {
    width: 18rem;
  }

  .text-sm.fade.text-white {
    margin-right: 10px;
  }

  .img-parent.size-one {
    width: 18rem;
    height: 300px;
  }

  .img-parent.size-three {
    height: 26rem;
  }

  .img-parent.size-two {
    width: 300px;
  }

  .img-parent.size-two.dd {
    width: 300px;
    max-width: 400px;
    height: 300px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .italic {
    font-size: 2.4rem;
  }

  .italic.smaller {
    font-size: 1.8rem;
  }

  .italic.mob {
    font-size: 1.7rem;
  }

  .img-cover.size-two {
    width: 18rem;
    height: 29rem;
  }

  .img-cover.size-three {
    height: 28rem;
    margin-top: 16px;
  }

  .img-cover.size-one.auto {
    width: 100%;
    height: 19rem;
    margin-left: 0;
  }

  .img-child.ab.pic2 {
    position: static;
  }

  .img-child.ab.ff {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .img-child.ab {
    width: 300px;
    inset: 0%;
  }

  .heading-absolute {
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 3rem;
  }

  .heading-absolute.white {
    width: 100%;
    margin-top: -130px;
    font-size: 2.1rem;
  }

  .section {
    margin-top: -32px;
  }

  .dog {
    max-width: 150px;
    transform: translate(-50px, -110px);
  }

  .jump {
    max-width: 250px;
    transform: translate3d(20px, -10px, 80px);
  }

  .actions {
    transform: translate3d(0, 132px, 143px);
  }

  .button {
    padding: 8px 24px;
    font-size: 12px;
  }

  .small-text-1 {
    top: -21vh;
  }

  .small-text-1._2 {
    top: -32.9vh;
    left: 20%;
  }

  .small-text-1._4 {
    left: 20%;
  }

  .hero-visual {
    width: 50%;
  }

  .hero-visual._2nd-right, .hero-visual.right {
    width: 50%;
    left: 58%;
  }

  .big-text {
    top: 6px;
  }

  .home-about_img-text {
    white-space: normal;
    width: 80vw;
    max-width: 17rem;
  }

  .work-list_wrapper {
    width: 100%;
  }

  .work-list_image-second {
    right: -5%;
  }

  .grid-right {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .grid-left {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 63px;
    display: block;
  }

  .grid-left.vdcs {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 10px;
    display: flex;
  }

  .grid-left.dc {
    padding-bottom: 15px;
  }

  .parent-grid._1 {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: block;
  }

  .parent-grid._2 {
    justify-content: center;
    align-items: center;
  }

  .obal-text-hero {
    width: 100%;
    margin-top: 0;
  }

  .h1-nadpis {
    text-align: center;
    margin-top: 0;
    padding-top: 0;
    font-size: 2.5rem;
  }

  .h1-nadpis._2nd-line {
    text-align: center;
    font-size: 2.5rem;
  }

  .obal-talir {
    width: 100%;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    position: static;
    inset: auto 0% 0%;
  }

  .lottie-animation {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-4 {
    text-align: center;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
  }

  .seafrozen-2 {
    height: auto;
    padding-top: 92px;
    padding-bottom: 169px;
  }

  .heading-frozen {
    margin-top: 0;
    line-height: 50%;
  }

  .paragraph-white, .ix-sticky-card.is-card-2.ix-backdrop-filter-blur, .ix-sticky-card.is-card-1 {
    width: 100%;
  }

  .utility-aspect-1x1 {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 320px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .grid-layout.tablet-1-column {
    padding-bottom: 25px;
  }

  .grid-layout.tablet-1-column.grid-gap-xxl.utility-z-index-2 {
    flex-flow: column;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 21px 20px 20px;
    display: flex;
  }

  .button-2 {
    white-space: nowrap;
  }

  .paragraph-lg {
    font-size: 1.1rem;
  }

  .eyebrow {
    margin-left: auto;
    margin-right: auto;
    font-size: .8rem;
  }

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .image.cover-image {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .utility-max-width-md {
    text-align: center;
    width: 300px;
    padding-top: 20px;
  }

  .heading-5 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
    line-height: 130%;
  }

  .kruh-obrazek {
    width: 300px;
    height: 500px;
    margin-top: -28px;
    margin-left: auto;
    margin-right: auto;
  }

  .nadpis-video {
    font-size: 32px;
    line-height: 120%;
  }

  .nadpis-video-2 {
    font-size: 40px;
  }

  .heading-light {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 80px;
  }

  .heading-dark-big {
    width: 100%;
    margin-bottom: 17px;
    font-size: 40px;
  }

  .italic-text {
    font-size: 60px;
  }

  .obal-end-pic {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 83px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .bold-text-12 {
    font-size: 35px;
  }

  ._4-parametry {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  ._4-parametry.gg {
    margin-top: -50px;
  }

  .pic-parametr.aa {
    width: 250px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .pic-parametr.bb, .pic-parametr.cc, .pic-parametr.dd {
    width: 250px;
    height: 250px;
  }

  .nadpis-parametr {
    font-size: 30px;
  }

  .paragraph-8 {
    font-size: 20px;
  }

  .par-1-2 {
    width: 100%;
    margin-bottom: 34px;
  }

  .end-wrapp {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-bottom: 107px;
    padding-left: 0;
  }

  .product-pic {
    width: 300px;
    height: 300px;
    position: static;
  }

  .end-text {
    flex-flow: column;
    padding-top: 13px;
    display: flex;
  }

  .heading-6 {
    text-align: center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    line-height: 120%;
  }

  .bold-text-15 {
    font-size: 38px;
    line-height: 100%;
  }

  .button-3 {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  ._3-duvody-mobilni {
    background-image: none;
    height: 900px;
  }
}

#w-node-_2971e015-2b75-8c28-36ba-0d37101a8cc8-101a8cc0.w-node-_8dd58f24-51b7-3f57-39b3-c1a158d4dde7-2a0237cc, #w-node-_2971e015-2b75-8c28-36ba-0d37101a8cd7-101a8cc0.w-node-_8dd58f24-51b7-3f57-39b3-c1a158d4de04-2a0237cc, #w-node-_2971e015-2b75-8c28-36ba-0d37101a8ce6-101a8cc0.w-node-_8dd58f24-51b7-3f57-39b3-c1a158d4de13-2a0237cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_2971e015-2b75-8c28-36ba-0d37101a8cc8-101a8cc0.w-node-_8dd58f24-51b7-3f57-39b3-c1a158d4dde7-2a0237cc, #w-node-_2971e015-2b75-8c28-36ba-0d37101a8cd7-101a8cc0.w-node-_8dd58f24-51b7-3f57-39b3-c1a158d4de04-2a0237cc, #w-node-_2971e015-2b75-8c28-36ba-0d37101a8ce6-101a8cc0.w-node-_8dd58f24-51b7-3f57-39b3-c1a158d4de13-2a0237cc {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2971e015-2b75-8c28-36ba-0d37101a8cc8-101a8cc0.w-node-_8dd58f24-51b7-3f57-39b3-c1a158d4dde7-2a0237cc {
    place-self: center;
  }
}


