body {
  background: #232c3e !important;
}

#main.main-1 {
  background-image: none !important;
}

.description {
  color: #fff !important;
  font-weight: 500 !important;
}

.text-blue {
  color: #9bbdff !important;
}
#main.main-1 .main-content:after {
  display: none !important;
}

.paragraph-link {
  color: #83afff;
}

.paragraph-link:hover {
  color: #83afff;
}

.information-section {
  background-color: #9cb1dc;
  padding-top: 3em;
  padding-bottom: 3em;
}

.text-dark {
  color: #232c3e !important;
}
.override-margin {
  margin-bottom: 0.8rem !important;
}

.faq-container {
  display: flex;
  position: relative;
  flex-direction: column;
  max-width: 50rem;
  width: 100%;
}

.faq-container .faq {
  margin-bottom: 1rem;
  width: 100%;
  background: #2d3648;
  border: 2px solid #3c4860;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem 0.75rem 1rem;
}

.faq-container .faq .titlebar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-container .faq .titlebar p {
  display: flex;
  justify-items: center;
  align-items: center;
  margin-bottom: 0;
  font-weight: 500;
}

.faq-container .faq .titlebar .dots {
  margin-left: 0.5rem;
  height: 1rem;
  width: 1rem;
}

.faq-container .faq:last-child {
  margin-bottom: 0rem;
}

.faq-container .faq .chevron-container .chevron {
  background-color: #70a0ff;
  color: #2d3648;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 100%;
}

.chevron-active .chevron {
  background: linear-gradient(
    180deg,
    rgba(209, 209, 209, 0.75) 0%,
    rgba(155, 155, 155, 0.54) 100%
  ) !important;
}

.faq-container .faq .chevron-container {
  display: grid;
  place-items: center;
}

.content-container .content {
  color: #778cb8;
  margin: 0.75rem 0 0 0;
  font-weight: 500;
}

.hidden {
  display: none;
}

.absolute {
  position: absolute;
}

.floating-icon {
  display: none;
}

.floating-icon-plus {
  height: 2rem;
  width: 2rem;
  color: black;
}

@media (min-width: 992px) {

  .floating-icon {
    display: block;
  }
}

.separator {
  position: absolute;
  bottom: 0;
  top: auto;
  width: 100%;
}

.separator svg {
  position: absolute;
  fill: #9cb1dc;
  bottom: 0;
}

.main-content {
  padding: 210px 0 180px 0 !important;
}

.iplist-container {
  background: #2d3648;
  border: 2px solid #3c4860;
  border-radius: 10px;
  padding: 1rem;
}

.iplist-title {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 1rem;
}

.iplist-title svg {
  height: 1.75rem;
  width: 1.75rem;
  margin-right: 0.5rem;
}

.iplist-results {
  display: flex;
}

.iplist-result {
  display: flex;
  flex-direction: column;
  width: 33%;
}

.iplist-result p {
  color: #778CB8;
}

.iplist-result-title {
  color: white !important;
  font-weight: 500;
}

.iplist-false {
  color: #7BFF65 !important;
}

.iplist-true {
  color: #FD8787 !important;
}
@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700");

.wrapper {
  width: 60%;
}

h1 {
  margin-bottom: 20px;
}

.blockcontainer {
  background-color: #4c5a75;
  color: white;
  border-radius: 20px;
  box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);
  margin: 20px 0;
}

.question {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 20px 80px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
}

.question.active + .answercont {
}

@media screen and (max-width: 790px){
  html {
    font-size: 14px;
  }
  .wrapper {
  width: 80%;
}
}
