* {
  scrollbar-width: thin;
  scrollbar-color: #FFFFFF #24204E;
}

/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
  width: 3px;
}

*::-webkit-scrollbar-track {
  background: #24204E;
}

*::-webkit-scrollbar-thumb {
  background-color: #FFFFFF;
  border-radius: 20px;
}

@font-face {
  font-family: "Reg";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  text-rendering: optimizeLegibility;
  src: url("/wp-content/themes/twentytwentyfive-child/fonts/Ubuntu-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Bold";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  text-rendering: optimizeLegibility;
  src: url("/wp-content/themes/twentytwentyfive-child/fonts/Ubuntu-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Tasos";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  text-rendering: optimizeLegibility;
  src: url("/wp-content/themes/twentytwentyfive-child/fonts/SOFARMONOVF.ttf") format("truetype");
}
@font-face {
  font-family: "rent";
  src: url("/wp-content/themes/twentytwentyfive-child/fonts/rent.eot?fi98x6");
  src: url("/wp-content/themes/twentytwentyfive-child/fonts/rent.eot?fi98x6#iefix") format("embedded-opentype"), url("/wp-content/themes/twentytwentyfive-child/fonts/rent.ttf?fi98x6") format("truetype"), url("/wp-content/themes/twentytwentyfive-child/fonts/rent.woff?fi98x6") format("woff"), url("/wp-content/themes/twentytwentyfive-child/fonts/rent.svg?fi98x6#rent") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=rent-], [class*=" rent-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "rent" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rent-users:before {
  content: "\e90d";
}

.rent-card:before {
  content: "\e90e";
}

.rent-clock:before {
  content: "\e90f";
}

.rent-mobile:before {
  content: "\e910";
}

.rent-chart:before {
  content: "\e911";
}

.rent-map_marker:before {
  content: "\e912";
}

.rent-desktop:before {
  content: "\e913";
}

.rent-accommodation:before {
  content: "\e900";
}

.rent-boat:before {
  content: "\e901";
}

.rent-calendar:before {
  content: "\e902";
}

.rent-car:before {
  content: "\e903";
}

.rent-code:before {
  content: "\e904";
}

.rent-excursion:before {
  content: "\e905";
}

.rent-facebook:before {
  content: "\e906";
}

.rent-instagram:before {
  content: "\e907";
}

.rent-linkedin:before {
  content: "\e908";
}

.rent-play:before {
  content: "\e909";
}

.rent-shield:before {
  content: "\e90a";
}

.rent-transfer:before {
  content: "\e90b";
}

.rent-youtube:before {
  content: "\e90c";
}

*,
::before,
::after {
  box-sizing: border-box;
}

*::-moz-selection {
  background: #24204E;
  background-color: rgba(36, 32, 78, 0.99);
  color: #FFFFFF;
}

*::selection {
  background: #24204E;
  background-color: rgba(36, 32, 78, 0.99);
  color: #FFFFFF;
}

BODY {
  margin: 0px;
  font-size: 21px;
  font-family: "Reg";
  background: #F6F7FB;
  color: #5A6072;
  line-height: 1.3;
}

H1, H2, H3, H4, H5, H6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: normal;
}

UL {
  margin-top: 0px;
}

P {
  margin-top: 0px;
}

IMG {
  width: 100%;
  height: auto;
  display: block;
}

STRONG {
  font-weight: normal;
  font-family: "Bold";
}

A {
  text-decoration: none;
  transition: all 0.5s ease;
  color: #24204E;
  cursor: pointer;
  outline: none;
}
A:hover {
  color: #24204E;
}

.sofar {
  font-family: "Tasos";
}

HEADER {
  position: sticky;
  top: 0px;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #F6F7FB;
  box-shadow: 0px 0px 5px rgba(36, 32, 78, 0.2);
  z-index: 1;
}
HEADER.margin_bottom {
  margin-bottom: 100px;
}

.header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  padding: 0px 15px;
  max-width: 1680px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .header {
    gap: 0px;
  }
}
.header .btns {
  margin-left: auto;
}

.logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  text-transform: capitalize;
  font-family: "Bold";
  color: #24204E;
  font-size: 24px;
}

.logo_sign {
  position: relative;
  width: 45px;
  height: 45px;
  background: #FFC527;
  border-radius: 9px;
}
.logo_sign:before {
  content: "";
  width: 17px;
  height: 17px;
  background: #24204E;
  border-radius: 3px;
  position: absolute;
  top: 13px;
  right: 10px;
}

.btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.btn {
  padding: 5px 15px 10px 15px;
  font-family: "Bold";
  border-radius: 10px;
}
.btn.empty {
  border: 1px solid #9298A8;
}
.btn.orange {
  background: #FFC527;
}

