:root {
  --primary-color: #59b14c;
  --text-black: #1d1d1d;
  --right-corner-radius: 18px;
  --walsh--black\<deleted\|variable-6ee00df4\>: #2c2c2c;
  --white: #f7f7f7;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white\<deleted\|variable-41e69d91\>: white;
  --radiant-ui-components-library-marketplace--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>: #150438;
  --border-faq-color: #59b14c;
  --theme-color\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>: #e30613;
  --navbar-right-border: 0px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.walsh-icon-arrow-flip {
  height: 12px;
}

.button--link-green {
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  border-radius: 9px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
  transition: all .15s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button--link-green:hover {
  border-radius: 9px;
}

.button--link-green.w--current {
  background-color: var(--text-black);
}

.button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.button-hover-fill {
  background-color: var(--text-black);
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -70%;
}

.label-button {
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.main-nav {
  background-color: #0000;
}

.brand-block {
  z-index: 2;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.nav-logo {
  height: 32px;
}

.inner-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.walsh-dropdown {
  color: #fff;
}

.walsh-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 6px;
  box-shadow: 0 0 14px 5px #0000000d;
}

.walsh-dropdown-link {
  color: #6b6b6b;
  border-radius: 2px;
  font-weight: 600;
}

.walsh-dropdown-link:hover {
  color: #ff8d86;
  background-color: #eee;
  border-radius: 3px;
}

.flex-nav-buttons {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-icon-dropdown {
  margin-right: 12px;
}

.float-menu {
  border-right: 4px solid var(--primary-color);
  border-left: 4px solid var(--primary-color);
  background-color: #fff;
  border-radius: 0 0 18px 18px;
  padding: 5px 20px;
}

.nav-wrapper-container {
  z-index: 10;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.letter-wrap {
  color: var(--text-black);
  border-radius: 9px;
  padding: 15px 18px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.letter-wrap:hover {
  background-color: #dbdbdb59;
}

.letter-wrap.w--current {
  border-right: 4px solid var(--primary-color);
  border-bottom: 4px none var(--primary-color);
  border-left: 4px solid var(--primary-color);
  color: var(--text-black);
  background-color: #0000;
  text-decoration: none;
}

.letter-wrap.locale-link {
  padding: 0;
}

.letter-wrap.locale-link:hover {
  background-color: #0000;
}

.walsh-toggle-black {
  color: var(--walsh--black\<deleted\|variable-6ee00df4\>);
  border-radius: 8px;
  padding: 15px 32px 15px 18px;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

.walsh-toggle-black:hover {
  background-color: #dbdbdb59;
}

.nav-menu-white {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.inner-container-nav-float {
  max-width: 1480px;
  overflow: hidden;
}

.pg-wrap {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.button-primary {
  border: 2px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white);
  text-align: center;
  border-radius: 9px;
  padding: .75rem 1.5rem;
  font-family: Quicksand, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .15s cubic-bezier(.165, .84, .44, 1);
}

.button-primary:hover {
  border-color: var(--text-black);
  background-color: var(--text-black);
}

.rl_heading1_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium {
  color: var(--text-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.2;
}

.rl-text-style-medium.is-white {
  color: #fff;
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

.rl_heading1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h1 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.2;
}

.h1.is-white {
  color: #fff;
  text-align: left;
  padding-right: 0;
  font-family: Outfit, sans-serif;
  font-size: 56px;
  font-weight: 700;
}

.h1.is-black {
  color: var(--text-black);
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.wrapper-container {
  z-index: 2;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.header5_component {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  max-height: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl_section_header5 {
  z-index: 3;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/IMG_20180725_114812.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  overflow: visible;
}

.rl_header5_content {
  color: #fff;
  width: 100%;
  max-width: 1000px;
}

.button-secondary-real {
  border: 2px dashed var(--white);
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  background-color: #0000;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-family: Quicksand, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .15s cubic-bezier(.165, .84, .44, 1);
}

.button-secondary-real:hover {
  background-color: var(--white);
  color: var(--text-black);
}

.button-secondary-real.is-black {
  border-color: var(--text-black);
  color: var(--text-black);
}

.button-secondary-real.is-black:hover {
  background-color: var(--text-black);
  color: var(--white);
}

.button-secondary-real.formularzowy {
  border-width: 1px;
  border-color: var(--text-black);
  width: 100%;
  color: var(--text-black);
  border-radius: 9px;
}

.button-secondary-real.formularzowy:hover {
  border-color: var(--text-black);
  background-color: var(--text-black);
  color: var(--white);
}

.button-secondary-real.formularzowy.is-white {
  border-color: var(--white);
  color: var(--white);
}

.body {
  background-color: var(--white);
}

.letter-wrwwap {
  color: #0a0e18;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.letter-wrwwap:hover {
  color: #5b96f5;
}

.rl_section_layout207 {
  border-radius: 18px;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.rl_section_layout207.mobile {
  display: none;
}

.rl-padding-section-large {
  padding-top: 5%;
  padding-bottom: 5%;
}

.rl-heading-style-h2 {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-text-style-regular {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout207_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.rl_layout207_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.rl_layout207_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 3rem;
  margin-right: 3rem;
  display: grid;
}

.rl_layout207_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.button-seconda {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white\<deleted\|variable-41e69d91\>);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl_layout270_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_layout270_spacing-block-4 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_layout270_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-text-style-medium-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-medium-2.is-black {
  color: var(--text-black);
}

.rl-button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl_layout207_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.rl-text-style-subheading {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl-padding-global {
  position: relative;
  overflow: clip;
}

.rl_layout270_spacing-block-3 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-container-large-2 {
  z-index: 2;
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 20px;
  width: 100%;
  max-width: 1500px;
  height: 100%;
  position: relative;
  overflow: clip;
}

.typewriter-wrapper {
  margin-right: 230px;
}

.div-block {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.rl-padding-section-large-2 {
  padding-top: 5%;
  padding-bottom: 5%;
}

.rl_layout237_spacing-block-6 {
  width: 100%;
  padding-bottom: 4rem;
}

.rl-button-group-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl-heading-style-h2-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-text-style-regular-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout237_spacing-block-3 {
  width: 100%;
  padding-bottom: 6rem;
}

.rl-button-secondary-2 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white\<deleted\|variable-41e69d91\>);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-link-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl_layout237_component-copy {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl_layout237_content {
  grid-column-gap: 8rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  display: grid;
}

.rl-button-link-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl_layout237_spacing-block-4 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-text-style-medium-3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_section_layout237 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/DSC00027.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 18px;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.rl_section_layout237.animacja {
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: block;
}

.rl_section_layout237.animacja.mobile {
  display: none;
}

.rl-heading-style-h4 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_layout237_icon {
  width: 3rem;
  height: 3rem;
}

.rl_layout237_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_layout237_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.rl-text-style-subheading-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_layout237_spacing-block-5 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-padding-global-2 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/68293788_2325324430870052_3673085387640668160_n_upscayl_2x_high-fidelity-4x.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 18px;
  padding-left: 5%;
  padding-right: 5%;
}

.rl_layout237_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl_layout237_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.code-embed {
  z-index: 1;
  object-fit: cover;
  background-color: #0000;
  border-radius: 18px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.svg_arrow_icon {
  width: 1.5rem;
  max-width: 100%;
  height: 1.5rem;
  color: var(--primary-color);
  display: inline-block;
  overflow: clip;
}

.rl_footer4_link {
  color: var(--white);
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.rl_footer4_component {
  box-shadow: 0 -2px 16px 6px #0006;
}

.rl_footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.rl_footer4_social-link {
  color: var(--relume-library-lite--rl-black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rl-padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.rl_footer4_legal-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.rl_footer4_line-divider {
  background-color: var(--white);
  width: 100%;
  height: 1px;
}

.rl_footer4_logo-link {
  padding-left: 0;
}

.rl_footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.rl_footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.rl_footer4_spacing-block2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.rl_footer4_spacing-block1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_footer4_credit-text {
  color: var(--white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-padding-global-3 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/DSC00027.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.rl-social-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--white);
}

.rl_footer4_logo {
  height: 24px;
}

.div-block-2 {
  background-color: var(--white);
  height: 48px;
  position: absolute;
  inset: 0% 0% auto;
}

.rl-padding-section-large-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.rl-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.rl-heading-style-h2-3 {
  color: var(--text-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-heading-style-h2-3.is-white {
  color: var(--white);
}

.rl-error-text {
  color: #e23939;
}

.rl_contact1_form-field-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.rl_contact1_form-field-wrapper.felx {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rl-form-input {
  border: 1px solid var(--relume-library-lite--rl-black);
  height: auto;
  min-height: 2.75rem;
  color: var(--text-black);
  background-color: #0000;
  border-radius: 8px;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: Quicksand, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-input:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-input::placeholder {
  color: var(--relume-library-lite--rl-black);
  font-size: 1rem;
}

.rl-form-input.is-white {
  border-style: none;
}

.rl_contact1_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-checkbox-label-small {
  color: var(--text-black);
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-checkbox-label-small.is-white {
  color: var(--white);
}

.rl-success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.rl_contact1_spacing-block-4 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl_section_contact1 {
  background-color: var(--relume-library-lite--rl-white\<deleted\|variable-41e69d91\>);
}

.rl-button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white\<deleted\|variable-41e69d91\>);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-success-text {
  font-weight: 600;
}

.rl_contact1_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl_contact1_component.is-white {
  color: var(--white);
}

.rl-form-text-area {
  border: 1px solid var(--text-black);
  background-color: var(--white);
  height: auto;
  min-height: 6.5rem;
  color: var(--text-black);
  -webkit-text-stroke-color: var(--text-black);
  border-radius: 8px;
  margin-bottom: 0;
  padding: .75rem;
  font-family: Quicksand, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  overflow: auto;
}

.rl-form-text-area:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-text-area::placeholder {
  color: var(--relume-library-lite--rl-black);
}

.rl-form-text-area.is-white {
  border-style: none;
}

.rl-form-checkbox-icon {
  border: 1px solid var(--text-black);
  cursor: pointer;
  border-radius: 4px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.rl-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--relume-library-lite--rl-black);
  background-color: var(--primary-color);
  box-shadow: none;
  color: #ddd;
  background-image: none;
}

.rl-form-checkbox-icon.w--redirected-focus {
  border-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
}

.rl-form-checkbox-icon.is-white {
  border-color: var(--white);
}

.rl-form-checkbox-icon.is-white.w--redirected-checked {
  background-color: var(--primary-color);
  border-style: solid;
}

.rl-text-style-medium-4 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_contact1_form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_contact1_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_contact1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-link {
  color: var(--text-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl-text-style-link.is-white {
  color: var(--white);
}

.rl_contact1_button-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-text-style-subheading-3 {
  color: var(--text-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl-text-style-subheading-3.is-white {
  color: var(--white);
}

.rl-padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_contact1_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_contact1_form-block {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35rem;
  margin-bottom: 0;
}

.rl-field-label {
  color: var(--text-black);
  margin-bottom: .5rem;
  font-family: Quicksand, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
}

.rl-field-label.is-white {
  color: var(--white);
}

.rl_contact6_form-field-wrapper {
  position: static;
}

.rl_contact6_spacing-block-5 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-field-label-2 {
  color: var(--text-black);
  margin-bottom: .5rem;
  font-family: Quicksand, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
}

.rl-field-label-2.is-white {
  color: var(--white);
}

.rl_contact6_spacing-block-6 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-form-radio-2col {
  grid-column-gap: 1rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.rl-form-radio-icon {
  border: 1px solid var(--text-black);
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  color: var(--text-black);
  cursor: pointer;
  border-radius: 100px;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.rl-form-radio-icon.w--redirected-checked {
  border-width: 6px;
  border-color: var(--primary-color);
  background-color: #fff;
  background-image: none;
}

.rl-form-radio-icon.w--redirected-focus {
  border-color: var(--primary-color);
  box-shadow: none;
  margin-top: 0;
}

.rl-form-radio-icon.is-white {
  border-color: var(--white);
  color: var(--white);
}

.rl-form-radio-icon.is-white.w--redirected-checked {
  border-color: var(--primary-color);
  background-color: var(--white);
  color: var(--primary-color);
}

.rl-form-radio-label {
  color: var(--text-black);
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-form-radio-label.is-white {
  color: var(--white);
}

._3rem-bottom-margines {
  height: 3rem;
}

._2rem-spacer {
  height: 1rem;
}

.button {
  height: 2rem;
  color: var(--text-black);
  text-align: center;
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.letter-wrap-copy {
  color: var(--text-black);
  border-radius: 9px;
  padding: 15px 18px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.letter-wrap-copy:hover {
  background-color: #dbdbdb59;
}

.letter-wrap-copy.w--current {
  color: var(--primary-color);
  background-color: #e6e6e67d;
  border: 1px #000;
}

._1rem-spacer {
  height: 1rem;
}

.rt-category-cards-text {
  color: var(--text-black);
  text-transform: capitalize;
  font-family: Varela, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 31px;
}

.rt-component-container {
  width: 100%;
  max-width: 1500px;
  position: relative;
}

.rt-component-section {
  width: 100%;
  margin-top: 7rem;
  margin-bottom: 7rem;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Outfit, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-heading-three {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.rt-heading-three.rt-margin-bottom-fifteen {
  color: var(--primary-color);
  font-family: Outfit, sans-serif;
  font-size: 60px;
  font-weight: 700;
}

.rt-margin-top-ten {
  color: var(--text-black);
  margin-top: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.rt-tag-wrap {
  position: absolute;
  inset: 0% auto 0% 15px;
  transform: rotate(-90deg);
}

.rt-tag-wrap.rt-padding-none {
  left: 0;
}

.rt-home-one-hero-heading-flex {
  grid-column-gap: 20px;
  align-items: center;
  max-width: 426px;
  margin-bottom: 28px;
  position: relative;
}

.rt-devider-one {
  background-color: #02015a1f;
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.rt-autofit-6 {
  object-fit: cover;
}

.rt-autofit-6.rt-responsive-full-width {
  width: 100%;
}

.rt-autofit-6.rt-responsive-full-width.rt-home-three-discover-right-image {
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: auto;
  position: relative;
}

.rt-home-three-discover-right {
  flex: 0 65%;
  position: relative;
}

.rt-home-three-number-block {
  grid-column-gap: 40px;
  justify-content: center;
  padding-top: 10px;
}

.rt-home-three-number-right {
  width: 100%;
}

.rt-home-three-discover-left {
  flex: 0 35%;
  align-self: center;
  margin-top: 8px;
}

.rt-home-three-discover-flex {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.rt-tag-5 {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #f0f0f0;
  border-radius: 7px;
  padding: 9px 20px 7px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.rt-tag-5.rt-dark-tab {
  background-color: var(--primary-color);
  color: #fff;
}

.rt-home-three-number-left {
  width: 100%;
}

.rt-margin-bottom-thirty-3 {
  margin-bottom: 30px;
}

.rt-home-three-discover-right-background {
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: none;
  position: absolute;
  inset: 0%;
}

.rt-home-three-expertise-heading {
  max-width: 18ch;
  padding-left: 60px;
}

.rt-margin-none {
  margin-top: 0;
  margin-bottom: 0;
}

.rt-margin-bottom-fifteen {
  margin-bottom: 15px;
}

.heading-3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-3.padding-60 {
  padding-left: 60px;
  font-family: Varela, sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}

.bas-wrapper {
  border-radius: 18px;
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.bas-image-before {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.bas-image-after-h {
  z-index: 1;
  object-fit: cover;
  width: 50%;
  height: 100%;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.bas-handle-h {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  padding: 0;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bas-line-h {
  z-index: 1;
  background-color: #fff;
  width: 2px;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.bas-label-before-h {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 9px;
  padding: 4px 12px;
  font-family: Varela, sans-serif;
  position: absolute;
  top: 24px;
  left: 24px;
}

.bas-label-after-h {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 9px;
  padding: 4px 12px;
  font-family: Varela, sans-serif;
  position: absolute;
  top: 24px;
  right: 24px;
}

.image {
  background-color: var(--white);
  border-radius: 9px;
  padding: 5px;
}

.image:hover {
  transform: rotate(-180deg);
}

.image:active {
  padding: 7px;
}

.rt-category-cards-text-2 {
  color: var(--white);
  text-transform: none;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 31px;
}

.rt-component-container-2 {
  width: 100%;
  max-width: 1290px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.rt-component-section-2 {
  background-color: var(--white);
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 80px 15px;
  line-height: 29px;
  position: relative;
}

.rt-heading-two {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
}

.rt-heading-two.rt-margin-bottom-fiftee {
  margin-bottom: 50px;
}

.rt-change-font {
  font-weight: 300;
}

.rt-radius-ten {
  border-radius: 10px;
  overflow: hidden;
}

.rt-margin-bottom-ten {
  margin-bottom: 10px;
}

.rt-title-top {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  letter-spacing: .01px;
  font-size: 14px;
  line-height: 28px;
}

.rt-accordion {
  border-radius: 18px;
  width: 100%;
}

.rt-pricing-faq-main {
  max-width: 973px;
  margin-left: auto;
  margin-right: auto;
}

.rt-dropdown-list-2 {
  background-color: #0000;
  position: relative;
  overflow: hidden;
}

.rt-dropdown-list-2.w--open {
  border-bottom: 4px solid var(--border-faq-color);
  background-color: #14151700;
  border-radius: 18px;
  margin-bottom: 30px;
  position: relative;
}

.rt-pricing-faq-title {
  max-width: 645px;
}

.rt-pricing-faq-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--\<unknown\|variable-595e276e-75c3-6eac-6603-d1a8216b0b93\>);
  border-bottom: 1px solid #eff2ff33;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.rt-pricing-faq-block.rt-border-none {
  border-bottom-style: none;
}

.rt-pricing-faq-line-one {
  background-color: var(--white);
  width: 17px;
  height: 2px;
}

.rt-pricing-faq-line-two {
  background-color: var(--white);
  border-radius: 20px;
  width: 17px;
  height: 2px;
  transform: translate(0, -2px);
}

.rt-dropdown-toggle-2 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 35px 0 30px;
  display: flex;
}

.rt-dropdown-toggle-2.w--open {
  padding: 35px 0 30px;
}

.rt-pricing-faq-text {
  color: var(--white);
  margin-bottom: 30px;
  padding: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.subheading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_contact1_componentmobile {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 400px;
  margin-top: 3rem;
  display: flex;
}

.rt-category-cards-text-3 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-margin-bottom-twenty {
  margin-bottom: 20px;
}

.rt-component-container-3 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-3 {
  background-color: var(--white);
  width: 100%;
  color: var(--\<unknown\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  margin-top: 7rem;
  padding: 80px 15px;
  font-family: Outfit, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-overflow-hidden {
  overflow: hidden;
}

.rt-autofit-cover {
  object-fit: cover;
  object-position: 0% 50%;
}

.rt-body-font-color {
  color: var(--\<unknown\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  transition: color .35s;
}

.rt-margin-bottom-thirty {
  margin-bottom: 30px;
}

.rt-contact-one {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  flex: 0 auto;
  order: -1;
  display: flex;
}

.rt-button-text-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.rt-contact-one-hero-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.rt-contact-one-side-bar {
  order: -9999;
}

.rt-form-button-two {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.rt-contact-one-hero-main {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.rt-contact-one-side-bar-text, .rt-contact-one-side-bar-address {
  max-width: 250px;
}

.rt-underline-off-2 {
  text-decoration: none;
}

.rt-underline-off-2.rt-padding-bottom-fourty {
  margin-bottom: 40px;
}

.rt-text-field-2 {
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #0003;
  height: 53px;
  padding-left: 20px;
  padding-right: 20px;
}

.rt-text-field-2.rt-title-top-2 {
  color: var(--\<unknown\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  font-weight: 400;
}

.rt-text-field-2.rt-title-top-2::placeholder {
  color: var(--\<unknown\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
}

.rt-textarea-2 {
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #0003;
  min-height: 120px;
  padding-left: 20px;
  padding-right: 20px;
}

.rt-textarea-2.rt-title-top-2::placeholder {
  color: var(--\<unknown\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  font-weight: 400;
}

.rt-submit-button {
  color: #3330;
  background-color: #3898ec00;
  width: 130px;
  height: 63px;
  position: relative;
}

.rt-button-typography {
  color: var(--theme-color\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
  text-transform: capitalize;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 400;
}

.rt-button-circle {
  border: 1px solid var(--theme-color\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
  border-radius: 100px;
  width: 38%;
  min-width: 66px;
  height: 66px;
  min-height: 66px;
  position: absolute;
  inset: 0%;
}

.rt-form-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.rt-form-main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.rt-title-top-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  letter-spacing: .01px;
  font-size: 14px;
  line-height: 28px;
}

.rt-button-5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 66px;
  line-height: 28px;
  display: flex;
  position: relative;
}

.rt-button-5.rt-underline-off-2 {
  text-decoration: none;
}

.rt-form-button-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.rt-border-radious-twenty {
  border-radius: 20px;
}

.rt-border-radious-twenty.rt-overflow-hidden.rt-height-full {
  height: 100%;
}

.rt-color-orange {
  color: #edcba4;
}

.rt-color-black {
  color: #141517;
}

.rt-error-message {
  color: #f33;
  text-align: center;
  padding: 20px;
}

.rt-success-message {
  color: #128800;
  text-align: center;
  background-color: #e1ffe0;
}

.rt-margin-bottom-thirty-4 {
  margin-bottom: 30px;
}

.rt-padding-bottom-fourty {
  padding-bottom: 40px;
}

.rt-margin-bottom-fourty {
  margin-bottom: 40px;
}

.rt-category-cards-text-4 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-4.rt-margin-bottom-fifteen-2 {
  margin-bottom: 15px;
}

.rt-component-container-4 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-4 {
  width: 100%;
  margin-top: 7rem;
  padding: 40px 15px 80px;
  font-family: Outfit, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-margin-top-thirty {
  margin-top: 30px;
}

.rt-tag-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.rt-first-picture {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.rt-left-wrap {
  flex: 0 47.8%;
  position: relative;
}

.rt-service-two-relaibility-box {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rt-last-image {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  margin-left: 205px;
  display: flex;
}

.rt-second-picture {
  margin-top: -40px;
  margin-left: 40px;
}

.rt-logis-paragraph {
  color: #666;
  max-width: 450px;
  margin-bottom: 30px;
}

.rt-logis-paragraph.rt-para-four {
  color: #666;
}

.rt-logis-span {
  color: #1f1e26;
  letter-spacing: -.0225px;
  font-weight: 500;
}

.rt-fifteen-text {
  color: #202854;
  margin-top: 20px;
  font-weight: 500;
}

.rt-booking-main-wrap {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  display: flex;
}

.rt-excellence-image {
  border-radius: 10px;
}

.rt-excellence-headung-two {
  margin-bottom: 20px;
}

.rt-logis-tag-text {
  color: #0c0b1a;
  letter-spacing: .15625rem;
  text-transform: uppercase;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.5625rem;
}

.rt-booking-wrap {
  flex-flow: column;
}

.rt-main-box-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-text-service {
  padding-left: 15px;
}

.rt-right-wrap {
  flex: 0 41.89%;
  max-width: 400px;
}

.rt-margin-bottom-fifteen-2 {
  margin-bottom: 15px;
}

.image-2 {
  color: var(--primary-color);
}

.rt-category-cards-text-5 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-5.rt-text-white, .rt-text-white {
  color: var(--white);
}

.rt-component-container-5 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-5 {
  background-color: var(--white);
  width: 100%;
  color: var(--\<unknown\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  padding: 80px 15px;
  font-family: Outfit, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-5.rt-gallery-v-seven {
  margin-top: 7rem;
  padding-bottom: 20px;
}

.rt-body-font {
  color: var(--\<unknown\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.875rem;
}

.rt-body-font.rt-text-white {
  color: var(--white);
}

.rt-overflow-hidden-2 {
  overflow: hidden;
}

.rt-autofit {
  object-fit: cover;
}

.rt-text-center {
  text-align: center;
}

.rt-autofit-7 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-autofit-7.rt-tab-image-full-width {
  border-radius: 9px;
}

.rt-border-radius-six {
  border-radius: 6px;
}

.rt-tab-image-full-width {
  object-fit: cover;
}

.rt-margin-bottom-thirty-5 {
  margin-bottom: 30px;
}

.rt-portfolio-two-overlay {
  pointer-events: none;
  border-radius: 9px;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-portfolio-details-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 5%;
}

.rt-margin-bottom-thirty-6 {
  margin-bottom: 30px;
}

.rt-margin-bottom-thirty-6.rt-portfolio-two-card {
  position: relative;
}

.rt-margin-bottom-thirty-6.rt-portfolio-two-card.rt-overflow-hidden-2.rt-border-radius-six {
  border-radius: 9px;
  transform: skew(0deg);
}

.rt-margin-bottom-thirty-6.rt-portfolio-two-card.rt-overflow-hidden-2.rt-border-radius-six.skewed {
  transform: none;
}

.rt-our-portfolio {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: stretch;
}

.rt-portfolio-card {
  border-radius: 9px;
  position: relative;
}

.rt-lightbox-link {
  border-radius: 9px;
  width: 100%;
  height: 100%;
}

.section {
  height: auto;
  margin-top: 3rem;
  padding-top: 3rem;
  padding-left: 5%;
  padding-right: 5%;
}

.udesly-code-snippet {
  display: none;
}

.udesly-text-effect-wrapper {
  height: 8rem;
}

.udesly-izar-effect {
  text-align: center;
  min-height: 4rem;
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 1;
}

.udesly-overflow-hidden {
  overflow: hidden;
}

.udesly-hover-split {
  text-align: left;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

.div-block-3, .padding-globl-top-down {
  padding-top: 5%;
  padding-bottom: 5%;
}

.tab-link-tab-3 {
  background-color: #0000;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all .25s cubic-bezier(.165, .84, .44, 1);
}

.tab-link-tab-3:hover {
  transform: translate(0, -10px);
}

.tab-link-tab-3:active {
  transform: scale(.95)translate(0, -10px);
}

.tab-link-tab-3.w--current {
  background-color: #0000;
}

.tab-link-tab-1 {
  background-color: #c8c8c800;
  transition: all .25s cubic-bezier(.165, .84, .44, 1);
}

.tab-link-tab-1.w--current {
  background-color: #0000;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all .25s cubic-bezier(.165, .84, .44, 1);
}

.tab-link-tab-1.w--current:hover {
  transform: translate(0, -10px);
}

.tab-link-tab-1.w--current:active {
  transform: scale(.95)translate(0, -10px);
}

.section-2 {
  position: relative;
}

.rt-home-one-unforgettable-tabs-content-block {
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
}

.container-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.tabs {
  background-color: #0000;
  width: 100%;
  max-width: 300px;
  padding-left: 0;
  padding-right: 0;
}

.tabs.text-center {
  text-align: center;
  cursor: pointer;
}

.tabs.text-center.w--current {
  background-color: #0000;
}

.rt-margin-bottom-twenty-2 {
  height: 160px;
  margin-bottom: 20px;
}

.rt-heading-six {
  color: #150438;
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.active-tab-line {
  background-color: #e30613;
  position: absolute;
  inset: 0%;
}

.active-tab-line.tab-three, .active-tab-line.tab-four, .active-tab-line.tab-one {
  background-color: var(--primary-color);
}

.active-tab-line.tab-one:active {
  width: 100%;
}

.active-tab-line.tab-two {
  background-color: var(--primary-color);
}

.tab-link-tab-2 {
  background-color: #0000;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all .25s cubic-bezier(.165, .84, .44, 1);
}

.tab-link-tab-2:hover {
  transform: translate(0, -10px);
}

.tab-link-tab-2:active {
  transform: scale(.95)translate(0, -10px);
}

.tab-link-tab-2.w--current {
  background-color: #0000;
}

.tabs-menu {
  background-color: #fff;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

.rt-home-one-unforgettable-tabs-line {
  background-color: #f5f5f5;
  border-radius: 50px;
  width: 100%;
  height: 6px;
  margin-top: 25px;
  position: relative;
  overflow: hidden;
}

.tab-link-tab-4 {
  background-color: #0000;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all .25s cubic-bezier(.165, .84, .44, 1);
}

.tab-link-tab-4:hover {
  transform: translate(0, -10px);
}

.tab-link-tab-4:active {
  transform: scale(.95)translate(0, -10px);
}

.tab-link-tab-4.w--current {
  background-color: #0000;
}

.rt-margin-bottom-twenty-3 {
  height: 160px;
  margin-bottom: 20px;
}

.image-3 {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.image-4 {
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-4 {
  z-index: 0;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -1px;
}

.link {
  text-decoration: none;
}

.link:lang(en-us) {
  color: var(--text-black);
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.link.w--current {
  color: var(--text-black);
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.locale-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-right: 4px solid var(--primary-color);
  background-color: var(--white);
  border-radius: 9px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: .75rem 10px;
  text-decoration: none;
  display: flex;
}

.locale-wrapper:hover {
  background-color: var(--white);
}

.locale-wrapper.w--current, .locale-wrapper.pl.w--current {
  display: none;
}

.image-5 {
  width: 32px;
  box-shadow: 0 2px 5px #0003;
}

.link-block {
  text-decoration: none;
  display: inline-block;
}

.link-block:lang(pl-pl) {
  vertical-align: baseline;
  display: block;
}

.link-block.w--current {
  display: none;
}

.locale-div.mobile {
  z-index: 100;
  position: fixed;
  inset: auto 0% 0% auto;
}

.rl-container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-2-copy {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/68293788_2325324430870052_3673085387640668160_n_upscayl_2x_high-fidelity-4x.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 18px;
  padding-left: 5%;
  padding-right: 5%;
}

.button-secondary-real-copy {
  border: 2px solid var(--white);
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  background-color: #0000;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-family: Quicksand, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .15s cubic-bezier(.165, .84, .44, 1);
}

.button-secondary-real-copy:hover {
  background-color: var(--white);
  color: var(--text-black);
}

.button-secondary-real-copy.is-black {
  border-color: var(--text-black);
  color: var(--text-black);
}

.button-secondary-real-copy.is-black:hover {
  background-color: var(--text-black);
  color: var(--white);
}

.button-secondary-real-copy.formularzowy {
  border-width: 1px;
  border-color: var(--text-black);
  width: 100%;
  color: var(--text-black);
  border-radius: 9px;
}

.button-secondary-real-copy.formularzowy:hover {
  border-color: var(--text-black);
  background-color: var(--text-black);
  color: var(--white);
}

.button-secondary-real-copy.formularzowy.is-white {
  border-color: var(--white);
  color: var(--white);
}

.rl_contact6_contact-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--text-black);
  border-radius: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: .5rem 1rem;
  display: grid;
}

.rl_contact6_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.rl_contact6_item.headline {
  text-align: left;
}

.rl_contact6_icon-wrapper {
  color: #000;
  flex: none;
  align-self: flex-start;
}

.rl_contact6_icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--text-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl-text-style-regular-3 {
  color: var(--text-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.rl-text-style-regular-3.headline {
  text-align: center;
  text-transform: none;
  margin-bottom: .5rem;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
}

.div-block-7 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: none;
}

.div-block-7.mobile {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.locale {
  display: block;
}

.locale-link {
  color: var(--text-black);
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.link-2 {
  color: var(--white);
  text-decoration: underline;
}

@media screen and (min-width: 1280px) {
  .pg-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .rt-home-three-discover-right {
    max-width: 42%;
  }

  .rt-home-three-discover-right-background {
    display: flex;
    top: -30px;
    right: -30px;
  }

  .rt-contact-one {
    flex-flow: row;
    flex: 1;
    order: 1;
  }

  .rt-contact-one-hero-block {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .rt-tag-wrapper {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 1920px) {
  .pg-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .rt-tag-wrap.rt-padding-none {
    left: -11px;
  }

  .rt-home-three-discover-right {
    justify-content: center;
    align-items: flex-end;
    max-width: 48%;
  }

  .rt-home-three-discover-left {
    flex-basis: 40%;
  }

  .rt-home-three-discover-flex {
    grid-column-gap: 60px;
  }

  .rt-contact-one {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .rt-component-section-4 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .button--link-green {
    padding-left: 50px;
  }

  .button-hover-fill {
    display: none;
  }

  .walsh-dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .flex-nav-buttons {
    justify-content: flex-start;
    margin-bottom: .75rem;
  }

  .float-menu {
    border-bottom-right-radius: var(--right-corner-radius);
    margin-top: 0;
    padding: 10px 0;
  }

  .nav-wrapper-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .letter-wrap {
    text-align: center;
    width: 100%;
    margin-top: .75rem;
    margin-bottom: .75rem;
    padding: 10px;
  }

  .letter-wrap:hover {
    background-color: #0000;
  }

  .walsh-toggle-black {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-toggle-black:hover {
    background-color: #0000;
  }

  .menu-button-black {
    order: 1;
  }

  .menu-button-black.w--open {
    color: var(--walsh--black\<deleted\|variable-6ee00df4\>);
    background-color: #0000;
  }

  .nav-menu-white {
    border-right: 4px solid var(--primary-color);
    border-bottom: 4px solid var(--primary-color);
    background-color: #fff;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    inset: 0% -4px auto auto;
  }

  .inner-container-nav-float {
    padding-left: 25px;
    padding-right: 0;
  }

  .rl-text-style-medium.is-white {
    font-size: 1rem;
    line-height: 1.1;
  }

  .h1 {
    font-size: 2.4rem;
    line-height: 1.1;
  }

  .wrapper-container {
    flex-flow: column;
  }

  .rl_header5_content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rl_section_layout207 {
    display: none;
  }

  .rl_section_layout207.mobile {
    display: block;
  }

  .rl-padding-section-large {
    padding-top: 2rem;
    padding-bottom: 6rem;
    position: relative;
    overflow: clip;
  }

  .rl-padding-section-large.without-padding {
    height: 20rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .rl-heading-style-h2 {
    text-align: center;
    font-size: 2.75rem;
  }

  .rl-text-style-regular {
    color: var(--text-black);
  }

  .rl_layout207_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl-text-style-medium-2 {
    color: var(--text-black);
  }

  .rl-button-group-2 {
    justify-content: center;
    align-items: center;
  }

  .rl-container-large-2 {
    background-image: linear-gradient(#00000080, #00000080);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 3rem;
    display: flex;
  }

  .div-block {
    position: relative;
  }

  .rl-padding-section-large-2 {
    padding-top: 2rem;
    padding-bottom: 6rem;
  }

  .rl_layout237_spacing-block-6 {
    padding-bottom: 3.5rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .rl-text-style-regular-2 {
    color: var(--text-black);
    line-height: 1.3;
  }

  .rl_layout237_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl_layout237_content {
    grid-column-gap: 2rem;
  }

  .rl_section_layout237.animacja {
    display: none;
  }

  .rl_section_layout237.animacja.mobile {
    background-image: none;
    margin-top: 6rem;
    margin-bottom: 6rem;
    display: block;
  }

  .rl-heading-style-h4 {
    color: var(--white);
    font-size: 1.75rem;
  }

  .code-embed {
    object-fit: cover;
  }

  .rl_footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .rl-padding-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 4.5rem;
  }

  .rl-padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-heading-style-h2-3 {
    font-size: 2rem;
  }

  .rl-form-input {
    background-color: var(--white);
  }

  .rl_contact1_component {
    display: block;
  }

  .rl_contact1_spacing-block-3 {
    padding-bottom: 2.5rem;
  }

  .letter-wrap-copy {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .letter-wrap-copy:hover {
    background-color: #0000;
  }

  .rt-heading-three {
    font-size: 27px;
    line-height: 37px;
  }

  .rt-tag-wrap {
    position: static;
    transform: none;
  }

  .rt-tag-wrap.rt-padding-none {
    position: absolute;
    transform: rotate(-90deg);
  }

  .rt-home-one-hero-heading-flex {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .rt-autofit-6.rt-responsive-full-width {
    width: 100%;
  }

  .rt-home-three-discover-right {
    max-width: 100%;
    margin-top: 30px;
  }

  .rt-home-three-discover-flex {
    display: block;
  }

  .rt-margin-bottom-thirty-3 {
    margin-bottom: 25px;
  }

  .rt-home-three-discover-right-background {
    display: none;
  }

  .rt-home-three-expertise-heading {
    padding-left: 0;
  }

  .rt-responsive-full-width-2 {
    width: 100%;
  }

  .heading-3 {
    font-size: 2.75rem;
  }

  .rt-pricing-faq-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-dropdown-toggle-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
  }

  .rl_contact1_componentmobile {
    display: block;
  }

  .rt-contact-one-hero-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .rt-contact-one-side-bar {
    order: 1;
  }

  .rt-contact-one-side-bar-text, .rt-contact-one-side-bar-address {
    max-width: 100%;
  }

  .rt-contact-one-form {
    flex: 0 auto;
  }

  .rt-error-message, .rt-success-message {
    padding: 10px;
  }

  .rt-responsive-full-width-4 {
    width: 100%;
  }

  .rt-tag-wrapper {
    margin-bottom: 15px;
  }

  .rt-first-picture {
    justify-content: center;
    align-items: center;
    margin-left: 40px;
  }

  .rt-last-image {
    margin-left: 40px;
  }

  .rt-second-picture {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 20px;
  }

  .rt-logis-paragraph {
    max-width: none;
  }

  .rt-booking-main-wrap {
    flex-flow: row;
  }

  .rt-excellence-image.last-mobile {
    display: none;
  }

  .rt-main-box-wrapper {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start stretch;
    display: grid;
  }

  .rt-text-service {
    padding-left: 0;
  }

  .rt-right-wrap, .rt-category-cards-text-5.rt-text-white {
    max-width: none;
  }

  .rt-autofit-7.rt-tab-image-full-width, .rt-tab-image-full-width {
    width: 100%;
    height: auto;
  }

  .rt-our-portfolio {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .rt-portfolio-card {
    width: 100%;
  }

  .section {
    height: auto;
  }

  .div-block-4 {
    max-width: 100%;
  }

  .locale-wrapper {
    border-right: 4px solid var(--primary-color);
    background-color: var(--white);
    margin-bottom: 10px;
    margin-right: 10px;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .locale-div {
    display: none;
    position: fixed;
    inset: auto 0% 0% auto;
  }

  .locale-div.mobile {
    z-index: 2;
    display: block;
  }

  .rl-padding-global-2-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 20rem;
    padding-bottom: 3rem;
    display: flex;
  }

  .button-secondary-real-copy {
    border-style: dashed;
    border-color: var(--primary-color);
    color: var(--text-black);
  }

  .button-secondary-real-copy:hover {
    background-color: var(--primary-color);
    color: var(--white);
  }

  .rl_contact6_contact-list {
    background-image: linear-gradient(90deg, white, var(--white));
    border-radius: 18px;
    width: 100%;
    height: 100%;
    padding: .5rem;
  }

  .rl_contact6_icon {
    color: var(--text-black);
  }

  .rl-text-style-regular-3 {
    color: var(--text-black);
    font-family: Quicksand, sans-serif;
  }

  .div-block-7 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-7.mobile {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .brand-block {
    padding-left: 0;
  }

  .rl_heading1_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_heading1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .h1 {
    font-size: 2.5rem;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_layout207_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_layout270_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_layout270_spacing-block-4 {
    padding-bottom: 1.5rem;
  }

  .rl_layout270_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl_layout270_spacing-block-3 {
    padding-bottom: 1.25rem;
  }

  .div-block {
    position: relative;
  }

  .rl-padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_layout237_spacing-block-6 {
    padding-bottom: 2.5rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .rl_layout237_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_layout237_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .rl_layout237_spacing-block-4 {
    padding-bottom: 1.25rem;
  }

  .rl-text-style-medium-3 {
    font-size: 1rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_layout237_spacing-block-2, .rl_layout237_spacing-block-5 {
    padding-bottom: 1.25rem;
  }

  .rl_layout237_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl-padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .rl_footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .rl_footer4_spacing-block2 {
    padding-bottom: 1.5rem;
  }

  .rl_footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 3rem;
  }

  .rl_footer4_credit-text {
    margin-top: 1rem;
  }

  .rl-padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl-heading-style-h2-3 {
    font-size: 1.6rem;
  }

  .rl-text-style-medium-4 {
    font-size: 1rem;
  }

  .rl_contact1_spacing-block-3 {
    padding-bottom: 2rem;
  }

  .rl_contact1_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_contact1_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-field-label {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .rl_contact6_spacing-block-5 {
    padding-bottom: .75rem;
  }

  .rl-field-label-2 {
    font-size: 1rem;
    line-height: 20px;
  }

  .rl_contact6_spacing-block-6 {
    padding-bottom: .75rem;
  }

  .rl-form-radio-label {
    line-height: 1.2;
  }

  .rt-heading-three {
    font-size: 24px;
    line-height: 34px;
  }

  .rt-home-one-hero-heading-flex {
    flex-direction: column;
  }

  .rt-autofit-6 {
    height: auto;
  }

  .rt-responsive-full-width {
    width: 100%;
  }

  .heading-3 {
    font-size: 2.25rem;
  }

  .rt-contact-one {
    flex-flow: column;
  }

  .rt-contact-one-hero-main {
    padding-top: 70px;
  }

  .rt-responsive-full-width-3 {
    width: 100%;
  }

  .rt-tag-wrapper {
    margin-bottom: 18px;
  }

  .rt-first-picture {
    margin-left: 20px;
  }

  .rt-last-image {
    margin-top: -40px;
    margin-left: 20px;
  }

  .rt-second-picture {
    margin-right: 20px;
  }

  .rt-logis-paragraph {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.625rem;
  }

  .rt-logis-paragraph.rt-para-four {
    margin-bottom: 30px;
  }

  .rt-booking-main-wrap {
    flex-flow: column;
  }

  .rt-main-box-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .rt-autofit, .udesly-text-effect-wrapper {
    height: auto;
  }

  .rl_contact6_contact-list {
    padding: .5rem;
  }
}

@media screen and (max-width: 479px) {
  .button--link-green {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .label-button {
    font-size: 16px;
  }

  .nav-logo {
    height: 24px;
  }

  .flex-nav-buttons {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .letter-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .walsh-toggle-black {
    padding-top: 15px;
    padding-bottom: 14px;
  }

  .pg-wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

  .rl-text-style-medium.is-white {
    font-size: .9rem;
    line-height: 1.1;
  }

  .h1 {
    font-size: 1.6rem;
    line-height: 1;
  }

  .wrapper-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .header5_component {
    justify-content: center;
    align-items: flex-start;
    min-height: auto;
    margin-top: 12rem;
    margin-bottom: 5rem;
  }

  .rl_section_header5 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Gemini_Generated_Image_72to9672to9672to_upscayl_2x_upscayl-standard-4x.avif');
    background-position: 0 0, 50%;
    padding-bottom: 3rem;
  }

  .rl_header5_content {
    width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .rl_section_layout207.mobile {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .rl-padding-section-large {
    padding-top: 1rem;
  }

  .rl-padding-section-large.without-padding {
    height: 10rem;
  }

  .rl-heading-style-h2 {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .rl-text-style-regular {
    font-size: .8rem;
    line-height: 1.2;
  }

  .rl_layout207_component {
    grid-template-columns: 1fr;
  }

  .rl-text-style-medium-2 {
    text-align: center;
    font-size: .8rem;
    line-height: 1.2;
  }

  .rl-text-style-medium-2.is-black {
    font-size: .9rem;
    line-height: 1;
  }

  .rl-text-style-subheading {
    font-size: .8rem;
  }

  .rl-container-large-2 {
    padding-bottom: 1.5rem;
  }

  .typewriter-wrapper {
    margin-right: 0;
  }

  .div-block {
    position: relative;
  }

  .rl-heading-style-h2-2 {
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .rl-text-style-regular-2 {
    font-size: .8rem;
    line-height: 1.2;
  }

  .rl_layout237_content {
    grid-template-columns: 1fr 1fr;
  }

  .rl-text-style-medium-3 {
    font-size: .8rem;
    line-height: 1.2;
  }

  .rl_section_layout237.animacja.mobile {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .rl-heading-style-h4 {
    font-size: 1rem;
    line-height: 1.2;
  }

  .rl_footer4_link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .rl_footer4_link-list {
    grid-template-columns: max-content 1fr 1fr;
    justify-content: stretch;
    place-items: center stretch;
  }

  .rl-heading-style-h2-3 {
    font-size: 1.8rem;
    line-height: 1;
  }

  .rl_contact1_form-field-wrapper.felx {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .rl-form-input {
    min-height: 2rem;
  }

  .rl_contact1_component {
    width: auto;
    max-width: none;
    margin-top: 1rem;
    display: block;
  }

  .rl-form-checkbox-icon {
    width: 1rem;
    min-width: 1rem;
    height: 1rem;
    min-height: 1rem;
  }

  .rl-text-style-subheading-3 {
    font-size: .7rem;
  }

  .rl-field-label, .rl-field-label-2 {
    font-size: .8rem;
  }

  .rl-form-radio-2col {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .rl-form-radio-icon {
    width: 1rem;
    min-width: 1rem;
    height: 1rem;
    min-height: 1rem;
  }

  .rl-form-radio-label {
    font-size: .8rem;
  }

  ._2rem-spacer {
    height: 1rem;
  }

  .letter-wrap-copy {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .rt-heading-three.rt-margin-bottom-fifteen {
    text-align: left;
  }

  .rt-home-three-number-block {
    display: block;
  }

  .heading-3.padding-60 {
    padding-left: 60px;
    font-size: 2.4rem;
  }

  .rt-dropdown-toggle-2 {
    flex-flow: row;
  }

  .rt-contact-one-hero-main {
    padding-top: 50px;
  }

  .rt-form-block-2 {
    flex-flow: column;
  }

  .rt-component-section-4 {
    background-color: #0000;
  }

  .rt-tag-wrapper {
    margin-bottom: 16px;
  }

  .rt-first-picture {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    margin-left: 0;
  }

  .rt-last-image {
    margin-top: 10px;
    margin-left: 0;
    display: none;
  }

  .rt-second-picture {
    margin-top: 10px;
    display: none;
  }

  .rt-excellence-image {
    width: 100%;
  }

  .rt-main-box-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .udesly-text-effect-wrapper {
    height: auto;
  }

  .udesly-izar-effect {
    min-height: auto;
  }

  .rl-padding-global-2-copy {
    height: 18rem;
    padding-bottom: 0;
  }

  .button-secondary-real-copy {
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 20px;
  }

  .rl_contact6_contact-list {
    border: 1px solid var(--text-black);
    background-color: var(--white);
    background-image: none;
  }
}

#w-node-_6475a5e3-279a-461d-ea5d-8f0409968a41-7d32e703 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_6475a5e3-279a-461d-ea5d-8f0409968a4c-7d32e703, #w-node-_6475a5e3-279a-461d-ea5d-8f0409968a52-7d32e703, #w-node-_6475a5e3-279a-461d-ea5d-8f0409968a58-7d32e703 {
  align-self: start;
}

#w-node-_3cc091f1-2d85-825b-8803-a6ae1e8042c1-7d32e703 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_3cc091f1-2d85-825b-8803-a6ae1e8042cf-7d32e703, #w-node-_3cc091f1-2d85-825b-8803-a6ae1e8042d7-7d32e703, #w-node-_3cc091f1-2d85-825b-8803-a6ae1e8042df-7d32e703 {
  align-self: start;
}

#w-node-b4967a91-ba72-ee43-ec67-415878646c90-7d32e703 {
  justify-self: start;
}

#w-node-b4967a91-ba72-ee43-ec67-415878646c92-7d32e703, #w-node-b4967a91-ba72-ee43-ec67-415878646c93-7d32e703, #w-node-_32272ca2-e77d-8f3a-d841-9f9922ea202c-7d32e703, #w-node-e2f86235-8426-8e95-468e-d0398409734e-7d32e703, #w-node-b4967a91-ba72-ee43-ec67-415878646c95-7d32e703 {
  align-self: center;
}

#w-node-b4967a91-ba72-ee43-ec67-415878646c9d-7d32e703 {
  justify-self: end;
}

#w-node-_0126ef62-c64e-fae1-5f74-5a3bfabf7418-0b506e03 {
  place-self: start center;
}

#w-node-_0126ef62-c64e-fae1-5f74-5a3bfabf741b-0b506e03, #w-node-_0126ef62-c64e-fae1-5f74-5a3bfabf7420-0b506e03 {
  align-self: start;
}

#w-node-_0126ef62-c64e-fae1-5f74-5a3bfabf7426-0b506e03 {
  place-self: start center;
}

#w-node-_0126ef62-c64e-fae1-5f74-5a3bfabf7429-0b506e03, #w-node-_0126ef62-c64e-fae1-5f74-5a3bfabf742e-0b506e03 {
  align-self: start;
}

#w-node-_0126ef62-c64e-fae1-5f74-5a3bfabf7434-0b506e03 {
  place-self: start center;
}

#w-node-_0126ef62-c64e-fae1-5f74-5a3bfabf7437-0b506e03 {
  place-self: start;
}

#w-node-_0126ef62-c64e-fae1-5f74-5a3bfabf743c-0b506e03, #w-node-_803ecaa8-f6aa-81ff-edce-68152fd9970c-0b506e03 {
  place-self: start center;
}

#w-node-_803ecaa8-f6aa-81ff-edce-68152fd99702-0b506e03, #w-node-_803ecaa8-f6aa-81ff-edce-68152fd99707-0b506e03 {
  align-self: start;
}

#w-node-_1dfbcb5e-b525-db01-7303-35c1ea2751a8-0b506e03 {
  place-self: start center;
}

#w-node-_1dfbcb5e-b525-db01-7303-35c1ea27519e-0b506e03, #w-node-_1dfbcb5e-b525-db01-7303-35c1ea2751a3-0b506e03 {
  align-self: start;
}

#w-node-_6180ebc1-fff3-3ac4-c14e-7233f5ecc334-0b506e03 {
  place-self: start center;
}

#w-node-_6180ebc1-fff3-3ac4-c14e-7233f5ecc339-0b506e03, #w-node-_6180ebc1-fff3-3ac4-c14e-7233f5ecc33e-0b506e03 {
  place-self: start;
}

#w-node-_92ed7e58-d117-994e-dc39-864a105e4c28-0b506e03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92ed7e58-d117-994e-dc39-864a105e4c2b-0b506e03, #w-node-b4967a91-ba72-ee43-ec67-415878646c90-0b506e03 {
  justify-self: start;
}

#w-node-b4967a91-ba72-ee43-ec67-415878646c92-0b506e03, #w-node-b4967a91-ba72-ee43-ec67-415878646c93-0b506e03, #w-node-_32272ca2-e77d-8f3a-d841-9f9922ea202c-0b506e03, #w-node-e2f86235-8426-8e95-468e-d0398409734e-0b506e03, #w-node-b4967a91-ba72-ee43-ec67-415878646c95-0b506e03 {
  align-self: center;
}

#w-node-b4967a91-ba72-ee43-ec67-415878646c9d-0b506e03 {
  justify-self: end;
}

#w-node-_78f9eaad-063f-207e-3c55-99aace551182-b6776fd5, #w-node-_78f9eaad-063f-207e-3c55-99aace551197-b6776fd5, #w-node-_78f9eaad-063f-207e-3c55-99aace5511ac-b6776fd5, #w-node-_8008e0a8-5aca-2501-f2d3-58126fc0ab48-b6776fd5, #w-node-_8008e0a8-5aca-2501-f2d3-58126fc0ab53-b6776fd5, #w-node-_8008e0a8-5aca-2501-f2d3-58126fc0ab5e-b6776fd5, #w-node-cb572a39-6ea1-c51e-be3a-efc1365506eb-b6776fd5, #w-node-cb572a39-6ea1-c51e-be3a-efc1365506f6-b6776fd5, #w-node-cb572a39-6ea1-c51e-be3a-efc136550701-b6776fd5, #w-node-ba1fae50-4711-0bfd-20c0-f0fac3d47ffc-b6776fd5, #w-node-ba1fae50-4711-0bfd-20c0-f0fac3d48007-b6776fd5, #w-node-ba1fae50-4711-0bfd-20c0-f0fac3d48012-b6776fd5, #w-node-f43b9761-cd83-2a4b-04a8-251dc7e98b20-b6776fd5, #w-node-f43b9761-cd83-2a4b-04a8-251dc7e98b2b-b6776fd5, #w-node-f43b9761-cd83-2a4b-04a8-251dc7e98b36-b6776fd5, #w-node-_2f751e58-6cba-0630-015d-b822f5de51cf-b6776fd5, #w-node-_2f751e58-6cba-0630-015d-b822f5de51da-b6776fd5, #w-node-_2f751e58-6cba-0630-015d-b822f5de51e5-b6776fd5, #w-node-_83a4ece9-6fd5-1967-f771-61dd882ce8c7-b6776fd5, #w-node-_83a4ece9-6fd5-1967-f771-61dd882ce8d2-b6776fd5, #w-node-_83a4ece9-6fd5-1967-f771-61dd882ce8dd-b6776fd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4967a91-ba72-ee43-ec67-415878646c90-b6776fd5 {
  justify-self: start;
}

#w-node-b4967a91-ba72-ee43-ec67-415878646c92-b6776fd5, #w-node-b4967a91-ba72-ee43-ec67-415878646c93-b6776fd5, #w-node-_32272ca2-e77d-8f3a-d841-9f9922ea202c-b6776fd5, #w-node-e2f86235-8426-8e95-468e-d0398409734e-b6776fd5, #w-node-b4967a91-ba72-ee43-ec67-415878646c95-b6776fd5 {
  align-self: center;
}

#w-node-b4967a91-ba72-ee43-ec67-415878646c9d-b6776fd5 {
  justify-self: end;
}

#w-node-b4967a91-ba72-ee43-ec67-415878646c90-4951da86 {
  justify-self: start;
}

#w-node-b4967a91-ba72-ee43-ec67-415878646c92-4951da86, #w-node-b4967a91-ba72-ee43-ec67-415878646c93-4951da86, #w-node-_32272ca2-e77d-8f3a-d841-9f9922ea202c-4951da86, #w-node-e2f86235-8426-8e95-468e-d0398409734e-4951da86, #w-node-b4967a91-ba72-ee43-ec67-415878646c95-4951da86 {
  align-self: center;
}

#w-node-b4967a91-ba72-ee43-ec67-415878646c9d-4951da86 {
  justify-self: end;
}

#w-node-_6475a5e3-279a-461d-ea5d-8f0409968a41-a784015f {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_6475a5e3-279a-461d-ea5d-8f0409968a4c-a784015f, #w-node-_6475a5e3-279a-461d-ea5d-8f0409968a52-a784015f, #w-node-_6475a5e3-279a-461d-ea5d-8f0409968a58-a784015f {
  align-self: start;
}

#w-node-_3cc091f1-2d85-825b-8803-a6ae1e8042c1-a784015f {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_3cc091f1-2d85-825b-8803-a6ae1e8042cf-a784015f, #w-node-_3cc091f1-2d85-825b-8803-a6ae1e8042d7-a784015f, #w-node-_3cc091f1-2d85-825b-8803-a6ae1e8042df-a784015f {
  align-self: start;
}

#w-node-b4967a91-ba72-ee43-ec67-415878646c90-a784015f {
  justify-self: start;
}

#w-node-b4967a91-ba72-ee43-ec67-415878646c92-a784015f, #w-node-b4967a91-ba72-ee43-ec67-415878646c93-a784015f, #w-node-_32272ca2-e77d-8f3a-d841-9f9922ea202c-a784015f, #w-node-e2f86235-8426-8e95-468e-d0398409734e-a784015f, #w-node-b4967a91-ba72-ee43-ec67-415878646c95-a784015f {
  align-self: center;
}

#w-node-b4967a91-ba72-ee43-ec67-415878646c9d-a784015f {
  justify-self: end;
}

#w-node-_0126ef62-c64e-fae1-5f74-5a3bfabf7418-4d40858a {
  place-self: start center;
}

#w-node-_0126ef62-c64e-fae1-5f74-5a3bfabf741b-4d40858a, #w-node-_0126ef62-c64e-fae1-5f74-5a3bfabf7420-4d40858a {
  align-self: start;
}

#w-node-_0126ef62-c64e-fae1-5f74-5a3bfabf7426-4d40858a {
  place-self: start center;
}

#w-node-_0126ef62-c64e-fae1-5f74-5a3bfabf7429-4d40858a, #w-node-_0126ef62-c64e-fae1-5f74-5a3bfabf742e-4d40858a {
  align-self: start;
}

#w-node-_0126ef62-c64e-fae1-5f74-5a3bfabf7434-4d40858a {
  place-self: start center;
}

#w-node-_0126ef62-c64e-fae1-5f74-5a3bfabf7437-4d40858a {
  place-self: start;
}

#w-node-_0126ef62-c64e-fae1-5f74-5a3bfabf743c-4d40858a, #w-node-_803ecaa8-f6aa-81ff-edce-68152fd9970c-4d40858a {
  place-self: start center;
}

#w-node-_803ecaa8-f6aa-81ff-edce-68152fd99702-4d40858a, #w-node-_803ecaa8-f6aa-81ff-edce-68152fd99707-4d40858a {
  align-self: start;
}

#w-node-_1dfbcb5e-b525-db01-7303-35c1ea2751a8-4d40858a {
  place-self: start center;
}

#w-node-_1dfbcb5e-b525-db01-7303-35c1ea27519e-4d40858a, #w-node-_1dfbcb5e-b525-db01-7303-35c1ea2751a3-4d40858a {
  align-self: start;
}

#w-node-_6180ebc1-fff3-3ac4-c14e-7233f5ecc334-4d40858a {
  place-self: start center;
}

#w-node-_6180ebc1-fff3-3ac4-c14e-7233f5ecc339-4d40858a, #w-node-_6180ebc1-fff3-3ac4-c14e-7233f5ecc33e-4d40858a {
  place-self: start;
}

#w-node-_92ed7e58-d117-994e-dc39-864a105e4c28-4d40858a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92ed7e58-d117-994e-dc39-864a105e4c2b-4d40858a, #w-node-b4967a91-ba72-ee43-ec67-415878646c90-4d40858a {
  justify-self: start;
}

#w-node-b4967a91-ba72-ee43-ec67-415878646c92-4d40858a, #w-node-b4967a91-ba72-ee43-ec67-415878646c93-4d40858a, #w-node-_32272ca2-e77d-8f3a-d841-9f9922ea202c-4d40858a, #w-node-e2f86235-8426-8e95-468e-d0398409734e-4d40858a, #w-node-b4967a91-ba72-ee43-ec67-415878646c95-4d40858a {
  align-self: center;
}

#w-node-b4967a91-ba72-ee43-ec67-415878646c9d-4d40858a {
  justify-self: end;
}

#w-node-_78f9eaad-063f-207e-3c55-99aace551182-f7cc5676, #w-node-_78f9eaad-063f-207e-3c55-99aace551197-f7cc5676, #w-node-_78f9eaad-063f-207e-3c55-99aace5511ac-f7cc5676, #w-node-_8008e0a8-5aca-2501-f2d3-58126fc0ab48-f7cc5676, #w-node-_8008e0a8-5aca-2501-f2d3-58126fc0ab53-f7cc5676, #w-node-_8008e0a8-5aca-2501-f2d3-58126fc0ab5e-f7cc5676, #w-node-cb572a39-6ea1-c51e-be3a-efc1365506eb-f7cc5676, #w-node-cb572a39-6ea1-c51e-be3a-efc1365506f6-f7cc5676, #w-node-cb572a39-6ea1-c51e-be3a-efc136550701-f7cc5676, #w-node-ba1fae50-4711-0bfd-20c0-f0fac3d47ffc-f7cc5676, #w-node-ba1fae50-4711-0bfd-20c0-f0fac3d48007-f7cc5676, #w-node-ba1fae50-4711-0bfd-20c0-f0fac3d48012-f7cc5676, #w-node-f43b9761-cd83-2a4b-04a8-251dc7e98b20-f7cc5676, #w-node-f43b9761-cd83-2a4b-04a8-251dc7e98b2b-f7cc5676, #w-node-f43b9761-cd83-2a4b-04a8-251dc7e98b36-f7cc5676, #w-node-_2f751e58-6cba-0630-015d-b822f5de51cf-f7cc5676, #w-node-_2f751e58-6cba-0630-015d-b822f5de51da-f7cc5676, #w-node-_2f751e58-6cba-0630-015d-b822f5de51e5-f7cc5676, #w-node-_83a4ece9-6fd5-1967-f771-61dd882ce8c7-f7cc5676, #w-node-_83a4ece9-6fd5-1967-f771-61dd882ce8d2-f7cc5676, #w-node-_83a4ece9-6fd5-1967-f771-61dd882ce8dd-f7cc5676 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4967a91-ba72-ee43-ec67-415878646c90-f7cc5676 {
  justify-self: start;
}

#w-node-b4967a91-ba72-ee43-ec67-415878646c92-f7cc5676, #w-node-b4967a91-ba72-ee43-ec67-415878646c93-f7cc5676, #w-node-_32272ca2-e77d-8f3a-d841-9f9922ea202c-f7cc5676, #w-node-e2f86235-8426-8e95-468e-d0398409734e-f7cc5676, #w-node-b4967a91-ba72-ee43-ec67-415878646c95-f7cc5676 {
  align-self: center;
}

#w-node-b4967a91-ba72-ee43-ec67-415878646c9d-f7cc5676 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_3cc091f1-2d85-825b-8803-a6ae1e8042c1-7d32e703 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b4967a91-ba72-ee43-ec67-415878646c90-7d32e703, #w-node-b4967a91-ba72-ee43-ec67-415878646c9d-7d32e703, #w-node-b4967a91-ba72-ee43-ec67-415878646c90-0b506e03, #w-node-b4967a91-ba72-ee43-ec67-415878646c9d-0b506e03, #w-node-b4967a91-ba72-ee43-ec67-415878646c90-b6776fd5, #w-node-b4967a91-ba72-ee43-ec67-415878646c9d-b6776fd5, #w-node-b4967a91-ba72-ee43-ec67-415878646c90-4951da86, #w-node-b4967a91-ba72-ee43-ec67-415878646c9d-4951da86 {
    justify-self: center;
  }

  #w-node-_3cc091f1-2d85-825b-8803-a6ae1e8042c1-a784015f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b4967a91-ba72-ee43-ec67-415878646c90-a784015f, #w-node-b4967a91-ba72-ee43-ec67-415878646c9d-a784015f, #w-node-b4967a91-ba72-ee43-ec67-415878646c90-4d40858a, #w-node-b4967a91-ba72-ee43-ec67-415878646c9d-4d40858a, #w-node-b4967a91-ba72-ee43-ec67-415878646c90-f7cc5676, #w-node-b4967a91-ba72-ee43-ec67-415878646c9d-f7cc5676 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b4967a91-ba72-ee43-ec67-415878646c90-7d32e703, #w-node-b4967a91-ba72-ee43-ec67-415878646c90-0b506e03, #w-node-b4967a91-ba72-ee43-ec67-415878646c90-b6776fd5, #w-node-b4967a91-ba72-ee43-ec67-415878646c90-4951da86, #w-node-b4967a91-ba72-ee43-ec67-415878646c90-a784015f, #w-node-b4967a91-ba72-ee43-ec67-415878646c90-4d40858a, #w-node-b4967a91-ba72-ee43-ec67-415878646c90-f7cc5676 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


