.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

h1 {
  width: 70%;
  margin-top: 20px;
  margin-bottom: 35px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
}

h2 {
  margin-top: 30px;
  margin-bottom: 7px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

img {
  max-width: 100%;
  display: inline-block;
}

figure {
  margin-bottom: 10px;
}

.lottie-animation {
  width: 250px;
  margin-top: 49px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.h2 {
  color: #c7c7c7;
  text-align: center;
  margin-top: 0;
  padding-top: 22px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.h2.test {
  max-width: 510px;
  color: #8b8b8b;
  text-align: left;
  margin-bottom: 35px;
  padding-top: 0;
  font-size: 26px;
  line-height: 35px;
}

.h2.test.computer {
  max-width: 450px;
  text-align: center;
  margin-bottom: 46px;
  font-size: 24px;
}

.h2.test.mobile {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 29px;
  display: flex;
}

.title {
  text-align: center;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 44px;
  font-weight: 700;
}

.div-block {
  margin-top: -22px;
}

.container {
  margin-top: 143px;
  margin-bottom: auto;
  display: none;
}

.header {
  background-color: #fffefc;
}

.nav-menu {
  background-color: #fefaf7;
  border-radius: 10px;
  flex-direction: column;
  margin-top: 10px;
  margin-right: 3.5%;
  padding: 15px 25px;
  display: flex;
  position: absolute;
  bottom: auto;
  left: auto;
}

.nav-link {
  text-align: right;
  border-bottom-style: none;
  padding: 12px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  transition: padding-right .3s cubic-bezier(.25, .46, .45, .94);
  display: block;
}

.nav-link:hover {
  padding-right: 8px;
}

.ac-logo-alliance-carr {
  width: 100%;
  height: 100%;
  background-image: url('../images/Logo-Alliance-Carré.svg');
  background-position: 0 0;
  background-size: 100% 100%;
}

.block-menu-button {
  justify-content: center;
  align-items: center;
  display: none;
}

.nav-block {
  width: 90%;
  max-width: 1320px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-button {
  color: #000;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 17px;
}

.menu-button.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.icon-menu {
  width: 12px;
  height: 12px;
}

.navbar {
  width: 100%;
  height: 96px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fffefc;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 0%;
  display: flex;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
}

.ac-logo {
  width: 12vw;
  height: 12vw;
  max-height: 150px;
  max-width: 150px;
  min-height: 106px;
  min-width: 106px;
  cursor: pointer;
  background-color: #0d3765;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-top: 0;
  margin-left: 6%;
  padding: 1.3vw;
  transition: border-width .2s cubic-bezier(.25, .46, .45, .94), border-color .2s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.icon-menu-bg {
  z-index: 50;
  width: 44px;
  height: 44px;
  background-color: rgba(0, 0, 0, .05);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  display: flex;
  position: relative;
  box-shadow: 0 15px 40px rgba(51, 48, 44, .05);
}

.nav {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.body {
  background-color: #fff;
  font-size: 14px;
}

.first-slide {
  width: 90%;
  max-height: 720px;
  max-width: 1320px;
  min-height: 600px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, .75fr) 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  margin: -22vh auto 0;
  padding-top: 0;
  padding-bottom: 90px;
  display: grid;
}

.header-button {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 30px;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.header-button:hover, .header-button.w--current {
  color: #00a8d6;
}

.header-nav-buttons {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
}

.image {
  padding-right: 35px;
}

.left-header, .right-header {
  align-items: center;
  display: flex;
}

.primary-button {
  height: 40px;
  background-color: #0ebbeb;
  border-bottom: 2px solid #008ab0;
  border-radius: 4px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 2px 15px 0;
  font-family: Lato, sans-serif;
  font-weight: 700;
  display: flex;
}

.primary-button:hover {
  background-color: #009ac3;
  border: 0 solid #007d9f;
  border-bottom-width: 2px;
}

.primary-button.alpha {
  width: 125px;
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.primary-button.alpha.mobilebutton {
  width: auto;
  display: flex;
}

.primary-button.alpha.computer-button {
  margin-top: 46px;
}

.primary-button.blog {
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 12px;
  margin-bottom: 10px;
  line-height: 23px;
  display: flex;
}

.primary-button.try {
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 23px;
  display: flex;
}

.primary-button._1st-page {
  font-size: 15px;
}

.mockup {
  width: 100%;
  background-image: url('../images/Green-2.png');
  background-position: 0%;
  background-size: cover;
  border-radius: 18px;
  justify-content: center;
  margin-top: 0;
  padding: 30px;
  display: flex;
}

.mockup.cal {
  max-width: none;
  background-image: url('../images/Sand.jpg');
}

.mockup.listmockup {
  background-image: url('../images/Blue-1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  justify-content: center;
  display: flex;
}

.mockup.soloworkmockup {
  object-fit: fill;
  background-image: url('../images/Green-4.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 20px;
  display: flex;
}

.hero-2 {
  color: #5c5c5c;
  letter-spacing: .2px;
  margin-top: 0;
  margin-bottom: 7px;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 31px;
}

.hero {
  color: #2d2f34;
  margin-bottom: 7px;
  font-family: Poppins, sans-serif;
  font-size: 135px;
  font-weight: 700;
  line-height: 130px;
}

.normal {
  width: 100%;
  max-width: 459px;
  color: #5c5c5c;
  letter-spacing: .2px;
  margin-bottom: 28px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.left-header-big {
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.link-block {
  color: #5c5c5c;
  letter-spacing: .2px;
  align-items: center;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  line-height: 16.8px;
  text-decoration: none;
  display: flex;
}

.alliance-icon {
  width: 22px;
  height: 22px;
  opacity: .5;
  border-radius: 2px;
  margin-right: 13px;
}

.edited-by-alliance {
  color: #5c5c5c;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.navbar-2 {
  z-index: 5;
  height: 70px;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: rgba(255, 254, 252, .79);
  position: fixed;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.rich-text-block {
  width: 90%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.div-block-3 {
  width: 90%;
  max-width: 900px;
  justify-content: flex-end;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-4 {
  width: 90%;
  max-width: 900px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 98px;
  display: flex;
}

.image-3 {
  width: 100%;
  max-width: 540px;
  border-radius: 10px;
  box-shadow: 0 6px 9px rgba(0, 0, 0, .08);
}

.screen-warning {
  width: 90%;
  max-width: 130px;
  display: block;
}

.h1 {
  color: #c7c7c7;
  text-align: center;
  margin-top: 0;
  padding-top: 22px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.h1.test {
  max-width: 510px;
  color: #8b8b8b;
  text-align: left;
  margin-bottom: 35px;
  padding-top: 0;
  font-size: 26px;
  line-height: 35px;
}

.h1.test.computer {
  max-width: 450px;
  text-align: center;
  margin-bottom: 46px;
  font-size: 24px;
}

.h1.test.mobile {
  color: #303030;
  text-align: center;
  margin-bottom: 12px;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  display: block;
}

.image-4 {
  width: 100%;
  max-width: 85vh;
  border-radius: 8px;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .16);
}

.div-block-5, .calendar-mockup {
  padding: 30px;
}

.calendar {
  width: 90%;
  max-width: 1320px;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 300px;
  grid-auto-columns: 1fr;
  margin-bottom: 69px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  display: grid;
}

.image-5 {
  width: 100%;
  max-width: 85vh;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .16);
}

.landing-h2 {
  color: #2d2f34;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 37px;
  font-weight: 700;
  line-height: 44px;
}

.div-block-7 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.list {
  width: 90%;
  max-width: 1320px;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 300px 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 170px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: grid;
}

.solowork {
  width: 90%;
  max-width: 1320px;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 300px 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 135px;
  display: grid;
}

.key-points1 {
  width: 90%;
  max-width: 1320px;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 0 auto 53px;
  padding-top: 0;
  display: grid;
}

.keypoint {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  margin-bottom: 0;
  display: grid;
}

.image-solowork {
  height: 100%;
  max-width: 430px;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .16);
}

.nor-keypoint {
  width: 100%;
  max-width: 459px;
  color: #5c5c5c;
  letter-spacing: .2px;
  margin-bottom: 28px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.keypoint-title {
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
}

.keypoint-image {
  height: 65px;
  margin-bottom: 25px;
}

.kanban {
  width: 90%;
  max-width: 1320px;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 300px;
  grid-auto-columns: 1fr;
  margin-bottom: 160px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.image-6 {
  width: 100%;
  max-width: 850px;
}

.mobile {
  width: 90%;
  max-width: 900px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 98px;
  display: none;
  overflow: visible;
}

.computer-warning {
  width: 90%;
  max-width: 450px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 90px;
  display: flex;
}

.lottie-animation-2 {
  width: 60%;
  max-width: 210px;
  margin-top: 27px;
  margin-bottom: -27px;
  padding-bottom: 0;
}

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

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

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

.navbar-3 {
  width: 100%;
  height: 35px;
  background-color: #00a7d6;
  position: fixed;
  top: 0;
}

.container-2 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.brand {
  height: 100%;
}

.div-block-8 {
  height: 1000px;
}

.blog-header-content {
  z-index: auto;
  width: 90%;
  height: 100%;
  max-width: 1320px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #eee;
  letter-spacing: .2px;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: 96px;
}

.blogheader-button {
  color: rgba(255, 255, 255, .7);
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.blogheader-button:hover, .blogheader-button.w--current {
  color: #fff;
}

.blogheader-button.tryit {
  display: none;
}

.blog-title {
  height: 100%;
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.blog-header-left {
  grid-column-gap: 20px;
  display: flex;
}

.text-block {
  color: #fff;
  text-decoration: none;
}

.text-block.mobileonly {
  display: none;
}

.blog-header-right {
  grid-column-gap: 20px;
  justify-content: flex-start;
  display: flex;
}

.landscape-image {
  height: 260px;
  max-height: 65vh;
  background-image: url('../images/Timeflow-Gradient-Mesh-v1.0.png');
  background-position: 50% 51%;
  background-repeat: no-repeat;
  background-size: cover;
}

.landscape-image.clouds {
  height: 400px;
  max-height: 50vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 74%, rgba(0, 0, 0, .27)), url('../images/Blue-Clouds.jpg');
}

.article {
  width: 90%;
  max-width: 1320px;
  grid-column-gap: 0vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 65% 5% 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 70px;
  display: grid;
}

.left-panel-title {
  color: #131313;
  margin-bottom: 3px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 36px;
  position: static;
  top: 200px;
  bottom: 0;
}

.article-body {
  background-color: #fffefc;
  border-radius: 5px;
  margin-top: -200px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  position: static;
  top: -180px;
}

.blog-left-panel {
  grid-column-gap: 0px;
  grid-row-gap: 29px;
  background-color: rgba(255, 255, 255, 0);
  border: 0 solid #000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  display: grid;
}

.rich-text-block-2 {
  z-index: auto;
  position: static;
  top: -105px;
}

.text-block-3 {
  max-width: 480px;
  color: #1b1b1b;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

.image-7 {
  width: 100%;
  margin-top: 29px;
  margin-bottom: 25px;
}

.article-infos {
  grid-column-gap: 6px;
  letter-spacing: .2px;
  justify-content: center;
  margin-top: 9px;
  display: flex;
}

.infotext {
  color: #00a7d6;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.infotext.category {
  color: #d3752d;
}

.infotext.category.hash {
  margin-left: 0;
  margin-right: -5px;
}

.infotext.date {
  color: #5c5c5c;
}

.blog-header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.navbar-4 {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
}

.html-embed {
  display: none;
}

.left-panel-title-copy {
  position: static;
  top: 200px;
  bottom: 0;
}

.left-panel-text {
  color: #5c5c5c;
  margin-top: 8px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.left-panel-text.info {
  font-size: 14px;
}

.left-panel-block {
  background-color: #f9f9f9;
  border: 0 solid #ebebeb;
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  padding: 35px;
  display: flex;
}

.left-panel-block.ad {
  background-color: #f5fbfd;
  position: -webkit-sticky;
  position: sticky;
  top: 143px;
  bottom: auto;
}

.div-block-9 {
  width: 100%;
  display: block;
}

.left-panel-selling-text {
  color: #5c5c5c;
  margin-top: 8px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.navbar-5 {
  height: 90px;
  position: -webkit-sticky;
  position: sticky;
  top: 35px;
}

.div-block-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-item {
  border: 0 solid #000;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 13px;
}

.text-block-4 {
  margin-bottom: 4px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.collection-list-wrapper {
  flex-direction: column;
  display: block;
}

.collection-list {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 27px;
  display: flex;
}

.collection-list.lastpost {
  margin-top: 20px;
}

.last-post-link {
  color: #000;
  border: 0 solid #000;
  text-decoration: none;
}

.last-post-link:hover {
  text-decoration: underline;
}

.last-post-link.w--current {
  border-bottom: 0 solid #000;
}

.text-block-5 {
  color: #00a7d6;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.html-embed-2 {
  width: 0;
  height: 0;
}

.body-2 {
  background-color: #fffefc;
}

.blog-posts {
  width: 90%;
  max-width: 1320px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}

.blog-post-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 300px;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.blog-post-image {
  height: 170px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
}

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

.collection-list-2 {
  grid-column-gap: 30px;
  grid-row-gap: 37px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.timeflow-blog-title {
  width: 90%;
  height: 70px;
  max-width: 270px;
  color: #2d2f34;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: -44px;
  margin-bottom: 32px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 44px;
  display: flex;
}

.text-block-6, .text-block-7 {
  display: inline;
}

.blog-article-title {
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 25px;
}

.div-block-11 {
  color: #00a7d6;
  background-color: rgba(12, 161, 202, .03);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 7px;
  padding: 2px 6px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.article-bloc {
  color: #000;
  padding: 12px;
  text-decoration: none;
}

.article-bloc:hover {
  background-color: #f9f9f9;
}

.article-description {
  color: #cbcbcb;
  font-family: Lato, sans-serif;
  font-weight: 700;
  overflow: hidden;
}

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

.text-span {
  color: #00a7d6;
  padding-left: 6px;
}

.image-8 {
  width: 62%;
  border-radius: 8px;
  margin-top: -100px;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, .2);
}

.section-3 {
  width: 90%;
  max-width: 1320px;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(579px, 1fr) 300px;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 70px;
  display: flex;
}

.div-block-14 {
  max-width: 320px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 33px;
  display: flex;
}

.modal-wrapper {
  z-index: 100;
  background-color: rgba(0, 0, 0, .42);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal {
  width: 90%;
  height: 90%;
  max-height: 500px;
  max-width: 450px;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  overflow: auto;
}

.image-9 {
  width: 90px;
  max-width: 60%;
}

.modal-title {
  width: 100%;
  color: #000;
  text-align: center;
  margin-top: 26px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 31px;
}

.modal-text {
  max-width: 300px;
  text-align: center;
  margin-top: 14px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.modal-button {
  width: 100px;
  background-color: #00a8d6;
  border-radius: 3px;
  justify-content: center;
  margin-top: 22px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  display: flex;
}

.gradient-mesh {
  height: 380px;
  background-image: url('../images/Timeflow-Gradient-Mesh-v1.0.png');
  background-position: 50% 20%;
  background-size: cover;
}

.background-video {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  border: 0 solid #f9f9f9;
  border-radius: 0;
  align-items: center;
  padding-top: 65%;
  display: block;
  left: auto;
  right: auto;
  overflow: visible;
}

.video-div {
  width: 100%;
  height: 100%;
  border: 4px solid #f9f9f9;
  border-width: 4px 4px 3px 3px;
  border-radius: 10px;
  overflow: hidden;
}

.first-section-content {
  z-index: 1;
  width: 90%;
  max-width: 1320px;
  grid-column-gap: 47px;
  grid-row-gap: 39px;
  grid-template-rows: 225px 1fr;
  grid-template-columns: 1fr 300px;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin: -100vh auto 0;
  padding-top: 155px;
  display: grid;
  position: relative;
}

.div-block-15 {
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.stroke {
  color: #f9f9f9;
  border: 10px solid #fff;
  border-radius: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.image-10 {
  opacity: 0;
}

.play-pause-button {
  opacity: 1;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.image-11 {
  width: 100%;
  height: 100%;
  border: 0 solid #000;
}

.div-block-16 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 220px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 30px;
  display: block;
}

.first-section-background {
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 20vh 30vh 50vh;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.hero-title {
  color: #fff;
  text-shadow: 1px 1px 12px rgba(0, 0, 0, .27);
  padding-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 38px;
}

.div-block-17 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-12 {
  width: 170px;
}

.subtitle {
  width: 204px;
  margin-top: 13px;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
}

.section-4 {
  margin-bottom: 150px;
}

.pause-state, .div-block-18 {
  border: 0 solid #000;
  align-items: center;
  display: flex;
}

.div-block-19 {
  height: 25vh;
  max-height: 150px;
}

@media screen and (min-width: 1280px) {
  .primary-button.try {
    margin-top: 0;
  }

  .landscape-image {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .collection-list-2 {
    grid-column-gap: 50px;
  }

  .image-8 {
    max-width: 750px;
  }

  .section-3 {
    grid-column-gap: 55px;
  }

  .div-block-14 {
    margin-right: 25px;
    padding-top: 45px;
  }

  .gradient-mesh {
    height: 0;
    max-height: 0;
    min-height: 450px;
    background-position: 50% 20%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .background-video {
    width: 100%;
    height: 0;
    padding-top: 75%;
  }

  .video-div {
    width: 760px;
  }

  .first-section-content {
    grid-column-gap: 101px;
    grid-row-gap: 72px;
    grid-template-rows: 270px 1fr;
    grid-template-columns: 760px 340px;
    justify-content: start;
    justify-items: start;
  }

  .stroke {
    border-width: 3px;
    border-color: #fff;
  }

  .div-block-16 {
    width: 300px;
  }

  .hero-title {
    min-width: 340px;
    padding-bottom: 22px;
    font-size: 38px;
    line-height: 44px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 35px;
    line-height: 50px;
  }

  .h2.test {
    max-width: 410px;
    text-align: center;
    font-size: 22px;
    line-height: 31px;
  }

  .nav-menu {
    width: 220px;
    color: #000;
    background-color: #fffefc;
    font-family: Lato, sans-serif;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .12);
  }

  .nav-link {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
  }

  .nav-link.w--current {
    color: #00a8d6;
  }

  .block-menu-button {
    display: flex;
  }

  .navbar {
    height: 76px;
  }

  .ac-logo {
    margin-left: 8%;
    padding: 12px;
  }

  .icon-menu-bg {
    width: 35px;
    height: 35px;
  }

  .first-slide {
    width: 100%;
    height: auto;
    max-height: none;
    min-height: 0;
    grid-template-columns: 1fr;
    align-content: start;
    align-items: start;
    justify-items: center;
    margin: 94px 0 90px;
    padding-bottom: 0;
  }

  .header-button {
    display: flex;
  }

  .header-nav-buttons {
    display: none;
  }

  .primary-button {
    color: #fff;
    text-decoration: none;
    display: flex;
  }

  .primary-button.nav {
    margin-top: 10px;
    margin-bottom: 13px;
    font-size: 16px;
  }

  .mockup {
    max-height: 100%;
    min-height: 380px;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mockup.cal {
    min-height: 540px;
  }

  .mockup.listmockup, .mockup.soloworkmockup {
    min-height: 540px;
    margin-bottom: 16px;
  }

  .div-block-2 {
    max-width: 550px;
    align-items: center;
    margin-top: 0;
    margin-right: 0;
  }

  .hero-2 {
    text-align: center;
    margin-top: 0;
    font-size: 24px;
  }

  .hero {
    text-align: center;
    font-size: 120px;
    line-height: 120px;
  }

  .normal {
    max-width: 459px;
    text-align: center;
    margin-bottom: 16px;
    font-size: 15px;
  }

  .left-header-big {
    display: none;
  }

  .div-block-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .h1.test {
    max-width: 410px;
    text-align: center;
    font-size: 22px;
    line-height: 31px;
  }

  .image-4 {
    max-width: 500px;
  }

  .div-block-6 {
    width: 100%;
  }

  .calendar {
    width: 100%;
    grid-template-columns: 1fr;
    margin-top: 100px;
    margin-bottom: 107px;
    padding-bottom: 0;
  }

  .image-5 {
    width: 100%;
    max-width: 660px;
  }

  .landing-h2 {
    max-width: 300px;
    text-align: center;
  }

  .div-block-7 {
    width: 100%;
    max-width: 380px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .list {
    width: 100%;
    grid-template-columns: 1fr;
    margin-top: 100px;
    margin-bottom: 90px;
  }

  .solowork {
    width: 100%;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 100px;
  }

  .key-points1 {
    margin-top: 85px;
    margin-bottom: 80px;
  }

  .image-solowork {
    max-width: 370px;
    object-fit: fill;
    display: block;
  }

  .nor-keypoint {
    max-width: 459px;
    text-align: left;
    margin-bottom: 16px;
    font-size: 15px;
  }

  .keypoint-title {
    font-size: 16px;
    line-height: 22px;
  }

  .kanban {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .mobile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .computer-warning {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .blog-left-panel {
    max-width: 660px;
    grid-column-gap: 35px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .blog-left-panel.bloglist {
    grid-template-columns: 1fr;
  }

  .left-panel-block {
    flex-direction: column;
  }

  .blog-post-grid {
    grid-template-columns: 1fr 240px;
  }

  .collection-list-2 {
    grid-template-columns: 1fr 1fr;
  }

  .image-8 {
    width: 80%;
    margin-top: -232px;
  }

  .section-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-14 {
    max-width: 400px;
    align-items: center;
    padding-top: 17px;
  }

  .gradient-mesh {
    height: 490px;
  }

  .video-div {
    max-width: 720px;
    border-width: 0;
  }

  .first-section-content {
    grid-row-gap: 33px;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
  }

  .play-pause-button {
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .image-11 {
    height: 0%;
  }

  .hero-title {
    width: 468px;
    padding-bottom: 15px;
  }

  .div-block-17 {
    width: 468px;
    align-items: center;
  }

  .subtitle {
    width: 210px;
    text-align: center;
  }

  .pause-state {
    align-items: center;
    display: flex;
  }

  .div-block-18 {
    height: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    width: 80%;
    font-size: 30px;
    line-height: 41px;
  }

  h2 {
    font-size: 21px;
    line-height: 30px;
  }

  p {
    font-size: 15px;
    line-height: 23px;
  }

  .h2.test {
    font-size: 18px;
    line-height: 25px;
  }

  .h2.test.computer {
    display: none;
  }

  .h2.test.mobile {
    max-width: 310px;
    margin-bottom: 22px;
    padding-bottom: 0;
    display: block;
  }

  .nav-menu {
    width: 220px;
    padding-left: 25px;
  }

  .nav-link, .nav-link.w--current {
    font-size: 15px;
  }

  .navbar {
    height: 63px;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .ac-logo {
    margin-left: 10%;
  }

  .icon-menu-bg {
    opacity: 1;
    background-color: rgba(254, 250, 247, 0);
  }

  .first-slide {
    margin-top: 84px;
    padding-bottom: 0;
  }

  .primary-button.nav {
    font-size: 15px;
  }

  .primary-button.alpha {
    width: 170px;
  }

  .primary-button.alpha.mobilebutton {
    margin-top: 0;
    display: flex;
  }

  .primary-button.alpha.computer-button {
    display: none;
  }

  .mockup.cal, .mockup.listmockup, .mockup.soloworkmockup {
    min-height: 0;
  }

  .div-block-2 {
    margin-top: 0;
  }

  .hero-2 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .hero {
    font-size: 110px;
    line-height: 90px;
  }

  .normal {
    font-size: 15px;
  }

  .div-block-4 {
    justify-content: center;
  }

  .image-3 {
    display: none;
  }

  .screen-warning {
    width: 100%;
    max-width: 125px;
    margin-bottom: 15px;
    display: block;
  }

  .h1.test {
    font-size: 18px;
    line-height: 25px;
  }

  .h1.test.computer {
    display: none;
  }

  .h1.test.mobile {
    max-width: 340px;
    color: #2b2b2b;
    margin-bottom: 17px;
    padding-bottom: 0;
    font-weight: 700;
    display: flex;
  }

  .calendar {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .landing-h2 {
    font-size: 30px;
    line-height: 39px;
  }

  .div-block-7 {
    max-width: 350px;
  }

  .list {
    grid-row-gap: 30px;
    margin-bottom: 75px;
  }

  .solowork {
    grid-row-gap: 30px;
  }

  .key-points1 {
    width: 80%;
    max-width: 400px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .keypoint {
    grid-column-gap: 20px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 60px 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-solowork {
    max-width: 260px;
  }

  .nor-keypoint {
    font-size: 15px;
  }

  .keypoint-title {
    margin-bottom: 0;
  }

  .keypoint-image {
    width: auto;
    height: auto;
    margin-bottom: 0;
  }

  .mobile {
    justify-content: center;
    display: flex;
  }

  .computer-warning {
    justify-content: center;
    display: none;
  }

  .navbar-3 {
    display: block;
  }

  .blogheader-button {
    display: none;
  }

  .blogheader-button.tryit {
    display: block;
  }

  .landscape-image {
    height: 270px;
    max-height: 50vh;
  }

  .landscape-image.clouds {
    height: 240px;
  }

  .blog-left-panel {
    max-width: 400px;
    grid-template-columns: 1fr;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
  }

  .blog-left-panel.bloglist {
    max-width: 350px;
    justify-items: stretch;
    margin-left: 0;
  }

  .left-panel-block.grey {
    display: none;
  }

  .navbar-5 {
    top: 35px;
  }

  .blog-post-grid {
    grid-template-columns: 1fr;
  }

  .collection-list-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .timeflow-blog-title {
    height: 54px;
    max-width: 245px;
    margin: -40px auto 20px 0;
  }

  .div-block-12 {
    max-height: 110px;
  }

  .div-block-13 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-8 {
    width: 90%;
    margin-top: -186px;
  }

  .gradient-mesh {
    height: 420px;
  }

  .video-div {
    border-radius: 8px;
  }

  .first-section-content {
    grid-row-gap: 29px;
    grid-template-columns: 100%;
    padding-top: 120px;
  }

  .stroke {
    border-width: 4px;
  }

  .hero-title {
    width: 322px;
    padding-bottom: 0;
    font-size: 28px;
    line-height: 36px;
  }

  .div-block-17 {
    width: 322px;
    align-items: flex-start;
  }

  .image-12 {
    width: 150px;
  }

  .subtitle {
    width: 180px;
    text-align: left;
    font-size: 17px;
  }

  .section-4 {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    width: 100%;
    font-size: 28px;
    line-height: 38px;
  }

  h2 {
    font-size: 19px;
    line-height: 27px;
  }

  p {
    font-size: 14px;
    line-height: 21px;
  }

  .lottie-animation {
    width: 250px;
  }

  .h2 {
    padding-top: 15px;
    font-size: 25px;
  }

  .h2.test.mobile {
    font-size: 15px;
    line-height: 23px;
  }

  .title {
    font-size: 40px;
  }

  .div-block {
    margin-top: -26px;
  }

  .container {
    margin-top: auto;
    margin-bottom: auto;
  }

  .menu-button {
    display: none;
  }

  .navbar {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .ac-logo {
    margin-left: 12%;
  }

  .icon-menu-bg {
    background-color: rgba(255, 255, 255, 0);
  }

  .first-slide {
    width: 100%;
    height: auto;
    min-height: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 100%;
    margin-top: 95px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .primary-button._1st-page {
    flex-flow: row;
    justify-content: center;
    font-size: 14px;
    display: flex;
  }

  .mockup {
    max-height: 70vw;
    min-height: 0;
    padding: 40px 5%;
  }

  .div-block-2 {
    width: 90%;
    margin-top: 0;
    margin-right: 0;
  }

  .hero-2 {
    margin-bottom: 6px;
    font-size: 16px;
  }

  .hero {
    font-size: 23vw;
    line-height: 21vw;
  }

  .normal {
    width: 90%;
    font-size: 14px;
  }

  .h1 {
    padding-top: 15px;
    font-size: 25px;
  }

  .h1.test.mobile {
    font-size: 16px;
    line-height: 23px;
  }

  .landing-h2 {
    max-width: 255px;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    line-height: 30px;
  }

  .list {
    margin-top: 75px;
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .solowork {
    margin-top: 0;
    padding-bottom: 90px;
  }

  .key-points1 {
    width: 80%;
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .keypoint {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-columns: 45px 1fr;
    align-content: center;
    align-items: center;
  }

  .image-solowork {
    max-width: 60%;
  }

  .nor-keypoint {
    width: 100%;
    font-size: 14px;
  }

  .kanban {
    margin-bottom: 80px;
  }

  .text-block {
    display: none;
  }

  .text-block.mobileonly {
    display: block;
  }

  .landscape-image {
    height: 220px;
  }

  .landscape-image.clouds {
    height: 180px;
  }

  .article {
    grid-template-columns: 100%;
  }

  .article-body {
    margin-top: -140px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-3 {
    font-size: 20px;
    line-height: 30px;
  }

  .article-infos {
    flex-wrap: wrap;
  }

  .blog-posts {
    margin-bottom: 0;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

  .timeflow-blog-title {
    height: 55px;
    max-width: 220px;
    margin-top: -35px;
    margin-bottom: 8px;
    font-size: 24px;
  }

  .image-8 {
    width: 95%;
    margin-top: -139px;
  }

  .gradient-mesh {
    height: 390px;
  }

  .video-div {
    border-radius: 5px;
  }

  .first-section-content {
    width: 92%;
    padding-top: 115px;
  }

  .hero-title {
    width: 100%;
    max-width: 280px;
    padding-bottom: 0;
  }

  .div-block-17 {
    width: 100%;
    max-width: 280px;
    align-items: flex-start;
  }

  .image-12 {
    width: 140px;
  }

  .subtitle {
    margin-bottom: 35px;
  }

  .section-4 {
    margin-bottom: 80px;
  }
}

#w-node-_6de5869a-4f90-379e-51b7-2bb125e126d0-0a482619 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ce3832fa-c149-3802-3078-c41bd007a7d7-0a482619 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-_41c745f6-af44-eaf0-a330-e2f931492a0d-0a482619 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_7b536248-b35e-4a56-e3df-9395940b7075-0a482619 {
  justify-self: start;
}

#w-node-_75929709-ed09-9dad-ca21-39adde679e84-0a482619 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_75929709-ed09-9dad-ca21-39adde679e85-0a482619, #w-node-_75929709-ed09-9dad-ca21-39adde679e87-0a482619 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1404f3a8-45b1-f4a4-f70d-2994f4b3ad81-0a482619 {
  align-self: start;
}

#w-node-_6dc69eb2-6f42-2cf4-dadb-5d1f14b4b498-0a482619, #w-node-e34fc9e1-9038-3080-3e97-5e6c7ec3ff73-0a482619, #w-node-b2a17738-3b51-97fb-92bc-b7fb88ba3b9b-0a482619 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bdf3b12b-407d-19ee-6d2c-8dd441f4c856-0a482619 {
  justify-self: center;
}

#w-node-d7b0bb31-a807-7c24-6aca-284eaa9f993c-0a482619 {
  align-self: center;
}

#w-node-f05d0bb5-e0e7-46aa-fa7d-42ceec6a2506-0a482619 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-f05d0bb5-e0e7-46aa-fa7d-42ceec6a2507-0a482619, #w-node-f05d0bb5-e0e7-46aa-fa7d-42ceec6a2509-0a482619 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f05d0bb5-e0e7-46aa-fa7d-42ceec6a250d-0a482619 {
  align-self: center;
  justify-self: center;
}

#w-node-_0db90ea3-2058-dac3-823a-fa87da6dd465-22f62386, #w-node-_9cce81ae-5f0c-5e31-6d9a-61ed7b0383d6-22f62386, #w-node-_53e1c3ce-104b-f44a-9892-edb134aaaa68-71b839da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ce3832fa-c149-3802-3078-c41bd007a7d7-0a482619 {
    grid-area: 2 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_41c745f6-af44-eaf0-a330-e2f931492a0d-0a482619 {
    align-self: start;
    justify-self: center;
  }

  #w-node-_7b536248-b35e-4a56-e3df-9395940b7075-0a482619 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_75929709-ed09-9dad-ca21-39adde679e82-0a482619 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_28881418-0e59-f567-d11c-9fd901b28817-0a482619 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f05d0bb5-e0e7-46aa-fa7d-42ceec6a250d-0a482619 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a67569f4-fdf8-8cd1-1130-6f65eb61edb7-0a482619 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: end;
  }

  #w-node-f35e6721-1dcd-0f1b-9c56-f29dbaeaf3e8-0a482619 {
    align-self: center;
  }

  #w-node-c606a9cb-468d-d5d1-7c72-38ee5f5ee165-0a482619 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1404f3a8-45b1-f4a4-f70d-2994f4b3ad84-0a482619 {
    align-self: center;
  }

  #w-node-_1404f3a8-45b1-f4a4-f70d-2994f4b3ad86-0a482619 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9e94215d-deca-4fb9-cdf7-353f951dd7c9-0a482619 {
    align-self: center;
  }

  #w-node-_9e94215d-deca-4fb9-cdf7-353f951dd7cb-0a482619 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


