body {
  background: #dae0e6;
  font-family: "Roboto", sans-serif;
  line-height: 30px;
  font-size: 16px;
  color: #333;
}
body header {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
}
body header a {
  font-size: 20px;
  color: #484848;
  text-decoration: none;
  font-weight: 500;
  line-height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body header a img {
  max-width: 60px;
}
body header .menu-links {
  display: flex;
}
body header .menu-links a:first-child {
  margin-right: 15px;
}
body header nav {
  display: flex;
  flex: 1;
  align-items: ceter;
}
body header nav div {
  display: flex;
  flex: 1;
  justify-content: space-between;
  padding-right: 30px;
}
body #form {
  padding-top: 1px;
  padding-bottom: 15px;
  background: linear-gradient(104.95deg, rgb(255, 84, 0) -3.32%, rgba(255, 0, 0, 0.9) 33.5%, rgb(255, 0, 118) 60.99%, rgba(245, 5, 79, 0.9) 99.13%);
}

#big_add {
  margin-top: 10px;
}

body #form .form-wrapper {
  max-width: 750px;
  margin: 20px auto 0;
  background: rgba(212, 212, 212, 0.3294117647);
  padding: 10px;
  border-radius: 15px;
}
body #form .form-wrapper form {
  width: 100%;
  display: flex;
}
body #form .form-wrapper form input {
  flex: 1;
  height: 55px;
  align-items: center;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: none;
  border: 0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
body #form .form-wrapper form input:focus {
  outline: none;
}
body #form .form-wrapper form input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #BBBBBB;
}
body #form .form-wrapper form input::-moz-placeholder, body #form .form-wrapper form input:-ms-input-placeholder, body #form .form-wrapper form input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #BBBBBB;
}
body #form .form-wrapper form button {
  border: 0;
  font-size: 16px;
  color: #666666;
  background: #F6F8FC;
  height: 55px;
  border-left: 1px solid #CBD5D9;
  padding-left: 10px;
  padding-right: 10px;
}
body #form .form-wrapper form button:hover {
  outline: none;
  cursor: pointer;
}
body #form .form-wrapper form button span {
  display: flex;
  align-items: center;
  font-weight: 300;
}
body #form .form-wrapper form button span svg {
  margin-right: 5px;
}
body #form .form-wrapper form > div:first-child {
  display: flex;
  flex: 1;
  position: relative;
}
body #form .form-wrapper .download {
  background-color: #207DE5;
  color: #fff;
  height: 55px;
  border: 0;
  font-size: 16px;
  font-weight: 400;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
body #form .form-wrapper .download:hover {
  cursor: pointer;
}
body #form h1 {
  color: #fff;
  font-weight: 500;
  font-size: 36px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 40px;
}
body #form h3 {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-top: 25px;
  text-align: center;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.d-flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}

.bg-white {
  background: #fff;
}

.text-center {
  text-align: center;
}

section h2 {
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
  font-size: 36px;
  color: #424242;
}
section .section-info {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #888;
  margin: 0 auto;
  max-width: 80%;
}

footer {
  background: #F5F9FF;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer .line {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid rgba(128, 128, 128, 0.2901960784);
}
footer .copy {
  color: #656565;
  font-size: 15px;
}
footer img {
  width: 50px;
}

#error {
  display: flex;
  align-items: center;
  margin-top: 10px;
  padding: 4px !important;
  border: 1px solid #fc8181 !important;
  background-color: #fff5f5;
  color: #c53030 !important;
  border-radius: 15px;
}
#error svg {
  width: 16px;
  margin-right: 5px;
}

@media (max-width: 576px) {
  section h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 37px;
  }
  .response > div {
    flex-direction: column;
  }
  .response-gallery-item {
    flex-direction: column;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .response-gallery-item-thumbnail {
    margin-bottom: 15px;
    display: flex;
    flex: 1;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .response-gallery-item-links > div {
    display: flex;
    width: 100%;
    max-width: 280px;
    align-items: center;
  }
  .response-gallery-item-thumbnail img {
    border-radius: 15px;
  }
  .response-gallery-item-links {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .response-gallery-item-links a {
    justify-content: center;
  }
  .response-gallery {
    width: 100%;
  }
  body #form h1 {
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #form {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  #form form {
    flex-direction: column;
  }
  #form form input {
    border-radius: 15px;
  }
  #form form button {
    margin-top: 15px;
    height: 50px;
    font-size: 14px;
  }
  #form form .download {
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 15px;
  }
  #form form .download .lds-ellipsis {
    flex: none !important;
  }
  #form #btn-clear, #form #btn-paste {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
