:root {
  --kütüp-library--burntsienna: #e76f51;
  --kütüp-library--white: white;
  --kütüp-library--dark-slate-grey: #264653;
  --kütüp-library--dark-slate-grey-x: #2e5261;
  --kütüp-library--dim-grey: #6e6e6e;
  --white: rgba(255, 255, 255, .8);
  --black: black;
  --signature: var(--kütüp-library--dark-slate-grey);
}

.kutup-button-line {
  background-color: var(--kütüp-library--burntsienna);
  width: 100%;
  height: 1px;
  position: relative;
  top: 5px;
}

.white-text {
  color: var(--kütüp-library--white);
}

.kutup-button-with-line {
  color: var(--kütüp-library--dark-slate-grey);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.kutup-nav-link-white {
  color: var(--kütüp-library--white);
  padding: 15px;
  font-size: 17px;
  font-weight: 700;
  transition: opacity .2s;
}

.kutup-nav-link-white:hover {
  color: rgba(255, 255, 255, .7);
}

.kutup-dropdown-link {
  color: var(--kütüp-library--dark-slate-grey-x);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}

.kutup-dropdown-link:hover {
  color: var(--kütüp-library--dark-slate-grey);
}

.kutup-dropdown-list {
  padding: 2px;
}

.kutup-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #eeece9;
  border-radius: 5px;
  padding: 10px 5px;
}

.kutup-dropdown-arrow-white {
  margin-right: 12px;
  font-size: 12px;
}

.kutup-dropdown-toggle-white {
  color: #fff;
  padding: 15px 30px 15px 15px;
  font-size: 17px;
  transition: opacity .2s;
}

.kutup-dropdown-toggle-white:hover {
  color: rgba(255, 255, 255, .7);
}

.kutup-dropdown {
  font-weight: 700;
}

.kutup-flex-divider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.kutup-last-item {
  order: 1;
}

.kutup-first-element {
  order: -1;
}

