#b2b_boxes, #b2b_contact, #b2b_content, #b2b_proccess {
  color: #000;
}
#b2b_boxes h2, #b2b_boxes h3, #b2b_contact h2, #b2b_contact h3, #b2b_content h2, #b2b_content h3, #b2b_proccess h2, #b2b_proccess h3 {
  color: #1b1740;
}
#b2b_boxes .color--red, #b2b_contact .color--red, #b2b_content .color--red, #b2b_proccess .color--red {
  color: #e30613;
}
#b2b_boxes .color--blue, #b2b_contact .color--blue, #b2b_content .color--blue, #b2b_proccess .color--blue {
  color: #1b1740;
}

#b2b_content {
  padding: 80px 0 90px;
}
#b2b_content h1, #b2b_content h2 {
  margin: 0;
}
#b2b_content p {
  margin-top: 40px;
}

#b2b_boxes {
  padding: 80px 0 100px;
  background: #f7f7f7;
}
#b2b_boxes .boxes {
  display: flex;
  flex-flow: wrap row;
  justify-content: space-between;
}
#b2b_boxes .boxes .box {
  flex: 0 0 270px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px -20px 32px 20px rgba(0, 0, 0, 0.04);
  transition: 0.36s ease-in-out;
  padding: 30px 30px 50px;
}
#b2b_boxes .boxes .box.--no-border {
  background: transparent;
  box-shadow: none;
}
#b2b_boxes .boxes .box.--no-border h3 + p {
  margin-top: 24px;
}
#b2b_boxes .boxes .box h2, #b2b_boxes .boxes .box h3, #b2b_boxes .boxes .box p {
  margin: 0;
}
#b2b_boxes .boxes .box h3, #b2b_boxes .boxes .box h2 {
  font-size: 30px;
  line-height: 36px;
}
#b2b_boxes .boxes .box h2 {
  margin-bottom: 6px;
  color: #e30613;
}
#b2b_boxes .boxes .box h3 + p {
  margin-top: 6px;
}
#b2b_boxes .boxes .box .image_wrapper {
  margin-top: 20px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#b2b_boxes .boxes .box .image_wrapper img {
  height: 100%;
  max-width: 170px;
  max-height: 150px;
  object-fit: contain;
  transition: 0.34s ease-out;
}
#b2b_boxes .boxes .box:hover img {
  transform: scale(1.05) rotate(-3deg);
}
@media (max-width: 1200px) {
  #b2b_boxes .boxes .box {
    flex: 1;
    margin: 15px 15px;
  }
  #b2b_boxes .boxes .box.--no-border {
    flex: 100%;
  }
}
@media (max-width: 768px) {
  #b2b_boxes .boxes .box {
    flex: 100%;
    padding: 15px 30px;
    align-items: center;
  }
  #b2b_boxes .boxes .box:not(.--no-border) {
    display: flex;
  }
  #b2b_boxes .boxes .box .image_wrapper {
    order: 1;
    margin-top: 0;
    margin-right: 30px;
  }
  #b2b_boxes .boxes .box .image_wrapper img {
    max-width: 120px;
  }
  #b2b_boxes .boxes .box .box_content {
    order: 2;
  }
}

#b2b_proccess {
  padding: 60px 0 75px;
}
#b2b_proccess .section_title {
  font-size: 30px;
  text-align: center;
  color: #e30613;
}
#b2b_proccess .boxes {
  display: flex;
  flex-flow: wrap row;
  justify-content: center;
}
#b2b_proccess .boxes .box {
  flex: 0 0 550px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 -20px 54px 16px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  padding: 20px;
  margin: 10px;
}
#b2b_proccess .boxes .box h3, #b2b_proccess .boxes .box p {
  font-size: 16px;
  margin: 0;
}
#b2b_proccess .boxes .box p {
  margin-top: 6px;
}
#b2b_proccess .boxes .box .image_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 768px) {
  #b2b_proccess .boxes .box {
    flex: 100%;
  }
}
#b2b_proccess .boxes .box:hover img {
  transform: scale(1.1) rotate(-3deg);
}
#b2b_proccess img {
  max-height: 60px;
  transition: 0.34s ease-out;
}