@media (max-width: 768px) {
  .content .section-item {
    flex-direction: column;
  }
  .content img {
    width: 100%;
  }
  .content .pr-20 {
    padding-right: 0 !important;
  }
}
body header a img {
  max-width: 50px;
}

@media (max-width: 992px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.info-header {
  margin-top: 30px;
  margin-bottom: 30px;
  background: #ff5964;
  padding: 15px;
  border-radius: 10px;
  font-size: 20px;
}

#loading {
  display: none;
}

.mb-4 {
  margin-bottom: 40px;
}

footer ul {
  display: flex;
  justify-content: center;
}
footer a {
  font-size: 18px;
  text-decoration: none;
}
footer a:first-child {
  margin-right: 10px;
}
footer a.active {
  color: #000;
  text-decoration: underline;
}

.relative {
  position: relative;
}

.lang {
  display: flex;
  align-items: center;
}
.lang li {
  position: relative;
}
.lang li:hover {
  cursor: pointer;
}
.lang ul {
  padding: 7px;
  position: absolute;
  background-color: #fff;
  min-width: 127px;
  display: none;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.29);
  right: 0;
}
.lang ul li {
  margin-bottom: 10px;
}
.lang li:hover ul {
  display: block;
}
.lang span {
  font-size: 20px;
  color: #484848;
  font-weight: 500;
}
.lang a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-start;
  padding-left: 10px;
}
.lang a img {
  max-width: 25px;
  margin-right: 7px;
}
.lang .active-lang {
  display: flex;
  text-transform: uppercase;
  font-weight: 500;
  align-items: center;
}
.lang .active-lang img {
  max-width: 30px;
}
.lang .active-lang svg {
  width: 12px;
  margin-left: 5px;
}

.response {
  margin-top: 10px;
}
.response > div {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

.response-title {
  margin-bottom: 10px;
  font-size: 18px !important;
  color: #333 !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.response-thumbnail {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.response-thumbnail img {
  border-radius: 5px;
  max-width: 100%;
  max-height: 250px;
}

.response-links {
  display: flex;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.response-links > div {
  background: #207de5;
  margin-bottom: 10px;
  padding: 5px 30px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  max-width: 280px;
  border-radius: 15px;
}
.response-links > div a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
}
.response-links > div a svg {
  max-width: 30px;
  margin-right: 15px;
}

.response-gallery {
  margin: 0 auto;
}

.response-gallery-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  border-radius: 15px;
}

.response-gallery-item-thumbnail {
  display: flex;
}
.response-gallery-item-thumbnail img {
  max-width: 150px;
  border-radius: 15px;
}

.response-gallery-item-links {
  display: flex;
  flex: 1;
  width: 200px;
  padding: 10px;
}
.response-gallery-item-links a {
  display: flex;
  align-items: center;
  color: #fff;
  background: #207DE5;
  border-radius: 15px;
  padding: 7px;
  width: 100%;
  text-decoration: none;
  box-sizing: border-box;
  justify-content: center;
}
.response-gallery-item-links a svg {
  max-width: 30px;
  margin-right: 10px;
}
.response-gallery-item-links div {
  width: 100%;
}

.d-flex {
  display: flex;
}

.pr-20 {
  padding-right: 20px;
}

.content img {
  max-width: 400px;
  border-radius: 8px;
}

.mt-2 {
  margin-top: 2em;
}

.align-items-center {
  align-items: center;
}

.p20 {
  padding: 20px;
}

.faqs {
  margin-top: 50px;
  margin-bottom: 50px;
}
.faqs h2 {
  color: #424242;
  font-size: 18px;
  text-align: left;
  font-weight: normal;
  line-height: 30px;
  border-bottom: 1px solid #E6F0FE;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-right: 40px;
  margin: 0;
  position: relative;
}
.faqs h2:hover {
  cursor: pointer;
}
.faqs h2 svg {
  position: absolute;
  right: 0;
  top: 30px;
}

.faqpage-answer {
  color: #888;
  font-size: 14px;
  padding: 20px;
}

.faqpage-qanda .faqpage-answer {
  display: none;
}
.faqpage-qanda.active .faqpage-answer {
  display: block;
}
.faqpage-qanda.active h2 {
  border-bottom: 0;
}
.faqpage-qanda h2 svg {
  transition-duration: 0.2s;
  transition-property: transform;
}
.faqpage-qanda.active h2 svg {
  transform: rotate(180deg);
}

.faqpage .faqpage-qanda:last-child h2 {
  border-bottom: 0;
}

.logo span {
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 10px;
}

.privacy h2 {
  font-size: 1.5rem;
  font-weight: 600;
}
.privacy b {
  font-weight: 600;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 10px;
}
.lds-ellipsis div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
