@font-face {
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  font-family: "Mofia";
  src: url("../fonts/mofia/Mofia.eot");
  src: url("../fonts/mofia/Mofia.eot?#iefix") format("embedded-opentype"), url("../fonts/mofia/Mofia.otf") format("otf"), url("../fonts/mofia/Mofia.svg#Mofia") format("svg"), url("../fonts/mofia/Mofia.woff") format("woff"), url("../fonts/mofia/Mofia.woff2") format("woff2"), url("../fonts/mofia/Mofia.ttf") format("truetype");
}
/* libre-franklin-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/libre-franklin/libre-franklin-v18-latin-300.eot"); /* IE9 Compat Modes */
  src: url("../fonts/libre-franklin/libre-franklin-v18-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/libre-franklin/libre-franklin-v18-latin-300.woff2") format("woff2"), url("../fonts/libre-franklin/libre-franklin-v18-latin-300.woff") format("woff"), url("../fonts/libre-franklin/libre-franklin-v18-latin-300.ttf") format("truetype"), url("../fonts/libre-franklin/libre-franklin-v18-latin-300.svg#LibreFranklin") format("svg"); /* Legacy iOS */
}
/* libre-franklin-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/libre-franklin/libre-franklin-v18-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/libre-franklin/libre-franklin-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/libre-franklin/libre-franklin-v18-latin-regular.woff2") format("woff2"), url("../fonts/libre-franklin/libre-franklin-v18-latin-regular.woff") format("woff"), url("../fonts/libre-franklin/libre-franklin-v18-latin-regular.ttf") format("truetype"), url("../fonts/libre-franklin/libre-franklin-v18-latin-regular.svg#LibreFranklin") format("svg"); /* Legacy iOS */
}
/* libre-franklin-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/libre-franklin/libre-franklin-v18-latin-700.eot"); /* IE9 Compat Modes */
  src: url("../fonts/libre-franklin/libre-franklin-v18-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/libre-franklin/libre-franklin-v18-latin-700.woff2") format("woff2"), url("../fonts/libre-franklin/libre-franklin-v18-latin-700.woff") format("woff"), url("../fonts/libre-franklin/libre-franklin-v18-latin-700.ttf") format("truetype"), url("../fonts/libre-franklin/libre-franklin-v18-latin-700.svg#LibreFranklin") format("svg"); /* Legacy iOS */
}
:root {
  --transition-base: all .3s linear 0s;
  --accent-blue: #324a73;
}

html :where(.wp-block) {
  max-width: 1300px;
}

a {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html {
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
}

.scroll-disabled {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
span,
p {
  cursor: default;
}

main {
  margin-top: 90px;
  overflow: hidden;
}

*::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  border-radius: 10px;
}

*::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #fff;
}

*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #333;
}

