@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

/* GLOBAL STYLING */

* {
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  line-height: normal;
  letter-spacing: 0.03125rem;
}

html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  letter-spacing: 0.03125rem;
}

p {
  margin: 0;
}

ul {
  list-style-type: none;
  padding: 0;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

sup {
  padding-left: 5px;
  font-weight: 400;
}

a[type="button"],
input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}


.swi-btn {
  border-style: none;
  font-size: 0.875rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.swi-btn-black {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 0.625rem 0;
  border-radius: 3px;
  font-weight: 400;
}

.swi-btn-black:hover,
.swi-btn-black:focus {
  color: #fff;
}

.swi-btn-white {
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 0.625rem 0;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.13);
  font-weight: 500;
}

.swi-btn-white:hover,
.swi-btn-white:focus {
  color: #000;
}

.swi-btn-block {
  width: 100%;
}

.simplebar-scrollbar::before {
  background-color: transparent;
}

.swi-disable-background-scroll {
  overflow: hidden;
}

.swi-list li {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 0.875rem;
  font-size: 0.875rem;
}

.swi-list-dots {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #1c7eff;
  position: absolute;
  top: 10px;
  left: 0;
}

.swi-num-list li {
  margin-bottom: 1rem;
}

.swi-form-label sup {
  color: #1c7eff;
}

.swi-form-label {
  font-size: 0.75rem;
  font-weight: 600;
  pointer-events: none;
}

/* HEADER STYLING */

#swi-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 1);
  overflow: hidden;
}

.swi-nav-wrapper {
  display: flex;
  padding: 1.25rem 0;
  width: 80%;
  margin: 0 auto;
}

.swi-logo {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.swi-logo img {
  width: 40px;
  margin-right: 0.3125rem;
}

.swi-logo figcaption {
  font-weight: 600;
  font-size: 1.25rem;
  color: #000;
}

.swi-nav-buttons {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.swi-nav-desktop-buttons {
  display: none;
}

.swi-nav-mobile-hamburger {
  background-color: transparent;
  border-style: none;
}

.swi-nav-dropdown-wrapper {
  height: calc(100vh - 70.4px);
  overflow-y: auto;
  width: 80%;
  margin: 0 auto;
  padding-top: 1.25rem;
  display: none;
}

#swi-nav-dropdown-overlay {
  display: none;
  opacity: 0.2;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: #000;
  top: 0;
  left: 0;
  z-index: 1;
}

.swi-nav-dropdown-services {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.13);
  margin-bottom: 1.875rem;
}

.swi-nav-dropdown-services h2 {
  font-size: 1rem;
  font-weight: 600;
}

.swi-nav-dropdown-services li {
  display: flex;
  margin-bottom: 1.875rem;
}

.swi-nav-dropdown-services a {
  color: #1c7eff;
  font-size: 0.75rem;
  display: inline-block;
  margin-left: auto;
}

.swi-nav-dropdown-links .col-md-3 {
  padding: 0;
}

.swi-nav-dropdown-links h3 {
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.swi-nav-dropdown-links li {
  margin-bottom: 1rem;
}

.swi-nav-dropdown-links li:last-child {
  margin-bottom: 2rem;
}

.swi-nav-dropdown-links li a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75rem;
}

.swi-nav-dropdown-socials {
  display: flex;
}

.swi-nav-dropdown-socials li {
  margin-right: 1rem;
}

.swi-nav-dropdown-socials li:last-child {
  margin-right: 0;
}

.swi-nav-dropdown-socials li a {
  color: transparent;
}

.swi-nav-dropdown-mobile-actions {
  /* INSERT MOBILE STICKY BTNS */
  bottom: 0;
  padding: 1.25rem 0;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.13);
}

.swi-nav-dropdown-mobile-actions ul {
  display: flex;
  margin-bottom: 0;
}

.swi-nav-dropdown-mobile-actions li {
  width: 50%;
}

.swi-nav-dropdown-mobile-actions .swi-btn-black {
  margin-right: 10px;
}

.swi-nav-dropdown-mobile-actions .swi-btn-white {
  margin-left: auto;
}

