/*
Theme Name: DicyTheme Child
Template: DicyTheme
*/

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/DicyTheme/css/fonts/barlow.woff2") format("woff2"), url("/wp-content/themes/DicyTheme/css/fonts/barlow.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/DicyTheme/css/fonts/barlow-700.woff2") format("woff2"), url("/wp-content/themes/DicyTheme/css/fonts/barlow-700.woff") format("woff");
  font-display: swap;
}

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

body {
  font-size: 1rem;
  line-height: 170%;
  font-family: "Barlow", Helvetica, sans-serif;
  color: #474040;
}

p {
  word-break: break-word;
}

small {
  font-size: 0.875rem;
  line-height: 170%;
}

a {
  text-decoration: none;
  color: #A3BFD9;
  cursor: pointer;
  font-weight: bold;
}

a:visited {
  color: #A3BFD9;
}

a:hover {
  color: #EFA0B5;
}

h1 {
  color: #424047;
  font-weight: 700;
  font-size: 2.875rem;
  line-height: 3.625rem;
  word-break: break-word;
}

h2 {
  color: #424047;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.688rem;
  word-break: break-word;
}

h3 {
  color: #424047;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.813rem;
  word-break: break-word;
}

h4 {
  color: #424047;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.375rem;
  word-break: break-word;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

.aligncenter,
.alignleft,
.alignright {
  display: block;
  padding: 0;
}

.aligncenter {
  float: none;
  margin: 0.5rem auto 1rem;
}

.alignright {
  float: right;
  margin: 0.5rem 0 1rem 1rem;
}

@media (max-width: 600px) {
  .alignright {
    float: none;
    margin: 0.5rem auto 1rem;
  }
}

.alignleft {
  float: left;
  margin: 0.5rem 1rem 1rem 0;
}

@media (max-width: 600px) {
  .alignleft {
    float: none;
    margin: 0.5rem auto 1rem;
  }
}

.stars {
  font-size: 20px;
  line-height: 20px;
  position: relative;
}

.stars::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#fed42d), to(#dedede));
  background: linear-gradient(90deg, #fed42d calc(var(--rating) / 5 * 100%), #dedede calc(var(--rating) / 5 * 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 1000px) {
  .stars::before {
    margin: 5px 0 5px 0;
  }
}

.glider {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}

.glider-contain {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  position: relative;
}

.glider-track {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
  gap: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.glider.draggable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}

.glider.draggable .glider-slide img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.glider-slide img {
  max-width: 100%;
}

.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0;
}

.glider-slide {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  min-width: 30px;
}

.glider-dot,
.glider-next,
.glider-prev {
  border: 0;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: 0;
}

.glider-next:focus,
.glider-next:hover,
.glider-prev:focus,
.glider-prev:hover {
  color: #ccc;
}

.glider-next.disabled,
.glider-prev.disabled {
  opacity: 0.25;
  color: #666;
  cursor: default;
}

.glider-hide {
  opacity: 0;
}

.glider-next,
.glider-prev {
  z-index: 1 !important;
}

.anchor-tag-element {
  display: none;
}

.dicy-chevron {
  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;
}

.dicy-chevron::before {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 0.45em;
  left: 0;
  position: relative;
  top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  vertical-align: top;
  width: 0.45em;
}

.dicy-chevron.to-up::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.dicy-chevron.to-right::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.anchor-list-wrapper {
  z-index: 1;
}

.deleted {
  display: none !important;
}

.sticky {
  position: fixed;
  bottom: 20px;
  z-index: 10000;
}

.not-sticky {
  position: relative;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.show-on-mobile {
  display: none !important;
}

@media (max-width: 1000px) {
  .show-on-mobile {
    display: block !important;
  }
}

@media (max-width: 1000px) {
  .show-on-pc {
    display: none !important;
  }
}

@media (max-width: 700px) {
  .table-scroll-box {
    overflow-y: hidden;
  }
  .table-scroll-box th {
    min-width: 170px;
  }
  .table-scroll-box td {
    min-width: 170px;
  }
}

iframe {
  max-width: 100%;
}

.main-navigation {
  width: 100%;
  background-color: #274659;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1000px) {
  .main-navigation {
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
  }
}

@media (min-width: 1001px) {
  .fixated {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
  }
}

@media (min-width: 1001px) {
  body.admin-bar .fixated {
    top: 32px;
  }
}

@media (max-width: 1001px) {
  body.admin-bar .main-navigation {
    top: 46px;
  }
}

@media (max-width: 1001px) {
  body.admin-bar .main-navigation.fixated {
    top: 0;
  }
}

.nav-box {
  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;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  gap: 30px;
  position: relative;
}

.headline-logo-center {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo {
  width: 150px;
  min-width: 150px;
  height: 16px;
}

.main-desk-menu {
  width: 100%;
}

@media (max-width: 1000px) {
  .main-desk-menu {
    display: none;
  }
}

.main-desk-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1001px) {
  .main-desk-menu .menu li:hover {
    background-color: #5C7889;
  }
}

.main-desk-menu .menu li {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-desk-menu .menu li a {
  color: #ffffff;
  font-weight: bold;
  line-height: 80px;
  padding: 0 30px 0 10px;
  display: block;
  width: 100%;
}

.main-desk-menu .menu li a:hover {
  color: #ffffff;
}

.nav-bar-inner {
  position: relative;
  display: none;
}

@media (max-width: 1000px) {
  .nav-bar-inner {
    display: block;
    width: 100vw;
  }
  .nav-bar-inner li {
    width: 100vw;
    background-color: #274659;
    padding: 0.938rem 0.625rem;
  }
  .nav-bar-inner li a {
    max-width: 80%;
    color: #ffffff;
    font-weight: bold;
  }
  .nav-bar-inner li:hover {
    background-color: #274659;
  }
  .nav-bar-inner .open {
    background-color: #5C7889 !important;
  }
  .nav-bar-inner .open a {
    color: #ffffff;
  }
  .nav-bar-inner .open .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    top: 0.5rem;
    left: 2.5rem;
  }
  .nav-bar-inner .open .sub-menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #5C7889;
    padding: 0;
  }
  .nav-bar-inner .open .sub-menu li a {
    color: #ffffff;
    font-weight: normal;
    font-size: 16px;
    padding: 6px 0;
  }
}

.nav-bar {
  position: absolute;
  top: -100vh;
  left: -196px;
  height: 100%;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-bar.toggle {
  top: -100vh;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 3.2rem;
  opacity: 1;
}

.toggle {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.toggle-menu {
  display: none;
  position: absolute;
  top: 16px;
  right: 0;
  width: 3.2rem;
  height: 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0.3rem 0.5rem;
  z-index: 100000;
}

@media (max-width: 1000px) {
  .toggle-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.toggle-menu img {
  height: 40px;
  width: 35px;
}

.toggle-menu p {
  display: none;
  color: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  line-height: 1rem !important;
  position: relative;
  top: 4px;
  left: 5px;
  font-size: 4.063rem;
}

.toggle-menu.toggle img {
  display: none !important;
}

.toggle-menu.toggle p {
  display: block;
}

.nav-list {
  list-style: none;
  width: 100vw;
  position: absolute;
  top: 65px;
  z-index: 100;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 92vh;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #274659;
}

.nav-list .menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#hamburger-nav .menu {
  height: calc(100vh - 125px);
}

@media (max-width: 1000px) {
  #wp-admin-bar-query-monitor,
  #wp-admin-bar-gform-forms {
    display: none !important;
  }
}

li.icon-casino,
li.icon-bonus,
li.icon-payment,
li.icon-games,
li.icon-betting,
li.icon-strategy,
li.icon-review {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1rem;
  font-weight: normal;
}

@media (min-width: 1001px) {
  li.icon-casino:hover .sub-menu,
  li.icon-bonus:hover .sub-menu,
  li.icon-payment:hover .sub-menu,
  li.icon-games:hover .sub-menu,
  li.icon-betting:hover .sub-menu,
  li.icon-strategy:hover .sub-menu,
  li.icon-review:hover .sub-menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: (1fr)[1];
        grid-template-rows: repeat(1, 1fr);
    position: absolute;
    z-index: 100;
    top: 80px;
    left: 0;
    background-color: #5C7889;
    width: auto;
    min-width: 100%;
  }
  li.icon-casino:hover .sub-menu li,
  li.icon-bonus:hover .sub-menu li,
  li.icon-payment:hover .sub-menu li,
  li.icon-games:hover .sub-menu li,
  li.icon-betting:hover .sub-menu li,
  li.icon-strategy:hover .sub-menu li,
  li.icon-review:hover .sub-menu li {
    background-color: #5C7889;
  }
  li.icon-casino:hover .sub-menu li a,
  li.icon-bonus:hover .sub-menu li a,
  li.icon-payment:hover .sub-menu li a,
  li.icon-games:hover .sub-menu li a,
  li.icon-betting:hover .sub-menu li a,
  li.icon-strategy:hover .sub-menu li a,
  li.icon-review:hover .sub-menu li a {
    color: #ffffff;
    line-height: 45px;
    font-weight: normal;
    font-size: 1rem;
    padding: 0 15px;
  }
  li.icon-casino:hover .sub-menu li:hover a,
  li.icon-bonus:hover .sub-menu li:hover a,
  li.icon-payment:hover .sub-menu li:hover a,
  li.icon-games:hover .sub-menu li:hover a,
  li.icon-betting:hover .sub-menu li:hover a,
  li.icon-strategy:hover .sub-menu li:hover a,
  li.icon-review:hover .sub-menu li:hover a {
    color: #082131;
  }
  li.icon-casino:hover .sub-menu li:hover,
  li.icon-bonus:hover .sub-menu li:hover,
  li.icon-payment:hover .sub-menu li:hover,
  li.icon-games:hover .sub-menu li:hover,
  li.icon-betting:hover .sub-menu li:hover,
  li.icon-strategy:hover .sub-menu li:hover,
  li.icon-review:hover .sub-menu li:hover {
    background-color: #A3BFD9;
  }
}

li.icon-casino > a::before,
li.icon-bonus > a::before,
li.icon-payment > a::before,
li.icon-games > a::before,
li.icon-betting > a::before,
li.icon-strategy > a::before,
li.icon-review > a::before {
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block;
  height: 22px;
  padding-right: 10px;
  position: relative;
}

li.icon-casino::after,
li.icon-bonus::after,
li.icon-payment::after,
li.icon-games::after,
li.icon-betting::after,
li.icon-strategy::after,
li.icon-review::after {
  content: "+";
  font-size: 1.25rem;
  font-weight: normal;
  color: #ffffff;
  position: absolute;
  top: 0px;
  right: 10px;
  line-height: 80px;
}

li.icon-casino .sub-menu,
li.icon-bonus .sub-menu,
li.icon-payment .sub-menu,
li.icon-games .sub-menu,
li.icon-betting .sub-menu,
li.icon-strategy .sub-menu,
li.icon-review .sub-menu {
  display: none;
}

@media (max-width: 1000px) {
  li.icon-casino::after,
  li.icon-bonus::after,
  li.icon-payment::after,
  li.icon-games::after,
  li.icon-betting::after,
  li.icon-strategy::after,
  li.icon-review::after {
    right: 20px;
    line-height: 60px;
    font-size: 2rem;
  }
  li.icon-casino.open::after,
  li.icon-bonus.open::after,
  li.icon-payment.open::after,
  li.icon-games.open::after,
  li.icon-betting.open::after,
  li.icon-strategy.open::after,
  li.icon-review.open::after {
    content: "_";
    top: -1rem;
  }
}

@media (min-width: 1001px) {
  li.icon-casino:hover.icon-casino::after,
  li.icon-bonus:hover.icon-bonus::after,
  li.icon-payment:hover.icon-payment::after,
  li.icon-games:hover.icon-games::after,
  li.icon-betting:hover.icon-betting::after,
  li.icon-strategy:hover.icon-strategy::after,
  li.icon-review:hover.icon-review::after {
    content: "_";
    top: -0.5rem;
  }
}

li.icon-casino > a::before {
  background-image: url("/wp-content/themes/DicyTheme/images/diceymenu-online.svg");
  width: 17px;
  top: 5px;
}

