body > footer {
  display: none !important;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.pop-up {
  position: fixed;
  inset: 0 0 0 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}

.pop-up.show {
  opacity: 1;
  visibility: visible;
}

.pop-up .pop-up_wrapper {
  position: relative;
  transition: all 2s ease-in-out;
  width: 30%;
  margin: 70px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
}
.pop-up .pop-up_wrapper .button_close-pop-up {
  background-color: #e00059;
  border-radius: 5px;
  border-color: transparent;
  color: #f4f4f4;
  padding: 5px 5px;
  margin-top: 15px;
  box-shadow: 0 0 5px #656565;
}
.pop-up .pop-up_wrapper .button_close-pop-up:hover {
  background-color: #009ee3;
}

.custom-itc-wrapper a {
  color: unset;
}

.ckeditor-content--reset .custom-itc-wrapper p {
  margin: unset;
  line-height: unset;
}

a.skip-to-content, .homepage-network__notifications, [data-testid=socials-bar], body > header, #js-swipe-slider {
  display: none;
}

.custom-itc-wrapper {
  background-color: white;
  line-height: initial;
  font-size: 16px;
  font-family: "Raleway", serif;
  /* *, *::before, *::after {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
   }*/
  /******************************************
  styling the itc line at the top of the page
  *******************************************/
  /****************************************************************
  styling header of the homepage - navigation and sing/join feature
  *****************************************************************/
  /***************
  style for button
  ****************/
  /**********************
  styling main view page
  ***********************/
  /*******
  network
  *******/
  /***************
   about community
  ****************/
  /***************
       about us
  ****************/
  /*****************
        goals
  ****************/
  /***************
       platform
  ****************/
  /*****************
         footer
  ****************/
  /*
      mobile menu
  */
  /*****************************************************************
                      new page: About US
  ******************************************************************/
  /**********
    intro
  ***********/
  /*************
    start-steps
  **************/
  /******************************************
   page: VIDEO TUTORIALS
  ********************************************/
  /******************************************
                 page: TOOLS
  ********************************************/
}
.custom-itc-wrapper body {
  font-family: "Raleway", sans-serif;
}
.custom-itc-wrapper img {
  width: 100%;
}
.custom-itc-wrapper .main {
  background-image: url("https://ch.ecomconnect.org/images/homepage/header-image.jpg");
  background-position: center;
  background-size: cover;
  height: 100vh;
  color: white;
  display: flex;
  flex-flow: column;
}
@media (max-width: 900px) {
  .custom-itc-wrapper .main {
    height: 500px;
  }
}
@media (max-width: 425px) {
  .custom-itc-wrapper .main {
    height: 350px;
  }
}
.custom-itc-wrapper h1 {
  font-size: 55px;
  font-weight: 100;
}
@media (max-width: 1200px) {
  .custom-itc-wrapper h1 {
    font-size: 40px;
  }
}
@media (max-width: 425px) {
  .custom-itc-wrapper h1 {
    font-size: 32px;
  }
}
.custom-itc-wrapper h2 {
  font-size: 30px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 900px) {
  .custom-itc-wrapper h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.custom-itc-wrapper h3 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.8px;
  font-size: 15px;
}
.custom-itc-wrapper h4 {
  font-size: 25px;
  color: #e00059;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 900px) {
  .custom-itc-wrapper h4 {
    font-size: 20px;
  }
}
.custom-itc-wrapper .red-line {
  background-color: #e00059;
  height: 1px;
}
.custom-itc-wrapper .red-line.w150 {
  width: 150px;
}
.custom-itc-wrapper .red-line.w100p {
  width: 100%;
}
.custom-itc-wrapper .blue-line {
  background-color: #009ee3;
  height: 1px;
  width: 150px;
}
.custom-itc-wrapper .black-line {
  background-color: #092e49;
  height: 1px;
  width: 150px;
}
.custom-itc-wrapper .grey-line {
  background-color: #bdbdbd;
  height: 1px;
  width: 100%;
}
.custom-itc-wrapper .text-red {
  color: #e00059;
}
.custom-itc-wrapper .text-black {
  color: #262626;
}
.custom-itc-wrapper .itc-line {
  height: 6px;
  display: grid;
  grid-template-columns: 8fr 1fr 1fr;
}
@media (max-width: 900px) {
  .custom-itc-wrapper .itc-line {
    display: none;
  }
}
.custom-itc-wrapper .itc-line > div {
  font-size: 0;
}
.custom-itc-wrapper .itc-line > .itc-line--red {
  background-color: #e00059;
}
.custom-itc-wrapper .itc-line > .itc-line--blue {
  background-color: #009ee3;
}
.custom-itc-wrapper .itc-line > .itc-line--black {
  background-color: #092e49;
}
.custom-itc-wrapper a {
  text-decoration: none;
}
.custom-itc-wrapper ul {
  list-style: none;
}
.custom-itc-wrapper header .sign-join {
  display: flex;
  justify-content: space-around;
  align-self: center;
}
.custom-itc-wrapper .button {
  background-color: transparent;
  border-radius: 22.5px;
  border: solid 1px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 23px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
}
@media (max-width: 1400px) {
  .custom-itc-wrapper .button {
    font-size: 14px;
  }
}
.custom-itc-wrapper .button:hover {
  background: #e00059;
  border-color: transparent;
}
.custom-itc-wrapper .button.button-primary {
  background-color: #e00059;
  border-color: transparent;
  color: #fff;
  padding: 25px 45px;
  border-radius: 38px;
  font-weight: bold;
}
@media (max-width: 900px) {
  .custom-itc-wrapper .button.button-primary {
    padding: 15px 22px;
  }
}
.custom-itc-wrapper .button.button-primary:hover {
  background-color: transparent;
  border-color: #fff;
}
.custom-itc-wrapper .button.no-border {
  border-color: transparent;
}
.custom-itc-wrapper .button.no-border:hover {
  background-color: transparent;
  color: #e00059;
}
.custom-itc-wrapper .button-ellipse {
  width: 76px;
  height: 76px;
  border: solid 1px;
  border-radius: 100%;
  background-color: transparent;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: transform 250ms, background-color 250ms;
}
.custom-itc-wrapper .button-ellipse::after {
  content: "";
  display: block;
  position: absolute;
  top: 37%;
  left: -10%;
  width: 30px;
  height: 22px;
  background-size: cover;
  transition: left 250ms;
  z-index: 2;
  background-image: url("https://ch.ecomconnect.org/images/homepage/arrow-right.svg");
}
.custom-itc-wrapper .button-ellipse.icon::after {
  content: none;
}
.custom-itc-wrapper .button-ellipse.icon img {
  width: 100%;
  height: 100%;
  padding: 25px;
}
.custom-itc-wrapper .button-ellipse:hover {
  transform: scale(1.2);
}
.custom-itc-wrapper .button-ellipse:hover::after {
  left: 30%;
  background-image: url("https://ch.ecomconnect.org/images/homepage/arrow-white.svg");
  color: white;
}
.custom-itc-wrapper .button-ellipse.button-ellipse_red {
  border-color: #e00059;
}
.custom-itc-wrapper .button-ellipse.button-ellipse_red:hover {
  background-color: #e00059;
}
.custom-itc-wrapper .button-ellipse.button-ellipse_blue {
  border-color: #009ee3;
}
.custom-itc-wrapper .button-ellipse.button-ellipse_blue:hover {
  background-color: #009ee3;
}
.custom-itc-wrapper .button-ellipse.button-ellipse_black {
  border-color: #092e49;
}
.custom-itc-wrapper .button-ellipse.button-ellipse_black:hover {
  background-color: #092e49;
}
.custom-itc-wrapper .button-ellipse.button-ellipse_left-transparent {
  border-left-color: transparent;
}
.custom-itc-wrapper .button-ellipse.button-ellipse_right-transparent {
  border-left-color: transparent;
  transform: rotate(180deg);
}
.custom-itc-wrapper .button-with-text {
  display: flex;
  align-items: center;
  gap: 42px;
}
.custom-itc-wrapper .button_padding-top {
  padding-top: 47px;
}
.custom-itc-wrapper .main-title {
  display: flex;
  gap: 63px;
}
.custom-itc-wrapper .main-title_scrollbar {
  width: 1px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 900px) {
  .custom-itc-wrapper .main-title_scrollbar {
    display: none;
  }
}
.custom-itc-wrapper .main-title_scrollbar > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.custom-itc-wrapper .main-title_scrollbar > .white {
  background-color: white;
}
.custom-itc-wrapper .main-title_scrollbar > .red {
  background-color: #e00059;
  animation: scroll 4s forwards infinite;
}
.custom-itc-wrapper .main-title_text {
  display: flex;
  flex-flow: column;
  gap: 85px;
  align-items: stretch;
}
@media (max-width: 900px) {
  .custom-itc-wrapper .main-title_text {
    gap: 25px;
  }
  .custom-itc-wrapper .main-title_text .button {
    max-width: 210px;
  }
}
.custom-itc-wrapper .main-title_wrapper {
  flex-grow: 1;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  margin-left: 88px;
}
@media (max-width: 900px) {
  .custom-itc-wrapper .main-title_wrapper {
    margin-left: 25px;
  }
}
.custom-itc-wrapper .main-title_arrow {
  width: 28px;
  height: 39px;
  margin-top: 12px;
  position: relative;
  left: -13.5px;
}
@media (max-width: 900px) {
  .custom-itc-wrapper .main-title_arrow {
    display: none;
  }
}
.custom-itc-wrapper .network-container-section {
  padding: 50px 0;
}
@media (max-width: 900px) {
  .custom-itc-wrapper .network-container-section {
    padding: 20px 0;
  }
}
.custom-itc-wrapper .network_container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  padding: 20px 0;
  max-width: 1300px;
  margin: 0 auto;
  z-index: 1;
}
.custom-itc-wrapper .network_container:first-child {
  padding-top: 0;
}
@media (max-width: 900px) {
  .custom-itc-wrapper .network_container {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 25px;
    padding: 25px 0;
  }
}
.custom-itc-wrapper .network_container.reversed .network_text {
  padding: 50px 100px 50px 0;
}
@media (min-width: 900px) {
  .custom-itc-wrapper .network_container.reversed .network_text {
    order: 2;
    padding: 20px 7vw 20px 0;
  }
}
.custom-itc-wrapper .network_container .network_text {
  padding: 50px 0 50px 100px !important;
  max-width: 700px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
}
@media (max-width: 900px) {
  .custom-itc-wrapper .network_container .network_text {
    max-width: unset;
    padding: 20px 7vw 20px 7vw !important;
  }
}
.custom-itc-wrapper .network_container .network_text h1 {
  max-width: 455px;
  flex: 1;
  max-height: 70%;
}
.custom-itc-wrapper .network_container .network_text .network_click {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.custom-itc-wrapper .network_container .network_text p {
  max-width: 80%;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}
@media (max-width: 1900px) {
  .custom-itc-wrapper .network_container .network_text p {
    font-size: 16px;
    font-weight: 500;
  }
}
.custom-itc-wrapper .network_container .network_text .red-line, .custom-itc-wrapper .network_container .network_text .blue-line, .custom-itc-wrapper .network_container .network_text .black-line {
  margin: 15px 0 23px;
}
.custom-itc-wrapper .network_container img {
  width: 100%;
}
.custom-itc-wrapper .network_container .network-picture {
  position: relative;
}
@media (max-width: 900px) {
  .custom-itc-wrapper .network_container .network-picture {
    width: 80vw;
    margin: 0 auto;
  }
}
.custom-itc-wrapper .network_container .network-picture > svg {
  height: 100%;
  display: block;
}
.custom-itc-wrapper .network_container .network-picture > .fixed-aspect-ratio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.custom-itc-wrapper .network_container .network-picture__first .img {
  position: absolute;
  width: 64%;
  bottom: 0;
  left: 3.3%;
}
.custom-itc-wrapper .network_container .network-picture__first .grey-rectangle {
  background-color: #f4f4f4;
  position: absolute;
  top: 0;
  left: 20%;
  bottom: 25%;
  right: 0;
  z-index: -1;
}
.custom-itc-wrapper .network_container .network-picture__first .square_red {
  background-color: #e00059;
  position: absolute;
  z-index: -1;
  top: -5%;
  left: -5%;
  width: 35%;
  height: 35%;
}
.custom-itc-wrapper .network_container .network-picture__first .square_blue {
  background-color: #009ee3;
  position: absolute;
  z-index: -1;
  top: -5%;
  left: -5%;
  width: 35%;
  height: 35%;
}
.custom-itc-wrapper .network_container.reversed .network-picture__first {
  left: 0;
  transform: none;
}
.custom-itc-wrapper .network_container.reversed .network-picture__first .img {
  left: 31%;
}
.custom-itc-wrapper .network_container.reversed .network-picture__first .grey-rectangle {
  left: 0;
  right: 20%;
}
.custom-itc-wrapper .network_container.reversed .network-picture__first .square_red {
  left: unset;
  right: -5%;
}
.custom-itc-wrapper .network_container .network-picture__second .img1 {
  position: absolute;
  right: 10%;
  top: 0;
  bottom: 15%;
}
.custom-itc-wrapper .network_container .network-picture__second .img1 img {
  height: 100%;
}
.custom-itc-wrapper .network_container .network-picture__second .img2 {
  position: absolute;
  width: 36%;
  bottom: 0;
  left: 10%;
}
.custom-itc-wrapper .network_container .network-picture__second .grey-rectangle {
  background-color: #f4f4f4;
  position: absolute;
  top: 7%;
  bottom: 22%;
  left: 0;
  right: 0;
}
.custom-itc-wrapper .network_container .network-picture__second .grey-rectangle .blue-rectangle {
  background-color: #009ee3;
  position: absolute;
  top: 25%;
  bottom: 25%;
  right: 6%;
  width: 50%;
}
.custom-itc-wrapper .network_container .network-picture__third .img1 {
  position: relative;
  width: 56%;
  left: 3%;
}
.custom-itc-wrapper .network_container .network-picture__third .img2 img {
  height: 100%;
}
.custom-itc-wrapper .network_container .network-picture__third .img2 {
  position: absolute;
  bottom: -38%;
  right: -30%;
  height: 117%;
}
.custom-itc-wrapper .network_container .network-picture__third .black-rectangle {
  background-color: #092e49;
  position: absolute;
  z-index: -1;
  bottom: -5%;
  left: -5%;
  width: 40%;
  height: 40%;
}
.custom-itc-wrapper .network_container .network-picture__third .grey-rectangle {
  z-index: -2;
  background-color: #f4f4f4;
  position: absolute;
  right: 0;
  left: 13%;
  top: 20%;
  bottom: 18%;
}
.custom-itc-wrapper .full-width-pic {
  background-size: cover;
  color: #fff;
  max-height: 900px;
  position: relative;
}
.custom-itc-wrapper .full-width-pic.full-width-pic_homepage {
  background-image: url("https://ch.ecomconnect.org/images/homepage/about_community-background.jpg");
  height: 51vw;
}
@media (max-width: 900px) {
  .custom-itc-wrapper .full-width-pic.full-width-pic_homepage {
    height: 70vw;
  }
}
.custom-itc-wrapper .full-width-pic.full-width-pic_about-us {
  background-image: url("https://ch.ecomconnect.org/images/about-us/full-width-pic_about-us.jpg");
  height: 64vw;
}
.custom-itc-wrapper .full-width-pic #player {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 2;
  opacity: 0;
  transition: opacity 250ms;
}
.custom-itc-wrapper .full-width-pic #player.fade-in {
  display: block;
  opacity: 1;
}
.custom-itc-wrapper .full-width-pic_container {
  max-width: 590px;
  padding-left: 130px;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  height: 100%;
  position: relative;
}
@media (max-width: 900px) {
  .custom-itc-wrapper .full-width-pic_container {
    max-width: 300px;
    padding-left: 30px;
  }
}
.custom-itc-wrapper .full-width-pic_video {
  display: flex;
  align-items: center;
  gap: 30px;
  text-transform: uppercase;
  font-weight: bold;
}
.custom-itc-wrapper .about-us {
  display: flex;
  padding: 80px 50px;
  gap: 20px;
  overflow: hidden;
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .custom-itc-wrapper .about-us {
    flex-flow: column nowrap;
    padding: 7vw;
    gap: 30px;
  }
}
.custom-itc-wrapper .about-us .about-us_text {
  flex: 1;
  color: #000;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
}
.custom-itc-wrapper .about-us .about-us_text > div > p {
  max-width: 513px;
  font-size: 20px;
  line-height: 30px;
  padding-top: 25px;
  font-weight: 500;
}
@media (max-width: 900px) {
  .custom-itc-wrapper .about-us .about-us_text > div > p {
    font-size: 16px;
    line-height: 23px;
  }
}
.custom-itc-wrapper .about-us .about-us_pictures {
  width: 30vw;
  position: relative;
  align-self: center;
}
@media (max-width: 900px) {
  .custom-itc-wrapper .about-us .about-us_pictures {
    width: 61vw;
    max-height: 450px;
  }
}
.custom-itc-wrapper .about-us .about-us_pictures svg {
  height: 100%;
}
.custom-itc-wrapper .about-us .about-us_pictures .about-us_pictures_container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.custom-itc-wrapper .about-us .about-us_pictures .about-us_pictures_container > * {
  position: absolute;
}
.custom-itc-wrapper .about-us .about-us_pictures .about-us_pictures_container .about-us_pictures_about1 {
  width: 35%;
  margin-top: 0;
  margin-left: 5%;
}
.custom-itc-wrapper .about-us .about-us_pictures .about-us_pictures_container .about-us_pictures_about2 {
  width: 35%;
  z-index: 1;
  margin-top: 22%;
  margin-left: 17%;
}
.custom-itc-wrapper .about-us .about-us_pictures .about-us_pictures_container .about-us_pictures_about3 {
  width: 25%;
  margin-top: 50%;
  margin-left: 0;
}
.custom-itc-wrapper .about-us .about-us_pictures .about-us_pictures_container .about-us_pictures_about4 {
  width: 35%;
  z-index: 2;
  margin-top: 35%;
  margin-left: 43%;
}
.custom-itc-wrapper .about-us .about-us_pictures .about-us_pictures_container .about-us_pictures_about5 {
  width: 25%;
  margin-top: 3%;
  margin-left: 56%;
}
.custom-itc-wrapper .about-us .about-us_pictures .about-us_pictures_container .about-us_pictures_about6 {
  width: 25%;
  z-index: 2;
  margin-top: 23%;
  margin-left: 71%;
}
.custom-itc-wrapper .goals {
  background-color: #fafafa;
  padding: 100px 53px;
}
@media (max-width: 900px) {
  .custom-itc-wrapper .goals {
    text-align: left;
    padding: 30px;
  }
}
.custom-itc-wrapper .goals_text {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 900px) {
  .custom-itc-wrapper .goals_text {
    margin-bottom: 30px;
  }
}
.custom-itc-wrapper .goals_picture_container {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .custom-itc-wrapper .goals_picture_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr 1fr;
    align-items: center;
    justify-items: center;
  }
}
.custom-itc-wrapper .goals_picture_container > img {
  max-height: 206px;
  width: auto;
}
.custom-itc-wrapper .platform-header {
  display: flex;
  justify-content: space-between;
  padding: 95px 53px;
}
@media (max-width: 900px) {
  .custom-itc-wrapper .platform-header {
    padding: 30px;
  }
}
.custom-itc-wrapper .platform-header .platform-header_text {
  text-align: center;
  max-width: 70%;
}
.custom-itc-wrapper .platform-header .platform-header_text em {
  color: #009ee3;
  font-style: normal;
  font-size: unset;
}
@media (max-width: 900px) {
  .custom-itc-wrapper .platform-header .platform-header_text {
    text-align: left;
    max-width: 100%;
  }
}
.custom-itc-wrapper .platform-header .platform-header_button {
  flex-shrink: 0;
  align-self: center;
}
@media (max-width: 900px) {
  .custom-itc-wrapper .platform-header .platform-header_button {
    display: none;
  }
}
.custom-itc-wrapper .platform_card-container {
  margin: 0 auto 25px;
  max-width: 1600px;
  overflow: hidden;
}
.custom-itc-wrapper .platform_card {
  background-color: #fafafa;
  position: relative;
  overflow: hidden;
  flex-basis: 320px;
  padding-bottom: 30px;
  margin: 0 30px;
}
.custom-itc-wrapper .platform_card-header {
  display: flex;
  z-index: 1;
}
.custom-itc-wrapper .platform_card-header_image {
  width: 225px;
  height: 225px;
  position: relative;
  top: -35px;
  left: -30px;
  border-radius: 50%;
  background-size: cover;
  overflow: hidden;
}
.custom-itc-wrapper .platform_card-header_image img {
  width: 100%;
}
.custom-itc-wrapper .platform_card-header_apostrophe {
  opacity: 0.09;
  font-family: "Playfair Display", serif;
  font-size: 230px;
  position: absolute;
  line-height: 140px;
  right: 10px;
  top: 0;
}
.custom-itc-wrapper .platform_card-text {
  padding: 0 45px 45px 25px;
  font-size: 15px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  line-height: 1.67;
}
.custom-itc-wrapper .platform_card-person {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.8px;
  padding-left: 25px;
  line-height: 22px;
}
.custom-itc-wrapper .platform_card-person_info {
  font-size: 13px;
  letter-spacing: 0.8px;
  padding-left: 25px;
}
.custom-itc-wrapper footer {
  line-height: 1.5;
}
.custom-itc-wrapper footer ul {
  margin: 0;
  padding: 0;
}
.custom-itc-wrapper footer h3 {
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin-bottom: 16px;
}
.custom-itc-wrapper footer .uppercase {
  text-transform: uppercase;
}
.custom-itc-wrapper footer p {
  margin: 0;
  padding: 0;
}
.custom-itc-wrapper footer a {
  display: block;
  color: #000;
}
@media (max-width: 848px) {
  .custom-itc-wrapper footer .flow > *:where(:not(:first-child)) {
    margin-top: 1.5em;
  }
}
.custom-itc-wrapper footer .footer-container {
  max-width: 240px;
  margin: 2em auto;
}
.custom-itc-wrapper footer .footer-container .footer-text {
  font-weight: 400;
  font-size: 13px;
}
@media (min-width: 53em) {
  .custom-itc-wrapper footer .footer-container {
    display: grid;
    grid-template-columns: 45fr max-content 32fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "about-us contact social" "about-itc links social";
    max-width: 1008px;
    gap: 20px;
    padding-inline: 2em;
  }
  .custom-itc-wrapper footer .footer-container .ga-about_us {
    grid-area: about-us;
  }
  .custom-itc-wrapper footer .footer-container .ga-about_itc {
    grid-area: about-itc;
  }
  .custom-itc-wrapper footer .footer-container .ga-contact {
    grid-area: contact;
  }
  .custom-itc-wrapper footer .footer-container .ga-links {
    grid-area: links;
  }
}
.custom-itc-wrapper footer .footer-container .footer-contact {
  display: flex;
  flex-flow: column;
}
.custom-itc-wrapper footer .footer-container .footer-contact div p {
  margin: 0;
}
.custom-itc-wrapper footer .footer-container .footer-social {
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  grid-area: social;
}
.custom-itc-wrapper footer .footer-container .footer-social > a {
  cursor: pointer;
}
.custom-itc-wrapper footer .footer-container .footer-social > a img {
  max-width: 100%;
}
.custom-itc-wrapper footer .footer-container .footer-social .footer-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-inline: auto;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 1.4em;
  background-color: #e00059;
  border: solid 1px #e00059;
  color: #fff;
  padding: 0.55em 1.4em;
}
@media (max-width: 53em) {
  .custom-itc-wrapper footer .footer-container .footer-social {
    gap: 24px;
  }
}
.custom-itc-wrapper footer .footer-container .footer-social .footer-social-web {
  display: flex;
  margin-inline: auto;
  gap: 32px;
}
.custom-itc-wrapper footer .footer-container .footer-social .footer-social-web img {
  width: 50px;
  cursor: pointer;
}
.custom-itc-wrapper footer .footer-container .footer-social .footer-social-icons {
  display: flex;
  margin-inline: auto;
  gap: 32px;
}
.custom-itc-wrapper footer .footer-container .footer-social .footer-social-icons img {
  height: 25px;
  cursor: pointer;
}
.custom-itc-wrapper #hamburger {
  cursor: pointer;
}
.custom-itc-wrapper .mobile-menu-hamburger {
  display: none;
  width: 27px;
  height: 21px;
}
@media (max-width: 1200px) {
  .custom-itc-wrapper .menu {
    display: none;
  }
  .custom-itc-wrapper header .sign-join {
    display: none;
  }
  .custom-itc-wrapper .mobile-menu-hamburger {
    display: block;
  }
}
.custom-itc-wrapper .mobile-menu {
  display: block;
  background-color: #262626;
  flex-flow: column nowrap;
  align-items: start;
  align-self: start;
  padding: 10px;
  position: fixed;
  top: 0;
  right: 0;
  transform: scale(0);
  transform-origin: top right;
  transition: transform 250ms;
}
.custom-itc-wrapper .mobile-menu.mobile-menu_show {
  display: block;
  transform: scale(1);
  z-index: 5;
}
.custom-itc-wrapper .mobile-menu .button.close {
  justify-content: end;
  padding: 0;
}
.custom-itc-wrapper .mobile-menu .button {
  justify-content: start;
  font-size: 20px;
  color: #656565;
}
.custom-itc-wrapper .mobile-menu .button:hover {
  color: white;
}
.custom-itc-wrapper .mobile-menu span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding-left: 23px;
  padding-bottom: 10px;
  padding-top: 20px;
  display: block;
}
.custom-itc-wrapper .mobile-menu span.blue {
  color: #009ee3;
}
.custom-itc-wrapper .mobile-menu span.red {
  color: #e00059;
}
.custom-itc-wrapper .mobile-menu .separator {
  width: 250px;
  height: 1px;
  background-color: #4b4b4b;
}
.custom-itc-wrapper #slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 10;
}
.custom-itc-wrapper #slick-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(50%);
  z-index: 10;
}
.custom-itc-wrapper .intro > img {
  width: 100%;
  height: 200px;
  max-height: 350px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.custom-itc-wrapper .intro > p {
  background-color: #f4f4f4;
  font-size: 32px;
  font-weight: 100;
  text-align: center;
  padding: 30px 100px;
  line-height: 1.2em;
}
@media (max-width: 900px) {
  .custom-itc-wrapper .intro > p {
    font-size: 22px;
    padding: 20px;
  }
}
.custom-itc-wrapper .img_position-top img {
  object-position: top;
}
.custom-itc-wrapper .section-title_container {
  max-width: 1190px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
.custom-itc-wrapper h1.section-title {
  padding: 60px 0;
}
@media (max-width: 900px) {
  .custom-itc-wrapper h1.section-title {
    padding: 40px 0;
  }
}
.custom-itc-wrapper .start-steps_card-container {
  display: grid;
  gap: 92px;
  grid-template-columns: repeat(auto-fill, 450px);
  justify-content: center;
  padding: 0 20px 80px;
  max-width: 1900px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .custom-itc-wrapper .start-steps_card-container {
    grid-template-columns: repeat(auto-fill, 290px);
  }
}
.custom-itc-wrapper .start-steps_card .start-steps_card_header {
  display: flex;
  align-items: center;
  gap: 20px;
}
.custom-itc-wrapper .start-steps_card .start-steps_card_header h4 {
  flex-shrink: 0;
}
.custom-itc-wrapper .start-steps_card .start-steps_card_title {
  font-size: 40px;
  font-weight: 100;
}
@media (max-width: 900px) {
  .custom-itc-wrapper .start-steps_card .start-steps_card_title {
    font-size: 28px;
    font-weight: 400;
  }
}
.custom-itc-wrapper .start-steps_card p {
  font-weight: 500;
  line-height: 1.88;
  padding-top: 40px;
  padding-bottom: 60px;
}
.custom-itc-wrapper .video-container {
  display: flex;
  flex-flow: column;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 150px;
  max-width: 1190px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .custom-itc-wrapper .video-container {
    padding-bottom: 50px;
  }
}
.custom-itc-wrapper .video-container .video-group .grey-line {
  margin-top: 32px;
  margin-bottom: 32px;
}
.custom-itc-wrapper .video-container .video-group .video-group_img-closed {
  display: none;
}
.custom-itc-wrapper .video-container .video-group .video_visual_container {
  display: none;
}
.custom-itc-wrapper .video-container .video-group.video-group_open .video-group_img-closed {
  display: block;
}
.custom-itc-wrapper .video-container .video-group.video-group_open .video-group_img-open {
  display: none;
}
.custom-itc-wrapper .video-container .video-group.video-group_open .video_visual_container {
  display: block;
}
.custom-itc-wrapper .video-container .video-group_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 10px;
}
.custom-itc-wrapper .video-container .video-group_title .pointer {
  width: 25px;
  height: 13px;
}
.custom-itc-wrapper .video-container .video_visual_container {
  padding-bottom: 100px;
}
.custom-itc-wrapper .video-container .video_visual_container.video_visual_container-video > a {
  padding: 32px 30px;
}
.custom-itc-wrapper .video-container .video_visual_container > a {
  padding-right: 49px;
  margin-bottom: 20px;
  background-color: #f4f4f4;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  border: solid 1px #f4f4f4;
  align-items: center;
  cursor: pointer;
  gap: 10px;
  text-decoration: none;
  color: #000;
}
@media (max-width: 425px) {
  .custom-itc-wrapper .video-container .video_visual_container > a {
    padding-right: 20px;
  }
}
.custom-itc-wrapper .video-container .video_visual_container > a > :first-child {
  flex: 1;
}
.custom-itc-wrapper .video-container .video_visual_container > a::after {
  content: "";
  width: 22px;
  height: 28px;
  background-image: url("https://ch.ecomconnect.org/images/homepage/icon-big-arrow_black.svg");
  transform: rotate(270deg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
.custom-itc-wrapper .video-container .video_visual_container > a:hover {
  background-color: #fff;
  border: solid 1px #e00059;
}
.custom-itc-wrapper .video-container .video_visual_container > a:hover::after {
  background-image: url("https://ch.ecomconnect.org/images/homepage/icon-big-arrow_red.svg");
  transform: rotate(270deg);
}
.custom-itc-wrapper .tools_container {
  display: flex;
  justify-content: center;
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
  gap: 24px;
  max-width: 1190px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .custom-itc-wrapper .tools_container {
    max-width: 350px;
    flex-wrap: wrap;
  }
}
@media (max-width: 450px) {
  .custom-itc-wrapper .tools_container {
    padding-bottom: 100px;
  }
}
.custom-itc-wrapper .tools_container img {
  width: 100%;
}
.custom-itc-wrapper .tools_container .tool {
  display: grid;
  grid-template-rows: auto 110px 10px;
  justify-items: center;
  align-items: center;
}
.custom-itc-wrapper .tools_container .tool p {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 900px) {
  .custom-itc-wrapper .tools_container .tool p {
    padding: 20px 0;
  }
}
.custom-itc-wrapper .tools_container .tool .red-line {
  width: 20%;
}
.custom-itc-wrapper .tools_container .tool .img-with-square {
  position: relative;
}
.custom-itc-wrapper .tools_container .tool .img-with-square img {
  display: block;
}
.custom-itc-wrapper .tools_container .tool .img-with-square .square_red {
  background-color: #e00059;
  width: 25%;
  height: 25%;
  z-index: -1;
  position: absolute;
  left: -3%;
  top: -3%;
}
.custom-itc-wrapper .tools_container .tool .img-with-square .square_blue {
  background-color: #009ee3;
  width: 25%;
  height: 25%;
  z-index: -1;
  position: absolute;
  right: -3%;
  bottom: -3%;
}
.custom-itc-wrapper .tools_container .tool .img-with-square .overlay {
  background-color: transparent;
  transition: background-color 500ms;
}
.custom-itc-wrapper .tools_container .tool .img-with-square:hover .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6274509804);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.custom-itc-wrapper .tools_container .tool .img-with-square:hover .overlay::after {
  content: "";
  width: 60px;
  height: 60px;
  border: 1px solid white;
  border-radius: 100%;
  background-image: url("https://ch.ecomconnect.org/images/homepage/arrow-white.svg");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.custom-itc-wrapper .video-container .video_visual_container-tools > a .video_visual_container-tools-li {
  display: flex;
}
.custom-itc-wrapper .video-container .video_visual_container-tools > a .video_visual_container-tools-li .svg_background {
  width: 16%;
  background-color: white;
  display: flex;
  align-items: center;
  padding: 30px;
  position: relative;
  justify-content: center;
}
@media (max-width: 900px) {
  .custom-itc-wrapper .video-container .video_visual_container-tools > a .video_visual_container-tools-li .svg_background {
    min-width: 150px;
  }
}
@media (max-width: 450px) {
  .custom-itc-wrapper .video-container .video_visual_container-tools > a .video_visual_container-tools-li .svg_background {
    display: none;
  }
}
.custom-itc-wrapper .video-container .video_visual_container-tools > a .video_visual_container-tools-li .svg_background img {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: inherit;
  object-fit: contain;
}
.custom-itc-wrapper .video-container .video_visual_container-tools > a .video_visual_container-tools-li .text {
  display: flex;
  align-items: center;
  padding: 20px;
  text-transform: none;
  font-weight: normal;
}
.custom-itc-wrapper .video-container .video_visual_container-tools > a .video_visual_container-tools-li .text strong {
  text-transform: uppercase;
}

.custom-itc-wrapper .header {
  --fs-header: 14px;
  font-size: var(--fs-header);
  position: absolute;
  z-index: 10;
  width: 100%;
}
.custom-itc-wrapper .header a, .custom-itc-wrapper .header li {
  color: #fff;
}
.custom-itc-wrapper .header a:hover, .custom-itc-wrapper .header a:focus,
.custom-itc-wrapper .header li:hover, .custom-itc-wrapper .header li:focus {
  color: #e00059;
}
@media (max-width: 1045px) {
  .custom-itc-wrapper .header {
    --fs-header: 9.6px;
  }
}
@media (max-width: 849px) {
  .custom-itc-wrapper .header {
    --fs-header: 17.6px;
  }
  .custom-itc-wrapper .header a, .custom-itc-wrapper .header li {
    color: #666;
  }
}
.custom-itc-wrapper .header .wrapper_header .itc-line {
  display: grid;
  height: 6px;
  grid-template-columns: 8fr 1fr 1fr;
}
.custom-itc-wrapper .header .wrapper_header .itc-line .bg-red {
  background-color: hsl(336deg, 100%, 44%);
}
.custom-itc-wrapper .header .wrapper_header .itc-line .bg-blue {
  background-color: hsl(198deg, 100%, 45%);
}
.custom-itc-wrapper .header .wrapper_header .itc-line .bg-dark {
  background-color: hsl(205deg, 78%, 16%);
}
.custom-itc-wrapper .header .wrapper_header .wrapper_logo_nav {
  display: grid;
  grid-template-columns: min-content 1fr;
  padding-top: 1em;
  padding-inline: 1.2em;
}
.custom-itc-wrapper .header .wrapper_header .wrapper_logo_nav .logo img {
  height: 40px;
  width: auto;
  max-width: unset;
}
.custom-itc-wrapper .header .wrapper_header .wrapper_logo_nav .menu-icon {
  display: none;
}
.custom-itc-wrapper .header .wrapper_header .wrapper_logo_nav .nav-ul-links .nav-ul-links--close {
  display: none;
}
.custom-itc-wrapper .header .wrapper_header .wrapper_logo_nav .nav-ul-links--border {
  border-radius: 22.5px;
  border: solid 1px #fff;
  padding: 12px 23px;
}
.custom-itc-wrapper .header .wrapper_header .wrapper_logo_nav .nav-ul-links--border:hover {
  background-color: #e00059;
  border-color: transparent;
  color: white;
}
.custom-itc-wrapper .header .wrapper_header .wrapper_logo_nav .nav {
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
}
.custom-itc-wrapper .header .wrapper_header .wrapper_logo_nav .nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-itc-wrapper .header .wrapper_header .wrapper_logo_nav .nav ul li a {
  padding: 0.55em 1.4em;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
.custom-itc-wrapper .header .wrapper_header .wrapper_logo_nav .nav ul li .lang {
  display: inline;
  padding: 0.55em 0.3em;
  cursor: pointer;
}
.custom-itc-wrapper .header .wrapper_header .wrapper_logo_nav .nav ul li.dropdown {
  position: relative;
}
.custom-itc-wrapper .header .wrapper_header .wrapper_logo_nav .nav ul li.dropdown:hover .dropdown-content, .custom-itc-wrapper .header .wrapper_header .wrapper_logo_nav .nav ul li.dropdown:focus .dropdown-content {
  display: block;
}
.custom-itc-wrapper .header .wrapper_header .wrapper_logo_nav .nav ul li.dropdown .dropdown-content {
  display: none;
  position: absolute;
  padding: 0;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  background-color: hsla(0deg, 0%, 0%, 0.6);
  width: max-content;
}
.custom-itc-wrapper .header .wrapper_header .wrapper_logo_nav .nav ul li.dropdown .dropdown-content li:not(:last-child) {
  border-bottom: 1px solid #e00052;
}
.custom-itc-wrapper .header .wrapper_header .wrapper_logo_nav .nav ul li.dropdown .dropdown-content a {
  letter-spacing: 0.4px;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
@media (min-width: 849px) {
  .custom-itc-wrapper .header .wrapper_header .wrapper_logo_nav .nav ul li.dropdown .dropdown-content a:hover, .custom-itc-wrapper .header .wrapper_header .wrapper_logo_nav .nav ul li.dropdown .dropdown-content a:focus {
    background-color: #666;
    opacity: 1;
  }
}
@media (max-width: 849px) {
  .custom-itc-wrapper .header .wrapper_header .wrapper_logo_nav {
    grid-template-columns: 1fr min-content;
  }
  .custom-itc-wrapper .header .wrapper_header .wrapper_logo_nav .menu-icon {
    display: flex;
    justify-content: center;
  }
  .custom-itc-wrapper .header .wrapper_header .wrapper_logo_nav .menu-icon img {
    width: 27px;
    max-width: unset;
  }
  .custom-itc-wrapper .header .wrapper_header .wrapper_logo_nav .nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr min-content;
    background: #262626;
  }
  .custom-itc-wrapper .header .wrapper_header .wrapper_logo_nav .nav.hide-mobile {
    display: none;
  }
  .custom-itc-wrapper .header .wrapper_header .wrapper_logo_nav .nav .nav-ul-links {
    align-items: flex-end;
    justify-content: start;
    flex-flow: column;
    margin-bottom: 2em;
  }
  .custom-itc-wrapper .header .wrapper_header .wrapper_logo_nav .nav .nav-ul-links .nav-ul-links--close {
    display: block;
    padding-right: 20px;
    text-align: right;
    font-size: 32px;
  }
  .custom-itc-wrapper .header .wrapper_header .wrapper_logo_nav .nav .nav-ul-links > li {
    width: 90%;
  }
  .custom-itc-wrapper .header .wrapper_header .wrapper_logo_nav .nav .nav-ul-links > li a {
    display: block;
    padding-block: 20px;
    text-align: right;
  }
  .custom-itc-wrapper .header .wrapper_header .wrapper_logo_nav .nav .nav-ul-links > li:not(:first-child) {
    border-bottom: 1px solid #666;
  }
  .custom-itc-wrapper .header .wrapper_header .wrapper_logo_nav .nav .nav-ul-links > li.dropdown .dropdown-content {
    display: flex !important;
    flex-flow: column;
    position: relative;
    background-color: transparent;
    box-shadow: none;
    align-items: flex-end;
    width: 100%;
  }
  .custom-itc-wrapper .header .wrapper_header .wrapper_logo_nav .nav .nav-ul-links > li.dropdown .dropdown-content li {
    width: 90%;
    border-color: #666 !important;
  }
  .custom-itc-wrapper .header .wrapper_header .wrapper_logo_nav .nav .nav-ul-links > li.dropdown .dropdown-content li:first-child {
    border-top: 1px solid;
  }
  .custom-itc-wrapper .header .wrapper_header .wrapper_logo_nav .nav .nav-ul-lang {
    margin-bottom: 1em;
  }
}

@keyframes scroll {
  0% {
    top: -100%;
    bottom: 100%;
  }
  75% {
    top: 0;
    bottom: 0;
  }
  100% {
    top: 100%;
    bottom: 0;
  }
}
/***************
    strive
****************/
.strive .video-container .video_visual_container {
  padding-bottom: 2rem;
}

.strive-module-wrapper {
  padding-bottom: 1rem;
}
.strive-module-wrapper .strive-module-content .module-photo {
  min-height: 10rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strive-module-wrapper .strive-module-content .module-photo .module-icons {
  background: rgba(250, 250, 250, 0.7);
  backdrop-filter: blur(0.2rem);
  padding: 1em 2em;
}
.strive-module-wrapper .strive-module-content .module-photo .module-icons .module-course-icon, .strive-module-wrapper .strive-module-content .module-photo .module-icons .module-assignment-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e00059;
}
@media (max-width: 27em) {
  .strive-module-wrapper .strive-module-content .module-photo .module-icons .module-course-icon:not(:first-child), .strive-module-wrapper .strive-module-content .module-photo .module-icons .module-assignment-icon:not(:first-child) {
    margin-top: 1rem;
  }
}
.strive-module-wrapper .strive-module-content .module-photo .module-icons img {
  width: 2rem;
  aspect-ratio: 1;
  margin-bottom: 0.3rem;
  margin-right: 1rem;
}
.strive-module-wrapper .strive-module-content .module-photo .module-icons span {
  font-size: 1.3rem;
}
.strive-module-wrapper .strive-module-content .module-photo :hover, .strive-module-wrapper .strive-module-content .module-photo :focus {
  background: #f4f4f4;
  transition: 250ms;
}
.strive-module-wrapper .strive-module-content .module-description {
  margin: 2em auto;
}
.strive-module-wrapper .strive-module-content .module-description ul {
  margin: 2em 0;
  list-style: disc;
  list-style-position: inside;
}
.strive-module-wrapper .strive-module-content .module-description ul li {
  margin: 1em 0;
}
@media (min-width: 27em) {
  .strive-module-wrapper .strive-module-content .module-photo {
    min-height: 15rem;
    background-position: top;
  }
  .strive-module-wrapper .strive-module-content .module-icons {
    display: flex;
    justify-content: space-evenly;
  }
}
@media (min-width: 56em) {
  .strive-module-wrapper .strive-module-content {
    column-gap: 3em;
  }
  .strive-module-wrapper .strive-module-content .module-description {
    align-self: center;
    justify-self: center;
  }
  .strive-module-wrapper .strive-module-content .module-icons {
    flex-flow: column;
  }
  .strive-module-wrapper .strive-module-content .module-icons .module-assignment-icon, .strive-module-wrapper .strive-module-content .module-icons .module-course-icon {
    font-size: 0.75rem;
  }
}

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