/*-----------------------------------------------------------*/
/* LAYOUTS                                                   */
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/* COLORS                                                    */
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/* FONTS                                                     */
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/* OTHER                                                    */
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/* SPACING                                                   */
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/* LAYOUTS                                                   */
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/* COLORS                                                    */
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/* FONTS                                                     */
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/* OTHER                                                    */
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/* SPACING                                                   */
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/* TYPOGRAPHY                                                */
/*-----------------------------------------------------------*/
p.has-x-large-font-size {
  font-size: 28px!important;
  font-weight: normal!important;
  line-height: 1.3em!important;
}
p.has-large-font-size {
  font-size: 21px!important;
  font-weight: normal!important;
  line-height: 1.3em!important;
}
.site-footer .top-row .gb-headline {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3em;
}
p.has-medium-font-size {
  font-size: 18px!important;
  font-weight: normal!important;
  line-height: 1.3em!important;
}
.site-footer .top-row .wp-block-list {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3em;
}
p.has-small-font-size {
  font-size: 16px!important;
  font-weight: normal!important;
  line-height: 1.3em!important;
}
.site-footer .middle-row p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3em;
}
@media screen and (max-width: 768px) {
  p.has-medium-font-size {
    font-size: 16px!important;
    font-weight: normal!important;
    line-height: 1.3em!important;
  }
  .site-footer .top-row .wp-block-list {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3em;
  }
}
/*-----------------------------------------------------------*/
/* FOOTER                                                    */
/*-----------------------------------------------------------*/
.site-footer {
  --footer-padding: 100px;
  padding: 0;
}
.site-footer .footer-bg {
  padding: var(--footer-padding);
  background-color: #141414;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.site-footer .top-row {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 0.8fr 1.5fr 1.2fr;
  gap: 60px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1300px) {
  .site-footer .top-row {
    grid-template-columns: repeat(4, 1fr);
    grid-template-columns: 0.8fr 0.8fr 1.2fr 1.2fr;
    grid-template-rows: auto auto;
  }
  .site-footer .top-row figure:first-child {
    grid-column: 1 / -1;
  }
}
.site-footer .top-row .gb-headline {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-top: 24px;
}
.site-footer .top-row .wp-block-list {
  font-size: 16px;
  font-weight: normal;
  list-style: none;
  color: #B1B1B1;
  padding: 0;
  margin: 36px 0 0 0;
  display: flex;
  flex-flow: column;
  gap: 16px;
  transform: all 0.75s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.site-footer .top-row .wp-block-list .wp-font-awesome-icon {
  margin-right: 6px;
}
.site-footer .top-row .wp-block-list a {
  color: #B1B1B1;
  text-decoration: none;
}
.site-footer .top-row .wp-block-list a:hover {
  color: #70C7FD;
}
@media screen and (max-width: 1024px) {
  .site-footer .top-row {
    --gap: 24px;
    display: flex;
    flex-flow: row wrap;
    gap: var(--gap);
    row-gap: 50px;
    flex-flow: column nowrap;
  }
  .site-footer .top-row > .gb-block-image {
    width: 100%;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site-footer .top-row > .gb-block-image img {
    margin-left: auto;
    margin-right: auto;
  }
  .site-footer .top-row > .gb-container {
    width: 100%;
  }
}
.site-footer .middle-row {
  position: relative;
  z-index: 3;
}
.site-footer .middle-row p {
  color: #8A8A8A;
}
.site-footer__circle {
  position: absolute;
  will-change: transform;
  pointer-events: none;
}
.site-footer__circle.red {
  --size: 200px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: inline-block;
  background: linear-gradient(135deg, #F05255 0%, rgba(240, 82, 85, 0) 100%);
  top: 70%;
  right: -2%;
  transform: translateX(50%);
}
@media screen and (max-width: 1024px) {
  .site-footer__circle.red {
    --size: 100px;
    top: unset;
    bottom: 0px;
    right: -20px;
  }
}
.site-footer__circle.green {
  --size: 320px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: inline-block;
  background: linear-gradient(135deg, #38E99D 0%, rgba(56, 233, 157, 0) 100%);
  top: 85%;
  right: 0%;
  transform: translateX(50%);
}
@media screen and (max-width: 1024px) {
  .site-footer__circle.green {
    --size: 200px;
    top: unset;
    bottom: -150px;
    right: 50px;
  }
}
.site-footer__circle.blue {
  --size: 450px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: inline-block;
  background: linear-gradient(135deg, #70C7FD 0%, rgba(112, 199, 253, 0) 100%);
  top: -40%;
  left: 3%;
  transform: translateX(-50%) rotate(-180deg);
}
@media screen and (max-width: 1024px) {
  .site-footer__circle.blue {
    --size: 320px;
    top: -205px;
    left: 10px;
  }
}
.site-footer__circle.yellow {
  --size: 190px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: inline-block;
  background: linear-gradient(135deg, #F1CD3D 0%, rgba(241, 205, 61, 0) 100%);
  top: 10%;
  left: -3%;
  transform: translateX(-50%) rotate(180deg);
}
@media screen and (max-width: 1024px) {
  .site-footer__circle.yellow {
    --size: 100px;
    left: -20px;
    top: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer {
    padding: 0 !important;
  }
  .site-footer .footer-bg {
    padding: calc(40px * 1.5) 36px calc(40px * 1.2) 36px;
    background-color: #070707;
    border-radius: 30px;
  }
  .site-footer .top-row {
    gap: 0;
  }
  .site-footer .top-row .gb-block-image {
    margin-bottom: 50px;
  }
  .site-footer .middle-row {
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    text-align: center;
  }
  .site-footer .footer-list .gb-headline {
    font-size: 18px;
  }
  .site-footer .footer-list .wp-block-list {
    font-size: 15px;
  }
  .site-footer .footer-list__heading {
    padding: 16px 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.25);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .site-footer .footer-list__heading::after {
    content: "";
    --size: 16px;
    width: var(--size);
    height: var(--size);
    min-width: var(--size);
    min-height: var(--size);
    max-width: var(--size);
    max-height: var(--size);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("/wp-content/uploads/2026/02/arrow-right-circle.svg");
    transition: all 0.75s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  }
  .site-footer .footer-list ul {
    height: 0;
    padding: 0;
    margin: 0 !important;
    overflow: hidden;
    transition: all 0.75s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  }
  .site-footer .footer-list ul li:first-child {
    margin-top: 24px;
  }
  .site-footer .footer-list ul li:last-child {
    margin-bottom: 32px;
  }
  .site-footer .footer-list.open ul {
    height: fit-content;
    height: calc-size(auto);
  }
  .site-footer .footer-list.open .footer-list__heading::after {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 768px) {
  .site-footer {
    padding: calc(20px * 2) 20px;
  }
}
