@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  overflow-x: clip;
}

body {
  font-family: "Figtree", system-ui;
  font-weight: 200;
  line-height: 35px;
  font-size: 18px;
  overflow-x: clip;
}
body .menu {
  position: sticky;
  top: 0px;
  z-index: 1000000;
  background-color: #fff;
}
body .menu .backgroundMenu {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  transform: translateX(-100vw);
  position: fixed;
  min-width: 100%;
  min-height: 100vh;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 128, 128, 0.7882352941);
  z-index: 1000;
  transition: transform 1s;
}
body .menu .backgroundMenu .fa-xmark {
  position: fixed;
  top: 13px;
  right: 23px;
  color: #ffffff;
}
body .menu .backgroundMenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body .menu .backgroundMenu ul li {
  padding: 20px 40px;
  text-align: center;
}
body .menu .backgroundMenu ul li a {
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 3px;
  font-size: 21px;
}
body .menu .visibleSmallMenu {
  transform: translateX(0vw);
}
body .menu button {
  border: none;
  background-color: rgba(255, 255, 255, 0);
}
body .menu button .fa-solid {
  padding: 10px;
  font-size: 40px;
  transition: transform 1s;
  color: #000;
}
body .menu #navbarContent ul li a {
  color: #000000;
  font-weight: 300;
}
body .menu #navbarContent ul li a.active {
  color: #2cb8a3;
}
body .menu #navbarContent ul li a:hover {
  color: #2cb8a3;
}
body .first {
  margin-top: 50px;
}
body .first .row .left .authors {
  position: relative;
  left: -6px;
  background-color: #80d4c8;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1450980392);
}
body .first .row .left p .nameSurname {
  font-size: 20px;
}
body .first .row .dictionary img {
  max-width: 400px;
  width: 100%;
}
body .citation {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 30px;
  position: relative;
  top: 40px;
}
body .citation .wrapper {
  width: fit-content;
  font-family: "Times New Roman", Times, serif;
  font-weight: 300;
  font-size: 20px;
  font-style: italic;
  padding: 20px 50px;
}
body .citation .wrapper p {
  text-wrap: nowrap;
}
body .citation .wrapper p:nth-child(2) {
  font-family: "Figtree", system-ui;
  text-align: right;
  font-style: normal;
  font-size: 0.8em;
}
body .second .wave,
body .eleven .wave {
  width: 100%;
  max-height: 100px;
  position: relative;
}
body .second .waveTop,
body .eleven .waveTop {
  position: relative;
  z-index: -1000000;
  top: 2px;
}
body .second .waveBottom,
body .eleven .waveBottom {
  bottom: 2px;
}
body .second .container-fluid,
body .eleven .container-fluid {
  padding: 50px 0;
  background-color: #b3e5de;
}
body .second .container-fluid .container .row h3,
body .eleven .container-fluid .container .row h3 {
  font-weight: bold;
  margin-bottom: 20px;
  margin-left: 10px;
}
body .second .container-fluid .container .row h3 a,
body .eleven .container-fluid .container .row h3 a {
  color: #005549;
  text-decoration: underline;
  cursor: pointer;
  padding: 20px 0;
}
body .second .container-fluid .container .row .priceList,
body .eleven .container-fluid .container .row .priceList {
  font-weight: normal;
  font-size: 48px;
  color: rgba(0, 0, 0, 0.5);
  margin-left: 0;
}
body .second .container-fluid .container .row .checks,
body .eleven .container-fluid .container .row .checks {
  display: flex;
  align-items: start;
}
body .second .container-fluid .container .row .checks .check,
body .eleven .container-fluid .container .row .checks .check {
  transform: scale(0);
  transition: transform 1s;
}
body .second .container-fluid .container .row .checks p,
body .eleven .container-fluid .container .row .checks p {
  margin-bottom: 2px;
}
body .second .container-fluid .container .row .scrabblePart,
body .eleven .container-fluid .container .row .scrabblePart {
  padding: 50px;
}
body .second .container-fluid .container .row .scrabblePart .scrabble,
body .eleven .container-fluid .container .row .scrabblePart .scrabble {
  position: relative;
  top: 30px;
  width: 70vw;
  max-width: 600px;
  transform: rotate(0.3deg);
}
body .third .row .right .container {
  display: flex;
  justify-content: center;
}
body .third .row .right .container .row {
  margin: 0;
  padding: 15px 0;
  width: fit-content;
  text-decoration: none;
  color: #000000;
}
body .third .row .right .container .row .square {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30%;
  width: 45px;
  height: 45px;
  background-color: #2cb8a3;
}
body .third .row .right .container .row .square img {
  width: 55%;
  height: 55%;
}
body .third .row .right .container .row .text {
  display: flex;
  align-items: center;
}
body .third .row .right .container .row .text p {
  font-size: 18px;
  margin: 0;
  text-wrap: nowrap;
}
body .four {
  margin-top: 70px;
}
body .four .row .left .container h3 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
body .four .row .left .container .row {
  padding: 8px 0;
}
body .four .row .left .container .row .square {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 20%;
}
body .four .row .left .container .row .square img {
  width: 130%;
  height: 130%;
}
body .four .row .left .container .row .one {
  background-color: rgba(44, 184, 163, 0.125);
}
body .four .row .left .container .row .two {
  background-color: rgba(44, 184, 163, 0.25);
}
body .four .row .left .container .row .three {
  background-color: rgba(44, 184, 163, 0.375);
}
body .four .row .left .container .row .four {
  background-color: rgba(44, 184, 163, 0.5);
  margin-top: 0;
}
body .four .row .left .container .row .five {
  background-color: rgba(44, 184, 163, 0.625);
}
body .four .row .left .container .row .six {
  background-color: rgba(44, 184, 163, 0.75);
}
body .four .row .left .container .row .seven {
  background-color: rgba(44, 184, 163, 0.875);
}
body .four .row .left .container .row .eight {
  background-color: #2cb8a3;
}
body .four .row .left .container .row .text {
  display: flex;
  justify-content: center;
}
body .four .row .left .container .row .text p {
  margin: 0;
  font-size: 18px;
  width: 70vw;
  max-width: 500px;
}
body .four .row .right img {
  max-width: 350px;
}
body .five {
  margin-top: 190px;
}
body .five .row .left .container {
  position: relative;
}
body .five .row .left .container .squareBgc {
  position: absolute;
  top: -90px;
  left: -250px;
  width: 300%;
  height: 130%;
  background-color: #b3e5de;
  border-radius: 50% 90% 70% 70%/60% 70% 60% 60%;
  z-index: -1;
}
body .five .row .left .container .row {
  display: flex;
  flex-wrap: nowrap;
}
body .five .row .left .container .row .checks .check {
  transform: scale(0);
  transition: transform 2s;
  width: 42px;
}
body .five .row .right img {
  width: 80vw;
  max-width: 450px;
}
body .six {
  margin-top: 150px;
}
body .six h3 {
  position: relative;
  font-size: 48px;
  color: rgba(0, 0, 0, 0.5);
}
body .six .row .second .bigCertificate {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(51, 51, 51, 0.8901960784);
  z-index: 10000000000;
  cursor: pointer;
}
body .six .row .second .bigCertificate .fa-xmark {
  position: fixed;
  top: 20px;
  right: 20px;
  color: #ffffff;
  padding: 20px;
  font-size: 40px;
  cursor: pointer;
}
body .six .row .second .bigCertificate img {
  max-height: 80vh;
  max-width: 80vw;
}
body .six .row .second .display {
  display: flex;
}
body .six .row .second .certificate {
  cursor: pointer;
  height: 245px;
  box-shadow: 2px 2px 5px 0px;
}
body .six .row .third .kasia {
  height: 245px;
}
body .seven {
  margin-top: 50px;
}
body .seven .wrap {
  width: 100%;
  display: flex;
  align-items: end;
}
body .seven .wrap h3 {
  font-size: 48px;
  color: rgba(0, 0, 0, 0.5);
}
body .seven .wrap img {
  width: 40vw;
  max-width: 300px;
  margin-left: auto;
  padding-right: 10px;
}
body .seven .row {
  margin-top: 20px;
}
body .seven .row .photo {
  padding-right: 80px;
  padding-top: 55px;
}
body .seven .row .photo .photoContainer {
  position: relative;
  width: 150px;
  height: 193px;
  z-index: 10000;
}
body .seven .row .photo .photoContainer .photoBgc {
  position: absolute;
  border-radius: 20%;
  width: 150px;
  transition: 0.5s;
}
body .seven .row .photo .photoContainer .photoBgc img {
  opacity: 0;
  border-radius: 20%;
  width: 150px;
}
body .seven .row .photo .photoContainer .photoBgc .opacity {
  opacity: 1;
}
body .seven .row .photo .photoContainer .one {
  background-color: #dcdddb;
  bottom: 0;
  left: 0;
  z-index: 0;
}
body .seven .row .photo .photoContainer .two {
  background-color: #c9c9c9;
  bottom: 5px;
  left: 5px;
  z-index: -1;
}
body .seven .row .photo .photoContainer .three {
  background-color: #999999;
  bottom: 10px;
  left: 10px;
  z-index: -2;
}
body .seven .row .photo .photoContainer .four {
  background-color: #555555;
  bottom: 15px;
  left: 15px;
  z-index: -3;
}
body .seven .row .photo .photoContainer .five {
  background-color: #000000;
  bottom: 20px;
  left: 20px;
  z-index: -4;
}
body .seven .row .photo .photoContainer .six {
  background-color: #a3a3a3;
  bottom: 25px;
  left: 25px;
  z-index: -5;
}
body .seven .row .photo .photoContainer .seven {
  background-color: #8f8f8f;
  bottom: 30px;
  left: 30px;
  z-index: -6;
}
body .seven .row .opinion {
  overflow: hidden;
}
body .seven .row .opinion .topa {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 1s, height 1s;
}
body .seven .row .opinion .topa .box {
  width: 100%;
}
body .seven .row .opinion .topa .box img {
  position: relative;
  top: 10px;
  float: left;
  margin-right: 20px;
  border-radius: 20%;
  width: 120px;
  background-color: #dcdddb;
}
body .seven .row .opinion .topa .box .sign {
  text-align: right;
  padding-top: 20px;
  align-self: flex-end;
  font-weight: bold;
  font-size: 19.5px;
}
body .seven .row .opinion .topa .box .sign span {
  font-size: 16.5px;
}
body .seven .row .opinion .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .seven .row .opinion .buttons button {
  background-color: #fff;
  border: none;
}
body .seven .row .opinion .buttons button i {
  font-size: 30px;
  padding: 20px 80px;
  color: #000;
}
body .eight {
  margin-top: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
body .eight .box {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
body .eight .box img {
  max-width: 70vw;
  height: auto;
  max-height: 80px;
  margin: 30px 60px;
}
body .eight .box .lamamma {
  max-height: 40px;
}
body .eight .box .dagmara {
  max-height: 23px;
}
body .eight .box .nowamysl {
  max-height: 100px;
}
body .eight .box .muzeum {
  max-height: 63px;
}
body .eight .box .moyemu {
  max-height: 60px;
}
body .eight .box .zaglebie {
  max-height: 55px;
}
body .eight .box .prudnickiej {
  max-height: 70px;
}
body .nine {
  margin-top: 100px;
  width: 100%;
}
body .nine h3 {
  margin-bottom: 50px;
  font-size: 48px;
  color: rgba(0, 0, 0, 0.5);
}
body .nine .row .left {
  display: flex;
  align-items: center;
}
body .nine .row .right {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .nine .row .right img {
  width: 100%;
  max-width: 400px;
  padding: 10px;
}
body .animation1 {
  animation: hangingCards1 2s forwards;
}
body .animation2 {
  animation: hangingCards2 2s forwards;
}
body .goodToKnow {
  margin-top: 150px;
  font-size: 48px;
  color: rgba(0, 0, 0, 0.5);
}
body .ten {
  padding: 0 !important;
  margin-top: 30px;
  min-width: 100vw;
}
body .ten .boxContainer {
  padding: 30px 0 30px 0;
  display: flex;
}
body .ten .boxContainer .boxBox {
  display: flex;
  justify-content: space-evenly;
}
body .ten .boxContainer .boxBox .box {
  position: relative;
  height: fit-content;
  min-width: 100vw;
  display: flex;
  justify-content: space-evenly;
}
body .ten .boxContainer .boxBox .box .hangingCard {
  background-color: rgba(181, 190, 191, 0.4666666667);
  box-shadow: 1px 1px 5px 0px;
  border-radius: 20px;
  padding: 0px 30px 30px 30px;
  width: 90vw;
  max-width: 450px;
  height: fit-content;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  transform-origin: center 50px;
  transform: rotate(0deg);
}
body .ten .boxContainer .boxBox .box .hangingCard .cornerTop,
body .ten .boxContainer .boxBox .box .hangingCard .cornerBottom {
  display: none;
  position: absolute;
  width: 50px;
  height: 50px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  border-top-left-radius: 20px;
}
body .ten .boxContainer .boxBox .box .hangingCard .cornerTop {
  top: 15px;
  left: 15px;
}
body .ten .boxContainer .boxBox .box .hangingCard .cornerBottom {
  bottom: 15px;
  right: 15px;
  transform: rotate(180deg);
}
body .ten .boxContainer .boxBox .box .hangingCard .holeBox {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
body .ten .boxContainer .boxBox .box .hangingCard .holeBox .hole {
  box-shadow: inset 1px 1px 3px 0px;
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
}
body .ten .boxContainer .boxBox .box .hangingCard .text p {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 6px;
}
body .ten .boxContainer .boxBox .box .hangingCard .photo {
  padding-top: 10px;
}
body .ten .boxContainer .boxBox .box .hangingCard .photo img {
  border-radius: 20px;
  height: 100%;
  width: 100%;
}
body .ten .boxContainer .boxBox .box .wide {
  max-width: 800px;
}
body .ten .boxContainer .boxBox .box .wide .wrapper img {
  margin: 10px 20px 0 0;
  border-radius: 20px;
  max-width: 50%;
  max-height: 200px;
  float: left;
}
body .ten .boxContainer .boxBox .box .wide .wrapper p {
  font-size: 16px;
  color: #000000;
  line-height: 25px;
  margin-bottom: 6px;
}
body .ten .boxContainer .boxBox .box .green {
  background-color: rgba(190, 212, 200, 0.3647058824);
}
body .ten .boxContainer .boxBox .box .pink {
  background-color: rgba(224, 199, 196, 0.2823529412);
}
body .ten .boxContainer .boxBox .box #thirteen .wrapper img {
  max-height: 250px;
}
body .ten .boxContainer .boxBox .box #sixteen .wrapper img {
  max-width: 40%;
}
body .ten .boxContainer .boxBox .box #seventeen .wrapper img {
  max-width: 40%;
}
body .ten .boxContainer .boxBox .box #twentyEight .wrapper img {
  max-height: 160px;
}
body .ten .boxContainer .boxBox .box #twentyNine {
  width: 90vw;
}
body .ten .boxContainer .boxBox .box #twentyNine .wrapper img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px;
}
body .ten .buttonBox {
  display: flex;
  justify-content: center;
}
body .ten .buttonBox .moreFunFact {
  padding: 30px;
  font-weight: bold;
  border: none;
  background-color: #fff;
  color: #000;
}
body .ten .buttonBox .moreFunFact i {
  margin: 0 5px;
}
body .eleven {
  margin-top: 50px;
}
body .twelve {
  margin-top: 50px;
}
body .twelve h3 {
  font-size: 48px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 50px;
}
body .twelve .row .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .twelve .row .left .row {
  margin: 0;
  padding: 15px 0;
  width: fit-content;
  text-decoration: none;
  color: #000000;
}
body .twelve .row .left .row .square {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30%;
  width: 45px;
  height: 45px;
  background-color: #2cb8a3;
}
body .twelve .row .left .row .square img {
  width: 55%;
  height: 55%;
}
body .twelve .row .left .row .text {
  display: flex;
  align-items: center;
}
body .twelve .row .left .row .text p {
  font-size: 18px;
  margin: 0;
  text-wrap: nowrap;
}
body .twelve .row .right img {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
  max-height: 350px;
  margin-bottom: 30px;
}
body .twelve .contactForm {
  display: flex;
  flex-direction: column;
  margin: 0;
}
body .twelve .contactForm p {
  padding: 0;
}
body .twelve .contactForm input,
body .twelve .contactForm textarea {
  margin: 10px 0px;
  border: none;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1450980392);
}
body .twelve .contactForm .name {
  max-width: 15ch;
}
body .twelve .contactForm .email {
  max-width: 20ch;
}
body .twelve .contactForm .message {
  min-height: 200px;
}
body .twelve .contactForm div {
  margin-top: 20px;
  padding: 0;
}
body .twelve .contactForm div .custom-checkbox {
  position: relative;
  top: 5px;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
body .twelve .contactForm div .custom-checkbox input[type=checkbox] {
  appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
}
body .twelve .contactForm div .custom-checkbox input[type=checkbox]:not(:checked) {
  background-color: white;
}
body .twelve .contactForm div .custom-checkbox input[type=checkbox]:checked {
  background-color: #2cb8a3;
  border-color: #2cb8a3;
}
body .twelve .contactForm div .custom-checkbox input[type=checkbox]:checked::after {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-weight: bold;
}
body .twelve .send {
  margin-top: 40px;
  display: flex;
  justify-content: end;
  align-items: center;
}
body .twelve .send p {
  margin: 0;
  padding: 0 20px;
  color: #b82c41;
  font-weight: bold;
  text-align: center;
  line-height: 23px;
}
body .twelve .send button {
  margin-left: auto;
  padding: 10px 30px;
  background-color: #b82c41;
  border: none;
  border-radius: 50px;
  color: #ffffff;
  width: auto;
}
body .twelve .send .loader {
  display: none;
  width: 40px;
  padding: 8px;
  margin-right: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #2cb8a3;
  --_m: conic-gradient(#0000 10%, #000),
  	linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}
body .thirteen {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1450980392);
  text-align: center;
  line-height: normal;
}
body .thirteen p {
  margin: 0;
  padding: 10px;
}
body .thirteen p .year {
  padding: 0;
  margin: 0;
}

@keyframes hangingCards1 {
  0% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes hangingCards2 {
  0% {
    transform: rotate(3deg);
  }
  25% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@media (min-width: 500px) {
  body .ten .boxContainer .boxBox .box #nine .wrapper img {
    max-height: 250px;
  }
  body .ten .boxContainer .boxBox .box #eleven .wrapper img {
    max-height: 237px;
  }
  body .ten .boxContainer .boxBox .box #fourteen .wrapper img {
    max-height: 187px;
  }
  body .ten .boxContainer .boxBox .box #seventeen .wrapper img {
    max-height: 210px;
  }
  body .ten .boxContainer .boxBox .box #twentySeven .wrapper img {
    max-height: 195px;
  }
  body .ten .boxContainer .boxBox .box #twentyEight .wrapper img {
    max-height: 195px;
  }
}
@media (min-width: 576px) {
  body .second .container-fluid .container .row .scrabblePart .scrabble {
    top: 0;
    padding: 30px;
    max-width: 480px;
  }
  body .five {
    margin-top: 190px;
  }
  body .five .row .left .container {
    position: relative;
  }
  body .five .row .left .container .squareBgc {
    position: absolute;
    top: -90px;
    left: -300px;
    width: 300%;
    height: 150%;
    background-color: #b3e5de;
    border-radius: 50% 100% 70% 70%/60% 70% 60% 60%;
    z-index: -1;
  }
  body .five .row .left .container .row {
    display: flex;
    flex-wrap: nowrap;
  }
  body .five .row .left .container .row .checks .check {
    transform: scale(0);
    transition: transform 2s;
    width: 42px;
  }
  body .five .row .right img {
    width: 80vw;
    max-width: 450px;
  }
  body .ten .boxContainer .boxBox .box #nine {
    width: 90vw;
  }
  body .ten .boxContainer .boxBox .box #eleven {
    max-width: 500px;
  }
  body .ten .boxContainer .boxBox .box #thirteen {
    max-width: 500px;
  }
  body .ten .boxContainer .boxBox .box #fourteen {
    width: 90vw;
  }
  body .ten .boxContainer .boxBox .box #sixteen {
    max-width: 500px;
  }
  body .ten .boxContainer .boxBox .box #seventeen {
    max-width: 500px;
  }
  body .ten .boxContainer .boxBox .box #twentySix {
    max-width: 500px;
  }
  body .ten .boxContainer .boxBox .box #twentySeven {
    width: 90vw;
  }
  body .ten .boxContainer .boxBox .box #twentyEight {
    width: 90vw;
  }
  body .ten .boxContainer .boxBox .box #twentyNine {
    width: 90vw;
  }
  body .ten .boxContainer .boxBox .box #twentyNine .wrapper img {
    float: right;
    margin: 0 0 30px 20px;
    max-height: fit-content;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  body .citation {
    align-items: end;
    padding-top: 40px;
    padding-right: 150px;
  }
  body .second .container-fluid {
    padding-top: 30px;
  }
  body .second .container-fluid .container .row .scrabblePart .scrabble {
    top: 0;
    padding: 30px;
  }
  body .five {
    margin-top: 190px;
  }
  body .five .row .left .container {
    position: relative;
  }
  body .five .row .left .container .squareBgc {
    position: absolute;
    top: -120px;
    left: -300px;
    width: 200%;
    height: 170%;
    background-color: #b3e5de;
    border-radius: 70% 70% 70% 70%/60% 70% 60% 60%;
    z-index: -1;
  }
  body .five .row .left .container .row {
    display: flex;
    flex-wrap: nowrap;
  }
  body .five .row .left .container .row .checks .check {
    transform: scale(0);
    transition: transform 2s;
    width: 42px;
  }
  body .five .row .right img {
    width: 80vw;
    max-width: 450px;
  }
  body .ten .boxContainer .boxBox .box .hangingCard .cornerTop,
  body .ten .boxContainer .boxBox .box .hangingCard .cornerBottom {
    display: block;
  }
}
@media (min-width: 992px) {
  body .second .container-fluid .container .row .scrabblePart .scrabble {
    left: 20px;
    max-width: 40vw;
  }
  body .citation .wrapper {
    font-size: 26px;
  }
  body .four {
    margin-top: 150px;
  }
  body .four .row .left .container .row .text {
    justify-content: start;
  }
  body .four .row .left .container .row .text p {
    text-wrap: nowrap;
    width: auto;
    max-width: none;
  }
  body .five {
    margin-top: 190px;
  }
  body .five .row .left .container {
    position: relative;
  }
  body .five .row .left .container .squareBgc {
    position: absolute;
    top: -120px;
    left: -300px;
    width: 200%;
    height: 130%;
    background-color: #b3e5de;
    border-radius: 70% 70% 70% 70%/60% 70% 60% 60%;
    z-index: -1;
  }
  body .five .row .left .container .row {
    display: flex;
    flex-wrap: nowrap;
  }
  body .five .row .left .container .row .checks .check {
    transform: scale(0);
    transition: transform 2s;
    width: 42px;
  }
  body .five .row .right img {
    width: 80vw;
    max-width: 450px;
  }
  body .nine .row .right img {
    position: relative;
    left: 30px;
    bottom: 30px;
  }
  body .ten .boxContainer .boxBox {
    min-width: 100%;
  }
  body .ten .boxContainer .boxBox .box {
    min-width: auto;
  }
  body .ten .boxContainer .boxBox .box .hangingCard {
    width: 50vw;
  }
}
@media (min-width: 1200px) {
  body .first .row .dictionary img {
    position: relative;
    left: 30px;
    top: 50px;
  }
  body .second .container-fluid .container .row .scrabblePart .scrabble {
    left: 20px;
    max-width: 40vw;
  }
  body .five {
    margin-top: 70px;
  }
  body .five .row .left .container {
    position: relative;
  }
  body .five .row .left .container .squareBgc {
    position: absolute;
    top: -90px;
    left: -150px;
    width: 150%;
    height: 130%;
    background-color: #b3e5de;
    border-radius: 50% 70% 70% 70%/40% 70% 40% 60%;
    z-index: -1;
  }
  body .five .row .right img {
    max-width: 500px;
  }
  body .six h3 {
    position: relative;
    top: 40px;
  }
  body .ten .boxContainer .boxBox {
    justify-content: center;
  }
  body .ten .boxContainer .boxBox .box .hangingCard {
    margin: 0 40px;
  }
}
@media (min-width: 1400px) {
  body .second .container-fluid .container .row .scrabblePart .scrabble {
    left: 50px;
    max-width: 600px;
  }
  body .five {
    margin-top: 150px;
  }
  body .five .row .left .container {
    position: relative;
  }
  body .five .row .left .container .squareBgc {
    position: absolute;
    top: -130px;
    left: -240px;
    width: 170%;
    height: 140%;
    background-color: #b3e5de;
    border-radius: 70% 70% 70% 70%/70% 70% 60% 60%;
    z-index: -1;
  }
  body .nine .row .right img {
    max-width: 475px;
  }
}