.swi-nav-dropdown-mobile-actions li a {
  display: block;
}

/* CONTENT SCROLLER */

.swi-content-scroller {
  float: right;
  right: 0;
  font-weight: 400;
  display: none;
  min-width: 250px;
  z-index: 1;
}

.swi-content-scroller ul {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}

.swi-content-scroller li {
  margin-bottom: 0.625rem;
}

.swi-content-scroller li a {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.6);
}

.swi-content-scroller li a.active {
  color: #000;
  font-weight: 600;
  position: relative;
}

.swi-content-scroller li a.active::before {
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 0.625rem;
  border-radius: 50%;
  background-color: #1c7eff;
  position: absolute;
  left: -12px;
  top: 6px;
}

.swi-content-scroller-back-to-top a {
  font-size: 0.75rem;
  color: #1c7eff;
}

/* MAIN CONTENT STYLING */

#swi-main {
  padding-top: 5rem;
}

.swi-main-wrapper {
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.swi-home-hero-text {
  font-size: 12vw;
  font-weight: 700;

  margin-bottom: 1rem;
}

#swi-home-hero-section {
  margin-bottom: 3rem;
}

.swi-home-hero-text-gradient {
  font-size: 15vw;
  background: -webkit-linear-gradient(
    180deg,
    #85f0cc,
    #1c7eff,
    #1c7eff,
    #1c7eff,
    #85f0cc
  );
  /* background: linear-gradient(0deg #85f0cc, #1c7eff); */
  background-size: 200% auto;
  background-clip: text;
  background-position: initial;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: swiHomeHeroTextAnimation 10s linear infinite;
  animation: swiHomeHeroTextAnimation 10s linear infinite;

  /* background-clip: text;
  background: linear-gradient(0deg, #85f0cc, #1c7eff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

@-webkit-keyframes swiHomeHeroTextAnimation {
  to {
    background-position: 200% center;
  }
}

@keyframes swiHomeHeroTextAnimation {
  to {
    background-position: 200% center;
  }
}

@-webkit-keyframes heroTextGradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes heroTextGradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

#swi-home-hero-section p {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 1.25rem;
  font-size: 5vw;
}

#swi-home-hero-section a {
  display: block;
}

#swi-home-hero-section a.swi-btn-black {
  margin-bottom: 1.25rem;
}

.swi-home-content-sections {
  margin-bottom: 4rem;
}

.swi-home-content-sections header {
  margin-bottom: 2rem;
}

.swi-home-content-sections header > img {
  width: initial;
  display: inline-block;
  margin-bottom: 1.25rem;
}

.swi-home-content-sections header h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.swi-home-content-sections header h2 img {
  display: none;
}

.swi-home-content-sections header p {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}

.swi-home-content-sections h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
  margin-bottom: 1.875rem;
}

.swi-home-content-sections p {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 2.5rem;
  font-size: 0.875rem;
}

.swi-main-content-numbering {
  color: #fff;
  display: flex;
  background-color: rgba(0, 0, 0, 0.15);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  margin-right: 1.25rem;
}

.swi-home-content-sections h3 img {
  margin-right: 1.25rem;
  width: initial;
}

#swi-main-content-client-logos img {
  width: 100%;
}

.swi-client-logos {
  margin-bottom: 3rem;
}

.swi-main-content-signup-section {
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.13);
}

.swi-main-content-signup-section .col-lg-3 {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}

.swi-main-content-signup-section .col-lg-3 img {
  margin-right: 1.25rem;
  padding-top: 5px;
}

.swi-main-content-signup-section .col-lg-3 p {
  margin-bottom: 0;
}

.swi-main-content-signup-section a {
  width: 100%;
  margin-top: 1.25rem;
}

#swi-home-contact-form label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  display: inline-block;
  margin-bottom: 1.25rem;
}

#swi-home-contact-form label.error,
.swi-form label.error {
  font-size: 0.75rem;
  font-weight: 500;
  color: #f00;
  display: block;
}

.swi-input {
  color: rgba(0, 0, 0, 0.6);
  position: relative;
  width: 100%;
  border-style: none;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.13);
  border-radius: 0;
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
  transition: border-color 0.2s ease-in-out;
  margin-bottom: 1.875rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.swi-input:focus,
.swi-select select:focus {
  border-bottom: 0.0625rem solid #1c7eff;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@-moz-document url-prefix() {
  select {
    text-indent: -1px;
  }
}

.swi-select {
  position: relative;
  margin-bottom: 1.875rem;
}

.swi-select select {
  border-style: none;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.13);
  border-radius: 0;
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
  text-align: left;
  width: 100%;
  color: rgba(0, 0, 0, 0.6);
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  transition: background 0.2s ease-in-out;
  word-wrap: break-word;
  background-color: #fff;
}

.swi-select-arrow {
  background-color: transparent;
  position: absolute;
  display: block;
  right: 10px;
  bottom: 30px;
  pointer-events: none;
}

.swi-select-arrow::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 0.125rem solid;
  border-right: 0.125rem solid;
  border-color: #1c7eff;
  transform: rotate(45deg);
  top: 50%;
  right: 50%;
}

#swi-home-contact-form input[type="submit"] {
  width: 100%;
  border-radius: 3px;
}

#swi-main-content-client-logos {
  margin-bottom: 5rem;
}

#swi-home-contact-form {
  margin-bottom: 5rem;
}

.swi-input-upload .custom-file-label {
  border-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 0;
  padding-left: 0;
  cursor: pointer;
}

.swi-input-upload .custom-file-label::after {
  content: url("../../img/2021/static_pages/swi-upload-icon.svg");
  background-color: transparent;
  padding-right: 0;
}

/* OTP STYLING */

.swi-login-otp-section {
  display: flex;
  margin-bottom: 1.25rem;
}

.swi-otp-session-expire-countdown {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 1.75rem;
}

.swi-otp-expire-timer {
  font-weight: 500;
  color: #000;
}

.swi-resend-otp-btn {
  background-color: transparent;
  color: #1c7eff;
  border-style: none;
  border-radius: 0;
  font-size: 0.75rem;
  padding: 0;
  margin-left: auto;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.swi-input-otp-group {
  display: flex;
  justify-content: center;
  margin-bottom: 1.75rem;
}

.swi-input-otp {
  width: 25%;
  height: 90px;
  border-radius: 3px;
  margin: 0 0.3125rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.13);
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  transition: border-color 0.2s ease-in-out;
}

.swi-input-otp:first-child {
  margin-left: 0;
}

.swi-input-otp:last-child {
  margin-right: 0;
}

.swi-input-otp:focus {
  border: 1px solid #1c7eff;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* FOOTER STYLING */

#swi-footer {
  background: rgba(0, 0, 0, 0.02);
  padding: 1.875rem 0;
}

.swi-footer-wrapper {
  width: 80%;
  margin: 0 auto;
}

.swi-footer-wrapper h2 {
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 1.875rem;
}

.swi-footer-wrapper ul {
  margin-bottom: 3rem;
}

.swi-footer-wrapper li {
  margin-bottom: 0.75rem;
}

.swi-footer-wrapper li a {
  font-size: 0.75rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}

.swi-footer-socials {
  display: flex;
  align-items: baseline;
}

.swi-footer-socials li {
  margin-right: 1.25rem;
}

.swi-footer-socials li:last-child {
  margin-right: 0;
}

.swi-footer-logos {
  display: flex;
  flex-direction: column;
}

#swi-footer-logo {
  width: 150px;
  margin-bottom: 2.5rem;
}

