h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.5em;
  line-height: 1.25em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000;
  text-decoration: none;
}

strong {
  color: #000;
  font-weight: 700;
}

.body {
  font-family: 'Open Sans', sans-serif;
  color: #111;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
}

.elements_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.elements_container.expertises {
  position: static;
  padding-top: 20px;
  padding-bottom: 60px;
}

.elements_container.relative {
  position: relative;
}

.main-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #000;
  background-color: #fff;
  box-shadow: 25px 25px 0 0 rgba(0, 0, 0, 0.05);
}

.menu-wrapper {
  display: -ms-grid;
  display: grid;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1.5fr;
  grid-template-columns: 0.5fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #000;
  -webkit-transition: all 250ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: all 250ms cubic-bezier(.68, -.55, .265, 1.55);
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: 400px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: all 200ms cubic-bezier(.68, -.55, .265, 1.55);
}

.content-wrapper.expertises {
  height: auto;
  padding: 60px 40px 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.content-wrapper.curriculum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.head-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: all 200ms cubic-bezier(.68, -.55, .265, 1.55);
  font-family: Oswald, sans-serif;
  font-weight: 400;
  cursor: -webkit-grab;
  cursor: grab;
}

.head-wrapp:hover {
  overflow: hidden;
  border: 1px solid #000;
  background-color: #fff;
  box-shadow: 10px 10px 0 0 #000;
  -webkit-transform: translate(-10px, -10px);
  -ms-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
}

.hilogo {
  font-size: 1.5em;
  line-height: 1.25em;
}

.menu-entries-wrapper {
  display: -ms-grid;
  display: grid;
  justify-items: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.menu-entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent transparent #000;
  -webkit-transition: all 250ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: all 250ms cubic-bezier(.68, -.55, .265, 1.55);
  font-weight: 400;
  text-decoration: none;
}

.menu-entry:hover {
  border: 1px solid #000;
  background-color: #fff;
  box-shadow: 10px 10px 0 0 #000;
  -webkit-transform: translate(-10px, -10px);
  -ms-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
  font-weight: 700;
}

.menu-entry-text {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9em;
  line-height: 1.5em;
}

.hi-osw {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  line-height: 1.3em;
  font-weight: 800;
  text-align: center;
}

.text-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.inline-link {
  border-bottom: 2px solid #fff;
  -webkit-transition: all 150ms cubic-bezier(.215, .61, .355, 1);
  transition: all 150ms cubic-bezier(.215, .61, .355, 1);
  color: #111;
  font-weight: 700;
}

.inline-link:hover {
  border-bottom: 2px solid #000;
}

.main-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  padding: 15px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  background-color: #fff;
  -webkit-transition: all 200ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: all 200ms cubic-bezier(.68, -.55, .265, 1.55);
  color: #000;
}

.main-button:hover {
  border-color: #000;
  box-shadow: 7px 7px 0 0 #000;
  -webkit-transform: translate(-10px, -10px);
  -ms-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
}

.button-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  justify-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  align-self: center;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-span-3 {
  padding-right: 10px;
  color: #fff;
  font-size: 1.5em;
  text-decoration: none;
}

.text-span-3:hover {
  text-decoration: none;
}

.left-margin {
  margin-left: 20px;
}

.text-block-4 {
  color: #555;
  text-align: center;
}

.next {
  margin-top: 60px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.top-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}

.skill-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
}

.skill-element-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 160px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border: 1px solid #000;
  box-shadow: 7px 7px 0 0 #eee;
  -webkit-transition: all 200ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: all 200ms cubic-bezier(.68, -.55, .265, 1.55);
}

.skill-element-wrap:hover {
  box-shadow: 11px 11px 5px 0 #eee;
  -webkit-transform: translate(-5px, -5px);
  -ms-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
}

.skill-element-wrap.down {
  margin-bottom: 0px;
}

