@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%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

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

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

h1,
h2 {
  font-weight: normal;
}

button {
  outline: none;
  border: none;
}

p {
  margin: 0;
}
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
.banner-wrap--j44T0 {
  display: none;
  background-color: black;
  padding: 57px 0;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .banner-wrap--j44T0 {
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: white;
    justify-content: center;
    align-items: center;
  }
  .banner-wrap--j44T0.rendered--hzSbI {
    display: flex;
  }
}

.banner--S9R8g {
  background-color: white;
  max-width: 320px;
  max-height: 410px;
  margin: 0 auto;
  overflow: hidden;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .banner--S9R8g {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
  }
  .banner--S9R8g iframe {
    width: 100vw !important;
    height: clamp(330px, 100vh - 10px, 100vh) !important;
  }
}

.close-btn--ZFWH9 {
  position: absolute;
  display: none;
  z-index: 100;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  background-color: white;
  border: 1px solid #576570;
  /* Use predefined media query */
  /* Use custom media query */
}
.close-btn--ZFWH9:hover {
  background-color: #44525b;
  border-color: #77818a;
}
.close-btn--ZFWH9:hover::before, .close-btn--ZFWH9:hover::after {
  background-color: white;
}
.close-btn--ZFWH9::before, .close-btn--ZFWH9::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #656f78;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.close-btn--ZFWH9::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .close-btn--ZFWH9 {
    display: none;
  }
}
.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: 100px;
  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: 44px;
  }
}
.header--YGWap::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #5182D5;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.header--YGWap .n12-logo-wrap--WKwCH {
  position: relative;
  z-index: 1;
  height: 30px;
  margin: 30px 32px 0 0;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .header--YGWap .n12-logo-wrap--WKwCH {
    height: 17px;
    margin: 13px 11px 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: 42px;
  margin: 0 13px 0 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;
    margin: 0;
  }
}
@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 12px 0 12px;
  padding-top: 2px;
  cursor: pointer;
  height: 39px;
  border: 2px solid #fff;
  color: #fff;
  font-family: "Yonit-Medium", sans-serif;
  border-radius: 5px;
  margin: 30px 0 0 26px;
  font-size: 16px;
  transition: 0.2s ease-in;
  /* Use predefined media query */
  /* Use custom media query */
}
.header--YGWap button:hover {
  opacity: 0.9;
  border: 2px solid #243B6B;
  background-color: #243B6B;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .header--YGWap button:hover {
    opacity: 1;
    background-color: transparent;
    border: 2px solid #fff;
  }
}
@media only screen and (max-width: 767px) {
  .header--YGWap button {
    display: flex;
    align-items: center;
    height: 29px;
    font-size: 14px;
    padding: 1.5px 10px 1px;
    margin: 8px 0 0 13px;
    border: 1px solid #fff;
    border-radius: 2.5px;
  }
}
.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: 14px;
  margin-bottom: 1px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .header--YGWap button i {
    width: 10px;
    margin-bottom: 0;
    margin-right: 7px;
  }
  .header--YGWap button i svg {
    width: 100%;
  }
}
.header--YGWap.background--SKv8_::before {
  opacity: 1;
  visibility: visible;
}
.header--YGWap .back--cMxyq {
  margin-left: 50px;
  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;
  color: #fff;
  /* 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 {
  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;
  margin: 0 0 10px 0;
  align-items: center;
  visibility: hidden;
  transition: all 0.3s ease;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 450px) {
  .header--YGWap .logo-wrapper--PXbV7 {
    margin: 0;
  }
}
.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;
  padding: 53px 0 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #edf4f8;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .footer--hZBlr {
    padding: 44px 0 28px;
  }
}
.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;
  padding-bottom: 32px;
}
.footer--hZBlr .content--FdCES .logos--lOLkv img {
  height: 26px;
}
.footer--hZBlr .content--FdCES .text--MRym0 {
  font-size: 14px;
  line-height: 17px;
  font-family: "Yonit-Light", sans-serif;
  color: rgb(3, 51, 125);
  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: 323px;
    font-size: 16px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 450px) {
  .footer--hZBlr .content--FdCES .text--MRym0 {
    width: 323px;
  }
}
.footer--hZBlr .content--FdCES .text--MRym0 div {
  width: 100%;
  text-align: center;
}
.footer--hZBlr .content--FdCES .text--MRym0 .title--Ys4QL {
  padding-bottom: 20px;
  font-family: "Yonit-Regular", sans-serif;
}
.footer--hZBlr .content--FdCES .text--MRym0 .top--aUtrB {
  /* Use predefined media query */
  /* Use custom media query */
}
.footer--hZBlr .content--FdCES .socials--M7z6e {
  padding-top: 32px;
  width: 100%;
  display: flex;
  justify-content: center;
  -moz-column-gap: 21px;
       column-gap: 21px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .footer--hZBlr .content--FdCES .socials--M7z6e {
    padding-top: 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: #000;
}
.footer--hZBlr .content--FdCES .rabbi-credit--JtyZD a {
  color: #000;
  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: auto;
  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: 1531px) {
  .filter-section--oQFWa {
    width: 1147px;
  }
}
@media only screen and (max-width: 1153px) {
  .filter-section--oQFWa {
    width: 770px;
  }
}
@media only screen and (max-width: 767px) {
  .filter-section--oQFWa {
    width: 100%;
  }
}
.filter-section--oQFWa .content--txUD_ {
  width: 100%;
  max-width: 1470px;
  margin: 60px 20px 62px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 19px;
  border-bottom: solid 3px #03337d;
  /* Use predefined media query */
  /* Use custom media query */
  /* Use predefined media query */
  /* Use custom media query */
}
.filter-section--oQFWa .content--txUD_.no-search-results--Py3km {
  margin: 60px 20px 26px;
  /* Use predefined media query */
  /* Use custom media query */
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 1153px) {
  .filter-section--oQFWa .content--txUD_.no-search-results--Py3km {
    margin: 67px 20px 122px;
  }
}
@media only screen and (max-width: 767px) {
  .filter-section--oQFWa .content--txUD_.no-search-results--Py3km {
    margin: 30px 20px 60px;
  }
}
@media only screen and (max-width: 1153px) {
  .filter-section--oQFWa .content--txUD_ {
    margin: 67px 20px 122px;
  }
}
@media only screen and (max-width: 767px) {
  .filter-section--oQFWa .content--txUD_ {
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 0;
    margin: 30px 20px 60px;
    border-bottom: none;
  }
}
.filter-section--oQFWa .content--txUD_ .title--fwzsb {
  margin-right: -8px;
  font-family: "Yonit-Bold", sans-serif;
  font-size: 50px;
  line-height: 54px;
  color: #243B6B;
  display: flex;
  align-items: center;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .filter-section--oQFWa .content--txUD_ .title--fwzsb {
    width: 100%;
    margin-right: 0;
    margin-top: 0px;
    margin-bottom: 17px;
    align-items: normal;
    font-size: 28px;
    line-height: 106%;
    text-align: center;
    padding-bottom: 6px;
    border-bottom: solid 3px #03337d;
  }
}
.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: #03337d;
  /* 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_ form {
  margin-left: 8px;
  /* 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: 1153px) {
  .filter-section--oQFWa .content--txUD_ form {
    margin-left: 0;
    position: absolute;
    bottom: calc(-100% - 10px);
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .filter-section--oQFWa .content--txUD_ form {
    margin-left: 0;
    width: 359px;
    right: initial;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media only screen and (max-width: 370px) {
  .filter-section--oQFWa .content--txUD_ form {
    width: 302px;
  }
}
.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;
  }
}
/*
	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;
  height: 1360px;
  z-index: 2;
  background-color: rgb(36, 59, 107);
  width: 100vw;
  display: flex;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .formSection--b3zRK {
    height: 1330px;
    align-items: center;
  }
}
.formSection--b3zRK .background--yt4hC {
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .formSection--b3zRK .background--yt4hC {
    display: none;
  }
}
.formSection--b3zRK .form--Jm_rA {
  position: relative;
  z-index: 1;
  width: 50%;
  /* 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 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .formSection--b3zRK .form--Jm_rA {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}
.formSection--b3zRK .form--Jm_rA iframe {
  display: block;
  height: 100%;
  width: 723px;
  border: none;
  margin: 0 12px 0 auto;
  /* 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 iframe {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .formSection--b3zRK .form--Jm_rA iframe {
    margin: 0 auto;
  }
}
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
.loader-item--eEj0x {
  background-color: #ffffff;
  padding: 15px 10px;
  border-radius: 10px;
}

.loader--lXGn8 {
  position: relative;
}
.loader--lXGn8 svg {
  display: block;
}
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
.image-credit--Zuq2B {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  color: #fff;
  font-family: "Yonit-Regular", sans-serif;
  font-size: 10px;
  line-height: 1;
  padding: 0 7px 5px 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65.47%, rgba(0, 0, 0, 0.189452) 83.07%, rgba(0, 0, 0, 0.359959) 98.08%, #000000 105.33%);
}
.image-credit--Zuq2B.right--VuQ73 {
  justify-content: flex-start;
}
.image-credit--Zuq2B.left--ev4RV {
  justify-content: flex-end;
}
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
.list-item--h_6Ik {
  position: relative;
  height: 468px;
  width: 359px;
  padding: 17px 15px 15px 15px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #03337d;
  /* Use predefined media query */
  /* Use custom media query */
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .list-item--h_6Ik {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media only screen and (max-width: 370px) {
  .list-item--h_6Ik {
    width: 302px;
    padding: 15px 12px 10px 10px;
  }
}
.list-item--h_6Ik.with-slider--FX8qq .photo--A3VMj {
  margin-bottom: 11px;
}
.list-item--h_6Ik .title--UvJkF {
  width: 100%;
  color: #03337d;
  font-size: 31px;
  line-height: 32px;
  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) {
  .list-item--h_6Ik .title--UvJkF {
    width: 262px;
    font-size: 26px;
    line-height: 23px;
  }
}
.list-item--h_6Ik .title--UvJkF span {
  cursor: pointer;
}
.list-item--h_6Ik .sender--du85x {
  font-family: "Yonit-Medium", sans-serif;
  font-size: 18px;
  line-height: 23.4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  padding: 2px 0 16px;
}
.list-item--h_6Ik .photo--A3VMj {
  width: 329px;
  height: 207px;
  margin-bottom: 19px;
  position: relative;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 370px) {
  .list-item--h_6Ik .photo--A3VMj {
    margin-top: 16px;
    width: 276px;
    height: 174px;
  }
}
.list-item--h_6Ik .photo--A3VMj .image-credit--RpPS1 {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 370px) {
  .list-item--h_6Ik .photo--A3VMj .image-credit--RpPS1 {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
.list-item--h_6Ik .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) {
  .list-item--h_6Ik .photo--A3VMj img {
    border-radius: 8px;
  }
}
.list-item--h_6Ik .subtitle--a149T {
  overflow: hidden;
  display: -webkit-box;
  height: 49px;
  color: #03337d;
  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) {
  .list-item--h_6Ik .subtitle--a149T {
    margin-top: 15px;
    height: 39px;
    font-size: 15px;
    line-height: 19.5px;
  }
}
.list-item--h_6Ik .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) {
  .list-item--h_6Ik .subtitle--a149T.opened--cdz2t {
    height: -moz-fit-content;
    height: fit-content;
    max-height: 90px;
    -webkit-line-clamp: 4;
  }
}
.list-item--h_6Ik .subtitle--a149T.opened--cdz2t p {
  margin-top: 22px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 370px) {
  .list-item--h_6Ik .subtitle--a149T.opened--cdz2t p {
    margin-top: 10px;
  }
}
.list-item--h_6Ik .subtitle--a149T.opened--cdz2t p:first-child {
  margin-top: 0;
}
.list-item--h_6Ik .controls--YDl2v {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.list-item--h_6Ik .controls--YDl2v .items-info--l3tGb {
  font-family: "Yonit-Medium", sans-serif;
  font-size: 18px;
  color: #03337d;
}
.list-item--h_6Ik .controls--YDl2v .nav--HkEOm {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #5182D5;
  transition: opacity 0.2s ease-in;
}
.list-item--h_6Ik .controls--YDl2v .nav--HkEOm:hover {
  opacity: 0.9;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .list-item--h_6Ik .controls--YDl2v .nav--HkEOm:hover {
    opacity: 1;
  }
}
.list-item--h_6Ik .controls--YDl2v .nav--HkEOm:after, .list-item--h_6Ik .controls--YDl2v .nav--HkEOm:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}
.list-item--h_6Ik .controls--YDl2v .nav--HkEOm.prev--PNYj_:after, .list-item--h_6Ik .controls--YDl2v .nav--HkEOm.prev--PNYj_:before {
  transform: translate(-70%, -50%) rotate(-45deg);
}
.list-item--h_6Ik .controls--YDl2v .nav--HkEOm.next--f3wYd:after, .list-item--h_6Ik .controls--YDl2v .nav--HkEOm.next--f3wYd:before {
  transform: translate(-30%, -50%) rotate(135deg);
}
.list-item--h_6Ik .button--LnVEw {
  position: absolute;
  width: 329px;
  bottom: 15px;
  transition: opacity 0.2s ease-in;
  /* Use predefined media query */
  /* Use custom media query */
}
.list-item--h_6Ik .button--LnVEw:hover {
  opacity: 0.9;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .list-item--h_6Ik .button--LnVEw:hover {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .list-item--h_6Ik .button--LnVEw {
    position: static;
    width: 100%;
    padding-bottom: 0;
    margin-top: 19px;
  }
}
.list-item--h_6Ik .button--LnVEw a {
  cursor: pointer;
  font-family: "Yonit-Bold", sans-serif;
  font-size: 16px;
  color: #ffffff;
  padding: 8px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5182D5;
  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) {
  .list-item--h_6Ik .button--LnVEw a {
    font-size: 13.5px;
  }
}

.fade-enter--JgOGo .sender--du85x,
.fade-enter--JgOGo .subtitle--a149T {
  opacity: 0;
}
.fade-enter-active--sA_0q .sender--du85x,
.fade-enter-active--sA_0q .subtitle--a149T {
  opacity: 1;
  transition: opacity;
  transition-duration: 400ms;
}
.fade-enter-done--n81QJ .sender--du85x,
.fade-enter-done--n81QJ .subtitle--a149T {
  opacity: 1;
}
.fade-exit--rJ5h3 .sender--du85x,
.fade-exit--rJ5h3 .subtitle--a149T {
  opacity: 1;
}
.fade-exit-active--O8bPL .sender--du85x,
.fade-exit-active--O8bPL .subtitle--a149T {
  opacity: 0;
  transition: opacity;
  transition-duration: 400ms;
}
.fade-exit-done--ToVNs .sender--du85x,
.fade-exit-done--ToVNs .subtitle--a149T {
  opacity: 0;
}
/*
	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;
  margin-bottom: 90px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .list-wrapper--In1m0 {
    margin-bottom: 90px;
    margin-top: 30px;
  }
}
.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: 16px;
  /* 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 {
    width: calc(100% - 34px);
    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: #fff;
  border-radius: 6px;
  font-size: 21px;
  line-height: 35px;
  color: #03337d;
  font-family: "Yonit-Bold", sans-serif;
  /* Use predefined media query */
  /* Use custom media query */
}
.list-wrapper--In1m0 .results-amount-wrapper--tJhHB .results-amount--iio_X.no-results--LbaCE {
  height: 45px;
  font-size: 27px;
  line-height: 45px;
  padding: 0 12px;
  border-radius: 12px;
  /* 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.no-results--LbaCE {
    height: 36px;
    font-size: 18px;
    line-height: 36px;
    padding: 0 10px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .list-wrapper--In1m0 .results-amount-wrapper--tJhHB .results-amount--iio_X {
    background-color: #fff;
    height: 30px;
    padding: 0 8px;
    font-size: 16px;
    line-height: 30px;
    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-family: "Yonit-Medium", sans-serif;
  font-size: 21px;
  line-height: 35px;
  color: #03337d;
  border-radius: 6.45px;
  padding: 0 8px;
  background-color: #fff;
  /* 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: 30px;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
  }
}
.list-wrapper--In1m0 .list--tb0ms {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  /* 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;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .list-wrapper--In1m0 .page-switcher--Af_ob {
    margin-top: 54px;
  }
}
.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: 52px;
  width: 52px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .list-wrapper--In1m0 .page-switcher--Af_ob ul li svg {
    height: 52px;
    width: 52px;
  }
}
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
.top-section--PBybg {
  position: relative;
  height: 776px;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .top-section--PBybg {
    height: 100dvh;
    padding-bottom: 31dvh;
  }
}
.top-section--PBybg .mobileBg--UqOwP {
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .top-section--PBybg .mobileBg--UqOwP {
    height: 69dvh;
    background-size: cover;
    background-position: 50% 50%;
  }
}
.top-section--PBybg .logo--o86rE {
  display: block;
  width: 100%;
  margin-bottom: 29px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .top-section--PBybg .logo--o86rE {
    top: 12.5dvh;
    position: absolute;
    left: 30px;
    right: 30px;
    width: 80%;
  }
}
.top-section--PBybg .info--Pg6lr {
  position: absolute;
  top: 50%;
  right: 12.3%;
  transform: translate(0%, -58%);
  width: 547px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .top-section--PBybg .info--Pg6lr {
    width: 100%;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    transform: translate(0%, 0%);
    background-color: #243B6B;
    height: 31dvh;
  }
}
.top-section--PBybg .info--Pg6lr .text--ODD5R {
  font-family: "Yonit-Regular", sans-serif;
  font-size: 25px;
  line-height: 31px;
  color: #243B6B;
  /* Use predefined media query */
  /* Use custom media query */
}
.top-section--PBybg .info--Pg6lr .text--ODD5R b {
  font-family: "Yonit-Bold", sans-serif;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .top-section--PBybg .info--Pg6lr .text--ODD5R {
    width: 327px;
    margin: 0 auto;
    padding: 2.5dvh 5px;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #fff;
  }
  .top-section--PBybg .info--Pg6lr .text--ODD5R br {
    display: none;
  }
}
.top-section--PBybg .arrow--v9Dsa {
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  border: solid transparent;
  border-color: rgba(136, 183, 213, 0);
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #fbce77;
  border-width: 12px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .top-section--PBybg .arrow--v9Dsa {
    bottom: 5px;
  }
}
.main--bb2i6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  color: #03337d;
}

.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: #03337d 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(2, 45, 114, 0.9);
  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-inner--HmWP_ {
  position: relative;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .gallery--BCeby .content--YEAeK .images--riv46 .image-container-inner--HmWP_ {
    margin: 0 5%;
  }
}
.gallery--BCeby .content--YEAeK .images--riv46 .image-container--Vllsw img {
  max-width: 864px;
  max-height: 576px;
  display: block;
  /* 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%;
  }
}
.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: 13px;
       column-gap: 13px;
  min-width: 100px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .socials--CEw7f {
    flex-direction: column-reverse;
  }
}
.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;
    height: auto;
    margin-top: 5px;
  }
}
.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;
    left: -33px;
    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: -5px;
    left: -33px;
  }
}
.minified--qHbGW .icon--gg7ah {
  overflow: visible;
  width: 34px;
}

.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: #03337d;
  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: #03337d;
  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: #03337d;
  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: #03337d;
  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: #03337d;
  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: #03337d;
  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: #03337d;
  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: 381px;
  }
}
.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 40px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .stories-navigation-wrap--MIIHi .line--qxi_F {
    margin: 0 48px;
  }
}
.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 {
  height: 100px;
}

.page--jBRNk {
  display: flex;
  flex-direction: column;
  position: relative;
  font-family: "Yonit-Regular", sans-serif;
  color: #03337d;
  min-height: 100vh;
  background-image: url(/static/assets/story-background-gradient.915ae13d309de02e88df.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .page--jBRNk {
    background: #f6fbff;
  }
}

.story-container--r0BPz {
  min-height: 100vh;
  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: 40px;
  }
}
.story-container--r0BPz .background--fGt5z {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 780px;
  top: 0;
  left: 0;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .story-container--r0BPz .background--fGt5z {
    display: none;
  }
}
.story-container--r0BPz .background--fGt5z img {
  height: 100%;
  width: 100%;
}
.story-container--r0BPz .content--OYkdc {
  position: relative;
  z-index: 1;
  margin-top: 47px;
  width: 826px;
  padding: 60px 75px;
  border-radius: 10px;
  background-color: #f6fbff;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .story-container--r0BPz .content--OYkdc {
    width: 100%;
    margin-top: 38px;
    padding: 0px 15px;
    background-color: transparent;
  }
}
.story-container--r0BPz .content--OYkdc .headline--ufUxF {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .story-container--r0BPz .content--OYkdc .headline--ufUxF {
    display: block;
  }
}
.story-container--r0BPz .content--OYkdc .headline--ufUxF .socials--kBsVu {
  padding-bottom: 13px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .story-container--r0BPz .content--OYkdc .headline--ufUxF .socials--kBsVu {
    position: absolute;
    z-index: 2;
    left: 5px;
    top: 8px;
    padding-bottom: 0;
  }
}
.story-container--r0BPz .content--OYkdc .headline--ufUxF .texts--ZcEfO {
  padding-bottom: 12px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .story-container--r0BPz .content--OYkdc .headline--ufUxF .texts--ZcEfO {
    padding-bottom: 20px;
  }
}
.story-container--r0BPz .content--OYkdc .headline--ufUxF .texts--ZcEfO .title--uE_Xx {
  padding-bottom: 11px;
  font-family: "Yonit-Bold", sans-serif;
  font-size: 50px;
  width: 450px;
  line-height: 45.25px;
  /* 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-bottom: 3px;
    padding-left: 60px;
    font-size: 39px;
    letter-spacing: 0.45px;
  }
}
.story-container--r0BPz .content--OYkdc .headline--ufUxF .texts--ZcEfO .sender--tqtzz {
  width: 450px;
  font-size: 24px;
  line-height: 1;
  font-family: "Yonit-Medium", sans-serif;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .story-container--r0BPz .content--OYkdc .headline--ufUxF .texts--ZcEfO .sender--tqtzz {
    font-size: 20px;
    letter-spacing: 0.45px;
    width: 100%;
    padding-left: 40px;
  }
}
.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: 40px;
  padding-bottom: 15px;
  border-top: 1px solid #03337d;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 450px) {
  .story-container--r0BPz .content--OYkdc .images-container--fu7gu {
    padding-top: 20px;
  }
}
.story-container--r0BPz .content--OYkdc .story--B71k2 {
  font-size: 20px;
  line-height: 30px;
}
.story-container--r0BPz .content--OYkdc .story--B71k2 p {
  margin-top: 25px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .story-container--r0BPz .content--OYkdc .story--B71k2 p {
    margin-top: 5px;
  }
}
.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*/