.header-header {
  width: 100%;
  height: 96px;
  display: flex;
  z-index: 999;
  position: fixed;
  max-width: auto;
  align-items: center;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-twounits);
  padding-bottom: var(--dl-space-space-unit);
  justify-content: space-between;
  background-color: #d5e0fd;
}
.header-navbar-interactive {
  width: 100%;
  display: flex;
  padding: 0px;
  align-items: center;
  justify-content: space-between;
}
.header-navlink {
  display: contents;
}
.header-image {
  width: 200px;
  height: auto;
  text-decoration: none;
}
.header-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.header-links {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
.header-link {
  font-size: 20px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.header-navlink1 {
  font-size: 20px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.header-link1 {
  font-size: 20px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.header-navlink2 {
  font-size: 20px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.header-navlink3 {
  font-size: 20px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.header-burger-menu {
  display: none;
}
.header-icon {
  width: 32px;
  height: 32px;
}
.header-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: 32px;
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: #d5e0fd;
}
.header-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.header-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.header-logo {
  width: 200px;
  height: auto;
}
.header-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-icon2 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.header-links1 {
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.header-link2 {
  font-style: normal;
  font-weight: 500;
  margin-left: var(--dl-space-space-twounits);
  padding-bottom: var(--dl-space-space-halfunit);
  text-decoration: none;
}
.header-navlink4 {
  font-style: normal;
  font-weight: 500;
  margin-left: var(--dl-space-space-twounits);
  padding-bottom: var(--dl-space-space-halfunit);
  text-decoration: none;
}
.header-link3 {
  font-style: normal;
  font-weight: 500;
  margin-left: var(--dl-space-space-twounits);
  padding-bottom: var(--dl-space-space-halfunit);
  text-decoration: none;
}
.header-navlink5 {
  font-style: normal;
  font-weight: 500;
  margin-left: var(--dl-space-space-twounits);
  padding-bottom: var(--dl-space-space-halfunit);
  text-decoration: none;
}
.header-navlink6 {
  font-style: normal;
  font-weight: 500;
  margin-left: var(--dl-space-space-twounits);
  padding-bottom: var(--dl-space-space-halfunit);
  text-decoration: none;
}







@media(max-width: 1600px) {
  .header-navbar-interactive {
    padding: 0px;
  }
  .header-icon {
    width: 32px;
    height: 32px;
  }
}
@media(max-width: 1200px) {
  .header-navbar-interactive {
    padding: 0px;
  }
  .header-icon {
    width: 32px;
    height: 32px;
  }
  .header-logo {
    width: 155px;
  }
}
@media(max-width: 991px) {
  .header-header {
    height: 72px;
    padding: var(--dl-space-space-unit);
    align-items: center;
  }
  .header-navbar-interactive {
    padding: 0px;
  }
  .header-image {
    width: 155px;
    height: auto;
  }
  .header-desktop-menu {
    display: none;
  }
  .header-burger-menu {
    display: flex;
  }
  .header-icon {
    width: 32px;
    height: 32px;
  }
  .header-logo {
    width: 135px;
  }
}
@media(max-width: 767px) {
  .header-header {
    height: 48px;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .header-navbar-interactive {
    padding: 0px;
  }
  .header-image {
    width: 100px;
    height: auto;
  }
  .header-burger-menu {
    align-items: center;
    justify-content: center;
  }
  .header-icon {
    width: 32px;
    height: 32px;
  }
  .header-logo {
    width: 100px;
  }
}
@media(max-width: 479px) {
  .header-header {
    height: 48px;
    padding: var(--dl-space-space-halfunit);
  }
  .header-navbar-interactive {
    padding: 0px;
  }
  .header-image {
    width: 100px;
    height: auto;
  }
  .header-icon {
    width: 32px;
    height: 32px;
  }
  .header-mobile-menu {
    padding: 16px;
  }
}

.title-separator-main-projects-title {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  position: relative;
  margin-top: var(--dl-space-space-fourunits);
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-fourunits);
  justify-content: center;
}
.title-separator-container {
  flex: 1;
  width: auto;
  height: 20px;
  display: flex;
  align-self: center;
  align-items: center;
  margin-left: var(--dl-space-space-threeunits);
  border-color: rgba(120, 120, 120, 0.4);
  border-style: dashed;
  border-width: 0px;
  justify-content: flex-start;
  background-color: #d5e0fd;
}
.title-separator-text {
  fill: var(--dl-color-gray-black);
  color: var(--dl-color-gray-black);
  width: auto;
  font-size: 48px;
  align-self: center;
  font-style: normal;
  margin-top: 0px;
  text-align: center;
  font-family: "Poppins";
  font-weight: 700;
  margin-left: var(--dl-space-space-twounits);
  margin-right: var(--dl-space-space-twounits);
  animation-name: none;
  text-transform: uppercase;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
.title-separator-container1 {
  flex: 1;
  width: auto;
  height: 20px;
  display: flex;
  align-self: center;
  align-items: center;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: dashed;
  border-width: 0px;
  margin-right: var(--dl-space-space-threeunits);
  justify-content: flex-end;
  background-color: #d5e0fd;
}





.title-separator-root-class-name5 {
  margin-top: 160px;
  margin-bottom: var(--dl-space-space-fourunits);
}
.title-separator-root-class-name6 {
  margin-top: var(--dl-space-space-fourunits);
  margin-bottom: var(--dl-space-space-fourunits);
}










@media(max-width: 1600px) {
  .title-separator-container {
    height: 20px;
  }
  .title-separator-container1 {
    height: 20px;
  }
  .title-separator-root-class-name5 {
    margin-top: 160px;
  }
}
@media(max-width: 1200px) {
  .title-separator-container {
    width: 25%;
    height: 20px;
  }
  .title-separator-container1 {
    width: 25%;
    height: 20px;
  }
  .title-separator-root-class-name5 {
    margin-top: 160px;
  }
}
@media(max-width: 991px) {
  .title-separator-container {
    height: 20px;
    margin-left: var(--dl-space-space-twounits);
  }
  .title-separator-text {
    font-size: 40px;
  }
  .title-separator-container1 {
    height: 20px;
    margin-right: var(--dl-space-space-twounits);
  }
  .title-separator-root-class-name5 {
    margin-top: 144px;
  }
  .title-separator-root-class-name10 {
    margin-top: var(--dl-space-space-threeunits);
    margin-bottom: var(--dl-space-space-threeunits);
  }
  .title-separator-root-class-name14 {
    margin-top: var(--dl-space-space-threeunits);
    margin-bottom: var(--dl-space-space-threeunits);
  }
}
@media(max-width: 767px) {
  .title-separator-main-projects-title {
    margin-top: var(--dl-space-space-twounits);
    margin-bottom: var(--dl-space-space-twounits);
  }
  .title-separator-container {
    width: 20%;
    height: 20px;
  }
  .title-separator-text {
    font-size: 32px;
  }
  .title-separator-container1 {
    width: 20%;
    height: 20px;
  }
  .title-separator-root-class-name5 {
    margin-top: var(--dl-space-space-fiveunits);
  }
}
@media(max-width: 479px) {
  .title-separator-main-projects-title {
    margin-top: var(--dl-space-space-twounits);
    margin-bottom: var(--dl-space-space-twounits);
  }
  .title-separator-container {
    width: 10px;
    opacity: 0;
  }
  .title-separator-text {
    width: auto;
    font-size: 24px;
  }
  .title-separator-container1 {
    width: 10px;
    opacity: 0;
  }
  .title-separator-root-class-name5 {
    margin-top: var(--dl-space-space-fiveunits);
  }
}

.heading-project-pages-container {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  position: relative;
  align-self: flex-start;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-unit);
  flex-direction: column;
}
.heading-project-pages-text {
  z-index: 100;
  font-size: 28px;
  align-self: flex-start;
  font-style: normal;
  text-align: left;
  font-family: "Poppins";
  font-weight: 600;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.heading-project-pages-container1 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  z-index: 99;
  align-items: flex-start;
}
.heading-project-pages-image {
  flex: 1;
  width: auto;
  height: 15px;
  margin-top: -15px;
  object-fit: cover;
  margin-left: -10px;
  border-radius: var(--dl-radius-radius-radius4);
  border-top-left-radius: var(--dl-radius-radius-radius32);
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--dl-radius-radius-radius32);
  border-bottom-right-radius: 0;
}
.heading-project-pages-image1 {
  flex: 1;
  width: 50%;
  height: 15px;
  margin-top: -15px;
  object-fit: cover;
  margin-left: -1px;
  margin-right: -10px;
  border-radius: var(--dl-radius-radius-radius4);
  border-top-left-radius: 0;
  border-top-right-radius: var(--dl-radius-radius-radius32);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: var(--dl-radius-radius-radius32);
}










.heading-project-pages-root-class-name10 {
  margin-right: 8px;
}


.heading-project-pages-root-class-name13 {
  margin-right: 8px;
}

.heading-project-pages-root-class-name15 {
  margin-right: 5px;
}





.heading-project-pages-root-class-name21 {
  margin-right: 8px;
}

.heading-project-pages-root-class-name23 {
  margin-right: 8px;
}



.heading-project-pages-root-class-name27 {
  margin-right: 8px;
}


.heading-project-pages-root-class-name30 {
  margin-right: 8px;
}






.heading-project-pages-root-class-name37 {
  margin-right: 8px;
}


.heading-project-pages-root-class-name40 {
  margin-right: 8px;
}
.heading-project-pages-root-class-name41 {
  margin-right: 8px;
}


.heading-project-pages-root-class-name44 {
  margin-right: 8px;
}

.heading-project-pages-root-class-name46 {
  margin-right: 8px;
}




.heading-project-pages-root-class-name51 {
  margin-right: 5px;
}


.heading-project-pages-root-class-name54 {
  margin-right: 8px;
}




.heading-project-pages-root-class-name59 {
  margin-right: 8px;
}

.heading-project-pages-root-class-name61 {
  margin-right: 8px;
}

.heading-project-pages-root-class-name63 {
  margin-right: 8px;
}

.heading-project-pages-root-class-name65 {
  margin-right: 8px;
}









@media(max-width: 1600px) {
  .heading-project-pages-container {
    margin-bottom: var(--dl-space-space-unit);
  }
  .heading-project-pages-image {
    margin-top: -15px;
  }
  .heading-project-pages-image1 {
    margin-top: -15px;
    margin-left: -1px;
  }
  .heading-project-pages-root-class-name10 {
    margin-right: 8px;
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .heading-project-pages-root-class-name13 {
    margin-right: 8px;
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .heading-project-pages-root-class-name15 {
    margin-right: 5px;
  }
  .heading-project-pages-root-class-name21 {
    margin-right: 8px;
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .heading-project-pages-root-class-name23 {
    margin-right: 8px;
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .heading-project-pages-root-class-name27 {
    margin-right: 8px;
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .heading-project-pages-root-class-name30 {
    margin-right: 8px;
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .heading-project-pages-root-class-name37 {
    margin-right: 8px;
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .heading-project-pages-root-class-name40 {
    margin-right: 8px;
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .heading-project-pages-root-class-name41 {
    margin-right: 8px;
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .heading-project-pages-root-class-name44 {
    margin-right: 8px;
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .heading-project-pages-root-class-name46 {
    margin-right: 8px;
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .heading-project-pages-root-class-name51 {
    margin-right: 5px;
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .heading-project-pages-root-class-name59 {
    margin-right: 8px;
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .heading-project-pages-root-class-name61 {
    margin-right: 8px;
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .heading-project-pages-root-class-name63 {
    margin-right: 8px;
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .heading-project-pages-root-class-name65 {
    margin-right: 8px;
    margin-bottom: var(--dl-space-space-halfunit);
  }
}
@media(max-width: 1200px) {
  .heading-project-pages-container {
    margin-bottom: var(--dl-space-space-unit);
  }
  .heading-project-pages-image {
    margin-top: -15px;
  }
  .heading-project-pages-image1 {
    margin-top: -15px;
    margin-left: -1px;
  }
  .heading-project-pages-root-class-name10 {
    margin-right: 8px;
  }
  .heading-project-pages-root-class-name13 {
    margin-right: 8px;
  }
  .heading-project-pages-root-class-name15 {
    margin-right: 5px;
  }
  .heading-project-pages-root-class-name21 {
    margin-right: 8px;
  }
  .heading-project-pages-root-class-name23 {
    margin-right: 8px;
  }
  .heading-project-pages-root-class-name27 {
    margin-right: 8px;
  }
  .heading-project-pages-root-class-name30 {
    margin-right: 8px;
  }
  .heading-project-pages-root-class-name37 {
    margin-right: 8px;
  }
  .heading-project-pages-root-class-name40 {
    margin-right: 8px;
  }
  .heading-project-pages-root-class-name41 {
    margin-right: 8px;
  }
  .heading-project-pages-root-class-name44 {
    margin-right: 8px;
  }
  .heading-project-pages-root-class-name46 {
    margin-right: 8px;
  }
  .heading-project-pages-root-class-name51 {
    margin-right: 5px;
  }
  .heading-project-pages-root-class-name59 {
    margin-right: 8px;
  }
  .heading-project-pages-root-class-name61 {
    margin-right: 8px;
  }
  .heading-project-pages-root-class-name63 {
    margin-right: 8px;
  }
  .heading-project-pages-root-class-name65 {
    margin-right: 8px;
  }
}
@media(max-width: 991px) {
  .heading-project-pages-container {
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .heading-project-pages-text {
    font-size: 20px;
  }
  .heading-project-pages-image {
    height: 14px;
    margin-top: -12px;
  }
  .heading-project-pages-image1 {
    height: 14px;
    margin-top: -12px;
    margin-left: -1px;
  }
  .heading-project-pages-root-class-name10 {
    margin-right: 6px;
  }
  .heading-project-pages-root-class-name13 {
    margin-right: 6px;
  }
  .heading-project-pages-root-class-name15 {
    margin-right: 5px;
  }
  .heading-project-pages-root-class-name21 {
    margin-right: 6px;
  }
  .heading-project-pages-root-class-name23 {
    margin-right: 6px;
  }
  .heading-project-pages-root-class-name27 {
    margin-right: 6px;
  }
  .heading-project-pages-root-class-name30 {
    margin-right: 6px;
  }
  .heading-project-pages-root-class-name37 {
    margin-right: 6px;
  }
  .heading-project-pages-root-class-name40 {
    margin-right: 6px;
  }
  .heading-project-pages-root-class-name41 {
    margin-right: 6px;
  }
  .heading-project-pages-root-class-name44 {
    margin-right: 6px;
  }
  .heading-project-pages-root-class-name46 {
    margin-right: 6px;
  }
  .heading-project-pages-root-class-name51 {
    margin-right: 5px;
  }
  .heading-project-pages-root-class-name54 {
    margin-right: 6px;
  }
  .heading-project-pages-root-class-name59 {
    margin-right: 6px;
  }
  .heading-project-pages-root-class-name61 {
    margin-right: 6px;
  }
  .heading-project-pages-root-class-name63 {
    margin-right: 6px;
  }
  .heading-project-pages-root-class-name65 {
    margin-right: 6px;
  }
}
@media(max-width: 767px) {
  .heading-project-pages-container {
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .heading-project-pages-text {
    font-size: 14px;
  }
  .heading-project-pages-image {
    height: 8px;
    margin-top: -6px;
    margin-left: -8px;
  }
  .heading-project-pages-image1 {
    height: 8px;
    margin-top: -6px;
    margin-right: -8px;
  }
  .heading-project-pages-root-class-name10 {
    margin-right: 5px;
  }
  .heading-project-pages-root-class-name11 {
    margin-right: 5px;
  }
  .heading-project-pages-root-class-name13 {
    margin-right: 5px;
  }
  .heading-project-pages-root-class-name15 {
    margin-right: 5px;
  }
  .heading-project-pages-root-class-name21 {
    margin-right: 5px;
  }
  .heading-project-pages-root-class-name23 {
    margin-right: 5px;
  }
  .heading-project-pages-root-class-name27 {
    margin-right: 5px;
  }
  .heading-project-pages-root-class-name30 {
    margin-right: 5px;
  }
  .heading-project-pages-root-class-name37 {
    margin-right: 5px;
  }
  .heading-project-pages-root-class-name40 {
    margin-right: 5px;
  }
  .heading-project-pages-root-class-name41 {
    margin-right: 5px;
  }
  .heading-project-pages-root-class-name44 {
    margin-right: 5px;
  }
  .heading-project-pages-root-class-name46 {
    margin-right: 5px;
  }
  .heading-project-pages-root-class-name51 {
    margin-right: 5px;
  }
  .heading-project-pages-root-class-name54 {
    margin-right: 5px;
  }
  .heading-project-pages-root-class-name59 {
    margin-right: 5px;
  }
  .heading-project-pages-root-class-name61 {
    margin-right: 5px;
  }
  .heading-project-pages-root-class-name63 {
    margin-right: 5px;
  }
  .heading-project-pages-root-class-name65 {
    margin-right: 5px;
  }
}
@media(max-width: 479px) {
  .heading-project-pages-container {
    margin-bottom: 4px;
  }
  .heading-project-pages-text {
    font-size: 12px;
  }
  .heading-project-pages-image {
    height: 8px;
    margin-top: -6px;
    margin-left: -6px;
  }
  .heading-project-pages-image1 {
    height: 8px;
    margin-top: -6px;
    margin-right: -6px;
  }
  .heading-project-pages-root-class-name10 {
    margin-right: 5px;
    margin-bottom: 4px;
  }
  .heading-project-pages-root-class-name13 {
    margin-right: 5px;
    margin-bottom: 4px;
  }
  .heading-project-pages-root-class-name15 {
    margin-right: 5px;
  }
  .heading-project-pages-root-class-name21 {
    margin-right: 5px;
    margin-bottom: 4px;
  }
  .heading-project-pages-root-class-name23 {
    margin-right: 5px;
    margin-bottom: 4px;
  }
  .heading-project-pages-root-class-name27 {
    margin-right: 5px;
    margin-bottom: 4px;
  }
  .heading-project-pages-root-class-name30 {
    margin-right: 5px;
    margin-bottom: 4px;
  }
  .heading-project-pages-root-class-name37 {
    margin-right: 5px;
    margin-bottom: 4px;
  }
  .heading-project-pages-root-class-name40 {
    margin-right: 5px;
    margin-bottom: 4px;
  }
  .heading-project-pages-root-class-name41 {
    margin-right: 5px;
    margin-bottom: 4px;
  }
  .heading-project-pages-root-class-name44 {
    margin-right: 5px;
    margin-bottom: 4px;
  }
  .heading-project-pages-root-class-name46 {
    margin-right: 5px;
    margin-bottom: 4px;
  }
  .heading-project-pages-root-class-name51 {
    margin-right: 5px;
    margin-bottom: 4px;
  }
  .heading-project-pages-root-class-name59 {
    margin-right: 5px;
    margin-bottom: 4px;
  }
  .heading-project-pages-root-class-name61 {
    margin-right: 5px;
    margin-bottom: 4px;
  }
  .heading-project-pages-root-class-name63 {
    margin-right: 5px;
    margin-bottom: 4px;
  }
  .heading-project-pages-root-class-name65 {
    margin-right: 5px;
    margin-bottom: 4px;
  }
}

.back-to-top-container {
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  align-items: flex-end;
  flex-direction: column;
}
.back-to-top-button {
  color: #ffffff;
  font-size: 22px;
  align-self: flex-end;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  border-width: 0px;
  margin-right: 0px;
  background-color: rgb(249, 92, 92);
  cursor: pointer;
}

.back-to-top-root-class-name1 {
  align-self: center;
}
.back-to-top-root-class-name2 {
  align-self: center;
}
.back-to-top-root-class-name3 {
  align-self: center;
}
.back-to-top-root-class-name4 {
  align-self: center;
}
.back-to-top-root-class-name5 {
  align-self: center;
}
.back-to-top-root-class-name6 {
  align-self: center;
}
.back-to-top-root-class-name7 {
  align-self: center;
}


@media(max-width: 1200px) {
  .back-to-top-button {
    font-size: 20px;
  }
}
@media(max-width: 991px) {
  .back-to-top-button {
    font-size: 16px;
  }
}
@media(max-width: 767px) {
  .back-to-top-button {
    width: auto;
    font-size: 12px;
    padding-top: .25rem;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-bottom: .25rem;
  }
}
@media(max-width: 479px) {
  .back-to-top-button {
    width: auto;
    font-size: 8px;
    padding-top: .25rem;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-bottom: .25rem;
  }
}

.footer-footer {
  flex: 0 0 auto;
  width: 100%;
  bottom: 0;
  height: 240px;
  display: flex;
  position: sticky;
  margin-top: var(--dl-space-space-threeunits);
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  background-color: #d5e0fd;
}
.footer-text {
  color: #000000;
  font-size: 36px;
  align-self: center;
  text-align: center;
  font-family: "Poppins";
  font-weight: 700;
}
.footer-text01 {
  color: #000000;
  font-size: 16px;
  align-self: center;
  font-style: normal;
  text-align: center;
  font-family: "Poppins";
  font-weight: 500;
}
.footer-container {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  margin-top: var(--dl-space-space-unit);
  align-items: center;
  margin-bottom: 0px;
  justify-content: center;
}
.footer-link {
  color: rgba(0, 0, 0, 0);
  width: 80px;
  height: 80px;
  margin: var(--dl-space-space-halfunit);
  align-self: center;
  text-align: center;
  border-width: 0px;
  border-radius: var(--dl-radius-radius-round);
  background-size: cover;
  text-decoration: none;
  background-image: url("./Icons/linkedin.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.footer-link1 {
  color: rgba(0, 0, 0, 0);
  width: 80px;
  height: 80px;
  margin: var(--dl-space-space-halfunit);
  align-self: center;
  text-align: center;
  border-width: 0px;
  border-radius: var(--dl-radius-radius-round);
  animation-name: none;
  animation-delay: 0s;
  background-size: cover;
  text-decoration: none;
  background-image: url("./Icons/email.svg");
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}


.footer-root-class-name2 {
  margin-top: 0px;
}

.footer-root-class-name4 {
  fill: var(--dl-color-gray-black);
  color: var(--dl-color-gray-black);
  margin-top: var(--dl-space-space-threeunits);
}




@media(max-width: 1600px) {
  .footer-root-class-name2 {
    margin-top: 0px;
  }
  .footer-root-class-name4 {
    margin-top: var(--dl-space-space-threeunits);
  }
}
@media(max-width: 1200px) {
  .footer-root-class-name2 {
    margin-top: 0px;
  }
  .footer-root-class-name4 {
    margin-top: var(--dl-space-space-threeunits);
  }
}
@media(max-width: 991px) {
  .footer-footer {
    margin-top: var(--dl-space-space-twounits);
  }
  .footer-root-class-name2 {
    margin-top: 0px;
  }
  .footer-root-class-name4 {
    margin-top: var(--dl-space-space-twounits);
  }
}
@media(max-width: 767px) {
  .footer-footer {
    height: auto;
    margin-top: var(--dl-space-space-unit);
  }
  .footer-text {
    font-size: 18px;
    margin-top: var(--dl-space-space-unit);
  }
  .footer-text01 {
    font-size: 10px;
  }
  .footer-container {
    height: auto;
    margin-top: 0px;
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .footer-link {
    width: 36px;
    height: 36px;
  }
  .footer-link1 {
    width: 36px;
    height: 36px;
  }
  .footer-root-class-name2 {
    margin-top: 0px;
  }
  .footer-root-class-name5 {
    margin-top: var(--dl-space-space-unit);
  }
}
@media(max-width: 479px) {
  .footer-footer {
    width: 100%;
    height: auto;
    margin-top: var(--dl-space-space-unit);
    align-items: stretch;
  }
  .footer-text {
    font-size: 18px;
    margin-top: var(--dl-space-space-unit);
  }
  .footer-text01 {
    font-size: 10px;
  }
  .footer-container {
    height: auto;
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .footer-link {
    width: 36px;
    height: 36px;
  }
  .footer-link1 {
    width: 36px;
    height: 36px;
  }
  .footer-root-class-name2 {
    margin-top: 0px;
  }
}

.ruckus-and-rascal-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.ruckus-and-rascal-container01 {
  width: 100%;
  height: 88.88888888888889%;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  margin-top: var(--dl-space-space-sixunits);
  align-items: stretch;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: dashed;
  border-width: 0px;
  flex-direction: column;
  justify-content: space-between;
}
.ruckus-and-rascal-video {
  width: 100%;
  height: calc(100vh-96px);
}
.ruckus-and-rascal-container02 {
  width: auto;
  height: auto;
  display: flex;
  padding: var(--dl-space-space-twounits);
  position: absolute;
  max-width: 500px;
  margin-top: 370px;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: dashed;
  border-width: 0px;
  border-radius: var(--dl-radius-radius-radius32);
  flex-direction: column;
  padding-bottom: 32px;
  justify-content: center;
  background-color: rgba(213, 224, 253, 0.85);
}
.ruckus-and-rascal-text {
  font-size: 28px;
  font-style: normal;
  margin-top: 0px;
  font-weight: 600;
  text-transform: uppercase;
}
.ruckus-and-rascal-text01 {
  font-style: normal;
  font-weight: 700;
  margin-bottom: var(--dl-space-space-unit);
}
.ruckus-and-rascal-container03 {
  flex: 0 0 auto;
  display: flex;
  align-self: stretch;
  margin-top: var(--dl-space-space-unit);
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: dashed;
  border-width: 0px;
  margin-bottom: var(--dl-space-space-unit);
  justify-content: space-between;
}
.ruckus-and-rascal-container04 {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
  align-items: center;
  margin-left: 0px;
  margin-right: 0px;
  flex-direction: column;
  justify-content: center;
}
.ruckus-and-rascal-image {
  width: 100px;
  height: 100px;
  padding: var(--dl-space-space-unit);
  max-width: 100px;
  min-width: 60px;
  object-fit: cover;
}
.ruckus-and-rascal-text03 {
  font-size: 14px;
  font-style: normal;
  text-align: center;
  font-family: "Poppins";
  font-weight: 600;
}
.ruckus-and-rascal-container05 {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
  margin-top: 0px;
  align-items: center;
  margin-left: var(--dl-space-space-halfunit);
  margin-right: 0px;
  margin-bottom: 0px;
  flex-direction: column;
  justify-content: center;
}
.ruckus-and-rascal-image1 {
  width: 100px;
  height: 100px;
  padding: var(--dl-space-space-unit);
  max-width: 100px;
  min-width: 60px;
  object-fit: cover;
}
.ruckus-and-rascal-text04 {
  font-size: 14px;
  font-style: normal;
  text-align: center;
  font-family: "Poppins";
  font-weight: 600;
}
.ruckus-and-rascal-container06 {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
  align-items: center;
  margin-left: var(--dl-space-space-halfunit);
  margin-right: var(--dl-space-space-halfunit);
  flex-direction: column;
  justify-content: center;
}
.ruckus-and-rascal-image2 {
  width: 100px;
  height: 100px;
  padding: var(--dl-space-space-unit);
  max-width: 100px;
  min-width: 60px;
  object-fit: cover;
}
.ruckus-and-rascal-text05 {
  font-size: 14px;
  font-style: normal;
  text-align: center;
  font-family: "Poppins";
  font-weight: 600;
}
.ruckus-and-rascal-container07 {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
  align-items: center;
  margin-left: 0px;
  margin-right: 0px;
  flex-direction: column;
  justify-content: center;
}
.ruckus-and-rascal-image3 {
  width: 100px;
  height: 100px;
  padding: var(--dl-space-space-unit);
  max-width: 100px;
  min-width: 60px;
  object-fit: cover;
}
.ruckus-and-rascal-text06 {
  font-size: 14px;
  font-style: normal;
  text-align: center;
  font-family: "Poppins";
  font-weight: 600;
}
.ruckus-and-rascal-link {
  color: #ffffff;
  align-self: center;
  font-style: normal;
  text-align: center;
  transition: 0.3s;
  font-weight: 600;
  border-width: 0px;
  margin-bottom: 0px;
  background-color: #F95C5C;
}
.ruckus-and-rascal-link:hover {
  background-color: #ce3e3e;
}
.ruckus-and-rascal-boards {
  flex: 0 0 auto;
  width: 1200px;
  display: flex;
  align-self: center;
  align-items: center;
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
}
.ruckus-and-rascal-container08 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.ruckus-and-rascal-container09 {
  flex: 0 0 auto;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.ruckus-and-rascal-text07 {
  font-size: 18px;
  align-self: flex-start;
  text-align: justify;
  font-family: "Poppins";
  margin-right: 0px;
  margin-bottom: 0px;
}
.ruckus-and-rascal-risk-log {
  flex: 0 0 auto;
  width: 1200px;
  display: flex;
  align-self: center;
  align-items: center;
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
}
.ruckus-and-rascal-container10 {
  flex: 0 0 auto;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
.ruckus-and-rascal-text08 {
  font-size: 18px;
  align-self: flex-start;
  text-align: justify;
  font-family: "Poppins";
  margin-bottom: 0px;
}
.ruckus-and-rascal-pipelines {
  flex: 0 0 auto;
  width: 1200px;
  display: flex;
  align-self: center;
  align-items: center;
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
}
.ruckus-and-rascal-container11 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.ruckus-and-rascal-container12 {
  flex: 0 0 auto;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
.ruckus-and-rascal-text09 {
  font-size: 18px;
  align-self: flex-start;
  text-align: justify;
  font-family: "Poppins";
  margin-bottom: var(--dl-space-space-unit);
}
.ruckus-and-rascal-image4 {
  width: 100%;
  object-fit: cover;
}
.ruckus-and-rascal-text10 {
  align-self: center;
  font-style: italic;
  margin-top: var(--dl-space-space-halfunit);
  text-align: center;
}
.ruckus-and-rascal-scrum-master {
  flex: 0 0 auto;
  width: 1200px;
  display: flex;
  align-self: center;
  align-items: center;
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
}
.ruckus-and-rascal-container13 {
  flex: 0 0 auto;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
.ruckus-and-rascal-text13 {
  font-size: 18px;
  align-self: flex-start;
  text-align: justify;
  font-family: "Poppins";
  margin-bottom: 0px;
}
.ruckus-and-rascal-presentations {
  flex: 0 0 auto;
  width: 1200px;
  display: flex;
  align-self: center;
  align-items: center;
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
}
.ruckus-and-rascal-container14 {
  flex: 0 0 auto;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
.ruckus-and-rascal-text14 {
  font-size: 18px;
  align-self: flex-start;
  text-align: justify;
  font-family: "Poppins";
  margin-bottom: 0px;
}
.ruckus-and-rascal-marketing {
  flex: 0 0 auto;
  width: 1200px;
  display: flex;
  align-self: center;
  align-items: center;
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
}
.ruckus-and-rascal-container15 {
  flex: 0 0 auto;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
.ruckus-and-rascal-text15 {
  font-size: 18px;
  align-self: flex-start;
  text-align: justify;
  font-family: "Poppins";
  margin-bottom: var(--dl-space-space-unit);
}
.ruckus-and-rascal-image5 {
  width: 100%;
  object-fit: cover;
  border-color: var(--dl-color-gray-black);
  border-width: 2px;
}
.ruckus-and-rascal-text16 {
  align-self: center;
  font-style: italic;
  margin-top: var(--dl-space-space-halfunit);
  text-align: center;
}
.ruckus-and-rascal-achievements {
  flex: 0 0 auto;
  width: 1200px;
  display: flex;
  align-self: center;
  align-items: center;
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-threeunits);
}
.ruckus-and-rascal-container16 {
  flex: 0 0 auto;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
.ruckus-and-rascal-text19 {
  font-size: 18px;
  align-self: flex-start;
  text-align: justify;
  font-family: "Poppins";
  margin-bottom: 0px;
}
.ruckus-and-rascal-component11 {
  text-decoration: none;
}
@media(max-width: 1600px) {
  .ruckus-and-rascal-container02 {
    margin-top: 250px;
  }
  .ruckus-and-rascal-text {
    font-size: 28px;
  }
  .ruckus-and-rascal-boards {
    width: 1200px;
    align-self: center;
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .ruckus-and-rascal-container08 {
    height: auto;
    flex-wrap: wrap;
  }
  .ruckus-and-rascal-risk-log {
    width: 1200px;
    align-self: center;
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .ruckus-and-rascal-pipelines {
    width: 1200px;
    align-self: center;
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .ruckus-and-rascal-container11 {
    height: auto;
    flex-wrap: wrap;
  }
  .ruckus-and-rascal-scrum-master {
    width: 1200px;
    align-self: center;
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .ruckus-and-rascal-presentations {
    width: 1200px;
    align-self: center;
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .ruckus-and-rascal-marketing {
    width: 1200px;
    align-self: center;
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .ruckus-and-rascal-achievements {
    width: 1200px;
    align-self: center;
    padding-bottom: var(--dl-space-space-threeunits);
  }
}
@media(max-width: 1200px) {
  .ruckus-and-rascal-container02 {
    margin-top: 200px;
  }
  .ruckus-and-rascal-text {
    font-size: 28px;
  }
  .ruckus-and-rascal-image {
    padding: var(--dl-space-space-unit);
  }
  .ruckus-and-rascal-image1 {
    padding: var(--dl-space-space-unit);
  }
  .ruckus-and-rascal-image2 {
    padding: var(--dl-space-space-unit);
  }
  .ruckus-and-rascal-image3 {
    padding: var(--dl-space-space-unit);
  }
  .ruckus-and-rascal-boards {
    width: 100%;
    align-self: center;
    padding-bottom: var(--dl-space-space-fourunits);
    justify-content: flex-start;
  }
  .ruckus-and-rascal-container08 {
    height: auto;
    flex-wrap: wrap;
  }
  .ruckus-and-rascal-text07 {
    font-size: 16px;
  }
  .ruckus-and-rascal-risk-log {
    width: 100%;
    align-self: center;
    padding-bottom: var(--dl-space-space-fourunits);
    justify-content: flex-start;
  }
  .ruckus-and-rascal-text08 {
    font-size: 16px;
  }
  .ruckus-and-rascal-pipelines {
    width: 100%;
    align-self: center;
    padding-bottom: var(--dl-space-space-fourunits);
    justify-content: flex-start;
  }
  .ruckus-and-rascal-container11 {
    height: auto;
    flex-wrap: wrap;
  }
  .ruckus-and-rascal-text09 {
    font-size: 16px;
  }
  .ruckus-and-rascal-scrum-master {
    width: 100%;
    align-self: center;
    padding-bottom: var(--dl-space-space-fourunits);
    justify-content: flex-start;
  }
  .ruckus-and-rascal-text13 {
    font-size: 16px;
  }
  .ruckus-and-rascal-presentations {
    width: 100%;
    align-self: center;
    padding-bottom: var(--dl-space-space-fourunits);
    justify-content: flex-start;
  }
  .ruckus-and-rascal-text14 {
    font-size: 16px;
  }
  .ruckus-and-rascal-marketing {
    width: 100%;
    align-self: center;
    padding-bottom: var(--dl-space-space-fourunits);
    justify-content: flex-start;
  }
  .ruckus-and-rascal-text15 {
    font-size: 16px;
  }
  .ruckus-and-rascal-achievements {
    width: 100%;
    align-self: center;
    padding-bottom: var(--dl-space-space-threeunits);
    justify-content: flex-start;
  }
  .ruckus-and-rascal-text19 {
    font-size: 16px;
  }
}
@media(max-width: 991px) {
  .ruckus-and-rascal-video {
    height: 100%;
  }
  .ruckus-and-rascal-container02 {
    max-width: 400px;
    margin-top: 160px;
  }
  .ruckus-and-rascal-text {
    font-size: 22px;
  }
  .ruckus-and-rascal-text01 {
    font-size: 12px;
  }
  .ruckus-and-rascal-text02 {
    font-size: 12px;
  }
  .ruckus-and-rascal-image {
    width: 100%;
    height: 100%;
    padding: var(--dl-space-space-halfunit);
  }
  .ruckus-and-rascal-text03 {
    font-size: 12px;
  }
  .ruckus-and-rascal-image1 {
    width: 100%;
    height: 100%;
    padding: var(--dl-space-space-halfunit);
  }
  .ruckus-and-rascal-text04 {
    font-size: 12px;
  }
  .ruckus-and-rascal-image2 {
    width: 100%;
    height: 100%;
    padding: var(--dl-space-space-halfunit);
  }
  .ruckus-and-rascal-text05 {
    font-size: 12px;
  }
  .ruckus-and-rascal-image3 {
    width: 100%;
    height: 100%;
    padding: var(--dl-space-space-halfunit);
  }
  .ruckus-and-rascal-text06 {
    font-size: 12px;
  }
  .ruckus-and-rascal-boards {
    width: 90%;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .ruckus-and-rascal-container08 {
    height: auto;
    flex-wrap: wrap;
  }
  .ruckus-and-rascal-text07 {
    font-size: 14px;
  }
  .ruckus-and-rascal-risk-log {
    width: 90%;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .ruckus-and-rascal-text08 {
    font-size: 14px;
  }
  .ruckus-and-rascal-pipelines {
    width: 90%;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .ruckus-and-rascal-container11 {
    height: auto;
    flex-wrap: wrap;
  }
  .ruckus-and-rascal-text09 {
    font-size: 14px;
  }
  .ruckus-and-rascal-text10 {
    font-size: 14px;
  }
  .ruckus-and-rascal-scrum-master {
    width: 90%;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .ruckus-and-rascal-text13 {
    font-size: 14px;
  }
  .ruckus-and-rascal-presentations {
    width: 90%;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .ruckus-and-rascal-text14 {
    font-size: 14px;
  }
  .ruckus-and-rascal-marketing {
    width: 90%;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .ruckus-and-rascal-text15 {
    font-size: 14px;
  }
  .ruckus-and-rascal-text16 {
    font-size: 14px;
  }
  .ruckus-and-rascal-achievements {
    width: 90%;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: var(--dl-space-space-twounits);
  }
  .ruckus-and-rascal-text19 {
    font-size: 14px;
  }
}
@media(max-width: 767px) {
  .ruckus-and-rascal-container01 {
    height: 450px;
    margin-top: var(--dl-space-space-threeunits);
  }
  .ruckus-and-rascal-container02 {
    width: auto;
    max-width: 350px;
    margin-top: 120px;
  }
  .ruckus-and-rascal-text {
    font-size: 20px;
  }
  .ruckus-and-rascal-text01 {
    font-size: 12px;
  }
  .ruckus-and-rascal-text02 {
    font-size: 12px;
  }
  .ruckus-and-rascal-image {
    padding: 4px;
  }
  .ruckus-and-rascal-text03 {
    font-size: 10px;
  }
  .ruckus-and-rascal-image1 {
    padding: 4px;
  }
  .ruckus-and-rascal-text04 {
    font-size: 10px;
  }
  .ruckus-and-rascal-image2 {
    padding: 4px;
  }
  .ruckus-and-rascal-text05 {
    font-size: 10px;
  }
  .ruckus-and-rascal-image3 {
    padding: 4px;
  }
  .ruckus-and-rascal-text06 {
    font-size: 10px;
  }
  .ruckus-and-rascal-link {
    font-size: 14px;
  }
  .ruckus-and-rascal-boards {
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .ruckus-and-rascal-container08 {
    height: auto;
    flex-wrap: wrap;
  }
  .ruckus-and-rascal-text07 {
    font-size: 10px;
  }
  .ruckus-and-rascal-risk-log {
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .ruckus-and-rascal-text08 {
    font-size: 10px;
  }
  .ruckus-and-rascal-pipelines {
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .ruckus-and-rascal-container11 {
    height: auto;
    flex-wrap: wrap;
  }
  .ruckus-and-rascal-text09 {
    font-size: 10px;
    font-family: Poppins;
  }
  .ruckus-and-rascal-text10 {
    font-size: 10px;
  }
  .ruckus-and-rascal-scrum-master {
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .ruckus-and-rascal-text13 {
    font-size: 10px;
    font-family: Poppins;
  }
  .ruckus-and-rascal-presentations {
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .ruckus-and-rascal-text14 {
    font-size: 10px;
    font-family: Poppins;
  }
  .ruckus-and-rascal-marketing {
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .ruckus-and-rascal-text15 {
    font-size: 10px;
    font-family: Poppins;
  }
  .ruckus-and-rascal-text16 {
    font-size: 10px;
  }
  .ruckus-and-rascal-achievements {
    padding-bottom: var(--dl-space-space-unit);
  }
  .ruckus-and-rascal-text19 {
    font-size: 10px;
  }
}
@media(max-width: 479px) {
  .ruckus-and-rascal-container01 {
    margin-top: var(--dl-space-space-threeunits);
  }
  .ruckus-and-rascal-container02 {
    width: auto;
    padding: var(--dl-space-space-oneandhalfunits);
    max-width: 275px;
    margin-top: 165px;
  }
  .ruckus-and-rascal-text {
    font-size: 16px;
  }
  .ruckus-and-rascal-text01 {
    font-size: 8px;
  }
  .ruckus-and-rascal-text02 {
    font-size: 8px;
  }
  .ruckus-and-rascal-image {
    padding: 4px;
    min-width: 40px;
  }
  .ruckus-and-rascal-text03 {
    font-size: 8px;
  }
  .ruckus-and-rascal-image1 {
    padding: 4px;
    min-width: 40px;
  }
  .ruckus-and-rascal-text04 {
    font-size: 8px;
  }
  .ruckus-and-rascal-image2 {
    padding: 4px;
    min-width: 40px;
  }
  .ruckus-and-rascal-text05 {
    font-size: 8px;
  }
  .ruckus-and-rascal-image3 {
    padding: 4px;
    min-width: 40px;
  }
  .ruckus-and-rascal-text06 {
    font-size: 8px;
  }
  .ruckus-and-rascal-link {
    height: 20px;
    font-size: 8px;
  }
  .ruckus-and-rascal-boards {
    padding-bottom: var(--dl-space-space-twounits);
  }
  .ruckus-and-rascal-container08 {
    height: auto;
    flex-wrap: wrap;
  }
  .ruckus-and-rascal-text07 {
    font-size: 8px;
  }
  .ruckus-and-rascal-risk-log {
    padding-bottom: var(--dl-space-space-twounits);
  }
  .ruckus-and-rascal-text08 {
    font-size: 8px;
  }
  .ruckus-and-rascal-pipelines {
    padding-bottom: var(--dl-space-space-twounits);
  }
  .ruckus-and-rascal-container11 {
    height: auto;
    flex-wrap: wrap;
  }
  .ruckus-and-rascal-text09 {
    font-size: 8px;
  }
  .ruckus-and-rascal-text10 {
    font-size: 8px;
  }
  .ruckus-and-rascal-scrum-master {
    padding-bottom: var(--dl-space-space-twounits);
  }
  .ruckus-and-rascal-text13 {
    font-size: 8px;
  }
  .ruckus-and-rascal-presentations {
    padding-bottom: var(--dl-space-space-twounits);
  }
  .ruckus-and-rascal-text14 {
    font-size: 8px;
  }
  .ruckus-and-rascal-marketing {
    padding-bottom: var(--dl-space-space-twounits);
  }
  .ruckus-and-rascal-text15 {
    font-size: 8px;
  }
  .ruckus-and-rascal-text16 {
    font-size: 8px;
  }
  .ruckus-and-rascal-achievements {
    padding-bottom: var(--dl-space-space-unit);
  }
  .ruckus-and-rascal-text19 {
    font-size: 8px;
  }
}