#swi-footer-stakeholder-logos {
  width: 100%;
  margin-bottom: 1.25rem;
}

#swi-footer-copyright {
  font-size: 0.75rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3);
  margin-top: 2rem;
}

/* END OF HOME CONTENT */

/* SUB PAGE CONTENT */
.swi-sub-page {
  padding-bottom: 3rem;
}

.swi-sub-page h1 {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 3rem;
  line-height: normal;
}

.swi-sub-page-content-sections {
  margin-bottom: 3rem;
}

.swi-sub-page-content-sections > header {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
}

.swi-sub-page-content-sections header img {
  width: 40px;
  margin-bottom: 1.25rem;
}
.swi-sub-page-content-sections header h2 {
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0.75rem;
  line-height: normal;
}

.swi-sub-page-content-sections main h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  line-height: normal;
}

.swi-sub-page-content-sections main h4 {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
  line-height: normal;
}

.swi-sub-page-content-sections main ul,
.swi-sub-page-content-sections main p {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.6);
}

.swi-sub-page-content-sections .col-lg-6 {
  margin-bottom: 1.25rem;
}

.swi-service-plan-info-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}

.swi-service-plan-info-wrapper header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1.25rem;
}

.swi-service-plan-info-wrapper header h2 {
  font-size: 1rem;
  color: #000;
}

