:root {
  --black: black;
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #5a5a5a;
  font-family: Prompt, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}

h2 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: .6rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.container {
  flex: 0 auto;
  width: 100%;
  max-width: 1480px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.div-block {
  position: relative;
}

.image {
  width: 100%;
  max-width: 250px;
  display: block;
}

.div-block-2 {
  padding-top: 3rem;
  padding-bottom: 25px;
}

.div-block-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-form {
  flex: 1;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: absolute;
  inset: 0% 0% auto;
}

.section {
  position: relative;
}

.section.thx {
  background-image: url('../images/bg_top.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.box-form {
  z-index: 2;
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  min-width: 420px;
  max-width: 420px;
  min-height: 350px;
  margin-left: auto;
  padding: 1.6rem 1.5rem;
  position: relative;
  box-shadow: 0 16px 32px #0000001a;
}

.text-block-2 {
  text-align: center;
  text-transform: none;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
}

.field-label {
  margin-bottom: 2px;
  padding-left: 0;
  font-size: .9rem;
  font-weight: 300;
}

.text-field {
  border: 1px solid #d2d2d2;
  border-top-color: #d8d8d8;
  border-radius: 10px;
  min-height: 48px;
  margin-bottom: 0;
}

.text-field.numer_telefonu {
  border-top-color: #d8d8d8;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.box_mc_form {
  margin-bottom: 10px;
}

.text-block-3 {
  color: #5a5a5a80;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  border-right: 0 solid #d2d2d2;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  font-size: .9rem;
  font-weight: 700;
  display: flex;
}

.div-block-5 {
  display: flex;
}

.submit-button {
  background-color: #cc1300;
  border-radius: 10px;
  width: 100%;
  min-height: 60px;
  margin-top: 14px;
  padding: .6rem .8rem;
  font-weight: 700;
  transition: background-color .3s;
}

.submit-button:hover {
  background-color: #b81100;
}

.checkbox {
  border: 1px solid #707070;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  margin-top: 3px;
  margin-right: .5rem;
}

.checkbox.w--redirected-checked {
  background-color: #fff;
  background-image: url('../images/check_1.svg');
  background-position: 50%;
  background-size: 12px;
  border: 1px solid #707070;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: .6rem;
  line-height: 1.4;
  display: flex;
}

.text-block-6 {
  font-size: .6rem;
  font-weight: 300;
  line-height: 1.4;
}

.separator {
  min-height: .8rem;
}

.separator._2 {
  min-height: 1rem;
}

.div-block-12 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: minmax(320px, 1fr) minmax(320px, 1fr) minmax(300px, 420px);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
  display: grid;
}

.body {
  color: #000;
  font-family: Open Sans, sans-serif;
}

.div-block-20 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-2 {
  color: var(--black);
  font-family: Open Sans, sans-serif;
}

.form-block {
  margin-bottom: 0;
}

.div-block-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 440px;
  display: grid;
}

.div-block-21.box_2 {
  padding-top: 20px;
  padding-bottom: 0px;
  padding-right: 500px;
  display: flex;
}

.div-block-24 {
  grid-column-gap: 3rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-right: 1rem;
  display: block;
}

.heading-3 {
  color: #e40421;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 800;
  line-height: 1.2;
}

.section-2 {
  background-image: linear-gradient(#fff, #fbfbfb);
  padding-top: 70px;
  padding-bottom: 70px;
}

.grid-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1148px;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.div-block-29 {
  text-align: center;
}

.div-block-30 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-29 {
  font-size: 1.2rem;
  font-weight: 600;
}

.text-block-30, .text-block-31 {
  font-weight: 300;
}

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

.text-block-32 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}

.separator-2 {
  min-height: 2rem;
}

.text-block-33 {
  margin-top: 30px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
}

.div-block-31 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #1d1d1b;
  justify-content: center;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: 30px;
  text-decoration: none;
  display: inline-flex;
}

.no_margin {
  margin-bottom: 0;
}

.button {
  text-align: center;
  background-color: #e52713;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 310px;
  max-width: 360px;
  min-height: 60px;
  padding: .6rem 1.8rem;
  font-weight: 700;
  transition: background-color .3s;
  display: inline-flex;
}

.button:hover {
  background-color: #b81100;
}

.section-4 {
  background-color: #e8e8e8;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.div-block-32 {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-2 {
  color: #898989;
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 700;
  text-decoration: none;
}

.div-block-33 {
  color: #898989;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-34 {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
}

.div-block-34 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.div-block-35 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-36 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.separtor-3 {
  min-height: 3rem;
}

.text-block-35 {
  color: #787777;
  font-size: .8rem;
  font-weight: 400;
}

.link-3 {
  color: #787777;
  text-decoration: none;
  transition: color .3s;
}

.link-3:hover {
  opacity: .8;
}