.container {
  width: 91.4%;
  padding-inline: 15px;
  margin-inline: auto;
}
@media only screen and (max-width: 1230px) {
  .container {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .container {
    padding-inline: 10px;
  }
}

.container-md {
  width: 78.61%;
  padding-inline: 15px;
  margin-inline: auto;
}
@media only screen and (max-width: 1230px) {
  .container-md {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .container-md {
    padding-inline: 10px;
  }
}

.container-sm {
  width: 64.58%;
  padding-inline: 15px;
  margin-inline: auto;
}
@media only screen and (max-width: 1230px) {
  .container-sm {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .container-sm {
    padding-inline: 10px;
  }
}

.btn.btn-border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 3px;
  border: 2px solid #6E8FC9;
  color: var(--accent-blue, #324a73);
  font-family: "Mofia", sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  position: relative;
}
.btn.btn-border:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: var(--accent-blue, #324a73);
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.btn.btn-border span {
  position: relative;
  display: block;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  z-index: 2;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.btn.btn-border:hover:before {
  width: 100%;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.btn.btn-border:hover span {
  color: #ffffff;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.btn.btn-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.btn.btn-arrow span {
  color: var(--accent-blue, #324a73);
  font-family: "Mofia", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%; /* 31px */
  letter-spacing: 0.4px;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.btn.btn-arrow svg path {
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.btn.btn-arrow:hover span {
  color: #101010;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.btn.btn-arrow:hover svg path {
  stroke: #101010;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}

.title-section {
  color: var(--black-main-text, #101010);
  font-family: "Mofia", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 55.2px */
  letter-spacing: 4.6px;
  text-transform: uppercase;
  margin: 0;
}
.title-section.title-mobile {
  display: none;
}

.title-page {
  text-align: center;
  font-family: "Mofia", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 6.4px;
  text-transform: uppercase;
  margin: 0;
  color: #101010;
}
.title-page.color-white {
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .title-section {
    font-size: 26px;
    letter-spacing: 2.6px;
    text-align: center;
  }
  .title-section.title-mobile {
    display: block;
  }
  .title-section.title-desktop {
    display: none;
  }
  .title-page {
    text-align: center;
    font-size: 32px;
    line-height: 120%; /* 38.4px */
    letter-spacing: 3.2px;
  }
  .btn.btn-border {
    height: 40px;
    font-size: 16px;
    letter-spacing: 2.4px;
  }
  .btn.btn-arrow svg {
    width: 35px;
    height: auto;
  }
}
@media only screen and (max-width: 992px) {
  main {
    margin-top: 70px;
  }
}
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
span,
p {
  cursor: default;
}

a,
a span {
  cursor: pointer;
}

.wp-text h1 {
  color: #101010;
  font-family: "Mofia", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 4.6px;
  margin: 30px 0;
}
.wp-text h1:first-child {
  margin-top: 0;
}
.wp-text h1:last-child {
  margin-bottom: 0;
}
.wp-text h2 {
  color: #101010;
  font-family: "Mofia", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 4.6px;
  margin: 30px 0;
}
.wp-text h2:first-child {
  margin-top: 0;
}
.wp-text h2:last-child {
  margin-bottom: 0;
}
.wp-text h3 {
  color: #101010;
  font-family: "Mofia", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 4.6px;
  margin: 30px 0;
}
.wp-text h3:first-child {
  margin-top: 0;
}
.wp-text h3:last-child {
  margin-bottom: 0;
}
.wp-text h4 {
  color: #101010;
  font-family: "Mofia", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 4.6px;
  margin: 30px 0;
}
.wp-text h4:first-child {
  margin-top: 0;
}
.wp-text h4:last-child {
  margin-bottom: 0;
}
.wp-text h5 {
  color: #101010;
  font-family: "Mofia", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 4.6px;
  margin: 30px 0;
}
.wp-text h5:first-child {
  margin-top: 0;
}
.wp-text h5:last-child {
  margin-bottom: 0;
}
.wp-text p {
  color: #1D1D1D;
  font-family: "Libre Franklin", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.36px;
  margin: 30px 0;
}
.wp-text p:first-child {
  margin-top: 0;
}
.wp-text p:last-child {
  margin-bottom: 0;
}
.wp-text ul {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
.wp-text ul li {
  color: #1D1D1D;
  text-align: center;
  font-family: "Libre Franklin", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%; /* 27.9px */
  letter-spacing: 0.36px;
  position: relative;
}
.wp-text ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #1D1D1D;
  display: inline-block;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  margin-right: 12px;
  border-radius: 50%;
}
.wp-text ul:first-child {
  margin-top: 0;
}
.wp-text ul:last-child {
  margin-bottom: 0;
}
.wp-text ol {
  margin: 30px 0;
  padding: 0 0 0 20px;
}
.wp-text ol:first-child {
  margin-top: 0;
}
.wp-text ol:last-child {
  margin-bottom: 0;
}
.wp-text ol li {
  color: #1D1D1D;
  font-family: "Libre Franklin", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%; /* 27.9px */
  letter-spacing: 0.36px;
}
.wp-text .wp-block-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 48px 0;
  width: 100%;
}
.wp-text .wp-block-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

@media only screen and (max-width: 1024px) {
  .wp-text h1 {
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 2.6px;
    margin: 15px 0;
  }
  .wp-text h2 {
    font-size: 26px;
    line-height: 120%;
    letter-spacing: 2.6px;
    margin: 15px 0;
  }
  .wp-text h3 {
    font-size: 22px;
    margin: 15px 0;
  }
  .wp-text h4 {
    font-size: 20px;
    margin: 15px 0;
  }
  .wp-text h5 {
    font-size: 18px;
    margin: 15px 0;
  }
  .wp-text p {
    margin: 15px 0;
    font-size: 14px;
    line-height: 155%; /* 21.7px */
    letter-spacing: 0.28px;
  }
  .wp-text ul li {
    font-size: 14px;
    line-height: 155%; /* 21.7px */
    letter-spacing: 0.28px;
  }
  .wp-text ol li {
    font-size: 14px;
    line-height: 155%; /* 21.7px */
    letter-spacing: 0.28px;
  }
  .wp-text .wp-block-image {
    margin: 20px 0;
  }
}
.header {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 90;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .navigation .menu-items {
  color: #101010;
  text-align: center;
  font-family: "Mofia", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 26.4px */
  letter-spacing: 1.1px;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-transform: uppercase;
}
.header .navigation .menu-items li > a {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.header .navigation .menu-items li.menu-item-has-children {
  position: relative;
}
.header .navigation .menu-items li.menu-item-has-children svg {
  margin-top: -6px;
  width: 26px;
  height: 26px;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.header .navigation .menu-items li.menu-item-has-children svg path {
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.header .burger {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  border: none;
  background-color: transparent;
}
.header .burger svg {
  width: 34px;
  height: 34px;
}
.header .burger .line {
  fill: none;
  stroke: #101010;
  stroke-width: 6;
  -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header .burger .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.header .burger .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.header .burger .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.header .burger.active .line {
  stroke: #101010;
}
.header .burger.active .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.header .burger.active .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.header .burger.active .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
@media only screen and (max-width: 1440px) {
  .header .navigation .menu-items {
    font-size: 18px;
    gap: 30px;
  }
}
@media only screen and (min-width: 1201px) {
  .header .navigation .menu-items > li > a:hover {
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base);
    color: #324a73;
  }
  .header .navigation .menu-items li.menu-item-has-children:hover svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base);
  }
  .header .navigation .menu-items li.menu-item-has-children:hover svg path {
    stroke: #324a73;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base);
  }
  .header .navigation .menu-items li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base);
  }
  .header .navigation .menu-items li.menu-item-has-children .sub-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base);
  }
  .header .navigation .menu-items li.menu-item-has-children .sub-menu li a {
    height: auto;
    padding: 13px 14px;
    text-align: left;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base);
  }
  .header .navigation .menu-items li.menu-item-has-children .sub-menu li a:hover {
    color: #ffffff;
    background-color: #324a73;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base);
  }
}
@media only screen and (max-width: 1200px) {
  .header {
    background: #fff;
    height: 70px;
  }
  .header .container {
    height: 70px;
  }
  .header .logo {
    width: 184px;
  }
  .header .logo svg {
    width: 100%;
    height: auto;
  }
  .header .navigation {
    position: fixed;
    top: 70px;
    left: 0;
    background-color: #fff;
    height: calc(100vh - 70px);
    width: 100%;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base);
    -webkit-transform: translateX(-120vw);
            transform: translateX(-120vw);
    z-index: 80;
    padding-left: 110px;
  }
  .header .navigation.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base);
  }
  .header .navigation .menu-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header .navigation .menu-items li > a {
    height: auto;
  }
  .header .navigation .menu-items li.menu-item-has-children a.active {
    color: #324a73;
  }
  .header .navigation .menu-items li.menu-item-has-children a.active svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base);
  }
  .header .navigation .menu-items li.menu-item-has-children a.active svg path {
    stroke: #324a73;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base);
  }
  .header .navigation .menu-items li.menu-item-has-children svg {
    margin-left: 25px;
  }
  .header .navigation .menu-items li.menu-item-has-children .sub-menu {
    display: none;
    padding-top: 15px;
  }
  .header .navigation .menu-items li.menu-item-has-children .sub-menu li {
    margin-bottom: 15px;
  }
  .header .navigation .menu-items li.menu-item-has-children .sub-menu li:last-child {
    margin-bottom: 0;
  }
  .header .navigation .menu-items li.menu-item-has-children .sub-menu a {
    text-align: left;
  }
  .header .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

footer.footer {
  padding: 40px;
  background-color: #F4F4F4;
}
footer.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 42px 0;
}
footer.footer .row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer.footer ul.menu-items {
  color: #101010;
  text-align: center;
  font-family: "Mofia", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 26.4px */
  letter-spacing: 1.1px;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-transform: uppercase;
}
footer.footer ul.menu-items li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
footer.footer ul.menu-items li > a:hover {
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
  color: #324a73;
}
footer.footer ul.social-items {
  gap: 30px;
}
footer.footer ul.social-items li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer.footer ul.social-items li a svg {
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
footer.footer ul.social-items li a:hover svg {
  opacity: 0.7;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
footer.footer a.logo {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer.footer a.logo svg {
  width: 100%;
  height: auto;
}
footer.footer .copyright {
  width: 100%;
  text-align: center;
  color: #2D2D2D;
  font-family: "Libre Franklin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  footer.footer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer.footer .logo {
    margin-bottom: 40px;
  }
  footer.footer .menu-items {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  footer.footer {
    padding: 40px 10px;
  }
  footer.footer ul.menu-items {
    gap: 20px;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.9px;
  }
  footer.footer .copyright {
    font-size: 12px;
  }
}

.hero {
  position: relative;
  margin-bottom: 80px;
}
.hero img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.hero .container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero .heroSwiper {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}
.hero .heroSwiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.hero .heroSwiper .swiper-slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.hero .heroSwiper .swiper-slide img {
  width: 100%;
  height: calc(100vh - 90px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero .title {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  font-family: "Mofia", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 89.6px */
  letter-spacing: 3.2px;
  text-transform: uppercase;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.hero .swiper-navigation {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  bottom: 40px;
  width: 462px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero .swiper-navigation .swiper-button-next,
.hero .swiper-navigation .swiper-button-prev {
  width: 81px;
  height: 22.951px;
  margin: 0;
  position: static;
}
.hero .swiper-navigation .swiper-button-next:after,
.hero .swiper-navigation .swiper-button-prev:after {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .hero {
    margin-bottom: 40px;
  }
  .hero .swiper-navigation .swiper-button-next,
  .hero .swiper-navigation .swiper-button-prev {
    width: 66.883px;
    height: 18.951px;
  }
}
@media only screen and (max-width: 767px) {
  .hero .title {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 44.8px */
    letter-spacing: 1.6px;
  }
  .hero .heroSwiper .swiper-slide img {
    height: 390px;
  }
  .hero .swiper-navigation {
    width: 193px;
    bottom: 20px;
  }
}

.about {
  margin-bottom: 90px;
}
.about .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about .col-img {
  width: calc(50% - 30px);
}
.about .col-img img {
  width: 100%;
  height: auto;
}
.about .col-desc {
  width: calc(50% - 30px);
  padding-right: calc(4.48% + 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media only screen and (max-width: 1024px) {
  .about {
    margin-bottom: 40px;
  }
  .about .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 0 10px;
  }
  .about .col-img {
    width: 100%;
  }
  .about .col-desc {
    width: 100%;
    gap: 30px;
    padding-right: 0;
  }
  .about .col-desc h2 {
    text-transform: uppercase;
  }
  .about .col-desc h1, .about .col-desc h2, .about .col-desc h3, .about .col-desc h4, .about .col-desc h5, .about .col-desc h6 {
    text-align: center;
  }
}

.portfolio {
  margin-bottom: 90px;
}
.portfolio .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}
.portfolio .top .col {
  width: 50%;
}
.portfolio .bottom .swiper-slide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.portfolio .bottom .swiper-slide a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.portfolio .bottom .swiper-slide img {
  width: 100%;
  height: auto;
}
.portfolio .bottom .swiper-navigation {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.portfolio .bottom .swiper-navigation .swiper-button-prev,
.portfolio .bottom .swiper-navigation .swiper-button-next {
  position: static;
  width: 81px;
  height: 22.951px;
  margin: 0;
}
.portfolio .bottom .swiper-navigation .swiper-button-prev svg,
.portfolio .bottom .swiper-navigation .swiper-button-next svg {
  width: 81px;
  height: 22.951px;
}
.portfolio .bottom .swiper-navigation .swiper-button-prev:after,
.portfolio .bottom .swiper-navigation .swiper-button-next:after {
  display: none;
}
.portfolio .bottom .swiper-navigation .swiper-pagination.swiper-pagination-progressbar {
  position: static;
  width: 268px;
  max-width: 100%;
  border-radius: 100px;
  background: #A3AEC1;
  height: 2px;
}
.portfolio .bottom .swiper-navigation .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  border-radius: 100px;
  background: #324A73;
  height: 2px;
}
@media only screen and (max-width: 1024px) {
  .portfolio {
    margin-bottom: 40px;
  }
  .portfolio .top {
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .portfolio .top .col {
    width: 100%;
  }
  .portfolio .top h1, .portfolio .top h2, .portfolio .top h3, .portfolio .top h4, .portfolio .top h5, .portfolio .top h6 {
    text-align: center;
  }
  .portfolio .bottom .swiper-navigation .swiper-button-prev svg,
  .portfolio .bottom .swiper-navigation .swiper-button-next svg {
    width: 70px;
    height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio .container {
    padding-right: 0;
  }
  .portfolio .top {
    padding-right: 10px;
  }
  .portfolio .bottom .swiper-navigation {
    margin-top: 25px;
    padding-right: 10px;
  }
}

.story {
  padding: 100px 0;
  margin-bottom: 68px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.story:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.story .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 178px 0;
  position: relative;
  z-index: 2;
}
.story p {
  color: var(--white, #FFF);
  font-family: "Mofia", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 6.4px;
  text-transform: uppercase;
  margin: 0;
}
.story p.first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.story p.last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .story {
    padding: 50px 0;
    margin-bottom: 60px;
  }
  .story .container {
    gap: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .story {
    padding: 30px 0;
  }
  .story p {
    font-size: 26px;
    letter-spacing: 2.6px;
  }
}

.what-do {
  margin-bottom: 40px;
}
.what-do .title-section {
  margin-bottom: 30px;
  text-align: center;
}
.what-do .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 48px 0;
  padding: 0;
  list-style: none;
  width: 100%;
  overflow-x: auto;
  gap: 20px;
}
.what-do .category-list-item {
  color: #1D1D1D;
  font-family: "Libre Franklin", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
  white-space: nowrap;
}
.what-do .category-block {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.what-do .category-block .col {
  width: 50%;
}
.what-do .category-block .col.col-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 50px;
  padding-left: calc(4.48% + 15px);
  gap: 40px 0;
}
.what-do .category-block .col.col-img .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.what-do .category-block .col.col-img .swiper-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.what-do .category-block .col.col-img img {
  width: 100%;
  height: auto;
}
.what-do .category-block .col.col-img .swiper-navigation {
  position: relative;
  margin-top: 50px;
}
.what-do .category-block .col.col-img .swiper-navigation .swiper-pagination {
  position: static;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 28px;
}
.what-do .category-block .col.col-img .swiper-navigation .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  min-width: 40px;
  height: 1px;
  background-color: rgba(50, 74, 115, 0.5);
  opacity: 1;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
  border-radius: 20px !important;
}
.what-do .category-block .col.col-img .swiper-navigation .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #324A73;
  height: 3px;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
@media only screen and (max-width: 1024px) {
  .what-do {
    margin-bottom: 40px;
  }
  .what-do .category-list {
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  .what-do .category-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .what-do .category-block .col {
    width: 100%;
  }
  .what-do .category-block .col.col-desc {
    padding-right: 10px;
    padding-left: 10px;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .what-do .category-block .col.col-img {
    padding-left: 10px;
  }
  .what-do .category-block .col.col-img .swiper-navigation .swiper-pagination {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.what-people {
  margin-bottom: 90px;
  padding-top: 90px;
}
.what-people .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.what-people .col-slider {
  width: 31.25%;
  z-index: 3;
}
.what-people .col-desc {
  width: 62.45%;
  position: relative;
}
.what-people .col-desc:after {
  content: "";
  display: block;
  top: 59px;
  right: 40%;
  position: absolute;
  z-index: -1;
  width: 54.86vw;
  height: 85%;
  background: #F4F4F4;
}
.what-people .col-desc .title-section {
  margin-bottom: 30px;
}
.what-people .col-desc .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
  margin-bottom: 30px;
}
.what-people .col-desc .desc p {
  margin: 0;
}
.what-people .col-desc .desc-text {
  color: #1D1D1D;
  font-family: "Libre Franklin", sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 155%;
  letter-spacing: 0.4px;
}
.what-people .col-desc .desc-author {
  color: #101010;
  text-align: center;
  font-family: "Mofia", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: right;
}
.what-people .col-desc .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.what-people .col-desc .img img {
  width: 100%;
  height: auto;
}
.what-people .swiper-slide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.what-people .swiper-slide a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.what-people .swiper-slide img {
  width: 100%;
  height: auto;
}
.what-people .swiper-navigation {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.what-people .swiper-navigation .swiper-button-prev,
.what-people .swiper-navigation .swiper-button-next {
  position: static;
  width: 81px;
  height: 22.951px;
  margin: 0;
}
.what-people .swiper-navigation .swiper-button-prev svg,
.what-people .swiper-navigation .swiper-button-next svg {
  width: 81px;
  height: 22.951px;
}
.what-people .swiper-navigation .swiper-button-prev:after,
.what-people .swiper-navigation .swiper-button-next:after {
  display: none;
}
.what-people .swiper-navigation .swiper-pagination.swiper-pagination-progressbar {
  position: static;
  width: 178px;
  max-width: 100%;
  border-radius: 100px;
  background: #A3AEC1;
  height: 2px;
}
.what-people .swiper-navigation .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  border-radius: 100px;
  background: #324A73;
  height: 2px;
}
@media only screen and (max-width: 1024px) {
  .what-people {
    margin-bottom: 40px;
    padding-top: 0;
  }
  .what-people .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .what-people .col-slider {
    width: 100%;
    margin-bottom: 20px;
  }
  .what-people .col-desc {
    width: 100%;
  }
  .what-people .col-desc:after {
    display: none;
  }
  .what-people .col-desc .img {
    display: none;
  }
  .what-people .col-desc .desc-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 0.32px;
  }
  .what-people .col-desc .desc-author {
    font-size: 22px;
  }
}

.people-happy {
  padding-top: 90px;
  margin-bottom: 90px;
}
.people-happy .title-section {
  text-align: center;
  margin-bottom: 60px;
}
.people-happy .number-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 160px;
  margin-bottom: 60px;
}
.people-happy .number-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.people-happy .number-list-item p {
  margin: 0;
  gap: 10px;
}
.people-happy .number-list-item p.number {
  color: #101010;
  text-align: center;
  font-family: Mofia, sans-serif;
  height: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 128px */
  letter-spacing: 6.4px;
  font-size: 128px;
}
.people-happy .number-list-item p.number span {
  font-size: 128px;
}
.people-happy .number-list-item p.text {
  color: #535353;
  text-align: center;
  font-family: "Libre Franklin", sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
}
.people-happy .peopleHappySwiper {
  width: 100%;
}
.people-happy .peopleHappySwiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.people-happy .peopleHappySwiper .swiper-slide img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .people-happy {
    padding-top: 0;
    margin-bottom: 40px;
  }
  .people-happy .title-section {
    margin-bottom: 30px;
  }
  .people-happy .number-list {
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
  .people-happy .number-list p.number {
    height: auto;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 3.2px;
    margin-bottom: 10px;
  }
  .people-happy .number-list p.number span {
    font-size: 84px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 4.2px;
  }
  .people-happy .number-list p.text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .people-happy .number-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .people-happy .img-list {
    padding-left: 10px;
  }
}

.photoshoot {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px;
  height: 570px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.photoshoot .title-section {
  text-align: center;
}
.photoshoot .box {
  background: rgba(255, 255, 255, 0.9);
  padding: 58px 108px;
  width: 67.22%;
  max-width: 968px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  z-index: 2;
}
.photoshoot .box:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  border: 1px solid #324A73;
  background: rgba(217, 217, 217, 0);
  pointer-events: none;
}
.photoshoot .box .desc p {
  font-weight: 300;
}
.photoshoot .box .desc * {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .photoshoot .box {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .photoshoot {
    padding: 20px 10px;
    height: auto;
  }
  .photoshoot .box {
    padding: 30px 20px;
    gap: 0;
  }
  .photoshoot .box:before {
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  .photoshoot .title-section {
    margin-bottom: 10px;
  }
  .photoshoot .desc {
    margin-bottom: 15px;
  }
}