.swi-service-price {
  font-size: 1.875rem;
  font-weight: 700;
  color: #000;
}

.swi-per-annum-text {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}

.swi-service-signup-desktop {
  display: none;
}

.swi-service-plan-info-wrapper ul li {
  display: flex;
  align-items: center;
  margin-bottom: 1.875rem;
}

.swi-service-plan-info-wrapper ul li img {
  width: 1.25rem;
  margin-right: 0.875rem;
}

.swi-service-plan-info-wrapper ul li span {
  font-size: 0.875rem;
  color: #000;
}

.swi-service-plan-info-wrapper.swi-premium ul li span {
  font-weight: 600;
}

.swi-service-plan-info-wrapper.swi-premium header h2 {
  background: -webkit-linear-gradient(180deg, #ffcd29, #ff9409);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.swi-service-signup-mobile {
  display: block;
}

.swi-service-expand-button {
  display: block;
  color: #1c7eff;
  font-size: 0.875rem;
}

.swi-hyperlink-btn {
  display: inline-block;
  margin-top: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.swi-accordion header h3 {
  margin-bottom: 1.25rem;
}

.swi-accordion header {
  display: block;
  margin-bottom: 0;
}

.swi-accordion main h4 {
  font-size: 0.875rem;
  font-weight: 600;
}

.swi-accordion button {
  width: 100%;
  background-color: transparent;
  border-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  padding: 0 0 1.25rem 0;
  text-align: left;
  color: #000;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.swi-accordion p {
  margin-bottom: 1.25rem;
}

.swi-accordion-plus {
  font-size: 1.25rem;
  font-weight: 500;
  color: #1c7eff;
  margin-left: auto;
  padding-left: 0.625rem;
}

.swi-accordion main {
  padding-bottom: 2rem;
}

.swi-modal .modal-content {
  padding-top: 0.75rem;
}
.swi-modal .modal-body {
  max-height: 500px;
  padding-bottom: 2rem;
  overflow-y: auto;
}

.swi-modal .modal-body header {
  margin-bottom: 1.25rem;
}

.swi-modal .modal-body header h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1rem;
}

.swi-modal#swi-acc-service-error-modal header h3 {
  color: rgb(192, 0, 0);
}

.swi-modal .modal-body h4 {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: normal;
}

.swi-modal .modal-body header p {
  font-size: 0.875rem;
  color: #000;
}

.swi-modal .modal-body ul {
  margin-bottom: 1.875rem;
}

.swi-modal .modal-body li {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  padding: 1.25rem 0;
  margin-bottom: 0;
}

.swi-modal .modal-footer .swi-btn-black {
  width: 100%;
}

.swi-footnote {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.13);
}

.swi-footnote li {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 0.625rem;
}

.swi-double-button-section {
  margin-top: 3rem;
  display: flex;
}

.swi-double-button-section a {
  width: 50%;
}

.swi-double-button-section a:first-child {
  margin-right: 0.75rem;
}

#swi-career-form-submit {
  width: 100%;
}

/* ACCOUNTING PRICE CALCULATOR STYLING */