.hue {
  height: 20px;
  border-bottom: 1px solid #000;
  background-image: linear-gradient(225deg, #f6416c, #fff6b7);
}

.hue._2 {
  background-image: linear-gradient(225deg, #fccf31, #f55555);
}

.hue._3 {
  background-image: linear-gradient(225deg, #5efce8, #736efe);
}

.hue._4 {
  background-image: linear-gradient(225deg, #81fbb8, #fff6b7);
}

.hue._5 {
  background-image: linear-gradient(225deg, #ff52e5, #f6d242);
}

.hue._6 {
  background-image: linear-gradient(45deg, #81ffef, #f067b4);
}

.hue._7 {
  background-image: linear-gradient(225deg, #79f1a4, #0e5cad);
}

.hue._8 {
  background-image: linear-gradient(225deg, #eece13, #b210ff);
}

.skill-element-texts-wrapper {
  padding: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.clipped {
  background-image: linear-gradient(315deg, #79f1a4, #0e5cad);
}

.clipped-head {
  overflow: hidden;
  background-image: linear-gradient(315deg, #fff6b7, #f6416c);
}

.img_container {
  overflow: hidden;
  width: 200px;
  margin-bottom: 20px;
  border-radius: 1500px;
}

.about-info-container {
  margin-top: 60px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.animated-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  overflow: hidden;
  height: 400%;
  background-image: linear-gradient(135deg, #fff79e, #3dffcf);
}

.animated-bg._2 {
  background-image: linear-gradient(135deg, #fff6b7, #f6416c);
}

.copyright {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #2cbe9a;
  font-size: 0.8em;
  text-align: center;
}

.dropdown {
  display: none;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cube {
  width: 250px;
  height: 250px;
  border: 1px solid #000;
  border-radius: 150px;
  background-image: url('../images/hugo.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block {
  position: fixed;
  left: auto;
  top: auto;
  right: 50px;
  bottom: 50px;
  z-index: 99;
}

.clipped-tris {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
  background-image: linear-gradient(180deg, #000, #fff);
}

.tools-heading-container {
  margin-top: 60px;
  margin-bottom: 28px;
}

.tools-container {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 0.5fr 0.5fr 0.5fr;
  grid-template-columns: 0.5fr 0.5fr 0.5fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tool-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-tool-item-image {
  width: 40px;
  margin-right: 8px;
}

.item-name {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .elements_container.expertises {
    padding-top: 0px;
  }
  .main-wrapper {
    min-height: 100vh;
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .menu-wrapper {
    grid-row-gap: 0px;
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .content-wrapper {
    height: auto;
    padding-top: 40px;
  }
  .content-wrapper.curriculum {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .head-wrapp {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
  }
  .head-wrapp:hover {
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .head-wrapp.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
  }
  .head-wrapp.w--current:hover {
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .menu-entries-wrapper {
    display: block;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .menu-entry {
    display: none;
  }
  .menu-entry:hover {
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .menu-entry.showmobile {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    border-style: none none solid;
    border-color: #000 #000 #000;
  }
  .text-block-4 {
    text-align: center;
  }
  .skill-element-wrap.down {
    margin-bottom: 20px;
  }
  .icon-menu {
    display: none;
  }
  .copyright {
    position: static;
    color: #d6d6d6;
  }
  .dropdown {
    display: block;
  }
  .dropdown-toggle {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .dropdown-toggle.w--open {
    border-bottom: 1px solid #000;
  }
  .dropdown-list {
    background-color: #f1f1f1;
  }
  .mobile-entry {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
  }
  .mobile-entry.w--current {
    background-image: -webkit-gradient(linear, left top, right top, from(#6ceca6), to(#f7ff5c));
    background-image: linear-gradient(90deg, #6ceca6, #f7ff5c);
    color: #000;
    font-weight: 700;
  }
  .tools-container {
    -ms-grid-columns: 0.5fr 0.5fr;
    grid-template-columns: 0.5fr 0.5fr;
  }
  .tool-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .top-tool-item-image {
    margin-right: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .menu-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-wrapper.curriculum {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .menu-entries-wrapper {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .menu-entry {
    min-width: 25%;
    font-size: 0.8em;
  }
  .main-button.mobilecurri {
    margin-bottom: 10px;
  }
  .left-margin {
    margin-left: 0px;
  }
  .top-padding {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
}

#w-node-0ebd9c7a5a54-9c7a5a53 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-0ebd9c7a5a57-9c7a5a53 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-0ebd9c7a5a58-9c7a5a53 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-0ebd9c7a5a5b-9c7a5a53 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-0ebd9c7a5a5e-9c7a5a53 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-0ebd9c7a5a61-9c7a5a53 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

@media screen and (max-width: 767px) {
  #w-node-0ebd9c7a5a57-9c7a5a53 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