.kutup-nav-container-4 {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.kutup-nav-component-4 {
  background-color: var(--kütüp-library--dark-slate-grey);
  padding: 25px 3%;
}

.kutup-hero-right-part {
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(rgba(21, 1, 41, .15), rgba(21, 1, 41, .15)), url('../images/photo-1512934772407-b292436089ee-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #f71818;
  border-radius: 5px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
}

.success-message {
  color: #fff;
  background-color: #00963e;
  border-radius: 5px;
  font-size: 15px;
}

.kutup-other-font {
  font-weight: 500;
}

.kutup-gray-link {
  color: #818181;
  font-weight: 700;
}

.kutup-checkbox-label {
  color: var(--kütüp-library--dim-grey);
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
}

.kutup-checkbox {
  background-color: #fff;
  border: 1px solid rgba(41, 51, 92, .2);
  width: 17px;
  height: 17px;
  margin-top: 0;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.kutup-checkbox.w--redirected-checked {
  border-color: var(--kütüp-library--burntsienna);
  background-color: var(--kütüp-library--burntsienna);
  background-size: 11px;
}

.kutup-checkbox-field {
  font-size: 15px;
  display: flex;
}

.kutup-divider-10px {
  height: 10px;
}

.kutup-button-subscribe {
  background-color: var(--kütüp-library--dark-slate-grey);
  color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 12px 39px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  position: absolute;
  top: 10px;
  right: 14px;
}

.kutup-button-subscribe:hover {
  color: #fff;
  background-color: #3f6474;
  background-image: none;
}

.kutup-form-input {
  color: rgba(87, 87, 87, .8);
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 50px;
  min-height: 80px;
  padding-left: 30px;
  font-size: 15px;
  font-weight: 700;
}

.kutup-form-input::placeholder {
  font-weight: 700;
}

.relative-form {
  position: relative;
}

.kutup-form-block {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.kutup-divider-30px {
  height: 30px;
  display: none;
}

.kutup-paragraph {
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
}

.kutup-divider-15px {
  height: 15px;
}

.kutup-hero-title-2 {
  color: var(--kütüp-library--white);
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}

.kutup-small-top-text {
  color: var(--kütüp-library--burntsienna);
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.kutup-hero-left-part {
  background-color: #fff;
  background-image: linear-gradient(163deg, #8122dd, #8122dc 18%, #41116f);
  flex-direction: column;
  justify-content: space-around;
  padding: 105px 10%;
  display: flex;
}

.kutup-hero-2 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 700px;
  display: grid;
}

.kutup-nav-link {
  color: var(--kütüp-library--dark-slate-grey);
  padding: 15px;
  font-size: 17px;
  font-weight: 700;
  transition: opacity .3s;
}

.kutup-nav-link:hover {
  color: rgba(38, 70, 83, .8);
}

.kutup-dropdown-arrow {
  color: var(--kütüp-library--dark-slate-grey-x);
  margin-right: 12px;
  font-size: 12px;
  font-weight: 300;
}

.kutup-dropdown-toggle {
  color: #264653;
  padding: 15px 30px 15px 15px;
  font-size: 17px;
  font-weight: 600;
}

.kutup-dropdown-toggle:hover {
  color: rgba(38, 70, 83, .8);
}

.kutup-brand-link-line {
  border-right: 1px solid #ddd;
  padding-top: 15px;
  padding-bottom: 19px;
  padding-right: 20px;
}

.kutup-horizontal-flex {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.kutup-nav-component-1 {
  background-color: #fff;
  padding: 25px 3%;
}

.kutup-social-wrapper-flex {
  grid-column-gap: 15px;
  color: #fff;
  display: flex;
}

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

.kutup-shrink-item {
  z-index: 1;
  flex: 1;
  position: relative;
}

.kutup-nav-component-2 {
  background-color: rgba(255, 255, 255, 0);
  width: 100vw;
  padding: 25px 3%;
  display: block;
  position: fixed;
}

.kutup-footer-link {
  color: #0f001d;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.kutup-footer-link:hover {
  color: rgba(15, 0, 29, .8);
}

.kutup-footer-link.signature {
  color: rgba(15, 0, 29, .4);
  font-weight: 400;
}

.kutup-footer-horizontal-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.kutup-footer-horizontal-flex.signature {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.kutup-copyright {
  color: var(--kütüp-library--dim-grey);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.kutup-footer-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.kutup-medium-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.kutup-footer-3 {
  background-color: #fff;
  padding: 30px 5%;
}

.image {
  max-width: 40%;
}

.kutup-footer-grid-3 {
  justify-content: center;
  display: flex;
}

.text-block {
  color: rgba(15, 0, 29, .4);
  font-size: 18px;
}

.kutup-first-element-2 {
  order: -1;
}

.kutup-button-green {
  background-color: var(--kütüp-library--dark-slate-grey);
  color: #fff;
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
}

.kutup-button-green:hover {
  background-color: #3f6474;
}

.kutup-nav-link-2 {
  color: var(--kütüp-library--dark-slate-grey);
  padding: 15px;
  font-size: 17px;
  font-weight: 700;
  transition: opacity .3s;
}

.kutup-nav-link-2:hover {
  color: rgba(38, 70, 83, .8);
}

.kutup-dropdown-link-2 {
  color: var(--kütüp-library--dark-slate-grey-x);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}

.kutup-dropdown-link-2:hover {
  color: var(--kütüp-library--dark-slate-grey);
}

.kutup-dropdown-list-2 {
  padding: 2px;
}

.kutup-dropdown-list-2.w--open {
  background-color: #fff;
  border: 1px solid #eeece9;
  border-radius: 5px;
  padding: 10px 5px;
}

.kutup-dropdown-arrow-2 {
  color: var(--kütüp-library--dark-slate-grey-x);
  margin-right: 12px;
  font-size: 12px;
  font-weight: 300;
}

.kutup-dropdown-toggle-2 {
  color: #264653;
  padding: 15px 30px 15px 15px;
  font-size: 17px;
  font-weight: 600;
}

.kutup-dropdown-toggle-2:hover {
  color: rgba(38, 70, 83, .8);
}

.kutup-dropdown-2 {
  font-weight: 700;
}

.kutup-flex-divider-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.kutup-flex-divider-2.kutup-center {
  justify-content: center;
}

.kutup-last-item-2 {
  order: 1;
}

.kutup-nav-container-3 {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.kutup-nav-component-3 {
  background-color: #fff;
  padding: 25px 3%;
}

.kutup-button-line-2 {
  background-color: var(--kütüp-library--burntsienna);
  width: 100%;
  height: 1px;
  position: relative;
  top: 5px;
}

.kutup-button-with-line-2 {
  color: var(--kütüp-library--dark-slate-grey);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.kutup-divider-60px {
  height: 60px;
}

.kutup-subhead-dark {
  color: var(--kütüp-library--dim-grey);
  font-size: 18px;
  font-weight: 700;
}

.kutup-divider-30px-2 {
  height: 30px;
}

.kutup-hero-title-3 {
  color: var(--kütüp-library--dark-slate-grey);
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}

.kutup-hero-icon {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
}

.kutup-max-w-width-940px {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-large-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.kutup-shrink-item-2 {
  z-index: 1;
  flex: 1;
  position: relative;
}

.kutup-hero-3 {
  background-color: #eeece9;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.kutup-paragraph-2 {
  color: var(--kütüp-library--dim-grey);
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}

.kutup-faq-content {
  text-align: left;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 20px;
}

.kutup-faq-item {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.kutup-stripe-2 {
  background-color: #264653;
  width: 100%;
  height: 2px;
  position: absolute;
}

.kutup-stripe-1 {
  background-color: #264653;
  width: 2px;
  height: 100%;
}

.kutup-faq-plus-icon {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
}

.kutup-faq-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.kutup-faq-title {
  color: var(--kütüp-library--dark-slate-grey);
  font-size: 21px;
  font-weight: 700;
}

.kutup-faq-title-content {
  text-align: left;
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}

.kutup-faq-top-part {
  background-color: #fff;
  border-bottom: 1px solid rgba(41, 51, 92, .15);
  align-items: center;
  display: flex;
}

.kutup-faq-wrapper {
  cursor: pointer;
  margin-bottom: 10px;
  line-height: 1.6em;
  overflow: hidden;
}

.kutup-faq-componenet {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.kutup-display-2 {
  color: var(--kütüp-library--dark-slate-grey);
  margin-top: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-display-2.kutup-display-3 {
  font-size: 36px;
}

.kutup-small-top-text-2 {
  color: var(--kütüp-library--burntsienna);
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.kutup-max-w-width-640px {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.kutup-section {
  background-color: #f5f3f3;
  padding: 90px 5%;
}

.white-text-2 {
  color: var(--kütüp-library--white);
}

.kutup-divider-20px {
  height: 20px;
}

.kutup-button-white {
  background-color: var(--kütüp-library--white);
  color: var(--kütüp-library--dark-slate-grey);
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 17px;
  font-weight: 700;
}

.kutup-button-white:hover {
  background-color: rgba(255, 255, 255, .74);
}

.kutup-button-white.right {
  margin-left: 20px;
}

.kutup-component-divider {
  color: var(--kütüp-library--dark-slate-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.kutup-paragraph-white {
  color: rgba(255, 255, 255, .6);
  font-size: 16px;
  font-weight: 700;
}

.kutup-setup-heading {
  font-size: 31px;
  line-height: 1;
}

.kutup-setup-right-part {
  background-color: var(--kütüp-library--dark-slate-grey);
  color: var(--kütüp-library--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
}

.kutup-qoute-big-text {
  margin-top: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.kutup-divider-15px-2 {
  height: 15px;
}

.kutup-author-title {
  color: var(--kütüp-library--dark-slate-grey);
  font-size: 15px;
  font-weight: 700;
}

.kutup-setup-left-part {
  color: var(--kütüp-library--dark-slate-grey);
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 450px;
  padding: 80px 48px;
  display: flex;
}

.kutup-setup-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.kutup-cta-2 {
  background-color: #eeece9;
  padding: 80px 5%;
}

.div-block {
  display: flex;
}

.android {
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .kutup-menu-button {
    order: 1;
    padding-top: 15px;
    padding-left: 30px;
  }

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

  .kutup-nav-link-white {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kutup-dropdown-arrow-white {
    margin-right: 30px;
  }

  .kutup-dropdown-toggle-white {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kutup-dropdown {
    width: 100%;
  }

  .kutup-nav-menu-dark {
    background-color: #264653;
  }

  .kutup-last-item {
    order: 1;
  }

  .kutup-hero-right-part {
    min-height: 600px;
    /* display: none; */
  }

  .kutup-divider-30px {
    display: block;
  }

  .kutup-paragraph {
    color: var(--white);
  }

  .kutup-hero-2 {
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    min-height: auto;
    display: flex;
  }

  .kutup-nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kutup-dropdown-arrow {
    margin-right: 30px;
  }

  .kutup-dropdown-toggle {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kutup-nav-menu {
    background-color: #fff;
  }

  .kutup-nav-component-1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .kutup-footer-horizontal-flex {
    margin-bottom: 20px;
  }

  .footer-logo-link {
    order: -1;
  }

  .last-item-footer {
    order: 1;
  }

  .kutup-footer-grid-2 {
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .kutup-menu-button-2 {
    order: 1;
    padding-top: 15px;
    padding-left: 30px;
  }

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

  .kutup-nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kutup-dropdown-arrow-2 {
    margin-right: 30px;
  }

  .kutup-dropdown-toggle-2 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kutup-dropdown-2 {
    width: 100%;
  }

  .kutup-nav-menu-2 {
    background-color: #fff;
  }

  .kutup-last-item-2 {
    order: 1;
  }

  .kutup-hero-title-3 {
    font-size: 70px;
  }

  .kutup-hero-3 {
    min-height: auto;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .kutup-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .kutup-setup-left-part {
    min-height: auto;
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .kutup-setup-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .kutup-hero-right-part {
    min-height: 500px;
  }

  .kutup-hero-title-2 {
    font-size: 50px;
  }

  .kutup-hero-left-part {
    padding: 70px 10%;
  }

  .kutup-footer-horizontal-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .kutup-hero-title-3 {
    font-size: 50px;
  }

  .kutup-display-2 {
    font-size: 40px;
  }

  .kutup-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .kutup-qoute-big-text {
    font-size: 34px;
  }
}

@media screen and (max-width: 479px) {
  .kutup-mobile-portrait-hide {
    display: none;
  }

  .kutup-flex-divider {
    flex-direction: column;
    align-items: flex-start;
  }

  .kutup-nav-component-4 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .kutup-hero-right-part {
    min-height: 340px;
  }

  .kutup-checkbox {
    flex: none;
  }

  .kutup-button-subscribe {
    width: 100%;
    min-height: 50px;
    position: relative;
    top: 0;
    right: 0;
  }

  .kutup-form-input {
    min-height: 60px;
  }

  .kutup-hero-title-2 {
    font-size: 40px;
  }

  .kutup-hero-left-part {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .kutup-brand-link-line {
    border-right-style: none;
    padding-bottom: 15px;
    padding-right: 0;
  }

  .kutup-nav-component-1, .kutup-nav-component-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .kutup-footer-horizontal-flex {
    justify-content: center;
  }

  .kutup-mobile-portrait-hide-2 {
    display: none;
  }

  .kutup-flex-divider-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .kutup-flex-divider-2.kutup-center {
    align-items: center;
  }

  .kutup-nav-component-3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .kutup-hero-title-3 {
    font-size: 40px;
  }

  .kutup-hero-3 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .kutup-display-2 {
    font-size: 30px;
    line-height: 1.1;
  }

  .kutup-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kutup-setup-right-part {
    padding-left: 20px;
    padding-right: 20px;
  }

  .kutup-setup-left-part {
    padding: 19px 26px 34px;
  }
}

#w-node-_6ec83c2f-3eb0-de5c-e131-68e289a5f488-6d145779, #w-node-_6ec83c2f-3eb0-de5c-e131-68e289a5f4aa-6d145779 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adb140c8-e3c1-f041-693f-193f99aa8130-6d145779 {
  justify-self: center;
}

#w-node-adb140c8-e3c1-f041-693f-193f99aa8132-6d145779, #w-node-fe10d849-fb77-0ddb-2ac9-5977b4a573e8-6d145779 {
  align-self: center;
  justify-self: end;
}

#w-node-adb140c8-e3c1-f041-693f-193f99aa8130-de6350db {
  justify-self: center;
}

#w-node-adb140c8-e3c1-f041-693f-193f99aa8132-de6350db, #w-node-fe10d849-fb77-0ddb-2ac9-5977b4a573e8-de6350db {
  align-self: center;
  justify-self: end;
}

#w-node-adb140c8-e3c1-f041-693f-193f99aa8130-d1048e09 {
  justify-self: center;
}

#w-node-adb140c8-e3c1-f041-693f-193f99aa8132-d1048e09, #w-node-fe10d849-fb77-0ddb-2ac9-5977b4a573e8-d1048e09 {
  align-self: center;
  justify-self: end;
}

#w-node-adb140c8-e3c1-f041-693f-193f99aa8130-bef2369f {
  justify-self: center;
}

#w-node-adb140c8-e3c1-f041-693f-193f99aa8132-bef2369f, #w-node-fe10d849-fb77-0ddb-2ac9-5977b4a573e8-bef2369f {
  align-self: center;
  justify-self: end;
}
