@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500&display=swap");
.grid-1-12 {
  width: fix-precision(8.3333333333)%;
}

.grid-2-12 {
  width: fix-precision(16.6666666667)%;
}

.grid-3-12 {
  width: fix-precision(25)%;
}

.grid-4-12 {
  width: fix-precision(33.3333333333)%;
}

.grid-5-12 {
  width: fix-precision(41.6666666667)%;
}

.grid-6-12 {
  width: fix-precision(50)%;
}

.grid-7-12 {
  width: fix-precision(58.3333333333)%;
}

.grid-8-12 {
  width: fix-precision(66.6666666667)%;
}

.grid-9-12 {
  width: fix-precision(75)%;
}

.grid-10-12 {
  width: fix-precision(83.3333333333)%;
}

.grid-11-12 {
  width: fix-precision(91.6666666667)%;
}

.grid-12-12 {
  width: fix-precision(100)%;
}

* {
*   box-sizing: border-box;
*   }
*
*   .main-wrapper {
*     display: flex;
*       height: 100vh;
*         flex-flow: column nowrap;
*         }
*
*         .brand-logo,
*         .brand-icon {
*           display: block;
*             font-size: 0;
*               height: 40px;
*                 background-repeat: no-repeat;
*                   background-size: contain;
*                   }
*
*                   .brand-icon {
*                     width: 40px;
*                       background-image: url("https://assets.codepen.io/1423702/cm_icon.svg");
*                       }
*
*                       .brand-logo {
*                         width: 130px;
*                           background-image: url("https://assets.codepen.io/1423702/cm_logotype.png");
*                             background-position: center left;
*                             }
*
*                             .main-header {
*                               /* iPhone 4 and 4S */
  /* iPhone 5, 5S, 5C and 5SE */
  /* iPhone 6, 6S, 7 and 8 */
  /* iPhone 6+, 7+ and 8+ */
  /* iPhone X */
  /* Galaxy S3 */
  /* Galaxy S4, S5 and Note 3 */
  /* Galaxy S6 */
  /* Google Pixel and HTC One */
  /* Google Pixel XL */
  /* Windows Phone */
  /* All Mobile Devices */
  /* iPhone 4 and 4S */
  /* iPhone 5, 5S, 5C and 5SE */
  /* iPhone 6, 6S, 7 and 8 */
  /* iPhone 6+, 7+ and 8+ */
  /* iPhone X */
  /* Galaxy S3 */
  /* Galaxy S4, S5 and Note 3 */
  /* Galaxy S6 */
  /* Google Pixel and HTC One */
  /* Google Pixel XL */
  /* Windows Phone */
  /* All Mobile Devices */
  /* iPhone 4 and 4S */
  /* iPhone 5, 5S, 5C and 5SE */
  /* iPhone 6, 6S, 7 and 8 */
  /* iPhone 6+, 7+ and 8+ */
  /* iPhone X */
  /* Galaxy S3 */
  /* Galaxy S4, S5 and Note 3 */
  /* Galaxy S6 */
  /* Google Pixel and HTC One */
  /* Google Pixel XL */
  /* Windows Phone */
  /* All Mobile Devices */
  display: flex;
  flex-flow: row wrap;
  width: 100vw;
  height: 70px;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .main-header {
    padding-left: calc((100% - 1160px)/2);
    padding-right: calc((100% - 1160px)/2);
  }
}
@media screen and (max-width: 1200px) {
  .main-header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 660px) {
  .main-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.main-header.is-open .brand-icon,
.main-header.is-open .brand-logo,
.main-header.is-open .menu-github,
.main-header.is-open .menu-contact {
  opacity: 0.035;
}

.main-content {
  /* iPhone 4 and 4S */
  /* iPhone 5, 5S, 5C and 5SE */
  /* iPhone 6, 6S, 7 and 8 */
  /* iPhone 6+, 7+ and 8+ */
  /* iPhone X */
  /* Galaxy S3 */
  /* Galaxy S4, S5 and Note 3 */
  /* Galaxy S6 */
  /* Google Pixel and HTC One */
  /* Google Pixel XL */
  /* Windows Phone */
  /* All Mobile Devices */
  /* iPhone 4 and 4S */
  /* iPhone 5, 5S, 5C and 5SE */
  /* iPhone 6, 6S, 7 and 8 */
  /* iPhone 6+, 7+ and 8+ */
  /* iPhone X */
  /* Galaxy S3 */
  /* Galaxy S4, S5 and Note 3 */
  /* Galaxy S6 */
  /* Google Pixel and HTC One */
  /* Google Pixel XL */
  /* Windows Phone */
  /* All Mobile Devices */
  /* iPhone 4 and 4S */
  /* iPhone 5, 5S, 5C and 5SE */
  /* iPhone 6, 6S, 7 and 8 */
  /* iPhone 6+, 7+ and 8+ */
  /* iPhone X */
  /* Galaxy S3 */
  /* Galaxy S4, S5 and Note 3 */
  /* Galaxy S6 */
  /* Google Pixel and HTC One */
  /* Google Pixel XL */
  /* Windows Phone */
  /* All Mobile Devices */
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (min-width: 1200px) {
  .main-content {
    padding-left: calc((100% - 1160px)/2);
    padding-right: calc((100% - 1160px)/2);
  }
}
@media screen and (max-width: 1200px) {
  .main-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 660px) {
  .main-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.main-footer {
  /* iPhone 4 and 4S */
  /* iPhone 5, 5S, 5C and 5SE */
  /* iPhone 6, 6S, 7 and 8 */
  /* iPhone 6+, 7+ and 8+ */
  /* iPhone X */
  /* Galaxy S3 */
  /* Galaxy S4, S5 and Note 3 */
  /* Galaxy S6 */
  /* Google Pixel and HTC One */
  /* Google Pixel XL */
  /* Windows Phone */
  /* All Mobile Devices */
  /* iPhone 4 and 4S */
  /* iPhone 5, 5S, 5C and 5SE */
  /* iPhone 6, 6S, 7 and 8 */
  /* iPhone 6+, 7+ and 8+ */
  /* iPhone X */
  /* Galaxy S3 */
  /* Galaxy S4, S5 and Note 3 */
  /* Galaxy S6 */
  /* Google Pixel and HTC One */
  /* Google Pixel XL */
  /* Windows Phone */
  /* All Mobile Devices */
  /* iPhone 4 and 4S */
  /* iPhone 5, 5S, 5C and 5SE */
  /* iPhone 6, 6S, 7 and 8 */
  /* iPhone 6+, 7+ and 8+ */
  /* iPhone X */
  /* Galaxy S3 */
  /* Galaxy S4, S5 and Note 3 */
  /* Galaxy S6 */
  /* Google Pixel and HTC One */
  /* Google Pixel XL */
  /* Windows Phone */
  /* All Mobile Devices */
  padding-top: 50px;
  padding-bottom: 50px;
  height: auto;
  margin-top: auto;
  background: linear-gradient(get("color.secondary.dark"), get("color.secondary.dark"));
  /* iPhone 4 and 4S */
  /* iPhone 5, 5S, 5C and 5SE */
  /* iPhone 6, 6S, 7 and 8 */
  /* iPhone 6+, 7+ and 8+ */
  /* iPhone X */
  /* Galaxy S3 */
  /* Galaxy S4, S5 and Note 3 */
  /* Galaxy S6 */
  /* Google Pixel and HTC One */
  /* Google Pixel XL */
  /* Windows Phone */
  /* All Mobile Devices */
}
@media screen and (min-width: 1200px) {
  .main-footer {
    padding-left: calc((100% - 1160px)/2);
    padding-right: calc((100% - 1160px)/2);
  }
}
@media screen and (max-width: 1200px) {
  .main-footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 660px) {
  .main-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.main-footer h1,
.main-footer h2 {
  color: #FFF !important;
}
.main-footer h2 {
  font-size: 32px;
  line-height: 1.45em;
  margin-bottom: 1em;
}
.main-footer .footer-header {
  padding: 20px 0 120px 0;
  position: relative;
}
.main-footer .footer-header .illustration img,
.main-footer .footer-header .illustration-floor img {
  display: block;
  width: 100%;
  height: auto;
}
.main-footer .footer-header .illustration {
  width: 40%;
  max-width: 400px;
  padding-left: 20px;
  position: relative;
  z-index: 2;
}
.main-footer .footer-header .content {
  width: 40%;
  max-width: 450px;
  padding-right: 20px;
  position: relative;
  z-index: 2;
}
.main-footer .footer-header .illustration-floor {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 50px;
}
.main-footer .footer-content {
  display: flex;
  flex: row nowrap;
}
.main-footer .footer-content .footer-navigation {
  width: calc(100% - 180px);
}
.main-footer .footer-content .footer-navigation .footer-navigation-section {
  width: 25%;
}
.main-footer .footer-content .footer-navigation .footer-navigation-section h3 {
  color: #FFF;
  margin-bottom: 1em;
}
.main-footer .footer-content .footer-navigation .footer-navigation-section a {
  color: #FFF !important;
  font-weight: 400;
  opacity: 0.65;
  transition: opacity 0.2s ease-in-out;
}
.main-footer .footer-content .footer-navigation .footer-navigation-section a:hover {
  color: get("color.accent.default") !important;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.main-footer .footer-content .footer-legal {
  width: 180px;
  font-size: 13px;
  color: #FFF !important;
  text-align: right;
}
.main-footer .footer-content .footer-legal a {
  display: block;
  text-align: right;
  color: #FFF;
  font-weight: 400;
  text-decoration: underline;
}
.main-footer .footer-content .footer-legal .brand-icon {
  width: 60px;
  margin-left: auto;
  margin-bottom: 20px;
}
.main-footer .footer-content .footer-legal .brand-icon img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  .main-footer {
    padding-bottom: 20px;
  }
  .main-footer h2 {
    font-size: 28px;
  }
  .main-footer .footer-header {
    padding-bottom: 60px;
  }
  .main-footer .footer-header .flex-rows {
    display: block;
  }
  .main-footer .footer-header .flex-rows .illustration,
.main-footer .footer-header .flex-rows .content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .main-footer .footer-header .flex-rows .illustration img {
    width: 280px;
    margin: 0 auto;
  }
  .main-footer .footer-header .flex-rows .content {
    max-width: 560px;
    margin: 30px auto 0 auto;
  }
  .main-footer .footer-header .illustration-floor {
    display: none;
  }
  .main-footer .footer-content {
    display: block;
  }
  .main-footer .footer-content .footer-navigation,
.main-footer .footer-content .footer-legal {
    width: 100%;
    padding: 0;
  }
  .main-footer .footer-content .footer-navigation .footer-navigation-section {
    width: 100%;
    margin-bottom: 2em;
  }
  .main-footer .footer-content .footer-navigation .footer-navigation-section h3 {
    margin-bottom: 0.35em;
    text-align: center;
  }
  .main-footer .footer-content .footer-navigation .footer-navigation-section .menu-vertical {
    text-align: center;
  }
  .main-footer .footer-content .footer-navigation .footer-navigation-section .menu-vertical > li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
  }
  .main-footer .footer-content .footer-navigation .footer-navigation-section .menu-vertical > li:before {
    display: none;
    content: "";
    width: 1px;
    height: calc(100% - 12px);
    background-color: #FFF;
    opacity: 0.65;
    position: absolute;
    top: 6px;
    right: -12px;
  }
  .main-footer .footer-content .footer-navigation .footer-navigation-section .menu-vertical > li:last-child {
    margin-right: 0;
  }
  .main-footer .footer-content .footer-navigation .footer-navigation-section .menu-vertical > li:last-child:before {
    display: none;
  }
  .main-footer .footer-content .footer-navigation .footer-navigation-section:last-child {
    margin-bottom: 0;
  }
  .main-footer .footer-content .footer-legal {
    text-align: center;
    position: relative;
    padding-top: 50px;
  }
  .main-footer .footer-content .footer-legal br {
    display: none;
  }
  .main-footer .footer-content .footer-legal p,
.main-footer .footer-content .footer-legal a {
    display: inline;
  }
  .main-footer .footer-content .footer-legal p {
    margin-right: 10px;
  }
  .main-footer .footer-content .footer-legal a {
    margin-right: 10px;
  }
  .main-footer .footer-content .footer-legal a:last-child {
    margin-right: 0;
  }
  .main-footer .footer-content .footer-legal .brand-icon {
    width: 45px;
    margin: 0 auto 20px auto;
  }
}

.centerbox {
  width: 760px;
  margin: 0 auto;
}

.frame {
  padding: 20px;
}
.frame-min {
  padding: 5px;
}
.frame-small {
  padding: 12px;
}
.frame-medium {
  padding: 30px;
}
.frame-large {
  /* iPhone 4 and 4S */
  /* iPhone 5, 5S, 5C and 5SE */
  /* iPhone 6, 6S, 7 and 8 */
  /* iPhone 6+, 7+ and 8+ */
  /* iPhone X */
  /* Galaxy S3 */
  /* Galaxy S4, S5 and Note 3 */
  /* Galaxy S6 */
  /* Google Pixel and HTC One */
  /* Google Pixel XL */
  /* Windows Phone */
  /* All Mobile Devices */
  /* iPhone 4 and 4S */
  /* iPhone 5, 5S, 5C and 5SE */
  /* iPhone 6, 6S, 7 and 8 */
  /* iPhone 6+, 7+ and 8+ */
  /* iPhone X */
  /* Galaxy S3 */
  /* Galaxy S4, S5 and Note 3 */
  /* Galaxy S6 */
  /* Google Pixel and HTC One */
  /* Google Pixel XL */
  /* Windows Phone */
  /* All Mobile Devices */
}
@media screen and (min-width: 660px) {
  .frame-large {
    padding: 50px;
  }
}
@media screen and (max-width: 660px) {
  .frame-large {
    padding: 30px;
  }
}
.frame-vertical {
  padding-top: 20px;
  padding-bottom: 20px;
}
.frame-vertical-min {
  padding-top: 5px;
  padding-bottom: 5px;
}
.frame-vertical-small {
  padding-top: 12px;
  padding-bottom: 12px;
}
.frame-vertical-medium {
  padding-top: 30px;
  padding-bottom: 30px;
}
.frame-vertical-large {
  /* iPhone 4 and 4S */
  /* iPhone 5, 5S, 5C and 5SE */
  /* iPhone 6, 6S, 7 and 8 */
  /* iPhone 6+, 7+ and 8+ */
  /* iPhone X */
  /* Galaxy S3 */
  /* Galaxy S4, S5 and Note 3 */
  /* Galaxy S6 */
  /* Google Pixel and HTC One */
  /* Google Pixel XL */
  /* Windows Phone */
  /* All Mobile Devices */
  /* iPhone 4 and 4S */
  /* iPhone 5, 5S, 5C and 5SE */
  /* iPhone 6, 6S, 7 and 8 */
  /* iPhone 6+, 7+ and 8+ */
  /* iPhone X */
  /* Galaxy S3 */
  /* Galaxy S4, S5 and Note 3 */
  /* Galaxy S6 */
  /* Google Pixel and HTC One */
  /* Google Pixel XL */
  /* Windows Phone */
  /* All Mobile Devices */
}
@media screen and (min-width: 660px) {
  .frame-vertical-large {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 660px) {
  .frame-vertical-large {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.frame-horizontal {
  padding-left: 20px;
  padding-right: 20px;
}
.frame-horizontal-min {
  padding-left: 5px;
  padding-right: 5px;
}
.frame-horizontal-small {
  padding-left: 12px;
  padding-right: 12px;
}
.frame-horizontal-medium {
  padding-left: 30px;
  padding-right: 30px;
}
.frame-horizontal-large {
  /* iPhone 4 and 4S */
  /* iPhone 5, 5S, 5C and 5SE */
  /* iPhone 6, 6S, 7 and 8 */
  /* iPhone 6+, 7+ and 8+ */
  /* iPhone X */
  /* Galaxy S3 */
  /* Galaxy S4, S5 and Note 3 */
  /* Galaxy S6 */
  /* Google Pixel and HTC One */
  /* Google Pixel XL */
  /* Windows Phone */
  /* All Mobile Devices */
  /* iPhone 4 and 4S */
  /* iPhone 5, 5S, 5C and 5SE */
  /* iPhone 6, 6S, 7 and 8 */
  /* iPhone 6+, 7+ and 8+ */
  /* iPhone X */
  /* Galaxy S3 */
  /* Galaxy S4, S5 and Note 3 */
  /* Galaxy S6 */
  /* Google Pixel and HTC One */
  /* Google Pixel XL */
  /* Windows Phone */
  /* All Mobile Devices */
}
@media screen and (min-width: 660px) {
  .frame-horizontal-large {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 660px) {
  .frame-horizontal-large {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.frame-top-min {
  padding-top: 5px;
}
.frame-top-small {
  padding-top: 12px;
}
.frame-top-medium {
  padding-top: 30px;
}
.frame-top-large {
  /* iPhone 4 and 4S */
  /* iPhone 5, 5S, 5C and 5SE */
  /* iPhone 6, 6S, 7 and 8 */
  /* iPhone 6+, 7+ and 8+ */
  /* iPhone X */
  /* Galaxy S3 */
  /* Galaxy S4, S5 and Note 3 */
  /* Galaxy S6 */
  /* Google Pixel and HTC One */
  /* Google Pixel XL */
  /* Windows Phone */
  /* All Mobile Devices */
  /* iPhone 4 and 4S */
  /* iPhone 5, 5S, 5C and 5SE */
  /* iPhone 6, 6S, 7 and 8 */
  /* iPhone 6+, 7+ and 8+ */
  /* iPhone X */
  /* Galaxy S3 */
  /* Galaxy S4, S5 and Note 3 */
  /* Galaxy S6 */
  /* Google Pixel and HTC One */
  /* Google Pixel XL */
  /* Windows Phone */
  /* All Mobile Devices */
}
@media screen and (min-width: 660px) {
  .frame-top-large {
    padding-top: 50px;
  }
}
@media screen and (max-width: 660px) {
  .frame-top-large {
    padding-top: 30px;
  }
}
.frame-right-min {
  padding-right: 5px;
}
.frame-right-small {
  padding-right: 12px;
}
.frame-right-medium {
  padding-right: 30px;
}
.frame-right-large {
  /* iPhone 4 and 4S */
  /* iPhone 5, 5S, 5C and 5SE */
  /* iPhone 6, 6S, 7 and 8 */
  /* iPhone 6+, 7+ and 8+ */
  /* iPhone X */
  /* Galaxy S3 */
  /* Galaxy S4, S5 and Note 3 */
  /* Galaxy S6 */
  /* Google Pixel and HTC One */
  /* Google Pixel XL */
  /* Windows Phone */
  /* All Mobile Devices */
  /* iPhone 4 and 4S */
  /* iPhone 5, 5S, 5C and 5SE */
  /* iPhone 6, 6S, 7 and 8 */
  /* iPhone 6+, 7+ and 8+ */
  /* iPhone X */
  /* Galaxy S3 */
  /* Galaxy S4, S5 and Note 3 */
  /* Galaxy S6 */
  /* Google Pixel and HTC One */
  /* Google Pixel XL */
  /* Windows Phone */
  /* All Mobile Devices */
}
@media screen and (min-width: 660px) {
  .frame-right-large {
    padding-right: 50px;
  }
}
@media screen and (max-width: 660px) {
  .frame-right-large {
    padding-right: 30px;
  }
}
.frame-bottom-min {
  padding-bottom: 5px;
}
.frame-bottom-small {
  padding-bottom: 12px;
}
.frame-bottom-medium {
  padding-bottom: 30px;
}
.frame-bottom-large {
  /* iPhone 4 and 4S */
  /* iPhone 5, 5S, 5C and 5SE */
  /* iPhone 6, 6S, 7 and 8 */
  /* iPhone 6+, 7+ and 8+ */
  /* iPhone X */
  /* Galaxy S3 */
  /* Galaxy S4, S5 and Note 3 */
  /* Galaxy S6 */
  /* Google Pixel and HTC One */
  /* Google Pixel XL */
  /* Windows Phone */
  /* All Mobile Devices */
  /* iPhone 4 and 4S */
  /* iPhone 5, 5S, 5C and 5SE */
  /* iPhone 6, 6S, 7 and 8 */
  /* iPhone 6+, 7+ and 8+ */
  /* iPhone X */
  /* Galaxy S3 */
  /* Galaxy S4, S5 and Note 3 */
  /* Galaxy S6 */
  /* Google Pixel and HTC One */
  /* Google Pixel XL */
  /* Windows Phone */
  /* All Mobile Devices */
}
@media screen and (min-width: 660px) {
  .frame-bottom-large {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 660px) {
  .frame-bottom-large {
    padding-bottom: 30px;
  }
}
.frame-left-min {
  padding-left: 5px;
}
.frame-left-small {
  padding-left: 12px;
}
.frame-left-medium {
  padding-left: 30px;
}
.frame-left-large {
  /* iPhone 4 and 4S */
  /* iPhone 5, 5S, 5C and 5SE */
  /* iPhone 6, 6S, 7 and 8 */
  /* iPhone 6+, 7+ and 8+ */
  /* iPhone X */
  /* Galaxy S3 */
  /* Galaxy S4, S5 and Note 3 */
  /* Galaxy S6 */
  /* Google Pixel and HTC One */
  /* Google Pixel XL */
  /* Windows Phone */
  /* All Mobile Devices */
  /* iPhone 4 and 4S */
  /* iPhone 5, 5S, 5C and 5SE */
  /* iPhone 6, 6S, 7 and 8 */
  /* iPhone 6+, 7+ and 8+ */
  /* iPhone X */
  /* Galaxy S3 */
  /* Galaxy S4, S5 and Note 3 */
  /* Galaxy S6 */
  /* Google Pixel and HTC One */
  /* Google Pixel XL */
  /* Windows Phone */
  /* All Mobile Devices */
}
@media screen and (min-width: 660px) {
  .frame-left-large {
    padding-left: 50px;
  }
}
@media screen and (max-width: 660px) {
  .frame-left-large {
    padding-left: 30px;
  }
}

.margin {
  margin: 20px;
}
.margin-min {
  margin: 5px;
}
.margin-small {
  margin: 12px;
}
.margin-medium {
  margin: 30px;
}
.margin-large {
  /* iPhone 4 and 4S */
  /* iPhone 5, 5S, 5C and 5SE */
  /* iPhone 6, 6S, 7 and 8 */
  /* iPhone 6+, 7+ and 8+ */
  /* iPhone X */
  /* Galaxy S3 */
  /* Galaxy S4, S5 and Note 3 */
  /* Galaxy S6 */
  /* Google Pixel and HTC One */
  /* Google Pixel XL */
  /* Windows Phone */
  /* All Mobile Devices */
  /* iPhone 4 and 4S */
  /* iPhone 5, 5S, 5C and 5SE */
  /* iPhone 6, 6S, 7 and 8 */
  /* iPhone 6+, 7+ and 8+ */
  /* iPhone X */
  /* Galaxy S3 */
  /* Galaxy S4, S5 and Note 3 */
  /* Galaxy S6 */
  /* Google Pixel and HTC One */
  /* Google Pixel XL */
  /* Windows Phone */
  /* All Mobile Devices */
}
@media screen and (min-width: 660px) {
  .margin-large {
    margin: 50px;
  }
}
@media screen and (max-width: 660px) {
  .margin-large {
    margin: 30px;
  }
}
.margin-vertical {
  margin-top: 20px;
  margin-bottom: 20px;
}
.margin-vertical-min {
  margin-top: 5px;
  margin-bottom: 5px;
}
.margin-vertical-small {
  margin-top: 12px;
  margin-bottom: 12px;
}
.margin-vertical-medium {
  margin-top: 30px;
  margin-bottom: 30px;
}
.margin-vertical-large {
  /* iPhone 4 and 4S */
  /* iPhone 5, 5S, 5C and 5SE */
  /* iPhone 6, 6S, 7 and 8 */
  /* iPhone 6+, 7+ and 8+ */
  /* iPhone X */
  /* Galaxy S3 */
  /* Galaxy S4, S5 and Note 3 */
  /* Galaxy S6 */
  /* Google Pixel and HTC One */
  /* Google Pixel XL */
  /* Windows Phone */
  /* All Mobile Devices */
  /* iPhone 4 and 4S */
  /* iPhone 5, 5S, 5C and 5SE */
  /* iPhone 6, 6S, 7 and 8 */
  /* iPhone 6+, 7+ and 8+ */
  /* iPhone X */
  /* Galaxy S3 */
  /* Galaxy S4, S5 and Note 3 */
  /* Galaxy S6 */
  /* Google Pixel and HTC One */
  /* Google Pixel XL */
  /* Windows Phone */
  /* All Mobile Devices */
}
@media screen and (min-width: 660px) {
  .margin-vertical-large {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 660px) {
  .margin-vertical-large {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.margin-horizontal {
  margin-left: 20px;
  margin-right: 20px;
}
.margin-horizontal-min {
  margin-left: 5px;
  margin-right: 5px;
}
.margin-horizontal-small {
  margin-left: 12px;
  margin-right: 12px;
}
.margin-horizontal-medium {
  margin-left: 30px;
  margin-right: 30px;
}
.margin-horizontal-large {
  /* iPhone 4 and 4S */
  /* iPhone 5, 5S, 5C and 5SE */
  /* iPhone 6, 6S, 7 and 8 */
  /* iPhone 6+, 7+ and 8+ */
  /* iPhone X */
  /* Galaxy S3 */
  /* Galaxy S4, S5 and Note 3 */
  /* Galaxy S6 */
  /* Google Pixel and HTC One */
  /* Google Pixel XL */
  /* Windows Phone */
  /* All Mobile Devices */
  /* iPhone 4 and 4S */
  /* iPhone 5, 5S, 5C and 5SE */
  /* iPhone 6, 6S, 7 and 8 */
  /* iPhone 6+, 7+ and 8+ */
  /* iPhone X */
  /* Galaxy S3 */
  /* Galaxy S4, S5 and Note 3 */
  /* Galaxy S6 */
  /* Google Pixel and HTC One */
  /* Google Pixel XL */
  /* Windows Phone */
  /* All Mobile Devices */
}
@media screen and (min-width: 660px) {
  .margin-horizontal-large {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 660px) {
  .margin-horizontal-large {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.margin-top {
  margin-top: 20px;
}
.margin-top-min {
  margin-top: 5px;
}
.margin-top-small {
  margin-top: 12px;
}
.margin-top-medium {
  margin-top: 30px;
}
.margin-top-large {
  /* iPhone 4 and 4S */
  /* iPhone 5, 5S, 5C and 5SE */
  /* iPhone 6, 6S, 7 and 8 */
  /* iPhone 6+, 7+ and 8+ */
  /* iPhone X */
  /* Galaxy S3 */
  /* Galaxy S4, S5 and Note 3 */
  /* Galaxy S6 */
  /* Google Pixel and HTC One */
  /* Google Pixel XL */
  /* Windows Phone */
  /* All Mobile Devices */
  /* iPhone 4 and 4S */
  /* iPhone 5, 5S, 5C and 5SE */
  /* iPhone 6, 6S, 7 and 8 */
  /* iPhone 6+, 7+ and 8+ */
  /* iPhone X */
  /* Galaxy S3 */
  /* Galaxy S4, S5 and Note 3 */
  /* Galaxy S6 */
  /* Google Pixel and HTC One */
  /* Google Pixel XL */
  /* Windows Phone */
  /* All Mobile Devices */
}
@media screen and (min-width: 660px) {
  .margin-top-large {
    margin-top: 50px;
  }
}
@media screen and (max-width: 660px) {
  .margin-top-large {
    margin-top: 30px;
  }
}
.margin-right {
  margin-right: 20px;
}
.margin-right-min {
  margin-right: 5px;
}
.margin-right-small {
  margin-right: 12px;
}
.margin-right-medium {
  margin-right: 30px;
}
.margin-right-large {
  /* iPhone 4 and 4S */
  /* iPhone 5, 5S, 5C and 5SE */
  /* iPhone 6, 6S, 7 and 8 */
  /* iPhone 6+, 7+ and 8+ */
  /* iPhone X */
  /* Galaxy S3 */
  /* Galaxy S4, S5 and Note 3 */
  /* Galaxy S6 */
  /* Google Pixel and HTC One */
  /* Google Pixel XL */
  /* Windows Phone */
  /* All Mobile Devices */
  /* iPhone 4 and 4S */
  /* iPhone 5, 5S, 5C and 5SE */
  /* iPhone 6, 6S, 7 and 8 */
  /* iPhone 6+, 7+ and 8+ */
  /* iPhone X */
  /* Galaxy S3 */
  /* Galaxy S4, S5 and Note 3 */
  /* Galaxy S6 */
  /* Google Pixel and HTC One */
  /* Google Pixel XL */
  /* Windows Phone */
  /* All Mobile Devices */
}
@media screen and (min-width: 660px) {
  .margin-right-large {
    margin-right: 50px;
  }
}
@media screen and (max-width: 660px) {
  .margin-right-large {
    margin-right: 30px;
  }
}
.margin-bottom {
  margin-bottom: 20px;
}
.margin-bottom-min {
  margin-bottom: 5px;
}
.margin-bottom-small {
  margin-bottom: 12px;
}
.margin-bottom-medium {
  margin-bottom: 30px;
}
.margin-bottom-large {
  /* iPhone 4 and 4S */
  /* iPhone 5, 5S, 5C and 5SE */
  /* iPhone 6, 6S, 7 and 8 */
  /* iPhone 6+, 7+ and 8+ */
  /* iPhone X */
  /* Galaxy S3 */
  /* Galaxy S4, S5 and Note 3 */
  /* Galaxy S6 */
  /* Google Pixel and HTC One */
  /* Google Pixel XL */
  /* Windows Phone */
  /* All Mobile Devices */
  /* iPhone 4 and 4S */
  /* iPhone 5, 5S, 5C and 5SE */
  /* iPhone 6, 6S, 7 and 8 */
  /* iPhone 6+, 7+ and 8+ */
  /* iPhone X */
  /* Galaxy S3 */
  /* Galaxy S4, S5 and Note 3 */
  /* Galaxy S6 */
  /* Google Pixel and HTC One */
  /* Google Pixel XL */
  /* Windows Phone */
  /* All Mobile Devices */
}
@media screen and (min-width: 660px) {
  .margin-bottom-large {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 660px) {
  .margin-bottom-large {
    margin-bottom: 30px;
  }
}
.margin-left {
  margin-left: 20px;
}
.margin-left-min {
  margin-left: 5px;
}
.margin-left-small {
  margin-left: 12px;
}
.margin-left-medium {
  margin-left: 30px;
}
.margin-left-large {
  /* iPhone 4 and 4S */
  /* iPhone 5, 5S, 5C and 5SE */
  /* iPhone 6, 6S, 7 and 8 */
  /* iPhone 6+, 7+ and 8+ */
  /* iPhone X */
  /* Galaxy S3 */
  /* Galaxy S4, S5 and Note 3 */
  /* Galaxy S6 */
  /* Google Pixel and HTC One */
  /* Google Pixel XL */
  /* Windows Phone */
  /* All Mobile Devices */
  /* iPhone 4 and 4S */
  /* iPhone 5, 5S, 5C and 5SE */
  /* iPhone 6, 6S, 7 and 8 */
  /* iPhone 6+, 7+ and 8+ */
  /* iPhone X */
  /* Galaxy S3 */
  /* Galaxy S4, S5 and Note 3 */
  /* Galaxy S6 */
  /* Google Pixel and HTC One */
  /* Google Pixel XL */
  /* Windows Phone */
  /* All Mobile Devices */
}
@media screen and (min-width: 660px) {
  .margin-left-large {
    margin-left: 50px;
  }
}
@media screen and (max-width: 660px) {
  .margin-left-large {
    margin-left: 30px;
  }
}

.auto-margins {
  margin-left: auto;
  margin-right: auto;
}

.no-border {
  border: none !important;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-background {
  background: transparent !important;
}

.flex-rows {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.flex-columns {
  display: flex;
  flex-flow: row wrap;
  /* iPhone 4 and 4S */
  /* iPhone 5, 5S, 5C and 5SE */
  /* iPhone 6, 6S, 7 and 8 */
  /* iPhone 6+, 7+ and 8+ */
  /* iPhone X */
  /* Galaxy S3 */
  /* Galaxy S4, S5 and Note 3 */
  /* Galaxy S6 */
  /* Google Pixel and HTC One */
  /* Google Pixel XL */
  /* Windows Phone */
  /* All Mobile Devices */
}
.flex-columns.two .column {
  width: 50%;
}
@media screen and (max-width: 660px) {
  .flex-columns .column {
    width: 100% !important;
  }
}

.align-top {
  align-items: flex-start;
}
.align-center {
  align-items: center;
}
.align-bottom {
  align-items: flex-end;
}
.align-left {
  justify-content: flex-start;
}
.align-right {
  justify-content: flex-end;
}
.align-stretch {
  align-items: stretch;
}
.align-self-top {
  align-self: flex-start;
}
.align-self-center {
  align-self: center;
}
.align-self-bottom {
  align-self: bottom;
}
.align-content-left {
  align-content: left;
}
.align-content-right {
  align-content: right;
}
.align-text-left {
  text-align: left !important;
}
.align-text-center {
  text-align: center !important;
}
.align-text-right {
  text-align: right !important;
}

.space-around {
  justify-content: space-around;
}
.space-between {
  justify-content: space-between;
}
.space-evenly {
  justify-content: space-evenly;
}

.grow-none {
  flex-grow: 0;
}
.grow-one {
  flex-grow: 1;
}
.grow-two {
  flex-grow: 2;
}
.grow-three {
  flex-grow: 3;
}

.place-right {
  margin-left: auto;
}
.place-bottom {
  margin-top: auto;
}

[class*=menu] {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-horizontal, .menu-vertical {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-horizontal > li, .menu-vertical > li {
  font-weight: 500;
  color: get("color.font.medium");
  font-size: 15px;
  cursor: pointer;
}
.menu-horizontal {
  display: flex;
}
.menu-horizontal > li {
  margin-right: 1em;
}
.menu-horizontal > li:last-child {
  margin-right: 0;
}
.menu-horizontal > li.is-active, .menu-horizontal > li.is-active > a, .menu-horizontal > li.active, .menu-horizontal > li.active > a {
  color: get("color.primary.default");
}
.menu-toggle, .menu-contact, .menu-github {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
}
.menu-toggle i, .menu-contact i, .menu-github i {
  font-size: 150%;
  color: #231F20;
}
.menu-toggle {
  position: relative;
}
.menu-toggle .bars {
  width: 20px;
  height: 18px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
.menu-toggle .bars span {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background: #231F20;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.menu-toggle .bars span:nth-child(1) {
  top: 0;
}
.menu-toggle .bars span:nth-child(2), .menu-toggle .bars span:nth-child(3) {
  top: 8px;
}
.menu-toggle .bars span:nth-child(4) {
  top: 16px;
}
.menu-toggle:hover .bars span {
  background-color: #FF4375;
  transition: background-color 0.15s ease-out;
}
.menu-toggle.is-open .bars span {
  background-color: get("color.accent.default");
  transition: 0.15s ease-in-out;
}
.menu-toggle.is-open .bars span:nth-child(1) {
  top: 18px;
  width: 0;
  left: 50%;
}
.menu-toggle.is-open .bars span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-toggle.is-open .bars span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-toggle.is-open .bars span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%;
}
.menu-contact, .menu-github {
  margin-right: 10px;
}
.menu-contact:hover i, .menu-github:hover i {
  color: #FF4375;
  transition: color 0.1s ease-in-out;
}

a {
  text-decoration: none;
}

.main-menu {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  display: none;
  flex-flow: row nowrap;
  align-items: left;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.975);
  border-bottom: 3px solid #000;
}
.main-menu a {
  display: block;
  color: #635B5D;
  font-size: 110%;
  font-weight: 500;
  position: relative;
  user-select: none;
  white-space: nowrap;
}
.main-menu a:hover {
  color: #FF4375;
  transition: color 0.15s linear;
}
.main-menu .menu-item {
  list-style: none;
  position: relative;
  z-index: 2;
}
.main-menu .menu-item > a {
  margin-bottom: 0.75em;
}
.main-menu .menu-item > .submenu .menu-item {
  font-size: 100%;
  margin-bottom: 0.325em;
}
.main-menu .menu-item > .submenu .menu-item:last-child {
  margin-bottom: 0;
}
.main-menu .menu-item.has-submenu > a {
  padding-right: 0;
}
.main-menu .menu-item.has-submenu > a:after {
  display: none;
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: #635B5D;
  position: absolute;
  top: 2px;
  right: 0;
}
.main-menu .menu-item.active > a, .main-menu .menu-item.is-active > a {
  color: #FF4375;
  box-shadow: inset 0 -3px 0 0 #FF4375;
}
.main-menu .menu-item.active > a:after, .main-menu .menu-item.is-active > a:after {
  content: "";
  color: #FF4375;
  line-height: 53px;
}
.main-menu .menu-item.active > .submenu, .main-menu .menu-item.is-active > .submenu {
  max-height: 3000px;
  transition: max-height 0.5s ease-in-out;
  overflow: visible;
}
.main-menu .menu-item.active > .submenu .container, .main-menu .menu-item.is-active > .submenu .container {
  opacity: 1;
  transition: opacity 0.15s ease-in-out;
  transition-delay: 0.25s;
}
.main-menu > .menu-item {
  margin-bottom: 1.5em;
}
.main-menu > .menu-item > a {
  color: #231F20;
  font-size: 120%;
  font-weight: 600;
}
.main-menu > .menu-item:last-child {
  margin-bottom: 0;
}
.main-menu.is-open {
  display: flex;
}

.main-menu-toggles {
  display: flex;
  flex-flow: row no-wrap;
  align-items: center;
  position: relative;
}

.main-menu-wrapper {
  display: block;
  flex-basis: 100%;
  height: 1px;
  position: relative;
}

.page-header {
  text-align: center;
}
.page-header .main-title {
  display: inline-block;
  font-size: 600%;
  line-height: 1;
  color: #231F20;
  text-transform: lowercase;
  text-align: center;
  margin: 0.5em auto 0.65em auto;
}
.page-header .main-title .is-dynamic {
  color: #FF4375;
}

.page-content {
  padding-top: 90px;
}
.page-content .gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.page-content .gallery .picture-frame {
  flex-basis: 30%;
  margin-bottom: 2em;
}
.page-content .gallery .picture-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.ui-scroller {
  width: 100%;
  max-height: 260px;
  overflow-y: auto;
}
.ui-scroller::-webkit-scrollbar {
  width: 4px;
  margin: 10px;
  background-color: #E1E4F5;
}
.ui-scroller::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 #4d92ff;
  border-radius: 6px;
}
.ui-scroller::-webkit-scrollbar-thumb {
  background-color: #4d92ff;
  outline: 1px solid transparent;
  border-radius: 6px;
}

body {
  font-family: "Barlow", sans-serif;
  color: #635B5D;
}
