
  
  .typed-words {
	color: #fff;
	text-align: center;
	font-size: 72px;
	font-weight: 600;
	line-height: 84px;
	text-decoration: none;
	display: inline-block;
  }
  
  .blue-gradient {
	z-index: 99;
	background-image: linear-gradient(#123048 .5%, #0000 100%, #1230481f);
	height: 13%;
	position: fixed;
	inset: 0%;
  }
  
  .section-02 {
	background-color: var(--midnight-blue);
	color: #333;
	padding-top: 140px;
	padding-bottom: 140px;
  }
  
  .content-wrapper {
	z-index: 1;
	border: 1px solid #fff0;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	position: relative;
  }
  
  .content-wrapper.jobs-page {
	z-index: 1;
  }
  
  .content-wrapper.full-width {
	width: 100%;
  }
  
  .heading-2 {
	color: var(--white);
	margin-bottom: 40px;
	font-size: 72px;
	font-weight: 600;
	line-height: 74px;
  }
  
  .heading-2.section-4-heading {
	color: var(--midnight-blue);
	margin-left: 0;
  }
  
  .paragraph {
	color: var(--white);
	max-width: 800px;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 400;
	line-height: 36px;
  }
  
  .paragraph.section-06-paragraph {
	color: var(--midnight-blue);
	max-width: 1150px;
  }
  
  .text-span {
	font-family: "Fa 700", sans-serif;
	font-size: 24px;
	font-weight: 500;
  }
  
  .section-03 {
	background-color: var(--white-smoke);
	padding-top: 100px;
	padding-bottom: 140px;
  }
  
  .heading-3 {
	color: #fbf9fc;
	text-align: center;
	margin-bottom: 8px;
	font-size: 130px;
  }
  
  .heading-3.clones {
	color: #00c5ff;
	font-size: 72px;
	font-weight: 500;
	line-height: 84px;
  }
  
  .heading-3.followers {
	color: var(--shine-blue);
	text-align: center;
	font-size: 72px;
	font-weight: 500;
	line-height: 84px;
	display: block;
  }
  
  .heading-3.tips {
	color: #00c5ff;
	text-align: center;
	letter-spacing: -5px;
	font-size: 72px;
	font-weight: 500;
	line-height: 84px;
  }
  
  .info-container {
	align-items: center;
	margin-left: 0;
	margin-right: 0;
	display: flex;
  }
  
  ._3-columns {
	grid-column-gap: 0px;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr;
	width: 100%;
	height: 100%;
  }
  
  .text-block-5 {
	color: var(--grey);
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	display: inline-block;
  }
  
  .horizontal-digitd {
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .heading-4 {
	color: var(--shine-blue);
	font-size: 85px;
	font-weight: 500;
	line-height: 90px;
  }
  
  .digit-grid-wrapper {
	grid-column-gap: 75px;
	grid-row-gap: 75px;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid;
  }
  
  .one, .two, .three, .four {
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	display: flex;
  }
  
  .normal-digit {
	color: var(--shine-blue);
	font-size: 72px;
	font-weight: 500;
	line-height: 84px;
  }
  
  .all-section-content-wrapper.midnight-blue {
	font-family: Poppins, sans-serif;
  }
  
  .section-4 {
	background-color: #04243d;
	padding-top: 100px;
	padding-bottom: 100px;
  }
  
  .heading-5 {
	color: var(--white);
	margin-bottom: 40px;
	font-size: 72px;
	font-weight: 600;
	line-height: 88px;
  }
  
  .text-block-6 {
	color: var(--white);
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
  }
  
  .case-studies-div {
	margin-top: 75px;
  }
  
  .collection-list, .collection-list.hide {
	grid-column-gap: 80px;
	grid-row-gap: 80px;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid;
  }
  
  .cms-boxes {
	text-decoration: none;
	position: relative;
  }
  
  .cms-boxes.vertical-box {
	display: flex;
  }
  
  .cms-image-gradient {
	height: 370px;
	position: relative;
  }
  
  .cms-image-gradient.big {
	flex: 0 auto;
	width: 90%;
	height: 650px;
  }
  
  .image {
	object-fit: cover;
	width: 100%;
	height: 100%;
  }
  
  .cms-content-box {
	margin-top: -71px;
	position: relative;
  }
  
  .cms-content-box.no-margin {
	z-index: 1;
	flex-direction: column;
	flex: 0 auto;
	justify-content: center;
	align-items: flex-start;
	margin-top: 0;
	margin-left: -100px;
	display: flex;
  }
  
  .cms-content-box.blogs-content-box {
	margin-top: -63px;
  }
  
  .heading-6 {
	color: var(--white);
	margin-bottom: 40px;
	font-size: 38px;
	font-weight: 600;
	line-height: 44px;
  }
  
  .midnight-blue-overlay {
	background-image: linear-gradient(#04243dbf, #04243dbf);
	position: absolute;
	inset: 0%;
  }
  
  .paragraph-2 {
	color: var(--dull-grey);
	max-width: 450px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
  }
  
  .text-block-7 {
	font-size: 20px;
	line-height: 28px;
	text-decoration: underline;
  }
  
  .text-block-8 {
	color: var(--green);
	font-size: 22px;
	line-height: 28px;
	text-decoration: underline;
  }
  
  .cms-gradient {
	background-image: linear-gradient(92deg, #0000, #fff);
	position: absolute;
	inset: 0%;
  }
  
  .cms-gradient.pink-and-orange {
	background-image: linear-gradient(70deg, #f46c3c80 30%, #e5157880 63%);
  }
  
  .cms-gradient.pink-and-orange.dark {
	background-image: linear-gradient(70deg, #f46c3cd9 50%, #e51578d9 63%);
  }
  
  .cms-gradient.blue-and-green {
	background-image: linear-gradient(92deg, #51b8c780 30%, #7bf8c380 70%);
  }
  
  .cms-gradient.blue-and-green.no-gradient-cms {
	display: none;
  }
  
  .cms-gradient.sky-blue-and-pink {
	background-image: linear-gradient(92deg, #c282c080 30%, #8bd2f7b3 70%);
  }
  
  .cms-gradient.blue-and-pink {
	background-image: linear-gradient(92deg, #ff009180, #00c5ff80);
  }
  
  .cms-gradient.pink-and-blue {
	background-image: linear-gradient(34deg, #ff009173, #00c5ff80);
  }
  
  ._1st-gradient {
	background-image: linear-gradient(193deg, #0000, #fff);
	height: 50%;
  }
  
  ._1st-gradient._2nd-gradient {
	opacity: .74;
	background-image: linear-gradient(36deg, #0000, #ffffff2b);
  }
  
  .div-block {
	height: 200px;
  }
  
  .section-5 {
	background-color: #ebedef;
	padding-top: 140px;
	padding-bottom: 160px;
	position: relative;
  }
  
  .li-nk-div {
	margin-top: 80px;
  }
  
  .li-nk-div.second-button {
	margin-top: 40px;
  }
  
  .li-nk-div.bold {
	font-weight: 600;
  }
  
  .link {
	color: var(--green);
	font-size: 24px;
	font-weight: 700;
	line-height: 26px;
	text-decoration: none;
  }
  
  .text-span-2 {
	font-family: "Fa 700", sans-serif;
	font-weight: 900;
  }
  
  .vector-grid {
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	margin-top: 60px;
	position: relative;
  }
  
  .vector-grid.second {
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	width: 100%;
	margin-top: 140px;
	padding-top: 0;
	display: grid;
  }
  
  .border {
	border-top: 3px solid var(--dull-grey);
	justify-content: space-between;
	height: 80px;
	display: flex;
  }
  
  .border.last {
	justify-content: flex-end;
  }
  
  .right-line {
	background-color: var(--dull-grey);
	width: 3px;
  }
  
  .div-block-2 {
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding-left: 0;
	padding-right: 0;
	display: flex;
	position: relative;
  }
  
  .image-2 {
	width: 120px;
	margin-bottom: 40px;
  }
  
  .text-block-9 {
	color: var(--gradient-blue);
	text-align: center;
	overflow-wrap: break-word;
	max-width: 150px;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
  }
  
  .grey-line {
	background-color: var(--dull-grey);
	width: 3px;
	height: 100px;
  }
  
  .image-tile {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 40px;
	padding-left: 0;
	padding-right: 0;
	display: flex;
  }
  
  .absulute-grey-line {
	background-color: var(--dull-grey);
	width: 50%;
	height: 3px;
	position: absolute;
	inset: 0% 0% auto auto;
  }
  
  .absulute-grey-line.left-side {
	width: 3px;
	height: 100px;
	inset: 0% 0% 0% auto;
  }
  
  .top-grey-line {
	background-color: var(--dull-grey);
	width: 3px;
	height: 100px;
	margin-left: 0;
	position: absolute;
	inset: -26% auto auto 0%;
  }
  
  .section-6 {
	padding-top: 200px;
	padding-bottom: 140px;
  }
  
  .horizontal-grid {
	grid-column-gap: 100px;
	grid-row-gap: 100px;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	margin-top: 100px;
	display: grid;
  }
  
  .horizontal-grid.second-horizontal-box {
	margin-top: 170px;
  }
  
  .horizontal-grid.second-horizontal-box.new-page {
	grid-template-columns: 1fr 1fr;
	margin-top: 0;
  }
  
  .horizontal-grid.second-horizontal-box.new-page.again-right {
	margin-top: 0;
  }
  
  .horizontal-grid.horizontal-3rd-grid {
	margin-top: 170px;
  }
  
  .div-block-3 {
	margin-right: 40px;
	padding-top: 80px;
	padding-bottom: 60px;
  }
  
  .div-block-3.right-second-box {
	margin-left: 40px;
	margin-right: 0;
  }
  
  .heading-7 {
	color: var(--midnight-blue);
	margin-bottom: 30px;
	font-size: 48px;
	font-weight: 600;
	line-height: 64px;
  }
  
  .paragraph-3 {
	color: var(--midnight-blue);
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
  }
  
  .right-box-image {
	background-image: url("/img/pages/about_us/pacman_bg_right.svg");
	background-position: 0 0;
	background-size: 75px;
	padding-top: 60px;
	padding-left: 0;
	padding-right: 80px;
	position: relative;
  }
  
  .right-box-image.left-box {
	background-image: url("/img/pages/about_us/pacman_bg_left.svg");
	padding-left: 50px;
	padding-right: 0;
  }
  
  .right-box-image.left-box.new-page {
	background-image: none;
	margin-right: 0;
	padding-top: 0;
	padding-left: 0;
  }
  
  .right-box-image.left-box.new-page.right {
	margin-left: 0;
	margin-right: 0;
  }
  
  .image-3 {
	object-fit: cover;
	width: 100%;
	height: 400px;
  }
  
  ._01 {
	opacity: .4;
	position: absolute;
	inset: auto auto -85px -89px;
  }
  
  ._01._02 {
	inset: auto -76px -85px auto;
  }
  
  .heading-8 {
	color: #78bff5;
	font-size: 150px;
	line-height: 200px;
  }
  
  .section-7 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/65700c931ec79e64dd29a7e0_content-image-fullscreen-metaverse.jpg");
	background-position: 50% 0;
	background-size: cover;
	background-attachment: fixed;
	min-height: 65vh;
  }
  
  .section-8 {
	padding-top: 140px;
	padding-bottom: 100px;
  }
  
  .mini-text-grid {
	grid-column-gap: 65px;
	grid-row-gap: 65px;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	margin-top: 80px;
	display: grid;
  }
  
  .horizontal-min-div {
	align-items: center;
	display: flex;
  }
  
  .hover-line {
	background-color: var(--dull-grey);
	width: 4px;
	height: 80px;
  }
  
  .text-dive {
	justify-content: center;
	align-items: center;
	margin-left: 40px;
	display: flex;
  }
  
  .section-9 {
	padding-top: 80px;
	padding-bottom: 140px;
  }
  
  .big-bg {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/65700c920fb2e670f3ebc7fe_Homeseite_5.jpg");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 85%;
	height: 650px;
	margin-left: auto;
	position: relative;
  }
  
  .green-overlay {
	background-image: linear-gradient(245deg, #04ff8559, #04ff8521);
	position: absolute;
	inset: 0%;
  }
  
  .midnight-blue-bg {
	background-color: var(--midnight-blue);
	width: 75%;
	margin-top: -245px;
	margin-left: 140px;
	padding: 60px;
	position: relative;
  }
  
  .text-block-10 {
	color: var(--white);
	font-size: 25px;
	font-weight: 500;
	line-height: 30px;
  }
  
  .text-span-3 {
	font-family: "Fa 700", sans-serif;
  }
  
  .section-10 {
	padding-top: 100px;
	padding-bottom: 140px;
  }
  
  .logos-grid {
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	margin-top: 140px;
	display: grid;
  }
  
  .bg-image-plus {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/65744a065649e15f8dc97487_plus-bg-right.svg");
	background-position: 0 0;
	background-size: 100px;
	display: none;
	position: absolute;
	inset: 0%;
  }
  
  .text-span-4 {
	font-family: "Fa Solid 900", sans-serif;
	font-size: 24px;
  }
  
  .logo-div {
	z-index: 0;
	opacity: .5;
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/65745285c5a11f5f295a0234_kunden-carlsberg-removebg-preview%20(1).png");
	background-position: 50%;
	background-repeat: repeat-x;
	background-size: 375px;
	height: 350px;
	position: relative;
  }
  
  .logo-div._02 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/65745285f10b86a6f634333d_kunden-elvetino-removebg-preview.png");
	background-repeat: no-repeat;
	background-size: contain;
  }
  
  .logo-div._02._05 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/65745285b900dfa46c5d1dbf_kunden-postauto-removebg-preview.png");
	background-size: contain;
  }
  
  .logo-div._03 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/657452852a805304ab8a83e8_kunden-feldschloesschen-removebg-preview.png");
  }
  
  .logo-div._03._05 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/657452859f60d7965d76a2b1_kunden-robidog-removebg-preview.png");
  }
  
  .logo-div._4 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/65745286d5094c6b06a3f255_kunden-nzz-removebg-preview.png");
	background-repeat: repeat-y;
  }
  
  .logo-div._06 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/657452857d7f5fa4e96348dc_kunden-sporthilfe-removebg-preview.png");
  }
  
  .logo-div._07 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/65745285d5094c6b06a3f21a_kunden-swisscom-removebg-preview.png");
  }
  
  .logo-div._08 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/657452874469ff0c24c4d75c_kunden-ucc-coffee-removebg-preview.png");
  }
  
  .logo-div._09 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/65745287f10b86a6f63433b7_kunden-die-zentralbahn-removebg-preview.png");
  }
  
  .logo-div._10 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/6574528768161712bb76200f_kunden-rhaetische-bahn-removebg-preview%20(1).png");
  }
  
  .logo-div._11 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/65745286191fc45f475ce565_kunden-suva-removebg-preview.png");
  }
  
  .logo-div._12 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/657452865f51682c8fa48d5f_kunden-zermatt-removebg-preview.png");
  }
  
  .logo-div._13 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/65745287d7d261a360e16147_kunden-stade-de-suisse-removebg-preview.png");
  }
  
  .logo-div._14 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/6574528cc2fce9717f29ed69_kunden-drakos-removebg-preview.png");
  }
  
  .logo-div._15 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/6574528cf10b86a6f6343dce_kunden-sonnen-removebg-preview.png");
  }
  
  .image-4 {
	object-fit: contain;
	width: 100%;
	height: 100%;
	display: none;
  }
  
  .plus-border {
	z-index: -1;
	position: absolute;
	inset: 0%;
  }
  
  .image-5 {
	z-index: -1;
	width: 10px;
	position: absolute;
	inset: 0% auto auto 0%;
  }
  
  .image-5._2nd {
	z-index: -1;
	inset: 0% 0% auto auto;
  }
  
  .image-5._2nd._3rd {
	z-index: -1;
	inset: auto auto 0% 0%;
  }
  
  .image-5._2nd._3rd.hide-on-desktop {
	display: block;
  }
  
  .image-5._2nd._3rd.hide-on-desktop.tablet.hide {
	display: none;
  }
  
  .image-5._2nd._3rd.hide-on-desktop.hide {
	display: block;
  }
  
  .image-5._2nd._3rd.hide-on-desktop.hide.again-hide, .image-5._2nd._3rd.phone {
	display: none;
  }
  
  .image-5._2nd._4rth {
	z-index: -1;
	inset: auto 0% 0% auto;
  }
  
  .heading-9 {
	color: var(--green);
	font-size: 64px;
	font-weight: 600;
	line-height: 84px;
	text-decoration: underline;
  }
  
  .links {
	align-items: center;
	margin-top: 40px;
	text-decoration: none;
	display: flex;
  }
  
  .heading-10 {
	color: var(--grey);
	margin-top: 0;
	margin-bottom: 0;
	font-family: "Fa Brands 400", sans-serif;
	font-size: 44px;
	line-height: 54px;
  }
  
  .heading-10.email {
	font-family: "Fa 700", sans-serif;
  }
  
  .heading-10._3rd {
	font-family: "Fa Solid 600", sans-serif;
  }
  
  .middle-line {
	background-color: #8296a7b3;
	width: 45px;
	height: 2px;
	margin-left: 20px;
	margin-right: 20px;
  }
  
  .link-2 {
	color: #8296a7b3;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
  }
  
  .div-block-4 {
	align-items: center;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
  }
  
  .text-block-11 {
	color: var(--grey);
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
  }
  
  .link-3 {
	color: #8296a7bf;
	text-decoration: none;
  }
  
  .brand-holder {
	flex-direction: column;
	flex: 1;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 140px;
	padding-top: 0;
	padding-bottom: 0;
	display: flex;
	position: relative;
	overflow: hidden;
  }
  
  .body-2 {
	font-family: Poppins, sans-serif;
	font-weight: 500;
  }
  
  .nav-link-copy.midnight-blue {
	color: #fff;
	padding-left: 15px;
  }
  
  .nav-link-copy.midnight-blue.w--current {
	padding: 20px;
	text-decoration: none;
	transition: all .35s;
  }
  
  .nav-link-copy.w--current {
	color: var(--green);
	text-decoration: underline;
  }
  
  .nav-link-copy.midnight-blue {
	font-weight: 500;
  }
  
  .nav-link-copy.midnight-blue.w--current {
	text-decoration: none;
  }
  
  .nav-link-copy.midnight-blue {
	color: var(--gradient-blue);
	padding-right: 15px;
	transition: all .35s;
  }
  
  .nav-link-copy.midnight-blue:hover {
	color: var(--green);
	text-decoration: underline;
  }
  
  .nav-link-copy {
	color: var(--white);
	text-transform: capitalize;
	font-size: 18px;
  }
  
  .nav-link-copy.midnight-blue {
	color: var(--gradient-blue);
  }
  
  .section-11 {
	height: 200vh;
  }
  
  .section-12 {
	padding-top: 230px;
	padding-bottom: 120px;
  }
  
  .section-12.new-blog-hero-section {
	width: 100vw;
	padding-top: 175px;
	font-size: 22px;
	line-height: 1.5em;
	overflow: hidden;
  }
  
  .hackthons-heading {
	color: var(--black);
	width: 85%;
	margin-bottom: 12px;
	margin-left: -4px;
	font-size: 72px;
	line-height: 1.5em;
  }
  
  .hackthons-heading.impressum {
	padding-left: 100px;
	font-size: 54px;
  }
  
  .paragraph-4 {
	color: var(--black);
	width: 85%;
	max-width: 100%;
	margin-bottom: 0;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5em;
  }
  
  .paragraph-4.new {
	max-width: none;
	margin-bottom: 30px;
  }
  
  .paragraph-4.team-paragraph {
	max-width: 1000px;
  }
  
  .text-span-5 {
	font-family: "Fa 700", sans-serif;
  }
  
  .small-content {
	max-width: 90%;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
  }
  
  .heading-12 {
	color: var(--midnight-blue);
	margin-bottom: 20px;
	font-size: 44px;
	line-height: 72px;
  }
  
  .section-13 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/65754b14baffc440d26a533b_SoBrTeamFoto_22%20(1).jpg");
	background-position: 50% 0;
	background-size: cover;
	background-attachment: fixed;
	min-height: 70vh;
  }
  
  .section-14 {
	padding-top: 140px;
	padding-bottom: 140px;
  }
  
  .team-content-wrapper {
	max-width: 85%;
	margin-left: auto;
	margin-right: auto;
  }
  
  .heading-13 {
	color: var(--midnight-blue);
	font-size: 54px;
	line-height: 72px;
  }
  
  .authors-list {
	margin-top: 40px;
  }
  
  .collection-list-2 {
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid;
  }
  
  .image-wrapper {
	margin-bottom: 30px;
  }
  
  .image-6 {
	width: 100%;
  }
  
  .div-block-5 {
	padding-top: 0;
  }
  
  .heading-14 {
	color: var(--midnight-blue);
  }
  
  .title-info {
	align-items: center;
	display: flex;
  }
  
  .text-block-12 {
	color: var(--grey);
	font-size: 18px;
	font-weight: 400;
  }
  
  .link-block {
	margin-left: 14px;
  }
  
  .image-7 {
	width: 24px;
  }
  
  .link-4 {
	color: var(--pink);
  }
  
  .link-5 {
	color: var(--pink);
	font-weight: 500;
	text-decoration: none;
	transition: all .25s;
  }
  
  .link-5:hover {
	text-decoration: underline;
  }
  
  .section-15 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/657556758e33e5e913ba57bb_Jobs_3%20(1).jpg");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	align-items: flex-end;
	min-height: 50vh;
	padding-bottom: 60px;
	display: flex;
	position: relative;
  }
  
  .section-15.blog-page {
	padding-bottom: 60px;
	display: none;
  }
  
  .body-3 {
	font-family: Poppins, sans-serif;
	font-weight: 500;
  }
  
  .heading-15 {
	font-size: 72px;
	line-height: 84px;
  }
  
  .gradient-on-job-page {
	background-image: linear-gradient(230deg, #e51578d9, #f46c3ceb);
	position: absolute;
	inset: 0%;
  }
  
  .section-16 {
	padding: 100px 5% 140px;
  }
  
  .heading-16 {
	color: var(--midnight-blue);
	margin-bottom: 30px;
	font-size: 48px;
	font-weight: 600;
	line-height: 64px;
  }
  
  .paragraph-5 {
	max-width: 1050px;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
  }
  
  .span {
	text-decoration: none;
  }
  
  .new-grid {
	margin-top: 100px;
  }
  
  .midnight-blue-grid {
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	margin-top: 40px;
	display: grid;
  }
  
  .first-box {
	background-color: var(--midnight-blue);
	flex-direction: column;
	justify-content: space-between;
	padding: 30px;
	display: flex;
  }
  
  .text-block-13 {
	color: var(--green);
	margin-bottom: 0;
	font-family: "Fa Solid 900", sans-serif;
	font-size: 30px;
	line-height: 40px;
  }
  
  .heading-17 {
	color: var(--white);
	font-weight: 600;
  }
  
  .paragraph-6 {
	color: var(--grey);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
  }
  
  .text-span-6, .text-span-7 {
	font-family: "Fa 700", sans-serif;
  }
  
  .section-17 {
	width: 100%;
	padding: 60px 5% 100px;
  }
  
  .collection-list-wrapper {
	margin-top: 40px;
  }
  
  .collection-item {
	margin-bottom: 30px;
  }
  
  .jobs-div {
	justify-content: space-between;
	align-items: center;
	display: flex;
  }
  
  .heading-18 {
	color: var(--midnight-blue);
	font-size: 26px;
	font-weight: 600;
	line-height: 34px;
  }
  
  .text-block-14 {
	color: var(--grey);
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
  }
  
  .text-span-8 {
	font-family: "Fa Solid 600", sans-serif;
  }
  
  .finish-line {
	background-color: #8296a766;
	height: 2px;
	margin-top: 30px;
  }
  
  .link-6 {
	color: var(--pink);
	font-size: 20px;
	font-weight: 700;
  }
  
  .text-span-9 {
	font-family: "Fa 700", sans-serif;
  }
  
  .section-18 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/65755676743caa1e08807ee0_parallex_Jobs1_1%20(2).jpg");
	background-position: 50%;
	background-size: cover;
	background-attachment: fixed;
	min-height: 70vh;
  }
  
  .section-19 {
	padding-top: 230px;
	padding-bottom: 140px;
  }
  
  .body-4 {
	font-family: Poppins, sans-serif;
  }
  
  .heading-19 {
	color: var(--midnight-blue);
	margin-bottom: 40px;
	font-size: 68px;
	line-height: 82px;
  }
  
  .paragraph-7 {
	color: var(--midnight-blue);
	max-width: 1000px;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
  }
  
  .section-20 {
	background-color: var(--midnight-blue);
	padding-top: 140px;
	padding-bottom: 60px;
  }
  
  .case-studies-grid {
	grid-column-gap: 80px;
	grid-row-gap: 80px;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid;
  }
  
  .text-block-15 {
	color: #04ff85;
	font-size: 22px;
	line-height: 28px;
	text-decoration: underline;
  }
  
  .heading-20 {
	color: #fff;
	margin-bottom: 40px;
	font-size: 38px;
	font-weight: 600;
	line-height: 44px;
  }
  
  .heading-20.blogs-title {
	font-size: 32px;
  }
  
  .image-8 {
	object-fit: cover;
	width: 100%;
	height: 100%;
  }
  
  .paragraph-8 {
	color: #c2c9cd;
	max-width: 450px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
  }
  
  .paragraph-8.blogs-mini-description {
	font-size: 16px;
	line-height: 26px;
  }
  
  .tag {
	z-index: 1;
	background-color: var(--midnight-blue);
	justify-content: center;
	align-items: center;
	padding: 11px;
	display: flex;
	position: absolute;
  }
  
  .text-block-16 {
	color: var(--sky-blue);
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 15px;
	text-decoration: none;
  }
  
  .vertical-case-study {
	margin-bottom: 140px;
  }
  
  .ventures-div {
	margin-top: 140px;
  }
  
  .heading-21 {
	color: var(--white);
	margin-bottom: 40px;
	font-size: 44px;
	font-weight: 600;
	line-height: 64px;
  }
  
  .section-21 {
	padding-top: 250px;
	padding-bottom: 100px;
  }
  
  .body-5 {
	font-family: Poppins, sans-serif;
  }
  
  .heading-22 {
	color: var(--midnight-blue);
	text-align: center;
	margin-bottom: 20px;
	padding-left: 72px;
	padding-right: 72px;
	font-size: 48px;
	line-height: 1.5em;
  }
  
  .text {
	margin-top: 0;
	padding-left: 6%;
	padding-right: 6%;
	display: flex;
  }
  
  .text-block-17 {
	color: var(--midnight-blue);
	margin-top: 20px;
	margin-right: 10px;
	font-family: "Fa 700", sans-serif;
	font-size: 40px;
	line-height: 54px;
  }
  
  .body-text h1 {
	color: var(--midnight-blue);
  }
  
  .body-text h2 {
	color: var(--midnight-blue);
	font-size: 40px;
	font-weight: 600;
	line-height: 54px;
  }
  
  .body-text h3 {
	color: var(--midnight-blue);
	margin-bottom: 30px;
	font-size: 36px;
	font-weight: 600;
	line-height: 48px;
  }
  
  .body-text p {
	color: var(--midnight-blue);
	font-size: 20px;
	line-height: 30px;
  }
  
  .body-text ul {
	color: var(--midnight-blue);
	font-size: 20px;
	line-height: 28px;
  }
  
  .body-text a {
	color: var(--pink);
	font-weight: 600;
  }
  
  .body-text li {
	margin-bottom: 10px;
	line-height: 32px;
  }
  
  .body-text sub {
	font-family: "Fa 700", sans-serif;
	font-size: 36px;
	bottom: 0;
  }
  
  .link-dive {
	margin-top: 40px;
  }
  
  .link-7 {
	color: var(--pink);
	font-size: 26px;
	font-weight: 700;
	text-decoration: underline;
  }
  
  .body-6 {
	font-family: Poppins, sans-serif;
	font-weight: 400;
  }
  
  .hero-section_case-studies {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/65700c9443fdb2a656f348a0_suva-header-thumbnail.jpg");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	align-items: flex-end;
	min-height: 45vh;
	padding-bottom: 60px;
	display: flex;
	position: relative;
  }
  
  .heading-23 {
	font-size: 72px;
	line-height: 78px;
  }
  
  .text-block-18 {
	color: var(--white);
	font-size: 28px;
	line-height: 38px;
  }
  
  .section-22 {
	padding: 140px 40px;
  }
  
  .heading-24 {
	color: #04243d;
	margin-bottom: 40px;
	font-size: 72px;
	font-weight: 600;
	line-height: 74px;
  }
  
  .heading-24.case-study {
	font-size: 54px;
  }
  
  .paragraph-9 {
	color: #04243d;
	max-width: 800px;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
  }
  
  .paragraph-9.max-width {
	max-width: 900px;
	font-size: 20px;
  }
  
  .mini-boxes-grid {
	grid-column-gap: 40px;
	grid-row-gap: 40px;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	margin-top: 100px;
	display: grid;
  }
  
  .mini-boxes-grid.cms {
	grid-column-gap: 24px;
	grid-row-gap: 24px;
	margin-top: 80px;
  }
  
  .box-01 {
	border-left: 4px solid #8296a780;
	padding: 10px 40px;
  }
  
  .box-01 h1 {
	color: var(--shine-blue);
	font-size: 44px;
	font-weight: 700;
	line-height: 68px;
  }
  
  .box-01 h2 {
	color: var(--shine-blue);
	font-size: 44px;
	line-height: 54px;
  }
  
  .box-01 p {
	color: var(--midnight-blue);
	font-size: 20px;
	line-height: 28px;
  }
  
  .text-block-19 {
	color: var(--midnight-blue);
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
  }
  
  .text-block-19.neww {
	border-left: 3px solid #8296a770;
	padding: 20px 30px;
  }
  
  .div-block-6 {
	margin-right: 40px;
	padding-top: 80px;
	padding-bottom: 60px;
  }
  
  .div-block-6.right-second-box {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
  }
  
  .div-block-6.right-second-box.again-right-side {
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	margin-right: 40px;
	padding: 0;
	display: flex;
  }
  
  .heading-25 {
	color: #04243d;
	margin-bottom: 30px;
	font-size: 48px;
	font-weight: 600;
	line-height: 64px;
  }
  
  .paragraph-10 {
	color: #04243d;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
  }
  
  .image-9 {
	object-fit: cover;
	width: 100%;
	height: 400px;
	position: relative;
  }
  
  .image-9.new-image {
	object-fit: contain;
	object-position: 100% 50%;
	height: 100%;
	margin-top: 100px;
  }
  
  .heading-26 {
	color: #00c5ff;
	font-size: 200px;
	line-height: 200px;
  }
  
  .light-blue-bg {
	z-index: -1;
	background-color: #00c5ff1c;
	display: none;
	position: absolute;
	inset: 0%;
  }
  
  .full-bg {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/657ffec8962791a2bef6017e_suva-banner.jpg");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	min-height: 70vh;
  }
  
  .section-23 {
	padding-top: 160px;
	padding-bottom: 100px;
  }
  
  .testimonial-div {
	background-color: var(--midnight-blue);
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 60px 75px;
	display: flex;
  }
  
  .image-10 {
	border-radius: 50%;
	width: 170px;
	height: 170px;
	margin-top: -110px;
	margin-bottom: 20px;
  }
  
  .paragraph-11 {
	color: var(--white);
	text-align: center;
	max-width: 850px;
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 30px;
  }
  
  .title-description {
	align-items: center;
	display: flex;
  }
  
  .text-block-20 {
	color: var(--shine-blue);
	font-size: 18px;
  }
  
  .text-block-20.title {
	color: #ffffff6b;
  }
  
  .mini-line {
	background-color: var(--white);
	width: 24px;
	height: 1.6px;
	margin-left: 7px;
	margin-right: 7px;
  }
  
  .section-24 {
	padding: 60px 40px 100px;
  }
  
  .authors-grid {
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid;
  }
  
  .author {
	flex-direction: column;
	display: flex;
  }
  
  .image-11 {
	object-fit: cover;
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
  }
  
  .heading-27 {
	color: var(--midnight-blue);
	font-size: 20px;
	font-weight: 700;
  }
  
  .shrt-text p {
	color: var(--white);
	font-size: 28px;
  }
  
  .body-7 {
	font-family: Poppins, sans-serif;
  }
  
  .full-text h1 {
	color: var(--midnight-blue);
	font-size: 54px;
  }
  
  .full-text h2 {
	color: var(--midnight-blue);
	font-size: 48px;
	font-weight: 600;
	line-height: 58px;
  }
  
  .full-text p {
	color: var(--midnight-blue);
	max-width: 900px;
	font-size: 20px;
	line-height: 30px;
  }
  
  .full-text a {
	color: var(--pink);
	font-weight: 400;
	text-decoration: none;
	transition: opacity 3s;
  }
  
  .full-text a:hover {
	text-decoration: underline;
  }
  
  .first-text {
	margin-top: 277px;
  }
  
  .first-text h1 {
	color: var(--midnight-blue);
	font-size: 48px;
	line-height: 64px;
  }
  
  .first-text h2 {
	color: var(--midnight-blue);
	font-size: 48px;
	font-weight: 600;
	line-height: 64px;
  }
  
  .first-text p {
	color: var(--midnight-blue);
	margin-bottom: 0;
	font-size: 18px;
	line-height: 28px;
	display: inline;
  }
  
  .first-text sup {
	margin-bottom: 10px;
	font-family: "Fa Solid 900", sans-serif;
	font-size: 20px;
	font-weight: 900;
	line-height: 24px;
	display: inline;
	top: auto;
	bottom: -2px;
  }
  
  .collection-list-3 {
	grid-column-gap: 24px;
	grid-row-gap: 24px;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid;
  }
  
  .n-gradient {
	z-index: 1;
	position: absolute;
	inset: 0%;
  }
  
  .collection-list-wrapper-2 {
	display: none;
  }
  
  .heading-28 {
	color: var(--midnight-blue);
	margin-top: 40px;
	margin-bottom: 0;
	font-size: 54px;
	line-height: 72px;
  }
  
  .link-8 {
	color: var(--pink);
	font-weight: 600;
  }
  
  .cms-links {
	margin-top: 40px;
  }
  
  .item-links h1 {
	color: var(--midnight-blue);
	font-size: 44px;
	line-height: 54px;
  }
  
  .item-links h2 {
	color: var(--midnight-blue);
	font-size: 40px;
	line-height: 54px;
  }
  
  .item-links a {
	color: var(--pink);
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
  }
  
  .item-links p {
	color: var(--midnight-blue);
	font-size: 18px;
	line-height: 24px;
  }
  
  .space {
	width: 10%;
	display: none;
  }
  
  .space.desktop {
	width: 81px;
	display: block;
  }
  
  .menu-button-2 {
	cursor: pointer;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 40px;
	margin-right: 60px;
	padding: 10px;
	display: none;
	position: absolute;
	inset: 0% 0% auto auto;
  }
  
  .menu-line-holder {
	position: relative;
  }
  
  .menu-line {
	perspective-origin: 0%;
	transform-origin: 0%;
	background-color: #000;
	width: 40px;
	height: 1.5px;
	margin-bottom: 8px;
  }
  
  .menu-line._4 {
	perspective-origin: 100%;
	transform-origin: 100%;
	position: absolute;
	inset: 0%;
  }
  
  .menu-line._2 {
	height: 2px;
  }
  
  .menu-line._2._5 {
	perspective-origin: 100%;
	transform-origin: 100%;
	position: absolute;
	inset: 0%;
  }
  
  .menu-line._3 {
	height: 2px;
	margin-bottom: 0;
  }
  
  .menu-line._3._6 {
	perspective-origin: 100%;
	transform-origin: 100%;
	position: absolute;
	inset: 0%;
  }
  
  .menu-link-underline {
	perspective-origin: 0%;
	transform-origin: 0%;
	background-color: #fff;
	width: 100%;
	height: 1px;
	margin-top: 16px;
  }
  
  .close-line-holder {
	position: relative;
  }
  
  .close-line {
	perspective-origin: 50%;
	transform-origin: 50%;
	background-color: #ddd;
	width: 2px;
	height: 50px;
	transform: rotate(-45deg);
  }
  
  .close-line._2 {
	perspective-origin: 50%;
	transform-origin: 50%;
	height: 50px;
	position: absolute;
	inset: 0%;
	transform: rotate(45deg);
  }
  
  .close-line._1 {
	perspective-origin: 50%;
	transform-origin: 50%;
	height: 50px;
	transform: rotate(-45deg);
  }
  
  .menu-link-wrapper {
	background-color: #1a1a1a;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
	display: none;
	position: absolute;
	inset: 0%;
	overflow: hidden;
  }
  
  .menu-link {
	color: #ddd;
	letter-spacing: 4px;
	text-transform: capitalize;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 64px;
	font-weight: 700;
	line-height: 64px;
	text-decoration: none;
	display: flex;
	position: relative;
  }
  
  .menu-link-text-container {
	z-index: 1;
	position: relative;
	overflow: hidden;
  }
  
  .menu-close-button {
	cursor: pointer;
	justify-content: center;
	align-items: center;
	width: 60px;
	margin-top: 40px;
	margin-right: 60px;
	display: flex;
	position: absolute;
	inset: 0% 0% auto auto;
  }
  
  .heading-29 {
	color: var(--shine-blue);
	font-size: 72px;
	font-weight: 600;
	line-height: 84px;
  }
  
  .heading-29.followers {
	font-weight: 500;
  }
  
  .body-8 {
	font-family: Poppins, sans-serif;
	font-weight: 500;
  }
  
  .text-block-21 {
	color: var(--white);
	max-width: 800px;
	margin-top: 30px;
	font-size: 20px;
	line-height: 26px;
  }
  
  .my-link {
	color: #8296a7b3;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
  }
  
  .collection-list-4 {
	grid-column-gap: 80px;
	grid-row-gap: 80px;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid;
  }
  
  .section-25 {
	padding-top: 250px;
	padding-bottom: 100px;
  }
  
  .heading-30 {
	color: #04243d;
	font-size: 48px;
	line-height: 68px;
  }
  
  .heading-30.main-heading {
	margin-bottom: 20px;
	font-size: 44px;
	line-height: 60px;
  }
  
  .link-9 {
	color: #ff0091;
	font-size: 26px;
	font-weight: 700;
	text-decoration: underline;
  }
  
  .body-9 {
	font-family: Poppins, sans-serif;
	font-weight: 400;
  }
  
  .image-13 {
	object-fit: cover;
	width: 100%;
	height: 500px;
	margin-top: 30px;
	margin-bottom: 0;
  }
  
  .body-10 {
	font-family: Poppins, sans-serif;
	font-weight: 500;
  }
  
  .section-26 {
	padding-top: 220px;
	padding-bottom: 100px;
  }
  
  .text-block-22 {
	color: var(--midnight-blue);
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
  }
  
  .contact-grid {
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	grid-template-rows: auto;
	grid-template-columns: 1fr 2.5fr;
	grid-auto-columns: 1fr;
	width: 60%;
	margin-top: 20px;
	display: grid;
  }
  
  .text-block-23 {
	color: var(--grey);
	letter-spacing: 3px;
	margin-bottom: 40px;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
  }
  
  .text-block-23.next {
	margin-bottom: 24px;
  }
  
  .right-contact {
	margin-left: 0;
  }
  
  .text-block-24 {
	color: var(--midnight-blue);
	align-items: flex-start;
	margin-bottom: 7px;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
  }
  
  .link-10 {
	color: var(--pink);
	margin-bottom: 24px;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	display: block;
  }
  
  .body-11 {
	font-family: Poppins, sans-serif;
	font-weight: 500;
  }
  
  .single-text {
	margin-bottom: 20px;
	padding-left: 100px;
	padding-right: 100px;
  }
  
  .single-text h1 {
	color: var(--midnight-blue);
	font-size: 44px;
	line-height: 54px;
  }
  
  .single-text h2 {
	color: var(--midnight-blue);
	margin-bottom: 20px;
	font-size: 38px;
	font-weight: 600;
	line-height: 44px;
  }
  
  .single-text h3 {
	color: var(--midnight-blue);
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: 600;
	line-height: 38px;
  }
  
  .single-text p {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
  }
  
  .single-text ul {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
  }
  
  .single-text a {
	color: var(--pink);
	font-weight: 600;
  }
  
  .single-text ol {
	color: var(--midnight-blue);
	font-size: 40px;
	line-height: 54px;
  }
  
  .heading-31 {
	color: var(--midnight-blue);
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 600;
	line-height: 26px;
  }
  
  .divider {
	display: none;
  }
  
  .list {
	font-size: 20px;
  }
  
  .text-block-25 {
	color: var(--green);
	font-size: 24px;
	line-height: 30px;
  }
  
  .link-block-2 {
	text-decoration: none;
  }
  
  .div-block-7 {
	background-color: var(--green);
	width: 100%;
	height: 3px;
  }
  
  .blue-gradient-on-right-side {
	background-image: linear-gradient(210deg, var(--midnight-blue), #fff0 50%);
	width: 100%;
	position: absolute;
	inset: 0% 20% 0% auto;
  }
  
  .header-image {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0%;
  }
  
  .nav-link-holder {
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	margin: 0;
	padding: 20px;
	display: flex;
	position: relative;
	overflow: hidden;
  }
  
  .green-line {
	background-color: var(--green);
	width: 100%;
	height: 2px;
	margin-left: 0;
	margin-right: 0;
  }
  
  .hacthan-subheading {
	color: var(--black);
	width: 85%;
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5em;
  }
  
  .container-2 {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	display: flex;
  }
  
  .container-3 {
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
	display: flex;
  }
  
  .ibiza {
	margin-left: 7px;
	font-size: 20px;
	line-height: 30px;
  }
  
  .tab-link-2024 {
	background-color: var(--transparent);
	border-radius: 40px;
	padding: 8px 24px;
  }
  
  .tab-link-2024.w--current {
	background-color: var(--tabindex);
	color: var(--black);
	-webkit-text-fill-color: inherit;
	background-clip: border-box;
	border-radius: 40px;
	padding: 8px 24px;
  }
  
  .tab-link-2023 {
	background-color: var(--transparent);
	border-radius: 40px;
	padding: 8px 24px;
  }
  
  .tab-link-2023.w--current {
	background-color: var(--tabindex);
  }
  
  .tab-link-2019 {
	background-color: var(--transparent);
	color: var(--white);
	padding: 8px 24px;
  }
  
  .tab-link-2019.w--current {
	background-color: var(--tabindex);
	border-radius: 40px;
	font-size: 20px;
	line-height: 1.5em;
  }
  
  .tabs-menu {
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	border: 0px solid var(--midnight-blue);
	background-color: var(--midnight-blue);
	border-radius: 40px;
	justify-content: flex-end;
	width: auto;
	margin-left: auto;
	padding: 4px;
	line-height: 20px;
	display: inline-flex;
	right: 7.5%;
  }
  
  .tabs {
	flex-flow: column;
	width: 100%;
	margin-top: -90px;
	line-height: 20px;
	display: flex;
  }
  
  .text-block-26 {
	background-color: var(--transparent);
	color: #fff;
	text-align: justify;
	height: auto;
	font-size: 20px;
	line-height: 1.5em;
  }
  
  .tabs-content {
	margin-top: 36px;
	overflow: visible;
  }
  
  .div-block-8 {
	color: var(--greytext);
	justify-content: flex-start;
	align-items: center;
	width: auto;
	margin-bottom: 32px;
	line-height: 1.5em;
	display: flex;
  }
  
  .text-block-27, .text-block-28 {
	color: var(--white-smoke);
	font-size: 20px;
	line-height: 1.5em;
  }
  
  .tag1 {
	border: 2px solid var(--tabindex);
	background-color: var(--transparent);
	color: var(--tabindex);
	border-radius: 30px;
	margin-left: 24px;
	padding: 2px 16px;
	font-size: 20px;
	display: block;
  }
  
  .container-4 {
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	grid-template: "Area"
	/ 1fr 1fr;
	grid-auto-columns: 1fr;
	width: 100%;
	min-width: 100%;
	margin-left: 0;
	margin-right: 0;
	display: flex;
  }
  
  .slide-2024-2-1 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665eee4ad5c6fb696166aef1_2024-1-1.jpg");
	background-position: 50%;
	background-repeat: repeat;
	background-size: cover;
	background-attachment: scroll;
	min-width: auto;
  }
  
  .mask {
	min-width: auto;
	min-height: 580px;
  }
  
  .slider {
	min-height: 580px;
  }
  
  .column-2 {
	padding-left: 0;
	padding-right: 28px;
  }
  
  .slide-2024-2-2 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665eee4a75a4e4329b3d653c_2024-1-2.jpg");
	background-position: 50%;
	background-size: cover;
  }
  
  .slide-2024-2-3 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665eee4ad11831c24bc55da0_2024-1-3.jpg");
	background-position: 50%;
	background-size: cover;
  }
  
  .icon-3 {
	max-width: none;
  }
  
  .image-14, .image-15 {
	vertical-align: middle;
  }
  
  .left-arrow {
	border: 2px solid var(--tabindex);
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	width: 56px;
	min-width: 56px;
	height: 56px;
	min-height: 56px;
	display: flex;
	inset: auto auto -70px 0%;
  }
  
  .right-arrow {
	border: 2px solid var(--tabindex);
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	width: 56px;
	min-width: 56px;
	height: 56px;
	min-height: 56px;
	display: flex;
	inset: auto auto -70px 136px;
  }
  
  .slide-nav {
	color: var(--greytext);
	width: 56px;
	height: 56px;
	line-height: 1.5em;
	display: block;
	inset: auto auto -70px 68px;
  }
  
  .column-3 {
	padding-left: 28px;
	padding-right: 0;
  }
  
  .div-block-9 {
	margin-top: 24px;
  }
  
  .heading-33 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.5em;
  }
  
  .text-block-29 {
	color: var(--black);
	font-weight: 400;
	line-height: 1.5em;
  }
  
  .slide-4 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665eee4ad5c6fb696166aef1_2024-1-1.jpg");
	background-position: 50%;
	background-size: cover;
	width: 100%;
	margin-left: 0;
	margin-right: 16px;
  }
  
  .div-block-10 {
	border: 0 solid #000;
	flex-flow: column;
	justify-content: center;
	width: 100vw;
	height: auto;
	margin-top: 24px;
	margin-bottom: 83px;
	display: flex;
	position: relative;
	inset: auto 0% 0%;
  }
  
  .div-block-11 {
	flex-flow: column;
	align-items: center;
	width: 100%;
	display: flex;
  }
  
  .columns {
	width: 85%;
	margin-top: 64px;
  }
  
  .slider-2 {
	background-color: var(--transparent);
	width: 40%;
	height: 100%;
  }
  
  .slide-6 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665eee4afa5ab5ded2753e3e_2024-1-4.jpg");
	background-position: 50%;
	background-size: cover;
	width: 100%;
	margin-left: 16px;
	margin-right: 16px;
  }
  
  .slide-7 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665eee4a75a4e4329b3d653c_2024-1-2.jpg");
	background-position: 50%;
	background-size: cover;
	width: 100%;
	margin-left: 16px;
	margin-right: 16px;
  }
  
  .slider1 {
	background-color: var(--transparent);
	width: 100%;
	min-height: 580px;
  }
  
  .slider4 {
	width: 820px;
	height: 637px;
  }
  
  .slide2024-1-1 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665ed87d26f75da33f6f331e_2024-1-4.JPG");
	background-position: 50%;
	background-repeat: repeat;
	background-size: cover;
	background-attachment: scroll;
	min-width: auto;
  }
  
  .slide-2024-1-2 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6aec84ac24d2eaf2e53f_IMG_1094.JPG");
	background-position: 50%;
	background-size: cover;
  }
  
  .slide-2024-1-3 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665eee4ad11831c24bc55da0_2024-1-3.jpg");
	background-position: 50%;
	background-size: cover;
  }
  
  .slide-copy, .slide7y {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665eee4ad5c6fb696166aef1_2024-1-1.jpg");
	background-position: 50%;
	background-repeat: repeat;
	background-size: cover;
	background-attachment: scroll;
	min-width: auto;
  }
  
  .slide8 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6bb8ee64555930777147_IMG_9719.JPG");
	background-position: 50%;
	background-size: cover;
  }
  
  .slide9 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6bcde478795370e5f0d0_IMG_3028.JPG");
	background-position: 50%;
	background-size: cover;
  }
  
  .left-arrow3 {
	border: 2px solid var(--tabindex);
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	width: 56px;
	min-width: 56px;
	height: 56px;
	min-height: 56px;
	display: flex;
	inset: auto 200px -70px 0%;
  }
  
  .right-arrow3 {
	border: 2px solid var(--tabindex);
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	width: 56px;
	min-width: 56px;
	height: 56px;
	min-height: 56px;
	display: flex;
	inset: auto 0% -70px 200px;
  }
  
  .slidenav3 {
	color: var(--greytext);
	justify-content: center;
	align-items: center;
	width: 144px;
	height: 56px;
	padding-top: 8px;
	line-height: 1.5em;
	display: flex;
	inset: auto 0% -70px;
  }
  
  .slide7y-copy {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6a8e6b1584ae06873acb_IMG_1086.JPG");
	background-position: 50%;
	background-repeat: repeat;
	background-size: cover;
	background-attachment: scroll;
	min-width: auto;
	margin-left: 16px;
	margin-right: 16px;
  }
  
  .nav-link--study {
	color: var(--white);
	text-transform: capitalize;
	font-size: 18px;
  }
  
  .nav-link--study.w--current {
	color: var(--green);
	text-decoration: underline;
  }
  
  .nav-link--study.midnight-blue {
	font-weight: 500;
  }
  
  .nav-link--study.midnight-blue.w--current {
	text-decoration: none;
  }
  
  .div-block-12 {
	width: 85%;
	margin-top: 64px;
	display: flex;
  }
  
  .div-block-13 {
	width: 50%;
	margin-right: 0;
  }
  
  .div-block-14 {
	width: 50%;
	margin-left: 0;
  }
  
  .more-images {
	color: var(--black);
	width: 85%;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.5em;
  }
  
  .hacthan-subheading-2023, .hacthan-subheading-2019 {
	color: var(--black);
	width: 85%;
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5em;
  }
  
  .slide2024-3-1 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665ed87d26f75da33f6f331e_2024-1-4.JPG");
	background-position: 50%;
	background-repeat: repeat;
	background-size: cover;
	background-attachment: scroll;
	min-width: auto;
  }
  
  .slide-2024-3-2 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6aec84ac24d2eaf2e53f_IMG_1094.JPG");
	background-position: 50%;
	background-size: cover;
  }
  
  .slide-2024-3-3 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665eee4ad11831c24bc55da0_2024-1-3.jpg");
	background-position: 50%;
	background-size: cover;
  }
  
  .slide-2024-1-4 {
	float: right;
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f747fdf9cf61a4c8a7281_IMG_1099.JPG");
	background-position: 50%;
	background-size: cover;
  }
  
  .slide-2024-1-5 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6aec84ac24d2eaf2e53f_IMG_1094.JPG");
	background-position: 50%;
	background-size: cover;
  }
  
  .swiper-ai {
	width: 80%;
	height: 580px;
	max-height: 580px;
	margin-left: auto;
	margin-right: auto;
  }
  
  .swiper-ai.first-swiper {
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	max-height: none;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	display: flex;
	position: relative;
	overflow: visible;
  }
  
  .swiper-wrapper {
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	width: auto;
	height: 100%;
	display: flex;
  }
  
  .swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6a8e6b1584ae06873acb_IMG_1086.JPG");
	background-position: 0 0;
	background-size: auto;
	width: auto;
	height: 100%;
	min-height: auto;
	line-height: 1.5em;
  }
  
  .swiper-pagination-full {
	justify-content: center;
	align-items: center;
	width: 120px;
	min-width: 120px;
	height: 56px;
	min-height: 56px;
	font-family: Poppins, sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.5em;
	display: flex;
	position: absolute;
	inset: auto 0% 0% 50%;
	transform: translate(-50%);
  }
  
  .swiper-button-full-prev {
	z-index: 10;
	border: 2px solid var(--tabindex);
	cursor: pointer;
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	width: 56px;
	height: 56px;
	display: flex;
	position: absolute;
	inset: auto auto 0% 50%;
	transform: translate(-120px);
  }
  
  .swiper-button-full-next {
	z-index: 10;
	border: 2px solid var(--tabindex);
	cursor: pointer;
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	width: 56px;
	height: 56px;
	display: flex;
	position: absolute;
	inset: auto 50% 0% auto;
	transform: translate(120px);
  }
  
  ._2024-3-4 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665ed87d9bdfa17190b70e71_2024-1-5.JPG");
	background-position: 50%;
	background-size: cover;
  }
  
  ._2024-3-5 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665ed87d26f75da33f6f331e_2024-1-4.JPG");
	background-position: 50%;
	background-size: cover;
  }
  
  .tab-pane-2024 {
	margin-left: auto;
	margin-right: auto;
  }
  
  .slide2019-3-1 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665ed87d26f75da33f6f331e_2024-1-4.JPG");
	background-position: 50%;
	background-repeat: repeat;
	background-size: cover;
	background-attachment: scroll;
	min-width: auto;
  }
  
  .slide-2019-3-2 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6aec84ac24d2eaf2e53f_IMG_1094.JPG");
	background-position: 50%;
	background-size: cover;
  }
  
  .slide-2019-3-3 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665eee4ad11831c24bc55da0_2024-1-3.jpg");
	background-position: 50%;
	background-size: cover;
  }
  
  .slide-2019-2-1 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665eee4ad5c6fb696166aef1_2024-1-1.jpg");
	background-position: 50%;
	background-repeat: repeat;
	background-size: cover;
	background-attachment: scroll;
	min-width: auto;
  }
  
  .slide-2019-2-2 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665eee4a75a4e4329b3d653c_2024-1-2.jpg");
	background-position: 50%;
	background-size: cover;
  }
  
  .slide-2019-2-3 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665eee4ad11831c24bc55da0_2024-1-3.jpg");
	background-position: 50%;
	background-size: cover;
  }
  
  .slide-2019-3-1 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6a8e6b1584ae06873acb_IMG_1086.JPG");
	background-position: 50%;
	background-repeat: repeat;
	background-size: cover;
	background-attachment: scroll;
	min-width: auto;
	margin-left: 16px;
	margin-right: 16px;
  }
  
  .slide2019-3-2 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6bb8ee64555930777147_IMG_9719.JPG");
	background-position: 50%;
	background-size: cover;
  }
  
  .swiper-slide-2 {
	opacity: .9;
	filter: grayscale();
	color: #ffffff80;
	align-items: center;
	display: flex;
  }
  
  .carousel-arrow-w {
	cursor: pointer;
	flex: none;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
	display: flex;
	position: relative;
  }
  
  .carousel-arrow-w.arrow-next {
	margin-right: 2em;
  }
  
  .carousel-arrow-w.arrow-previous {
	margin-left: 2em;
  }
  
  .swiper-wrapper-2 {
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	display: flex;
  }
  
  .swiper-wrapper-2.first-swiper-wrapper {
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	display: flex;
  }
  
  .carousel-arrows {
	z-index: 4;
	flex: none;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	justify-content: space-between;
	place-items: center end;
	width: 100%;
	display: flex;
	position: absolute;
	inset: 0%;
  }
  
  .swiper-2.first-swiper {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	display: flex;
	position: relative;
  }
  
  .carousel-arrow-icon {
	z-index: 4;
	flex: none;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 1.25em;
	position: relative;
  }
  
  .carousel-arrow-oval {
	z-index: 3;
	background-color: #ff7a00;
	border-radius: 100%;
	width: 3.25em;
	height: 3.25em;
	margin-top: auto;
	margin-bottom: auto;
	position: absolute;
	inset: 0% auto 0% 0%;
  }
  
  .carousel-arrow-oval.next-arrow {
	inset: 0% 0% 0% auto;
  }
  
  .carousel-arrow {
	align-items: center;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	display: flex;
	position: relative;
  }
  
  .carousel-arrow.arrow-next {
	padding-left: 0;
	padding-right: 1em;
  }
  
  .image-16 {
	width: 100%;
	min-width: 100%;
	max-width: none;
	height: 100%;
	min-height: 100%;
  }
  
  .image-17 {
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
  }
  
  .image-18 {
	width: 100%;
	height: 114.361%;
  }
  
  .swiper-slide-2024-3-1.swiper-slide {
	object-fit: fill;
	background-image: none;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2024-3-2.swiper-slide {
	background-image: none;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2024-3-3.swiper-slide {
	background-image: none;
	justify-content: flex-end;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2024-3-4.swiper-slide, .swiper-slide-2024-3-5.swiper-slide {
	background-image: none;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-pagination-half {
	cursor: pointer;
	justify-content: center;
	align-items: center;
	width: auto;
	min-width: 80px;
	height: 12px;
	min-height: 12px;
	margin-top: 16px;
	display: flex;
  }
  
  .swiper-button-half-prev {
	z-index: 10;
	border: 2px solid var(--tabindex);
	cursor: pointer;
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	width: 56px;
	height: 56px;
	display: flex;
	position: absolute;
	inset: auto auto 0% 0%;
  }
  
  .swiper-button-half-next {
	z-index: 10;
	border: 2px solid var(--tabindex);
	cursor: pointer;
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	width: 56px;
	min-width: 56px;
	height: 56px;
	min-height: 56px;
	display: flex;
	position: absolute;
	inset: auto auto 0% 136px;
  }
  
  .swiper {
	width: 80%;
	height: 580px;
	max-height: 580px;
	margin-left: auto;
	margin-right: auto;
  }
  
  .swiper.first-swiper {
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 717px;
	max-height: none;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 80px;
	display: flex;
	position: relative;
	overflow: visible;
  }
  
  .swiper-slide-2024-2-1.swiper-slide {
	background-image: none;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2024-2-2.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665eee4a75a4e4329b3d653c_2024-1-2.jpg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2024-2-3.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665eee4ad11831c24bc55da0_2024-1-3.jpg");
	background-position: 50%;
	background-size: cover;
	justify-content: flex-end;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2024-2-4.swiper-slide, .swiper-slide-2024-2-5.swiper-slide {
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-rent-1.swiper-slide {
	-webkit-text-fill-color: inherit;
	background-image: none;
	background-clip: border-box;
	justify-content: center;
	align-items: center;
	height: auto;
	display: flex;
  }
  
  .swiper-slide-2024-1-2.swiper-slide {
	background-image: none;
	justify-content: center;
	align-items: center;
	height: auto;
	display: flex;
  }
  
  .swiper-slide-rent-3.swiper-slide {
	background-image: none;
	justify-content: flex-end;
	align-items: center;
	height: auto;
	display: flex;
  }
  
  .swiper-slide-2024-1-4.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f747fdf9cf61a4c8a7281_IMG_1099.JPG");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .div-block-15 {
	padding-right: 28px;
  }
  
  .div-block-16 {
	margin-left: 28px;
  }
  
  .section-30 {
	padding-top: 230px;
	padding-bottom: 120px;
  }
  
  .section-30.new-blog-hero-section {
	width: 100vw;
	padding-top: 175px;
	font-size: 22px;
	line-height: 1.5em;
	overflow: hidden;
  }
  
  .content-hack-wrapper {
	z-index: 1;
	border: 1px solid #fff0;
	flex-flow: column;
	align-items: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	position: relative;
  }
  
  .content-hack-wrapper.jobs-page {
	z-index: 1;
  }
  
  .content-hack-wrapper.full-width {
	width: 100%;
  }
  
  .div-block-11-copy {
	flex-flow: column;
	align-items: center;
	width: 100%;
	display: flex;
  }
  
  .swiper-slide-2024-1-1-copy.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6aa1fffd9b41c58f84cc_IMG_9729.JPG");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-1-1.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666bfb105b694d82d979472e_2023-left-1.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-1-2.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666bfb0ab886c9551a5949f0_2023-left-2.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-1-3.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666bfb0afb3c79ce3177c555_2023-left-3.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: flex-end;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-1-4.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666bfb0a819fd81af6f7af80_2023-left-6.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-2-1.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666bfd1e3dccd5d3471bc7d5_2023-right-1.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-2-2.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666bfd1efec8bbb60ea28335_2023-right-2.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-2-3.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666bfd1f625b229393a62377_2023-right-3.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: flex-end;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-1.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e40efff3238ba65cee_2023-bottom-51.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-2.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e4400ba179c3f995bc_2023-bottom-61.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-3.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e410f9b77d97179276_2023-bottom-57.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: flex-end;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-4.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e4b2b9a7c3bcf9d3ed_2023-bottom-62.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-5.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666bfe944cf27a9d9110b9f0_2023-3-5.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2019-1-1.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6aa1fffd9b41c58f84cc_IMG_9729.JPG");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2019-1-2.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6aec84ac24d2eaf2e53f_IMG_1094.JPG");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2019-1-3.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665ed87d9bdfa17190b70e71_2024-1-5.JPG");
	background-position: 50%;
	background-size: cover;
	justify-content: flex-end;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2019-1-4.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f747fdf9cf61a4c8a7281_IMG_1099.JPG");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2019-2-1.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665eee4ad5c6fb696166aef1_2024-1-1.jpg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2019-2-2.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665eee4a75a4e4329b3d653c_2024-1-2.jpg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2019-2-3.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665eee4ad11831c24bc55da0_2024-1-3.jpg");
	background-position: 50%;
	background-size: cover;
	justify-content: flex-end;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2019-3-1.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6a8e6b1584ae06873acb_IMG_1086.JPG");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2019-3-2.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6bb8ee64555930777147_IMG_9719.JPG");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2019-3-3.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6bcde478795370e5f0d0_IMG_3028.JPG");
	background-position: 50%;
	background-size: cover;
	justify-content: flex-end;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2019-3-4.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665ed87d26f75da33f6f331e_2024-1-4.JPG");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2019-3-5.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665ed87d9bdfa17190b70e71_2024-1-5.JPG");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .rent-intro-banner {
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 100vw;
	max-width: none;
	height: 100vh;
	min-height: 538px;
	display: flex;
	position: relative;
	overflow: hidden;
  }
  
  .image-21 {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
  }
  
  .rent-gradient {
	background-image: linear-gradient(90deg, #ffcdffcc, #1bbbe9d9);
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0%;
  }
  
  .rent-title-text {
	color: var(--white-2);
	text-align: center;
	margin-left: 40px;
	margin-right: 40px;
	font-family: Poppins, sans-serif;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.5em;
	position: relative;
  }
  
  .rent-subtitle-text {
	color: var(--white-2);
	margin-top: 16px;
	font-family: Poppins, sans-serif;
	font-size: 22px;
	line-height: 1.5em;
	position: relative;
  }
  
  .rent-banner1 {
	align-items: center;
	height: 723px;
	padding: 112px 148px 112px 72px;
	display: flex;
	overflow: hidden;
  }
  
  .rent-image-block {
	width: 47.3%;
	height: 100%;
  }
  
  .rent-text-block {
	width: 52.7%;
	padding-left: 72px;
  }
  
  .image-22 {
	object-fit: cover;
	height: 100%;
  }
  
  .text-block-30 {
	color: var(--midnight-blue);
	margin-bottom: 24px;
	font-family: Poppins, sans-serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.5em;
  }
  
  .text-block-31 {
	color: var(--greytext);
	font-family: Poppins, sans-serif;
	font-size: 22px;
	line-height: 1.5em;
  }
  
  .rent-banner2 {
	align-items: center;
	height: 689px;
	display: flex;
	overflow: hidden;
  }
  
  .div-block-17 {
	width: 46.2%;
	padding-left: 72px;
	padding-right: 72px;
  }
  
  .div-block-18 {
	width: 53.8%;
	height: 100%;
  }
  
  .image-23 {
	object-fit: cover;
	height: 100%;
  }
  
  .rent-half-slider {
	justify-content: flex-start;
	align-items: center;
	height: 560px;
	margin-top: 112px;
	display: flex;
	position: relative;
	overflow: hidden;
  }
  
  .div-block-19 {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/6662d6c6cd6e7a2fa5c25ac3_rent-banner3.jpeg");
	background-position: 50%;
	background-size: cover;
	align-items: center;
	width: 49.6%;
	height: 100%;
	display: flex;
	position: relative;
  }
  
  .div-block-20 {
	background-color: #dff8ff;
	width: 50.4%;
	height: 100%;
  }
  
  .text-block-32 {
	color: var(--white-2);
	width: 56%;
	margin-left: 72px;
	font-family: Poppins, sans-serif;
	font-size: 22px;
	line-height: 1.5em;
	position: relative;
  }
  
  .rent-banner-gradient {
	background-image: linear-gradient(90deg, #03ffe9cc, #1bbbe9cc);
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0 auto auto 0;
  }
  
  .grey-overlay {
	background-color: var(--black);
	opacity: .32;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
  }
  
  .div-block-21 {
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	justify-content: flex-end;
	align-items: center;
	width: 55%;
	margin-right: -40px;
	padding-top: 48px;
	padding-bottom: 48px;
	padding-right: 40px;
	display: flex;
	position: absolute;
	inset: 0 72px 0 auto;
	overflow: hidden;
  }
  
  .div-block-22 {
	background-color: var(--white-2);
	flex-flow: column;
	justify-content: flex-start;
	padding: 16px;
	display: flex;
	overflow: visible;
	box-shadow: 8px 0 32px #0003;
  }
  
  .div-block-23 {
	background-color: var(--midnight-blue);
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	width: 96px;
	height: 96px;
	margin-bottom: 24px;
	display: flex;
  }
  
  .text-block-33 {
	font-family: Poppins, sans-serif;
	font-size: 20px;
	line-height: 1.5em;
  }
  
  .rent-contact-section {
	justify-content: center;
	align-items: center;
	height: 280px;
	margin-top: 112px;
	margin-bottom: 112px;
	display: flex;
	overflow: visible;
  }
  
  .div-block-24 {
	background-color: var(--midnight-blue);
	flex-flow: column;
	justify-content: center;
	align-items: flex-start;
	width: 60%;
	height: 100%;
	margin-left: 0;
	margin-right: 0;
	padding: 56px 56px 56px 170px;
	display: flex;
	position: relative;
  }
  
  .div-block-25 {
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	grid-template-rows: auto auto auto;
	grid-template-columns: 1fr;
	grid-auto-columns: 1fr;
	grid-auto-flow: row;
	height: 238px;
	display: block;
  }
  
  .div-block-26 {
	align-items: center;
	margin-bottom: 0;
	display: flex;
  }
  
  .div-block-27 {
	background-color: var(--green);
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	width: 56px;
	min-width: 56px;
	height: 56px;
	min-height: 56px;
	margin-right: 20px;
	display: flex;
  }
  
  .div-block-28 {
	flex-flow: column;
	justify-content: center;
	align-items: flex-start;
	display: flex;
  }
  
  .text-block-34 {
	color: var(--white-2);
	font-family: Poppins, sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5em;
  }
  
  .text-block-35 {
	color: var(--white-2);
	margin-top: 4px;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
  }
  
  .div-block-29 {
	margin-bottom: 40px;
  }
  
  .text-block-36 {
	color: var(--white-2);
	font-family: Poppins, sans-serif;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.5em;
  }
  
  .div-block-30 {
	border: 12px solid var(--green);
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/6662ea9dea00dc869e251421_avatar.jpg");
	background-position: 50%;
	background-size: cover;
	border-radius: 50%;
	width: 237px;
	height: 237px;
	margin-top: 0;
	margin-bottom: 0;
	position: absolute;
	inset: auto auto auto -112px;
  }
  
  .div-block-31 {
	flex-flow: column;
	align-items: flex-start;
	width: 40%;
	height: 581px;
	margin-right: 148px;
	display: block;
  }
  
  .text-block-37 {
	color: var(--midnight-blue);
	margin-bottom: 16px;
	font-family: Poppins, sans-serif;
	font-size: 72px;
	font-weight: 600;
	line-height: 1.5em;
  }
  
  .text-block-38, .text-block-39 {
	line-height: 20em;
  }
  
  .text-block-40 {
	font-size: 22px;
	line-height: 20em;
  }
  
  .text-block-41 {
	color: var(--greytext);
	margin-bottom: 40px;
	font-family: Poppins, sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5em;
  }
  
  .div-block-32 {
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr;
	grid-auto-columns: 1fr;
	height: 64px;
	display: grid;
  }
  
  .div-block-33 {
	grid-column-gap: 24px;
	grid-row-gap: 24px;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	height: 64px;
	display: grid;
  }
  
  .link-block-3 {
	text-decoration: none;
  }
  
  .slider-3 {
	background-color: var(--transparent);
	height: auto;
  }
  
  .slide-8, .slide-9, .slide-10 {
	width: 50%;
	padding-left: 16px;
	padding-right: 16px;
  }
  
  .mask-2 {
	margin-bottom: 0;
	margin-left: -16px;
	margin-right: -16px;
	overflow: visible;
  }
  
  .swiper-pagination-origin {
	cursor: pointer;
	justify-content: center;
	align-items: center;
	width: 80px;
	min-width: 56px;
	height: 56px;
	min-height: 56px;
	margin-top: 16px;
	display: flex;
	position: absolute;
	inset: auto 0% 0% 56px;
  }
  
  .swiper-slide-2024-1-1-origin.swiper-slide {
	-webkit-text-fill-color: inherit;
	background-image: none;
	background-clip: border-box;
	justify-content: center;
	align-items: center;
	height: 100%;
	display: flex;
  }
  
  .swiper-slide-2024-1-2-origin.swiper-slide {
	background-image: none;
	justify-content: center;
	align-items: center;
	height: 100%;
	display: flex;
  }
  
  .swiper-slide-2024-1-3-origin.swiper-slide {
	background-image: none;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
	display: flex;
  }
  
  .swiper-slide-2024-1-4-origin.swiper-slide {
	background-image: none;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-half {
	width: 80%;
	height: 580px;
	max-height: 580px;
	margin-left: auto;
	margin-right: auto;
  }
  
  .swiper-half.first-swiper {
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 660px;
	max-height: none;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 80px;
	display: flex;
	position: relative;
	overflow: hidden;
  }
  
  .swiper-pagination-rent {
	cursor: pointer;
	justify-content: center;
	align-items: center;
	width: auto;
	min-width: 80px;
	height: 12px;
	min-height: 12px;
	margin-top: 16px;
	display: flex;
  }
  
  .swiper-slide-rent-2.swiper-slide {
	background-image: none;
	justify-content: center;
	align-items: center;
	height: auto;
	display: flex;
  }
  
  .rent-banner3 {
	align-items: center;
	height: 640px;
	margin-top: 112px;
	display: flex;
  }
  
  .div-block-34 {
	width: 48%;
	height: 100%;
  }
  
  .image-25 {
	box-sizing: border-box;
	object-fit: cover;
	height: 100%;
	overflow: clip;
  }
  
  .div-block-35 {
	width: 52%;
	padding-left: 72px;
	padding-right: 72px;
  }
  
  .text-block-42 {
	color: var(--midnight-blue);
	margin-bottom: 24px;
	font-family: Poppins, sans-serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.5em;
  }
  
  .text-block-43 {
	color: var(--greytext);
	font-family: Poppins, sans-serif;
	font-size: 22px;
	line-height: 1.5em;
  }
  
  .image-26 {
	object-fit: cover;
	object-position: 100% 50%;
	height: 100%;
  }
  
  .rent-banner4 {
	width: 100%;
	margin-top: 112px;
	overflow: hidden;
  }
  
  .rent-full-slider1.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c01dec24835f974e4e59a_rent-bottom-15.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .rent-full-slider2.swiper-slide {
	background-image: none;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .rent-full-slider3.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c01d681f68709dfd88883_rent-bottom-19.jpg");
	background-position: 50%;
	background-size: cover;
	justify-content: flex-end;
	align-items: center;
	display: flex;
  }
  
  .rent-full-slider4.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c01d6bdc9b69e708e738c_rent-bottom-18.jpg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .rent-full-slider5.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c01d69641fa1c14c3f3c4_rent-bottom-17.jpg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .rent-full-slider6.swiper-slide, .rent-full-slider7.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665ed87d9bdfa17190b70e71_2024-1-5.JPG");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .div-block-36 {
	margin-bottom: 40px;
	padding-left: 72px;
  }
  
  .image-27 {
	object-fit: cover;
	width: 50vw;
	height: 40vw;
  }
  
  .swiper-slide-2023-1-5.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666bfb0a27fc54f4f13e6a70_2023-left-5.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-2-4.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666bfd1e171c8ec6538516f6_2023-right-4.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: flex-end;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-2-5.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666bfd1e062be70210dab32b_2023-right-5.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: flex-end;
	align-items: center;
	display: flex;
  }
  
  .rent-full-slider-6.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c01d6ed7f1f86aa5e87c0_rent-bottom-11.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .rent-full-slider-7.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c01d6fe65d3b3e3854535_rent-bottom-2.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .rent-full-slider-8.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c01d68b3e54ddf032c996_rent-bottom-3.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .rent-full-slider-9.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c01d6f591190f4775b58f_rent-bottom-1.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .rent-full-slider10.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c01d5444ebec7cf6bf6da_rent-bottom-10.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .rent-full-slider11.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c01d5d9c51f6e726dafc6_rent-bottom-8.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .rent-full-slider12.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c01d5346771947a21608e_rent-bottom-9.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .rent-full-slider13.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c01d55628fb58d75ec85a_rent-bottom-4.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .rent-full-slider14.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c01d5a94e1d4d83aae4a2_rent-bottom-5.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .rent-full-slider15.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c01d51734442ebf3e3eae_rent-bottom-12.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .rent-full-slider16.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c01d5171c8ec65389b2b1_rent-bottom-6.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .rent-full-slider17.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c01d5171c8ec65389b22e_rent-bottom-7.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .rent-full-slider18.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c01d4f09975e65c78984c_rent-bottom-14.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .rent-full-slider19.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c01d41667f748a3f9ddbf_rent-bottom-13.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-6.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e408b6a321213161ac_2023-bottom-49.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-7.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e40888156133d11335_2023-bottom-55.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-8.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e405346fd628391507_2023-bottom-59.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-9.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e4e4d4d9013a2f7a8a_2023-bottom-50.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-5-copy.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666bfe944cf27a9d9110b9f0_2023-3-5.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-10.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e41a8e1134950d64c4_2023-bottom-66.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-11.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e4c0d7aa68885f89ad_2023-bottom-52.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-12.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e40888156133d112ef_2023-bottom-48.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-13.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e48def5007916c5de3_2023-bottom-60.jpeg");
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-14.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e4fd3caa5ba1345783_2023-bottom-65.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-15.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e47f06a9b36e6ed656_2023-bottom-56.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-16.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e421365192e3a79ffa_2023-bottom-53.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-17.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e44090e1843545a4af_2023-bottom-58.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-18.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e30888156133d11296_2023-bottom-43.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-19.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e3c2748d6a4bf032f7_2023-bottom-44.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-20.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e33a1961b0cadde21d_2023-bottom-47.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-21.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e37d5eebf3efe23bba_2023-bottom-46.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-22.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e34b8dfe3993aebf91_2023-bottom-45.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-23.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e31c6e167a7c54f706_2023-bottom-42.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-24.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e30888156133d11214_2023-bottom-40.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-25.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e370615dc03f5403ac_2023-bottom-26.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-26.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e3e4d4d9013a2f79d9_2023-bottom-34.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-27.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e3e34107885011da4f_2023-bottom-36.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-28.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e3d6aecd51c01cbd98_2023-bottom-37.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-29.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e2239b071f64230ed5_2023-bottom-39.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-30.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e2f197b8beeefde83a_2023-bottom-23.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-31.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e27d5eebf3efe23ac1_2023-bottom-32.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-32.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e26b9bfd46a17e8f40_2023-bottom-30.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-33.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e3e34107885011da4f_2023-bottom-36.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-34.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e20a1d52b144caf908_2023-bottom-41.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-35.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e21a8e1134950d6427_2023-bottom-29.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-36.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e2844429bab3163cb6_2023-bottom-28.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-37.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e2f17481e81e027000_2023-bottom-27.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-38.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e2f84fa3a80e5c857b_2023-bottom-33.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-39.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e21c6e167a7c54f69e_2023-bottom-38.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-40.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e2858f0fe523acf715_2023-bottom-31.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-41.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e2d84f70dd180d3137_2023-bottom-22.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-42.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e24e3d8e6a21669d31_2023-bottom-7.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-43.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e241489db533832bea_2023-bottom-19.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-44.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e2b2b9a7c3bcf9d33e_2023-bottom-20.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-45.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e21c6e167a7c54f69e_2023-bottom-38.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-46.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e2858f0fe523acf715_2023-bottom-31.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-47.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e20efff3238ba65b72_2023-bottom-2.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-48.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e256ddce1a04300797_2023-bottom-24.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-49.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e14e3d8e6a216697ca_2023-bottom-4.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-50.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e11fc9d6794718cf2f_2023-bottom-17.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-51.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e196d095c46970f551_2023-bottom-9.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-52.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e1f17481e81e026f76_2023-bottom-10.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-53.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e1105524ff84f36694_2023-bottom-8.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-54.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e1f0515d475460eaca_2023-bottom-12.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-55.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e1400ba179c3f992ef_2023-bottom-6.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-56.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e14b8dfe3993aebe96_2023-bottom-16.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-57.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e121365192e3a79ee3_2023-bottom-11.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-58.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e12bce7130a0555a5d_2023-bottom-18.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-59.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e141489db533832b99_2023-bottom-5.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-61.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e150fe519d47532330_2023-bottom-13.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-62.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e1239b071f64230e19_2023-bottom-1.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-63.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e1abc92d68daa9308d_2023-bottom-3.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-64.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e1cbbe1f61bb76ffed_2023-bottom-14.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-65.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e16bf5cc258d953025_2023-bottom-120.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-66.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e10252a384013f3660_2023-bottom-124.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-67.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e1eb2fc5afda7d959f_2023-bottom-15.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-68.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e1a45b32b83ca6b1e6_2023-bottom-121.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-69.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e196d47aba90173d41_2023-bottom-116.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-70.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e1e8fc6ab71341c0a6_2023-bottom-123.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-71.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e10888156133d1112b_2023-bottom-118.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-72.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e1136a82984da3eb58_2023-bottom-122.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-73.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e17d5eebf3efe239ef_2023-bottom-119.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-74.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e150fe519d475322fc_2023-bottom-117.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-75.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e14e3d8e6a21669746_2023-bottom-107.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-76.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e1f84fa3a80e5c84c9_2023-bottom-113.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-77.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e1f0515d475460ea86_2023-bottom-105.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-78.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e16454a3b60d25f717_2023-bottom-115.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-79.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e11c6e167a7c54f5f2_2023-bottom-98.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-80.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e196d095c46970f2be_2023-bottom-102.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-81.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e16494690c3ea693f7_2023-bottom-101.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-82.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e16494690c3ea693e4_2023-bottom-100.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-83.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e1b7d280b612d4c1a9_2023-bottom-91.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-84.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e156ddce1a043006da_2023-bottom-109.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-85.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e1fbf5d30cf9fa2613_2023-bottom-110.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-86.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e1b53348a959ff8af4_2023-bottom-104.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-87.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e10a1d52b144caf6ff_2023-bottom-99.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-88.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e050d0d1268908c94a_2023-bottom-96.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-89.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e010571f1a60a2c1a1_2023-bottom-92.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-90.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e02fed6c08e02443af_2023-bottom-97.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-91.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e023e0a656a2232c74_2023-bottom-95.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-92.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e0abc92d68daa92ff4_2023-bottom-70.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-93.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e03a1961b0cadde0c8_2023-bottom-94.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-94.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e021365192e3a79e79_2023-bottom-80.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-95.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e0b422fff82e1a5f62_2023-bottom-77.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-96.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e0fbf5d30cf9fa25db_2023-bottom-67.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-97.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e096d095c46970f268_2023-bottom-85.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-99.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e0eb2fc5afda7d9502_2023-bottom-83.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-100.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e02605a11fb7d1220b_2023-bottom-75.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-101.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e0f17481e81e026edd_2023-bottom-78.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-102.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e0eb2fc5afda7d94ea_2023-bottom-74.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-103.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e00888156133d11067_2023-bottom-79.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-104.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e0ebf60666d8cd48ce_2023-bottom-71.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-105.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e01a8e1134950d6312_2023-bottom-82.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-106.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e096d095c46970f229_2023-bottom-89.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-107.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e051d8f5bc3675f85e_2023-bottom-76.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-108.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e0d6aecd51c01cbc14_2023-bottom-68.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-109.swiper-slide {
	background-image: none;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-110.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13e0fd3caa5ba134554d_2023-bottom-84.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-111.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13dfd84f70dd180d2fdd_2023-bottom-86.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-112.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13dfe8fc6ab71341bf88_2023-bottom-69.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-113.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13dfe8fc6ab71341bf72_2023-bottom-72.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-114.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13dfcbbe1f61bb76fd9b_2023-bottom-90.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-115.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13dfc2748d6a4bf02c08_2023-bottom-81.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-116.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13df7a982dcee85ffe6d_2023-bottom-87.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-117.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666c13de50fe519d47532226_2023-bottom-73.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2023-3-118.swiper-slide, .swiper-slide-2023-3-119.swiper-slide, .swiper-slide-2023-3-120.swiper-slide, .swiper-slide-2023-3-121.swiper-slide, .swiper-slide-2023-3-122.swiper-slide, .swiper-slide-2023-3-123.swiper-slide, .swiper-slide-2023-3-108-copy.swiper-slide, .swiper-slide-2023-3-124.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666bfe944cf27a9d9110b9f0_2023-3-5.jpeg");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .rent-more-images {
	color: var(--black);
	width: 85%;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.5em;
  }
  
  .swiper-slide-2024-3-6.swiper-slide, .swiper-slide-2024-3-7.swiper-slide, .swiper-slide-2024-3-8.swiper-slide, .swiper-slide-2024-3-9.swiper-slide, .swiper-slide-2024-3-10.swiper-slide, .swiper-slide-2024-3-11.swiper-slide, .swiper-slide-2024-3-12.swiper-slide, .swiper-slide-2024-3-13.swiper-slide, .swiper-slide-2024-3-14.swiper-slide, .swiper-slide-2024-3-15.swiper-slide, .swiper-slide-2024-3-16.swiper-slide, .swiper-slide-2024-3-17.swiper-slide, .swiper-slide-2024-3-18.swiper-slide, .swiper-slide-2024-3-19.swiper-slide, .swiper-slide-2024-3-20.swiper-slide, .swiper-slide-2024-3-21.swiper-slide, .swiper-slide-2024-3-22.swiper-slide, .swiper-slide-2024-3-23.swiper-slide, .swiper-slide-2024-3-24.swiper-slide, .swiper-slide-2024-3-25.swiper-slide, .swiper-slide-2024-3-26.swiper-slide, .swiper-slide-2024-3-27.swiper-slide, .swiper-slide-2024-3-28.swiper-slide, .swiper-slide-2024-3-29.swiper-slide, .swiper-slide-2024-3-30.swiper-slide, .swiper-slide-2024-3-31.swiper-slide, .swiper-slide-2024-3-32.swiper-slide {
	background-image: none;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2024-3-33.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666eafe4b6a37c18bded3c13_2024-3-28.JPG");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2024-3-34.swiper-slide, .swiper-slide-2024-3-35.swiper-slide, .swiper-slide-2024-3-36.swiper-slide, .swiper-slide-2024-3-37.swiper-slide, .swiper-slide-2024-3-38.swiper-slide, .swiper-slide-2024-3-39.swiper-slide, .swiper-slide-2024-3-40.swiper-slide, .swiper-slide-2024-3-41.swiper-slide, .swiper-slide-2024-3-42.swiper-slide, .swiper-slide-2024-3-43.swiper-slide, .swiper-slide-2024-3-44.swiper-slide {
	background-image: none;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2024-3-45.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666eafe447fae1760a51044f_2024-3-4.JPG");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2024-3-46.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666eafe405d9b460c7b2114a_2024-3-20.JPG");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2024-3-47.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666eafe4b6a37c18bded3b46_2024-3-19.JPG");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2024-3-48.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666eafe4dcaaa38f3d6eab45_2024-3-3.JPG");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2024-3-49.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666eafe3a6c58b6582a79a46_2024-3-5.JPG");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2024-3-50.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666eafe3967b11f0ecc052d8_2024-3-17.JPG");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2024-3-51.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666eafe39c5082dae4273abc_2024-3-18.JPG");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2024-3-52.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666eafe3dcaaa38f3d6eab2a_2024-3-2.JPG");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2024-3-53.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666eafe353712fa2cfd2980a_2024-3-6.JPG");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2024-3-54.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666eafe39c5082dae4273aa3_2024-3-21.JPG");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2024-3-55.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666eafe3bf6183cc1ec4aa62_2024-3-7.JPG");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2024-3-56.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666eafe30a164715e717ca08_2024-3-8.JPG");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2024-3-57.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666eafe337138fa630aef3ee_2024-3-13.JPG");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2024-3-58.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666eafe3d0c8bbf461d12c3c_2024-3-11.JPG");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2024-3-59.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666eafe3a6c58b6582a79a06_2024-3-22.JPG");
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .tag12, .tag3 {
	border: 2px solid var(--tabindex);
	background-color: var(--transparent);
	color: var(--tabindex);
	border-radius: 30px;
	margin-left: 24px;
	padding: 2px 16px;
	font-size: 20px;
	display: block;
  }
  
  .div-block-8-copy {
	color: var(--greytext);
	justify-content: flex-start;
	align-items: center;
	width: auto;
	margin-bottom: 32px;
	line-height: 1.5em;
	display: flex;
  }
  
  .tag-wrapper {
	width: 85%;
	display: flex;
  }
  
  .tag0, .tag0-copy {
	border: 2px solid var(--tabindex);
	background-color: var(--transparent);
	color: var(--tabindex);
	border-radius: 30px;
	margin-left: 24px;
	padding: 2px 16px;
	font-size: 20px;
	display: block;
  }
  
  .swiper-slide-2024-2-3-copy.swiper-slide, .swiper-slide-2024-2-4-1.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665eee4ad11831c24bc55da0_2024-1-3.jpg");
	background-position: 50%;
	background-size: cover;
	justify-content: flex-end;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2024-25.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666eafe400ceda9e2a81150e_2024-3-34.JPG");
	background-position: 50%;
	background-size: cover;
	justify-content: flex-end;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2024-26.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666eafe551ada6549e45e4d2_2024-3-59.JPG");
	background-position: 50%;
	background-size: cover;
	justify-content: flex-end;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2024-27.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666eafe3bf6183cc1ec4aa62_2024-3-7.JPG");
	background-position: 50%;
	background-size: cover;
	justify-content: flex-end;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2024-28.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666eafe5f7483aec103837aa_2024-3-52.JPG");
	background-position: 50%;
	background-size: cover;
	justify-content: flex-end;
	align-items: center;
	display: flex;
  }
  
  .swiper-slide-2024-24.swiper-slide {
	background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666eafe46faf01ec39b67852_2024-3-44.JPG");
	background-position: 50%;
	background-size: cover;
	justify-content: flex-end;
	align-items: center;
	display: flex;
  }
  
  .div-block-37, .div-block-38 {
	width: 85%;
  }
  
  .haf-image {
	object-fit: cover;
	width: 100%;
	height: 100%;
  }
  
  .ha {
	object-fit: cover;
	width: 100%;
	height: 100%;
  }
  
  .half-image {
	object-fit: cover;
	width: 100%;
	height: 100%;
  }
  
  .rent-bottom {
	object-fit: cover;
	width: 100%;
	height: 100%;
  }
  
  .swiper-slide-half.swiper-slide {
	object-fit: cover;
	background-image: none;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .image-28 {
	object-fit: cover;
	width: 100%;
	height: 100%;
  }
  
  .swiper-slide-full.swiper-slide {
	object-fit: cover;
	background-image: none;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .image-29 {
	object-fit: cover;
	width: 100%;
	height: 100%;
  }
  
  .tab-link-others {
	background-color: var(--transparent);
	padding-left: 24px;
	padding-right: 24px;
  }
  
  .tab-link-others.w--current {
	background-color: var(--tabindex);
	border-radius: 70px;
  }
  
  .content-wrapper-left {
	z-index: 1;
	border: 1px solid #fff0;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	position: relative;
  }
  
  .content-wrapper-left.jobs-page {
	z-index: 1;
  }
  
  .content-wrapper-left.full-width {
	width: 100%;
  }
  
  .content-wrapper-left.text-left {
	justify-content: flex-start;
	align-items: flex-start;
  }
  
  .content-wrapper-copy {
	z-index: 1;
	border: 1px solid #fff0;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	position: relative;
  }
  
  .content-wrapper-copy.jobs-page {
	z-index: 1;
  }
  
  .content-wrapper-copy.full-width {
	width: 100%;
  }
  
  @media screen and (min-width: 1440px) {
	.nav-link.w--current {
	  color: var(--green);
	  text-decoration: underline;
	}
  
	.brand.w--current {
	  width: 110px;
	  height: 110px;
	}
  
	.brand._2nd-logo.w--current {
	  width: 60px;
	  height: 60px;
	}
  
	.logo-one {
	  object-fit: contain;
	}
  
	.nav-menu {
	  flex: none;
	}
  
	.gradient {
	  background-image: linear-gradient(55deg, #2c7bb3cc 14%, #ec1f92cc 92%);
	}
  
	.blue-gradient {
	  background-image: linear-gradient(#04243d, #0000 100%, #12304800);
	  height: 13%;
	  position: fixed;
	  box-shadow: inset 0 15px 5px #0003;
	}
  
	.content-wrapper.full-width {
	  width: 100%;
	}
  
	.heading-2.section-4-heading {
	  margin-left: 0;
	}
  
	.paragraph {
	  line-height: 36px;
	}
  
	.heading-3.clones {
	  text-align: center;
	  font-size: 88px;
	  line-height: 94px;
	}
  
	.heading-3.followers {
	  font-size: 88px;
	  line-height: 94px;
	}
  
	.heading-3.tips {
	  margin-bottom: 8px;
	  font-size: 88px;
	  line-height: 94px;
	}
  
	.section {
	  height: 88%;
	}
  
	.column {
	  background-image: linear-gradient(#080808, #0000 20%), url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/6570285eb59111b28a853667_confetti.png");
	  background-position: 0 0, 50% 0;
	  background-repeat: repeat, no-repeat;
	  background-size: auto, 80%;
	  border-right-color: #161616;
	  position: relative;
	}
  
	.text-block-5 {
	  font-size: 18px;
	}
  
	.horizontal-digitd {
	  margin-bottom: 20px;
	  font-size: 64px;
	}
  
	.normal-digit {
	  margin-bottom: 28px;
	  font-size: 88px;
	  line-height: 94px;
	}
  
	.all-section-content-wrapper {
	  position: relative;
	}
  
	.collection-list {
	  grid-column-gap: 100px;
	  grid-row-gap: 100px;
	}
  
	.cms-image-gradient {
	  height: 400px;
	}
  
	.paragraph-2 {
	  max-width: 500px;
	  font-size: 20px;
	}
  
	.section-5 {
	  padding-bottom: 180px;
	}
  
	.vector-grid.second {
	  width: 100%;
	  margin-left: 0;
	}
  
	.div-block-2 {
	  padding-left: 0;
	  padding-right: 0;
	}
  
	.text-block-9 {
	  text-align: left;
	  white-space: break-spaces;
	  overflow-wrap: normal;
	  font-size: 22px;
	}
  
	.image-tile {
	  align-items: center;
	  padding-left: 0;
	  padding-right: 0;
	}
  
	.top-grey-line {
	  margin-top: 0;
	  margin-bottom: -9px;
	  margin-left: 0;
	  position: absolute;
	  inset: -26% auto auto 0%;
	}
  
	.section-6 {
	  padding-bottom: 220px;
	}
  
	.horizontal-grid {
	  grid-column-gap: 100px;
	  grid-row-gap: 100px;
	  grid-template-columns: 1fr 1fr;
	  margin-bottom: 0;
	}
  
	.horizontal-grid.second-horizontal-box {
	  margin-top: 200px;
	}
  
	.horizontal-grid.second-horizontal-box.new-page {
	  grid-template-columns: 1.5fr 1fr;
	}
  
	.horizontal-grid.second-horizontal-box.new-page.again-right {
	  grid-template-columns: 1fr 1.5fr;
	}
  
	.horizontal-grid.horizontal-3rd-grid {
	  margin-top: 200px;
	}
  
	.div-block-3 {
	  margin-right: 40px;
	  padding-top: 100px;
	}
  
	.heading-7 {
	  margin-bottom: 40px;
	  font-size: 48px;
	}
  
	.paragraph-3 {
	  max-width: 530px;
	  font-size: 22px;
	  line-height: 36px;
	}
  
	.right-box-image {
	  padding-top: 60px;
	  padding-left: 0;
	  padding-right: 100px;
	}
  
	.right-box-image.left-box {
	  padding-left: 80px;
	}
  
	.right-box-image.left-box.new-page {
	  margin-right: 40px;
	}
  
	.right-box-image.left-box.new-page.right {
	  margin-left: 60px;
	}
  
	.image-3 {
	  height: 450px;
	}
  
	._01 {
	  bottom: -78px;
	}
  
	._01._02 {
	  inset: auto -65px -100px auto;
	}
  
	.heading-8 {
	  font-size: 140px;
	  line-height: 250px;
	}
  
	.mini-text-grid {
	  margin-top: 100px;
	}
  
	.hover-line {
	  background-color: var(--dull-grey);
	}
  
	.midnight-blue-bg {
	  margin-top: -245px;
	}
  
	.text-block-10 {
	  font-size: 28px;
	  line-height: 36px;
	}
  
	.logo-div {
	  opacity: .5;
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/65745285c5a11f5f295a0234_kunden-carlsberg-removebg-preview%20(1).png");
	}
  
	.logo-div._02 {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/65745285f10b86a6f634333d_kunden-elvetino-removebg-preview.png");
	}
  
	.logo-div._03 {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/657452852a805304ab8a83e8_kunden-feldschloesschen-removebg-preview.png");
	}
  
	.image-5._2nd.phone.hide.new-left {
	  display: none;
	}
  
	.brand-holder {
	  width: 180px;
	  height: 250px;
	  padding-bottom: 10px;
	}
  
	.nav-link-copy.midnight-blue.w--current {
	  text-decoration: none;
	}
  
	.nav-link-copy.midnight-blue.w--current:hover {
	  color: var(--green);
	  text-decoration: underline;
	}
  
	.nav-link-copy.midnight-blue.w--current {
	  color: var(--green);
	}
  
	.nav-link-copy.midnight-blue {
	  padding-left: 20px;
	  padding-right: 20px;
	  transition: all .35s;
	}
  
	.nav-link-copy.midnight-blue:hover {
	  color: var(--green);
	  text-decoration: underline;
	}
  
	.section-12 {
	  padding-top: 250px;
	}
  
	.hackthons-heading {
	  font-size: 72px;
	  line-height: 1.5em;
	}
  
	.paragraph-4 {
	  font-size: 24px;
	  line-height: 34px;
	}
  
	.paragraph-4.new {
	  max-width: none;
	}
  
	.paragraph-4.team-paragraph {
	  max-width: 1100px;
	}
  
	.small-content {
	  max-width: 85%;
	}
  
	.section-15 {
	  min-height: 65vh;
	}
  
	.heading-16 {
	  margin-bottom: 40px;
	}
  
	.paragraph-5 {
	  max-width: 1250px;
	  font-size: 24px;
	  line-height: 36px;
	}
  
	.paragraph-7 {
	  font-size: 22px;
	  line-height: 30px;
	}
  
	.paragraph-8 {
	  max-width: 500px;
	  font-size: 20px;
	}
  
	.section-21 {
	  padding-top: 250px;
	  padding-bottom: 100px;
	}
  
	.body-5 {
	  font-family: Poppins, sans-serif;
	}
  
	.heading-22 {
	  color: var(--midnight-blue);
	  font-size: 64px;
	  line-height: 82px;
	}
  
	.text {
	  display: flex;
	}
  
	.text-block-17 {
	  margin-top: 15px;
	  margin-right: 10px;
	  font-family: "Fa 700", sans-serif;
	  font-size: 40px;
	  line-height: 48px;
	  display: inline-block;
	}
  
	.body-text {
	  margin-top: 20px;
	  font-family: Poppins, sans-serif;
	  display: inline-block;
	}
  
	.body-text h1 {
	  color: var(--midnight-blue);
	  font-size: 48px;
	  line-height: 58px;
	}
  
	.body-text h2 {
	  color: var(--midnight-blue);
	  margin-top: 20px;
	  margin-bottom: 30px;
	  font-size: 40px;
	  line-height: 48px;
	}
  
	.body-text h3 {
	  color: var(--midnight-blue);
	  margin-top: 0;
	  margin-bottom: 30px;
	  font-family: Poppins, sans-serif;
	  font-size: 36px;
	  font-weight: 600;
	  line-height: 44px;
	}
  
	.body-text p {
	  color: var(--midnight-blue);
	  font-size: 22px;
	  line-height: 34px;
	  display: inline;
	}
  
	.body-text ul {
	  color: var(--midnight-blue);
	  font-size: 22px;
	  line-height: 32px;
	}
  
	.body-text a {
	  color: var(--pink);
	  font-weight: 600;
	}
  
	.body-text sub {
	  align-items: center;
	  margin-top: 0;
	  margin-bottom: 0;
	  margin-right: 10px;
	  padding-top: 0;
	  font-family: "Fa 700", sans-serif;
	  font-size: 40px;
	  font-weight: 900;
	  line-height: 48px;
	  display: inline-block;
	  top: auto;
	  bottom: 0;
	}
  
	.body-text sup {
	  font-family: "Fa Solid 900", sans-serif;
	  font-size: 38px;
	}
  
	.hero-section_case-studies {
	  min-height: 60vh;
	}
  
	.section-22 {
	  padding-bottom: 140px;
	}
  
	.paragraph-9.max-width {
	  max-width: 1000px;
	}
  
	.box-01 {
	  flex-direction: column;
	  justify-content: center;
	  align-items: flex-start;
	}
  
	.div-block-6 {
	  margin-right: 40px;
	  padding-top: 100px;
	}
  
	.div-block-6.right-second-box {
	  margin-left: 0;
	}
  
	.heading-25 {
	  margin-bottom: 40px;
	  font-size: 48px;
	}
  
	.paragraph-10 {
	  min-width: 550px;
	  max-width: 600px;
	  font-size: 22px;
	  line-height: 36px;
	}
  
	.image-9 {
	  height: 450px;
	}
  
	.image-9.new-image {
	  object-position: 50% 50%;
	}
  
	.heading-26 {
	  font-size: 280px;
	  line-height: 250px;
	}
  
	.text-span-10 {
	  font-family: "Fa Solid 900", sans-serif;
	}
  
	.paragraph-11 {
	  max-width: 850px;
	}
  
	.full-text p {
	  max-width: 1000px;
	}
  
	.first-text sup {
	  display: inline;
	}
  
	.space.desktop {
	  margin-left: auto;
	  margin-right: auto;
	  display: block;
	}
  
	.subscript {
	  font-family: "Fa Solid 900", sans-serif;
	  font-size: 40px;
	}
  
	.block-quote {
	  font-family: "Fa Solid 900", sans-serif;
	  font-size: 38px;
	  line-height: 44px;
	}
  
	.section-25 {
	  padding-top: 250px;
	  padding-bottom: 100px;
	}
  
	.heading-30 {
	  color: #04243d;
	  font-size: 64px;
	  line-height: 82px;
	}
  
	.image-13 {
	  height: 550px;
	}
  
	.nav-link--study.midnight-blue.w--current {
	  color: var(--green);
	}
  
	.section-30 {
	  padding-top: 250px;
	}
  
	.content-hack-wrapper.full-width {
	  width: 100%;
	}
  
	.rent-intro-banner {
	  overflow: hidden;
	}
  
	.rent-title {
	  height: 548px;
	}
  
	.image-21 {
	  object-fit: cover;
	  width: 100%;
	  height: 100%;
	}
  
	.rent-gradient {
	  background-image: linear-gradient(55deg, #2c7bb3cc 14%, #ec1f92cc 92%);
	  height: 100%;
	  position: absolute;
	}
  
	.rent-title-text {
	  font-size: 72px;
	}
  
	.rent-banner1, .div-block-17 {
	  padding-left: 148px;
	}
  
	.div-block-19 {
	  align-items: center;
	  width: 49.6%;
	  height: 100%;
	  display: flex;
	}
  
	.div-block-20 {
	  height: 100%;
	}
  
	.div-block-24 {
	  width: 1054px;
	}
  
	.slider-3 {
	  width: 100%;
	  display: flex;
	  left: 0;
	  right: 0;
	}
  
	.slide-8 {
	  width: 33%;
	  padding-left: 16px;
	  padding-right: 16px;
	}
  
	.slide-9 {
	  width: 33.33%;
	  padding-left: 16px;
	}
  
	.slide-10 {
	  width: 33.33%;
	}
  
	.div-block-35 {
	  padding-right: 148px;
	}
  
	.text-block-43 {
	  font-family: Poppins, sans-serif;
	}
  
	.div-block-36 {
	  padding-left: 148px;
	}
  
	.content-wrapper-left.full-width, .content-wrapper-copy.full-width {
	  width: 100%;
	}
  }
  
  @media screen and (min-width: 1920px) {
	.my-container {
	  padding-top: 14px;
	}
  
	.nav-link, .nav-link.w--current {
	  font-size: 24px;
	}
  
	.brand.w--current {
	  width: 120px;
	  height: 120px;
	  margin-top: 20px;
	}
  
	.brand._2nd-logo.w--current {
	  width: 75px;
	  height: 75px;
	}
  
	.hero-heading-wrapper {
	  margin-left: 200px;
	}
  
	.heading, .typed-words {
	  font-size: 130px;
	  line-height: 130px;
	}
  
	.content-wrapper.case-studies-content-wrapper {
	  padding-left: 80px;
	  padding-right: 80px;
	}
  
	.heading-2.section-4-heading {
	  font-size: 94px;
	  line-height: 110px;
	}
  
	.paragraph {
	  font-size: 24px;
	  line-height: 38px;
	}
  
	.paragraph.section-06-paragraph {
	  max-width: 1000px;
	  margin-left: 80px;
	  font-size: 26px;
	  line-height: 40px;
	}
  
	.section-03 {
	  padding-top: 140px;
	  padding-bottom: 180px;
	}
  
	.heading-3.clones, .heading-3.tips {
	  font-size: 100px;
	  line-height: 107px;
	}
  
	.text-block-5 {
	  font-size: 20px;
	  line-height: 1.3;
	}
  
	.heading-4 {
	  font-size: 100px;
	  line-height: 100px;
	}
  
	.digit-grid-wrapper {
	  grid-template-rows: auto;
	  grid-template-columns: 1fr 1fr 1fr 1fr;
	}
  
	.normal-digit {
	  font-size: 100px;
	  line-height: 107px;
	}
  
	.section-4 {
	  padding-top: 140px;
	  padding-bottom: 180px;
	}
  
	.heading-5 {
	  font-size: 94px;
	  line-height: 120px;
	}
  
	.text-block-6 {
	  margin-left: 60px;
	  font-size: 24px;
	  line-height: 34px;
	}
  
	.case-studies-div {
	  margin-left: 60px;
	  margin-right: 60px;
	}
  
	.cms-image-gradient.big {
	  width: 85%;
	}
  
	.link {
	  margin-left: 80px;
	  font-size: 30px;
	  line-height: 40px;
	}
  
	.vector-grid.second {
	  margin-left: 100px;
	}
  
	.image-2 {
	  width: 180px;
	}
  
	.text-block-9 {
	  max-width: 180px;
	  font-size: 26px;
	  line-height: 36px;
	}
  
	.image-tile {
	  align-items: center;
	  margin-top: 30px;
	}
  
	.top-grey-line {
	  margin-bottom: 0;
	  top: -22%;
	}
  
	.horizontal-grid.second-horizontal-box {
	  margin-left: 0;
	}
  
	.horizontal-grid.new {
	  margin-left: 0;
	  padding-left: 0;
	}
  
	.div-block-3 {
	  margin-right: 20px;
	  padding-left: 80px;
	  padding-right: 20px;
	}
  
	.div-block-3.right-second-box {
	  margin-left: 70px;
	  padding-left: 20px;
	  padding-right: 80px;
	}
  
	.heading-7 {
	  font-size: 68px;
	  line-height: 76px;
	}
  
	.paragraph-3 {
	  max-width: 700px;
	  font-size: 26px;
	  line-height: 40px;
	}
  
	.right-box-image {
	  padding-top: 85px;
	  padding-right: 110px;
	}
  
	.right-box-image.left-box {
	  padding-left: 100px;
	}
  
	.image-3 {
	  height: 650px;
	}
  
	._01 {
	  left: -83px;
	}
  
	._01._02 {
	  right: -92px;
	}
  
	.heading-8 {
	  font-weight: 600;
	}
  
	.mini-text-grid {
	  margin-left: 80px;
	}
  
	.big-bg {
	  width: 80%;
	}
  
	.midnight-blue-bg {
	  width: 50%;
	  margin-top: -257px;
	  margin-left: 220px;
	  padding-top: 100px;
	  padding-bottom: 100px;
	}
  
	.logos-grid {
	  grid-template-columns: 1fr 1fr 1fr 1fr;
	}
  
	.logo-div {
	  background-repeat: no-repeat;
	  background-size: cover;
	  height: 280px;
	}
  
	.logo-div._02 {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/65745285f10b86a6f634333d_kunden-elvetino-removebg-preview.png");
	  background-repeat: no-repeat;
	  background-size: cover;
	  height: 280px;
	}
  
	.logo-div._02._05 {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/65745285b900dfa46c5d1dbf_kunden-postauto-removebg-preview.png");
	  background-repeat: no-repeat;
	  background-size: cover;
	  justify-content: center;
	  align-items: center;
	  display: flex;
	}
  
	.logo-div._13 {
	  height: 380px;
	}
  
	.image-5._2nd._3rd {
	  display: block;
	}
  
	.image-5._2nd._3rd.hide-on-desktop {
	  display: none;
	}
  
	.image-5._2nd._3rd.hide-on-desktop.tablet.hide {
	  display: block;
	}
  
	.image-5._2nd._3rd.hide-on-desktop.tablet.hide.hide-on-big-screen {
	  display: none;
	}
  
	.image-5._2nd._3rd.hide-on-desktop.hide.again-hide {
	  display: block;
	}
  
	.image-5._2nd._3rd.phone, .image-5._2nd._3rd.hide {
	  display: none;
	}
  
	.image-5._2nd.phone.hide.new-left {
	  display: block;
	}
  
	.brand-holder {
	  padding-top: 0;
	  padding-bottom: 0;
	}
  
	.section-15 {
	  min-height: 75vh;
	}
  
	.heading-15 {
	  font-size: 94px;
	  line-height: 110px;
	}
  
	.heading-16 {
	  font-size: 54px;
	  line-height: 68px;
	}
  
	.midnight-blue-grid {
	  grid-template-columns: 1fr 1fr 1fr 1fr;
	}
  
	.first-box {
	  padding-left: 30px;
	  padding-right: 30px;
	}
  
	.text-block-13 {
	  margin-bottom: 30px;
	}
  
	.heading-18 {
	  font-size: 26px;
	  line-height: 34px;
	}
  
	.text-block-14 {
	  font-size: 22px;
	  line-height: 30px;
	}
  
	.link-6 {
	  font-size: 26px;
	  line-height: 34px;
	}
  
	.heading-19 {
	  font-size: 84px;
	  line-height: 96px;
	}
  
	.paragraph-7 {
	  font-size: 24px;
	  line-height: 34px;
	}
  
	.case-studies-grid {
	  margin-left: 0;
	  margin-right: 0;
	}
  
	.case-studies-grid.case-studies-page-grid {
	  grid-column-gap: 100px;
	  grid-row-gap: 100px;
	  margin-left: 80px;
	  margin-right: 80px;
	}
  
	.text-block-15 {
	  font-size: 26px;
	  line-height: 34px;
	}
  
	.heading-20 {
	  max-width: 670px;
	  font-size: 46px;
	  line-height: 58px;
	}
  
	.paragraph-8 {
	  max-width: 600px;
	  font-size: 24px;
	  line-height: 36px;
	}
  
	.vertical-case-study {
	  margin-left: 80px;
	  margin-right: 80px;
	}
  
	.hero-section_case-studies {
	  min-height: 75vh;
	}
  
	.first-text p {
	  max-width: 500px;
	  position: relative;
	}
  
	.first-text sup {
	  display: inline;
	}
  
	.collection-list-3 {
	  grid-template-columns: 1fr 1fr 1fr 1fr;
	}
  
	.heading-29.followers {
	  font-size: 100px;
	  line-height: 107px;
	}
  
	.text-block-25 {
	  font-size: 30px;
	  line-height: 40px;
	}
  
	.text-block-28 {
	  line-height: 1.5em;
	}
  
	.slider1 {
	  background-color: var(--transparent);
	}
  
	.slide8, .slide9 {
	  margin-left: 16px;
	  margin-right: 16px;
	}
  
	.left-arrow3 {
	  inset: auto 200px -70px 0%;
	}
  
	.right-arrow3 {
	  inset: auto 0% -70px 200px;
	}
  
	.slidenav3 {
	  color: var(--green);
	  -webkit-text-stroke-width: 0px;
	  justify-content: center;
	  align-items: center;
	  width: 144px;
	  margin-top: 0;
	  padding-top: 8px;
	  display: flex;
	  inset: auto 0% -70px;
	}
  
	._2024-3-4, ._2024-3-5, .slide2019-3-2 {
	  margin-left: 16px;
	  margin-right: 16px;
	}
  
	.image-16, .image-17 {
	  object-fit: cover;
	}
  
	.image-18 {
	  aspect-ratio: auto;
	  object-fit: cover;
	  min-width: 100%;
	  height: 100%;
	  min-height: 100%;
	}
  
	.image-19 {
	  object-fit: cover;
	  width: 100%;
	  min-width: 100%;
	  height: 100%;
	  min-height: 100%;
	}
  
	.image-20 {
	  object-fit: cover;
	  width: 100%;
	  min-width: 100%;
	  height: 100%;
	  min-height: 100%;
	}
  
	.swiper-slide-2024-3-1, .swiper-slide-2024-3-2, .swiper-slide-2024-3-3, .swiper-slide-2024-3-4, .swiper-slide-2024-3-5 {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6a8e6b1584ae06873acb_IMG_1086.JPG");
	  background-position: 0 0;
	  background-size: auto;
	}
  
	.swiper-button-half-next {
	  justify-content: center;
	  align-items: center;
	  width: 56px;
	  display: flex;
	  position: absolute;
	  top: auto;
	  bottom: 0%;
	  right: 0%;
	}
  
	.swiper.first-swiper {
	  height: 717px;
	}
  
	.swiper-slide-2024-2-1, .swiper-slide-2024-2-2, .swiper-slide-2024-2-3, .swiper-slide-2024-2-4 {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6a8e6b1584ae06873acb_IMG_1086.JPG");
	  background-position: 0 0;
	  background-size: auto;
	}
  
	.swiper-slide-2024-2-4.swiper-slide {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6aec84ac24d2eaf2e53f_IMG_1094.JPG");
	  background-position: 50%;
	  background-size: cover;
	}
  
	.swiper-slide-2024-2-5 {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6a8e6b1584ae06873acb_IMG_1086.JPG");
	  background-position: 0 0;
	  background-size: auto;
	}
  
	.swiper-slide-2024-2-5.swiper-slide {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665eee4afa5ab5ded2753e3e_2024-1-4.jpg");
	  background-position: 50%;
	  background-size: cover;
	}
  
	.swiper-slide-rent-1, .swiper-slide-2024-1-2 {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6a8e6b1584ae06873acb_IMG_1086.JPG");
	  background-position: 0 0;
	  background-size: auto;
	}
  
	.swiper-slide-2024-1-2.swiper-slide {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6bb8ee64555930777147_IMG_9719.JPG");
	  background-position: 50%;
	  background-size: cover;
	}
  
	.swiper-slide-rent-3, .swiper-slide-2024-1-4 {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6a8e6b1584ae06873acb_IMG_1086.JPG");
	  background-position: 0 0;
	  background-size: auto;
	}
  
	.swiper-slide-2024-1-4.swiper-slide {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6aec84ac24d2eaf2e53f_IMG_1094.JPG");
	  background-position: 50%;
	  background-size: cover;
	}
  
	.content-hack-wrapper.case-studies-content-wrapper {
	  padding-left: 80px;
	  padding-right: 80px;
	}
  
	.swiper-slide-2024-1-1-copy {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6a8e6b1584ae06873acb_IMG_1086.JPG");
	  background-position: 0 0;
	  background-size: auto;
	}
  
	.swiper-slide-2024-1-1-copy.swiper-slide {
	  background-position: 50%;
	  background-size: cover;
	}
  
	.swiper-slide-2023-1-1, .swiper-slide-2023-1-2, .swiper-slide-2023-1-3, .swiper-slide-2023-1-4, .swiper-slide-2023-2-1, .swiper-slide-2023-2-2, .swiper-slide-2023-2-3, .swiper-slide-2023-3-1, .swiper-slide-2023-3-2, .swiper-slide-2023-3-3, .swiper-slide-2023-3-4, .swiper-slide-2023-3-5, .swiper-slide-2019-1-1 {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6a8e6b1584ae06873acb_IMG_1086.JPG");
	  background-position: 0 0;
	  background-size: auto;
	}
  
	.swiper-slide-2019-1-1.swiper-slide {
	  background-position: 50%;
	  background-size: cover;
	}
  
	.swiper-slide-2019-1-2 {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6a8e6b1584ae06873acb_IMG_1086.JPG");
	  background-position: 0 0;
	  background-size: auto;
	}
  
	.swiper-slide-2019-1-2.swiper-slide {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6bb8ee64555930777147_IMG_9719.JPG");
	  background-position: 50%;
	  background-size: cover;
	}
  
	.swiper-slide-2019-1-3 {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6a8e6b1584ae06873acb_IMG_1086.JPG");
	  background-position: 0 0;
	  background-size: auto;
	}
  
	.swiper-slide-2019-1-3.swiper-slide {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6bcde478795370e5f0d0_IMG_3028.JPG");
	  background-position: 50%;
	  background-size: cover;
	}
  
	.swiper-slide-2019-1-4 {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6a8e6b1584ae06873acb_IMG_1086.JPG");
	  background-position: 0 0;
	  background-size: auto;
	}
  
	.swiper-slide-2019-1-4.swiper-slide {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6aec84ac24d2eaf2e53f_IMG_1094.JPG");
	  background-position: 50%;
	  background-size: cover;
	}
  
	.swiper-slide-2019-2-1 {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6a8e6b1584ae06873acb_IMG_1086.JPG");
	  background-position: 0 0;
	  background-size: auto;
	}
  
	.swiper-slide-2019-2-1.swiper-slide {
	  background-position: 50%;
	  background-size: cover;
	}
  
	.swiper-slide-2019-2-2 {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6a8e6b1584ae06873acb_IMG_1086.JPG");
	  background-position: 0 0;
	  background-size: auto;
	}
  
	.swiper-slide-2019-2-2.swiper-slide {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6bb8ee64555930777147_IMG_9719.JPG");
	  background-position: 50%;
	  background-size: cover;
	}
  
	.swiper-slide-2019-2-3 {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6a8e6b1584ae06873acb_IMG_1086.JPG");
	  background-position: 0 0;
	  background-size: auto;
	}
  
	.swiper-slide-2019-2-3.swiper-slide {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6bcde478795370e5f0d0_IMG_3028.JPG");
	  background-position: 50%;
	  background-size: cover;
	}
  
	.swiper-slide-2019-3-1, .swiper-slide-2019-3-2, .swiper-slide-2019-3-3, .swiper-slide-2019-3-4, .swiper-slide-2019-3-5 {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6a8e6b1584ae06873acb_IMG_1086.JPG");
	  background-position: 0 0;
	  background-size: auto;
	}
  
	.text-block-31 {
	  width: 667px;
	}
  
	.div-block-19 {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/6662d6c6cd6e7a2fa5c25ac3_rent-banner3.jpeg");
	  background-position: 0 0;
	  background-size: cover;
	}
  
	.text-block-32 {
	  margin-left: 148px;
	  line-height: 1.5em;
	}
  
	.rent-banner-gradient {
	  background-image: linear-gradient(90deg, #03ffe9cc, #1bbbe9cc);
	}
  
	.grey-overlay {
	  background-color: var(--black);
	  opacity: .32;
	}
  
	.div-block-21 {
	  grid-column-gap: 32px;
	  grid-row-gap: 32px;
	  padding-top: 72px;
	  padding-bottom: 72px;
	  right: 148px;
	}
  
	.div-block-22 {
	  padding: 32px;
	}
  
	.swiper-slide-2024-1-1-origin, .swiper-slide-2024-1-2-origin {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6a8e6b1584ae06873acb_IMG_1086.JPG");
	  background-position: 0 0;
	  background-size: auto;
	}
  
	.swiper-slide-2024-1-2-origin.swiper-slide {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6bb8ee64555930777147_IMG_9719.JPG");
	  background-position: 50%;
	  background-size: cover;
	}
  
	.swiper-slide-2024-1-3-origin {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6a8e6b1584ae06873acb_IMG_1086.JPG");
	  background-position: 0 0;
	  background-size: auto;
	}
  
	.swiper-slide-2024-1-3-origin.swiper-slide {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6bcde478795370e5f0d0_IMG_3028.JPG");
	  background-position: 50%;
	  background-size: cover;
	}
  
	.swiper-slide-2024-1-4-origin {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6a8e6b1584ae06873acb_IMG_1086.JPG");
	  background-position: 0 0;
	  background-size: auto;
	}
  
	.swiper-slide-2024-1-4-origin.swiper-slide {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6aec84ac24d2eaf2e53f_IMG_1094.JPG");
	  background-position: 50%;
	  background-size: cover;
	}
  
	.swiper-slide-rent-2, .rent-full-slider1, .rent-full-slider2, .rent-full-slider3, .rent-full-slider4, .rent-full-slider5, .rent-full-slider6, .rent-full-slider7, .swiper-slide-2023-1-5, .swiper-slide-2023-2-4, .swiper-slide-2023-2-5, .rent-full-slider-6, .rent-full-slider-7, .rent-full-slider-8, .rent-full-slider-9, .rent-full-slider10, .rent-full-slider11, .rent-full-slider12, .rent-full-slider13, .rent-full-slider14, .rent-full-slider15, .rent-full-slider16, .rent-full-slider17, .rent-full-slider18, .rent-full-slider19, .swiper-slide-2023-3-6, .swiper-slide-2023-3-7, .swiper-slide-2023-3-8, .swiper-slide-2023-3-9, .swiper-slide-2023-3-5-copy, .swiper-slide-2023-3-10, .swiper-slide-2023-3-11, .swiper-slide-2023-3-12, .swiper-slide-2023-3-13, .swiper-slide-2023-3-14, .swiper-slide-2023-3-15, .swiper-slide-2023-3-16, .swiper-slide-2023-3-17, .swiper-slide-2023-3-18, .swiper-slide-2023-3-19, .swiper-slide-2023-3-20, .swiper-slide-2023-3-21, .swiper-slide-2023-3-22, .swiper-slide-2023-3-23, .swiper-slide-2023-3-24, .swiper-slide-2023-3-25, .swiper-slide-2023-3-26, .swiper-slide-2023-3-27, .swiper-slide-2023-3-28, .swiper-slide-2023-3-29, .swiper-slide-2023-3-30, .swiper-slide-2023-3-31, .swiper-slide-2023-3-32, .swiper-slide-2023-3-33, .swiper-slide-2023-3-34, .swiper-slide-2023-3-35, .swiper-slide-2023-3-36, .swiper-slide-2023-3-37, .swiper-slide-2023-3-38, .swiper-slide-2023-3-39, .swiper-slide-2023-3-40, .swiper-slide-2023-3-41, .swiper-slide-2023-3-42, .swiper-slide-2023-3-43, .swiper-slide-2023-3-44, .swiper-slide-2023-3-45, .swiper-slide-2023-3-46, .swiper-slide-2023-3-47, .swiper-slide-2023-3-48, .swiper-slide-2023-3-49, .swiper-slide-2023-3-50, .swiper-slide-2023-3-51, .swiper-slide-2023-3-52, .swiper-slide-2023-3-53, .swiper-slide-2023-3-54, .swiper-slide-2023-3-55, .swiper-slide-2023-3-56, .swiper-slide-2023-3-57, .swiper-slide-2023-3-58, .swiper-slide-2023-3-59, .swiper-slide-2023-3-61, .swiper-slide-2023-3-62, .swiper-slide-2023-3-63, .swiper-slide-2023-3-64, .swiper-slide-2023-3-65, .swiper-slide-2023-3-66, .swiper-slide-2023-3-67, .swiper-slide-2023-3-68, .swiper-slide-2023-3-69, .swiper-slide-2023-3-70, .swiper-slide-2023-3-71, .swiper-slide-2023-3-72, .swiper-slide-2023-3-73, .swiper-slide-2023-3-74, .swiper-slide-2023-3-75, .swiper-slide-2023-3-76, .swiper-slide-2023-3-77, .swiper-slide-2023-3-78, .swiper-slide-2023-3-79, .swiper-slide-2023-3-80, .swiper-slide-2023-3-81, .swiper-slide-2023-3-82, .swiper-slide-2023-3-83, .swiper-slide-2023-3-84, .swiper-slide-2023-3-85, .swiper-slide-2023-3-86, .swiper-slide-2023-3-87, .swiper-slide-2023-3-88, .swiper-slide-2023-3-89, .swiper-slide-2023-3-90, .swiper-slide-2023-3-91, .swiper-slide-2023-3-92, .swiper-slide-2023-3-93, .swiper-slide-2023-3-94, .swiper-slide-2023-3-95, .swiper-slide-2023-3-96, .swiper-slide-2023-3-97, .swiper-slide-2023-3-99, .swiper-slide-2023-3-100, .swiper-slide-2023-3-101, .swiper-slide-2023-3-102, .swiper-slide-2023-3-103, .swiper-slide-2023-3-104, .swiper-slide-2023-3-105, .swiper-slide-2023-3-106, .swiper-slide-2023-3-107, .swiper-slide-2023-3-108, .swiper-slide-2023-3-109, .swiper-slide-2023-3-110, .swiper-slide-2023-3-111, .swiper-slide-2023-3-112, .swiper-slide-2023-3-113, .swiper-slide-2023-3-114, .swiper-slide-2023-3-115, .swiper-slide-2023-3-116, .swiper-slide-2023-3-117, .swiper-slide-2023-3-118, .swiper-slide-2023-3-119, .swiper-slide-2023-3-120, .swiper-slide-2023-3-121, .swiper-slide-2023-3-122, .swiper-slide-2023-3-123, .swiper-slide-2023-3-108-copy, .swiper-slide-2023-3-124, .swiper-slide-2024-3-6, .swiper-slide-2024-3-7, .swiper-slide-2024-3-8, .swiper-slide-2024-3-9, .swiper-slide-2024-3-10, .swiper-slide-2024-3-11, .swiper-slide-2024-3-12, .swiper-slide-2024-3-13, .swiper-slide-2024-3-14, .swiper-slide-2024-3-15, .swiper-slide-2024-3-16, .swiper-slide-2024-3-17, .swiper-slide-2024-3-18, .swiper-slide-2024-3-19, .swiper-slide-2024-3-20, .swiper-slide-2024-3-21, .swiper-slide-2024-3-22, .swiper-slide-2024-3-23, .swiper-slide-2024-3-24, .swiper-slide-2024-3-25, .swiper-slide-2024-3-26, .swiper-slide-2024-3-27, .swiper-slide-2024-3-28, .swiper-slide-2024-3-29, .swiper-slide-2024-3-30, .swiper-slide-2024-3-31, .swiper-slide-2024-3-32, .swiper-slide-2024-3-33, .swiper-slide-2024-3-34, .swiper-slide-2024-3-35, .swiper-slide-2024-3-36, .swiper-slide-2024-3-37, .swiper-slide-2024-3-38, .swiper-slide-2024-3-39, .swiper-slide-2024-3-40, .swiper-slide-2024-3-41, .swiper-slide-2024-3-42, .swiper-slide-2024-3-43, .swiper-slide-2024-3-44, .swiper-slide-2024-3-45, .swiper-slide-2024-3-46, .swiper-slide-2024-3-47, .swiper-slide-2024-3-48, .swiper-slide-2024-3-49, .swiper-slide-2024-3-50, .swiper-slide-2024-3-51, .swiper-slide-2024-3-52, .swiper-slide-2024-3-53, .swiper-slide-2024-3-54, .swiper-slide-2024-3-55, .swiper-slide-2024-3-56, .swiper-slide-2024-3-57, .swiper-slide-2024-3-58, .swiper-slide-2024-3-59, .swiper-slide-2024-2-3-copy {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6a8e6b1584ae06873acb_IMG_1086.JPG");
	  background-position: 0 0;
	  background-size: auto;
	}
  
	.swiper-slide-2024-2-3-copy.swiper-slide {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6bcde478795370e5f0d0_IMG_3028.JPG");
	  background-position: 50%;
	  background-size: cover;
	}
  
	.swiper-slide-2024-2-4-1 {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6a8e6b1584ae06873acb_IMG_1086.JPG");
	  background-position: 0 0;
	  background-size: auto;
	}
  
	.swiper-slide-2024-2-4-1.swiper-slide {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6bcde478795370e5f0d0_IMG_3028.JPG");
	  background-position: 50%;
	  background-size: cover;
	}
  
	.swiper-slide-2024-25, .swiper-slide-2024-26, .swiper-slide-2024-27, .swiper-slide-2024-28, .swiper-slide-2024-24, .swiper-slide-half {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6a8e6b1584ae06873acb_IMG_1086.JPG");
	  background-position: 0 0;
	  background-size: auto;
	}
  
	.swiper-slide-half.swiper-slide {
	  background-position: 50%;
	  background-size: cover;
	}
  
	.swiper-slide-full {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/665f6a8e6b1584ae06873acb_IMG_1086.JPG");
	  background-position: 0 0;
	  background-size: auto;
	}
  
	.content-wrapper-left.case-studies-content-wrapper, .content-wrapper-copy.case-studies-content-wrapper {
	  padding-left: 80px;
	  padding-right: 80px;
	}
  }
  
  @media screen and (max-width: 991px) {
	.bg-gradient {
	  justify-content: space-between;
	}
  
	.my-container {
	  justify-content: space-between;
	  width: 100%;
	  padding-top: 10px;
	  padding-bottom: 10px;
	}
  
	.brand.w--current {
	  width: 100px;
	  height: 140px;
	  margin-top: 0;
	}
  
	.brand._2nd-logo.w--current {
	  width: 70px;
	  height: 70px;
	  margin-top: 0;
	}
  
	.logo-one {
	  width: 100px;
	  height: 80px;
	}
  
	.logo-one.logo-two {
	  width: 70px;
	  height: 70px;
	}
  
	.logo-one.midnight-blue-logo {
	  object-fit: contain;
	  width: 100px;
	  height: 80px;
	}
  
	.nav-menu {
	  background-color: var(--midnight-blue);
	  justify-content: center;
	  align-items: center;
	  display: flex;
	  position: fixed;
	  inset: 0%;
	}
  
	.nav-menu.hide {
	  display: none;
	  position: relative;
	  inset: auto;
	}
  
	.hero-section {
	  height: 85vh;
	  padding-bottom: 100px;
	}
  
	.hero-heading-wrapper {
	  margin-left: 60px;
	  margin-right: 0;
	}
  
	.heading, .typed-words {
	  font-size: 64px;
	}
  
	.section-02 {
	  padding-top: 80px;
	  padding-bottom: 100px;
	}
  
	.heading-2, .heading-2.section-4-heading {
	  font-size: 44px;
	}
  
	.paragraph, .paragraph.section-06-paragraph {
	  font-size: 18px;
	}
  
	.heading-3.clones, .heading-3.followers, .heading-3.tips {
	  font-size: 66px;
	  line-height: 76px;
	}
  
	.text-block-5 {
	  font-size: 16px;
	}
  
	.heading-4 {
	  font-size: 74px;
	}
  
	.normal-digit {
	  font-size: 66px;
	  line-height: 76px;
	}
  
	.section-4 {
	  padding-top: 80px;
	}
  
	.heading-5 {
	  font-size: 44px;
	}
  
	.text-block-6 {
	  font-size: 18px;
	}
  
	.cms-boxes {
	  flex-direction: column;
	  align-items: center;
	  display: flex;
	}
  
	.cms-boxes.vertical-box {
	  flex-direction: column;
	  align-items: center;
	}
  
	.cms-image-gradient {
	  width: 90%;
	  height: 400px;
	}
  
	.cms-image-gradient.big {
	  height: 400px;
	}
  
	.cms-content-box {
	  width: 90%;
	  margin-top: -57px;
	  padding-right: 0;
	}
  
	.cms-content-box.no-margin {
	  width: 90%;
	  margin-top: -57px;
	  margin-left: 0;
	  padding-right: 0;
	}
  
	.section-5 {
	  padding-top: 80px;
	  padding-bottom: 100px;
	}
  
	.link {
	  font-size: 22px;
	}
  
	.vector-grid.second {
	  grid-template-columns: 1fr 1fr 1fr 1fr;
	  margin-top: 60px;
	}
  
	.image-2 {
	  width: 90px;
	}
  
	.text-block-9 {
	  font-size: 20px;
	}
  
	.grey-line, .absulute-grey-line, .left-side, .top-grey-line {
	  display: none;
	}
  
	.section-6 {
	  padding-top: 80px;
	}
  
	.horizontal-grid {
	  flex-direction: column;
	  margin-top: 0;
	  display: flex;
	}
  
	.horizontal-grid.second-horizontal-box, .horizontal-grid.horizontal-3rd-grid {
	  margin-top: 100px;
	}
  
	.div-block-3 {
	  margin-right: 0;
	  padding-top: 40px;
	  padding-bottom: 20px;
	}
  
	.div-block-3.right-second-box {
	  order: -1;
	  margin-left: 0;
	}
  
	.heading-7 {
	  font-size: 44px;
	}
  
	.paragraph-3 {
	  font-size: 16px;
	}
  
	.right-box-image {
	  padding-top: 30px;
	  padding-right: 40px;
	}
  
	.right-box-image.left-box {
	  padding-left: 0;
	  padding-right: 40px;
	}
  
	.right-box-image.left-box.new-page {
	  margin-right: 0;
	  padding-right: 0;
	}
  
	.right-box-image.left-box.new-page.right {
	  order: -1;
	  margin-left: 0;
	}
  
	._01 {
	  inset: auto 0% -66px auto;
	}
  
	._01._02 {
	  bottom: -66px;
	  right: 0;
	}
  
	.heading-8 {
	  font-size: 120px;
	}
  
	.section-8 {
	  padding-top: 80px;
	}
  
	.section-9 {
	  padding-bottom: 80px;
	}
  
	.big-bg {
	  height: 450px;
	}
  
	.midnight-blue-bg {
	  margin-top: -98px;
	  margin-left: 0;
	  padding: 50px 40px;
	}
  
	.text-block-10 {
	  font-size: 22px;
	}
  
	.section-10 {
	  padding-top: 0;
	}
  
	.logos-grid {
	  grid-column-gap: 0px;
	  grid-row-gap: 0px;
	  grid-template-columns: 1fr 1fr;
	}
  
	.image-5._2nd._3rd.hide-on-desktop {
	  display: none;
	}
  
	.image-5._2nd._3rd.hide-on-desktop.tablet, .image-5._2nd._3rd.hide-on-desktop.hide, .image-5._2nd._3rd.hide-on-desktop.hide.again-hide {
	  display: block;
	}
  
	.image-5._2nd.phone.hide {
	  display: none;
	}
  
	.heading-9 {
	  font-size: 44px;
	  line-height: 64px;
	}
  
	.heading-10, .heading-10.email, .heading-10._3rd {
	  font-size: 36px;
	}
  
	.link-3 {
	  font-size: 18px;
	}
  
	.brand-holder {
	  flex: 0 auto;
	  align-items: center;
	  width: 40%;
	  max-width: 100%;
	  height: 140px;
	  margin-left: auto;
	  margin-right: auto;
	}
  
	.section-12 {
	  padding-top: 160px;
	  padding-bottom: 80px;
	}
  
	.hackthons-heading {
	  width: 100%;
	  padding-left: 40px;
	  font-size: 48px;
	}
  
	.hackthons-heading.impressum {
	  margin-bottom: 30px;
	  padding-left: 40px;
	  font-size: 48px;
	  line-height: 54px;
	}
  
	.paragraph-4 {
	  width: 100%;
	  padding-left: 40px;
	  padding-right: 40px;
	  font-size: 18px;
	}
  
	.heading-12 {
	  font-size: 38px;
	  line-height: 48px;
	}
  
	.section-13 {
	  min-height: 60vh;
	}
  
	.section-14 {
	  padding-top: 80px;
	}
  
	.heading-13 {
	  font-size: 44px;
	  line-height: 48px;
	}
  
	.collection-list-2 {
	  grid-template-columns: 1fr 1fr;
	}
  
	.section-16 {
	  padding-top: 80px;
	}
  
	.heading-16 {
	  font-size: 44px;
	}
  
	.new-grid {
	  margin-top: 60px;
	}
  
	.midnight-blue-grid {
	  grid-template-columns: 1fr 1fr;
	}
  
	.heading-18 {
	  font-size: 24px;
	}
  
	.section-19 {
	  padding-top: 190px;
	  padding-bottom: 100px;
	}
  
	.heading-19 {
	  font-size: 58px;
	}
  
	.paragraph-7 {
	  font-size: 18px;
	}
  
	.section-20 {
	  padding-top: 100px;
	  padding-bottom: 40px;
	}
  
	.case-studies-grid {
	  grid-column-gap: 30px;
	  grid-row-gap: 30px;
	  grid-template-rows: auto auto;
	  grid-template-columns: 1fr;
	  grid-auto-columns: 1fr;
	  display: grid;
	}
  
	.text-block-15 {
	  font-size: 20px;
	}
  
	.heading-20 {
	  font-size: 30px;
	  line-height: 38px;
	}
  
	.heading-20.blogs-title {
	  font-size: 26px;
	  line-height: 34px;
	}
  
	.paragraph-8 {
	  max-width: none;
	  font-size: 16px;
	}
  
	.tag {
	  inset: 0% auto auto 5%;
	}
  
	.ventures-div {
	  width: 90%;
	  margin-top: 50px;
	  margin-left: auto;
	  margin-right: auto;
	}
  
	.section-21 {
	  padding-top: 200px;
	}
  
	.heading-22 {
	  padding-left: 40px;
	  padding-right: 40px;
	  font-size: 44px;
	}
  
	.text {
	  margin-top: 20px;
	  padding-left: 40px;
	  padding-right: 40px;
	}
  
	.hero-section_case-studies {
	  min-height: 60vh;
	  padding-bottom: 0;
	}
  
	.section-22 {
	  padding-bottom: 40px;
	}
  
	.heading-24.case-study {
	  font-size: 44px;
	}
  
	.mini-boxes-grid.cms {
	  grid-column-gap: 35px;
	  grid-row-gap: 35px;
	  grid-template-columns: 1fr;
	}
  
	.div-block-6.right-second-box.again-right-side {
	  margin-right: 0;
	}
  
	.image-9.new-image {
	  margin-top: 40px;
	}
  
	.section-23 {
	  padding-top: 100px;
	  padding-bottom: 60px;
	}
  
	.paragraph-11 {
	  max-width: 900px;
	  font-size: 18px;
	}
  
	.title-description {
	  justify-content: space-between;
	  align-items: center;
	}
  
	.text-block-20 {
	  font-size: 16px;
	}
  
	.shrt-text h1 {
	  font-size: 64px;
	}
  
	.first-text {
	  margin-top: 0;
	}
  
	.collection-list-3 {
	  grid-template-columns: 1fr 1fr;
	}
  
	.menu-button {
	  justify-content: center;
	  align-self: center;
	  align-items: center;
	  width: 20%;
	  display: flex;
	}
  
	.menu-button.w--open {
	  background-color: #c8c8c800;
	  display: none;
	}
  
	.icon {
	  color: var(--white);
	  justify-content: center;
	  align-items: center;
	  font-size: 40px;
	  display: none;
	}
  
	.space {
	  width: 40%;
	  display: block;
	}
  
	.space.desktop {
	  display: none;
	}
  
	.space.new-page {
	  width: 25%;
	}
  
	.menu-button-2 {
	  z-index: 3;
	  justify-content: center;
	  align-items: center;
	  width: 20%;
	  margin-top: 0;
	  margin-right: 0;
	  padding: 0;
	  display: flex;
	  position: relative;
	  top: auto;
	  right: auto;
	}
  
	.menu-line {
	  background-color: var(--white);
	}
  
	.menu-link-underline {
	  background-color: #04ff85;
	  margin-top: 5px;
	}
  
	.menu-link-text {
	  font-size: 24px;
	  font-weight: 600;
	  line-height: 30px;
	}
  
	.menu-link-flex {
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	  height: 100%;
	  margin-bottom: 0;
	  padding-top: 0;
	  display: flex;
	}
  
	.close-line._2, .close-line._1 {
	  height: 30px;
	}
  
	.menu-link-wrapper {
	  background-color: var(--midnight-blue);
	  flex-direction: column;
	  justify-content: space-between;
	  width: 100%;
	  padding-top: 10px;
	  padding-bottom: 0;
	  display: none;
	  position: fixed;
	}
  
	.menu-link {
	  margin-bottom: 20px;
	}
  
	.menu-close-button {
	  width: auto;
	  margin-right: 0;
	  display: none;
	}
  
	.lottie-animation {
	  width: 80px;
	  height: 80px;
	}
  
	.lottie-animation.blue {
	  position: absolute;
	}
  
	.menu-button-3, .icon-2 {
	  display: none;
	}
  
	.logo {
	  justify-content: center;
	  align-items: center;
	  width: 100px;
	  height: 100px;
	  display: flex;
	  overflow: hidden;
	}
  
	.image-12 {
	  object-fit: contain;
	  width: 65px;
	  height: 65px;
	}
  
	.collection-list-4 {
	  grid-column-gap: 45px;
	  grid-row-gap: 45px;
	  grid-template-columns: 1fr;
	}
  
	.section-25.new-blog {
	  padding-top: 186px;
	}
  
	.heading-30.main-heading {
	  font-size: 40px;
	  line-height: 56px;
	}
  
	.section-26 {
	  padding-top: 150px;
	}
  
	.contact-grid {
	  grid-column-gap: 30px;
	  grid-row-gap: 30px;
	  grid-template-rows: auto auto;
	  grid-template-columns: 2.5fr 1fr;
	  width: 80%;
	}
  
	.text-block-24, .link-10 {
	  font-size: 16px;
	}
  
	.single-text {
	  padding-left: 40px;
	  padding-right: 40px;
	}
  
	.single-text h2 {
	  font-size: 36px;
	}
  
	.divider {
	  background-color: var(--white-smog);
	  opacity: .39;
	  width: 100%;
	  height: .3px;
	  padding-bottom: 0;
	  padding-right: 0;
	  display: block;
	}
  
	.heading-32 {
	  font-size: 54px;
	}
  
	.hacthan-subheading {
	  width: 100%;
	  margin-left: auto;
	  margin-right: auto;
	  padding-left: 40px;
	  padding-right: 40px;
	}
  
	.tabs-menu {
	  padding-right: 4px;
	  right: 40px;
	}
  
	.tabs {
	  margin-top: -72px;
	}
  
	.text-block-26 {
	  font-size: 16px;
	}
  
	.div-block-8 {
	  width: auto;
	}
  
	.text-block-27, .text-block-28 {
	  font-size: 16px;
	}
  
	.column-2 {
	  box-sizing: border-box;
	}
  
	.div-block-10 {
	  margin-bottom: 0;
	  padding-bottom: 0;
	  padding-left: 40px;
	  padding-right: 40px;
	  overflow: hidden;
	}
  
	.columns {
	  flex-flow: column;
	  flex: 0 auto;
	  align-items: center;
	  width: 100%;
	  padding-left: 40px;
	  padding-right: 40px;
	  display: flex;
	}
  
	.slider4 {
	  margin-left: -16px;
	}
  
	.div-block-12 {
	  flex-flow: column;
	  width: 100%;
	  margin-top: 40px;
	  padding-left: 40px;
	  padding-right: 40px;
	}
  
	.div-block-13 {
	  width: 100%;
	}
  
	.div-block-14 {
	  width: 100%;
	  margin-top: 40px;
	  margin-left: 0;
	}
  
	.more-images {
	  width: 100%;
	  padding-left: 40px;
	  padding-right: 0;
	}
  
	.hacthan-subheading-2023, .hacthan-subheading-2019 {
	  width: 100%;
	  padding-left: 40px;
	  padding-right: 40px;
	}
  
	.swiper-pagination-full {
	  width: 100px;
	  min-width: 100px;
	  height: 48px;
	  min-height: 48px;
	}
  
	.swiper-button-full-prev, .swiper-button-full-next {
	  width: 48px;
	  height: 48px;
	}
  
	.swiper-pagination-half {
	  left: 48px;
	}
  
	.swiper-button-half-prev {
	  width: 48px;
	  height: 48px;
	}
  
	.swiper-button-half-next {
	  width: 48px;
	  min-width: 48px;
	  height: 48px;
	  min-height: 48px;
	  left: 122px;
	}
  
	.swiper.first-swiper {
	  height: 490px;
	  padding-bottom: 60px;
	}
  
	.div-block-15 {
	  padding-right: 0;
	}
  
	.div-block-16 {
	  margin-left: 0;
	}
  
	.section-30 {
	  padding-top: 160px;
	  padding-bottom: 80px;
	}
  
	.rent-banner1 {
	  flex-flow: column-reverse;
	  height: auto;
	  padding: 56px 40px;
	}
  
	.rent-image-block {
	  width: 100%;
	  height: 459px;
	}
  
	.rent-text-block {
	  width: 100%;
	  margin-bottom: 24px;
	  padding-left: 0;
	}
  
	.image-22 {
	  width: 100%;
	}
  
	.text-block-30 {
	  font-size: 32px;
	}
  
	.text-block-31 {
	  font-size: 18px;
	}
  
	.rent-banner2 {
	  flex-flow: column;
	  height: auto;
	}
  
	.div-block-17 {
	  width: 100%;
	  padding-left: 40px;
	  padding-right: 40px;
	}
  
	.div-block-18 {
	  width: 100%;
	  height: 485px;
	  margin-top: 24px;
	  padding-left: 40px;
	}
  
	.image-23 {
	  width: 100%;
	}
  
	.rent-half-slider {
	  flex-flow: column;
	  justify-content: flex-start;
	  height: auto;
	  margin-top: 56px;
	}
  
	.div-block-19 {
	  width: 100%;
	  height: 200px;
	}
  
	.div-block-20 {
	  width: 100%;
	  height: 426px;
	}
  
	.text-block-32 {
	  width: 533px;
	  margin-left: 49px;
	  margin-right: 40px;
	  font-size: 18px;
	}
  
	.div-block-21 {
	  width: 100%;
	  height: 426px;
	  padding-left: 40px;
	  padding-right: 40px;
	  inset: auto 0% 0%;
	}
  
	.text-block-33 {
	  font-size: 18px;
	}
  
	.rent-contact-section {
	  flex-flow: column;
	  height: 256px;
	  margin-top: 56px;
	  margin-bottom: 0;
	  padding-left: 0;
	  padding-right: 0;
	}
  
	.div-block-24 {
	  width: 100%;
	  padding-left: 40px;
	  padding-right: 40px;
	}
  
	.div-block-25 {
	  grid-column-gap: 32px;
	  grid-row-gap: 32px;
	  grid-template-rows: auto;
	  grid-template-columns: 1fr 1fr 1fr;
	  height: auto;
	  display: flex;
	}
  
	.div-block-26 {
	  align-items: flex-start;
	}
  
	.div-block-27 {
	  width: 40px;
	  height: 40px;
	}
  
	.div-block-29 {
	  display: block;
	}
  
	.text-block-36 {
	  margin-top: 0;
	  margin-left: 0;
	}
  
	.div-block-30 {
	  width: 176px;
	  height: 176px;
	  margin-top: 0;
	  margin-bottom: 0;
	  inset: -48px 0% auto 50%;
	  transform: translate(-50%);
	}
  
	.div-block-31 {
	  width: 100%;
	  margin-left: 0;
	  margin-right: 0;
	  padding-left: 40px;
	  padding-right: 40px;
	}
  
	.text-block-37 {
	  font-size: 48px;
	}
  
	.text-block-41 {
	  font-size: 18px;
	}
  
	.swiper-pagination-origin {
	  height: 48px;
	  min-height: 48px;
	  left: 48px;
	}
  
	.swiper-half.first-swiper {
	  height: 640px;
	  padding-bottom: 60px;
	}
  
	.swiper-pagination-rent {
	  left: 48px;
	}
  
	.rent-banner3 {
	  flex-flow: column-reverse;
	  justify-content: flex-start;
	  height: auto;
	  margin-top: 56px;
	}
  
	.div-block-34 {
	  width: 100%;
	  height: 485px;
	  margin-top: 24px;
	  margin-right: auto;
	  padding-right: 40px;
	}
  
	.div-block-35 {
	  width: 100%;
	  padding-left: 40px;
	  padding-right: 40px;
	}
  
	.text-block-43 {
	  font-size: 18px;
	}
  
	.image-26 {
	  width: 100%;
	}
  
	.rent-banner4 {
	  margin-top: 56px;
	}
  
	.div-block-36 {
	  padding-left: 40px;
	}
  
	.rent-more-images {
	  width: 100%;
	  padding-left: 0;
	  padding-right: 0;
	}
  
	.div-block-8-copy {
	  width: auto;
	}
  
	.tag-wrapper {
	  width: 100%;
	  padding-left: 40px;
	}
  
	.swiper-slide-2024-26.swiper-slide {
	  background-image: url("https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/666eafe551ada6549e45e4d2_2024-3-59.JPG");
	}
  
	.div-block-37, .div-block-38 {
	  width: 100%;
	  padding-left: 40px;
	}
  }
  
  @media screen and (max-width: 767px) {
	.brand.w--current {
	  width: 70px;
	  height: 70px;
	}
  
	.hero-section {
	  height: 80vh;
	}
  
	.heading, .typed-words {
	  font-size: 54px;
	  line-height: 64px;
	}
  
	.heading-2 {
	  font-size: 44px;
	}
  
	.heading-2.section-4-heading {
	  line-height: 54px;
	}
  
	.paragraph {
	  font-size: 18px;
	}
  
	.section-03 {
	  padding-top: 80px;
	}
  
	.heading-3 {
	  font-size: 100px;
	}
  
	.heading-3.clones, .heading-3.followers, .heading-3.tips {
	  font-size: 85px;
	  line-height: 88px;
	}
  
	._3-columns {
	  grid-column-gap: 0px;
	  grid-row-gap: 0px;
	  grid-template-rows: auto auto auto;
	  grid-template-columns: 1fr;
	}
  
	.section {
	  align-items: center;
	  height: 68%;
	  padding-top: 0;
	  padding-bottom: 0;
	  overflow: auto;
	}
  
	.column {
	  background-image: none;
	  background-position: 0 0;
	  border-bottom: 1px solid #282729;
	  border-right-style: none;
	  flex-direction: column;
	  height: 100%;
	  padding-top: 16px;
	  padding-bottom: 16px;
	}
  
	.text-block-5.align-left {
	  text-align: left;
	  font-size: 15px;
	  line-height: 22px;
	}
  
	.normal-digit {
	  font-size: 85px;
	  line-height: 88px;
	}
  
	.section-4 {
	  padding-top: 60px;
	}
  
	.heading-5 {
	  line-height: 54px;
	}
  
	.cms-image-gradient, .cms-image-gradient.big {
	  height: 300px;
	}
  
	.cms-content-box {
	  width: 90%;
	}
  
	.vector-grid.second {
	  grid-template-rows: auto auto auto;
	  grid-template-columns: 1fr 1fr;
	}
  
	.image-2 {
	  width: 100px;
	}
  
	.text-block-9 {
	  font-size: 18px;
	}
  
	.div-block-3, .div-block-3.right-second-box {
	  padding-top: 20px;
	}
  
	.midnight-blue-bg {
	  width: 85%;
	}
  
	.text-block-10 {
	  font-size: 18px;
	}
  
	.logo-div, .logo-div._02 {
	  background-size: 300px;
	}

  
	.heading-9 {
	  font-size: 38px;
	  line-height: 54px;
	}
  
	.heading-10._3rd {
	  font-size: 32px;
	}
  
	.middle-line {
	  width: 35px;
	}
  
	.link-2 {
	  font-size: 16px;
	}
  
	.section-12 {
	  padding-bottom: 40px;
	}
  
	.hackthons-heading {
	  margin-bottom: 20px;
	  font-size: 44px;
	  line-height: 54px;
	}
  
	.hackthons-heading.impressum {
	  margin-bottom: 30px;
	  font-size: 40px;
	}
  
	.paragraph-4 {
	  padding-left: 24px;
	  padding-right: 24px;
	  font-size: 18px;
	  line-height: 28px;
	}
  
	.small-content {
	  max-width: 100%;
	  margin-top: 40px;
	}
  
	.collection-list-2 {
	  grid-template-columns: 1fr;
	}
  
	.section-15 {
	  min-height: 65vh;
	}
  
	.heading-15 {
	  font-size: 64px;
	  line-height: 76px;
	}
  
	.section-16 {
	  padding: 60px 40px 80px;
	}
  
	.heading-16 {
	  font-size: 40px;
	  line-height: 54px;
	}
  
	.paragraph-5 {
	  font-size: 18px;
	  line-height: 27px;
	}
  
	.midnight-blue-grid {
	  grid-column-gap: 20px;
	  grid-row-gap: 20px;
	}
  
	.heading-17 {
	  font-size: 22px;
	}
  
	.section-17 {
	  padding-top: 40px;
	  padding-left: 40px;
	  padding-right: 40px;
	}
  
	.jobs-div {
	  flex-flow: column wrap;
	  align-items: flex-start;
	}
  
	.heading-18 {
	  margin-bottom: 20px;
	}
  
	.text-block-14 {
	  margin-bottom: 15px;
	  font-size: 18px;
	}
  
	.link-6 {
	  font-size: 18px;
	}
  
	.section-18 {
	  min-height: 60vh;
	}
  
	.section-19 {
	  padding-bottom: 80px;
	}
  
	.heading-19 {
	  font-size: 54px;
	  line-height: 68px;
	}
  
	.paragraph-7 {
	  font-size: 16px;
	  line-height: 26px;
	}
  
	.case-studies-grid {
	  grid-column-gap: 50px;
	  grid-row-gap: 50px;
	}
  
	.heading-20 {
	  margin-bottom: 10px;
	  font-size: 28px;
	}
  
	.vertical-case-study {
	  margin-bottom: 50px;
	}
  
	.heading-21 {
	  font-size: 38px;
	}
  
	.heading-22 {
	  font-size: 40px;
	}
  
	.body-text h1 {
	  font-size: 38px;
	  line-height: 46px;
	}
  
	.body-text h2 {
	  font-size: 34px;
	  line-height: 44px;
	}
  
	.body-text h3 {
	  font-size: 28px;
	  line-height: 38px;
	}
  
	.body-text p {
	  font-size: 16px;
	  line-height: 28px;
	}
  
	.body-text ul {
	  font-size: 16px;
	}
  
	.body-text li {
	  margin-bottom: 7px;
	}
  
	.body-text sub {
	  font-size: 32px;
	}
  
	.hero-section_case-studies {
	  min-height: 65vh;
	  padding-bottom: 40px;
	}
  
	.section-22 {
	  padding-top: 60px;
	}
  
	.heading-24.case-study {
	  font-size: 40px;
	}
  
	.mini-boxes-grid.cms {
	  grid-column-gap: 30px;
	  grid-row-gap: 30px;
	  grid-template-rows: auto auto auto auto;
	  grid-template-columns: 1fr;
	  grid-auto-columns: 1fr;
	  display: grid;
	}
  
	.full-bg {
	  min-height: 60vh;
	}
  
	.testimonial-div {
	  padding-left: 40px;
	  padding-right: 40px;
	}
  
	.image-10 {
	  width: 140px;
	  height: 140px;
	}
  
	.title-description {
	  flex-direction: column;
	}
  
	.text-block-20 {
	  margin-bottom: 0;
	}
  
	.mini-line {
	  margin-top: 15px;
	  margin-bottom: 15px;
	}
  
	.section-24 {
	  padding-top: 20px;
	}
  
	.shrt-text p {
	  font-size: 25px;
	  line-height: 30px;
	}
  
	.shrt-text h1 {
	  font-size: 54px;
	}
  
	.full-text h1 {
	  font-size: 48px;
	}
  
	.full-text h2 {
	  font-size: 40px;
	}
  
	.full-text p {
	  font-size: 18px;
	  line-height: 28px;
	}
  
	.first-text h1 {
	  font-size: 44px;
	}
  
	.first-text h2 {
	  font-size: 40px;
	}
  
	.heading-30.main-heading {
	  font-size: 36px;
	  line-height: 54px;
	}
  
	.image-13 {
	  height: 400px;
	  margin-top: 20px;
	}
  
	.contact-grid {
	  width: 100%;
	}
  
	.single-text h2 {
	  font-size: 34px;
	}
  
	.single-text h3 {
	  font-size: 25px;
	}
  
	.single-text p {
	  font-size: 16px;
	  line-height: 26px;
	}
  
	.single-text ul {
	  padding-left: 20px;
	}
  
	.list {
	  font-size: 16px;
	}
  
	.heading-32 {
	  font-size: 48px;
	}
  
	.hacthan-subheading {
	  padding-left: 24px;
	  padding-right: 24px;
	}
  
	.tabs-menu {
	  flex-flow: row;
	  justify-content: center;
	  align-items: center;
	  margin-left: 24px;
	  margin-right: auto;
	  right: 0;
	}
  
	.tabs {
	  margin-top: 0;
	}
  
	.div-block-8 {
	  margin-bottom: 10px;
	}
  
	.div-block-10 {
	  padding-left: 8px;
	  padding-right: 8px;
	}
  
	.div-block-12, .more-images, .hacthan-subheading-2023, .hacthan-subheading-2019 {
	  padding-left: 24px;
	  padding-right: 24px;
	}
  
	.section-30 {
	  padding-bottom: 40px;
	}
  
	.rent-title-text {
	  font-size: 32px;
	}
  
	.div-block-21 {
	  justify-content: flex-start;
	  padding-top: 0;
	  padding-bottom: 0;
	}
  
	.div-block-23 {
	  width: 72px;
	  height: 72px;
	}
  
	.rent-contact-section {
	  height: 209px;
	}
  
	.div-block-26 {
	  flex-flow: column;
	}
  
	.div-block-27 {
	  margin-bottom: 12px;
	  padding: 8px;
	}
  
	.text-block-34 {
	  font-size: 14px;
	}
  
	.div-block-29 {
	  margin-bottom: 24px;
	}
  
	.text-block-36 {
	  font-size: 32px;
	}
  
	.div-block-30 {
	  border-width: 8px;
	  left: auto;
	  right: 36px;
	  transform: translate(0);
	}
  
	.slider-3 {
	  width: 100%;
	}
  
	.slide-8, .slide-9, .slide-10 {
	  width: 300px;
	}
  
	.image-24 {
	  width: 45px;
	  height: 45px;
	}
  
	.div-block-36 {
	  padding-left: 40px;
	}
  
	.rent-more-images {
	  padding-left: 0;
	  padding-right: 24px;
	}
  
	.div-block-8-copy {
	  padding-right: 24px;
	}
  
	.tag-wrapper {
	  flex-flow: column;
	  padding-left: 24px;
	}
  
	.tag0 {
	  display: none;
	}
  
	.tag0-copy {
	  margin-left: 0;
	}
  
	.div-block-37 {
	  padding-left: 24px;
	  display: flex;
	}
  
	.div-block-38 {
	  padding-left: 24px;
	}
  }
  
  @media screen and (max-width: 479px) {
	.my-container {
	  padding-top: 7px;
	  padding-bottom: 7px;
	}
  
	.brand.w--current {
	  width: 80px;
	  height: 80px;
	}
  
	.brand._2nd-logo.w--current {
	  justify-content: center;
	  align-items: center;
	  width: 60px;
	  height: 60px;
	}
  
	.logo-one.logo-two {
	  width: 55px;
	  height: 55px;
	  inset: 0%;
	}
  
	.logo-one.midnight-blue-logo {
	  width: 80px;
	  height: 80px;
	}
  
	.hero-heading-wrapper {
	  width: 95%;
	  margin-left: 20px;
	  overflow: hidden;
	}
  
	.heading {
	  text-align: left;
	  margin-top: 10px;
	  margin-bottom: 5px;
	  font-size: 44px;
	  line-height: 58px;
	}
  
	.typed-words {
	  text-align: left;
	  word-break: break-all;
	  font-size: 44px;
	  line-height: 58px;
	}
  
	.section-02 {
	  padding-top: 60px;
	  padding-bottom: 80px;
	}
  
	.heading-2 {
	  font-size: 48px;
	  line-height: 60px;
	}
  
	.heading-2.section-4-heading {
	  font-size: 38px;
	  line-height: 48px;
	}
  
	.paragraph {
	  font-size: 16px;
	  line-height: 27px;
	}
  
	.paragraph.section-06-paragraph {
	  font-size: 16px;
	}
  
	.heading-3, .heading-3.tips {
	  font-size: 80px;
	}
  
	.section {
	  height: 72%;
	  overflow: auto;
	}
  
	.column {
	  background-image: none;
	  background-position: 0 0;
	  background-size: auto;
	}
  
	.text-block-5 {
	  font-size: 14px;
	}
  
	.digit-grid-wrapper {
	  grid-template-columns: 1fr;
	}
  
	.heading-5 {
	  line-height: 58px;
	}
  
	.cms-image-gradient, .cms-image-gradient.big {
	  width: 100%;
	  height: 240px;
	}
  
	.cms-content-box {
	  width: 100%;
	  padding-right: 0;
	}
  
	.cms-content-box.no-margin {
	  width: 100%;
	}
  
	.vector-grid.second {
	  flex-wrap: wrap;
	  grid-template-columns: 1fr;
	  display: flex;
	}
  
	.horizontal-grid, .horizontal-grid.second-horizontal-box {
	  grid-column-gap: 30px;
	  grid-row-gap: 30px;
	}
  
	.horizontal-grid.horizontal-3rd-grid {
	  grid-column-gap: 20px;
	  grid-row-gap: 20px;
	}
  
	.heading-7 {
	  font-size: 38px;
	  line-height: 48px;
	}
  
	.right-box-image {
	  background-size: 80px;
	  padding-right: 20px;
	}
  
	.right-box-image.left-box {
	  padding-top: 30px;
	  padding-right: 20px;
	}
  
	.image-3 {
	  object-fit: cover;
	  height: 360px;
	}
  
	._01 {
	  z-index: 2;
	  bottom: -91px;
	}
  
	.heading-8 {
	  font-size: 120px;
	}
  
	.section-8 {
	  padding-bottom: 60px;
	}
  
	.mini-text-grid {
	  grid-column-gap: 30px;
	  grid-row-gap: 30px;
	  grid-template-columns: 1fr;
	}
  
	.big-bg {
	  height: 390px;
	}
  
	.midnight-blue-bg {
	  width: 90%;
	}
  
	.logos-grid {
	  grid-template-columns: 1fr;
	}
  
	.image-5._2nd._3rd.phone {
	  display: block;
	}
  
	.image-5._2nd.phone {
	  display: none;
	}
  
	.heading-9 {
	  font-size: 30px;
	  line-height: 48px;
	}
  
	.links {
	  flex-direction: column;
	  align-items: flex-start;
	}
  
	.heading-10 {
	  margin-bottom: 10px;
	  font-size: 28px;
	}
  
	.heading-10.email, .heading-10._3rd {
	  font-size: 28px;
	}
  
	.middle-line {
	  display: none;
	}
  
	.middle-line.show {
	  margin-left: 10px;
	  margin-right: 10px;
	  display: block;
	}
  
	.link-3 {
	  font-size: 16px;
	}
  
	.brand-holder {
	  width: 50%;
	  height: 80px;
	}
  
	.hackthons-heading {
	  margin-bottom: 8px;
	  font-size: 40px;
	}
  
	.hackthons-heading.impressum {
	  margin-bottom: 20px;
	  margin-left: 0;
	  padding-left: 20px;
	  font-size: 34px;
	  line-height: 48px;
	}
  
	.paragraph-4 {
	  font-size: 14px;
	  line-height: 1.5em;
	}
  
	.small-content {
	  max-width: 100%;
	}
  
	.heading-12 {
	  font-size: 36px;
	}
  
	.section-14 {
	  padding-top: 40px;
	}
  
	.heading-13 {
	  font-size: 36px;
	}
  
	.text-block-12 {
	  font-size: 16px;
	}
  
	.section-15 {
	  min-height: 60vh;
	  padding-bottom: 70px;
	}
  
	.heading-15 {
	  font-size: 54px;
	  line-height: 68px;
	}
  
	.section-16 {
	  padding-left: 24px;
	  padding-right: 24px;
	}
  
	.heading-16 {
	  font-size: 32px;
	  line-height: 44px;
	}
  
	.paragraph-5 {
	  font-size: 16px;
	  line-height: 26px;
	}
  
	.midnight-blue-grid {
	  grid-column-gap: 24px;
	  grid-row-gap: 24px;
	  grid-template-rows: auto auto;
	  grid-template-columns: 1fr;
	  grid-auto-columns: 1fr;
	  display: grid;
	}
  
	.first-box {
	  padding: 24px;
	}
  
	.text-block-13 {
	  margin-bottom: 40px;
	}
  
	.paragraph-6 {
	  font-size: 15px;
	}
  
	.section-17 {
	  padding-left: 24px;
	  padding-right: 24px;
	}
  
	.heading-18 {
	  font-size: 20px;
	}
  
	.text-block-14, .link-6 {
	  font-size: 17px;
	}
  
	.section-19 {
	  padding-top: 140px;
	  padding-bottom: 60px;
	}
  
	.heading-19 {
	  margin-bottom: 24px;
	  font-size: 44px;
	  line-height: 54px;
	}
  
	.section-20 {
	  padding-top: 60px;
	  padding-bottom: 60px;
	}
  
	.case-studies-grid {
	  grid-column-gap: 45px;
	  grid-row-gap: 45px;
	  grid-template-rows: auto;
	}
  
	.heading-20 {
	  margin-bottom: 20px;
	  font-size: 26px;
	  line-height: 36px;
	}
  
	.paragraph-8 {
	  max-width: none;
	  font-size: 15px;
	}
  
	.paragraph-8.blogs-mini-description {
	  font-size: 15px;
	}
  
	.tag {
	  left: 0%;
	}
  
	.vertical-case-study {
	  margin-bottom: 45px;
	}
  
	.heading-21 {
	  font-size: 36px;
	}
  
	.heading-22 {
	  padding-left: 24px;
	  padding-right: 24px;
	  font-size: 38px;
	  line-height: 46px;
	}
  
	.text {
	  padding-left: 24px;
	  padding-right: 24px;
	}
  
	.body-text h1 {
	  font-size: 38px;
	}
  
	.body-text h2 {
	  font-size: 30px;
	  line-height: 44px;
	}
  
	.body-text h3 {
	  font-size: 26px;
	  line-height: 38px;
	}
  
	.body-text p {
	  font-size: 16px;
	  line-height: 25px;
	}
  
	.body-text ul {
	  font-size: 16px;
	}
  
	.body-text li {
	  margin-bottom: 0;
	}
  
	.body-text sub {
	  font-size: 30px;
	}
  
	.section-22 {
	  padding-left: 20px;
	  padding-right: 20px;
	}
  
	.heading-24.case-study {
	  font-size: 38px;
	  line-height: 48px;
	}
  
	.box-01 p {
	  font-size: 18px;
	}
  
	.testimonial-div {
	  padding-top: 40px;
	  padding-bottom: 40px;
	}
  
	.image-10 {
	  width: 120px;
	  height: 120px;
	  margin-top: -94px;
	}
  
	.paragraph-11 {
	  font-size: 16px;
	  line-height: 28px;
	}
  
	.text-block-20.title {
	  text-align: center;
	}
  
	.section-24 {
	  padding-left: 20px;
	  padding-right: 20px;
	}
  
	.shrt-text p {
	  font-size: 24px;
	}
  
	.shrt-text h1 {
	  font-size: 44px;
	}
  
	.full-text h1 {
	  font-size: 38px;
	  line-height: 48px;
	}
  
	.full-text h2 {
	  font-size: 34px;
	  line-height: 44px;
	}
  
	.full-text p {
	  font-size: 16px;
	}
  
	.first-text h1 {
	  font-size: 40px;
	}
  
	.first-text h2 {
	  font-size: 36px;
	}
  
	.first-text p {
	  font-size: 16px;
	}
  
	.collection-list-3 {
	  grid-column-gap: 30px;
	  grid-row-gap: 30px;
	  grid-template-columns: 1fr;
	}
  
	.space {
	  width: 50%;
	}
  
	.space.new-page {
	  width: 31%;
	}
  
	.menu-link-wrapper {
	  padding-bottom: 0;
	  display: none;
	}
  
	.my-link {
	  word-break: break-all;
	  font-size: 16px;
	}
  
	.section-25.new-blog {
	  padding-top: 135px;
	}
  
	.heading-30.main-heading {
	  font-size: 34px;
	  line-height: 44px;
	}
  
	.image-13 {
	  height: 330px;
	}
  
	.section-26 {
	  padding-bottom: 60px;
	}
  
	.text-block-22 {
	  font-size: 18px;
	}
  
	.contact-grid {
	  width: 95%;
	  display: block;
	}
  
	.text-block-23 {
	  margin-bottom: 20px;
	}
  
	.text-block-24 {
	  margin-bottom: 10px;
	}
  
	.link-10 {
	  word-break: break-all;
	  margin-bottom: 20px;
	}
  
	.single-text {
	  padding-left: 20px;
	  padding-right: 20px;
	}
  
	.single-text h2 {
	  font-size: 30px;
	  line-height: 38px;
	}
  
	.single-text h3 {
	  margin-top: 20px;
	  font-size: 22px;
	}
  
	.single-text ul {
	  padding-left: 20px;
	}
  
	.heading-32 {
	  font-size: 44px;
	}
  
	.hacthan-subheading {
	  font-size: 18px;
	}
  
	.ibiza {
	  font-size: 14px;
	}
  
	.tab-link-2024, .tab-link-2024.w--current, .tab-link-2023, .tab-link-2019 {
	  padding-left: 16px;
	  padding-right: 16px;
	}
  
	.tabs-content {
	  margin-top: 16px;
	}
  
	.div-block-8 {
	  flex-flow: row;
	  width: auto;
	  margin-bottom: 10px;
	}
  
	.tag1 {
	  font-size: 14px;
	}
  
	.slider {
	  height: 320px;
	  min-height: 320px;
	  max-height: 320px;
	  overflow: hidden;
	}
  
	.heading-33 {
	  font-size: 24px;
	}
  
	.text-block-29 {
	  font-size: 14px;
	}
  
	.div-block-10 {
	  padding-left: 0;
	  padding-right: 0;
	}
  
	.slider1 {
	  min-height: 320px;
	}
  
	.slider4 {
	  margin-left: 0;
	}
  
	.slide2024-1-1 {
	  height: auto;
	}
  
	.div-block-12, .div-block-14 {
	  margin-top: 24px;
	}
  
	.more-images {
	  font-size: 32px;
	}
  
	.slide2024-3-1, .swiper-ai.first-swiper, .slide2019-3-1 {
	  height: auto;
	}
  
	.carousel-arrow-w.arrow-next {
	  margin-right: 1em;
	}
  
	.carousel-arrow-w.arrow-previous {
	  margin-left: 1em;
	}
  
	.carousel-arrows {
	  margin-top: 2.5em;
	}
  
	.swiper.first-swiper {
	  height: 345px;
	  padding-bottom: 60px;
	}
  
	.rent-banner1 {
	  padding: 40px 24px;
	}
  
	.rent-image-block {
	  height: 280px;
	}
  
	.text-block-30 {
	  margin-bottom: 12px;
	}
  
	.div-block-17 {
	  padding-left: 24px;
	  padding-right: 24px;
	}
  
	.div-block-18 {
	  height: 280px;
	  padding-left: 24px;
	}
  
	.rent-half-slider {
	  margin-top: 40px;
	}
  
	.div-block-20 {
	  height: 500px;
	}
  
	.text-block-32 {
	  margin-left: 24px;
	  font-size: 16px;
	}
  
	.div-block-21 {
	  align-items: center;
	  height: 500px;
	}
  
	.text-block-36 {
	  margin-left: 0;
	  font-size: 28px;
	}
  
	.div-block-30 {
	  width: 120px;
	  height: 120px;
	  right: 24px;
	}
  
	.swiper-half.first-swiper {
	  height: 382px;
	  padding-bottom: 60px;
	}
  
	.div-block-34 {
	  height: 280px;
	  padding-right: 24px;
	}
  
	.div-block-36 {
	  padding-left: 24px;
	}
  
	.rent-more-images {
	  font-size: 32px;
	}
  
	.tag12, .tag3 {
	  margin-left: 12px;
	  padding-left: 12px;
	  padding-right: 12px;
	  font-size: 14px;
	}
  
	.div-block-8-copy {
	  flex-flow: row;
	  margin-bottom: 24px;
	}
  
	.tag0 {
	  font-size: 14px;
	  display: block;
	}
  
	.tag0-copy {
	  padding-left: 12px;
	  padding-right: 12px;
	  font-size: 14px;
	  display: block;
	}
  
	.tab-link-others, .tab-link-others.w--current {
	  padding-left: 16px;
	  padding-right: 16px;
	}
  }
  
  #w-node-b0dd7cc2-8484-d9da-2001-0d0805cfcf0d-9b2c29e8 {
	grid-area: span 1 / span 1 / span 1 / span 1;
	justify-self: start;
  }
  
  #w-node-_2eb426e3-5a32-3c1a-0913-d1f99fb11950-9b2c29e8 {
	grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-d7c69b60-ecb2-3301-9b15-f6875e9b82dc-9b2c29e8, #w-node-_774dbcfa-f785-8af2-1ecf-10941c30e548-9b2c29e8 {
	grid-area: span 1 / span 1 / span 1 / span 1;
	justify-self: start;
  }
  
  #w-node-_5b82ac8b-52b1-49f2-848e-f621db106486-9b2c29e8, #w-node-d6b31cc8-fd68-8383-e2cc-2eee8f95e004-9b2c29e8, #w-node-de80c863-0fe7-c006-5d36-0fb7a016ad77-9b2c29e8, #w-node-cda45a69-c158-6d51-a4f8-e8be07eb1bda-9b2c29e8, #w-node-fda7ebcd-f642-e043-f04d-71f96a277755-9b2c29e8, #w-node-ee275022-7a16-51ee-79c9-392ee77bf044-9b2c29e8, #w-node-f350e1ba-75a2-8ed8-df57-255a321c5aeb-9b2c29e8, #w-node-e3bbe383-675a-719e-2ec4-a134abd32e8a-9b2c29e8, #w-node-e3bbe383-675a-719e-2ec4-a134abd32e85-9b2c29e8, #w-node-febb3756-d53f-ba64-95f2-393b0bfae20d-9b2c29e8, #w-node-febb3756-d53f-ba64-95f2-393b0bfae212-9b2c29e8, #w-node-b6b36544-2a02-4b88-21ff-c58fbd2dbae9-9b2c29e8, #w-node-_31b34dec-c174-9251-74b7-92830ae1c204-9b2c29e8, #w-node-f9a6a102-4da3-81fd-96df-2c953762f575-9b2c29e8, #w-node-_5ab2c27d-1798-8d5c-54cd-ba32ab64a6ed-9b2c29e8, #w-node-_32c94f0a-5c62-b9fd-f777-f02a97c73279-9b2c29e8, #w-node-c0c6afbd-3707-1c74-0a4d-3460e96de1ec-9b2c29e8, #w-node-_53a9e62f-2afe-671d-71ea-c38e6bd1e4d8-9b2c29e8, #w-node-_59fb964f-7ea3-4f40-5f84-a65cf3e4ce5d-9b2c29e8, #w-node-_1dcc635b-e949-3993-aaf5-ab5ecc45493d-9b2c29e8, #w-node-_8e716e02-90ab-891a-9022-d013549bcfce-9b2c29e8, #w-node-_083446b2-3001-c51f-9e3b-89a6312828b1-9b2c29e8, #w-node-_6aee4c63-eeeb-5c08-4082-96094a717faf-9b2c29e8, #w-node-eae391d0-6261-3df0-9d93-90876c9867e1-9b2c29e8, #w-node-_07d18062-7b0f-d82e-5ffe-c6e12b64f25e-9b2c29e8, #w-node-_08a54164-cd17-a9cf-d478-916ddbd2fb69-9b2c29e8, #w-node-c94aa0e2-d3f7-d2dc-e19f-c6c64114ccbc-9b2c29e8, #w-node-_5e734c9c-a475-7bc0-119d-c54f1bbe06a0-9b2c29e8, #w-node-_8f2dc31e-1462-31e8-231f-0d82a2600ae6-9b2c29e8, #w-node-_57a3559c-5e4d-18d4-6022-5455cd42be58-9b2c29e8, #w-node-_42752d0c-8d31-1aaa-9584-e09305ee98e2-9b2c29e8, #w-node-_8ee43a7c-741a-d1b9-f3ad-381058c4e360-b04a9ea7, #w-node-_8ee43a7c-741a-d1b9-f3ad-381058c4e362-b04a9ea7, #w-node-_8ee43a7c-741a-d1b9-f3ad-381058c4e36c-b04a9ea7, #w-node-_8ee43a7c-741a-d1b9-f3ad-381058c4e374-b04a9ea7, #w-node-_34e44047-9409-7504-ff3c-283e049c9b75-b04a9ea7, #w-node-_34e44047-9409-7504-ff3c-283e049c9b77-b04a9ea7, #w-node-_18a11dd3-eeda-3025-9bf7-e294230a3793-284373d7, #w-node-c9ca1fa8-eeac-5dec-3e1e-b0e7f82b7bd8-284373d7, #w-node-c284b26c-f7ba-a8cd-91ad-e2e1fc683ef3-284373d7, #w-node-e60f79bc-5101-364b-9baa-fd25131d90ce-284373d7, #w-node-f95d07d0-f383-8414-d304-55dad7411664-284373d7, #w-node-_4a9431f5-5144-c6ff-6981-b364f4749636-284373d7, #w-node-_9d8ca2b4-df84-a275-6af7-48a80446b748-284373d7, #w-node-_3f3fa65c-31dd-3691-7162-b3eacd554cf8-284373d7, #w-node-_92ca20d1-65a8-0358-3cf3-1fb1bc1e0648-284373d7, #w-node-_80771d53-aa5c-17d2-6249-0be35ef5b336-284373d7, #w-node-_5c776b3e-1d7b-d4aa-cd23-52277b357afe-284373d7, #w-node-_7280d460-851e-7929-8e29-83d075b74e9d-284373d7, #w-node-_2599f6e9-6c4b-6c30-df1c-48b5b461a977-284373d7 {
	grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  @media screen and (min-width: 1920px) {
	#w-node-_774dbcfa-f785-8af2-1ecf-10941c30e548-9b2c29e8 {
	  grid-area: span 1 / span 1 / span 1 / span 1;
	  justify-self: start;
	}
  
	#w-node-f350e1ba-75a2-8ed8-df57-255a321c5aeb-9b2c29e8, #w-node-e3bbe383-675a-719e-2ec4-a134abd32e8a-9b2c29e8, #w-node-e3bbe383-675a-719e-2ec4-a134abd32e85-9b2c29e8, #w-node-febb3756-d53f-ba64-95f2-393b0bfae20d-9b2c29e8 {
	  grid-area: span 1 / span 1 / span 1 / span 1;
	}
  }
  
  @media screen and (min-width: 1440px) {
	#w-node-fda7ebcd-f642-e043-f04d-71f96a277755-9b2c29e8, #w-node-f350e1ba-75a2-8ed8-df57-255a321c5aeb-9b2c29e8, #w-node-e3bbe383-675a-719e-2ec4-a134abd32e8a-9b2c29e8, #w-node-febb3756-d53f-ba64-95f2-393b0bfae212-9b2c29e8, #w-node-_8ee43a7c-741a-d1b9-f3ad-381058c4e360-b04a9ea7, #w-node-_8ee43a7c-741a-d1b9-f3ad-381058c4e374-b04a9ea7, #w-node-_34e44047-9409-7504-ff3c-283e049c9b75-b04a9ea7 {
	  grid-area: span 1 / span 1 / span 1 / span 1;
	}
  }
  
  @font-face {
	font-family: 'Fa Brands 800';
	src: url('https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/65702604d64519a9dde7dee9_fa-brands-400.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
  }
  @font-face {
	font-family: 'Fa Solid 600';
	src: url('https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/657026048467b22d12dfe809_fa-solid-900.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
  }
  @font-face {
	font-family: 'Fa Brands 400';
	src: url('https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/65702604ec1e748f3af7eddd_fa-brands-400.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
  }
  @font-face {
	font-family: 'Fa Solid 900';
	src: url('https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/657026040501232640342866_fa-solid-900.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
  }
  @font-face {
	font-family: 'Fa 700';
	src: url('https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/65702604d60d4ae70ce8dea0_fa-regular-400.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
  }
  @font-face {
	font-family: 'Fa V 4 Compatibility';
	src: url('https://cdn.prod.website-files.com/5e58419407af5b656f2c29e7/6570260422ae05f2576c736b_fa-v4compatibility.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
  }