li.icon-bonus > a::before {
  background-image: url("/wp-content/themes/DicyTheme/images/diceymenu-bonus.svg");
  width: 20px;
  top: 3px;
}

li.icon-payment > a::before {
  background-image: url("/wp-content/themes/DicyTheme/images/diceymenu-payment.svg");
  width: 30px;
  height: 17px;
  top: 3px;
}

li.icon-games > a::before {
  background-image: url("/wp-content/themes/DicyTheme/images/diceymenu-new.svg");
  width: 25px;
  top: 5px;
}

li.icon-betting > a::before {
  background-image: url("/wp-content/themes/DicyTheme/images/diceymenu-betting.svg");
  width: 21px;
  top: 3px;
}

li.icon-review > a::before {
  background-image: url("/wp-content/themes/DicyTheme/images/diceymenu-reviews.svg");
  width: 24px;
  top: 6px;
}

@media (max-width: 1000px) {
  li.icon-casino > a::before,
  li.icon-bonus > a::before,
  li.icon-payment > a::before,
  li.icon-games > a::before,
  li.icon-betting > a::before,
  li.icon-strategy > a::before,
  li.icon-review > a::before {
    width: 30px;
  }
}

.search-form {
  display: block;
  position: relative;
  z-index: 1000000;
}

@media (max-width: 1000px) {
  .search-form {
    display: none;
  }
}

.search-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1000000;
  background-color: transparent;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.search-form form input {
  background-color: transparent;
  border: none;
  outline: none;
  color: #ffffff;
  padding-left: 10px;
}

.search-form form input::-webkit-input-placeholder {
  color: #ffffff;
}

.search-form form input:-ms-input-placeholder {
  color: #ffffff;
}

.search-form form input::-ms-input-placeholder {
  color: #ffffff;
}

.search-form form input::placeholder {
  color: #ffffff;
}

.search-form form button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.search-form form button #search-icon {
  padding: 4px 7px 4px 4px;
  height: 25px;
  width: 25px;
  min-width: 25px;
}

#hidden-search {
  display: none;
  position: absolute;
  width: 100%;
  background: #274659;
  top: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 999;
  padding: 20px 0.5rem;
}

#hidden-search form {
  border-radius: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  border: 1px solid #ffffff;
}

#hidden-search form input {
  border: none;
  background-color: transparent;
  outline: none;
  color: #ffffff;
  width: 100%;
  padding: 8px 0;
  font-size: 1rem;
}

#hidden-search form input::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 1rem;
}

#hidden-search form input:-ms-input-placeholder {
  color: #ffffff;
  font-size: 1rem;
}

#hidden-search form input::-ms-input-placeholder {
  color: #ffffff;
  font-size: 1rem;
}

#hidden-search form input::placeholder {
  color: #ffffff;
  font-size: 1rem;
}

#hidden-search form button {
  background-color: transparent !important;
  border: none;
  outline: none;
  cursor: pointer;
}

#hidden-search form button #search-icon-2 {
  padding: 5px 6px 4px 10px;
}

#hidden-search form span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 2rem;
  line-height: 1rem;
  padding-top: 7px;
  color: #ffffff;
  cursor: pointer;
}

#hidden-search.open-search {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#hidden-search.close-search {
  display: none;
}

.breadcrumb {
  background-color: #A3BFD9;
  border-bottom: none;
}

@media (max-width: 1000px) {
  .breadcrumb {
    margin-top: 80px;
  }
}

.breadcrumb .breadcrumb-box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  font-weight: normal;
  overflow-y: hidden;
  height: 45px;
}

.breadcrumb img {
  width: 18px;
  min-width: 18px;
  height: 20px;
  min-height: 20px;
  margin-right: 10px;
}

.breadcrumb a {
  font-weight: bold;
  color: #FFFFFF;
  white-space: nowrap;
}

.breadcrumb a:visited {
  color: #FFFFFF;
}

.breadcrumb a:hover {
  color: #FFFFFF;
}

.breadcrumb p {
  color: #FFFFFF;
  white-space: nowrap;
  cursor: default;
}

.breadcrumb .dicy-chevron {
  width: 20px;
  min-width: 20px;
}

.breadcrumb .dicy-chevron::before {
  font-size: 0.688rem;
  top: 1px;
}

.home-hero {
  background-color: #FFFFFF;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom: 1px solid #C4C4C4;
}

.home-hero .content-box {
  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;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 45px 10px 65px;
}

@media (max-width: 1000px) {
  .home-hero .content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 10px 25px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.home-hero .content-box img.wp-post-image {
  max-width: 350px;
  height: auto;
}

@media (max-width: 1000px) {
  .home-hero .content-box img.wp-post-image {
    margin: 0 auto;
  }
}

@media (max-width: 450px) {
  .home-hero .content-box img.wp-post-image {
    max-width: 100%;
  }
}

.home-hero .content-box .text-area h1 {
  margin-bottom: 10px;
  color: #424047;
}

.home-hero .content-box .text-area p {
  display: inline;
  color: #424047;
}

.home-hero .content-box .text-area a {
  color: #A3BFD9;
  text-decoration: underline;
}

.home-hero .content-box .text-area a:visited {
  color: #A3BFD9;
}

.home-hero .content-box .text-area a:hover {
  color: #EFA0B5;
}

.home-hero .content-box .text-area ul,
.home-hero .content-box .text-area ol {
  margin-bottom: 10px;
  color: #424047;
}

.home-hero .content-box .text-area li:before {
  content: "✔";
  color: #424047;
  padding-right: 6px;
}

@media (max-width: 1000px) {
  .front-page .content-box,
  .sitemap .content-box,
  .search .content-box {
    padding-top: 110px;
  }
}

.single-post .blog-box .text-area {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.single-post .blog-box .hero-img {
  border-radius: 50%;
}

.content-box.payment-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.content-box.payment-content h1 + p {
  font-size: 0.875rem;
}

.content-box.payment-content .payment-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFFFFF;
  width: 100%;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 10px;
  gap: 10px;
}

@media (max-width: 1000px) {
  .content-box.payment-content .payment-widget {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.content-box.payment-content .payment-widget .image-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 25%;
  min-width: 25%;
  gap: 20px;
}

@media (max-width: 1000px) {
  .content-box.payment-content .payment-widget .image-rating {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 0px;
  }
}

.content-box.payment-content .payment-widget .image-rating img {
  width: 150px;
  max-width: 150px;
  padding: 0.5rem;
}

.content-box.payment-content .payment-widget .element-01,
.content-box.payment-content .payment-widget .element-02,
.content-box.payment-content .payment-widget .element-03 {
  background-color: #F4F9FD;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  justify-self: flex-end;
  width: 25%;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  gap: 10px;
}

@media (max-width: 1000px) {
  .content-box.payment-content .payment-widget .element-01,
  .content-box.payment-content .payment-widget .element-02,
  .content-box.payment-content .payment-widget .element-03 {
    width: 100%;
  }
}

.content-box.payment-content .payment-widget .element-01 p,
.content-box.payment-content .payment-widget .element-02 p,
.content-box.payment-content .payment-widget .element-03 p {
  font-size: 0.875rem;
  line-height: 150%;
  color: #424047;
}

.content-box.payment-content .payment-widget .element-01 p:first-child,
.content-box.payment-content .payment-widget .element-02 p:first-child,
.content-box.payment-content .payment-widget .element-03 p:first-child {
  color: #424047;
  font-weight: 700;
}

.content-box.payment-content .payment-widget .element-01 img,
.content-box.payment-content .payment-widget .element-02 img,
.content-box.payment-content .payment-widget .element-03 img {
  width: 24px;
  height: 24px;
}

.content-box.payment-content .payment-widget .element-01-inner,
.content-box.payment-content .payment-widget .element-02-inner,
.content-box.payment-content .payment-widget .element-03-inner {
  word-break: break-all;
}

.operator-reviews .operator-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.operator-reviews .operator-content h1 + p {
  font-size: 0.875rem;
  color: #424047;
}

.operator-reviews .section-top-list-box {
  width: 100%;
}

.operator-reviews .top-list-element {
  background: #082131;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover !important;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}

.operator-reviews .top-list-element .ribbon-box {
  position: absolute;
  top: -7px;
  right: 80px;
  width: 80px;
  max-width: 80px;
}

@media (max-width: 1000px) {
  .operator-reviews .top-list-element .ribbon-box {
    right: 10px;
  }
}

.operator-reviews .top-list-element .ribbon-box img {
  position: absolute;
}

.operator-reviews .top-list-element .ribbon-box p {
  position: absolute;
  width: 100%;
  padding: 0 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 40px;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 120%;
  text-transform: uppercase;
}

.operator-reviews .top-list-element.top-list-opt1 {
  background: #082131;
  border-color: #4B7499;
}

.operator-reviews .top-list-element.top-list-opt2 {
  background: #082131;
  border-color: #4B7499;
}

.operator-reviews .top-list-element.top-list-opt3 {
  background: #082131;
  border-color: #4B7499;
}

.operator-reviews .top-list-element.top-list-opt4 {
  background: #082131;
  border-color: #4B7499;
}

.operator-reviews .top-list-element.top-list-opt5 {
  background: #082131;
  border-color: #4B7499;
}

.operator-reviews .top-list-element.top-list-opt6, .operator-reviews .top-list-element.top-list-empty {
  background: #082131;
  border-color: #4B7499;
}

.operator-reviews .top-list-element .inner-element-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 30px 10px 20px;
}

@media (max-width: 1000px) {
  .operator-reviews .top-list-element .inner-element-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -ms-grid-column-align: center;
        justify-self: center;
  }
}

.operator-reviews .top-list-element .element-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 210px;
}

@media (max-width: 1000px) {
  .operator-reviews .top-list-element .element-1 {
    width: 100%;
  }
}

.operator-reviews .top-list-element .element-1 img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.operator-reviews .top-list-element .element-1 .element-1-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.operator-reviews .top-list-element .element-1 .element-1-b p {
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 700;
  color: #FFFFFF;
  word-break: break-all;
}

.operator-reviews .top-list-element .element-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
}

@media (max-width: 1000px) {
  .operator-reviews .top-list-element .element-2 {
    width: 100%;
    max-width: 100%;
  }
}

.operator-reviews .top-list-element .element-2 ul li {
  font-size: 0.875rem;
  line-height: 170%;
  color: #FFFFFF;
}

.operator-reviews .top-list-element .element-2 ul li:before {
  content: "✔";
  color: #1CAA2A;
  padding-right: 8px;
}

.operator-reviews .top-list-element .element-3 {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.operator-reviews .top-list-element .element-3 p {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 700;
  color: #EFA0B5;
  text-decoration: none;
}

.operator-reviews .top-list-element .element-3 p:first-child {
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 700;
}

.operator-reviews .top-list-element .element-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 210px;
}

@media (max-width: 1000px) {
  .operator-reviews .top-list-element .element-4 {
    width: 100%;
    max-width: 100%;
  }
}

.operator-reviews .top-list-element .element-4 a {
  background-color: #BF4565;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  font-weight: 700;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  text-align: center;
  line-height: 40px;
  width: 100%;
}

.operator-reviews .top-list-element .element-4 a:visited {
  background-color: #BF4565;
  color: #ffffff;
  border: none;
}

.operator-reviews .top-list-element .element-4 a:active {
  background-color: #EFA0B5;
  color: #ffffff;
  border: none;
}

.operator-reviews .top-list-element .element-4 a:hover {
  background-color: #E0708E;
  color: #ffffff;
  border: none;
}

.operator-reviews .top-list-element .payment-area .payment-box {
  position: relative;
}

.operator-reviews .top-list-element .payment-area .payment-box-outer {
  padding: 0 30px;
}

.operator-reviews .top-list-element .payment-area .payment-box-outer p {
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
  padding-bottom: 1rem;
}

@media (max-width: 1000px) {
  .operator-reviews .top-list-element .payment-area .payment-box-outer p {
    padding-bottom: 0.5rem;
  }
}

.operator-reviews .top-list-element .payment-area .payment-box-outer .payment-box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.operator-reviews .top-list-element .payment-area .payment-box-outer .payment-box-inner 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;
  line-height: 100%;
  height: 25px;
  min-width: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;
  text-align: center;
  border: 1px solid #F4F4F4;
  border-radius: 5px;
  background-color: #F4F4F4;
  color: #A3BFD9;
  font-size: 0.75rem;
}

