html {
  scroll-behavior: smooth;
}

.f-FbArchimedes {
  font-family: "Fb Archimedes";
}

.f-BAFranknatanOldBlur {
  font-family: "BA Franknatan Old Blur";
}

.f-BA-Vilna {
  font-family: "BA Vilna Regular";
}

.f-BA-Livorno-Old {
  font-family: "BA Livorno Old Light";
}

.f-itc-american-typewriter {
  font-family: itc-american-typewriter, serif;
}

.f-Volte {
  font-family: Volte;
}

.f-CreativeVintage {
  font-family: "Creative Vintage Regular SS";
}

.f-Amithen {
  font-family: "Amithen";
}

.section {
  min-height: 100vh;
}

@media screen and (max-height: 900px) {
  .content,
  .contact-info div,
  .zoom {
    zoom: 0.9;
  }
}
@media screen and (max-height: 800px) {
  .content,
  .contact-info div,
  .zoom {
    zoom: 0.8;
  }
}
@media screen and (max-height: 700px) {
  .content,
  .contact-info div,
  .zoom {
    zoom: 0.7;
  }
}
@media screen and (max-width: 1200px) {
  .content,
  .contact-info div,
  .zoom {
    zoom: 0.7;
  }
}
header {
  position: fixed;
  left: 6%;
  top: 8%;
  z-index: 999;
  padding: 20px;
  display: flex;
}
header .logo {
  width: 120px;
  display: block;
}
header .logo img {
  width: 100%;
}
header .menu {
  width: 120px;
  display: none;
}
header .menu a {
  background-color: #fff;
  color: #302E22;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  min-height: 30px;
  margin-top: 10px;
  text-decoration: none;
  line-height: 1;
  padding: 8px 10px;
  font-size: 14px;
}
header .menu.f-Volte a {
  font-weight: 600;
  font-size: 12px;
}
header .menu-container:hover .menu {
  display: block;
}

.full-img {
  overflow: hidden;
  position: relative;
}
.full-img > img,
.full-img .fp-tableCell > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}

.hero-banner .hero-banner-slide {
  height: 100vh;
  width: 100%;
}
.hero-banner .hero-banner-slide .content {
  position: relative;
  max-width: 77.6%;
  margin: auto;
  height: 100%;
  padding-top: 15%;
}
.hero-banner .hero-banner-slide .content a {
  position: absolute;
  bottom: 8%;
  right: 10%;
  width: 400px;
  transition: 400ms;
  transform: scale(0);
}
.hero-banner .hero-banner-slide .content a:hover {
  transform: scale(1.1);
}
.hero-banner .hero-banner-slide .content a img {
  width: 100%;
}
.hero-banner .hero-banner-slide .content .left {
  position: absolute;
  bottom: 8%;
  left: 10%;
}
.hero-banner .hero-banner-slide .content .chenger-symbol {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 360px;
}
.hero-banner .hero-banner-slide .content.slide-one {
  padding-top: 16%;
  padding-left: 14%;
}
.hero-banner .hero-banner-slide .content.slide-one.en {
  padding-top: 14%;
  padding-left: 9%;
}
.hero-banner .hero-banner-slide .content.slide-one .text {
  visibility: hidden;
}
.hero-banner .hero-banner-slide .content.slide-one .text h1 {
  font-size: 192px;
  padding-left: 20%;
  line-height: 1;
}
.hero-banner .hero-banner-slide .content.slide-one .text h2 {
  font-size: 58px;
  line-height: 40px;
  padding-left: 31%;
  margin-top: -30px;
}
.hero-banner .hero-banner-slide .content.slide-one .text h2 span {
  display: block;
  margin-left: -38px;
}
.hero-banner .hero-banner-slide .content.slide-two {
  padding-top: 18%;
  padding-left: 14%;
}
.hero-banner .hero-banner-slide .content.slide-two.en {
  padding-top: 20%;
  padding-left: 20%;
}
.hero-banner .hero-banner-slide .content.slide-two.en .img-title {
  max-width: 1000px;
}
.hero-banner .hero-banner-slide .content.slide-two .text {
  visibility: hidden;
}
.hero-banner .hero-banner-slide .content.slide-two .text h1 {
  font-size: 172px;
  padding-right: 20%;
  line-height: 120px;
}
.hero-banner .hero-banner-slide .content.slide-two .text h2 {
  font-size: 51px;
  line-height: 1;
  padding-right: 20%;
}
.hero-banner .hero-banner-slide .content.slide-two .text h2:first-of-type {
  margin-right: 7%;
}
.hero-banner .hero-banner-slide .content.slide-two .text h2:last-of-type {
  margin-right: 17.5%;
  line-height: 40px;
  margin-top: 20px;
}
.hero-banner .hero-banner-slide.is-selected .content a {
  transition-delay: 0.8s;
  transform: scale(1);
}

.painting {
  position: relative;
}
.painting .content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 12%;
  padding-left: 15%;
}