.menu_btn {
  cursor: pointer;
  position: relative;
  z-index: 1;
  width: 32px;
  height: 16px;
  margin-left: auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .menu_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}

.line {
  width: 32px;
  height: 2px;
  background: #24204E;
  position: absolute;
  border-radius: 1px;
  transition: all 0.5s ease;
}

.line_top {
  top: 0px;
}

.line_bottom {
  bottom: 0px;
}

.menu_btn.open_menu .line {
  margin: 7px 0px;
}
.menu_btn.open_menu .line_top {
  transform: rotate(45deg);
}
.menu_btn.open_menu .line_middle {
  opacity: 0;
}
.menu_btn.open_menu .line_bottom {
  transform: rotate(-45deg);
}

.menu {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1199px) {
  .menu {
    position: fixed;
    width: 100%;
    top: 100px;
    left: -100%;
    height: calc(100vh - 100px);
    background: #F6F7FB;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    transition: all 0.5s ease;
  }
}
.menu.open_menu {
  left: 0px;
}
.menu LI.menu-item-has-children > A {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  display: inline-flex;
}
.menu LI.menu-item-has-children > A:after {
  content: "";
  margin-left: 15px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #24204E;
  border-bottom: 2px solid #24204E;
  transform: rotate(45deg);
}
.menu LI.menu-item-has-children > A.opened:after {
  border-top: 2px solid #24204E;
  border-right: none;
  border-bottom: none;
  border-left: 2px solid #24204E;
}
@media screen and (max-width: 1199px) {
  .menu LI {
    width: 100%;
    text-align: center;
  }
}
.menu A {
  color: #24204E;
}
.menu .sub-menu {
  display: none;
  position: absolute;
  padding: 15px 0px;
  background: #FFFFFF;
  box-shadow: 0px 0px 5px rgba(36, 32, 78, 0.2);
  top: 90px;
  list-style-type: none;
  margin-top: 0px;
}
@media screen and (max-width: 1199px) {
  .menu .sub-menu {
    position: static;
    margin-top: 5px;
  }
}
.menu .sub-menu LI {
  padding: 5px 45px 5px 15px;
  border-bottom: 1px solid #EDEEF5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.menu .sub-menu LI:first-child {
  padding-top: 0px;
}
.menu .sub-menu LI:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}
.menu .sub-menu LI:after, .menu .sub-menu LI:before {
  content: "";
  position: absolute;
  right: 15px;
}
.menu .sub-menu LI:before {
  width: 15px;
  height: 2px;
  background: #24204E;
  border-radius: 1px;
}
.menu .sub-menu LI:after {
  width: 6px;
  height: 6px;
  border-top: 2px solid #24204E;
  border-right: 2px solid #24204E;
  transform: rotate(45deg);
}