.operator-reviews .top-list-element .payment-area .payment-box-outer .payment-box-inner a img {
  -o-object-fit: fill;
     object-fit: fill;
  max-width: 40px;
  max-height: 20px;
  width: 40px;
  height: 20px;
}

.operator-reviews .top-list-element .bottom-area {
  text-align: center;
  font-size: 0.75rem;
  padding: 15px 10px;
}

.operator-reviews .top-list-element .bottom-area p {
  color: #FFFFFF;
  line-height: 170%;
}

.operator-reviews .top-list-element .bottom-area a,
.operator-reviews .top-list-element .bottom-area a:visited {
  color: #A3BFD9;
  text-decoration: underline;
}

.operator-reviews .top-list-element .bottom-area a:hover {
  color: #EFA0B5;
}

.glider-cover {
  display: none;
}

footer {
  background-color: #274659;
}

footer .footer-box {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  padding: 35px 10px 40px;
  position: relative;
}

footer #footer-scroll {
  position: absolute;
  right: 1rem;
  top: -1.1rem;
}

footer #footer-scroll .dicy-chevron {
  width: 40px;
  height: 40px;
  background-color: #A3BFD9;
  border-radius: 50%;
}

footer #footer-scroll .dicy-chevron::before {
  color: #ffffff;
  top: 2px;
}

footer .top-footer {
  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;
  gap: 20px;
  padding-bottom: 20px;
}

@media (max-width: 1000px) {
  footer .top-footer {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .top-footer.footer-style2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer .top-footer.footer-style3 {
  padding-bottom: 0;
  padding-top: 20px;
}

@media (max-width: 1000px) {
  footer .top-footer.footer-style3 {
    padding-bottom: 60px;
  }
}

footer .top-footer img {
  width: 150px;
  max-width: 150px;
  height: 16px;
}

footer .top-footer p {
  min-width: 155px;
  font-size: 0.875rem;
  line-height: 160%;
  color: #ffffff;
  text-align: center;
}

footer .middle-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}

footer .middle-footer.footer-style1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer .middle-footer.footer-style2 {
  padding-top: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer .middle-footer.footer-style3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 1000px) {
  footer .middle-footer.footer-style3 ul:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  footer .middle-footer.footer-style3 ul:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  footer .middle-footer.footer-style3 ul:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  footer .middle-footer.footer-style3 ul:nth-child(4) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

footer .middle-footer.footer-style3 #menu-footer-menu-4 {
  width: 280px;
}

@media (max-width: 1000px) {
  footer .middle-footer.footer-style3 #menu-footer-menu-4 {
    width: 300px;
    margin: 0 auto;
  }
}

footer .middle-footer.footer-style3 #menu-footer-menu-4 li {
  text-align: left;
}

footer .middle-footer.footer-style3 #menu-footer-menu-4 .sub-menu {
  display: none;
}

footer .middle-footer.footer-style3 #menu-footer-menu-4 .wpml-ls-current-language > a {
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  display: block;
  height: 40px;
  padding: 0 10px;
}

footer .middle-footer.footer-style3 #menu-footer-menu-4 .wpml-ls-current-language > a span {
  position: relative;
  top: -6px;
  left: 10px;
}

footer .middle-footer.footer-style3 #menu-footer-menu-4 .wpml-ls-current-language > a::before {
  content: url("images/lang-grey.svg");
  width: 32px;
  height: 32px;
  position: relative;
  top: 4px;
}

footer .middle-footer.footer-style3 #menu-footer-menu-4 .wpml-ls-current-language > a::after {
  content: " ";
  width: 100%;
  height: 10px;
  position: absolute;
  top: 40px;
  left: 0;
}

footer .middle-footer.footer-style3 #menu-footer-menu-4 .wpml-ls-current-language {
  position: relative;
}

footer .middle-footer.footer-style3 #menu-footer-menu-4 .wpml-ls-current-language:hover .sub-menu {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  position: absolute;
  top: 50px;
  width: 100%;
}

footer .middle-footer.footer-style3 #menu-footer-menu-4 .wpml-ls-current-language:hover .sub-menu a {
  color: #A3BFD9;
  display: block;
  padding: 5px 10px;
}

footer .middle-footer.footer-style3 #menu-footer-menu-4 .wpml-ls-current-language:hover .sub-menu a:hover {
  color: #A3BFD9;
  background-color: #f0f4f8;
}

@media (max-width: 1000px) {
  footer .middle-footer {
    -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;
  }
}

footer .footer-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 1000px) {
  footer .footer-menu {
    width: 100%;
  }
}

footer .footer-menu h4.footer-title {
  font-size: 1.125rem;
  color: #ffffff;
  margin-bottom: 15px;
}

@media (max-width: 1000px) {
  footer .footer-menu h4.footer-title {
    text-align: center;
  }
}

footer .footer-menu li {
  font-size: 1rem;
  padding: 0;
}

@media (max-width: 1000px) {
  footer .footer-menu li {
    text-align: center;
  }
}

footer .footer-menu li a {
  text-decoration: underline;
}

footer .footer-menu li a,
footer .footer-menu li a:visited {
  color: #A3BFD9;
  font-weight: normal;
}

footer .footer-menu li a:hover {
  color: #EFA0B5;
}

footer .bottom-footer {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1000px) {
  footer .bottom-footer {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 60px;
  }
}

footer .bottom-footer p {
  font-size: 0.75rem;
  color: #ffffff;
  line-height: 170%;
}

@media (max-width: 1000px) {
  footer .bottom-footer p {
    width: 100%;
    text-align: center;
  }
}

footer .bottom-footer .bottom-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

@media (max-width: 1000px) {
  footer .bottom-footer .bottom-logos {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

footer .bottom-footer .bottom-logos img {
  max-width: 80px;
  max-height: 25px;
}

@media (max-width: 1000px) {
  footer .bottom-footer.footer-style1 .bottom-logos {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

footer .bottom-footer.footer-style3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 1000px) {
  footer .bottom-footer.footer-style3 {
    padding-bottom: 0;
  }
}

footer .bottom-footer.footer-style3 p {
  width: 100%;
  text-align: center;
}

footer .bottom-footer .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

@media (max-width: 1000px) {
  footer .bottom-footer .footer-logo {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

footer .bottom-footer .footer-logo img {
  width: 150px;
  max-width: 150px;
  height: 16px;
}

footer .bottom-footer .footer-logo p {
  min-width: 155px;
  font-size: 0.875rem;
  line-height: 160%;
  color: #ffffff;
}

@media (max-width: 1000px) {
  .single-operator-reviews footer .bottom-footer {
    padding-bottom: 0;
  }
}

@media (max-width: 1000px) {
  .single-operator-reviews footer .top-footer.footer-style3 {
    padding-bottom: 0;
  }
}

.search .result-section {
  padding: 2rem 10px;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.search .search-result li img {
  width: 40px;
  height: 40px;
  max-width: 40px;
  max-height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 5px;
}

.site-map {
  padding: 2rem 10px;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.site-map .sitemap-result li img {
  width: 40px;
  height: 40px;
  max-width: 40px;
  max-height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 5px;
}

.error-page-upd .home-hero-box .content-box {
  padding-top: 55px !important;
  padding-bottom: 45px !important;
}

@media (max-width: 1000px) {
  .error-page-upd .home-hero-box .content-box {
    padding-top: 120px !important;
    padding-bottom: 20px !important;
  }
}

.error-page-upd .home-hero-box .content-box .text-area {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.error-page-upd .home-hero-box .content-box .text-area img {
  max-width: 100%;
  margin: 0 auto 30px;
  width: 370px;
  height: 138px;
}

@media (max-width: 1000px) {
  .error-page-upd .home-hero-box .content-box .text-area img {
    width: 265px;
    height: 98px;
  }
}

.error-page-upd .home-hero-box .content-box .text-area p {
  font-size: 1rem;
  line-height: 170%;
}

.error-page-upd .home-hero-box .content-box .error-page-suggestions {
  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-top: 30px;
  gap: 40px;
}

@media (max-width: 1000px) {
  .error-page-upd .home-hero-box .content-box .error-page-suggestions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.error-page-upd .home-hero-box .content-box .error-page-suggestions .btn-a {
  color: #FFFFFF;
  background-color: #4B7499;
  border: none;
  width: 355px;
  line-height: 46px;
}

.error-page-upd .home-hero-box .content-box .error-page-suggestions .btn-a:hover {
  color: #ffffff;
  background-color: #A3BFD9;
  border: none;
}

.error-page-upd .home-hero-box .content-box .error-page-suggestions .btn-b {
  color: #BF4565;
  background-color: #ffffff;
  border: 1px solid #BF4565;
  width: 353px;
  line-height: 44px;
}

.error-page-upd .home-hero-box .content-box .error-page-suggestions .btn-b:hover {
  color: #ffffff;
  background-color: #BF4565;
  border: 1px solid #BF4565;
}

.error-page-upd .home-hero-box .content-box .error-page-suggestions .btn-a,
.error-page-upd .home-hero-box .content-box .error-page-suggestions .btn-b {
  display: block;
  border-radius: 5px;
  text-align: center;
  font-size: 1.125rem;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
}

@media (max-width: 1000px) {
  .error-page-upd .home-hero-box .content-box .error-page-suggestions .btn-a,
  .error-page-upd .home-hero-box .content-box .error-page-suggestions .btn-b {
    width: 100%;
  }
}

.module.error-toplist .module-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-bottom: 60px;
}

.module.error-toplist .module-wrapper .module-headline {
  text-align: center;
  margin-bottom: 10px;
}

.sticky-nav {
  display: none;
}

@media (max-width: 1000px) {
  .sticky-nav.sticky {
    width: 100%;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    display: -ms-grid;
    display: grid;
    -webkit-animation: slideInUp 1s alternate;
            animation: slideInUp 1s alternate;
  }
  .sticky-nav.sticky.grid-3 {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .sticky-nav.sticky.grid-4 {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
  .sticky-nav.sticky .sticky-nav-small,
  .sticky-nav.sticky .sticky-nav-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -ms-flex-item-align: end;
        align-self: end;
    font-weight: bold;
    font-size: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 120%;
    gap: 5px;
  }
  .sticky-nav.sticky .sticky-nav-small {
    background-color: #082131;
    height: 69px;
    color: #ffffff;
    padding: 10px;
  }
  .sticky-nav.sticky .sticky-nav-small img {
    width: 24px;
    height: 24px;
  }
  .sticky-nav.sticky .sticky-nav-center {
    background-color: #5C7889;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    border-radius: 5px 5px 0px 0px;
    color: #ffffff;
    height: 95px;
    padding: 10px;
  }
  .sticky-nav.sticky .sticky-nav-center img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
  }
}

.slideout-form-hidden #gform_wrapper_2 {
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  border-radius: 0;
}

.slideout-form-hidden #gform_wrapper_2 .gform_heading,
.slideout-form-hidden #gform_wrapper_2 .gfield_label,
.slideout-form-hidden #gform_wrapper_2 .gform_validation_errors {
  display: none;
}

.slideout-form-hidden #gform_wrapper_2 .gfield_validation_message,
.slideout-form-hidden #gform_wrapper_2 .gform_wrapper .validation_message {
  background-color: transparent;
  border: none;
  padding: 0;
}

.slideout-form-hidden #gform_wrapper_2 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  border: none;
  gap: 10px;
}

@media (max-width: 1000px) {
  .slideout-form-hidden #gform_wrapper_2 form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.slideout-form-hidden #gform_wrapper_2 form input {
  margin: 0;
  border-radius: 5px !important;
  padding: 0 20px;
  line-height: 40px;
  border: none !important;
  font-weight: 400;
  font-size: 1.125rem;
  outline: none;
}

@media (max-width: 1000px) {
  .slideout-form-hidden #gform_wrapper_2 form input {
    border: none !important;
    width: 100%;
  }
}

.slideout-form-hidden #gform_wrapper_2 form input[type="submit"] {
  background-color: #4B7499;
  color: #FFFFFF;
  border: none !important;
  cursor: pointer;
  min-width: 245px;
}

.slideout-form-hidden #gform_wrapper_2 form input[type="submit"]:hover {
  background-color: #A3BFD9;
  color: #ffffff;
  border: none !important;
}

.slideout-form {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1000px) {
  .slideout-form {
    top: 30%;
  }
}

.slideout-form-visible-bg {
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  border-radius: 5px 0 0 5px;
  background-color: #ffffff;
  width: 35px;
}

.slideout-form-visible {
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: rotate(90deg) translate(0%, 0%);
          transform: rotate(90deg) translate(0%, 0%);
  position: absolute;
  top: -13px;
  left: 20px;
  color: #858585;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  padding: 0 10px;
}

.slideout-form-visible:hover {
  cursor: pointer;
}

.slideout-form-visible span {
  color: #BF4565;
  font-weight: 700;
  margin-left: 5px;
}

.slideout-form-visible .dicy-chevron {
  margin-left: 20px;
  color: #4B7499;
}

.slideout-form-visible .dicy-chevron::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.slideout-form-hidden {
  background-color: #F0EFF2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 100px 20px 20px;
  max-width: 690px;
  display: none;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1000px) {
  .slideout-form-hidden {
    max-width: 330px;
    padding: 20px;
  }
}

.slideout-form-hidden p.heading {
  color: #274659;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}

.slideout-form-hidden p.subheading {
  color: #424047;
  font-size: 14px;
  margin-top: 10px;
}

.slideout-form-hidden p.bonus {
  color: #424047;
  font-weight: 700;
  margin-top: 10px;
}

.slideout-form.sub-open {
  -webkit-animation: slideInRight 1s alternate;
          animation: slideInRight 1s alternate;
}

.slideout-form.sub-open .slideout-form-hidden {
  display: block;
}

.slideout-form.sub-open .slideout-form-visible .dicy-chevron::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 3px;
}

#sub-dlt {
  position: absolute;
  right: 100px;
  top: 0;
  color: #424047;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 2rem;
}

