.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  background-color: #f9f9f9;
  box-shadow: 0 15px 15px 0 rgba(0, 0, 0, .05);
}

.body {
  font-family: Oxygen, sans-serif;
}

.nav-link {
  border-bottom: 2px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1e667f;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom-color: #3fa9f5;
}

.nav-link.w--current {
  border-bottom-color: #3fa9f5;
  color: #1e667f;
}

.nav-link.active {
  border-bottom-color: #3fa9f5;
}

.nav-link-2 {
  padding: 8px 12px;
  border: 1px solid #1e667f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1e667f;
  font-size: 12px;
  text-transform: uppercase;
}

.nav-link-2:hover {
  background-color: #1e667f;
  color: #fff;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #1e667f;
}

.heading {
  margin-top: 40px;
  margin-bottom: 30px;
  color: #1e667f;
  font-size: 33px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
}

.columns {
  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;
}

.slider {
  height: auto;
  background-color: transparent;
}

.mask {
  overflow: hidden;
  background-color: transparent;
}

.slide-nav {
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.paragraph {
  font-family: Oxygen, sans-serif;
  color: #575756;
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
}

.heading-2 {
  color: #ff931e;
  font-weight: 300;
}

.right-arrow {
  right: -50px;
  width: 50px;
}

.left-arrow {
  left: -50px;
  width: 50px;
}

.icon {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.icon-2 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.div-block {
  display: block;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -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 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-2 {
  margin-top: 20px;
  padding-top: 20px;
}

.section {
  margin-top: 50px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ff1d25;
  font-size: 25px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
}

.paragraph-2 {
  margin-bottom: 0px;
  color: #575756;
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
}

.div-block-2 {
  width: 100%;
  height: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: -webkit-gradient(linear, right top, left top, from(#c13055), to(#ff1d25));
  background-image: linear-gradient(270deg, #c13055, #ff1d25);
}

.text-block {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  border-right: 2px solid #ff1d25;
  color: #575756;
  font-size: 13px;
  line-height: 14px;
  font-weight: 700;
}

.text-block.last {
  border-right-width: 0px;
  font-size: 13px;
}

.paragraph-2-copy {
  margin-bottom: 20px;
  color: #575756;
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 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;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 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;
}

.column-5 {
  padding-right: 0px;
  padding-left: 0px;
}

.heading-3-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ff931e;
  font-size: 25px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
}

.columns-4 {
  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;
}

.heading-3-copy-copy2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #7ac943;
  font-size: 25px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
}

.div-block-2-copy {
  width: 100%;
  height: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: -webkit-gradient(linear, right top, left top, from(#ffd904), to(#ff931e));
  background-image: linear-gradient(270deg, #ffd904, #ff931e);
}

.div-block-2-copy2 {
  width: 100%;
  height: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: -webkit-gradient(linear, right top, left top, from(#049286), to(#7ac943));
  background-image: linear-gradient(270deg, #049286, #7ac943);
}

.text-block-copy {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  border-right: 2px solid #ff931e;
  color: #575756;
  font-size: 13px;
  line-height: 14px;
  font-weight: 700;
}

.text-block-copy2 {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  border-right: 2px solid #7ac943;
  color: #575756;
  font-size: 13px;
  line-height: 14px;
  font-weight: 700;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-4 {
  display: -ms-grid;
  display: grid;
  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;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 30px;
  -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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.text-block-2 {
  font-family: Oxygen, sans-serif;
  color: #575756;
  font-size: 14px;
  line-height: 20px;
  font-weight: 200;
  text-align: center;
}

.image-2 {
  height: 50px;
  margin-bottom: 21px;
}

.section-2 {
  padding-bottom: 50px;
}

.section-3 {
  background-color: #f9f9f9;
}

.container-3 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.columns-6 {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-6 {
  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;
}

.text-block-3 {
  color: #1e667f;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.image-3 {
  padding-bottom: 20px;
}

.text-block-4 {
  color: #575756;
  font-size: 16px;
  text-align: center;
}

.section-4 {
  padding-bottom: 25px;
  background-color: #1e667f;
}

.image-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.container-4 {
  -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;
}

.text-block-5 {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.text-block-6 {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.text-block-7 {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.columns-7 {
  margin-top: 80px;
}

.text-span {
  display: block;
  font-size: 16px;
}

.heading-2-copy {
  color: #3fa9f5;
  font-weight: 300;
}

.heading-2-copy2 {
  color: #1072b6;
  font-weight: 300;
}

.heading-2-copy3 {
  color: #1e667f;
  font-weight: 300;
}

.heading-2-copy5 {
  color: #7ac943;
  font-weight: 300;
}

.heading-2-copy6 {
  color: #d32d7a;
  font-weight: 300;
}

.background-video {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.div-block-2-copy5 {
  width: 100%;
  height: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: -webkit-gradient(linear, right top, left top, from(#c13055), to(#ff1d25));
  background-image: linear-gradient(270deg, #c13055, #ff1d25);
}

.div-block-2-copy-copy {
  width: 100%;
  height: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: -webkit-gradient(linear, right top, left top, from(#ffd904), to(#ff931e));
  background-image: linear-gradient(270deg, #ffd904, #ff931e);
}

.div-block-2-copy2-copy {
  width: 100%;
  height: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: -webkit-gradient(linear, right top, left top, from(#049286), to(#7ac943));
  background-image: linear-gradient(270deg, #049286, #7ac943);
}

.link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.section-5 {
  margin-top: 50px;
}

.heading-4 {
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: Oxygen, sans-serif;
  color: #1e667f;
  font-size: 33px;
  line-height: 50px;
  font-weight: 300;
}

.body-2 {
  font-family: Oxygen, sans-serif;
}

.paragraph-3 {
  margin-top: 5px;
  margin-bottom: 15px;
  color: #575756;
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
}

.heading-5 {
  color: #1e667f;
  font-size: 27px;
  font-weight: 300;
}

.unordered-list {
  color: #575756;
  font-size: 16px;
  font-weight: 300;
  list-style-type: lower-alpha;
}

.link-2 {
  color: #3fa9f5;
  font-weight: 700;
  text-decoration: none;
}

.link-3 {
  color: #3fa9f5;
  font-weight: 700;
  text-decoration: none;
}

.unordered-list-2 {
  color: #575756;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.link-4 {
  color: #3fa9f5;
  font-weight: 700;
  text-decoration: none;
}

.link-5 {
  color: #3fa9f5;
  font-weight: 700;
  text-decoration: none;
}

.link-6 {
  color: #3fa9f5;
  font-weight: 700;
  text-decoration: none;
}

.link-7 {
  color: #3fa9f5;
  font-weight: 700;
  text-decoration: none;
}

.link-8 {
  color: #3fa9f5;
  font-weight: 700;
  text-decoration: none;
}

.unordered-list-3 {
  color: #575756;
  font-size: 16px;
  font-weight: 300;
}

.link-9 {
  color: #3fa9f5;
  font-weight: 700;
  text-decoration: none;
}

.link-10 {
  color: #3fa9f5;
  font-weight: 700;
  text-decoration: none;
}

.link-11 {
  color: #3fa9f5;
  font-weight: 700;
  text-decoration: none;
}

.link-12 {
  color: #3fa9f5;
  font-weight: 700;
  text-decoration: none;
}

.container-5 {
  margin-bottom: 30px;
  text-align: justify;
}

.body-3 {
  font-family: Oxygen, sans-serif;
}

.section-6 {
  margin-top: 50px;
}

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

.unordered-list-4 {
  color: #575756;
  font-size: 16px;
  font-weight: 300;
}

.link-13 {
  color: #3fa9f5;
  font-weight: 700;
  text-decoration: none;
}

.link-14 {
  color: #3fa9f5;
  font-weight: 700;
  text-decoration: none;
}

.link-15 {
  color: #3fa9f5;
  font-weight: 700;
  text-decoration: none;
}

.link-16 {
  color: #3fa9f5;
  font-weight: 700;
  text-decoration: none;
}

.link-17 {
  color: #3fa9f5;
  font-weight: 700;
  text-decoration: none;
}

.link-18 {
  color: #3fa9f5;
  font-weight: 700;
  text-decoration: none;
}

.link-19 {
  color: #3fa9f5;
  font-weight: 700;
  text-decoration: none;
}

.cookies-box {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 400px;
  min-height: 300px;
  padding: 25px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #575756;
  font-family: 'Source Code Pro', sans-serif;
  line-height: 9px;
  font-weight: 200;
}

.text-block-8 {
  color: hsla(0, 0%, 100%, .75);
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 1px;
}

.text-block-9 {
  margin-bottom: 10px;
  color: hsla(0, 0%, 100%, .75);
  font-size: 12px;
  line-height: 18px;
}

.button {
  padding-right: 35px;
  padding-left: 35px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .75);
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, .75);
  font-weight: 200;
  text-transform: uppercase;
}

.button:hover {
  border-color: #fff;
  color: #fff;
}

.link-20 {
  color: hsla(0, 0%, 100%, .75);
}

.link-21 {
  color: hsla(0, 0%, 100%, .75);
}

.list-item {
  margin-bottom: 10px;
  text-align: justify;
}

.text-span-3 {
  display: inline-block;
  padding-top: 10px;
}

.text-span-4 {
  display: inline-block;
  padding-top: 10px;
}

.text-span-5 {
  font-weight: 400;
}

.div-block-6 {
  width: 1px;
  height: 70px;
  background-color: #fff;
}

.div-block-7 {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-17 {
  margin-top: 25px;
  padding-right: 10px;
  padding-left: 10px;
}

.image-18 {
  padding-right: 5px;
  padding-left: 10px;
}

.image-19 {
  padding-right: 10px;
  padding-left: 5px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.random-img-box {
  display: block;
  width: 25%;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
}

@media (max-width: 991px) {
  .nav-link {
    margin-right: 100px;
    margin-bottom: 10px;
    margin-left: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .nav-link.w--current {
    margin-right: 100px;
    margin-left: 100px;
    font-weight: 700;
  }
  .nav-link-2 {
    margin-right: 100px;
    margin-left: 100px;
    text-align: center;
  }
  .container {
    display: block;
  }
  .nav-menu {
    padding-bottom: 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;
    border-bottom: 1px solid #f9f9f9;
    background-color: #f9f9f9;
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, .05);
  }
  .brand {
    padding-top: 5px;
    border-bottom-color: transparent;
  }
  .slide-nav {
    position: static;
    display: block;
    -webkit-filter: none;
    filter: none;
  }
  .right-arrow {
    display: none;
  }
  .left-arrow {
    display: none;
  }
  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-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 auto;
    grid-template-rows: auto auto;
  }
  .icon-3 {
    color: #575756;
  }
  .menu-button {
    background-color: #f9f9f9;
  }
  .menu-button.w--open {
    background-color: #f9f9f9;
  }
}

@media (max-width: 767px) {
  .nav-menu {
    padding-right: 30px;
    padding-left: 30px;
  }
  .brand {
    margin-right: 0px;
    margin-left: 10px;
  }
  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url('../images/tlo_mobile.jpg');
    background-position: 50% 0px;
    background-size: auto;
    background-repeat: no-repeat;
  }
  .slide-nav {
    position: static;
    bottom: -50px;
    display: block;
  }
  .paragraph {
    text-align: justify;
  }
  .heading-2 {
    text-align: center;
  }
  .right-arrow {
    right: 0px;
    display: none;
  }
  .left-arrow {
    left: 0px;
    display: none;
  }
  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 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;
    grid-column-gap: 5px;
  }
  .heading-3 {
    margin-bottom: 15px;
    line-height: 25px;
  }
  .paragraph-2 {
    margin-bottom: 15px;
  }
  .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-3 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .columns-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .column-5 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading-3-copy {
    margin-bottom: 15px;
    line-height: 25px;
  }
  .columns-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-3-copy-copy2 {
    margin-bottom: 15px;
    line-height: 25px;
  }
  .div-block-2-copy {
    margin-top: 15px;
    margin-bottom: 0px;
  }
  .div-block-2-copy2 {
    margin-top: 15px;
    margin-bottom: 0px;
  }
  .columns-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .div-block-4 {
    margin-bottom: 80px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .div-block-5 {
    padding: 20px 30px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    border-color: transparent;
  }
  .container-3 {
    padding-top: 0px;
  }
  .columns-6 {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-6 {
    margin-top: -90px;
    margin-bottom: 20px;
  }
  .image-4 {
    margin-left: 20px;
  }
  .text-block-5 {
    padding-bottom: 15px;
    padding-left: 40px;
  }
  .text-block-6 {
    padding-bottom: 15px;
    padding-left: 40px;
  }
  .text-block-7 {
    padding-bottom: 15px;
    padding-left: 40px;
  }
  .heading-2-copy {
    text-align: center;
  }
  .heading-2-copy2 {
    text-align: center;
  }
  .heading-2-copy3 {
    text-align: center;
  }
  .heading-2-copy5 {
    text-align: center;
  }
  .heading-2-copy6 {
    text-align: center;
  }
  .background-video {
    left: 143px;
    top: -167px;
    right: 87px;
    bottom: 0px;
    width: 257px;
  }
  .image-5 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-span-2 {
    display: inline-block;
  }
  .div-block-2-copy5 {
    margin-top: 15px;
    margin-bottom: 0px;
  }
  .image-7 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-8 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-9 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-10 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-11 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-12 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .column-7 {
    padding-top: 40px;
  }
  .column-8 {
    padding-top: 40px;
  }
  .column-9 {
    padding-top: 40px;
  }
  .column-10 {
    padding-top: 40px;
  }
  .column-11 {
    padding-top: 40px;
  }
  .column-12 {
    padding-top: 40px;
  }
  .section-5 {
    margin-top: 50px;
  }
  .container-5 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container-6 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .image-13 {
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .image-14 {
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .image-15 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .image-16 {
    margin-top: 10px;
  }
  .image-5-copy {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-8 {
    display: block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .random-img-box {
    display: inline-block;
    width: 50%;
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (max-width: 479px) {
  .nav-link {
    margin-right: 50px;
    margin-left: 50px;
    text-align: center;
  }
  .nav-link.w--current {
    margin-right: 50px;
    margin-left: 50px;
  }
  .nav-link-2 {
    margin-right: 50px;
    margin-left: 50px;
    text-align: center;
  }
  .container {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .nav-menu {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }
  .brand {
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    border-bottom-color: transparent;
    text-decoration: none;
  }
  .brand.w--current {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 30px;
    line-height: 40px;
  }
  .right-arrow {
    right: 0px;
  }
  .left-arrow {
    left: 0px;
  }
  .div-block-2 {
    display: block;
  }
  .image-5 {
    max-height: 16px;
  }
  .icon-3 {
    color: #575756;
  }
  .div-block-2-copy5 {
    display: block;
  }
  .column-8 {
    padding-top: 40px;
  }
  .column-9 {
    padding-top: 40px;
  }
  .column-10 {
    padding-top: 40px;
  }
  .unordered-list {
    padding-left: 25px;
  }
  .unordered-list-2 {
    padding-left: 25px;
  }
  .unordered-list-3 {
    padding-left: 25px;
  }
  .unordered-list-4 {
    padding-left: 25px;
  }
  .cookies-box {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .image-13 {
    max-height: 25px;
  }
  .image-14 {
    height: 25px;
  }
  .image-15 {
    max-height: 25px;
  }
  .image-16 {
    max-height: 25px;
  }
  .image-5-copy {
    max-height: 25px;
  }
}

#w-node-c6dad3eef4c7-f328ece2 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

@media screen and (max-width: 767px) {
  #w-node-c6dad3eef4c7-f328ece2 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

#w-node-1f8cf3d6137f-f328ece2 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

@media screen and (max-width: 767px) {
  #w-node-1f8cf3d6137f-f328ece2 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

#w-node-4f0d375cd89d-f328ece2 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

@media screen and (max-width: 767px) {
  #w-node-4f0d375cd89d-f328ece2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

#w-node-8996cd65c313-f328ece2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

@media screen and (max-width: 767px) {
  #w-node-8996cd65c313-f328ece2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

