@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap");
body {
  background-color: #f5f5f5; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-variant-ligatures: none;
  letter-spacing: 0.05em;
  font-size: 16px;
  text-align: left;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6, p {
  padding: 0;
  margin: 0 auto; }

h3 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 4px; }

main {
  min-height: 100vh;
  padding-bottom: 100px; }

.embed-body {
  background-color: rgba(0, 0, 0, 0); }
  .embed-body main {
    min-height: 0;
    padding: 20px 0; }

header {
  background: #58C37C;
  background: linear-gradient(300deg, #12a646 0%, #27c35e 31%, #58c37c 100%);
  color: white; }
  header .container {
    padding-top: 100px;
    padding-bottom: 200px;
    min-height: 400px; }
    @media (max-width: 600px) {
      header .container {
        padding-top: 40px;
        padding-bottom: 120px;
        min-height: 200px; } }
    @media (min-width: 600px) {
      header .container {
        background-image: url("../img/header.png");
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain; } }
  header h1 {
    font-weight: 700;
    font-size: 48px;
    max-width: 480px;
    width: 50%;
    margin-left: 0;
    line-height: 1.2; }
    @media (max-width: 600px) {
      header h1 {
        font-size: 32px;
        width: 90%; } }
  header h2 {
    max-width: 50%;
    margin-left: 0;
    font-weight: 400;
    font-size: 24px; }
    @media (max-width: 600px) {
      header h2 {
        font-size: 20px;
        max-width: 100%; } }

.container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 20px; }

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

.tooltip {
  margin-left: 8px;
  position: relative;
  display: inline-block;
  text-align: center;
  background-color: #12A646;
  width: 24px;
  height: 24px;
  line-height: 26px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 100%;
  color: white;
  cursor: pointer; }

.tooltip .tooltiptext {
  visibility: hidden;
  width: 240px;
  background-color: #0d0000;
  color: white;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  line-height: 1.4;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -120px;
  opacity: 0;
  transition: opacity 0.3s; }
  .tooltip .tooltiptext a {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid white;
    transition: all 0.2s ease; }
    .tooltip .tooltiptext a:hover {
      border-bottom: 1px solid #12A646; }

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #0d0000 transparent transparent transparent; }

.tooltip:hover .tooltiptext, .tooltip:active .tooltiptext, .tooltop:focus .tooltiptext {
  visibility: visible;
  opacity: 1; }

.tooltiptext.isVisible {
  visibility: visible;
  opacity: 1; }

.tooltiptext.isInvisible {
  visibility: hidden;
  opacity: 0; }

[type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after {
  border-color: #12A646;
  border-radius: 2px; }

[type="checkbox"]:checked + label:before {
  border-right: 2px solid #12A646;
  border-bottom: 2px solid #12A646; }

.spacing-s {
  margin-top: 20px; }
  @media (max-width: 600px) {
    .spacing-s {
      margin-top: 10px; } }

.spacing-m {
  margin-top: 40px; }
  @media (max-width: 600px) {
    .spacing-m {
      margin-top: 20px; } }

.spacing-l {
  margin-top: 80px; }
  @media (max-width: 600px) {
    .spacing-l {
      margin-top: 40px; } }

.spacing-xl {
  margin-top: 160px; }
  @media (max-width: 600px) {
    .spacing-xl {
      margin-top: 80px; } }

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

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

footer {
  background-color: white;
  padding: 40px 0;
  color: #7e7e7e;
  border-top: 2px solid #58C37C; }
  footer * {
    font-size: 12px; }

.btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center; }

.btn {
  cursor: pointer;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  border-radius: 50px;
  padding: 8px 20px;
  border: none;
  box-shadow: none;
  height: auto;
  line-height: auto;
  white-space: nowrap; }

.btn-xl {
  padding: 16px 40px; }

.btn-primary {
  background-color: #12A646;
  color: white !important;
  transition: all 0.2s ease; }
  .btn-primary:hover {
    background-color: #12A646;
    color: white !important;
    transform: scale(1.02);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.05); }

.btn-secondary {
  background: none;
  color: #12A646 !important;
  transition: all 0.2s ease;
  border: 2px solid #12A646; }
  .btn-secondary:hover {
    background-color: #12A646;
    color: white !important;
    transform: scale(1.02);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.05); }

.embed-wrapper {
  text-align: center; }
  .embed-wrapper h3, .embed-wrapper p {
    text-align: center; }

pre code {
  tab-width: 4;
  text-align: left;
  white-space: pre-wrap;
  display: block;
  background-color: white;
  border-radius: 10px;
  border: 2px solid #f5f5f5;
  padding: 20px;
  overflow: scroll;
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace; }

.negative-spacing {
  margin-top: -200px; }

.float {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #12A646;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 101;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15), 0 4px 8px rgba(0, 0, 0, 0.12);
  border-radius: 30px;
  transition: all 0.2s ease;
  opacity: 1; }
  .float img {
    display: block;
    width: 54px;
    padding: 15px; }
  .float:hover {
    bottom: 33px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15), 0 10px 15px rgba(0, 0, 0, 0.12); }

.calculator-wrapper {
  margin: 0 auto;
  max-width: 640px; }

.signal-list-item {
  border: 2px solid #f5f5f5;
  transition: border 1s ease; }

input[type=text], input[type=number], input[type=email] {
  border: none !important;
  height: auto !important;
  font-size: 16px !important;
  margin: 0 !important; }
  input[type=text]:active, input[type=text]:focus, input[type=number]:active, input[type=number]:focus, input[type=email]:active, input[type=email]:focus {
    border-bottom: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    outline: none !important; }

select, input {
  width: 100%; }

.input-list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  border-radius: 10px;
  border: 2px solid #f5f5f5;
  padding: 20px; }
  .input-list-item * {
    font-size: 16px; }
  .input-list-item sup {
    font-size: 10px; }
  .input-list-item .addition {
    color: #7e7e7e; }
  .input-list-item select {
    display: block;
    border: none;
    height: auto; }
    .input-list-item select:active, .input-list-item select:focus, .input-list-item select:hover {
      border: none; }

.input-list-label {
  text-align: left;
  padding: 10px 20px;
  margin: 0;
  margin-top: 24px;
  font-size: 20px;
  font-weight: 600; }

.output-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: white;
  border-radius: 10px;
  padding: 40px; }
  .output-list-item * {
    width: 100%; }
  .output-list-item .title {
    font-size: 28px;
    text-align: left;
    margin-bottom: 8px;
    font-weight: 600;
    color: #0d0000;
    text-transform: capitalize; }
    @media (max-width: 600px) {
      .output-list-item .title {
        font-size: 24px; } }
  .output-list-item .text {
    font-size: 20px;
    text-align: left;
    font-weight: 400; }
    @media (max-width: 600px) {
      .output-list-item .text {
        font-size: 16px; } }
    .output-list-item .text span {
      font-size: 24px;
      color: #7e7e7e;
      margin-top: 16px;
      font-weight: 600;
      display: block; }
      @media (max-width: 600px) {
        .output-list-item .text span {
          font-size: 20px; } }
    .output-list-item .text.smooth {
      color: #7e7e7e;
      text-align: center; }

.spinner {
  position: relative;
  width: 0;
  height: 0;
  margin: 0;
  transition: all 0.3s ease-in-out; }
  .spinner.show {
    width: 60px;
    height: 60px;
    margin: 40px auto; }

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #12A646;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
