@import url("https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100..900;1,100..900&display=swap");
html {
  background-color: #f6f7ff;
  color: #333;
  font-family: "Alumni Sans", sans-serif;
  font-variant-numeric: lining-nums;
  font-size: 0.0520833333vw;
  line-height: 1.1;
  font-weight: 300;
}

body {
  font-size: 20rem;
}

:root {
  --bronze: #FCE3A1;
  --bronze-bg: #ffc900;
  --bronze-txt: #f1be00;
}

.gray {
  color: #888;
}

.pagebody,
.bg-visual,
.animscroll-01,
[data-speed],
[data-speed],
[data-lag] {
  will-change: transform;
}

* {
  box-sizing: border-box;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.canvas {
  margin: 0 auto;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.container {
  width: 100%;
  max-width: 1744rem;
  padding: 48rem 96rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1580px) {
  .container {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 1000px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.ptb0 {
  padding-top: 0;
  padding-bottom: 0;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
  transition: all 0.2s;
}

b,
strong,
.bold {
  font-weight: 600;
}

hr {
  border: 0;
  height: 1px;
  background: #d9d7d9;
}

img,
svg {
  display: block;
  padding: 0;
  margin: 0;
  max-width: 100%;
  box-sizing: border-box;
}

input,
textarea {
  outline: none;
  height: 38rem;
  border-radius: 0;
  width: 100%;
  transition: all 0.2s;
  font-size: 1em;
  font-weight: 400;
  color: #333;
  padding: 0 24rem;
  padding: 0;
  display: block;
  border: none;
  transition: 0s;
  font-family: "Alumni Sans", sans-serif;
}

textarea {
  resize: none;
  overflow: auto;
  padding: 16rem 24rem;
  height: auto;
  font-weight: 400;
  font-size: 24rem;
  border-radius: 6rem;
  border: 1px solid #ddd;
}

button {
  font-family: "Alumni Sans", sans-serif;
}

input {
  color: #333;
}

input.is-invalid {
  background-color: rgba(255, 78, 78, 0.26) !important;
}

textarea::-moz-placeholder, input::-moz-placeholder {
  color: #999;
}

textarea::placeholder,
input::placeholder {
  color: #999;
}

input:-internal-autofill-selected {
  background-color: inherit !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  background-color: transparent !important;
}

.input {
  width: 100%;
  position: relative;
  background-color: #fff;
  margin: 0;
  padding: 2rem 24rem;
  border-radius: 6rem;
  height: 64rem;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
}
.dark-box .input {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.input .ico {
  opacity: 0.8;
  margin-right: 16rem;
}
.input .ico img {
  width: 24rem;
}
.input.error {
  border-color: #cf2121;
}
.input input {
  height: 100%;
  color: #333;
  font-size: 24rem;
}
.input .delinput {
  position: absolute;
  z-index: 2;
  top: 12rem;
  right: 0;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
  padding: 8rem;
  opacity: 0;
}
.input .delinput img {
  width: 16rem;
}
.input input:not(:-moz-placeholder) + .delinput {
  opacity: 0.2;
  pointer-events: auto;
}
.input input:not(:placeholder-shown) + .delinput {
  opacity: 0.2;
  pointer-events: auto;
}
.input input:not(:-moz-placeholder) + .delinput:hover {
  opacity: 0.4;
}
.input input:not(:placeholder-shown) + .delinput:hover {
  opacity: 0.4;
}
@media (max-width: 1000px) {
  .input {
    height: 48px;
  }
}

body .select {
  z-index: 11;
}
body .select input {
  position: absolute;
  left: -9999px;
}
body .selectize-control {
  position: relative;
  cursor: pointer;
}
body .selectize-dropdown,
body .selectize-input,
body .selectize-input input {
  color: #222;
  font-size: 28rem;
  font-weight: 400;
  line-height: 1;
}
body .selectize-input {
  width: 100%;
}
body .selectize-control.single .selectize-input:after {
  content: "";
  display: block;
  position: absolute;
  top: 24rem;
  right: 20rem;
  width: 12rem;
  height: 12rem;
  border: none;
  background-image: url(../images/arrow-select.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  margin: 0;
}
body .top-actions-box .nobord .selectize-control.single .selectize-input:after {
  top: 4rem;
}
body .selectize-input {
  height: 56rem;
  background-color: #fff;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  padding: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
  border-radius: 8rem;
}
body .selectize-input > .item {
  height: 100%;
  padding: 0 24rem;
  padding-top: 14rem;
  padding-right: 52rem;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 280rem;
  width: 100%;
}
body .nobord .selectize-input > .item {
  padding: 0;
  padding-top: 3rem;
  padding-right: 28rem;
  min-width: 0;
}
body .selectize-input.input-active {
  background-color: #fff !important;
}
body .selectize-dropdown [data-selectable].option {
  cursor: pointer;
}
body .selectize-dropdown-content .option[data-value=""] {
  display: none;
}
body .selectize-input input {
  visibility: hidden !important;
}
body .selectize-dropdown .option,
body .selectize-dropdown .optgroup-header {
  padding: 12rem;
}
body .selectize-input.dropdown-active::before {
  display: none;
}
body .selectize-dropdown {
  top: 60rem !important;
  position: absolute;
  display: block !important;
  background-color: #fff;
  box-shadow: 0 0 0 1rem rgba(0, 0, 0, 0.12);
  border-radius: 8rem;
  opacity: 0;
  visibility: hidden !important;
  transition: opacity 0.3s;
  overflow: hidden;
}
body .nobord .selectize-dropdown {
  top: 28rem !important;
  width: auto !important;
}
body .input-active + .selectize-dropdown {
  opacity: 1;
  visibility: visible !important;
}
body .selectize-dropdown .option,
body .selectize-dropdown .optgroup-header {
  padding: 12rem 24rem;
  transition: background-color 0.5s;
  border-radius: 0;
  font-weight: 400;
}
body .selectize-dropdown .option {
  position: relative;
}
body .selectize-dropdown .option.active {
  background-color: #f5f5f6;
  color: inherit;
}
@media (max-width: 959px) {
  body .selectize-input > .item {
    padding-left: 20rem;
  }
  body .selectize-dropdown .option,
  body .selectize-dropdown .optgroup-header {
    padding: 12rem 20rem;
    transition: background-color 0.5s;
    font-weight: 500;
  }
}

.mob {
  display: none;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  left: -9999rem;
}

.checkbox,
.radiobox {
  display: table;
}
.checkbox label,
.radiobox label {
  display: block;
  display: flex;
  cursor: pointer;
}
.checkbox label i,
.radiobox label i {
  display: block;
  border-radius: 6rem;
  border: 1px solid #ddd;
  width: 24rem;
  height: 24rem;
  background-color: #fff;
  margin-right: 12rem;
  position: relative;
  transition: all 0.3s;
  background-position: center;
  background-size: 16rem auto;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.checkbox label span,
.radiobox label span {
  padding-top: 2rem;
  line-height: 1;
}

.checkbox input[type=checkbox]:checked + label i {
  background-image: url(../images/check.svg);
}

.radiobox span {
  padding-top: 0;
}

.radiobox label i {
  margin-top: 2rem;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  border: none;
  background-color: rgba(252, 227, 161, 0.1);
  box-shadow: 0 0 0 2rem var(--bronze) inset;
  transition: background-color 0.3s;
}
.fz32 .radiobox label i {
  margin-top: 10rem;
  margin-right: 16rem;
}

.radiobox input[type=radio]:checked + label i {
  background-color: rgb(252, 227, 161);
}

.checkboxes-list .checkbox + .checkbox,
.radioboxes-list .radiobox + .radiobox {
  margin-top: 6rem;
}

.radioboxes-list.dark .radiobox {
  position: relative;
  margin: 6rem 0;
}
.radioboxes-list.dark .radiobox label {
  font-size: 16rem;
}
.radioboxes-list.dark .radiobox label i {
  margin-top: 6rem;
}
.radioboxes-list.dark .radiobox label > span {
  min-height: 32rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.radioboxes-list.dark .radiobox label .title {
  font-size: 20rem;
  font-weight: 500;
  display: block;
}
.radioboxes-list.dark .radiobox .price {
  position: absolute;
  display: block;
  top: 3rem;
  right: 0;
  font-weight: 500;
}
.radioboxes-list.dark .radiobox label i {
  background-color: #fff;
  box-shadow: 0 0 0 1px #222 inset;
  transition: box-shadow 0.3s;
}
.radioboxes-list.dark .radiobox input[type=radio]:checked + label i {
  background-color: #fff;
  box-shadow: 0 0 0 7rem #222 inset;
}

.radiobox.plus-price {
  padding-right: 100rem;
}

.file-upload-block {
  display: flex;
  align-items: center;
}
.file-upload-block .label {
  margin-right: 48rem;
  font-weight: 400;
  white-space: nowrap;
  flex-shrink: 0;
}
.file-upload-block .file-input-container {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 4rem;
  padding-right: 6rem;
  width: 100%;
  height: 64rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  width: 100%;
  font-size: 24rem;
  font-weight: 400;
  cursor: pointer;
  color: #333;
  padding-left: 24rem;
}
.file-upload-block .file-input {
  display: block;
  position: absolute;
  inset: 0;
  opacity: 0.001;
  z-index: 2;
  cursor: pointer;
  height: auto;
}
.file-upload-block .file-input-text {
  height: 100%;
}
.file-upload-block .ico {
  width: 64rem;
}
.file-upload-block .clear-button {
  display: block;
  border: none;
  cursor: pointer;
  width: 40rem;
  height: 40rem;
  position: relative;
  z-index: 2;
  border-radius: 50%;
  flex-shrink: 0;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
  background-image: url(../images/close.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.file-upload-block input.file-input-text:not(:-moz-placeholder) + .clear-button {
  pointer-events: auto;
  opacity: 0.6;
  pointer-events: auto;
}
.file-upload-block input.file-input-text:not(:placeholder-shown) + .clear-button {
  pointer-events: auto;
  opacity: 0.6;
  pointer-events: auto;
}
.file-upload-block input.file-input-text:not(:-moz-placeholder) + .clear-button:hover {
  opacity: 1;
}
.file-upload-block input.file-input-text:not(:placeholder-shown) + .clear-button:hover {
  opacity: 1;
}
.file-upload-block.type2 .ico1 {
  margin-right: 32rem;
}
.file-upload-block.type2 .ico1 img {
  height: 68rem;
}

button:disabled {
  opacity: 0.3;
  pointer-events: none;
}

button {
  border: none;
  cursor: pointer;
  outline: none;
  background: none;
}

.ovh {
  overflow: hidden;
}

.btn {
  min-height: 52rem;
  background-color: var(--bronze);
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 4rem 24rem;
  color: #222;
  cursor: pointer;
  font-weight: 300;
  white-space: nowrap;
  border-radius: 6rem;
  transition: background-color 0.3s;
  font-size: 24rem;
}
.btn:hover {
  background-color: #fffbea;
}
.btn span {
  position: relative;
  line-height: 0.8;
}

.btn-bronze {
  position: relative;
  font-weight: 600;
}
.btn-bronze::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border-radius: 6rem;
  background-image: radial-gradient(ellipse at top, transparent, #BEA86C);
  box-shadow: 0 1rem 0 #222, 0 0 0 1rem rgba(255, 238, 203, 0.36) inset;
}

.btn-small {
  min-height: 40rem;
  padding: 0 24rem;
  font-size: 20rem;
  font-weight: 400;
}

.btn-glass {
  background-color: rgba(221, 193, 132, 0.25);
  box-shadow: 0 0 0 1rem rgba(221, 193, 132, 0.35) inset;
  color: #fff;
}
.btn-glass:hover {
  background-color: rgba(221, 193, 132, 0.35);
}

.btn-bord {
  background-color: transparent;
  box-shadow: 0 0 0 1px var(--bronze) inset;
}

.btn-white {
  background-color: #F6F7FF;
  box-shadow: 0 0 0 1px #ddd inset;
}

.btn-big {
  min-height: 100rem;
  padding: 0 96rem;
  font-size: 40rem;
  border-radius: 12rem;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}
.btn-big::before {
  border-radius: 12rem;
}
.btn-big.btn-bronze::before {
  box-shadow: 0 16rem 32rem -16rem rgba(0, 0, 0, 0.36), 0 0 0 1rem rgba(255, 238, 203, 0.36) inset;
}

.btn-large-2 {
  min-height: 76rem;
  padding: 0 64rem;
  font-size: 24rem;
  font-weight: 400;
}

.btn-large {
  min-height: 80rem;
  padding: 0 64rem;
  font-size: 28rem;
  border-radius: 12rem;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16rem 32rem -16rem rgba(0, 0, 0, 0.36);
}
.btn-large::before {
  border-radius: 12rem;
}
.btn-large.btn-bronze {
  box-shadow: 0 16rem 32rem -16rem rgba(0, 0, 0, 0.36), 0 0 0 1rem rgba(255, 238, 203, 0.36) inset;
}
.btn-large.btn-bronze span {
  opacity: 0.8;
}
.btn-large.btn-bronze::before {
  box-shadow: 0 0 0 1rem rgba(255, 238, 203, 0.36) inset;
}

.btn-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F6F7FF;
  color: #222;
  height: 40rem;
  padding: 0 24rem;
  border-radius: 6rem;
  font-size: 20rem;
  font-weight: 500;
  transition: background-color 0.3s;
}
.btn-arrow .ico {
  padding-left: 24rem;
}
.btn-arrow .ico img {
  width: 20rem;
}
.btn-arrow:hover {
  background-color: var(--bronze);
}

.btn-dark {
  background-color: #646464;
  color: #fff;
}

ul {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
}

li {
  display: block;
  padding: 0;
  margin: 0;
}

sup {
  font-size: 0.6em;
}

table {
  border-collapse: separate;
  border-collapse: collapse;
  width: 100%;
}

h3 {
  font-size: 32rem;
  font-weight: 400;
}

.reversnav {
  line-height: 1.2;
  position: relative;
}
.reversnav .list {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reversnav .list > * + * {
  position: relative;
  margin-left: 12rem;
}
.reversnav .list > * + *:before {
  content: "/";
  margin-right: 12rem;
  color: #555;
  pointer-events: none;
  opacity: 0.64;
}
.reversnav .list > a:last-child {
  pointer-events: none;
}
@media (width < 800px) {
  .reversnav {
    display: none;
  }
}

.dark-box {
  font-weight: 200;
  color: #fff;
}
.dark-box a:not(.btn) {
  color: #fff;
}

.yel {
  color: var(--bronze);
}

.main-header {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(15rem);
  backdrop-filter: blur(15rem);
}

.blocks-list-2colum {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32rem;
}
@media (width < 1001px) {
  .blocks-list-2colum {
    gap: 20px;
  }
}

.blocks-list-3colum {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32rem;
}
@media (width < 1001px) {
  .blocks-list-3colum {
    gap: 20px;
  }
}

.blocks-list-4colum {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32rem;
}
@media (width < 1001px) {
  .blocks-list-4colum {
    gap: 20px;
  }
}

.word {
  font-size: 24rem;
  line-height: 1.2;
}
.word > * {
  margin: 20rem 0;
}
.word h2,
.word h3,
.word h4 {
  margin-top: 32rem;
}
.word h2 {
  display: flex;
  flex-direction: column;
  margin-top: -8rem;
  font-weight: 500;
}
.word h4 {
  font-size: inherit;
  font-weight: 600;
}

.fll {
  float: left;
}

.flr {
  float: right;
}

.floatfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.word ul {
  margin: 40rem 0;
  -moz-column-count: 3;
       column-count: 3;
  gap: 48rem;
}
.word ul li {
  padding: 8rem 0;
  position: relative;
  display: flex;
  align-items: center;
  page-break-inside: avoid;
}
.word ul li:last-child {
  padding-bottom: 48rem;
}
.word ul li:before {
  content: "";
  display: block;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  background-color: var(--bronze);
  background-image: url(../images/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12rem auto;
  margin-right: 16rem;
  align-self: flex-start;
  margin-top: 0.2em;
  flex-shrink: 0;
}

ul.redchecks {
  margin: 40rem 0;
}
ul.redchecks li {
  padding: 8rem 0;
  position: relative;
  display: flex;
  align-items: center;
}
ul.redchecks li:before {
  content: "";
  display: block;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  background-color: var(--bronze);
  background-image: url(../images/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12rem auto;
  margin-right: 16rem;
  align-self: flex-start;
  margin-top: 0.2em;
  flex-shrink: 0;
}

/*==============================================================*/
.burger-box {
  display: none;
}

.burger {
  width: 36px;
  height: 24px;
  display: flex;
  align-items: center;
}

.burger i {
  position: relative;
  display: block;
  background: #fff;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  opacity: 1;
  transition: background 0.2s;
}

.burger i:before,
.burger i:after {
  position: absolute;
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  top: -10px;
  left: 0;
  transition: all 0.2s;
}

.burger i:after {
  top: auto;
  bottom: -10px;
}

.burger.active i {
  background: transparent;
}

.burger.active i:before {
  transform: rotate(45deg);
  top: 0;
  background-color: #fff;
}

.burger.active i:after {
  transform: rotate(-45deg);
  background-color: #fff;
  top: 0;
}

/*==========================================================*/
.column-count2 {
  -moz-column-count: 2;
       column-count: 2;
}

.column-count3 {
  -moz-column-count: 3;
       column-count: 3;
}

.column-count3 {
  -moz-column-count: 3;
       column-count: 3;
}

.column-count2 > *,
.column-count3 > * {
  page-break-inside: avoid;
}

.popup {
  display: none;
}

.itl {
  font-style: italic;
}

.lh130 {
  line-height: 1.3;
}

.ttr {
  text-transform: uppercase;
}

.w100 {
  width: 100%;
}

.tbl {
  display: table;
}

.mt0 {
  margin-top: 0 !important;
}

.mt48 {
  margin-top: 48rem;
}

.center {
  text-align: center;
}

.thiscenter {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.thisright {
  display: table;
  margin-left: auto;
}

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

.flex {
  display: flex;
}

.flex-list {
  display: flex;
  flex-flow: row wrap;
}

.aitc {
  align-items: center;
}

.aself {
  align-self: center;
}

.sbtw {
  justify-content: space-between;
}

.table {
  display: table;
}

.tb > *:first-child,
.word > *:first-child {
  margin-top: 0 !important;
}

.tb > *:last-child,
.word > *:last-child {
  margin-bottom: 0 !important;
}

/*==============================================*/
.column2 > * {
  width: 50%;
}

img.cover {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

style,
script {
  display: none !important;
}

.hide {
  display: none !important;
}

/*=================================================================*/
input[type=checkbox] {
  position: absolute;
  left: -99999px;
}

.checkbox-row input[type=checkbox] + label {
  /*border: 1px solid #9E9E9E;*/
  box-shadow: 0 0 0 1px #ccc;
  height: 38px;
  display: flex;
  align-items: center;
  max-width: 100%;
  text-align: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  margin-right: 1px;
  font-size: 15px;
  cursor: pointer;
  transition: box-shadow 0.3s;
}

.checkbox-row input[type=checkbox] + label:hover {
  box-shadow: 0 0 0 1px #9E9E9E;
  z-index: 1;
}

.checkbox-row input[type=checkbox]:checked + label {
  box-shadow: 0 0 0 1px #9E9E9E;
  z-index: 1;
  background-color: #f5f5f5;
}

.checkbox-row .checkbox:last-child label {
  border-radius: 0 4px 4px 0;
}

.w100 {
  width: 100%;
}

/*===============================================================*/
.form-item.w100 {
  width: 100%;
}

.icotext {
  display: flex;
  align-items: center;
}
.icotext .ico img {
  flex-shrink: 0;
  max-width: none;
}

.icotext > *:first-child {
  margin-right: 12rem;
}

.solid-link {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.fz16 {
  font-size: 16rem;
}

.fz18 {
  font-size: 18rem;
}

.fz20 {
  font-size: 20rem;
}

.fz22 {
  font-size: 22rem;
}

.fz24 {
  font-size: 24rem;
}

.fz28 {
  font-size: 28rem;
}

.fz32 {
  font-size: 32rem;
}

.fz36 {
  font-size: 36rem;
}

.fz40 {
  font-size: 40rem;
}

.fz48 {
  font-size: 48rem;
}

.fz52 {
  font-size: 52rem;
}

.fw900 {
  font-weight: 900;
}

.fw700 {
  font-weight: 700;
}

.fw600 {
  font-weight: 600;
}

.fw500 {
  font-weight: 500;
}

.fw400 {
  font-weight: 400;
}

.fw300 {
  font-weight: 300;
}

.fw200 {
  font-weight: 200;
}

.fw100 {
  font-weight: 100;
}

sup {
  position: relative;
  bottom: -0.12em;
}

.static-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 40rem;
}
.static-nav .col {
  width: 280rem;
  position: relative;
}
.static-nav a {
  display: block;
  padding-top: 16rem;
}
.static-nav .col > strong {
  font-weight: 500;
  line-height: 1.2;
  display: block;
}
.static-nav .date {
  position: absolute;
  top: -20rem;
  right: 0;
  font-size: 14rem;
  background-color: #cf2121;
  color: #fff;
  border-radius: 4rem;
  padding: 0 4rem;
  font-weight: 500;
}

@media (max-width: 1580px) {
  html {
    font-size: 0.825px;
  }
}
.dark-block {
  padding: 16rem 32rem;
  background-color: rgba(0, 0, 0, 0.36);
  border-radius: 12rem;
  box-shadow: 0 0 0 1rem rgba(221, 193, 132, 0.64) inset;
}

.phototext {
  display: flex;
  align-items: center;
  gap: 48rem;
}
.phototext .photo {
  flex-shrink: 0;
}
.phototext .photo img {
  max-width: none;
}

.photo-box-1x1 {
  width: 100%;
  position: relative;
  flex-shrink: 0;
}
.photo-box-1x1 .photo {
  padding-bottom: 100%;
}
.photo-box-1x1 .photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--bronze);
  opacity: 0.36;
  opacity: 0.1;
  z-index: 1;
  border-radius: 48rem;
  border-bottom-left-radius: 16rem;
}
.photo-box-1x1 .photo img {
  position: absolute;
  overflow: hidden;
  inset: 0;
  border-radius: 48rem;
  border-bottom-right-radius: 16rem;
}
.photo-box-1x1 .photo.round::before {
  border-radius: 50%;
}
.photo-box-1x1 .photo.round img {
  border-radius: 50%;
}

.underline {
  border-bottom: 1rem solid rgba(0, 0, 0, 0.4);
}/*# sourceMappingURL=base.css.map */