#b2b_contact {
  padding: 70px 0 80px;
  border-top: 1px solid #ddd;
}
#b2b_contact .container {
  max-width: 900px;
}
#b2b_contact .wrapper {
  display: flex;
  flex-flow: wrap row;
}
#b2b_contact .wrapper .part {
  flex: 1;
}
#b2b_contact .wrapper .part + .part {
  margin-left: 36px;
}
#b2b_contact .wrapper .content {
  line-height: 1.7;
}
#b2b_contact .wrapper .content p {
  margin: 0;
}
#b2b_contact .wrapper .content a {
  font-weight: bold;
  text-decoration: underline;
}
#b2b_contact .wrapper .big_button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #1b1740;
  border-radius: 10px;
}
#b2b_contact .wrapper .big_button .btn {
  display: block;
  background: #f1c50e;
  color: #1b1740;
  padding: 8px 24px 6px;
}
#b2b_contact .wrapper .big_button .back {
  display: none;
}
#b2b_contact .wrapper .big_button.show_back .back {
  display: block;
}
#b2b_contact .wrapper .big_button.show_back .front {
  display: none;
}
#b2b_contact .wrapper .big_button .back_wrapper {
  display: flex;
  justify-content: center;
  font-size: 20px;
}
#b2b_contact .wrapper .big_button .back_wrapper a {
  color: #fff;
}
#b2b_contact .wrapper .big_button .back_wrapper img {
  margin-right: 8px;
}
#b2b_contact .wrapper .big_button .back_wrapper div {
  display: flex;
  align-items: center;
}
#b2b_contact .wrapper .big_button .back_wrapper div + div {
  margin-left: 16px;
}
@media (max-width: 991px) {
  #b2b_contact .wrapper .part {
    flex: 100%;
    margin: 15px 0 !important;
  }
  #b2b_contact .wrapper .big_button {
    min-height: 80px;
  }
  #b2b_contact .wrapper .content {
    text-align: center;
  }
}

#frm-fulltextForm {
  right: 65px;
}
#frm-fulltextForm input[type=text] {
  transition: 0.34s ease-out;
  transform: scaleX(0);
  transform-origin: right;
  padding-right: 46px;
}
#frm-fulltextForm .btn-search.icon-search {
  top: unset;
  left: unset;
  right: -30px;
  bottom: unset;
  border-radius: 5px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  width: 42px;
  padding: 0;
  margin: 0;
}
#frm-fulltextForm:hover input[type=text] {
  transform: none;
}
#frm-fulltextForm:hover .btn-search.icon-search {
  border-radius: 0 5px 5px 0;
  background: #f7f7f7;
}
#frm-fulltextForm:focus input[type=text] {
  transform: none;
}
#frm-fulltextForm:focus .btn-search.icon-search {
  border-radius: 0 5px 5px 0;
  background: #f7f7f7;
}
#frm-fulltextForm:focus-within input[type=text] {
  transform: none;
}
#frm-fulltextForm:focus-within .btn-search.icon-search {
  border-radius: 0 5px 5px 0;
  background: #f7f7f7;
}

@media (max-width: 1200px) and (min-width: 991px) {
  .menu ul li:first-of-type > a {
    padding-left: 20px;
  }
  .menu ul li a {
    font-size: 1.05rem;
  }
}
.menu .btn.btn--yellow {
  width: auto;
}

#howTo_content,
#howTo_priceTable,
#howTo_list {
  color: #000;
}
#howTo_content h1, #howTo_content h2, #howTo_content p,
#howTo_priceTable h1,
#howTo_priceTable h2,
#howTo_priceTable p,
#howTo_list h1,
#howTo_list h2,
#howTo_list p {
  margin: 0;
}

#howTo_content {
  padding: 80px 0;
}
#howTo_content h1 {
  margin-bottom: 6px;
}
#howTo_content h2 {
  margin-bottom: 24px;
  color: #1b1740;
}
#howTo_content p + p {
  margin-top: 12px;
}
#howTo_content h2 + p {
  margin-bottom: 24px;
}

