.d_a {
  height: auto !important;
  min-height: 100vh !important;
}
.d_b {
  min-height: 100vh !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  position: relative;
  z-index: 1;
}
.d_c {
  width: 90%;
  max-width: 440px;
  height: 45px;
  border: 1px solid #fff;
  background: rgba(255,255,255,0.22);
  display: block;
  margin-top: -60px;
  position: relative;
  z-index: 100;
}
.d_c input {
  display: block;
  font-size: 16px;
  line-height: 21px;
  padding: 12px;
  height: 45px;
  width: 100%;
  background: transparent;
  border: none;
  color: #fff;
  text-align: center;
}
.d_c input::-webkit-input-placeholder {
  color: #ccc;
}
.d_c input::-moz-placeholder {
  color: #ccc;
}
.d_c input::-ms-input-placeholder {
  color: #ccc;
}
.d_c input::placeholder {
  color: #ccc;
}
.d_c button {
  right: 0;
  background-size: 30px;
}
.d_c button::after {
  background-size: 30px;
}
.d_d {
  padding: 50px 0;
}
.d_d h3 {
  font-size: 16px;
  line-height: 1.4;
  color: #4a4a4a;
  margin: 0 50px 20px 50px;
  text-align: center;
}
.d_e {
  margin: 25px 0 5px !important;
  padding: 0;
}
.d_f {
  border: 0;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 44px;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 16px;
  text-decoration: none;
  font-family: $font-button;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  outline: 0;
  will-change: background-color, color;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  position: relative;
  background: #40c7b5;
  color: #fff;
}
.d_f:hover {
  background: #53cdbc;
}
.d_f:active {
  background: #40c7b5;
}
.d_f.d_g {
  background: #86abb4;
}
.d_h {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
}
.d_h:first-child {
  text-align: right;
}
.d_h:last-child {
  text-align: left;
  direction: rtl;
}
@media (max-width: 1024px) {
  .d_h {
    grid-template-columns: 1fr;
    grid-gap: 0;
    margin-bottom: 64px;
  }
}
.j_a {
  z-index: -1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (max-width: 600px) {
  .j_a {
    min-height: 400px;
  }
}
.j_b {
  position: absolute !important;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.j_c {
  color: #fff;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  min-height: 100%;
  overflow-x: hidden;
  pointer-events: auto;
}
.j_c h1 {
  font-size: 35px;
  font-weight: 300;
  margin: 15px;
  color: #fff;
}
.j_c p {
  font-size: 19px;
  font-weight: 300;
  line-height: 34px;
  max-width: 700px;
  margin: 0 auto 120px;
}
.j_d {
  background-image: url(/library/static/assets/2c9ZYh9ItmaI.png);
  background-repeat: no-repeat;
  background-size: 350px 350px;
  width: 350px;
  height: 350px;
  position: absolute;
  top: 0;
  left: 36px;
  z-index: 4;
}
@media (max-width: 1026px) {
  .j_d {
    top: 16px;
  }
}
@media (max-width: 960px) {
  .j_d {
    display: none;
  }
}
.vimeo-background-container {
  position: absolute !important;
  top: 20;
  left: 20;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1 !important;
}
.vimeo-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
  border: none;
}
.i_a {
  max-width: 600px;
  margin: 50px auto;
}
.i_a h2 {
  font-size: 30px;
  font-weight: 300;
  color: #4a4a4a;
  margin: 0 auto 10px;
  text-align: center;
}
.i_a p {
  font-size: 16px;
  font-weight: 300;
  color: #4a4a4a;
  margin: 0 auto 40px;
  text-align: center;
}
.g_a {
  padding: 50px 0;
}
.g_a h2 {
  font-size: 30px;
  font-weight: 300;
  color: #4a4a4a;
  margin: 0 auto 10px;
  text-align: center;
}
.g_a p {
  font-size: 16px;
  font-weight: 300;
  color: #4a4a4a;
  margin: 0 auto 40px;
  text-align: center;
}
.g_b {
  max-width: 920px;
  margin: 0 auto;
  overflow: hidden;
}
.g_c {
  width: calc(33.33% - 10px);
  float: left;
  margin: 5px;
  overflow: hidden;
}
.g_c:last-child {
  margin-right: 0;
}
@media (max-width: 600px) {
  .g_c {
    width: calc(50% - 10px);
  }
}
.g_d {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-bottom: 50%;
  display: block;
  height: 0;
}
.g_d:hover .g_e {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.g_f {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.g_e {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  background: rgba(74,74,74,0.84);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
@media (max-width: 940px) {
  .g_e {
    font-size: 13px;
  }
}
.h_a {
  padding: 50px 0;
}
.h_a h4 {
  font-size: 30px;
  font-weight: 300;
  color: #4a4a4a;
  margin: 0 auto 50px;
  text-align: center;
}
.h_b {
  -webkit-columns: 3 120px;
     -moz-columns: 3 120px;
          columns: 3 120px;
  -webkit-column-fill: balance-all;
     -moz-column-fill: balance-all;
          column-fill: balance-all;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  max-width: 600px;
  margin: 0 auto;
}
.h_c {
  -webkit-column-fill: balance-all;
     -moz-column-fill: balance-all;
          column-fill: balance-all;
  font-size: 13px;
  font-weight: 300;
  margin: 0 0 15px;
  text-align: center;
  color: #999;
  display: block;
  text-decoration: none;
}
.h_c:hover {
  text-decoration: underline;
}
.k_a {
  padding: 50px 0;
}
.k_a h2 {
  font-size: 30px;
  font-weight: 300;
  color: #4a4a4a;
  margin: 0 auto 20px 0;
  text-align: center;
}
.k_a h3 {
  font-size: 16px;
  line-height: 1.4;
  color: #4a4a4a;
  margin: 0 50px 20px 50px;
  text-align: center;
}
.k_b {
  max-width: 1400px;
  margin: 0 auto /* Center the list horizontally */;
  display: flex /* Use flexbox to align items */;
  -ms-flex-wrap: wrap /* Allow items to wrap if they don't fit */;
      flex-wrap: wrap /* Allow items to wrap if they don't fit */;
  -webkit-box-pack: center /* Center items horizontally */;
      -ms-flex-pack: center /* Center items horizontally */;
          justify-content: center /* Center items horizontally */;
  -webkit-box-align: center /* Center items vertically */;
      -ms-flex-align: center /* Center items vertically */;
          align-items: center /* Center items vertically */;
  overflow: hidden;
  padding: 20px;
}
.l_a {
  width: calc(15% - 10px);
  margin: 5px;
  display: block;
  float: left;
}
.l_a:last-child {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .l_a {
    width: calc(18% - 10px);
  }
}
@media (max-width: 1000px) {
  .l_a {
    width: calc(25% - 10px);
  }
}
@media (max-width: 800px) {
  .l_a {
    width: calc(33.33% - 10px);
  }
}
@media (max-width: 600px) {
  .l_a {
    width: calc(50% - 10px);
  }
}
.l_b {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-bottom: 128%;
  display: block;
  height: 0;
  overflow: hidden;
}
.l_c {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  will-change: transform;
}
.l_d {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  font-weight: 300;
  font-size: 14px;
  color: #000;
  background: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
@media (max-width: 940px) {
  .l_d {
    font-size: 12px;
    padding: 10px;
  }
}

/*# sourceMappingURL=Browse-ca6153c999d503559d2e.css.map*/