@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.p-r {
  position: relative;
}

.page-triangles {
  width: 100%;
  max-width: 680px;
  position: absolute;
  margin: 0;
}
@media only screen and (max-width: 880px) {
  .page-triangles {
    display: none;
  }
}

.hero-page-triangles {
  right: 0;
}

.hero-white-page-triangles {
  right: 0;
  top: 70px;
}

.hero-middle-white-page-triangles {
  left: 0;
  top: 500px;
  max-width: 510px;
}

.hero-small-page-triangles {
  left: -100px;
  top: -20px;
}

.faq-page-triangles {
  left: 85px;
  top: 125px;
}

.hero-small-banner-link-page-triangles {
  top: -40px;
  left: 10px;
}

.down-page-triangles {
  max-width: 620px;
  left: 0;
  bottom: 90px;
}
.down-page-triangles.at-top {
  left: 20%;
  top: 120px;
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.wrapper__container {
  max-width: 1280px;
  padding: 0 55px;
  margin: 0 auto;
}
@media only screen and (max-width: 880px) {
  .wrapper__container {
    padding: 0 25px;
  }
}
.wrapper__header {
  max-width: 1280px;
  padding: 0 55px;
  margin: 0 auto;
}
@media only screen and (max-width: 880px) {
  .wrapper__header {
    padding: 0;
  }
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.night-theme__bg .accordion-option-wrapper {
  width: 100%;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #fff;
  padding: 0.75rem 2rem;
  cursor: pointer;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__title p {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 600px) {
  .night-theme__bg .accordion-option-wrapper .accordion-option__title p {
    width: 80%;
  }
}
.night-theme__bg .accordion-option-wrapper .accordion-option__title-tool {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__title:hover p {
  color: #23a5db;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content {
  display: flex;
  flex-direction: column;
  max-height: 0;
  opacity: 0;
  transition: opacity 0.5s, max-height 0.5s;
  pointer-events: none;
  padding: 0.5rem 2rem;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content.open-option {
  height: fit-content;
  opacity: 1;
  pointer-events: all;
  padding: 1.5rem 2rem;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content-rank {
  margin-top: 1rem;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content-rank svg {
  margin-left: 0.5rem;
  cursor: pointer;
  vertical-align: middle;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content-rank svg:hover {
  fill: #fff;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content-rank svg:hover path {
  fill: #000;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content-tool {
  cursor: pointer;
  padding: 0;
  margin: 0;
  color: #fff;
  width: 1rem;
  margin-right: 1.5rem;
  align-self: flex-end;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content p {
  margin-top: 0;
  word-wrap: break-word;
}
@media only screen and (max-width: 880px) {
  .night-theme__bg .accordion-option-wrapper .accordion-option__content p {
    width: fit-content;
  }
}
@media only screen and (max-width: 880px) {
  .night-theme__bg .accordion-option-wrapper .accordion-option__content {
    width: 100%;
  }
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content-rank {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content-rank p {
  padding: 0;
  width: auto;
  margin-top: 5px;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content-rank .rank-text {
  line-height: 2rem;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content-rank .thumbsup path {
  fill: #fff;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content-rank .selected-thumb circle {
  fill: #23a5db;
  stroke: #23a5db;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content-rank .selected-thumb path {
  fill: #fff;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0.2rem;
  padding-left: 1rem;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper label {
  padding-top: 0.5rem;
  margin-bottom: 1rem;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper .accordion-option__content-tool {
  margin-right: 2.1rem;
}
@media only screen and (max-width: 880px) {
  .night-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper .accordion-option__content-tool {
    margin-right: -2.5rem;
  }
}
.night-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper .accordion-option__content-tool path {
  stroke: #fff;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper .accordion-option__content-tool:hover path {
  stroke: #1c252e;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper .accordion-option__content-tool:hover circle {
  fill: #fff;
  stroke: #fff;
}

.day-theme__bg .accordion-option-wrapper {
  width: 100%;
  z-index: 3;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #fff;
  padding: 15px 30px;
  color: #000;
  cursor: pointer;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__title p {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 880px) {
  .day-theme__bg .accordion-option-wrapper .accordion-option__title p {
    margin-left: 0;
    margin-right: 0.5rem;
  }
}
.day-theme__bg .accordion-option-wrapper .accordion-option__title-tool {
  cursor: pointer;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__title:hover {
  color: #23a5db;
}
@media only screen and (max-width: 880px) {
  .day-theme__bg .accordion-option-wrapper .accordion-option__title {
    width: auto;
    padding: 1rem 1rem;
  }
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content {
  flex-direction: column;
  height: 0;
  opacity: 0;
  max-height: 0;
  display: flex;
  padding: 0;
  transition: none;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content.open-option {
  height: fit-content;
  opacity: 1;
  pointer-events: all;
  padding: 1rem 0 1rem 1rem;
  transition: opacity 0.5s, max-height 0.5s;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content-rank {
  color: #000;
  margin-left: 1rem;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content-rank svg {
  margin-left: 0.5rem;
  cursor: pointer;
  vertical-align: middle;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content-rank svg:hover {
  fill: #3354a2;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content-rank svg:hover path {
  fill: #fff;
}
@media only screen and (max-width: 880px) {
  .day-theme__bg .accordion-option-wrapper .accordion-option__content-rank {
    margin-left: 0;
  }
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content-tool {
  cursor: pointer;
  padding: 0;
  margin: 0;
  color: #fff;
  width: 1rem;
  margin-right: 1.5rem;
  align-self: flex-end;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content > p {
  margin-top: 0;
  color: #fff;
  padding: 0 1.5rem 1.5rem 1rem;
}
@media only screen and (max-width: 880px) {
  .day-theme__bg .accordion-option-wrapper .accordion-option__content > p {
    padding: 0 0 1.5rem 0;
    width: 95%;
  }
}
.day-theme__bg .accordion-option-wrapper .accordion-option .faq-answer {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content-rank {
  display: flex;
  flex-direction: row;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content-rank .rank-text {
  line-height: 2rem;
  color: #fff;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content-rank .thumbsup path {
  fill: #fff;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content-rank .thumbsup circle {
  stroke: #fff;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content-rank .selected-thumb circle {
  fill: #23a5db;
  stroke: #23a5db;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content-rank .selected-thumb path {
  fill: #fff;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content-rank .selected-thumb:hover circle {
  fill: #3354a2;
  stroke: #3354a2;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0.2rem;
  padding-left: 1rem;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper label {
  color: #000;
  padding-top: 0.5rem;
  margin-bottom: 1rem;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper .accordion-option__content-tool {
  margin-right: 2.1rem;
}
@media only screen and (max-width: 880px) {
  .day-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper .accordion-option__content-tool {
    margin-right: 1.5rem;
  }
}
.day-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper .accordion-option__content-tool path {
  stroke: #000;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper .accordion-option__content-tool:hover path {
  stroke: #fff;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper .accordion-option__content-tool:hover circle {
  fill: #1b8cca;
  stroke: #1b8cca;
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
@media only screen and (max-width: 880px) {
  .accordion-wrapper {
    margin-top: 2rem;
  }
}
.accordion-wrapper .night-theme__bg .accordion-wrapper__link-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.accordion-wrapper .night-theme__bg .accordion-wrapper__link-wrapper .accordion-wrapper__link {
  color: #fff;
  text-decoration: none;
  margin-top: 1.2rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.accordion-wrapper .night-theme__bg .accordion-wrapper__link-wrapper .accordion-wrapper__link a {
  color: #23a5db;
  text-decoration: none;
}
.accordion-wrapper .night-theme__bg .accordion-wrapper__link-wrapper .accordion-wrapper__link a:hover {
  color: #3354a2;
}
.accordion-wrapper .night-theme__bg .accordion-wrapper__link-wrapper .accordion-wrapper__link a:hover path {
  stroke: #3354a2;
}
@media only screen and (max-width: 880px) {
  .accordion-wrapper .night-theme__bg .accordion-wrapper__link-wrapper .accordion-wrapper__link {
    justify-content: flex-start;
    padding-bottom: 2rem;
  }
}
.accordion-wrapper .night-theme__bg .accordion-wrapper__link-wrapper .accordion-wrapper__link svg {
  vertical-align: middle;
}
.accordion-wrapper .night-theme__bg .accordion-wrapper__link-wrapper .accordion-wrapper__link:hover p {
  color: #23a5db;
}
.accordion-wrapper .night-theme__bg .accordion-wrapper__link-wrapper .accordion-wrapper__link:hover p path {
  stroke: #23a5db;
}
.accordion-wrapper .night-theme__bg .accordion-wrapper__link-wrapper .accordion-pagination {
  display: none;
}
@media only screen and (max-width: 880px) {
  .accordion-wrapper .night-theme__bg .accordion-wrapper__link-wrapper {
    justify-content: flex-start;
  }
}
.accordion-wrapper .day-theme__bg {
  padding-top: 1rem;
}
.accordion-wrapper .day-theme__bg .accordion-wrapper__link-wrapper {
  width: 90%;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 880px) {
  .accordion-wrapper .day-theme__bg .accordion-wrapper__link-wrapper {
    justify-content: center;
  }
}
.accordion-wrapper .day-theme__bg .accordion-wrapper__link-wrapper__accordion-pagination {
  display: flex;
}
.accordion-wrapper .day-theme__bg .accordion-wrapper__link-wrapper .accordion-wrapper__link {
  display: none;
}
.accordion-wrapper .day-theme__bg .accordion-wrapper__link-wrapper .accordion-pagination {
  display: unset;
  margin-top: 1rem;
  z-index: 20;
}
.accordion-wrapper .day-theme__bg .accordion-wrapper__link-wrapper .accordion-pagination ul li button {
  color: #fff;
}
.accordion-wrapper .day-theme__bg .accordion-wrapper__link-wrapper .accordion-pagination ul li button:hover {
  border: 1px solid #23a5db;
  background-color: transparent;
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.faq-wrapper {
  overflow: hidden;
}
@media only screen and (max-width: 880px) {
  .faq-wrapper {
    flex-direction: column;
    margin-bottom: 2rem;
    box-sizing: border-box;
  }
}
.faq-wrapper__wrapper {
  display: flex;
  flex-direction: column-reverse;
  padding-top: 3.125rem;
  padding-bottom: 4.375rem;
}
@media only screen and (max-width: 1024px) {
  .faq-wrapper__wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.faq-wrapper__wrapper.home {
  flex-direction: row;
  padding-top: 3.125rem;
  padding-bottom: 4.375rem;
}
@media only screen and (max-width: 880px) {
  .faq-wrapper__wrapper.home {
    flex-direction: column;
  }
}
.faq-wrapper .night-theme__bg {
  background-color: #3354a2;
}
.faq-wrapper .night-theme__bg .faq-left {
  position: relative;
  width: 30%;
  display: flex;
  flex-direction: column;
  z-index: 3;
  justify-content: left;
}
@media only screen and (max-width: 880px) {
  .faq-wrapper .night-theme__bg .faq-left {
    width: 100%;
    margin-top: 2rem;
  }
}
.faq-wrapper .night-theme__bg .faq-left h2,
.faq-wrapper .night-theme__bg .faq-left p {
  color: #fff;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 880px) {
  .faq-wrapper .night-theme__bg .faq-left h2,
  .faq-wrapper .night-theme__bg .faq-left p {
    width: auto;
  }
}
.faq-wrapper .night-theme__bg .faq-left > p {
  width: 65%;
}
@media only screen and (max-width: 880px) {
  .faq-wrapper .night-theme__bg .faq-left > p {
    width: 80%;
  }
}
.faq-wrapper .night-theme__bg .faq-left button {
  color: #fff;
  border-color: #fff;
  border-radius: 5rem;
  text-transform: none;
  margin-top: 2rem;
  min-width: 40%;
  cursor: pointer;
  margin-top: 1rem;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 1.25rem;
  transition: all 0.5s ease;
  text-transform: none;
  width: 60%;
  padding: 9px 25px;
}
.faq-wrapper .night-theme__bg .faq-left button:hover {
  background-color: #23a5db;
}
.faq-wrapper .night-theme__bg .faq-left button:hover {
  background-color: #fff;
  color: #000;
}
.faq-wrapper .night-theme__bg .faq-left button:hover a {
  color: #000;
}
.faq-wrapper .night-theme__bg .faq-left button:hover p {
  color: #000;
}
.faq-wrapper .night-theme__bg .faq-left button:hover svg path {
  stroke: #000;
}
.faq-wrapper .night-theme__bg .faq-left button svg {
  vertical-align: middle;
}
@media only screen and (max-width: 880px) {
  .faq-wrapper .night-theme__bg .faq-left button {
    width: 100%;
  }
}
.faq-wrapper .night-theme__bg .faq-left a {
  text-decoration: none;
}
.faq-wrapper .night-theme__bg .faq-right {
  position: relative;
  z-index: 2;
  width: 60%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 880px) {
  .faq-wrapper .night-theme__bg .faq-right {
    width: 100%;
  }
}
.faq-wrapper .day-theme__bg {
  display: flex;
  margin-bottom: 1rem;
  flex-direction: column-reverse;
  width: 100%;
  padding-top: 0;
}
@media only screen and (max-width: 880px) {
  .faq-wrapper .day-theme__bg {
    flex-direction: column-reverse;
    padding-top: 0;
    margin-bottom: 0.625rem;
  }
}
.faq-wrapper .day-theme__bg .faq-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 3rem 2rem 1rem 2rem;
  justify-content: left;
}
@media only screen and (max-width: 880px) {
  .faq-wrapper .day-theme__bg .faq-left {
    width: 100%;
    margin: auto;
    padding: 1rem 0;
  }
}
.faq-wrapper .day-theme__bg .faq-left h2,
.faq-wrapper .day-theme__bg .faq-left p {
  width: 85%;
  color: #fff;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 880px) {
  .faq-wrapper .day-theme__bg .faq-left h2,
  .faq-wrapper .day-theme__bg .faq-left p {
    width: auto;
  }
}
@media only screen and (max-width: 880px) {
  .faq-wrapper .day-theme__bg .faq-left p {
    width: auto;
  }
}
.faq-wrapper .day-theme__bg .faq-left button {
  color: #23a5db;
  border: solid 1px #23a5db;
  border-radius: 1.25rem;
  transition: all 0.5s ease;
  text-transform: none;
  padding: 9px 25px;
}
.faq-wrapper .day-theme__bg .faq-left button:hover {
  background-color: #fff;
  color: #000;
}
.faq-wrapper .day-theme__bg .faq-left button:hover a {
  color: #000;
}
.faq-wrapper .day-theme__bg .faq-left button:hover p {
  color: #000;
}
.faq-wrapper .day-theme__bg .faq-left button:hover svg path {
  stroke: #000;
}
.faq-wrapper .day-theme__bg .faq-left button svg {
  vertical-align: middle;
}
.faq-wrapper .day-theme__bg .faq-left button svg path {
  stroke: #23a5db;
}
.faq-wrapper .day-theme__bg .faq-left button a,
.faq-wrapper .day-theme__bg .faq-left button p {
  color: #23a5db;
  width: 100%;
}
@media only screen and (max-width: 880px) {
  .faq-wrapper .day-theme__bg .faq-left button {
    width: 95%;
  }
}
.faq-wrapper .day-theme__bg .faq-left button:hover {
  color: #fff;
  border: solid 1px #1b8cca;
  background-color: #1b8cca;
}
.faq-wrapper .day-theme__bg .faq-left button:hover svg {
  stroke: #fff;
}
.faq-wrapper .day-theme__bg .faq-left button:hover svg path {
  stroke: #fff;
}
.faq-wrapper .day-theme__bg .faq-left button:hover a,
.faq-wrapper .day-theme__bg .faq-left button:hover p {
  color: #fff;
}
.faq-wrapper .day-theme__bg .faq-left a {
  text-decoration: none;
}
.faq-wrapper .day-theme__bg .faq-right {
  width: 95%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 880px) {
  .faq-wrapper .day-theme__bg .faq-right {
    width: 100%;
    margin: auto;
  }
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.br #page-404 {
  background: url("/images/404brazil.png") no-repeat center center fixed;
  background-size: cover;
}

#page-404 {
  min-height: 100vh;
  background: url("/images/hero404.png") no-repeat center center fixed;
  background-size: cover;
  box-sizing: border-box;
  text-align: center;
}
#page-404 .page-main-container__scroll-area {
  display: none;
}
@media only screen and (max-width: 880px) {
  #page-404 {
    flex-direction: column;
    padding: 0 25px;
  }
}
#page-404 section {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#page-404-link {
  color: #fff;
  border-color: #fff;
  border-radius: 5rem;
  text-transform: none;
  margin-top: 2rem;
  min-width: 40%;
  cursor: pointer;
  transition: all 0.5s ease;
  padding: 9px 25px;
  margin-top: 0;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 1.25rem;
  text-transform: none;
  min-width: 15%;
}
#page-404-link:hover {
  background-color: #23a5db;
}
#page-404-link:hover {
  background-color: #fff;
  color: #000;
}
#page-404-link:hover a {
  color: #000;
}
#page-404-link:hover p {
  color: #000;
}
#page-404-link:hover svg path {
  stroke: #000;
}
#page-404-link svg {
  vertical-align: middle;
}
@media only screen and (max-width: 880px) {
  #page-404-link {
    line-height: 20px;
    padding: 0.5rem 1rem;
  }
}

.page-404-h1 {
  max-width: 570px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (max-width: 880px) {
  .page-404-h1 {
    text-transform: none;
    width: 100%;
  }
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.frequently-asked-questions__hero-text {
  padding-top: 10rem;
  margin-top: 0;
}
@media only screen and (max-width: 880px) {
  .frequently-asked-questions__hero-text {
    display: none;
  }
}

.frequently-asked-questions__hero-mobile-text {
  display: none;
}
@media only screen and (max-width: 880px) {
  .frequently-asked-questions__hero-mobile-text {
    display: flex;
    margin: 0;
    height: auto;
    margin-bottom: 1rem;
    padding-top: 3.75rem;
  }
}

.frequently-asked-questions__questionsContainer {
  margin: 0;
  display: flex;
}
@media only screen and (max-width: 880px) {
  .frequently-asked-questions__questionsContainer {
    height: auto;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 880px) {
  .frequently-asked-questions__questionsContainer {
    height: auto;
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 1rem;
  }
}
.frequently-asked-questions__questionsContainer__left-col {
  display: flex;
  width: 30%;
}
@media only screen and (max-width: 880px) {
  .frequently-asked-questions__questionsContainer__left-col {
    width: 100%;
    padding: 0;
  }
}
.frequently-asked-questions__questionsContainer__left-col-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.frequently-asked-questions__questionsContainer__left-col-container-dropdown {
  width: 75%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: "Open Sans";
}
@media only screen and (max-width: 880px) {
  .frequently-asked-questions__questionsContainer__left-col-container-dropdown > div {
    margin: 0;
  }
}
@media only screen and (max-width: 880px) {
  .frequently-asked-questions__questionsContainer__left-col-container-dropdown {
    flex-direction: column;
    width: 100%;
  }
}
.frequently-asked-questions__questionsContainer__left-col-container-dropdown #select-filter {
  color: #fff;
  cursor: pointer;
}
.frequently-asked-questions__questionsContainer__left-col-container-dropdown .MuiFormControl-root {
  width: 100%;
}
.frequently-asked-questions__questionsContainer__left-col-container-dropdown .MuiFormControl-root .MuiSelect-icon {
  color: white;
}
.frequently-asked-questions__questionsContainer__left-col-container-input {
  display: flex;
  flex-direction: column;
  width: 75%;
  margin-top: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.42);
}
@media only screen and (max-width: 880px) {
  .frequently-asked-questions__questionsContainer__left-col-container-input {
    margin: 2rem 0;
    width: 100%;
  }
}
.frequently-asked-questions__questionsContainer__left-col-container-input .left-col-label {
  font-size: 0.9375rem;
  line-height: 20px;
  color: #8f8f8f;
  margin-bottom: 0.5rem;
  font-family: "Open Sans";
}
.frequently-asked-questions__questionsContainer__left-col-container-input .leftInput {
  border: none;
  line-height: 20px;
  font-family: Azo Sans;
  color: #fff;
  background-color: unset;
}
.frequently-asked-questions__questionsContainer__left-col-container-input .leftInput:focus {
  outline: none;
}
.frequently-asked-questions__questionsContainer__right-col {
  display: flex;
  width: 70%;
  padding-top: 0;
}
@media only screen and (max-width: 880px) {
  .frequently-asked-questions__questionsContainer__right-col {
    display: flex;
    width: 100%;
    padding-top: 0;
    flex-direction: column-reverse;
  }
}
.frequently-asked-questions__questionsContainer .frequently-asked-questions-link {
  display: none;
  margin-top: 1rem;
  transition: all 1s ease;
}
.frequently-asked-questions__questionsContainer .frequently-asked-questions-link a {
  color: #1b8cca;
  text-decoration: none;
}
.frequently-asked-questions__questionsContainer .frequently-asked-questions-link svg path {
  stroke: #23a5db;
}
@media only screen and (max-width: 880px) {
  .frequently-asked-questions__questionsContainer .frequently-asked-questions-link {
    display: flex;
  }
}

.frequently-asked-questions-pagination {
  margin: 3rem 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 0 2rem;
}
@media only screen and (max-width: 880px) {
  .frequently-asked-questions-pagination {
    justify-content: center;
  }
}
.frequently-asked-questions-pagination ul {
  justify-content: flex-end;
}
.frequently-asked-questions-pagination section {
  width: 50%;
}
@media only screen and (max-width: 880px) {
  .frequently-asked-questions-pagination section {
    width: auto;
  }
}
.frequently-asked-questions-pagination section li button {
  color: #000;
}
.frequently-asked-questions-pagination section li button:hover {
  border: 1px solid #23a5db;
  background-color: transparent;
}