#howTo_priceTable {
  padding: 100px 0 150px;
  background: #f7f7f7;
  color: #1b1740;
}
@media (max-width: 768px) {
  #howTo_priceTable {
    padding: 80px 0;
  }
}
#howTo_priceTable ul, #howTo_priceTable li {
  list-style: none;
  padding: 0;
}
#howTo_priceTable .section_title {
  color: #e30613;
  font-size: 47px;
}
#howTo_priceTable .price_table {
  display: flex;
  margin-top: 160px;
}
#howTo_priceTable .price_table svg {
  fill: rgba(255, 255, 255, 0.8);
}
#howTo_priceTable .price_table .pt_column {
  position: relative;
  flex: 0 0 280px;
  background: #fff;
}
#howTo_priceTable .price_table .pt_column + .pt_column {
  border-left: 1px solid #f2f2f2;
}
#howTo_priceTable .price_table .pt_keys {
  background: #1b1740;
  color: #fff;
  border-radius: 5px 0 0 5px;
}
#howTo_priceTable .price_table .pt_keys .pt_head {
  text-align: left;
  padding: 20px 30px 20px 20px;
  background: none;
  border: 0;
  align-items: flex-start;
}
#howTo_priceTable .price_table .pt_keys .pt_row {
  justify-content: space-between;
  border-color: #2d294f !important;
  z-index: 3;
}
#howTo_priceTable .price_table .pt_keys .pt_row:hover {
  z-index: 4;
}
#howTo_priceTable .price_table .pt_keys .pt_row:focus-within {
  z-index: 4;
}
#howTo_priceTable .price_table .pt_keys + .pt_column .pt_head {
  border-radius: 5px 0 0 0;
}
#howTo_priceTable .price_table .pt_keys + .pt_column .pt_foot {
  border-radius: 0 0 0 5px;
}
#howTo_priceTable .price_table .pt_keys::after {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  background: #1b1740;
  top: 0;
  left: 100%;
  z-index: 0;
}
#howTo_priceTable .price_table .pt_row {
  position: relative;
  z-index: 2;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
}
#howTo_priceTable .price_table .pt_row + .pt_row {
  border-top: 1px solid #f2f2f2;
}
#howTo_priceTable .price_table .pt_info {
  margin-left: 16px;
  position: relative;
  z-index: 10;
}
#howTo_priceTable .price_table .pt_info:hover .pt_infobox {
  transform: none;
  opacity: 1;
  pointer-events: all;
}
#howTo_priceTable .price_table .pt_info:focus .pt_infobox {
  transform: none;
  opacity: 1;
  pointer-events: all;
}
#howTo_priceTable .price_table .pt_info:focus-within .pt_infobox {
  transform: none;
  opacity: 1;
  pointer-events: all;
}
#howTo_priceTable .price_table .pt_infobox {
  top: 0;
  left: 0;
  position: absolute;
  width: 350px;
  background: #f7f7f7;
  z-index: 1000;
  color: #1b1740;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid rgb(216.4, 216.4, 216.4);
  pointer-events: none;
  transition: 0.27s ease-out;
  transform-origin: top left;
  transform: scale(0) translate(-50px, -50px);
  opacity: 0;
}
#howTo_priceTable .price_table .pt_infobox p + p {
  margin-top: 12px;
}
#howTo_priceTable .price_table .pt_head {
  position: absolute;
  bottom: 100%;
  width: 100%;
  text-align: center;
  background: #fff;
  height: 160px;
  display: flex;
  flex-flow: wrap column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
}
#howTo_priceTable .price_table .pt_head h3 {
  font-size: 26px;
  margin: 0 0 12px;
}
#howTo_priceTable .price_table .pt_head p {
  margin: 0;
}
#howTo_priceTable .price_table .pt_foot {
  position: absolute;
  top: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding-bottom: 16px;
}
#howTo_priceTable .price_table .pt_foot .btn {
  padding: 6px 60px;
  border-radius: 5px;
  color: #1b1740;
  background: #f1c50e;
}
#howTo_priceTable .price_table .pt_highlighted {
  flex: 0 0 290px;
}
#howTo_priceTable .price_table .pt_highlighted .pt_head ::before {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  position: absolute;
  bottom: 100%;
  background: #fff;
  border-radius: 5px 5px 0 0;
  left: 0;
}
#howTo_priceTable .price_table .pt_highlighted .btn {
  color: #fff;
  background: #e30613;
}
#howTo_priceTable .price_table .pt_highlighted .pt_foot::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  height: 16px;
  background: #fff;
  border-radius: 0 0 5px 5px;
}
#howTo_priceTable .price_table .pt_highlighted h3 {
  color: #e30613;
}
#howTo_priceTable .price_table .pt_mobile_texts {
  display: none;
}
@media (max-width: 1200px) {
  #howTo_priceTable .price_table .pt_column {
    flex: 0 0 200px;
  }
  #howTo_priceTable .price_table .pt_keys {
    flex: 0 0 280px;
  }
  #howTo_priceTable .price_table .pt_highlighted {
    flex: 0 0 210px;
  }
  #howTo_priceTable .price_table .pt_foot .btn {
    padding: 6px 30px;
  }
}
@media (max-width: 991px) {
  #howTo_priceTable .price_table .pt_column {
    flex: 0 0 160px;
  }
  #howTo_priceTable .price_table .pt_keys {
    flex: 1;
  }
  #howTo_priceTable .price_table .pt_highlighted {
    flex: 0 0 180px;
  }
  #howTo_priceTable .price_table .pt_row {
    height: 90px;
  }
  #howTo_priceTable .price_table .pt_foot .btn {
    padding: 6px 30px;
  }
}
@media (max-width: 768px) {
  #howTo_priceTable .price_table {
    margin-top: 0;
    flex-flow: wrap row;
  }
  #howTo_priceTable .price_table .pt_column {
    flex: 100%;
    border-radius: 5px;
  }
  #howTo_priceTable .price_table .pt_column + .pt_column {
    margin-top: 32px;
  }
  #howTo_priceTable .price_table .pt_column:not(.pt_keys) {
    padding: 50px 0;
    border: 1px solid #eee !important;
  }
  #howTo_priceTable .price_table svg {
    fill: rgba(27, 23, 64, 0.2);
  }
  #howTo_priceTable .price_table .pt_mobile_texts {
    display: flex;
    align-items: center;
  }
  #howTo_priceTable .price_table .pt_keys {
    background: transparent;
  }
  #howTo_priceTable .price_table .pt_keys::after {
    content: none;
  }
  #howTo_priceTable .price_table .pt_keys .pt_row {
    display: none;
  }
  #howTo_priceTable .price_table .pt_head, #howTo_priceTable .price_table .pt_foot {
    position: relative;
    top: unset;
    bottom: unset;
    height: unset;
  }
  #howTo_priceTable .price_table .pt_head::before, #howTo_priceTable .price_table .pt_head::after, #howTo_priceTable .price_table .pt_foot::before, #howTo_priceTable .price_table .pt_foot::after {
    content: none;
  }
  #howTo_priceTable .price_table .pt_head {
    flex-flow: nowrap row;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
  }
  #howTo_priceTable .price_table .pt_head h3 {
    margin-bottom: 0;
  }
  #howTo_priceTable .price_table .pt_foot {
    padding-bottom: 0;
    padding-top: 24px;
  }
  #howTo_priceTable .price_table .pt_row {
    height: unset;
    justify-content: space-between;
    padding: 8px 16px;
    z-index: 3;
  }
  #howTo_priceTable .price_table .pt_row:hover {
    z-index: 4;
  }
  #howTo_priceTable .price_table .pt_row:focus {
    z-index: 4;
  }
  #howTo_priceTable .price_table .pt_wrapper {
    flex: 0 0 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 680px) {
  #howTo_priceTable .price_table .pt_info:hover .pt_infobox {
    transform: translate(-50%) !important;
  }
  #howTo_priceTable .price_table .pt_info:focus .pt_infobox {
    transform: translate(-50%) !important;
  }
  #howTo_priceTable .price_table .pt_infobox {
    left: 0;
  }
}