@media (max-width: 1000px) {
  #sub-dlt {
    right: 20px;
  }
}

#sub-dlt:hover {
  color: #274659;
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
  padding: 0 !important;
  margin: 0 !important;
}

#sticky-module {
  width: 100%;
}

#sticky-module .section-top-list-box {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1000px) {
  #sticky-module .section-top-list-box {
    margin: 0 10px;
  }
}

#sticky-module #dlt-btn {
  position: absolute;
  right: 10px;
  top: 0;
  color: #ffffff;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 2.5rem;
}

@media (max-width: 1000px) {
  #sticky-module #dlt-btn {
    top: 0;
  }
}

#sticky-module .top-list-element {
  background-color: #082131;
  border: none;
  border-radius: 5px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}

#sticky-module .inner-element-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 20px 30px;
}

@media (max-width: 1000px) {
  #sticky-module .inner-element-box {
    padding: 20px 10px;
  }
}

.module img {
  border-radius: 5px;
  max-width: 100%;
}

.module .module-wrapper {
  max-width: 1200px;
  padding: 20px 10px;
  margin: 0 auto;
}

.module .module-headline,
.module .text-box {
  background-color: transparent;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.module .module-headline::after,
.module .text-box::after {
  clear: both;
  content: "";
  display: table;
  table-layout: fixed;
}

.module .module-headline::before,
.module .text-box::before {
  clear: both;
  content: "";
  display: table;
  table-layout: fixed;
}

.module .module-headline p,
.module .text-box p {
  padding: 10px 0;
}

.module .module-headline a,
.module .text-box a {
  color: #A3BFD9;
  text-decoration: underline;
  font-weight: bold;
}

.module .module-headline a:visited,
.module .text-box a:visited {
  color: #A3BFD9;
}

.module .module-headline a:hover,
.module .text-box a:hover {
  color: #EFA0B5;
}

.module .module-headline p + h3,
.module .module-headline ul + h3,
.module .module-headline ol + h3,
.module .text-box p + h3,
.module .text-box ul + h3,
.module .text-box ol + h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.module .module-headline p + h4,
.module .module-headline ul + h4,
.module .module-headline ol + h4,
.module .text-box p + h4,
.module .text-box ul + h4,
.module .text-box ol + h4 {
  margin-top: 10px;
}

.module .module-headline h2,
.module .module-headline h3,
.module .module-headline h4,
.module .text-box h2,
.module .text-box h3,
.module .text-box h4 {
  margin-bottom: 10px;
}

.module .module-headline ol,
.module .module-headline ul,
.module .text-box ol,
.module .text-box ul {
  overflow: hidden;
  list-style-position: inside;
  padding: 10px 0 !important;
}

.module .module-headline ul,
.module .text-box ul {
  list-style-type: circle;
  padding-left: 1px !important;
}

.module .module-headline ul h2,
.module .module-headline ul h3,
.module .module-headline ul h4,
.module .text-box ul h2,
.module .text-box ul h3,
.module .text-box ul h4 {
  display: inline-block;
}

.module .module-headline table,
.module .text-box table {
  background-color: transparent;
  border-radius: 5px;
  border-collapse: collapse;
  overflow: hidden;
  width: 100%;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  margin: 10px 0;
}

.module .module-headline table tr,
.module .text-box table tr {
  border-bottom: 1px solid #F4F9FD;
}

.module .module-headline table tr:last-child,
.module .text-box table tr:last-child {
  border-radius: 0 0 5px 5px;
  border-bottom: none;
}

.module .module-headline table tr:nth-child(2n),
.module .text-box table tr:nth-child(2n) {
  background-color: #F4F9FD;
}

.module .module-headline table th,
.module .text-box table th {
  background-color: #4B7499;
  color: #FFFFFF;
  padding: 10px 20px;
  text-align: left;
  font-size: 1.125rem;
  font-weight: normal !important;
}

.module .module-headline table td,
.module .text-box table td {
  padding: 7px 20px;
}

.module .table-btn {
  font-size: 1rem;
  color: #ffffff;
  background-color: #BF4565;
  border: none;
  line-height: 29px;
  border-radius: 5px;
  padding: 0 10px;
  display: block;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.module .table-btn:hover {
  color: #ffffff;
  background-color: #E0708E;
  border: none;
}

.delisted-cta {
  pointer-events: none;
  background-color: #61666A !important;
  color: #9BA2A7 !important;
  border: none !important;
}

.wp-caption {
  width: auto !important;
  max-width: 100%;
}

.slider-image-gallery,
.slider-articles,
.slider-icons-with-text {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding-top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-image-gallery .module-wrapper,
.slider-articles .module-wrapper,
.slider-icons-with-text .module-wrapper {
  position: relative;
  overflow: hidden;
}

.slider-image-gallery svg,
.slider-articles svg,
.slider-icons-with-text svg {
  height: 0;
  width: 0;
}

.slider-image-gallery .icon,
.slider-articles .icon,
.slider-icons-with-text .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.slider-image-gallery .news__img,
.slider-articles .news__img,
.slider-icons-with-text .news__img {
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 300px;
}

.slider-image-gallery .news__img img,
.slider-articles .news__img img,
.slider-icons-with-text .news__img img {
  max-width: 100%;
  border-radius: 5px;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 600px) {
  .slider-image-gallery .news__img img,
  .slider-articles .news__img img,
  .slider-icons-with-text .news__img img {
    height: 150px;
  }
}

.slider-image-gallery .news__img .article-item,
.slider-articles .news__img .article-item,
.slider-icons-with-text .news__img .article-item {
  position: relative;
  display: block;
}

.slider-image-gallery .news__img .article-inner,
.slider-articles .news__img .article-inner,
.slider-icons-with-text .news__img .article-inner {
  position: relative;
  height: 300px;
  border-radius: 5px;
}

.slider-image-gallery .news__img .article-inner h3,
.slider-articles .news__img .article-inner h3,
.slider-icons-with-text .news__img .article-inner h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  padding: 1rem 1rem 0.5rem 1rem;
}

.slider-image-gallery .news__img .article-inner .date,
.slider-articles .news__img .article-inner .date,
.slider-icons-with-text .news__img .article-inner .date {
  color: #ffffff;
  padding-left: 1rem;
}

.slider-image-gallery .news__img .article-inner .avatar-box,
.slider-articles .news__img .article-inner .avatar-box,
.slider-icons-with-text .news__img .article-inner .avatar-box {
  padding: 1rem;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-image-gallery .news__img .article-inner .avatar-box img,
.slider-articles .news__img .article-inner .avatar-box img,
.slider-icons-with-text .news__img .article-inner .avatar-box img {
  border-radius: 50%;
  max-height: 30px;
  max-width: 30px;
  margin-right: 1rem;
}

.slider-image-gallery .card-slider-inner,
.slider-articles .card-slider-inner,
.slider-icons-with-text .card-slider-inner {
  height: 220px;
}

@media (max-width: 600px) {
  .slider-image-gallery .card-slider-inner,
  .slider-articles .card-slider-inner,
  .slider-icons-with-text .card-slider-inner {
    height: 170px;
  }
}

.slider-image-gallery .news-slider,
.slider-articles .news-slider,
.slider-icons-with-text .news-slider {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  position: relative;
  padding-top: 0;
}

.slider-image-gallery .news-slider .slider-item,
.slider-articles .news-slider .slider-item,
.slider-icons-with-text .news-slider .slider-item {
  width: 370px !important;
  margin: 1rem;
}

.slider-image-gallery .news-slider .article-slide,
.slider-articles .news-slider .article-slide,
.slider-icons-with-text .news-slider .article-slide {
  width: 330px;
  margin: 1.5rem;
}

@media (max-width: 1000px) {
  .slider-image-gallery .news-slider .article-slide,
  .slider-articles .news-slider .article-slide,
  .slider-icons-with-text .news-slider .article-slide {
    margin: 0;
  }
}

.slider-image-gallery .news-slider .slider-horizontal,
.slider-articles .news-slider .slider-horizontal,
.slider-icons-with-text .news-slider .slider-horizontal {
  position: relative;
  z-index: 12;
  margin-bottom: 2rem;
}

.slider-image-gallery .news-slider .slider-horizontal .news-slider-prev,
.slider-articles .news-slider .slider-horizontal .news-slider-prev,
.slider-icons-with-text .news-slider .slider-horizontal .news-slider-prev {
  top: -15rem;
  left: 0rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

.slider-image-gallery .news-slider .slider-horizontal .news-slider-next,
.slider-articles .news-slider .slider-horizontal .news-slider-next,
.slider-icons-with-text .news-slider .slider-horizontal .news-slider-next {
  top: -15rem;
  right: 0rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

.slider-image-gallery .news-slider__wrp,
.slider-articles .news-slider__wrp,
.slider-icons-with-text .news-slider__wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.slider-image-gallery .news-slider__item,
.slider-articles .news-slider__item,
.slider-icons-with-text .news-slider__item {
  width: 350px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0.5rem;
}

.slider-image-gallery .news-slider__item.swiper-slide,
.slider-articles .news-slider__item.swiper-slide,
.slider-icons-with-text .news-slider__item.swiper-slide {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slider-image-gallery .news-slider__item.swiper-slide-active .article-item,
.slider-articles .news-slider__item.swiper-slide-active .article-item,
.slider-icons-with-text .news-slider__item.swiper-slide-active .article-item {
  position: relative;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center center !important;
          transform-origin: center center !important;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.slider-image-gallery .news-slider__item.swiper-slide-active, .slider-image-gallery .news-slider__item.swiper-slide-prev, .slider-image-gallery .news-slider__item.swiper-slide-next,
.slider-articles .news-slider__item.swiper-slide-active,
.slider-articles .news-slider__item.swiper-slide-prev,
.slider-articles .news-slider__item.swiper-slide-next,
.slider-icons-with-text .news-slider__item.swiper-slide-active,
.slider-icons-with-text .news-slider__item.swiper-slide-prev,
.slider-icons-with-text .news-slider__item.swiper-slide-next {
  opacity: 1;
  pointer-events: auto;
}

.slider-image-gallery .news-slider__ctr,
.slider-articles .news-slider__ctr,
.slider-icons-with-text .news-slider__ctr {
  position: relative;
  margin-bottom: 1rem;
}

.slider-image-gallery .news-slider__arrow,
.slider-articles .news-slider__arrow,
.slider-icons-with-text .news-slider__arrow {
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  cursor: pointer;
  outline: none !important;
  color: #A3BFD9;
}

.slider-image-gallery .news-slider__arrow:focus,
.slider-articles .news-slider__arrow:focus,
.slider-icons-with-text .news-slider__arrow:focus {
  outline: none !important;
}

.slider-image-gallery .news-slider__arrow .icon-font,
.slider-articles .news-slider__arrow .icon-font,
.slider-icons-with-text .news-slider__arrow .icon-font {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.slider-image-gallery .news-slider__arrow .icon-font i,
.slider-articles .news-slider__arrow .icon-font i,
.slider-icons-with-text .news-slider__arrow .icon-font i {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 2.5rem !important;
  font-style: normal !important;
}

.slider-image-gallery .news-slider__arrow .icon-font i:hover,
.slider-articles .news-slider__arrow .icon-font i:hover,
.slider-icons-with-text .news-slider__arrow .icon-font i:hover {
  color: #EFA0B5;
}

.slider-image-gallery .news-slider__arrow.news-slider-prev,
.slider-articles .news-slider__arrow.news-slider-prev,
.slider-icons-with-text .news-slider__arrow.news-slider-prev {
  left: 35%;
  top: -1.1rem;
}

@media (max-width: 900px) {
  .slider-image-gallery .news-slider__arrow.news-slider-prev,
  .slider-articles .news-slider__arrow.news-slider-prev,
  .slider-icons-with-text .news-slider__arrow.news-slider-prev {
    left: 1rem;
  }
}

.slider-image-gallery .news-slider__arrow.news-slider-next,
.slider-articles .news-slider__arrow.news-slider-next,
.slider-icons-with-text .news-slider__arrow.news-slider-next {
  right: 35%;
  top: -1.1rem;
}

@media (max-width: 900px) {
  .slider-image-gallery .news-slider__arrow.news-slider-next,
  .slider-articles .news-slider__arrow.news-slider-next,
  .slider-icons-with-text .news-slider__arrow.news-slider-next {
    right: 1rem;
  }
}

.slider-image-gallery .news-slider__pagination,
.slider-articles .news-slider__pagination,
.slider-icons-with-text .news-slider__pagination {
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 1000px) {
  .slider-image-gallery .news-slider__pagination,
  .slider-articles .news-slider__pagination,
  .slider-icons-with-text .news-slider__pagination {
    margin-top: 20px;
  }
}

.slider-image-gallery .news-slider__pagination .swiper-pagination-bullet,
.slider-articles .news-slider__pagination .swiper-pagination-bullet,
.slider-icons-with-text .news-slider__pagination .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background-color: #EFA0B5;
  color: #EFA0B5;
  opacity: 0.5;
  margin: 0 5px;
  border-radius: 20px;
  -webkit-transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  -webkit-transition-delay: 0.5s, 0.5s, 0s;
          transition-delay: 0.5s, 0.5s, 0s;
}

.slider-image-gallery .news-slider__pagination .swiper-pagination-bullet-active,
.slider-articles .news-slider__pagination .swiper-pagination-bullet-active,
.slider-icons-with-text .news-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #A3BFD9;
  width: 100px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

@media (max-width: 576px) {
  .slider-image-gallery .news-slider__pagination .swiper-pagination-bullet-active,
  .slider-articles .news-slider__pagination .swiper-pagination-bullet-active,
  .slider-icons-with-text .news-slider__pagination .swiper-pagination-bullet-active {
    width: 70px;
  }
}

.slider-image-gallery .news__item,
.slider-articles .news__item,
.slider-icons-with-text .news__item {
  color: #474040;
  border-radius: 5px;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 800px) {
  .slider-image-gallery .news__item:hover,
  .slider-articles .news__item:hover,
  .slider-icons-with-text .news__item:hover {
    color: #222;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
}

@media (max-width: 576px) {
  .slider-image-gallery .news__item,
  .slider-articles .news__item,
  .slider-icons-with-text .news__item {
    padding: 1rem;
    margin: 0;
  }
}

.slider-image-gallery .news-slider__arrow.news-slider-prev,
.slider-image-gallery .news-slider__arrow.news-slider-next,
.slider-articles .news-slider__arrow.news-slider-prev,
.slider-articles .news-slider__arrow.news-slider-next,
.slider-icons-with-text .news-slider__arrow.news-slider-prev,
.slider-icons-with-text .news-slider__arrow.news-slider-next {
  display: none !important;
}

.content-combined .module-wrapper {
  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;
}

.content-combined .content-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

@media (max-width: 1000px) {
  .content-combined .content-inner {
    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;
  }
}

.content-halfwidth .module-headline {
  margin-bottom: 20px;
}

.content-halfwidth .content-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

@media (max-width: 1000px) {
  .content-halfwidth .content-inner {
    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;
  }
}

.content-halfwidth .content-inner .img-box {
  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;
}

.content-halfwidth .content-inner .img-box img {
  max-height: 400px;
}

@media (max-width: 1000px) {
  .content-halfwidth .text-box {
    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-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .content-halfwidth .img-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.faq-module .dropdown-section-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}

.faq-module .faq-list {
  width: 100%;
  list-style-type: none;
}

.faq-module .faq-list > li {
  width: 100%;
  background-color: #4B7499;
  margin-bottom: 10px;
  color: #FFFFFF;
  border-radius: 5px;
}

.faq-module .faq-list > li:hover {
  background-color: #274659;
}

.faq-module .faq-list > li h5 {
  font-size: 1rem;
  line-height: 170%;
  color: #FFFFFF;
  font-weight: bold;
}

.faq-module .faq-list > li.open {
  background-color: #274659;
}

.faq-module .faq-list > li.open .list-header:after {
  content: "_";
  top: -1rem;
}

.faq-module .faq-list > li.open .list-content {
  background-color: #274659;
  border-radius: 0 0 5px 5px;
  max-height: 1000px;
  -webkit-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
}

.faq-module .faq-list .list-header {
  position: relative;
  padding: 20px 35px 20px 15px;
  line-height: 30px;
  cursor: pointer;
}

@media (max-width: 1000px) {
  .faq-module .faq-list .list-header {
    padding: 15px 35px 15px 10px;
  }
}

.faq-module .faq-list .list-header:after {
  content: "+";
  font-size: 35px;
  position: absolute;
  top: 0;
  right: 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq-module .list-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
  transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
}

.faq-module .list-content-inner {
  padding: 15px;
  background-color: #274659;
  border-radius: 0 0 5px 5px;
}

.faq-module .list-content-inner p {
  color: #FFFFFF;
  padding: 10px 0;
}

.faq-module .list-content-inner h2,
.faq-module .list-content-inner h3,
.faq-module .list-content-inner h4 {
  margin-bottom: 10px;
  color: #FFFFFF;
}

.faq-module .list-content-inner ol,
.faq-module .list-content-inner ul {
  overflow: hidden;
  list-style-position: inside;
  padding: 10px 0;
}

.faq-module .list-content-inner ul {
  list-style-type: circle;
}

.faq-module .list-content-inner a {
  color: #A3BFD9;
  text-decoration: underline;
}

.faq-module .list-content-inner a:hover {
  color: #EFA0B5;
}

.grid-dynamic-authors .module-wrapper {
  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;
}

.grid-dynamic-authors .user-list {
  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;
}

@media (max-width: 1000px) {
  .grid-dynamic-authors .user-list {
    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;
  }
}

.grid-dynamic-authors .single-user {
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  background-color: #FFFFFF;
  padding: 10px;
  -webkit-box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.25);
}

.grid-dynamic-authors .info-box {
  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;
}

.grid-dynamic-authors .info-box .image-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.grid-dynamic-authors .info-box .image-box img {
  border-radius: 5px;
  width: 81px;
  height: 81px;
  -o-object-fit: cover;
     object-fit: cover;
}

.grid-dynamic-authors .info-box .text-box {
  text-align: center;
}

.grid-dynamic-authors .info-box .text-box .name-box {
  padding: 0;
  color: #424047;
}

.grid-dynamic-authors .info-box .text-box .roles {
  padding: 0;
  color: #424047;
  font-weight: bold;
  text-transform: capitalize;
}

.grid-dynamic-authors .description-box {
  margin: 0;
  color: #424047;
  text-align: center;
  font-size: 1rem;
}

.grid-dynamic-authors .user-list.horizontal {
  display: -ms-grid;
  display: grid;
}

@media (max-width: 1000px) {
  .grid-dynamic-authors .user-list.horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.grid-dynamic-authors .user-list.horizontal.grid-2 {
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.grid-dynamic-authors .user-list.horizontal.grid-3 {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.grid-dynamic-authors .user-list.horizontal.grid-4 {
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.grid-icons-with-text .regulations-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  padding: 10px 0;
}

@media (max-width: 1000px) {
  .grid-icons-with-text .regulations-list {
    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;
  }
}

.grid-icons-with-text .regulation-element {
  padding: 20px;
  border-radius: 5px;
  border: none;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.25);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  min-height: 150px;
  text-align: center;
}

@media (max-width: 1000px) {
  .grid-icons-with-text .regulation-element {
    margin: 10px;
  }
}

.grid-icons-with-text .regulation-element img {
  display: block;
  margin: 0 auto 20px;
  max-width: 120px;
  max-height: 120px;
}

.grid-icons-with-text .regulation-element > h4 {
  color: #4B7499;
}

.grid-icons-with-text .regulation-element h2,
.grid-icons-with-text .regulation-element h3,
.grid-icons-with-text .regulation-element h4 {
  margin-bottom: 10px;
}

.grid-icons-with-text .regulation-element p {
  padding: 10px 0;
}

.grid-icons-with-text .regulation-element a {
  text-decoration: underline;
}

.grid-icons-with-text .regulation-element ol,
.grid-icons-with-text .regulation-element ul {
  overflow: hidden;
  list-style-position: inside;
  padding: 10px 0 !important;
}

.grid-icons-with-text .regulation-element ul {
  list-style-type: circle;
}

.grid-icons-with-text .regulation-element ul h2,
.grid-icons-with-text .regulation-element ul h3,
.grid-icons-with-text .regulation-element ul h4 {
  display: inline-block;
}

.grid-icons-with-text .regulations-list.two-column {
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 1000px) {
  .grid-icons-with-text .regulations-list.two-column {
    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;
  }
}

.grid-icons-with-text .regulations-list.two-column .regulation-element img {
  max-width: 200px;
}

.pros-and-cons .repeater-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin: 20px 0;
}

@media (max-width: 900px) {
  .pros-and-cons .repeater-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.pros-and-cons .repeater-box .pros {
  border-radius: 5px;
  background-color: #ffffff;
  overflow: hidden;
  border: 1px solid #F0F0F0;
  border-top: none;
}

.pros-and-cons .repeater-box .cons {
  border-radius: 5px;
  background-color: #ffffff;
  overflow: hidden;
  border: 1px solid #F0F0F0;
  border-top: none;
}

.pros-and-cons .repeater-box .pros-img {
  margin-right: 5px;
}

.pros-and-cons .repeater-box .pros-img::before {
  width: 24px;
  height: 24px;
  content: url("/wp-content/themes/DicyTheme/images/like.svg");
  position: relative;
}

.pros-and-cons .repeater-box .cons-img {
  margin-right: 5px;
}

.pros-and-cons .repeater-box .cons-img::before {
  width: 24px;
  height: 24px;
  content: url("/wp-content/themes/DicyTheme/images/thumb-down.svg");
  position: relative;
  top: 10px;
}

.slider-articles .card-slider-inner {
  height: 210px;
}

@media (max-width: 600px) {
  .slider-articles .card-slider-inner {
    height: 180px;
  }
}

.slider-articles .news__img {
  background-color: #5C7889;
}

.slider-articles .news__img .article-inner .avatar-box {
  font-weight: normal;
}

.slider-articles .article-inner .date {
  font-weight: normal;
}

.slider-articles .news-slider__pagination .swiper-pagination-bullet {
  background-color: #5C7889;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  padding: 0;
  opacity: 1;
  cursor: pointer;
}

.slider-articles .news-slider__pagination .swiper-pagination-bullet:hover {
  background-color: #A3BFD9;
}

.slider-articles .news-slider__pagination .swiper-pagination-bullet-active {
  background-color: #A3BFD9;
  width: 15px;
  height: 15px;
  padding: 0;
}

.slider-image-gallery .card-slider-inner {
  height: 230px;
}

.slider-image-gallery .news__img img {
  max-height: 210px;
  min-height: 210px;
  -webkit-box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1000px) {
  .slider-image-gallery .news-slider .slider-item {
    padding: 0 10px;
  }
}

.slider-image-gallery .news-slider__pagination .swiper-pagination-bullet {
  background-color: #5C7889;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  padding: 0;
  opacity: 1;
  cursor: pointer;
}

.slider-image-gallery .news-slider__pagination .swiper-pagination-bullet:hover {
  background-color: #A3BFD9;
}

.slider-image-gallery .news-slider__pagination .swiper-pagination-bullet-active {
  background-color: #A3BFD9;
  width: 15px;
  height: 15px;
  padding: 0;
}

@media (min-width: 600px) {
  .slider-image-gallery .swiper-slide-active {
    -webkit-transform: scale(1.1) !important;
            transform: scale(1.1) !important;
  }
}

.slider-image-gallery .news__item {
  padding: 0;
}

.slider-icons-with-text {
  background-color: #A3BFD9;
}

.slider-icons-with-text .module-headline p {
  color: #FFFFFF;
}

.slider-icons-with-text .module-headline a {
  color: #FFFFFF;
}

.slider-icons-with-text .module-headline a:visited {
  color: #d8dfe2;
}

.slider-icons-with-text .module-headline a:hover {
  color: #d8dfe2;
}

.slider-icons-with-text .module-headline ul,
.slider-icons-with-text .module-headline ol {
  color: #FFFFFF;
}

.slider-icons-with-text .module-headline h2,
.slider-icons-with-text .module-headline h3,
.slider-icons-with-text .module-headline h4 {
  color: #FFFFFF;
}

.slider-icons-with-text .logo-glider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

@media (max-width: 500px) {
  .slider-icons-with-text .logo-glider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.slider-icons-with-text .logo-glider .regulation-element {
  max-width: 393px;
}

.slider-icons-with-text .glider-track {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
  gap: 0;
}

.slider-icons-with-text .regulation-element {
  padding: 20px;
  border-radius: 5px;
  border: none;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  min-height: 150px;
  text-align: center;
  margin: 10px 15px;
}

@media (max-width: 1000px) {
  .slider-icons-with-text .regulation-element {
    margin: 10px;
  }
}

.slider-icons-with-text .regulation-element img {
  display: block;
  margin: 0 auto 20px;
  max-width: 120px;
  max-height: 120px;
}

.slider-icons-with-text .regulation-element > h4 {
  color: #4B7499;
}

.slider-icons-with-text .regulation-element h2,
.slider-icons-with-text .regulation-element h3,
.slider-icons-with-text .regulation-element h4 {
  margin-bottom: 10px;
}

.slider-icons-with-text .regulation-element p {
  padding: 10px 0;
}

.slider-icons-with-text .regulation-element a {
  text-decoration: underline;
}

.slider-icons-with-text .regulation-element ol,
.slider-icons-with-text .regulation-element ul {
  overflow: hidden;
  list-style-position: inside;
  padding: 10px 0 !important;
}

.slider-icons-with-text .regulation-element ul {
  list-style-type: circle;
}

.slider-icons-with-text .regulation-element ul h2,
.slider-icons-with-text .regulation-element ul h3,
.slider-icons-with-text .regulation-element ul h4 {
  display: inline-block;
}

.slider-icons-with-text .glider-dots {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 0;
  gap: 15px;
}

.slider-icons-with-text .glider-dot {
  background-color: #FFFFFF;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  padding: 0;
  opacity: 1;
  cursor: pointer;
}

.slider-icons-with-text .glider-dot:hover {
  background-color: #274659;
}

.slider-icons-with-text .glider-dot.active {
  background-color: #274659;
  width: 15px;
  height: 15px;
  padding: 0;
}

.steps-module .steps-list {
  margin: 30px auto 15px;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
  display: -ms-grid;
  display: grid;
  max-width: 780px;
}

.steps-module .steps-list .steps-element {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 2rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFFFFF;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  position: relative;
}

.steps-module .steps-list .steps-element h2,
.steps-module .steps-list .steps-element h3,
.steps-module .steps-list .steps-element h4 {
  margin-bottom: 10px;
}

.steps-module .steps-list .steps-element p {
  padding: 10px 0;
}

.steps-module .steps-list .steps-element a {
  text-decoration: underline;
}

.steps-module .steps-list .steps-element ol,
.steps-module .steps-list .steps-element ul {
  overflow: hidden;
  list-style-position: inside;
  padding: 10px 0;
}

.steps-module .steps-list .steps-element ul {
  list-style-type: circle;
}

.steps-module .steps-list .steps-element table {
  background-color: transparent;
  border-radius: 5px;
  border-collapse: collapse;
  overflow: hidden;
  width: 100%;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  margin: 10px 0;
}

.steps-module .steps-list .steps-element table tr {
  border-bottom: 1px solid #F4F9FD;
}

.steps-module .steps-list .steps-element table tr:last-child {
  border-radius: 0 0 5px 5px;
  border-bottom: none;
}

.steps-module .steps-list .steps-element table tr:nth-child(2n) {
  background-color: #F4F9FD;
}

.steps-module .steps-list .steps-element table th {
  background-color: #4B7499;
  color: #FFFFFF;
  padding: 10px 20px;
  text-align: left;
  font-size: 1.125rem;
  font-weight: normal !important;
}

.steps-module .steps-list .steps-element table td {
  padding: 7px 20px;
}

.steps-module .steps-list .steps-element .step-number {
  position: absolute;
  top: -15px;
  left: 18px;
  background-color: #5C7889;
  color: #FFFFFF;
  border-radius: 5px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 1.125rem;
}

.steps-module .steps-list .steps-separator {
  content: "";
  height: 25px;
  width: 3px;
  display: block;
  background-color: #A3BFD9;
  margin: 10px 0 40px 33px;
  position: relative;
}

.steps-module .steps-list .steps-separator:after {
  content: "";
  background-color: #A3BFD9;
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: -13px;
  left: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.steps-module .steps-list .steps-separator:last-child:after {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 20px solid #A3BFD9;
  background-color: transparent;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  bottom: -7px;
  left: -7px;
}

@media (max-width: 1000px) {
  .table-operators-information .module-wrapper {
    padding: 20px 0;
  }
}

@media (max-width: 1000px) {
  .table-operators-information .module-wrapper .module-headline {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.table-operators-information table {
  background-color: transparent;
  border-radius: 5px;
  border-collapse: collapse;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  margin: 10px 0;
}

@media (max-width: 1000px) {
  .table-operators-information table {
    border-radius: 0;
  }
}

.table-operators-information table a {
  text-decoration: underline;
}

.table-operators-information table tr {
  border-bottom: 1px solid #F4F9FD;
  border-right: none;
  border-left: none;
}

.table-operators-information table tr:last-child {
  border-radius: 0 0 5px 5px;
  border-bottom: none;
}

@media (max-width: 1000px) {
  .table-operators-information table tr:last-child {
    border-radius: 0;
  }
}

.table-operators-information table tr:nth-child(2n) {
  background-color: #F4F9FD;
}

.table-operators-information table th {
  background-color: #4B7499;
  color: #FFFFFF;
  padding: 10px;
  text-align: left;
  font-size: 1.125rem;
  font-weight: normal !important;
  border-right: none;
  border-left: none;
}

.table-operators-information table th:first-child {
  padding-left: 20px;
}

.table-operators-information table th:last-child {
  padding-right: 20px;
}

.table-operators-information table td {
  padding: 7px 10px;
}

.table-operators-information table td:first-child {
  padding-left: 20px;
}

.table-operators-information table td:last-child {
  padding-right: 20px;
}

.table-operators-information table td:nth-child(1) {
  font-weight: bold;
  white-space: nowrap;
  vertical-align: top;
}

@media (max-width: 1000px) {
  .table-operators-information table td:nth-child(1) {
    white-space: normal;
  }
}

@media (max-width: 1000px) {
  .table-operators .module-wrapper {
    padding: 20px 0;
  }
}

@media (max-width: 1000px) {
  .table-operators .module-wrapper .module-headline {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.table-operators table {
  background-color: transparent;
  border-radius: 5px;
  border-collapse: collapse;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  margin: 10px 0;
}

@media (max-width: 1000px) {
  .table-operators table {
    border-radius: 0;
  }
}

.table-operators table a {
  color: #474040;
  text-decoration: underline;
}

.table-operators table tr {
  border-bottom: 1px solid #F4F9FD;
  border-right: none;
  border-left: none;
}

.table-operators table tr:nth-child(2n) {
  background-color: #F4F9FD;
}

.table-operators table tr:last-child {
  border-radius: 0 0 5px 5px;
  border-bottom: none;
}

@media (max-width: 1000px) {
  .table-operators table tr:last-child {
    border-radius: 0;
  }
}

.table-operators table th {
  background-color: #4B7499;
  color: #FFFFFF;
  padding: 10px;
  text-align: left;
  font-size: 1.125rem;
  font-weight: normal !important;
  border-right: none;
  border-left: none;
}

@media (max-width: 1000px) {
  .table-operators table th:nth-child(3) {
    display: none;
  }
}

.table-operators table th:nth-child(4) {
  text-align: center;
}

.table-operators table th:first-child {
  padding-left: 20px;
}

.table-operators table th:last-child {
  padding-right: 20px;
}

.table-operators table td {
  padding: 7px 10px;
  word-break: break-word;
}

@media (max-width: 1000px) {
  .table-operators table td:nth-child(2) {
    font-size: 0.875rem;
  }
}

@media (max-width: 1000px) {
  .table-operators table td:nth-child(3) {
    display: none;
  }
}

.table-operators table td.btn-td {
  max-width: 200px;
}

@media (min-width: 1001px) {
  .table-operators table td.btn-td {
    width: 200px;
  }
}

.table-operators table td:first-child {
  padding-left: 20px;
}

.table-operators table td:last-child {
  padding-right: 20px;
}

@media (max-width: 1000px) {
  .table-payment-providers .module-wrapper {
    padding: 20px 0;
  }
}

@media (max-width: 1000px) {
  .table-payment-providers .module-wrapper .module-headline {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.table-payment-providers table {
  background-color: transparent;
  border-radius: 5px;
  border-collapse: collapse;
  overflow: hidden;
  width: 100%;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  margin: 10px 0;
}

@media (max-width: 1000px) {
  .table-payment-providers table {
    border-radius: 0;
  }
}

.table-payment-providers table tr {
  border-bottom: 1px solid #F4F9FD;
  border-right: none;
  border-left: none;
}

.table-payment-providers table tr:last-child {
  border-radius: 0 0 5px 5px;
  border-bottom: none;
}

@media (max-width: 1000px) {
  .table-payment-providers table tr:last-child {
    border-radius: 0;
  }
}

.table-payment-providers table tr:nth-child(2n) {
  background-color: #F4F9FD;
}

.table-payment-providers table th {
  background-color: #4B7499;
  color: #FFFFFF;
  padding: 10px 20px;
  text-align: left;
  font-size: 1.125rem;
  font-weight: normal !important;
  border-right: none;
  border-left: none;
}

.table-payment-providers table td {
  padding: 7px 20px;
}

.table-payment-providers table td:nth-child(1) img {
  height: 30px;
  width: auto;
}

.table-payment-providers table td:nth-child(1) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table-payment-providers table td:nth-child(2) a {
  text-decoration: none;
  color: #474040;
  font-weight: normal;
}

@media (max-width: 1000px) {
  .table-plain .module-wrapper {
    padding: 20px 0;
  }
}

@media (max-width: 1000px) {
  .table-plain .module-wrapper .module-headline {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.table-plain table {
  background-color: transparent;
  border-radius: 5px;
  border-collapse: collapse;
  overflow: hidden;
  width: 100%;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  margin: 10px 0;
}

@media (max-width: 1000px) {
  .table-plain table {
    border-radius: 0;
  }
}

.table-plain table tr {
  border-bottom: 1px solid #F4F9FD;
  border-right: none;
  border-left: none;
}

.table-plain table tr:last-child {
  border-radius: 0 0 5px 5px;
  border-bottom: none;
}

@media (max-width: 1000px) {
  .table-plain table tr:last-child {
    border-radius: 0;
  }
}

.table-plain table tr:nth-child(2n) {
  background-color: #F4F9FD;
}

.table-plain table th {
  background-color: #4B7499;
  color: #FFFFFF;
  padding: 10px 20px;
  text-align: left;
  font-size: 1.125rem;
  font-weight: normal !important;
  border-right: none;
  border-left: none;
}

.table-plain table td {
  padding: 7px 20px;
}

.toplist-horizontal {
  background-size: cover;
  background-position: top left;
}

.toplist-horizontal .logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}

@media (max-width: 1000px) {
  .toplist-horizontal .logo-box {
    gap: 20px;
  }
}

.toplist-horizontal .logo-box img {
  max-height: 32px;
}

@media (max-width: 600px) {
  .toplist-horizontal .logo-box img {
    max-height: 20px;
    width: auto !important;
  }
}

.toplist-horizontal .glider-contain {
  max-width: 1180px;
  margin: 0 auto;
}

.toplist-horizontal .glider-contain .glider2 {
  position: relative;
}

.toplist-horizontal .glider-contain .glider-track {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 20px 0;
  gap: 0;
}

.toplist-horizontal .glider-prev2,
.toplist-horizontal .glider-next2 {
  background-color: transparent;
  border: none;
}

.toplist-horizontal .glider-dots {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 0;
  gap: 15px;
}

.toplist-horizontal .glider-dot {
  background-color: #FFFFFF;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  padding: 0;
  opacity: 1;
  cursor: pointer;
}

.toplist-horizontal .glider-dot:hover {
  background-color: #274659;
}

.toplist-horizontal .glider-dot.active {
  background-color: #274659;
  width: 15px;
  height: 15px;
  padding: 0;
}

.toplist-horizontal .top-list-element-2 {
  background: #082131;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  border: none;
  height: 100%;
}

.toplist-horizontal .top-list-element-2.top-list-opt1 {
  background: #082131;
  border-color: #4B7499;
}

.toplist-horizontal .top-list-element-2.top-list-opt2 {
  background: #082131;
  border-color: #4B7499;
}

.toplist-horizontal .top-list-element-2.top-list-opt3 {
  background: #082131;
  border-color: #4B7499;
}

.toplist-horizontal .top-list-element-2.top-list-opt4 {
  background: #082131;
  border-color: #4B7499;
}

.toplist-horizontal .top-list-element-2.top-list-opt5 {
  background: #082131;
  border-color: #4B7499;
}

.toplist-horizontal .top-list-element-2.top-list-opt6, .toplist-horizontal .top-list-element-2.top-list-empty {
  background: #082131;
  border-color: #4B7499;
}

.toplist-horizontal .element-2-kocka {
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 100%;
  margin: 0 15px;
}

.toplist-horizontal .element-2-kocka.center {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

@media (min-width: 1001px) {
  .toplist-horizontal .element-2-kocka.center {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.toplist-horizontal .inner-element-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 5px;
}

.toplist-horizontal .element-1 img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -o-object-fit: fill;
     object-fit: fill;
}

.toplist .load-more-closed {
  display: none;
}

.toplist .load-more-open {
  display: block;
}

.toplist .btn-load-hidden {
  display: none !important;
}

.toplist #max-num {
  display: none;
}

.toplist #load-more-reviews {
  width: 100%;
  border-radius: 4px;
  border: 2px solid #BF4565;
  color: #BF4565;
  background-color: transparent;
  cursor: pointer;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
  margin-top: 35px;
  font-size: 1.125rem;
}

.toplist #load-more-reviews:hover {
  border: 2px solid #BF4565;
  color: #FFFFFF;
  background-color: #BF4565;
}

.toplist .logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}

@media (max-width: 1000px) {
  .toplist .logo-box {
    gap: 20px;
  }
}

.toplist .logo-box img {
  max-height: 32px;
}

@media (max-width: 600px) {
  .toplist .logo-box img {
    max-height: 20px;
    width: auto !important;
  }
}

.toplist #opr-review-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-top: 10px;
}

@media (min-width: 760px) and (max-width: 1000px) {
  .toplist #opr-review-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 17px;
    grid-row-gap: 38px;
    grid-auto-rows: 1fr;
  }
  .toplist #opr-review-list > li {
    width: 100%;
  }
}

@media (max-width: 759px) {
  .toplist #opr-review-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
  }
}

.toplist .top-list-element {
  background: #082131;
  border-radius: 5px;
  border: none;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 100%;
}

.toplist .top-list-element.top-list-opt1 {
  background: #082131;
  border-color: #4B7499;
}

.toplist .top-list-element.top-list-opt2 {
  background: #082131;
  border-color: #4B7499;
}

.toplist .top-list-element.top-list-opt3 {
  background: #082131;
  border-color: #4B7499;
}

.toplist .top-list-element.top-list-opt4 {
  background: #082131;
  border-color: #4B7499;
}

.toplist .top-list-element.top-list-opt5 {
  background: #082131;
  border-color: #4B7499;
}

.toplist .top-list-element.top-list-opt6, .toplist .top-list-element.top-list-empty {
  background: #082131;
  border-color: #4B7499;
}

.toplist .inner-element-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
}

@media (max-width: 1000px) {
  .toplist .inner-element-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.toplist .element-1 img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -o-object-fit: fill;
     object-fit: fill;
}

.toplist .payment-box .payment-box-inner img {
  max-width: 40px;
  max-height: 15px;
  -o-object-fit: fill;
     object-fit: fill;
}

.toplist .payment-box .hide-par {
  display: none;
}

.breadcrumb-v3 {
  background-color: #A3BFD9;
}

.breadcrumb-v3 .breadcrumb-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}

.breadcrumb-v3 .breadcrumb-box img {
  background-color: #FFFFFF;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  padding: 5px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #082131;
  position: relative;
  z-index: 10;
  margin: 0;
  top: 4px;
}

.breadcrumb-v3 .breadcrumb-box a.breadcrumblink {
  font-size: 0.688rem;
  color: #FFFFFF;
  position: relative;
  height: 29px;
  line-height: 29px;
  padding-left: 20px;
  left: -13px;
  display: inline-block;
  padding-top: 0;
  font-weight: normal;
  background-color: #5C7889;
  z-index: 1;
}

.breadcrumb-v3 .breadcrumb-box a.breadcrumblink::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 14.5px solid transparent;
  border-left: 22px solid #5C7889;
  border-bottom: 14.5px solid transparent;
}

.breadcrumb-v3 .breadcrumb-box p {
  font-size: 11px;
  color: #FFFFFF;
  position: relative;
  z-index: 0;
  height: 29px;
  line-height: 29px;
  left: -18px;
  padding-left: 26px;
  padding-top: 0;
  background-color: #082131;
}

.breadcrumb-v3 .breadcrumb-box p::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 14.5px solid transparent;
  border-bottom: 14.5px solid transparent;
  border-left: 22px solid #082131;
}

.breadcrumb-v3 .breadcrumb-box a.breadcrumblink + p {
  padding-left: 35px;
}

.anchor-list-wrapper {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: -22.5px;
  margin-bottom: -45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1180px) {
  .anchor-list-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.anchor-list-wrapper + section {
  padding-top: 30px;
}

.anchor-list-wrapper .anchor-list-base {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 0 13px;
  line-height: 40px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.anchor-list-wrapper .anchor-list-base p {
  color: #424047;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.anchor-list-wrapper .anchor-list-base .dicy-chevron {
  border: 1px solid #4B7499;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

.anchor-list-wrapper .anchor-list-base .dicy-chevron::before {
  color: #4B7499;
  top: -2px;
}

.anchor-list-wrapper .anchor-list-base .dicy-chevron:hover {
  border: 1px solid #4B7499;
}

.anchor-list-wrapper #anchor-list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 8px 0;
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  z-index: 101;
  display: none;
}

@media (max-width: 1180px) {
  .anchor-list-wrapper #anchor-list {
    left: 30px;
    right: 30px;
  }
}

.anchor-list-wrapper #anchor-list li {
  list-style-type: none;
  padding: 0;
}

.anchor-list-wrapper #anchor-list li a {
  color: #424047;
  display: block;
  padding: 9px 16px;
  font-size: 0.875rem;
  font-weight: normal;
}

.anchor-list-wrapper #anchor-list li a:hover {
  color: #424047;
}

.anchor-list-wrapper #anchor-list li:hover {
  background-color: #F4F9FD;
}

.anchor-list-wrapper.open .anchor-list-base p {
  color: #424047;
}

.anchor-list-wrapper.open .anchor-list-base p .dicy-chevron {
  border: 1px solid #4B7499;
}

.anchor-list-wrapper.open .anchor-list-base p .dicy-chevron::before {
  color: #4B7499;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 2px;
}

.anchor-list-wrapper.open #anchor-list {
  display: block !important;
}

*[id] {
  scroll-margin-top: 135px;
}

@media (max-width: 1000px) {
  *[id] {
    scroll-margin-top: 60px;
  }
}

.pros-and-cons .repeater-box .pros p {
  background-color: #67DD9D;
  padding: 15px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
}

.pros-and-cons .repeater-box .pros img {
  width: 20px;
  margin-right: 5px;
}

.pros-and-cons .repeater-box .pros ul {
  padding: 0.8rem 1rem;
}

.pros-and-cons .repeater-box .pros ul li {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  line-height: 160%;
}

.pros-and-cons .repeater-box .pros ul li:before {
  content: "✔";
  color: #1caa2a;
  padding-right: 10px;
}

.pros-and-cons .repeater-box .cons p {
  background-color: #FF4E4E;
  padding: 15px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
}

.pros-and-cons .repeater-box .cons img {
  position: absolute;
  bottom: 10px;
  left: 15px;
  width: 20px;
  margin-right: 5px;
}

.pros-and-cons .repeater-box .cons ul {
  padding: 0.8rem 1rem;
}

.pros-and-cons .repeater-box .cons ul li {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  line-height: 160%;
}

.pros-and-cons .repeater-box .cons ul li:before {
  content: "+";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  color: #FF4E4E;
  padding-right: 10px;
  font-size: 26px;
  position: relative;
  top: 3px;
}

.toplist-horizontal .ribbon-box {
  position: absolute;
  top: -7px;
  right: 10px;
  width: 80px;
  max-width: 80px;
}

.toplist-horizontal .ribbon-box img {
  position: absolute;
}

.toplist-horizontal .ribbon-box p {
  position: absolute;
  width: 100%;
  padding: 0 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 40px;
  color: #ffffff;
  font-size: 0.625rem;
  line-height: 120%;
  text-transform: uppercase;
}

@media (max-width: 460px) {
  .toplist-horizontal .element-2-kocka {
    margin: 0 10px;
  }
  .toplist-horizontal .element-2-kocka.center {
    max-width: 310px;
    width: 310px !important;
    -webkit-transition: max-width 0.4s cubic-bezier(0, 1.05, 0, 1);
    transition: max-width 0.4s cubic-bezier(0, 1.05, 0, 1);
  }
}

.toplist-horizontal .count-num {
  position: absolute;
  left: -0px;
  top: 0px;
  border-radius: 5px 0 5px 0;
  font-size: 0.875rem;
  color: #ffffff;
  min-width: 21px;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 21px;
  text-align: center;
  background-color: #4B7499;
}

.toplist-horizontal .count-num.opt1 {
  background-color: #4B7499;
}

.toplist-horizontal .count-num.opt2 {
  background-color: #4B7499;
}

.toplist-horizontal .count-num.opt3 {
  background-color: #4B7499;
}

.toplist-horizontal .count-num.opt4 {
  background-color: #4B7499;
}

.toplist-horizontal .count-num.opt5 {
  background-color: #4B7499;
}

.toplist-horizontal .count-num.opt6 {
  background-color: #4B7499;
}

.toplist-horizontal .top-list-element-2 {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.toplist-horizontal .inner-element-box {
  gap: 20px;
  padding: 30px 10px 5px 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.toplist-horizontal .element-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
}

.toplist-horizontal .element-1-b p {
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 5px;
}

.toplist-horizontal .element-1-b a {
  font-size: 1rem;
  color: #A3BFD9;
  text-decoration: underline;
}

.toplist-horizontal .element-1-b a:visited {
  color: #A3BFD9;
}

.toplist-horizontal .element-1-b a:hover {
  color: #EFA0B5;
}

.toplist-horizontal .element-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.toplist-horizontal .element-2 ul li {
  font-size: 0.875rem;
  line-height: 170%;
  color: #FFFFFF;
}

.toplist-horizontal .element-2 ul li:before {
  content: "✔";
  color: #1CAA2A;
  margin-right: 0.5rem;
  font-size: 1rem;
}

.toplist-horizontal .element-3 {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.toplist-horizontal .element-3 p {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: bold;
  color: #EFA0B5;
  text-decoration: none;
}

.toplist-horizontal .element-3 p:first-child {
  color: #FFFFFF;
  font-size: 1.125rem;
}

.toplist-horizontal .element-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.toplist-horizontal .element-4 a {
  white-space: nowrap;
  background-color: #BF4565;
  color: #ffffff;
  border-radius: 5px;
  border: none;
  font-weight: bold;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  text-align: center;
  line-height: 40px;
  width: 100%;
}

.toplist-horizontal .element-4 a:visited {
  background-color: #BF4565;
  color: #ffffff;
  border: none;
}

.toplist-horizontal .element-4 a:active {
  background-color: #EFA0B5;
  color: #ffffff;
  border: none;
}

.toplist-horizontal .element-4 a:hover {
  background-color: #E0708E;
  color: #ffffff;
  border: none;
}

.toplist-horizontal .bottom-area {
  text-align: center;
  font-size: 0.75rem;
  line-height: 170%;
  padding: 10px 10px 20px 10px;
}

.toplist-horizontal .bottom-area p {
  color: #FFFFFF;
}

.toplist-horizontal .bottom-area a {
  color: #A3BFD9;
  text-decoration: underline;
}

.toplist-horizontal .bottom-area a:visited {
  color: #A3BFD9;
}

.toplist-horizontal .bottom-area a:hover {
  color: #EFA0B5;
}

.toplist .ribbon-box {
  position: absolute;
  top: -7px;
  right: 80px;
  width: 80px;
  max-width: 80px;
}

@media (max-width: 1000px) {
  .toplist .ribbon-box {
    right: 10px;
  }
}

.toplist .ribbon-box img {
  position: absolute;
}

.toplist .ribbon-box p {
  position: absolute;
  width: 100%;
  padding: 0 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 40px;
  color: #ffffff;
  font-size: 0.625rem;
  line-height: 120%;
  text-transform: uppercase;
}

.toplist .count-num {
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 5px 0 5px 0;
  font-size: 0.875rem;
  color: #ffffff;
  min-width: 21px;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 21px;
  text-align: center;
  background-color: #4B7499;
}

.toplist .count-num.opt1 {
  background-color: #4B7499;
}

.toplist .count-num.opt2 {
  background-color: #4B7499;
}

.toplist .count-num.opt3 {
  background-color: #4B7499;
}

.toplist .count-num.opt4 {
  background-color: #4B7499;
}

.toplist .count-num.opt5 {
  background-color: #4B7499;
}

.toplist .count-num.opt6 {
  background-color: #4B7499;
}

@media (max-width: 1000px) {
  .toplist .top-list-element {
    padding-bottom: 10px;
  }
}

.toplist .inner-element-box {
  gap: 20px;
  padding: 30px 10px 10px 10px;
}

@media (max-width: 1000px) {
  .toplist .inner-element-box {
    padding: 30px 10px 5px 10px;
  }
}

.toplist .inner-element-box .element-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 210px;
}

@media (max-width: 1000px) {
  .toplist .inner-element-box .element-1 {
    width: 100%;
  }
}

.toplist .inner-element-box .element-1-b p {
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 5px;
}

.toplist .inner-element-box .element-1-b a {
  font-size: 1rem;
  color: #A3BFD9;
  text-decoration: underline;
}

.toplist .inner-element-box .element-1-b a:visited {
  color: #A3BFD9;
}

.toplist .inner-element-box .element-1-b a:hover {
  color: #EFA0B5;
}

.toplist .inner-element-box .element-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 280px;
}

@media (max-width: 1000px) {
  .toplist .inner-element-box .element-2 {
    width: 100%;
  }
}

.toplist .inner-element-box .element-2 ul li {
  font-size: 0.875rem;
  line-height: 170%;
  color: #FFFFFF;
}

.toplist .inner-element-box .element-2 ul li:before {
  content: "✔";
  color: #1CAA2A;
  margin-right: 0.5rem;
  font-size: 1rem;
}

.toplist .inner-element-box .element-3 {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.toplist .inner-element-box .element-3 p {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: bold;
  color: #EFA0B5;
  text-decoration: none;
}

.toplist .inner-element-box .element-3 p:first-child {
  color: #FFFFFF;
  font-size: 1.125rem;
}

.toplist .inner-element-box .element-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 210px;
}

@media (max-width: 1000px) {
  .toplist .inner-element-box .element-4 {
    width: 100%;
  }
}

.toplist .inner-element-box .element-4 a {
  white-space: nowrap;
  background-color: #BF4565;
  color: #ffffff;
  border-radius: 5px;
  border: none;
  font-weight: bold;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  text-align: center;
  line-height: 40px;
  width: 100%;
}

.toplist .inner-element-box .element-4 a:visited {
  background-color: #BF4565;
  color: #ffffff;
  border: none;
}

.toplist .inner-element-box .element-4 a:active {
  background-color: #EFA0B5;
  color: #ffffff;
  border: none;
}

.toplist .inner-element-box .element-4 a:hover {
  background-color: #E0708E;
  color: #ffffff;
  border: none;
}

.toplist .bottom-area {
  text-align: center;
  font-size: 0.75rem;
  line-height: 170%;
  padding: 0 10px 20px 10px;
}

@media (max-width: 1000px) {
  .toplist .bottom-area {
    padding: 10px;
  }
}

.toplist .bottom-area p {
  color: #FFFFFF;
}

.toplist .bottom-area a {
  color: #A3BFD9;
  text-decoration: underline;
}

.toplist .bottom-area a:visited {
  color: #A3BFD9;
}

.toplist .bottom-area a:hover {
  color: #EFA0B5;
}

.toplist .payment-area {
  margin-top: -20px;
}

.toplist .payment-box {
  padding-bottom: 3.125rem;
}

.toplist .payment-box .payment-box-outer {
  position: relative;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s cubic-bezier(0, 1.05, 0, 1);
  transition: max-height 0.4s cubic-bezier(0, 1.05, 0, 1);
  text-align: center;
}

.toplist .payment-box .payment-box-outer p {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  padding-top: 10px;
}

.toplist .payment-box .payment-box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.toplist .payment-box .payment-box-inner 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;
  line-height: 100%;
  height: 25px;
  min-width: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;
  text-align: center;
  border: 1px solid #F4F4F4;
  border-radius: 5px;
  background-color: #F4F4F4;
  color: #A3BFD9;
  font-size: 0.75rem;
  font-weight: normal;
}

.toplist .payment-box .payment-box-inner a img {
  -o-object-fit: fill;
     object-fit: fill;
  max-width: 40px;
  max-height: 20px;
  width: 40px;
  height: 20px;
}

.toplist .payment-box .payment-box-inner p {
  padding: 0;
}

.toplist .payment-box .payment-box-inner p a {
  background-color: transparent;
  border: 1px solid #A3BFD9;
}

.toplist .payment-box .details-box {
  position: absolute;
  left: 90px;
  bottom: -1.063rem;
}

@media (max-width: 1000px) {
  .toplist .payment-box .details-box {
    width: 100%;
    left: 0;
    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;
  }
}

.toplist .payment-box .show-par {
  font-weight: bold;
  color: #FFFFFF;
}

.toplist .payment-box .dicy-chevron {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #4B7499;
  color: #ffffff;
}

.toplist .payment-box.open .show-par {
  display: none !important;
}

.toplist .payment-box.open .hide-par {
  display: block !important;
  font-weight: bold;
  color: #FFFFFF;
}

.toplist .payment-box.open .payment-box-outer {
  max-height: 1000px !important;
  -webkit-transition: max-height 0.5s ease-in-out !important;
  transition: max-height 0.5s ease-in-out !important;
}

.toplist .payment-box.open .dicy-chevron::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 1px;
}

#sticky-module .element-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 210px;
  min-width: 210px;
  max-width: 210px;
}

@media (max-width: 1000px) {
  #sticky-module .element-1 {
    width: 100%;
    max-width: 40px;
    min-width: 40px;
  }
}