FOOTER {
  background: #24204E;
  padding: 100px 0px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 100px;
}
FOOTER .logo {
  color: #FFFFFF;
  margin-bottom: 15px;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0px 15px 50px 15px;
  max-width: 1680px;
  width: 100%;
  margin: auto;
}
.footer > DIV {
  flex: 1 0 calc(25% - 22.5px);
  max-width: calc(25% - 22.5px);
  width: 100%;
}
@media screen and (max-width: 990px) {
  .footer > DIV {
    flex: 1 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media screen and (max-width: 575px) {
  .footer > DIV {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.footer > DIV:first-child > DIV:nth-child(2) {
  margin-bottom: 15px;
}
.footer > DIV:first-child > DIV:nth-child(3) {
  font-size: 19px;
  margin-bottom: 30px;
}

.footer_title {
  font-family: "Bold";
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #FFFFFF;
}

.footer_links {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
}
.footer_links A {
  color: rgba(255, 255, 255, 0.7);
}
.footer_links A:hover {
  color: #F6F7FB;
}

.social {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 15px;
}
.social A {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  color: #FFFFFF;
}

.copyright {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0px 15px;
  max-width: 1680px;
  width: 100%;
  margin: auto;
}
.copyright > DIV {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  padding-top: 50px;
  max-width: 1680px;
  width: 100%;
  margin: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}
.copyright A {
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
}
.copyright A:hover {
  color: #F6F7FB;
}

.stop_losing {
  max-width: 1680px;
  width: 100%;
  margin: auto;
  padding: 0px 15px;
  margin-top: 100px;
}
.stop_losing > DIV {
  background: #24204E;
  border-radius: 20px;
  padding: 50px;
  color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.stop_losing .big_title {
  color: #FFFFFF;
}
.stop_losing .btn {
  margin-left: auto;
}

.big_title {
  font-family: "Bold";
  color: #24204E;
  font-size: 57px;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .big_title {
    font-size: 36px;
  }
}
.big_title.line_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.big_title.line_top:before {
  content: "";
  width: 50px;
  height: 5px;
  border-radius: 2px;
  background: #24204E;
  margin: 0px auto 15px auto;
}

.subtitle {
  margin-bottom: 75px;
  font-size: 24px;
}

.big_title_wrap {
  max-width: 990px;
  width: 100%;
}

.white {
  padding: 200px 0px;
}
@media screen and (max-width: 575px) {
  .white {
    padding: 100px 0px;
  }
}
.white > DIV {
  max-width: 1680px;
  width: 100%;
  margin: auto;
  padding: 0px 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.white .big_title_wrap {
  margin: auto;
  text-align: center;
}
.white .big_title.line_top:before {
  margin: 0px 0px 15px 0px;
}

.platform_panel {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  padding: 75px 0px;
  border-top: 1px solid #9298A8;
}
.platform_panel > DIV {
  width: 100%;
}
.platform_panel .platform_panel_left {
  flex: 1 0 calc(45% - 25px);
  max-width: calc(45% - 25px);
}
@media screen and (max-width: 767px) {
  .platform_panel .platform_panel_left {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.platform_panel .platform_panel_right {
  flex: 1 0 calc(55% - 25px);
  max-width: calc(55% - 25px);
}
@media screen and (max-width: 767px) {
  .platform_panel .platform_panel_right {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.platform_panel UL {
  list-style-type: none;
  padding-left: 7px;
}
.platform_panel UL LI:before {
  content: "";
  width: 8px;
  height: 16px;
  display: inline-block;
  border-right: 2px solid #0FA98A;
  border-bottom: 2px solid #0FA98A;
  transform: rotate(45deg);
  margin-right: 15px;
}
.platform_panel:nth-child(2n) .platform_panel_left {
  order: 2;
}
@media screen and (max-width: 767px) {
  .platform_panel:nth-child(2n) .platform_panel_right {
    order: 2;
  }
}
.platform_panel:last-child {
  padding-bottom: 0px;
}

.platform_title {
  margin-bottom: 30px;
}
.platform_title > DIV {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-family: "Bold";
  color: #FFC527;
  background: #EDEEF5;
  padding: 10px 30px;
  border-radius: 50px;
}
.platform_title > DIV .rent {
  color: #24204E;
}

.panel_image {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.panel_image IMG {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}

.gradient {
  background: linear-gradient(#EEFFFA, #FCE1FF);
  padding: 200px 0px;
}
@media screen and (max-width: 575px) {
  .gradient {
    padding: 100px 0px;
  }
}
.gradient > DIV {
  max-width: 1680px;
  width: 100%;
  margin: auto;
  padding: 0px 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.gradient .big_title_wrap {
  margin: auto;
  text-align: center;
}

.faq {
  padding: 30px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.titlaki_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: nowrap;
  gap: 30px;
  cursor: pointer;
}
.titlaki_wrap .titlaki {
  margin: 0px;
}
.titlaki_wrap.open .cross {
  transform: rotate(45deg);
}

.cross {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  width: 14px;
  height: 14px;
  transition: all 0.5s ease;
}
.cross:after, .cross:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background: #FFFFFF;
}
.cross:before {
  transform: rotate(90deg);
}

.answer {
  display: none;
}

.blue {
  background: #24204E;
  padding: 200px 0px;
}
@media screen and (max-width: 575px) {
  .blue {
    padding: 100px 0px;
  }
}
.blue > DIV {
  max-width: 1680px;
  width: 100%;
  margin: auto;
  padding: 0px 15px;
  color: #FFFFFF;
}
.blue .big_title {
  color: #FFFFFF;
}
.blue .three_panels > DIV {
  padding: 30px;
  border: 1px solid #9298A8;
  border-radius: 10px;
}
.blue .titlaki {
  color: #FFFFFF;
}

.three_panels {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.three_panels.no_line > DIV {
  border: none;
}
.three_panels > DIV {
  flex: 1 0 calc(33.333333% - 20px);
  max-width: calc(33.333333% - 20px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .three_panels > DIV {
    flex: 1 0 100%;
    max-width: 100%;
  }
}

.two_panels {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.two_panels > DIV {
  flex: 1 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .two_panels > DIV {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.two_panels > DIV .panel_image {
  margin-bottom: 30px;
}

.capabilities {
  width: 100%;
  background: #24204E;
  color: #FFFFFF;
  padding: 30px;
  border-radius: 15px;
  margin-top: 50px;
}

.index {
  font-family: "Bold";
  margin-bottom: 20px;
  font-size: 28px;
  color: rgba(255, 255, 255, 0.7);
}

.titlaki {
  font-family: "Bold";
  margin-bottom: 10px;
  font-size: 28px;
  color: #24204E;
}

.white_text {
  color: rgba(255, 255, 255, 0.7);
}

.panel_right,
.panel_left {
  flex: 1 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
  width: 100%;
}
@media screen and (max-width: 990px) {
  .panel_right,
  .panel_left {
    flex: 1 0 100%;
    max-width: 100%;
  }
}

.ul_panel {
  list-style-type: none;
  padding-left: 7px;
}
.ul_panel LI {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.ul_panel LI:before {
  content: "";
  width: 8px;
  height: 16px;
  display: inline-block;
  border-right: 2px solid #0FA98A;
  border-bottom: 2px solid #0FA98A;
  transform: rotate(45deg);
  margin-top: 5px;
}
.ul_panel LI P {
  flex: 1;
}

.intro {
  background: linear-gradient(#88BAF3, #73E5E6);
  padding: 400px 0px 200px 0px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .intro {
    padding: 220px 0px 100px 0px;
  }
}
.intro > DIV {
  max-width: 1680px;
  width: 100%;
  margin: auto;
  padding: 0px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.intro .btns .btn {
  padding: 10px 30px 20px 30px;
}
.intro .btns .btn.empty {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.intro .btns .btn.empty:before {
  content: "\e909";
  font-family: "rent";
}
.intro .btn.empty {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.intro .btn.orange {
  background: #FFC527;
}
.intro .titlaki {
  font-size: 39px;
}
.intro .three_panels {
  color: #24204E;
}
@media screen and (max-width: 767px) {
  .intro .three_panels > DIV {
    flex: 1 0 calc(33.333333% - 20px);
    max-width: calc(33.333333% - 20px);
  }
}
@media screen and (max-width: 575px) {
  .intro .three_panels > DIV {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.intro .platform_title > DIV {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.3);
}
.intro .platform_title > DIV:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #24204E;
}
.intro .big_title {
  font-size: 80px;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .intro .big_title {
    font-size: 48px;
  }
}
.intro .big_title.white_title {
  color: #FFFFFF;
}
.intro .subtitle {
  font-size: 27px;
  margin-bottom: 50px;
}

.circle_big,
.circle_small {
  position: absolute;
  border: 1px solid rgba(237, 238, 245, 0.3);
  border-radius: 50%;
}

.circle_small {
  width: 300px;
  height: 300px;
  top: 60px;
  right: 450px;
}
@media screen and (max-width: 575px) {
  .circle_small {
    width: 150px;
    height: 150px;
    right: 210px;
  }
}

.circle_big {
  position: absolute;
  width: 500px;
  height: 500px;
  top: -150px;
  right: -125px;
}
@media screen and (max-width: 575px) {
  .circle_big {
    width: 300px;
    height: 300px;
    top: -100px;
    right: -120px;
  }
}

.circle_blue {
  position: absolute;
  background: #24204E;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 330px;
  right: 180px;
}
@media screen and (max-width: 575px) {
  .circle_blue {
    top: 180px;
    right: 75px;
  }
}

.sign {
  margin-bottom: 30px;
  font-size: 36px;
}
.sign SPAN {
  color: #24204E;
  background: #F6F7FB;
  padding: 15px;
  border-radius: 10px;
}

.tabs {
  max-width: 990px;
  width: 100%;
  margin: auto;
  padding: 0px 15px;
}

.tabs_link {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  background: #EDEEF5;
  border-radius: 25px;
}
.tabs_link > A {
  flex: 1 0 20%;
  max-width: 20%;
  width: 100%;
  height: 50px;
  text-align: center;
  padding: 10px 5px;
  border-radius: 25px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 575px) {
  .tabs_link > A {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.tabs_link > A:hover, .tabs_link > A.active {
  background: #24204E;
  color: #FFFFFF;
}

.tabs_content > DIV {
  display: none;
}
.tabs_content > DIV.active {
  display: block;
}

.form {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 575px) {
  .form {
    gap: 0px;
  }
}
.form FIELDSET {
  display: none;
}
.form > DIV {
  flex: 1 0 100%;
  max-width: 100%;
  width: 100%;
}
.form LABEL {
  display: block;
  margin-bottom: 5px;
}
.form > P {
  width: 100%;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-form-control {
  background: #FFFFFF;
  border: 1px solid #EDEEF5;
  border-radius: 5px;
  padding: 10px 20px;
  outline: none;
  font-family: "Reg";
  font-size: 21px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.wpcf7-form-control.wpcf7-submit {
  cursor: pointer;
  background: rgba(255, 197, 39, 0.8);
  transition: all 0.5s ease;
}
.wpcf7-form-control.wpcf7-submit:hover {
  background: #FFC527;
}

.wpcf7-list-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.wpcf7-list-item INPUT {
  width: 20px;
  height: 20px;
}

INPUT[type=checkbox],
INPUT[type=radio] {
  accent-color: #FFC527;
}