#howTo_list {
  padding: 90px 0 100px;
}
#howTo_list h2 {
  color: #e30613;
  font-size: 30px;
  margin-bottom: 30px;
}
#howTo_list .list {
  margin-bottom: 40px;
  padding-left: 0;
  list-style: none;
}
#howTo_list .list li {
  padding: 3px 0 3px 22px;
  position: relative;
}
#howTo_list .list li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #f1c50e;
}
#howTo_list p + p {
  margin-top: 12px;
}

.tel_email_wrapper {
  display: flex;
  margin-top: 16px;
  margin-bottom: 8px;
  justify-content: space-between;
}
.tel_email_wrapper div img {
  margin-right: 6px;
  max-width: 20px;
}
.tel_email_wrapper div a:hover {
  color: #1b1740;
}

@media (max-width: 991px) {
  #responsive-menu .form--custom input[type=submit] {
    width: 160px;
  }
}
@media (max-width: 660px) {
  .menu--desktop-links,
  .menu--desktop-actions {
    display: none;
  }
  #responsive-menu .form--custom {
    margin: 0 15px;
  }
  #responsive-menu .form--custom input[type=text] {
    margin-bottom: 15px;
    max-width: unset;
  }
}
.scroll-smooth {
  scroll-behavior: smooth;
}