#sticky-module .element-1 img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

@media (max-width: 1000px) {
  #sticky-module .element-1 img {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 1000px) {
  #sticky-module .element-1 .element-1-b {
    display: none;
  }
}

#sticky-module .element-1 .element-1-b p {
  font-size: 1.125rem;
  line-height: 120%;
  padding-bottom: 3px;
  font-weight: 700;
  color: #ffffff;
}

#sticky-module .element-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1000px) {
  #sticky-module .element-2 {
    display: none;
  }
}

#sticky-module .element-3 {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
}

#sticky-module .element-3 p {
  font-size: 1rem;
  line-height: 170%;
  font-weight: 700;
  color: #efa0b5;
}

@media (max-width: 1000px) {
  #sticky-module .element-3 p {
    font-size: 0.875rem;
  }
}

#sticky-module .element-3 p:first-child {
  color: #FFFFFF;
  font-size: 1.25rem;
}

@media (max-width: 1000px) {
  #sticky-module .element-3 p:first-child {
    font-size: 1rem;
  }
}

#sticky-module .element-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  white-space: nowrap;
  padding-top: 0;
  width: 210px;
  max-width: 210px;
  min-width: 210px;
}

@media (max-width: 1000px) {
  #sticky-module .element-4 {
    width: 100%;
    max-width: 100%;
    min-width: 50px;
  }
}