.img-magnifier-glass {
  position: absolute;
  border: 10px solid #DBBB88;
  border-radius: 50%;
  cursor: pointer;
  width: 140px;
  height: 140px;
  z-index: 999;
  top: 10%;
  left: 18%;
  background-image: url("/assets/images/mag-preview.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.img-magnifier-glass::after {
  content: "";
  width: 90px;
  height: 22px;
  background-color: #DBBB88;
  border-radius: 8px;
  left: 100%;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.img-magnifier-glass:not(.active) {
  background-position: center !important;
  background-size: cover !important;
}
.img-magnifier-glass.active {
  background-image: url("/assets/images/painting.jpg");
  cursor: none;
  background-position: initial;
  width: 350px;
  height: 350px;
}
.img-magnifier-glass.active:after {
  display: none;
}

.about {
  display: flex;
  justify-content: center;
  padding: 6% 0;
}
.about .content {
  max-width: 1200px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.about .content .flex-row-reverse .left {
  position: relative;
  left: -60px;
  z-index: -1;
}
.about .content .left {
  width: 50%;
}
.about .content h3 {
  color: #2D2C25;
  font-size: 62px;
  line-height: 52px;
}
.about .content h3.en {
  font-size: 33px;
  line-height: 30px;
  font-weight: bold;
  position: relative;
  left: 35px;
  margin-top: 45px;
}
.about .content h3 span {
  color: #995C3D;
}
.about .content .text-slider {
  font-size: 20px;
  line-height: 22px;
  margin-top: 60px;
  width: 100%;
}
.about .content .text-slider .text-slider-item {
  width: 100%;
  padding: 54px 100px;
}
.about .content .text-slider .text-slider-item.d-flex {
  justify-content: center;
  column-gap: 40px;
}
.about .content .text-slider .text-slider-item .text-slider-item-image {
  width: 438px;
  height: 160px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='415.159' height='159.509' viewBox='0 0 415.159 159.509'%3E%3Cpath id='Path_1086' data-name='Path 1086' d='M-2869.5,3998.322v.035l6.228-.013,3.751-.007h.282l2.9-.006h.856l3.174-.007h.561l.6-.522.58-.509.476-.417.083-.008,2.329-.238.39-.04,1.805.447,2.438,1.235h.082l.067.035,2.153,0h.053l.229-.41.228-.41.148-.266.492.09.863.157.075.015.22.038.284.053,2.008.363.082-.1.226-.271.433-.519,1.026.052c2.47.139,5.519.342,6.726.547a7.7,7.7,0,0,0,1.136.055l1.266.536h.061l.083.036,1.2,0,.193-.139.28-.2.184-.13.176-.129h.021c1.413-.082,3.073-.216,4.7-.361l.422.069.279.043,1.442.232,1.441.232.3.047,1.31.211.66.106,2.364,0h.062l0-1.446.508-.095.875-.162.729-.136.657.766.705.826h.177l.03.035h2.141l.038.038.128.129h.1l.035.034,1.314,0h.142l1.3-.2.028,0,2.09,0h2.572l.25-.1,2.34-.931.04.011.336.088,0,0,.389.255.769.509.286.188.052.035.142.091h.083l.052.037.1,0h.913l-.1-.884.75.658h.161l.041.038,2.176,0,.2.151h.088l.047.036h.905l.021-.039h.116l.083-.147,1.986,0c.01.013.021.026.031.041.027.035.052.07.084.106h.105l.027.035,2.437,0a.157.157,0,0,1,.018-.038h.063a.563.563,0,0,1,.268-.294,9.283,9.283,0,0,1,2.275-.659l.041-.007,1.574.776h.127l.073.036,3.666,0,1.271,0,0-.822,0-.72,0-.879.06.062,1.058,1.048h.1l.035.035h.369l.879,0,3.476-.007,1.038,0,.687.047,1.739.118,2.731.185.152-.011.867-.07.178-.017.677-.053.6-.051,2.044-.164,2.51,1.031.121.007.006,0,.043,0,.085.033.081,0,.3.019,2.034.12,1.139.067.295.02,2.031.12,1.454,0-.092-.465-.08-.363-.07-.351-.347-1.687,2.292,2.827h.234v0h.094l.031.037,2.548-.007,4.32-.007h.271l.809,0,3.131-.006h.988l.272-.465.935-1.6,2.848,1.274.316-.032.118.051.03,0,.089.038.3-.031.58-.058.861-.088,1.732-.175.164-.017.116.009.311.028c.239.018.573.048.952.083a27.7,27.7,0,0,1,3.721.547,2.553,2.553,0,0,0,.72.056,7.168,7.168,0,0,0,1.827-.035c1.295-.136,2.972-.411,4.312-.648l.9-.16c.492-.093.887-.17,1.129-.217l.266-.052.19-.452.671-1.61.237.5.545,1.154.468.987.39.826h.1l.016.035h1.026l1.542,0,1.482,0h1.423l.138-.1,2.321-1.668.346.546.744,1.179h.089l.024.038,3.294-.008h1.269l1.236-1.058,1.141,1.017h.07l.04.036,2.027,0,.705,0,0-.822,0-.72V3995.3c-.032-.08-.075-.158-.112-.236v-.021c-.017-.038-.043-.076-.062-.113s-.056-.1-.084-.15-.04-.078-.064-.115c-.033-.052-.072-.1-.107-.154s-.063-.092-.1-.137c-.017-.024-.033-.049-.052-.073s-.012-.018-.02-.028h0c-.043-.055-.091-.11-.137-.164s-.068-.086-.106-.129c-.114-.129-.235-.259-.365-.39a.475.475,0,0,1,.065-.642,2.249,2.249,0,0,0,.292-.309c.02-.027.038-.057.057-.086a2.267,2.267,0,0,0,.175-.278c.014-.025.026-.052.038-.078a2.982,2.982,0,0,0,.142-.339l.014-.046a3.634,3.634,0,0,0,.112-.415l0,0v-.005a15.136,15.136,0,0,0-.109-4.136c-.011-.11-.019-.219-.028-.327l-.012-.178c-.011-.167-.019-.331-.02-.487,0-.257-.018-.5-.039-.732-.006-.073-.015-.141-.023-.211-.02-.158-.04-.311-.066-.459-.014-.076-.028-.151-.044-.224-.031-.137-.064-.271-.1-.4-.019-.068-.039-.136-.059-.2-.046-.142-.1-.28-.156-.415-.019-.045-.035-.092-.054-.136-.08-.175-.166-.346-.263-.513-.026-.045-.056-.089-.083-.134-.075-.123-.153-.246-.236-.367-.043-.059-.087-.12-.132-.179s-.081-.115-.126-.173-.087-.108-.131-.162l-.119-.144c-.131-.157-.268-.314-.416-.473a.433.433,0,0,1,.234-.7,2.267,2.267,0,0,0,.418-.093c.041-.012.083-.023.122-.038.013-.005.027-.008.04-.012a2.159,2.159,0,0,0,.311-.149c.041-.026.076-.056.116-.084s.107-.069.155-.109v-.011a1.8,1.8,0,0,0,.186-.183h.01a2.071,2.071,0,0,0,.167-.223c.022-.032.04-.068.059-.1a2.291,2.291,0,0,0,.137-.285c.011-.029.025-.055.035-.084a2.573,2.573,0,0,0,.1-.394c.006-.035.012-.071.017-.107a3.053,3.053,0,0,0,.03-.446l-.005-.09a3.655,3.655,0,0,0-.047-.518,7.265,7.265,0,0,1-.019-1.476c.011-.273.025-.556.039-.842.01-.183.02-.367.027-.553.005-.1.008-.192.013-.29.007-.156.011-.314.015-.473,0-.1,0-.2,0-.3,0-.15,0-.3,0-.45,0-.055,0-.11,0-.165h-.005c-.008-.238-.024-.474-.046-.708h.007c-.008-.075-.02-.15-.029-.224-.006-.055-.013-.11-.021-.164-.025-.175-.056-.349-.094-.519a.355.355,0,0,1-.011-.049c-.006-.021-.011-.043-.016-.065s-.008-.03-.011-.045h0c-.03-.122-.07-.242-.11-.36h.008c-.022-.064-.042-.129-.065-.191a.51.51,0,0,1,.052-.495c.077-.12.15-.25.222-.381h0c.04-.077.081-.151.121-.23.022-.047.044-.094.065-.142h0c.058-.122.11-.247.161-.374v-.025c.037-.091.078-.175.112-.269l0-.363v-1.437l-.005-2.5v-1.427l0-.715v-.77c-.036-.092-.074-.181-.11-.27v-.006c0-.011-.012-.021-.016-.031a6.246,6.246,0,0,0-.308-.625c-.016-.029-.032-.056-.046-.083s-.03-.052-.045-.077v-.006a.4.4,0,0,0-.027-.042c-.017-.028-.036-.056-.054-.084-.043-.065-.083-.131-.127-.193h0c-.037-.053-.075-.1-.115-.155-.018-.024-.035-.045-.054-.068a4.247,4.247,0,0,0-.441-.484c-.015-.015-.031-.027-.047-.041a3.747,3.747,0,0,0-.307-.252v0c-.073-.052-.147-.106-.221-.153a.467.467,0,0,1,0-.705c.121-.113.229-.225.329-.337.034-.035.062-.07.093-.1s.065-.074.095-.11v-.01a3.912,3.912,0,0,0,.295-.415v.008c.02-.031.036-.063.053-.095s.043-.075.062-.112c.051-.095.1-.191.137-.287.011-.027.022-.054.032-.081.037-.094.067-.188.094-.282.013-.041.024-.083.033-.124.02-.076.035-.153.048-.228.008-.039.016-.076.021-.114.016-.1.027-.209.035-.313,0-.047.005-.095.006-.143,0-.065,0-.133,0-.2s0-.108,0-.162v-.03c0-.041,0-.082-.007-.124,0-.071,0-.144-.011-.216v-.014l0-.035c-.016-.212-.041-.427-.068-.648,0-.012,0-.023,0-.035-.016-.119-.032-.24-.048-.362-.028-.207-.057-.423-.086-.64-.017-.146-.035-.293-.051-.442-.032-.3-.057-.613-.067-.938-.008-.26,0-.517.007-.774,0-.043,0-.084,0-.127.012-.244.029-.485.053-.725.006-.052.011-.1.016-.156.025-.235.056-.47.088-.7.008-.055.017-.11.025-.163.027-.18.056-.36.084-.539a26.762,26.762,0,0,0,.574-4.634c0-.408-.026-.814-.056-1.221v-.011c-.016-.208-.038-.415-.06-.622-.016-.171-.032-.341-.053-.511-.011-.1-.027-.2-.04-.3-.006-.057-.014-.114-.02-.171-.016-.12-.031-.24-.048-.361s-.031-.217-.046-.325c-.04-.283-.082-.564-.123-.846-.027-.175-.051-.35-.077-.523-.039-.273-.078-.545-.114-.817-.029-.22-.056-.439-.081-.659-.013-.115-.028-.232-.039-.348-.027-.249-.046-.5-.065-.747-.008-.11-.018-.221-.024-.33-.021-.353-.032-.7-.029-1.06,0-.285.012-.569.026-.852s.035-.558.059-.836l.014-.154c.008-.088.018-.175.027-.261.018-.174.034-.346.054-.518,0-.046.013-.091.018-.138.016-.116.03-.235.046-.351.046-.36.1-.717.151-1.076l.1-.635c.051-.326.1-.653.151-.979q.089-.576.169-1.154l-.043-.02c-.065-.032-.134-.063-.2-.1l-.073-.036c-.08-.04-.16-.083-.239-.127l-.075-.043c-.081-.047-.163-.1-.244-.15-.019-.013-.04-.026-.059-.041-.081-.056-.162-.114-.24-.176l-.011-.008-.02-.017c-.074-.063-.148-.13-.216-.2a.355.355,0,0,1-.027-.027l-.016-.016a2.416,2.416,0,0,1-.193-.231l-.038-.054a2.032,2.032,0,0,1-.152-.264c-.008-.018-.014-.034-.022-.051a1.617,1.617,0,0,1-.1-.308l0-.007c-.012-.059-.02-.118-.028-.178,0-.013-.005-.025-.007-.04,0-.047,0-.1-.006-.145,0-.029,0-.056,0-.085a3.944,3.944,0,0,1,.049-.518c.01-.061.026-.119.037-.179.022-.106.043-.212.072-.314.02-.067.043-.133.065-.2.03-.092.06-.185.095-.277.026-.066.055-.132.082-.2.038-.091.076-.181.118-.27.028-.064.058-.125.089-.189.048-.1.1-.2.146-.3.029-.055.056-.11.083-.165.07-.136.139-.272.209-.409.033-.069.068-.139.1-.21s.076-.158.113-.237c.011-.027.024-.052.036-.078v-.008c.047-.106.1-.213.139-.322a7.29,7.29,0,0,0,.292-.874q.04.673.089,1.338-.019-.8-.04-1.578a.393.393,0,0,0,.006-.049c0-.013,0-.026.005-.039a1.992,1.992,0,0,0,.021-.25v-.023a1.623,1.623,0,0,0-.016-.232l0-.034a1.7,1.7,0,0,0-.039-.173c-.039-1.2-.089-2.358-.157-3.437-.011,1.145.016,2.2.063,3.207a.914.914,0,0,0-.044-.082.3.3,0,0,0-.026-.037,1.246,1.246,0,0,0-.125-.163l-.048-5.027-.058-.53c-.009.28-.017.554-.024.824,0-.115-.009-.229-.012-.343h0c0-.11-.006-.219-.006-.329v-.025c0-.112,0-.225.006-.337l0-.019c.005-.117.013-.235.025-.353.016-.151.042-.3.072-.453l.019-.084a3.716,3.716,0,0,1,.132-.448c-.181-.065-.363-.129-.544-.19l-.139-.044c-.07-.022-.14-.044-.21-.064s-.14-.037-.21-.054c-.055-.014-.109-.027-.165-.039-.127-.026-.256-.049-.387-.063-.352-.038-.473-.7-.089-.8.118-.033.231-.068.343-.1l.051-.017c.106-.035.21-.075.309-.119l.011,0a2.576,2.576,0,0,0,.745-.474h0a2.608,2.608,0,0,0,.2-.215l.008-.009a2.485,2.485,0,0,0,.2-.264c-.109-.041-.219-.08-.328-.118h0c-.2-.071-.4-.133-.6-.187l-.129-.034a4.235,4.235,0,0,0-.552-.1.433.433,0,0,1-.235-.7,24.163,24.163,0,0,0,1.725-1.7l.166-.2.03-.036.094-.118c.013-.017.027-.036.04-.052.022-.031.04-.061.056-.088s.019-.029.025-.042c.11-.215.051-.389-.122-.88-.064-.177-.117-.358-.166-.542s-.088-.366-.124-.554v0c-.011-.052-.021-.106-.03-.159-.067-.365-.117-.736-.157-1.1-.031-.294-.057-.588-.081-.883s-.041-.585-.057-.878c-.011-.239-.022-.479-.03-.72s-.016-.471-.021-.707h0c-.011-.6-.011-1.191,0-1.788,0-.038,0-.076,0-.116.007-.318.013-.636.024-.954l.015-.426c.017-.473.036-.946.06-1.418.011-.226.021-.452.031-.677l.014-.291,0-.081c.016-.334.036-.668.063-1,0-.026.005-.052.008-.077.029-.34.067-.679.117-1.015.016-.109.027-.219.046-.328.048-.274.106-.56.167-.853a.221.221,0,0,0,.006-.027c.027-.126.053-.254.08-.384.014-.07.03-.142.045-.212.028-.134.057-.269.084-.406v0c.038-.189.077-.377.11-.567v-.072l0-1.795v-1.058l0-.767c-.033-.116-.072-.233-.11-.352h0c-.017-.049-.035-.1-.054-.151-.035-.1-.072-.205-.108-.311-.021-.052-.04-.1-.059-.159-.037-.1-.073-.2-.112-.3l-.047-.13-.007-.016c-.106-.286-.213-.578-.312-.873l0-.007c-.061-.181-.118-.366-.169-.549a7.1,7.1,0,0,1-.221-1.046l-.005-.037c-.013-.1-.019-.2-.026-.292l0-.066v-.031c0-.079,0-.156,0-.234v-.084c0-.035.006-.07.009-.1s.008-.095.013-.142,0-.065.009-.1c.01-.065.024-.127.037-.191a.431.431,0,0,0,.011-.054c.008-.03.011-.063.019-.094a3.224,3.224,0,0,1,.107-.333c.053-.138.1-.276.147-.415h0c.121-.354.223-.713.307-1.072l0-.011c.073-.315.133-.633.183-.952v-.01a15.5,15.5,0,0,0,.171-1.892l.005-.137c.006-.306.009-.612,0-.919v-.014c-.005-.26-.015-.52-.027-.781,0-.1-.012-.194-.016-.291q-.023-.36-.048-.718l0-.015c-.016-.206-.033-.412-.052-.619,0-.027,0-.053-.007-.079l0-.045c-.029-.314-.061-.628-.093-.94,0-.024-.005-.048-.008-.074-.035-.321-.068-.642-.1-.962-.013-.12-.027-.241-.04-.359-.019-.189-.04-.376-.059-.564-.011-.1-.019-.2-.029-.3-.078-.83-.127-1.645-.146-2.453-.005-.258-.008-.515-.007-.773q0-.693.04-1.389c.034-.638.086-1.281.163-1.934.012-.1.027-.211.041-.322.035-.28.078-.6.123-.952l.009-.071c.067-.521.141-1.108.207-1.733l0-.017a26.108,26.108,0,0,0,.116-5.522h0v-.008c-.032-.266-.071-.522-.121-.768l-.005-.022q-.034-.177-.078-.346l-.009-.035c-.027-.108-.056-.212-.088-.314l-.008-.025c-.017-.053-.033-.1-.051-.156v-.006a4.537,4.537,0,0,0-.185-.449l-.024-.05c-.059-.118-.123-.23-.19-.336-.014-.022-.027-.044-.041-.065a2.865,2.865,0,0,0-.207-.27h0l-.043-.049a.4.4,0,0,0-.036-.034,1.737,1.737,0,0,0-.185-.171l0,0h0a.726.726,0,0,0-.065-.047.932.932,0,0,0-.081-.057,1.9,1.9,0,0,0-.333-.184.327.327,0,0,1-.03-.017.378.378,0,0,1-.113-.1l0,0a.455.455,0,0,1-.076-.14l0-.011a.419.419,0,0,1-.02-.157v-.01a.359.359,0,0,1,.048-.162c.091-.155.183-.312.274-.47h0c.035-.059.07-.12.1-.181a.547.547,0,0,1,.032-.056l.153-.264c.009-.018.02-.036.031-.055.085-.148.168-.3.252-.448.011-.023.024-.045.035-.066.081-.149.161-.3.241-.448.011-.024.023-.048.035-.072s.038-.074.057-.11l.019-.036h0c.051-.1.1-.2.15-.307.011-.026.024-.05.035-.074v0c.147,1.3.257,2.06.582-.475-.121,0-.25.134-.365-.008.006-.017.014-.036.021-.053.067-.158.129-.318.189-.481l.024-.069.007-.013h0c.019-.056.039-.113.056-.17v-.022c.038-.113.078-.224.112-.338l0-.877v-.145l.4.022-.164-.206-.237.124v-.279a1.6,1.6,0,0,1,.344,0c-.021-.271-.153-.172-.256-.25a.132.132,0,0,1-.047.168.319.319,0,0,0-.041-.083l0-.776c-.035-.027-.072-.052-.108-.079h0a1.036,1.036,0,0,1-.122-.093.162.162,0,0,0-.025-.027c-.011-.014-.024-.027-.035-.041a.205.205,0,0,1-.024-.035c-.011-.017-.022-.034-.032-.053a.411.411,0,0,1-.021-.044l-.009-.026a.947.947,0,0,1-.043-.166.1.1,0,0,1-.005-.026v0a1.593,1.593,0,0,1-.016-.235,1.461,1.461,0,0,1,.024-.264c0-.025.011-.05.015-.074.015-.061.029-.121.05-.181.006-.019.011-.038.017-.058.056-.156.123-.308.185-.472a2.984,2.984,0,0,0,.148-.569v-1.137l0-.349v-.581h-.11v-.036H-2688l-.761,0-.868,1.334-.312-1.294h-.1l-.009-.038-1.625,0-1.364,1.088-2.427-.72s-1.515.727-2.424,1.09a.766.766,0,0,1-.483-.014,7.442,7.442,0,0,1-1.991-1.392h-.073l-.04-.035h-.816l-.868,0h-.13l-.156.106-.9.619s-.193.1-.532.239a9.832,9.832,0,0,1-3.178.679l-.194.007h-.387c-.2,0-.4-.014-.6-.032a8.657,8.657,0,0,1-1.5-.435c-1.079-.422-2.181-.815-3.211-1.165l-8.078.017,0,0h-.816l-1.514.726-2.781.213-.2.015h-.01l-.066,0-.281.022-.3.023-.58.044-.637.05-.216-.02-.582-.053-.2-.018-2.185-.211-2.6-.774-5.54.011v0h-.2l-.516,0a2.5,2.5,0,0,1,.131.575,3.065,3.065,0,0,1,.014.369,3.09,3.09,0,0,1-.1.722,2.569,2.569,0,0,1-.3.7,1.631,1.631,0,0,1-.307.367,1.126,1.126,0,0,1-.784.307,11.535,11.535,0,0,1-1.991-1.861l-.44.094c-.084-.087-.134-.141-.134-.141l-.033,0-.043.01-.048-.05-.033,0-.29.06-.58.116-.581.118-.281.055-.578.116-.29.058-.172.034-.118.025-.286.057-.427.085-.15-.01-.291-.021-2.02-.148-1.87-.135-2.56-1.481-1.739,0h-.623l-.648.223-.171.057-.946-.277-4.718.009-.006,0h-.58l-.295.1-.344.122-.516.182-.3.105-1.155.408-.081.028-.121.043-1.545-.985-1.349,0v0h-.551l-.091.379-.448-.381-1.527,0v-.135h-.2v-.036h-.755l-1.378,0-1.567,1.334-.566-1.294h-.183l-.016-.038-2.937,0-.924.407-.2-.227-1.832,0v0h-.475l-.017.022-.469.641-2.849-.468-.269-.189-2.171,0v0h-.443l.137.432.047.151.075.237c-.642.159-1.3.319-1.843.438a2.448,2.448,0,0,1-.871-.014,16.44,16.44,0,0,1-3.6-1.392h-.131c-.024-.011-.051-.023-.073-.035h-1.475l-1.566,0h-.237l-.282.106-1.631.619s-.349.1-.961.239l-.379.08-1.977-.838-6.253.012-.008,0h-.314l-.733.228-1.151.361-.316.1-.312.1c-.678-.143-1.358-.287-2.034-.423l-.6-.355-1.221,0c-.367-.07-.746-.147-1.1-.214l-14.6.017-.008,0h-1.473l-2.738.726-1.074.046-.33-.537-5.753.012v0h-.136l-.3.8-.032,0-1.15.05-.392-.02-1.051-.053-.194-.009h-.016l-.136-.037-.049.027-3.909-.209-.76-.125-.439-.369h-.02l-.041-.038-.8,0v0l-1.137,0-1.507-.248-10.014.011,0,0h-.368l-.932,0a1.577,1.577,0,0,1,.107.259l-1.859.006q.024.306.027.611c0,.112,0,.219,0,.323,0,.122-.01.238-.018.351v.032c-.007.111-.016.218-.024.322a6.737,6.737,0,0,0-.035,1.069,3.219,3.219,0,0,1-.628.064,20.628,20.628,0,0,1-3.6-1.861l-.793.094c-.152-.087-.243-.141-.243-.141l-.058,0-.082.01c-.051-.032-.083-.05-.083-.05l-.062,0-.524.06-1.048.116-1.049.118-.509.055-1.045.116-.522.058-.312.034-.214.025-.519.057-.771.085-.271-.01-.525-.021-3.651-.148-3.382-.135-4.627-1.481-3.141,0h-1.126l-1.172.223-.306.057-1.713-.277-8.526.009-.013,0h-1.048l-.532.1-.621.122-.932.182-.538.105-2.089.408-.149.028-.215.043-2.793-.985-2.44,0v0h-.995l-.166.379-.809-.381-5.827.007,0,0-.18,0h-.769l-.378.22-1.252.723-.247.144-2.047.194-.278.027-4.76.453-2.792-1.751-3.31,0,0,0h-.859l-.03.022-1.682,1.273-.513.388-4.288-1.677-3.925,0v0h-.8l.247.432.086.151.285.5-.354.024-5.127.342-.621.089-.528.076-2.777.4-.351.05-3.128.446-3.4-1.712-.372.026-.089-.043-.153.01-.094-.045-1.134.069-4.64.283-4.544-1.066-11.3.012-.016,0h-.567l-1.324.228-2.08.361-.572.1-1.045.18-.414.072-.672.116-3.191-1.05-22.182.024v0h-.407l-.288.407-.369.53-.6.852-3.671-.8-.5-.108-.411-.1-.01.006-.1-.023-.036.013-.05-.011-.175-.037-4.884,1.795-.452-.108-5.182-1.235-.18-.043-.11-.092-1.146-1.031-10.4.012,0,0h-.245l-.968,1.444-4.667-.679-.01,0-.26-.039-.7.208-.389.113-3.722,1.1-4.515-2.093h-.035l-.074-.038-1.444,0v0l-4.84,0h-.5l-1.048,0-2.08,0h-2.627l-1.018,0h-.545l-12.016.013-3.718.006a5.226,5.226,0,0,1,.051.611c0,.112,0,.219-.008.323-.006.122-.017.238-.03.351a.192.192,0,0,0,0,.032c-.013.111-.029.218-.045.322a3.922,3.922,0,0,0-.063,1.093v0a1.712,1.712,0,0,0,.183.553l0,.006.006.011c0,.011.011.021.017.032.026.046.055.092.086.139l0,0c.011.016.023.033.036.049l.04.054c.021.028.041.056.064.083s.025.027.036.041.035.039.055.059.035.043.055.064.023.024.035.036c.069.07.144.141.227.214a.449.449,0,0,1,.138.2l0,.017a.3.3,0,0,1-.015.2.391.391,0,0,1-.081.114.517.517,0,0,1-.166.111c-.116.051-.218.1-.312.147h0c-.039.019-.066.036-.1.056s-.07.036-.1.055l-.023.012h0a2.424,2.424,0,0,0-.279.185v.053l0,.89c.08.082.177.168.279.257v0c.022.019.051.041.075.062l.32.27c.116.1.235.2.357.309.207.19.027.442-.216.558-.184.091-.358.2-.532.3h0v0c-.092.055-.189.1-.278.158v.881c.163.132.33.263.507.391a4.276,4.276,0,0,0,.424.282.327.327,0,0,1,0,.579,1.815,1.815,0,0,0-.924,1v.668a3.245,3.245,0,0,0,.177.5.111.111,0,0,0,.01.022c.028.069.06.139.094.209v.007c.022.05.047.1.071.153.054.117.1.236.156.356.031.07.061.138.088.209.043.111.075.226.108.34a3.074,3.074,0,0,1,.1.376,3.712,3.712,0,0,1,.03.5c0,.077-.008.149-.013.224a3.082,3.082,0,0,1-.047.362c-.007.024-.012.048-.02.072a2.315,2.315,0,0,1-.141.393c-.034.073-.078.144-.12.216a2.866,2.866,0,0,1-.183.289c-.017.021-.03.043-.046.064-.077.093-.158.183-.249.275l0,.431.417.161.158.062.2.082.21.089.217.1c.028.014.057.028.087.041h0a5.466,5.466,0,0,1,1.6,1.073v0c.067.069.137.134.2.209a.324.324,0,0,1,.067.14.221.221,0,0,1,0,.093.2.2,0,0,1,0,.042.358.358,0,0,1-.064.12v0a.472.472,0,0,1-.123.106.519.519,0,0,1-.089.055c-.473.19-.929.393-1.383.6-.492.219-.981.44-1.486.646l0,1.444a8.407,8.407,0,0,1,.292,1.726q.014.219.022.438c.006.154.011.3.013.456s0,.308,0,.46c0,.106,0,.213,0,.318,0,.144,0,.286-.01.425-.006.282-.016.558-.022.813,0,.274-.013.553-.021.831,0,.085-.008.17-.011.255-.01.207-.026.416-.043.624-.011.147-.026.293-.045.44-.006.053-.014.107-.021.161-.035.23-.076.459-.133.685v.707l0,1.112c.08.038.168.082.268.134s.2.1.311.161a.315.315,0,0,1,.094.493c-.265.285-.279.459-.192.62h0a5.805,5.805,0,0,0,.429.509,1.607,1.607,0,0,1,.141.216,5.568,5.568,0,0,1,.254.534c.054.127.1.256.14.384.016.047.035.094.051.143.049.16.091.322.126.484l.009.044c.035.166.062.334.083.5.01.088.027.175.033.263,0,.053,0,.106.005.16a10.12,10.12,0,0,1-.021,1.369c-.011.15-.028.3-.044.447-.01.1-.019.194-.03.292-.016.136-.037.272-.056.408-.035.256-.072.513-.11.768-.048.326-.1.653-.139.98l-.014.132c-.056.447-.1.893-.113,1.343-.008.232-.01.469-.011.706,0,.108,0,.214,0,.322,0,.184-.008.369-.016.553,0,.018,0,.037,0,.054q-.014.273-.048.543c0,.041-.011.08-.017.121-.019.137-.045.273-.075.409-.011.052-.022.1-.037.157a3.748,3.748,0,0,1-.164.512c-.095.233-.218.481-.347.737-.064.125-.126.249-.191.378s-.134.268-.2.405c-.013.025-.026.049-.038.076a.941.941,0,0,0-.04.086l0,2.038,0,.984a3.142,3.142,0,0,1,.229.377c.021.037.035.073.053.111a1.636,1.636,0,0,1,.062.157c.018.043.035.088.05.131.006.025.015.051.022.076a1.278,1.278,0,0,1,.028.193c.005.043.016.088.018.13v.011a1.262,1.262,0,0,1-.037.312v.017c-.008.037-.023.073-.034.11a1.982,1.982,0,0,1-.083.21,2.514,2.514,0,0,1-.3.484v.421l.268.117v-.006l.013.006v0c.089.038.181.074.271.111h-.016c.317.133.64.259.96.388.258.1.515.21.776.312.032.013.065.027.1.039l.664.262.653.258a.359.359,0,0,1,0,.7c-.441.169-.87.347-1.3.522l-.011,0,0,0c-.167.069-.338.136-.508.2-.367.146-.735.289-1.115.417.385.181.758.37,1.126.562q.449.235.884.486c.044.025.091.05.134.076q.464.27.912.56a.327.327,0,0,1,0,.579c-2.379,1.385-4.106,2.915-2.943,4.629h0l.007.007a3.284,3.284,0,0,0,.259.325c.01.01.018.02.026.03.1.113.221.227.348.341l.012.01h0c.1.092.21.184.332.276h0c.041.031.087.062.129.094h0c.112.081.214.162.339.244a.373.373,0,0,1,.059.059v0l.012.009a.3.3,0,0,1,.031.033.273.273,0,0,1,.051.106l.007.025a.394.394,0,0,1,0,.1.489.489,0,0,1-.018.057.5.5,0,0,1-.03.069.51.51,0,0,1-.112.122c-.1.075-.186.145-.27.214-.015.011-.032.025-.048.036s-.019.019-.03.028c-.136.109-.255.211-.36.308l-.013.01a.026.026,0,0,1-.01.008,3.9,3.9,0,0,0-.312.323l-.008.011a2.008,2.008,0,0,0-.446,1.377v.007c0,.09-.005.184,0,.285v.006c0,.1,0,.21,0,.326.026,1.1.027,2.209.03,3.313,0,.153,0,.306,0,.459v.327h0c0,.056,0,.111,0,.166h0v.188q.006,1.031.041,2.051c0,.029,0,.056,0,.085q.024.69.071,1.381c.01.154.024.31.037.465.017.223.032.447.054.671.018.181.045.364.065.546s.04.343.063.515c.074.552.159,1.1.269,1.655.071.362.156.744.237,1.133.073.35.142.708.194,1.067.024.159.047.317.062.476s.024.337.031.505c0,.072.011.146.011.218,0,.177-.014.351-.029.526-.005.063-.005.128-.013.191a4.287,4.287,0,0,1-.109.524c-.015.057-.021.116-.039.173a3.5,3.5,0,0,1-.277.66c-.177.325-.995,1.1-.733,1.25.36.212.738.407,1.119.6l.006,0c.327.164.655.324.984.485l.381.19c.432.215.857.434,1.262.672.054.031.11.057.161.089a.345.345,0,0,1,.095.094c0,.129,0,.258,0,.387a.449.449,0,0,1-.092.1c-.048.033-.1.065-.16.1a10.1,10.1,0,0,1-1.564.669l-.307.112-.1.039-.264.1-.1.04c-.106.043-.213.086-.317.131l-.089.038c-.081.037-.161.074-.237.112-.029.013-.058.026-.086.041-.094.048-.185.1-.271.149-.021.012-.038.024-.057.036-.07.044-.134.088-.195.134-.019.014-.039.028-.059.044a1.747,1.747,0,0,0-.188.176c-.009.01-.015.021-.023.031a.838.838,0,0,0-.114.166.412.412,0,0,0-.027.051.753.753,0,0,0-.065.212.15.15,0,0,0,0,.021.686.686,0,0,0,.011.21c0,.02.008.041.013.062a1.084,1.084,0,0,0,.1.253c.882,1.608-.261,3.176.68,4.849.186.332-.4.776-.476,1.1a4.307,4.307,0,0,0-.08.453c-.021.133-.03.267-.038.4l0,.014c-.006.124-.013.247-.009.372h0c0,.02,0,.04,0,.059.005.15.014.3.033.447a3.862,3.862,0,0,0,.107.519c.387,1.371,1.1,3.089,3.324,3.493a.66.66,0,0,1,.12.035c0,.249,0,.5-.008.747-.2.125-.4.25-.577.378-.067.049-.121.1-.185.147-.154.118-.309.235-.447.356-.069.06-.124.122-.19.183-.119.113-.242.224-.349.339-.066.071-.121.146-.183.217-.092.108-.189.215-.271.326-.058.077-.1.156-.157.234-.075.109-.152.216-.218.326-.05.083-.088.17-.133.254-.057.108-.118.213-.167.322-.041.092-.073.186-.111.279s-.088.207-.123.312-.057.2-.086.3-.062.2-.088.3-.041.212-.06.317-.042.2-.058.3-.025.222-.036.334c-.011.1-.026.193-.032.29-.01.118-.011.237-.016.356-.005.092-.011.184-.011.276,0,.128,0,.258,0,.386,0,.084,0,.167,0,.251.005.141.014.281.024.423,0,.072.008.145.014.219.011.151.027.3.043.454.006.064.011.127.019.19.018.165.038.33.059.5.008.05.013.1.019.15q.041.3.086.606a.076.076,0,0,1,0,.021c0,.023.008.047.011.071.038.262.08.527.121.792s.078.519.116.78c.013.081.024.163.035.244.045.315.083.631.117.947.008.068.014.135.02.2.031.322.053.644.064.965,0,.053,0,.1,0,.158.006.339,0,.679-.023,1.018-.06.787-1.032,2.94-.189,3.325a.578.578,0,0,1,.178.123h0a.337.337,0,0,1,.1.339c-.03.116-.055.23-.082.344h0l-.105.44c-.034.138-.07.275-.107.412-.025.1-.051.193-.08.289-.043.148-.1.3-.149.443-.027.075-.051.152-.083.228a5.33,5.33,0,0,1-.316.659c-.039.069-.079.128-.117.186-.026.038-.051.075-.077.11a4.462,4.462,0,0,0-.282.4l0,.865a3.838,3.838,0,0,1,.005,1.449l.006,2.59a1.686,1.686,0,0,0,.28.437v.024a2.036,2.036,0,0,0,.566.431c.027.015.057.029.086.044a3.107,3.107,0,0,0,.478.192.411.411,0,0,1,.3.353,3.156,3.156,0,0,1,0,.4c0,.046-.014.09-.021.135a2.216,2.216,0,0,1-.038.244c-.014.057-.033.112-.051.168s-.038.125-.064.184-.057.124-.087.185-.05.1-.078.144c-.04.066-.085.129-.131.193-.027.037-.054.074-.084.112-.055.067-.113.132-.177.2-.027.027-.056.056-.085.083-.07.068-.145.134-.224.2-.026.021-.054.04-.08.061-.089.067-.18.132-.277.194s-.193.124-.3.182v.017l.28.047h.006c.268.045.535.087.813.112.473.043.712.31.514.615-.038.061-.081.125-.124.193s-.073.117-.113.178c-.019.031-.037.058-.058.09l0,.01v0c-.061.095-.128.2-.193.308-.018.027-.032.054-.049.082-.045.071-.088.144-.134.218s-.1.177-.16.27c-.038.065-.073.126-.111.193l-.011.018-.01.016c-.081.143-.162.291-.245.441-.022.045-.046.09-.07.135-.014.027-.03.053-.045.08v0c-.062.12-.124.242-.185.366-.015.032-.033.064-.049.1h0c-.016.031-.032.062-.046.092v.283l0,1.064v.711l0,.725,0,1.778v.084a2.592,2.592,0,0,0,.28.156v.006a.327.327,0,0,0,.049.02c.045.022.094.04.142.059.081.033.167.064.257.092.059.018.121.036.184.051.1.024.2.045.309.064.062.011.121.023.185.031.179.023.365.042.569.05a.833.833,0,0,1,.191.029.653.653,0,0,1,.118.05.883.883,0,0,1,.092.054v0a.391.391,0,0,1,.193.335c-.011.115-.1.225-.295.291a4.7,4.7,0,0,0-.444.173c-.045.02-.088.042-.131.063-.091.045-.177.091-.259.139l-.11.064,0,0h0l-.015.01c-.084.056-.164.113-.239.173-.052.042-.1.086-.151.129l-.022.021H-3101c-.011.01-.019.022-.03.032-.035.034-.07.066-.1.1s-.085.093-.123.14l-.048.054c-.014.019-.025.037-.04.056l0,0c-.04.053-.078.107-.113.162-.019.028-.035.058-.054.087v0c-.021.035-.043.069-.062.105-.048.088-.091.178-.131.27-.016.035-.033.069-.046.1-.051.125-.1.252-.135.383l.009,3.82.062.029c-.055.1.01.155.131.186-.048-.033-.03-.076.011-.119l.077.037v0c.023.011.047.019.07.03.2.091.4.178.6.259l.142.053a7.527,7.527,0,0,0,.722.235c.5.131.576.529.143.745l-.226.111c-.081-.065-.163-.1.2-.38-.527-.276-.48.681-1.158.693l.26.023c-.187.087-.375.174-.564.255.444.072.888.143,1.346.186.546.051.535.58.143.746q-.471.2-.911.4c-.115.051-.222.107-.333.161-.142.069-.29.136-.429.208v.009c-.09.048-.191.092-.278.142l0,1.851c.092.046.186.085.28.127v0c.017.008.036.013.054.02.062.028.124.053.186.077.015.007.029.014.045.02h.014c.077.029.152.057.23.081v0c.033.01.065.023.1.032a.85.85,0,0,1,.212.1l.01.006a.634.634,0,0,1,.158.146.413.413,0,0,1,.051.1.263.263,0,0,1,.012.106v.005a.251.251,0,0,1-.043.1.373.373,0,0,1-.136.121c-.164.093-.31.188-.451.282-.023.018-.047.034-.071.052a4.21,4.21,0,0,0-.338.263.115.115,0,0,0-.025.021h0a3.252,3.252,0,0,0-.281.269l0,.577h.28v.035l11.257-.013,6.779-.007h.511l5.241-.006h1.546l5.739-.007h1.014l1.079-.522,1.047-.509.86-.417.151-.008,4.209-.238,2.093-.118.232.065.532.149,5.52,1.546h.144l.123.035,3.891,0h.1l.414-.41.411-.41.269-.266.891.09,1.561.157.132.015.4.038.513.053,3.63.363.148-.1.41-.271,1.218-.808.545-.36.545-.361.377-.25.153.044.586.165,1.013.285,1.866.525.165.007.1.028,5.953.254,2.129.09,4.487,1.052h.109l.153.036,2.171,0,.349-.139.508-.2.329-.13,2.447-.978,2.977.216.653.045,1.3.095.656.058,1.588.142.5.043,2.607.232,2.6.232.543.047,2.367.211,1.2.106,4.27,0h.115l-.005-1.446.918-.095,1.581-.162,1.96-.2,2.505-.257.43.233,1.628.894,1.571.859.229.129h.19l.062.034,2.376,0h.255l2.353-.2,3.278-.274,3.136-.262,2.735-1.088,4.081.594.608.088.007,0,.7.255,1.389.509.516.188.1.035.255.091h.148l.1.037.189,0h1.649l-.231-1.185-.68-3.545,2.118,2.5.32.38,2.3.96.07.03.481.2,1.465.612h.16l.084.036h1.636l.038-.039h.209l1.89-1.872a4.535,4.535,0,0,0,.983,1.049c.223.19.5.408.83.644.03.025.061.046.093.071.049.035.094.07.151.106h.191c.016.012.03.023.049.035l4.405,0a.254.254,0,0,1,.03-.038h.116c.045-.1.22-.2.484-.294a27.687,27.687,0,0,1,4.111-.659c2.759-.3,5.684-.466,5.684-.466l.584-.195,2.616-.869.511-.167,1.657-.55.7.387.329.18.215.12,1.912,1.048h.172l.064.035h.669l1.588,0,6.282-.007,1.875,0,1.242.047,3.144.118,4.933.185.278-.011,1.567-.07.322-.017,1.221-.053,1.08-.051,3.694-.164,4.538,1.031.218.007.01,0,.08,0,.149.033.148,0,.547.019,3.674.12,2.058.067.534.02,3.67.12,2.63,0-.169-.465-.142-.363-.127-.351-.628-1.687,4.143,2.827h.422l0,0h.171l.054.037,3.939-.006v.226Z' transform='translate(3102.226 -3838.848)' fill='%238d4d3a'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about .content .text-slider .text-slider-item .text-slider-item-image img {
  position: absolute;
  left: 30px;
  top: 0;
}
.about .content .text-slider .text-slider-item .text-slider-item-image .title {
  color: #fff;
  font-size: 36px;
  line-height: 22px;
  margin-bottom: 14px;
}
.about .content .text-slider .text-slider-item .text-slider-item-image .message {
  color: #DB8C7C;
  font-size: 20px;
  line-height: 16px;
}
.about .content .text-slider .text-slider-item .text-slider-item-image .message span {
  color: #fff;
}
.about .content .text-slider.en {
  font-size: 14px;
}
.about .content .text-slider.en .text-slider-item .text-slider-item-image img {
  left: auto;
  right: 30px;
}
.about .content .text-slider.en .text-slider-item .text-slider-item-image .title {
  font-size: 26px;
}
.about .content .text-slider.en .text-slider-item .text-slider-item-image .message {
  font-size: 18px;
}
.about .flickity-prev-next-button {
  box-shadow: none;
  border: none;
  background-color: transparent;
}
.about .flickity-prev-next-button .flickity-button-icon {
  top: 20%;
  width: 80%;
  height: 80%;
}

.kviterl-cta .content {
  position: relative;
  padding: 10% 0 0 16%;
}
.kviterl-cta .content a {
  display: inline-block;
  transition: 400ms;
}
.kviterl-cta .content a:hover {
  transform: scale(1.2);
}

.tzion .fp-tableCell > img {
  object-position: top;
}
.tzion .content {
  position: relative;
  max-width: 1100px;
  margin: auto;
  padding-top: 6%;
}
.tzion .content p {
  font-size: 14.62px;
  margin-right: 50px;
  text-align: justify;
  line-height: 18px;
}
.tzion .content.en {
  max-width: 1156px;
}
.tzion .content.en p {
  text-align: left;
  font-size: 13px;
  margin-right: 0;
  margin-left: 80px;
  margin-bottom: 6px;
}

.siddur .siddur-img {
  width: 74.79%;
  height: 88.61%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.siddur .siddur-img .siddur-closed {
  cursor: pointer;
  opacity: 0;
  transition: opacity 300ms;
}
.siddur .siddur-img .img-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 43%;
  max-width: 600px;
  max-height: 600px;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.siddur .siddur-img .img-link:hover + img {
  opacity: 1;
}
.siddur .siddur-img .cta {
  position: absolute;
  right: 10%;
  bottom: 10%;
  transition: 400ms;
}
.siddur .siddur-img .cta:hover {
  transform: scale(1.2);
}
.siddur .content {
  position: absolute;
  padding-top: 10%;
  left: 52%;
}
.siddur .content.en {
  padding-top: 8%;
  left: 40%;
}

.shull {
  overflow: hidden;
}
.shull #blur-around {
  position: absolute;
  z-index: 999;
  pointer-events: none;
  /* twice the viewport size so it always covers fully */
  width: 200vw;
  height: 200vh;
  /* negative offset by half so we are sure we cover the full viewport */
  left: -100vw;
  top: -100vh;
  /* we'll use transform translate to move it */
  transform-origin: center;
  background-color: rgba(255, 255, 255, 0.7);
}
.shull .content {
  max-width: 1000px;
  margin: auto;
  position: relative;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 100vh;
  padding: 6% 0;
}
.shull .content a {
  margin-right: auto;
}
.shull .content a.en {
  margin-right: 0;
  margin-left: auto;
}
.shull .content p {
  font-size: 48px;
  line-height: 1;
  text-align: center;
  width: 100%;
}
.shull .content p span {
  color: #982823;
}
.shull .content.en {
  align-items: center;
  max-width: 1190px;
}
.shull .content.en p {
  font-size: 45px;
  line-height: 45px;
  font-weight: 600;
  color: #47311F;
  letter-spacing: -2px;
}

.directions,
.directions .fp-tableCell {
  background-color: #E3DCD4;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.directions img,
.directions .fp-tableCell img {
  display: block;
  margin: auto;
  margin-bottom: 40px;
  max-width: 100%;
}
.directions .content,
.directions .fp-tableCell .content {
  max-width: 1300px;
  margin: auto;
}
.directions .content .map,
.directions .fp-tableCell .content .map {
  width: 400px;
  background-color: #fff;
  height: 300px;
  margin-right: 20px;
}
.directions .content .map iframe,
.directions .fp-tableCell .content .map iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(1);
}
.directions .content .info,
.directions .fp-tableCell .content .info {
  max-width: 834px;
}
.directions .content .info h3,
.directions .fp-tableCell .content .info h3 {
  font-size: 70px;
  line-height: 1;
  color: #8D4D3A;
}
.directions .content .info p,
.directions .fp-tableCell .content .info p {
  font-size: 24px;
  line-height: 22px;
  color: #6D6F72;
  padding: 0 30px;
  margin-bottom: 44px;
}
.directions .content .info .addresses,
.directions .fp-tableCell .content .info .addresses {
  column-gap: 16px;
  max-width: 716px;
  margin: auto;
}
.directions .content .info .address,
.directions .fp-tableCell .content .info .address {
  font-size: 24px;
  line-height: 22px;
  text-decoration: none;
  color: inherit;
}
.directions .content .info label,
.directions .fp-tableCell .content .info label {
  display: flex;
  color: #fff;
  font-size: 36px;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='349.982' height='59.769' viewBox='0 0 349.982 59.769'%3E%3Cpath d='M700.442,7878.058c.293,3.713,0,0-2.282,5.2a21.035,21.035,0,0,1,1.141,8.588c-.162,3.288,2.313,3.183-.032,6.366a5.354,5.354,0,0,0-1.068,2.652h347.062c1.685-6.54-.8-3.009,0-7.456a6.557,6.557,0,0,0-2.325-6.586,17.944,17.944,0,0,0,1.52-6.472c0-3.183,0,0,.586-3.713s0,0,1.079-1.592-1.665-1.591-1.079-4.774,0,0,1.989-1.591-1.989-1.061-2.282-4.775,0,0,2.282-5.2a21.058,21.058,0,0,1-1.141-8.588c.163-3.288-2.313-3.183.032-6.365a5.372,5.372,0,0,0,1.069-2.653H699.93c-1.685,6.54.8,3.009,0,7.456a6.558,6.558,0,0,0,2.325,6.586,17.951,17.951,0,0,0-1.52,6.472c0,3.183,0,0-.586,3.714s0,0-1.078,1.591,1.664,1.591,1.078,4.774,0,0-1.989,1.592S700.149,7874.345,700.442,7878.058Z' transform='translate(-697.605 -7841.099)' fill='%238d4d3a'/%3E%3C/svg%3E");
}
.directions .content .info.en,
.directions .fp-tableCell .content .info.en {
  margin-left: 60px;
}
.directions .content .info.en p,
.directions .fp-tableCell .content .info.en p {
  font-size: 17px;
  line-height: 22px;
  padding: 0;
  max-width: 655px;
  margin: 0 auto 27px;
}
.directions .content .info.en .address,
.directions .fp-tableCell .content .info.en .address {
  font-weight: 600;
}
.directions .content .info.en .address span,
.directions .fp-tableCell .content .info.en .address span {
  font-size: 12px;
}
.directions .content .info.en label,
.directions .fp-tableCell .content .info.en label {
  font-size: 20px;
  height: 60px;
  line-height: 1;
  font-weight: 600;
}

.gallery {
  background-color: #E3DCD4;
  position: relative;
}
.gallery .top {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
}
.gallery .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.gallery .content {
  position: relative;
  max-width: 1260px;
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
}
.gallery .content .gallery-slider-container {
  width: 100%;
  max-width: 800px;
}
.gallery .content .gallery-slider-container p {
  text-align: center;
  color: #7F7852;
  font-size: 42px;
  margin-top: 40px;
}
.gallery .content .gallery-slider-container p.en {
  font-size: 22px;
}
.gallery .content .gallery-slider {
  width: 100%;
  max-width: 848px;
}
.gallery .content .gallery-slider .flickity-prev-next-button {
  border-color: #8D4D3A;
  background-color: #8D4D3A;
  color: #fff;
  box-shadow: none;
}
.gallery .content .gallery-slider .flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 26%;
  top: 26%;
  width: 50%;
  height: 50%;
}
.gallery .content .gallery-slider .flickity-prev-next-button.previous {
  right: -50px;
}
.gallery .content .gallery-slider .flickity-prev-next-button.next {
  left: -50px;
}
.gallery .content .gallery-slider .gallery-slider-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.gallery .content .gallery-slider .gallery-slider-item .gallery-img {
  width: calc(50% - 4px);
  height: 200px;
  border: 8px solid #8D4D3A;
  background-size: cover;
  background-position: center;
}

.sponsorship {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.sponsorship .fp-tableCell {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.sponsorship .content {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: auto;
}
.sponsorship .content.en {
  max-width: 1270px;
}
.sponsorship .content p {
  width: 100%;
  color: #CAC190;
  font-size: 27px;
  line-height: 22px;
  text-align: center;
  margin-top: 40px;
}
.sponsorship .content p.en {
  font-size: 24px;
}
.sponsorship .content .items {
  position: relative;
}
.sponsorship .content .items .items-row {
  display: flex;
  column-gap: 20px;
  justify-content: center;
  margin-top: 20px;
}
.sponsorship .content .items .items-row .name {
  display: none;
  font-size: 17px;
  line-height: 12px;
  color: #302E22;
  text-align: center;
  font-weight: 600;
}
.sponsorship .content .items .items-row .sub-title {
  display: none;
  font-size: 10px;
  line-height: 10px;
  color: #302E22;
  text-align: center;
  font-weight: 500;
  letter-spacing: -1px;
  margin-top: 4px;
}
.sponsorship .content .items .item {
  width: 128.17px;
  height: 123.9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='128.173' height='123.899' viewBox='0 0 128.173 123.899'%3E%3Cpath id='Path_371' data-name='Path 371' d='M640.025,9804.783V9781.99h-7v-70.64H619.154a45.884,45.884,0,0,0-86.432,0H518.855v70.64h-7v22.793Z' transform='translate(-511.852 -9680.884)' fill='%23cac190'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  cursor: pointer;
}
.sponsorship .content .items .item:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='128.173' height='123.899' viewBox='0 0 128.173 123.899'%3E%3Cpath id='Path_371' data-name='Path 371' d='M640.025,9804.783V9781.99h-7v-70.64H619.154a45.884,45.884,0,0,0-86.432,0H518.855v70.64h-7v22.793Z' transform='translate(-511.852 -9680.884)' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.sponsorship .content .items .item .amount {
  color: #982823;
  font-family: "Nexa Rust Sans  02";
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.88px;
  display: block;
  margin-top: 6px;
}
.sponsorship .content .items.en {
  left: -150px;
}
.sponsorship .content .items.en .items-row {
  flex-direction: row-reverse;
}
.sponsorship .content .items.en .items-row svg {
  display: none;
}
.sponsorship .content .items.en .items-row .name,
.sponsorship .content .items.en .items-row .sub-title {
  display: block;
}
.sponsorship .content .title {
  padding-bottom: 14px;
  position: relative;
  left: -50px;
}
.sponsorship .content .title.en {
  bottom: 20px;
  left: 0;
}

.contact-info {
  background-color: #F3EFE4;
  position: relative;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-size: 20px;
  column-gap: 70px;
  color: #47311F;
}
.contact-info a {
  text-decoration: none;
  color: inherit;
}
.contact-info span {
  color: #8D4D3A;
}

.sketch {
  background-color: #FAF1DA;
}

.zechusim {
  background-color: #FAF1DA;
}

.kvitel-hero .content {
  position: relative;
  display: flex;
  justify-content: center;
  column-gap: 50px;
  height: 100%;
  align-items: flex-end;
  padding-bottom: 140px;
}

.kvitel-story {
  position: relative;
}
.kvitel-story .bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.kvitel-story .content {
  width: 100%;
  max-width: 1450px;
  margin: auto;
  position: relative;
}
.kvitel-story .content .content-text {
  background-image: url("/assets/images/kvitel-papper.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 140px 0 120px 0;
}
.kvitel-story .content .content-text .content-text-inner {
  max-width: 1070px;
  margin: auto;
}
.kvitel-story .content .content-text div {
  column-gap: 45px;
}
.kvitel-story .content .content-text h2 {
  font-size: 88px;
  color: #563828;
  letter-spacing: -4px;
}
.kvitel-story .content .content-text p {
  font-size: 17px;
  color: #1A1818;
  min-width: 424px;
  max-width: 590px;
  line-height: 19px;
}
.kvitel-story .content .content-text p span {
  display: block;
  margin-bottom: 6px;
}
.kvitel-story .content .content-text .f-Volte p {
  font-size: 16px;
}
.kvitel-story .content .content-text .f-Volte p span {
  margin-bottom: 10px;
}
.kvitel-story .content .content-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  top: -90px;
  max-width: 1200px;
  margin: auto;
}
.kvitel-story .content .content-bottom .images {
  max-width: 500px;
  display: flex;
}
.kvitel-story .content .content-bottom .images img {
  position: relative;
}
.kvitel-story .content .content-bottom .images img.symbol {
  bottom: 50px;
  z-index: 1;
}
.kvitel-story .content .content-bottom .images img.skulen {
  left: -150px;
}
.kvitel-story .content .content-bottom .texts {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.kvitel-story .content .content-bottom .texts p {
  color: #fff;
  font-size: 72px;
  margin-bottom: 0;
  line-height: 54px;
  letter-spacing: -1.5px;
}
.kvitel-story .content .content-bottom .texts span {
  color: #DBBB88;
}
.kvitel-story .content .content-bottom .red-box {
  font-size: 61px;
  line-height: 40px;
  text-align: center;
  width: 182px;
  height: 196px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='182.657' height='196.405' viewBox='0 0 182.657 196.405'%3E%3Cpath id='Path_1087' data-name='Path 1087' d='M5732.795,8553.076c11.348-.857,0,0,15.905,6.663,0,0,10.033-4.1,26.244-3.333,10.049.475,9.727-6.755,19.454.093a16.817,16.817,0,0,0,8.106,3.121V8371.742c-19.986-4.918-9.2,2.35-22.786,0s-20.128,6.787-20.128,6.787-10.053-4.437-19.779-4.437,0,0-11.348-1.71,0,0-4.863-3.148-4.864,4.858-14.591,3.148,0,0-4.863-5.81-3.242,5.81-14.591,6.664,0,0-15.905-6.664c0,0-10.032,4.1-26.244,3.332-10.049-.473-9.727,6.756-19.454-.091a16.791,16.791,0,0,0-8.1-3.121V8554.57c19.984,4.918,9.194-2.352,22.784,0s20.129-6.788,20.129-6.788,10.052,4.437,19.779,4.437,0,0,11.348,1.713,0,0,4.862,3.146,4.864-4.859,14.591-3.146,0,0,4.863,5.808S5721.446,8553.932,5732.795,8553.076Z' transform='translate(-5619.848 -8364.953)' fill='%2389332f'/%3E%3C/svg%3E%0A");
  display: flex;
  background-repeat: no-repeat;
  background-position: center;
  align-items: center;
  justify-content: center;
  letter-spacing: -1.2px;
}
.kvitel-story .content .content-bottom.en {
  top: -160px;
}
.kvitel-story .content .content-bottom.en .images {
  max-width: 445px;
}
.kvitel-story .content .content-bottom.en .texts p {
  font-size: 68px;
  line-height: 45px;
}
.kvitel-story .content .content-bottom.en .red-box {
  font-size: 35px;
  line-height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='233.87' height='182.434' viewBox='0 0 233.87 182.434'%3E%3Cpath id='Path_4096' data-name='Path 4096' d='M2459.734,5322.65c14.528-.795,0,0,20.365,6.19,0,0,12.845-3.805,33.6-3.1,12.866.439,12.455-6.275,24.908.085a26.9,26.9,0,0,0,10.38,2.9V5154.217c-25.59-4.568-11.774,2.183-29.174,0s-25.772,6.306-25.772,6.306-12.87-4.123-25.325-4.123,0,0-14.529-1.59,0,0-6.228-2.924-6.226,4.514-18.679,2.924,0,0-6.229-5.4-4.151,5.4-18.681,6.19,0,0-20.363-6.19c0,0-12.847,3.806-33.6,3.1-12.866-.44-12.454,6.275-24.907-.085a26.867,26.867,0,0,0-10.379-2.9v174.513c25.589,4.568,11.773-2.184,29.174,0s25.772-6.306,25.772-6.306,12.869,4.122,25.324,4.122,0,0,14.531,1.59,0,0,6.226,2.924,6.227-4.514,18.681-2.924,0,0,6.226,5.395S2445.2,5323.446,2459.734,5322.65Z' transform='translate(-2315.118 -5147.911)' fill='%23982823'/%3E%3C/svg%3E%0A");
}

.send-kvitel {
  position: relative;
  padding-top: 5%;
  padding-bottom: 4%;
}
.send-kvitel .hand {
  position: absolute;
  top: 0;
  left: 0;
  width: 1200px;
}
.send-kvitel .content {
  position: relative;
  max-width: 1452px;
  margin: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.send-kvitel .content .content-top {
  background-image: url("/assets/images/send-kvitel-title-bg.png");
  padding: 124px 0 100px 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  position: relative;
  min-height: 640px;
}
.send-kvitel .content .content-top img {
  position: relative;
  left: 200px;
  z-index: 1;
}
.send-kvitel .content .content-top img.send-kvitel-amount {
  position: absolute;
  left: 11%;
  bottom: 16%;
}
.send-kvitel .content .content-top a {
  position: absolute;
  left: 7%;
  bottom: 2%;
}
.send-kvitel .content .content-bottom {
  background-image: url("/assets/images/kvitel-send-bottom-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 244px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  position: relative;
  z-index: 4;
}
.send-kvitel .content .content-bottom a {
  margin-right: 5px;
  position: relative;
  top: -70px;
  transition: 400ms;
}
.send-kvitel .content .content-bottom a.en {
  position: absolute;
  right: 6%;
  transform: rotate(25deg);
}
.send-kvitel .content .content-bottom a:hover {
  transform: scale(1.2);
}
.send-kvitel .content .content-bottom .texts {
  margin: 0 28px;
  font-size: 38px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 2.6px;
  width: 520px;
}
.send-kvitel .content .content-bottom .texts span {
  font-size: 44px;
  letter-spacing: 2px;
}
.send-kvitel .content .content-bottom .texts svg {
  display: block;
  height: 3px;
  width: 100%;
}

.donate-hero .content {
  position: relative;
  max-width: 1590px;
  margin: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: end;
}
.donate-hero .content .content-top {
  max-width: 1295px;
  margin: 0 auto;
  display: flex;
  column-gap: 40px;
  position: relative;
  bottom: -80px;
}
.donate-hero .content .content-top h1 {
  font-size: 61px;
  line-height: 48px;
  letter-spacing: -2px;
  color: #8D4D3A;
  padding-top: 40px;
}
.donate-hero .content .content-top h1.en {
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
}
.donate-hero .content .content-top .birds {
  position: absolute;
  left: -120px;
  top: 70px;
}
.donate-hero .content .content-top img {
  max-width: 874px;
}
.donate-hero .content .content-bottom {
  background-color: #fff;
  padding: 130px 0 50px 0;
  border-top-left-radius: 74px;
}
.donate-hero .content .content-bottom.en {
  padding-bottom: 30px;
  padding-top: 120px;
}
.donate-hero .content .content-bottom .texts {
  max-width: 1300px;
  margin: auto;
  column-gap: 35px;
}
.donate-hero .content .content-bottom .texts p {
  min-width: 600px;
  max-width: 654px;
  font-size: 17.8px;
  line-height: 20px;
  color: #393A1E;
}
.donate-hero .content .content-bottom .texts p span {
  display: block;
  margin-bottom: 6px;
}
.donate-hero .content .content-bottom .texts p.en {
  font-size: 20px;
  line-height: 21px;
  min-width: 50%;
  max-width: 654px;
}
.donate-hero .content .content-bottom .texts p.en span {
  margin-bottom: 10px;
}

.sketch .content {
  max-width: 1205px;
  position: relative;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sketch .content .sketch-title {
  position: relative;
  z-index: 1;
  display: flex;
  color: #995C3D;
}
.sketch .content .sketch-title h1 {
  font-size: 228px;
  line-height: 112px;
  letter-spacing: -8px;
}
.sketch .content .sketch-title p {
  font-size: 60px;
  line-height: 40px;
  letter-spacing: -2px;
  color: #302E22;
}
.sketch .content .sketch-title.en {
  align-items: flex-start;
  justify-content: center;
  column-gap: 40px;
}
.sketch .content .sketch-features {
  display: flex;
  align-items: flex-end;
  margin-top: -200px;
}
.sketch .content .sketch-features .features-list {
  background-color: #995C3D;
  color: #fff;
  padding: 14px 24px;
  border-radius: 8px;
  width: 285px;
  margin-right: 15px;
  margin-top: 8px;
  align-items: center;
}
.sketch .content .sketch-features .features-list span {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 16px;
  margin-right: 20px;
  margin-left: 10px;
  width: 156px;
}
.sketch .content .sketch-features .features-list span.f-Volte {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  margin-right: 0;
  margin-left: 0;
  width: 180px;
}
.sketch .content .sketch-features .features-list svg {
  min-width: 40px;
}
.sketch .content .sketch-features .features-list .row {
  row-gap: 14px;
  padding: 10px 0;
}
.sketch .content .sketch-features .features-list .col-6 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.sketch .content .sketch-features .features-list .col-6 span {
  margin-top: 6px;
  margin-right: 0;
  margin-left: 0;
  width: auto;
}
.sketch .content .sketch-features img {
  position: relative;
  bottom: -70px;
  left: 10px;
}
.sketch .content .sketch-features.en {
  justify-content: flex-end;
  margin-top: -210px;
  padding-left: 30px;
}
.sketch .content .sketch-features.en img {
  left: 0px;
}
.sketch .content .sketch-floors {
  margin-top: 60px;
}
.sketch .content .sketch-floors .floor {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='586.372' height='140.387' viewBox='0 0 586.372 140.387'%3E%3Cpath id='Path_3737' data-name='Path 3737' d='M-2179.165,8329.237c-.649-8.722,0,0,5.048-12.224,0,0-3.1-7.711-2.524-20.172.359-7.723-5.117-7.475.069-14.951a13.025,13.025,0,0,0,2.365-6.229H-2754.12c-3.726,15.359,1.782,7.066,0,17.512s5.143,15.471,5.143,15.471-3.361,7.726-3.361,15.2,0,0-1.3,8.722,0,0-2.384,3.737,3.682,3.738,2.384,11.214,0,0-4.4,3.739,4.4,2.491,5.048,11.213,0,0-5.048,12.225c0,0,3.1,7.712,2.523,20.171-.359,7.723,5.118,7.477-.069,14.952a13.017,13.017,0,0,0-2.364,6.229h579.911c3.727-15.36-1.781-7.068,0-17.514s-5.142-15.47-5.142-15.47,3.361-7.726,3.361-15.2,0,0,1.3-8.722,0,0,2.384-3.738-3.682-3.738-2.384-11.214,0,0,4.4-3.738S-2178.517,8337.96-2179.165,8329.237Z' transform='translate(2759.262 -8275.661)' fill='%23302e22'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 140px;
  font-size: 52px;
  line-height: 34px;
  text-align: center;
  display: flex;
  color: #DB8C7C;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
}
.sketch .content .sketch-floors .floor .img {
  max-width: 334px;
}
.sketch .content .sketch-floors .floor .img img {
  max-width: 100%;
  transition: 400ms;
}
.sketch .content .sketch-floors .floor:hover .img img {
  transform: scale(1.2);
}
.sketch .content .sketch-floors .floor span {
  display: block;
  width: 180px;
}
.sketch .content .sketch-floors .floor .f-CreativeVintage {
  font-size: 35px;
  line-height: 1;
}

.zechusim .content {
  position: relative;
  max-width: 1414px;
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zechusim .content img {
  max-width: 100%;
  max-height: 90%;
}

.donate-cta .content {
  max-width: 1380px;
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
  left: 40px;
}
.donate-cta .content .symbol {
  width: 345px;
  position: absolute;
  left: 0;
}
.donate-cta .content .img {
  max-width: 100%;
  max-height: 98vh;
}
.donate-cta .content .donate-contact-info {
  position: absolute;
  bottom: 80px;
  left: 50%;
  font-size: 24px;
  line-height: 30px;
  transform: translateX(-50%);
}
.donate-cta .content .donate-contact-info a {
  display: block;
  color: #47311F;
  text-decoration: none;
}
.donate-cta .content .donate-contact-info span {
  color: #8D4D3A;
}

.donation-popup .fancybox__content {
  height: 100% !important;
  max-width: 800px !important;
}

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