.swi-accounting-services-btn button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-style: none;
  border: 1px solid rgba(0, 0, 0, 0.13);
  background-color: #fff;
  border-radius: 20px;
  padding: 0.3125rem 1rem;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0.625rem;
}

.swi-accounting-services-btn button.active {
  border: 2px solid #1c7eff;
  color: #1c7eff;
  font-weight: 600;
}

.swi-service-calculator-form input {
  font-size: 0.75rem;
}

.swi-service-calculator-form > button {
  width: 100%;
}

#swi-acc-service-type-text,
#swi-fin-service-type-text {
  color: #1c7eff;
}

#swi-acc-service-price,
#swi-fin-service-price {
  color: #000;
  font-size: 3rem;
  font-weight: 600;
  word-break: break-all;
}

#swi-acc-service-price-frequency {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75rem;
  font-weight: 500;
}

.swi-bk-service-modal-footnote {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.6);
}

.swi-modal-message {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.6);
}

.swi-modal-message a {
  color: #1c7eff;
}

.swi-modal-message a:hover {
  color: #1c7eff;
}

#swi-no-fin-s-notes {
  color: #1c7eff;
  font-size: 0.75rem;
}

/* COMPANY NAME SEARCH */

#swi-company-name-search,
#swi-ssic-search {
  font-size: 0.875rem;
}

#swi-company-name-search .swi-btn-black,
#swi-ssic-search .swi-btn-black {
  width: 100%;
}

/* LOG IN */

#swi-login-content-wrapper {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#swi-login-content-wrapper-inner {
  min-width: 300px;
  max-width: 420px;
  padding: 1.25rem;
}

.swi-dashboard-logo {
  display: flex;
  align-items: center;
  margin-bottom: 1.75rem;
}

.swi-dashboard-logo img {
  width: 50px;
}

.swi-dashboard-logo figcaption {
  margin-left: 0.625rem;
}

.swi-dashboard-logo h1 {
  font-size: 1.75rem;
  font-weight: 600;
}

.swi-login-switch-section {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}

.swi-login-type-text {
  font-size: 0.875rem;
  font-weight: 600;
}

.swi-switch-login-type-btn {
  background-color: transparent;
  color: #1c7eff;
  border-style: none;
  border-radius: 0;
  font-size: 0.75rem;
  padding: 0;
  margin-left: auto;
}

.swi-login-form {
  margin-bottom: 1.25rem;
}

.swi-login-form input[type="submit"] {
  width: 100%;
}

.swi-login-signup-footnote {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 2rem;
}

.swi-login-error {
  font-size: 0.75rem;
  color: #f00;
  margin-bottom: 0.75rem;
}

.swi-dashboard-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.13);
  margin-bottom: 1.25rem;
}

.swi-dashboard-footer-nav li {
  padding: 0 0.625rem;
  margin-bottom: 0.3125rem;
}

.swi-dashboard-footer-nav a {
  font-size: 0.75rem;
  display: block;
  color: rgba(0, 0, 0, 0.5);
}

.swi-dashboard-copyright {
  font-size: 0.625rem;
  text-align: center;
  margin-bottom: 1.25rem;
}

.swi-dashboard-socials {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.swi-dashboard-socials li {
  padding: 0 0.625rem;
}

#swi-login-with-phone {
  color: rgba(0, 0, 0, 0.6);
  position: relative;
  width: 100%;
  border-style: none;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.13);
  border-radius: 0;
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
  transition: border-color 0.2s ease-in-out;
  margin-bottom: 1.875rem;
  font-size: 0.875rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#swi-login-with-phone:focus {
  border-bottom: 0.0625rem solid #1c7eff;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#swi-login-with-email {
  color: rgba(0, 0, 0, 0.6);
  width: 100%;
  font-size: 0.875rem;
}

.iti.iti--allow-dropdown {
  margin-bottom: 1.875rem;
  width: 100%;
}