#sticky-module .element-4 a {
  background-color: #BF4565;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  font-weight: 700;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  text-align: center;
  line-height: 40px;
  width: 100%;
}

#sticky-module .element-4 a:hover {
  background-color: #E0708E;
  color: #ffffff;
  border: none;
}

.search .result-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 10px;
  border-bottom: 1px solid #DEDEDE;
}

.search .result-box:last-child {
  border-bottom: none;
}

.search .result-box:last-child h2 {
  color: #424047;
}

.search .result-box:last-child h2 span {
  color: #4B7499;
}

.search .result-box .search-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-bottom: 40px;
}

.search .result-box li a {
  display: none;
}

.search .result-box li .result-1a a {
  display: inline-block;
  color: #A3BFD9;
  font-size: 1rem;
  text-decoration: underline;
}

.search .result-box li .result-1a a:hover {
  color: #EFA0B5;
}

.search .result-box li .result-1a img {
  display: none;
}

.search .result-box li .result-1a .arrow-link {
  display: none;
}

.site-map {
  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;
}

.site-map h2 {
  color: #424047;
}

.site-map h2 span {
  color: #4B7499;
}

.site-map .sitemap-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-bottom: 40px;
  border-bottom: 1px solid #DEDEDE;
}

.site-map .sitemap-result:last-child {
  border-bottom: none;
}

.site-map .sitemap-result li a {
  display: none;
}

.site-map .sitemap-result li .result-1a a {
  display: inline-block;
  color: #A3BFD9;
  font-size: 1rem;
  text-decoration: underline;
}

.site-map .sitemap-result li .result-1a a:hover {
  color: #EFA0B5;
}

.site-map .sitemap-result li .result-1a img {
  display: none;
}

.site-map .sitemap-result li .result-1a .arrow-link {
  display: none;
}

.toplist-horizontal .glider-dot {
  background-color: #5C7889;
}

.toplist-horizontal .glider-dot.active {
  background-color: #A3BFD9;
}

.toplist-horizontal .glider-dot:hover {
  background-color: #A3BFD9;
}
