body .wp-site-blocks {
  font-family: "Roboto", sans-serif !important;
}
body .wp-site-blocks * {
  font-family: "Roboto", sans-serif !important;
}
footer.wp-block-template-part {
  margin-block-start: 0;
}

.schema-faq-section {
	margin-bottom: 16px;
    background-color: #ebe9e9;
}
.schema-faq-question {
	position: relative;
	cursor: pointer;
    background-color: #ebe9e9;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    padding: 12px 55px 12px 10px;
    list-style: none;
    display: block;
}
.schema-faq-question.open:after {
	opacity:0;
}
.schema-faq-answer {
	padding: 0 10px 20px 10px;
	display: none;
}
.schema-faq-question:after {
    content: "";
    width: 17px;
    height: 3px;
    background: #000;
    position: absolute;
    border-radius: 3px;
    right: 10px;
    top: 50%;
    transition: .2s ease-in-out;
    transform: translate(-50%, 0);
    transform: translate(-50%, 0) rotate(90deg);
}
.schema-faq-question:before {
    content: "";
    width: 17px;
    height: 3px;
    background: #000;
    position: absolute;
    border-radius: 3px;
    right: 10px;
    top: 50%;
    transition: .2s ease-in-out;
    transform: translate(-50%, 0);
}
#button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  width: 50px !important;
  height: 50px;
  background-color: #1f1f56;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  outline: none;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  z-index: 9999;
}
#button:hover {
  cursor: pointer;
  opacity: 0.9;
}
#button:active {
  background-color: #555;
}
#button.show {
  display: flex;
  visibility: visible;
}
.wp-block-heading {
  margin-bottom: 40px;
}

.promoblock {
  position: relative;
}
.promoblock .wp-block-image {
  position: absolute;
  top: -35px;
}
.promoblock .wp-block-group::before {
  content: "";
  border: 1px solid #cecece;
  position: absolute;
  width: 280px;
  height: 92%;
  display: block;
  pointer-events: none;
  top: 9px;
  border-radius: 20px;
}
.promoblock figure.wp-block-image:before {
  content: "";
  width: 100%;
  background: #cecece;
  height: 100%;
  position: absolute;
  border-radius: 50px;
  padding: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.promoblock figure.wp-block-image img {
  position: relative;
  z-index: 1;
}

.anchorBlockWrapper ul {
  background-color: #fff;
  border-radius: 10px;
} 
.anchorBlockWrapper  .wp-block-column {
  border-radius: 10px;
}
.anchorBlock {
  list-style: none;
  padding: 25px 20px;
  border-radius: 10px;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(6, 1fr);
}
.anchorBlock li {
  display: inline-flex;
  flex: 1 1;
  font-size: 15px;
  color: #000;
}
.anchorBlock a {
  font-size: 15px;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: flex-start;
  color: #000;
}
.anchorBlock a:hover {
  color: #5ED3FE;
}
@media screen and (max-width: 480px) {
  .anchorBlock {
    grid-template-columns: repeat(3, 1fr);
  }
}

.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
  background-color: #fff
}

.wp-block-table table {
  width: 100%;
  border: none;
  margin-bottom: 20px;
  background-color: #fff
}

.wp-block-table table thead th {
  font-weight: 700;
  text-align: left;
  border: none;
  padding: 10px 15px;
  background: #444444;
  color: #fff;
  font-size: 15px;
  border-left: 1px solid #444444;
  border-right: 1px solid #444444
}

.wp-block-table table tbody td {
  text-align: left;
  border-left: 1px solid #444444;
  border-right: 1px solid #444444;
  padding: 10px 15px;
  font-size: 15px;
  vertical-align: top
}

.wp-block-table table tbody td:first-child {
  border-left: 1px solid #444444
}

.wp-block-table table tbody td:last-child {
  border-right: 1px solid #444444
}

.wp-block-table table tbody tr:last-child td {
  border-bottom: 1px solid #444444
}

.wp-block-table table tbody tr:first-child td {
  border-top: 1px solid #444444
}

