:root {
  --mov: #901f93;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.hero-stack {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  color: #17458f;
  margin-bottom: 24px;
  padding-left: 50px;
  padding-right: 50px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #901f93;
  border-radius: 20px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  object-fit: fill;
  max-width: 100%;
  padding-bottom: 0;
}

.heading {
  color: #901f93;
}

.hero-heading-right {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: -7px;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  mix-blend-mode: normal;
  padding-top: 0;
  padding-right: 0;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.margin-bottom-24px-3 {
  color: #00a2e0;
  text-align: justify;
  margin-bottom: 24px;
  font-size: 18px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #901f93;
  border: 1px solid #0000;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.heading-2 {
  color: #d41367;
  text-align: justify;
  margin-top: 68px;
  padding-top: 0;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.nav-links {
  color: #901f93;
  mix-blend-mode: normal;
  padding-top: 37px;
  font-weight: 700;
}

.navbar {
  background-color: #fff;
}

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

.heading-3 {
  text-align: center;
}

.header-section {
  color: #901f93;
  text-align: center;
  font-size: 30px;
}

.header-section.alb {
  color: #fff;
  margin-top: 0;
}

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

.div-block-2 {
  background-color: var(--mov);
  color: #901f93;
}

.div-block-3 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: stretch;
  margin-top: 10px;
  margin-bottom: 50px;
  padding-top: 10px;
  display: grid;
}

.card-1 {
  background-color: #fff;
  border-radius: 19px;
  margin-left: 0;
  margin-right: 0;
}

.container-2 {
  background-color: #b9d9eb;
  border-radius: 30px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-4, .heading-5, .heading-6 {
  text-align: center;
}

.image {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.header-card-1 {
  color: #d41367;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.header-card-1.card-mov {
  color: #901f93;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.header-card-1.card-blue {
  color: #00a2e0;
}

.prg-card-1 {
  color: #d41367;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.prg-card-1.prg-mov {
  color: #901f93;
}

.prg-card-1.prg-blue {
  color: #00a2e0;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -3px;
  padding-bottom: 0;
  padding-right: 64px;
  display: grid;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-links {
  color: #00a2e0;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
}

.footer-links.rtc-footer {
  color: #d41367;
}

.container-3 {
  margin-bottom: 73px;
  padding-bottom: 70px;
}

.section-2 {
  background-color: #fff;
  margin-top: 0;
  padding-top: 39px;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.hero-heading-left {
  background-color: #d41367;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-4 {
  color: #fff;
  text-align: justify;
  margin-bottom: 24px;
  font-size: 18px;
  position: static;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-7 {
  color: #fff;
}

.section-3 {
  color: #d41367;
  background-color: #d41367;
  margin-bottom: -2px;
}

.section-4 {
  background-color: #d41367;
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-5 {
  background-color: #fff;
}

.container-6 {
  margin-bottom: 124px;
}

.heading-8 {
  font-size: 20px;
}

.div-block-10 {
  color: #d41367;
  text-align: right;
  font-size: 18px;
  font-weight: 700;
}

.text-span {
  color: #00a2e0;
}

.bold-text, .bold-text-2 {
  color: #fff;
}

.card-1-copy {
  background-color: #fff;
  border-radius: 19px;
  margin-left: 0;
  margin-right: 0;
}

.page-slot, .section-6 {
  background-color: #d41367;
}

.container-7 {
  background-image: url('../images/gds-color-mai-mic.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  max-width: 300px;
}

.cell {
  background-image: url('../images/Interact-D2241---Copy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-3 {
  background-image: url('../images/Rotaract-D2241---Copy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-7 {
  background-color: #d41367;
  min-height: 700px;
  padding: 100px 25px;
}

.container-8 {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  min-height: 500px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-9 {
  color: #00a2e0;
}

.heading-10 {
  color: #00a2e0;
  margin-top: 40px;
}

.paragraph {
  color: #00a2e0;
  margin-top: 20px;
  padding-top: 0;
  font-size: 18px;
  font-weight: 400;
}

.heading-11 {
  color: #00a2e0;
}

.list-item {
  font-size: 18px;
  font-weight: 700;
}

.list-item.rotaract {
  color: #d41367;
  padding-top: 10px;
  padding-bottom: 10px;
}

.list {
  font-size: 18px;
  font-weight: 700;
}

.interact {
  color: #00a2e0;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.interact.rotaract {
  color: #d41367;
}

.heading-12 {
  color: #00a2e0;
}

.section-8 {
  background-color: #b9d9eb;
  min-width: 34%;
  min-height: 100px;
}

.quick-stack {
  object-fit: fill;
  min-width: 80%;
  min-height: 100px;
  position: static;
}

.button {
  text-align: center;
  background-color: #00a2e0;
  border-radius: 13px;
  min-width: 100px;
  min-height: 50px;
  margin-top: 30px;
  margin-left: 10px;
  margin-right: auto;
  padding-top: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  position: static;
}

.button.w--current {
  margin-top: 25px;
}

.container-9 {
  aspect-ratio: auto;
  object-fit: scale-down;
  min-width: 100%;
  min-height: 20%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.button-2 {
  text-align: center;
  background-color: #0000;
  background-image: url('../images/gds-color-mai-mic.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.button-2.w--current {
  background-color: #0000;
  background-image: url('../images/gds-color-mai-mic.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1627px;
}

.link-block {
  clear: both;
  background-image: url('../images/gds-color-mai-mic.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 300px;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.link-block.w--current {
  clear: none;
  text-align: center;
  background-image: url('../images/gds-color-mai-mic.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

.image-6 {
  max-height: 150px;
  margin-bottom: 0;
}

.cell-4 {
  background-image: url('../images/alba-iulia-s3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
}

.cell-5 {
  background-image: url('../images/alba-iulia-s2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
}

.cell-6 {
  background-image: url('../images/alba-iulia-s1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
}

.quick-stack-2 {
  min-height: 100px;
}

.image-7, .image-8 {
  max-height: 100px;
}

.image-9 {
  max-height: 50px;
}

.cell-7 {
  background-image: url('../images/parklake.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
}

.cell-8 {
  background-image: url('../images/StradaleNegruFinal-e1752154508750.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
}

.cell-9 {
  background-image: url('../images/buc-s3.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
}

.cell-10 {
  background-image: url('../images/4.-321-Sport.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
}

.quick-stack-3 {
  min-width: auto;
  min-height: 200px;
}

.quick-stack-4 {
  min-height: 100px;
}

.cell-11 {
  background-image: url('../images/cl-s1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-12 {
  background-image: url('../images/cl-s2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-13 {
  background-image: url('../images/cl-s3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.quick-stack-5 {
  min-height: 300px;
}

.cell-14 {
  background-image: url('../images/sponsor-bv-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  justify-content: center;
  align-items: center;
}

.cell-15 {
  background-image: url('../images/LOGO_AFI_ITC_KRONSTADT_BLACK.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35%;
}

.image-10 {
  max-height: 100px;
}

.quick-stack-6 {
  min-height: 220px;
}

.cell-16 {
  background-image: url('../images/falticeni-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-17 {
  background-image: url('../images/falticeni-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-18 {
  background-image: url('../images/falticeni-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-19 {
  background-image: url('../images/falticeni-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.quick-stack-7 {
  min-height: 100px;
}

.cell-20 {
  background-image: url('../images/medias-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-21 {
  background-image: url('../images/medias-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-22 {
  background-image: url('../images/medias-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.quick-stack-8 {
  min-height: 330px;
}

.cell-23 {
  background-image: url('../images/oradea-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cell-24 {
  background-image: url('../images/oradea-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-25 {
  background-image: url('../images/oradea-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-26 {
  background-image: url('../images/oradea-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-27 {
  background-image: url('../images/oradea-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cell-28 {
  background-image: url('../images/oradea-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-29 {
  background-image: url('../images/oradea-7.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-30 {
  background-image: url('../images/oradea-8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-31 {
  background-image: url('../images/oradea-9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-32 {
  background-image: url('../images/oradea-10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 200px;
}

.cell-33 {
  background-image: url('../images/oradea-11.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.quick-stack-9, .quick-stack-10 {
  min-height: 100px;
}

.cell-34 {
  background-image: url('../images/valcea-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-35 {
  background-image: url('../images/valcea-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.hero-heading-left-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 60%;
  max-width: none;
  min-height: auto;
  display: flex;
}

.hero-split-3.text {
  min-width: 30%;
  max-width: 40%;
}

.margin-bottom-24px-5 {
  color: #00a2e0;
  text-align: justify;
  margin-bottom: 24px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.shadow-two-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-right-2 {
  mix-blend-mode: normal;
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
  transform: translate(0);
  box-shadow: 0 2px 5px #0003, 0 2px 5px #0003;
}

.shadow-two-4 {
  box-shadow: 0 4px 24px #96a3b514;
}

.text-span-2 {
  color: #d41367;
}

.quick-stack-11 {
  min-width: 100%;
  min-height: 0%;
}

.cell-36 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.quick-stack-12 {
  min-width: 100%;
  min-height: 100%;
}

.cell-37 {
  background-image: url('../images/CTC_STORE_Color.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-38 {
  background-image: url('../images/CTC_color_negru.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.heading-13 {
  margin-left: auto;
  margin-right: auto;
}

.hero-heading-right-3 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-11 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 46%;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-6 {
  color: #00a2e0;
  text-align: justify;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 400;
}

.heading-14 {
  color: #d41367;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-14.subheading-ctc {
  margin-bottom: 10px;
}

.image-11 {
  max-width: 30%;
  margin-bottom: 20px;
}

.cell-39 {
  background-image: url('../images/LOGO-COFFEERIZE.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
}

.cell-40 {
  background-image: url('../images/LOGO-IULIUS.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.quick-stack-13 {
  min-height: 200px;
}

.image-12 {
  max-width: 30%;
}

.cell-41 {
  background-image: url('../images/FCBanatulMontan_logo1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-42 {
  background-image: url('../images/logo1rb.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-43 {
  background-image: url('../images/Logo2rb.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.quick-stack-14 {
  min-height: 150px;
}

.cell-44 {
  background-image: url('../images/logo_coresi.PNG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.cell-45 {
  background-image: url('../images/LOGO_ACC_BLACK.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.image-13 {
  max-height: 150px;
  margin-bottom: 20px;
}

.quick-stack-15 {
  min-height: 150px;
}

.cell-46 {
  background-image: url('../images/Copy-of-Diploma-baschet3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cell-47 {
  background-image: url('../images/Copy-of-Diploma-baschet1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cell-48 {
  background-image: url('../images/Copy-of-Diploma-baschet.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.quick-stack-16 {
  min-height: 150px;
}

.cell-49 {
  background-image: url('../images/Copy-of-Diploma-baschet4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cell-50 {
  background-image: url('../images/Copy-of-Diploma-baschet2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-14 {
  max-width: 30%;
}

.quick-stack-17 {
  min-height: 300px;
}

.cell-51 {
  background-image: url('../images/1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-52 {
  background-image: url('../images/2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-53 {
  background-image: url('../images/3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-54 {
  background-image: url('../images/4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-55 {
  background-image: url('../images/5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-56 {
  background-image: url('../images/6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image-15 {
  max-width: 20%;
}

.quick-stack-18 {
  min-height: 900px;
}

.cell-57 {
  background-image: url('../images/1_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-58 {
  background-image: url('../images/2_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-59 {
  background-image: url('../images/7.-cropped-fabrica-de-fapte-bune-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-60 {
  background-image: url('../images/8.-Casa-Buna.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-61 {
  background-image: url('../images/b11.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-62 {
  background-image: url('../images/b9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-63 {
  background-image: url('../images/Untitled-design.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-64 {
  background-image: url('../images/b10.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-65 {
  text-shadow: 0 1px 1px #0003;
  background-image: url('../images/cloud98coffee-1736247850447.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-66 {
  background-image: url('../images/b8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-67 {
  background-image: url('../images/b5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-68 {
  background-image: url('../images/b1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-69 {
  background-image: url('../images/b3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-70 {
  background-image: url('../images/b6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-71 {
  background-image: url('../images/b7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-72 {
  background-image: url('../images/11.-Logo---Vertical--Dark-.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.quick-stack-19 {
  min-height: 100px;
}

.cell-73 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-74 {
  background-image: url('../images/9.-ctmb_web_logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-75 {
  background-image: url('../images/2.-Regina-Maria-vertical_png.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-76 {
  background-image: url('../images/6.-TfR.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-77 {
  background-image: url('../images/3.-Penhouse.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.quick-stack-20 {
  min-height: 144px;
}

.cell-78 {
  background-image: url('../images/buc-s3.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-79 {
  background-image: url('../images/4.-321-Sport.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-80 {
  background-image: url('../images/5.-Amaire.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-81 {
  background-image: url('../images/4.-321-Sport.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-82 {
  background-image: url('../images/Sigla-Site.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-83 {
  background-image: url('../images/buc-s3.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-84 {
  background-image: url('../images/5.-Amaire.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.hero-without-image {
  background-color: #d41367;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-7 {
  margin-bottom: 24px;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.heading-15 {
  color: #fff;
  -webkit-text-stroke-color: white;
}

.quick-stack-21 {
  min-width: 80%;
}

.quick-stack-22 {
  min-height: 150px;
}

.cell-85 {
  background-image: url('../images/brooklyn-salon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
}

.cell-86 {
  background-image: url('../images/fix-cafe.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 48%;
}

.cell-87 {
  background-image: url("https://cdn.prod.website-files.com/66d5892fa5a73bf77188d309/68b187a96d93789b36bc6cd8_ted's%20logo.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
}

.hero-heading-right-4 {
  background-color: #00a2e0;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-13 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 46%;
  max-width: 46%;
  display: flex;
}

.shadow-two-5 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-8 {
  color: #fff;
  text-align: justify;
  margin-bottom: 24px;
  font-size: 18px;
}

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-7:active {
  background-color: #43464d;
}

.heading-16 {
  color: #fff;
  margin-top: 0;
}

.heading-17 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
}

.hero-heading-right-5 {
  background-color: #00a2e0;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: 0;
  padding: 80px 30px;
  position: relative;
}

.margin-bottom-24px-9 {
  margin-bottom: 24px;
}

.hero-heading-center {
  background-color: #00a2e0;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: 0;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  color: #fff;
  margin-bottom: 32px;
}

.margin-bottom-24px-10 {
  margin-bottom: 24px;
}

.quick-stack-23 {
  min-width: 100%;
  min-height: 500px;
}

.cell-88 {
  border-radius: 0;
  justify-content: center;
  align-items: center;
}

.image-16 {
  border-radius: 9px;
}

.heading-18 {
  color: #fff;
  align-self: flex-start;
  margin-bottom: 14px;
  font-size: 32px;
  font-weight: 700;
  text-decoration: none;
}

.cell-89 {
  justify-content: flex-start;
  align-items: center;
}

.paragraph-2 {
  color: #fff;
  text-align: justify;
  font-size: 18px;
}

.heading-19 {
  clear: none;
  color: #fff;
  align-self: flex-end;
  margin-bottom: 14px;
  font-size: 32px;
  font-weight: 700;
  text-decoration: none;
}

.paragraph-3 {
  color: #fff;
  text-align: justify;
  font-size: 18px;
}

.image-17 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.link-block-2 {
  min-width: 100%;
  min-height: 100%;
  padding-left: 5%;
}

.image-18 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.link-block-3 {
  background-image: url('../images/jolar2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 13px;
  min-width: 100%;
  min-height: 97px;
}

.link-block-4 {
  background-image: url('../images/ctc-acelasi-rand.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 100%;
  min-height: 200px;
}

.link-block-5 {
  background-image: url('../images/BIC_logo-1-removebg-preview.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 100%;
  min-height: 200px;
}

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-top: -83px;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .shadow-two {
    margin-top: 52px;
    margin-left: 99px;
  }

  .margin-bottom-24px-3 {
    margin-left: 42px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-primary-3 {
    margin-left: 224px;
    margin-right: -130px;
  }

  .heading-2 {
    margin-left: 58px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .logo-holder {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 80px;
  }

  .div-block-3 {
    grid-template-columns: 1fr 1fr;
  }

  .container-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image {
    margin-top: 10px;
    margin-left: 59px;
  }

  .container-5 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .link-block {
    min-width: 100%;
  }

  .container-10 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-11 {
    max-width: 728px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-12, .container-13 {
    max-width: 728px;
  }

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-5 {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .hero-stack, .hero-heading-right {
    padding: 60px 15px;
  }

  .shadow-two {
    margin-left: 2px;
  }

  .margin-bottom-24px-3 {
    margin-top: -12px;
    margin-left: 9px;
    padding-top: 0;
  }

  .button-primary-3 {
    margin-left: 139px;
  }

  .heading-2 {
    margin-left: 30px;
    font-size: 30px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .logo-holder {
    padding-left: 0;
  }

  .image {
    margin-left: 23px;
    padding-left: 52px;
  }

  .div-block-5 {
    margin-left: 20px;
    margin-right: 50px;
    padding-right: 6px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .shadow-two-2 {
    margin-left: -136px;
    padding-left: 267px;
  }

  .div-block-10 {
    font-size: 10px;
  }

  .image-5 {
    margin-left: -5px;
    padding-left: 0;
  }

  .link-block {
    min-width: 100%;
  }

  .hero-heading-left-2, .hero-heading-right-2, .hero-heading-right-3, .hero-without-image, .hero-heading-right-4, .hero-heading-right-5, .hero-heading-center {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .shadow-two {
    margin-left: 0;
  }

  .margin-bottom-24px-3 {
    text-align: center;
    margin-top: 7px;
    margin-left: 0;
    padding-left: 17px;
    padding-right: 18px;
    font-size: 12px;
    line-height: 15px;
  }

  .button-primary-3 {
    text-align: center;
    margin-left: 25px;
    margin-right: 20px;
  }

  .heading-2 {
    text-align: center;
    margin-top: 52px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .logo-holder {
    grid-template-columns: 1fr;
    padding-left: 41px;
  }

  .header-section, .header-section.alb {
    font-size: 40px;
  }

  .div-block-3 {
    grid-template-columns: 1fr;
  }

  .container-2 {
    border-radius: 0;
  }

  .image {
    margin-bottom: 0;
    margin-left: 35px;
    padding-bottom: 0;
    padding-left: 47px;
  }

  .div-block-5 {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-5 {
    max-width: none;
  }

  .shadow-two-2 {
    margin-left: -4px;
    padding-left: 0;
  }

  .div-block-10 {
    text-align: center;
    margin-top: 23px;
    font-size: 15px;
  }

  .image-2 {
    padding-left: 0;
  }

  .image-3, .image-4 {
    margin-left: -10px;
    padding-left: 30px;
  }

  .image-5 {
    margin-left: -10px;
    padding-left: 20px;
  }

  .link-block {
    min-width: 100%;
  }

  .link-block.w--current {
    max-width: none;
    min-height: 100%;
  }

  .container-10, .container-11, .container-12, .container-13 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }
}

#w-node-ccaf8071-e825-b604-6ce4-1be63b3cf679-7188d30f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-bdb1c821-7c0a-2c0b-57c4-833d9a281e35-7188d30f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-6a119c0d, #w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-795c4aef, #w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-1ae83900, #w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-997f17f0, #w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-4ea00ada, #w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-4db2898a, #w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-680f6d6a, #w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-feb5a8a0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_147dd6bd-7278-3db6-c705-7a6fd52d416a-feb5a8a0 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-188342bb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a0822efe-0015-d328-8ed2-291b15e724f7-188342bb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_946cfa82-05e3-9262-aa12-c1d5bd56dd1b-188342bb {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-95ffb34c, #w-node-_79f6f78c-b188-8d39-217b-4accc4b98581-95ffb34c, #w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-638a92ec, #w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-80de2dc4, #w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-400edd77, #w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-0b729a55, #w-node-b7e4bb34-6665-fe51-9ade-2c4087ae683a-0b729a55, #w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-585aff57, #w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-757b2d83, #w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-febb50d8, #w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-bc813250 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1f1c6fd2-a608-e7dc-c664-0f90cc1f0c1b-bc813250 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-5f41ec32, #w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-14b8612f, #w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-9d249e34, #w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-2fe56f24, #w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-99836a0b, #w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-9a9b0a27, #w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-3dedafc6, #w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-30ae04c3, #w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-266bbd2c, #w-node-_0760acde-ba83-bf04-f870-3ffd07d47150-266bbd2c, #w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-155068ff, #w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-9e2c8d78 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ee6d831e-70fc-40a4-c9d5-1d883c0c0070-9e2c8d78 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-9c45b8d4, #w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-4b0ec3ee, #w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-8ee4d0de {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a2c8cc75-9eff-5c7e-55d2-8dd42196a2fa-8ee4d0de {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-4f4dbe23, #w-node-_268d531e-2105-06c6-2189-771a73ea1006-4f4dbe23, #w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-6c3fc0bd, #w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-1d577c51, #w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-9a034580, #w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-a96aa9ce, #w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-eacd3a3b, #w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-dccf59fc, #w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-002c93d0, #w-node-_44570966-db33-92a1-fc4f-9d37ce1ff371-002c93d0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_7ece1c5f-e3c1-b4c3-1e0b-af9f754d5997-002c93d0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-98b85f88, #w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-b3e53ee0, #w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-82ba378a, #w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-f9070b9c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8ef11a84-5a9e-670a-de1c-4883e6f01488-f9070b9c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_625cc8b0-1cf2-9469-9a04-9d1c980127de-7a690b2c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}