.image-10 {
  width: 70px;
}

.section-5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.grid-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  margin-top: 2rem;
}

.div-block-37 {
  background-color: #fff;
  border-radius: 36px;
  padding: 1.6rem;
  position: relative;
  box-shadow: 0 12px 36px #00000014;
}

.text-block-36 {
  font-size: 1.1rem;
  font-weight: 800;
}

.list-item-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: .4rem;
  padding-bottom: .4rem;
  font-weight: 300;
  display: flex;
}

.list-2 {
  margin-top: 1rem;
  margin-bottom: 0;
}

.div-block-38 {
  background-color: #e52612;
  border-radius: 1000px;
  width: 90px;
  min-height: 8px;
  position: absolute;
  inset: -4px auto auto 1.4rem;
}

.separator-1 {
  min-height: 1rem;
}

.text-block-37, .checkbox-label, .checkbox-label-2 {
  font-weight: 300;
}

.link-4 {
  color: #000;
  text-decoration: underline;
}

.text-block-39 {
  text-align: center;
  font-weight: 300;
}

.text-block-40 {
  text-align: center;
  margin-top: 15px;
  font-weight: 700;
}

.text-block-41 {
  text-align: center;
  margin-top: 4px;
  font-weight: 600;
}

.text-block-42 {
  text-align: center;
  margin-bottom: 4px;
  font-weight: 600;
}

.button-2 {
  text-align: center;
  background-color: #000;
  border-radius: 10px;
  width: 100%;
  font-weight: 700;
}

.div-block-39 {
  max-width: 400px;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 25px;
  display: flex;
  position: relative;
}

.text-span-7 {
  color: #000;
}

.text-block-43 {
  font-size: 1.6rem;
  font-weight: 300;
}

.div-block-40 {
  background-image: url('../images/bg_top.png'), linear-gradient(#fff, #fbfbfb);
  background-position: 50%, 0 0;
  background-repeat: repeat-x, repeat;
  background-size: auto, auto;
  padding-top: 0;
}

.div-block-41 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 620px;
  padding-top: 75px;
  padding-bottom: 0;
  display: flex;
}

.postac_pan {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: 0;
  display: block;
  position: relative;
}

.separator-5 {
  min-height: 5rem;
}

.div-block-42 {
  width: 400px;
  min-width: 400px;
  max-width: 400px;
}

.div-block-44 {
  text-align: center;
}

.text-block-44 {
  font-size: 1.8rem;
  font-weight: 300;
}

.text-block-45 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.5;
}

.text-block-46 {
  font-size: 1.4rem;
  font-weight: 300;
}

.button-3 {
  color: #e52713;
  background-color: #fff0;
  border: 2px solid #e52713;
  border-radius: 10px;
  padding: .5rem 1.8rem;
  font-weight: 700;
}

.list-item-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.list-item-3.small {
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 300;
}

.list-item-3.small.w2 {
  justify-content: flex-start;
  align-items: flex-start;
}

.text-span-8 {
  color: #000;
}

.div-block-45 {
  min-height: 95px;
  max-height: 95px;
}

.separator-50 {
  min-height: 50px;
}

.graf_2 {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: 0;
  display: none;
  position: relative;
}

.div-block-46 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.list-item-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list-item-4.pdstep_top {
  margin-top: 40px;
}

.text-block-47 {
  font-size: 24px;
  font-weight: 700;
}

.list-3 {
  margin-bottom: 0;
  margin-left: 15px;
}

.text-block-48, .text-block-49 {
  font-weight: 300;
}

.image-11 {
  min-width: 70px;
}

.section-2-copy {
  padding-top: 70px;
  padding-bottom: 0px;
  overflow: hidden;
}

.text-block-50 {
  color: #5c5c5c;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 300;
}

.separator-70 {
  min-height: 70px;
}

.div-block-47 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.list-4 {
  text-align: left;
}

.list-item-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.grid-5 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.separator-90 {
  min-height: 90px;
}

.div-block-48 {
  z-index: 2;
  text-align: left;
  background-color: #fff;
  border-radius: 16px;
  padding: 40px;
  position: relative;
  box-shadow: 0 12px 36px #00000014;
}

.text-block-51 {
  margin-top: 20px;
  font-size: 1.2rem;
  font-weight: 300;
}

.text-block-52 {
  color: #e52713;
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
}

.image-12 {
  position: absolute;
  inset: 15px 15px auto auto;
}

.div-block-49 {
  background-color: #ececec;
  border-radius: 16px;
  width: 180px;
  min-height: 143px;
  position: absolute;
  top: -30px;
  left: -30px;
}

.div-block-49._2 {
  background-color: #e20613;
  inset: auto auto -30px 25%;
}

.separator-40 {
  min-height: 40px;
}