.wp-block-table table tbody tr:nth-child(odd) {
  background: #f4f4f4;
}


/*

*********************** NumberBlock

*/
.numberBlock {
  position: relative;
}
.numberBlock .circleNumber {
  color: #545454;
  position: relative;
  z-index: 1;
  background-image: linear-gradient(255deg, #5ED3FE, #fff);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  font-size: 2rem;
  font-weight: 700;
  border: 2px double #545454;
}
.numberBlock .wp-block-columns .wp-block-column:first-child {
  position: relative;
}
.numberBlock .wp-block-columns .wp-block-column:first-child::before {
  content: '';
  position: absolute;
  width: 2px;
  height: calc(100% + 25px);
  background-color: #545454;
  left: 21px;
  top: 0;
}
.numberBlock .wp-block-columns:last-child .wp-block-column:first-child::before {
  display: none;
}


.wp-site-blocks ol {
  counter-reset: my;
  padding: 15px 0;
}
.wp-site-blocks ol li {
  list-style: none;
  padding-left: 2.5rem;
  position: relative;
  margin-bottom: 1rem;
}
.wp-site-blocks ol li:before {
  counter-increment: my;
  content: counter(my);
  color: #fff;
  background-color: #5ED3FE;
  display: block;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 50%;
  border-radius: 50%;
  padding: 0.5rem;
  position: absolute;
  left: 0;
  top: 0;
}

.slotsBlock .wp-block-columns .wp-block-column {
  position: relative;
}
.slotsBlock .wp-block-columns .wp-block-column:before {
  content: '';
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #000 37%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 115px;
}

.slotsBlock .wp-block-columns .wp-block-column p {
  position: absolute;
  bottom: 30%;
  width: 100%;
  color: #fff;
}
.slotsBlock .wp-block-columns .wp-block-column .wp-block-buttons {
  position: absolute;
  bottom: 5%;
  width: 100%;
}

/*
*
* Style pattern Faq
*
**/
.bitFaq {
  margin-bottom: 16px;
  background-color: #ebe9e9;
}
.bitFaq summary {
  position: relative;
  background-color: #ebe9e9;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  padding: 12px 55px 12px 10px;
  list-style: none;
}
.bitFaq p {
  padding: 0 10px 0 10px;
}
.bitFaq p:last-child {
  padding-bottom: 20px;
}
.bitFaq summary:before {
  content: "";
  width: 17px;
  height: 3px;
  background: #000;
  position: absolute;
  border-radius: 3px;
  right: 10px;
  top: 50%;
  transition: .2s ease-in-out;
  transform: translate(-50%, 0);
}
.bitFaq summary:after {
  content: "";
  width: 17px;
  height: 3px;
  background: #000;
  position: absolute;
  border-radius: 3px;
  right: 10px;
  top: 50%;
  transition: .2s ease-in-out;
  transform: translate(-50%, 0);
  transform: translate(-50%, 0) rotate(90deg);
}
.bitFaq .wp-block-details {
  font-weight: 500;
  font-size: 16px;
  color: #b8bbcb;
  background-color: #f5f5f5;
  border: 1px solid #293b55;
}
.bitFaq .wp-block-details p:nth-child(2) {
  padding-top: 10px;
}
.bitFaq .wp-block-details p:last-child {
  padding-bottom: 10px;
}
.bitFaq .wp-block-details p {
  padding: 4px 20px;
} 
.bitFaq.wp-block-details[open] summary::after {
  width: 0;
}

@media screen and (max-width: 767px) {
  .promoblock > .wp-block-group {
    padding-top: 50px !important;
  }
  .slotsBlock .wp-block-columns {
    width: 320px;
  }
  .slotsBlock .wp-block-columns figure img {
    width: 100%;
  }
	.wp-block-navigation__responsive-container-open {
		padding: 11px;
	}
}
@media screen and (max-width: 480px) {
  .promoblock > .wp-block-group {
    padding-top: 50px !important;
  }
  .slotsBlock .wp-block-columns figure img {
    width: 100%;
  }
}