.page--world {
  color: #000;
}
.page--world p {
  margin-bottom: 1rem;
}
.page--world .text-red {
  color: #e30613;
}
.page--world .text-black {
  color: #000;
}
.page--world .text-blue {
  color: #1b1740;
}
.page--world .text-light-blue {
  color: #0064d2;
}
.page--world .btn.btn--yellow {
  min-width: 290px;
}
.page--world .pw--bullet-list {
  padding-left: 0;
  list-style: none;
}
.page--world .pw--bullet-list li {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}
.page--world .pw--bullet-list li::before {
  content: "";
  flex: 0 0 auto;
  border-radius: 50%;
  display: block;
  height: 10px;
  width: 10px;
  margin-left: 10px;
  margin-right: 21px;
  background: #f1c50e;
  box-shadow: 0 0 0 5px #fff, 0 0 0 6px rgba(9, 9, 9, 0.2);
}
.page--world .pw--introduction {
  padding: 80px 0 90px;
}
.page--world .pw--introduction h1 {
  font-size: 42px;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .page--world .pw--introduction {
    padding: 40px 0 50px;
  }
}
.page--world .pw--brands {
  padding: 80px 0 40px;
  background: linear-gradient(180deg, #f7f7f7 70%, white 90%);
}
.page--world .pw--brands h2 {
  font-size: 30px;
  text-align: center;
}
.page--world .pw--brands .row--brands h2 {
  color: #1b1740;
  margin-top: 0;
  margin-bottom: 2.25rem;
}
.page--world .pw--brands .row--brands .img-responsive {
  height: 60px;
  margin: auto;
  margin-top: 2rem;
  margin-bottom: 16px;
}
.page--world .pw--brands .row--brands .pw--brand-item {
  position: relative;
}
.page--world .pw--brands .row--brands .pw--brand-item + .pw--brand-item::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  background: #ddd;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%) scaleY(1.3);
}
@media (max-width: 991px) {
  .page--world .pw--brands .row--brands .pw--brand-item + .pw--brand-item::after {
    content: none;
  }
}
@media (max-width: 768px) {
  .page--world .pw--brands {
    padding: 3rem 0 1.5rem;
  }
  .page--world .pw--brands .row--brands h2 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.page--world .pw--box-line-under {
  background: #fff;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap row;
  margin-top: 6rem;
}
.page--world .pw--box-line-under .pw--box-line-title {
  flex: 100%;
}
.page--world .pw--box-line-under .pw--box-line-title h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.page--world .pw--box-line-under .pw--box-line-item {
  padding: 1rem 2rem;
}
.page--world .pw--box-line-under .pw--box-line-item img {
  height: 42px;
  margin-right: 0.5rem;
}
.page--world .pw--box-line-under::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  bottom: 0;
  background: #f1c50e;
}
@media (max-width: 768px) {
  .page--world .pw--box-line-under {
    margin-top: 2rem;
  }
}
@media (max-width: 600px) {
  .page--world .pw--box-line-under {
    flex-flow: wrap row;
  }
  .page--world .pw--box-line-under .pw--box-line-item {
    flex: 100%;
    padding: 1rem 1rem;
  }
  .page--world .pw--box-line-under img {
    width: 42px;
    object-fit: contain;
  }
}
.page--world .pw--boxes {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.page--world .pw--boxes .pw--boxes-item {
  background: #fff;
  border-radius: 4px;
  padding: 1rem;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.04);
  margin: 1rem 0;
}
.page--world .pw--boxes .pw--boxes-item h4 {
  font-size: 28px;
}
.page--world .pw--boxes .pw--boxes-item ul {
  list-style: none;
  padding-left: 0;
}
.page--world .pw--boxes .pw--boxes-item ul li {
  display: flex;
  align-items: center;
  padding: 0.3rem 0;
}
.page--world .pw--boxes .pw--boxes-item ul li::before {
  content: "";
  display: inline-block;
  height: 24px;
  width: 26px;
  margin-right: 0.5rem;
  margin-top: -6px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAYCAYAAADkgu3FAAAACXBIWXMAAC4jAAAuIwF4pT92AAALi2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDggNzkuMTY0MDM2LCAyMDE5LzA4LzEzLTAxOjA2OjU3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOmlsbHVzdHJhdG9yPSJodHRwOi8vbnMuYWRvYmUuY29tL2lsbHVzdHJhdG9yLzEuMC8iIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6cGRmPSJodHRwOi8vbnMuYWRvYmUuY29tL3BkZi8xLjMvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcFRQZz0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3QvcGcvIiB4bWxuczpzdERpbT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL0RpbWVuc2lvbnMjIiB4bWxuczp4bXBHPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvZy8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wTU06UmVuZGl0aW9uQ2xhc3M9InByb29mOnBkZiIgeG1wTU06RG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjIxZDY4YjY4LTI5YzYtNGI0Ny1iOWI0LTk1YTFkNTc0OGNmNiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxMWRlZjY4OC0zYjNjLTg0NGUtOThlMi05YzgzYWI5NjcyNGUiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0idXVpZDo1NTE0Y2FlMy0zOWI4LTQwNDMtODgwNC1kODNkZjE1OWJmYjMiIGlsbHVzdHJhdG9yOkNyZWF0b3JTdWJUb29sPSJBSVJvYmluIiBpbGx1c3RyYXRvcjpUeXBlPSJEb2N1bWVudCIgeG1wOkNyZWF0ZURhdGU9IjIwMjEtMTAtMzFUMTY6MzcrMDI6MDAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgSWxsdXN0cmF0b3IgMjYuMCAoV2luZG93cykiIHhtcDpNb2RpZnlEYXRlPSIyMDIxLTExLTE2VDE0OjI3OjQxKzAxOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIxLTExLTE2VDE0OjI3OjQxKzAxOjAwIiBwZGY6UHJvZHVjZXI9IkFkb2JlIFBERiBsaWJyYXJ5IDE2LjAzIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgeG1wVFBnOk5QYWdlcz0iMSIgeG1wVFBnOkhhc1Zpc2libGVUcmFuc3BhcmVuY3k9IkZhbHNlIiB4bXBUUGc6SGFzVmlzaWJsZU92ZXJwcmludD0iRmFsc2UiIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBhcHBsaWNhdGlvbi9wZGYgdG8gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6ODdmNGM5NWYtNjIzMy1lMjRhLTk2NDgtMGM5YTVlMDZjMGJhIiBzdEV2dDp3aGVuPSIyMDIxLTExLTE2VDE0OjI3OjQxKzAxOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBhcHBsaWNhdGlvbi9wZGYgdG8gaW1hZ2UvcG5nIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJkZXJpdmVkIiBzdEV2dDpwYXJhbWV0ZXJzPSJjb252ZXJ0ZWQgZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6MTFkZWY2ODgtM2IzYy04NDRlLTk4ZTItOWM4M2FiOTY3MjRlIiBzdEV2dDp3aGVuPSIyMDIxLTExLTE2VDE0OjI3OjQxKzAxOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjg3ZjRjOTVmLTYyMzMtZTI0YS05NjQ4LTBjOWE1ZTA2YzBiYSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4N2Y0Yzk1Zi02MjMzLWUyNGEtOTY0OC0wYzlhNWUwNmMwYmEiIHN0UmVmOm9yaWdpbmFsRG9jdW1lbnRJRD0idXVpZDo1NTE0Y2FlMy0zOWI4LTQwNDMtODgwNC1kODNkZjE1OWJmYjMiIHN0UmVmOnJlbmRpdGlvbkNsYXNzPSJwcm9vZjpwZGYiLz4gPGRjOnRpdGxlPiA8cmRmOkFsdD4gPHJkZjpsaSB4bWw6bGFuZz0ieC1kZWZhdWx0Ij5WZWN0b3IgU21hcnQgT2Jq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");
}
.page--world .pw--map {
  padding: 0px 0 60px;
}
.page--world .pw--map h2 {
  font-size: 30px;
  margin-bottom: 2.25rem;
}
.page--world .pw--map .pw--map-wrapper img {
  margin-top: 100px;
  width: 100%;
}
@media (max-width: 991px) {
  .page--world .pw--map .pw--map-wrapper img {
    margin-top: 60px;
  }
}
@media (max-width: 640px) {
  .page--world .pw--map .pw--map-wrapper img {
    margin-top: 20px;
  }
}
.page--world .pw--map .pw--bullet-list {
  margin-bottom: 30px;
}
.page--world .pw--map .btn {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .page--world .pw--map {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .page--world .pw--map .cta-wrapper {
    text-align: center;
  }
}
.page--world .pw--cite {
  background: #1b1740;
  padding: 80px 15px 70px;
}
.page--world .pw--cite .pw--cite-block {
  max-width: 750px;
  margin-inline: auto;
  background: #fff;
  padding: 4rem 4rem 2rem;
  border-radius: 13px;
  display: flex;
  flex-flow: wrap row;
}
.page--world .pw--cite .pw--cite-description {
  text-align: center;
  margin-bottom: 2rem;
  flex: 100%;
}
.page--world .pw--cite .pw--cite-image {
  margin-right: 3.5rem;
  flex: 0 0 auto;
}
.page--world .pw--cite .pw--cite-content {
  flex: 1;
}
.page--world .pw--cite .pw--cite-content em {
  display: block;
  line-height: 28px;
  font-size: 16px;
}
.page--world .pw--cite .pw--cite-button {
  flex: 100%;
  margin-top: 1rem;
  text-align: center;
}
.page--world .pw--cite .pw--cite-person {
  display: block;
  text-align: right;
  line-height: 1.2;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .page--world .pw--cite .pw--cite-block {
    padding: 3rem 1rem 3rem;
  }
  .page--world .pw--cite .pw--cite-image {
    margin-right: 1.5rem;
  }
}
.page--world .pw--contact {
  padding: 110px 0 120px;
}
.page--world .pw--contact h3 {
  font-size: 30px;
  margin-bottom: 60px;
  color: #1b1740;
}
.page--world .pw--contact .pw--contact-info {
  display: flex;
  align-items: center;
  flex-flow: wrap row;
  justify-content: center;
  margin-bottom: 60px;
}
.page--world .pw--contact .pw--contact-item {
  flex: 0 0 240px;
  margin: 1rem 1rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  line-height: 1;
}
.page--world .pw--contact .pw--contact-item span {
  display: flex;
  flex-flow: wrap column;
}
.page--world .pw--contact .pw--contact-item small {
  color: #999999;
  margin-bottom: 6px;
  font-size: 14px;
}
.page--world .pw--contact .pw--contact-item a {
  font-size: 20px;
}
@media (max-width: 768px) {
  .page--world .pw--contact {
    padding: 40px 0;
  }
  .page--world .pw--contact h3 {
    margin-bottom: 40px;
  }
}
.page--world .pw--presentation,
.page--world .pw--benefits {
  background: #f7f7f7;
  padding: 100px 0;
}
.page--world .pw--presentation h3,
.page--world .pw--benefits h3 {
  font-size: 30px;
  margin-bottom: 60px;
}
.page--world .pw--presentation .row,
.page--world .pw--benefits .row {
  margin-bottom: 50px;
}
.page--world .pw--presentation .pw--bullet-list,
.page--world .pw--benefits .pw--bullet-list {
  padding-left: 20px;
}
@media (max-width: 768px) {
  .page--world .pw--presentation,
  .page--world .pw--benefits {
    padding: 40px 0;
  }
  .page--world .pw--presentation .row,
  .page--world .pw--benefits .row {
    margin-bottom: 1.5rem;
  }
}
.page--world .pw--presentation {
  background: #fff;
}
.page--world .pw--footer {
  background: #1b1740;
  color: #fff;
  text-align: center;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .page--world .pw--footer {
    padding: 40px 0;
  }
}
.page--world .pw--footer h3 {
  font-size: 30px;
}
.page--world .pw--footer .btn-outline {
  margin-top: 15px;
  border: 1px solid #fff;
  background: transparent;
  min-width: 180px;
}
.page--world .pw--footer .btn-outline:hover {
  background: #fff;
  color: #1b1740;
}
.page--world .pw--footer .contact-wrapper .contact-front {
  display: block;
}
.page--world .pw--footer .contact-wrapper .contact-back {
  display: none;
}
.page--world .pw--footer .contact-person {
  display: flex;
  flex-flow: nowrap column;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.page--world .pw--footer .contact-person img {
  max-width: 160px;
  margin-bottom: 1rem;
}
.page--world .pw--footer .contact-back {
  max-width: 720px;
  margin: 0 auto;
}
.page--world .pw--footer .contact-back a {
  color: #fff;
  line-height: 1;
  padding: 0.75rem;
  display: inline-flex;
  font-size: 18px;
  align-items: center;
  white-space: nowrap;
}
.page--world .pw--footer .contact-back a img {
  margin-right: 9px;
}

/*# sourceMappingURL=template.css.map */
