@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@font-face {
  font-family: "Yonit-Light";
  src: url(/static/abb2113c690cb8e81b13.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Yonit-Regular";
  src: url(/static/0948156dbc5b27dce975.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Yonit-Medium";
  src: url(/static/82ba15b6c899292d7970.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Yonit-Bold";
  src: url(/static/770bf2e138c03da7b3ed.ttf);
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 62.5%;
}

html,
body {
  direction: rtl;
  padding: 0;
  margin: 0;
  font-family: "Yonit-Regular", sans-serif;
  background-color: #edede0;
  overflow-x: hidden;
}
html.full-height,
body.full-height {
  height: 100%;
  overflow-y: hidden;
}

a {
  text-decoration: none;
  color: unset;
}

button {
  outline: none;
  border: none;
}

p {
  margin: 0;
}
.icon--mmn5O {
  display: inline-block;
}
.icon--mmn5O svg {
  display: block;
}
/* stylelint-disable */

/* stylelint-enable */
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
.header--YGWap {
  position: fixed;
  z-index: 100;
  width: 100vw;
  height: 72px;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .header--YGWap {
    height: 45px;
  }
}
.header--YGWap::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #f4f4eb;
  border-bottom: 1px solid #d7d7c7;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.header--YGWap .n12-logo-wrap--WKwCH {
  position: relative;
  z-index: 1;
  height: 26px;
  margin: 23px 42px 0 0;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .header--YGWap .n12-logo-wrap--WKwCH {
    height: 18px;
    margin: 12px 15px 0 0;
  }
}
.header--YGWap .n12-logo-wrap--WKwCH.hide--OcQUh {
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 450px) {
  .header--YGWap .n12-logo-wrap--WKwCH.hide--OcQUh {
    display: none;
  }
}
.header--YGWap .n12-logo-wrap--WKwCH img {
  height: 100%;
}
.header--YGWap .inner-logo--YLXJG {
  cursor: pointer;
  height: 30px;
  margin: 0;
  /* Use predefined media query */
  /* Use custom media query */
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .header--YGWap .inner-logo--YLXJG {
    height: 20px;
    width: 225px;
  }
}
@media only screen and (max-width: 450px) {
  .header--YGWap .inner-logo--YLXJG {
    height: 16px;
    width: 193px;
    margin-right: -27px;
    margin-top: 0;
  }
}
.header--YGWap button {
  position: relative;
  z-index: 1;
  padding: 0 13px;
  padding-top: 2px;
  cursor: pointer;
  height: 36px;
  background-color: #fff;
  border: 2px solid #053550;
  color: #053550;
  font-family: "Yonit-Medium", sans-serif;
  border-radius: 5px;
  margin: 16px 0 0 34px;
  font-size: 16px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .header--YGWap button {
    height: 26px;
    font-size: 14px;
    padding: 1.5px 10px 1px;
    margin: 8px 0 0 15px;
  }
}
.header--YGWap button.hide-text--bRat3 span {
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .header--YGWap button.hide-text--bRat3 span {
    visibility: hidden;
  }
}
.header--YGWap button i {
  width: 20px;
  margin-right: 4px;
  margin-bottom: 1px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .header--YGWap button i {
    display: none;
  }
}
.header--YGWap.background--SKv8_::before {
  opacity: 1;
  visibility: visible;
}
.header--YGWap .back--cMxyq {
  margin-left: 34px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-family: "Yonit-Medium", sans-serif;
  display: flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  cursor: pointer;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 450px) {
  .header--YGWap .back--cMxyq {
    margin-left: 12px;
    font-size: 14px;
  }
}
.header--YGWap a {
  margin-left: 34px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-family: "Yonit-Medium", sans-serif;
  display: flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 450px) {
  .header--YGWap a {
    margin-left: 12px;
    font-size: 14px;
  }
}
.header--YGWap .logo-wrapper--PXbV7 {
  margin-left: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  visibility: hidden;
  transition: all 0.3s ease;
}
.header--YGWap .logo-wrapper--PXbV7.show--oUUog {
  opacity: 1;
  visibility: visible;
}
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
.footer--hZBlr {
  position: relative;
  z-index: 2;
  width: 100vw;
  height: 367px;
  background-color: #062536;
  display: flex;
  justify-content: center;
  align-items: center;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .footer--hZBlr {
    height: 449px;
  }
}
.footer--hZBlr .content--FdCES {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer--hZBlr .content--FdCES .logos--lOLkv {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  height: 40px;
}
.footer--hZBlr .content--FdCES .logos--lOLkv img {
  height: 26px;
}
.footer--hZBlr .content--FdCES .logos--lOLkv .logo-text--dDa8u {
  font-size: 40px;
  color: #fff;
  font-family: "Yonit-Medium", sans-serif;
}
.footer--hZBlr .content--FdCES .text--MRym0 {
  margin-top: 32px;
  font-size: 14px;
  line-height: 21px;
  font-family: "Yonit-Light", sans-serif;
  color: #fff;
  width: 491px;
  /* Use predefined media query */
  /* Use custom media query */
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .footer--hZBlr .content--FdCES .text--MRym0 {
    width: 307px;
  }
}
@media only screen and (max-width: 450px) {
  .footer--hZBlr .content--FdCES .text--MRym0 {
    width: 251px;
  }
}
.footer--hZBlr .content--FdCES .text--MRym0 div {
  width: 100%;
  text-align: center;
}
.footer--hZBlr .content--FdCES .text--MRym0 .top--aUtrB {
  /* Use predefined media query */
  /* Use custom media query */
}
.footer--hZBlr .content--FdCES .text--MRym0 .bottom--HKo7G {
  margin-top: 20px;
}
.footer--hZBlr .content--FdCES .socials--M7z6e {
  margin-top: 32px;
  width: 100%;
  display: flex;
  justify-content: center;
  -moz-column-gap: 28px;
       column-gap: 28px;
}
.footer--hZBlr .content--FdCES .socials--M7z6e div i {
  cursor: pointer;
  width: 28px;
  opacity: 0.8;
  transition: all 0.3s ease;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .footer--hZBlr .content--FdCES .socials--M7z6e div i {
    width: vw(28);
  }
}
.footer--hZBlr .content--FdCES .socials--M7z6e div i:hover {
  opacity: 1;
}
.footer--hZBlr .content--FdCES .rabbi-credit--JtyZD {
  padding-top: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}
.footer--hZBlr .content--FdCES .rabbi-credit--JtyZD a {
  color: #fff;
  text-decoration: underline;
}
.footer--hZBlr .content--FdCES .rabbi-credit--JtyZD a:hover {
  text-decoration: none;
}
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
.filter-section--oQFWa {
  position: relative;
  width: 100vw;
  height: 620px;
  display: flex;
  justify-content: center;
  /* Use predefined media query */
  /* Use custom media query */
  /* Use predefined media query */
  /* Use custom media query */
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 1690px) {
  .filter-section--oQFWa {
    height: 590px;
  }
}
@media only screen and (max-width: 767px) {
  .filter-section--oQFWa {
    height: 380px;
  }
}
@media only screen and (max-width: 450px) {
  .filter-section--oQFWa {
    height: 590px;
  }
}
.filter-section--oQFWa .video-wrap--qZo3y {
  top: -21%;
  left: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  z-index: 1;
  width: 100%;
  min-height: 785px;
  /* Use predefined media query */
  /* Use custom media query */
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 1531px) {
  .filter-section--oQFWa .video-wrap--qZo3y {
    width: 1532px;
    left: 50%;
    transform: translate(-50%);
  }
}
@media only screen and (max-width: 450px) {
  .filter-section--oQFWa .video-wrap--qZo3y {
    width: 450px;
    top: 0;
  }
}
.filter-section--oQFWa .video-wrap--qZo3y .background-img--KfJeP {
  position: relative;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
}
.filter-section--oQFWa .video-wrap--qZo3y .background--Q07S5 {
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.filter-section--oQFWa .video-wrap--qZo3y .background-img--KfJeP {
  opacity: 1;
  visibility: visible;
  transition: all 1.7s ease;
  height: 0;
  background-image: url(/static/assets/bg_desktop.e9bbbe62d6e1faaf48c3.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 56.25%;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 450px) {
  .filter-section--oQFWa .video-wrap--qZo3y .background-img--KfJeP {
    background-image: url(/static/assets/bg_mobile.caeed8cfc58fb9c5cad1.jpeg);
    padding-top: 177.77%;
  }
}
.filter-section--oQFWa .video-wrap--qZo3y.video-bg--ZYL1h .background--Q07S5 {
  opacity: 1;
  visibility: visible;
}
.filter-section--oQFWa .video-wrap--qZo3y.video-bg--ZYL1h .background-img--KfJeP {
  opacity: 0;
  visibility: hidden;
}
.filter-section--oQFWa .video-wrap--qZo3y .gradient--XkjZN {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  min-width: 100%;
  min-height: 100vh;
}
.filter-section--oQFWa .video-wrap--qZo3y .gradient--XkjZN::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #edede0);
}
.filter-section--oQFWa .content--txUD_ {
  margin-top: 101px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Use predefined media query */
  /* Use custom media query */
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .filter-section--oQFWa .content--txUD_ {
    margin-top: 83px;
  }
}
@media only screen and (max-width: 450px) {
  .filter-section--oQFWa .content--txUD_ {
    margin-top: 350px;
  }
}
.filter-section--oQFWa .content--txUD_ .logo-animation--Av8ZO {
  display: block;
  width: 336px;
  height: 130px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .filter-section--oQFWa .content--txUD_ .logo-animation--Av8ZO {
    width: 258px;
    min-height: 100px;
    margin-bottom: 20px;
  }
}
.filter-section--oQFWa .content--txUD_ .title--fwzsb {
  font-family: "Yonit-Medium", sans-serif;
  font-size: 36px;
  line-height: 34px;
  display: flex;
  align-items: center;
  margin-top: 20px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .filter-section--oQFWa .content--txUD_ .title--fwzsb {
    align-items: normal;
    font-size: 28px;
    line-height: 106%;
    width: 305px;
    text-align: center;
    margin-top: 0px;
  }
}
.filter-section--oQFWa .content--txUD_ .title--fwzsb .stripes--SSbhe {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4.5px;
  margin-bottom: 2px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .filter-section--oQFWa .content--txUD_ .title--fwzsb .stripes--SSbhe {
    row-gap: 3.5px;
    margin-top: 5px;
    margin-left: -11px;
  }
}
.filter-section--oQFWa .content--txUD_ .title--fwzsb .stripes--SSbhe div {
  width: 37px;
  height: 8px;
  background-color: #053550;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .filter-section--oQFWa .content--txUD_ .title--fwzsb .stripes--SSbhe div {
    width: 27px;
    height: 6.3px;
  }
}
.filter-section--oQFWa .content--txUD_ .title--fwzsb span {
  margin-right: 9px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .filter-section--oQFWa .content--txUD_ .title--fwzsb span {
    margin-right: 0px;
  }
}
.filter-section--oQFWa .content--txUD_ .subtitle--GnRV0 {
  margin-top: 14px;
  margin-bottom: 21px;
  line-height: 21px;
  font-size: 18px;
  width: 376px;
  text-align: center;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 450px) {
  .filter-section--oQFWa .content--txUD_ .subtitle--GnRV0 {
    width: 314px;
  }
}
.filter-section--oQFWa .no-result--y8mGI {
  margin-top: 20px;
  font-size: 23px;
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 10px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .filter-section--oQFWa .no-result--y8mGI {
    margin-top: 10px;
    font-size: 18px;
  }
}
.filter-section--oQFWa .no-result--y8mGI span {
  font-family: "Yonit-Medium", sans-serif;
}
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
.listItem--GOkvX {
  position: relative;
  height: 465px;
  width: 359px;
  padding: 12px 15px 15px 15px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #e5e5d7;
  /* Use predefined media query */
  /* Use custom media query */
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .listItem--GOkvX {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media only screen and (max-width: 370px) {
  .listItem--GOkvX {
    width: 302px;
    padding: 15px 12px 10px 10px;
  }
}
.listItem--GOkvX .title--UvJkF {
  width: 280px;
  color: #053550;
  font-size: 31px;
  font-family: "Yonit-Bold", sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 370px) {
  .listItem--GOkvX .title--UvJkF {
    width: 262px;
    font-size: 26px;
    line-height: 23px;
  }
}
.listItem--GOkvX .title--UvJkF span {
  cursor: pointer;
}
.listItem--GOkvX .photo--A3VMj {
  margin-top: 7px;
  width: 329px;
  height: 207px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 370px) {
  .listItem--GOkvX .photo--A3VMj {
    margin-top: 16px;
    width: 276px;
    height: 174px;
  }
}
.listItem--GOkvX .photo--A3VMj img {
  cursor: pointer;
  border-radius: 10px;
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
  height: 100%;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 370px) {
  .listItem--GOkvX .photo--A3VMj img {
    border-radius: 8px;
  }
}
.listItem--GOkvX .subtitle--a149T {
  overflow: hidden;
  display: -webkit-box;
  height: 49px;
  margin-top: 15px;
  color: #053550;
  font-size: 18px;
  line-height: 23.4px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: pre-wrap;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 370px) {
  .listItem--GOkvX .subtitle--a149T {
    margin-top: 15px;
    height: 39px;
    font-size: 15px;
    line-height: 19.5px;
  }
}
.listItem--GOkvX .subtitle--a149T.opened--cdz2t {
  height: 206.5px;
  -webkit-line-clamp: 9;
  padding-right: 1.5px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .listItem--GOkvX .subtitle--a149T.opened--cdz2t {
    height: -moz-fit-content;
    height: fit-content;
    max-height: 90px;
    -webkit-line-clamp: 4;
  }
}
.listItem--GOkvX .subtitle--a149T.opened--cdz2t p {
  margin-top: 22px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 370px) {
  .listItem--GOkvX .subtitle--a149T.opened--cdz2t p {
    margin-top: 10px;
  }
}
.listItem--GOkvX .subtitle--a149T.opened--cdz2t p:first-child {
  margin-top: 0;
}
.listItem--GOkvX .tags--BlXE6 {
  width: 100%;
  display: flex;
  margin-top: 12px;
  position: absolute;
  bottom: 82px;
  /* Use predefined media query */
  /* Use custom media query */
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .listItem--GOkvX .tags--BlXE6 {
    position: static;
  }
}
@media only screen and (max-width: 370px) {
  .listItem--GOkvX .tags--BlXE6 {
    margin-top: 16px;
  }
}
.listItem--GOkvX .tags--BlXE6 .tag--cXiOc {
  padding: 5px 8px;
  font-size: 14px;
  background-color: #f4f4eb;
  color: #3e3e2b;
  border-radius: 30px;
  margin-right: 4px;
  white-space: nowrap;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 370px) {
  .listItem--GOkvX .tags--BlXE6 .tag--cXiOc {
    font-size: 12px;
    line-height: 11.5px;
    padding: 4px 6px;
  }
}
.listItem--GOkvX .tags--BlXE6 .tag--cXiOc:first-child {
  margin-right: -1px;
}
.listItem--GOkvX .button--LnVEw {
  padding-bottom: 19px;
  position: absolute;
  width: 329px;
  bottom: 0;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .listItem--GOkvX .button--LnVEw {
    position: static;
    width: 100%;
    padding-bottom: 0;
    margin-top: 19px;
  }
}
.listItem--GOkvX .button--LnVEw a {
  cursor: pointer;
  font-family: "Yonit-Bold", sans-serif;
  font-size: 16px;
  color: #dbf2ff;
  padding: 10px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #053550;
  border-radius: 10px;
  -moz-column-gap: 7px;
       column-gap: 7px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 370px) {
  .listItem--GOkvX .button--LnVEw a {
    font-size: 13.5px;
  }
}
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
.loader--lXGn8 {
  background-color: #F6F6EF;
  padding: 15px 10px;
  border-radius: 10px;
}
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
.list-wrapper--In1m0 {
  min-height: 50px;
  position: relative;
  z-index: 2;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Use predefined media query */
  /* Use custom media query */
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 1690px) {
  .list-wrapper--In1m0 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 450px) {
  .list-wrapper--In1m0 {
    margin-top: 80px;
  }
}
.list-wrapper--In1m0 .scroll-point--ZOvxw {
  position: absolute;
  z-index: -1;
  bottom: 200px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 450px) {
  .list-wrapper--In1m0 .scroll-point--ZOvxw {
    bottom: 100px;
  }
}
.list-wrapper--In1m0 .results-amount-wrapper--tJhHB {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 5px;
  width: 1472px;
  padding-bottom: 13px;
  /* Use predefined media query */
  /* Use custom media query */
  /* Use predefined media query */
  /* Use custom media query */
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 1531px) {
  .list-wrapper--In1m0 .results-amount-wrapper--tJhHB {
    width: 1101px;
  }
}
@media only screen and (max-width: 1153px) {
  .list-wrapper--In1m0 .results-amount-wrapper--tJhHB {
    width: 730px;
  }
}
@media only screen and (max-width: 767px) {
  .list-wrapper--In1m0 .results-amount-wrapper--tJhHB {
    display: block;
    width: calc(100% - 34px);
    padding-bottom: 17px;
    margin: 0 auto;
  }
}
.list-wrapper--In1m0 .results-amount-wrapper--tJhHB .results-amount--iio_X {
  width: -moz-fit-content;
  width: fit-content;
  height: 35px;
  padding: 0 8px;
  background-color: #f8f8eb;
  border-radius: 6px;
  font-size: 21px;
  line-height: 35px;
  color: #053550;
  font-family: "Yonit-Regular", sans-serif;
  font-weight: 700;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .list-wrapper--In1m0 .results-amount-wrapper--tJhHB .results-amount--iio_X {
    background-color: #f8f8eb;
    height: 30px;
    padding: 0 8px;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 5px;
    border-radius: 6px;
  }
}
.list-wrapper--In1m0 .results-amount-wrapper--tJhHB .search-params--a4eds {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.list-wrapper--In1m0 .results-amount-wrapper--tJhHB .search-params--a4eds div {
  height: 35px;
  font-size: 21px;
  font-weight: 500;
  line-height: 17px;
  color: #053550;
  border-radius: 6.45px;
  padding: 8px;
  background-color: #f8f8eb;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .list-wrapper--In1m0 .results-amount-wrapper--tJhHB .search-params--a4eds div {
    height: 29px;
    font-size: 15px;
    font-weight: 500;
    background-color: #f8f8eb;
    color: #053550;
  }
}
.list-wrapper--In1m0 .list--tb0ms {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 20px;
  /* Use predefined media query */
  /* Use custom media query */
  /* Use predefined media query */
  /* Use custom media query */
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 1531px) {
  .list-wrapper--In1m0 .list--tb0ms {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 1153px) {
  .list-wrapper--In1m0 .list--tb0ms {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .list-wrapper--In1m0 .list--tb0ms {
    grid-template-columns: 1fr;
  }
}
.list-wrapper--In1m0 .page-switcher--Af_ob {
  margin-top: 20px;
}
.list-wrapper--In1m0 .page-switcher--Af_ob ul {
  direction: ltr;
}
.list-wrapper--In1m0 .page-switcher--Af_ob ul li:first-child, .list-wrapper--In1m0 .page-switcher--Af_ob ul li:last-child {
  transform: rotateY(180deg);
}
.list-wrapper--In1m0 .page-switcher--Af_ob ul li button {
  font-family: "Yonit-Medium", sans-serif;
  color: #04476d;
  font-size: 21px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .list-wrapper--In1m0 .page-switcher--Af_ob ul li button {
    padding: 0;
  }
}
.list-wrapper--In1m0 .page-switcher--Af_ob ul li svg {
  fill: #04476d;
  height: 42px;
  width: 42px;
}
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
.formSection--b3zRK {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  padding-top: 30px;
  background-color: #053550;
  width: 100vw;
  display: flex;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .formSection--b3zRK {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.formSection--b3zRK .text-content--UkKCM {
  position: relative;
  z-index: 2;
  margin-right: 77px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #edede0;
  /* Use predefined media query */
  /* Use custom media query */
  /* Use predefined media query */
  /* Use custom media query */
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 1690px) {
  .formSection--b3zRK .text-content--UkKCM {
    margin-right: 68px;
    width: 50%;
  }
}
@media only screen and (max-width: 1531px) {
  .formSection--b3zRK .text-content--UkKCM {
    margin-right: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .formSection--b3zRK .text-content--UkKCM {
    margin-right: 0;
    width: 100%;
  }
}
.formSection--b3zRK .text-content--UkKCM .title--u5GBj {
  margin-right: 131px;
  font-size: 62px;
  line-height: 68px;
  font-family: "Yonit-Bold", sans-serif;
  width: 734px;
  /* Use predefined media query */
  /* Use custom media query */
  /* Use predefined media query */
  /* Use custom media query */
  /* Use predefined media query */
  /* Use custom media query */
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 1690px) {
  .formSection--b3zRK .text-content--UkKCM .title--u5GBj {
    width: 100%;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 1531px) {
  .formSection--b3zRK .text-content--UkKCM .title--u5GBj {
    width: 100%;
  }
}
@media only screen and (max-width: 1153px) {
  .formSection--b3zRK .text-content--UkKCM .title--u5GBj {
    font-size: 45px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .formSection--b3zRK .text-content--UkKCM .title--u5GBj {
    display: none;
  }
}
.formSection--b3zRK .text-content--UkKCM .subtitle--gUi9R {
  margin-top: 23px;
  margin-right: 131px;
  font-size: 32px;
  line-height: 35px;
  width: 724px;
  /* Use predefined media query */
  /* Use custom media query */
  /* Use predefined media query */
  /* Use custom media query */
  /* Use predefined media query */
  /* Use custom media query */
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 1690px) {
  .formSection--b3zRK .text-content--UkKCM .subtitle--gUi9R {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1531px) {
  .formSection--b3zRK .text-content--UkKCM .subtitle--gUi9R {
    width: 100%;
  }
}
@media only screen and (max-width: 1153px) {
  .formSection--b3zRK .text-content--UkKCM .subtitle--gUi9R {
    font-size: 25px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .formSection--b3zRK .text-content--UkKCM .subtitle--gUi9R {
    display: none;
  }
}
.formSection--b3zRK .text-content--UkKCM .image--KQcjN {
  margin-top: 33px;
  width: 786px;
  height: 483px;
  /* Use predefined media query */
  /* Use custom media query */
  /* Use predefined media query */
  /* Use custom media query */
  /* Use predefined media query */
  /* Use custom media query */
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 1690px) {
  .formSection--b3zRK .text-content--UkKCM .image--KQcjN {
    width: 100%;
  }
}
@media only screen and (max-width: 1153px) {
  .formSection--b3zRK .text-content--UkKCM .image--KQcjN {
    max-width: 522px;
    height: 312px;
  }
}
@media only screen and (max-width: 767px) {
  .formSection--b3zRK .text-content--UkKCM .image--KQcjN {
    margin-top: -24px;
    width: 95%;
    align-self: center;
  }
}
@media only screen and (max-width: 450px) {
  .formSection--b3zRK .text-content--UkKCM .image--KQcjN {
    width: 286px;
    height: 202px;
  }
}
.formSection--b3zRK .text-content--UkKCM .image--KQcjN img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.formSection--b3zRK .form--Jm_rA {
  position: relative;
  z-index: 1;
  margin-right: 120px;
  /* Use predefined media query */
  /* Use custom media query */
  /* Use predefined media query */
  /* Use custom media query */
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 1690px) {
  .formSection--b3zRK .form--Jm_rA {
    margin-right: 30px;
    width: 44.5%;
  }
}
@media only screen and (max-width: 1531px) {
  .formSection--b3zRK .form--Jm_rA {
    margin-right: 0;
    width: 47.5%;
  }
}
@media only screen and (max-width: 767px) {
  .formSection--b3zRK .form--Jm_rA {
    width: 100%;
    overflow: hidden;
  }
}
.formSection--b3zRK .form--Jm_rA iframe {
  height: 860px;
  width: 673px;
  border: none;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 1690px) {
  .formSection--b3zRK .form--Jm_rA iframe {
    width: 100%;
  }
}
.main--bb2i6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  color: #053550;
}

.search--S8n3o {
  position: relative;
  font-family: "Yonit-Regular", sans-serif;
}
.lds-ring--u33Sr {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring--u33Sr.white--iJRdK div {
  border: 8px solid #e2d5d5;
  border-color: #fff transparent transparent transparent;
}
.lds-ring--u33Sr.blue--BuNJd div {
  border: 8px solid #e2d5d5;
  border-color: #053550 transparent transparent transparent;
}

.lds-ring--u33Sr div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  animation: lds-ring--u33Sr 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.lds-ring--u33Sr div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring--u33Sr div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring--u33Sr div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring--u33Sr {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
.fallback--jLDAI {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
button {
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.gallery--BCeby {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: rgba(3, 24, 36, 0.8941176471);
  display: flex;
  justify-content: center;
  align-items: center;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .gallery--BCeby {
    align-items: start;
  }
}
.gallery--BCeby .content--YEAeK {
  width: 1042px;
  display: flex;
  flex-direction: column;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 1153px) {
  .gallery--BCeby .content--YEAeK {
    width: 95%;
  }
}
.gallery--BCeby .content--YEAeK .header--c7EJV {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .gallery--BCeby .content--YEAeK .header--c7EJV {
    margin-top: 10px;
  }
}
.gallery--BCeby .content--YEAeK .header--c7EJV .image-amount--dCX9I {
  font-family: "Yonit-Medium", sans-serif;
  color: #fff;
  font-size: 23px;
}
.gallery--BCeby .content--YEAeK .header--c7EJV .close--qe1Fs {
  position: absolute;
  right: 0;
  top: 0;
}
.gallery--BCeby .content--YEAeK .images--riv46 {
  position: relative;
  margin-top: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  /* Use predefined media query */
  /* Use custom media query */
}
.gallery--BCeby .content--YEAeK .images--riv46 .hide-arrow--Ve3bh {
  display: none;
}
@media only screen and (max-width: 767px) {
  .gallery--BCeby .content--YEAeK .images--riv46 {
    margin-top: 50px;
    display: block;
  }
}
.gallery--BCeby .content--YEAeK .images--riv46 .slider--DxPBL {
  width: 100%;
}
.gallery--BCeby .content--YEAeK .images--riv46 .slider--DxPBL > div > div {
  display: flex;
}
.gallery--BCeby .content--YEAeK .images--riv46 .image-container--Vllsw {
  width: 864px;
  height: 576px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .gallery--BCeby .content--YEAeK .images--riv46 .image-container--Vllsw {
    max-height: 500px;
    width: 98vw;
  }
}
.gallery--BCeby .content--YEAeK .images--riv46 .image-container--Vllsw img {
  max-width: 864px;
  max-height: 576px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .gallery--BCeby .content--YEAeK .images--riv46 .image-container--Vllsw img {
    max-height: 500px;
    max-width: 100%;
    padding: 0 5%;
  }
}
.gallery--BCeby .content--YEAeK .images--riv46 svg {
  width: 48px;
  height: 48px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .gallery--BCeby .content--YEAeK .images--riv46 svg {
    display: none;
  }
}
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
.socials--CEw7f {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  min-width: 100px;
}
.socials--CEw7f .share-icon--vUpCa {
  cursor: pointer;
  width: 28px;
  height: 28px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .socials--CEw7f .share-icon--vUpCa {
    width: 35px;
    margin-top: 40px;
  }
}
.socials--CEw7f .share-icon--vUpCa svg {
  width: 100%;
  height: 100%;
}

.minified--qHbGW {
  position: relative;
  transition: all 0.25s ease-in-out;
  visibility: hidden;
  z-index: 2;
  opacity: 0;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .minified--qHbGW {
    position: absolute;
    z-index: 2;
    top: -118px;
    height: 233px;
    transition: all 0.3s ease;
    transform: scaleY(0);
  }
}
.minified--qHbGW.open--TDP8z {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .minified--qHbGW.open--TDP8z {
    position: absolute;
    z-index: 3;
    top: -118px;
  }
}
.minified--qHbGW .icon--gg7ah {
  overflow: visible;
  width: 34px;
}
.minified--qHbGW .icon--gg7ah.facebook--pEPgQ {
  margin-top: 46px;
  margin-right: -140.6px;
}
.minified--qHbGW .icon--gg7ah.twitter--xg0EJ {
  margin-top: 96px;
  margin-right: -93.2px;
}
.minified--qHbGW .icon--gg7ah.email--w1ujR {
  margin-top: 144px;
  margin-right: -46px;
}
.minified--qHbGW .icon--gg7ah.whats-app--sSp0L {
  margin-top: 194px;
  margin-right: 0.6px;
}

.toggleBtn--dTDSq {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: visible;
}
.toggleBtn--dTDSq::before {
  position: absolute;
  z-index: 1;
  content: "";
  display: block;
  top: -3px;
  right: -2.7px;
  height: 241px;
  width: 40px;
  background-color: #053550;
  border-radius: 10px;
  transition: all 0.3s ease;
  opacity: 0;
  transform: scaleY(0);
}
.toggleBtn--dTDSq.open--TDP8z {
  margin: 0;
}
.toggleBtn--dTDSq.open--TDP8z::before {
  opacity: 0.12;
  transform: scaleY(1);
}
.toggleBtn--dTDSq.open--TDP8z svg {
  opacity: 0.5;
  width: 35px;
  height: 35px;
  transition: all 0.3s ease;
}
.toggleBtn--dTDSq i {
  position: relative;
  z-index: 3;
}
.toggleBtn--dTDSq i svg {
  width: 35px !important;
  height: 35px !important;
}
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
textarea:focus {
  outline: none;
}

p {
  margin: 0;
  padding: 0;
}

.textarea-wrap--wQSeg {
  position: relative;
  margin-top: 35px;
  width: 100%;
  height: 200px;
  padding: 5px 5px;
  border-radius: 5px;
  border: 1px solid #04476d;
  background-color: white;
  /* Use predefined media query */
  /* Use custom media query */
}
.textarea-wrap--wQSeg ::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
.textarea-wrap--wQSeg ::-webkit-scrollbar-track {
  background: transparent;
  -webkit-box-shadow: none;
}
.textarea-wrap--wQSeg ::-webkit-scrollbar-thumb {
  background: #053550;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .textarea-wrap--wQSeg {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px 3px;
    height: 180px;
  }
}
.textarea-wrap--wQSeg .textarea--FvS5s {
  border: none;
}
.textarea-wrap--wQSeg textarea {
  border: none;
  width: 100%;
  height: 188px;
  padding: 0 10px;
  font-size: 16px;
  font-family: "Yonit-Light", sans-serif;
  line-height: 1.5;
  color: #053550;
  resize: none;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .textarea-wrap--wQSeg textarea {
    height: 168px;
  }
}
.textarea-wrap--wQSeg .bottom-wrap--EZF0G {
  margin-top: -2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.textarea-wrap--wQSeg .bottom-wrap--EZF0G .error--HHOSF {
  color: red;
  font-size: 14px;
}
.textarea-wrap--wQSeg .bottom-wrap--EZF0G .counter--GsSg9 {
  color: #053550;
  font-family: "Yonit-Regular", sans-serif;
  font-size: 12px;
}
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
.overlay--kDDB9 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100vh;
  width: 100vw;
  background-color: rgba(3, 24, 36, 0.8941176471);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #053550;
  font-family: "Yonit-Regular", sans-serif;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .overlay--kDDB9 {
    justify-content: flex-end;
    height: 100%;
    background-color: transparent;
  }
}
.overlay--kDDB9 .mobile-underlay--Id9oX {
  display: none;
  position: fixed;
  width: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(3, 24, 36, 0.8941176471);
  z-index: 1;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .overlay--kDDB9 .mobile-underlay--Id9oX {
    display: block;
  }
}
.overlay--kDDB9 .close--BwNXj {
  position: relative;
  z-index: 2;
  width: 755px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .overlay--kDDB9 .close--BwNXj {
    display: none;
  }
}

.content--RAyF2 {
  position: relative;
  z-index: 2;
  min-height: 343px;
  margin-top: 12px;
  width: 700px;
  background-color: #fafaf3;
  border-radius: 10px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .content--RAyF2 {
    width: 100%;
    min-height: 350px;
    margin-top: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.content--RAyF2 .title--e8IDt {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 26px;
  font-family: "Yonit-Bold", sans-serif;
  padding: 10px 20px 6px;
  width: 100%;
  border-bottom: 1px solid rgba(4, 70, 109, 0.1725490196);
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .content--RAyF2 .title--e8IDt {
    justify-content: center;
    font-size: 24px;
    padding: 10px 10px 6px;
  }
}
.content--RAyF2 .title--e8IDt button {
  display: none;
  position: absolute;
  right: 10px;
  top: 12px;
  /* Use predefined media query */
  /* Use custom media query */
}
.content--RAyF2 .title--e8IDt button svg {
  width: 28px;
  height: 28px;
}
@media only screen and (max-width: 767px) {
  .content--RAyF2 .title--e8IDt button {
    display: block;
  }
}
.content--RAyF2 .sent-content--o3W3l {
  width: 100%;
  height: calc(100% - 100px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.content--RAyF2 .sent-content--o3W3l .sent-title--pGZVK {
  margin-top: 5px;
  font-size: 30px;
  font-family: "Yonit-Bold", sans-serif;
}
.content--RAyF2 .sent-content--o3W3l .sent-subtitle--C9Laf {
  margin-top: -5px;
  font-size: 24px;
}
.content--RAyF2 .form--s0gu9 {
  width: 100%;
  padding: 0 50px 35px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .content--RAyF2 .form--s0gu9 {
    padding: 0 20px 17px 20px;
    row-gap: 10px;
  }
}
.content--RAyF2 .form--s0gu9 .button-wrap--L0L7p {
  margin-top: 5px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .content--RAyF2 .form--s0gu9 .button-wrap--L0L7p {
    margin-top: 10px;
  }
}
.content--RAyF2 .form--s0gu9 .button-wrap--L0L7p .submit--EIRND {
  width: 279px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  background-color: #053550;
  color: #cde7f4;
  font-size: 16px;
  font-family: "Yonit-Bold", sans-serif;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .content--RAyF2 .form--s0gu9 .button-wrap--L0L7p .submit--EIRND {
    width: 100%;
  }
}
.content--RAyF2 .form--s0gu9 .button-wrap--L0L7p .submit--EIRND.disabled--L1MlL {
  opacity: 0.6;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
.stories-navigation-wrap--MIIHi {
  position: fixed;
  z-index: 10;
  bottom: -1px;
  margin-top: 40px;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #053550;
  color: #dbf2ff;
  font-family: "Yonit-Medium", sans-serif;
  font-size: 16px;
}
.stories-navigation-wrap--MIIHi.absolute--BDG7d {
  position: absolute;
  bottom: 367px;
  left: 0;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .stories-navigation-wrap--MIIHi.absolute--BDG7d {
    bottom: 449px;
  }
}
.stories-navigation-wrap--MIIHi .next--U3HYV a i {
  margin-left: 5px;
  transform: rotateY(180deg);
}
.stories-navigation-wrap--MIIHi .line--qxi_F {
  height: 24px;
  width: 1px;
  background-color: rgba(219, 242, 255, 0.4862745098);
  margin: 0 20px;
}
.stories-navigation-wrap--MIIHi .previous--b7HSO a i {
  margin-right: 5px;
}
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
h1 {
  margin: 0;
}

.story-bottom--B_v21 {
  margin-top: 100px;
}

.page--jBRNk {
  display: flex;
  flex-direction: column;
  position: relative;
  font-family: "Yonit-Regular", sans-serif;
  color: #053550;
  min-height: 100vh;
}

.story-container--r0BPz {
  padding-top: 71px;
  position: relative;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  /* Use predefined media query */
  /* Use custom media query */
}
.story-container--r0BPz .fallback--b0Qtf {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .story-container--r0BPz {
    padding-top: 42px;
  }
}
.story-container--r0BPz .background--fGt5z {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 785px;
  top: 0;
  left: 0;
  /* Use predefined media query */
  /* Use custom media query */
  /* Use predefined media query */
  /* Use custom media query */
}
.story-container--r0BPz .background--fGt5z::before {
  content: "";
  z-index: 2;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #edede0);
}
@media only screen and (max-width: 1531px) {
  .story-container--r0BPz .background--fGt5z {
    width: 1532px;
    left: 50%;
    transform: translate(-50%);
  }
}
@media only screen and (max-width: 450px) {
  .story-container--r0BPz .background--fGt5z {
    width: 100%;
    height: 184px;
  }
}
.story-container--r0BPz .background--fGt5z img {
  height: 100%;
  width: 100%;
}
.story-container--r0BPz .content--OYkdc {
  position: relative;
  z-index: 1;
  margin-top: 80px;
  width: 700px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .story-container--r0BPz .content--OYkdc {
    width: 95%;
  }
}
.story-container--r0BPz .content--OYkdc .headline--ufUxF {
  position: relative;
}
.story-container--r0BPz .content--OYkdc .headline--ufUxF .socials--kBsVu {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}
.story-container--r0BPz .content--OYkdc .headline--ufUxF .texts--ZcEfO {
  padding-bottom: 12px;
  border-bottom: 1px solid #d7d7c7;
}
.story-container--r0BPz .content--OYkdc .headline--ufUxF .texts--ZcEfO .title--uE_Xx {
  font-family: "Yonit-Bold", sans-serif;
  font-size: 50px;
  width: 450px;
  line-height: 90.5%;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .story-container--r0BPz .content--OYkdc .headline--ufUxF .texts--ZcEfO .title--uE_Xx {
    width: 100%;
    padding-left: 35px;
  }
}
.story-container--r0BPz .content--OYkdc .headline--ufUxF .texts--ZcEfO .subtitle--T6inn {
  margin-top: 5px;
  font-family: "Yonit-Medium", sans-serif;
  font-size: 24px;
}
.story-container--r0BPz .content--OYkdc .headline--ufUxF .texts--ZcEfO .tags--HVDj7 {
  display: flex;
  margin-top: 5px;
  -moz-column-gap: 4px;
       column-gap: 4px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 450px) {
  .story-container--r0BPz .content--OYkdc .headline--ufUxF .texts--ZcEfO .tags--HVDj7 {
    margin-top: 16px;
  }
}
.story-container--r0BPz .content--OYkdc .headline--ufUxF .texts--ZcEfO .tags--HVDj7 .tag--zlepA {
  padding: 5px 8px;
  font-size: 14px;
  background-color: #f4f4eb;
  color: #3e3e2b;
  border-radius: 30px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 450px) {
  .story-container--r0BPz .content--OYkdc .headline--ufUxF .texts--ZcEfO .tags--HVDj7 .tag--zlepA {
    font-size: 12px;
    line-height: 11.5px;
    padding: 4px 6px;
  }
}
.story-container--r0BPz .content--OYkdc .images-container--fu7gu {
  padding-top: 12px;
  border-top: 1px solid #d7d7c7;
}
.story-container--r0BPz .content--OYkdc .story--B71k2 {
  margin-top: 15px;
  font-size: 20px;
}
.story-container--r0BPz .content--OYkdc .story--B71k2 p {
  margin-top: 25px;
}
.story-container--r0BPz .content--OYkdc .popup-btn-text--PVa2_ {
  font-size: 14px;
  font-family: "Yonit-Medium", sans-serif;
  line-height: 150%;
  margin-top: 28px;
  text-decoration: underline;
}
.story-container--r0BPz .content--OYkdc .popup-btn-text--PVa2_ span {
  cursor: pointer;
}

/*# sourceMappingURL=main.style.css.map*/