.iti__selected-dial-code {
  font-size: 0.75rem;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: #fff;
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

/* MEDIA QUERIES */

@media (min-width: 576px) {
  /* HEADER */

  /* CONTENT */

  .swi-home-hero-text {
    font-size: 5vw;
  }

  .swi-home-hero-text span {
    line-height: 1.3;
  }

  .swi-home-hero-text-gradient {
    font-size: 14vw;
    line-height: 1.2;
  }

  #swi-home-hero-section p {
    font-size: 2.5vw;
  }

  #swi-home-hero-section a {
    background: transparent;
    color: #1c7eff;
    font-weight: 500;
    font-size: 1rem;
    display: inline-block;
    border-style: none;
    position: relative;
  }

  #swi-home-hero-section a::after {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    width: 0.5rem;
    height: 0.5rem;
    border-bottom: 0.125rem solid;
    border-right: 0.125rem solid;
    border-color: #1c7eff;
    transform: rotate(-45deg);
    vertical-align: middle;
    margin-left: 0.625rem;
  }

  #swi-home-hero-section a.swi-btn-black {
    margin-right: 1.25rem;
  }

  .swi-home-content-sections p {
    font-size: 1rem;
  }
  /* FOOTER */

  #swi-footer-stakeholder-logos {
    width: 60%;
  }
}