.div-block-49-copy {
  background-color: #ececec;
  border-radius: 16px;
  width: 180px;
  min-height: 143px;
  position: absolute;
  top: -30px;
  left: -30px;
}

.div-block-49-copy._2 {
  background-color: #b1b1b1;
  width: 136px;
  min-height: 116px;
  inset: -30px 32% auto auto;
}

.div-block-49-copy._3 {
  width: 144px;
  inset: auto 12% -30px auto;
}

.div-block-49-copy._4 {
  background-color: #e10914;
  width: 144px;
  inset: 30px -30px auto auto;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .container.no_margin {
    padding-right: 0;
  }

  .image {
    max-width: 80px;
  }

  .image.thx {
    max-width: 200px;
  }

  .div-block-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-form {
    position: relative;
  }

  .section {
    overflow: hidden;
  }

  .box-form {
    box-shadow: none;
    text-align: left;
    min-width: 100%;
    max-width: 100%;
  }

  .text-block-2 {
    text-align: center;
  }

  .submit-button {
    min-height: 50px;
  }

  .div-block-12 {
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .div-block-21, .div-block-21.box_2 {
    padding-right: 0;
  }

  .div-block-24 {
    grid-template-columns: 1fr 1fr;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .button {
    justify-content: center;
    align-items: center;
    min-height: 50px;
    display: flex;
  }

  .div-block-32 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .button-2 {
    justify-content: center;
    align-items: center;
    min-height: 50px;
    display: flex;
  }

  .div-block-40 {
    padding-top: 0;
  }

  .postac_pan {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .div-block-42 {
    display: none;
  }

  .graf_2 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-46 {
    grid-template-columns: 1fr;
    font-weight: 300;
  }

  .grid-5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .div-block-48 {
    padding-top: 60px;
    padding-right: 60px;
  }

  .div-block-49._2 {
    left: -30px;
  }

  .div-block-49-copy._2 {
    inset: 52% 50% 50%;
  }

  .div-block-49-copy._3 {
    right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container.no_margin {
    padding-right: 0;
  }

  .div-block-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .container-form {
    padding-left: 0;
    padding-right: 0;
  }

  .section.thx {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: stretch;
  }

  .div-block-12 {
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-20 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-21 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 0;
    padding-left: 1.5px;
  }

  .div-block-24 {
    grid-template-columns: 1fr;
    place-items: start center;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .heading-3 {
    margin-top: 0;
    font-size: 5rem;
  }

  .section-2, .section-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-33 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-35 {
    flex-flow: column;
  }

  .image-10 {
    width: 60px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
    font-weight: 400;
  }

  .div-block-39 {
    max-width: 100%;
    padding-top: 75px;
    padding-bottom: 0;
  }

  .div-block-41 {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 1.5rem;
  }

  .postac_pan {
    min-width: 100%;
    max-width: 100%;
    display: none;
  }

  .separator-5 {
    min-height: 4rem;
  }

  .div-block-43 {
    display: none;
  }

  .text-block-45 {
    line-height: 1.2;
  }

  .div-block-45 {
    display: none;
  }

  .graf_2 {
    min-width: 100%;
    max-width: 100%;
  }

  .div-block-46 {
    font-weight: 400;
  }

  .section-2-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .list-item-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .container.no_margin {
    padding-right: 0;
  }

  .image {
    width: 200px;
  }

  .image.thx {
    max-width: 160px;
  }

  .div-block-3 {
    min-height: auto;
    padding-top: 0;
  }

  .box-form {
    padding: 2rem 1.5rem 1rem;
  }

  .div-block-12 {
    padding-top: 0;
  }

  .div-block-21 {
    background-image: none;
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .div-block-24 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
  }

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

  .div-block-39 {
    padding-top: 25px;
  }

  .div-block-41 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .separator-5 {
    min-height: 2rem;
  }

  .text-block-45 {
    font-size: 2.9rem;
  }

  .list-item-4 {
    flex-flow: column;
  }

  .div-block-48 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-52 {
    font-size: 50px;
  }

  .div-block-49-copy._3 {
    display: none;
  }

  .heading-4, .heading-5 {
    text-align: left;
  }

  .heading-6 {
    margin-right: auto;
  }
}

#w-node-_13acf255-2a71-887d-861b-45945a668c17-2ce2fabe {
  place-self: center end;
}

#w-node-d551fe29-6559-1cfb-64db-da9b43014b0e-2ce2fabe {
  align-self: start;
}

#w-node-_9db53312-2503-3ff2-4366-83c7e0c4b6d7-2ce2fabe {
  place-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_13acf255-2a71-887d-861b-45945a668c17-2ce2fabe {
    justify-self: center;
  }

  #w-node-_9db53312-2503-3ff2-4366-83c7e0c4b6d7-2ce2fabe {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_13acf255-2a71-887d-861b-45945a668c17-2ce2fabe {
    justify-self: end;
  }
}