@media (min-width: 768px) {
  /* HEADER */
  .swi-nav-dropdown-mobile-actions {
    display: none;
  }

  .swi-nav-desktop-buttons {
    display: flex;
    margin-bottom: 0;
  }

  .swi-nav-buttons li > a {
    color: rgba(0, 0, 0, 0.6);
    margin-left: 1.75rem;
    font-size: 0.875rem;
  }

  #swi-nav-menu-btn-desktop::after {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    width: 0.4rem;
    height: 0.4rem;
    border-bottom: 0.125rem solid;
    border-right: 0.125rem solid;
    border-color: rgba(0, 0, 0, 0.6);
    transform: rotate(45deg);
    vertical-align: middle;
    margin-left: 0.625rem;
  }

  #swi-nav-sign-up-btn-desktop {
    color: #fff;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  #swi-nav-user-profile {
    color: #1c7eff;
    font-weight: 500;
  }

  #swi-nav-log-out-btn {
    margin-left: 0.625rem;
  }

  #swi-nav-log-out-btn img {
    width: 0.875rem;
  }

  .swi-nav-mobile-hamburger {
    display: none;
  }

  .swi-nav-dropdown-wrapper {
    height: 100%;
    padding-bottom: 3rem;
    position: relative;
    overflow: visible;
  }

  .swi-nav-dropdown-services ul {
    display: flex;
    margin-bottom: 1.875rem;
  }

  .swi-nav-dropdown-services li {
    flex-direction: column;
    margin-bottom: 0;
    margin-right: 3rem;
  }

  .swi-nav-dropdown-services h2 {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }

  .swi-nav-dropdown-services a {
    margin-left: 0;
  }

  /* CONTENT */
  .swi-home-hero-text {
    font-size: 5vw;
  }

  .swi-home-hero-text-gradient {
    font-size: 15vw;
    line-height: 1;
  }

  #swi-home-hero-section p {
    font-size: 2.5vw;
  }

  .swi-home-content-sections header > img {
    display: none;
  }

  .swi-home-content-sections header h2 img {
    display: inline-block;
    margin: 0 0.875rem;
    width: 60px;
  }

  /* HOME SECTION ANIMATIONS */

  img[alt="swi-usp-icon-1"] {
    -webkit-animation: rotate-center 2.5s ease-in-out infinite both;
    animation: rotate-center 2.5s ease-in-out infinite both;
  }

  img[alt="swi-usp-icon-2"] {
    -webkit-animation: bounce 2.5s infinite both;
    animation: bounce 2.5s infinite both;
  }

  img[alt="swi-usp-icon-3"] {
    -webkit-animation: heartbeat 2.5s infinite both;
    animation: heartbeat 2.5s infinite both;
  }

  @-webkit-keyframes rotate-center {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes rotate-center {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  @-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
      -webkit-transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-30px);
    }
    60% {
      -webkit-transform: translateY(-15px);
    }
  }
  @keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-30px);
    }
    60% {
      transform: translateY(-15px);
    }
  }

  @-webkit-keyframes heartbeat {
    from {
      transform: scale(1);
      transform-origin: center center;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    10% {
      transform: scale(0.91);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    17% {
      transform: scale(0.98);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    33% {
      transform: scale(0.87);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    45% {
      transform: scale(1);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
  }
  @keyframes heartbeat {
    from {
      transform: scale(1);
      transform-origin: center center;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    10% {
      transform: scale(0.91);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    17% {
      transform: scale(0.98);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    33% {
      transform: scale(0.87);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    45% {
      transform: scale(1);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
  }

  .swi-home-content-sections header h2 br {
    display: none;
  }

  .swi-home-content-sections p {
    margin-bottom: 4rem;
  }

  #swi-home-contact-form {
    margin-bottom: 8rem;
  }

  /* FOOTER */

  #swi-footer .col-md-4 ul {
    height: 120px;
  }

  #swi-footer-stakeholder-logos {
    width: 90%;
    margin-left: 0;
  }

  /* SUB PAGE */
  .swi-sub-page-content-sections > header {
    flex-direction: row;
    align-items: center;
  }

  .swi-sub-page-content-sections > header img {
    margin-right: 0.75rem;
  }

  .swi-service-signup-mobile {
    display: none;
  }

  .swi-service-signup-desktop {
    display: block;
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-top: 1.25rem;
  }

  .swi-service-plan-info-wrapper {
    flex-direction: row;
  }

  .swi-service-plan-info-wrapper > main {
    margin-left: 3rem;
  }

  .swi-double-button-section a {
    width: initial;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  #swi-career-form-submit {
    width: 130px;
  }
}

@media (min-width: 992px) {
  #swi-home-hero-section p {
    font-size: 2vw;
  }

  .swi-main-content-signup-section a {
    margin-top: 0;
  }

  #swi-home-contact-form input[type="submit"] {
    width: 150px;
  }

  /* SUB PAGE */

  .swi-sub-page-content-sections .col-lg-6,
  .swi-service-plan-info-wrapper {
    margin-bottom: 0;
  }

  .swi-content-scroller {
    display: block;
  }

  .swi-service-calculator-form > button,
  #swi-company-name-search .swi-btn-black,
  #swi-ssic-search .swi-btn-black {
    width: 120px;
  }
}

@media (min-width: 1200px) {
  .swi-nav-wrapper,
  .swi-main-wrapper,
  .swi-footer-wrapper,
  .swi-nav-dropdown-wrapper {
    width: 70%;
  }

  /* CONTENT */

  .swi-home-content-sections header h2 {
    font-size: 2.5rem;
  }

  .swi-home-hero-text {
    font-size: 5vw;
    margin-top: 3rem;
  }

  .swi-home-hero-text-gradient {
    font-size: 15vw;
  }

  #swi-home-hero-section p {
    font-size: 1.5vw;
  }

  #swi-main-content-client-logos {
    margin-bottom: 10rem;
  }

  #sign-up {
    margin-bottom: 8em;
  }

  /* SUB PAGE */

  .swi-accordion {
    width: 70%;
  }
}

@media (min-width: 1500px) {
  .swi-nav-wrapper,
  .swi-main-wrapper,
  .swi-footer-wrapper,
  .swi-nav-dropdown-wrapper {
    width: 60%;
  }

  .swi-home-hero-text {
    font-size: 3vw;
  }

  .swi-home-hero-text-gradient {
    font-size: 10vw;
  }

  #swi-home-hero-section p {
    font-size: 1.5vw;
  }

  .swi-main-content-signup-section a {
    width: 150px;
  }
}

@media (min-width: 1920px) {
  .swi-nav-wrapper,
  .swi-main-wrapper,
  .swi-footer-wrapper,
  .swi-nav-dropdown-wrapper {
    width: 55%;
  }

  .swi-home-hero-text-gradient {
    font-size: 11vw;
  }

  #swi-home-hero-section p {
    font-size: 1vw;
  }

  /* SUB PAGE */

  .swi-accordion {
    width: 60%;
  }
}
