

  .btn-outline-warning.focus,
  .btn-outline-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  }
  .btn-outline-warning.disabled,
  .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
  }
  .btn-outline-warning:not(:disabled):not(.disabled).active,
  .btn-outline-warning:not(:disabled):not(.disabled):active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
  }
  .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
  .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
  .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  }
  .btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
  }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  }
  .btn-outline-danger.focus,
  .btn-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  }
  .btn-outline-danger.disabled,
  .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
  }
  .btn-outline-danger:not(:disabled):not(.disabled).active,
  .btn-outline-danger:not(:disabled):not(.disabled):active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  }
  .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
  .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
  .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  }
  .btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
  }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
  }
  .btn-outline-light.focus,
  .btn-outline-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  }
  .btn-outline-light.disabled,
  .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
  }
  .btn-outline-light:not(:disabled):not(.disabled).active,
  .btn-outline-light:not(:disabled):not(.disabled):active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
  }
  .btn-outline-light:not(:disabled):not(.disabled).active:focus,
  .btn-outline-light:not(:disabled):not(.disabled):active:focus,
  .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  }
  .btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
  }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
  }
  .btn-outline-dark.focus,
  .btn-outline-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  }
  .btn-outline-dark.disabled,
  .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
  }
  .btn-outline-dark:not(:disabled):not(.disabled).active,
  .btn-outline-dark:not(:disabled):not(.disabled):active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
  }
  .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
  .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
  .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  }
  .btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
  }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
  }
  .btn-link.focus,
  .btn-link:focus {
    text-decoration: underline;
  }
  .btn-link.disabled,
  .btn-link:disabled {
    color: #6c757d;
    pointer-events: none;
  }
  .btn-group-lg > .btn,
  .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
  }
  .btn-group-sm > .btn,
  .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
  }
  .btn-block {
    display: block;
    width: 100%;
  }
  .btn-block + .btn-block {
    margin-top: 0.5rem;
  }
  input[type="button"].btn-block,
  input[type="reset"].btn-block,
  input[type="submit"].btn-block {
    width: 100%;
  }
  .fade {
    transition: opacity 0.15s linear;
  }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none;
    }
  }
  .fade:not(.show) {
    opacity: 0;
  }
  .collapse:not(.show) {
    display: none;
  }
  .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none;
    }
  }
  .dropdown,
  .dropleft,
  .dropright,
  .dropup {
    position: relative;
  }
  .dropdown-toggle {
    white-space: nowrap;
  }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
  }
  .dropdown-menu-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  @media (min-width: 576px) {
    .dropdown-menu-sm-left {
      right: auto;
      left: 0;
    }
    .dropdown-menu-sm-right {
      right: 0;
      left: auto;
    }
  }
  @media (min-width: 768px) {
    .dropdown-menu-md-left {
      right: auto;
      left: 0;
    }
    .dropdown-menu-md-right {
      right: 0;
      left: auto;
    }
  }
  @media (min-width: 992px) {
    .dropdown-menu-lg-left {
      right: auto;
      left: 0;
    }
    .dropdown-menu-lg-right {
      right: 0;
      left: auto;
    }
  }
  @media (min-width: 1200px) {
    .dropdown-menu-xl-left {
      right: auto;
      left: 0;
    }
    .dropdown-menu-xl-right {
      right: 0;
      left: auto;
    }
  }
  .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
  }
  .dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
  }
  .dropup .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  .dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
  }
  .dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
  }
  .dropright .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  .dropright .dropdown-toggle::after {
    vertical-align: 0;
  }
  .dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
  }
  .dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
  }
  .dropleft .dropdown-toggle::after {
    display: none;
  }
  .dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
  }
  .dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  .dropleft .dropdown-toggle::before {
    vertical-align: 0;
  }
  .dropdown-menu[x-placement^="bottom"],
  .dropdown-menu[x-placement^="left"],
  .dropdown-menu[x-placement^="right"],
  .dropdown-menu[x-placement^="top"] {
    right: auto;
    bottom: auto;
  }
  .dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
  }
  .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  }
  .dropdown-item:focus,
  .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
  }
  .dropdown-item.active,
  .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
  }
  .dropdown-item.disabled,
  .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
  }
  .dropdown-menu.show {
    display: block;
  }
  .dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
  }
  .dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
  }
  .btn-group,
  .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
  }
  .btn-group-vertical > .btn,
  .btn-group > .btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .btn-group-vertical > .btn:hover,
  .btn-group > .btn:hover {
    z-index: 1;
  }
  .btn-group-vertical > .btn.active,
  .btn-group-vertical > .btn:active,
  .btn-group-vertical > .btn:focus,
  .btn-group > .btn.active,
  .btn-group > .btn:active,
  .btn-group > .btn:focus {
    z-index: 1;
  }
  .btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .btn-toolbar .input-group {
    width: auto;
  }
  .btn-group > .btn-group:not(:first-child),
  .btn-group > .btn:not(:first-child) {
    margin-left: -1px;
  }
  .btn-group > .btn-group:not(:last-child) > .btn,
  .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .btn-group > .btn-group:not(:first-child) > .btn,
  .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
  }
  .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after {
    margin-left: 0;
  }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0;
  }
  .btn-group-sm > .btn + .dropdown-toggle-split,
  .btn-sm + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
  }
  .btn-group-lg > .btn + .dropdown-toggle-split,
  .btn-lg + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%;
  }
  .btn-group-vertical > .btn-group:not(:first-child),
  .btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px;
  }
  .btn-group-vertical > .btn-group:not(:last-child) > .btn,
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .btn-group-vertical > .btn-group:not(:first-child) > .btn,
  .btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .btn-group-toggle > .btn,
  .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
  }
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
  }
  .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
  }
  .input-group > .custom-file,
  .input-group > .custom-select,
  .input-group > .form-control,
  .input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
  }
  .input-group > .custom-file + .custom-file,
  .input-group > .custom-file + .custom-select,
  .input-group > .custom-file + .form-control,
  .input-group > .custom-select + .custom-file,
  .input-group > .custom-select + .custom-select,
  .input-group > .custom-select + .form-control,
  .input-group > .form-control + .custom-file,
  .input-group > .form-control + .custom-select,
  .input-group > .form-control + .form-control,
  .input-group > .form-control-plaintext + .custom-file,
  .input-group > .form-control-plaintext + .custom-select,
  .input-group > .form-control-plaintext + .form-control {
    margin-left: -1px;
  }
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
  .input-group > .custom-select:focus,
  .input-group > .form-control:focus {
    z-index: 3;
  }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
  }
  .input-group > .custom-select:not(:last-child),
  .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .input-group > .custom-select:not(:first-child),
  .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .input-group > .custom-file:not(:last-child) .custom-file-label,
  .input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .input-group-append,
  .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
  }
  .input-group-append .btn,
  .input-group-prepend .btn {
    position: relative;
    z-index: 2;
  }
  .input-group-append .btn:focus,
  .input-group-prepend .btn:focus {
    z-index: 3;
  }
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .btn,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px;
  }
  .input-group-prepend {
    margin-right: -1px;
  }
  .input-group-append {
    margin-left: -1px;
  }
  .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
  }
  .input-group-text input[type="checkbox"],
  .input-group-text input[type="radio"] {
    margin-top: 0;
  }
  .input-group-lg > .custom-select,
  .input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px);
  }
  .input-group-lg > .custom-select,
  .input-group-lg > .form-control,
  .input-group-lg > .input-group-append > .btn,
  .input-group-lg > .input-group-append > .input-group-text,
  .input-group-lg > .input-group-prepend > .btn,
  .input-group-lg > .input-group-prepend > .input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
  }
  .input-group-sm > .custom-select,
  .input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + 0.5rem + 2px);
  }
  .input-group-sm > .custom-select,
  .input-group-sm > .form-control,
  .input-group-sm > .input-group-append > .btn,
  .input-group-sm > .input-group-append > .input-group-text,
  .input-group-sm > .input-group-prepend > .btn,
  .input-group-sm > .input-group-prepend > .input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
  }
  .input-group-lg > .custom-select,
  .input-group-sm > .custom-select {
    padding-right: 1.75rem;
  }
  .input-group
    > .input-group-append:last-child
    > .btn:not(:last-child):not(.dropdown-toggle),
  .input-group
    > .input-group-append:last-child
    > .input-group-text:not(:last-child),
  .input-group > .input-group-append:not(:last-child) > .btn,
  .input-group > .input-group-append:not(:last-child) > .input-group-text,
  .input-group > .input-group-prepend > .btn,
  .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .input-group > .input-group-append > .btn,
  .input-group > .input-group-append > .input-group-text,
  .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
  .input-group
    > .input-group-prepend:first-child
    > .input-group-text:not(:first-child),
  .input-group > .input-group-prepend:not(:first-child) > .btn,
  .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
  }
  .custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
  }
  .custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
  }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
  }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff;
  }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
  }
  .custom-control-input:disabled ~ .custom-control-label,
  .custom-control-input[disabled] ~ .custom-control-label {
    color: #6c757d;
  }
  .custom-control-input:disabled ~ .custom-control-label::before,
  .custom-control-input[disabled] ~ .custom-control-label::before {
    background-color: #e9ecef;
  }
  .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
  }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
  }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
  }
  .custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
  }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
  }
  .custom-checkbox
    .custom-control-input:indeterminate
    ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff;
  }
  .custom-checkbox
    .custom-control-input:indeterminate
    ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
  }
  .custom-checkbox
    .custom-control-input:disabled:checked
    ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
  }
  .custom-checkbox
    .custom-control-input:disabled:indeterminate
    ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
  }
  .custom-radio .custom-control-label::before {
    border-radius: 50%;
  }
  .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  }
  .custom-radio
    .custom-control-input:disabled:checked
    ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
  }
  .custom-switch {
    padding-left: 2.25rem;
  }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
  }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
      -webkit-transform 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
      transition: none;
    }
  }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
  }
  .custom-switch
    .custom-control-input:disabled:checked
    ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
  }
  .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff
      url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  .custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
  }
  .custom-select[multiple],
  .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
  }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
  }
  .custom-select::-ms-expand {
    display: none;
  }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
  }
  .custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
  }
  .custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
  }
  .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
  }
  .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
  }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  .custom-file-input:disabled ~ .custom-file-label,
  .custom-file-input[disabled] ~ .custom-file-label {
    background-color: #e9ecef;
  }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
  }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
  }
  .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
  }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
  }
  .custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .custom-range:focus {
    outline: 0;
  }
  .custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  .custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  .custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  .custom-range::-moz-focus-outer {
    border: 0;
  }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
  }
  @media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
      -webkit-transition: none;
      transition: none;
    }
  }
  .custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
  }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
  }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
  }
  @media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
      -moz-transition: none;
      transition: none;
    }
  }
  .custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
  }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
  }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
    appearance: none;
  }
  @media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
      -ms-transition: none;
      transition: none;
    }
  }
  .custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
  }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
  }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
  }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
  }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
  }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
  }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
  }
  .custom-range:disabled::-moz-range-track {
    cursor: default;
  }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
  }
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none;
    }
  }
  .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .nav-link {
    display: block;
    padding: 0.5rem 1rem;
  }
  .nav-link:focus,
  .nav-link:hover {
    text-decoration: none;
  }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
  }
  .nav-tabs {
    border-bottom: 1px solid #dee2e6;
  }
  .nav-tabs .nav-item {
    margin-bottom: -1px;
  }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .nav-tabs .nav-link:focus,
  .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
  }
  .nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
  }
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
  }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .nav-pills .nav-link {
    border-radius: 0.25rem;
  }
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
  }
  .nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
  }
  .nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
  }
  .tab-content > .tab-pane {
    display: none;
  }
  .tab-content > .active {
    display: block;
  }
  .navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
  }
  .navbar .container,
  .navbar .container-fluid,
  .navbar .container-lg,
  .navbar .container-md,
  .navbar .container-sm,
  .navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
  }
  .navbar-brand:focus,
  .navbar-brand:hover {
    text-decoration: none;
  }
  .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
  }
  .navbar-toggler:focus,
  .navbar-toggler:hover {
    text-decoration: none;
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
  }
  @media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-xl {
      padding-right: 0;
      padding-left: 0;
    }
  }
  @media (min-width: 576px) {
    .navbar-expand-sm {
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-xl {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
      display: none;
    }
  }
  @media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-xl {
      padding-right: 0;
      padding-left: 0;
    }
  }
  @media (min-width: 768px) {
    .navbar-expand-md {
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-xl {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
      display: none;
    }
  }
  @media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-xl {
      padding-right: 0;
      padding-left: 0;
    }
  }
  @media (min-width: 992px) {
    .navbar-expand-lg {
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-xl {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
      display: none;
    }
  }
  @media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-xl {
      padding-right: 0;
      padding-left: 0;
    }
  }
  @media (min-width: 1200px) {
    .navbar-expand-xl {
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-xl {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
      display: none;
    }
  }
  .navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-lg,
  .navbar-expand > .container-md,
  .navbar-expand > .container-sm,
  .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-lg,
  .navbar-expand > .container-md,
  .navbar-expand > .container-sm,
  .navbar-expand > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand .navbar-toggler {
    display: none;
  }
  .navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
  }
  .navbar-light .navbar-brand:focus,
  .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
  }
  .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
  }
  .navbar-light .navbar-nav .nav-link:focus,
  .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
  }
  .navbar-light .navbar-nav .active > .nav-link,
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, 0.9);
  }
  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
  }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
  }
  .navbar-light .navbar-text a:focus,
  .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
  }
  .navbar-dark .navbar-brand {
    color: #fff;
  }
  .navbar-dark .navbar-brand:focus,
  .navbar-dark .navbar-brand:hover {
    color: #fff;
  }
  .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
  }
  .navbar-dark .navbar-nav .nav-link:focus,
  .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
  }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
  }
  .navbar-dark .navbar-nav .active > .nav-link,
  .navbar-dark .navbar-nav .nav-link.active,
  .navbar-dark .navbar-nav .nav-link.show,
  .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
  }
  .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
  }
  .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
  }
  .navbar-dark .navbar-text a {
    color: #fff;
  }
  .navbar-dark .navbar-text a:focus,
  .navbar-dark .navbar-text a:hover {
    color: #fff;
  }
  .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
  }
  .card > hr {
    margin-right: 0;
    margin-left: 0;
  }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
  }
  .card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
  }
  .card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
  }
  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
  }
  .card-title {
    margin-bottom: 0.75rem;
  }
  .card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
  }
  .card-text:last-child {
    margin-bottom: 0;
  }
  .card-link:hover {
    text-decoration: none;
  }
  .card-link + .card-link {
    margin-left: 1.25rem;
  }
  .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0;
  }
  .card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
  }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
  }
  .card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
  }
  .card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
  .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
  }
  .card-img,
  .card-img-bottom,
  .card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
  }
  .card-img,
  .card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
  }
  .card-img,
  .card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
  }
  .card-deck .card {
    margin-bottom: 15px;
  }
  @media (min-width: 576px) {
    .card-deck {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px;
    }
    .card-deck .card {
      -ms-flex: 1 0 0%;
      flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px;
    }
  }
  .card-group > .card {
    margin-bottom: 15px;
  }
  @media (min-width: 576px) {
    .card-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
    }
    .card-group > .card {
      -ms-flex: 1 0 0%;
      flex: 1 0 0%;
      margin-bottom: 0;
    }
    .card-group > .card + .card {
      margin-left: 0;
      border-left: 0;
    }
    .card-group > .card:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-header,
    .card-group > .card:not(:last-child) .card-img-top {
      border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-footer,
    .card-group > .card:not(:last-child) .card-img-bottom {
      border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-header,
    .card-group > .card:not(:first-child) .card-img-top {
      border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-footer,
    .card-group > .card:not(:first-child) .card-img-bottom {
      border-bottom-left-radius: 0;
    }
  }
  .card-columns .card {
    margin-bottom: 0.75rem;
  }
  @media (min-width: 576px) {
    .card-columns {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 1.25rem;
      -moz-column-gap: 1.25rem;
      column-gap: 1.25rem;
      orphans: 1;
      widows: 1;
    }
    .card-columns .card {
      display: inline-block;
      width: 100%;
    }
  }
  .accordion > .card {
    overflow: hidden;
  }
  .accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
  }
  .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
  }
  .breadcrumb-item {
    display: -ms-flexbox;
    display: flex;
  }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
  }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
  }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
  }
  .breadcrumb-item.active {
    color: #6c757d;
  }
  .pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
  }
  .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
  }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
  }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }
  .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
  }
  .pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
  }
  .pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
  }
  .pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
  }
  .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  .badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none;
    }
  }
  a.badge:focus,
  a.badge:hover {
    text-decoration: none;
  }
  .badge:empty {
    display: none;
  }
  .btn .badge {
    position: relative;
    top: -1px;
  }
  .badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
  }
  .badge-primary {
    color: #fff;
    background-color: #007bff;
  }
  a.badge-primary:focus,
  a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc;
  }
  a.badge-primary.focus,
  a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  }
  .badge-secondary {
    color: #fff;
    background-color: #6c757d;
  }
  a.badge-secondary:focus,
  a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62;
  }
  a.badge-secondary.focus,
  a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  }
  .badge-success {
    color: #fff;
    background-color: #28a745;
  }
  a.badge-success:focus,
  a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34;
  }
  a.badge-success.focus,
  a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  }
  .badge-info {
    color: #fff;
    background-color: #17a2b8;
  }
  a.badge-info:focus,
  a.badge-info:hover {
    color: #fff;
    background-color: #117a8b;
  }
  a.badge-info.focus,
  a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  }
  .badge-warning {
    color: #212529;
    background-color: #ffc107;
  }
  a.badge-warning:focus,
  a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00;
  }
  a.badge-warning.focus,
  a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  }
  .badge-danger {
    color: #fff;
    background-color: #dc3545;
  }
  a.badge-danger:focus,
  a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130;
  }
  a.badge-danger.focus,
  a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  }
  .badge-light {
    color: #212529;
    background-color: #f8f9fa;
  }
  a.badge-light:focus,
  a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5;
  }
  a.badge-light.focus,
  a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  }
  .badge-dark {
    color: #fff;
    background-color: #343a40;
  }
  a.badge-dark:focus,
  a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124;
  }
  a.badge-dark.focus,
  a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  }
  .jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
  }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem;
    }
  }
  .jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
  }
  .alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
  }
  .alert-heading {
    color: inherit;
  }
  .alert-link {
    font-weight: 700;
  }
  .alert-dismissible {
    padding-right: 4rem;
  }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
  }
  .alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
  }
  .alert-primary hr {
    border-top-color: #9fcdff;
  }
  .alert-primary .alert-link {
    color: #002752;
  }
  .alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
  }
  .alert-secondary hr {
    border-top-color: #c8cbcf;
  }
  .alert-secondary .alert-link {
    color: #202326;
  }
  .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
  }
  .alert-success hr {
    border-top-color: #b1dfbb;
  }
  .alert-success .alert-link {
    color: #0b2e13;
  }
  .alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
  }
  .alert-info hr {
    border-top-color: #abdde5;
  }
  .alert-info .alert-link {
    color: #062c33;
  }
  .alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
  }
  .alert-warning hr {
    border-top-color: #ffe8a1;
  }
  .alert-warning .alert-link {
    color: #533f03;
  }
  .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
  }
  .alert-danger hr {
    border-top-color: #f1b0b7;
  }
  .alert-danger .alert-link {
    color: #491217;
  }
  .alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
  }
  .alert-light hr {
    border-top-color: #ececf6;
  }
  .alert-light .alert-link {
    color: #686868;
  }
  .alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
  }
  .alert-dark hr {
    border-top-color: #b9bbbe;
  }
  .alert-dark .alert-link {
    color: #040505;
  }
  @-webkit-keyframes progress-bar-stripes {
    from {
      background-position: 1rem 0;
    }
    to {
      background-position: 0 0;
    }
  }
  @keyframes progress-bar-stripes {
    from {
      background-position: 1rem 0;
    }
    to {
      background-position: 0 0;
    }
  }
  .progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
  }
  .progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none;
    }
  }
  .progress-bar-striped {
    background-image: linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
    );
    background-size: 1rem 1rem;
  }
  .progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
  }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
      animation: none;
    }
  }
  .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .media-body {
    -ms-flex: 1;
    flex: 1;
  }
  .list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
  }
  .list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
  }
  .list-group-item-action:focus,
  .list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
  }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
  }
  .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
  }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
  }
  .list-group-item.disabled,
  .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
  }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }
  .list-group-item + .list-group-item {
    border-top-width: 0;
  }
  .list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
  }
  .list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  @media (min-width: 576px) {
    .list-group-horizontal-sm {
      -ms-flex-direction: row;
      flex-direction: row;
    }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px;
    }
  }
  @media (min-width: 768px) {
    .list-group-horizontal-md {
      -ms-flex-direction: row;
      flex-direction: row;
    }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px;
    }
  }
  @media (min-width: 992px) {
    .list-group-horizontal-lg {
      -ms-flex-direction: row;
      flex-direction: row;
    }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px;
    }
  }
  @media (min-width: 1200px) {
    .list-group-horizontal-xl {
      -ms-flex-direction: row;
      flex-direction: row;
    }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px;
    }
  }
  .list-group-flush {
    border-radius: 0;
  }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px;
  }
  .list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
  }
  .list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
  }
  .list-group-item-primary.list-group-item-action:focus,
  .list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff;
  }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
  }
  .list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
  }
  .list-group-item-secondary.list-group-item-action:focus,
  .list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf;
  }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
  }
  .list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
  }
  .list-group-item-success.list-group-item-action:focus,
  .list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb;
  }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
  }
  .list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
  }
  .list-group-item-info.list-group-item-action:focus,
  .list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5;
  }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
  }
  .list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
  }
  .list-group-item-warning.list-group-item-action:focus,
  .list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1;
  }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
  }
  .list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
  }
  .list-group-item-danger.list-group-item-action:focus,
  .list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7;
  }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
  }
  .list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
  }
  .list-group-item-light.list-group-item-action:focus,
  .list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6;
  }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
  }
  .list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
  }
  .list-group-item-dark.list-group-item-action:focus,
  .list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe;
  }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
  }
  .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
  }
  .close:hover {
    color: #000;
    text-decoration: none;
  }
  .close:not(:disabled):not(.disabled):focus,
  .close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
  }
  button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
  }
  a.close.disabled {
    pointer-events: none;
  }
  .toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem;
  }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem;
  }
  .toast.showing {
    opacity: 1;
  }
  .toast.show {
    display: block;
    opacity: 1;
  }
  .toast.hide {
    display: none;
  }
  .toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .toast-body {
    padding: 0.75rem;
  }
  .modal-open {
    overflow: hidden;
  }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
  }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
  }
  .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
  @media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
      transition: none;
    }
  }
  .modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
  }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  .modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
  }
  .modal-dialog-scrollable .modal-footer,
  .modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
  }
  .modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
  }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
  }
  .modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }
  .modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
  }
  .modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
  }
  .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
  }
  .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
  }
  .modal-backdrop.fade {
    opacity: 0;
  }
  .modal-backdrop.show {
    opacity: 0.5;
  }
  .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
  }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
  }
  .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
  }
  .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
  }
  .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
  }
  .modal-footer > * {
    margin: 0.25rem;
  }
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }
  @media (min-width: 576px) {
    .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
      max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
      min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: -webkit-min-content;
      height: -moz-min-content;
      height: min-content;
    }
    .modal-sm {
      max-width: 300px;
    }
  }
  @media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
      max-width: 800px;
    }
  }
  @media (min-width: 1200px) {
    .modal-xl {
      max-width: 1140px;
    }
  }
  .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
  }
  .tooltip.show {
    opacity: 0.9;
  }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
  }
  .tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
  }
  .bs-tooltip-auto[x-placement^="top"],
  .bs-tooltip-top {
    padding: 0.4rem 0;
  }
  .bs-tooltip-auto[x-placement^="top"] .arrow,
  .bs-tooltip-top .arrow {
    bottom: 0;
  }
  .bs-tooltip-auto[x-placement^="top"] .arrow::before,
  .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
  }
  .bs-tooltip-auto[x-placement^="right"],
  .bs-tooltip-right {
    padding: 0 0.4rem;
  }
  .bs-tooltip-auto[x-placement^="right"] .arrow,
  .bs-tooltip-right .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
  }
  .bs-tooltip-auto[x-placement^="right"] .arrow::before,
  .bs-tooltip-right .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
  }
  .bs-tooltip-auto[x-placement^="bottom"],
  .bs-tooltip-bottom {
    padding: 0.4rem 0;
  }
  .bs-tooltip-auto[x-placement^="bottom"] .arrow,
  .bs-tooltip-bottom .arrow {
    top: 0;
  }
  .bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
  .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
  }
  .bs-tooltip-auto[x-placement^="left"],
  .bs-tooltip-left {
    padding: 0 0.4rem;
  }
  .bs-tooltip-auto[x-placement^="left"] .arrow,
  .bs-tooltip-left .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
  }
  .bs-tooltip-auto[x-placement^="left"] .arrow::before,
  .bs-tooltip-left .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
  }
  .tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
  }
  .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
  }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
  }
  .popover .arrow::after,
  .popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
  }
  .bs-popover-auto[x-placement^="top"],
  .bs-popover-top {
    margin-bottom: 0.5rem;
  }
  .bs-popover-auto[x-placement^="top"] > .arrow,
  .bs-popover-top > .arrow {
    bottom: calc(-0.5rem - 1px);
  }
  .bs-popover-auto[x-placement^="top"] > .arrow::before,
  .bs-popover-top > .arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
  }
  .bs-popover-auto[x-placement^="top"] > .arrow::after,
  .bs-popover-top > .arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
  }
  .bs-popover-auto[x-placement^="right"],
  .bs-popover-right {
    margin-left: 0.5rem;
  }
  .bs-popover-auto[x-placement^="right"] > .arrow,
  .bs-popover-right > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
  }
  .bs-popover-auto[x-placement^="right"] > .arrow::before,
  .bs-popover-right > .arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
  }
  .bs-popover-auto[x-placement^="right"] > .arrow::after,
  .bs-popover-right > .arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
  }
  .bs-popover-auto[x-placement^="bottom"],
  .bs-popover-bottom {
    margin-top: 0.5rem;
  }
  .bs-popover-auto[x-placement^="bottom"] > .arrow,
  .bs-popover-bottom > .arrow {
    top: calc(-0.5rem - 1px);
  }
  .bs-popover-auto[x-placement^="bottom"] > .arrow::before,
  .bs-popover-bottom > .arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
  }
  .bs-popover-auto[x-placement^="bottom"] > .arrow::after,
  .bs-popover-bottom > .arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
  }
  .bs-popover-auto[x-placement^="bottom"] .popover-header::before,
  .bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
  }
  .bs-popover-auto[x-placement^="left"],
  .bs-popover-left {
    margin-right: 0.5rem;
  }
  .bs-popover-auto[x-placement^="left"] > .arrow,
  .bs-popover-left > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
  }
  .bs-popover-auto[x-placement^="left"] > .arrow::before,
  .bs-popover-left > .arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
  }
  .bs-popover-auto[x-placement^="left"] > .arrow::after,
  .bs-popover-left > .arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
  }
  .popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
  }
  .popover-header:empty {
    display: none;
  }
  .popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
  }
  .carousel {
    position: relative;
  }
  .carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
  }
  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: "";
  }
  .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none;
    }
  }
  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active {
    display: block;
  }
  .active.carousel-item-right,
  .carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .active.carousel-item-left,
  .carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
  }
  .carousel-fade .carousel-item-next.carousel-item-left,
  .carousel-fade .carousel-item-prev.carousel-item-right,
  .carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
  }
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
  }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none;
    }
  }
  .carousel-control-next,
  .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
      transition: none;
    }
  }
  .carousel-control-next:focus,
  .carousel-control-next:hover,
  .carousel-control-prev:focus,
  .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
  }
  .carousel-control-prev {
    left: 0;
  }
  .carousel-control-next {
    right: 0;
  }
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%;
  }
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
  }
  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
  }
  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
  }
  .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
      transition: none;
    }
  }
  .carousel-indicators .active {
    opacity: 1;
  }
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
  }
  @-webkit-keyframes spinner-border {
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes spinner-border {
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
  }
  .spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
  }
  @-webkit-keyframes spinner-grow {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    50% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes spinner-grow {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    50% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  .spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow 0.75s linear infinite;
    animation: spinner-grow 0.75s linear infinite;
  }
  .spinner-grow-sm {
    width: 1rem;
    height: 1rem;
  }
  .align-baseline {
    vertical-align: baseline !important;
  }
  .align-top {
    vertical-align: top !important;
  }
  .align-middle {
    vertical-align: middle !important;
  }
  .align-bottom {
    vertical-align: bottom !important;
  }
  .align-text-bottom {
    vertical-align: text-bottom !important;
  }
  .align-text-top {
    vertical-align: text-top !important;
  }
  .bg-primary {
    background-color: #007bff !important;
  }
  a.bg-primary:focus,
  a.bg-primary:hover,
  button.bg-primary:focus,
  button.bg-primary:hover {
    background-color: #0062cc !important;
  }
  .bg-secondary {
    background-color: #6c757d !important;
  }
  a.bg-secondary:focus,
  a.bg-secondary:hover,
  button.bg-secondary:focus,
  button.bg-secondary:hover {
    background-color: #545b62 !important;
  }
  .bg-success {
    background-color: #28a745 !important;
  }
  a.bg-success:focus,
  a.bg-success:hover,
  button.bg-success:focus,
  button.bg-success:hover {
    background-color: #1e7e34 !important;
  }
  .bg-info {
    background-color: #17a2b8 !important;
  }
  a.bg-info:focus,
  a.bg-info:hover,
  button.bg-info:focus,
  button.bg-info:hover {
    background-color: #117a8b !important;
  }
  .bg-warning {
    background-color: #ffc107 !important;
  }
  a.bg-warning:focus,
  a.bg-warning:hover,
  button.bg-warning:focus,
  button.bg-warning:hover {
    background-color: #d39e00 !important;
  }
  .bg-danger {
    background-color: #dc3545 !important;
  }
  a.bg-danger:focus,
  a.bg-danger:hover,
  button.bg-danger:focus,
  button.bg-danger:hover {
    background-color: #bd2130 !important;
  }
  .bg-light {
    background-color: #f8f9fa !important;
  }
  a.bg-light:focus,
  a.bg-light:hover,
  button.bg-light:focus,
  button.bg-light:hover {
    background-color: #dae0e5 !important;
  }
  .bg-dark {
    background-color: #343a40 !important;
  }
  a.bg-dark:focus,
  a.bg-dark:hover,
  button.bg-dark:focus,
  button.bg-dark:hover {
    background-color: #1d2124 !important;
  }
  .bg-white {
    background-color: #fff !important;
  }
  .bg-transparent {
    background-color: transparent !important;
  }
  .border {
    border: 1px solid #dee2e6 !important;
  }
  .border-top {
    border-top: 1px solid #dee2e6 !important;
  }
  .border-right {
    border-right: 1px solid #dee2e6 !important;
  }
  .border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }
  .border-left {
    border-left: 1px solid #dee2e6 !important;
  }
  .border-0 {
    border: 0 !important;
  }
  .border-top-0 {
    border-top: 0 !important;
  }
  .border-right-0 {
    border-right: 0 !important;
  }
  .border-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-left-0 {
    border-left: 0 !important;
  }
  .border-primary {
    border-color: #007bff !important;
  }
  .border-secondary {
    border-color: #6c757d !important;
  }
  .border-success {
    border-color: #28a745 !important;
  }
  .border-info {
    border-color: #17a2b8 !important;
  }
  .border-warning {
    border-color: #ffc107 !important;
  }
  .border-danger {
    border-color: #dc3545 !important;
  }
  .border-light {
    border-color: #f8f9fa !important;
  }
  .border-dark {
    border-color: #343a40 !important;
  }
  .border-white {
    border-color: #fff !important;
  }
  .rounded-sm {
    border-radius: 0.2rem !important;
  }
  .rounded {
    border-radius: 0.25rem !important;
  }
  .rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .rounded-lg {
    border-radius: 0.3rem !important;
  }
  .rounded-circle {
    border-radius: 50% !important;
  }
  .rounded-pill {
    border-radius: 50rem !important;
  }
  .rounded-0 {
    border-radius: 0 !important;
  }
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
  .d-none {
    display: none !important;
  }
  .d-inline {
    display: inline !important;
  }
  .d-inline-block {
    display: inline-block !important;
  }
  .d-block {
    display: block !important;
  }
  .d-table {
    display: table !important;
  }
  .d-table-row {
    display: table-row !important;
  }
  .d-table-cell {
    display: table-cell !important;
  }
  .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  @media (min-width: 576px) {
    .d-sm-none {
      display: none !important;
    }
    .d-sm-inline {
      display: inline !important;
    }
    .d-sm-inline-block {
      display: inline-block !important;
    }
    .d-sm-block {
      display: block !important;
    }
    .d-sm-table {
      display: table !important;
    }
    .d-sm-table-row {
      display: table-row !important;
    }
    .d-sm-table-cell {
      display: table-cell !important;
    }
    .d-sm-flex {
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-sm-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
  }
  @media (min-width: 768px) {
    .d-md-none {
      display: none !important;
    }
    .d-md-inline {
      display: inline !important;
    }
    .d-md-inline-block {
      display: inline-block !important;
    }
    .d-md-block {
      display: block !important;
    }
    .d-md-table {
      display: table !important;
    }
    .d-md-table-row {
      display: table-row !important;
    }
    .d-md-table-cell {
      display: table-cell !important;
    }
    .d-md-flex {
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-md-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
  }
  @media (min-width: 992px) {
    .d-lg-none {
      display: none !important;
    }
    .d-lg-inline {
      display: inline !important;
    }
    .d-lg-inline-block {
      display: inline-block !important;
    }
    .d-lg-block {
      display: block !important;
    }
    .d-lg-table {
      display: table !important;
    }
    .d-lg-table-row {
      display: table-row !important;
    }
    .d-lg-table-cell {
      display: table-cell !important;
    }
    .d-lg-flex {
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-lg-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
  }
  @media (min-width: 1200px) {
    .d-xl-none {
      display: none !important;
    }
    .d-xl-inline {
      display: inline !important;
    }
    .d-xl-inline-block {
      display: inline-block !important;
    }
    .d-xl-block {
      display: block !important;
    }
    .d-xl-table {
      display: table !important;
    }
    .d-xl-table-row {
      display: table-row !important;
    }
    .d-xl-table-cell {
      display: table-cell !important;
    }
    .d-xl-flex {
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-xl-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
  }
  @media print {
    .d-print-none {
      display: none !important;
    }
    .d-print-inline {
      display: inline !important;
    }
    .d-print-inline-block {
      display: inline-block !important;
    }
    .d-print-block {
      display: block !important;
    }
    .d-print-table {
      display: table !important;
    }
    .d-print-table-row {
      display: table-row !important;
    }
    .d-print-table-cell {
      display: table-cell !important;
    }
    .d-print-flex {
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-print-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
  }
  .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  .embed-responsive::before {
    display: block;
    content: "";
  }
  .embed-responsive .embed-responsive-item,
  .embed-responsive embed,
  .embed-responsive iframe,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .embed-responsive-21by9::before {
    padding-top: 42.857143%;
  }
  .embed-responsive-16by9::before {
    padding-top: 56.25%;
  }
  .embed-responsive-4by3::before {
    padding-top: 75%;
  }
  .embed-responsive-1by1::before {
    padding-top: 100%;
  }
  .flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  @media (min-width: 576px) {
    .flex-sm-row {
      -ms-flex-direction: row !important;
      flex-direction: row !important;
    }
    .flex-sm-column {
      -ms-flex-direction: column !important;
      flex-direction: column !important;
    }
    .flex-sm-row-reverse {
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
    }
    .justify-content-sm-end {
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
    }
    .justify-content-sm-center {
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
    .justify-content-sm-between {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
    }
    .justify-content-sm-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
    }
    .align-items-sm-start {
      -ms-flex-align: start !important;
      align-items: flex-start !important;
    }
    .align-items-sm-end {
      -ms-flex-align: end !important;
      align-items: flex-end !important;
    }
    .align-items-sm-center {
      -ms-flex-align: center !important;
      align-items: center !important;
    }
    .align-items-sm-baseline {
      -ms-flex-align: baseline !important;
      align-items: baseline !important;
    }
    .align-items-sm-stretch {
      -ms-flex-align: stretch !important;
      align-items: stretch !important;
    }
    .align-content-sm-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
    }
    .align-content-sm-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
    }
    .align-content-sm-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
    }
    .align-content-sm-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
    }
    .align-content-sm-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
    }
    .align-content-sm-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
    }
    .align-self-sm-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
    }
    .align-self-sm-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
    }
    .align-self-sm-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
    }
    .align-self-sm-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
    }
    .align-self-sm-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
    }
    .align-self-sm-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
    }
  }
  @media (min-width: 768px) {
    .flex-md-row {
      -ms-flex-direction: row !important;
      flex-direction: row !important;
    }
    .flex-md-column {
      -ms-flex-direction: column !important;
      flex-direction: column !important;
    }
    .flex-md-row-reverse {
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
    }
    .justify-content-md-start {
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
    }
    .justify-content-md-end {
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
    }
    .justify-content-md-center {
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
    .justify-content-md-between {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
    }
    .justify-content-md-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
    }
    .align-items-md-start {
      -ms-flex-align: start !important;
      align-items: flex-start !important;
    }
    .align-items-md-end {
      -ms-flex-align: end !important;
      align-items: flex-end !important;
    }
    .align-items-md-center {
      -ms-flex-align: center !important;
      align-items: center !important;
    }
    .align-items-md-baseline {
      -ms-flex-align: baseline !important;
      align-items: baseline !important;
    }
    .align-items-md-stretch {
      -ms-flex-align: stretch !important;
      align-items: stretch !important;
    }
    .align-content-md-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
    }
    .align-content-md-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
    }
    .align-content-md-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
    }
    .align-content-md-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
    }
    .align-content-md-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
    }
    .align-content-md-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
    }
    .align-self-md-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
    }
    .align-self-md-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
    }
    .align-self-md-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
    }
    .align-self-md-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
    }
    .align-self-md-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
    }
    .align-self-md-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
    }
  }
  @media (min-width: 992px) {
    .flex-lg-row {
      -ms-flex-direction: row !important;
      flex-direction: row !important;
    }
    .flex-lg-column {
      -ms-flex-direction: column !important;
      flex-direction: column !important;
    }
    .flex-lg-row-reverse {
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
    }
    .justify-content-lg-end {
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
    }
    .justify-content-lg-center {
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
    .justify-content-lg-between {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
    }
    .justify-content-lg-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
    }
    .align-items-lg-start {
      -ms-flex-align: start !important;
      align-items: flex-start !important;
    }
    .align-items-lg-end {
      -ms-flex-align: end !important;
      align-items: flex-end !important;
    }
    .align-items-lg-center {
      -ms-flex-align: center !important;
      align-items: center !important;
    }
    .align-items-lg-baseline {
      -ms-flex-align: baseline !important;
      align-items: baseline !important;
    }
    .align-items-lg-stretch {
      -ms-flex-align: stretch !important;
      align-items: stretch !important;
    }
    .align-content-lg-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
    }
    .align-content-lg-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
    }
    .align-content-lg-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
    }
    .align-content-lg-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
    }
    .align-content-lg-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
    }
    .align-content-lg-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
    }
    .align-self-lg-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
    }
    .align-self-lg-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
    }
    .align-self-lg-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
    }
    .align-self-lg-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
    }
    .align-self-lg-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
    }
    .align-self-lg-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
    }
  }
  @media (min-width: 1200px) {
    .flex-xl-row {
      -ms-flex-direction: row !important;
      flex-direction: row !important;
    }
    .flex-xl-column {
      -ms-flex-direction: column !important;
      flex-direction: column !important;
    }
    .flex-xl-row-reverse {
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
    }
    .justify-content-xl-end {
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
    }
    .justify-content-xl-center {
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
    .justify-content-xl-between {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
    }
    .justify-content-xl-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
    }
    .align-items-xl-start {
      -ms-flex-align: start !important;
      align-items: flex-start !important;
    }
    .align-items-xl-end {
      -ms-flex-align: end !important;
      align-items: flex-end !important;
    }
    .align-items-xl-center {
      -ms-flex-align: center !important;
      align-items: center !important;
    }
    .align-items-xl-baseline {
      -ms-flex-align: baseline !important;
      align-items: baseline !important;
    }
    .align-items-xl-stretch {
      -ms-flex-align: stretch !important;
      align-items: stretch !important;
    }
    .align-content-xl-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
    }
    .align-content-xl-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
    }
    .align-content-xl-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
    }
    .align-content-xl-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
    }
    .align-content-xl-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
    }
    .align-content-xl-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
    }
    .align-self-xl-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
    }
    .align-self-xl-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
    }
    .align-self-xl-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
    }
    .align-self-xl-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
    }
    .align-self-xl-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
    }
    .align-self-xl-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
    }
  }
  .float-left {
    float: left !important;
  }
  .float-right {
    float: right !important;
  }
  .float-none {
    float: none !important;
  }
  @media (min-width: 576px) {
    .float-sm-left {
      float: left !important;
    }
    .float-sm-right {
      float: right !important;
    }
    .float-sm-none {
      float: none !important;
    }
  }
  @media (min-width: 768px) {
    .float-md-left {
      float: left !important;
    }
    .float-md-right {
      float: right !important;
    }
    .float-md-none {
      float: none !important;
    }
  }
  @media (min-width: 992px) {
    .float-lg-left {
      float: left !important;
    }
    .float-lg-right {
      float: right !important;
    }
    .float-lg-none {
      float: none !important;
    }
  }
  @media (min-width: 1200px) {
    .float-xl-left {
      float: left !important;
    }
    .float-xl-right {
      float: right !important;
    }
    .float-xl-none {
      float: none !important;
    }
  }
  .user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
  }
  .user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
  }
  .user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
  }
  .overflow-auto {
    overflow: auto !important;
  }
  .overflow-hidden {
    overflow: hidden !important;
  }
  .position-static {
    position: static !important;
  }
  .position-relative {
    position: relative !important;
  }
  .position-absolute {
    position: absolute !important;
  }
  .position-fixed {
    position: fixed !important;
  }
  .position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
  .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
  }
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .sr-only-focusable:active,
  .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
  .shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }
  .shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
  .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  }
  .shadow-none {
    box-shadow: none !important;
  }
  .w-25 {
    width: 25% !important;
  }
  .w-50 {
    width: 50% !important;
  }
  .w-75 {
    width: 75% !important;
  }
  .w-100 {
    width: 100% !important;
  }
  .w-auto {
    width: auto !important;
  }
  .h-25 {
    height: 25% !important;
  }
  .h-50 {
    height: 50% !important;
  }
  .h-75 {
    height: 75% !important;
  }
  .h-100 {
    height: 100% !important;
  }
  .h-auto {
    height: auto !important;
  }
  .mw-100 {
    max-width: 100% !important;
  }
  .mh-100 {
    max-height: 100% !important;
  }
  .min-vw-100 {
    min-width: 100vw !important;
  }
  .min-vh-100 {
    min-height: 100vh !important;
  }
  .vw-100 {
    width: 100vw !important;
  }
  .vh-100 {
    height: 100vh !important;
  }
  .m-0 {
    margin: 0 !important;
  }
  .mt-0,
  .my-0 {
    margin-top: 0 !important;
  }
  .mr-0,
  .mx-0 {
    margin-right: 0 !important;
  }
  .mb-0,
  .my-0 {
    margin-bottom: 0 !important;
  }
  .ml-0,
  .mx-0 {
    margin-left: 0 !important;
  }
  .m-1 {
    margin: 0.25rem !important;
  }
  .mt-1,
  .my-1 {
    margin-top: 0.25rem !important;
  }
  .mr-1,
  .mx-1 {
    margin-right: 0.25rem !important;
  }
  .mb-1,
  .my-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-1,
  .mx-1 {
    margin-left: 0.25rem !important;
  }
  .m-2 {
    margin: 0.5rem !important;
  }
  .mt-2,
  .my-2 {
    margin-top: 0.5rem !important;
  }
  .mr-2,
  .mx-2 {
    margin-right: 0.5rem !important;
  }
  .mb-2,
  .my-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-2,
  .mx-2 {
    margin-left: 0.5rem !important;
  }
  .m-3 {
    margin: 1rem !important;
  }
  .mt-3,
  .my-3 {
    margin-top: 1rem !important;
  }
  .mr-3,
  .mx-3 {
    margin-right: 1rem !important;
  }
  .mb-3,
  .my-3 {
    margin-bottom: 1rem !important;
  }
  .ml-3,
  .mx-3 {
    margin-left: 1rem !important;
  }
  .m-4 {
    margin: 1.5rem !important;
  }
  .mt-4,
  .my-4 {
    margin-top: 1.5rem !important;
  }
  .mr-4,
  .mx-4 {
    margin-right: 1.5rem !important;
  }
  .mb-4,
  .my-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-4,
  .mx-4 {
    margin-left: 1.5rem !important;
  }
  .m-5 {
    margin: 3rem !important;
  }
  .mt-5,
  .my-5 {
    margin-top: 3rem !important;
  }
  .mr-5,
  .mx-5 {
    margin-right: 3rem !important;
  }
  .mb-5,
  .my-5 {
    margin-bottom: 3rem !important;
  }
  .ml-5,
  .mx-5 {
    margin-left: 3rem !important;
  }
  .p-0 {
    padding: 0 !important;
  }
  .pt-0,
  .py-0 {
    padding-top: 0 !important;
  }
  .pr-0,
  .px-0 {
    padding-right: 0 !important;
  }
  .pb-0,
  .py-0 {
    padding-bottom: 0 !important;
  }
  .pl-0,
  .px-0 {
    padding-left: 0 !important;
  }
  .p-1 {
    padding: 0.25rem !important;
  }
  .pt-1,
  .py-1 {
    padding-top: 0.25rem !important;
  }
  .pr-1,
  .px-1 {
    padding-right: 0.25rem !important;
  }
  .pb-1,
  .py-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-1,
  .px-1 {
    padding-left: 0.25rem !important;
  }
  .p-2 {
    padding: 0.5rem !important;
  }
  .pt-2,
  .py-2 {
    padding-top: 0.5rem !important;
  }
  .pr-2,
  .px-2 {
    padding-right: 0.5rem !important;
  }
  .pb-2,
  .py-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-2,
  .px-2 {
    padding-left: 0.5rem !important;
  }
  .p-3 {
    padding: 1rem !important;
  }
  .pt-3,
  .py-3 {
    padding-top: 1rem !important;
  }
  .pr-3,
  .px-3 {
    padding-right: 1rem !important;
  }
  .pb-3,
  .py-3 {
    padding-bottom: 1rem !important;
  }
  .pl-3,
  .px-3 {
    padding-left: 1rem !important;
  }
  .p-4 {
    padding: 1.5rem !important;
  }
  .pt-4,
  .py-4 {
    padding-top: 1.5rem !important;
  }
  .pr-4,
  .px-4 {
    padding-right: 1.5rem !important;
  }
  .pb-4,
  .py-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-4,
  .px-4 {
    padding-left: 1.5rem !important;
  }
  .p-5 {
    padding: 3rem !important;
  }
  .pt-5,
  .py-5 {
    padding-top: 3rem !important;
  }
  .pr-5,
  .px-5 {
    padding-right: 3rem !important;
  }
  .pb-5,
  .py-5 {
    padding-bottom: 3rem !important;
  }
  .pl-5,
  .px-5 {
    padding-left: 3rem !important;
  }
  .m-n1 {
    margin: -0.25rem !important;
  }
  .mt-n1,
  .my-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-n1,
  .mx-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-n1,
  .my-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-n1,
  .mx-n1 {
    margin-left: -0.25rem !important;
  }
  .m-n2 {
    margin: -0.5rem !important;
  }
  .mt-n2,
  .my-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-n2,
  .mx-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-n2,
  .my-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-n2,
  .mx-n2 {
    margin-left: -0.5rem !important;
  }
  .m-n3 {
    margin: -1rem !important;
  }
  .mt-n3,
  .my-n3 {
    margin-top: -1rem !important;
  }
  .mr-n3,
  .mx-n3 {
    margin-right: -1rem !important;
  }
  .mb-n3,
  .my-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-n3,
  .mx-n3 {
    margin-left: -1rem !important;
  }
  .m-n4 {
    margin: -1.5rem !important;
  }
  .mt-n4,
  .my-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-n4,
  .mx-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-n4,
  .my-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-n4,
  .mx-n4 {
    margin-left: -1.5rem !important;
  }
  .m-n5 {
    margin: -3rem !important;
  }
  .mt-n5,
  .my-n5 {
    margin-top: -3rem !important;
  }
  .mr-n5,
  .mx-n5 {
    margin-right: -3rem !important;
  }
  .mb-n5,
  .my-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-n5,
  .mx-n5 {
    margin-left: -3rem !important;
  }
  .m-auto {
    margin: auto !important;
  }
  .mt-auto,
  .my-auto {
    margin-top: auto !important;
  }
  .mr-auto,
  .mx-auto {
    margin-right: auto !important;
  }
  .mb-auto,
  .my-auto {
    margin-bottom: auto !important;
  }
  .ml-auto,
  .mx-auto {
    margin-left: auto !important;
  }
  @media (min-width: 576px) {
    .m-sm-0 {
      margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
      margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
      margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
      margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
      margin-left: 0 !important;
    }
    .m-sm-1 {
      margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
      margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
      margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
      margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
      margin-left: 0.25rem !important;
    }
    .m-sm-2 {
      margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
      margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
      margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
      margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
      margin-left: 0.5rem !important;
    }
    .m-sm-3 {
      margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
      margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
      margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
      margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
      margin-left: 1rem !important;
    }
    .m-sm-4 {
      margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
      margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
      margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
      margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
      margin-left: 1.5rem !important;
    }
    .m-sm-5 {
      margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
      margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
      margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
      margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
      margin-left: 3rem !important;
    }
    .p-sm-0 {
      padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
      padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
      padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
      padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
      padding-left: 0 !important;
    }
    .p-sm-1 {
      padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
      padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
      padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
      padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
      padding-left: 0.25rem !important;
    }
    .p-sm-2 {
      padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
      padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
      padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
      padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
      padding-left: 0.5rem !important;
    }
    .p-sm-3 {
      padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
      padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
      padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
      padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
      padding-left: 1rem !important;
    }
    .p-sm-4 {
      padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
      padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
      padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
      padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
      padding-left: 1.5rem !important;
    }
    .p-sm-5 {
      padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
      padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
      padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
      padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
      padding-left: 3rem !important;
    }
    .m-sm-n1 {
      margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
      margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
      margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
      margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
      margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
      margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
      margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
      margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
      margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
      margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
      margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
      margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
      margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
      margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
      margin-left: -1rem !important;
    }
    .m-sm-n4 {
      margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
      margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
      margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
      margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
      margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
      margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
      margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
      margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
      margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
      margin-left: -3rem !important;
    }
    .m-sm-auto {
      margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
      margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
      margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
      margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
      margin-left: auto !important;
    }
  }
  @media (min-width: 768px) {
    .m-md-0 {
      margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
      margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
      margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
      margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
      margin-left: 0 !important;
    }
    .m-md-1 {
      margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
      margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
      margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
      margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
      margin-left: 0.25rem !important;
    }
    .m-md-2 {
      margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
      margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
      margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
      margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
      margin-left: 0.5rem !important;
    }
    .m-md-3 {
      margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
      margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
      margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
      margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
      margin-left: 1rem !important;
    }
    .m-md-4 {
      margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
      margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
      margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
      margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
      margin-left: 1.5rem !important;
    }
    .m-md-5 {
      margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
      margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
      margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
      margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
      margin-left: 3rem !important;
    }
    .p-md-0 {
      padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
      padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
      padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
      padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
      padding-left: 0 !important;
    }
    .p-md-1 {
      padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
      padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
      padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
      padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
      padding-left: 0.25rem !important;
    }
    .p-md-2 {
      padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
      padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
      padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
      padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
      padding-left: 0.5rem !important;
    }
    .p-md-3 {
      padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
      padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
      padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
      padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
      padding-left: 1rem !important;
    }
    .p-md-4 {
      padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
      padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
      padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
      padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
      padding-left: 1.5rem !important;
    }
    .p-md-5 {
      padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
      padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
      padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
      padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
      padding-left: 3rem !important;
    }
    .m-md-n1 {
      margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
      margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
      margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
      margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
      margin-left: -0.25rem !important;
    }
    .m-md-n2 {
      margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
      margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
      margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
      margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
      margin-left: -0.5rem !important;
    }
    .m-md-n3 {
      margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
      margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
      margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
      margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
      margin-left: -1rem !important;
    }
    .m-md-n4 {
      margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
      margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
      margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
      margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
      margin-left: -1.5rem !important;
    }
    .m-md-n5 {
      margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
      margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
      margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
      margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
      margin-left: -3rem !important;
    }
    .m-md-auto {
      margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
      margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
      margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
      margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
      margin-left: auto !important;
    }
  }
  @media (min-width: 992px) {
    .m-lg-0 {
      margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
      margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
      margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
      margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
      margin-left: 0 !important;
    }
    .m-lg-1 {
      margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
      margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
      margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
      margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
      margin-left: 0.25rem !important;
    }
    .m-lg-2 {
      margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
      margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
      margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
      margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
      margin-left: 0.5rem !important;
    }
    .m-lg-3 {
      margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
      margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
      margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
      margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
      margin-left: 1rem !important;
    }
    .m-lg-4 {
      margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
      margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
      margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
      margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
      margin-left: 1.5rem !important;
    }
    .m-lg-5 {
      margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
      margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
      margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
      margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
      margin-left: 3rem !important;
    }
    .p-lg-0 {
      padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
      padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
      padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
      padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
      padding-left: 0 !important;
    }
    .p-lg-1 {
      padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
      padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
      padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
      padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
      padding-left: 0.25rem !important;
    }
    .p-lg-2 {
      padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
      padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
      padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
      padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
      padding-left: 0.5rem !important;
    }
    .p-lg-3 {
      padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
      padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
      padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
      padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
      padding-left: 1rem !important;
    }
    .p-lg-4 {
      padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
      padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
      padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
      padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
      padding-left: 1.5rem !important;
    }
    .p-lg-5 {
      padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
      padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
      padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
      padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
      padding-left: 3rem !important;
    }
    .m-lg-n1 {
      margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
      margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
      margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
      margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
      margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
      margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
      margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
      margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
      margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
      margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
      margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
      margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
      margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
      margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
      margin-left: -1rem !important;
    }
    .m-lg-n4 {
      margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
      margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
      margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
      margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
      margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
      margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
      margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
      margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
      margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
      margin-left: -3rem !important;
    }
    .m-lg-auto {
      margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
      margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
      margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
      margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
      margin-left: auto !important;
    }
  }
  @media (min-width: 1200px) {
    .m-xl-0 {
      margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
      margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
      margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
      margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
      margin-left: 0 !important;
    }
    .m-xl-1 {
      margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
      margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
      margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
      margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
      margin-left: 0.25rem !important;
    }
    .m-xl-2 {
      margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
      margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
      margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
      margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
      margin-left: 0.5rem !important;
    }
    .m-xl-3 {
      margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
      margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
      margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
      margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
      margin-left: 1rem !important;
    }
    .m-xl-4 {
      margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
      margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
      margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
      margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
      margin-left: 1.5rem !important;
    }
    .m-xl-5 {
      margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
      margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
      margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
      margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
      margin-left: 3rem !important;
    }
    .p-xl-0 {
      padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
      padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
      padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
      padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
      padding-left: 0 !important;
    }
    .p-xl-1 {
      padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
      padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
      padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
      padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
      padding-left: 0.25rem !important;
    }
    .p-xl-2 {
      padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
      padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
      padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
      padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
      padding-left: 0.5rem !important;
    }
    .p-xl-3 {
      padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
      padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
      padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
      padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
      padding-left: 1rem !important;
    }
    .p-xl-4 {
      padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
      padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
      padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
      padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
      padding-left: 1.5rem !important;
    }
    .p-xl-5 {
      padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
      padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
      padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
      padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
      padding-left: 3rem !important;
    }
    .m-xl-n1 {
      margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
      margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
      margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
      margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
      margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
      margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
      margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
      margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
      margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
      margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
      margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
      margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
      margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
      margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
      margin-left: -1rem !important;
    }
    .m-xl-n4 {
      margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
      margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
      margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
      margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
      margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
      margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
      margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
      margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
      margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
      margin-left: -3rem !important;
    }
    .m-xl-auto {
      margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
      margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
      margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
      margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
      margin-left: auto !important;
    }
  }
  .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
  }
  .text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace !important;
  }
  .text-justify {
    text-align: justify !important;
  }
  .text-wrap {
    white-space: normal !important;
  }
  .text-nowrap {
    white-space: nowrap !important;
  }
  .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .text-left {
    text-align: left !important;
  }
  .text-right {
    text-align: right !important;
  }
  .text-center {
    text-align: center !important;
  }
  @media (min-width: 576px) {
    .text-sm-left {
      text-align: left !important;
    }
    .text-sm-right {
      text-align: right !important;
    }
    .text-sm-center {
      text-align: center !important;
    }
  }
  @media (min-width: 768px) {
    .text-md-left {
      text-align: left !important;
    }
    .text-md-right {
      text-align: right !important;
    }
    .text-md-center {
      text-align: center !important;
    }
  }
  @media (min-width: 992px) {
    .text-lg-left {
      text-align: left !important;
    }
    .text-lg-right {
      text-align: right !important;
    }
    .text-lg-center {
      text-align: center !important;
    }
  }
  @media (min-width: 1200px) {
    .text-xl-left {
      text-align: left !important;
    }
    .text-xl-right {
      text-align: right !important;
    }
    .text-xl-center {
      text-align: center !important;
    }
  }
  .text-lowercase {
    text-transform: lowercase !important;
  }
  .text-uppercase {
    text-transform: uppercase !important;
  }
  .text-capitalize {
    text-transform: capitalize !important;
  }
  .font-weight-light {
    font-weight: 300 !important;
  }
  .font-weight-lighter {
    font-weight: lighter !important;
  }
  .font-weight-normal {
    font-weight: 400 !important;
  }
  .font-weight-bold {
    font-weight: 700 !important;
  }
  .font-weight-bolder {
    font-weight: bolder !important;
  }
  .font-italic {
    font-style: italic !important;
  }
  .text-white {
    color: #fff !important;
  }
  .text-primary {
    color: #007bff !important;
  }
  a.text-primary:focus,
  a.text-primary:hover {
    color: #0056b3 !important;
  }
  .text-secondary {
    color: #6c757d !important;
  }
  a.text-secondary:focus,
  a.text-secondary:hover {
    color: #494f54 !important;
  }
  .text-success {
    color: #28a745 !important;
  }
  a.text-success:focus,
  a.text-success:hover {
    color: #19692c !important;
  }
  .text-info {
    color: #17a2b8 !important;
  }
  a.text-info:focus,
  a.text-info:hover {
    color: #0f6674 !important;
  }
  .text-warning {
    color: #ffc107 !important;
  }
  a.text-warning:focus,
  a.text-warning:hover {
    color: #ba8b00 !important;
  }
  .text-danger {
    color: #dc3545 !important;
  }
  a.text-danger:focus,
  a.text-danger:hover {
    color: #a71d2a !important;
  }
  .text-light {
    color: #f8f9fa !important;
  }
  a.text-light:focus,
  a.text-light:hover {
    color: #cbd3da !important;
  }
  .text-dark {
    color: #343a40 !important;
  }
  a.text-dark:focus,
  a.text-dark:hover {
    color: #121416 !important;
  }
  .text-body {
    color: #212529 !important;
  }
  .text-muted {
    color: #6c757d !important;
  }
  .text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
  }
  .text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  .text-decoration-none {
    text-decoration: none !important;
  }
  .text-break {
    word-wrap: break-word !important;
  }
  .text-reset {
    color: inherit !important;
  }
  .visible {
    visibility: visible !important;
  }
  .invisible {
    visibility: hidden !important;
  }
  @media print {
    *,
    ::after,
    ::before {
      text-shadow: none !important;
      box-shadow: none !important;
    }
    a:not(.btn) {
      text-decoration: underline;
    }
    abbr[title]::after {
      content: " (" attr(title) ")";
    }
    pre {
      white-space: pre-wrap !important;
    }
    blockquote,
    pre {
      border: 1px solid #adb5bd;
      page-break-inside: avoid;
    }
    thead {
      display: table-header-group;
    }
    img,
    tr {
      page-break-inside: avoid;
    }
    h2,
    h3,
    p {
      orphans: 3;
      widows: 3;
    }
    h2,
    h3 {
      page-break-after: avoid;
    }
    @page {
      size: a3;
    }
    body {
      min-width: 992px !important;
    }
    .container {
      min-width: 992px !important;
    }
    .navbar {
      display: none;
    }
    .badge {
      border: 1px solid #000;
    }
    .table {
      border-collapse: collapse !important;
    }
    .table td,
    .table th {
      background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
      border: 1px solid #dee2e6 !important;
    }
    .table-dark {
      color: inherit;
    }
    .table-dark tbody + tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
      border-color: #dee2e6;
    }
    .table .thead-dark th {
      color: inherit;
      border-color: #dee2e6;
    }
  }
  .animated {
    animation-duration: 1s;
  }
  .animated.infinite {
    animation-iteration-count: infinite;
  }
  .animated.hinge {
    animation-duration: 2s;
  }
  .animated.flipOutX,
  .animated.flipOutY,
  .animated.bounceIn,
  .animated.bounceOut {
    animation-duration: 0.75s;
  }
  @keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transform: translate3d(0, -30px, 0);
    }
    70% {
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transform: translate3d(0, -15px, 0);
    }
    90% {
      transform: translate3d(0, -4px, 0);
    }
  }
  .bounce {
    animation-name: bounce;
    transform-origin: center bottom;
  }
  @keyframes flash {
    from,
    50%,
    to {
      opacity: 1;
    }
    25%,
    75% {
      opacity: 0;
    }
  }
  .flash {
    animation-name: flash;
  }
  @keyframes pulse {
    from {
      transform: scale3d(1, 1, 1);
    }
    50% {
      transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
      transform: scale3d(1, 1, 1);
    }
  }
  .pulse {
    animation-name: pulse;
  }
  @keyframes rubberBand {
    from {
      transform: scale3d(1, 1, 1);
    }
    30% {
      transform: scale3d(1.25, 0.75, 1);
    }
    40% {
      transform: scale3d(0.75, 1.25, 1);
    }
    50% {
      transform: scale3d(1.15, 0.85, 1);
    }
    65% {
      transform: scale3d(0.95, 1.05, 1);
    }
    75% {
      transform: scale3d(1.05, 0.95, 1);
    }
    to {
      transform: scale3d(1, 1, 1);
    }
  }
  .rubberBand {
    animation-name: rubberBand;
  }
  @keyframes shake {
    from,
    to {
      transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
      transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
      transform: translate3d(10px, 0, 0);
    }
  }
  .shake {
    animation-name: shake;
  }
  @keyframes headShake {
    0% {
      transform: translateX(0);
    }
    6.5% {
      transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
      transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
      transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
      transform: translateX(2px) rotateY(3deg);
    }
    50% {
      transform: translateX(0);
    }
  }
  .headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake;
  }
  @keyframes swing {
    20% {
      transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
      transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
      transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
      transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
      transform: rotate3d(0, 0, 1, 0deg);
    }
  }
  .swing {
    transform-origin: top center;
    animation-name: swing;
  }
  @keyframes tada {
    from {
      transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
      transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
      transform: scale3d(1, 1, 1);
    }
  }
  .tada {
    animation-name: tada;
  }
  @keyframes wobble {
    from {
      transform: none;
    }
    15% {
      transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
      transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
      transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
      transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
      transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
      transform: none;
    }
  }
  .wobble {
    animation-name: wobble;
  }
  @keyframes jello {
    from,
    11.1%,
    to {
      transform: none;
    }
    22.2% {
      transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
      transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
      transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
      transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
      transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
      transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
      transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
  }
  .jello {
    animation-name: jello;
    transform-origin: center;
  }
  @keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
      transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
      transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
      opacity: 1;
      transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
      transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
      opacity: 1;
      transform: scale3d(1, 1, 1);
    }
  }
  .bounceIn {
    animation-name: bounceIn;
  }
  @keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      transform: translate3d(0, -3000px, 0);
    }
    60% {
      opacity: 1;
      transform: translate3d(0, 25px, 0);
    }
    75% {
      transform: translate3d(0, -10px, 0);
    }
    90% {
      transform: translate3d(0, 5px, 0);
    }
    to {
      transform: none;
    }
  }
  .bounceInDown {
    animation-name: bounceInDown;
  }
  @keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      transform: translate3d(-3000px, 0, 0);
    }
    60% {
      opacity: 1;
      transform: translate3d(25px, 0, 0);
    }
    75% {
      transform: translate3d(-10px, 0, 0);
    }
    90% {
      transform: translate3d(5px, 0, 0);
    }
    to {
      transform: none;
    }
  }
  .bounceInLeft {
    animation-name: bounceInLeft;
  }
  @keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
      opacity: 0;
      transform: translate3d(3000px, 0, 0);
    }
    60% {
      opacity: 1;
      transform: translate3d(-25px, 0, 0);
    }
    75% {
      transform: translate3d(10px, 0, 0);
    }
    90% {
      transform: translate3d(-5px, 0, 0);
    }
    to {
      transform: none;
    }
  }
  .bounceInRight {
    animation-name: bounceInRight;
  }
  @keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
      opacity: 0;
      transform: translate3d(0, 3000px, 0);
    }
    60% {
      opacity: 1;
      transform: translate3d(0, -20px, 0);
    }
    75% {
      transform: translate3d(0, 10px, 0);
    }
    90% {
      transform: translate3d(0, -5px, 0);
    }
    to {
      transform: translate3d(0, 0, 0);
    }
  }
  .bounceInUp {
    animation-name: bounceInUp;
  }
  @keyframes bounceOut {
    20% {
      transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
      opacity: 1;
      transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3);
    }
  }
  .bounceOut {
    animation-name: bounceOut;
  }
  @keyframes bounceOutDown {
    20% {
      transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
      opacity: 1;
      transform: translate3d(0, -20px, 0);
    }
    to {
      opacity: 0;
      transform: translate3d(0, 2000px, 0);
    }
  }
  .bounceOutDown {
    animation-name: bounceOutDown;
  }
  @keyframes bounceOutLeft {
    20% {
      opacity: 1;
      transform: translate3d(20px, 0, 0);
    }
    to {
      opacity: 0;
      transform: translate3d(-2000px, 0, 0);
    }
  }
  .bounceOutLeft {
    animation-name: bounceOutLeft;
  }
  @keyframes bounceOutRight {
    20% {
      opacity: 1;
      transform: translate3d(-20px, 0, 0);
    }
    to {
      opacity: 0;
      transform: translate3d(2000px, 0, 0);
    }
  }
  .bounceOutRight {
    animation-name: bounceOutRight;
  }
  @keyframes bounceOutUp {
    20% {
      transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
      opacity: 1;
      transform: translate3d(0, 20px, 0);
    }
    to {
      opacity: 0;
      transform: translate3d(0, -2000px, 0);
    }
  }
  .bounceOutUp {
    animation-name: bounceOutUp;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .fadeIn {
    animation-name: fadeIn;
  }
  @keyframes fadeInDown {
    from {
      opacity: 0;
      transform: translate3d(0, -100%, 0);
    }
    to {
      opacity: 1;
    }
  }
  .fadeInDown {
    animation-name: fadeInDown;
  }
  @keyframes fadeInDownBig {
    from {
      opacity: 0;
      transform: translate3d(0, -2000px, 0);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  .fadeInDownBig {
    animation-name: fadeInDownBig;
  }
  @keyframes fadeInLeft {
    from {
      opacity: 0;
      transform: translate3d(-100%, 0, 0);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  .fadeInLeft {
    animation-name: fadeInLeft;
  }
  @keyframes fadeInLeftBig {
    from {
      opacity: 0;
      transform: translate3d(-2000px, 0, 0);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  .fadeInLeftBig {
    animation-name: fadeInLeftBig;
  }
  @keyframes fadeInRight {
    from {
      opacity: 0;
      transform: translate3d(100%, 0, 0);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  .fadeInRight {
    animation-name: fadeInRight;
  }
  @keyframes fadeInRightBig {
    from {
      opacity: 0;
      transform: translate3d(2000px, 0, 0);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  .fadeInRightBig {
    animation-name: fadeInRightBig;
  }
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translate3d(0, 100%, 0);
    }
    to {
      opacity: 1;
    }
  }
  .fadeInUp {
    animation-name: fadeInUp;
  }
  @keyframes fadeInUpBig {
    from {
      opacity: 0;
      transform: translate3d(0, 2000px, 0);
    }
    to {
      opacity: 1;
    }
  }
  .fadeInUpBig {
    animation-name: fadeInUpBig;
  }
  @keyframes fadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  .fadeOut {
    animation-name: fadeOut;
  }
  @keyframes fadeOutDown {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      transform: translate3d(0, 100%, 0);
    }
  }
  .fadeOutDown {
    animation-name: fadeOutDown;
  }
  @keyframes fadeOutDownBig {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      transform: translate3d(0, 2000px, 0);
    }
  }
  .fadeOutDownBig {
    animation-name: fadeOutDownBig;
  }
  @keyframes fadeOutLeft {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      transform: translate3d(-100%, 0, 0);
    }
  }
  .fadeOutLeft {
    animation-name: fadeOutLeft;
  }
  @keyframes fadeOutLeftBig {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      transform: translate3d(-2000px, 0, 0);
    }
  }
  .fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
  }
  @keyframes fadeOutRight {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      transform: translate3d(100%, 0, 0);
    }
  }
  .fadeOutRight {
    animation-name: fadeOutRight;
  }
  @keyframes fadeOutRightBig {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      transform: translate3d(2000px, 0, 0);
    }
  }
  .fadeOutRightBig {
    animation-name: fadeOutRightBig;
  }
  @keyframes fadeOutUp {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      transform: translate3d(0, -100%, 0);
    }
  }
  .fadeOutUp {
    animation-name: fadeOutUp;
  }
  @keyframes fadeOutUpBig {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      transform: translate3d(0, -2000px, 0);
    }
  }
  .fadeOutUpBig {
    animation-name: fadeOutUpBig;
  }
  @keyframes flip {
    from {
      transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
      animation-timing-function: ease-out;
    }
    40% {
      transform: perspective(400px) translate3d(0, 0, 150px)
        rotate3d(0, 1, 0, -190deg);
      animation-timing-function: ease-out;
    }
    50% {
      transform: perspective(400px) translate3d(0, 0, 150px)
        rotate3d(0, 1, 0, -170deg);
      animation-timing-function: ease-in;
    }
    80% {
      transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
      animation-timing-function: ease-in;
    }
    to {
      transform: perspective(400px);
      animation-timing-function: ease-in;
    }
  }
  .animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip;
  }
  @keyframes flipInX {
    from {
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      animation-timing-function: ease-in;
      opacity: 0;
    }
    40% {
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      animation-timing-function: ease-in;
    }
    60% {
      transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      opacity: 1;
    }
    80% {
      transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
      transform: perspective(400px);
    }
  }
  .flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
  }
  @keyframes flipInY {
    from {
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      animation-timing-function: ease-in;
      opacity: 0;
    }
    40% {
      transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      animation-timing-function: ease-in;
    }
    60% {
      transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      opacity: 1;
    }
    80% {
      transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
      transform: perspective(400px);
    }
  }
  .flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY;
  }
  @keyframes flipOutX {
    from {
      transform: perspective(400px);
    }
    30% {
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      opacity: 1;
    }
    to {
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      opacity: 0;
    }
  }
  .flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
  }
  @keyframes flipOutY {
    from {
      transform: perspective(400px);
    }
    30% {
      transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
      opacity: 1;
    }
    to {
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      opacity: 0;
    }
  }
  .flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
  }
  @keyframes lightSpeedIn {
    from {
      transform: translate3d(100%, 0, 0) skewX(-30deg);
      opacity: 0;
    }
    60% {
      transform: skewX(20deg);
      opacity: 1;
    }
    80% {
      transform: skewX(-5deg);
      opacity: 1;
    }
    to {
      transform: none;
      opacity: 1;
    }
  }
  .lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
  }
  @keyframes lightSpeedOut {
    from {
      opacity: 1;
    }
    to {
      transform: translate3d(100%, 0, 0) skewX(30deg);
      opacity: 0;
    }
  }
  .lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
  }
  @keyframes rotateIn {
    from {
      transform-origin: center;
      transform: rotate3d(0, 0, 1, -200deg);
      opacity: 0;
    }
    to {
      transform-origin: center;
      transform: none;
      opacity: 1;
    }
  }
  .rotateIn {
    animation-name: rotateIn;
  }
  @keyframes rotateInDownLeft {
    from {
      transform-origin: left bottom;
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0;
    }
    to {
      transform-origin: left bottom;
      transform: none;
      opacity: 1;
    }
  }
  .rotateInDownLeft {
    animation-name: rotateInDownLeft;
  }
  @keyframes rotateInDownRight {
    from {
      transform-origin: right bottom;
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0;
    }
    to {
      transform-origin: right bottom;
      transform: none;
      opacity: 1;
    }
  }
  .rotateInDownRight {
    animation-name: rotateInDownRight;
  }
  @keyframes rotateInUpLeft {
    from {
      transform-origin: left bottom;
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0;
    }
    to {
      transform-origin: left bottom;
      transform: none;
      opacity: 1;
    }
  }
  .rotateInUpLeft {
    animation-name: rotateInUpLeft;
  }
  @keyframes rotateInUpRight {
    from {
      transform-origin: right bottom;
      transform: rotate3d(0, 0, 1, -90deg);
      opacity: 0;
    }
    to {
      transform-origin: right bottom;
      transform: none;
      opacity: 1;
    }
  }
  .rotateInUpRight {
    animation-name: rotateInUpRight;
  }
  @keyframes rotateOut {
    from {
      transform-origin: center;
      opacity: 1;
    }
    to {
      transform-origin: center;
      transform: rotate3d(0, 0, 1, 200deg);
      opacity: 0;
    }
  }
  .rotateOut {
    animation-name: rotateOut;
  }
  @keyframes rotateOutDownLeft {
    from {
      transform-origin: left bottom;
      opacity: 1;
    }
    to {
      transform-origin: left bottom;
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0;
    }
  }
  .rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
  }
  @keyframes rotateOutDownRight {
    from {
      transform-origin: right bottom;
      opacity: 1;
    }
    to {
      transform-origin: right bottom;
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0;
    }
  }
  .rotateOutDownRight {
    animation-name: rotateOutDownRight;
  }
  @keyframes rotateOutUpLeft {
    from {
      transform-origin: left bottom;
      opacity: 1;
    }
    to {
      transform-origin: left bottom;
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0;
    }
  }
  .rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
  }
  @keyframes rotateOutUpRight {
    from {
      transform-origin: right bottom;
      opacity: 1;
    }
    to {
      transform-origin: right bottom;
      transform: rotate3d(0, 0, 1, 90deg);
      opacity: 0;
    }
  }
  .rotateOutUpRight {
    animation-name: rotateOutUpRight;
  }
  @keyframes hinge {
    0% {
      transform-origin: top left;
      animation-timing-function: ease-in-out;
    }
    20%,
    60% {
      transform: rotate3d(0, 0, 1, 80deg);
      transform-origin: top left;
      animation-timing-function: ease-in-out;
    }
    40%,
    80% {
      transform: rotate3d(0, 0, 1, 60deg);
      transform-origin: top left;
      animation-timing-function: ease-in-out;
      opacity: 1;
    }
    to {
      transform: translate3d(0, 700px, 0);
      opacity: 0;
    }
  }
  .hinge {
    animation-name: hinge;
  }
  @keyframes jackInTheBox {
    from {
      opacity: 0;
      transform: scale(0.1) rotate(30deg);
      transform-origin: center bottom;
    }
    50% {
      transform: rotate(-10deg);
    }
    70% {
      transform: rotate(3deg);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
  .jackInTheBox {
    animation-name: jackInTheBox;
  }
  @keyframes rollIn {
    from {
      opacity: 0;
      transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  .rollIn {
    animation-name: rollIn;
  }
  @keyframes rollOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
  }
  .rollOut {
    animation-name: rollOut;
  }
  @keyframes zoomIn {
    from {
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
      opacity: 1;
    }
  }
  .zoomIn {
    animation-name: zoomIn;
  }
  @keyframes zoomInDown {
    from {
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  .zoomInDown {
    animation-name: zoomInDown;
  }
  @keyframes zoomInLeft {
    from {
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  .zoomInLeft {
    animation-name: zoomInLeft;
  }
  @keyframes zoomInRight {
    from {
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  .zoomInRight {
    animation-name: zoomInRight;
  }
  @keyframes zoomInUp {
    from {
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  .zoomInUp {
    animation-name: zoomInUp;
  }
  @keyframes zoomOut {
    from {
      opacity: 1;
    }
    50% {
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
      opacity: 0;
    }
  }
  .zoomOut {
    animation-name: zoomOut;
  }
  @keyframes zoomOutDown {
    40% {
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      transform-origin: center bottom;
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  .zoomOutDown {
    animation-name: zoomOutDown;
  }
  @keyframes zoomOutLeft {
    40% {
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
      opacity: 0;
      transform: scale(0.1) translate3d(-2000px, 0, 0);
      transform-origin: left center;
    }
  }
  .zoomOutLeft {
    animation-name: zoomOutLeft;
  }
  @keyframes zoomOutRight {
    40% {
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
      opacity: 0;
      transform: scale(0.1) translate3d(2000px, 0, 0);
      transform-origin: right center;
    }
  }
  .zoomOutRight {
    animation-name: zoomOutRight;
  }
  @keyframes zoomOutUp {
    40% {
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      transform-origin: center bottom;
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  .zoomOutUp {
    animation-name: zoomOutUp;
  }
  @keyframes slideInDown {
    from {
      transform: translate3d(0, -100%, 0);
      visibility: visible;
    }
    to {
      transform: translate3d(0, 0, 0);
    }
  }
  .slideInDown {
    animation-name: slideInDown;
  }
  @keyframes slideInLeft {
    from {
      transform: translate3d(-100%, 0, 0);
      visibility: visible;
    }
    to {
      transform: translate3d(0, 0, 0);
    }
  }
  .slideInLeft {
    animation-name: slideInLeft;
  }
  @keyframes slideInRight {
    from {
      transform: translate3d(100%, 0, 0);
      visibility: visible;
    }
    to {
      transform: translate3d(0, 0, 0);
    }
  }
  .slideInRight {
    animation-name: slideInRight;
  }
  @keyframes slideInUp {
    from {
      transform: translate3d(0, 100%, 0);
      visibility: visible;
    }
    to {
      transform: translate3d(0, 0, 0);
    }
  }
  .slideInUp {
    animation-name: slideInUp;
  }
  @keyframes slideOutDown {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      visibility: hidden;
      transform: translate3d(0, 100%, 0);
    }
  }
  .slideOutDown {
    animation-name: slideOutDown;
  }
  @keyframes slideOutLeft {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      visibility: hidden;
      transform: translate3d(-100%, 0, 0);
    }
  }
  .slideOutLeft {
    animation-name: slideOutLeft;
  }
  @keyframes slideOutRight {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      visibility: hidden;
      transform: translate3d(100%, 0, 0);
    }
  }
  .slideOutRight {
    animation-name: slideOutRight;
  }
  @keyframes slideOutUp {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      visibility: hidden;
      transform: translate3d(0, -100%, 0);
    }
  }
  .slideOutUp {
    animation-name: slideOutUp;
  }
  .owl-carousel,
  .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
  }
  .owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
  }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
  }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .owl-carousel .owl-item,
  .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
  }
  .owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
  }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
  }
  .owl-carousel .owl-dots.disabled,
  .owl-carousel .owl-nav.disabled {
    display: none;
  }
  .no-js .owl-carousel,
  .owl-carousel.owl-loaded {
    display: block;
  }
  .owl-carousel .owl-dot,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
  }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block;
  }
  .owl-carousel.owl-hidden {
    opacity: 0;
  }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
  }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
  }
  .owl-carousel.owl-rtl {
    direction: rtl;
  }
  .owl-carousel.owl-rtl .owl-item {
    float: right;
  }
  .owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
  }
  .owl-carousel .owl-animated-in {
    z-index: 0;
  }
  .owl-carousel .owl-animated-out {
    z-index: 1;
  }
  .owl-carousel .fadeOut {
    animation-name: fadeOut;
  }
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .owl-height {
    transition: height 0.5s ease-in-out;
  }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  .owl-carousel .owl-item .owl-lazy:not([src]),
  .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
  }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
  }
  .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
  }
  .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(/themes/custom/s4s/app/css/vendor/owl.video.play.png)
      no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
  }
  .owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }
  .owl-carousel .owl-video-playing .owl-video-play-icon,
  .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
  }
  .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
  }
  .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
  }
  .mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
  }
  .mCustomScrollbar.mCS_no_scrollbar,
  .mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto;
  }
  .mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr;
  }
  .mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
  }
  .mCSB_inside > .mCSB_container {
    margin-right: 30px;
  }
  .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
  }
  .mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 30px;
  }
  .mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0;
  }
  .mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
  }
  .mCSB_outside + .mCSB_scrollTools {
    right: -26px;
  }
  .mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
  .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    right: auto;
    left: 0;
  }
  .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px;
  }
  .mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
  }
  .mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0;
  }
  .mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
  }
  .mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
  }
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
  }
  .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
    .mCSB_dragger.mCSB_dragger_onDrag_expanded
    .mCSB_dragger_bar,
  .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
    .mCSB_draggerContainer:hover
    .mCSB_dragger
    .mCSB_dragger_bar {
    width: 12px;
  }
  .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
    .mCSB_dragger.mCSB_dragger_onDrag_expanded
    + .mCSB_draggerRail,
  .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
    .mCSB_draggerContainer:hover
    .mCSB_draggerRail {
    width: 8px;
  }
  .mCSB_scrollTools .mCSB_buttonDown,
  .mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
  }
  .mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0;
  }
  .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .mCSB_horizontal.mCSB_outside > .mCSB_container {
    min-height: 100%;
  }
  .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
  }
  .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .mCustomScrollBox
    + .mCSB_scrollTools
    + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
  .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px;
  }
  .mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 20px;
  }
  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
  }
  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0;
  }
  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
  }
  .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
    .mCSB_dragger.mCSB_dragger_onDrag_expanded
    .mCSB_dragger_bar,
  .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
    .mCSB_draggerContainer:hover
    .mCSB_dragger
    .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto;
  }
  .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
    .mCSB_dragger.mCSB_dragger_onDrag_expanded
    + .mCSB_draggerRail,
  .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
    .mCSB_draggerContainer:hover
    .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0;
  }
  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
  }
  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0;
  }
  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0;
  }
  .mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .mCSB_container_wrapper > .mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px;
  }
  .mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px;
  }
  .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden
    + .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0;
  }
  .mCS-dir-rtl
    > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
    > .mCSB_scrollTools.mCSB_scrollTools_horizontal,
  .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
    + .mCSB_scrollTools
    ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0;
  }
  .mCS-dir-rtl
    > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
    > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px;
  }
  .mCS-dir-rtl
    > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
    > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
    + .mCSB_scrollTools
    ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0;
  }
  .mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px;
  }
  .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    padding-right: 0;
  }
  .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-bottom: 0;
  }
  .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
    > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0;
  }
  .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
    > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
  }
  .mCSB_scrollTools,
  .mCSB_scrollTools .mCSB_buttonDown,
  .mCSB_scrollTools .mCSB_buttonLeft,
  .mCSB_scrollTools .mCSB_buttonRight,
  .mCSB_scrollTools .mCSB_buttonUp,
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-transition: opacity 0.2s ease-in-out,
      background-color 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  }
  .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
  .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
  .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
  .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
    -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
      margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
      margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
      opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
      margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
      margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
      opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
      margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
      margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
      opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
      margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
      margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
      opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  }
  .mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
  .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)";
  }
  .mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
  .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
  .mCustomScrollBox:hover > .mCSB_scrollTools,
  .mCustomScrollBox:hover ~ .mCSB_scrollTools,
  .mCustomScrollbar
    > .mCustomScrollBox
    > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
  .mCustomScrollbar
    > .mCustomScrollBox
    ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
  }
  .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
  }
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
  }
  .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)";
  }
  .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
  .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
  }
  .mCSB_scrollTools .mCSB_buttonDown,
  .mCSB_scrollTools .mCSB_buttonLeft,
  .mCSB_scrollTools .mCSB_buttonRight,
  .mCSB_scrollTools .mCSB_buttonUp {
    background-image: url(/themes/custom/s4s/app/css/vendor/mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: 0.4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
  }
  .mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0;
  }
  .mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px;
  }
  .mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px;
  }
  .mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px;
  }
  .mCSB_scrollTools .mCSB_buttonDown:hover,
  .mCSB_scrollTools .mCSB_buttonLeft:hover,
  .mCSB_scrollTools .mCSB_buttonRight:hover,
  .mCSB_scrollTools .mCSB_buttonUp:hover {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
  }
  .mCSB_scrollTools .mCSB_buttonDown:active,
  .mCSB_scrollTools .mCSB_buttonLeft:active,
  .mCSB_scrollTools .mCSB_buttonRight:active,
  .mCSB_scrollTools .mCSB_buttonUp:active {
    opacity: 0.9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
  }
  .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
  }
  .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
  }
  .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.85);
  }
  .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
  .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
  }
  .mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
  }
  .mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
  }
  .mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
  }
  .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
  .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
  }
  .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
  }
  .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
  .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
  .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
  .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px auto;
  }
  .mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
  }
  .mCS-light-2.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
  .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0;
  }
  .mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px;
  }
  .mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px;
  }
  .mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px;
  }
  .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
  }
  .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
  }
  .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
  }
  .mCS-dark-2.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
  .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0;
  }
  .mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px;
  }
  .mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px;
  }
  .mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px;
  }
  .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
  .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
  .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
  }
  .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
  .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto;
  }
  .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
  }
  .mCS-light-thick.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
  .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0;
  }
  .mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px;
  }
  .mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px;
  }
  .mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px;
  }
  .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
  }
  .mCS-dark-thick.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
  .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0;
  }
  .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px;
  }
  .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px;
  }
  .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px;
  }
  .mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
  }
  .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
  .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
  }
  .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
  .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto;
  }
  .mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
  }
  .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
  }
  .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
  }
  .mCS-dark-thin.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
  .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
  }
  .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
  }
  .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
  }
  .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
  }
  .mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
  }
  .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
  .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
  .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
  .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
    height: 14px;
  }
  .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 14px;
    margin: 0 1px;
  }
  .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
  .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
  .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
  .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px;
  }
  .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
  .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal
    .mCSB_dragger
    .mCSB_dragger_bar,
  .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
  .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0;
  }
  .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
    .mCSB_dragger.mCSB_dragger_onDrag_expanded
    .mCSB_dragger_bar,
  .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
    .mCSB_draggerContainer:hover
    .mCSB_dragger
    .mCSB_dragger_bar,
  .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
    .mCSB_dragger.mCSB_dragger_onDrag_expanded
    .mCSB_dragger_bar,
  .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
    .mCSB_draggerContainer:hover
    .mCSB_dragger
    .mCSB_dragger_bar {
    width: 16px;
    height: 16px;
    margin: -1px 0;
  }
  .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
    .mCSB_dragger.mCSB_dragger_onDrag_expanded
    + .mCSB_draggerRail,
  .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
    .mCSB_draggerContainer:hover
    .mCSB_draggerRail,
  .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
    .mCSB_dragger.mCSB_dragger_onDrag_expanded
    + .mCSB_draggerRail,
  .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
    .mCSB_draggerContainer:hover
    .mCSB_draggerRail {
    width: 4px;
  }
  .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
    .mCSB_dragger.mCSB_dragger_onDrag_expanded
    .mCSB_dragger_bar,
  .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
    .mCSB_draggerContainer:hover
    .mCSB_dragger
    .mCSB_dragger_bar,
  .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
    .mCSB_dragger.mCSB_dragger_onDrag_expanded
    .mCSB_dragger_bar,
  .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
    .mCSB_draggerContainer:hover
    .mCSB_dragger
    .mCSB_dragger_bar {
    height: 16px;
    width: 16px;
    margin: 0 -1px;
  }
  .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
    .mCSB_dragger.mCSB_dragger_onDrag_expanded
    + .mCSB_draggerRail,
  .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
    .mCSB_draggerContainer:hover
    .mCSB_draggerRail,
  .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
    .mCSB_dragger.mCSB_dragger_onDrag_expanded
    + .mCSB_draggerRail,
  .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
    .mCSB_draggerContainer:hover
    .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
  }
  .mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px;
  }
  .mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px;
  }
  .mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px;
  }
  .mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px;
  }
  .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
  }
  .mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
  }
  .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
  .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
  }
  .mCS-rounded-dark.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
  .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
  .mCS-rounded-dots-dark.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
  .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px;
  }
  .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px;
  }
  .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px;
  }
  .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px;
  }
  .mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
  .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px;
  }
  .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
  .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
  .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
  .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: center;
  }
  .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
  .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
    background-repeat: repeat-y;
    opacity: 0.3;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
  }
  .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
  .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x;
  }
  .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px;
  }
  .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px;
  }
  .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px;
  }
  .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px;
  }
  .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
  }
  .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px;
  }
  .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px;
  }
  .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px;
  }
  .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px;
  }
  .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: -moz-linear-gradient(
      left,
      rgba(255, 255, 255, 0.5) 0,
      rgba(255, 255, 255, 0) 100%
    );
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, rgba(255, 255, 255, 0.5)),
      color-stop(100%, rgba(255, 255, 255, 0))
    );
    background-image: -webkit-linear-gradient(
      left,
      rgba(255, 255, 255, 0.5) 0,
      rgba(255, 255, 255, 0) 100%
    );
    background-image: -o-linear-gradient(
      left,
      rgba(255, 255, 255, 0.5) 0,
      rgba(255, 255, 255, 0) 100%
    );
    background-image: -ms-linear-gradient(
      left,
      rgba(255, 255, 255, 0.5) 0,
      rgba(255, 255, 255, 0) 100%
    );
    background-image: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.5) 0,
      rgba(255, 255, 255, 0) 100%
    );
  }
  .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
  .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
  .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
  .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(
      top,
      rgba(255, 255, 255, 0.5) 0,
      rgba(255, 255, 255, 0) 100%
    );
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, rgba(255, 255, 255, 0.5)),
      color-stop(100%, rgba(255, 255, 255, 0))
    );
    background-image: -webkit-linear-gradient(
      top,
      rgba(255, 255, 255, 0.5) 0,
      rgba(255, 255, 255, 0) 100%
    );
    background-image: -o-linear-gradient(
      top,
      rgba(255, 255, 255, 0.5) 0,
      rgba(255, 255, 255, 0) 100%
    );
    background-image: -ms-linear-gradient(
      top,
      rgba(255, 255, 255, 0.5) 0,
      rgba(255, 255, 255, 0) 100%
    );
    background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.5) 0,
      rgba(255, 255, 255, 0) 100%
    );
  }
  .mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
  .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px;
  }
  .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
  .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px;
  }
  .mCS-3d-dark.mCSB_scrollTools,
  .mCS-3d.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
  }
  .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
  .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
  }
  .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
  .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5),
      inset -1px 0 1px rgba(255, 255, 255, 0.2);
  }
  .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .mCS-3d-dark.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
  .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
  .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
  .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
  .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
  .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555;
  }
  .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
  }
  .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
  .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5),
      inset 0 -1px 1px rgba(255, 255, 255, 0.2);
  }
  .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
  .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto;
  }
  .mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
  }
  .mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
  }
  .mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
  }
  .mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
  }
  .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
  }
  .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  }
  .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
  }
  .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
  }
  .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
  }
  .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
  }
  .mCS-3d-thick-dark.mCSB_scrollTools,
  .mCS-3d-thick.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
  }
  .mCS-3d-thick-dark.mCSB_scrollTools,
  .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
  .mCS-3d-thick.mCSB_scrollTools,
  .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
  }
  .mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical,
  .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
    right: 1px;
  }
  .mCS-3d-thick-dark.mCSB_scrollTools_vertical,
  .mCS-3d-thick.mCSB_scrollTools_vertical {
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1),
      inset 0 0 14px rgba(0, 0, 0, 0.5);
  }
  .mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
  .mCS-3d-thick.mCSB_scrollTools_horizontal {
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1),
      inset 0 0 14px rgba(0, 0, 0, 0.5);
  }
  .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
  .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    height: 12px;
    width: auto;
  }
  .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .mCS-3d-thick.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
  .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
  .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555;
  }
  .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  }
  .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
  }
  .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
  }
  .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
  }
  .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
  }
  .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
  }
  .mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  }
  .mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1),
      inset 0 0 14px rgba(0, 0, 0, 0.2);
  }
  .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4),
      inset -1px 0 0 rgba(0, 0, 0, 0.2);
  }
  .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
      inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  }
  .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .mCS-3d-thick-dark.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
  .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
  .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #777;
  }
  .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #fff;
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  }
  .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,
  .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
  .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
  }
  .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
  }
  .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
  }
  .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
  }
  .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
  }
  .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
  .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0;
  }
  .mCustomScrollBox.mCS-minimal
    + .mCSB_scrollTools
    + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
  .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
  .mCustomScrollBox.mCS-minimal-dark
    + .mCSB_scrollTools
    + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
  .mCustomScrollBox.mCS-minimal-dark
    + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px;
  }
  .mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
  .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    left: 0;
    right: auto;
  }
  .mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
  .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px;
  }
  .mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
  .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px;
  }
  .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
  }
  .mCS-minimal.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
  .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
  }
  .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
  }
  .mCS-minimal-dark.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
  .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
  }
  .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
  .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
  }
  .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
  .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
  .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
  .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0;
  }
  .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
    .mCSB_dragger.mCSB_dragger_onDrag_expanded
    + .mCSB_draggerRail,
  .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
    .mCSB_draggerContainer:hover
    .mCSB_draggerRail,
  .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
    .mCSB_dragger.mCSB_dragger_onDrag_expanded
    + .mCSB_draggerRail,
  .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
    .mCSB_draggerContainer:hover
    .mCSB_draggerRail {
    width: 12px;
  }
  .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
    .mCSB_dragger.mCSB_dragger_onDrag_expanded
    + .mCSB_draggerRail,
  .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
    .mCSB_draggerContainer:hover
    .mCSB_draggerRail,
  .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
    .mCSB_dragger.mCSB_dragger_onDrag_expanded
    + .mCSB_draggerRail,
  .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
    .mCSB_draggerContainer:hover
    .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0;
  }
  .mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
  }
  .mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
  }
  .mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
  }
  .mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
  }
  .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
  }
  .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
  }
  .mCS-dark-3.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
  .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
  }
  .mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
  }
  .mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
  }
  .mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
  }
  .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
  .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
  .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
  .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
  .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
  .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
  .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
  .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
  .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
  .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
  .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
  .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
  .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
  .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
  .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
  .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0;
  }
  .mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
  .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
  .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
  }
  .mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
  .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
  .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
  }
  .mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
  .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
  .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
  }
  .mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
  .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
  .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
  }
  .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
  }
  .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
  .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
  .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
  }
  .mCS-inset-2-dark.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
  .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
  .mCS-inset-3-dark.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
  .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
  .mCS-inset-dark.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
  .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
  .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
  .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
  .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
  .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
  }
  .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
  .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
  .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
  }
  .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
  .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
  .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
  }
  .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
  .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
  .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
  }
  .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
  .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0, 0, 0, 0.2);
  }
  .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
  }
  .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
  }
  .mCS-inset-3.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
  .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
  }
  .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
  }
  .mCS-inset-3-dark.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
  .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .content-top .block-webform > .content {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  @media screen and (min-width: 576px) {
    .content-top .block-webform > .content {
      width: 540px;
    }
  }
  @media screen and (min-width: 768px) {
    .content-top .block-webform > .content {
      width: 720px;
    }
  }
  @media screen and (min-width: 992px) {
    .content-top .block-webform > .content {
      width: 960px;
    }
  }
  @media screen and (min-width: 1200px) {
    .content-top .block-webform > .content {
      width: 1140px;
    }
  }
 

  
  .icon-s4s-facebook:before {
    content: "\e900";
  }
  .icon-s4s-instagram:before {
    content: "\e901";
  }
  .icon-s4s-linkedin:before {
    content: "\e902";
  }
  .icon-s4s-pinterest:before {
    content: "\e903";
  }
  .icon-s4s-twitter:before {
    content: "\e904";
  }
  .icon-s4s-whatsapp:before {
    content: "\e907";
  }
  .icon-s4s-mail:before {
    content: "\e905";
  }
  .icon-s4s-right-line-arrow:before {
    content: "\e906";
  }
  .icon-s4s-phone:before {
    content: "\e909";
  }
  .icon-s4s-tick-circle:before {
    content: "\e90a";
  }
  .icon-s4s-menu:before {
    content: "\e908";
  }
  .icon-s4s-close:before {
    content: "\e90b";
  }
  .icon-s4s-next:before {
    content: "\e90c";
  }
  .icon-s4s-snapchat:before {
    content: "\e90d";
  }
  .icon-s4s-skype:before {
    content: "\e90e";
  }
  .icon-s4s-like:before {
    content: "\e918";
  }
  .icon-s4s-view:before {
    content: "\e919";
  }
  .icon-s4s-play-arrow:before {
    content: "\e91a";
  }
  .icon-s4s-arrow-left:before {
    content: "\e91b";
  }
  .icon-s4s-fast-forward:before {
    content: "\e91c";
  }
  .icon-s4s-double-arrow:before {
    content: "\e91d";
  }
  .icon-s4s-send:before {
    content: "\e91e";
  }
  .icon-s4s-keyboard-arrow_left:before {
    content: "\e91f";
  }
  .icon-s4s-arrow-right:before {
    content: "\e920";
  }
  .bg-primary {
    background-color: #5bcdf3 !important;
  }
  .bg-secondary {
    background-color: #071780 !important;
    color: #fff;
  }
  .bg-grey {
    background-color: #cecece;
  }
  .bg-black-70 {
    background-color: #121212;
  }
  .bg-dark-grey {
    background-color: #494949;
  }
  .bg-light-grey {
    background-color: #8b8b8b;
  }
  .bg-light-grey-1 {
    background-color: #f5f5f5;
  }
  .bg-light-grey-2 {
    background-color: #f2f2f2;
  }
  .bg-light-grey-10 {
    background-color: #f8f8f8;
  }
  .bg-light-grey-17 {
    background-color: #f4f6fc;
  }
  .bg-light-grey-18 {
    background-color: #f7f8fd;
  }
  .bg-light-grey-19 {
    background-color: #f5f9fc;
  }
  .bg-light-grey-20 {
    background-color: rgba(211, 211, 211, 0.87);
  }
  .bg-light-grey-21 {
    background-color: #f6f6f6;
  }
  .bg-black {
    background-color: #000;
  }
  .white {
    color: #fff;
  }
  button:focus,
  .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  strong {
    
  }
  section {
    padding: 50px 0;
  }
  .text-black {
    color: #000 !important;
  }
  a:hover,
  a:focus {
    text-decoration: none;
  }
  .common-ptb {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .common-pt {
    padding-top: 50px;
  }
  .common-pb {
    padding-bottom: 50px;
  }
  * {
    outline: none;
  }
  .heading-1 {
    text-transform: uppercase;
    font-size: 4.8125rem;
    margin-bottom: 20px;
    
    line-height: 1;
  }
  @media (max-width: 767px) {
    .heading-1 {
      font-size: 2.8125rem;
    }
  }
  .common-block-title,
  .heading-2,
  .heading-3 {
    font-size: 2.8125rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
  }
  @media (max-width: 767px) {
    .common-block-title,
    .heading-2,
    .heading-3 {
      font-size: 2.1875rem;
    }
  }
  .heading-2 {
    text-transform: uppercase;
    margin-bottom: 40px;
    position: relative;
  }
  .heading-2 a {
    color: #000;
  }
  .heading-2 a:hover {
    color: #000;
    text-decoration: none;
  }
  .heading-2:after {
    content: "";
    height: 2px;
    width: 50px;
    background-color: #707070;
    position: absolute;
    left: 0;
    bottom: -20px;
  }
  .heading-2.center {
    text-align: center;
  }
  .heading-2.center:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .heading-2 span {
    display: block;
    
  }
  .heading-3 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  .heading-4 {
    text-transform: uppercase;
    font-size: 3rem;
    color: #fff;
    margin-bottom: 40px;
    position: relative;
    
  }
  @media (max-width: 767px) {
    .heading-4 {
      font-size: 2.8125rem;
    }
  }
  .heading-4:after {
    content: "";
    height: 2px;
    width: 50px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -20px;
  }
  @media (max-width: 767px) {
    .heading-4 br {
      display: none;
    }
  }
  .heading-5 {
    font-size: 3.375rem;
    color: #fff;
    margin-bottom: 1.625rem;
    
    font-weight: 700;
  }
  @media (max-width: 991px) {
    .heading-5 {
      font-size: 2.6875rem;
    }
  }
  @media (max-width: 767px) {
    .heading-5 {
      font-size: 2.375rem;
    }
  }
  @media (max-width: 575px) {
    .heading-5 {
      font-size: 2rem;
    }
  }
  .heading-5 span {
    display: block;
    
  }
  .heading-6 {
    font-size: 3.25rem;
    margin-bottom: 1.75rem;
    
  }
  @media (max-width: 1199px) {
    .heading-6 {
      font-size: 2.5625rem;
    }
  }
  @media (max-width: 991px) {
    .heading-6 {
      font-size: 2.25rem;
    }
  }
  @media (max-width: 575px) {
    .heading-6 {
      font-size: 2rem;
      margin-bottom: 1rem;
    }
  }
  .heading-6 span {
    display: block;
    
  }
  @media (max-width: 767px) {
    .heading-6 span {
      display: inline;
    }
  }
  .heading-7 {
    font-size: 3.625rem;
    
  }
  @media (max-width: 991px) {
    .heading-7 {
      font-size: 2.625rem;
    }
  }
  @media (max-width: 767px) {
    .heading-7 {
      font-size: 2.0625rem;
    }
  }
  .heading-7 span {
    
  }
  .heading-title,
  .common-block-subtitle,
  .subhead {
    margin-bottom: 30px;
  }
  .subhead {
    font-size: 2.1875rem;
    text-transform: uppercase;
    font-weight: 500;
  }
  .subhead-2 {
    
    color: #fff;
    margin-bottom: 0 !important;
    line-height: 1.3;
  }
  @media (max-width: 767px) {
    .subhead-2 br {
      display: none;
    }
  }
  .subhead-2 strong span {
    border-bottom: 1px solid #5bcdf3;
    display: inline-block;
  }
  @media (max-width: 767px) {
    .subhead-2 br {
      display: none;
    }
  }
  .subhead-3 {
    
    font-size: 1.125rem;
    color: #fff;
    line-height: 1.3;
  }
  @media (max-width: 767px) {
    .subhead-3 br {
      display: none;
    }
  }
  .subhead-4 {
    
    font-size: 1.125rem;
    color: #000;
    line-height: 1.5;
    margin: 0;
    padding: 0;
  }
  .subhead-5 {
    font-size: 1.25rem;
    
    font-weight: 600;
    color: #2b2b2b;
  }
  .subhead-heading {
    font-size: 1.5rem;
    margin-bottom: 3rem !important;
    position: relative;
    
  }
  @media (max-width: 767px) {
    .subhead-heading {
      font-size: 1.2rem;
    }
  }
  .subhead-heading::before {
    content: "";
    border-bottom: 2px solid #5bcdf3;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 60px;
    bottom: -15px;
    left: 50%;
    margin-top: 20px;
  }
  .subhead-heading2 {
    font-size: 1.75rem;
  }
  @media (max-width: 991px) {
    .subhead-heading2 {
      font-size: 1.25rem;
    }
  }
  @media (max-width: 767px) {
    .subhead-heading2 {
      font-size: 1rem;
    }
  }
  .subhead-heading3 {
    font-size: 1.5rem;
    
    font-weight: 600;
  }
  .subhead-heading4 {
    font-size: 2.25rem;
    
    font-weight: 600;
    color: #232323;
  }
  .inner-page-top__content {
    padding: 0 20px;
    text-align: center;
  }
  @media (max-width: 767px) {
    .inner-page-top__content {
      padding: 0;
    }
  }
  .inner-page-top__content .btn {
    text-transform: uppercase;
  }
  .inner-page-top-form {
    position: relative;
  }
  .inner-page-top-form:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(7, 23, 128, 0.9);
  }
  .inner-page-top-form.hire-bg {
    background-image: url(../images/ivYZFqjOLREx.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .inner-page-top-form.hire-happy {
    background-image: url(../images/WSnjueEDUbnQ.svg);
  }
  .inner-page-top-form__content {
    position: relative;
    z-index: 2;
  }
  @media (max-width: 991px) {
    .inner-page-top-form__content .heading-4 {
      font-size: 2rem;
    }
  }
  .inner-page-top-form__txt {
    
    font-size: 1rem;
    color: #fff;
    line-height: 1.4;
  }
  .inner-page-top-form__txt > section {
    padding: 0;
  }
  .inner-page-top-form__txt a {
    color: #fff;
  }
  .inner-page-top-form__txt a:hover {
    color: #5bcdf3;
    text-decoration: none;
  }
  .inner-page-top-form__txt .ol-list-with-border {
    list-style: none;
    counter-reset: my-awesome-counter;
    padding-left: 0;
  }
  .inner-page-top-form__txt .ol-list-with-border li {
    counter-increment: my-awesome-counter;
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    margin: 0 15px 10px 0;
    line-height: normal;
  }
  .inner-page-top-form__txt .ol-list-with-border li:before {
    content: counter(my-awesome-counter) ". ";
  }
  .inner-page-top-form__txt .ol-list-with-border li:after {
    position: absolute;
    content: " ";
    bottom: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: #fff;
  }
  .inner-page-top-form__reach {
    border: 1px solid #5bcdf3;
    padding: 1.5rem 2rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  @media (max-width: 991px) {
    .inner-page-top-form__reach {
      padding: 2rem;
    }
  }
  .inner-page-top-form__reach h2 {
    
    color: #fff;
    margin-bottom: 1.5rem;
  }
  @media (max-width: 991px) {
    .inner-page-top-form__reach h2 {
      font-size: 1.5rem;
    }
  }
  @media (max-width: 767px) {
    .inner-page-top-form__reach h2 {
      font-size: 1.8rem;
    }
  }
  .inner-page-top-form__request {
    color: #000;
    background-color: #5bcdf3;
    
    border: 1px solid #5bcdf3;
    padding: 6px 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 100%;
    text-transform: uppercase;
  }
  .inner-page-top-form__request:hover {
    color: #fff;
    background-color: transparent;
  }
  .inner-page-top-form__list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .inner-page-top-form__list ul li {
    
    padding: 5px 15px;
    margin: 6px 6px 6px 0;
    color: #fff;
    display: block;
    position: relative;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #fff;
    min-width: 157px;
    text-align: center;
    font-size: 0.875rem;
  }
  @media (max-width: 767px) {
    .inner-page-top-form__list ul li {
      padding: 5px;
    }
  }
  .inner-page-top-form__list ul li a {
    color: #fff;
  }
  .inner-page-top-form__list ul li a:hover {
    text-decoration: none;
  }
  .campaign-bg {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .campaign-bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent !important;
    z-index: 0 !important;
  }
  .campaign-bg .inner-page-top-form__content {
    z-index: 0;
  }
  .campaign-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    height: 130px;
    width: 100%;
    top: 15px;
  }
  .campaign-header .s4s-logo {
    width: 200px;
  }
  .campaign-header .strip {
    width: 45%;
  }
  @media (max-width: 767px) {
    .campaign-header .strip {
      width: 100%;
    }
  }
  @media (max-width: 767px) {
    .campaign-header {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 20px;
    }
  }
  .campaign__list .bullet-list {
    margin-bottom: 4rem;
  }
  .campaign__list .bullet-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
  }
  @media (max-width: 767px) {
    .campaign__list .bullet-list-item {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  }
  .campaign__list .bullet-list-item__desc {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.2rem;
  }
  .campaign__list .bullet-list__icon {
    color: #f39300;
    font-size: 1.5rem;
    line-height: 1;
  }
  .desk-bg {
    display: block;
  }
  @media (max-width: 767px) {
    .desk-bg {
      display: none;
    }
  }
  .mobile-bg {
    display: none;
  }
  @media (max-width: 767px) {
    .mobile-bg {
      display: block;
    }
  }
  .floating-cta {
    display: none;
  }
  @media (max-width: 767px) {
    .floating-cta {
      display: block;
      position: -webkit-sticky;
      position: sticky;
      bottom: 0;
      z-index: 2;
      width: 100%;
      text-align: center;
    }
  }
  .floating-cta .btn-primary {
    width: 100%;
  }
  .hire-subpage-top {
    padding: 35px 0;
    position: relative;
  }
  .hire-subpage-top .heading-4 {
    text-transform: capitalize;
    font-size: 4.375rem;
    margin-bottom: 0;
    width: 66%;
    line-height: 1;
  }
  .hire-subpage-top .heading-4::after {
    display: none;
  }
  @media (max-width: 991px) {
    .hire-subpage-top .heading-4 {
      font-size: 3rem;
    }
  }
  @media (max-width: 767px) {
    .hire-subpage-top .heading-4 {
      font-size: 2.5rem;
      width: 100%;
    }
  }
  .hire-subpage-top__image {
    width: 32%;
  }
  @media (max-width: 767px) {
    .hire-subpage-top__image {
      width: 70%;
      margin: 0 0 20px;
    }
  }
  .hire-subpage-top:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(7, 23, 128, 0.9);
  }
  .hire-subpage-top.hire-bg {
    background-image: url(../images/ivYZFqjOLREx.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .hire-subpage-top__content {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  @media (max-width: 767px) {
    .hire-subpage-top__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-box-orient: vertical;
      -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
    }
  }
  .talk-expert__content {
    color: #fff;
  }
  .talk-expert__content .btn {
    font-size: 1.3125rem;
    padding: 6px 12px;
    
  }
  .talk-expert__content h3 {
    font-size: 2.75rem;
    
    line-height: 1.3;
    margin-bottom: 1.5rem;
  }
  @media (max-width: 767px) {
    .talk-expert__content h3 {
      font-size: 2.5rem;
    }
  }
  .talk-expert__content p {
    font-size: 1.75rem;
    
    line-height: 1.3;
    margin-bottom: 1.5rem;
  }
  @media (max-width: 767px) {
    .talk-expert__content p br {
      display: none;
    }
  }
  .dropdown-menu {
    width: 100%;
  }
  .dropdown-toggle::after {
    border: solid;
    border-color: #fff;
    border-width: 0 1px 1px 0;
    padding: 4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .node__content {
    font-size: 1rem;
    margin-top: 0;
  }
  .content-top-desc-text {
    font-size: 1.75rem;
    text-align: center;
    margin-bottom: 40px;
    
  }
  #sliding-popup {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
  #sliding-popup .popup-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 15px;
    max-width: 1140px !important;
  }
  @media (max-width: 767px) {
    #sliding-popup .popup-content {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 24px;
    }
  }
  #sliding-popup .popup-content .eu-cookie-compliance-message {
    margin: 0;
    float: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 32px;
    max-width: initial !important;
  }
  @media (max-width: 767px) {
    #sliding-popup .popup-content .eu-cookie-compliance-message {
      -webkit-box-flex: 1;
      -webkit-flex: auto;
      -moz-box-flex: 1;
      -ms-flex: auto;
      flex: auto;
      margin-right: 0;
      margin-bottom: 24px;
    }
  }
  #sliding-popup .popup-content .eu-cookie-compliance-message p {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
  }
  #sliding-popup .popup-content .eu-cookie-compliance-message a {
    color: #0828cc;
    text-decoration: none;
    font-weight: 600;
  }
  #sliding-popup .popup-content .eu-cookie-compliance-message a:hover {
    color: #0828cc;
    text-decoration: underline;
  }
  #sliding-popup .popup-content .eu-cookie-compliance-buttons {
    float: none;
    margin: 0 !important;
    max-width: initial !important;
  }
  #sliding-popup .popup-content .eu-cookie-compliance-buttons button {
    font-size: 1.125rem;
    font-weight: normal;
    color: #000;
    background: transparent;
    padding: 0 9px;
    border: 1px solid black;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-weight: normal;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    margin: 0;
  }
  .legend-content-box {
    padding: 30px 25px 25px 25px;
    border: 1px solid #fff;
    color: #fff;
    position: relative;
  }
  .legend-content-box__title {
    background-color: #071780;
    
    color: #fff;
    position: absolute;
    top: -23px;
    left: 12px;
    padding: 0.7rem;
    margin-bottom: 0;
    text-transform: uppercase;
  }
  .legend-content-box p:last-child {
    margin-bottom: 0;
  }
  .bullet-list > li {
    position: relative;
  }
  .bullet-list > li::before {
    position: absolute;
    content: "";
    left: 0;
  }
  .bullet-list--circle > li {
    padding-left: 22px;
    position: relative;
  }
  .bullet-list--circle > li::before {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #000;
    top: 7px;
    left: 0;
  }
  .bullet-list--circle-tick > li {
    margin-bottom: 20px;
    padding-left: 30px;
  }
  .bullet-list--circle-tick > li::before {
    background-image: url(../images/YWVQMGDvRKWn.svg);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
  }
  .pricing {
    display: none;
    background: #f4f4f4;
  }
  .pricing h3 {
    margin-top: -10px;
  }
  .pricing__listing {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  @media (max-width: 767px) {
    .pricing__listing {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  .pricing__listing > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 25%;
    padding: 2rem 1rem;
  }
  .pricing__listing > li:not(:last-child) {
    margin-right: 1rem;
  }
  .pricing__listing > li > div {
    margin: 2rem 0;
    padding: 1rem 0;
    border-top: 3px solid #5bcdf3;
    border-bottom: 3px solid #5bcdf3;
  }
  @media (max-width: 991px) {
    .pricing__listing > li > div {
      margin: 1rem 0;
      padding: 0.5rem 0;
    }
  }
  @media (max-width: 767px) {
    .pricing__listing > li > div {
      margin: 1.5rem 0;
      padding: 1rem 0;
    }
  }
  @media (max-width: 767px) {
    .pricing__listing > li {
      width: 100%;
      margin-right: 0;
    }
    .pricing__listing > li:not(:last-child) {
      margin-bottom: 1rem;
      margin-right: 0;
    }
  }
  .pricing__title {
    font-size: 1.8rem;
    margin-bottom: 0;
    line-height: 1;
    
    text-align: center;
  }
  @media (max-width: 1199px) {
    .pricing__title {
      font-size: 1.5rem;
    }
  }
  @media (max-width: 991px) {
    .pricing__title {
      font-size: 1rem;
    }
  }
  @media (max-width: 767px) {
    .pricing__title {
      font-size: 1.5rem;
    }
  }
  .pricing__content,
  .pricing__dollar {
    display: block;
    color: #071780;
    
    text-align: center;
  }
  .pricing__dollar {
    font-size: 3rem;
    line-height: 1;
  }
  @media (max-width: 1199px) {
    .pricing__dollar {
      font-size: 2.5rem;
    }
  }
  @media (max-width: 1199px) {
    .pricing__dollar {
      font-size: 2rem;
    }
  }
  @media (max-width: 767px) {
    .pricing__dollar {
      font-size: 2.5rem;
    }
  }
  .pricing__inner {
    margin-bottom: 0;
  }
  .pricing__inner > li {
    margin-bottom: 0;
    
  }
  .pricing__inner > li:not(:first-child) {
    border-top: 1px solid #d8d8d8;
    padding-top: 10px;
  }
  .pricing__inner > li:not(:last-child) {
    padding-bottom: 10px;
  }
  @media (max-width: 1199px) {
    .pricing__inner > li {
      font-size: 0.8rem;
    }
  }
  @media (max-width: 767px) {
    .pricing__inner > li {
      font-size: 1rem;
    }
  }
  .region-content-bottom .form-header {
    display: none;
  }
  @media (max-width: 991px) {
    .inner-page-top-form .webform-submission-request-a-quote-form,
    .inner-page-top-form .webform-submission-request-a-quote-elite-form,
    .exit-pop .webform-submission-request-a-quote-form,
    .exit-pop .webform-submission-request-a-quote-elite-form {
      margin-top: 30px;
      margin-bottom: 30px;
    }
  }
  .inner-page-top-form
    .webform-submission-request-a-quote-form
    .request-quote-form__top,
  .inner-page-top-form
    .webform-submission-request-a-quote-elite-form
    .request-quote-form__top,
  .exit-pop .webform-submission-request-a-quote-form .request-quote-form__top,
  .exit-pop
    .webform-submission-request-a-quote-elite-form
    .request-quote-form__top {
    background-color: #dbdbdb;
    margin-bottom: 0;
    padding: 1.2rem 1.4rem;
  }
  .inner-page-top-form .form-footer,
  .exit-pop .form-footer {
    display: none;
  }
  .s4s-brilliant-customer {
    display: none;
  }
  .s4s-brilliant-customer__brilliant {
    border: 1px solid #071780;
    border-right: none;
    background-color: #071780;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
    padding: 3rem 2rem !important;
  }
  @media (max-width: 767px) {
    .s4s-brilliant-customer__brilliant {
      -webkit-border-bottom-left-radius: 0;
      -moz-border-radius-bottomleft: 0;
      border-bottom-left-radius: 0;
      -webkit-border-top-right-radius: 20px;
      -moz-border-radius-topright: 20px;
      border-top-right-radius: 20px;
      padding: 2rem 1.5rem !important;
    }
  }
  .s4s-brilliant-customer__customer {
    border: 1px solid #5bcdf3;
    border-left: none;
    background-color: #5bcdf3;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
    padding: 3rem 2rem !important;
  }
  @media (max-width: 767px) {
    .s4s-brilliant-customer__customer {
      -webkit-border-top-right-radius: 0;
      -moz-border-radius-topright: 0;
      border-top-right-radius: 0;
      -webkit-border-bottom-left-radius: 20px;
      -moz-border-radius-bottomleft: 20px;
      border-bottom-left-radius: 20px;
      padding: 2rem 1.5rem !important;
    }
  }
  .s4s-brilliant-customer__heading {
    color: #fff;
    
    margin-bottom: 1.5rem;
  }
  @media (max-width: 767px) {
    .s4s-brilliant-customer__heading {
      margin-bottom: 0.5rem;
    }
  }
  .s4s-brilliant-customer__listing {
    padding-left: 20px;
    margin-bottom: 0;
  }
  .s4s-brilliant-customer__listing > li {
    padding-top: 10px;
    color: #fff;
  }
  .s4s-brilliant-customer__listing > li:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: 1px dashed #fff;
  }
  .text-lower {
    display: initial !important;
    font-family: "Gilroy-Regular", sans-serif !important;
    text-transform: lowercase;
  }
  .region-deployement-process {
    padding: 0 0 !important;
    margin-left: 0;
    margin-right: 0;
  }
  .region-deployement-process .deployment-width {
    width: 100%;
  }
  @-webkit-keyframes bs-notify-fadeOut {
    0% {
      opacity: 0.9;
    }
    100% {
      opacity: 0;
    }
  }
  @-o-keyframes bs-notify-fadeOut {
    0% {
      opacity: 0.9;
    }
    100% {
      opacity: 0;
    }
  }
  @-moz-keyframes bs-notify-fadeOut {
    0% {
      opacity: 0.9;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes bs-notify-fadeOut {
    0% {
      opacity: 0.9;
    }
    100% {
      opacity: 0;
    }
  }
  select.bs-select-hidden,
  .bootstrap-select > select.bs-select-hidden,
  select.selectpicker {
    display: none !important;
  }
  .bootstrap-select {
    width: 220px \0;
    vertical-align: middle;
  }
  .bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
  }
  .bootstrap-select > .dropdown-toggle:after {
    margin-top: -1px;
  }
  .bootstrap-select > .dropdown-toggle.bs-placeholder,
  .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
  .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
  .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #999;
  }
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
    color: rgba(255, 255, 255, 0.5);
  }
  .bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important;
  }
  .bootstrap-select > select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2 !important;
  }
  .has-error .bootstrap-select .dropdown-toggle,
  .error .bootstrap-select .dropdown-toggle,
  .bootstrap-select.is-invalid .dropdown-toggle,
  .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
    border-color: #b94a48;
  }
  .bootstrap-select.is-valid .dropdown-toggle,
  .was-validated .bootstrap-select select:valid + .dropdown-toggle {
    border-color: #28a745;
  }
  .bootstrap-select.fit-width {
    width: auto !important;
  }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
      .input-group-btn
    ) {
    width: 220px;
  }
  .bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
  .bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
  }
  .bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
    height: auto;
  }
  :not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
  }
  .bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto;
  }
  .form-inline .bootstrap-select,
  .form-inline .bootstrap-select.form-control:not([class*="col-"]) {
    width: auto;
  }
  .bootstrap-select:not(.input-group-btn),
  .bootstrap-select[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
  }
  .bootstrap-select.dropdown-menu-right,
  .bootstrap-select[class*="col-"].dropdown-menu-right,
  .row .bootstrap-select[class*="col-"].dropdown-menu-right {
    float: right;
  }
  .form-inline .bootstrap-select,
  .form-horizontal .bootstrap-select,
  .form-group .bootstrap-select {
    margin-bottom: 0;
  }
  .form-group-lg .bootstrap-select.form-control,
  .form-group-sm .bootstrap-select.form-control {
    padding: 0;
  }
  .form-group-lg .bootstrap-select.form-control .dropdown-toggle,
  .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
  }
  .bootstrap-select.form-control-sm .dropdown-toggle,
  .bootstrap-select.form-control-lg .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
  }
  .bootstrap-select.form-control-sm .dropdown-toggle {
    padding: 0.25rem 0.5rem;
  }
  .bootstrap-select.form-control-lg .dropdown-toggle {
    padding: 0.5rem 1rem;
  }
  .form-inline .bootstrap-select .form-control {
    width: 100%;
  }
  .bootstrap-select.disabled,
  .bootstrap-select > .disabled {
    cursor: not-allowed;
  }
  .bootstrap-select.disabled:focus,
  .bootstrap-select > .disabled:focus {
    outline: none !important;
  }
  .bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important;
  }
  .bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060;
  }
  .bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -moz-box-flex: 0;
    flex: 0 1 auto;
  }
  .bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit;
  }
  .input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none;
  }
  .input-group
    .bs3-has-addon.bootstrap-select
    .dropdown-toggle
    .filter-option
    .filter-option-inner {
    padding-right: inherit;
  }
  .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
  }
  .bootstrap-select .dropdown-toggle .filter-expand {
    width: 0 !important;
    float: left;
    opacity: 0 !important;
    overflow: hidden;
  }
  .bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
  }
  .input-group .bootstrap-select.form-control .dropdown-toggle {
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
  }
  .bootstrap-select[class*="col-"] .dropdown-toggle {
    width: 100%;
  }
  .bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .bootstrap-select .dropdown-menu > .inner:focus {
    outline: none !important;
  }
  .bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .bootstrap-select .dropdown-menu li {
    position: relative;
  }
  .bootstrap-select .dropdown-menu li.active small {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  .bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed;
  }
  .bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
  }
  .bootstrap-select .dropdown-menu li a span.check-mark {
    display: none;
  }
  .bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
  }
  .bootstrap-select .dropdown-menu li small {
    padding-left: 0.5em;
  }
  .bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .bootstrap-select .dropdown-menu .notify.fadeOut {
    -webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
    -o-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
    -moz-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
    animation: 300ms linear 750ms forwards bs-notify-fadeOut;
  }
  .bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
  }
  .bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0;
  }
  .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
  .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline;
  }
  .bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: " ";
  }
  .bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
  }
  .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px;
  }
  .bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
  }
  .bootstrap-select .bs-ok-default:after {
    content: "";
    display: block;
    width: 0.5em;
    height: 1em;
    border-style: solid;
    border-width: 0 0.26em 0.26em 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
  .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
    z-index: 1061;
  }
  .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
  }
  .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
  }
  .bootstrap-select.show-menu-arrow.dropup
    .dropdown-toggle
    .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
  }
  .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid white;
    border-bottom: 0;
  }
  .bootstrap-select.show-menu-arrow.pull-right
    .dropdown-toggle
    .filter-option:before {
    right: 12px;
    left: auto;
  }
  .bootstrap-select.show-menu-arrow.pull-right
    .dropdown-toggle
    .filter-option:after {
    right: 13px;
    left: auto;
  }
  .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
  .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
  .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
  .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
    display: block;
  }
  .bs-searchbox,
  .bs-actionsbox,
  .bs-donebutton {
    padding: 4px 8px;
  }
  .bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .bs-actionsbox .btn-group button {
    width: 50%;
  }
  .bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .bs-donebutton .btn-group button {
    width: 100%;
  }
  .bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
  }
  .bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
  }
  html {
    font-size: 16px;
  }
  @media (max-width: 575px) {
    html {
      font-size: 15px;
    }
  }
  body {
    
    font-size: 1rem;
    color: #000;
    -webkit-font-smoothing: antialiased;
    background: #fff;
  }
  @font-face {
    font-family: "Gilroy-Regular";
    src: url(../fonts/BKZIhJ7R1kue.eot);
    src: url(../fonts/BKZIhJ7R1kue.eot#iefix) format("embedded-opentype"),
      url(../fonts/KYL9aMxRj00W.woff2) format("woff2"),
      url(../fonts/gDHL3qyRUwp6.woff) format("woff"),
      url(../fonts/pU1bvOHHeLX4.ttf) format("truetype"),
      url(../images/GhgIhY0C6xrt.svg#Gilroy-Regular) format("svg");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "Gilroy-Medium";
    src: url(../fonts/MWO4piliYCtT.eot);
    src: url(../fonts/MWO4piliYCtT.eot#iefix) format("embedded-opentype"),
      url(../fonts/tsgdte78QhKY.woff2) format("woff2"),
      url(../fonts/DAHnNaovN5xD.woff) format("woff"),
      url(../fonts/C48vdFubGci1.ttf) format("truetype"),
      url(../images/xIOMZFbnA3vi.svg#Gilroy-Medium) format("svg");
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: "Gilroy-Bold";
    src: url(../fonts/qgcKutFNn8xb.eot);
    src: url(../fonts/qgcKutFNn8xb.eot#iefix) format("embedded-opentype"),
      url(../fonts/aUr20K7VZYGR.woff2) format("woff2"),
      url(../fonts/Tm1zLcBUXL7I.woff) format("woff"),
      url(../fonts/dcS2wmJWcWmR.ttf) format("truetype"),
      url(../images/q4rWDTo0Vx2Z.svg#Gilroy-Bold) format("svg");
    font-weight: bold;
    font-style: normal;
  }
  @font-face {
    font-family: "Gilroy-ExtraBold";
    src: url(../fonts/hhFXVKzconQE.eot);
    src: url(../fonts/hhFXVKzconQE.eot#iefix) format("embedded-opentype"),
      url(../fonts/Qc51ah84EnY7.woff2) format("woff2"),
      url(../fonts/cjZyzzjrPfBT.woff) format("woff"),
      url(../fonts/mF1ox3cG8CdG.ttf) format("truetype"),
      url(../images/31NMvjnohLY2.svg#Gilroy-ExtraBold) format("svg");
    font-weight: 800;
    font-style: normal;
  }
  @font-face {
    font-family: "Gilroy-Light";
    src: url(../fonts/whg6c6cOmX4e.eot);
    src: url(../fonts/whg6c6cOmX4e.eot#iefix) format("embedded-opentype"),
      url(../fonts/ylOwFPB6jShb.woff2) format("woff2"),
      url(../fonts/CmXB3EfLrkld.woff) format("woff"),
      url(../fonts/bDhmsroth0Wy.ttf) format("truetype"),
      url(../images/BumUx5b8l98w.svg#Gilroy-Light) format("svg");
    font-weight: 300;
    font-style: normal;
  }
  @font-face {
    font-family: "Gilroy-Heavy";
    src: url(../fonts/uywszpLzrI4I.eot);
    src: url(../fonts/uywszpLzrI4I.eot#iefix) format("embedded-opentype"),
      url(../fonts/1PBbagl7jVDH.woff2) format("woff2"),
      url(../fonts/arSZMlHYC0Jd.woff) format("woff"),
      url(../fonts/s6fpXgReSTKB.ttf) format("truetype"),
      url(../images/uvNExwxFayYf.svg#Gilroy-Heavy) format("svg");
    font-weight: 900;
    font-style: normal;
  }
  body.side-nav-open {
    overflow: hidden;
  }
  body.side-nav-open .side-menu {
    right: 0;
  }
  @media (max-width: 767px) {
    body.side-nav-open .header .navbar-button {
      top: -40px;
    }
  }
  @media (max-width: 425px) {
    body.side-nav-open .header .navbar-button {
      top: -60px;
    }
  }
  @media (max-width: 767px) {
    body.side-nav-open .header .navbar-button-top {
      top: -95px;
    }
  }
  @media (max-width: 575px) {
    body.side-nav-open .header .navbar-button-top {
      top: -115px;
    }
  }
  body.side-nav-open .header .navbar-button .nav-icon {
    margin-right: 10px;
    background-color: transparent !important;
  }
  @media (max-width: 991px) {
    body.side-nav-open .header .navbar-button .nav-icon {
      margin-right: 0;
    }
  }
  .side-menu {
    position: fixed;
    top: 45px;
    bottom: 0;
    right: -100%;
    height: 100%;
    width: 100%;
    background-color: #071780;
    color: #000;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 3;
  }
  @media (max-width: 991px) {
    .side-menu {
      top: 43px;
    }
  }
  @media (max-width: 767px) {
    .side-menu {
      top: 0px;
    }
  }
  @media (min-width: 768px) {
    .side-menu-top {
      top: 84px;
    }
  }
  .header-tabs .nav-tabs {
    padding: 21px 0;
    border-bottom: 0;
    display: none;
  }
  @media (max-width: 991px) {
    .header-tabs .nav-tabs {
      padding: 15px 0;
    }
  }
  @media (min-width: 768px) {
    .header-tabs .nav-tabs {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  .header-tabs .nav-tabs .nav-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .header-tabs .nav-tabs .nav-item .nav-link {
    color: #fff;
    text-decoration: none;
    border: none;
    position: relative;
    
    white-space: nowrap;
  }
  .header-tabs .nav-tabs .nav-item .nav-link.active {
    background-color: #fff;
    color: #000;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  .header-tabs .nav-tabs .nav-item .nav-link.active:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #fff;
    z-index: 1;
  }
  .header-tabs .side-menu-nav {
    border-bottom: 1px solid #fff;
  }
  @media (max-width: 767px) {
    .header-tabs .side-menu-nav {
      border-bottom: none;
    }
  }
  .header-tabs .side-menu-tab {
    padding: 30px 0 15px 0;
    max-height: -webkit-calc(100vh - 125px);
    max-height: -moz-calc(100vh - 125px);
    max-height: calc(100vh - 125px);
  }
  .header-tabs .side-menu-tab .mCSB_inside > .mCSB_container {
    margin-right: 0;
  }
  @media (max-width: 991px) {
    .header-tabs .side-menu-tab {
      max-height: -webkit-calc(100vh - 105px);
      max-height: -moz-calc(100vh - 105px);
      max-height: calc(100vh - 105px);
    }
  }
  @media (max-width: 767px) {
    .header-tabs .side-menu-tab {
      padding: 70px 0 15px 0;
      max-height: 100vh;
    }
  }
  .header-tabs .side-menu-tab__title {
    color: #fff;
    
    font-size: 1.3125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    margin-bottom: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .header-tabs .side-menu-tab__title a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
  }
  .header-tabs .side-menu-tab__title a:hover {
    color: #5bcdf3;
    text-decoration: none;
  }
  .header-tabs .side-menu-tab__title img {
    width: 35px;
    height: 40px;
    margin-right: 10px;
  }
  @media (max-width: 767px) {
    .header-tabs .side-menu-tab__title img {
      width: 20px;
      height: 25px;
    }
  }
  @media (max-width: 767px) {
    .header-tabs .side-menu-tab__title {
      font-size: 1rem;
      margin-right: 20px;
    }
  }
  .header-tabs .side-menu-tab__content {
    margin-bottom: 10px;
    padding: 25px 25px 10px 25px;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  .header-tabs .side-menu-tab__content:last-child {
    border-bottom: 0;
  }
  @media (max-width: 767px) {
    .header-tabs .side-menu-tab__content {
      background-color: transparent;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      padding: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
  }
  .header-tabs .side-menu-tab__content-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .header-tabs .side-menu-tab__content-top .hire-now {
    color: #fff;
    
    font-size: 0.875rem;
    border: 1px solid #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 7px 25px;
  }
  .header-tabs .side-menu-tab__content-top .hire-now:hover {
    background: #fff;
    color: #202f8d;
  }
  @media (max-width: 767px) {
    .header-tabs .side-menu-tab__content-top .hire-now {
      font-size: 0.8rem;
      padding: 6px 20px;
      width: 95px;
    }
  }
  .header-tabs .side-menu-tab__content-referal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  @media (max-width: 767px) {
    .header-tabs .side-menu-tab__content-referal {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  .header-tabs .side-menu-tab__content-referal p {
    font-size: 0.875rem;
    margin-top: -5px;
  }
  @media (max-width: 1199px) {
    .header-tabs .side-menu-tab__content-referal p {
      padding-right: 5px;
    }
  }
  @media (max-width: 767px) {
    .header-tabs .side-menu-tab__content-referal p {
      padding-right: 0;
    }
  }
  .header-tabs .side-menu-tab__content-referal a {
    width: 300px;
    
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  @media (max-width: 1199px) {
    .header-tabs .side-menu-tab__content-referal a {
      width: 370px;
    }
  }
  @media (max-width: 767px) {
    .header-tabs .side-menu-tab__content-referal a {
      width: 50%;
    }
  }
  .header-tabs .side-menu-tab__content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header-tabs .side-menu-tab__content ul li {
    width: 23.5%;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.5);
    
    font-size: 0.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-tabs .side-menu-tab__content ul li a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    display: block;
    width: 100%;
    padding: 8px 4px;
  }
  .header-tabs .side-menu-tab__content ul li:nth-child(4n) {
    margin-right: 0;
  }
  @media (max-width: 1199px) {
    .header-tabs .side-menu-tab__content ul li {
      width: 32%;
    }
    .header-tabs .side-menu-tab__content ul li:nth-child(4n) {
      margin-right: 10px;
    }
    .header-tabs .side-menu-tab__content ul li:nth-child(3n) {
      margin-right: 0;
    }
  }
  @media (max-width: 575px) {
    .header-tabs .side-menu-tab__content ul li {
      width: 50%;
      border: 0;
      text-align: left;
      padding-left: 15px;
      position: relative;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
    .header-tabs .side-menu-tab__content ul li:before {
      content: "";
      width: 5px;
      height: 5px;
      background-color: rgba(255, 255, 255, 0.7);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
    }
    .header-tabs .side-menu-tab__content ul li:nth-child(even) {
      margin-right: 0;
    }
    .header-tabs .side-menu-tab__content ul li:nth-child(odd) {
      margin-right: 0;
    }
  }
  .header-tabs .side-menu-tab__content ul li:hover {
    border-color: #5bcdf3;
    color: #5bcdf3;
  }
  .header-tabs .side-menu-tab__content ul li:hover a {
    color: #5bcdf3;
  }
  .header-tabs .side-menu-tab__content-2 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header-tabs .side-menu-tab__content-2 ul li {
    width: -webkit-calc(33.3333333333% - 10px);
    width: -moz-calc(33.3333333333% - 10px);
    width: calc(33.3333333333% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 65px;
  }
  .header-tabs .side-menu-tab__content-2 ul li:hover {
    border-color: #5bcdf3;
    color: #5bcdf3;
  }
  @media (max-width: 575px) {
    .header-tabs .side-menu-tab__content-2 ul li {
      width: 50%;
      border: 0;
      text-align: left;
      padding-left: 15px;
      position: relative;
      height: auto;
    }
    .header-tabs .side-menu-tab__content-2 ul li:before {
      content: "";
      width: 5px;
      height: 5px;
      background-color: rgba(255, 255, 255, 0.7);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
    }
    .header-tabs .side-menu-tab__content-2 ul li:nth-child(even) {
      margin-right: 0;
    }
    .header-tabs .side-menu-tab__content-2 ul li:nth-child(odd) {
      margin-right: 0;
    }
  }
  .header-tabs .side-menu-tab__content-2 ul li a {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 20px 10px;
    text-decoration: none;
    line-height: 1.2;
  }
  @media (max-width: 1199px) {
    .header-tabs .side-menu-tab__content-2 ul li a {
      font-size: 0.875rem;
    }
  }
  @media (max-width: 991px) {
    .header-tabs .side-menu-tab__content-2 ul li a {
      padding: 20px 8px;
    }
  }
  @media (max-width: 575px) {
    .header-tabs .side-menu-tab__content-2 ul li a {
      padding: 5px 8px;
    }
  }
  .header-tabs .side-menu-tab__content-2 ul li a img {
    max-width: 30px;
    height: 25px;
    margin-right: 10px;
  }
  @media (max-width: 575px) {
    .header-tabs .side-menu-tab__content-2 ul li a img {
      display: none;
    }
  }
  .header-tabs .side-menu-tab__content-2 ul li a span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .header-tabs .side-menu-tab__content-2 ul li a:hover {
    border-color: #5bcdf3;
    color: #5bcdf3;
  }
  .header-tabs .tab-content .card {
    background-color: transparent;
    color: #fff;
    border: 0;
  }
  @media (min-width: 768px) {
    .header-tabs .tab-content .card {
      border: none;
    }
  }
  .header-tabs .tab-content .card .card-header {
    padding: 0;
    border: 0;
  }
  .header-tabs .tab-content .card .card-header h5 {
    position: relative;
  }
  .header-tabs .tab-content .card .card-header h5 a {
    color: #fff;
    display: block;
    text-decoration: none;
    position: relative;
    padding: 10px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #5bcdf3;
    font-size: 1rem;
  }
  .header-tabs .tab-content .card .card-header h5 a:before {
    content: "";
    width: 15px;
    height: 15px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fff),
        to(#fff)
      ),
      -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background: -webkit-linear-gradient(#fff, #fff),
      -webkit-linear-gradient(#fff, #fff);
    background: -moz-linear-gradient(#fff, #fff), -moz-linear-gradient(#fff, #fff);
    background: -o-linear-gradient(#fff, #fff), -o-linear-gradient(#fff, #fff);
    background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    background-position: center;
    -webkit-background-size: 50% 2px, 2px 50%;
    -moz-background-size: 50% 2px, 2px 50%;
    -o-background-size: 50% 2px, 2px 50%;
    background-size: 50% 2px, 2px 50%;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 14px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .header-tabs .tab-content .card .card-header h5 a[aria-expanded="true"]:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  @media (min-width: 768px) {
    .header-tabs .tab-content .card .card-header {
      display: none;
    }
  }
  .header-tabs .tab-content .card .card-body {
    padding: 0;
  }
  @media (min-width: 768px) {
    .header-tabs .tab-content .card .collapse {
      display: block;
    }
  }
  @media (max-width: 767px) {
    .header-tabs .tab-content > .tab-pane {
      display: block !important;
      opacity: 1;
    }
  }
  .header-tabs .why-s4s {
    color: #fff;
    padding: 20px 25px 20px 25px;
    max-width: 350px;
    position: fixed;
    top: 135px;
  }
  @media (max-width: 1199px) {
    .header-tabs .why-s4s {
      max-width: 290px;
      padding: 40px 20px 20px;
    }
  }
  @media (max-width: 991px) {
    .header-tabs .why-s4s {
      position: static;
      padding: 20px;
      max-width: 100%;
    }
  }
  @media (max-width: 767px) {
    .header-tabs .why-s4s {
      padding: 20px 0;
    }
  }
  .header-tabs .why-s4s__title {
    color: #5bcdf3;
    font-size: 1.3125rem;
    position: relative;
    margin-bottom: 30px;
  }
  .header-tabs .why-s4s__title:after {
    content: "";
    height: 2px;
    width: 40px;
    position: absolute;
    bottom: -20px;
    left: 0;
    background-color: #5bcdf3;
  }
  .header-tabs .why-s4s ul li {
    padding: 8px 0;
    padding-left: 20px;
    position: relative;
    
  }
  .header-tabs .why-s4s ul li:last-child {
    padding-bottom: 0;
  }
  .header-tabs .why-s4s ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #5bcdf3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 15px;
  }
  .header-tabs .why-s4s ul li + li {
    border-top: 1px dashed #707070;
  }
  .header-tabs .why-s4s .vision-mission {
    font-size: 1.5rem;
    text-decoration: none;
    padding: 10px 20px;
    background-color: #5bcdf3;
    color: #000;
    
    display: block;
    margin-top: 10px;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  @media (max-width: 767px) {
    .header-tabs .why-s4s .vision-mission {
      font-size: 1.3rem;
    }
  }
  .header-tabs .core-services-bottom-link {
    background-color: #fff;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    text-decoration: none;
    padding: 25px 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  @media (max-width: 767px) {
    .header-tabs .core-services-bottom-link {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 20px 15px;
    }
  }
  .header-tabs .core-services-bottom-link:hover {
    background-color: #5bcdf3;
  }
  .header-tabs .core-services-bottom-link h5 {
    
    font-size: 1.8125rem;
    margin-bottom: 0;
  }
  .header-tabs .core-services-bottom-link h5 span {
    
    font-size: 1.5rem;
    display: block;
  }
  @media (max-width: 767px) {
    .header-tabs .core-services-bottom-link h5 {
      font-size: 1.533rem;
    }
  }
  .header-tabs .core-services-bottom-link .arrow {
    width: 40px;
    min-width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #000;
    position: relative;
  }
  .header-tabs .core-services-bottom-link .arrow:before {
    content: "";
    position: absolute;
    left: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    border: solid;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    padding: 4px;
    margin-top: 0;
    z-index: 2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  @media (max-width: 767px) {
    .mb-sm-20 {
      margin-bottom: 20px;
    }
  }
  .breadcrumbs {
    background-color: transparent;
    margin-bottom: 0;
    font-size: 0.875rem;
    padding: 12px 0;
    
    text-transform: capitalize;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .breadcrumbs li {
    margin-right: 5px;
    color: #fff;
  }
  .breadcrumbs li a {
    color: #fff;
  }
  .bootstrap-select > .dropdown-toggle {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #707070;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .bootstrap-select > .dropdown-toggle::after {
    background-image: url(../images/wfivzHgsrEFF.svg);
    background-repeat: no-repeat;
    border: none;
    width: 18px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    height: 10px;
    padding: 0;
  }
  .bootstrap-select > .dropdown-toggle:focus {
    outline: none !important;
  }
  .bootstrap-select > .dropdown-toggle:not(:disabled):not(.disabled).active,
  .bootstrap-select > .dropdown-toggle:not(:disabled):not(.disabled):active {
    background-color: transparent;
    border-bottom: 1px solid #707070;
  }
  .bootstrap-select > .dropdown-toggle:not(:disabled):not(.disabled).active:focus,
  .bootstrap-select
    > .dropdown-toggle:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: none;
    border-bottom: 1px solid #707070;
  }
  .bootstrap-select.show .btn-light.dropdown-toggle {
    background-color: transparent;
    border-bottom: 1px solid #707070;
  }
  .bootstrap-select.show .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .bootstrap-select .dropdown-menu {
    width: 100% !important;
    min-width: 100% !important;
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0px 4px 30px rgba(117, 116, 181, 0.2);
    -moz-box-shadow: 0px 4px 30px rgba(117, 116, 181, 0.2);
    box-shadow: 0px 4px 30px rgba(117, 116, 181, 0.2);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .bootstrap-select .dropdown-menu > li {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .bootstrap-select .dropdown-menu > li > a {
    padding: 0.5rem;
    font-size: 0.9rem;
  }
  .bootstrap-select .dropdown-menu > li > a:focus {
    outline: none;
  }
  .bootstrap-select .dropdown-item.active,
  .bootstrap-select .dropdown-item:active {
    background-color: #071780;
  }
  .bootstrap-select .dropdown-item.active:hover,
  .bootstrap-select .dropdown-item:active:hover {
    color: #fff;
  }
  .bootstrap-select .dropdown-item.selected {
    background-color: #071780;
    color: #fff;
  }
  .bootstrap-select .bs-ok-default:after {
    border-width: 0 0.16em 0.16em 0;
  }
  .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    top: 9px;
  }
  label.form-required:after {
    color: red;
    display: inline-block;
    margin-left: 5px;
  }
  .form-group {
    margin-bottom: 1.4rem;
  }
  .form-group.fld {
    position: relative;
    margin-bottom: 1.9rem;
  }
  .form-group.fld .form-control {
    border: none;
    border-bottom: 1px solid #707070;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 1rem;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    transition: 0.3s ease all;
    background-color: transparent;
    margin-top: 0;
  }
  .form-group.fld .form-control.error {
    border-color: #ff3e3e;
  }
  .form-group.fld .form-control:focus,
  .form-group.fld .form-control[value]:not([value=""]) {
    border-bottom-color: #000;
    color: #000;
  }
  .form-group.fld .form-control:focus ~ label,
  .form-group.fld .form-control[value]:not([value=""]) ~ label {
    top: -8px;
    font-size: 0.8rem;
    color: #000;
  }
  .form-group.fld label {
    color: #333;
    font-size: 1rem;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 7px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    transition: 0.3s ease all;
    
  }
  .form-group.fld label.error {
    color: #ff3e3e !important;
    font-size: 0.7rem !important;
    bottom: -20px !important;
    top: auto !important;
    
  }
  .form-group.fld .bootstrap-select {
    border-bottom: none;
  }
  .form-group label {
    color: #333;
    font-size: 1rem;
    margin-bottom: 0;
    
  }
  .form-group label.error {
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    color: #ff3e3e;
    font-size: 0.7rem;
    bottom: -20px;
    top: auto;
    
  }
  .form-group--textarea {
    position: relative;
  }
  .form-group--textarea .form-control {
    border: none;
    border-bottom: 1px solid #707070;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left: 0;
    background-color: transparent;
  }
  .form-group--textarea .form-control:focus {
    border-bottom-color: #000;
  }
  .form-group--textarea .form-control.error {
    border-color: #ff3e3e;
  }
  .form-group--select .form-select.error + label + .btn {
    border-color: #ff3e3e;
  }
  .form-group--captcha .form-captcha-error {
    color: #ff3e3e !important;
    font-size: 0.7rem !important;
    
  }
  .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .action-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem;
  }
  .action-box .btn {
    background-color: #071780;
    border-color: #071780;
    padding: 6px 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    
  }
  .action-box .btn:not(:last-child) {
    margin-right: 1.5rem;
  }
  @media (max-width: 767px) {
    .action-box .btn:not(:last-child) {
      margin-bottom: 1.5rem;
    }
  }
  .action-box--left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .action-box--load-more {
    margin-top: 4rem;
  }
  label .required {
    color: #ff3e3e;
  }
  label span.required {
    color: #ff3e3e;
  }
  .form-group--select,
  .form-group--textarea {
    margin-bottom: 0;
    position: relative;
  }
  .exit-pop .box {
    position: absolute;
    top: 0;
    left: 0;
  }
  .exit-pop .box .ribbon {
    width: 0;
    height: 0;
    border-top: 150px solid #f39300;
    border-right: 150px solid transparent;
  }
  .exit-pop .box .ribbon span {
    position: absolute;
    top: 20px;
    width: 100px;
    left: 0;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
  }
  .exit-pop .modal-dialog {
    max-width: 70% !important;
    margin-top: 0;
  }
  .exit-pop__content {
    background-color: #071780;
    color: #fff;
  }
  .exit-pop__content-top {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 25px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .exit-pop__content-top .modal-img {
    margin: 0 auto;
    width: 350px;
  }
  .exit-pop__content-top .close {
    font-size: 45px;
    color: #fff;
  }
  .exit-pop__content-bottom {
    padding: 40px 70px;
  }
  @media screen and (min-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .exit-pop__content-bottom {
      padding: 40px 50px;
    }
  }
  .exit-pop__content-bottom .modal-list {
    margin-top: 25px;
  }
  .exit-pop__content-bottom .modal-list .subhead-5 {
    color: #fff;
    letter-spacing: 0.8px;
    font-size: 18px;
    line-height: 20px;
  }
  .exit-pop__title {
    font-size: 28px;
    letter-spacing: 0.8px;
  }
  .exit-pop .webform-submission-request-a-quote-elite-form {
    -webkit-box-shadow: 0 0px 20px #0000005e;
    -moz-box-shadow: 0 0px 20px #0000005e;
    box-shadow: 0 0px 20px #0000005e;
  }
  .btn-secondary:not(:disabled):not(.disabled).active,
  .btn-secondary:not(:disabled):not(.disabled):active,
  .btn-info:not(:disabled):not(.disabled).active,
  .btn-info:not(:disabled):not(.disabled):active,
  .btn-primary:not(:disabled):not(.disabled).active,
  .btn-primary:not(:disabled):not(.disabled):active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .btn-secondary:not(:disabled):not(.disabled).active:focus,
  .btn-secondary:not(:disabled):not(.disabled):active:focus,
  .btn-info:not(:disabled):not(.disabled).active:focus,
  .btn-info:not(:disabled):not(.disabled):active:focus,
  .btn-primary:not(:disabled):not(.disabled).active:focus,
  .btn-primary:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .btn-primary {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #5bcdf3;
    border-color: #5bcdf3;
    color: #000;
    
    font-size: 1.2rem;
  }
  .btn-primary:hover,
  .btn-primary:focus {
    background-color: #000;
    border-color: #000;
    color: #fff;
  }
  .s4s-accordion .card {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
  }
  .s4s-accordion .card + .card {
    margin-top: 10px;
  }
  .s4s-accordion .card .card-header {
    background-color: #fff;
    padding: 0;
    border-left: 5px solid #5bcdf3;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
  }
  .s4s-accordion .card .card-header .btn-link {
    display: block;
    width: 100%;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    line-height: normal;
    border: none;
    padding: 20px 55px 20px 20px;
    position: relative;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    
    font-size: 1.0625rem;
  }
  @media (max-width: 767px) {
    .s4s-accordion .card .card-header .btn-link {
      padding: 15px 55px 15px 15px;
    }
  }
  .s4s-accordion .card .card-header .btn-link:after {
    content: "";
    background-image: url(../images/5vByHVQWwVmH.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 13px 13px;
    -moz-background-size: 13px;
    -o-background-size: 13px;
    background-size: 13px;
    width: 25px;
    height: 25px;
    background-color: #5bcdf3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .s4s-accordion .card .card-header .btn-link[aria-expanded="true"]:after {
    background-image: url(../images/vhJ1Mnaw6p3k.svg);
  }
  .s4s-accordion__img-box {
    margin-bottom: 10px;
  }
  .s4s-accordion__content ul li {
    position: relative;
    padding-left: 15px;
  }
  .s4s-accordion__content ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #e23434;
    border-right: 1px solid #e23434;
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .s4s-accordion__content h4 {
    font-size: 1rem;
    
    font-weight: 600;
  }
  .s4s-accordion__content-list ul li {
    display: inline-block;
    width: 45%;
  }
  .s4s-accordion-2 .card {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
  }
  .s4s-accordion-2 .card + .card {
    margin-top: 10px;
  }
  .s4s-accordion-2 .card .card-header {
    background-color: #fff;
    padding: 0;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-left: 5px solid #5bcdf3;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
  }
  .s4s-accordion-2 .card .card-header .btn-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-align: left;
    text-decoration: none;
    color: #000;
    line-height: normal;
    border: none;
    padding: 20px 55px 20px 20px;
    position: relative;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    
    font-size: 1.125rem;
    min-height: 75px;
  }
  @media (max-width: 991px) {
    .s4s-accordion-2 .card .card-header .btn-link {
      height: auto;
    }
  }
  @media (max-width: 767px) {
    .s4s-accordion-2 .card .card-header .btn-link {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
      padding: 15px 55px 15px 15px;
    }
  }
  .s4s-accordion-2 .card .card-header .btn-link:after {
    content: "";
    background-image: url(../images/5vByHVQWwVmH.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 13px 13px;
    -moz-background-size: 13px;
    -o-background-size: 13px;
    background-size: 13px;
    width: 25px;
    height: 25px;
    background-color: #5bcdf3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .s4s-accordion-2 .card .card-header .btn-link[aria-expanded="true"]:after {
    background-image: url(../images/vhJ1Mnaw6p3k.svg);
  }
  .s4s-accordion-2 .card .card-header h2 {
    font-size: 1.0625rem;
    margin-bottom: 0;
    
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-transform: uppercase;
    margin-right: 10px;
  }
  .s4s-accordion-2 .card .card-header p {
    font-size: 1rem;
    
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -moz-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    margin-bottom: 0;
  }
  .s4s-accordion-2 .card .card-body {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .s4s-accordion-2__img-box {
    margin-bottom: 10px;
  }
  .s4s-accordion-2__content ul {
    list-style: none;
    padding-left: 0;
  }
  .s4s-accordion-2__content ul li {
    position: relative;
    padding-left: 15px;
  }
  .s4s-accordion-2__content ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #e23434;
    border-right: 1px solid #e23434;
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .s4s-accordion-2__content h4 {
    font-size: 1rem;
    
    font-weight: 600;
  }
  .s4s-accordion-2__content-list ul li {
    display: inline-block;
    width: 45%;
  }
  .career-modal .modal-content {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
  .career-modal .modal-body {
    padding: 3rem 1.5rem;
    text-align: center;
  }
  .career-modal .modal-body p:last-child {
    margin-bottom: 0;
  }
  .career-modal .modal-footer {
    border-top: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .career-modal .modal-footer .btn {
    width: 140px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 1.1rem;
    
    letter-spacing: 1px;
  }
  .career-modal .modal-footer .btn-info {
    background-color: #071780;
    border-color: #071780;
  }
  .career-modal .modal-footer .btn-info:hover,
  .career-modal .modal-footer .btn-info:focus {
    background-color: #5bcdf3;
    border-color: #5bcdf3;
  }
  @media (max-width: 767px) {
    .s4s-contact-block {
      margin-bottom: 3rem;
    }
  }
  .s4s-contact-block__logo {
    margin-bottom: 30px;
    width: 200px;
  }
  .s4s-contact-block__desc-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #ededed;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  @media (max-width: 1199px) {
    .s4s-contact-block__desc-top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  .s4s-contact-block__img-box {
    width: 190px;
  }
  @media (min-width: 1200px) {
    .s4s-contact-block__img-box {
      margin-right: 30px;
    }
  }
  @media (max-width: 1199px) {
    .s4s-contact-block__img-box {
      margin-bottom: 2rem;
    }
  }
  @media (max-width: 767px) {
    .s4s-contact-block__img-box {
      width: 178px;
    }
  }
  .s4s-contact-block__img-box img {
    max-width: 178px;
    height: 165px;
    margin-bottom: 2rem;
  }
  .s4s-contact-block__img-box .carousel-indicators {
    margin: 0;
    bottom: 60px;
  }
  @media (max-width: 767px) {
    .s4s-contact-block__img-box .carousel-indicators {
      bottom: 80px;
    }
  }
  @media (max-width: 575px) {
    .s4s-contact-block__img-box .carousel-indicators {
      bottom: 50px;
    }
  }
  .s4s-contact-block__img-box .carousel-indicators > li {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: none;
    background-color: transparent;
    border-left: none;
    border-right: none;
    border: 1px solid #fff;
  }
  .s4s-contact-block__img-box .carousel-indicators > li.active {
    background-color: #fff;
  }
  .s4s-contact-block .field--name-field-name {
    font-size: 1.3rem;
    
  }
  .s4s-contact-block .field--name-field-position {
    font-size: 0.8rem;
  }
  .s4s-contact-block__contact-list {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .s4s-contact-block__contact-list-country {
    
    position: relative;
    margin-bottom: 0.8rem;
    padding-bottom: 0.5rem;
  }
  .s4s-contact-block__contact-list-country::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #5bcdf3;
  }
  .s4s-contact-block__contact-list a {
    color: #fff;
    
    font-size: 1.2rem;
  }
  .s4s-contact-block__contact-list a:hover,
  .s4s-contact-block__contact-list a:focus {
    color: #5bcdf3;
  }
  .s4s-contact-block__follow-us-title {
    font-size: 1rem;
    
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
    text-transform: uppercase;
  }
  .s4s-contact-block__follow-us-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #5bcdf3;
  }
  .social-lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .social-lists > li {
    width: 50px;
    height: 50px;
  }
  .social-lists > li:not(:last-child) {
    margin-right: 0.8rem;
  }
  .social-lists > li a {
    border: 1px solid #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.7rem;
  }
  .social-lists > li a:hover,
  .social-lists > li a:focus {
    border-color: #5bcdf3;
  }
  .header {
    color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999;
  }
  .header-fixed,
  .header-fixed1 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  .header__notification {
    background: #5bcdf3;
    color: #fff;
    padding: 5px 0;
    margin: 0;
    position: relative;
  }
  .header__notification div {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  @media (max-width: 767px) {
    .header__notification div {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
  }
  .header__notification div p {
    display: inline-block;
    margin: 0;
    padding: 5px;
    text-align: right;
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    color: #000;
  }
  @media (max-width: 767px) {
    .header__notification div p {
      width: 210px;
      font-size: 0.8rem;
      text-align: left;
    }
  }
  @media (max-width: 575px) {
    .header__notification div p {
      width: 200px;
    }
  }
  .header__notification div span {
    display: inline-block;
    text-align: left;
    margin-left: 5px;
    line-height: 1;
  }
  @media (max-width: 575px) {
    .header__notification div span {
      margin-right: 20px;
    }
  }
  .header__notification div span a {
    border: 1px solid #000;
    padding: 0.2rem 1rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    color: #000;
    font-size: 11px;
    line-height: 13px;
    
    text-transform: uppercase;
    display: inline-block;
  }
  .header__notification div button {
    position: absolute;
    background: none;
    border: 0px solid #000;
    color: #000;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    height: 25px;
    width: 25px;
    padding: 1px;
    top: 5px;
    right: 5px;
    font-weight: bold;
    cursor: pointer;
  }
  @media (max-width: 767px) {
    .header__notification div button {
      top: 15px;
    }
  }
  .header__top {
    background-color: #000;
    padding: 8px 0;
    position: relative;
  }
  .header__top--inner {
    min-height: 25px;
  }
  .header__top ul {
    margin: 0;
  }
  .header__top ul li {
    display: inline-block;
    font-size: 0.9375rem;
    position: relative;
  }
  .header__top ul li + li {
    margin-left: 15px;
    padding-left: 8px;
  }
  @media (max-width: 467px) {
    .header__top ul li + li {
      margin-left: 5px;
      padding-left: 0;
    }
  }
  .header__top ul li + li:before {
    content: "";
    width: 1px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: -5px;
    background-color: #fff;
  }
  .header__top ul li.career {
    
  }
  .header__top ul li.career a {
    color: #000;
    background-color: #fff;
    padding: 6px 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  .header__top ul li.contact-us {
    margin-left: 5px;
    padding-left: 0;
    
  }
  .header__top ul li.contact-us a {
    color: #000;
    background-color: #5bcdf3;
    padding: 6px 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  .header__top ul li.contact-us:before {
    display: none;
  }
  .header__top ul li.tel-section {
    position: relative;
    padding-right: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  @media (max-width: 575px) {
    .header__top ul li.tel-section {
      padding-right: 10px;
    }
  }
  @media (max-width: 467px) {
    .header__top ul li.tel-section {
      margin-top: 5px;
    }
  }
  .header__top ul li.tel-section:after {
    content: "";
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    position: absolute;
    top: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0;
  }
  @media (max-width: 575px) {
    .header__top ul li.tel-section:after {
      top: 4px;
      right: -6px;
    }
  }
  .header__top ul li.tel-section span img {
    display: inline-block;
    width: 25px;
  }
  .header__top ul li a {
    color: #fff;
  }
  .header__top-left a {
    width: 14px;
    height: 14px;
    background-image: url(../images/LWQlJFV0Yzmq.svg);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    margin-top: 5px;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .header__top-left a.open {
    background-image: url(../images/Q5aF89mrAyxj.svg);
  }
  @media (min-width: 992px) {
    .header__top-left a {
      display: none;
    }
  }
  @media (max-width: 991px) {
    .header__top-left ul.header__top-left-list {
      position: absolute;
      left: 0;
      top: 40px;
      width: 100%;
      z-index: 5;
      text-align: center;
      padding: 15px 10px;
      background-color: #2e2e38;
      display: none;
    }
    .header__top-left ul.header__top-left-list.show {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }
  @media (max-width: 467px) {
    .header__top-left ul.header__top-left-list {
      top: 47px;
    }
  }
  .header__top-left ul.header__top-left-list li {
    
    font-size: 0.875rem;
  }
  @media (max-width: 767px) {
    .header__top-left ul.header__top-left-list li {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
    }
  }
  @media (max-width: 575px) {
    .header__top-left ul.header__top-left-list li {
      font-size: 0.6875rem;
      padding: 0 5px;
    }
  }
  .header__top-left ul.header__top-left-list li span {
    
    letter-spacing: 1px;
    font-size: 1.25rem;
  }
  @media (max-width: 767px) {
    .header__top-left ul.header__top-left-list li span {
      display: block;
    }
  }
  @media (max-width: 767px) {
    .header__top-left ul.header__top-left-list li:before {
      height: 100%;
    }
  }
  .header__top-right {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    z-index: 1;
    min-height: 22px;
  }
  @media (max-width: 575px) {
    .header__top-right {
      position: static;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
    }
  }
  @media (max-width: 467px) {
    .header__top-right {
      max-width: 290px;
    }
  }
  .header__top-right ul {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__top-right ul li {
    
  }
  @media (max-width: 467px) {
    .header__top-right ul li:before {
      display: none;
    }
  }
  .header__top-right ul li a {
    padding: 0 5px;
    text-decoration: none;
  }
  @media (max-width: 467px) {
    .header__top-right ul li a {
      font-size: 0.875rem;
      line-height: 2;
    }
  }
  .header__top-right ul li a img {
    width: 12px;
    height: 12px;
    margin-right: 5px;
  }
  .header__bottom {
    position: relative;
    background-color: #071780;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header__bottom--inner {
    height: 80px;
  }
  @media (max-width: 991px) {
    .header__bottom--inner {
      height: 64px;
    }
  }
  @media (max-width: 767px) {
    .header__bottom--inner {
      height: 65px;
    }
  }
  .header__bottom .s4s-logo {
    display: inline-block;
    padding: 10px 0;
    max-width: 400px;
    width: 18%;
  }
  @media (max-width: 767px) {
    .header__bottom .s4s-logo {
      width: 45%;
      margin: 0 auto;
    }
  }
  .header__bottom .navbar {
    background-color: transparent !important;
    padding-right: 60px;
    width: 70%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    padding-right: 80px;
    z-index: 1;
  }
  @media (max-width: 991px) {
    .header__bottom .navbar {
      padding-right: 70px;
    }
  }
  @media (max-width: 767px) {
    .header__bottom .navbar {
      display: none;
    }
  }
  .header__bottom .navbar .nav-item {
    margin-right: 20px;
  }
  @media (max-width: 991px) {
    .header__bottom .navbar .nav-item {
      margin-right: 10px;
    }
  }
  .header__bottom .navbar .nav-item:last-child {
    margin-right: 0;
  }
  .header__bottom .navbar .nav-item .nav-link {
    color: #fff;
    border: 1px solid #fff;
    padding: 7px 14px;
    font-size: 0.875rem;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .header__bottom .navbar .nav-item .nav-link:hover {
    color: #5bcdf3;
    border-color: #5bcdf3;
  }
  .header__bottom .navbar .nav-item .nav-link:hover.dropdown-toggle:after {
    border-color: #5bcdf3;
  }
  @media (max-width: 991px) {
    .header__bottom .navbar .nav-item .nav-link {
      padding: 6px 7px;
      font-size: 0.625rem;
    }
    .header__bottom .navbar .nav-item .nav-link:hover {
      color: #fff;
      border-color: #fff;
    }
  }
  @media (max-width: 420px) {
    .header__bottom .navbar .nav-item .nav-link {
      font-size: 0.5625rem;
    }
  }
  @media (max-width: 367px) {
    .header__bottom .navbar .nav-item .nav-link {
      font-size: 0.4375rem;
    }
  }
  .header__bottom .navbar .nav-item .nav-link.dropdown-toggle {
    position: relative;
    padding-right: 40px;
  }
  .header__bottom .navbar .nav-item .nav-link.dropdown-toggle:after {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .header__bottom .navbar .nav-item .nav-link-hire,
  .header__bottom .navbar .nav-item .nav-link-outsourcing {
    position: relative;
    padding-right: 40px;
  }
  @media (max-width: 1199px) {
    .header__bottom .navbar .nav-item .nav-link-hire,
    .header__bottom .navbar .nav-item .nav-link-outsourcing {
      padding-right: 20px;
    }
  }
  @media (max-width: 767px) {
    .header__bottom .navbar .nav-item .nav-link-hire,
    .header__bottom .navbar .nav-item .nav-link-outsourcing {
      padding-right: 30px;
    }
  }
  .header__bottom .navbar .nav-item .nav-link-hire:after,
  .header__bottom .navbar .nav-item .nav-link-outsourcing:after {
    content: " ";
    position: absolute;
    top: 10px;
    right: 10px;
    border: solid;
    border-color: #fff;
    border-width: 0 1px 1px 0;
    padding: 4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  @media (max-width: 1199px) {
    .header__bottom .navbar .nav-item .nav-link-hire:after,
    .header__bottom .navbar .nav-item .nav-link-outsourcing:after {
      right: 6px;
    }
  }
  @media (max-width: 991px) {
    .header__bottom .navbar .nav-item .nav-link-hire:after,
    .header__bottom .navbar .nav-item .nav-link-outsourcing:after {
      top: 6px;
    }
  }
  @media (max-width: 767px) {
    .header__bottom .navbar .nav-item .nav-link-hire:after,
    .header__bottom .navbar .nav-item .nav-link-outsourcing:after {
      right: 10px;
    }
  }
  @media (max-width: 467px) {
    .header__bottom .navbar .nav-item .nav-link-hire:after,
    .header__bottom .navbar .nav-item .nav-link-outsourcing:after {
      top: 10px;
    }
  }
  .header__bottom .navbar .nav-item .nav-link-hire:before,
  .header__bottom .navbar .nav-item .nav-link-outsourcing:before {
    display: none;
    content: " ";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  @media (max-width: 767px) {
    .header__bottom .navbar .nav-item .nav-link-hire:before,
    .header__bottom .navbar .nav-item .nav-link-outsourcing:before {
      bottom: -6px;
    }
  }
  .header__bottom .navbar .nav-item .nav-link-hire:hover:after,
  .header__bottom .navbar .nav-item .nav-link-outsourcing:hover:after {
    border-color: #5bcdf3;
  }
  @media (max-width: 991px) {
    .header__bottom .navbar .nav-item .nav-link-hire:hover:after,
    .header__bottom .navbar .nav-item .nav-link-outsourcing:hover:after {
      border-color: #fff;
    }
  }
  .header__bottom .navbar .nav-item .nav-link-hire.active,
  .header__bottom .navbar .nav-item .nav-link-outsourcing.active {
    background-color: #fff;
    color: #000;
  }
  .header__bottom .navbar .nav-item .nav-link-hire.active:before,
  .header__bottom .navbar .nav-item .nav-link-outsourcing.active:before {
    display: block;
  }
  .header__bottom .navbar .nav-item .nav-link-hire.active:after,
  .header__bottom .navbar .nav-item .nav-link-outsourcing.active:after {
    content: "X";
    top: 4px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    border: 0;
  }
  @media (max-width: 575px) {
    .header__bottom .navbar .nav-item .nav-link-hire.active:after,
    .header__bottom .navbar .nav-item .nav-link-outsourcing.active:after {
      top: 1px;
      font-size: 11px;
    }
  }
  .header__bottom .navbar .nav-item .nav-link-hire.active:hover,
  .header__bottom .navbar .nav-item .nav-link-outsourcing.active:hover {
    border-color: #fff;
  }
  .header__bottom .navbar .nav-item .nav-link-hire.active:hover:after,
  .header__bottom .navbar .nav-item .nav-link-outsourcing.active:hover:after {
    border-color: #000;
  }
  .header__bottom .navbar .nav-item.active .nav-link {
    color: #5bcdf3;
    border-color: #5bcdf3;
  }
  .header__bottom--mobile {
    display: none;
    height: 44px;
  }
  @media (max-width: 767px) {
    .header__bottom--mobile {
      display: block;
    }
  }
  @media (max-width: 575px) {
    .header__bottom--mobile {
      height: initial;
    }
  }
  .header__bottom--mobile .navbar {
    position: static;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  @media (max-width: 767px) {
    .header__bottom--mobile .navbar {
      display: block;
    }
    .header__bottom--mobile .navbar .collapse:not(.show) {
      display: block;
    }
  }
  .header__bottom--mobile .navbar-toggler {
    display: none;
  }
  .header__bottom--mobile .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .header__bottom .s4s-cmmi {
    display: none;
  }
  @media (max-width: 767px) {
    .header__bottom .s4s-cmmi {
      display: block;
      border-left: 1px solid rgba(255, 255, 255, 0.2);
      padding-left: 12px;
    }
    .header__bottom .s4s-cmmi p {
      margin-bottom: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      
      line-height: 1.2;
    }
    .header__bottom .s4s-cmmi p span:last-child {
      margin-left: 10px;
      font-size: 2rem;
    }
  }
  .header__bottom .s4s-numbers {
    display: none;
  }
  @media (max-width: 767px) {
    .header__bottom .s4s-numbers {
      text-align: center;
      display: block;
      padding: 10px 0;
      margin-top: 5px;
    }
    .header__bottom .s4s-numbers:before {
      content: "";
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      display: inline-block;
      width: 100%;
      position: absolute;
      left: 0;
      top: 70px;
    }
  }
  .header__bottom .company-more-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
  }
  @media (max-width: 767px) {
    .header__bottom .company-more-details {
      display: none;
    }
  }
  .header__bottom .company-more-details__bold {
    
  }
  .header__bottom .company-more-details li {
    padding: 0 10px;
    background: #5bcdf3;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    
  }
  @media (max-width: 991px) {
    .header__bottom .company-more-details li {
      padding: 0 5px;
    }
  }
  .header__bottom .company-more-details li:not(:last-child) {
    margin-right: 10px;
  }
  @media (max-width: 991px) {
    .header__bottom .company-more-details li:not(:last-child) {
      margin-right: 8px;
    }
  }
  .header__bottom .company-more-details li span {
    color: #071780;
    text-transform: uppercase;
    position: relative;
    padding: 7px 2px 5px;
    display: inline-block;
    vertical-align: middle;
  }
  .header__bottom .company-more-details li span:first-child {
    padding-right: 3px;
  }
  .header__bottom .company-more-details li span:last-child {
    padding-left: 3px;
  }
  .header__bottom .company-more-details li span:last-child::before {
    content: "";
    display: inline-block;
    border-left: 1px solid #071780;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: -2px;
  }
  @media (max-width: 991px) {
    .header__bottom .company-more-details li span:last-child::before {
      top: -1px;
      left: -2px;
    }
  }
  @media (max-width: 1199px) {
    .header__bottom .company-more-details li span {
      font-size: 0.8rem;
    }
  }
  @media (max-width: 991px) {
    .header__bottom .company-more-details li span {
      font-size: 0.6rem;
    }
  }
  .header__bottom .company-more-details li .company-more-details__bold {
    padding-top: 5px;
  }
  .header .navbar-button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    height: 100%;
  }
  .header .navbar-button .nav-icon {
    width: 60px;
    height: 100%;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    outline: none;
  }
  @media (max-width: 991px) {
    .header .navbar-button .nav-icon {
      width: 50px;
    }
  }
  .header .navbar-button .nav-icon:after,
  .header .navbar-button .nav-icon:before,
  .header .navbar-button .nav-icon div {
    background-color: #071780;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    content: "";
    display: block;
    height: 1px;
    width: 30px;
    margin: 7px auto;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .header .navbar-button .nav-icon.active:focus,
  .header .navbar-button .nav-icon:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  .header .navbar-button .nav-icon:not(:disabled):not(.disabled):active {
    background-color: #fff;
    border: none;
  }
  .header .navbar-button .nav-icon.open:before {
    -webkit-transform: translateY(8px) rotate(135deg);
    -moz-transform: translateY(8px) rotate(135deg);
    -ms-transform: translateY(8px) rotate(135deg);
    -o-transform: translateY(8px) rotate(135deg);
    transform: translateY(8px) rotate(135deg);
    background-color: #fff;
  }
  .header .navbar-button .nav-icon.open:after {
    -webkit-transform: translateY(-8px) rotate(-135deg);
    -moz-transform: translateY(-8px) rotate(-135deg);
    -ms-transform: translateY(-8px) rotate(-135deg);
    -o-transform: translateY(-8px) rotate(-135deg);
    transform: translateY(-8px) rotate(-135deg);
    background-color: #fff;
  }
  .header .navbar-button .nav-icon.open div {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  .header .navbar-button .nav-icon.open:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    border-color: #fff;
  }
  .header-contact-dropdown {
    background-color: #e5e5e5;
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: absolute;
    left: 0;
    top: -140px;
    width: 100%;
    -webkit-transition: top 0.5s ease;
    -o-transition: top 0.5s ease;
    -moz-transition: top 0.5s ease;
    transition: top 0.5s ease;
    z-index: 1001;
  }
  @media (max-width: 767px) {
    .header-contact-dropdown {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
  }
  @media (max-width: 359px) {
    .header-contact-dropdown {
      top: -230px;
    }
  }
  .header-contact-dropdown.show {
    top: 125px;
  }
  @media (max-width: 1199px) {
    .header-contact-dropdown.show {
      top: 115px;
    }
  }
  @media (max-width: 991px) {
    .header-contact-dropdown.show {
      top: 100px;
    }
  }
  @media (max-width: 467px) {
    .header-contact-dropdown.show {
      top: 130px;
    }
  }
  .header-contact-dropdown--show.show {
    top: 83px;
  }
  @media (max-width: 991px) {
    .header-contact-dropdown--show.show {
      top: 78px;
    }
  }
  @media (max-width: 767px) {
    .header-contact-dropdown--show.show {
      top: 126px;
    }
  }
  .header-contact-dropdown__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  @media (max-width: 767px) {
    .header-contact-dropdown__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  }
  .header-contact-dropdown__lbl {
    
    color: #071780;
    font-size: 1.2rem;
    margin-right: 5rem;
  }
  @media (min-width: 768px) {
    .header-contact-dropdown__lbl {
      margin-bottom: 0;
    }
  }
  @media (max-width: 991px) {
    .header-contact-dropdown__lbl {
      margin-right: 3rem;
    }
  }
  .header-contact-dropdown__lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  @media (max-width: 767px) {
    .header-contact-dropdown__lists {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }
  @media (min-width: 768px) {
    .header-contact-dropdown__lists > li:not(:last-child) {
      margin-right: 1rem;
    }
  }
  @media (max-width: 767px) {
    .header-contact-dropdown__lists > li {
      width: 50%;
    }
  }
  @media (max-width: 359px) {
    .header-contact-dropdown__lists > li {
      width: 100%;
      margin-bottom: 10px;
    }
  }
  .header-contact-dropdown__lists > li > a {
    color: #000;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-contact-dropdown__lists > li > a::before {
    content: "";
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    margin-right: 0.5rem;
  }
  .header-contact-dropdown__lists > li > a:hover,
  .header-contact-dropdown__lists > li > a:focus {
    text-decoration: none;
    color: #071780;
  }
  .header-contact-dropdown__lists__in::before {
    background-image: url(../images/1qHudi78njKk.svg);
  }
  .header-contact-dropdown__lists__us::before {
    background-image: url(../images/JTiG71dzVVL9.svg);
  }
  .header-contact-dropdown__lists__uk::before {
    background-image: url(../images/WmJ0ow5FxqR4.svg);
  }
  .header-contact-dropdown__lists__au::before {
    background-image: url(../images/aO5r4z65wWXr.svg);
  }
  .header-hire-dropdown,
  .header-outsource-dropdown {
    position: fixed;
    right: 0;
    top: 127px;
    width: 100%;
    height: 100vh;
    z-index: 999;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.3s linear;
    -o-transition: visibility 0s, opacity 0.3s linear;
    -moz-transition: visibility 0s, opacity 0.3s linear;
    transition: visibility 0s, opacity 0.3s linear;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
    background-color: #071780;
  }
  @media not all and (-webkit-min-device-pixel-ratio: 0),
    not all and (min--moz-device-pixel-ratio: 0),
    not all and (-o-min-device-pixel-ratio: 0/1),
    not all and (min-resolution: 0.001dpcm) {
    .header-hire-dropdown,
    .header-outsource-dropdown {
      top: 127px;
    }
  }
  @media (max-width: 991px) {
    .header-hire-dropdown,
    .header-outsource-dropdown {
      top: 107px;
      height: -webkit-calc(100vh - 173px);
      height: -moz-calc(100vh - 173px);
      height: calc(100vh - 173px);
    }
  }
  @media (max-width: 767px) {
    .header-hire-dropdown,
    .header-outsource-dropdown {
      top: 151px;
      height: -webkit-calc(93vh - 198px);
      height: -moz-calc(93vh - 198px);
      height: calc(93vh - 198px);
    }
  }
  @media (max-width: 467px) {
    .header-hire-dropdown,
    .header-outsource-dropdown {
      top: 192px;
      height: -webkit-calc(88vh - 216px);
      height: -moz-calc(88vh - 216px);
      height: calc(88vh - 216px);
    }
  }
  @media screen and (max-width: 367px) {
    .header-hire-dropdown,
    .header-outsource-dropdown {
      top: 187px;
    }
  }
  .header-hire-dropdown--more,
  .header-outsource-dropdown--more {
    top: 164px;
  }
  @media not all and (-webkit-min-device-pixel-ratio: 0),
    not all and (min--moz-device-pixel-ratio: 0),
    not all and (-o-min-device-pixel-ratio: 0/1),
    not all and (min-resolution: 0.001dpcm) {
    .header-hire-dropdown--more,
    .header-outsource-dropdown--more {
      top: 165px;
    }
  }
  @media (max-width: 991px) {
    .header-hire-dropdown--more,
    .header-outsource-dropdown--more {
      top: 144px;
      height: 100vh;
    }
  }
  @media (max-width: 767px) {
    .header-hire-dropdown--more,
    .header-outsource-dropdown--more {
      top: 206px;
      height: -webkit-calc(90vh - 216px);
      height: -moz-calc(90vh - 216px);
      height: calc(90vh - 216px);
    }
  }
  @media (max-width: 467px) {
    .header-hire-dropdown--more,
    .header-outsource-dropdown--more {
      top: 247px;
      height: -webkit-calc(84vh - 216px);
      height: -moz-calc(84vh - 216px);
      height: calc(84vh - 216px);
    }
  }
  @media screen and (max-width: 367px) {
    .header-hire-dropdown--more,
    .header-outsource-dropdown--more {
      top: 242px;
    }
  }
  .header-hire-dropdown.show,
  .header-outsource-dropdown.show {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s, opacity 0.3s;
    -o-transition: visibility 0s, opacity 0.3s;
    -moz-transition: visibility 0s, opacity 0.3s;
    transition: visibility 0s, opacity 0.3s;
  }
  .header-hire-dropdown__inner,
  .header-outsource-dropdown__inner {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%;
  }
  .header-hire-dropdown .mCSB_inside > .mCSB_container,
  .header-outsource-dropdown .mCSB_inside > .mCSB_container {
    margin-right: 0;
  }
  .header-hire-dropdown__content,
  .header-outsource-dropdown__content {
    padding: 18px 0;
    height: -webkit-calc(100vh - 211px);
    height: -moz-calc(100vh - 211px);
    height: calc(100vh - 211px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
  }
  @media (max-width: 1280px) {
    .header-hire-dropdown__content,
    .header-outsource-dropdown__content {
      padding: 10px 0;
    }
  }
  .header-hire-dropdown__content .heading-2,
  .header-outsource-dropdown__content .heading-2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 10px;
  }
  .header-hire-dropdown__content .heading-2 span,
  .header-outsource-dropdown__content .heading-2 span {
    display: initial;
    
    color: #fff;
  }
  @media (max-width: 767px) {
    .header-hire-dropdown__content .heading-2,
    .header-outsource-dropdown__content .heading-2 {
      font-size: 1rem;
    }
  }
  @media (max-width: 1280px) {
    .header-hire-dropdown__content .heading-2,
    .header-outsource-dropdown__content .heading-2 {
      padding-bottom: 0;
    }
  }
  .header-hire-dropdown__content .connect-develop__content,
  .header-outsource-dropdown__content .connect-develop__content {
    padding: 10px 0;
  }
  .header-hire-dropdown__content .connect-develop__img-box,
  .header-outsource-dropdown__content .connect-develop__img-box {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
  .header-hire-dropdown__content .connect-develop__img-box img,
  .header-outsource-dropdown__content .connect-develop__img-box img {
    max-width: 18px;
  }
  .header-hire-dropdown__txt,
  .header-outsource-dropdown__txt {
    font-size: 1.5rem;
    
    line-height: normal;
    margin-bottom: 0;
  }
  @media (max-width: 991px) {
    .header-hire-dropdown__txt,
    .header-outsource-dropdown__txt {
      width: 100%;
      font-size: 1.125rem;
    }
    .header-hire-dropdown__txt > br,
    .header-outsource-dropdown__txt > br {
      display: none;
    }
  }
  @media (max-width: 767px) {
    .header-hire-dropdown__txt,
    .header-outsource-dropdown__txt {
      font-size: 0.875rem;
      margin-bottom: 15px;
    }
  }
  .header-hire-dropdown__action,
  .header-outsource-dropdown__action {
    background-color: #5bcdf3;
    padding: 20px 0;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  @media (max-width: 991px) {
    .header-hire-dropdown__action,
    .header-outsource-dropdown__action {
      padding: 15px 0;
    }
  }
  @media (max-width: 767px) {
    .header-hire-dropdown__action,
    .header-outsource-dropdown__action {
      padding: 10px 0;
    }
  }
  .header-hire-dropdown__action .row,
  .header-outsource-dropdown__action .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-hire-dropdown__action .col-auto,
  .header-outsource-dropdown__action .col-auto {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-hire-dropdown__action .btn,
  .header-outsource-dropdown__action .btn {
    font-size: 1.375rem;
    
    line-height: normal;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem;
    padding: 0.5rem 1rem;
    color: #fff;
    background-color: #000;
    border-color: #000;
  }
  @media (max-width: 991px) {
    .header-hire-dropdown__action .btn,
    .header-outsource-dropdown__action .btn {
      font-size: 1rem;
    }
  }
  .header-hire-dropdown__action .btn:hover,
  .header-outsource-dropdown__action .btn:hover {
    background-color: #fff;
    color: #000;
    border-color: #fff;
  }
  @media (max-width: 767px) {
    .header-outsource-dropdown {
      height: -webkit-calc(90vh - 152px);
      height: -moz-calc(90vh - 152px);
      height: calc(90vh - 152px);
    }
  }
  @media (max-width: 467px) {
    .header-outsource-dropdown {
      height: -webkit-calc(86vh - 193px);
      height: -moz-calc(86vh - 193px);
      height: calc(86vh - 193px);
    }
  }
  @media (max-width: 767px) {
    .header-outsource-dropdown--more {
      padding-bottom: 30px;
      height: -webkit-calc(90vh - 188px);
      height: -moz-calc(90vh - 188px);
      height: calc(90vh - 188px);
    }
  }
  @media (max-width: 467px) {
    .header-outsource-dropdown--more {
      height: -webkit-calc(86vh - 216px);
      height: -moz-calc(86vh - 216px);
      height: calc(86vh - 216px);
    }
  }
  .header-outsource-dropdown .heading-2 {
    padding-bottom: 10px;
  }
  .header-outsource-dropdown .heading-2:after {
    display: none;
  }
  .header-outsource-dropdown__listing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header-outsource-dropdown__listing > li {
    width: 18.8%;
    background-color: #051265;
  }
  @media (max-width: 767px) {
    .header-outsource-dropdown__listing > li {
      width: 48%;
    }
  }
  .header-outsource-dropdown__listing > li:not(:nth-of-type(5n + 5)) {
    margin-right: 1rem;
  }
  @media (max-width: 1199px) {
    .header-outsource-dropdown__listing > li:not(:nth-of-type(5n + 5)) {
      margin-right: 0.8rem;
    }
  }
  @media (max-width: 991px) {
    .header-outsource-dropdown__listing > li:not(:nth-of-type(5n + 5)) {
      margin-right: 0.6rem;
    }
  }
  @media (max-width: 767px) {
    .header-outsource-dropdown__listing > li:not(:nth-of-type(5n + 5)) {
      margin-right: 0;
    }
  }
  @media (max-width: 767px) {
    .header-outsource-dropdown__listing > li:not(:nth-of-type(2n + 2)) {
      margin-right: 0.8rem;
    }
  }
  .header-outsource-dropdown__listing > li:nth-last-of-type(-n + 5) {
    margin-top: 1rem;
  }
  @media (max-width: 767px) {
    .header-outsource-dropdown__listing > li:nth-last-of-type(-n + 8) {
      margin-top: 1rem;
    }
  }
  .header-outsource-dropdown__listing > li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 2rem 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid transparent;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  @media (max-width: 991px) {
    .header-outsource-dropdown__listing > li a {
      padding: 1rem 0.2rem;
    }
  }
  @media (max-width: 767px) {
    .header-outsource-dropdown__listing > li a {
      padding: 1rem;
    }
  }
  .header-outsource-dropdown__listing > li a:hover {
    border: 2px solid #5bcdf3;
  }
  .header-outsource-dropdown__listing > li a span {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 0.95rem;
  }
  @media (max-width: 1199px) {
    .header-outsource-dropdown__listing > li a span {
      font-size: 0.8rem;
    }
  }
  @media (max-width: 991px) {
    .header-outsource-dropdown__listing > li a span {
      font-size: 0.7rem;
    }
  }
  @media (max-width: 767px) {
    .header-outsource-dropdown__listing > li a span {
      font-size: 0.8rem;
    }
  }
  .header-outsource-dropdown__listing > li a img {
    height: 65px;
    margin-bottom: 1rem;
  }
  .footer {
    padding: 50px 0;
    background-color: #000;
    color: #fff;
    position: relative;
  }
  @media (max-width: 991px) {
    .footer {
      padding: 30px 0;
    }
  }
  .footer section {
    padding: 10px 0;
  }
  .footer-logo {
    max-width: 250px;
    width: 150px;
  }
  @media (max-width: 767px) {
    .footer-logo {
      margin: 0 auto;
      width: 100px;
    }
  }
  .footer-title {
    font-size: 1.5625rem;
    
    margin-top: 40px;
    margin-bottom: 0;
  }
  @media (max-width: 767px) {
    .footer-title {
      margin-bottom: 35px;
    }
  }
  .footer h2 {
    
    font-size: 1rem;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
    pointer-events: none;
    position: relative;
  }
  @media (max-width: 991px) {
    .footer h2 {
      font-size: 0.875rem;
      padding-right: 10px;
    }
  }
  @media (max-width: 767px) {
    .footer h2 {
      cursor: pointer;
      padding: 5px 0;
      margin-bottom: 20px;
      pointer-events: auto;
    }
  }
  .footer h2:after {
    content: "";
    width: 35px;
    height: 1px;
    background-color: #5bcdf3;
    position: absolute;
    left: 0;
    bottom: -15px;
  }
  @media (max-width: 767px) {
    .footer h2:after {
      width: 100%;
      bottom: -10px;
    }
  }
  @media (max-width: 767px) {
    .footer h2:before {
      content: "";
      width: 15px;
      height: 15px;
      background: -webkit-gradient(
          linear,
          left top,
          left bottom,
          from(#fff),
          to(#fff)
        ),
        -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
      background: -webkit-linear-gradient(#fff, #fff),
        -webkit-linear-gradient(#fff, #fff);
      background: -moz-linear-gradient(#fff, #fff),
        -moz-linear-gradient(#fff, #fff);
      background: -o-linear-gradient(#fff, #fff), -o-linear-gradient(#fff, #fff);
      background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
      background-position: center;
      -webkit-background-size: 50% 2px, 2px 50%;
      -moz-background-size: 50% 2px, 2px 50%;
      -o-background-size: 50% 2px, 2px 50%;
      background-size: 50% 2px, 2px 50%;
      background-repeat: no-repeat;
      position: absolute;
      right: 0;
      top: 6px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s;
    }
  }
  @media (max-width: 767px) {
    .footer h2.menu-open:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }
  @media (min-width: 768px) {
    .footer .nav {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -moz-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
  }
  .footer .nav li a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    padding: 7px 15px;
    padding-right: 10px;
    word-break: break-word;
  }
  @media (max-width: 991px) {
    .footer .nav li a {
      font-size: 0.8rem;
    }
  }
  .footer .nav li a:before {
    content: "";
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 15px;
    left: 0;
  }
  .footer .nav li a:hover {
    color: #5bcdf3;
  }
  .footer .nav li a:hover:before {
    background-color: #5bcdf3;
  }
  @media (max-width: 991px) {
    .footer__top .container > .row {
      margin-left: -5px;
      margin-right: -5px;
    }
    .footer__top .container > .row [class*="col-"] {
      padding-right: 5px;
      padding-left: 5px;
    }
  }
  @media (max-width: 991px) and (max-width: 767px) {
    .footer__top .container > .row .row {
      margin: 0;
    }
  }
  @media (max-width: 767px) {
    .footer__top {
      margin-bottom: 0;
    }
    .footer__top .container > .row [class*="col-"] {
      padding-right: 5px !important;
      padding-left: 5px !important;
    }
  }
  .footer .footer-block-menu ul li {
    width: 50%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  @media (max-width: 767px) {
    .footer .footer-block-menu ul li {
      width: 49%;
    }
  }
  @media (max-width: 767px) {
    .footer .footer-block-menu .nav {
      margin-bottom: 10px;
      display: none;
    }
  }
  .footer .footer-first .row {
    margin: 0;
  }
  @media (max-width: 991px) {
    .footer .footer-first .row ul li {
      width: 100%;
    }
  }
  @media (max-width: 991px) and (max-width: 767px) {
    .footer .footer-first .row ul li {
      width: 49%;
    }
  }
  @media (max-width: 767px) {
    .footer .footer-first .row {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-bottom: 0;
    }
  }
  @media (max-width: 767px) {
    .footer .footer-first .row .footer-block-menu {
      text-align: left;
    }
  }
  .footer .footer-second .menu--outsourcing-guide > ul li {
    width: 100%;
  }
  @media (max-width: 767px) {
    .footer .footer-second .menu--outsourcing-guide > ul li {
      width: 49%;
    }
  }
  @media (max-width: 991px) {
    .footer .footer-second .row {
      margin: 0 -5px;
    }
  }
  @media (max-width: 991px) and (max-width: 767px) {
    .footer .footer-second .row {
      padding-top: 0;
    }
  }
  @media (max-width: 991px) {
    .footer .footer-second .row .col-md-6 {
      padding-left: 5px;
      padding-right: 5px;
    }
    .footer .footer-second .row .col-md-6 ul li {
      width: 100%;
    }
  }
  @media (max-width: 767px) {
    .footer .footer-second .row .col-md-6 ul li {
      width: 49%;
    }
  }
  .footer .footer-third {
    background-color: #5bcdf3;
    position: relative;
    margin-top: 10px;
  }
  .footer .footer-third .row {
    margin: 0;
    padding: 0;
  }
  .footer .footer-third .menu--why-s4s,
  .footer .footer-third .menu--about-s4s,
  .footer .footer-third .menu--who-we-are {
    color: #000;
    padding: 20px 25px;
  }
  @media (max-width: 991px) {
    .footer .footer-third .menu--why-s4s,
    .footer .footer-third .menu--about-s4s,
    .footer .footer-third .menu--who-we-are {
      padding: 40px 15px;
    }
  }
  @media (max-width: 767px) {
    .footer .footer-third .menu--why-s4s,
    .footer .footer-third .menu--about-s4s,
    .footer .footer-third .menu--who-we-are {
      padding: 10px;
      width: 100%;
    }
    .footer .footer-third .menu--why-s4s .nav,
    .footer .footer-third .menu--about-s4s .nav,
    .footer .footer-third .menu--who-we-are .nav {
      display: none;
    }
  }
  @media (max-width: 767px) {
    .footer .footer-third .menu--why-s4s h2,
    .footer .footer-third .menu--about-s4s h2,
    .footer .footer-third .menu--who-we-are h2 {
      margin-bottom: 0;
    }
  }
  .footer .footer-third .menu--why-s4s h2:after,
  .footer .footer-third .menu--about-s4s h2:after,
  .footer .footer-third .menu--who-we-are h2:after {
    background-color: black;
  }
  @media (max-width: 767px) {
    .footer .footer-third .menu--why-s4s h2:after,
    .footer .footer-third .menu--about-s4s h2:after,
    .footer .footer-third .menu--who-we-are h2:after {
      display: none;
    }
  }
  @media (max-width: 767px) {
    .footer .footer-third .menu--why-s4s h2:before,
    .footer .footer-third .menu--about-s4s h2:before,
    .footer .footer-third .menu--who-we-are h2:before {
      background: -webkit-gradient(
          linear,
          left top,
          left bottom,
          from(#000),
          to(#000)
        ),
        -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
      background: -webkit-linear-gradient(#000, #000),
        -webkit-linear-gradient(#000, #000);
      background: -moz-linear-gradient(#000, #000),
        -moz-linear-gradient(#000, #000);
      background: -o-linear-gradient(#000, #000), -o-linear-gradient(#000, #000);
      background: linear-gradient(#000, #000), linear-gradient(#000, #000);
      background-position: center;
      -webkit-background-size: 50% 2px, 2px 50%;
      -moz-background-size: 50% 2px, 2px 50%;
      -o-background-size: 50% 2px, 2px 50%;
      background-size: 50% 2px, 2px 50%;
      background-repeat: no-repeat;
    }
  }
  .footer .footer-third .menu--why-s4s ul li,
  .footer .footer-third .menu--about-s4s ul li,
  .footer .footer-third .menu--who-we-are ul li {
    width: 100%;
    display: inline-block;
  }
  @media (max-width: 767px) {
    .footer .footer-third .menu--why-s4s ul li,
    .footer .footer-third .menu--about-s4s ul li,
    .footer .footer-third .menu--who-we-are ul li {
      width: 49%;
    }
  }
  .footer .footer-third .menu--why-s4s ul li a,
  .footer .footer-third .menu--about-s4s ul li a,
  .footer .footer-third .menu--who-we-are ul li a {
    color: #000;
    padding: 2.5px 15px;
  }
  .footer .footer-third .menu--why-s4s ul li a:before,
  .footer .footer-third .menu--about-s4s ul li a:before,
  .footer .footer-third .menu--who-we-are ul li a:before {
    background-color: black;
    top: 10px;
  }
  .footer .footer-third .menu--why-s4s ul li a:hover,
  .footer .footer-third .menu--about-s4s ul li a:hover,
  .footer .footer-third .menu--who-we-are ul li a:hover {
    color: #fff;
  }
  .footer .footer-third .menu--why-s4s ul li a:hover:before,
  .footer .footer-third .menu--about-s4s ul li a:hover:before,
  .footer .footer-third .menu--who-we-are ul li a:hover:before {
    background-color: white;
  }
  .footer .footer-third .menu--why-s4s {
    padding-bottom: 0;
  }
  .footer .footer-third .menu--quick-links {
    background-color: #363636;
    padding: 20px 25px;
    width: 100%;
  }
  @media (max-width: 991px) {
    .footer .footer-third .menu--quick-links {
      padding: 40px 15px;
    }
  }
  @media (max-width: 767px) {
    .footer .footer-third .menu--quick-links {
      padding: 10px;
      width: 100%;
    }
    .footer .footer-third .menu--quick-links .nav {
      display: none;
      margin-bottom: 0;
    }
  }
  @media (max-width: 767px) {
    .footer .footer-third .menu--quick-links h2 {
      margin-bottom: 0;
    }
  }
  .footer .footer-third .menu--quick-links h2:after {
    background-color: white;
  }
  @media (max-width: 767px) {
    .footer .footer-third .menu--quick-links h2:after {
      display: none;
    }
  }
  .footer .footer-third .menu--quick-links ul li {
    width: 100%;
  }
  .footer .footer-third .menu--quick-links ul li a {
    padding: 2.5px 15px;
  }
  .footer .footer-third .menu--quick-links ul li a:before {
    top: 10px;
  }
  .footer .footer-fourth .region-footer-fourth {
    margin: 0;
    margin-top: 10px;
  }
  .footer .footer-fourth .region-footer-fourth .block {
    width: 100%;
  }
  .footer .footer-fourth p {
    margin-bottom: 0;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
  }
  .footer .footer-fourth .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  @media (max-width: 991px) {
    .footer .footer-fourth .row {
      margin-left: -5px;
      margin-right: -5px;
    }
    .footer .footer-fourth .row [class*="col-"] {
      padding-right: 5px;
      padding-left: 5px;
    }
  }
  @media (max-width: 767px) {
    .footer .footer-fourth .row {
      text-align: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }
  @media (max-width: 767px) {
    .footer .footer-fourth .disclaimer {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
    }
  }
  .footer .footer-fourth .disclaimer-menu {
    text-align: right;
  }
  @media (max-width: 767px) {
    .footer .footer-fourth .disclaimer-menu {
      text-align: center;
    }
  }
  .footer .footer-fourth .disclaimer-menu li a {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
  }
  .footer .footer-fourth .disclaimer-menu li a:hover {
    color: #fff;
    text-decoration: none;
  }
  .footer .footer-fourth .disclaimer-menu li:first-child a:before {
    content: "";
    position: absolute;
    right: -6px;
    top: 15%;
    height: 70%;
    width: 1px;
    background: rgba(255, 255, 255, 0.5);
  }
  @media (max-width: 767px) {
    .footer .footer-fourth .social {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 10px;
    }
  }
  .footer .footer-fourth .social-listing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  @media (max-width: 767px) {
    .footer .footer-fourth .social-listing {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 20px;
    }
  }
  .footer .footer-fourth .social-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
  }
  .footer .footer-fourth .social-menu li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .footer .footer-fourth .social-menu li a {
    text-decoration: none;
  }
  .footer .footer-fourth .social-menu li a img {
    max-width: 18px;
  }
  .footer .footer-fourth .social-menu--linkedin a:hover {
    -webkit-filter: invert(26%) sepia(98%) saturate(1453%) hue-rotate(178deg)
      brightness(98%) contrast(101%);
    filter: invert(26%) sepia(98%) saturate(1453%) hue-rotate(178deg)
      brightness(98%) contrast(101%);
  }
  .footer .footer-fourth .social-menu--facebook a:hover {
    -webkit-filter: invert(36%) sepia(6%) saturate(4874%) hue-rotate(183deg)
      brightness(91%) contrast(93%);
    filter: invert(36%) sepia(6%) saturate(4874%) hue-rotate(183deg)
      brightness(91%) contrast(93%);
  }
  .footer .footer-fourth .social-menu--twitter a:hover {
    -webkit-filter: invert(60%) sepia(79%) saturate(1448%) hue-rotate(180deg)
      brightness(101%) contrast(87%);
    filter: invert(60%) sepia(79%) saturate(1448%) hue-rotate(180deg)
      brightness(101%) contrast(87%);
  }
  @media (max-width: 767px) {
    .footer .footer-fourth .copyright {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin-bottom: 10px;
    }
  }
  .footer .footer-action {
    position: relative;
  }
  .footer .footer-action .row {
    margin: 0;
    padding: 0;
  }
  .footer .footer-actions-btn {
    position: absolute;
    background-color: #5bcdf3;
    top: -100px;
    right: 0;
    width: 255px;
    z-index: 1;
    display: none;
  }
  @media (max-width: 1199px) {
    .footer .footer-actions-btn {
      width: 210px;
    }
  }
  @media (max-width: 991px) {
    .footer .footer-actions-btn {
      top: -80px;
      width: 165px;
    }
  }
  @media (max-width: 767px) {
    .footer .footer-actions-btn {
      width: 100px;
      top: -70px;
    }
  }
  .footer .footer-actions-btn ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
  .footer .footer-actions-btn ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .footer .footer-actions-btn ul li:first-child {
    border-right: 1px solid #5bcdf3;
  }
  .footer .footer-actions-btn ul li a {
    display: block;
    min-height: 50px;
    height: 100%;
    padding: 10px 5px;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
  }
  .footer .footer-actions-btn ul li a + div {
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    padding: 5px;
    background-color: #5bcdf3;
    display: none;
    font-size: 0.875rem;
  }
  .footer .footer-actions-btn ul li a:hover + div {
    display: block;
  }
  @media (max-width: 767px) {
    .footer .footer-actions-btn ul li a {
      min-height: 40px;
    }
  }
  .footer .footer-actions-btn ul li a.contact-btn {
    background-image: url(../images/U8lG9Ee5kp6W.svg);
    -webkit-background-size: 35px 35px;
    -moz-background-size: 35px;
    -o-background-size: 35px;
    background-size: 35px;
  }
  .footer .footer-actions-btn ul li a.contact-btn.open {
    background-image: url(../images/cIOCd9io5UVx.svg);
    -webkit-background-size: 25px 25px;
    -moz-background-size: 25px;
    -o-background-size: 25px;
    background-size: 25px;
  }
  @media (max-width: 767px) {
    .footer .footer-actions-btn ul li a.contact-btn {
      -webkit-background-size: 25px 25px;
      -moz-background-size: 25px;
      -o-background-size: 25px;
      background-size: 25px;
    }
  }
  .footer .footer-actions-btn ul li a.share-btn {
    background-image: url(../images/EUuWt4V7cVP9.svg);
    -webkit-background-size: 25px 25px;
    -moz-background-size: 25px;
    -o-background-size: 25px;
    background-size: 25px;
  }
  .footer .footer-actions-btn ul li a.share-btn.open {
    background-image: url(../images/cIOCd9io5UVx.svg);
    -webkit-background-size: 25px 25px;
    -moz-background-size: 25px;
    -o-background-size: 25px;
    background-size: 25px;
  }
  @media (max-width: 767px) {
    .footer .footer-actions-btn ul li a.share-btn {
      -webkit-background-size: 20px 20px;
      -moz-background-size: 20px;
      -o-background-size: 20px;
      background-size: 20px;
    }
  }
  @media (max-width: 767px) {
    .footer .footer-actions-btn ul li a {
      padding: 5px;
    }
  }
  .footer .footer-actions-btn ul li a:before {
    display: none;
  }
  .footer #block-footersocialshare,
  .footer #block-footercontactus {
    width: 100%;
    min-height: 200px;
    position: absolute;
    left: 0;
    top: -50px;
    background-color: #2b2c2f;
    z-index: 1;
    display: none;
    color: #fff;
    padding: 20px;
  }
  @media (max-width: 991px) {
    .footer #block-footersocialshare,
    .footer #block-footercontactus {
      top: -30px;
    }
  }
  .footer .social-share-content h3 {
    position: relative;
    font-size: 1.125rem;
    
    padding-left: 30px;
    margin-bottom: 20px;
  }
  .footer .social-share-content h3:before {
    content: "";
    background-image: url(../images/EUuWt4V7cVP9.svg);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
  }
  .footer .social-share-content ul {
    list-style: none;
    padding: 10px 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer .social-share-content ul li {
    display: inline-block;
    margin-right: 10px;
    width: 24%;
  }
  @media (max-width: 767px) {
    .footer .social-share-content ul li {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
    }
  }
  @media (max-width: 575px) {
    .footer .social-share-content ul li {
      width: 100%;
      -webkit-box-flex: 100%;
      -webkit-flex: 100%;
      -moz-box-flex: 100%;
      -ms-flex: 100%;
      flex: 100%;
      margin-bottom: 10px;
    }
  }
  .footer .social-share-content ul li a:before {
    display: none;
  }
  .footer .social-share-content .link-content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    margin-bottom: 15px;
  }
  .footer .social-share-content .link-content li a {
    font-size: 0.875rem;
    
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
  }
  .footer .social-share-content .link-content li a:hover {
    color: #5bcdf3;
  }
  .footer .social-share-content .social-media-option li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer .social-share-content .social-media-option li span {
    display: block;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .footer .social-share-content .social-media-option li span:hover {
    opacity: 0.75;
    background-position: -32px;
  }
  .footer .social-share-content .social-media-option li span > span {
    display: block !important;
    margin-right: 5px;
  }
  .footer .contact-us-content h3 {
    position: relative;
    font-size: 1.125rem;
    
    padding-left: 30px;
    margin-bottom: 20px;
  }
  .footer .contact-us-content h3:before {
    content: "";
    background-image: url(../images/U8lG9Ee5kp6W.svg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
  }
  .footer .contact-us-content h4 {
    font-size: 1rem;
    color: #5bcdf3;
    
  }
  .footer .contact-us-content ul {
    list-style: none;
    padding: 10px 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer .contact-us-content ul li {
    display: inline-block;
    width: 24%;
    
    font-size: 0.875rem;
  }
  @media (max-width: 991px) {
    .footer .contact-us-content ul li {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
    }
  }
  @media (max-width: 767px) {
    .footer .contact-us-content ul li {
      width: 50%;
      -webkit-box-flex: 50%;
      -webkit-flex: 50%;
      -moz-box-flex: 50%;
      -ms-flex: 50%;
      flex: 50%;
      margin-bottom: 10px;
    }
  }
  @media (max-width: 575px) {
    .footer .contact-us-content ul li {
      width: 100%;
      -webkit-box-flex: 100%;
      -webkit-flex: 100%;
      -moz-box-flex: 100%;
      -ms-flex: 100%;
      flex: 100%;
    }
  }
  .footer .contact-us-content ul li a {
    
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .footer .contact-us-content ul li a:hover {
    color: #5bcdf3;
  }
  .footer .contact-us-content ul li a:before {
    display: none;
  }
  .footer .contact-us-content ul li a img {
    width: 15px;
    margin-right: 10px;
  }
  .footer .contact-us-content .contact-numbers {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    margin-bottom: 15px;
  }
  .footer-client {
    padding: 20px 0;
  }
  .footer-client .footer-clientlist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  @media (max-width: 767px) {
    .footer-client .footer-clientlist {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  @media (max-width: 767px) {
    .footer-client .footer-clientlist__left {
      margin-bottom: 10px;
    }
  }
  .footer-client .footer-clientlist__left p {
    margin-bottom: 0;
  }
  @media (max-width: 991px) {
    .footer-client .footer-clientlist__left p {
      padding-right: 10px;
    }
  }
  @media (max-width: 767px) {
    .footer-client .footer-clientlist__right {
      width: 100%;
    }
  }
  .footer-client .footer-clientlist__right p {
    margin-bottom: 0;
  }
  @media (max-width: 991px) {
    .footer-client .footer-clientlist__right p a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }
  @media (max-width: 767px) {
    .footer-client .footer-clientlist__right p a {
      display: inline-block;
    }
  }
  .footer-client .footer-clientlist__right p a span {
    border-bottom: 2px solid #5bcdf3;
    color: #fff;
    padding-bottom: 5px;
    margin-left: 10px;
  }
  .content-top {
    position: relative;
  }
  .content-top .region-content-top {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
  }
  .content-top .block-webform {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  @media (max-width: 767px) {
    .content-top .block-webform {
      position: relative;
      padding-top: 1rem;
    }
  }
  .content-top .block-webform .webform-ajax-form-wrapper {
    padding-left: 67%;
  }
  @media (max-width: 767px) {
    .content-top .block-webform .webform-ajax-form-wrapper {
      padding-left: 0;
    }
  }
  .content-bottom .region-content-bottom {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
  }
  .content-bottom #block-s4sbrilliantcustomer section {
    display: none;
  }
  html {
    scroll-behavior: smooth;
  }
  .path-frontpage .block-system-main-block .node__content {
    margin-top: 0;
  }
  .path-frontpage .team-augmentation {
    padding-top: 120px;
  }
  .path-frontpage .team-augmentation .resource-offshore {
    margin-bottom: 50px;
  }
  .digital-accelerator {
    padding: 80px 0 100px 0;
    background-color: #071780;
    color: #fff;
    position: relative;
    overflow: hidden;
    background-image: url(../images/8vtAxAbgxahK.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 1000px 1000px;
    -moz-background-size: 1000px;
    -o-background-size: 1000px;
    background-size: 1000px;
    background-position-x: center;
    background-position-y: 440px;
  }
  @media (max-width: 991px) {
    .digital-accelerator {
      background-position-y: 480px;
    }
  }
  @media (max-width: 767px) {
    .digital-accelerator {
      background-position-y: 610px;
    }
  }
  @media (max-width: 575px) {
    .digital-accelerator {
      background-position-y: 590px;
      padding: 60px 0 80px 0;
    }
  }
  .digital-accelerator .technogies {
    margin-left: -10px;
  }
  .digital-accelerator .technogies ul li {
    margin: 6px 3px;
  }
  .digital-accelerator .technogies__content {
    border: 1px solid #fff;
    color: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    padding: 5px 15px;
  }
  .digital-accelerator__left p {
    font-size: 1.5625rem;
    
  }
  .digital-accelerator__left a.btn {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: #5bcdf3;
    padding: 10px 60px 10px 30px;
    
    position: relative;
  }
  .digital-accelerator__left a.btn:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../images/Mi5JXTy3pcmM.svg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .digital-accelerator__left a.btn:hover {
    border: 1px solid #5bcdf3;
    background-color: transparent;
    color: #fff;
  }
  .digital-accelerator__left a.btn:hover:before {
    background-image: url(../images/gsNwuByw8lzw.svg);
  }
  .digital-accelerator__right {
    height: 100%;
  }
  .digital-accelerator__right ul {
    height: 100%;
    padding: 0 37px;
  }
  @media (max-width: 991px) {
    .digital-accelerator__right ul {
      padding: 0;
    }
  }
  @media (max-width: 767px) {
    .digital-accelerator__right ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
  }
  .digital-accelerator__right ul li {
    height: 135px;
    width: 135px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
    margin-left: auto;
    -webkit-transition: all 0.5 ease-in-out;
    -o-transition: all 0.5 ease-in-out;
    -moz-transition: all 0.5 ease-in-out;
    transition: all 0.5 ease-in-out;
  }
  .digital-accelerator__right ul li:hover {
    background-color: transparent !important;
    border: 1px solid #5bcdf3;
  }
  .digital-accelerator__right ul li:hover .why-content p a {
    color: #fff;
  }
  @media (max-width: 575px) {
    .digital-accelerator__right ul li {
      height: auto;
      width: 32%;
    }
  }
  @media (max-width: 767px) {
    .digital-accelerator__right ul li {
      margin-left: inherit;
    }
  }
  .digital-accelerator__right ul li + li {
    margin-top: 18px;
  }
  @media (max-width: 767px) {
    .digital-accelerator__right ul li + li {
      margin-top: 0;
    }
  }
  .digital-accelerator__right ul li a {
    text-decoration: none;
  }
  .digital-accelerator__right ul li .why-content {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  @media (max-width: 767px) {
    .digital-accelerator__right ul li .why-content {
      min-height: 100px;
    }
  }
  .digital-accelerator__right ul li .why-content > a {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .digital-accelerator__right ul li .why-content > a:hover .outsource-txt {
    color: #fff;
  }
  .digital-accelerator__right ul li .why-content .outsource-txt {
    color: #000;
    margin-bottom: 5px;
    display: block;
    
    font-size: 1.3125rem;
    line-height: 1.2;
  }
  @media (max-width: 575px) {
    .digital-accelerator__right ul li .why-content .outsource-txt {
      font-size: 1.0625rem;
    }
  }
  .digital-accelerator__right ul li .why-content img {
    width: 20px;
  }
  .digital-accelerator__right ul li .why-content .s4s-next-hover {
    display: none;
  }
  .digital-accelerator__right ul li .why-content:hover .s4s-next {
    display: none;
  }
  .digital-accelerator__right ul li .why-content:hover .s4s-next-hover {
    display: inline-block;
  }
  .digital-accelerator .earth {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 500px;
    width: 100%;
    max-width: 90%;
  }
  .happy-clients {
    background-color: #f2f2f2;
  }
  .happy-clients__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .happy-clients__content ul {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px);
  }
  .happy-clients__content ul li {
    display: inline-block;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .happy-clients__content ul li:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  .happy-clients__content ul li img {
    max-width: 115px;
    width: 100%;
  }
  .happy-clients__content .happy-clients-carousel,
  .happy-clients__content .elite-clients-carousel {
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px);
    height: 80px;
    padding: 0 10px;
  }
  @media (max-width: 575px) {
    .happy-clients__content .happy-clients-carousel,
    .happy-clients__content .elite-clients-carousel {
      width: -webkit-calc(100% - 130px);
      width: -moz-calc(100% - 130px);
      width: calc(100% - 130px);
    }
  }
  .happy-clients__content .happy-clients-carousel .item,
  .happy-clients__content .elite-clients-carousel .item {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .happy-clients__content .happy-clients-carousel .item:hover,
  .happy-clients__content .elite-clients-carousel .item:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  .happy-clients__content .happy-clients-carousel .item img,
  .happy-clients__content .elite-clients-carousel .item img {
    max-width: 120px;
    width: 100%;
  }
  .happy-clients__content .happy-clients-carousel .owl-stage-outer,
  .happy-clients__content .elite-clients-carousel .owl-stage-outer {
    height: 100%;
  }
  .happy-clients__content .happy-clients-carousel .owl-stage-outer .owl-stage,
  .happy-clients__content .elite-clients-carousel .owl-stage-outer .owl-stage {
    height: 100%;
  }
  .happy-clients__content
    .happy-clients-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item,
  .happy-clients__content
    .elite-clients-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item {
    height: 100%;
    padding-left: 10px;
  }
  .happy-clients__content .happy-clients-carousel .owl-nav button.owl-next,
  .happy-clients__content .happy-clients-carousel .owl-nav button.owl-prev,
  .happy-clients__content .elite-clients-carousel .owl-nav button.owl-next,
  .happy-clients__content .elite-clients-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    font-weight: 100;
    width: 20px;
    height: 20px;
  }
  .happy-clients__content .happy-clients-carousel .owl-nav button.owl-next:before,
  .happy-clients__content .happy-clients-carousel .owl-nav button.owl-prev:before,
  .happy-clients__content .elite-clients-carousel .owl-nav button.owl-next:before,
  .happy-clients__content
    .elite-clients-carousel
    .owl-nav
    button.owl-prev:before {
    content: "";
    border: solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
  }
  .happy-clients__content
    .happy-clients-carousel
    .owl-nav
    button.owl-next.disabled,
  .happy-clients__content
    .happy-clients-carousel
    .owl-nav
    button.owl-prev.disabled,
  .happy-clients__content
    .elite-clients-carousel
    .owl-nav
    button.owl-next.disabled,
  .happy-clients__content
    .elite-clients-carousel
    .owl-nav
    button.owl-prev.disabled {
    cursor: no-drop;
  }
  .happy-clients__content
    .happy-clients-carousel
    .owl-nav
    button.owl-next.disabled:before,
  .happy-clients__content
    .happy-clients-carousel
    .owl-nav
    button.owl-prev.disabled:before,
  .happy-clients__content
    .elite-clients-carousel
    .owl-nav
    button.owl-next.disabled:before,
  .happy-clients__content
    .elite-clients-carousel
    .owl-nav
    button.owl-prev.disabled:before {
    border-color: #cecece;
  }
  .happy-clients__content .happy-clients-carousel .owl-nav button.owl-next,
  .happy-clients__content .elite-clients-carousel .owl-nav button.owl-next {
    right: 5px;
  }
  .happy-clients__content .happy-clients-carousel .owl-nav button.owl-next:before,
  .happy-clients__content
    .elite-clients-carousel
    .owl-nav
    button.owl-next:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .happy-clients__content .happy-clients-carousel .owl-nav button.owl-prev,
  .happy-clients__content .elite-clients-carousel .owl-nav button.owl-prev {
    left: 10px;
  }
  .happy-clients__content .happy-clients-carousel .owl-nav button.owl-prev:before,
  .happy-clients__content
    .elite-clients-carousel
    .owl-nav
    button.owl-prev:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .happy-clients__content-text {
    background-color: #494949;
    color: #fff;
    text-align: center;
    height: 100px;
    padding: 10px 0;
    min-width: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  @media (max-width: 1199px) {
    .happy-clients__content-text {
      height: 80px;
    }
  }
  @media (max-width: 575px) {
    .happy-clients__content-text {
      min-width: 130px;
    }
  }
  .happy-clients__content-text span {
    display: block;
    
    font-size: 2rem;
    line-height: 1;
  }
  .team-glance {
    position: relative;
    z-index: 1;
  }
  .team-glance__content {
    width: 70%;
    margin: auto;
    margin-bottom: 40px;
  }
  @media (max-width: 991px) {
    .team-glance__content {
      width: 100%;
    }
  }
  .team-glance__content-services img {
    height: 39px;
    margin-bottom: 20px;
  }
  .team-glance__content-services span {
    display: block;
    text-transform: uppercase;
    margin-bottom: 20px;
    
    font-size: 1.5625rem;
  }
  .team-glance__vision {
    margin-bottom: -120px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
  }
  .team-glance__vision .bg-primary,
  .team-glance__vision .bg-secondary {
    position: relative;
  }
  .team-glance__vision .bg-primary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
  }
  .team-glance__vision .bg-primary:before {
    content: "";
    position: absolute;
    background-image: url(../images/ytRQRx7pIYZc.svg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: -15%;
    left: -21px;
    height: 100%;
    width: 30px;
    display: block;
    z-index: 1;
    -webkit-transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    -o-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  @media (max-width: 991px) {
    .team-glance__vision .bg-primary:before {
      left: -20px;
    }
  }
  @media (max-width: 767px) {
    .team-glance__vision .bg-primary:before {
      display: none;
    }
  }
  .team-glance__vision .bg-secondary:after {
    content: "";
    position: absolute;
    background-image: url(../images/qr1u6x2AaiJY.svg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    right: -20px;
    height: 100%;
    width: 30px;
    display: block;
    z-index: 2;
  }
  @media (max-width: 991px) {
    .team-glance__vision .bg-secondary:after {
      right: -24px;
      width: 32px;
    }
  }
  @media (max-width: 767px) {
    .team-glance__vision .bg-secondary:after {
      display: none;
    }
  }
  .team-glance__vision-content {
    color: #fff;
    text-align: center;
    padding: 18px 30px;
    height: 100%;
  }
  @media (max-width: 991px) {
    .team-glance__vision-content {
      padding: 10px;
    }
  }
  @media (max-width: 575px) {
    .team-glance__vision-content {
      border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }
  }
  .team-glance__vision-content .number {
    
    font-size: 2.1875rem;
    letter-spacing: 1px;
    line-height: 1.2;
  }
  .team-glance__vision-content span {
    
    font-size: 1.125rem;
    display: block;
    margin-bottom: 5px;
  }
  .team-glance__vision-content p {
    
    margin-bottom: 0;
    font-size: 0.875rem;
    line-height: 1.2;
  }
  .team-glance__vision .vision {
    text-transform: uppercase;
    color: #fff;
    
    font-size: 2.8125rem;
    letter-spacing: 1px;
    text-align: center;
  }
  @media (max-width: 991px) {
    .team-glance__vision .vision {
      font-size: 2.375rem;
    }
  }
  .team-augmentation {
    background-color: #f2f2f2;
    padding-top: 50px;
    position: relative;
    overflow: hidden;
  }
  .team-augmentation:before {
    content: "";
    background-image: url(../images/izaqXYeikpGd.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 400px;
    height: 400px;
    position: absolute;
    top: 100px;
    right: -35px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    display: block;
  }
  @media (max-width: 767px) {
    .team-augmentation:before {
      display: none;
    }
  }
  .team-augmentation .resource-offshore {
    position: relative;
  }
  .team-augmentation .resource-offshore__left {
    width: 35%;
    -webkit-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
  }
  @media (max-width: 991px) {
    .team-augmentation .resource-offshore__left {
      width: 33.33%;
      -webkit-flex-basis: 33.33%;
      -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
    }
  }
  @media (max-width: 767px) {
    .team-augmentation .resource-offshore__left {
      width: 100%;
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      margin-bottom: 20px;
    }
  }
  .team-augmentation .resource-offshore__center {
    width: 30%;
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
  @media (max-width: 991px) {
    .team-augmentation .resource-offshore__center {
      width: 33.33%;
      -webkit-flex-basis: 33.33%;
      -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
    }
  }
  @media (max-width: 767px) {
    .team-augmentation .resource-offshore__center {
      width: 100%;
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      margin-bottom: 20px;
    }
  }
  .team-augmentation .resource-offshore__right {
    width: 35%;
    -webkit-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
  }
  @media (max-width: 991px) {
    .team-augmentation .resource-offshore__right {
      width: 33.33%;
      -webkit-flex-basis: 33.33%;
      -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
    }
  }
  @media (max-width: 767px) {
    .team-augmentation .resource-offshore__right {
      width: 100%;
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
    }
  }
  .team-augmentation .resource-offshore__list {
    background-color: #fff;
    height: 100%;
    padding: 10px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  .team-augmentation .resource-offshore__list > ul {
    height: 100%;
  }
  .team-augmentation .resource-offshore__list > ul > li {
    height: 33.33%;
  }
  @media (max-width: 991px) {
    .team-augmentation .resource-offshore__list > ul > li {
      height: auto;
    }
  }
  .team-augmentation .resource-offshore__list > ul > li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .team-augmentation .resource-offshore__list-content {
    height: 100%;
    padding: 25px 0 10px 0;
    font-size: 0.9375rem;
  }
  .team-augmentation .resource-offshore__list-content h3 {
    
    font-size: 1.5625rem;
  }
  .team-augmentation .resource-offshore__list-content > ul li {
    position: relative;
    padding-left: 20px;
  }
  .team-augmentation .resource-offshore__list-content > ul li + li {
    margin-top: 8px;
  }
  .team-augmentation .resource-offshore__list-content > ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #989898;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
  }
  .team-augmentation .resource-offshore__middle {
    padding: 10px 20px;
    height: 100%;
  }
  .team-augmentation .resource-offshore__middle p {
    font-size: 0.9375rem;
    margin-bottom: 0;
  }
  .team-augmentation .resource-offshore__circle {
    margin-bottom: 20px;
    position: relative;
  }
  .team-augmentation .resource-offshore__circle:before {
    content: url(../images/e0MEPHe1kZnZ.svg);
    position: absolute;
    left: -20px;
    width: 67px;
    top: 85px;
  }
  @media (max-width: 991px) {
    .team-augmentation .resource-offshore__circle:before {
      top: 65px;
    }
  }
  @media (max-width: 767px) {
    .team-augmentation .resource-offshore__circle:before {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
      left: 15%;
      height: 20px;
    }
  }
  @media (max-width: 575px) {
    .team-augmentation .resource-offshore__circle:before {
      left: 0;
    }
  }
  @media (max-width: 359px) {
    .team-augmentation .resource-offshore__circle:before {
      left: -20px;
    }
  }
  .team-augmentation .resource-offshore__circle:after {
    content: url(../images/ySTQ3UXXbkh6.svg);
    position: absolute;
    right: -20px;
    width: 67px;
    bottom: 85px;
  }
  @media (max-width: 991px) {
    .team-augmentation .resource-offshore__circle:after {
      bottom: 65px;
    }
  }
  @media (max-width: 767px) {
    .team-augmentation .resource-offshore__circle:after {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
      right: 15%;
      height: 20px;
    }
  }
  @media (max-width: 575px) {
    .team-augmentation .resource-offshore__circle:after {
      right: 0;
    }
  }
  @media (max-width: 359px) {
    .team-augmentation .resource-offshore__circle:after {
      right: -20px;
    }
  }
  .team-augmentation .resource-offshore__circle-inner {
    height: 200px;
    width: 200px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    position: relative;
    
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  @media (max-width: 991px) {
    .team-augmentation .resource-offshore__circle-inner {
      width: 170px;
      height: 170px;
    }
  }
  .team-augmentation .resource-offshore__circle-inner.offshore {
    z-index: 1;
    margin-top: -40px;
    -webkit-box-shadow: 0px 0px 8px 1px #5bcdf3;
    -moz-box-shadow: 0px 0px 8px 1px #5bcdf3;
    box-shadow: 0px 0px 8px 1px #5bcdf3;
    background-color: rgba(252, 167, 40, 0.9);
  }
  @media (max-width: 1199px) {
    .team-augmentation .resource-offshore__circle-inner.offshore {
      background-color: #5bcdf3;
    }
  }
  @media (max-width: 767px) {
    .team-augmentation .resource-offshore__circle-inner.offshore {
      background-color: rgba(252, 167, 40, 0.9);
    }
  }
  .team-augmentation .resource-offshore__circle-inner.offshore span {
    margin-top: 20px;
  }
  .team-augmentation .resource-offshore__circle-inner.resource {
    z-index: 2;
    -webkit-box-shadow: 0px 0px 8px 1px #071780;
    -moz-box-shadow: 0px 0px 8px 1px #071780;
    box-shadow: 0px 0px 8px 1px #071780;
    overflow: hidden;
    background-color: rgba(7, 23, 128, 0.9);
  }
  @media (max-width: 1199px) {
    .team-augmentation .resource-offshore__circle-inner.resource {
      background-color: #071780;
    }
  }
  @media (max-width: 767px) {
    .team-augmentation .resource-offshore__circle-inner.resource {
      background-color: rgba(7, 23, 128, 0.9);
    }
  }
  .team-augmentation .resource-offshore__circle-inner.resource span {
    margin-bottom: 20px;
  }
  .team-augmentation .resource-offshore__circle-inner.resource:after {
    content: "";
    background: rgba(10, 198, 255, 0.25);
    -webkit-border-radius: 140px;
    -moz-border-radius: 140px;
    border-radius: 140px;
    position: absolute;
    bottom: -3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 200px;
    height: 200px;
    bottom: -160px;
  }
  @media (max-width: 991px) {
    .team-augmentation .resource-offshore__circle-inner.resource:after {
      width: 170px;
      height: 170px;
      bottom: -130px;
    }
  }
  .team-augmentation .soft-dev-services {
    margin-bottom: 50px;
  }
  .team-augmentation .soft-dev-services h3 {
    text-align: center;
  }
  .team-augmentation .soft-dev-services__list {
    padding: 30px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #071780;
    color: #fff;
  }
  @media (max-width: 991px) {
    .team-augmentation .soft-dev-services__list {
      padding: 20px 10px;
    }
  }
  .team-augmentation .soft-dev-services__list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .team-augmentation .soft-dev-services__list ul li {
    width: 25%;
    border-right: 1px dashed;
    border-bottom: 1px dashed;
    border-color: rgba(255, 255, 255, 0.44);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 30px;
  }
  .team-augmentation .soft-dev-services__list ul li:nth-child(4),
  .team-augmentation .soft-dev-services__list ul li:nth-child(8),
  .team-augmentation .soft-dev-services__list ul li:nth-child(12),
  .team-augmentation .soft-dev-services__list ul li:last-child {
    border-right: 0;
  }
  .team-augmentation .soft-dev-services__list ul li:last-child,
  .team-augmentation .soft-dev-services__list ul li:nth-last-child(2),
  .team-augmentation .soft-dev-services__list ul li:nth-last-child(3),
  .team-augmentation .soft-dev-services__list ul li:nth-last-child(4) {
    border-bottom: 0;
  }
  @media (max-width: 991px) {
    .team-augmentation .soft-dev-services__list ul li {
      padding: 15px 20px;
      width: 33.33%;
    }
    .team-augmentation .soft-dev-services__list ul li:nth-child(3),
    .team-augmentation .soft-dev-services__list ul li:nth-child(6),
    .team-augmentation .soft-dev-services__list ul li:nth-child(9) {
      border-right: 0;
    }
    .team-augmentation .soft-dev-services__list ul li:nth-child(4),
    .team-augmentation .soft-dev-services__list ul li:nth-child(8) {
      border-right: 1px dashed rgba(255, 255, 255, 0.44);
    }
    .team-augmentation .soft-dev-services__list ul li:nth-child(9) {
      border-bottom: 1px dashed rgba(255, 255, 255, 0.44);
    }
  }
  @media (max-width: 767px) {
    .team-augmentation .soft-dev-services__list ul li {
      padding: 15px 10px;
    }
  }
  @media (max-width: 575px) {
    .team-augmentation .soft-dev-services__list ul li {
      width: 50%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
      border-bottom: 1px dashed rgba(255, 255, 255, 0.44) !important;
    }
    .team-augmentation .soft-dev-services__list ul li:nth-child(even) {
      border-right: 0;
    }
    .team-augmentation .soft-dev-services__list ul li:nth-child(odd) {
      border-right: 1px dashed rgba(255, 255, 255, 0.44);
    }
    .team-augmentation .soft-dev-services__list ul li:nth-last-child(2),
    .team-augmentation .soft-dev-services__list ul li:last-child {
      border-bottom: 0 !important;
    }
  }
  .team-augmentation .soft-dev-services__list ul li img {
    width: 35px;
    height: 35px;
    margin-right: 18px;
  }
  @media (max-width: 767px) {
    .team-augmentation .soft-dev-services__list ul li img {
      margin-right: 10px;
    }
  }
  @media (max-width: 575px) {
    .team-augmentation .soft-dev-services__list ul li img {
      margin-right: 0;
      margin-bottom: 10px;
    }
  }
  .team-augmentation .soft-dev-services__list ul li span {
    white-space: nowrap;
    
  }
  @media (max-width: 1199px) {
    .team-augmentation .soft-dev-services__list ul li span {
      white-space: normal;
      font-size: 0.9375rem;
    }
  }
  .team-augmentation .technologies p {
    font-size: 0.9375rem;
  }
  .team-augmentation .technologies__list {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
  }
  .team-augmentation .technologies__list li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .team-augmentation .technologies__list-content {
    padding: 25px 20px;
  }
  .team-augmentation .technologies__list-content p {
    margin-bottom: 0;
  }
  .team-augmentation .technologies__list-content h3 {
    
    font-size: 1rem;
  }
  .customer-globally__content-inner {
    color: #fff;
    height: 350px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    cursor: pointer;
  }
  .customer-globally__content-inner a {
    color: #fff;
  }
  .customer-globally__content-inner a:hover {
    color: #fff;
    text-decoration: none;
  }
  .customer-globally__content-inner:hover .customer-globally__content-flip {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  @media (max-width: 991px) {
    .customer-globally__content-inner {
      height: 375px;
    }
  }
  @media (max-width: 767px) {
    .customer-globally__content-inner {
      height: 300px;
    }
  }
  .customer-globally__content-inner img {
    width: 75px;
    margin-left: -12px;
    margin-bottom: 20px;
  }
  .customer-globally__content-inner span {
    display: block;
    font-size: 2.1875rem;
    margin-bottom: 10px;
  }
  @media (max-width: 991px) {
    .customer-globally__content-inner span {
      font-size: 1.625rem;
    }
  }
  @media (max-width: 991px) {
    .customer-globally__content-inner span {
      font-size: 1.875rem;
    }
  }
  .customer-globally__content-inner p {
    
    margin-bottom: 0;
    font-size: 0.9375rem;
  }
  .customer-globally__content-flip {
    height: 100%;
    position: relative;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -moz-transition: transform 0.6s, -moz-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s, -moz-transform 0.6s,
      -o-transform 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .customer-globally__content-flip__front {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 50px 30px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
  }
  @media (max-width: 991px) {
    .customer-globally__content-flip__front {
      padding: 30px 20px;
    }
  }
  .customer-globally__content-flip__back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 50px 30px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  @media (max-width: 991px) {
    .customer-globally__content-flip__back {
      padding: 30px 20px;
    }
  }
  .industries-block {
    padding-top: 50px;
  }
  .industries .story-bg {
    background-image: url(../images/b01QkZKyCUGJ.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .industries .story__content {
    color: #fff;
    padding: 30px 40px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  @media (max-width: 991px) {
    .industries .story__content {
      padding: 20px 5px;
    }
  }
  .industries .story__content h3 {
    font-size: 3rem;
    
    margin-bottom: 20px;
  }
  @media (max-width: 991px) {
    .industries .story__content h3 {
      font-size: 2.5rem;
    }
  }
  @media (max-width: 767px) {
    .industries .story__content h3 {
      margin-bottom: 15px;
    }
    .industries .story__content h3 br {
      display: none;
    }
  }
  .industries .story__content-inner {
    background-color: #5bcdf3;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    padding: 20px;
  }
  .industries .story__content-inner h4 {
    font-size: 2.1875rem;
    margin-bottom: 0;
  }
  @media (max-width: 991px) {
    .industries .story__content-inner h4 {
      font-size: 1.875rem;
    }
  }
  @media (max-width: 767px) {
    .industries .story__content-inner h4 br {
      display: none;
    }
  }
  .industries .story__content-inner h4 span {
    
    display: block;
  }
  .industries__list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .industries__list ul li {
    width: 33.33%;
    text-align: center;
    padding: 20px 30px;
    border-right: 1px dashed;
    border-bottom: 1px dashed;
    border-color: rgba(0, 0, 0, 0.44);
    height: 130px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .industries__list ul li:nth-child(3),
  .industries__list ul li:nth-child(6),
  .industries__list ul li:nth-child(9),
  .industries__list ul li:last-child {
    border-right: 0;
  }
  .industries__list ul li:last-child,
  .industries__list ul li:nth-last-child(2),
  .industries__list ul li:nth-last-child(3) {
    border-bottom: 0;
  }
  @media (max-width: 575px) {
    .industries__list ul li {
      width: 50%;
    }
    .industries__list ul li:nth-child(even) {
      border-right: 0;
    }
    .industries__list ul li:nth-child(odd) {
      border-right: 1px dashed rgba(0, 0, 0, 0.44);
    }
    .industries__list ul li:nth-last-child(3) {
      border-bottom: 1px dashed rgba(0, 0, 0, 0.44);
    }
  }
  .industries__list ul li img {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
  }
  .industries__list ul li span {
    display: block;
    
  }
  .by-the-numbers {
    border-top: 1px solid #f2f2f2;
  }
  .by-the-numbers__content .heading-2:after {
    display: none;
  }
  @media (max-width: 767px) {
    .by-the-numbers__content-list {
      padding-top: 0;
    }
  }
  .by-the-numbers__content-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @media (max-width: 767px) {
    .by-the-numbers__content-list ul {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }
  .by-the-numbers__content-list ul li {
    width: 20%;
    text-align: center;
    padding: 0 5px 5px 5px;
  }
  .by-the-numbers__content-list ul li:hover {
    background-color: #f1f1f1;
  }
  .by-the-numbers__content-list ul li + li {
    border-left: 1px dashed rgba(0, 0, 0, 0.4);
  }
  @media (max-width: 767px) {
    .by-the-numbers__content-list ul li {
      width: 50%;
      padding: 15px 5px;
      border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
    }
    .by-the-numbers__content-list ul li:nth-child(3),
    .by-the-numbers__content-list ul li:last-child {
      border-left: 0;
    }
    .by-the-numbers__content-list ul li:last-child {
      border-bottom: 0;
      padding-bottom: 0;
    }
  }
  .by-the-numbers__content-list ul li h3 {
    font-size: 1.75rem;
    
  }
  @media (max-width: 991px) {
    .by-the-numbers__content-list ul li h3 {
      font-size: 1.375rem;
    }
  }
  .by-the-numbers__content-list ul li h3 span {
    display: block;
    color: #5bcdf3;
    font-size: 2.5rem;
  }
  @media (max-width: 991px) {
    .by-the-numbers__content-list ul li h3 span {
      font-size: 1.875rem;
    }
  }
  .by-the-numbers__content-list ul li img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    width: 60px;
    height: 60px;
  }
  .by-the-numbers__content-list ul li p {
    font-size: 1.25rem;
  }
  @media (max-width: 991px) {
    .by-the-numbers__content-list ul li p {
      font-size: 1rem;
    }
  }
  .software-develop,
  .technology,
  .ingredients,
  .video,
  .engagement-models,
  .value-delivery,
  .credential {
    padding: 140px 0;
  }
  @media (max-width: 767px) {
    .software-develop,
    .technology,
    .ingredients,
    .video,
    .engagement-models,
    .value-delivery,
    .credential {
      padding: 100px 0;
    }
  }
  #get-in-touch {
    padding: 140px 0;
  }
  @media (max-width: 767px) {
    #get-in-touch {
      padding: 100px 0;
    }
  }
  @media (max-width: 575px) {
    #get-in-touch {
      padding: 70px 0;
    }
  }
  .hire-sw-developer {
    padding-bottom: 9.06rem;
  }
  .hire-sw-developer .btn {
    padding: 1rem 3.5rem;
    -webkit-border-radius: 2.56rem;
    -moz-border-radius: 2.56rem;
    border-radius: 2.56rem;
    margin-top: 3.375rem;
    line-height: 32px;
  }
  @media (max-width: 991px) {
    .hire-sw-developer .btn {
      margin-top: 2.5rem;
    }
  }
  @media (max-width: 767px) {
    .hire-sw-developer .btn {
      padding: 1rem 2.5rem;
      margin-top: 1.5rem;
    }
  }
  @media (max-width: 575px) {
    .hire-sw-developer .btn {
      padding: 0.8rem 1.5rem;
    }
  }
  .hire-sw-developer .subhead-3 {
    opacity: 0.7;
  }
  @media (max-width: 991px) {
    .hire-sw-developer .subhead-3 {
      width: 85% !important;
    }
  }
  @media (max-width: 767px) {
    .hire-sw-developer .subhead-3 {
      width: 100% !important;
    }
  }
  .hire-sw-developer .dev {
    display: inline;
  }
  @media (max-width: 575px) {
    .hire-sw-developer .dev {
      display: block;
    }
  }
  @media (max-width: 575px) {
    .hire-sw-developer .dev + br {
      display: none;
    }
  }
  .happy-clients {
    position: absolute;
    top: -75px;
    left: 0;
    background: none;
    width: 100%;
    z-index: 1;
  }
  .happy-clients__content {
    margin: 0 auto;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 1.5rem 1rem 1.5rem 0;
  }
  .happy-clients__content-text {
    font-size: 1.25rem;
    line-height: 22px;
    color: #484848;
    background-color: #fff;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    padding: 10px 1.5rem 10px 2rem;
  }
  .happy-clients__content-text span {
    font-size: 1.25rem;
    line-height: 22px;
  }
  .happy-clients__content .happy-clients-carousel,
  .happy-clients__content .elite-clients-carousel {
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
  }
  .happy-clients__content .happy-clients-carousel .item,
  .happy-clients__content .elite-clients-carousel .item {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  .happy-clients__content .happy-clients-carousel .owl-nav button.owl-next,
  .happy-clients__content .elite-clients-carousel .owl-nav button.owl-next {
    right: 0;
  }
  .overhead {
    padding: 165px 0 90px;
  }
  @media (max-width: 991px) {
    .overhead {
      padding: 5.87rem 0 50px;
    }
  }
  .overhead .col-xl-7 .heading-6 {
    color: #1e1b1b;
  }
  .overhead .col-xl-7 .subhead-4 {
    
    color: #1e1b1b;
  }
  @media (max-width: 1199px) {
    .overhead .why-outsourcing-lists {
      padding-left: 0 !important;
    }
  }
  @media (max-width: 767px) {
    .overhead .why-outsourcing-lists {
      margin-top: 1rem;
    }
  }
  .overhead .why-outsourcing-lists .subhead-heading2 {
    height: initial;
    color: #1e1b1b;
    font-weight: 600;
    padding: 0;
    background-color: transparent;
  }
  @media (max-width: 1199px) {
    .overhead .why-outsourcing-lists .subhead-heading2 {
      font-size: 1.5rem;
    }
  }
  @media (max-width: 991px) {
    .overhead .why-outsourcing-lists .subhead-heading2 {
      font-size: 1.375rem;
    }
  }
  @media (max-width: 767px) {
    .overhead .why-outsourcing-lists .subhead-heading2 {
      min-height: 5.6rem;
      font-size: 1.5rem;
      padding-left: 5.75rem;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }
  @media (max-width: 575px) {
    .overhead .why-outsourcing-lists .subhead-heading2 {
      font-size: 1.3125rem;
    }
  }
  @media (max-width: 359px) {
    .overhead .why-outsourcing-lists .subhead-heading2 {
      font-size: 1.1875rem;
    }
  }
  .overhead .why-outsourcing-lists .subhead-heading2::before {
    content: "0" counter(my-sec-counter);
    font-size: 1.5rem;
    
    font-weight: 600;
    color: #fff;
    min-width: 4rem;
    width: 4rem;
    height: 4rem;
    background-color: #071780;
    margin-right: 1.25rem;
  }
  @media (max-width: 575px) {
    .overhead .why-outsourcing-lists li + li {
      margin-top: 0;
    }
  }
  .software-develop .col-xl-7 {
    padding-left: 5rem;
  }
  @media (max-width: 991px) {
    .software-develop .col-xl-7 {
      padding-left: 2rem;
    }
  }
  @media (max-width: 767px) {
    .software-develop .col-xl-7 {
      padding-left: 15px;
      margin-top: 2rem;
    }
  }
  .software-develop .col-xl-7 .subhead-4 {
    
    color: #1e1b1b;
  }
  .software-develop .col-xl-7 .subhead-4 span {
    
    color: #484848;
    opacity: 1;
    font-weight: 700;
  }
  .software-develop .heading-6 {
    color: #1e1b1b;
    margin-bottom: 0;
  }
  .software-develop .subhead-5 {
    padding: 0 1.5rem;
    margin-top: 1rem;
    border-left: 4px solid #5bcdf3;
  }
  @media (max-width: 991px) {
    .software-develop .subhead-5 {
      margin-bottom: 2rem !important;
    }
  }
  .software-develop .subhead-2 {
    
    color: #1e1b1b;
    margin-bottom: 1rem !important;
    line-height: 1.5;
  }
  .software-develop .btn {
    padding: 1rem 2.5rem;
    -webkit-border-radius: 2.6rem;
    -moz-border-radius: 2.6rem;
    border-radius: 2.6rem;
    margin-top: 1.75rem;
  }
  @media (max-width: 991px) {
    .software-develop .btn {
      padding: 1rem 1.7rem;
      margin-top: 1rem;
    }
  }
  @media (max-width: 767px) {
    .software-develop .btn {
      padding: 0.8rem 1.5rem;
      margin-top: 0;
    }
  }
  @media (max-width: 767px) {
    .technology {
      display: none;
    }
  }
  .technology .heading-7 {
    margin-bottom: 2.9rem;
  }
  .technology .view-technology-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .technology .view-technology-block .view-filters {
    width: 25%;
  }
  @media (max-width: 991px) {
    .technology .view-technology-block .view-filters {
      width: 30%;
    }
  }
  @media (max-width: 767px) {
    .technology .view-technology-block .view-filters {
      width: 40%;
    }
  }
  @media (max-width: 575px) {
    .technology .view-technology-block .view-filters {
      width: 50%;
    }
  }
  .technology .view-technology-block .view-filters legend {
    display: none;
  }
  .technology .view-technology-block .view-filters .form-group {
    margin-bottom: 0;
    width: 100%;
  }
  .technology
    .view-technology-block
    .view-filters
    .fieldset-wrapper
    .form-radios
    input[type="radio"] {
    display: none;
  }
  .technology
    .view-technology-block
    .view-filters
    .fieldset-wrapper
    .form-radios
    label {
    padding: 10px 12px 10px 12px;
    cursor: pointer;
    font-weight: 700;
    line-height: 1;
  }
  @media (max-width: 575px) {
    .technology
      .view-technology-block
      .view-filters
      .fieldset-wrapper
      .form-radios
      label {
      font-size: 0.8125rem;
    }
  }
  .technology
    .view-technology-block
    .view-filters
    .fieldset-wrapper
    .form-radios
    .js-form-item-field-category-target-id
    input[type="radio"]:checked
    + label {
    background-color: #071780;
    color: white;
  }
  .technology
    .view-technology-block
    .view-filters
    .fieldset-wrapper
    .form-radios
    > .js-form-item {
    padding-left: 0;
  }
  .technology
    .view-technology-block
    .view-filters
    .fieldset-wrapper
    .form-radios
    .js-form-type-radio
    + .js-form-type-radio {
    border-top: 1px solid rgba(195, 195, 195, 0.5);
  }
  .technology .view-technology-block .view-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    max-height: 505px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3.68rem 5rem;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #c3c3c3;
    background-color: #fefefe;
  }
  @media (max-width: 1199px) {
    .technology .view-technology-block .view-content {
      padding: 1.68rem 3rem;
      max-height: 440px;
    }
  }
  @media (max-width: 991px) {
    .technology .view-technology-block .view-content {
      padding: 6rem 1rem;
      max-height: 545px;
    }
  }
  @media (max-width: 767px) {
    .technology .view-technology-block .view-content {
      width: 60%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0;
      max-height: 580px;
      overflow-y: auto;
    }
  }
  @media (max-width: 575px) {
    .technology .view-technology-block .view-content {
      width: 50%;
    }
  }
  .technology .view-technology-block .view-content .views-row {
    width: 30%;
    height: 8.312rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1.32rem 0;
    padding: 0 2rem;
    background-color: white;
    -webkit-box-shadow: 5px 4px 48px 5px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 5px 4px 48px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 5px 4px 48px 5px rgba(0, 0, 0, 0.07);
    -webkit-border-radius: 0.31rem;
    -moz-border-radius: 0.31rem;
    border-radius: 0.31rem;
  }
  @media (max-width: 767px) {
    .technology .view-technology-block .view-content .views-row {
      margin: 0.6rem 0;
    }
  }
  @media (max-width: 575px) {
    .technology .view-technology-block .view-content .views-row {
      width: 9.1rem;
      height: auto;
    }
  }
  .technology .view-technology-block .view-content .views-row img {
    width: 100%;
  }
  .technologies-mobile {
    display: none;
    padding: 0 0 70px;
    border: none;
  }
  @media (max-width: 767px) {
    .technologies-mobile {
      display: block;
      padding-bottom: 100px;
    }
  }
  .technologies-mobile .heading-7 {
    margin-bottom: 2.9rem;
  }
  .technologies-mobile .heading-7 span {
    
    color: #1e1b1b;
  }
  .technologies-mobile .s4s-accordion .card {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .technologies-mobile .s4s-accordion .card .card-header {
    border: none;
  }
  .technologies-mobile .s4s-accordion .card .card-header .btn {
    
    font-weight: 700;
    cursor: pointer;
  }
  .technologies-mobile
    .s4s-accordion
    .card
    .card-header
    .btn[aria-expanded="true"] {
    background-color: #071780;
    color: white;
  }
  .technologies-mobile .s4s-accordion .card .card-header .btn-link:after {
    background-color: rgba(195, 195, 195, 0.5);
  }
  .technologies-mobile .s4s-accordion .card .view-content {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .technologies-mobile .s4s-accordion .card .view-content .views-row {
    width: 45.3%;
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: white;
    -webkit-box-shadow: 5px 4px 48px 5px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 5px 4px 48px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 5px 4px 48px 5px rgba(0, 0, 0, 0.07);
    -webkit-border-radius: 0.31rem;
    -moz-border-radius: 0.31rem;
    border-radius: 0.31rem;
    margin: 0.5rem;
    padding: 0.5rem 1rem;
  }
  .technologies-mobile .s4s-accordion .card .view-content .views-row img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .ingredients {
    padding-bottom: 70px;
  }
  @media (max-width: 767px) {
    .ingredients {
      padding-bottom: 55px;
    }
  }
  .ingredients h2,
  .ingredients h4,
  .ingredients p {
    margin: 0;
  }
  .ingredients .heading-7 {
    margin-bottom: 4.75rem;
    color: #1e1b1b;
  }
  @media (max-width: 991px) {
    .ingredients .heading-7 {
      margin-bottom: 3rem;
    }
  }
  @media (max-width: 767px) {
    .ingredients .heading-7 {
      margin-bottom: 1.75rem;
    }
  }
  .ingredients .subhead-2 {
    
    color: #1e1b1b;
    opacity: 0.7;
    margin-top: 0.625rem;
    line-height: 1.5;
  }
  .ingredients .col-md-6 {
    margin-bottom: 4.3rem;
  }
  @media (max-width: 991px) {
    .ingredients .col-md-6 {
      margin-bottom: 3rem;
    }
  }
  .ingredients .col-md-6 .bg-secondary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4.69rem;
    height: 4.69rem;
    -webkit-border-radius: 6.25rem;
    -moz-border-radius: 6.25rem;
    border-radius: 6.25rem;
    padding: 1rem;
  }
  .ingredients .col-md-6 .bg-secondary img {
    width: 100%;
  }
  .ingredients .col-md-6 .p-20 {
    padding: 20px;
  }
  .ingredients .col-md-6 .w-75 {
    margin: 0 1.8rem;
  }
  @media (max-width: 1199px) {
    .ingredients .col-md-6 .w-75 {
      width: 70% !important;
    }
  }
  @media (max-width: 991px) {
    .ingredients .col-md-6 .w-75 {
      width: 100% !important;
      margin: 1.5rem 0 0 0;
    }
  }
  @media (max-width: 767px) {
    .ingredients .col-md-6 .w-75 {
      width: 70% !important;
      margin: 0 1.8rem;
    }
  }
  @media (max-width: 575px) {
    .ingredients .col-md-6 .w-75 {
      margin: 0 0 0 1rem;
    }
  }
  .video .plyr--video {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }
  .video .plyr--video .plyr__video-embed iframe {
    position: initial;
  }
  .video .plyr--video .plyr__video-embed .plyr__poster {
    background-image: url(../images/upV4IgK21Fpl.jpg) !important;
  }
  .engagement-models {
    background-color: rgba(247, 248, 253, 0.5);
  }
  .engagement-models h3,
  .engagement-models h5,
  .engagement-models p {
    margin: 0;
  }
  .engagement-models__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6rem;
  }
  @media (max-width: 991px) {
    .engagement-models__heading {
      margin-bottom: 4rem;
    }
  }
  @media (max-width: 767px) {
    .engagement-models__heading {
      margin-bottom: 2rem;
    }
  }
  .engagement-models__heading .heading-7 {
    font-size: 3rem;
  }
  @media (max-width: 1199px) {
    .engagement-models__heading .heading-7 {
      font-size: 2.5rem;
    }
  }
  @media (max-width: 991px) {
    .engagement-models__heading .heading-7 {
      font-size: 2rem;
    }
  }
  @media (max-width: 767px) {
    .engagement-models__heading .heading-7 {
      margin-bottom: 1.5rem;
    }
  }
  @media (max-width: 767px) {
    .engagement-models__heading .w-50 {
      width: 100% !important;
    }
  }
  @media (max-width: 767px) {
    .engagement-models .col-12 + .col-12 {
      margin-top: 2rem;
    }
  }
  .engagement-models .subhead-heading4 {
    margin-bottom: 1.25rem;
    text-transform: capitalize;
  }
  @media (max-width: 767px) {
    .engagement-models .subhead-heading4 {
      margin-bottom: 1rem;
    }
  }
  .engagement-models .subhead-2 {
    
    color: #1e1b1b;
    opacity: 0.7;
    line-height: 1.5;
    padding: 0 2rem 0 0;
  }
  .engagement-models img {
    width: 5.8rem;
    height: 5.6rem;
    margin-bottom: 2.4rem;
    padding: 1.5rem;
  }
  @media (max-width: 991px) {
    .engagement-models img {
      width: 4.8rem;
    }
  }
  @media (max-width: 767px) {
    .engagement-models img {
      margin-bottom: 1rem;
    }
  }
  .value-delivery .heading-7 {
    margin-bottom: 3.75rem;
  }
  @media (max-width: 767px) {
    .value-delivery .heading-7 {
      margin-bottom: 1.5rem;
    }
  }
  .value-delivery ul li {
    width: 30%;
    background-color: #fff;
    padding: 2.5rem;
    margin: 0.9rem;
  }
  @media (max-width: 1199px) {
    .value-delivery ul li {
      padding: 1.5rem;
    }
  }
  @media (max-width: 991px) {
    .value-delivery ul li {
      width: 47%;
      margin: 0.5rem;
    }
  }
  @media (max-width: 767px) {
    .value-delivery ul li {
      width: 100%;
      margin: 0.5rem 0;
    }
  }
  .value-delivery ul li img {
    width: 3.4rem;
    height: 3.06rem;
    margin-bottom: 1rem;
  }
  .value-delivery ul li .subhead-heading3 {
    color: #282938;
    margin-bottom: 0.75rem;
    min-height: 58px;
  }
  @media (max-width: 767px) {
    .value-delivery ul li .subhead-heading3 {
      min-height: initial;
    }
  }
  .value-delivery ul li .subhead-2 {
    color: #282938;
    opacity: 0.7;
  }
  .credential__title {
    margin-bottom: 5rem;
  }
  @media (max-width: 767px) {
    .credential__title {
      margin-bottom: 1.5rem;
    }
  }
  .credential__title .heading-5 {
    font-size: 2.5rem;
    margin-bottom: 0;
    padding: 10px 15px;
    border: 1px solid #fff;
  }
  @media (max-width: 767px) {
    .credential__title .heading-5 {
      font-size: 2rem;
      margin-bottom: 1rem;
    }
  }
  .credential__title .heading-5 span {
    display: initial;
  }
  .credential__title .btn {
    padding: 1rem 3.5rem;
    -webkit-border-radius: 2.56rem;
    -moz-border-radius: 2.56rem;
    border-radius: 2.56rem;
  }
  @media (max-width: 991px) {
    .credential__title .btn {
      padding: 1rem 2.5rem;
    }
  }
  @media (max-width: 575px) {
    .credential__title .btn {
      padding: 0.5rem 1.5rem;
    }
  }
  .credential ul li {
    width: 20%;
    border-right: 1px solid #020f4f;
  }
  @media (max-width: 1199px) {
    .credential ul li {
      width: 21%;
    }
  }
  @media (max-width: 991px) {
    .credential ul li {
      width: 25%;
      border: none;
    }
  }
  @media (max-width: 767px) {
    .credential ul li {
      width: 100%;
      padding-bottom: 15px;
      margin-bottom: 5px;
      border-bottom: 1px solid #020f4f;
      padding-left: 15px;
    }
  }
  .credential ul li .heading-5 {
    font-size: 2.6875rem;
  }
  .credential ul li .subhead-2 {
    opacity: 0.7;
  }
  .credential ul li:last-child {
    border: none;
  }
  .map-desktop .map-heading {
    font-size: 2.5rem;
    color: #000;
    
  }
  @media (max-width: 767px) {
    .map-desktop .map-heading {
      font-size: 2rem;
    }
  }
  .get-in-touch {
    width: 60%;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 48px 8px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 0 48px 8px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 48px 8px rgba(0, 0, 0, 0.06);
    padding-top: 4rem;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
  @media (max-width: 1199px) {
    .get-in-touch {
      width: 75%;
    }
  }
  @media (max-width: 767px) {
    .get-in-touch {
      padding-top: 2rem;
    }
  }
  @media (max-width: 575px) {
    .get-in-touch {
      width: 95%;
    }
  }
  .get-in-touch .form-title {
    font-size: 3rem;
  }
  @media (max-width: 991px) {
    .get-in-touch .form-title {
      font-size: 2.625rem;
    }
  }
  @media (max-width: 767px) {
    .get-in-touch .form-title {
      font-size: 2rem;
    }
  }
  .get-in-touch .contact-us-form__top {
    display: none;
  }
  .get-in-touch .contact-us-form__bottom {
    background-color: transparent;
  }
  .get-in-touch .contact-us-form__bottom::after,
  .get-in-touch .contact-us-form__bottom::before {
    display: none;
  }
  @media (max-width: 359px) {
    .get-in-touch .contact-us-form__bottom .form-group--captcha {
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8);
      margin-left: -25px;
    }
  }
  .get-in-touch .contact-us-form__bottom .btn {
    margin-top: 2rem;
    width: 30%;
    -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    border-radius: 2.5rem;
  }
  @media (max-width: 767px) {
    .get-in-touch .contact-us-form__bottom .btn {
      width: 45%;
    }
  }
  @media (max-width: 575px) {
    .get-in-touch .contact-us-form__bottom .btn {
      width: 50%;
    }
  }
  @media (max-width: 359px) {
    .get-in-touch .contact-us-form__bottom .btn {
      width: 60%;
    }
  }
  @media (max-width: 767px) {
    .map-desktop {
      display: none;
    }
  }
  .mob-img {
    display: none;
    position: relative;
  }
  @media (max-width: 767px) {
    .mob-img {
      display: block;
    }
  }
  .mob-img .overlay {
    height: 25px;
    width: 25px;
    position: absolute;
    left: 10px;
    bottom: 15px;
  }
  .mob-img .overlay img {
    width: 100%;
  }
  .fancybox-is-open .fancybox-bg {
    background-color: #fff;
    opacity: 1 !important;
  }
  .our-business-model__content .find-out-how {
    padding: 0 30px;
  }
  @media (max-width: 991px) {
    .our-business-model__content .find-out-how {
      padding: 0 20px;
    }
  }
  @media (max-width: 767px) {
    .our-business-model__content .find-out-how {
      padding: 0;
    }
  }
  .our-business-model__content .find-out-how h3 {
    text-align: center;
    font-size: 1.875rem;
    text-transform: uppercase;
    
    position: relative;
    padding-bottom: 50px;
  }
  .our-business-model__content .find-out-how h3:after {
    content: "";
    background-image: url(../images/AFQXb7GazchK.svg);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 50px;
    width: 60px;
    height: 60px;
  }
  @media (max-width: 767px) {
    .our-business-model__content .find-out-how h3:after {
      width: 50px;
      height: 50px;
    }
  }
  .our-business-model__content .find-out-how__title {
    
    font-size: 2.125rem;
    line-height: 1;
    text-align: center;
  }
  @media (max-width: 767px) {
    .our-business-model__content .find-out-how__title {
      font-size: 1.875rem;
    }
  }
  .our-business-model__content .find-out-how__content {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 40px 0;
    position: relative;
  }
  @media (max-width: 767px) {
    .our-business-model__content .find-out-how__content {
      padding: 30px 0;
    }
  }
  .our-business-model__content .find-out-how__content:before {
    content: "";
    height: 100%;
    width: 2px;
    border: 1px dashed #494949;
    position: absolute;
    top: 0;
    left: 285px;
  }
  @media (max-width: 1199px) {
    .our-business-model__content .find-out-how__content:before {
      left: 265px;
    }
  }
  @media (max-width: 991px) {
    .our-business-model__content .find-out-how__content:before {
      left: 235px;
    }
  }
  @media (max-width: 767px) {
    .our-business-model__content .find-out-how__content:before {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      border-left: 1px dashed #494949;
    }
  }
  .our-business-model__content .find-out-how__content:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 275px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #494949;
  }
  @media (max-width: 1199px) {
    .our-business-model__content .find-out-how__content:after {
      left: 255px;
    }
  }
  @media (max-width: 991px) {
    .our-business-model__content .find-out-how__content:after {
      left: 225px;
    }
  }
  @media (max-width: 767px) {
    .our-business-model__content .find-out-how__content:after {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
    }
  }
  .our-business-model__content .find-out-how__content .week-circle {
    width: 230px;
    height: 230px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    
    font-size: 2.375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-transform: uppercase;
    position: relative;
  }
  @media (max-width: 991px) {
    .our-business-model__content .find-out-how__content .week-circle {
      width: 200px;
      height: 200px;
    }
  }
  @media (max-width: 767px) {
    .our-business-model__content .find-out-how__content .week-circle {
      margin: auto;
      margin-bottom: 20px;
      font-size: 2.1875rem;
    }
  }
  .our-business-model__content .find-out-how__content .week-circle:before {
    content: "";
    width: 35px;
    height: 35px;
    background-color: #4a4a4a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: -73px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  @media (max-width: 1199px) {
    .our-business-model__content .find-out-how__content .week-circle:before {
      right: -53px;
    }
  }
  @media (max-width: 767px) {
    .our-business-model__content .find-out-how__content .week-circle:before {
      display: none;
    }
  }
  .our-business-model__content .find-out-how__content .week-circle.number-3 {
    background-color: #6c6c6c;
  }
  .our-business-model__content .find-out-how__content .week-circle .number sup {
    top: -7px;
  }
  .our-business-model__content .find-out-how__content .week-circle p {
    border-top: 1px solid #fff;
    margin-bottom: 0;
  }
  .our-business-model__content .find-out-how__content .week-content {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 45px 40px;
    position: relative;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  }
  @media (max-width: 991px) {
    .our-business-model__content .find-out-how__content .week-content {
      padding: 35px;
    }
  }
  @media (max-width: 767px) {
    .our-business-model__content .find-out-how__content .week-content {
      padding: 30px;
      text-align: center;
    }
  }
  .our-business-model__content .find-out-how__content .week-content h4 {
    font-size: 1.75rem;
    margin-bottom: 15px;
  }
  .our-business-model__content .find-out-how__content .week-content p {
    
    font-size: 1.0625rem;
    margin-bottom: 0;
    line-height: 1.3;
  }
  .transparency__content > .row [class*="col-"] {
    margin-bottom: 30px;
  }
  .transparency__content-inner {
    height: 100%;
    border: 1px solid rgba(112, 112, 112, 0.5);
    padding: 25px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  @media (max-width: 767px) {
    .transparency__content-inner {
      padding: 30px;
      text-align: center;
    }
  }
  .transparency__content-inner h3 {
    
    font-size: 1.5rem;
  }
  .transparency__content-inner p {
    margin-bottom: 0;
    
  }
  .transparency__content-table {
    margin-top: 20px;
  }
  .transparency__content-table table {
    table-layout: fixed;
    margin-bottom: 0;
    border: 0;
    font-size: 1rem;
  }
  .transparency__content-table table thead > tr {
    border-bottom: 0;
  }
  @media (max-width: 575px) {
    .transparency__content-table table {
      display: block;
    }
  }
  @media (max-width: 575px) {
    .transparency__content-table table tbody {
      display: block;
    }
  }
  .transparency__content-table table tr {
    background-color: transparent;
  }
  .transparency__content-table table tr:nth-of-type(even) {
    background-color: #f4f4f4;
  }
  @media (max-width: 575px) {
    .transparency__content-table table tr {
      display: block;
      border: 0;
      padding: 0;
    }
  }
  .transparency__content-table table tr th,
  .transparency__content-table table tr td {
    vertical-align: middle;
    padding: 15px 30px;
  }
  @media (max-width: 767px) {
    .transparency__content-table table tr th,
    .transparency__content-table table tr td {
      padding: 15px;
    }
  }
  .transparency__content-table table tr th {
    color: #fff;
    background-color: #071780;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    
    font-size: 1.125rem;
  }
  @media (max-width: 767px) {
    .transparency__content-table table tr th br {
      display: none;
    }
  }
  @media (max-width: 575px) {
    .transparency__content-table table tr th {
      display: none;
    }
  }
  .transparency__content-table table tr th:first-child {
    background-color: transparent;
    border: 0;
  }
  .transparency__content-table table tr th:nth-child(2) {
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
  }
  .transparency__content-table table tr th:nth-child(3) {
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    border-right: 0;
  }
  .transparency__content-table table tr td {
    
    position: relative;
  }
  .transparency__content-table table tr td:first-child {
    
    font-size: 1.125rem;
  }
  @media (max-width: 767px) {
    .transparency__content-table table tr td br {
      display: none;
    }
  }
  @media (max-width: 575px) {
    .transparency__content-table table tr td {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 15px 10px;
      padding-left: 130px;
    }
    .transparency__content-table table tr td:before {
      content: attr(data-title);
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 25%;
      min-width: 125px;
      font-weight: bold;
      padding: 5px;
      position: absolute;
      left: 0;
      height: 100%;
      background-color: #071780;
      color: #fff;
    }
    .transparency__content-table table tr td:first-child {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-left: 10px;
    }
    .transparency__content-table table tr td:first-child:before {
      display: none;
    }
  }
  .transparency__content-table table tr:first-child td:first-child {
    position: relative;
    border-top: 0;
    border-left: 0;
  }
  .transparency__content-table table tr:first-child td:first-child:after {
    content: "";
    width: 100%;
    height: 101%;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
  }
  @media (max-width: 575px) {
    .transparency__content-table table tr:first-child td:first-child:after {
      display: none;
    }
  }
  @media (max-width: 575px) {
    .transparency__content-table table tr:first-child td:first-child {
      border-top: 1px solid #dee2e6;
      border-left: 1px solid #dee2e6;
    }
  }
  .transparency__content-table table tr:last-child {
    border: none;
  }
  .transparency__content-table table tr:last-child td {
    position: relative;
  }
  .transparency__content-table table tr:last-child td:first-child {
    border-left: 0;
    border-bottom: 0;
  }
  .transparency__content-table table tr:last-child td:first-child:after {
    content: "";
    width: 100%;
    height: 101%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
  }
  @media (max-width: 575px) {
    .transparency__content-table table tr:last-child td:first-child:after {
      display: none;
    }
  }
  @media (max-width: 575px) {
    .transparency__content-table table tr:last-child td:first-child {
      border-top: 1px solid #dee2e6;
      border-left: 1px solid #dee2e6;
    }
  }
  .transparency__content-table table tr:last-child td:last-child {
    border-bottom: 0;
    border-right: 0;
  }
  .transparency__content-table table tr:last-child td:last-child:after {
    content: "";
    width: 100%;
    height: 101%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
  }
  @media (max-width: 575px) {
    .transparency__content-table table tr:last-child td:last-child:after {
      display: none;
    }
  }
  @media (max-width: 575px) {
    .transparency__content-table table tr:last-child td:last-child {
      border-bottom: 1px solid #dee2e6;
      border-right: 1px solid #dee2e6;
    }
  }
  .s4s-details {
    position: relative;
  }
  @media (max-width: 767px) {
    .s4s-details {
      padding-bottom: 20px;
    }
  }
  .s4s-details::before {
    content: "";
    background: #f2f2f2;
    display: inline-block;
    width: 100%;
    height: 45%;
    position: absolute;
    top: 0;
  }
  @media (max-width: 575px) {
    .s4s-details::before {
      height: 43%;
    }
  }
  .s4s-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  @media (max-width: 767px) {
    .s4s-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  .s4s-content__help {
    width: 60%;
    padding: 3rem 5rem 3rem 3rem;
    background-color: #071780;
    -webkit-border-top-left-radius: 25px;
    -moz-border-radius-topleft: 25px;
    border-top-left-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-bottom-left-radius: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  @media (max-width: 1199px) {
    .s4s-content__help {
      padding: 3rem 6rem 3rem 3rem;
    }
  }
  @media (max-width: 991px) {
    .s4s-content__help {
      padding: 2rem 6rem 2rem 3rem;
    }
  }
  @media (max-width: 767px) {
    .s4s-content__help {
      width: 100%;
      -webkit-border-bottom-right-radius: 0;
      -moz-border-radius-bottomright: 0;
      border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 25px;
      -moz-border-radius-topright: 25px;
      border-top-right-radius: 25px;
      -webkit-border-bottom-left-radius: 0;
      -moz-border-radius-bottomleft: 0;
      border-bottom-left-radius: 0;
      padding: 3rem 2rem 4rem 2rem;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }
  @media (max-width: 575px) {
    .s4s-content__help {
      padding-top: 2rem;
    }
  }
  .s4s-content__help > p {
    color: #fff;
    font-size: 1.5rem;
    
  }
  @media (max-width: 991px) {
    .s4s-content__help > p {
      font-size: 1rem;
    }
  }
  @media (max-width: 767px) {
    .s4s-content__help > p {
      font-size: 1.5rem;
    }
  }
  @media (max-width: 575px) {
    .s4s-content__help > p {
      font-size: 1rem;
    }
  }
  .s4s-content__risk {
    width: 40%;
    padding: 3rem;
    background-color: #5bcdf3;
    -webkit-border-top-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-bottomright: 25px;
    border-bottom-right-radius: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  @media (max-width: 1199px) {
    .s4s-content__risk {
      padding: 3rem 2rem;
    }
  }
  @media (max-width: 991px) {
    .s4s-content__risk {
      padding: 2rem;
    }
  }
  @media (max-width: 767px) {
    .s4s-content__risk {
      width: 100%;
      padding: 3rem 2rem;
      -webkit-border-top-right-radius: 0;
      -moz-border-radius-topright: 0;
      border-top-right-radius: 0;
      -webkit-border-bottom-right-radius: 0;
      -moz-border-radius-bottomright: 0;
      border-bottom-right-radius: 0;
      -webkit-border-bottom-right-radius: 25px;
      -moz-border-radius-bottomright: 25px;
      border-bottom-right-radius: 25px;
      -webkit-border-bottom-left-radius: 25px;
      -moz-border-radius-bottomleft: 25px;
      border-bottom-left-radius: 25px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }
  @media (max-width: 575px) {
    .s4s-content__risk {
      padding-bottom: 2rem;
    }
  }
  .s4s-content__risk > a {
    
    font-size: 1.5rem;
    color: #000;
    border-bottom: 2px solid #000;
    display: inline-block;
    text-align: center;
    width: 74%;
    position: relative;
  }
  .s4s-content__risk > a:hover,
  .s4s-content__risk > a:active {
    color: #000;
  }
  @media (max-width: 1199px) {
    .s4s-content__risk > a {
      width: 82%;
    }
  }
  @media (max-width: 991px) {
    .s4s-content__risk > a {
      font-size: 1rem;
      width: 79%;
    }
  }
  @media (max-width: 767px) {
    .s4s-content__risk > a {
      font-size: 1.5rem;
      width: auto;
    }
  }
  @media (max-width: 575px) {
    .s4s-content__risk > a {
      font-size: 1rem;
    }
  }
  .s4s-content__risk > a::before {
    content: "";
    width: 48%;
    position: absolute;
    left: 26%;
    border-bottom: 2px solid #000;
    top: 46%;
  }
  @media (max-width: 767px) {
    .s4s-content__risk > a::before {
      display: none;
    }
  }
  .s4s-content__risk-image {
    position: absolute;
    top: -15px;
    left: 49%;
    width: 20%;
  }
  @media (max-width: 1199px) {
    .s4s-content__risk-image {
      top: -7px;
      left: 47%;
      width: 22%;
    }
  }
  @media (max-width: 991px) {
    .s4s-content__risk-image {
      top: -6px;
    }
  }
  @media (max-width: 767px) {
    .s4s-content__risk-image {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }
  }
  @media (max-width: 575px) {
    .s4s-content__risk-image {
      width: 25%;
    }
  }
  .hire-dev {
    padding-bottom: 0;
  }
  @media (max-width: 1199px) {
    .hire-dev {
      padding-bottom: 20px;
    }
  }
  @media (max-width: 991px) {
    .hire-dev {
      padding-bottom: 40px;
    }
  }
  .hire-dev__content {
    margin-top: 60px;
  }
  .hire-dev__vs-title {
    font-size: 1.4375rem;
    
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 12px 10px;
    margin-bottom: 20px;
  }
  @media (max-width: 1199px) {
    .hire-dev__vs-title {
      font-size: 1.25rem;
    }
  }
  @media (max-width: 991px) {
    .hire-dev__vs-title {
      font-size: 0.875rem;
    }
  }
  @media (max-width: 767px) {
    .hire-dev__vs-title {
      font-size: 1.25rem;
    }
  }
  .hire-dev__vs-text {
    font-size: 1.4375rem;
    text-align: center;
    border: 1px solid #000;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    height: 70px;
    width: 70px;
    margin: 0 auto;
    margin-top: -10px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hire-dev__days {
    background-color: #fff;
    color: #000;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 120px;
    text-align: center;
    margin: 0 auto;
    padding: 5px 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .hire-dev__title {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .hire-dev__list.left li {
    border: 1px solid #5bcdf3;
  }
  .hire-dev__list.right li {
    border: 1px solid #8b8b8b;
  }
  .hire-dev__list li {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 14px 10px 14px 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  @media (max-width: 991px) {
    .hire-dev__list li {
      padding-left: 15px;
    }
  }
  @media (max-width: 767px) {
    .hire-dev__list li {
      padding-left: 20px;
    }
  }
  .hire-dev__list li span {
    color: #5f5f5f;
    margin-right: 20px;
  }
  .hire-dev__list li.hire {
    color: #071780;
  }
  .cost-new-hire__listing {
    border: 1px solid rgba(112, 112, 112, 0.5);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  @media (max-width: 767px) {
    .cost-new-hire__listing {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  .cost-new-hire__listing > li {
    padding: 3rem;
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cost-new-hire__listing > li:nth-last-child(-n + 2) {
    border-top: 1px solid rgba(112, 112, 112, 0.5);
  }
  .cost-new-hire__listing > li:nth-child(odd) {
    border-right: 1px solid rgba(112, 112, 112, 0.5);
  }
  @media (max-width: 1199px) {
    .cost-new-hire__listing > li {
      padding: 2rem;
    }
  }
  @media (max-width: 767px) {
    .cost-new-hire__listing > li {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
    }
    .cost-new-hire__listing > li:nth-child(odd) {
      border-right: none;
    }
    .cost-new-hire__listing > li:nth-child(1) {
      border-bottom: 1px solid rgba(112, 112, 112, 0.5);
    }
  }
  .cost-new-hire__content {
    width: 76%;
  }
  @media (max-width: 1199px) {
    .cost-new-hire__content {
      width: 100%;
    }
  }
  .cost-new-hire__content img {
    height: 80px;
    margin-bottom: 10px;
  }
  .cost-new-hire__img-box {
    padding-left: 10px;
  }
  @media (max-width: 1199px) {
    .cost-new-hire__img-box {
      width: 59%;
    }
  }
  @media (max-width: 991px) {
    .cost-new-hire__img-box {
      padding-left: 0;
    }
  }
  .cost-new-hire__percentage {
    font-size: 3rem;
    line-height: 1;
    color: #071780;
    
    margin-bottom: 0.2rem;
  }
  @media (max-width: 991px) {
    .cost-new-hire__percentage {
      font-size: 2rem;
    }
  }
  @media (max-width: 767px) {
    .cost-new-hire__percentage {
      margin: 8px 0;
    }
  }
  .cost-new-hire__desc {
    font-size: 1.2rem;
    
    margin-bottom: 0;
  }
  @media (max-width: 991px) {
    .cost-new-hire__desc {
      font-size: 1rem;
    }
  }
  @media (max-width: 767px) {
    .cost-new-hire__desc {
      margin-bottom: 1rem;
    }
  }
  .cost-new-hire__data {
    margin-bottom: 0;
    padding-left: 0;
  }
  .cost-new-hire__data > li:not(:last-child) {
    margin-bottom: 10px;
  }
  .development-process {
    padding-bottom: 0;
  }
  .development-process__content .project-steps {
    position: relative;
  }
  .development-process__content .project-steps__center {
    background: #071780;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#071780),
      to(#040c40)
    );
    background: -webkit-linear-gradient(top, #071780 0%, #040c40 100%);
    background: -moz-linear-gradient(top, #071780 0%, #040c40 100%);
    background: -o-linear-gradient(top, #071780 0%, #040c40 100%);
    background: linear-gradient(180deg, #071780 0%, #040c40 100%);
    width: 27%;
    margin: 0 auto;
    padding: 25px 20px 140px 20px;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    position: relative;
  }
  @media (max-width: 991px) {
    .development-process__content .project-steps__center {
      width: 31%;
      margin: initial;
    }
  }
  @media (max-width: 767px) {
    .development-process__content .project-steps__center {
      width: 90%;
      margin: 0 auto;
      padding: 25px 20px 150px 20px;
    }
  }
  @media (max-width: 575px) {
    .development-process__content .project-steps__center {
      width: 90%;
      padding: 25px 20px 125px 20px;
    }
  }
  @media (max-width: 425px) {
    .development-process__content .project-steps__center {
      width: 100%;
    }
  }
  .development-process__content .project-steps__center .bottom-triangle {
    position: absolute;
    left: 0;
    bottom: -32px;
    display: inline-block;
    height: 160px;
    width: 100%;
    text-align: center;
    color: white;
    background: #040c40;
    line-height: 50px;
    text-decoration: none;
    padding-bottom: 15%;
    background-clip: content-box;
  }
  @media (max-width: 767px) {
    .development-process__content .project-steps__center .bottom-triangle {
      bottom: -20px;
      height: 100px;
    }
  }
  .development-process__content .project-steps__center .bottom-triangle:after {
    content: "";
    position: absolute;
    top: 80%;
    left: 0;
    background-color: inherit;
    padding-bottom: 50%;
    width: 57.7%;
    z-index: 1;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-30deg) skewX(30deg);
    -moz-transform: rotate(-30deg) skewX(30deg);
    -ms-transform: rotate(-30deg) skewX(30deg);
    -o-transform: rotate(-30deg) skewX(30deg);
    transform: rotate(-30deg) skewX(30deg);
  }
  .development-process__content .project-steps__center .project-step {
    position: relative;
  }
  .development-process__content
    .project-steps__center
    .project-step
    + .project-step {
    margin-top: 25px;
  }
  @media (max-width: 991px) {
    .development-process__content
      .project-steps__center
      .project-step
      + .project-step {
      margin-top: 200px;
    }
  }
  @media (max-width: 767px) {
    .development-process__content
      .project-steps__center
      .project-step
      + .project-step {
      margin-top: 40px;
    }
  }
  .development-process__content .project-steps__center .project-step.left:before,
  .development-process__content
    .project-steps__center
    .project-step.right:before {
    content: "";
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 10px;
    width: 65px;
    position: absolute;
  }
  @media (max-width: 991px) {
    .development-process__content
      .project-steps__center
      .project-step.left:before,
    .development-process__content
      .project-steps__center
      .project-step.right:before {
      width: 60px;
    }
  }
  @media (max-width: 767px) {
    .development-process__content
      .project-steps__center
      .project-step.left:before,
    .development-process__content
      .project-steps__center
      .project-step.right:before {
      display: none;
    }
  }
  .development-process__content .project-steps__center .project-step.left:before {
    background-image: url(../images/wW1w24eauofo.svg);
    left: -65px;
    top: 40px;
  }
  @media (max-width: 991px) {
    .development-process__content
      .project-steps__center
      .project-step.left:before {
      background-image: url(../images/RqtfbY6mYLbr.svg);
      right: -60px;
      left: auto;
    }
  }
  .development-process__content
    .project-steps__center
    .project-step.right:before {
    background-image: url(../images/RqtfbY6mYLbr.svg);
    right: -65px;
    top: 40px;
  }
  @media (max-width: 991px) {
    .development-process__content
      .project-steps__center
      .project-step.right:before {
      right: -60px;
    }
  }
  .development-process__content .project-steps__center .project-step__number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 20px;
    font-size: 2.1875rem;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    min-height: 250px;
    
  }
  @media (max-width: 1199px) {
    .development-process__content .project-steps__center .project-step__number {
      padding: 20px 10px;
      min-height: 225px;
    }
  }
  @media (max-width: 991px) {
    .development-process__content .project-steps__center .project-step__number {
      font-size: 1.5625rem;
      min-height: 175px;
    }
  }
  @media (max-width: 767px) {
    .development-process__content .project-steps__center .project-step__number {
      width: 100%;
      margin: auto;
      margin-bottom: 30px;
      min-height: auto;
      position: relative;
    }
    .development-process__content
      .project-steps__center
      .project-step__number:before {
      content: "";
      width: 2px;
      height: 28px;
      border-right: 1px dashed #fff;
      position: absolute;
      bottom: -28px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
    }
    .development-process__content
      .project-steps__center
      .project-step__number:after {
      content: "";
      border: solid #fff;
      border-width: 0 1px 1px 0;
      display: inline-block;
      padding: 5px;
      position: absolute;
      bottom: -30px;
      left: 50%;
      -webkit-transform: rotate(45deg) translateX(-50%);
      -moz-transform: rotate(45deg) translateX(-50%);
      -ms-transform: rotate(45deg) translateX(-50%);
      -o-transform: rotate(45deg) translateX(-50%);
      transform: rotate(45deg) translateX(-50%);
      margin-left: -1px;
    }
  }
  .development-process__content
    .project-steps__center
    .project-step__number
    span {
    display: block;
    margin-bottom: 15px;
  }
  .development-process__content .project-steps__center .project-step__number p {
    margin-bottom: 0;
    line-height: normal;
  }
  .development-process__content .project-steps__center .project-step__content {
    position: absolute;
    width: 350px;
    top: 15px;
    border: 1px dashed #494949;
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 20px;
  }
  @media (max-width: 1199px) {
    .development-process__content .project-steps__center .project-step__content {
      width: 300px;
    }
  }
  @media (max-width: 991px) {
    .development-process__content .project-steps__center .project-step__content {
      padding: 15px;
      top: 0;
    }
  }
  @media (max-width: 767px) {
    .development-process__content .project-steps__center .project-step__content {
      position: static;
      width: 100%;
      border: none;
    }
  }
  .development-process__content
    .project-steps__center
    .project-step__content
    img {
    max-width: 40px;
    margin-bottom: 25px;
  }
  .development-process__content .project-steps__center .project-step__content h5 {
    font-size: 1.75rem;
    
  }
  @media (max-width: 767px) {
    .development-process__content
      .project-steps__center
      .project-step__content
      h5 {
      font-size: 1.375rem;
    }
  }
  .development-process__content .project-steps__center .project-step__content p {
    margin-bottom: 0;
  }
  .development-process__content
    .project-steps__center
    .project-step__content.left {
    left: -420px;
    text-align: right;
  }
  @media (max-width: 1199px) {
    .development-process__content
      .project-steps__center
      .project-step__content.left {
      left: -365px;
    }
  }
  @media (max-width: 991px) {
    .development-process__content
      .project-steps__center
      .project-step__content.left {
      right: -480px;
      left: auto;
      width: 420px;
      text-align: left;
    }
  }
  @media (max-width: 767px) {
    .development-process__content
      .project-steps__center
      .project-step__content.left {
      width: 100%;
      position: relative;
      z-index: 2;
      right: auto;
    }
  }
  .development-process__content
    .project-steps__center
    .project-step__content.right {
    right: -420px;
  }
  @media (max-width: 1199px) {
    .development-process__content
      .project-steps__center
      .project-step__content.right {
      right: -365px;
    }
  }
  @media (max-width: 991px) {
    .development-process__content
      .project-steps__center
      .project-step__content.right {
      width: 420px;
      right: -480px;
    }
  }
  @media (max-width: 767px) {
    .development-process__content
      .project-steps__center
      .project-step__content.right {
      width: 100%;
    }
  }
  .agile-approach {
    padding-top: 120px;
    border-bottom: 1px solid #d9d9d9;
  }
  @media (max-width: 767px) {
    .agile-approach {
      padding-top: 140px;
    }
  }
  .agile-approach__img-box {
    margin-bottom: 20px;
    width: 85%;
    margin: 0 auto;
  }
  @media (max-width: 991px) {
    .agile-approach__img-box {
      width: 100%;
    }
  }
  .odc-india__list ul li + li {
    margin-top: 15px;
  }
  .odc-india__list-text {
    background-color: #f2f2f2;
    padding: 10px 15px;
    padding-left: 70px;
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: normal;
    position: relative;
    border-bottom: 1px dashed #cecece;
  }
  @media (max-width: 991px) {
    .odc-india__list-text {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }
  @media (max-width: 767px) {
    .odc-india__list-text {
      height: auto;
    }
  }
  .odc-india__list-text:before {
    content: "";
    background-image: url(../images/7F41u13KYghF.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    width: 30px;
    height: 30px;
  }
  .odc-india__list-text span {
    
    font-size: 1.375rem;
    min-width: 190px;
  }
  @media (max-width: 1199px) {
    .odc-india__list-text span {
      min-width: 140px;
    }
  }
  .odc-india__list-text label {
    margin-bottom: 0;
  }
  .odc-india__no-need-list {
    height: 100%;
    padding: 10px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  @media (max-width: 767px) {
    .odc-india__no-need-list {
      margin-top: 20px;
    }
  }
  .odc-india__no-need-list > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .odc-india__no-need-list > ul li {
    padding: 20px 0;
    margin-left: 30px;
    position: relative;
    
  }
  .odc-india__no-need-list > ul li + li {
    border-top: 1px dashed rgba(255, 255, 255, 0.5);
  }
  @media (max-width: 1199px) {
    .odc-india__no-need-list > ul li {
      font-size: 1rem;
      margin-left: 20px;
    }
  }
  @media (max-width: 991px) {
    .odc-india__no-need-list > ul li {
      font-size: 0.8125rem;
    }
  }
  @media (max-width: 991px) {
    .odc-india__no-need-list > ul li {
      font-size: 1rem;
    }
  }
  @media (max-width: 767px) {
    .odc-india__no-need-list > ul li {
      height: auto;
    }
  }
  .odc-india__no-need-list > ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    border-color: #fff;
    display: block;
    position: absolute;
    left: -30px;
    top: 27px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  @media (max-width: 1199px) {
    .odc-india__no-need-list > ul li:before {
      left: -20px;
    }
  }
  .offshore-development {
    overflow: hidden;
    background-image: url(../images/vWMwROz42v2n.svg);
    background-repeat: no-repeat;
    background-position: 120% 80%;
    -webkit-background-size: 475px 475px;
    -moz-background-size: 475px;
    -o-background-size: 475px;
    background-size: 475px;
  }
  @media (min-width: 1600px) {
    .offshore-development {
      background-position: 115% 80%;
    }
  }
  @media (max-width: 1199px) {
    .offshore-development {
      background-position: 128% 80%;
    }
  }
  @media (max-width: 991px) {
    .offshore-development {
      background-image: none;
    }
  }
  .offshore-development__content h3 {
    font-size: 2.8125rem;
    text-align: center;
    margin-bottom: 20px;
  }
  @media (max-width: 991px) {
    .offshore-development__content h3 br {
      display: none;
    }
  }
  @media (max-width: 767px) {
    .offshore-development__content h3 {
      font-size: 2.1875rem;
    }
  }
  .offshore-development__content-inner {
    width: 65%;
  }
  @media (max-width: 1199px) {
    .offshore-development__content-inner {
      width: 70%;
    }
  }
  @media (max-width: 991px) {
    .offshore-development__content-inner {
      width: 100%;
    }
  }
  .offshore-development__content-img-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 100%;
  }
  @media (max-width: 1199px) {
    .offshore-development__content-img-box {
      padding: 15px;
    }
  }
  .offshore-development__content-img-box img {
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
  }
  .offshore-development__content-img-box label {
    margin-bottom: 0;
    
    font-size: 1.125rem;
  }
  .offshore-development__subtitle {
    text-align: center;
    
    font-size: 1.75rem;
    margin-bottom: 35px;
  }
  .offshore-dev-prb__content ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @media (max-width: 991px) {
    .offshore-dev-prb__content ul {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }
  .offshore-dev-prb__content ul li {
    width: 20%;
    padding: 30px 20px;
    text-align: center;
    position: relative;
  }
  @media (max-width: 1199px) {
    .offshore-dev-prb__content ul li {
      padding: 30px 5px;
    }
  }
  .offshore-dev-prb__content ul li:nth-child(1),
  .offshore-dev-prb__content ul li:nth-child(2),
  .offshore-dev-prb__content ul li:nth-child(3),
  .offshore-dev-prb__content ul li:nth-child(4),
  .offshore-dev-prb__content ul li:nth-child(5) {
    margin-bottom: 35px;
  }
  .offshore-dev-prb__content ul li:nth-child(1):after,
  .offshore-dev-prb__content ul li:nth-child(2):after,
  .offshore-dev-prb__content ul li:nth-child(3):after,
  .offshore-dev-prb__content ul li:nth-child(4):after,
  .offshore-dev-prb__content ul li:nth-child(5):after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    border-bottom: 1px dashed #494949;
    left: 0;
    bottom: -18px;
  }
  .offshore-dev-prb__content ul li:nth-last-child(5) {
    border-left: 0;
  }
  @media (max-width: 991px) {
    .offshore-dev-prb__content ul li {
      width: 25%;
      border-bottom: 1px dashed #494949;
      margin-bottom: 0 !important;
    }
    .offshore-dev-prb__content ul li:after {
      display: none;
    }
    .offshore-dev-prb__content ul li:nth-last-child(2),
    .offshore-dev-prb__content ul li:nth-child(5) {
      border-left: 0;
    }
    .offshore-dev-prb__content ul li:nth-child(6) {
      border-left: 1px dashed #494949;
    }
    .offshore-dev-prb__content ul li:nth-last-child(1),
    .offshore-dev-prb__content ul li:nth-last-child(2) {
      border-bottom: 0;
    }
  }
  @media (max-width: 767px) {
    .offshore-dev-prb__content ul li {
      width: 50%;
    }
    .offshore-dev-prb__content ul li:nth-last-child(3) {
      border-bottom: 1px dashed #494949;
    }
  }
  .offshore-dev-prb__content ul li + li {
    border-left: 1px dashed #494949;
  }
  @media (max-width: 767px) {
    .offshore-dev-prb__content ul li + li {
      border-left: 0;
    }
  }
  @media (max-width: 767px) {
    .offshore-dev-prb__content ul li:nth-child(even) {
      border-left: 1px dashed #494949;
    }
  }
  .offshore-dev-prb__content ul li img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    margin-bottom: 20px;
    width: 50px;
    height: 50px;
  }
  .offshore-dev-prb__content ul li span {
    display: block;
    text-transform: capitalize;
  }
  @media (max-width: 991px) {
    .offshore-dev-prb__content ul li span {
      font-size: 0.9375rem;
    }
  }
  .overcome-challenge p {
    font-size: 1.75rem;
  }
  .s4s-accordion .card-header {
    border-bottom: none;
  }
  .s4s-accordion .card-body {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
  }
  .service-offshore {
    padding-top: 100px;
  }
  @media (max-width: 767px) {
    .service-offshore {
      padding-top: 50px;
      padding-bottom: 0;
    }
  }
  .service-offshore__content-list ul li {
    padding: 20px 0;
    text-transform: uppercase;
    position: relative;
  }
  @media (max-width: 767px) {
    .service-offshore__content-list ul li {
      margin-left: 50px;
    }
  }
  .service-offshore__content-list ul li:after {
    content: "";
    width: 100px;
    height: 1px;
    border-top: 1px dashed #494949;
    position: absolute;
    top: 50px;
    z-index: 1;
  }
  @media (max-width: 767px) {
    .service-offshore__content-list ul li:after {
      display: none;
    }
  }
  .service-offshore__content-list ul li + li {
    border-top: 1px dashed #494949;
  }
  .service-offshore__content-list ul li span {
    display: block;
  }
  @media (max-width: 991px) {
    .service-offshore__content-list ul li span {
      font-size: 0.875rem;
    }
  }
  .service-offshore__content-list ul li img {
    width: 35px;
    height: 36px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }
  @media (max-width: 767px) {
    .service-offshore__content-list ul li:last-child {
      border-bottom: 1px dashed #494949;
    }
  }
  @media (max-width: 767px) {
    .service-offshore__content-list ul.left {
      margin-top: 50px !important;
    }
  }
  .service-offshore__content-list ul.left li {
    text-align: right;
  }
  @media (max-width: 767px) {
    .service-offshore__content-list ul.left li {
      text-align: left;
    }
  }
  .service-offshore__content-list ul.left li:after {
    right: -170px;
  }
  @media (max-width: 1199px) {
    .service-offshore__content-list ul.left li:after {
      right: -160px;
    }
  }
  @media (max-width: 991px) {
    .service-offshore__content-list ul.left li:after {
      right: -140px;
    }
  }
  .service-offshore__content-list ul.left li img {
    right: -60px;
  }
  @media (max-width: 1199px) {
    .service-offshore__content-list ul.left li img {
      right: -50px;
    }
  }
  @media (max-width: 991px) {
    .service-offshore__content-list ul.left li img {
      right: -40px;
    }
  }
  @media (max-width: 767px) {
    .service-offshore__content-list ul.left li img {
      left: -50px;
    }
  }
  .service-offshore__content-list ul.left li.ent:after {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  .service-offshore__content-list ul.left li.web:after {
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  .service-offshore__content-list ul.left li.cloud:after {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  .service-offshore__content-list ul.left li.ai-mi:after {
    top: 25px;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  .service-offshore__content-list ul.left li.data:after {
    top: 15px;
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  .service-offshore__content-list ul.left li.iot:after {
    top: 10px;
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }
  @media (max-width: 767px) {
    .service-offshore__content-list ul.right {
      margin-top: 0px !important;
    }
  }
  .service-offshore__content-list ul.right li {
    text-align: left;
  }
  .service-offshore__content-list ul.right li:after {
    left: -170px;
  }
  @media (max-width: 1199px) {
    .service-offshore__content-list ul.right li:after {
      left: -160px;
    }
  }
  @media (max-width: 991px) {
    .service-offshore__content-list ul.right li:after {
      left: -140px;
    }
  }
  .service-offshore__content-list ul.right li.block:after {
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  .service-offshore__content-list ul.right li.dev:after {
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }
  .service-offshore__content-list ul.right li.qa:after {
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  .service-offshore__content-list ul.right li.sap:after {
    top: 25px;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  .service-offshore__content-list ul.right li.ui-ux:after {
    top: 15px;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  .service-offshore__content-list ul.right li.soft:after {
    top: 10px;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  .service-offshore__content-list ul.right li img {
    left: -60px;
  }
  @media (max-width: 1199px) {
    .service-offshore__content-list ul.right li img {
      left: -50px;
    }
  }
  @media (max-width: 991px) {
    .service-offshore__content-list ul.right li img {
      left: -40px;
    }
  }
  @media (max-width: 767px) {
    .service-offshore__content-list ul.right li img {
      left: -50px;
    }
  }
  .service-offshore__circle {
    height: 485px;
    width: 485px;
    background-color: #fafafa;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: -35px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  @media (max-width: 1199px) {
    .service-offshore__circle {
      height: 435px;
      width: 435px;
    }
  }
  @media (max-width: 991px) {
    .service-offshore__circle {
      height: 330px;
      width: 330px;
    }
  }
  @media (max-width: 575px) {
    .service-offshore__circle {
      height: 300px;
      width: 300px;
    }
  }
  .service-offshore__circle--inner {
    height: 440px;
    width: 440px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #f2f2f2;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  @media (max-width: 1199px) {
    .service-offshore__circle--inner {
      height: 400px;
      width: 400px;
    }
  }
  @media (max-width: 991px) {
    .service-offshore__circle--inner {
      height: 305px;
      width: 305px;
    }
  }
  @media (max-width: 575px) {
    .service-offshore__circle--inner {
      height: 280px;
      width: 280px;
    }
  }
  .service-offshore__circle-content {
    height: 400px;
    width: 400px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 20px 50px;
    margin: auto;
    border: 20px solid #e8e8e8;
    position: relative;
    z-index: 2;
  }
  @media (max-width: 1199px) {
    .service-offshore__circle-content {
      height: 360px;
      width: 360px;
    }
  }
  @media (max-width: 991px) {
    .service-offshore__circle-content {
      height: 275px;
      width: 275px;
      border: 15px solid #e8e8e8;
    }
  }
  @media (max-width: 575px) {
    .service-offshore__circle-content {
      height: 265px;
      width: 265px;
      border: 10px solid #e8e8e8;
    }
  }
  .service-offshore__circle-content h3 {
    
    text-transform: uppercase;
    font-size: 2rem;
  }
  @media (max-width: 1199px) {
    .service-offshore__circle-content h3 {
      font-size: 1.625rem;
    }
  }
  @media (max-width: 991px) {
    .service-offshore__circle-content h3 {
      font-size: 1rem;
    }
  }
  .service-offshore__circle-content p {
    margin-bottom: 0;
    padding-top: 5px;
    border-top: 1px solid #fff;
    line-height: 1.2;
  }
  @media (max-width: 991px) {
    .service-offshore__circle-content p {
      font-size: 0.9375rem;
    }
  }
  .technologies-offshore {
    padding: 35px 0 0;
  }
  .technologies-offshore p {
    font-size: 0.9375rem;
    margin-bottom: 30px;
  }
  .technologies-offshore__list {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .technologies-offshore__list li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .technologies-offshore__list-content {
    padding: 20px 15px;
    min-height: 155px;
  }
  @media (max-width: 767px) {
    .technologies-offshore__list-content {
      min-height: auto;
    }
  }
  .technologies-offshore__list-content p {
    margin-bottom: 0;
  }
  .technologies-offshore__list-content h3 {
    
    font-size: 1rem;
  }
  .our-engagement__content-inner {
    color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    height: 100%;
  }
  @media (max-width: 767px) {
    .our-engagement__content-inner {
      height: auto;
    }
  }
  .our-engagement__content-inner:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .our-engagement__content-top {
    padding: 40px 35px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    height: 75%;
  }
  @media (max-width: 991px) {
    .our-engagement__content-top {
      padding: 20px 15px;
    }
  }
  .our-engagement__content-top img {
    width: 45px;
    height: 45px;
    margin-bottom: 30px;
  }
  .our-engagement__content-top h3 {
    font-size: 1.875rem;
    margin-bottom: 30px;
    min-height: 72px;
  }
  @media (max-width: 991px) {
    .our-engagement__content-top h3 {
      font-size: 1.5625rem;
    }
  }
  @media (max-width: 767px) {
    .our-engagement__content-top h3 {
      min-height: auto;
    }
  }
  .our-engagement__content-top p {
    font-size: 0.875rem;
    margin-bottom: 0;
  }
  .our-engagement__content-bottom {
    padding: 20px 35px;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    height: 25%;
  }
  @media (max-width: 991px) {
    .our-engagement__content-bottom {
      padding: 20px 15px;
    }
  }
  .our-engagement__content-bottom h5 {
    font-size: 0.9375rem;
    
  }
  .our-engagement__content-bottom p {
    font-size: 0.875rem;
    margin-bottom: 0;
  }
  .approach-development {
    margin-top: 50px;
  }
  .approach-development .approach-development-box {
    background-color: #fff;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    padding: 40px 0;
    position: relative;
  }
  .approach-development .approach-development-box::before {
    content: "";
    border-left: 1px dashed #707070;
    height: 100%;
    display: block;
    width: 1px;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
  }
  @media (max-width: 767px) {
    .approach-development .approach-development-box::before {
      display: none;
    }
  }
  .approach-development .approach-development-box__inner {
    max-width: 1030px;
    width: 100%;
    margin: 0 auto;
    color: #000;
    padding: 0 20px;
  }
  .approach-development .approach-development-box__cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  @media (max-width: 767px) {
    .approach-development .approach-development-box__cols {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  .approach-development .approach-development-box__cols img {
    margin: 0 auto 2rem;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .approach-development .approach-development-box__cols > li {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    width: 100%;
  }
  .approach-development .approach-development-box__cols > li:first-child {
    padding-right: 30px;
  }
  @media (max-width: 767px) {
    .approach-development .approach-development-box__cols > li:first-child {
      padding-right: 0;
      padding-bottom: 50px;
      border-bottom: 1px dashed #707070;
      margin-bottom: 50px;
    }
  }
  .approach-development .approach-development-box__cols > li:last-child {
    padding-left: 50px;
  }
  @media (max-width: 767px) {
    .approach-development .approach-development-box__cols > li:last-child {
      padding-left: 0;
    }
  }
  .approach-development
    .approach-development-box
    .bullet-list--circle-tick
    > li:last-child {
    margin-bottom: 0;
  }
  .approach-development .approach-development-box__border {
    border-bottom: 2px solid #5bcdf3;
    padding-bottom: 3px;
  }
  @media (max-width: 767px) {
    .order-mob-1 {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
    }
    .order-mob-2 {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
    }
    .order-mob-3 {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
    }
  }
  .page-node-6 .team-augmentation {
    padding-top: 50px;
  }
  .page-node-6 .team-augmentation .resource-offshore {
    margin-bottom: 0;
  }
  .resource-as-service__left,
  .resource-as-service__right {
    padding: 35px;
  }
  @media (max-width: 991px) {
    .resource-as-service__left,
    .resource-as-service__right {
      padding: 25px;
    }
  }
  @media (max-width: 767px) {
    .resource-as-service__left,
    .resource-as-service__right {
      padding: 20px;
    }
  }
  .resource-as-service__left {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
  }
  @media (max-width: 767px) {
    .resource-as-service__left {
      border-right: 1px solid rgba(0, 0, 0, 0.2);
      -webkit-border-bottom-left-radius: 0px;
      -moz-border-radius-bottomleft: 0px;
      border-bottom-left-radius: 0px;
      -webkit-border-top-right-radius: 20px;
      -moz-border-radius-topright: 20px;
      border-top-right-radius: 20px;
    }
  }
  .resource-as-service__left h5 {
    
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .resource-as-service__left p {
    
    font-size: 1.125rem;
  }
  .resource-as-service__right {
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
  }
  @media (max-width: 767px) {
    .resource-as-service__right {
      -webkit-border-top-right-radius: 0px;
      -moz-border-radius-topright: 0px;
      border-top-right-radius: 0px;
      -webkit-border-bottom-left-radius: 20px;
      -moz-border-radius-bottomleft: 20px;
      border-bottom-left-radius: 20px;
    }
  }
  .resource-as-service__right h5 {
    
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .resource-as-service__right .ras-content {
    padding: 20px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .resource-as-service__right .ras-content span {
    font-size: 1.6875rem;
    
    color: rgba(255, 255, 255, 0.5);
    margin-right: 10px;
  }
  @media (max-width: 767px) {
    .resource-as-service__right .ras-content span {
      margin-right: 5px;
    }
  }
  .resource-as-service__right .ras-content p {
    margin-bottom: 0;
    display: inline-block;
    margin-top: 5px;
    
    font-size: 1.25rem;
  }
  @media (max-width: 991px) {
    .resource-as-service__right .ras-content p {
      font-size: 1.125rem;
    }
  }
  .resource-as-service__right .row {
    margin-left: -7px;
    margin-right: -7px;
  }
  .resource-as-service__right .row [class*="col-"] {
    padding-left: 7px;
    padding-right: 7px;
  }
  @media (max-width: 767px) {
    .resource-as-service__right .row [class*="col-"]:nth-child(even) {
      padding-left: 0;
    }
  }
  @media (max-width: 767px) {
    .resource-as-service .col-md-6 {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }
  }
  .on-demand-staff__content .on-demand-list {
    padding: 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  .on-demand-staff__content .on-demand-list__title {
    color: #fff;
    font-size: 2.1875rem;
  }
  .on-demand-staff__content .on-demand-list__title img {
    max-width: 55px;
  }
  .on-demand-staff__content .on-demand-list__title h4 {
    display: inline-block;
  }
  .on-demand-staff__content .on-demand-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .on-demand-staff__content .on-demand-list ul.full li {
    width: 100%;
  }
  .on-demand-staff__content .on-demand-list ul.full li .sub-tech {
    position: relative;
  }
  .on-demand-staff__content .on-demand-list ul.full li .sub-tech:before {
    content: "";
    position: absolute;
    left: 0;
    top: -15px;
    width: 15px;
    height: 100%;
    border-left: 1px solid #fff;
  }
  .on-demand-staff__content .on-demand-list ul.full li .sub-tech:after {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 15px;
    height: 1px;
    border-bottom: 1px solid #fff;
  }
  .on-demand-staff__content
    .on-demand-list
    ul.full
    li
    .sub-tech:last-child:before {
    height: 36px;
  }
  .on-demand-staff__content
    .on-demand-list
    ul.full
    li
    .sub-tech:last-child:after {
    top: 20px;
  }
  .on-demand-staff__content .on-demand-list ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    color: #fff;
    padding: 2px 0;
    position: relative;
    padding-left: 20px;
  }
  .on-demand-staff__content .on-demand-list ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
  }
  .on-demand-staff__content .on-demand-list ul li a {
    color: #fff;
    text-decoration: none;
  }
  .on-demand-staff__content .on-demand-list ul li span {
    border: 1px solid #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    padding: 2px 14px;
    font-size: 0.8125rem;
    margin-bottom: 10px;
    margin-right: 5px;
  }
  @media (max-width: 575px) {
    .on-demand-staff__content .on-demand-list ul li span {
      padding: 2px 4px;
    }
  }
  .on-demand-staff__content .on-demand-list ul li label {
    margin-bottom: 0;
    min-width: 110px;
  }
  .on-demand-staff__content .on-demand-list ul li .technology-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .on-demand-staff__content .on-demand-list ul li .sub-tech {
    padding: 5px 0;
    padding-left: 20px;
  }
  .on-demand-staff__content .on-demand-list ul li .sub-tech label {
    min-width: 90px;
    line-height: 1.3;
  }
  .on-demand-staff__content .on-demand-list .core-services-bottom-link {
    background-color: #fff;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    text-decoration: none;
    border: 1px solid transparent;
    padding: 25px 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .on-demand-staff__content .on-demand-list .core-services-bottom-link:hover {
    background-color: #5bcdf3;
    border-color: #000;
  }
  .on-demand-staff__content .on-demand-list .core-services-bottom-link h5 {
    
    margin-bottom: 0;
    font-size: 1rem;
  }
  .on-demand-staff__content .on-demand-list .core-services-bottom-link h5 span {
    
    font-size: 0.875rem;
    display: block;
  }
  .on-demand-staff__content .on-demand-list .core-services-bottom-link .arrow {
    width: 30px;
    min-width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #000;
    position: relative;
  }
  .on-demand-staff__content
    .on-demand-list
    .core-services-bottom-link
    .arrow:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    border: solid;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    padding: 4px;
    margin-top: 0;
    z-index: 2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .on-demand-staff__content .tech {
    margin-top: 35px;
  }
  @media (max-width: 767px) {
    .on-demand-staff__content .tech {
      margin-top: 20px;
    }
  }
  .connect-develop {
    padding-bottom: 20px;
    height: -webkit-calc(100vh - 211px);
    height: -moz-calc(100vh - 211px);
    height: calc(100vh - 211px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  @media (max-width: 767px) {
    .connect-develop {
      height: auto;
    }
  }
  .connect-develop .heading-2:after {
    display: none;
  }
  .connect-develop__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 30px;
  }
  @media (max-width: 575px) {
    .connect-develop__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
    }
  }
  .connect-develop__content p {
    margin-bottom: 0;
    font-size: 0.9rem;
  }
  .connect-develop__img-box {
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 60px;
    min-width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
  }
  @media (max-width: 1199px) {
    .connect-develop__img-box {
      margin-right: 15px;
    }
  }
  @media (max-width: 575px) {
    .connect-develop__img-box {
      margin-right: 0;
      margin-bottom: 10px;
    }
  }
  .connect-develop__img-box img {
    max-width: 25px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .key-diff {
    background-image: url(../images/XPlThbolPKeQ.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    padding-bottom: 20px;
  }
  .key-diff:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .key-diff .heading-2 {
    color: #fff;
  }
  .key-diff .heading-2 span {
    display: inline-block;
  }
  .key-diff .heading-2:after {
    display: none;
  }
  .key-diff__content-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    min-height: 80px;
  }
  @media (max-width: 991px) {
    .key-diff__content-inner {
      margin-bottom: 25px;
    }
  }
  @media (max-width: 767px) {
    .key-diff__content-inner {
      min-height: inherit;
    }
  }
  .key-diff__content-inner span {
    min-width: 30px;
    height: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    color: #363635;
    font-size: 1.25rem;
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    margin-top: 3px;
  }
  .key-diff__content-inner h5 {
    font-size: 1.3125rem;
    
    margin-bottom: 5px;
  }
  @media (max-width: 991px) {
    .key-diff__content-inner h5 {
      font-size: 1.1875rem;
      margin-bottom: 0;
    }
  }
  .key-diff__content-inner p {
    margin-bottom: 0;
    
  }
  .company-status {
    padding: 32px 0;
  }
  .company-status__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
  }
  @media (max-width: 767px) {
    .company-status__content {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  .company-status__content span {
    font-size: 2.4375rem;
    
    margin-right: 20px;
    padding-right: 14px;
    border-right: 1px solid rgba(0, 0, 0, 0.6);
  }
  @media (max-width: 991px) {
    .company-status__content span {
      font-size: 1.875rem;
    }
  }
  @media (max-width: 767px) {
    .company-status__content span {
      margin-right: 0;
      border-right: 0;
      padding-right: 0;
      font-size: 1.75rem;
    }
  }
  @media (max-width: 767px) {
    .company-status__content div {
      font-size: 0.875rem;
      text-align: center;
    }
  }
  @media (max-width: 767px) {
    .company-status .row .col-4 {
      border-right: 1px solid rgba(0, 0, 0, 0.6);
    }
    .company-status .row .col-4:last-child {
      border-right: 0;
    }
  }
  .webform-submission-contact-form {
    background-color: #fff;
  }
  .webform-submission-contact-form .js-form-item {
    padding: 0 1.4rem;
    position: relative;
  }
  .webform-submission-contact-form .js-form-item:before {
    content: " ";
    position: absolute;
    right: 1.4rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 22px;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .webform-submission-contact-form .free-quote-text {
    background-color: #dbdbdb;
    margin-bottom: 0;
    padding: 0.8rem 1.4rem;
  }
  .webform-submission-contact-form .free-quote-text h3 {
    
    font-size: 1.125rem;
    color: #000;
    margin-bottom: 0.3rem;
  }
  .webform-submission-contact-form .free-quote-text p {
    font-size: 0.875rem;
    margin-bottom: 0;
    color: #000;
  }
  .webform-submission-contact-form .request-form-container {
    padding: 1rem 0;
  }
  .webform-submission-contact-form .form-control {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #707070;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0.5rem 2rem 0.5rem 0;
  }
  .webform-submission-contact-form .form-text {
    margin-top: 0;
  }
  .webform-submission-contact-form .form-type-tel {
    margin-bottom: 1.5rem;
  }
  .webform-submission-contact-form .form-textarea {
    border: 1px solid #707070;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .webform-submission-contact-form .js-form-item-name:before {
    background-image: url(../images/uxTl9n2fu8yK.svg);
  }
  .webform-submission-contact-form .js-form-item-email:before {
    background-image: url(../images/mf8Kpg2Mot3b.svg);
    height: 16px;
  }
  .webform-submission-contact-form .js-form-item-phone:before {
    background-image: url(../images/lmmFbVVL54Ya.svg);
    height: 17px;
  }
  .webform-submission-contact-form .form-actions {
    margin-bottom: 0;
    padding: 0 1.4rem 0 1.4rem;
  }
  .webform-submission-contact-form .form-actions .btn {
    color: #fff;
    
    font-weight: 500;
    background-color: #5bcdf3;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border-bottom: 0;
    padding: 0.5rem 1.4rem;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    font-size: 1rem;
  }
  .webform-submission-contact-form .form-actions .btn:hover {
    background-color: #000;
  }
  .view-hire-cross-platforms-developers-listing .view-content {
    margin: 0;
  }
  .webform-submission-request-a-quote-form,
  .webform-submission-request-a-quote-elite-form {
    background-color: #fff;
    margin-top: 11px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    margin-top: 0;
  }
  @media (max-width: 767px) {
    .webform-submission-request-a-quote-form,
    .webform-submission-request-a-quote-elite-form {
      margin-top: 30px;
      position: static;
    }
  }
  .webform-submission-request-a-quote-form .js-form-item,
  .webform-submission-request-a-quote-elite-form .js-form-item {
    padding: 0 1.4rem;
    position: relative;
  }
  .webform-submission-request-a-quote-form .js-form-item:before,
  .webform-submission-request-a-quote-elite-form .js-form-item:before {
    content: " ";
    position: absolute;
    right: 1.4rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 22px;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .webform-submission-request-a-quote-form .js-form-item label,
  .webform-submission-request-a-quote-elite-form .js-form-item label {
    left: 1.4rem;
    
  }
  .webform-submission-request-a-quote-form
    .js-form-item.form-item-captcha-response,
  .webform-submission-request-a-quote-elite-form
    .js-form-item.form-item-captcha-response {
    padding: 0;
  }
  .webform-submission-request-a-quote-form .request-quote-form__top,
  .webform-submission-request-a-quote-elite-form .request-quote-form__top {
    margin-bottom: 0;
    padding: 1.8rem 1.4rem 0rem;
  }
  .webform-submission-request-a-quote-form .request-quote-form__top h3,
  .webform-submission-request-a-quote-elite-form .request-quote-form__top h3 {
    
    font-size: 1.125rem;
    color: #000;
    margin-bottom: 0 !important;
  }
  .webform-submission-request-a-quote-form .request-quote-form__top p,
  .webform-submission-request-a-quote-elite-form .request-quote-form__top p {
    font-size: 0.8125rem;
    
    margin-bottom: 0;
    color: #000;
  }
  .webform-submission-request-a-quote-form .request-quote-form__bottom,
  .webform-submission-request-a-quote-elite-form .request-quote-form__bottom {
    padding: 1rem 0 2rem;
  }
  .webform-submission-request-a-quote-form
    .request-quote-form__bottom
    .form-group--captcha,
  .webform-submission-request-a-quote-elite-form
    .request-quote-form__bottom
    .form-group--captcha {
    margin-bottom: 0.5rem;
  }
  @media (max-width: 359px) {
    .webform-submission-request-a-quote-form
      .request-quote-form__bottom
      .form-group--captcha,
    .webform-submission-request-a-quote-elite-form
      .request-quote-form__bottom
      .form-group--captcha {
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8);
      margin-left: -25px;
    }
  }
  .webform-submission-request-a-quote-form
    .request-quote-form__bottom
    .form-group.fld,
  .webform-submission-request-a-quote-elite-form
    .request-quote-form__bottom
    .form-group.fld {
    margin-bottom: 1rem;
  }
  .webform-submission-request-a-quote-form
    .request-quote-form__bottom
    .form-group.fld
    .form-group,
  .webform-submission-request-a-quote-elite-form
    .request-quote-form__bottom
    .form-group.fld
    .form-group {
    margin-bottom: 0;
  }
  .webform-submission-request-a-quote-form
    .request-quote-form__bottom
    input:-webkit-autofill,
  .webform-submission-request-a-quote-form
    .request-quote-form__bottom
    input:-webkit-autofill:hover,
  .webform-submission-request-a-quote-form
    .request-quote-form__bottom
    input:-webkit-autofill:focus,
  .webform-submission-request-a-quote-form
    .request-quote-form__bottom
    input:-webkit-autofill:active,
  .webform-submission-request-a-quote-elite-form
    .request-quote-form__bottom
    input:-webkit-autofill,
  .webform-submission-request-a-quote-elite-form
    .request-quote-form__bottom
    input:-webkit-autofill:hover,
  .webform-submission-request-a-quote-elite-form
    .request-quote-form__bottom
    input:-webkit-autofill:focus,
  .webform-submission-request-a-quote-elite-form
    .request-quote-form__bottom
    input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  }
  .webform-submission-request-a-quote-form .form-control,
  .webform-submission-request-a-quote-elite-form .form-control {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #707070;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0.5rem 2rem 0 0;
    height: -webkit-calc(1.5em + 0.5rem);
    height: -moz-calc(1.5em + 0.5rem);
    height: calc(1.5em + 0.5rem);
  }
  .webform-submission-request-a-quote-form .form-text,
  .webform-submission-request-a-quote-elite-form .form-text {
    margin-top: 0;
  }
  .webform-submission-request-a-quote-form .form-type-tel,
  .webform-submission-request-a-quote-elite-form .form-type-tel {
    margin-bottom: 1.5rem;
  }
  .webform-submission-request-a-quote-form .form-textarea,
  .webform-submission-request-a-quote-elite-form .form-textarea {
    border: 1px solid #707070;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding-top: 15px;
    padding-left: 1rem;
    padding-right: 1rem;
    height: auto;
  }
  .webform-submission-request-a-quote-form .form-group--textarea label,
  .webform-submission-request-a-quote-elite-form .form-group--textarea label {
    left: 2.4rem;
    position: absolute;
    top: 10px;
  }
  .webform-submission-request-a-quote-form .form-group--textarea .error,
  .webform-submission-request-a-quote-elite-form .form-group--textarea .error {
    top: auto;
    left: 1.4rem;
    bottom: -20px;
  }
  .webform-submission-request-a-quote-form .js-form-item-name:before,
  .webform-submission-request-a-quote-elite-form .js-form-item-name:before {
    background-image: url(../images/uxTl9n2fu8yK.svg);
  }
  .webform-submission-request-a-quote-form .js-form-item-email:before,
  .webform-submission-request-a-quote-elite-form .js-form-item-email:before {
    background-image: url(../images/mf8Kpg2Mot3b.svg);
    height: 16px;
  }
  .webform-submission-request-a-quote-form .js-form-item-phone:before,
  .webform-submission-request-a-quote-elite-form .js-form-item-phone:before {
    background-image: url(../images/lmmFbVVL54Ya.svg);
    height: 17px;
  }
  .webform-submission-request-a-quote-form .form-actions,
  .webform-submission-request-a-quote-elite-form .form-actions {
    margin-bottom: 0;
    padding: 0 1.4rem 0 1.4rem;
  }
  .webform-submission-request-a-quote-form .form-actions .btn,
  .webform-submission-request-a-quote-elite-form .form-actions .btn {
    
    font-weight: 500;
    background-color: #5bcdf3;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border-bottom: 0;
    padding: 0.5rem;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    height: -webkit-calc(1.5em + 0.75rem + 2px);
    height: -moz-calc(1.5em + 0.75rem + 2px);
    height: calc(1.5em + 0.75rem + 2px);
    font-size: 1rem;
  }
  .webform-submission-request-a-quote-form .form-actions .btn:hover,
  .webform-submission-request-a-quote-elite-form .form-actions .btn:hover {
    background-color: #000;
  }
  .webform-submission-request-a-quote-form #edit-upload label,
  .webform-submission-request-a-quote-elite-form #edit-upload label {
    cursor: pointer;
    border: 1px solid #000;
    padding: 5px;
    
  }
  .webform-submission-request-a-quote-elite-form {
    -webkit-box-shadow: 0px 0px 60px #000000ad;
    -moz-box-shadow: 0px 0px 60px #000000ad;
    box-shadow: 0px 0px 60px #000000ad;
  }
  .webform-submission-request-a-quote-elite-form .form-textarea {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: auto;
    max-height: 60px;
  }
  .request-form-style-1 .webform-submission-request-a-quote-form {
    background-color: #5bcdf3;
    margin-top: 0;
  }
  .request-form-style-1
    .webform-submission-request-a-quote-form
    .request-quote-form__top {
    background-color: transparent;
    padding: 1.4rem 1.4rem 0 1.4rem;
  }
  .request-form-style-1 .webform-submission-request-a-quote-form .form-textarea {
    border-color: #000;
    color: #000;
    padding: 0.5rem;
  }
  .request-form-style-1
    .webform-submission-request-a-quote-form
    .form-textarea.placeholder {
    color: #000;
  }
  .request-form-style-1
    .webform-submission-request-a-quote-form
    .form-textarea:-moz-placeholder {
    color: #000;
  }
  .request-form-style-1
    .webform-submission-request-a-quote-form
    .form-textarea::-moz-placeholder {
    color: #000;
  }
  .request-form-style-1
    .webform-submission-request-a-quote-form
    .form-textarea:-ms-input-placeholder {
    color: #000;
  }
  .request-form-style-1
    .webform-submission-request-a-quote-form
    .form-textarea::-webkit-input-placeholder {
    color: #000;
  }
  .request-form-style-1
    .webform-submission-request-a-quote-form
    .form-actions
    .btn {
    background-color: #fff;
    color: #000;
  }
  .request-form-style-1
    .webform-submission-request-a-quote-form
    .form-actions
    .btn:hover,
  .request-form-style-1
    .webform-submission-request-a-quote-form
    .form-actions
    .btn:focus {
    background-color: #000;
    color: #fff;
  }
  .request-form-style-1 .form-group.fld .form-control {
    border-color: #000;
  }
  .request-form-style-1 .form-group.fld label {
    color: #000;
  }
  .request-form-style-1 .form-group.fld label.error {
    color: #000 !important;
  }
  .request-form-style-1 .form-group label {
    color: #000;
  }
  .request-form-style-1 label.form-required::after {
    color: #000;
  }
  .node--type-hire-cross-platform-developers .node__content {
    display: none;
  }
  .node--type-hire-cross-platform-developers .team-augmentation {
    padding-top: 50px;
  }
  .node--type-hire-cross-platform-developers
    .team-augmentation
    .resource-offshore {
    margin-bottom: 0;
  }
  .what-we-do {
    padding-top: 79px;
  }
  @media (max-width: 767px) {
    .what-we-do {
      padding-top: 70px;
    }
  }
  .what-we-do__content {
    background-color: #f4f4f4;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    padding: 70px 45px 35px 45px;
    position: relative;
  }
  @media (max-width: 991px) {
    .what-we-do__content {
      padding: 60px 30px 25px 30px;
    }
  }
  @media (max-width: 767px) {
    .what-we-do__content {
      padding: 45px 15px 25px 15px;
    }
  }
  .what-we-do__title {
    text-transform: uppercase;
    font-size: 1.75rem;
    
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    border: 2px solid rgba(112, 112, 112, 0.15);
    padding: 15px 80px;
    position: absolute;
    top: -29px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    background-color: #fff;
    margin-bottom: 0;
    white-space: nowrap;
  }
  @media (max-width: 767px) {
    .what-we-do__title {
      padding: 10px 30px;
      font-size: 1.25rem;
      top: -24px;
    }
  }
  .what-we-do__desc {
    font-size: 1.3125rem;
    
    text-align: center;
    padding: 0 30px;
    margin-bottom: 30px;
  }
  @media (max-width: 575px) {
    .what-we-do__desc {
      padding: 0 10px;
      margin-bottom: 20px;
    }
  }
  @media (max-width: 767px) {
    .what-we-do__desc {
      padding: 0;
    }
  }
  .what-we-do__desc > p {
    margin-bottom: 0;
  }
  .what-we-do__list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .what-we-do__list ul li {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 15px;
    min-height: 68px;
  }
  @media (min-width: 992px) {
    .what-we-do__list ul li:nth-last-child(-n + 2) {
      margin-bottom: 0;
    }
  }
  @media (max-width: 991px) {
    .what-we-do__list ul li {
      width: 100%;
    }
    .what-we-do__list ul li:last-child() {
      margin-bottom: 0;
    }
  }
  @media (max-width: 767px) {
    .what-we-do__list ul li {
      padding: 0;
    }
  }
  .what-we-do__list-item-inner {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 15px 10px 20px;
    border-left: 2px solid #5bcdf3;
    background-color: #fff;
    font-size: 1rem;
    color: #000;
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .what-we-do__middle {
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .what-we-do__middle p {
    font-size: 1.625rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    
  }
  .hire-developer-resource .resource-as-service {
    padding-top: 0;
  }
  .global-customer {
    background-color: #000;
  }
  .global-customer__content-left h3 {
    
    font-size: 3.125rem;
    padding-right: 60px;
    margin-bottom: 20px;
  }
  @media (max-width: 991px) {
    .global-customer__content-left h3 {
      padding-right: 0;
      font-size: 2.8125rem;
    }
  }
  .global-customer__content-left a {
    
    text-decoration: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #fff;
    padding: 5px 25px;
    color: #fff;
    background-color: transparent;
  }
  .global-customer__content-left a:hover,
  .global-customer__content-left a:focus {
    color: #000;
    background-color: #fff;
  }
  .global-customer__content-right ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .global-customer__content-right ul li {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25%;
    padding: 10px;
    height: 100%;
    min-height: 100px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
    border-right: 1px dashed rgba(255, 255, 255, 0.5);
  }
  .global-customer__content-right ul li:nth-child(4),
  .global-customer__content-right ul li:nth-child(8),
  .global-customer__content-right ul li:last-child {
    border-right: 0;
  }
  .global-customer__content-right ul li:last-child,
  .global-customer__content-right ul li:nth-last-child(2),
  .global-customer__content-right ul li:nth-last-child(3),
  .global-customer__content-right ul li:nth-last-child(4) {
    border-bottom: 0;
  }
  @media (max-width: 991px) {
    .global-customer__content-right ul li {
      width: 33%;
    }
    .global-customer__content-right ul li:nth-child(3),
    .global-customer__content-right ul li:nth-child(6),
    .global-customer__content-right ul li:nth-child(9) {
      border-right: 0;
    }
    .global-customer__content-right ul li:nth-child(4),
    .global-customer__content-right ul li:nth-child(8) {
      border-right: 1px dashed rgba(255, 255, 255, 0.5);
    }
    .global-customer__content-right ul li:nth-last-child(4) {
      border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
    }
  }
  @media (max-width: 575px) {
    .global-customer__content-right ul li {
      width: 50%;
    }
    .global-customer__content-right ul li:nth-child(even) {
      border-right: 0;
    }
    .global-customer__content-right ul li:nth-child(odd) {
      border-right: 1px dashed rgba(255, 255, 255, 0.5);
    }
    .global-customer__content-right ul li:nth-last-child(3) {
      border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
    }
  }
  .global-customer__content-right ul li img {
    max-width: 100px;
    max-height: 50px;
  }
  .infrastructure {
    background-color: #f2f2f2;
  }
  .infrastructure__list {
    padding: 0;
    position: relative;
    margin-left: 23px;
    margin-bottom: 0;
    list-style-type: none;
  }
  .infrastructure__list:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #5bcdf3;
    display: block;
    left: -23px;
  }
  .infrastructure__list li {
    position: relative;
    background: #fff;
    margin: 2rem 0;
    padding: 0.8rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  }
  .infrastructure__list li:last-child {
    margin-bottom: 0;
  }
  .infrastructure__list li:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #5bcdf3;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    left: -28px;
    top: 40%;
  }
  .infrastructure__list li:after {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    pointer-events: none;
  }
  .infrastructure-tech {
    background-color: #1f1f1f;
  }
  .infrastructure-tech__content-inner {
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 25px;
    position: relative;
  }
  .infrastructure-tech__content-inner h5 {
    color: #5bcdf3;
    font-family: "Gilroy-ExtraBold";
    font-size: 1.3125rem;
    margin-bottom: 20px;
  }
  .infrastructure-tech__content-inner ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
  }
  .infrastructure-tech__content-inner ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 8px;
  }
  .infrastructure-tech__content-inner img {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 30px;
  }
  .partners,
  .development-models {
    background-color: #f2f2f2;
    border-bottom: 1px solid #d9d9d9;
  }
  .partners__content__title,
  .development-models__content__title {
    margin: 1rem 0 0;
    font-size: 1.15rem;
  }
  .partners__content-img,
  .development-models__content-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    height: 100%;
    background-color: #fff;
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .partners__content-img img,
  .development-models__content-img img {
    max-width: 150px;
    max-height: 125px;
  }
  @media (max-width: 575px) {
    .partners__content-img img,
    .development-models__content-img img {
      max-width: 100%;
      max-height: 70px;
    }
  }
  .certificate__img-box {
    margin-top: -100px;
    text-align: center;
    position: relative;
  }
  .certificate__img-box img {
    max-width: 650px;
  }
  @media (max-width: 991px) {
    .certificate__img-box img {
      max-width: 500px;
    }
  }
  @media (max-width: 767px) {
    .certificate__img-box img {
      max-width: 100%;
    }
  }
  .certifications {
    background-color: #f2f2f2;
    border-bottom: 1px solid #d9d9d9;
  }
  @media (max-width: 991px) {
    .certifications__content .row [class*="col-"] {
      padding-right: 5px;
      padding-left: 5px;
    }
  }
  @media (max-width: 767px) {
    .certifications__content .row [class*="col-"] {
      padding-right: 15px;
      padding-left: 15px;
    }
  }
  .certifications__content-box {
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
    padding-right: 55px;
    position: relative;
    font-size: 1.125rem;
    height: 100%;
  }
  @media (max-width: 991px) {
    .certifications__content-box {
      padding: 15px;
      padding-right: 55px;
      font-size: 1.0625rem;
      min-height: 122px;
    }
  }
  @media (max-width: 575px) {
    .certifications__content-box {
      min-height: auto;
    }
  }
  .certifications__content-box .ribbon {
    position: absolute;
    right: 25px;
    top: 0;
    max-width: 30px;
  }
  .certifications__content-box span {
    
  }
  @media (max-width: 767px) {
    .certifications__content-box p br {
      display: none;
    }
  }
  .certificate-title {
    margin-bottom: 1.5rem !important;
  }
  .our-global-presence {
    padding-top: 0;
  }
  .our-global-presence__content > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 20px;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
  .our-global-presence__content > ul > li {
    display: inline-block;
    width: 33.33%;
    border-right: 1px dashed rgba(0, 0, 0, 0.7);
    border-bottom: 1px dashed rgba(0, 0, 0, 0.7);
  }
  .our-global-presence__content > ul > li:nth-child(7),
  .our-global-presence__content > ul > li:nth-child(8),
  .our-global-presence__content > ul > li:nth-child(9) {
    border-bottom: 0;
  }
  .our-global-presence__content > ul > li:nth-child(3),
  .our-global-presence__content > ul > li:nth-child(6),
  .our-global-presence__content > ul > li:last-child {
    border-right: 0;
  }
  @media (max-width: 767px) {
    .our-global-presence__content > ul > li {
      width: 50%;
    }
    .our-global-presence__content > ul > li:nth-child(even) {
      border-right: 0;
    }
    .our-global-presence__content > ul > li:nth-child(odd) {
      border-right: 1px dashed rgba(0, 0, 0, 0.7);
    }
    .our-global-presence__content > ul > li:nth-last-child(3),
    .our-global-presence__content > ul > li:nth-last-child(4) {
      border-bottom: 1px dashed rgba(0, 0, 0, 0.7);
    }
  }
  @media (max-width: 575px) {
    .our-global-presence__content > ul > li {
      width: 100%;
      border-right: 0 !important;
      border-bottom: 1px dashed rgba(0, 0, 0, 0.7) !important;
    }
    .our-global-presence__content > ul > li:last-child {
      border-bottom: 0 !important;
    }
    .our-global-presence__content > ul > li:first-child .locations {
      padding-top: 0;
    }
  }
  .our-global-presence__content > ul > li .locations {
    padding: 25px 25px 0 25px;
  }
  @media (max-width: 991px) {
    .our-global-presence__content > ul > li .locations {
      padding: 25px 15px 0 15px;
    }
  }
  @media (max-width: 575px) {
    .our-global-presence__content > ul > li .locations {
      padding: 25px 0 0 0;
    }
  }
  .our-global-presence__content > ul > li .locations img {
    width: 50px;
    min-height: 50px;
    margin-bottom: 20px;
  }
  @media (max-width: 767px) {
    .our-global-presence__content > ul > li .locations img {
      margin-bottom: 15px;
      min-height: auto;
    }
  }
  .our-global-presence__content > ul > li .locations h4 {
    
    font-size: 1.3125rem;
    min-height: 50px;
    margin-bottom: 15px;
    color: #000;
  }
  @media (max-width: 991px) {
    .our-global-presence__content > ul > li .locations h4 {
      font-size: 1rem;
      min-height: 40px;
      margin-bottom: 5px;
    }
  }
  @media (max-width: 767px) {
    .our-global-presence__content > ul > li .locations h4 {
      font-size: 1.3125rem;
      margin-bottom: 15px;
      min-height: auto;
    }
    .our-global-presence__content > ul > li .locations h4 br {
      display: none;
    }
  }
  .our-global-presence__content > ul > li .locations address {
    
    color: #000;
  }
  @media (max-width: 991px) {
    .our-global-presence__content > ul > li .locations address {
      font-size: 0.8125rem;
    }
  }
  @media (max-width: 767px) {
    .our-global-presence__content > ul > li .locations address {
      font-size: 1rem;
    }
    .our-global-presence__content > ul > li .locations address br {
      display: none;
    }
  }
  .map-locations {
    position: relative;
    z-index: 1;
  }
  @media (max-width: 991px) {
    .map-locations {
      display: none;
    }
  }
  @-webkit-keyframes radiate {
    0% {
      -webkit-transform: scale(0.8);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1);
      opacity: 0;
    }
  }
  @-moz-keyframes radiate {
    0% {
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      transform: scale(0.8);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
  }
  @-o-keyframes radiate {
    0% {
      -webkit-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
  }
  @keyframes radiate {
    0% {
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
  }
  @-webkit-keyframes grow {
    0% {
      -webkit-transform: scale(0.7);
      opacity: 0;
    }
    50% {
      opacity: 0.8;
    }
    100% {
      -webkit-transform: scale(1.2);
      opacity: 0;
    }
  }
  @-moz-keyframes grow {
    0% {
      -webkit-transform: scale(0.7);
      -moz-transform: scale(0.7);
      transform: scale(0.7);
      opacity: 0;
    }
    50% {
      opacity: 0.8;
    }
    100% {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      transform: scale(1.2);
      opacity: 0;
    }
  }
  @-o-keyframes grow {
    0% {
      -webkit-transform: scale(0.7);
      -o-transform: scale(0.7);
      transform: scale(0.7);
      opacity: 0;
    }
    50% {
      opacity: 0.8;
    }
    100% {
      -webkit-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
      opacity: 0;
    }
  }
  @keyframes grow {
    0% {
      -webkit-transform: scale(0.7);
      -moz-transform: scale(0.7);
      -o-transform: scale(0.7);
      transform: scale(0.7);
      opacity: 0;
    }
    50% {
      opacity: 0.8;
    }
    100% {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
      opacity: 0;
    }
  }
  .map-locations .map-locator {
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #5bcdf3;
    cursor: pointer;
    border: 3px solid #5bcdf3;
    -webkit-box-shadow: 0 0 0 1px #5bcdf3;
    -moz-box-shadow: 0 0 0 1px #5bcdf3;
    box-shadow: 0 0 0 1px #5bcdf3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  @media (max-width: 991px) {
    .map-locations .map-locator {
      width: 5px;
      height: 5px;
    }
  }
  .map-locations .map-locator .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #5bcdf3;
    color: #000;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 7px 10px;
    position: absolute;
    z-index: 1;
    bottom: 200%;
    left: 50%;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    -moz-transition: opacity 1s;
    transition: opacity 1s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .map-locations .map-locator .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #5bcdf3 transparent transparent transparent;
  }
  .map-locations .map-locator:hover::before,
  .map-locations .map-locator:hover::after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid #5bcdf3;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  .map-locations .map-locator:hover::before {
    margin-top: -32px;
    margin-left: -32px;
    display: block;
    width: 64px;
    height: 64px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    background-color: transparent;
    -webkit-animation-name: grow;
    -moz-animation-name: grow;
    -o-animation-name: grow;
    animation-name: grow;
    -webkit-animation-duration: 1.8s;
    -moz-animation-duration: 1.8s;
    -o-animation-duration: 1.8s;
    animation-duration: 1.8s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  .map-locations .map-locator:hover::after {
    margin-top: -22px;
    margin-left: -22px;
    display: block;
    width: 44px;
    height: 44px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    -webkit-animation-name: radiate;
    -moz-animation-name: radiate;
    -o-animation-name: radiate;
    animation-name: radiate;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -o-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
  }
  .map-locations .map-locator:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }
  .map-locations .map-locator--mumbai {
    top: 237px;
    right: 339px;
  }
  @media (max-width: 1199px) {
    .map-locations .map-locator--mumbai {
      top: 198px;
      right: 283px;
    }
  }
  @media (max-width: 991px) {
    .map-locations .map-locator--mumbai {
      top: 161px;
      right: 202px;
    }
  }
  .map-locations .map-locator--new-york {
    top: 163px;
    left: 215px;
  }
  @media (max-width: 1199px) {
    .map-locations .map-locator--new-york {
      top: 135px;
      left: 180px;
    }
  }
  @media (max-width: 991px) {
    .map-locations .map-locator--new-york {
      top: 93px;
      left: 138px;
    }
  }
  .map-locations .map-locator--london {
    top: 112px;
    left: 488px;
  }
  @media (max-width: 1199px) {
    .map-locations .map-locator--london {
      top: 93px;
      left: 408px;
    }
  }
  @media (max-width: 991px) {
    .map-locations .map-locator--london {
      top: 65px;
      left: 300px;
    }
  }
  .map-locations .map-locator--germany {
    top: 112px;
    left: 543px;
  }
  @media (max-width: 1199px) {
    .map-locations .map-locator--germany {
      top: 93px;
      left: 456px;
    }
  }
  @media (max-width: 991px) {
    .map-locations .map-locator--germany {
      top: 65px;
      left: 300px;
    }
  }
  .map-locations .map-locator--rome {
    top: 150px;
    left: 543px;
  }
  @media (max-width: 1199px) {
    .map-locations .map-locator--rome {
      top: 125px;
      left: 456px;
    }
  }
  @media (max-width: 991px) {
    .map-locations .map-locator--rome {
      top: 100px;
      left: 340px;
    }
  }
  .map-locations .map-locator--noida {
    top: 215px;
    right: 318px;
  }
  @media (max-width: 1199px) {
    .map-locations .map-locator--noida {
      top: 180px;
      right: 262px;
    }
  }
  @media (max-width: 991px) {
    .map-locations .map-locator--noida {
      top: 150px;
      right: 190px;
    }
  }
  .map-locations .map-locator--ahmedabad {
    top: 223px;
    right: 334px;
  }
  @media (max-width: 1199px) {
    .map-locations .map-locator--ahmedabad {
      top: 187px;
      right: 278px;
    }
  }
  @media (max-width: 991px) {
    .map-locations .map-locator--ahmedabad {
      top: 150px;
      right: 202px;
    }
  }
  .map-locations .map-locator--dubai {
    top: 235px;
    right: 400px;
  }
  @media (max-width: 1199px) {
    .map-locations .map-locator--dubai {
      top: 195px;
      right: 330px;
    }
  }
  @media (max-width: 991px) {
    .map-locations .map-locator--dubai {
      top: 150px;
      right: 202px;
    }
  }
  .map-locations .map-locator--pune {
    top: 243px;
    right: 325px;
  }
  @media (max-width: 1199px) {
    .map-locations .map-locator--pune {
      top: 205px;
      right: 270px;
    }
  }
  @media (max-width: 991px) {
    .map-locations .map-locator--pune {
      top: 161px;
      right: 191px;
    }
  }
  .map-locations .map-locator--bengaluru {
    top: 271px;
    right: 311px;
  }
  @media (max-width: 1199px) {
    .map-locations .map-locator--bengaluru {
      top: 230px;
      right: 260px;
    }
  }
  @media (max-width: 991px) {
    .map-locations .map-locator--bengaluru {
      top: 173px;
      right: 192px;
    }
  }
  .map-locations .map-locator--tokyo {
    right: 110px;
    top: 175px;
  }
  @media (max-width: 1199px) {
    .map-locations .map-locator--tokyo {
      right: 95px;
      top: 145px;
    }
  }
  @media (max-width: 991px) {
    .map-locations .map-locator--tokyo {
      right: 65px;
      top: 105px;
    }
  }
  .map-locations .map-locator--sydney {
    top: 460px;
    right: 58px;
  }
  @media (max-width: 1199px) {
    .map-locations .map-locator--sydney {
      top: 390px;
      right: 54px;
    }
  }
  @media (max-width: 991px) {
    .map-locations .map-locator--sydney {
      top: 290px;
      right: 40px;
    }
  }
  .map-locations .map-locator--santiago {
    top: 490px;
    left: 240px;
  }
  .map-locations .map-locator--sweden {
    top: 65px;
    left: 545px;
  }
  .map-locations .map-locator--indore {
    top: 230px;
    left: 782px;
  }
  .map-locations .map-locator--philippines {
    top: 290px;
    left: 975px;
  }
  .map-locations .map-locator--singapore {
    top: 305px;
    left: 890px;
  }
  .wwlocation {
    padding-left: 20px;
    color: #000;
    
  }
  @media (max-width: 991px) {
    .wwlocation {
      font-size: 0.8125rem;
    }
  }
  @media (max-width: 767px) {
    .wwlocation {
      font-size: 1rem;
    }
  }
  .corporate-facts {
    padding: 0;
  }
  .corporate-facts__content .nav-tabs {
    border-bottom: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #071780;
  }
  .corporate-facts__content .nav-tabs .nav-item {
    margin-bottom: 0;
  }
  .corporate-facts__content .nav-tabs .nav-item .nav-link {
    border: 0;
    color: #fff;
    font-size: 1.5rem;
    background-color: rgba(0, 0, 0, 0.35);
    padding: 15px 80px 15px 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
  }
  @media (max-width: 991px) {
    .corporate-facts__content .nav-tabs .nav-item .nav-link {
      padding: 15px 60px 15px 30px;
    }
  }
  @media (max-width: 575px) {
    .corporate-facts__content .nav-tabs .nav-item .nav-link {
      padding: 15px 45px 15px 20px;
    }
  }
  .corporate-facts__content .nav-tabs .nav-item .nav-link:before {
    content: "";
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    border: solid;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    padding: 4px;
    margin-top: 0;
    z-index: 2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  @media (max-width: 991px) {
    .corporate-facts__content .nav-tabs .nav-item .nav-link:before {
      right: 30px;
    }
  }
  @media (max-width: 575px) {
    .corporate-facts__content .nav-tabs .nav-item .nav-link:before {
      right: 20px;
    }
  }
  .corporate-facts__content .nav-tabs .nav-item .nav-link:after {
    content: "";
    position: absolute;
    right: 40px;
    top: 50%;
    width: 22px;
    height: 22px;
    border: 2px solid #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    z-index: 1;
  }
  @media (max-width: 991px) {
    .corporate-facts__content .nav-tabs .nav-item .nav-link:after {
      right: 20px;
    }
  }
  @media (max-width: 575px) {
    .corporate-facts__content .nav-tabs .nav-item .nav-link:after {
      right: 10px;
    }
  }
  .corporate-facts__content .nav-tabs .nav-item .nav-link.active {
    background-color: #5bcdf3;
    color: #000;
  }
  .corporate-facts__content .nav-tabs .nav-item .nav-link.active:before {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-color: #5bcdf3;
    margin-top: -1px;
    right: 48px;
  }
  @media (max-width: 991px) {
    .corporate-facts__content .nav-tabs .nav-item .nav-link.active:before {
      right: 28px;
    }
  }
  @media (max-width: 575px) {
    .corporate-facts__content .nav-tabs .nav-item .nav-link.active:before {
      right: 17px;
    }
  }
  .corporate-facts__content .nav-tabs .nav-item .nav-link.active:after {
    background-color: #000;
    border-color: #000;
  }
  .corporate-facts__content .nav-tabs .nav-item:first-child .nav-link {
    -webkit-border-radius: 15px 0 0 0;
    -moz-border-radius: 15px 0 0 0;
    border-radius: 15px 0 0 0;
  }
  .corporate-facts__content .nav-tabs .nav-item:last-child .nav-link {
    -webkit-border-radius: 0 15px 0 0;
    -moz-border-radius: 0 15px 0 0;
    border-radius: 0 15px 0 0;
  }
  .corporate-facts__content .who-we-are {
    padding: 50px 0;
    background-color: #f2f2f2;
    border-bottom: 1px solid #d9d9d9;
  }
  .corporate-facts__content .who-we-are__factsheet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
  }
  .corporate-facts__content .who-we-are__factsheet li {
    padding: 1rem 1.5rem 1.1rem;
    font-size: 0.9375rem;
    background: #fff;
    width: -webkit-calc(34% - 15px);
    width: -moz-calc(34% - 15px);
    width: calc(34% - 15px);
    margin: 0 10px 10px 0;
    border-bottom: solid 1px #5bcdf3;
  }
  @media (min-width: 992px) {
    .corporate-facts__content .who-we-are__factsheet li:nth-last-child(-n + 3) {
      margin-bottom: 0;
    }
  }
  @media (max-width: 991px) {
    .corporate-facts__content .who-we-are__factsheet li {
      width: -webkit-calc(50% - 15px);
      width: -moz-calc(50% - 15px);
      width: calc(50% - 15px);
    }
    .corporate-facts__content .who-we-are__factsheet li:nth-last-child(-n + 2) {
      margin-bottom: 0;
    }
  }
  @media (max-width: 575px) {
    .corporate-facts__content .who-we-are__factsheet li {
      width: 100%;
      margin-right: 0;
    }
    .corporate-facts__content .who-we-are__factsheet li:nth-last-child(-n + 2) {
      margin-bottom: 10px;
    }
    .corporate-facts__content .who-we-are__factsheet li:last-child {
      margin-bottom: 0;
    }
  }
  .corporate-facts__content .who-we-are__factsheet li:nth-child(3n) {
    margin-right: 0;
  }
  @media (max-width: 991px) {
    .corporate-facts__content .who-we-are__factsheet li:nth-child(3n) {
      margin-right: 15px;
    }
  }
  @media (max-width: 575px) {
    .corporate-facts__content .who-we-are__factsheet li:nth-child(3n) {
      margin-right: 0;
    }
  }
  @media (max-width: 991px) {
    .corporate-facts__content .who-we-are__factsheet li:nth-child(2n) {
      margin-right: 0;
    }
  }
  .corporate-facts__content .who-we-are__factsheet li span {
    font-size: 1.0625rem;
    color: #000;
    
    margin-bottom: 0.5rem;
    display: block;
  }
  .corporate-facts__content .certifications {
    padding: 50px 0;
  }
  .corporate-facts__content .certifications__content h5 {
    
    font-size: 1.9375rem;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
  }
  @media (max-width: 991px) {
    .corporate-facts__content .certifications__content .row [class*="col-"] {
      padding-right: 5px;
      padding-left: 5px;
    }
  }
  @media (max-width: 767px) {
    .corporate-facts__content .certifications__content .row [class*="col-"] {
      padding-right: 15px;
      padding-left: 15px;
    }
  }
  .corporate-facts__content .by-the-numbers {
    padding: 50px 0;
  }
  .corporate-facts__content .by-the-numbers__content h5 {
    font-size: 1.9375rem;
    
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 35px;
  }
  .corporate-facts__content .by-the-numbers__content img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
  }
  .corporate-facts__content .by-the-numbers__content h3 {
    font-size: 1.75rem;
    
  }
  .corporate-facts__content .by-the-numbers__content h3 span {
    color: #5bcdf3;
    display: block;
    
    font-size: 2.625rem;
  }
  @media (max-width: 767px) {
    .corporate-facts__content .by-the-numbers__content h3 span {
      font-size: 2.1875rem;
    }
  }
  .corporate-facts__content .by-the-numbers__content .img-box {
    margin-right: 35px;
  }
  @media (max-width: 991px) {
    .corporate-facts__content .by-the-numbers__content .img-box {
      margin-right: 20px;
    }
  }
  @media (max-width: 767px) {
    .corporate-facts__content .by-the-numbers__content .img-box {
      width: 60px;
      text-align: center;
      margin-right: 0;
      margin-bottom: 10px;
    }
    .corporate-facts__content .by-the-numbers__content .img-box img {
      width: 50px;
      height: 50px;
    }
  }
  .corporate-facts__content .by-the-numbers__content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .corporate-facts__content .by-the-numbers__content ul li {
    width: 33%;
    border-right: 1px dashed rgba(0, 0, 0, 0.7);
    padding: 15px 25px;
  }
  .corporate-facts__content .by-the-numbers__content ul li:last-child {
    border-right: 0;
  }
  @media (max-width: 575px) {
    .corporate-facts__content .by-the-numbers__content ul li:last-child {
      width: 100%;
      border-bottom: 0;
      padding-top: 20px;
    }
  }
  @media (max-width: 991px) {
    .corporate-facts__content .by-the-numbers__content ul li {
      padding: 10px;
    }
  }
  @media (max-width: 767px) {
    .corporate-facts__content .by-the-numbers__content ul li div.d-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
    }
  }
  @media (max-width: 575px) {
    .corporate-facts__content .by-the-numbers__content ul li {
      width: 50%;
      border-bottom: 1px dashed rgba(0, 0, 0, 0.7);
    }
    .corporate-facts__content .by-the-numbers__content ul li:nth-child(2) {
      border-right: 0;
    }
  }
  .corporate-facts__content .by-the-numbers__list {
    height: 100%;
    position: relative;
  }
  .corporate-list {
    background-color: #f2f2f2;
    padding: 50px 0;
  }
  .corporate-list__content h5 {
    font-size: 1.9375rem;
    
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 35px;
  }
  .corporate-list__content-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100px;
  }
  .corporate-list__content-inner .number {
    min-width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #626262;
    color: #fff;
    margin-right: 20px;
    
    font-size: 1.75rem;
  }
  .corporate-list__content-inner span {
    
    font-size: 1.5rem;
    margin-bottom: 20px;
    display: inline-block;
  }
  @media (max-width: 767px) {
    .corporate-list__content-inner span {
      margin-bottom: 10px;
    }
  }
  .corporate-list__content-inner p {
    margin-bottom: 0;
    font-size: 1.3125rem;
    
  }
  .timeline__content {
    padding: 10px 0;
  }
  .timeline__content-img {
    margin-top: 20px;
    padding: 10px 0;
  }
  .timeline__content-img:last-child {
    margin-bottom: 30px;
  }
  .technology-stack-index {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .technology-list__content:nth-of-type(2) div:last-child ul {
    margin-bottom: 0;
  }
  .technology-list__content p {
    
    font-size: 1.5rem;
  }
  .technology-list__content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-left: 5px solid #5bcdf3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 0 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0 40px rgba(0, 0, 0, 0.1);
    margin-left: -1px;
  }
  @media (max-width: 767px) {
    .technology-list__content ul {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border-left: 0;
    }
  }
  .technology-list__content ul li {
    height: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
    width: 20%;
  }
  .technology-list__content ul li:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.125);
  }
  .technology-list__content ul li:first-child {
    background-color: #f8f8f8;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 25px;
    width: 25%;
  }
  @media (max-width: 1199px) {
    .technology-list__content ul li:first-child {
      min-width: 130px;
    }
  }
  @media (max-width: 991px) {
    .technology-list__content ul li:first-child {
      padding-left: 10px;
    }
  }
  @media (max-width: 767px) {
    .technology-list__content ul li:first-child {
      display: none;
    }
  }
  .technology-list__content ul li img {
    width: 70px;
    height: 70px;
  }
  .technology-list__content ul li h3 {
    font-size: 1.3rem;
    margin-bottom: 0;
    
  }
  @media (max-width: 1199px) {
    .technology-list__content ul li h3 {
      font-size: 1.1rem;
    }
  }
  @media (max-width: 767px) {
    .technology-list__content ul li {
      width: 33.33%;
    }
    .technology-list__content ul li:nth-child(4) {
      border-right: none;
    }
    .technology-list__content ul li:nth-last-child(-n + 3) {
      border-top: 1px solid #c3c3c3;
    }
  }
  .technology-stack-box-lists > li {
    border: 1px solid rgba(201, 120, 0, 0.56);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
  }
  .technology-stack-box-lists > li + li {
    margin-top: 80px;
  }
  @media (max-width: 767px) {
    .technology-stack-box-lists > li + li {
      margin-top: 120px;
    }
  }
  @media (min-width: 992px) {
    .technology-stack-box-lists
      > li:nth-child(even)
      .technology-stack-box__inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-box-orient: horizontal;
      -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
    }
  }
  .we-work {
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .we-work.bg-enterprises {
    background-image: url(../images/FYvVLxJ9lvK3.jpg);
  }
  .we-work.bg-agencies {
    background-image: url(../images/nadxXoeCm7qK.jpg);
  }
  .we-work.bg-startups {
    background-image: url(../images/Ri2erJokvEK9.jpg);
  }
  .we-work:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      to(#071780)
    );
    background: -webkit-linear-gradient(top, transparent 0%, #071780 100%);
    background: -moz-linear-gradient(top, transparent 0%, #071780 100%);
    background: -o-linear-gradient(top, transparent 0%, #071780 100%);
    background: linear-gradient(180deg, transparent 0%, #071780 100%);
  }
  .we-work__inner {
    position: relative;
  }
  .we-work__heading {
    color: #fff;
    text-transform: uppercase;
    
    font-size: 2.1875rem;
  }
  .we-work__heading1 {
    font-size: 1.3125rem;
    
    color: #000;
    margin-bottom: 1.2rem;
  }
  .we-work__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 85%;
  }
  @media (max-width: 991px) {
    .we-work__header {
      width: 100%;
    }
  }
  @media (max-width: 767px) {
    .we-work__header {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }
  .we-work__header-title {
    background-color: #000;
    padding: 15px 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  @media (max-width: 767px) {
    .we-work__header-title {
      width: 100%;
      padding: 15px 20px;
    }
  }
  .we-work__header-desc {
    background-color: #5bcdf3;
    padding: 15px 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  @media (max-width: 767px) {
    .we-work__header-desc {
      padding: 15px 20px;
    }
  }
  .we-work__header-desc p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 1rem;
  }
  .we-work__content {
    background-color: rgba(255, 255, 255, 0.82);
    padding: 50px 48px 30px 48px;
  }
  @media (max-width: 991px) {
    .we-work__content {
      padding: 32px 38px 22px 38px;
    }
  }
  @media (max-width: 767px) {
    .we-work__content {
      padding: 15px 20px;
    }
  }
  .we-work__content-inner p {
    font-size: 1.125rem;
  }
  .we-work__content-list {
    padding: 21px 26px;
    border: 1px solid #000;
    margin-bottom: 1.2rem;
  }
  @media (max-width: 767px) {
    .we-work__content-list {
      padding: 18px 22px;
    }
  }
  .we-work__content-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .we-work__content-list ul li {
    width: 50%;
    padding: 10px 10px 10px 40px;
    position: relative;
  }
  @media (max-width: 767px) {
    .we-work__content-list ul li {
      width: 100%;
    }
  }
  .we-work__content-list ul li:before {
    content: "";
    position: absolute;
    left: 6px;
    top: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: solid;
    border-color: #fff;
    border-width: 0 1px 1px 0;
    padding: 3px;
    margin-top: 0;
    z-index: 2;
  }
  .we-work__content-list ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #000;
    z-index: 1;
  }
  .we-work__content-two-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .we-work__content-two-col > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  @media (max-width: 767px) {
    .we-work__content-two-col > div {
      width: 100%;
    }
  }
  .we-work__content-two-col-heading {
    width: 35%;
  }
  .we-work__content-two-col-heading h4 {
    font-size: 1.125rem;
    
  }
  .we-work__content-two-col-text {
    width: 65%;
    padding-left: 2rem;
    border-left: 1px solid #000;
  }
  @media (max-width: 767px) {
    .we-work__content-two-col-text {
      margin-top: 1rem;
      padding-left: 0;
      border-left: 0;
    }
  }
  .we-work__content-two-col-text p {
    font-size: 0.9375rem;
    
  }
  .we-work__footer {
    background-color: #fff;
  }
  .we-work__footer ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .we-work__footer ul li {
    width: 12.5%;
    padding: 12px 18px;
  }
  @media (max-width: 991px) {
    .we-work__footer ul li {
      padding: 12px 10px;
    }
  }
  @media (max-width: 767px) {
    .we-work__footer ul li {
      width: 20%;
    }
  }
  @media (max-width: 575px) {
    .we-work__footer ul li {
      width: 33.33%;
      padding: 12px 20px;
    }
  }
  .we-work__footer ul li img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    width: 100%;
    opacity: 0.7;
  }
  .contact-us-index {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contact-us-index .container {
    max-width: 1140px;
    width: 100%;
  }
  .contact-us-logo-wrap {
    margin-bottom: 2rem;
    position: relative;
  }
  .contact-us-logo-wrap__logo a {
    display: inline-block;
  }
  .contact-us-logo-wrap__logo a img {
    width: 240px;
  }
  @media (max-width: 575px) {
    .contact-us-logo-wrap__logo a img {
      max-width: 210px;
    }
  }
  .contact-us-page-close {
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    
  }
  .contact-us-page-close:hover,
  .contact-us-page-close:focus {
    text-decoration: none;
  }
  @media (max-width: 575px) {
    .contact-us-page-close {
      top: -40px;
    }
  }
  .contact-us-page-close img {
    margin-left: 1rem;
    width: 25px;
  }
  .contact-us-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  @media (max-width: 767px) {
    .contact-us-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  @media (min-width: 768px) {
    .contact-us-box__left {
      width: 70%;
      padding-right: 3rem;
    }
  }
  @media (min-width: 992px) {
    .contact-us-box__left {
      width: 75%;
    }
  }
  @media (min-width: 768px) {
    .contact-us-box__right {
      width: 30%;
    }
  }
  @media (min-width: 992px) {
    .contact-us-box__right {
      width: 25%;
    }
  }
  @media (max-width: 767px) {
    .contact-us-box__right {
      max-width: 100%;
      width: 100%;
      margin: 0px auto 0;
    }
  }
  .contact-us-box__title {
    text-transform: uppercase;
    font-size: 2.1875rem;
    
  }
  .contact-us-form__note {
    width: 100%;
    text-align: right;
    font-size: 0.9rem;
    display: block;
    margin-top: 1rem;
  }
  .contact-us-form__top {
    margin-bottom: 25px;
  }
  .contact-us-form__top .form-group {
    margin-bottom: 0px;
  }
  .contact-us-form__bottom {
    background-color: #f5f5f5;
    padding: 45px 45px 20px 45px;
    margin-top: 20px;
    position: relative;
  }
  @media (max-width: 991px) {
    .contact-us-form__bottom {
      padding: 20px 20px 30px 20px;
    }
  }
  .contact-us-form__bottom::before,
  .contact-us-form__bottom::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 7px;
    top: 0;
  }
  .contact-us-form__bottom::before {
    left: 0;
    background-color: #071780;
  }
  .contact-us-form__bottom::after {
    right: 0;
    background-color: #5bcdf3;
  }
  .contact-us-form__bottom .action-box .btn {
    color: #fff;
  }
  .contact-us-form .action-box .btn {
    background-color: #071780;
    border-color: #071780;
    padding: 10px 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .contact-us-form .action-box .btn:hover,
  .contact-us-form .action-box .btn:focus {
    background-color: #5bcdf3;
    border-color: #5bcdf3;
  }
  .general-inquiries {
    background-color: #071780;
    padding: 40px 40px 26px 40px;
  }
  @media (max-width: 767px) {
    .general-inquiries {
      padding: 40px 20px 26px 20px;
    }
  }
  .general-inquiries__title {
    color: #fff;
    text-transform: uppercase;
    
    font-size: 1.33rem;
    margin-bottom: 1rem;
  }
  .general-inquiries__lists > li {
    padding-left: 40px;
  }
  .general-inquiries__lists > li + li > a {
    border-top: 1px solid #fff;
  }
  .general-inquiries__lists > li > a {
    display: block;
    color: #fff;
    padding: 1rem 0;
    position: relative;
  }
  .general-inquiries__lists > li > a:hover,
  .general-inquiries__lists > li > a:focus {
    text-decoration: none;
  }
  .general-inquiries__lists > li > a::before {
    content: "";
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    position: absolute;
    left: -40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .general-inquiries__lists__in::before {
    background-image: url(../images/1qHudi78njKk.svg);
  }
  .general-inquiries__lists__us::before {
    background-image: url(../images/JTiG71dzVVL9.svg);
  }
  .general-inquiries__lists__uk::before {
    background-image: url(../images/WmJ0ow5FxqR4.svg);
  }
  .general-inquiries__lists__au::before {
    background-image: url(../images/aO5r4z65wWXr.svg);
  }
  .general-inquiries-box__find {
    background-color: #5bcdf3;
    padding: 20px;
    position: relative;
    background-image: url(../images/EyxujRWXrd5m.png);
    background-position: right -34px bottom;
    background-repeat: no-repeat;
    -webkit-background-size: 45% 45%;
    -moz-background-size: 45%;
    -o-background-size: 45%;
    background-size: 45%;
  }
  .general-inquiries-box__find > a {
    display: block;
    color: #fff;
    font-size: 1.875rem;
    
    text-transform: uppercase;
    line-height: normal;
  }
  .general-inquiries-box__find > a + a {
    margin-top: 1.5rem;
    
    font-size: 1.125rem;
    text-transform: initial;
  }
  .general-inquiries-box__find > a:hover,
  .general-inquiries-box__find > a:focus {
    text-decoration: none;
  }
  .general-inquiries-box__hiring {
    padding: 20px;
    background-color: #f5f5f5;
  }
  .general-inquiries-box__hiring h3 {
    text-transform: uppercase;
    font-size: 1.75rem;
  }
  .general-inquiries-box .action-box a {
    font-size: 0.8rem;
    color: #fff;
    padding: 10px 20px;
  }
  #block-contactusrightcolumn {
    padding: 0;
    margin: 0;
    border: 0;
  }
  .industries-served {
    background-image: url(../images/XPlThbolPKeQ.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
  }
  .industries-served:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .industries-served__content {
    position: relative;
  }
  .industries-served__content .heading-2 {
    color: #5bcdf3;
  }
  .industries-served__content .heading-2:after {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .industries-served__content ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .industries-served__content ul li {
    width: 14.8%;
    margin: 10px;
  }
  @media (max-width: 1199px) {
    .industries-served__content ul li {
      width: 22.8%;
    }
  }
  @media (max-width: 767px) {
    .industries-served__content ul li {
      width: 28.8%;
    }
  }
  @media (max-width: 575px) {
    .industries-served__content ul li {
      width: 42.8%;
    }
  }
  .industries-served__content ul li a {
    color: #fff;
    text-decoration: none;
  }
  .industries-served__content ul li a:hover {
    color: #000;
    text-decoration: none;
  }
  .industries-served__content ul li a:hover .industries-served__content-inner {
    background-color: #fff;
    color: #000;
  }
  .industries-served__content
    ul
    li
    a:hover
    .industries-served__content-inner
    div {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
  }
  .industries-served__content-inner {
    text-align: center;
    height: 100%;
    padding: 30px 15px;
    border: 1px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .industries-served__content-inner div {
    height: 35px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    margin-bottom: 10px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .industries-served__content-inner div.banking-finance {
    background-image: url(../images/b%2526f.svg);
  }
  .industries-served__content-inner div.ecommerce-retail {
    background-image: url(../images/erOUmaTytu0r.svg);
  }
  .industries-served__content-inner div.education-elearning {
    background-image: url(../images/BJI8SVuQuZmH.svg);
  }
  .industries-served__content-inner div.government-semi-government {
    background-image: url(../images/MEp8JO2ijfUZ.svg);
  }
  .industries-served__content-inner div.healthcare {
    background-image: url(../images/GT6T7U1VoON8.svg);
  }
  .industries-served__content-inner div.insurance {
    background-image: url(../images/AC4Qfsfsfh2V.svg);
  }
  .industries-served__content-inner div.it-and-consulting {
    background-image: url(../images/kfU3Rznhw46H.svg);
  }
  .industries-served__content-inner div.manufacturing {
    background-image: url(../images/HkLTWWs5VZE1.svg);
  }
  .industries-served__content-inner div.media-entertainment {
    background-image: url(../images/vFGr9Ttou8Q1.svg);
  }
  .industries-served__content-inner div.news-publication {
    background-image: url(../images/Wlkzlipibizp.svg);
  }
  .industries-served__content-inner div.startups {
    background-image: url(../images/6SgjQHFEVDWo.svg);
  }
  .industries-served__content-inner div.telecom {
    background-image: url(../images/gLXCfxsGt6dN.svg);
  }
  .industries-served__content-inner div.web-design {
    background-image: url(../images/tIdCiEwU66KR.svg);
  }
  .industries-served__content-inner div.software {
    background-image: url(../images/Tvzua4uuvSkh.svg);
  }
  .industries-served__content-inner div.digital {
    background-image: url(../images/WqJ41lzQsdtp.svg);
  }
  .industries-served__content-inner div.content {
    background-image: url(../images/I2V1B8U6l4S7.svg);
  }
  .industries-served__content-inner div.shipping {
    background-image: url(../images/u2E41LDjJR7T.svg);
  }
  .industries-served__content-inner div.manufacture-outsource {
    background-image: url(../images/LQpmCiVCDHSb.svg);
  }
  .industries-served__content-inner div.customer-outsource {
    background-image: url(../images/R1PFW6MRLjiZ.svg);
  }
  .industries-served__content-inner div.legal {
    background-image: url(../images/8OsyP14PQyBh.svg);
  }
  .industries-served__content-inner div.accounting {
    background-image: url(../images/1xt5xP8O7qgN.svg);
  }
  .industries-served__content-inner div.administrator {
    background-image: url(../images/PGxbodD7LreI.svg);
  }
  .industries-served__content-inner div.lead {
    background-image: url(../images/GfdpxlapIEOf.svg);
  }
  .industries-served__content-inner div.hr-outsource {
    background-image: url(../images/IW2PA7qW8fKp.svg);
  }
  .industries-served__content-inner span {
    display: block;
    font-size: 0.875rem;
    
  }
  .industries-served--without-anchor .industries-served__content-inner {
    background-color: #fff;
  }
  .industries-served--without-anchor .industries-served__content-inner div {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
  }
  .industries-served-details {
    background: whitesmoke;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(whitesmoke),
      to(white)
    );
    background: -webkit-linear-gradient(top, whitesmoke 0%, white 100%);
    background: -moz-linear-gradient(top, whitesmoke 0%, white 100%);
    background: -o-linear-gradient(top, whitesmoke 0%, white 100%);
    background: linear-gradient(180deg, whitesmoke 0%, white 100%);
  }
  .industries-served-details__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
  }
  .industries-served-details__content .isd-left {
    width: 20%;
    color: #fff;
    padding: 30px 20px;
  }
  @media (max-width: 991px) {
    .industries-served-details__content .isd-left {
      padding: 20px;
      width: 25%;
    }
  }
  @media (max-width: 767px) {
    .industries-served-details__content .isd-left {
      width: 100%;
      text-align: center;
      padding: 15px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
  }
  .industries-served-details__content .isd-left div {
    height: 40px;
    width: 60px;
    display: inline-block;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    margin-bottom: 40px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  @media (max-width: 767px) {
    .industries-served-details__content .isd-left div {
      margin-bottom: 0;
      margin-right: 20px;
    }
  }
  .industries-served-details__content .isd-left div.banking-finance {
    background-image: url(../images/b%2526f.svg);
  }
  .industries-served-details__content .isd-left div.ecommerce-retail {
    background-image: url(../images/erOUmaTytu0r.svg);
  }
  .industries-served-details__content .isd-left div.education-elearning {
    background-image: url(../images/BJI8SVuQuZmH.svg);
  }
  .industries-served-details__content .isd-left div.government-semi-government {
    background-image: url(../images/MEp8JO2ijfUZ.svg);
  }
  .industries-served-details__content .isd-left div.healthcare {
    background-image: url(../images/GT6T7U1VoON8.svg);
  }
  .industries-served-details__content .isd-left div.insurance {
    background-image: url(../images/AC4Qfsfsfh2V.svg);
  }
  .industries-served-details__content .isd-left div.it-and-consulting {
    background-image: url(../images/kfU3Rznhw46H.svg);
  }
  .industries-served-details__content .isd-left div.manufacturing {
    background-image: url(../images/HkLTWWs5VZE1.svg);
  }
  .industries-served-details__content .isd-left div.media-entertainment {
    background-image: url(../images/vFGr9Ttou8Q1.svg);
  }
  .industries-served-details__content .isd-left div.news-publication {
    background-image: url(../images/Wlkzlipibizp.svg);
  }
  .industries-served-details__content .isd-left div.startups {
    background-image: url(../images/6SgjQHFEVDWo.svg);
  }
  .industries-served-details__content .isd-left div.telecom {
    background-image: url(../images/gLXCfxsGt6dN.svg);
  }
  .industries-served-details__content .isd-left h3 {
    
    font-size: 1.375rem;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  @media (max-width: 991px) {
    .industries-served-details__content .isd-left h3 {
      font-size: 1.125rem;
    }
  }
  @media (max-width: 767px) {
    .industries-served-details__content .isd-left h3 {
      display: inline-block;
      text-align: left;
    }
  }
  .industries-served-details__content .isd-right {
    width: 80%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0px 20px 20px 0px;
    -moz-border-radius: 0px 20px 20px 0px;
    border-radius: 0px 20px 20px 0px;
    background-color: #fff;
  }
  @media (max-width: 991px) {
    .industries-served-details__content .isd-right {
      width: 75%;
    }
  }
  @media (max-width: 767px) {
    .industries-served-details__content .isd-right {
      width: 100%;
      -webkit-border-radius: 0px 0px 20px 20px;
      -moz-border-radius: 0px 0px 20px 20px;
      border-radius: 0px 0px 20px 20px;
    }
  }
  .industries-served-details__content .isd-right ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    overflow: hidden;
  }
  .industries-served-details__content .isd-right ul li {
    width: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px;
    border-right: 1px dashed rgba(0, 0, 0, 0.4);
    border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
    margin-bottom: -1px;
  }
  .industries-served-details__content .isd-right ul li:nth-child(5),
  .industries-served-details__content .isd-right ul li:last-child {
    border-right: 0;
  }
  .industries-served-details__content .isd-right ul li:last-child {
    border-bottom: 0;
  }
  @media (max-width: 991px) {
    .industries-served-details__content .isd-right ul li {
      padding: 15px;
    }
  }
  @media (max-width: 767px) {
    .industries-served-details__content .isd-right ul li {
      width: 33.3%;
    }
    .industries-served-details__content .isd-right ul li:nth-last-child(2),
    .industries-served-details__content .isd-right ul li:nth-child(6),
    .industries-served-details__content .isd-right ul li:nth-child(3) {
      border-right: 0;
    }
    .industries-served-details__content .isd-right ul li:nth-child(5) {
      border-right: 1px dashed rgba(0, 0, 0, 0.4);
    }
    .industries-served-details__content .isd-right ul li:nth-last-child(5),
    .industries-served-details__content .isd-right ul li:nth-last-child(4),
    .industries-served-details__content .isd-right ul li:nth-last-child(3),
    .industries-served-details__content .isd-right ul li:nth-last-child(2) {
      border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
    }
    .industries-served-details__content .isd-right ul li:last-child {
      width: 100%;
      border-top: 1px dashed rgba(0, 0, 0, 0.4);
    }
  }
  @media (max-width: 575px) {
    .industries-served-details__content .isd-right ul li {
      width: 50%;
    }
    .industries-served-details__content .isd-right ul li:nth-child(even) {
      border-right: 0;
    }
    .industries-served-details__content .isd-right ul li:nth-child(odd) {
      border-right: 1px dashed rgba(0, 0, 0, 0.4);
    }
    .industries-served-details__content .isd-right ul li:nth-last-child(2) {
      border-bottom: 0;
    }
    .industries-served-details__content .isd-right ul li:last-child {
      width: 50%;
    }
  }
  .industries-served-details__content .isd-right ul li img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
  }
  .industries-served-details__content .isd-right ul li span {
    font-size: 1.375rem;
    
  }
  @media (max-width: 991px) {
    .industries-served-details__content .isd-right ul li span {
      font-size: 1.125rem;
    }
  }
  .industries-served-details__content.flex-row-reverse .isd-right {
    -webkit-border-radius: 20px 0px 0px 20px;
    -moz-border-radius: 20px 0px 0px 20px;
    border-radius: 20px 0px 0px 20px;
  }
  @media (max-width: 767px) {
    .industries-served-details__content.flex-row-reverse .isd-right {
      -webkit-border-radius: 0px 0px 20px 20px;
      -moz-border-radius: 0px 0px 20px 20px;
      border-radius: 0px 0px 20px 20px;
    }
  }
  .clientele-industries-served-block .industries-served__content ul li a {
    color: #000;
  }
  .clientele-industries-served-block .industries-served__content ul li a:hover {
    color: #fff;
  }
  .clientele-industries-served-block
    .industries-served__content
    ul
    li
    a:hover
    .industries-served__content-inner {
    background-color: transparent;
    border-color: #fff;
  }
  .clientele-industries-served-block
    .industries-served__content
    ul
    li
    a:hover
    .industries-served__content-inner
    div {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .clientele-industries-served-block
    .industries-served__content
    ul
    li
    a:hover
    .industries-served__content-inner
    span {
    color: #fff;
  }
  .clientele-industries-served-block
    .industries-served__content
    .industries-served__content-inner {
    background-color: #fff;
  }
  .clientele-industries-served-block
    .industries-served__content
    .industries-served__content-inner
    div {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
  }
  .support-client {
    background-color: #f2f2f2;
    padding: 50px 0;
  }
  .support-client .clientele-title {
    font-size: 2.8125rem;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
  }
  .support-client .clientele-list {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #fff;
  }
  .support-client .clientele-list li {
    width: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .support-client .clientele-list li.more {
    background-color: #5bcdf3;
    color: #fff;
    border: 0;
    font-size: 1.875rem;
    text-transform: uppercase;
  }
  .support-client .clientele-list li.more a {
    text-decoration: none;
    color: #fff;
  }
  .support-client .clientele-list li img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    max-width: 100%;
    height: auto;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .support-client .clientele-list li img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  @media (max-width: 767px) {
    .support-client .clientele-list li {
      width: 33.335%;
    }
  }
  @media (max-width: 575px) {
    .support-client .clientele-list li {
      width: 50%;
    }
  }
  .better-choice-customer__content {
    text-align: center;
  }
  .ent-digital-transform {
    border-bottom: 1px solid #d9d9d9;
  }
  @media (max-width: 767px) {
    .engg-three-block__content [class*="col-"] {
      margin-bottom: 10px;
    }
  }
  .engg-three-block__content-inner {
    height: 100%;
    padding: 25px 30px;
    color: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }
  @media (max-width: 991px) {
    .engg-three-block__content-inner {
      padding: 15px 20px;
    }
  }
  .engg-three-block__content-inner h4 {
    
    font-size: 1.75rem;
    margin-bottom: 15px;
    min-height: 52px;
  }
  @media (max-width: 991px) {
    .engg-three-block__content-inner h4 {
      font-size: 1.375rem;
      min-height: 79px;
    }
  }
  @media (max-width: 767px) {
    .engg-three-block__content-inner h4 {
      min-height: auto;
    }
    .engg-three-block__content-inner h4 br {
      display: none;
    }
  }
  .engg-three-block__content__list {
    list-style-type: none;
    padding-left: 0;
  }
  .engg-three-block__content__list li {
    position: relative;
    margin: 5px 0;
    padding-left: 30px;
  }
  .engg-three-block__content__list li:before {
    position: absolute;
    left: 5px;
    top: 2px;
    content: "";
    display: block;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  @media (max-width: 991px) {
    .engg-three-block__content__list li {
      font-size: 1.125rem;
    }
  }
  .engg-key-categories {
    padding: 0;
  }
  .engg-key-categories__inner .nav-tabs {
    border: none;
    background-color: #4b4b4b;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 5px;
    margin: 0 5px;
    display: none;
    position: relative;
    z-index: 1;
    margin-bottom: -30px;
  }
  @media (min-width: 768px) {
    .engg-key-categories__inner .nav-tabs {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  .engg-key-categories__inner .nav-tabs .nav-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .engg-key-categories__inner .nav-tabs .nav-item .nav-link {
    background-color: transparent;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 5px 25px;
    text-align: center;
    border: 0;
    position: relative;
    
  }
  @media (max-width: 991px) {
    .engg-key-categories__inner .nav-tabs .nav-item .nav-link {
      font-size: 0.875rem;
      padding: 5px 10px;
    }
  }
  .engg-key-categories__inner .nav-tabs .nav-item .nav-link.active {
    background-color: #5bcdf3;
    color: #000;
  }
  .engg-key-categories__inner .nav-tabs .nav-item .nav-link.active:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #5bcdf3;
    z-index: 1;
  }
  .engg-key-categories__inner .tab-content .card {
    border: 0;
  }
  .engg-key-categories__inner .tab-content .card .card-header {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
  }
  @media (min-width: 768px) {
    .engg-key-categories__inner .tab-content .card .card-header {
      display: none;
    }
  }
  .engg-key-categories__inner .tab-content .card .card-header h5 {
    font-size: 1.125rem;
    padding: 0;
  }
  .engg-key-categories__inner .tab-content .card .card-header a {
    text-decoration: none;
    color: #000;
    position: relative;
    display: block;
    padding: 15px;
  }
  .engg-key-categories__inner .tab-content .card .card-header a:after {
    content: "";
    background-image: url(../images/5vByHVQWwVmH.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 13px 13px;
    -moz-background-size: 13px;
    -o-background-size: 13px;
    background-size: 13px;
    width: 25px;
    height: 25px;
    background-color: #5bcdf3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 12px;
  }
  .engg-key-categories__inner
    .tab-content
    .card
    .card-header
    a[aria-expanded="true"]:after {
    background-image: url(../images/vhJ1Mnaw6p3k.svg);
  }
  .engg-key-categories__inner .tab-content .card .card-body {
    padding: 50px 30px;
    background-color: #f4f4f4;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
  }
  @media (max-width: 767px) {
    .engg-key-categories__inner .tab-content .card .card-body {
      padding: 30px;
      -webkit-border-top-left-radius: 0;
      -moz-border-radius-topleft: 0;
      border-top-left-radius: 0;
      -webkit-border-top-right-radius: 0;
      -moz-border-radius-topright: 0;
      border-top-right-radius: 0;
    }
  }
  @media (max-width: 575px) {
    .engg-key-categories__inner .tab-content .card .card-body {
      padding: 20px;
    }
  }
  @media (min-width: 768px) {
    .engg-key-categories__inner .tab-content .card .collapse {
      display: block;
    }
  }
  .engg-key-categories__inner .tab-content p {
    
  }
  @media (max-width: 767px) {
    .engg-key-categories__inner .tab-content > .tab-pane {
      display: block !important;
      opacity: 1;
      margin-bottom: 10px;
    }
  }
  .engg-key-categories__list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .engg-key-categories__list li {
    position: relative;
    width: 32.5%;
    background-color: #fff;
    min-height: 70px;
    margin-bottom: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    padding-left: 50px;
    font-size: 1rem;
    
  }
  @media (max-width: 991px) {
    .engg-key-categories__list li {
      padding-left: 40px;
      width: 31.5%;
    }
  }
  @media (max-width: 767px) {
    .engg-key-categories__list li {
      width: 48.5%;
    }
  }
  @media (max-width: 575px) {
    .engg-key-categories__list li {
      width: 100%;
    }
  }
  .engg-key-categories__list li:before {
    content: "";
    background-image: url(../images/i6DqUkuu0YqL.svg);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  @media (max-width: 991px) {
    .engg-key-categories__list li:before {
      left: 10px;
    }
  }
  .engg-key-categories__list li + li {
    margin-left: 10px;
  }
  .engg-key-categories__list li:nth-child(3n + 1) {
    margin-left: 0;
  }
  @media (max-width: 767px) {
    .engg-key-categories__list li:nth-child(odd) {
      margin-left: 0;
    }
    .engg-key-categories__list li:nth-child(even) {
      margin-left: 10px;
    }
  }
  @media (max-width: 575px) {
    .engg-key-categories__list li {
      margin-left: 0 !important;
    }
  }
  .engg-life-cycle {
    background-color: #f4f4f4;
    margin-top: 50px;
  }
  .technology-stock {
    padding-top: 0;
  }
  .technology-stock h2 {
    display: inline-block;
    background-color: #000;
    color: #fff;
    margin-bottom: 0;
    padding: 15px 25px;
    font-size: 1.375rem;
    
    -webkit-border-top-left-radius: 25px;
    -moz-border-radius-topleft: 25px;
    border-top-left-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    border-top-right-radius: 25px;
  }
  .technology-stock .field--name-field-technology-stock {
    background-color: #5bcdf3;
    padding: 10px 30px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-bottom-left-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-bottomright: 25px;
    border-bottom-right-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    border-top-right-radius: 25px;
  }
  .technology-stock .field--name-field-technology-stock [class*="col-"] {
    margin: 10px 0;
  }
  .technology-stock
    .field--name-field-technology-stock
    [class*="col-"]
    + [class*="col-"] {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
  @media (max-width: 767px) {
    .technology-stock
      .field--name-field-technology-stock
      [class*="col-"]
      + [class*="col-"] {
      border-left: none;
    }
  }
  .technology-stock
    .field--name-field-technology-stock
    [class*="col-"]:nth-child(4n + 1) {
    border-left: none;
  }
  .technology-stock
    .field--name-field-technology-stock
    .paragraph--type--technology-stock {
    padding: 10px 0;
  }
  .technology-stock .field--name-field-technology-stock h3 {
    font-size: 1.125rem;
    margin-bottom: 30px;
    position: relative;
    
  }
  .technology-stock .field--name-field-technology-stock h3:after {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: -10px;
  }
  .technology-stock .field--name-field-technology-stock ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
  }
  .technology-stock .field--name-field-technology-stock ul li {
    position: relative;
    padding-left: 15px;
  }
  .technology-stock .field--name-field-technology-stock ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #e23434;
    border-right: 1px solid #e23434;
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .technology-stack-body {
    padding-top: 0;
  }
  .technology-stack-body h2 {
    display: inline-block;
    background-color: #000;
    color: #fff;
    margin-bottom: 0;
    padding: 15px 25px;
    font-size: 1.375rem;
    
    -webkit-border-top-left-radius: 25px;
    -moz-border-radius-topleft: 25px;
    border-top-left-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    border-top-right-radius: 25px;
  }
  .technology-stack-body .field--name-field-technology-stack-body {
    background-color: #5bcdf3;
    padding: 10px 30px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-bottom-left-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-bottomright: 25px;
    border-bottom-right-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    border-top-right-radius: 25px;
  }
  @media (max-width: 991px) {
    .technology-stack-body .field--name-field-technology-stack-body {
      padding: 10px 15px;
    }
  }
  .technology-stack-body
    .field--name-field-technology-stack-body
    [class*="col-"] {
    margin: 10px 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .technology-stack-body .field--name-field-technology-stack-body h3 {
    font-size: 1.1rem;
    margin-bottom: 30px;
    position: relative;
    
  }
  @media (max-width: 991px) {
    .technology-stack-body .field--name-field-technology-stack-body h3 {
      font-size: 1rem;
    }
  }
  @media (max-width: 575px) {
    .technology-stack-body .field--name-field-technology-stack-body h3 {
      margin-bottom: 20px;
    }
  }
  .technology-stack-body .field--name-field-technology-stack-body h3:after {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: -10px;
  }
  .technology-stack-body .field--name-field-technology-stack-body .border-left {
    border-left: 1px solid rgba(0, 0, 0, 0.2) !important;
  }
  @media (max-width: 767px) {
    .technology-stack-body .field--name-field-technology-stack-body .border-left {
      border-left: none !important;
    }
  }
  @media (max-width: 575px) {
    .technology-stack-body .field--name-field-technology-stack-body .border-left {
      border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
      margin: 0;
      padding: 15px;
    }
  }
  .technology-stack-body .field--name-field-technology-stack-body ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
  }
  .technology-stack-body .field--name-field-technology-stack-body ul li {
    position: relative;
    padding-left: 15px;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
  .technology-stack-body .field--name-field-technology-stack-body ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #e23434;
    border-right: 1px solid #e23434;
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .technology-stack-body
    .field--name-field-technology-stack-body
    ul.list-two-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .technology-stack-body
    .field--name-field-technology-stack-body
    ul.list-two-col
    li {
    width: 50%;
  }
  @media (max-width: 767px) {
    .technology-stack-body
      .field--name-field-technology-stack-body
      ul.list-two-col
      li {
      width: 100%;
    }
  }
  .technology-stack-body
    .field--name-field-technology-stack-body
    ul.list-three-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .technology-stack-body
    .field--name-field-technology-stack-body
    ul.list-three-col
    li {
    width: 33%;
  }
  @media (max-width: 991px) {
    .technology-stack-body
      .field--name-field-technology-stack-body
      ul.list-three-col
      li {
      width: 50%;
    }
  }
  @media (max-width: 767px) {
    .technology-stack-body
      .field--name-field-technology-stack-body
      ul.list-three-col
      li {
      width: 100%;
    }
  }
  .technology-stack-body
    .field--name-field-technology-stack-body
    ul.list-four-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .technology-stack-body
    .field--name-field-technology-stack-body
    ul.list-four-col
    li {
    width: 25%;
  }
  @media (max-width: 991px) {
    .technology-stack-body
      .field--name-field-technology-stack-body
      ul.list-four-col
      li {
      width: 50%;
    }
  }
  @media (max-width: 767px) {
    .technology-stack-body
      .field--name-field-technology-stack-body
      ul.list-four-col
      li {
      width: 100%;
    }
  }
  .about-us-overview-index {
    padding-top: 50px;
  }
  .about-us-overview-index .team-augmentation {
    padding-top: 40px;
  }
  .about-us-overview-index .team-augmentation::before {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .about-us-overview-industries .industries {
    padding-top: 50px;
  }
  .engagement-models-index .ptr-accordion-title {
    display: none;
  }
  .page-404 {
    background-color: #071780;
    padding: 80px 0;
  }
  @media (max-width: 767px) {
    .page-404 {
      padding: 50px 0;
    }
  }
  .page-404__inner {
    text-align: center;
  }
  .page-404__image img {
    display: inline-block;
    max-width: 530px;
  }
  @media (max-width: 767px) {
    .page-404__image img {
      width: 100%;
    }
  }
  .page-404__content {
    font-size: 1.875rem;
    
    color: #fff;
    margin-bottom: 50px;
  }
  @media (max-width: 767px) {
    .page-404__content {
      margin-bottom: 20px;
    }
  }
  .page-404__backlink a {
    color: #fff;
    border: 1px solid #fff;
    padding: 7px 14px;
    font-size: 1.3125rem;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .page-404__backlink a:hover {
    color: #5bcdf3;
    border-color: #5bcdf3;
    text-decoration: none;
  }
  .cookie-policy__terms {
    border: 5px solid #eee;
    -webkit-box-shadow: 0 0 3px 0 #888;
    -moz-box-shadow: 0 0 3px 0 #888;
    box-shadow: 0 0 3px 0 #888;
    padding: 1.5rem;
    margin-top: 2rem;
  }
  .cookie-policy--title {
    font-size: 1.4rem;
    
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 1rem;
  }
  .cookie-policy--button {
    cursor: pointer;
    display: inline-block;
    padding: 9px 22px;
    font-size: 1.1rem;
    
    color: #fff;
    text-decoration: none;
    text-align: center;
  }
  .offshore-title__inner h2 {
    margin-bottom: 0;
  }
  .offshore-title__inner p {
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .destination-ratings {
    padding-top: 0;
  }
  .coopertion-model {
    padding: 50px 0;
  }
  .coopertion-model h2 {
    
    margin-bottom: 1.875rem;
  }
  .coopertion-model h2::after {
    display: none;
  }
  .coopertion-model .outsourcing-rates__content .list-group {
    list-style: none;
  }
  .coopertion-model .outsourcing-rates__content .list-group li {
    background: #fff;
    border: 1px solid #707070;
    -webkit-border-radius: 2.1875rem;
    -moz-border-radius: 2.1875rem;
    border-radius: 2.1875rem;
    padding: 0.625rem 1.25rem;
    margin: 0.375rem 0;
    position: relative;
  }
  @media (max-width: 991px) {
    .coopertion-model .outsourcing-rates__content .list-group li {
      font-size: 12px;
    }
  }
  .coopertion-model
    .outsourcing-rates__content
    .outsourcing-rates__content--list1
    h5 {
    
    margin-bottom: 2rem;
  }
  @media (max-width: 767px) {
    .coopertion-model
      .outsourcing-rates__content
      .outsourcing-rates__content--list1
      h5 {
      margin-bottom: 1rem;
      text-align: center;
    }
  }
  @media (max-width: 767px) {
    .coopertion-model
      .outsourcing-rates__content
      .outsourcing-rates__content--list1
      ul {
      text-align: center;
    }
  }
  .coopertion-model
    .outsourcing-rates__content
    .outsourcing-rates__content--list1
    li::after {
    content: "";
    position: absolute;
    display: block;
    background: url(../images/33gd4HSd6ydA.png);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    width: 4.6875rem;
    height: 2.8125rem;
    top: 0;
    right: -4.6875rem;
  }
  @media (max-width: 767px) {
    .coopertion-model
      .outsourcing-rates__content
      .outsourcing-rates__content--list1
      li::after {
      display: none;
    }
  }
  .coopertion-model .outsourcing-rates__content .outsourcing-rates__content--img {
    padding: 0 3.75rem;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  @media (max-width: 767px) {
    .coopertion-model
      .outsourcing-rates__content
      .outsourcing-rates__content--img {
      padding: 2rem 0;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }
  @media (max-width: 1199px) {
    .coopertion-model
      .outsourcing-rates__content
      .outsourcing-rates__content--img
      img {
      height: 240px;
    }
  }
  @media (max-width: 767px) {
    .coopertion-model
      .outsourcing-rates__content
      .outsourcing-rates__content--img
      img {
      height: 150px;
    }
  }
  @media (max-width: 767px) {
    .coopertion-model
      .outsourcing-rates__content
      .outsourcing-rates__content--img::before,
    .coopertion-model
      .outsourcing-rates__content
      .outsourcing-rates__content--img::after {
      content: url(../images/e0MEPHe1kZnZ.svg);
      position: absolute;
      width: 67px;
      top: 60px;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
      left: 15%;
      height: 20px;
    }
  }
  @media (max-width: 467px) {
    .coopertion-model
      .outsourcing-rates__content
      .outsourcing-rates__content--img::before,
    .coopertion-model
      .outsourcing-rates__content
      .outsourcing-rates__content--img::after {
      left: 0;
    }
  }
  @media (max-width: 767px) {
    .coopertion-model
      .outsourcing-rates__content
      .outsourcing-rates__content--img::after {
      right: 15%;
      -webkit-transform: rotate(270deg);
      -moz-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      -o-transform: rotate(270deg);
      transform: rotate(270deg);
      left: auto;
      top: auto;
      bottom: 60px;
    }
  }
  @media (max-width: 467px) {
    .coopertion-model
      .outsourcing-rates__content
      .outsourcing-rates__content--img::after {
      right: 0;
    }
  }
  .coopertion-model
    .outsourcing-rates__content
    .outsourcing-rates__content--list2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .coopertion-model
    .outsourcing-rates__content
    .outsourcing-rates__content--list2
    h5 {
    
    margin-bottom: 2rem;
  }
  @media (max-width: 767px) {
    .coopertion-model
      .outsourcing-rates__content
      .outsourcing-rates__content--list2
      h5 {
      margin-bottom: 1rem;
      text-align: center;
    }
  }
  @media (max-width: 767px) {
    .coopertion-model
      .outsourcing-rates__content
      .outsourcing-rates__content--list2
      ul {
      text-align: center;
    }
  }
  .coopertion-model
    .outsourcing-rates__content
    .outsourcing-rates__content--list2
    li::before {
    content: "";
    position: absolute;
    display: block;
    background: url(../images/jr7JNKH6AuJw.png) no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    width: 4.375rem;
    height: 5.125rem;
    top: -1.875rem;
    left: -4.25rem;
  }
  @media (max-width: 767px) {
    .coopertion-model
      .outsourcing-rates__content
      .outsourcing-rates__content--list2
      li::before {
      display: none;
    }
  }
  .coopertion-model
    .outsourcing-rates__content
    .outsourcing-rates__content--list2
    li:last-child::before {
    background: url(../images/caFOm6ISnUZS.png) no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    top: 0;
    height: 3.375rem;
  }
  .rates-region h2 {
    
  }
  .rates-region .heading-title {
    font-size: 1.25rem;
  }
  .rates-region .region-tabs__content {
    margin-top: 3.75rem;
  }
  .rates-region .region-tabs__content .nav-tabs {
    border-bottom: 0;
  }
  .rates-region .region-tabs__content .nav-tabs .nav-item {
    display: none;
  }
  .rates-region .region-tabs__content .nav-tabs .nav-item .nav-link {
    padding: 0.625rem 3.75rem 0.625rem 1.875rem;
    -webkit-border-radius: 0.9375rem 0.9375rem 0 0 !important;
    -moz-border-radius: 0.9375rem 0.9375rem 0 0 !important;
    border-radius: 0.9375rem 0.9375rem 0 0 !important;
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #000;
    border: 0;
    position: relative;
  }
  .rates-region .region-tabs__content .nav-tabs .nav-item .nav-link img {
    width: 22px;
    height: 22px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    display: block;
    right: 1.5625rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
  }
  @media (max-width: 991px) {
    .rates-region .region-tabs__content .nav-tabs .nav-item .nav-link {
      font-size: 16px;
      padding: 6px 40px 6px 15px;
    }
    .rates-region .region-tabs__content .nav-tabs .nav-item .nav-link img {
      right: 10px;
    }
  }
  .rates-region .region-tabs__content .nav-tabs .nav-item .active {
    background: #5bcdf3;
  }
  .rates-region .region-tabs__content .nav-tabs .nav-item .active img {
    opacity: 1;
  }
  .rates-region .region-tabs__content .nav-tabs .nav-item .active::before,
  .rates-region .region-tabs__content .nav-tabs .nav-item .active::after {
    content: "";
    position: absolute;
    display: block;
    background: #5bcdf3;
    width: 0.625rem;
    height: 0.625rem;
    left: -0.25rem;
    bottom: -0.25rem;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  @media (max-width: 767px) {
    .rates-region .region-tabs__content .nav-tabs .nav-item .active::before,
    .rates-region .region-tabs__content .nav-tabs .nav-item .active::after {
      display: none;
    }
  }
  .rates-region .region-tabs__content .nav-tabs .nav-item .active::after {
    left: auto;
    right: -0.25rem;
  }
  @media (max-width: 767px) {
    .rates-region .region-tabs__content .nav-tabs .nav-item {
      width: 100%;
    }
    .rates-region .region-tabs__content .nav-tabs .nav-item .nav-link {
      border: 2px solid #5bcdf3;
      -webkit-border-radius: 10px !important;
      -moz-border-radius: 10px !important;
      border-radius: 10px !important;
    }
  }
  @media (min-width: 768px) {
    .rates-region .region-tabs__content .nav-tabs .nav-item {
      display: block;
    }
  }
  .rates-region .region-tabs__content .tab-content {
    padding: 3.4375rem 3.125rem 2.1875rem;
    background: #fff;
    position: relative;
    border: 2px solid #5bcdf3;
    -webkit-border-radius: 2.1875rem;
    -moz-border-radius: 2.1875rem;
    border-radius: 2.1875rem;
    overflow: hidden;
  }
  .rates-region .region-tabs__content .tab-content h5 {
    
    font-size: 1rem;
    line-height: 1.875rem;
    margin-bottom: 1.5625rem;
  }
  .rates-region .region-tabs__content .tab-content h5 span {
    font-size: 1.5625rem;
    margin-left: 1rem;
  }
  @media (max-width: 767px) {
    .rates-region .region-tabs__content .tab-content h5 span {
      font-size: 1rem;
    }
  }
  .rates-region .region-tabs__content .tab-content p {
    line-height: 1.875rem;
  }
  .rates-region .region-tabs__content .tab-content .countries__list {
    margin-top: 2.1875rem;
  }
  .rates-region .region-tabs__content .tab-content .countries__list ul {
    list-style: none;
  }
  .rates-region .region-tabs__content .tab-content .countries__list ul li {
    float: left;
    margin: 0.3125rem;
    display: block;
    padding: 5px 15px;
    border: 1px solid #707070;
    -webkit-border-radius: 2.1875rem;
    -moz-border-radius: 2.1875rem;
    border-radius: 2.1875rem;
    color: #000;
  }
  .rates-region .region-tabs__content .tab-content .countries__list ul li:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
  }
  .rates-region .region-tabs__content .tab-content .region__img img {
    position: absolute;
    display: block;
    max-width: 62.5rem;
    height: 31.25rem;
    top: -5rem;
    left: 2.8125rem;
  }
  @media (max-width: 767px) {
    .rates-region .region-tabs__content .tab-content .region__img img {
      position: relative;
      height: 380px;
      left: 0rem;
      top: -3rem;
    }
  }
  .rates-region .region-tabs__content .tab-content .region__img--left img {
    height: 28rem;
    left: -6rem;
    top: 2rem;
  }
  @media (max-width: 1199px) {
    .rates-region .region-tabs__content .tab-content .region__img--left img {
      height: 25rem;
      left: -7rem;
    }
  }
  @media (max-width: 991px) {
    .rates-region .region-tabs__content .tab-content .region__img--left img {
      height: 20rem;
      left: -5rem;
      top: 5rem;
    }
  }
  @media (max-width: 767px) {
    .rates-region .region-tabs__content .tab-content .region__img--left img {
      height: 28rem;
      left: -2rem;
      top: -1rem;
    }
  }
  @media (max-width: 575px) {
    .rates-region .region-tabs__content .tab-content .region__img--left img {
      height: 20rem;
    }
  }
  .rates-region .region-tabs__content .tab-content .region__img--fourth img {
    height: 25rem;
    left: -5rem;
    top: -1rem;
  }
  @media (max-width: 991px) {
    .rates-region .region-tabs__content .tab-content .region__img--fourth img {
      height: 20rem;
      top: 5rem;
    }
  }
  @media (max-width: 767px) {
    .rates-region .region-tabs__content .tab-content .region__img--fourth img {
      height: 25rem;
      left: 50%;
      -webkit-transform: translate(-50%, -20%);
      -moz-transform: translate(-50%, -20%);
      -ms-transform: translate(-50%, -20%);
      -o-transform: translate(-50%, -20%);
      transform: translate(-50%, -20%);
    }
  }
  @media (max-width: 991px) {
    .rates-region .region-tabs__content .tab-content .region__img--thrid img {
      left: -3rem;
    }
  }
  @media (max-width: 767px) {
    .rates-region .region-tabs__content .tab-content .region__img--thrid img {
      top: 0;
      left: 5rem;
    }
  }
  @media (max-width: 575px) {
    .rates-region .region-tabs__content .tab-content .region__img--thrid img {
      left: 1rem;
    }
  }
  @media (max-width: 991px) {
    .rates-region .region-tabs__content .tab-content {
      padding: 20px;
    }
  }
  @media (max-width: 767px) {
    .rates-region .region-tabs__content .tab-content {
      margin-top: 0;
      padding: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      border: 0;
    }
  }
  .rates-region .region-tabs__content .tab-content .card .card-header {
    padding: 0;
    border: 0;
    margin: 10px 0;
  }
  @media (max-width: 767px) {
    .rates-region .region-tabs__content .tab-content .card .card-header {
      margin-bottom: 0;
    }
  }
  .rates-region .region-tabs__content .tab-content .card .card-header a {
    padding: 0.625rem;
    display: block;
    text-align: center;
    background: #5bcdf3;
    color: #000;
    font-size: 1.125rem;
  }
  @media (max-width: 767px) {
    .rates-region .region-tabs__content .tab-content .card .card-header a {
      text-align: left;
    }
  }
  .rates-region .region-tabs__content .tab-content .card .card-header a:hover {
    text-decoration: none;
  }
  .rates-region .region-tabs__content .tab-content .card .card-header a img {
    width: 22px;
    height: 22px;
    margin-left: 1.25rem;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -o-object-fit: contain;
    object-fit: contain;
  }
  @media (max-width: 767px) {
    .rates-region .region-tabs__content .tab-content .card .card-header a img {
      position: absolute;
      right: 0.625rem;
    }
  }
  .rates-region
    .region-tabs__content
    .tab-content
    .card
    .card-header
    .collapsed
    img {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  @media (max-width: 767px) {
    .rates-region .region-tabs__content .tab-content .card .card-body {
      padding: 15px !important;
      border: 2px solid #5bcdf3;
    }
  }
  @media (min-width: 768px) {
    .rates-region .region-tabs__content .tab-content .card .card-header {
      display: none;
    }
    .rates-region .region-tabs__content .tab-content .card .collapse {
      display: block;
    }
  }
  @media (max-width: 767px) {
    .rates-region .region-tabs__content .tab-content .tab-pane {
      display: block;
      opacity: 1;
    }
    .rates-region
      .region-tabs__content
      .tab-content
      .tab-pane:nth-of-type(even)
      .card-body
      .row
      .region__img {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
    }
  }
  .destination-ratings .heading-2 {
    margin-bottom: 1.875rem;
  }
  .destination-ratings .heading-2::after {
    display: none;
  }
  .destination-ratings .heading-title {
    line-height: 1.875rem;
  }
  .destination-ratings .destination-ratings__countries {
    margin-top: 3.75rem;
  }
  @media (max-width: 767px) {
    .destination-ratings .destination-ratings__countries {
      margin-top: 0;
    }
  }
  .destination-ratings .destination-ratings__countries .title-2 {
    margin-bottom: 1.25rem;
  }
  @media (max-width: 767px) {
    .destination-ratings .destination-ratings__countries .title-2 {
      margin-bottom: 10px;
      padding: 12px 20px;
      display: block;
      text-align: center;
      background: #5bcdf3;
      color: #000;
      font-size: 1.125rem;
      margin-bottom: 0;
      text-align: left !important;
      position: relative;
    }
  }
  .destination-ratings .destination-ratings__countries .title-2 .mobile-show {
    display: none;
  }
  @media (max-width: 767px) {
    .destination-ratings .destination-ratings__countries .title-2 .mobile-show {
      display: inline-block;
      width: 22px;
      height: 22px;
      position: absolute;
      right: 15px;
    }
  }
  .destination-ratings .destination-ratings__countries .title-2.active img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .destination-ratings .destination-ratings__countries .countries__listing {
    -webkit-border-radius: 1.9375rem;
    -moz-border-radius: 1.9375rem;
    border-radius: 1.9375rem;
    padding-bottom: 1.875rem;
    height: 90%;
  }
  @media (max-width: 767px) {
    .destination-ratings .destination-ratings__countries .countries__listing {
      padding-bottom: 0;
      height: auto;
      display: none;
      border: 1px solid #d9d9d9;
      border-top: none;
    }
  }
  .destination-ratings .destination-ratings__countries .countries__listing ul {
    list-style: none;
    margin-bottom: 0;
  }
  .destination-ratings .destination-ratings__countries .countries__listing ul li {
    display: block;
    padding: 1.125rem 2.8125rem;
    color: #000;
  }
  .destination-ratings
    .destination-ratings__countries
    .countries__listing
    ul
    li
    span {
    margin-right: 2.5rem;
  }
  .destination-ratings
    .destination-ratings__countries
    .countries__listing
    ul
    li:first-child {
    -webkit-border-radius: 1.9375rem 1.9375rem 0 0;
    -moz-border-radius: 1.9375rem 1.9375rem 0 0;
    border-radius: 1.9375rem 1.9375rem 0 0;
  }
  @media (max-width: 767px) {
    .destination-ratings
      .destination-ratings__countries
      .countries__listing
      ul
      li:first-child {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
    }
  }
  .destination-ratings
    .destination-ratings__countries
    .countries__listing
    ul
    li:nth-child(2n) {
    background-color: rgba(255, 255, 255, 0.63);
  }
  @media (max-width: 1199px) {
    .destination-ratings
      .destination-ratings__countries
      .countries__listing
      ul
      li {
      padding: 12px 20px;
    }
  }
  .destination-ratings
    .destination-ratings__countries
    .countries__listing
    ul
    .active {
    background: #071780;
    font-size: 1.25rem;
    color: #fff;
  }
  @media (max-width: 767px) {
    .destination-ratings .destination-ratings__countries .countries__listing {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
    }
    .destination-ratings
      .destination-ratings__countries
      .countries__listing
      li:first-child {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
    }
    .destination-ratings
      .destination-ratings__countries
      .countries__listing
      li:first-child
      a {
      -webkit-border-radius: 0 !important;
      -moz-border-radius: 0 !important;
      border-radius: 0 !important;
    }
  }
  @media (max-width: 991px) {
    .destination-ratings .destination-ratings__countries .col-xl-3 {
      padding: 15px;
    }
  }
  @media (max-width: 767px) {
    .destination-ratings .destination-ratings__countries .col-xl-3 {
      padding: 15px 15px 0 15px !important;
    }
  }
  .destination-ratings .source__link {
    margin-top: 0.1rem;
    text-align: center;
  }
  @media (max-width: 767px) {
    .destination-ratings .source__link {
      margin-top: 1rem;
    }
  }
  .destination-ratings .source__link .heading-title {
    margin-bottom: 0;
    font-size: 1.25rem;
    
  }
  .destination-ratings .source__link .heading-title a {
    
    color: #5bcdf3;
    text-decoration: underline;
    font-size: 1.1rem;
  }
  .destination-ratings .source__link .heading-title a:hover {
    color: #071780;
  }
  .global-ratings {
    padding: 50px 0;
    border-bottom: 1px solid #d9d9d9;
  }
  .global-ratings h2::after {
    display: none;
  }
  .global-ratings .global-ratings__content ul li {
    list-style: none;
    float: left;
    width: 14%;
    
    font-size: 1.125rem;
    position: relative;
    text-align: center;
  }
  .global-ratings .global-ratings__content ul li:first-child {
    width: 24%;
    text-align: left;
  }
  .global-ratings .global-ratings__content ul li:nth-child(2) {
    width: 20%;
  }
  @media (max-width: 991px) {
    .global-ratings .global-ratings__content ul li:nth-child(2) {
      padding-left: 25px;
    }
  }
  @media (max-width: 991px) {
    .global-ratings .global-ratings__content ul li {
      font-size: 14px !important;
    }
  }
  @media (max-width: 1199px) {
    .global-ratings .global-ratings__content ul li {
      font-size: 16px;
    }
  }
  .global-ratings .global-ratings__content .global-rating__heading {
    margin-bottom: 0.625rem;
  }
  .global-ratings .global-ratings__content .global-rating__heading li {
    font-size: 1rem;
    padding: 0 1px;
  }
  .global-ratings
    .global-ratings__content
    .global-rating__heading
    li:first-child {
    padding-left: 1.5rem;
  }
  @media (max-width: 767px) {
    .global-ratings .global-ratings__content .global-rating__heading {
      display: none;
    }
  }
  .global-ratings
    .global-ratings__content
    .global-rating__lists
    .role-click
    li:first-child::before {
    content: "Role";
  }
  .global-ratings
    .global-ratings__content
    .global-rating__lists
    .role-click
    li:first-child
    img {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 15px;
  }
  .global-ratings
    .global-ratings__content
    .global-rating__lists
    .role-click.active
    li
    img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .global-ratings .global-ratings__content .global-rating__lists ul {
    -webkit-border-radius: 1.25rem;
    -moz-border-radius: 1.25rem;
    border-radius: 1.25rem;
  }
  @media (max-width: 767px) {
    .global-ratings .global-ratings__content .global-rating__lists ul {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
    }
  }
  .global-ratings .global-ratings__content .global-rating__lists li {
    padding: 1.25rem 1.875rem;
  }
  @media (max-width: 1199px) {
    .global-ratings .global-ratings__content .global-rating__lists li {
      padding: 15px 20px;
    }
  }
  @media (max-width: 991px) {
    .global-ratings .global-ratings__content .global-rating__lists li {
      padding: 0.9rem;
    }
  }
  @media (max-width: 767px) {
    .global-ratings .global-ratings__content .global-rating__lists li {
      width: 100% !important;
      padding-left: 60% !important;
      text-align: left;
      font-size: 1rem;
    }
    .global-ratings .global-ratings__content .global-rating__lists li::before {
      position: absolute;
      display: block;
      width: 40%;
      left: 15px;
      top: 15px;
    }
    .global-ratings
      .global-ratings__content
      .global-rating__lists
      li:first-child::before {
      content: "Role";
    }
    .global-ratings
      .global-ratings__content
      .global-rating__lists
      li:nth-child(2)::before {
      content: "United States";
    }
    .global-ratings
      .global-ratings__content
      .global-rating__lists
      li:nth-child(3)::before {
      content: "Latin America";
    }
    .global-ratings
      .global-ratings__content
      .global-rating__lists
      li:nth-child(4)::before {
      content: "Eastern Europe";
    }
    .global-ratings
      .global-ratings__content
      .global-rating__lists
      li:nth-child(5)::before {
      content: "Asia";
    }
    .global-ratings
      .global-ratings__content
      .global-rating__lists
      li:last-child::before {
      content: "S4S";
    }
  }
  @media (max-width: 575px) {
    .global-ratings .global-ratings__content .global-rating__lists li {
      padding-left: 45% !important;
    }
  }
  .global-ratings
    .global-ratings__content
    .global-rating__lists
    .list__main__heading {
    background: #5bcdf3;
    -webkit-border-radius: 1.25rem 0 0 1.25rem;
    -moz-border-radius: 1.25rem 0 0 1.25rem;
    border-radius: 1.25rem 0 0 1.25rem;
  }
  @media (max-width: 767px) {
    .global-ratings
      .global-ratings__content
      .global-rating__lists
      .list__main__heading {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
    }
  }
  @media (min-width: 768px) {
    .global-ratings .global-ratings__content .global-rating__lists .role-click {
      display: none !important;
    }
  }
  @media (max-width: 767px) {
    .global-ratings .global-ratings__content .global-rating__lists .role-hide {
      display: none;
    }
  }
  .global-ratings .global-ratings__content .global-rating__lists .role-show {
    display: inline-block;
  }
  @media (max-width: 767px) {
    .global-ratings .global-ratings__content .global-rating__lists .role-show {
      display: none;
      margin-top: -7px !important;
      height: 84%;
      border: 1px solid #d9d9d9;
    }
  }
  .global-ratings
    .global-ratings__content
    .global-rating__lists
    .list__main__last {
    background: rgba(252, 167, 40, 0.38);
  }
  @media (min-width: 768px) {
    .global-ratings
      .global-ratings__content
      .global-rating__lists
      .list__main__last {
      -webkit-border-radius: 0 1.25rem 1.25rem 0;
      -moz-border-radius: 0 1.25rem 1.25rem 0;
      border-radius: 0 1.25rem 1.25rem 0;
    }
  }
  .timezone-advantages .timezone-advantages__tabs .nav-tabs {
    border-bottom: 0;
    display: none;
  }
  .timezone-advantages .timezone-advantages__tabs .nav-tabs .nav-item {
    width: 20%;
  }
  .timezone-advantages .timezone-advantages__tabs .nav-tabs .nav-item .nav-link {
    padding: 1.5625rem 0.3125rem;
    font-size: 1rem;
    line-height: 1.625rem;
    color: #000;
    
    border: none;
    margin: 0 0.25rem;
    -webkit-border-radius: 1.875rem;
    -moz-border-radius: 1.875rem;
    border-radius: 1.875rem;
  }
  .timezone-advantages
    .timezone-advantages__tabs
    .nav-tabs
    .nav-item
    .nav-link
    .zone__img {
    width: 6.25rem;
    height: 6.25rem;
    margin: 1.5625rem auto 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding: 0.9375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 3px solid #5bcdf3;
  }
  .timezone-advantages
    .timezone-advantages__tabs
    .nav-tabs
    .nav-item
    .nav-link
    .zone__img
    img {
    width: 100%;
  }
  @media (max-width: 767px) {
    .timezone-advantages .timezone-advantages__tabs .nav-tabs .nav-item {
      width: 100%;
    }
    .timezone-advantages
      .timezone-advantages__tabs
      .nav-tabs
      .nav-item
      .nav-link {
      padding: 6px 0;
      margin: 2px 0;
      height: auto !important;
    }
    .timezone-advantages
      .timezone-advantages__tabs
      .nav-tabs
      .nav-item
      .nav-link
      .zone__img {
      display: none;
    }
  }
  @media (max-width: 991px) {
    .timezone-advantages
      .timezone-advantages__tabs
      .nav-tabs
      .nav-item
      .nav-link {
      position: relative;
      height: 200px;
    }
    .timezone-advantages
      .timezone-advantages__tabs
      .nav-tabs
      .nav-item
      .nav-link
      .zone__img {
      width: 60px;
      height: 60px;
      padding: 10px;
      margin-top: 10px;
      position: absolute;
      left: 50%;
      bottom: 20px;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
    }
  }
  @media (max-width: 1199px) {
    .timezone-advantages
      .timezone-advantages__tabs
      .nav-tabs
      .nav-item
      .nav-link {
      position: relative;
      height: 220px;
    }
    .timezone-advantages
      .timezone-advantages__tabs
      .nav-tabs
      .nav-item
      .nav-link
      .zone__img {
      width: 80px;
      height: 80px;
      padding: 10px;
      margin-top: 10px;
      position: absolute;
      left: 50%;
      bottom: 20px;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
    }
  }
  .timezone-advantages .timezone-advantages__tabs .nav-tabs .nav-item .active {
    background: #5bcdf3;
  }
  .timezone-advantages
    .timezone-advantages__tabs
    .nav-tabs
    .nav-item
    .active
    .zone__img {
    background: #fff;
    border-color: #fff;
  }
  @media (min-width: 768px) {
    .timezone-advantages .timezone-advantages__tabs .nav-tabs {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  .timezone-advantages .timezone-advantages__tabs .tab-content {
    margin-top: 4.375rem;
    border: 2px solid #5bcdf3;
    -webkit-border-radius: 2.1875rem;
    -moz-border-radius: 2.1875rem;
    border-radius: 2.1875rem;
  }
  .timezone-advantages
    .timezone-advantages__tabs
    .tab-content
    .timezone__title
    h4 {
    font-size: 1.75rem;
    background: #fff;
    border: 1px solid #707070;
    display: table;
    padding: 0.625rem 1.875rem;
    
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
    margin: -1.5625rem auto 0;
  }
  @media (max-width: 767px) {
    .timezone-advantages
      .timezone-advantages__tabs
      .tab-content
      .timezone__title
      h4 {
      font-size: 1.25rem;
      margin-top: 10px;
    }
  }
  .timezone-advantages
    .timezone-advantages__tabs
    .tab-content
    .timezone__listing {
    margin: 1.25rem 0;
  }
  .timezone-advantages
    .timezone-advantages__tabs
    .tab-content
    .timezone__listing
    li {
    float: left;
    list-style: none;
    text-align: left;
    
    position: relative;
  }
  .timezone-advantages
    .timezone-advantages__tabs
    .tab-content
    .timezone__listing
    li:first-child {
    width: 22%;
  }
  .timezone-advantages
    .timezone-advantages__tabs
    .tab-content
    .timezone__listing
    li:nth-child(2) {
    width: 12%;
  }
  .timezone-advantages
    .timezone-advantages__tabs
    .tab-content
    .timezone__listing
    li:nth-child(3) {
    width: 28%;
  }
  .timezone-advantages
    .timezone-advantages__tabs
    .tab-content
    .timezone__listing
    li:nth-child(4) {
    width: 22%;
  }
  .timezone-advantages
    .timezone-advantages__tabs
    .tab-content
    .timezone__listing
    li:last-child {
    width: 14%;
  }
  @media (max-width: 991px) {
    .timezone-advantages
      .timezone-advantages__tabs
      .tab-content
      .timezone__listing
      li {
      font-size: 14px;
    }
    .timezone-advantages
      .timezone-advantages__tabs
      .tab-content
      .timezone__listing
      li:nth-child(1) {
      width: 20%;
    }
    .timezone-advantages
      .timezone-advantages__tabs
      .tab-content
      .timezone__listing
      li:nth-child(5) {
      width: 20%;
    }
  }
  @media (max-width: 1199px) {
    .timezone-advantages
      .timezone-advantages__tabs
      .tab-content
      .timezone__listing
      li:nth-child(3) {
      width: 28%;
    }
    .timezone-advantages
      .timezone-advantages__tabs
      .tab-content
      .timezone__listing
      li:nth-child(3) {
      width: 26%;
    }
    .timezone-advantages
      .timezone-advantages__tabs
      .tab-content
      .timezone__listing
      li:last-child {
      width: 18%;
    }
  }
  .timezone-advantages
    .timezone-advantages__tabs
    .tab-content
    .timezone__listing
    .timezone__listing--heading
    li {
    padding: 0.625rem 0 0.625rem 0.625rem;
  }
  @media (max-width: 767px) {
    .timezone-advantages
      .timezone-advantages__tabs
      .tab-content
      .timezone__listing
      .timezone__listing--heading {
      display: none;
    }
  }
  .timezone-advantages
    .timezone-advantages__tabs
    .tab-content
    .timezone__listing
    .timezone__listing--content
    ul {
    -webkit-border-radius: 1.25rem;
    -moz-border-radius: 1.25rem;
    border-radius: 1.25rem;
  }
  .timezone-advantages
    .timezone-advantages__tabs
    .tab-content
    .timezone__listing
    .timezone__listing--content
    ul
    li {
    padding: 1.25rem 0.625rem;
  }
  .timezone-advantages
    .timezone-advantages__tabs
    .tab-content
    .timezone__listing
    .timezone__listing--content
    ul
    li
    .btn {
    padding: 0.625rem 1.25rem;
    -webkit-border-radius: 2.375rem;
    -moz-border-radius: 2.375rem;
    border-radius: 2.375rem;
    background: #5bcdf3;
    color: #000;
    font-size: 0.875rem;
  }
  .timezone-advantages
    .timezone-advantages__tabs
    .tab-content
    .timezone__listing
    .timezone__listing--content
    ul
    li
    .btn:hover {
    background: #071780;
    color: #fff;
  }
  @media (max-width: 991px) {
    .timezone-advantages
      .timezone-advantages__tabs
      .tab-content
      .timezone__listing
      .timezone__listing--content
      ul
      li
      .btn {
      font-size: 12px;
      padding: 6px 15px;
    }
  }
  @media (max-width: 767px) {
    .timezone-advantages
      .timezone-advantages__tabs
      .tab-content
      .timezone__listing
      .timezone__listing--content
      ul
      li {
      width: 100%;
      padding: 1rem 0 1rem 45%;
      text-align: left;
    }
    .timezone-advantages
      .timezone-advantages__tabs
      .tab-content
      .timezone__listing
      .timezone__listing--content
      ul
      li:before {
      position: absolute;
      display: block;
      width: 40%;
      left: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
    }
    .timezone-advantages
      .timezone-advantages__tabs
      .tab-content
      .timezone__listing
      .timezone__listing--content
      ul
      li:after {
      content: ":";
      position: absolute;
      left: 40%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
    }
    .timezone-advantages
      .timezone-advantages__tabs
      .tab-content
      .timezone__listing
      .timezone__listing--content
      ul
      li:first-child::before {
      content: "Timezone";
    }
    .timezone-advantages
      .timezone-advantages__tabs
      .tab-content
      .timezone__listing
      .timezone__listing--content
      ul
      li:nth-child(2)::before {
      content: "UTC";
    }
    .timezone-advantages
      .timezone-advantages__tabs
      .tab-content
      .timezone__listing
      .timezone__listing--content
      ul
      li:nth-child(3)::before {
      content: "Locations";
    }
    .timezone-advantages
      .timezone-advantages__tabs
      .tab-content
      .timezone__listing
      .timezone__listing--content
      ul
      li:nth-child(4)::before {
      content: "*Work Timings IST";
    }
    .timezone-advantages
      .timezone-advantages__tabs
      .tab-content
      .timezone__listing
      .timezone__listing--content
      ul
      li:last-child::before {
      content: "Overlapping Hours";
    }
  }
  @media (max-width: 767px) {
    .timezone-advantages
      .timezone-advantages__tabs
      .tab-content
      .timezone__listing
      .timezone__listing--content {
      margin: 15px 0;
      padding: 0;
    }
  }
  @media (max-width: 767px) {
    .timezone-advantages .timezone-advantages__tabs .tab-content {
      padding: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      border: 0;
      margin-top: 0;
    }
  }
  .timezone-advantages .timezone-advantages__tabs .tab-content .card {
    background: transparent;
  }
  .timezone-advantages
    .timezone-advantages__tabs
    .tab-content
    .card
    .card-header {
    padding: 0;
    border: 0;
    margin: 10px 0;
  }
  @media (max-width: 767px) {
    .timezone-advantages
      .timezone-advantages__tabs
      .tab-content
      .card
      .card-header {
      margin: 10px 0 0;
    }
  }
  .timezone-advantages
    .timezone-advantages__tabs
    .tab-content
    .card
    .card-header
    a {
    padding: 0.625rem;
    display: block;
    text-align: center;
    background: #5bcdf3;
    color: #000;
    font-size: 1.125rem;
  }
  .timezone-advantages
    .timezone-advantages__tabs
    .tab-content
    .card
    .card-header
    a
    .zone__img {
    width: 50px;
    height: 50px;
    margin: 10px auto 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding: 10px;
    background: #fff;
    border: 2px solid #fff;
    display: block;
  }
  .timezone-advantages
    .timezone-advantages__tabs
    .tab-content
    .card
    .card-header
    a
    .zone__img
    img {
    width: 100%;
    height: 100%;
  }
  .timezone-advantages
    .timezone-advantages__tabs
    .tab-content
    .card
    .card-header
    .collapsed {
    background: #f5f5f5;
  }
  .timezone-advantages
    .timezone-advantages__tabs
    .tab-content
    .card
    .card-header
    .collapsed
    .zone__img {
    background: transparent;
    border: 2px solid #5bcdf3;
  }
  @media (max-width: 767px) {
    .timezone-advantages
      .timezone-advantages__tabs
      .tab-content
      .card
      .card-body {
      padding: 15px !important;
      border: 2px solid #5bcdf3;
    }
  }
  @media (min-width: 768px) {
    .timezone-advantages
      .timezone-advantages__tabs
      .tab-content
      .card
      .card-header {
      display: none;
    }
    .timezone-advantages .timezone-advantages__tabs .tab-content .card .collapse {
      display: block;
    }
  }
  @media (max-width: 767px) {
    .timezone-advantages .timezone-advantages__tabs .tab-content .tab-pane {
      display: block;
      opacity: 1;
    }
  }
  .timezone-advantages .disclaimer__text {
    margin-top: 20px;
  }
  .timezone-advantages .disclaimer__text p {
    margin: 0;
  }
  .why-s4s-step-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  @media (max-width: 991px) {
    .why-s4s-step-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
  }
  .why-s4s-step-wrap__lr-circle {
    background-color: #fff;
    width: 110px;
    height: 110px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
    font-size: 1.375rem;
    position: relative;
    color: #000;
  }
  .why-s4s-step-wrap__lr-circle::before {
    content: "";
    width: 45px;
    height: 49px;
    position: absolute;
    top: -13px;
    right: 0;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .why-s4s-step-wrap__lr-circle::after {
    content: "";
    position: absolute;
  }
  @media (min-width: 992px) {
    .why-s4s-step-wrap__lr-circle--start {
      margin-right: 50px;
    }
  }
  @media (max-width: 991px) {
    .why-s4s-step-wrap__lr-circle--start {
      margin-bottom: 50px;
    }
  }
  .why-s4s-step-wrap__lr-circle--start::before {
    background-image: url(../images/62lhirZ86bmB.svg);
  }
  @media (min-width: 992px) {
    .why-s4s-step-wrap__lr-circle--start::after {
      border-top: 2px dashed #fff;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      right: -50px;
      width: 50px;
    }
  }
  @media (max-width: 991px) {
    .why-s4s-step-wrap__lr-circle--start::after {
      border-left: 2px dashed #fff;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 100%;
      height: 50px;
    }
  }
  @media (min-width: 992px) {
    .why-s4s-step-wrap__lr-circle--end {
      margin-left: 50px;
    }
  }
  @media (max-width: 991px) {
    .why-s4s-step-wrap__lr-circle--end {
      margin-top: 50px;
    }
  }
  .why-s4s-step-wrap__lr-circle--end::before {
    background-image: url(../images/yLiFw5jqN9Ui.svg);
  }
  @media (min-width: 992px) {
    .why-s4s-step-wrap__lr-circle--end::after {
      border-top: 2px solid #fff;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      left: -50px;
      width: 50px;
    }
  }
  @media (max-width: 991px) {
    .why-s4s-step-wrap__lr-circle--end::after {
      border-left: 2px solid #fff;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      top: -50px;
      height: 50px;
    }
  }
  .why-s4s-steps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -moz-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
  @media (max-width: 767px) {
    .why-s4s-steps {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  @media (min-width: 768px) {
    .why-s4s-steps > li {
      width: 33.33%;
    }
  }
  .why-s4s-steps > li.active a {
    background-color: #5bcdf3;
    
  }
  .why-s4s-steps > li.active a:hover,
  .why-s4s-steps > li.active a:focus {
    color: #000;
  }
  @media (min-width: 768px) {
    .why-s4s-steps > li.active a::after {
      background-image: url(../images/9bu8jcJluqLM.png);
    }
  }
  @media (max-width: 767px) {
    .why-s4s-steps > li.active a::after {
      background-color: #5bcdf3;
    }
  }
  .why-s4s-steps > li > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.25rem;
    line-height: 1;
    
    background-color: #fff;
    height: 100%;
    color: #000;
    position: relative;
  }
  @media (min-width: 768px) {
    .why-s4s-steps > li > a {
      padding: 25px 10px 25px 60px;
    }
    .why-s4s-steps > li > a::after {
      content: "";
      background-image: url(../images/3syNaTeBgQZB.png);
      background-repeat: no-repeat;
      -webkit-background-size: contain;
      -moz-background-size: contain;
      -o-background-size: contain;
      background-size: contain;
      position: absolute;
      right: -25px;
      top: 0;
      width: 27px;
      height: 91px;
      z-index: 1;
    }
  }
  @media (min-width: 768px) and (min-width: 992px) {
    .why-s4s-steps > li > a::after {
      height: 110px;
    }
  }
  @media (max-width: 767px) {
    .why-s4s-steps > li > a {
      padding: 20px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-bottom: 1px solid #8b8b8b;
    }
    .why-s4s-steps > li > a::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -10px;
      margin: 0 auto;
      -webkit-transform: rotate(315deg);
      -moz-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
      -o-transform: rotate(315deg);
      transform: rotate(315deg);
      width: 20px;
      height: 20px;
      border-left: 1px solid #8b8b8b;
      border-bottom: 1px solid #8b8b8b;
      background-color: #fff;
      z-index: 1;
    }
  }
  .why-s4s-steps > li > a:hover,
  .why-s4s-steps > li > a:focus {
    color: #5bcdf3;
  }
  .why-outsourcing-lists {
    counter-reset: my-sec-counter;
  }
  .why-outsourcing-lists > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 30px 8px 8px;
    background-color: #fff;
    color: #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
  }
  @media (min-width: 768px) {
    .why-outsourcing-lists > li {
      height: 116px;
      -webkit-border-radius: 60px;
      -moz-border-radius: 60px;
      border-radius: 60px;
      padding: 8px 30px 8px 8px;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
  }
  @media (max-width: 767px) {
    .why-outsourcing-lists > li {
      padding: 15px 15px 15px 75px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  .why-outsourcing-lists > li + li {
    margin-top: 1rem;
  }
  .why-outsourcing-lists > li::before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    min-width: 100px;
    width: 100px;
    height: 100px;
    background-color: #5bcdf3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 3rem;
    
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-right: 2rem;
  }
  @media (max-width: 991px) {
    .why-outsourcing-lists > li::before {
      margin-right: 1rem;
    }
  }
  @media (max-width: 767px) {
    .why-outsourcing-lists > li::before {
      min-width: 50px;
      width: 50px;
      height: 50px;
      font-size: 1.3rem;
      position: absolute;
      left: 15px;
      top: 15px;
    }
  }
  .why-outsourcing-lists__title {
    font-size: 1.7rem;
    
  }
  @media (min-width: 768px) {
    .why-outsourcing-lists__title {
      width: 30%;
      margin-right: 2%;
      margin-bottom: 0;
    }
  }
  @media (max-width: 991px) {
    .why-outsourcing-lists__title {
      font-size: 1.3rem;
    }
  }
  .why-outsourcing-lists p {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -moz-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
  .why-outsourcing-lists p:last-child {
    margin-bottom: 0;
  }
  .masonry-grid {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-fill: initial;
    -moz-column-fill: initial;
    column-fill: initial;
  }
  @media (max-width: 991px) {
    .masonry-grid {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }
  .masonry-grid .grid-item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 2rem;
    color: #000;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 35px;
  }
  @media (max-width: 991px) {
    .masonry-grid .grid-item {
      margin-bottom: 1.5rem;
    }
    .masonry-grid .grid-item:nth-of-type(1) {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
    }
    .masonry-grid .grid-item:nth-of-type(2) {
      -webkit-box-ordinal-group: 8;
      -webkit-order: 7;
      -moz-box-ordinal-group: 8;
      -ms-flex-order: 7;
      order: 7;
    }
    .masonry-grid .grid-item:nth-of-type(3) {
      -webkit-box-ordinal-group: 10;
      -webkit-order: 9;
      -moz-box-ordinal-group: 10;
      -ms-flex-order: 9;
      order: 9;
    }
    .masonry-grid .grid-item:nth-of-type(4) {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
    }
    .masonry-grid .grid-item:nth-of-type(5) {
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
      -moz-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4;
    }
    .masonry-grid .grid-item:nth-of-type(6) {
      -webkit-box-ordinal-group: 9;
      -webkit-order: 8;
      -moz-box-ordinal-group: 9;
      -ms-flex-order: 8;
      order: 8;
    }
    .masonry-grid .grid-item:nth-of-type(7) {
      -webkit-box-ordinal-group: 11;
      -webkit-order: 10;
      -moz-box-ordinal-group: 11;
      -ms-flex-order: 10;
      order: 10;
    }
    .masonry-grid .grid-item:nth-of-type(8) {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
    }
    .masonry-grid .grid-item:nth-of-type(9) {
      -webkit-box-ordinal-group: 7;
      -webkit-order: 6;
      -moz-box-ordinal-group: 7;
      -ms-flex-order: 6;
      order: 6;
    }
    .masonry-grid .grid-item:nth-of-type(10) {
      -webkit-box-ordinal-group: 9;
      -webkit-order: 8;
      -moz-box-ordinal-group: 9;
      -ms-flex-order: 8;
      order: 8;
    }
  }
  @media (max-width: 575px) {
    .masonry-grid .grid-item {
      margin-bottom: 1rem;
    }
  }
  .masonry-grid .grid-item--primary {
    background-color: #5bcdf3;
  }
  .masonry-grid .grid-item--grey {
    background-color: #ddd;
  }
  .masonry-grid__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #000;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .masonry-grid__counter {
    background-color: #000;
    height: 50px;
    width: 50px;
    min-width: 50px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 1.7rem;
    
    margin-right: 1rem;
  }
  .masonry-grid__title {
    
    font-size: 1.1rem;
    margin-bottom: 0;
  }
  .why-s4s-carousel.owl-loaded {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .why-s4s-carousel .owl-stage-outer {
    margin-top: 30px;
    background-color: #fff;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
  }
  @media (max-width: 767px) {
    .why-s4s-carousel .owl-stage-outer {
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
    }
  }
  .why-s4s-carousel .owl-dots {
    counter-reset: dots;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 0;
    text-align: center;
  }
  .why-s4s-carousel .owl-dots .owl-dot + .owl-dot {
    margin-left: 1rem;
  }
  @media (max-width: 767px) {
    .why-s4s-carousel .owl-dots .owl-dot + .owl-dot {
      margin-left: 0.5rem;
    }
  }
  .why-s4s-carousel .owl-dots .owl-dot span {
    display: none;
  }
  .why-s4s-carousel .owl-dots .owl-dot::before {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
  }
  @media (max-width: 767px) {
    .why-s4s-carousel .owl-dots .owl-dot::before {
      width: 30px;
      height: 30px;
      font-size: 1rem;
    }
  }
  .why-s4s-carousel .owl-dots .owl-dot.active::before {
    background-color: #5bcdf3;
    color: #000;
    border-color: #5bcdf3;
    
  }
  .why-s4s-carousel .owl-dot::before {
    counter-increment: dots;
    content: counter(dots);
  }
  .why-s4s-carousel .owl-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .why-s4s-carousel .owl-nav .owl-prev,
  .why-s4s-carousel .owl-nav .owl-next {
    content: "";
    
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 38px;
    left: 27%;
    font-size: 3rem !important;
  }
  @media (max-width: 991px) {
    .why-s4s-carousel .owl-nav .owl-prev,
    .why-s4s-carousel .owl-nav .owl-next {
      left: 15%;
    }
  }
  @media (max-width: 767px) {
    .why-s4s-carousel .owl-nav .owl-prev,
    .why-s4s-carousel .owl-nav .owl-next {
      top: 42px;
      left: 20%;
      font-size: 2rem !important;
    }
  }
  @media (max-width: 575px) {
    .why-s4s-carousel .owl-nav .owl-prev,
    .why-s4s-carousel .owl-nav .owl-next {
      left: 10%;
    }
  }
  .why-s4s-carousel .owl-nav .owl-prev.disabled,
  .why-s4s-carousel .owl-nav .owl-next.disabled {
    display: none;
  }
  .why-s4s-carousel .owl-nav .owl-next {
    left: auto;
    right: 27%;
  }
  @media (max-width: 991px) {
    .why-s4s-carousel .owl-nav .owl-next {
      right: 15%;
    }
  }
  @media (max-width: 575px) {
    .why-s4s-carousel .owl-nav .owl-next {
      right: 10%;
    }
  }
  .why-s4s-carousel-box {
    background-color: #fff;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    padding: 40px 0;
  }
  @media (max-width: 767px) {
    .why-s4s-carousel-box {
      -webkit-border-radius: 40px;
      -moz-border-radius: 40px;
      border-radius: 40px;
      padding: 20px 0;
    }
  }
  .why-s4s-carousel-box__inner {
    max-width: 1030px;
    width: 100%;
    margin: 0 auto;
    color: #000;
    padding: 0 20px;
  }
  .why-s4s-carousel-box__header {
    text-align: center;
    margin-bottom: 40px;
  }
  .why-s4s-carousel-box__title {
    display: inline-block;
    margin-bottom: 0;
    border: 1px solid #707070;
    font-size: 2rem;
    
    padding: 0.5rem 2rem;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
  }
  @media (max-width: 767px) {
    .why-s4s-carousel-box__title {
      font-size: 1.8rem;
    }
  }
  .why-s4s-carousel-box__cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  @media (max-width: 767px) {
    .why-s4s-carousel-box__cols {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  .why-s4s-carousel-box__cols > li {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    width: 100%;
  }
  @media (min-width: 768px) {
    .why-s4s-carousel-box__cols > li + li {
      border-left: 1px dashed #707070;
    }
  }
  @media (max-width: 767px) {
    .why-s4s-carousel-box__cols > li + li {
      border-top: 1px dashed #707070;
      padding-top: 20px;
    }
  }
  @media (min-width: 768px) {
    .why-s4s-carousel-box__cols > li:first-child {
      padding-right: 30px;
    }
    .why-s4s-carousel-box__cols > li:last-child {
      padding-left: 30px;
    }
  }
  .why-s4s-carousel-box__col-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .why-s4s-carousel-box__col-header::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background-color: #5bcdf3;
    bottom: 0;
    left: 0;
  }
  .why-s4s-carousel-box__col-counter {
    min-width: 35px;
    width: 35px;
    height: 35px;
    border: 1px solid #707070;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size-adjust: 1.1rem;
    
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-right: 1rem;
  }
  .why-s4s-carousel-box__col-title {
    
    font-size: 1.7rem;
    margin-bottom: 0;
  }
  .why-s4s-carousel-box__heading {
    margin-bottom: 1rem;
    
    font-size-adjust: 1.1rem;
  }
  .why-outsource-img,
  .whys4s-img-box {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  @media (max-width: 767px) {
    .why-outsource-img,
    .whys4s-img-box {
      width: 100%;
    }
  }
  .bg-border-top {
    border-top: 1px solid #fff;
  }
  .hire-dev-traditional {
    padding-bottom: 50px;
  }
  .hire-dev-traditional .hire-dev__content {
    margin-top: 0;
  }
  .hire-dev-traditional__first {
    margin-bottom: 0;
    border: 1px solid #5bcdf3;
    background-color: #fff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    padding: 15px;
    width: 55px;
    height: 55px;
    position: absolute;
    left: -28px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  @media (max-width: 767px) {
    .hire-dev-traditional__first {
      width: 40px;
      height: 40px;
      left: -8px;
      padding: 7px;
    }
  }
  .hire-dev-traditional__space {
    padding: 0 10px 0 20px;
  }
  .hire-dev-traditional .hire-dev__list li {
    position: relative;
  }
  .hire-dev-traditional .hire-dev__list li .hire-dev-traditional__color {
    color: #07177f;
    margin-right: 0;
  }
  .hire-dev-traditional .hire-dev__vs-title {
    margin-bottom: 55px;
  }
  .hire-dev-traditional .hire-dev__vs-title2 {
    margin-bottom: 10px;
  }
  .hire-dev-traditional .hire-dev__vs-day {
    text-align: center;
    margin-bottom: 20px;
  }
  .hire-dev-traditional__hirelisting {
    padding-left: 0;
  }
  .hire-dev-traditional__hirelisting > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .comparative-insights {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0.5rem 0;
  }
  @media (max-width: 767px) {
    .comparative-insights {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0;
    }
  }
  @media (max-width: 767px) {
    .comparative-insights__left {
      text-align: center;
    }
  }
  .comparative-insights__left p {
    font-size: 1.5rem;
    
  }
  @media (max-width: 991px) {
    .comparative-insights__left p {
      font-size: 1rem;
    }
  }
  .comparative-insights__left a {
    padding: 0.5rem 2rem;
    display: inline-block;
    border: 1px solid #fff;
    font-size: 2rem;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .comparative-insights__left a:hover {
    color: #5bcdf3;
  }
  @media (max-width: 767px) {
    .comparative-insights__left a {
      font-size: 1.5rem;
    }
  }
  @media (max-width: 991px) {
    .comparative-insights__left h2 {
      font-size: 1.5rem;
    }
  }
  @media (max-width: 767px) {
    .comparative-insights__left h2 {
      font-size: 2rem;
    }
  }
  .comparative-insights__right {
    position: absolute;
    right: 50px;
  }
  .comparative-insights__right img {
    width: 275px;
    height: 275px;
  }
  @media (max-width: 1199px) {
    .comparative-insights__right {
      right: 0;
    }
  }
  @media (max-width: 991px) {
    .comparative-insights__right {
      width: 30%;
    }
    .comparative-insights__right img {
      width: 100%;
      height: auto;
    }
  }
  @media (max-width: 767px) {
    .comparative-insights__right {
      position: static;
      width: 100%;
    }
  }
  .faq-main__content {
    padding: 3rem 0;
  }
  @media (max-width: 767px) {
    .faq-main__content {
      padding: 1rem 0;
    }
  }
  .faq-main__content:not(:last-child) {
    border-bottom: 1px dashed #707070;
  }
  .faq-main__content > .row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .faq-main__content p:last-child {
    margin-bottom: 0;
  }
  .free-outsourcing-lists > li {
    padding-top: 40px;
    margin-bottom: 40px;
  }
  @media (max-width: 991px) {
    .free-outsourcing-lists > li {
      padding-top: 20px;
      margin-bottom: 20px;
    }
  }
  .free-outsourcing-lists > li:not(:first-child) {
    border-top: 1px dashed #707070;
  }
  .our-business-data {
    font-weight: bold;
    margin-top: 25px;
  }
  @media (max-width: 991px) {
    .our-business-data {
      margin-top: 0;
    }
  }
  .request-form-business {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  }
  .free-outsourcing-form .request-form-business .form-header {
    display: none;
  }
  .hire-main-content {
    display: none;
    padding-bottom: 0;
  }
  .hire-main-content p {
    margin-bottom: 0;
  }
  .on-tech-list {
    padding-top: 40px;
    padding-bottom: 0;
  }
  @media (max-width: 767px) {
    .on-tech-list {
      padding-top: 25px;
    }
  }
  .on-tech-list__content {
    padding: 3rem 3rem 2rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #4a4a4a;
  }
  @media (max-width: 767px) {
    .on-tech-list__content {
      padding: 1.5rem 1rem;
    }
  }
  .on-tech-list__content ul li {
    color: #fff;
    padding: 1rem 0 0.5rem;
    position: relative;
    padding-left: 20px;
  }
  .on-tech-list__content ul li:not(:last-child) {
    border-bottom: 1px dashed #fff;
  }
  .on-tech-list__content ul li:before {
    content: "";
    position: absolute;
    top: 26px;
    left: 0;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
  }
  @media (max-width: 767px) {
    .on-tech-list__content ul li:before {
      top: 24px;
    }
  }
  @media (max-width: 575px) {
    .on-tech-list__content ul li:before {
      top: 22px;
    }
  }
  .on-tech-list__content ul li .paragraph--type--technology-stock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  @media (max-width: 767px) {
    .on-tech-list__content ul li .paragraph--type--technology-stock {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  .on-tech-list__content ul li a {
    color: #fff;
    text-decoration: none;
  }
  .on-tech-list__content ul li span {
    border: 1px solid #fff;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    padding: 2px 14px;
    font-size: 0.9375rem;
    margin-bottom: 10px;
    margin-right: 5px;
    text-align: left;
  }
  @media (max-width: 575px) {
    .on-tech-list__content ul li span {
      font-size: 0.8125rem;
    }
  }
  .on-tech-list__content ul li label {
    margin-bottom: 0;
    min-width: 200px;
    width: 200px;
    
    font-size: 1.1rem;
  }
  @media (max-width: 767px) {
    .on-tech-list__content ul li label {
      min-width: auto;
      width: auto;
      font-size: 1rem;
      padding-right: 0;
      margin-bottom: 0.5rem;
    }
  }
  .on-tech-list__content ul li .technology-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .on-tech-list__title {
    color: #fff;
    margin-bottom: 1rem;
  }
  @media (max-width: 767px) {
    .on-tech-list__title {
      margin-bottom: 0.5rem;
    }
  }
  .on-tech-list__title img {
    max-width: 55px;
  }
  .on-tech-list h2 {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    text-transform: capitalize;
    margin-left: 2rem;
    font-size: 2.2rem;
  }
  .on-tech-list h2:after {
    display: none;
  }
  @media (max-width: 767px) {
    .on-tech-list h2 {
      margin-left: 1rem;
      font-size: 1.5rem;
    }
  }
  .s4s-why-hire {
    background-color: #f1f1f1;
  }
  .s4s-why-hire__content > .row {
    background-color: #fff;
    margin: 0;
  }
  .s4s-why-hire__title {
    background-color: #5bcdf3;
    font-size: 1.3rem;
    line-height: 1.5rem;
    padding: 1rem 1rem 1rem 1.5rem;
    position: relative;
    -webkit-box-shadow: 0px -10px 20px rgba(117, 116, 181, 0.2);
    -moz-box-shadow: 0px -10px 20px rgba(117, 116, 181, 0.2);
    box-shadow: 0px -10px 20px rgba(117, 116, 181, 0.2);
  }
  .s4s-why-hire__title::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: -10px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #5bcdf3;
    -webkit-transform: rotate(90deg) translate(-50%);
    -moz-transform: rotate(90deg) translate(-50%);
    -ms-transform: rotate(90deg) translate(-50%);
    -o-transform: rotate(90deg) translate(-50%);
    transform: rotate(90deg) translate(-50%);
  }
  @media (max-width: 767px) {
    .s4s-why-hire__title::after {
      bottom: -10px;
      right: 50%;
      top: auto;
      -webkit-transform: rotate(180deg) translate(-50%);
      -moz-transform: rotate(180deg) translate(-50%);
      -ms-transform: rotate(180deg) translate(-50%);
      -o-transform: rotate(180deg) translate(-50%);
      transform: rotate(180deg) translate(-50%);
    }
  }
  .s4s-why-hire__decsription {
    padding: 1rem 2rem;
    -webkit-box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.1);
  }
  @media (max-width: 767px) {
    .s4s-why-hire__decsription {
      padding: 1rem;
    }
  }
  .s4s__available-developers {
    background-color: #e8e8e8;
  }
  .available-developers-listing .field--name-field-available-developers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  @media (max-width: 991px) {
    .available-developers-listing .field--name-field-available-developers {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  .available-developers-listing
    .field--name-field-available-developers
    > .field__item {
    background-color: #fff;
    width: 49%;
    padding: 1.5rem 2.5rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  .available-developers-listing
    .field--name-field-available-developers
    > .field__item:not(:last-child) {
    margin-right: 2rem;
  }
  @media (max-width: 991px) {
    .available-developers-listing
      .field--name-field-available-developers
      > .field__item {
      width: 100%;
    }
    .available-developers-listing
      .field--name-field-available-developers
      > .field__item:last-child {
      margin-right: 0;
      margin-top: 2rem;
    }
  }
  @media (max-width: 575px) {
    .available-developers-listing
      .field--name-field-available-developers
      > .field__item {
      padding: 1.5rem;
    }
  }
  .available-developers-listing .emp__skill {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  @media (max-width: 575px) {
    .available-developers-listing .emp__skill {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  .available-developers-listing .emp__skill .field--name-field-emp-skills {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  @media (max-width: 575px) {
    .available-developers-listing .emp__skill .field--name-field-emp-skills {
      margin-bottom: 1rem;
    }
  }
  .available-developers-listing .emp__skill .field__item {
    margin-top: 1rem;
    padding: 0;
    width: auto;
    background: #5bcdf3;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    text-align: center;
    padding: 2px 14px;
    font-size: 1.1rem;
    
  }
  .available-developers-listing .emp__skill .field__item:not(:last-child) {
    margin-right: 0.5rem;
  }
  @media (max-width: 575px) {
    .available-developers-listing .emp__skill .field__item {
      margin-top: 0;
    }
  }
  .emp__id {
    float: right;
    opacity: 0.59;
    font-size: 1.1rem;
    
  }
  .emp__name h3 {
    font-size: 1.5rem;
    
  }
  .emp__bio {
    font-size: 1.1rem;
    
  }
  .emp__desc {
    margin: 1.5rem 0 0;
    
  }
  @media (max-width: 1199px) {
    .emp__desc {
      min-height: 120px;
    }
  }
  @media (max-width: 991px) {
    .emp__desc {
      min-height: auto;
    }
  }
  @media (max-width: 767px) {
    .emp__desc {
      margin: 1rem 0 0;
    }
  }
  .emp__specialisation {
    display: inline-block;
    vertical-align: middle;
    
    margin-left: 1rem;
  }
  .emp__specialisation h4 {
    font-size: 0.9rem;
    margin-bottom: 0.2rem;
  }
  .emp__img {
    width: 80px;
    height: 80px;
  }
  .emp__download > a {
    border: 1px solid #707070;
    padding: 0.5rem 1rem;
    display: block;
    color: #000;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .emp__download > a:hover {
    color: #fff;
    background: #000;
  }
  .s4s-hire-heading {
    text-align: center;
  }
  .s4s-hire-heading::after {
    display: none;
  }
  .career-top {
    position: relative;
    z-index: 1;
  }
  .career-top::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 17%;
    width: 100%;
    z-index: -1;
    background-color: #f1f1f1;
  }
  @media (max-width: 767px) {
    .career-top::after {
      height: 30%;
    }
  }
  .career-top .team-photo {
    opacity: 0.81;
  }
  .career-top .heading-3 {
    margin-bottom: 5px;
  }
  .career-subtitle {
    font-size: 2.2rem;
    
    margin-bottom: 2rem !important;
  }
  @media (max-width: 991px) {
    .career-subtitle {
      font-size: 1rem;
    }
  }
  .career-subtitle span {
    border-bottom: 3px solid #5bcdf3;
    
  }
  .career-apply__content {
    background-color: #fff;
    padding: 2.2rem 4rem;
    border: 2px solid #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    -webkit-box-shadow: 0px 0px 30px rgba(112, 112, 112, 0.5);
    -moz-box-shadow: 0px 0px 30px rgba(112, 112, 112, 0.5);
    box-shadow: 0px 0px 30px rgba(112, 112, 112, 0.5);
  }
  @media (max-width: 991px) {
    .career-apply__content {
      padding: 2rem;
    }
  }
  @media (max-width: 767px) {
    .career-apply__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  .career-apply__title {
    max-width: 530px;
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  @media (max-width: 991px) {
    .career-apply__title {
      max-width: 400px;
      font-size: 1rem;
    }
  }
  @media (max-width: 991px) {
    .career-apply__title {
      margin-bottom: 1.5rem;
    }
  }
  .career-apply__btn {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 0.5rem 1.5rem 0.5rem 2.5rem;
    background-color: #5bcdf3;
    
  }
  .career-apply__btn img {
    margin-left: 1.5rem;
  }
  .career-apply__btn__second {
    display: none;
  }
  .career-apply__btn:hover .career-apply__btn__first,
  .career-apply__btn:focus .career-apply__btn__first,
  .career-apply__btn:active .career-apply__btn__first {
    display: none;
  }
  .career-apply__btn:hover .career-apply__btn__second,
  .career-apply__btn:focus .career-apply__btn__second,
  .career-apply__btn:active .career-apply__btn__second {
    display: inline-block;
  }
  .employee-motivations {
    background-color: #f1f1f1;
  }
  @media (max-width: 767px) {
    .employee-motivations {
      padding-top: 0;
    }
  }
  .employee-motivations__content {
    width: 370px;
    height: 370px;
    border: 2px dashed #b5b5b5;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  @media (max-width: 1199px) {
    .employee-motivations__content {
      width: 310px;
      height: 310px;
    }
  }
  @media (max-width: 991px) {
    .employee-motivations__content {
      width: 230px;
      height: 230px;
    }
  }
  .employee-motivations__inner {
    background-color: #071780;
    width: 320px;
    height: 320px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
  }
  @media (max-width: 1199px) {
    .employee-motivations__inner {
      width: 270px;
      height: 270px;
    }
  }
  @media (max-width: 991px) {
    .employee-motivations__inner {
      width: 200px;
      height: 200px;
    }
  }
  .employee-motivations__inner h3 {
    font-size: 2.5rem;
    
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  @media (max-width: 991px) {
    .employee-motivations__inner h3 {
      font-size: 1.5rem;
    }
  }
  .employee-motivations-outer-container {
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .employee-motivations-outer-container li .employee-dot::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #5bcdf3;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 28%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
  }
  .employee-motivations-outer-container__first li {
    text-align: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
  }
  @media (max-width: 767px) {
    .employee-motivations-outer-container__first li {
      text-align: left;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
  }
  .employee-motivations-outer-container__first li::after {
    position: absolute;
    content: "";
    top: 67px;
    right: -62px;
    width: 60px;
    border-top: 1px solid #5bcdf3;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  @media (max-width: 767px) {
    .employee-motivations-outer-container__first li::after {
      display: none;
    }
  }
  .employee-motivations-outer-container__first li .employee-dot {
    right: -70px;
    top: 90px;
  }
  @media (max-width: 1199px) {
    .employee-motivations-outer-container__first li .employee-dot {
      right: -61px;
      top: 82px;
    }
  }
  @media (max-width: 991px) {
    .employee-motivations-outer-container__first li .employee-dot {
      right: -51px;
      top: 59px;
    }
  }
  .employee-motivations-outer-container__first li:nth-child(1) {
    margin-left: 25%;
  }
  @media (max-width: 767px) {
    .employee-motivations-outer-container__first li:nth-child(1) {
      margin-left: 0;
    }
  }
  .employee-motivations-outer-container__first li:nth-child(1):after {
    top: 72px;
    right: -62px;
    width: 60px;
  }
  @media (max-width: 991px) {
    .employee-motivations-outer-container__first li:nth-child(1):after {
      top: 49px;
      right: -44px;
      width: 45px;
    }
  }
  .employee-motivations-outer-container__first li:nth-child(2),
  .employee-motivations-outer-container__first li:nth-child(4) {
    margin-left: 10%;
  }
  @media (max-width: 767px) {
    .employee-motivations-outer-container__first li:nth-child(2),
    .employee-motivations-outer-container__first li:nth-child(4) {
      margin-left: 0;
    }
  }
  .employee-motivations-outer-container__first li:nth-child(2):after {
    top: 58px;
    right: -55px;
    width: 48px;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  @media (max-width: 1199px) {
    .employee-motivations-outer-container__first li:nth-child(2):after {
      top: 56px;
    }
  }
  @media (max-width: 991px) {
    .employee-motivations-outer-container__first li:nth-child(2):after {
      top: 38px;
      right: -24px;
      width: 25px;
    }
  }
  .employee-motivations-outer-container__first li:nth-child(2) .employee-dot {
    right: -62px;
    top: 60px;
  }
  @media (max-width: 1199px) {
    .employee-motivations-outer-container__first li:nth-child(2) .employee-dot {
      right: -54px;
      top: 54px;
    }
  }
  @media (max-width: 991px) {
    .employee-motivations-outer-container__first li:nth-child(2) .employee-dot {
      right: -41px;
      top: 40px;
    }
  }
  .employee-motivations-outer-container__first li:nth-child(3):after {
    top: 42px;
    right: -71px;
    width: 57px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  @media (max-width: 1199px) {
    .employee-motivations-outer-container__first li:nth-child(3):after {
      right: -62px;
      width: 48px;
      top: 37px;
    }
  }
  @media (max-width: 991px) {
    .employee-motivations-outer-container__first li:nth-child(3):after {
      right: -50px;
      width: 36px;
      top: 30px;
    }
  }
  .employee-motivations-outer-container__first li:nth-child(3) .employee-dot {
    right: -84px;
    top: 33px;
  }
  @media (max-width: 1199px) {
    .employee-motivations-outer-container__first li:nth-child(3) .employee-dot {
      right: -72px;
      top: 27px;
    }
  }
  @media (max-width: 991px) {
    .employee-motivations-outer-container__first li:nth-child(3) .employee-dot {
      right: -57px;
      top: 19px;
    }
  }
  .employee-motivations-outer-container__first li:nth-child(4)::after {
    top: 19px;
    right: -57px;
    width: 45px;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  @media (max-width: 991px) {
    .employee-motivations-outer-container__first li:nth-child(4)::after {
      right: -32px;
      width: 22px;
    }
  }
  .employee-motivations-outer-container__first li:nth-child(4) .employee-dot {
    right: -64px;
    top: -3px;
  }
  @media (max-width: 1199px) {
    .employee-motivations-outer-container__first li:nth-child(4) .employee-dot {
      right: -58px;
      top: 0px;
    }
  }
  @media (max-width: 991px) {
    .employee-motivations-outer-container__first li:nth-child(4) .employee-dot {
      right: -46px;
    }
  }
  .employee-motivations-outer-container__first li:nth-child(5) {
    margin-left: 25%;
    margin-bottom: 0 !important;
  }
  @media (max-width: 767px) {
    .employee-motivations-outer-container__first li:nth-child(5) {
      margin-left: 0;
    }
  }
  .employee-motivations-outer-container__first li:nth-child(5)::after {
    top: 6px;
    right: -65px;
    width: 65px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  @media (max-width: 1199px) {
    .employee-motivations-outer-container__first li:nth-child(5)::after {
      top: -3px;
    }
  }
  @media (max-width: 991px) {
    .employee-motivations-outer-container__first li:nth-child(5)::after {
      right: -39px;
      width: 36px;
      top: 5px;
    }
  }
  .employee-motivations-outer-container__first li:nth-child(5) .employee-dot {
    top: -32px;
  }
  @media (max-width: 991px) {
    .employee-motivations-outer-container__first li:nth-child(5) .employee-dot {
      top: -27px;
    }
  }
  .employee-motivations-outer-container__second {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
  }
  @media (max-width: 767px) {
    .employee-motivations-outer-container__second {
      margin-top: 15px !important;
    }
  }
  .employee-motivations-outer-container__second li::after {
    position: absolute;
    content: "";
    top: 75px;
    left: -78px;
    width: 75px;
    border-top: 1px solid #5bcdf3;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  @media (max-width: 1199px) {
    .employee-motivations-outer-container__second li::after {
      top: 76px;
    }
  }
  @media (max-width: 991px) {
    .employee-motivations-outer-container__second li::after {
      top: 49px;
      left: -44px;
      width: 45px;
    }
  }
  @media (max-width: 767px) {
    .employee-motivations-outer-container__second li::after {
      display: none;
    }
  }
  .employee-motivations-outer-container__second li .employee-dot {
    left: -82px;
    top: 95px;
  }
  @media (max-width: 1199px) {
    .employee-motivations-outer-container__second li .employee-dot {
      left: -71px;
      top: 87px;
    }
  }
  @media (max-width: 991px) {
    .employee-motivations-outer-container__second li .employee-dot {
      left: -53px;
      top: 61px;
    }
  }
  .employee-motivations-outer-container__second li:nth-child(1) {
    margin-right: 25%;
  }
  @media (max-width: 767px) {
    .employee-motivations-outer-container__second li:nth-child(1) {
      margin-right: 0;
    }
  }
  .employee-motivations-outer-container__second li:nth-child(2),
  .employee-motivations-outer-container__second li:nth-child(4) {
    margin-right: 10%;
  }
  @media (max-width: 767px) {
    .employee-motivations-outer-container__second li:nth-child(2),
    .employee-motivations-outer-container__second li:nth-child(4) {
      margin-right: 0;
    }
  }
  .employee-motivations-outer-container__second li:nth-child(2):after {
    top: 59px;
    left: -55px;
    width: 48px;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  @media (max-width: 1199px) {
    .employee-motivations-outer-container__second li:nth-child(2):after {
      top: 46px;
      left: -42px;
      width: 32px;
    }
  }
  @media (max-width: 991px) {
    .employee-motivations-outer-container__second li:nth-child(2):after {
      top: 38px;
      left: -24px;
      width: 25px;
    }
  }
  .employee-motivations-outer-container__second li:nth-child(2) .employee-dot {
    left: -62px;
    top: 60px;
  }
  @media (max-width: 1199px) {
    .employee-motivations-outer-container__second li:nth-child(2) .employee-dot {
      left: -58px;
      top: 47px;
    }
  }
  @media (max-width: 991px) {
    .employee-motivations-outer-container__second li:nth-child(2) .employee-dot {
      left: -41px;
      top: 40px;
    }
  }
  .employee-motivations-outer-container__second li:nth-child(3):after {
    top: 42px;
    left: -71px;
    width: 60px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  @media (max-width: 1199px) {
    .employee-motivations-outer-container__second li:nth-child(3):after {
      top: 36px;
      left: -66px;
      width: 50px;
    }
  }
  @media (max-width: 991px) {
    .employee-motivations-outer-container__second li:nth-child(3):after {
      left: -50px;
      width: 36px;
      top: 30px;
    }
  }
  .employee-motivations-outer-container__second li:nth-child(3) .employee-dot {
    left: -84px;
    top: 33px;
  }
  @media (max-width: 1199px) {
    .employee-motivations-outer-container__second li:nth-child(3) .employee-dot {
      left: -73px;
      top: 26px;
    }
  }
  @media (max-width: 991px) {
    .employee-motivations-outer-container__second li:nth-child(3) .employee-dot {
      left: -57px;
      top: 19px;
    }
  }
  .employee-motivations-outer-container__second li:nth-child(4)::after {
    top: 19px;
    left: -57px;
    width: 45px;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  @media (max-width: 991px) {
    .employee-motivations-outer-container__second li:nth-child(4)::after {
      left: -32px;
      width: 22px;
    }
  }
  .employee-motivations-outer-container__second li:nth-child(4) .employee-dot {
    left: -64px;
    top: -3px;
  }
  @media (max-width: 1199px) {
    .employee-motivations-outer-container__second li:nth-child(4) .employee-dot {
      left: -59px;
      top: 0px;
    }
  }
  @media (max-width: 991px) {
    .employee-motivations-outer-container__second li:nth-child(4) .employee-dot {
      left: -46px;
    }
  }
  .employee-motivations-outer-container__second li:nth-child(5) {
    margin-right: 25%;
    margin-bottom: 0 !important;
  }
  @media (max-width: 767px) {
    .employee-motivations-outer-container__second li:nth-child(5) {
      margin-right: 0;
    }
  }
  .employee-motivations-outer-container__second li:nth-child(5)::after {
    top: 0px;
    left: -75px;
    width: 80px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  @media (max-width: 991px) {
    .employee-motivations-outer-container__second li:nth-child(5)::after {
      left: -42px;
      width: 39px;
      top: -4px;
    }
  }
  .employee-motivations-outer-container__second li:nth-child(5) .employee-dot {
    top: -39px;
    left: -73px;
  }
  @media (max-width: 991px) {
    .employee-motivations-outer-container__second li:nth-child(5) .employee-dot {
      top: -31px;
      left: -50px;
    }
  }
  .employee-motivations-outer-container__second li > .employee-number {
    left: -15px;
  }
  @media (max-width: 767px) {
    .employee-motivations-outer-container__middle {
      display: none;
    }
  }
  .employee-motivations-outer-container ul {
    margin: 0;
    padding: 0;
  }
  .employee-motivations-outer-container ul li {
    width: 80%;
    background: #fff;
    -webkit-border-radius: 41px;
    -moz-border-radius: 41px;
    border-radius: 41px;
    padding: 17px 40px;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
    position: relative;
  }
  @media (max-width: 1199px) {
    .employee-motivations-outer-container ul li {
      padding: 10px 32px;
      margin-bottom: 25px;
    }
  }
  @media (max-width: 991px) {
    .employee-motivations-outer-container ul li {
      padding: 10px 28px;
      margin-bottom: 15px;
      font-size: 0.7rem;
    }
  }
  @media (max-width: 767px) {
    .employee-motivations-outer-container ul li {
      width: 100%;
      padding: 10px;
      font-size: 0.9em;
    }
    .employee-motivations-outer-container ul li br {
      display: none;
    }
  }
  .employee-motivations-outer-container ul li > .employee-number {
    position: absolute;
    right: -15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    background: #5bcdf3;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  @media (max-width: 767px) {
    .employee-motivations-outer-container ul li > .employee-number {
      position: static;
      -webkit-transform: translate(0);
      -moz-transform: translate(0);
      -ms-transform: translate(0);
      -o-transform: translate(0);
      transform: translate(0);
      margin-right: 20px;
    }
  }
  .employee-motivations-outer-container ul li .employee-dot {
    width: 20px;
    height: 20px;
    background: #fff;
    display: block;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    z-index: 9;
  }
  @media (max-width: 767px) {
    .employee-motivations-outer-container ul li .employee-dot {
      display: none;
    }
  }
  .employee-first-always h2:after {
    display: none;
  }
  .employee-first-always h2 span {
    
  }
  .employee-first-always__listing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
  }
  @media (max-width: 767px) {
    .employee-first-always__listing {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  .employee-first-always__listing > li {
    border: 1px solid #b2b2b2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: auto;
    width: 31.5%;
    margin-bottom: 2rem;
  }
  .employee-first-always__listing > li:nth-of-type(n + 10) {
    margin-bottom: 0;
  }
  @media (max-width: 991px) {
    .employee-first-always__listing > li {
      margin-bottom: 1.5rem;
    }
    .employee-first-always__listing > li:nth-of-type(n + 10) {
      margin-bottom: 0;
    }
  }
  @media (max-width: 767px) {
    .employee-first-always__listing > li {
      width: 100%;
    }
    .employee-first-always__listing > li:not(:last-child) {
      margin-bottom: 1.5rem;
    }
  }
  .employee-first-always__img-box {
    padding: 2.3rem 0;
    text-align: center;
    border-bottom: 1px solid #b2b2b2;
  }
  @media (max-width: 991px) {
    .employee-first-always__img-box {
      padding: 1.5rem 0;
    }
  }
  .employee-first-always__img-box img {
    width: 60%;
    height: 65px;
    display: inline-block;
    vertical-align: middle;
  }
  @media (max-width: 1199px) {
    .employee-first-always__img-box img {
      width: 80%;
    }
  }
  @media (max-width: 991px) {
    .employee-first-always__img-box img {
      width: 50%;
    }
  }
  .employee-first-always__content-box {
    padding: 2.3rem;
  }
  @media (max-width: 991px) {
    .employee-first-always__content-box {
      padding: 1.5rem;
    }
  }
  .employee-first-always__title {
    font-size: 1.7rem;
    line-height: 2rem;
    margin-bottom: 2rem;
    
  }
  @media (max-width: 991px) {
    .employee-first-always__title {
      font-size: 1.3rem;
      line-height: 1.5rem;
    }
  }
  @media (max-width: 767px) {
    .employee-first-always__title {
      margin-bottom: 1rem;
    }
  }
  .company-grown {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #f4f4f4;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 60px;
  }
  .company-grown__listing {
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  @media (max-width: 767px) {
    .company-grown__listing {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 3rem;
    }
  }
  .company-grown__listing > li {
    width: 31%;
    background-color: #fff;
    -webkit-box-shadow: 2px 1px 27px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 1px 27px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 1px 27px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 2rem 3rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  @media (max-width: 1199px) {
    .company-grown__listing > li {
      padding: 2rem;
    }
  }
  @media (max-width: 767px) {
    .company-grown__listing > li {
      width: 100%;
    }
    .company-grown__listing > li:not(:last-child) {
      margin-bottom: 2rem;
    }
  }
  .company-grown__title {
    font-size: 1.5rem;
    line-height: 1.8rem;
    margin-bottom: 0;
    
  }
  @media (max-width: 991px) {
    .company-grown__title {
      font-size: 1rem;
      line-height: 1.2rem;
    }
  }
  .company-grown__count {
    font-size: 3rem;
    
    margin-bottom: 1.5rem;
  }
  .company-grown__count::after {
    content: "";
    border-bottom: 2px solid #5bcdf3;
    width: 50px;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
  }
  @media (max-width: 767px) {
    .company-grown__count::after {
      margin-top: 10px;
    }
  }
  .we-look-section {
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 50px 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  @media (max-width: 767px) {
    .we-look-section {
      padding-top: 150px;
      padding-bottom: 50px;
    }
  }
  .we-look-section::before {
    content: "";
    height: 100%;
    width: 2px;
    border-left: 1px solid #989898;
    position: absolute;
    top: 0;
    left: 50%;
  }
  .we-look-section__first-dots,
  .we-look-section__last-dots {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #989898;
    display: inline-block;
    text-indent: -9999px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    top: -20px;
  }
  .we-look-section__last-dots {
    top: auto;
    bottom: -20px;
  }
  .we-look-section__content {
    border: 1px dashed rgba(112, 112, 112, 0.75);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 1.8rem;
    height: 176px;
    background: #fff;
  }
  @media (max-width: 991px) {
    .we-look-section__content {
      height: 220px;
    }
  }
  @media (max-width: 767px) {
    .we-look-section__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 196px;
    }
  }
  .we-look-section__content h2 {
    font-size: 1.8rem;
    
  }
  .we-look-section__content > div {
    width: 85px;
    height: 85px;
    background-color: #4a4a4a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: -110px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  @media (max-width: 1199px) {
    .we-look-section__content > div {
      right: -100px;
    }
  }
  @media (max-width: 991px) {
    .we-look-section__content > div {
      right: -97px;
    }
  }
  @media (max-width: 767px) {
    .we-look-section__content > div {
      right: auto;
      top: -40%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }
  }
  .we-look-section__content > div > p {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2rem;
    color: #fff;
    
  }
  .we-look-section__left {
    width: 38%;
    margin-right: 12%;
  }
  @media (max-width: 1199px) {
    .we-look-section__left {
      width: 44%;
    }
  }
  @media (max-width: 991px) {
    .we-look-section__left {
      height: auto;
    }
  }
  @media (max-width: 767px) {
    .we-look-section__left {
      width: 100%;
      margin-right: 0;
    }
  }
  @media (min-width: 768px) {
    .we-look-section__left > .we-look-section__right__content {
      display: none;
    }
  }
  .we-look-section__left__content {
    position: relative;
    text-align: right;
  }
  .we-look-section__left__content:not(:first-child) {
    margin-top: 10rem;
  }
  .we-look-section__left__content:nth-child(1) > div,
  .we-look-section__left__content:nth-child(4) > div,
  .we-look-section__left__content:nth-child(7) > div {
    background-color: #071780;
  }
  .we-look-section__left__content:nth-child(2) > div,
  .we-look-section__left__content:nth-child(5) > div,
  .we-look-section__left__content:nth-child(8) > div {
    background-color: #5bcdf3;
  }
  .we-look-section__left__content:nth-child(3) > div,
  .we-look-section__left__content:nth-child(6) > div,
  .we-look-section__left__content:nth-child(9) > div {
    background-color: #8d8d8d;
  }
  @media (max-width: 767px) {
    .we-look-section__left__content:nth-child(3) > div,
    .we-look-section__left__content:nth-child(6) > div,
    .we-look-section__left__content:nth-child(9) > div {
      background-color: #8d8d8d;
    }
  }
  @media (max-width: 767px) {
    .we-look-section__left__content {
      text-align: left;
    }
  }
  .we-look-section__right {
    width: 38%;
  }
  @media (max-width: 1199px) {
    .we-look-section__right {
      width: 44%;
    }
  }
  @media (max-width: 991px) {
    .we-look-section__right {
      height: auto;
    }
  }
  @media (max-width: 767px) {
    .we-look-section__right {
      width: 100%;
    }
  }
  .we-look-section__right__content {
    position: relative;
    margin-top: 10rem;
  }
  .we-look-section__right__content > div {
    left: -110px;
    top: 54%;
    right: auto;
  }
  @media (max-width: 1199px) {
    .we-look-section__right__content > div {
      left: -100px;
    }
  }
  @media (max-width: 991px) {
    .we-look-section__right__content > div {
      left: -97px;
    }
  }
  @media (max-width: 767px) {
    .we-look-section__right__content > div {
      left: 50%;
      top: -40%;
    }
  }
  .we-look-section__right__content:nth-child(1) > div,
  .we-look-section__right__content:nth-child(4) > div {
    background-color: #5bcdf3;
  }
  @media (max-width: 767px) {
    .we-look-section__right__content:nth-child(1) > div,
    .we-look-section__right__content:nth-child(4) > div {
      background-color: #071780;
    }
  }
  .we-look-section__right__content:nth-child(2) > div,
  .we-look-section__right__content:nth-child(5) > div,
  .we-look-section__right__content:nth-child(8) > div {
    background-color: #071780;
  }
  @media (max-width: 767px) {
    .we-look-section__right__content:nth-child(2) > div,
    .we-look-section__right__content:nth-child(5) > div,
    .we-look-section__right__content:nth-child(8) > div {
      background-color: #5bcdf3;
    }
  }
  .we-look-section__right__content:nth-child(3) > div,
  .we-look-section__right__content:nth-child(6) > div {
    background-color: #8d8d8d;
  }
  @media (max-width: 991px) {
    .we-look-section__right {
      margin-left: 20px;
    }
  }
  @media (max-width: 767px) {
    .we-look-section__right {
      display: none;
    }
  }
  .we-look-section__desc {
    margin-bottom: 0;
  }
  .recruitment-process {
    background-color: #f1f1f1;
  }
  .recruitment-process__steps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  .recruitment-process__steps:not(:last-child) {
    margin-bottom: 30px;
  }
  @media (max-width: 767px) {
    .recruitment-process__steps {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  .recruitment-process__first {
    width: 10%;
    background-color: #5bcdf3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
    padding: 20px 0;
  }
  @media (max-width: 767px) {
    .recruitment-process__first {
      width: 100%;
      -webkit-border-top-right-radius: 20px;
      -moz-border-radius-topright: 20px;
      border-top-right-radius: 20px;
      -webkit-border-bottom-right-radius: 20px;
      -moz-border-radius-bottomright: 20px;
      border-bottom-right-radius: 20px;
    }
  }
  .recruitment-process__first > p {
    margin-bottom: 0;
  }
  .recruitment-process__first > p:first-child,
  .recruitment-process__first > p:last-child {
    font-size: 2rem;
    line-height: 1;
    color: #fff;
    
  }
  @media (max-width: 991px) {
    .recruitment-process__first > p:first-child,
    .recruitment-process__first > p:last-child {
      font-size: 1rem;
    }
  }
  .recruitment-process__first > p:last-child {
    font-size: 3rem;
  }
  @media (max-width: 991px) {
    .recruitment-process__first > p:last-child {
      font-size: 2rem;
    }
  }
  .recruitment-process__second {
    width: 90%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  @media (max-width: 991px) {
    .recruitment-process__second {
      padding: 10px 0;
    }
  }
  @media (max-width: 767px) {
    .recruitment-process__second {
      width: 100%;
      padding: 10px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  .recruitment-process__second > p {
    width: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0;
    
    font-size: 1.5rem;
  }
  @media (max-width: 1199px) {
    .recruitment-process__second > p {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 35%;
    }
  }
  @media (max-width: 991px) {
    .recruitment-process__second > p {
      font-size: 1rem;
    }
  }
  @media (max-width: 767px) {
    .recruitment-process__second > p {
      width: 100%;
      margin: 0.8rem 0;
    }
  }
  .recruitment-process__second ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  @media (max-width: 1199px) {
    .recruitment-process__second ul {
      width: 75%;
    }
  }
  @media (max-width: 767px) {
    .recruitment-process__second ul {
      width: 100%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
  }
  @media (max-width: 575px) {
    .recruitment-process__second ul {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
  }
  .recruitment-process__second ul li {
    border: 1px solid rgba(112, 112, 112, 0.3);
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    padding: 3px 14px 3px 3px;
    font-size: 0.9375rem;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: 5px;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
  }
  @media (max-width: 991px) {
    .recruitment-process__second ul li {
      font-size: 0.8125rem;
    }
  }
  .recruitment-process__number {
    background-color: #c1c1c1;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    margin-right: 10px;
  }
  @media not all and (-webkit-min-device-pixel-ratio: 0),
    not all and (min--moz-device-pixel-ratio: 0),
    not all and (-o-min-device-pixel-ratio: 0/1),
    not all and (min-resolution: 0.001dpcm) {
    .recruitment-process__number {
      padding-top: 3px;
    }
  }
  @media (max-width: 991px) {
    .recruitment-process__number {
      margin-right: 5px;
    }
  }
  .Careers-Cont img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  @media (max-width: 767px) {
    .Careers-Cont img {
      width: 100%;
    }
  }
  .we-hire {
    padding: 125px 0 103px;
    background-color: #f1f1f1;
  }
  @media (max-width: 1199px) {
    .we-hire {
      padding: 150px 0 130px;
    }
  }
  @media (max-width: 991px) {
    .we-hire {
      padding: 50px 0;
    }
  }
  .we-hire__content-list {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .we-hire__content-list ul {
    position: absolute;
    right: -40px;
    top: -70px;
    width: 100%;
  }
  @media (max-width: 1199px) {
    .we-hire__content-list ul {
      right: 18px;
      top: -100px;
    }
  }
  @media (max-width: 991px) {
    .we-hire__content-list ul {
      position: static;
    }
  }
  .we-hire__content-list ul li {
    padding: 20px 20px 20px 10px;
    text-transform: uppercase;
    position: relative;
    background-color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    
  }
  .we-hire__content-list ul li:not(:last-child) {
    margin-bottom: 1rem;
  }
  @media (max-width: 991px) {
    .we-hire__content-list ul li {
      padding: 15px;
    }
  }
  .we-hire__content-list ul li:after {
    content: "";
    width: 100px;
    height: 1px;
    border-top: 1px dashed #494949;
    position: absolute;
    top: 50px;
    z-index: 99;
  }
  @media (max-width: 1199px) {
    .we-hire__content-list ul li:after {
      top: 60px;
    }
  }
  @media (max-width: 991px) {
    .we-hire__content-list ul li:after {
      display: none;
    }
  }
  .we-hire__content-list ul li span {
    display: block;
    font-size: 0.9rem;
  }
  @media (max-width: 1199px) {
    .we-hire__content-list ul li span {
      font-size: 0.7rem;
    }
  }
  @media (max-width: 991px) {
    .we-hire__content-list ul li span {
      font-size: 0.875rem;
    }
  }
  .we-hire__content-list ul li img {
    width: 28px;
    height: 36px;
    z-index: 1;
  }
  @media (max-width: 991px) {
    .we-hire__content-list ul.left {
      margin-bottom: 50px !important;
    }
  }
  .we-hire__content-list ul.left li {
    text-align: right;
  }
  @media (max-width: 991px) {
    .we-hire__content-list ul.left li {
      text-align: left;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-box-orient: horizontal;
      -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
    }
  }
  .we-hire__content-list ul.left li span {
    margin-right: 15px;
  }
  @media (max-width: 991px) {
    .we-hire__content-list ul.left li span {
      margin-right: 0;
      margin-left: 10px;
    }
  }
  .we-hire__content-list ul.left li:after {
    right: -102px;
  }
  @media (max-width: 991px) {
    .we-hire__content-list ul.left li:after {
      right: -140px;
    }
  }
  .we-hire__content-list ul.left li.ent:after {
    -webkit-transform: rotate(28deg);
    -moz-transform: rotate(28deg);
    -ms-transform: rotate(28deg);
    -o-transform: rotate(28deg);
    transform: rotate(28deg);
    top: 70px;
    right: -130px;
    width: 130px;
  }
  @media (max-width: 1199px) {
    .we-hire__content-list ul.left li.ent:after {
      top: 85px;
      right: -157px;
      width: 160px;
    }
  }
  .we-hire__content-list ul.left li.web:after {
    top: 55px;
    right: -74px;
    width: 71px;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  @media (max-width: 1199px) {
    .we-hire__content-list ul.left li.web:after {
      width: 110px;
      right: -108px;
      top: 65px;
    }
  }
  .we-hire__content-list ul.left li.cloud:after {
    right: -43px;
    top: 44px;
    width: 37px;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  @media (max-width: 1199px) {
    .we-hire__content-list ul.left li.cloud:after {
      right: -77px;
      top: 53px;
      width: 74px;
    }
  }
  .we-hire__content-list ul.left li.ai-mi:after {
    width: 35px;
    top: 30px;
    right: -40px;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  @media (max-width: 1199px) {
    .we-hire__content-list ul.left li.ai-mi:after {
      width: 68px;
      top: 30px;
      right: -72px;
    }
  }
  .we-hire__content-list ul.left li.data:after {
    top: 20px;
    width: 60px;
    right: -65px;
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  @media (max-width: 1199px) {
    .we-hire__content-list ul.left li.data:after {
      width: 90px;
      right: -94px;
    }
  }
  .we-hire__content-list ul.left li.iot:after {
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
    width: 118px;
    right: -118px;
    top: 10px;
  }
  @media (max-width: 1199px) {
    .we-hire__content-list ul.left li.iot:after {
      width: 150px;
      right: -148px;
    }
  }
  @media (max-width: 991px) {
    .we-hire__content-list ul.right {
      margin-top: 50px !important;
    }
  }
  .we-hire__content-list ul.right li {
    text-align: left;
  }
  .we-hire__content-list ul.right li:after {
    left: -102px;
  }
  @media (max-width: 991px) {
    .we-hire__content-list ul.right li:after {
      left: -140px;
    }
  }
  .we-hire__content-list ul.right li span {
    margin-left: 15px;
  }
  @media (max-width: 991px) {
    .we-hire__content-list ul.right li span {
      margin-left: 10px;
    }
  }
  .we-hire__content-list ul.right li.block:after {
    -webkit-transform: rotate(-28deg);
    -moz-transform: rotate(-28deg);
    -ms-transform: rotate(-28deg);
    -o-transform: rotate(-28deg);
    transform: rotate(-28deg);
    top: 70px;
    left: -130px;
    width: 130px;
  }
  @media (max-width: 1199px) {
    .we-hire__content-list ul.right li.block:after {
      top: 85px;
      left: -157px;
      width: 160px;
    }
  }
  .we-hire__content-list ul.right li.dev:after {
    top: 55px;
    left: -74px;
    width: 71px;
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }
  @media (max-width: 1199px) {
    .we-hire__content-list ul.right li.dev:after {
      -webkit-transform: rotate(-20deg);
      -moz-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      -o-transform: rotate(-20deg);
      transform: rotate(-20deg);
      width: 110px;
      left: -108px;
      top: 65px;
    }
  }
  .we-hire__content-list ul.right li.qa:after {
    left: -43px;
    top: 44px;
    width: 37px;
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  @media (max-width: 1199px) {
    .we-hire__content-list ul.right li.qa:after {
      left: -77px;
      top: 53px;
      width: 74px;
      -webkit-transform: rotate(-15deg);
      -moz-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
      -o-transform: rotate(-15deg);
      transform: rotate(-15deg);
    }
  }
  .we-hire__content-list ul.right li.sap:after {
    width: 35px;
    top: 30px;
    left: -40px;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  @media (max-width: 1199px) {
    .we-hire__content-list ul.right li.sap:after {
      width: 68px;
      top: 30px;
      left: -72px;
    }
  }
  .we-hire__content-list ul.right li.ui-ux:after {
    top: 20px;
    width: 60px;
    left: -65px;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  @media (max-width: 1199px) {
    .we-hire__content-list ul.right li.ui-ux:after {
      width: 90px;
      left: -94px;
    }
  }
  .we-hire__content-list ul.right li.soft:after {
    width: 118px;
    left: -118px;
    top: 10px;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  @media (max-width: 1199px) {
    .we-hire__content-list ul.right li.soft:after {
      width: 150px;
      left: -148px;
    }
  }
  .we-hire__content-list--right ul {
    left: -40px;
    right: auto;
  }
  @media (max-width: 1199px) {
    .we-hire__content-list--right ul {
      left: auto;
      right: -18px;
    }
  }
  .we-hire__content-list--right ul li {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 10px;
  }
  .we-hire__circle {
    height: 485px;
    width: 485px;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: -35px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  @media (max-width: 1199px) {
    .we-hire__circle {
      height: 435px;
      width: 435px;
    }
  }
  @media (max-width: 991px) {
    .we-hire__circle {
      height: 330px;
      width: 330px;
    }
  }
  @media (max-width: 575px) {
    .we-hire__circle {
      height: 300px;
      width: 300px;
    }
  }
  .we-hire__circle--inner {
    height: 440px;
    width: 440px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 9;
  }
  @media (max-width: 1199px) {
    .we-hire__circle--inner {
      height: 400px;
      width: 400px;
    }
  }
  @media (max-width: 991px) {
    .we-hire__circle--inner {
      height: 305px;
      width: 305px;
    }
  }
  @media (max-width: 575px) {
    .we-hire__circle--inner {
      height: 280px;
      width: 280px;
    }
  }
  .we-hire__circle-content {
    height: 400px;
    width: 400px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 20px 50px;
    margin: auto;
    border: 20px solid #fff;
    position: relative;
    z-index: 2;
  }
  @media (max-width: 1199px) {
    .we-hire__circle-content {
      height: 360px;
      width: 360px;
    }
  }
  @media (max-width: 991px) {
    .we-hire__circle-content {
      height: 275px;
      width: 275px;
      border: 15px solid #fff;
    }
  }
  @media (max-width: 575px) {
    .we-hire__circle-content {
      height: 265px;
      width: 265px;
      border: 10px solid #fff;
    }
  }
  .we-hire__circle-content h3 {
    
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-size: 3rem;
  }
  @media (max-width: 1199px) {
    .we-hire__circle-content h3 {
      font-size: 1.625rem;
    }
  }
  .we-hire__circle-content p {
    margin-bottom: 0;
    padding-top: 5px;
    border-top: 1px solid #fff;
    line-height: 1.2;
  }
  @media (max-width: 991px) {
    .we-hire__circle-content p {
      font-size: 0.9375rem;
    }
  }
  .we-hire__circle-content .btn-see {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: transparent;
    padding: 10px 60px 10px 30px;
    
    position: relative;
    border: 1px solid #fff;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  @media (max-width: 991px) {
    .we-hire__circle-content .btn-see {
      width: 185px;
    }
  }
  .we-hire__circle-content .btn-see::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../images/gsNwuByw8lzw.svg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .we-hire__circle-content .btn-see:hover {
    background-color: #fff;
    color: #5bcdf3;
  }
  .we-hire__circle-content .btn-see:hover::before {
    background-image: url(../images/Mi5JXTy3pcmM.svg);
  }
  .belief {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
  }
  .belief__culture,
  .belief__dna {
    position: relative;
    color: #fff;
    padding: 30px 40px 15px 60px !important;
  }
  @media (max-width: 991px) {
    .belief__culture,
    .belief__dna {
      padding: 30px 40px !important;
    }
  }
  @media (max-width: 767px) {
    .belief__culture,
    .belief__dna {
      padding: 20px 30px !important;
    }
  }
  .belief__culture h4,
  .belief__dna h4 {
    
  }
  .belief__culture p,
  .belief__dna p {
    margin-bottom: 0;
  }
  .belief__culture::before {
    content: "";
    position: absolute;
    background-image: url(../images/6hapyzTQQH8J.svg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 30px;
    display: block;
    z-index: 1;
  }
  @media (max-width: 767px) {
    .belief__culture::before {
      display: none;
    }
  }
  .belief__dna {
    background-image: url(../images/h53rssPTI9cd.svg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: right top;
  }
  .belief__dna::after {
    content: "";
    position: absolute;
    background-image: url(../images/YqVaaj6T8SsE.svg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: -29px;
    height: 100%;
    width: 30px;
    display: block;
    z-index: 2;
  }
  @media (max-width: 767px) {
    .belief__dna::after {
      display: none;
    }
  }
  .belief__dna p {
    width: 70%;
  }
  @media (max-width: 991px) {
    .belief__dna p {
      width: 80%;
    }
  }
  @media (max-width: 767px) {
    .belief__dna p {
      width: 100%;
    }
  }
  .belief__anchor {
    float: right;
    margin-top: 10px;
    width: 30px !important;
  }
  .university__image > img {
    width: 60%;
  }
  @media (max-width: 767px) {
    .university__image > img {
      width: 100%;
    }
  }
  .university__cta {
    margin-top: 2rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  @media (max-width: 767px) {
    .university__cta {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
  }
  .university__cta--yellow {
    background-color: #5bcdf3;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 1rem 3rem;
    font-size: 1.3rem;
    
  }
  @media (max-width: 767px) {
    .university__cta--yellow {
      width: 100%;
      margin-left: 0;
      margin-top: 1rem;
    }
  }
  .emp-perks {
    background-color: #f5f5f5;
    border-bottom: 1px solid #d9d9d9;
  }
  .emp-perks__programs {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    background-color: #fff;
    margin-bottom: 0;
  }
  .emp-perks__programs__list {
    padding: 2rem;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    border-right: 1px solid rgba(112, 112, 112, 0.3);
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  }
  @media (min-width: 992px) {
    .emp-perks__programs__list:nth-of-type(5n + 5) {
      border-right: none;
    }
    .emp-perks__programs__list:nth-last-of-type(-n + 4) {
      border-bottom: none;
    }
  }
  @media (max-width: 991px) {
    .emp-perks__programs__list {
      -webkit-flex-basis: 33.33%;
      -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
    }
    .emp-perks__programs__list:nth-of-type(3n + 3) {
      border-right: none;
    }
    .emp-perks__programs__list:nth-last-of-type(-n + 2) {
      border-bottom: none;
    }
  }
  @media (max-width: 767px) {
    .emp-perks__programs__list {
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
    }
    .emp-perks__programs__list:nth-of-type(3n + 3) {
      border-right: 1px solid rgba(112, 112, 112, 0.5);
    }
    .emp-perks__programs__list:nth-of-type(2n + 2),
    .emp-perks__programs__list:nth-of-type(6n + 6) {
      border-right: none;
    }
    .emp-perks__programs__list:nth-last-of-type(-n + 2) {
      border-bottom: none;
    }
  }
  .emp-perks__programs__list__img {
    width: 50px;
    height: 50px;
    margin-bottom: 1rem;
  }
  .emp-perks__programs__list:last-child img {
    width: auto;
  }
  @font-face {
    font-family: "museo100";
    src: url(../fonts/EBho2GbQw5H5.woff2) format("woff2"),
      url(../fonts/e3BpppZJxTLm.woff) format("woff");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "museo300";
    src: url(../fonts/b6EYhJeOxznG.woff2) format("woff2"),
      url(../fonts/4dPtjOfh8hqI.woff) format("woff");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "museo700";
    src: url(../fonts/zibVmbKdMLSN.woff2) format("woff2"),
      url(../fonts/85BectCKnMc0.woff) format("woff");
    font-weight: normal;
    font-style: normal;
  }
  .page__node__covid-19 {
    font-family: "museo100";
    color: #fff;
    background: #fff;
    padding: 0;
    margin: 0;
    font-size: 22px;
    line-height: 30px;
    word-break: break-word;
    padding: 0px !important;
    margin: 0px !important;
    top: 0px !important;
  }
  .page__node__covid-19 section {
    padding: 0;
    width: 100%;
    height: auto;
    position: relative;
  }
  .page__node__covid-19 a:hover {
    text-decoration: none;
  }
  .page__node__covid-19 a {
    outline: none;
    border: 0px;
  }
  .page__node__covid-19 a:focus {
    border: 0px;
    outline: none;
    outline: -webkit-focus-ring-color auto 1px;
  }
  .page__node__covid-19 .btn:focus {
    outline: none;
  }
  .page__node__covid-19 :focus {
    outline: 0px dotted;
    outline: -webkit-focus-ring-color auto 0px;
  }
  .page__node__covid-19 button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
  }
  .page__node__covid-19 .btn-primary:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
  }
  .page__node__covid-19 h1 {
    font-size: 49px;
    line-height: 62px;
    font-family: "museo700";
  }
  @media (max-width: 1440px) {
    .page__node__covid-19 h1 {
      font-size: 50px;
    }
  }
  @media (max-width: 1150px) {
    .page__node__covid-19 h1 {
      font-size: 40px;
      line-height: 55px;
    }
  }
  @media (max-width: 567px) {
    .page__node__covid-19 h1 {
      font-size: 40px;
      line-height: 50px;
    }
  }
  @media (max-width: 1024px) {
    .page__node__covid-19 h1 br {
      display: none;
    }
  }
  .page__node__covid-19 h2 {
    font-family: "museo700";
    font-size: 40px;
    line-height: 60px;
  }
  @media (max-width: 991px) {
    .page__node__covid-19 h2 {
      font-size: 30px;
      line-height: 40px;
    }
  }
  .page__node__covid-19 h3 {
    font-family: "museo300";
  }
  .page__node__covid-19 h4 {
    font-family: "museo700";
    font-size: 21px;
    left: -50px;
  }
  @media (max-width: 991px) {
    .page__node__covid-19 h4 {
      font-size: 15px;
      left: -28px;
    }
  }
  .page__node__covid-19 .covid-19 {
    background: #f72323;
    color: #fff;
    font-size: 13px;
    padding: 5px 0px;
    margin: 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page__node__covid-19 .covid-19 p {
    display: inline-block;
    margin: 0;
    padding: 5px;
    width: 55%;
    text-align: right;
    line-height: 18px;
  }
  .page__node__covid-19 .covid-19 span {
    display: inline-block;
    width: 30%;
    text-align: left;
    margin-left: 0px;
  }
  .page__node__covid-19 .covid-19 span a {
    border: 1px solid #fff;
    padding: 5px 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
  }
  .page__node__covid-19 header.header {
    position: relative;
    min-height: 40px;
    background: #000000;
    border-left: 70px solid black;
  }
  @media (max-width: 991px) {
    .page__node__covid-19 header.header {
      border-left: 40px solid black;
    }
  }
  .page__node__covid-19 header.header .left-border {
    border-left: 1px solid #494949;
  }
  .page__node__covid-19 header.header .home {
    position: absolute;
    top: 15px;
    left: -40px;
  }
  @media (max-width: 1280px) {
    .page__node__covid-19 header.header .home {
      left: -40px;
    }
  }
  @media (max-width: 991px) {
    .page__node__covid-19 header.header .home {
      left: -35px;
    }
  }
  @media (max-width: 567px) {
    .page__node__covid-19 header.header .home {
      left: -32px;
    }
  }
  .page__node__covid-19 header.header .head-left {
    text-align: left;
    padding: 0;
    margin: 0;
    padding: 18px 0;
  }
  .page__node__covid-19 header.header .head-left .logo {
    display: inline-block;
    width: 250px;
    margin-left: 85px;
  }
  @media (max-width: 1280px) {
    .page__node__covid-19 header.header .head-left .logo {
      margin-left: 25px;
    }
  }
  @media (max-width: 991px) {
    .page__node__covid-19 header.header .head-left .logo {
      margin-left: 5px;
    }
  }
  @media (max-width: 767px) {
    .page__node__covid-19 header.header .head-left .logo {
      display: block;
      width: 180px;
    }
  }
  .page__node__covid-19 header.header .head-left .logo img {
    max-width: 100%;
  }
  .page__node__covid-19 header.header .head-left .h-line {
    font-size: 16px;
    display: inline-block;
    padding-left: 15px;
  }
  @media (max-width: 1280px) {
    .page__node__covid-19 header.header .head-left .h-line {
      font-size: 14px;
    }
  }
  @media (max-width: 991px) {
    .page__node__covid-19 header.header .head-left .h-line {
      line-height: 20px;
      margin-top: 8px;
      width: 100%;
      display: block;
      padding-left: 0px;
    }
  }
  @media (max-width: 576px) {
    .page__node__covid-19 header.header .head-left .h-line {
      line-height: 20px;
      margin-top: 15px;
      width: 100%;
      display: block;
      padding-left: 0px;
    }
  }
  .page__node__covid-19 header.header .head-right {
    text-align: right;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 9;
    right: 15px;
    top: 0;
  }
  .page__node__covid-19 header.header .head-right img {
    max-width: 70%;
  }
  @media (max-width: 767px) {
    .page__node__covid-19 header.header .head-right img {
      max-width: 60%;
    }
  }
  @media (max-width: 567px) {
    .page__node__covid-19 header.header .head-right img {
      max-width: 45%;
    }
  }
  .page__node__covid-19 section.section1 {
    min-height: 400px;
    background: #071780;
    border-left: 70px solid #051057;
  }
  .page__node__covid-19 section.section1 h1 u {
    font-family: "museo700" !important;
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section1 {
      border-left: 40px solid #051057;
    }
  }
  .page__node__covid-19 section.section1 h4 {
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 11%;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section1 h4 {
      bottom: -58%;
    }
  }
  @media (max-width: 567px) {
    .page__node__covid-19 section.section1 h4 {
      bottom: -23%;
    }
  }
  .page__node__covid-19 section.section1 .left1 {
    padding: 70px 50px 70px 70px;
  }
  @media (max-width: 1280px) {
    .page__node__covid-19 section.section1 .left1 {
      padding: 70px 40px;
    }
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section1 .left1 {
      padding: 80px 20px 20px 20px;
    }
  }
  .page__node__covid-19 section.section1 .right1 {
    padding: 70px 0 70px 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  @media (max-width: 1280px) {
    .page__node__covid-19 section.section1 .right1 {
      padding: 70px 40px;
    }
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section1 .right1 {
      padding: 20px 20px 80px 20px;
      display: block;
    }
  }
  .page__node__covid-19 section.section1 .right1 ul.right-list {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .page__node__covid-19 section.section1 .right1 ul.right-list li {
    list-style: none;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page__node__covid-19 section.section1 .right1 ul.right-list li span {
    font-family: "museo700";
    font-size: 30px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 20px;
    display: inline-block;
    width: 68px;
    height: 68px;
    text-align: center;
    line-height: 68px;
  }
  @media (max-width: 1366px) {
    .page__node__covid-19 section.section1 .right1 ul.right-list li span {
      width: 68px;
      height: 68px;
      text-align: center;
      line-height: 68px;
    }
  }
  @media (max-width: 1280px) {
    .page__node__covid-19 section.section1 .right1 ul.right-list li span {
      margin-right: 10px;
      width: 73px;
      height: 73px;
      text-align: center;
      line-height: 73px;
    }
  }
  @media (max-width: 567px) {
    .page__node__covid-19 section.section1 .right1 ul.right-list li span {
      margin-right: 5px;
      font-size: 25px;
      width: 55px;
      height: 55px;
      text-align: center;
      line-height: 55px;
    }
  }
  .page__node__covid-19 section.section1 .right1 ul.right-list li p {
    font-size: 20px;
    border: 1px solid #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    padding: 0 15px;
    min-width: 77%;
    line-height: 68px;
    width: 82%;
    font-family: "museo300";
  }
  @media (max-width: 1440px) {
    .page__node__covid-19 section.section1 .right1 ul.right-list li p {
      font-size: 18px;
      padding: 0 13px;
    }
  }
  @media (max-width: 1366px) {
    .page__node__covid-19 section.section1 .right1 ul.right-list li p {
      font-size: 16px;
      padding: 0 13px;
      line-height: 68px;
    }
  }
  @media (max-width: 1280px) {
    .page__node__covid-19 section.section1 .right1 ul.right-list li p {
      font-size: 15px;
      padding: 6px 13px;
      line-height: 60px;
    }
  }
  @media (max-width: 1150px) {
    .page__node__covid-19 section.section1 .right1 ul.right-list li p {
      font-size: 12px;
    }
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section1 .right1 ul.right-list li p {
      font-size: 22px;
      line-height: 55px;
    }
  }
  @media (max-width: 767px) {
    .page__node__covid-19 section.section1 .right1 ul.right-list li p {
      font-size: 20px;
      padding: 0 12px;
      line-height: 55px;
    }
  }
  @media (max-width: 567px) {
    .page__node__covid-19 section.section1 .right1 ul.right-list li p {
      font-size: 15px;
      padding: 0 12px;
      line-height: 55px;
    }
  }
  @media (max-width: 450px) {
    .page__node__covid-19 section.section1 .right1 ul.right-list li p {
      font-size: 13px;
      padding: 0 12px;
      line-height: 50px;
    }
  }
  @media (max-width: 400px) {
    .page__node__covid-19 section.section1 .right1 ul.right-list li p {
      font-size: 12px;
      padding: 0 12px;
      line-height: 50px;
    }
  }
  @media (max-width: 380px) {
    .page__node__covid-19 section.section1 .right1 ul.right-list li p {
      font-size: 11px;
      padding: 0 12px;
      line-height: 50px;
    }
  }
  @media (max-width: 360px) {
    .page__node__covid-19 section.section1 .right1 ul.right-list li p {
      font-size: 10px;
      padding: 0 12px;
      line-height: 50px;
    }
  }
  .page__node__covid-19 section.section2 {
    min-height: 400px;
    background: #000;
    border-left: 70px solid #1f1f26;
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section2 {
      border-left: 40px solid #1f1f26;
    }
  }
  .page__node__covid-19 section.section2 h4 {
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 34%;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  @media (max-width: 1366px) {
    .page__node__covid-19 section.section2 h4 {
      bottom: 36%;
    }
  }
  .page__node__covid-19 section.section2 .left2 {
    background: #000000;
    padding: 70px;
  }
  @media (max-width: 1280px) {
    .page__node__covid-19 section.section2 .left2 {
      padding: 70px 40px;
    }
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section2 .left2 {
      padding: 80px 20px 20px 20px;
    }
  }
  .page__node__covid-19 section.section2 .left2 p {
    font-size: 18px;
    line-height: 27px;
  }
  .page__node__covid-19 section.section2 h2 {
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .page__node__covid-19 section.section2 .right2 {
    background: #2e2e38;
    padding: 70px;
  }
  @media (max-width: 1280px) {
    .page__node__covid-19 section.section2 .right2 {
      padding: 70px 40px 70px 65px;
    }
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section2 .right2 {
      padding: 20px 20px 60px 20px;
    }
  }
  .page__node__covid-19 section.section2 .right2 h3 {
    font-size: 34px;
    position: relative;
  }
  @media (max-width: 1366px) {
    .page__node__covid-19 section.section2 .right2 h3 {
      font-size: 28px;
    }
  }
  @media (max-width: 1280px) {
    .page__node__covid-19 section.section2 .right2 h3 {
      font-size: 26px;
    }
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section2 .right2 h3 {
      font-size: 25px;
    }
  }
  .page__node__covid-19 section.section2 .right2 h3::before {
    content: "";
    position: absolute;
    width: 51px;
    height: 3px;
    bottom: -23px;
    left: 25px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
  }
  .page__node__covid-19 section.section2 .right2 ul {
    padding: 0;
    margin: 35px 0 150px 0;
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section2 .right2 ul {
      margin: 35px 0 35px 0;
    }
  }
  .page__node__covid-19 section.section2 .right2 ul li {
    list-style: none;
    display: block;
    padding: 15px 0;
    font-size: 28px;
  }
  .page__node__covid-19 section.section2 .right2 p {
    color: #68686e;
    font-size: 46px;
    position: relative;
    line-height: 50px;
  }
  @media (max-width: 1366px) {
    .page__node__covid-19 section.section2 .right2 p {
      font-size: 36px;
      line-height: 45px;
    }
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section2 .right2 p {
      font-size: 33px;
      line-height: 40px;
      padding: 20px 30px;
    }
  }
  .page__node__covid-19 section.section2 .right2 p::before {
    content: "";
    position: absolute;
    width: 38px;
    height: 32px;
    top: -10px;
    left: -25px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../images/PEHdQXBg1oey.png);
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section2 .right2 p::before {
      top: 8px;
      left: 8px;
    }
  }
  .page__node__covid-19 section.section2 .right2 p img {
    position: absolute;
  }
  .page__node__covid-19 section.section3 {
    min-height: 400px;
    background: #fff;
    color: #1b1b1b;
    border-left: 70px solid #ababab;
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section3 {
      border-left: 40px solid #ababab;
    }
  }
  .page__node__covid-19 section.section3 h4 {
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 32%;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .page__node__covid-19 section.section3 .left3 {
    padding: 70px;
  }
  @media (max-width: 1280px) {
    .page__node__covid-19 section.section3 .left3 {
      padding: 70px 40px;
    }
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section3 .left3 {
      padding: 80px 20px;
    }
  }
  .page__node__covid-19 section.section3 .left3 p {
    font-size: 28px;
    line-height: 30px;
  }
  @media (max-width: 1366px) {
    .page__node__covid-19 section.section3 .left3 p {
      font-size: 25px;
    }
  }
  @media (max-width: 1280px) {
    .page__node__covid-19 section.section3 .left3 p {
      font-size: 23px;
    }
  }
  @media (max-width: 1150px) {
    .page__node__covid-19 section.section3 .left3 p {
      font-size: 18px;
    }
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section3 .left3 p {
      font-size: 22px;
    }
  }
  @media (max-width: 767px) {
    .page__node__covid-19 section.section3 .left3 p {
      font-size: 20px;
    }
  }
  .page__node__covid-19 section.section3 .left3 p u {
    font-family: "museo700";
  }
  .page__node__covid-19 section.section3 .left3 .vul {
    padding: 50px 0;
  }
  .page__node__covid-19 section.section3 .left3 .vul img {
    max-width: 100%;
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section3 .left3 .vul img {
      margin-bottom: 30px;
    }
  }
  .page__node__covid-19 section.section3 .left3 .page-number {
    padding: 50px 0 10px 0;
  }
  .page__node__covid-19 section.section3 .left3 .page-number .number {
    margin-bottom: 40px;
  }
  .page__node__covid-19 section.section3 .left3 .page-number span {
    font-size: 60px;
    font-family: "museo700";
    color: #000;
    display: inline-block;
    opacity: 0.2;
    width: 45px;
  }
  @media (max-width: 1024px) {
    .page__node__covid-19 section.section3 .left3 .page-number span {
      padding-right: 50px;
    }
  }
  @media (max-width: 767px) {
    .page__node__covid-19 section.section3 .left3 .page-number span {
      padding-right: 20px;
    }
  }
  .page__node__covid-19 section.section3 .left3 .page-number .right-text {
    display: inline-block;
    width: 75%;
  }
  @media (max-width: 1366px) {
    .page__node__covid-19 section.section3 .left3 .page-number .right-text {
      width: 80%;
    }
  }
  @media (max-width: 1280px) {
    .page__node__covid-19 section.section3 .left3 .page-number .right-text {
      width: 74%;
    }
  }
  @media (max-width: 1024px) {
    .page__node__covid-19 section.section3 .left3 .page-number .right-text {
      width: 72%;
    }
  }
  @media (max-width: 992px) {
    .page__node__covid-19 section.section3 .left3 .page-number .right-text {
      width: 70%;
    }
  }
  .page__node__covid-19 section.section3 .left3 .page-number .right-text h3 {
    font-size: 29px;
    font-family: "museo700";
    text-transform: uppercase;
    margin-bottom: 0;
  }
  .page__node__covid-19 section.section3 .left3 .page-number .right-text h5 {
    font-size: 20px;
  }
  @media (max-width: 1280px) {
    .page__node__covid-19 section.section3 .left3 .page-number .right-text h5 {
      font-size: 15px;
    }
  }
  @media (max-width: 1150px) {
    .page__node__covid-19 section.section3 .left3 .page-number .right-text h5 {
      font-size: 13px;
    }
  }
  @media (max-width: 1024px) {
    .page__node__covid-19 section.section3 .left3 .page-number .right-text h5 {
      font-size: 12px;
    }
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section3 .left3 .page-number .right-text h5 {
      font-size: 11px;
    }
  }
  @media (max-width: 768px) {
    .page__node__covid-19 section.section3 .left3 .page-number .right-text h5 {
      font-size: 15px;
    }
  }
  .page__node__covid-19 section.section4 {
    min-height: 400px;
    background: #1429ad;
    border-left: 70px solid #0e1c75;
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section4 {
      border-left: 40px solid #0e1c75;
    }
  }
  .page__node__covid-19 section.section4 h4 {
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 20%;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .page__node__covid-19 section.section4 .left4 {
    padding: 70px 50px 70px 70px;
  }
  @media (max-width: 1280px) {
    .page__node__covid-19 section.section4 .left4 {
      padding: 70px 40px;
    }
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section4 .left4 {
      padding: 80px 20px;
    }
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section4 .left4 {
      padding: 80px 20px 20px 20px;
    }
  }
  .page__node__covid-19 section.section4 .left4 .page-number span {
    font-size: 82px;
    font-family: "museo700";
    color: #fff;
    display: inline-block;
    opacity: 0.3;
  }
  .page__node__covid-19 section.section4 .left4 .page-number .right-text {
    display: inline-block;
    margin-left: 10px;
  }
  .page__node__covid-19 section.section4 .left4 .page-number .right-text h3 {
    font-size: 40px;
    font-family: "museo700";
    text-transform: uppercase;
    margin-bottom: 0;
  }
  @media (max-width: 1280px) {
    .page__node__covid-19 section.section4 .left4 .page-number .right-text h3 {
      font-size: 44px;
    }
  }
  @media (max-width: 1024px) {
    .page__node__covid-19 section.section4 .left4 .page-number .right-text h3 {
      font-size: 30px;
    }
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section4 .left4 .page-number .right-text h3 {
      font-size: 45px;
    }
  }
  .page__node__covid-19 section.section4 .left4 .page-number .right-text h5 {
    font-size: 25px;
  }
  @media (max-width: 1280px) {
    .page__node__covid-19 section.section4 .left4 .page-number .right-text h5 {
      font-size: 17px;
    }
  }
  .page__node__covid-19 section.section4 .right4 {
    padding: 70px 70px 70px 50px;
  }
  @media (max-width: 1280px) {
    .page__node__covid-19 section.section4 .right4 {
      padding: 70px 40px;
    }
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section4 .right4 {
      padding: 20px 20px 80px 20px;
    }
  }
  .page__node__covid-19 section.section4 .right4 .inner-list {
    border-left: 1px solid #fff;
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section4 .right4 .inner-list {
      border-left: none;
    }
  }
  .page__node__covid-19 section.section4 .right4 .inner-list h3 {
    font-size: 34px;
    padding-left: 70px;
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section4 .right4 .inner-list h3 {
      padding-left: 20px;
    }
  }
  .page__node__covid-19 section.section4 .right4 .inner-list ul {
    padding: 0 0 0 90px;
    margin: 0;
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section4 .right4 .inner-list ul {
      padding-left: 20px;
    }
  }
  .page__node__covid-19 section.section4 .right4 .inner-list ul li {
    padding: 5px 0;
    font-size: 28px;
  }
  @media (max-width: 1366px) {
    .page__node__covid-19 section.section4 .right4 .inner-list ul li {
      font-size: 25px;
    }
  }
  @media (max-width: 1280px) {
    .page__node__covid-19 section.section4 .right4 .inner-list ul li {
      font-size: 23px;
    }
  }
  @media (max-width: 1150px) {
    .page__node__covid-19 section.section4 .right4 .inner-list ul li {
      font-size: 18px;
    }
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section4 .right4 .inner-list ul li {
      font-size: 22px;
    }
  }
  @media (max-width: 767px) {
    .page__node__covid-19 section.section4 .right4 .inner-list ul li {
      font-size: 20px;
    }
  }
  .page__node__covid-19 section.section5 {
    min-height: 400px;
    background: #0f229d;
    border-left: 70px solid #0a176a;
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section5 {
      border-left: 40px solid #0a176a;
    }
  }
  .page__node__covid-19 section.section5 h4 {
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 37%;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .page__node__covid-19 section.section5 .left5 {
    padding: 70px;
  }
  @media (max-width: 1280px) {
    .page__node__covid-19 section.section5 .left5 {
      padding: 70px 40px;
    }
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section5 .left5 {
      padding: 80px 30px;
    }
  }
  @media (max-width: 767px) {
    .page__node__covid-19 section.section5 .left5 {
      padding: 80px 30px;
    }
  }
  .page__node__covid-19 section.section5 .left5 .page-number {
    margin-bottom: 40px;
  }
  .page__node__covid-19 section.section5 .left5 .page-number span {
    font-size: 82px;
    font-family: "museo700";
    color: #fff;
    display: inline-block;
    opacity: 0.3;
  }
  .page__node__covid-19 section.section5 .left5 .page-number .right-text {
    display: inline-block;
    margin-left: 15px;
  }
  @media (max-width: 1280px) {
    .page__node__covid-19 section.section5 .left5 .page-number .right-text {
      margin-left: 10px;
    }
  }
  .page__node__covid-19 section.section5 .left5 .page-number .right-text h3 {
    font-size: 40px;
    font-family: "museo700";
    text-transform: uppercase;
    margin-bottom: 0;
  }
  .page__node__covid-19 section.section5 .left5 .page-number .right-text h5 {
    font-size: 25px;
  }
  @media (max-width: 1280px) {
    .page__node__covid-19 section.section5 .left5 .page-number .right-text h5 {
      font-size: 17px;
    }
  }
  .page__node__covid-19 section.section5 .functions {
    position: relative;
  }
  .page__node__covid-19 section.section5 .functions p {
    font-family: "museo700";
    padding: 15px 20px;
    font-size: 27px;
    border: 1px solid #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    margin-bottom: 20px;
    max-width: 90%;
    position: absolute;
    top: 0;
    left: 20px;
  }
  @media (max-width: 1366px) {
    .page__node__covid-19 section.section5 .functions p {
      font-size: 25px;
    }
  }
  @media (max-width: 1280px) {
    .page__node__covid-19 section.section5 .functions p {
      font-size: 23px;
    }
  }
  @media (max-width: 1150px) {
    .page__node__covid-19 section.section5 .functions p {
      font-size: 18px;
    }
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section5 .functions p {
      font-size: 22px;
    }
  }
  @media (max-width: 767px) {
    .page__node__covid-19 section.section5 .functions p {
      font-size: 20px;
    }
  }
  .page__node__covid-19 section.section5 .functions ul.functions-list {
    margin: 75px 0 0 50px;
    padding-left: 50px;
  }
  @media (max-width: 1366px) {
    .page__node__covid-19 section.section5 .functions ul.functions-list {
      -webkit-background-size: 15% 15%;
      -moz-background-size: 15%;
      -o-background-size: 15%;
      background-size: 15%;
    }
  }
  @media (max-width: 1280px) {
    .page__node__covid-19 section.section5 .functions ul.functions-list {
      -webkit-background-size: 17% 17%;
      -moz-background-size: 17%;
      -o-background-size: 17%;
      background-size: 17%;
    }
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section5 .functions ul.functions-list {
      background: url(../images/wC5qYHOaGSQg.svg) no-repeat bottom left;
      padding-bottom: 100px;
      -webkit-background-size: 50% 50%;
      -moz-background-size: 50%;
      -o-background-size: 50%;
      background-size: 50%;
    }
  }
  @media (max-width: 991px) and (max-width: 767px) {
    .page__node__covid-19 section.section5 .functions ul.functions-list {
      -webkit-background-size: 60% 60%;
      -moz-background-size: 60%;
      -o-background-size: 60%;
      background-size: 60%;
    }
  }
  @media (max-width: 991px) and (max-width: 567px) {
    .page__node__covid-19 section.section5 .functions ul.functions-list {
      -webkit-background-size: 90% 90%;
      -moz-background-size: 90%;
      -o-background-size: 90%;
      background-size: 90%;
    }
  }
  .page__node__covid-19 section.section5 .functions ul.functions-list::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 339px;
    top: 90px;
    right: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../images/0XrJbWAGRnCx.svg) no-repeat;
    -webkit-background-size: 100% 92%;
    -moz-background-size: 100% 92%;
    -o-background-size: 100% 92%;
    background-size: 100% 92%;
  }
  @media (max-width: 1150px) {
    .page__node__covid-19 section.section5 .functions ul.functions-list::after {
      left: 260px;
    }
  }
  @media (max-width: 1024px) {
    .page__node__covid-19 section.section5 .functions ul.functions-list::after {
      left: 245px;
    }
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section5 .functions ul.functions-list::after {
      background: none;
    }
  }
  .page__node__covid-19 section.section5 .functions ul.functions-list::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 339px;
    top: 61px;
    left: 64px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../images/7gkJTZq79fJ8.svg);
    opacity: 0.6;
  }
  .page__node__covid-19 section.section5 .functions ul.functions-list li {
    list-style: none;
    padding: 10px 0;
    font-size: 28px;
    position: relative;
  }
  @media (max-width: 1366px) {
    .page__node__covid-19 section.section5 .functions ul.functions-list li {
      font-size: 23px;
    }
  }
  @media (max-width: 1280px) {
    .page__node__covid-19 section.section5 .functions ul.functions-list li {
      font-size: 18px;
    }
  }
  .page__node__covid-19 section.section5 .functions ul.functions-list li::before {
    content: "";
    position: absolute;
    width: 33px;
    height: 1px;
    top: 24px;
    left: -34px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../images/ByQqFJ4B8PCk.svg);
    opacity: 0.6;
  }
  .page__node__covid-19 section.section5 .growth p {
    font-family: "museo700";
    font-size: 27px;
    margin-bottom: 20px;
    margin-top: 110px;
    width: 100%;
    text-align: center;
  }
  @media (max-width: 1366px) {
    .page__node__covid-19 section.section5 .growth p {
      font-size: 25px;
    }
  }
  @media (max-width: 1280px) {
    .page__node__covid-19 section.section5 .growth p {
      font-size: 23px;
    }
  }
  @media (max-width: 1150px) {
    .page__node__covid-19 section.section5 .growth p {
      font-size: 18px;
    }
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section5 .growth p {
      font-size: 22px;
      text-align: left;
      margin-top: 60px;
    }
  }
  @media (max-width: 767px) {
    .page__node__covid-19 section.section5 .growth p {
      font-size: 20px;
    }
  }
  .page__node__covid-19 section.section5 .growth ul.growth-list {
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .page__node__covid-19 section.section5 .growth ul.growth-list li {
    list-style: none;
    padding: 15px 20px;
    font-size: 28px;
    background: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #0f229d;
    margin-bottom: 20px;
    text-align: left;
    padding-left: 42px;
  }
  @media (max-width: 1366px) {
    .page__node__covid-19 section.section5 .growth ul.growth-list li {
      font-size: 23px;
    }
  }
  @media (max-width: 1280px) {
    .page__node__covid-19 section.section5 .growth ul.growth-list li {
      font-size: 18px;
    }
  }
  @media (max-width: 1140px) {
    .page__node__covid-19 section.section5 .growth ul.growth-list li {
      font-size: 16px;
    }
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section5 .growth ul.growth-list li {
      font-size: 20px;
    }
  }
  .page__node__covid-19 section.section5 .using {
  }
  .page__node__covid-19 section.section5 .using ul.usign-list {
    padding: 0 0 0 80px;
    margin: 0;
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section5 .using ul.usign-list {
      padding: 80px 0 0 0;
    }
  }
  .page__node__covid-19 section.section5 .using ul.usign-list::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 366px;
    top: 16px;
    left: 15px;
    background: url(../images/yR7y1xEVHN5i.svg) no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  @media (min-width: 992px) {
    .page__node__covid-19 section.section5 .using ul.usign-list::before {
      background: block;
    }
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section5 .using ul.usign-list::before {
      content: "";
      position: absolute;
      width: 506px;
      height: 71px;
      top: 0;
      left: 0;
      background: url(../images/AAOJs1Rgz2Zb.svg) no-repeat;
      -webkit-background-size: 100% 100%;
      -moz-background-size: 100% 100%;
      -o-background-size: 100% 100%;
      background-size: 100% 100%;
    }
  }
  @media (max-width: 991px) and (max-width: 576px) {
    .page__node__covid-19 section.section5 .using ul.usign-list::before {
      width: 100%;
    }
  }
  .page__node__covid-19 section.section5 .using ul.usign-list li {
    list-style: none;
    padding: 10px 0;
    font-size: 28px;
  }
  @media (max-width: 1366px) {
    .page__node__covid-19 section.section5 .using ul.usign-list li {
      font-size: 23px;
    }
  }
  @media (max-width: 1280px) {
    .page__node__covid-19 section.section5 .using ul.usign-list li {
      font-size: 18px;
    }
  }
  @media (max-width: 767px) {
    .page__node__covid-19 section.section5 .using ul.usign-list li {
      font-size: 17px;
    }
  }
  .page__node__covid-19 section.section5 .black-table {
    position: relative;
    margin-top: 80px;
    padding: 0px;
    background: #000;
    color: #fff;
  }
  .page__node__covid-19 section.section5 .black-table .bor {
    border-right: 2px solid #8e8e8e;
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section5 .black-table .bor {
      border: none;
    }
  }
  .page__node__covid-19 section.section5 .black-table h4.table-title {
    font-family: "museo700";
    font-size: 21px;
    color: white;
    position: absolute;
    text-align: center;
    width: 190px;
    bottom: -10%;
    left: 40%;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section5 .black-table h4.table-title {
      font-size: 21px;
      position: inherit;
      text-align: left;
      width: 100%;
      left: 0;
      padding: 20px 0 0 31px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      -o-transform-origin: 0 0;
      transform-origin: 0 0;
    }
  }
  .page__node__covid-19 section.section5 .black-table ul.table-list {
    padding: 30px;
    margin: 0;
  }
  .page__node__covid-19 section.section5 .black-table ul.table-list li {
    padding: 5px 0 5px 40px;
    list-style: none;
    background: url(../images/a3eciCtsHyUh.svg) no-repeat 0px 12px;
    -webkit-background-size: 18px 18px;
    -moz-background-size: 18px;
    -o-background-size: 18px;
    background-size: 18px;
    width: 45%;
    display: inline-block;
  }
  @media (max-width: 1150px) {
    .page__node__covid-19 section.section5 .black-table ul.table-list li {
      font-size: 16px;
    }
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section5 .black-table ul.table-list li {
      width: 48%;
      font-size: 19px;
    }
  }
  @media (max-width: 800px) {
    .page__node__covid-19 section.section5 .black-table ul.table-list li {
      width: 100%;
    }
  }
  .page__node__covid-19 section.section6 {
    min-height: 400px;
    background: #071780;
    border-left: 70px solid #051057;
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section6 {
      border-left: 40px solid #051057;
    }
  }
  .page__node__covid-19 section.section6 h4 {
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 39%;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .page__node__covid-19 .left6 {
    padding: 70px 50px 70px 70px;
  }
  @media (max-width: 1280px) {
    .page__node__covid-19 .left6 {
      padding: 70px 40px;
    }
  }
  @media (max-width: 991px) {
    .page__node__covid-19 .left6 {
      padding: 80px 20px 50px 20px;
    }
  }
  .page__node__covid-19 .left6 .page-number span {
    font-size: 82px;
    font-family: "museo700";
    opacity: 0.3;
    color: #fff;
    display: inline-block;
  }
  .page__node__covid-19 .left6 .page-number .right-text {
    display: inline-block;
    margin-left: 15px;
  }
  .page__node__covid-19 .left6 .page-number .right-text h3 {
    font-size: 40px;
    font-family: "museo700";
    text-transform: uppercase;
    margin-bottom: 0;
  }
  .page__node__covid-19 .left6 .page-number .right-text h5 {
    font-size: 25px;
  }
  @media (max-width: 1280px) {
    .page__node__covid-19 .left6 .page-number .right-text h5 {
      font-size: 17px;
    }
  }
  @media (max-width: 767px) {
    .page__node__covid-19 .left6 .page-number .right-text h5 {
      font-size: 15px;
    }
  }
  .page__node__covid-19 .left6 p.heading {
    font-size: 27px;
    font-family: "museo700";
    padding: 30px 0 0 0;
    line-height: 45px;
  }
  @media (max-width: 1366px) {
    .page__node__covid-19 .left6 p.heading {
      font-size: 25px;
    }
  }
  @media (max-width: 1280px) {
    .page__node__covid-19 .left6 p.heading {
      font-size: 23px;
    }
  }
  @media (max-width: 1150px) {
    .page__node__covid-19 .left6 p.heading {
      font-size: 18px;
    }
  }
  @media (max-width: 991px) {
    .page__node__covid-19 .left6 p.heading {
      font-size: 22px;
      text-align: left;
    }
  }
  @media (max-width: 767px) {
    .page__node__covid-19 .left6 p.heading {
      font-size: 20px;
    }
  }
  .page__node__covid-19 .left6 p {
    font-size: 30px;
    line-height: 30px;
    padding: 40px 0;
    padding: 30px 0;
  }
  @media (max-width: 1366px) {
    .page__node__covid-19 .left6 p {
      font-size: 25px;
    }
  }
  @media (max-width: 1280px) {
    .page__node__covid-19 .left6 p {
      font-size: 23px;
    }
  }
  @media (max-width: 1150px) {
    .page__node__covid-19 .left6 p {
      font-size: 18px;
    }
  }
  @media (max-width: 991px) {
    .page__node__covid-19 .left6 p {
      font-size: 22px;
      text-align: left;
    }
  }
  @media (max-width: 767px) {
    .page__node__covid-19 .left6 p {
      font-size: 20px;
    }
  }
  .page__node__covid-19 .left6 ul.list-tab {
    padding: 0;
    margin: 0;
  }
  .page__node__covid-19 .left6 ul.list-tab li {
    font-size: 30px;
    border: 1px solid #fff;
    display: block;
    margin: 25px 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 15px 25px;
  }
  @media (max-width: 1280px) {
    .page__node__covid-19 .left6 ul.list-tab li {
      font-size: 20px;
      line-height: 25px;
    }
  }
  @media (max-width: 767px) {
    .page__node__covid-19 .left6 ul.list-tab li {
      font-size: 18px;
    }
  }
  .page__node__covid-19 .left6 .map .chart .bar {
    position: relative;
  }
  .page__node__covid-19 .left6 .map .chart .bar h3 {
    font-size: 30px;
    font-family: "museo700";
  }
  .page__node__covid-19 .left6 .map .chart .bar h5 {
    font-size: 18px;
    font-family: "museo300";
  }
  .page__node__covid-19 .left6 .map .chart .bar p {
    font-size: 13px;
    font-family: "museo100";
  }
  .page__node__covid-19 .left6 .map img {
    display: block;
    margin: 50px 0 0 0;
    max-width: 100%;
  }
  @media (max-width: 767px) {
    .page__node__covid-19 .left6 .map img {
      display: none;
    }
  }
  .page__node__covid-19 .left6 .map ul.graph {
    margin: 0;
    padding: 0;
    display: none;
  }
  @media (max-width: 767px) {
    .page__node__covid-19 .left6 .map ul.graph {
      display: block;
    }
  }
  .page__node__covid-19 .left6 .map ul.graph li {
    list-style: none;
    border-bottom: 1px solid #ef887b;
    padding: 20px 0;
  }
  .page__node__covid-19 .left6 .map ul.graph li h3 {
    font-family: "museo700";
    font-size: 37px;
  }
  .page__node__covid-19 .left6 .map ul.graph li h5 {
    font-family: "museo700";
    font-size: 22px;
    line-height: 27px;
  }
  .page__node__covid-19 .left6 .map ul.graph li p {
    font-size: 17px;
    line-height: 22px;
    padding: 0;
  }
  .page__node__covid-19 .left6 .map ul.graph li:last-child {
    border: none;
  }
  .page__node__covid-19 .left6 .map p.source {
    display: none;
    font-size: 20px;
    color: #fca094;
  }
  @media (max-width: 767px) {
    .page__node__covid-19 .left6 .map p.source {
      display: block;
    }
  }
  .page__node__covid-19 section.section7 {
    min-height: 400px;
    display: inline-block;
  }
  .page__node__covid-19 section.section7 .left7 {
    background: #2e2e38;
    padding: 70px;
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section7 .left7 {
      padding: 80px 40px 20px 55px;
    }
  }
  .page__node__covid-19 section.section7 .left7 .chairman-msg {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  @media (max-width: 767px) {
    .page__node__covid-19 section.section7 .left7 .chairman-msg {
      margin-bottom: 20px;
    }
  }
  .page__node__covid-19 section.section7 .left7 .chairman-msg span.photo {
    display: inline-block;
    margin-right: 20px;
  }
  .page__node__covid-19 section.section7 .left7 .chairman-msg span.photo img {
    max-width: 100%;
  }
  .page__node__covid-19 section.section7 .left7 .chairman-msg .chairman {
    font-family: "museo300";
    font-size: 40px;
    line-height: 45px;
    display: inline-block;
  }
  @media (max-width: 1440px) {
    .page__node__covid-19 section.section7 .left7 .chairman-msg .chairman {
      font-size: 30px;
    }
  }
  @media (max-width: 1280px) {
    .page__node__covid-19 section.section7 .left7 .chairman-msg .chairman {
      font-size: 25px;
      line-height: 37px;
    }
  }
  @media (max-width: 1024px) {
    .page__node__covid-19 section.section7 .left7 .chairman-msg .chairman {
      font-size: 22px;
    }
  }
  @media (max-width: 567px) {
    .page__node__covid-19 section.section7 .left7 .chairman-msg .chairman {
      padding: 20px 0 0 0;
    }
  }
  .page__node__covid-19 section.section7 .left7 p {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 27px;
  }
  .page__node__covid-19 section.section7 .left7 p::before {
    content: "";
    position: absolute;
    width: 38px;
    height: 32px;
    top: -10px;
    left: -30px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../images/uLnwx9cJJGrh.png);
  }
  .page__node__covid-19 section.section7 .left7 p img {
    margin-left: 10px;
    position: absolute;
  }
  .page__node__covid-19 section.section7 .left7 span.name {
    text-align: right;
    display: block;
    margin-top: 10px;
  }
  .page__node__covid-19 section.section7 .right7 {
    background: #212126;
    padding: 70px;
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section7 .right7 {
      padding: 20px 20px 80px 20px;
    }
  }
  .page__node__covid-19 section.section7 .right7 p {
    font-family: "museo300";
    font-size: 40px;
    width: 90%;
    line-height: 50px;
  }
  @media (max-width: 1440px) {
    .page__node__covid-19 section.section7 .right7 p {
      font-size: 30px;
    }
  }
  @media (max-width: 1280px) {
    .page__node__covid-19 section.section7 .right7 p {
      font-size: 25px;
      line-height: 37px;
    }
  }
  @media (max-width: 1024px) {
    .page__node__covid-19 section.section7 .right7 p {
      font-size: 22px;
    }
  }
  .page__node__covid-19 section.section7 .right7 .footerform {
    width: 100%;
    display: inline-block;
    padding-top: 30px;
  }
  .page__node__covid-19 section.section7 .right7 .footerform img {
    max-width: 100%;
  }
  .page__node__covid-19 section.section7 .right7 .footerform ul {
    padding: 0;
    margin: 40px 0 0 0;
  }
  .page__node__covid-19 section.section7 .right7 .footerform ul li {
    list-style: none;
    width: 100%;
    margin: 0;
  }
  .page__node__covid-19 section.section7 .right7 .footerform .form-group {
    margin-bottom: 10px;
  }
  .page__node__covid-19
    section.section7
    .right7
    .footerform
    .form-group
    label.error {
    position: static;
    
  }
  .page__node__covid-19 section.section7 .right7 .footerform input[type="text"],
  .page__node__covid-19 section.section7 .right7 .footerform input[type="email"] {
    padding: 12px 25px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #7c7c7c;
    display: inline-block;
    float: left;
    width: 100%;
    background: transparent;
    margin-bottom: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    height: 55px;
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section7 .right7 .footerform input[type="text"],
    .page__node__covid-19
      section.section7
      .right7
      .footerform
      input[type="email"] {
      padding: 10px 20px;
    }
  }
  .page__node__covid-19
    section.section7
    .right7
    .footerform
    input[type="text"]::-webkit-input-placeholder,
  .page__node__covid-19
    section.section7
    .right7
    .footerform
    input[type="email"]::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
  }
  .page__node__covid-19
    section.section7
    .right7
    .footerform
    input[type="text"]:-moz-placeholder,
  .page__node__covid-19
    section.section7
    .right7
    .footerform
    input[type="email"]:-moz-placeholder {
    color: #fff;
    opacity: 1;
  }
  .page__node__covid-19
    section.section7
    .right7
    .footerform
    input[type="text"]::-moz-placeholder,
  .page__node__covid-19
    section.section7
    .right7
    .footerform
    input[type="email"]::-moz-placeholder {
    color: #fff;
    opacity: 1;
  }
  .page__node__covid-19
    section.section7
    .right7
    .footerform
    input[type="text"]:-ms-input-placeholder,
  .page__node__covid-19
    section.section7
    .right7
    .footerform
    input[type="email"]:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
  }
  .page__node__covid-19
    section.section7
    .right7
    .footerform
    input[type="text"]::-ms-input-placeholder,
  .page__node__covid-19
    section.section7
    .right7
    .footerform
    input[type="email"]::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
  }
  .page__node__covid-19
    section.section7
    .right7
    .footerform
    input[type="text"]::placeholder,
  .page__node__covid-19
    section.section7
    .right7
    .footerform
    input[type="email"]::placeholder {
    color: #fff;
    opacity: 1;
  }
  .page__node__covid-19
    section.section7
    .right7
    .footerform
    input[type="text"]:-ms-input-placeholder,
  .page__node__covid-19
    section.section7
    .right7
    .footerform
    input[type="email"]:-ms-input-placeholder {
    color: #fff;
  }
  .page__node__covid-19
    section.section7
    .right7
    .footerform
    input[type="text"]::-ms-input-placeholder,
  .page__node__covid-19
    section.section7
    .right7
    .footerform
    input[type="email"]::-ms-input-placeholder {
    color: #fff;
  }
  .page__node__covid-19 section.section7 .right7 .footerform textarea {
    padding: 12px 25px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #7c7c7c;
    display: inline-block;
    float: left;
    width: 100%;
    background: transparent;
    margin-bottom: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 120px;
  }
  @media (max-width: 991px) {
    .page__node__covid-19 section.section7 .right7 .footerform textarea {
      padding: 10px 20px;
    }
  }
  .page__node__covid-19
    section.section7
    .right7
    .footerform
    textarea::-webkit-input-placeholder {
    color: #fff;
  }
  .page__node__covid-19
    section.section7
    .right7
    .footerform
    textarea:-moz-placeholder {
    color: #fff;
  }
  .page__node__covid-19
    section.section7
    .right7
    .footerform
    textarea::-moz-placeholder {
    color: #fff;
  }
  .page__node__covid-19
    section.section7
    .right7
    .footerform
    textarea:-ms-input-placeholder {
    color: #fff;
  }
  .page__node__covid-19
    section.section7
    .right7
    .footerform
    .form-actions
    .webform-submit {
    font-family: "museo700";
    float: left;
    width: auto;
    background: #fff;
    font-size: 22px;
    cursor: pointer;
    display: inline-block;
    padding: 8px 45px;
    border: 0;
    color: #000;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
  }
  @media (max-width: 991px) {
    .page__node__covid-19
      section.section7
      .right7
      .footerform
      .form-actions
      .webform-submit {
      font-size: 20px;
      padding: 15px 25xp;
    }
  }
  .page__node__covid-19 .rc-anchor-light {
    background-color: transparent;
    color: #fff;
  }
  .page__node__covid-19 footer .links li {
    display: inline-block;
    list-style: none;
  }
  .page__node__covid-19 footer .social-media li {
    display: inline-block;
    list-style: none;
  }
  .page__node__covid-19 footer .copyright {
    background: #fff;
    color: #1b1b1b;
    font-size: 22px;
    text-align: left;
    padding: 30px 85px 0px 85px;
  }
  @media (max-width: 1440px) {
    .page__node__covid-19 footer .copyright {
      font-size: 20px;
    }
  }
  @media (max-width: 1280px) {
    .page__node__covid-19 footer .copyright {
      font-size: 18px;
    }
  }
  @media (max-width: 1150px) {
    .page__node__covid-19 footer .copyright {
      font-size: 16px;
    }
  }
  @media (max-width: 991px) {
    .page__node__covid-19 footer .copyright {
      padding: 30px 20px 20px 20px;
      text-align: center;
      font-size: 20px;
    }
  }
  @media (max-width: 567px) {
    .page__node__covid-19 footer .copyright {
      text-align: center;
      font-size: 15px;
    }
  }
  .page__node__covid-19 footer .copyright .links {
    padding: 0;
    margin: 0;
    text-align: right;
  }
  @media (max-width: 1024px) {
    .page__node__covid-19 footer .copyright .links {
      text-align: left;
      margin: 0px 0 20px 0;
    }
  }
  @media (max-width: 991px) {
    .page__node__covid-19 footer .copyright .links {
      text-align: center;
      margin: 10px 0 15px 0;
    }
  }
  .page__node__covid-19 footer .copyright .links li {
    padding: 0 10px;
  }
  .page__node__covid-19 footer .copyright .links li:first-child {
    border-right: 1px solid #717171;
  }
  .page__node__covid-19 footer .copyright .links li a {
    color: #1b1b1b;
  }
  @media (max-width: 1440px) {
    .page__node__covid-19 footer .copyright .links li a {
      font-size: 20px;
    }
  }
  @media (max-width: 1280px) {
    .page__node__covid-19 footer .copyright .links li a {
      font-size: 18px;
    }
  }
  @media (max-width: 1150px) {
    .page__node__covid-19 footer .copyright .links li a {
      font-size: 16px;
    }
  }
  @media (max-width: 991px) {
    .page__node__covid-19 footer .copyright .links li a {
      font-size: 20px;
    }
  }
  @media (max-width: 567px) {
    .page__node__covid-19 footer .copyright .links li a {
      font-size: 15px;
    }
  }
  .page__node__covid-19 footer .copyright .social-media {
    text-align: right;
    margin-top: -10px;
    padding: 0;
  }
  @media (max-width: 991px) {
    .page__node__covid-19 footer .copyright .social-media {
      text-align: center;
      margin-top: 10px;
      padding: 0;
    }
  }
  .page__node__covid-19 footer .copyright .social-media li {
    padding: 0 5px;
  }
  @media (max-width: 1024px) {
    .page__node__covid-19 footer .copyright .social-media li {
      padding: 0 3px;
    }
  }
  @media (max-width: 991px) {
    .page__node__covid-19 footer .copyright .social-media li {
      padding: 0 5px;
    }
  }
  .page__node__covid-19 footer .copyright .social-media li img {
    max-width: 100%;
  }
  @media (max-width: 1024px) {
    .page__node__covid-19 footer .copyright .social-media li img {
      max-width: 80%;
    }
  }
  @media (max-width: 991px) {
    .page__node__covid-19 footer .copyright .social-media li img {
      max-width: 100%;
    }
  }
  .page__node__covid-19 .row {
    width: auto !important;
  }
  .page__node__covid-19 section.section4 .right4 .inner-list ul li {
    list-style: disc;
  }
  .page__node__covid-19 p {
    font-family: "museo100";
  }
  @media (max-width: 767px) {
    .our-policies__list ul li {
      padding: 5px 10px;
    }
  }
  .our-policies__listing > li {
    width: 33.33%;
    text-align: center;
  }
  .our-policies__listing > li .nav-link {
    background-color: #071780;
    padding: 20px 0;
    border: none;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    font-size: 1.8rem;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
  }
  @media (max-width: 1199px) {
    .our-policies__listing > li .nav-link {
      font-size: 1.2rem;
    }
  }
  @media (max-width: 767px) {
    .our-policies__listing > li .nav-link {
      font-size: 0.8rem;
      padding: 20px 5px;
      height: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  .our-policies__listing > li .nav-link span {
    font-size: 1.5rem;
    border: 1px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 1.5;
    margin-right: 10px;
  }
  @media (max-width: 767px) {
    .our-policies__listing > li .nav-link span {
      font-size: 0.7rem;
      line-height: 2;
      width: 25px;
      height: 25px;
      margin-bottom: 5px;
      margin-right: 0;
    }
  }
  .our-policies__listing > li .nav-link.active {
    background-color: #5bcdf3;
    color: #000;
  }
  .our-policies__listing > li .nav-link.active span {
    border: 1px solid #000;
  }
  .our-policies__listing > li:nth-of-type(1) .nav-link {
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
  }
  .our-policies__listing > li:nth-of-type(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .our-policies__listing > li:nth-of-type(3) .nav-link {
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
  }
  .our-policies__content {
    padding: 50px 3rem;
    background-color: #f4f4f4;
    border: 1px solid #cecece;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
  }
  @media (max-width: 991px) {
    .our-policies__content {
      padding: 50px 1.5rem;
    }
  }
  .our-policies__inner > li {
    background-color: #fff;
    padding: 1.5rem 1.5rem 1.5rem 3rem;
    border: 1px solid #cecece;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;
  }
  @media (max-width: 767px) {
    .our-policies__inner > li {
      padding-left: 2rem;
    }
  }
  .our-policies__inner > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .our-policies__inner > li p {
    margin-bottom: 0;
  }
  .our-policies__inner > li h5 {
    
  }
  .our-policies__inner > li span {
    background-color: #5bcdf3;
    font-size: 1.5rem;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: -15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    
  }
  .our-policies__inner--more > li {
    padding: 2rem;
  }
  .our-policies__detail {
    padding-left: 24px;
  }
  .our-policies__detail > li {
    position: relative;
    margin-bottom: 10px;
  }
  .our-policies__detail > li::before {
    content: "•";
    color: #2f2f2f;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 1.5rem;
    line-height: 1;
    position: absolute;
    top: 0;
  }
  .our-policies__profile {
    margin: 2rem 0 0;
  }
  .our-policies__allowance {
    margin-top: 2rem;
  }
  .our-policies__allowance ul li {
    list-style: none;
    float: left;
    width: 26%;
    
    font-size: 1rem;
    position: relative;
    text-align: left;
  }
  .our-policies__allowance ul li:first-child {
    width: 24%;
    text-align: left;
  }
  .our-policies__allowance ul li:nth-child(2) {
    width: 24%;
    padding-left: 3rem;
  }
  @media (max-width: 991px) {
    .our-policies__allowance ul li:nth-child(2) {
      padding-left: 25px;
    }
  }
  @media (max-width: 991px) {
    .our-policies__allowance ul li {
      font-size: 12px !important;
    }
  }
  @media (max-width: 1199px) {
    .our-policies__allowance ul li {
      font-size: 16px;
    }
  }
  .our-policies__allowance .our-policies__heading {
    margin-bottom: 0;
  }
  .our-policies__allowance .our-policies__heading li {
    font-size: 1rem;
    padding: 0 1.875rem;
    
  }
  .our-policies__allowance .our-policies__heading li:first-child {
    padding-left: 1.5rem;
  }
  @media (max-width: 1199px) {
    .our-policies__allowance .our-policies__heading li {
      padding: 0 0 0 20px;
    }
  }
  @media (max-width: 767px) {
    .our-policies__allowance .our-policies__heading {
      display: none;
    }
  }
  .our-policies__allowance .our-policies__lists ul {
    -webkit-border-radius: 1.25rem;
    -moz-border-radius: 1.25rem;
    border-radius: 1.25rem;
    border: 1px solid #cecece;
  }
  @media (max-width: 767px) {
    .our-policies__allowance .our-policies__lists ul {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
    }
  }
  .our-policies__allowance .our-policies__lists li {
    padding: 1.25rem 1.875rem;
  }
  @media (max-width: 1199px) {
    .our-policies__allowance .our-policies__lists li {
      padding: 15px 20px;
    }
  }
  @media (max-width: 991px) {
    .our-policies__allowance .our-policies__lists li {
      padding: 0.9rem;
    }
  }
  @media (max-width: 767px) {
    .our-policies__allowance .our-policies__lists li {
      width: 100% !important;
      padding-left: 50% !important;
      padding: 1rem;
      text-align: left;
      font-size: 1rem;
    }
    .our-policies__allowance .our-policies__lists li::before {
      position: absolute;
      display: block;
      width: 40%;
      left: 15px;
      top: 15px;
    }
    .our-policies__allowance .our-policies__lists li:first-child::before {
      content: "Location";
    }
    .our-policies__allowance .our-policies__lists li:nth-child(2) {
      padding-bottom: 0;
    }
    .our-policies__allowance .our-policies__lists li:nth-child(2)::before {
      content: "Charges / Day";
    }
    .our-policies__allowance .our-policies__lists li:nth-child(3)::before {
      content: "Accommodation Charges / Month";
    }
    .our-policies__allowance .our-policies__lists li:last-child::before {
      content: "Travel (Ticket + Visa + Insurance)";
    }
  }
  @media (max-width: 575px) {
    .our-policies__allowance .our-policies__lists li:last-child {
      padding-bottom: 2rem;
    }
  }
  .our-policies__allowance .our-policies__lists .list__main__heading {
    background: #5bcdf3;
    -webkit-border-radius: 1.25rem 0 0 1.25rem;
    -moz-border-radius: 1.25rem 0 0 1.25rem;
    border-radius: 1.25rem 0 0 1.25rem;
  }
  @media (max-width: 767px) {
    .our-policies__allowance .our-policies__lists .list__main__heading {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
    }
  }
  @media (min-width: 768px) {
    .our-policies__allowance .our-policies__lists .list__main__last {
      -webkit-border-radius: 0 1.25rem 1.25rem 0;
      -moz-border-radius: 0 1.25rem 1.25rem 0;
      border-radius: 0 1.25rem 1.25rem 0;
    }
  }
  .our-policies__allowance--more ul li {
    width: 28%;
  }
  .our-policies__allowance--more ul li:first-child {
    width: 16%;
  }
  .our-policies__allowance--more ul li:nth-child(2) {
    width: 28%;
  }
  .our-policies__allowance--more .our-policies__lists li {
    padding: 1.25rem 1.875rem;
  }
  @media (max-width: 1199px) {
    .our-policies__allowance--more .our-policies__lists li {
      padding: 15px 20px;
    }
  }
  @media (max-width: 991px) {
    .our-policies__allowance--more .our-policies__lists li {
      padding: 0.9rem;
    }
  }
  @media (max-width: 767px) {
    .our-policies__allowance--more .our-policies__lists li:first-child {
      padding-bottom: 0;
    }
    .our-policies__allowance--more .our-policies__lists li:first-child::before {
      content: "Sr. No.";
    }
    .our-policies__allowance--more .our-policies__lists li:nth-child(2) {
      padding-bottom: 0;
    }
    .our-policies__allowance--more .our-policies__lists li:nth-child(2)::before {
      content: "Date";
    }
    .our-policies__allowance--more .our-policies__lists li:nth-child(3)::before {
      content: "Day";
    }
    .our-policies__allowance--more .our-policies__lists li:last-child::before {
      content: "Holiday";
    }
  }
  @media (max-width: 575px) {
    .our-policies__allowance--more .our-policies__lists li:last-child {
      padding-bottom: 0.9rem;
    }
  }
  .our-policies__allowance--more .our-policies__lists .list__main__heading {
    -webkit-border-radius: 0 1.25rem 1.25rem 0;
    -moz-border-radius: 0 1.25rem 1.25rem 0;
    border-radius: 0 1.25rem 1.25rem 0;
  }
  @media (max-width: 767px) {
    .our-policies__allowance--more .our-policies__lists .list__main__heading {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
    }
  }
  .our-policies__dropcontent {
    margin-top: 2rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .our-policies__dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
  }
  @media (max-width: 767px) {
    .our-policies__dropdown {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-top: 20px;
    }
  }
  .our-policies__dropdown::after {
    content: "";
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #000;
    -webkit-transform: origin(50% 20%);
    -moz-transform: origin(50% 20%);
    -ms-transform: origin(50% 20%);
    -o-transform: origin(50% 20%);
    transform: origin(50% 20%);
    -webkit-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 25px;
    top: 45%;
  }
  .our-policies__dropdown > select {
    width: 150px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px;
    padding-left: 30px;
    cursor: pointer;
  }
  @media (max-width: 767px) {
    .our-policies__dropdown > select {
      width: 100%;
      padding: 6px 5px 5px;
      padding-left: 15px;
    }
  }
  .guidemaincontent {
    background: #071780;
    padding-top: 0;
  }
  .guidemain {
    background: #fff;
    padding: 1.5rem 1rem;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    margin-left: -10px;
  }
  @media (max-width: 1199px) {
    .guidemain {
      padding: 1.5rem 0;
    }
  }
  @media (max-width: 767px) {
    .guidemain {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      margin-left: 0;
      padding: 0;
      background-color: transparent;
    }
  }
  .guidemain h3 {
    
  }
  @media (max-width: 767px) {
    .guidemain > .tab-pane {
      display: block;
      opacity: 1;
    }
  }
  @media (max-width: 767px) {
    .guidemain .card-body {
      padding-top: 1rem !important;
    }
  }
  @media (min-width: 768px) {
    .guidemain .collapse {
      display: block;
    }
  }
  @media (max-width: 767px) {
    .guidemain #collapse-B,
    .guidemain #collapse-C {
      padding-bottom: 1rem;
    }
  }
  @media (max-width: 767px) {
    .guidemain .card:not(:last-child) {
      margin-bottom: 1rem;
    }
  }
  .guidemain .card .card-header {
    padding: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
  }
  @media (min-width: 768px) {
    .guidemain .card .card-header {
      display: none;
    }
  }
  .guidemain .card .card-header a {
    border: none;
    padding: 15px;
    border-top: 1px solid #5bcdf3;
    border-bottom: 1px solid #5bcdf3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .guidemain .card .card-header a .guidelisting__number {
    background-color: #5bcdf3;
  }
  .guidemain .card .card-header .guidelisting__show-icon {
    width: 33px;
    height: 33px;
    position: absolute;
    right: 10px;
    background: url(../images/yQZ2A89dPY09.svg) no-repeat;
  }
  @media (max-width: 767px) {
    .guidemain .card .card-header .collapsed {
      background-color: #5bcdf3;
    }
    .guidemain .card .card-header .collapsed .guidelisting__number {
      background-color: #fff;
    }
    .guidemain .card .card-header .collapsed .guidelisting__show-icon {
      width: 33px;
      height: 33px;
      position: absolute;
      right: 10px;
      background: url(../images/rxvDZhNIzJTf.svg) no-repeat;
    }
  }
  .guidelisting {
    border-bottom: none;
  }
  @media (max-width: 767px) {
    .guidelisting {
      display: none;
      margin-bottom: 0;
    }
  }
  .guidelisting .nav-item {
    width: 100%;
  }
  .guidelisting .nav-item:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .guidelisting .nav-link,
  .guidelisting .nav-link.active {
    border: none;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    padding: 1.5rem 2rem;
    background-color: #5bcdf3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  @media (max-width: 1199px) {
    .guidelisting .nav-link,
    .guidelisting .nav-link.active {
      padding: 1.5rem 1rem;
    }
  }
  @media (max-width: 767px) {
    .guidelisting .nav-link,
    .guidelisting .nav-link.active {
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      padding: 1rem;
    }
  }
  .guidelisting .nav-link.active {
    border: none;
    background-color: #fff;
  }
  .guidelisting .nav-link.active .guidelisting__number {
    background-color: #5bcdf3;
  }
  .guidelisting__number {
    color: #000;
    background-color: #fff;
    
    font-size: 1.5rem;
    border: 1px solid #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 70px;
    height: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    margin-right: 1rem;
  }
  @media (max-width: 1199px) {
    .guidelisting__number {
      width: 55px;
      height: 55px;
    }
  }
  @media (max-width: 991px) {
    .guidelisting__number {
      width: 40px;
      height: 40px;
      font-size: 1rem;
      margin-right: 0.5rem;
    }
  }
  .guidelisting__text {
    font-size: 1.2rem;
    
    color: #000;
    display: inline-block;
    width: 60%;
    vertical-align: middle;
  }
  @media (max-width: 1199px) {
    .guidelisting__text {
      width: 70%;
      font-size: 0.9rem;
    }
  }
  @media (max-width: 767px) {
    .guidelisting__text {
      width: 78%;
      font-size: 1rem;
    }
  }
  .guide-data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
  @media (max-width: 575px) {
    .guide-data {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  .guide-data__content {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #fff;
    
    padding: 1rem 1.5rem !important;
    line-height: 1.3;
    font-size: 1.3rem;
    width: 32.5%;
  }
  @media (max-width: 1199px) {
    .guide-data__content {
      font-size: 1.2rem;
    }
  }
  @media (max-width: 991px) {
    .guide-data__content {
      font-size: 0.8rem;
      padding: 1rem 1.5rem !important;
    }
  }
  @media (max-width: 575px) {
    .guide-data__content {
      width: 100%;
      font-size: 1rem;
    }
    .guide-data__content:not(:last-child) {
      margin-bottom: 1rem;
    }
  }
  .guide-data__content:first-child {
    background-color: #8b8b8b;
  }
  .guide-data__content:nth-of-type(2) {
    background-color: #071780;
  }
  .guide-data__content:last-child {
    background-color: #5bcdf3;
  }
  .guide-data__content span {
    display: block;
    
  }
  .guide-data__detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .guide-data__detail > li {
    width: 49%;
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 1rem 2rem;
    margin-bottom: 1rem;
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  @media (max-width: 991px) {
    .guide-data__detail > li {
      padding: 1rem;
    }
  }
  @media (max-width: 575px) {
    .guide-data__detail > li {
      width: 100%;
    }
  }
  .guide-data__detail > li img {
    height: 30px;
    margin-right: 2rem;
  }
  .guide-data__arrow {
    text-align: right;
  }
  @media (max-width: 767px) {
    .guide-data__arrow {
      display: none;
    }
  }
  .guide-data__arrow a {
    font-size: 1.2rem;
    cursor: pointer;
  }
  @media (max-width: 991px) {
    .guide-data__arrow a {
      font-size: 1rem;
    }
  }
  .guide-data__arrow img {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: -4px;
    margin-left: 0.5rem;
  }
  @media (max-width: 991px) {
    .guide-data__arrow img {
      vertical-align: -5px;
    }
  }
  .guide-data__arrow--click {
    text-align: left;
  }
  .guide-data__arrow--click img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 0;
    margin-right: 0.5rem;
  }
  .guide-data__direction {
    margin-top: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  @media (max-width: 767px) {
    .guide-data__direction {
      display: none;
    }
  }
  .guide-data__direction a {
    font-size: 1.2rem;
    cursor: pointer;
  }
  @media (max-width: 991px) {
    .guide-data__direction a {
      font-size: 1rem;
    }
  }
  @media (max-width: 575px) {
    .guide-data__direction a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 49%;
    }
  }
  .guide-data__direction #tell-click img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 0;
    margin-right: 0.5rem;
  }
  .guide-data__direction img {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: -4px;
    margin-left: 0.5rem;
  }
  @media (max-width: 991px) {
    .guide-data__direction img {
      vertical-align: -5px;
    }
  }
  .agenda-data {
    margin-top: 3rem;
    border: 1px solid #707070;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 3rem 2rem 1rem;
    position: relative;
  }
  @media (max-width: 991px) {
    .agenda-data {
      margin-top: 3rem;
    }
  }
  @media (max-width: 575px) {
    .agenda-data {
      padding: 2rem 1rem 1rem;
    }
  }
  .agenda-data__detail {
    
  }
  @media (max-width: 575px) {
    .agenda-data__detail {
      width: 70%;
    }
  }
  .agenda-data__content {
    border: 1px solid #707070;
    font-size: 1.2rem;
    
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    padding: 5px 25px;
    position: absolute;
    top: -22px;
    background: #fff;
  }
  .agenda-data__listing > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.8rem 0;
    
    position: relative;
  }
  .agenda-data__listing > li:not(:last-child)::before {
    content: "";
    border-bottom: 1px dashed #707070;
    width: 75%;
    position: absolute;
    bottom: 0;
    left: 70px;
  }
  .agenda-data__number {
    background-color: #e3e3e3;
    
    width: 50px;
    height: 50px;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 1rem;
  }
  .agenda-data__inner {
    padding-left: 4.1rem;
  }
  .agenda-data__inner > li {
    position: relative;
    padding-left: 2rem;
  }
  .agenda-data__inner > li:not(:last-child) {
    padding-bottom: 12px;
  }
  .agenda-data__inner > li span {
    width: 5px;
    height: 5px;
    background: #414141;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 10px;
  }
  @media (max-width: 991px) {
    .agenda-data__inner > li span {
      width: 6px;
      height: 6px;
    }
  }
  .agenda-data__inner > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 15px;
    height: 100%;
    border-left: 2px solid #707070;
  }
  .agenda-data__inner > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 20px;
    height: 1px;
    border-bottom: 1px solid #707070;
  }
  .agenda-data__inner > li:last-child::before {
    content: "";
    height: 65%;
  }
  @media (max-width: 991px) {
    .agenda-data__inner > li:last-child::before {
      height: 34%;
    }
  }
  .agenda-question {
    margin-top: 1rem;
    border: 1px solid transparent;
    padding: 0;
  }
  .agenda-question__listing > li:not(:last-child)::before {
    content: "";
    width: 91%;
  }
  @media (max-width: 1199px) {
    .agenda-question__listing > li:not(:last-child)::before {
      width: 87%;
    }
  }
  @media (max-width: 991px) {
    .agenda-question__listing > li:not(:last-child)::before {
      width: 83%;
    }
  }
  @media (max-width: 575px) {
    .agenda-question__listing > li:not(:last-child)::before {
      width: 75%;
    }
  }
  .outsourcing-plan {
    border: none;
  }
  .outsourcing-plan > li {
    width: 33%;
    text-align: center;
    
  }
  .outsourcing-plan > li:first-child .nav-link {
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
  }
  .outsourcing-plan > li:last-child .nav-link {
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
  }
  .outsourcing-plan .nav-link,
  .outsourcing-plan .nav-link.active {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #efefef;
    color: #000;
    padding: 1rem;
    position: relative;
  }
  .outsourcing-plan .nav-link.active {
    border: none;
    background-color: #071780;
    color: #fff;
  }
  .outsourcing-plan .nav-item:not(:last-child) .nav-link:after {
    content: "";
    background-image: url(../images/oQGBWt57nl3p.svg);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position: absolute;
    right: -18px;
    top: 0;
    width: 18px;
    height: 55px;
    z-index: 1;
  }
  @media (max-width: 575px) {
    .outsourcing-plan .nav-item:not(:last-child) .nav-link:after {
      height: 52px;
    }
  }
  .outsourcing-plan .nav-item:not(:last-child) .nav-link.active::after {
    content: "";
    right: -28px;
    top: 0;
    width: 20px;
    height: 56px;
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 28px solid #071780;
    position: absolute;
    background-image: none;
  }
  @media (max-width: 575px) {
    .outsourcing-plan .nav-item:not(:last-child) .nav-link.active::after {
      border-top: 27px solid transparent;
      border-bottom: 27px solid transparent;
      border-left: 20px solid #071780;
      right: -20px;
      top: -1px;
    }
  }
  .outsourcing-plan .nav-item:nth-of-type(2) .nav-link.active:before,
  .outsourcing-plan .nav-item:nth-of-type(3) .nav-link.active:before {
    content: "";
    left: 0px;
    top: 0;
    width: 20px;
    height: 56px;
    z-index: 1;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 20px solid #efefef;
  }
  @media (max-width: 575px) {
    .outsourcing-plan .nav-item:nth-of-type(2) .nav-link.active:before,
    .outsourcing-plan .nav-item:nth-of-type(3) .nav-link.active:before {
      border-top: 27px solid transparent;
      border-bottom: 27px solid transparent;
      border-left: 16px solid #efefef;
      top: -1px;
    }
  }
  .what-activity {
    border: 1px solid #707070;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
    margin-top: 4rem;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    position: relative;
  }
  .what-activity__box1,
  .what-activity__box2,
  .what-activity__box3,
  .what-activity__box4 {
    width: 100%;
    height: 20%;
    position: absolute;
    top: 19%;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      to(rgba(0, 0, 0, 0.05))
    );
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    border-bottom: 1px solid #cccccc;
  }
  @media (max-width: 767px) {
    .what-activity__box1,
    .what-activity__box2,
    .what-activity__box3,
    .what-activity__box4 {
      top: 18.5%;
    }
  }
  @media (max-width: 575px) {
    .what-activity__box1,
    .what-activity__box2,
    .what-activity__box3,
    .what-activity__box4 {
      top: 20.5%;
    }
  }
  .what-activity__box2 {
    top: 41.6%;
  }
  @media (max-width: 991px) {
    .what-activity__box2 {
      top: 41.2%;
    }
  }
  @media (max-width: 767px) {
    .what-activity__box2 {
      top: 45.9%;
    }
  }
  @media (max-width: 575px) {
    .what-activity__box2 {
      top: 44.3%;
    }
  }
  .what-activity__box3 {
    top: auto;
    bottom: 27%;
  }
  @media (max-width: 991px) {
    .what-activity__box3 {
      bottom: 27.5%;
    }
  }
  @media (max-width: 767px) {
    .what-activity__box3 {
      bottom: 24%;
    }
  }
  @media (max-width: 575px) {
    .what-activity__box3 {
      bottom: 23.6%;
    }
  }
  .what-activity__box4 {
    top: auto;
    bottom: 12%;
    border-bottom: none;
  }
  .what-activity__start {
    position: absolute;
    bottom: -51px;
    border: 1px solid #707070;
    -webkit-border-radius: 39px;
    -moz-border-radius: 39px;
    border-radius: 39px;
    left: 46%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 35%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 0;
    background: #fff;
  }
  @media (max-width: 991px) {
    .what-activity__start {
      width: 50%;
    }
  }
  @media (max-width: 575px) {
    .what-activity__start {
      width: 60%;
    }
  }
  .what-activity__start p {
    margin-bottom: 0;
    
  }
  .what-activity__sqaure {
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #5bcdf3;
    position: absolute;
    left: 85.3%;
    bottom: -8px;
  }
  @media (max-width: 1199px) {
    .what-activity__sqaure {
      left: 85.9%;
      bottom: -13px;
    }
  }
  @media (max-width: 991px) {
    .what-activity__sqaure {
      left: 85.5%;
      bottom: -13px;
      border-left: 13px solid transparent;
      border-right: 13px solid transparent;
      border-top: 13px solid #5bcdf3;
    }
  }
  @media (max-width: 767px) {
    .what-activity__sqaure {
      left: 84.6%;
      bottom: 9px;
    }
  }
  @media (max-width: 575px) {
    .what-activity__sqaure {
      left: 81%;
      bottom: -14px;
    }
  }
  @media screen and (max-width: 400px) {
    .what-activity__sqaure {
      left: 78.6%;
      bottom: -14px;
    }
  }
  .what-activity__listing {
    width: 49%;
  }
  @media (max-width: 991px) {
    .what-activity__listing:nth-of-type(1) {
      width: 51%;
    }
  }
  .what-activity__listing ul {
    margin-top: -29px;
  }
  .what-activity__listing ul li {
    padding: 1.2rem 0;
    position: relative;
  }
  @media (max-width: 1199px) {
    .what-activity__listing ul li {
      font-size: 0.9rem;
    }
  }
  @media (max-width: 991px) {
    .what-activity__listing ul li {
      font-size: 0.75rem;
    }
  }
  @media (max-width: 767px) {
    .what-activity__listing ul li {
      font-size: 0.9rem;
    }
  }
  @media (max-width: 575px) {
    .what-activity__listing ul li {
      font-size: 0.8rem;
    }
  }
  .what-activity__listing ul li:first-child {
    
    font-size: 1.2rem;
    line-height: 1;
  }
  @media (max-width: 1199px) {
    .what-activity__listing ul li:first-child {
      font-size: 0.9rem;
      line-height: 1.2;
    }
  }
  @media (max-width: 767px) {
    .what-activity__listing ul li:first-child {
      font-size: 0.8rem;
      line-height: 1.5;
    }
  }
  .what-activity__listing ul li:first-child span {
    background-color: #fff;
    width: 65%;
    padding: 0 20px;
    display: inline-block;
  }
  @media (max-width: 991px) {
    .what-activity__listing ul li:first-child span {
      padding: 0;
    }
  }
  .what-activity__listing ul li div {
    border: 4px solid #071780;
    width: 45px;
    height: 45px;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: -63px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999;
    background-color: #fff;
  }
  @media (max-width: 1199px) {
    .what-activity__listing ul li div {
      right: -55px;
    }
  }
  @media (max-width: 991px) {
    .what-activity__listing ul li div {
      right: -41px;
      width: 35px;
      height: 35px;
    }
  }
  .what-activity__listing ul li div p {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
  }
  .what-activity__listing ul li:nth-of-type(5) div,
  .what-activity__listing ul li:nth-of-type(6) div,
  .what-activity__listing ul li:nth-of-type(8) div {
    border: 4px solid #5bcdf3;
  }
  .what-activity__listing:first-child {
    padding-right: 5rem;
    position: relative;
  }
  @media (max-width: 1199px) {
    .what-activity__listing:first-child {
      padding-right: 4rem;
    }
  }
  @media (max-width: 991px) {
    .what-activity__listing:first-child {
      padding-right: 3rem;
    }
  }
  .what-activity__listing:first-child ul {
    text-align: right;
  }
  .what-activity__listing:first-child ul li::after {
    content: "";
    width: 31px;
    height: 100px;
    background: #071780;
    display: inline-block;
    position: absolute;
    z-index: 0;
    right: -56px;
    top: 0;
  }
  @media (max-width: 1199px) {
    .what-activity__listing:first-child ul li::after {
      right: -49px;
    }
  }
  @media (max-width: 991px) {
    .what-activity__listing:first-child ul li::after {
      right: -36px;
      width: 24px;
    }
  }
  .what-activity__listing:first-child ul li:not(:first-child) {
    padding-right: 20px;
  }
  @media (max-width: 991px) {
    .what-activity__listing:first-child ul li:not(:first-child) {
      padding-right: 0;
    }
  }
  @media (max-width: 575px) {
    .what-activity__listing:first-child ul li:not(:first-child) {
      height: 60px;
    }
  }
  .what-activity__listing:first-child
    ul
    li:not(:first-child):nth-of-type(8)::after {
    height: 95px;
  }
  @media (max-width: 991px) {
    .what-activity__listing:first-child
      ul
      li:not(:first-child):nth-of-type(8)::after {
      height: 90px;
    }
  }
  @media (max-width: 767px) {
    .what-activity__listing:first-child
      ul
      li:not(:first-child):nth-of-type(8)::after {
      height: 77px;
    }
  }
  .what-activity__listing:first-child ul li:nth-of-type(1)::after {
    height: 30px;
    top: 28px;
  }
  .what-activity__listing:first-child ul li:nth-of-type(5)::after,
  .what-activity__listing:first-child ul li:nth-of-type(6)::after,
  .what-activity__listing:first-child ul li:nth-of-type(8)::after {
    background: #5bcdf3;
  }
  .what-activity__listing:last-child ul li {
    
  }
  .what-activity__listing:last-child ul li:not(:first-child) {
    padding-left: 20px;
  }
  @media (max-width: 991px) {
    .what-activity__listing:last-child ul li:not(:first-child) {
      padding-left: 0;
    }
  }
  @media (max-width: 575px) {
    .what-activity__listing:last-child ul li:not(:first-child) {
      height: 60px;
    }
  }
  @media (max-width: 767px) {
    .what-activity__listing:last-child ul li:nth-of-type(5) {
      padding-right: 20px;
    }
  }
  @media (max-width: 575px) {
    .what-activity__listing:last-child ul li:nth-of-type(7) {
      padding-right: 20px;
    }
  }
  @media (max-width: 767px) {
    .what-activity__listing:last-child ul li:first-child span {
      width: 90%;
    }
  }
  .what-activity__blue {
    background-color: #071780;
    padding: 10px;
    margin-bottom: 0;
  }
  .what-activity__yellow {
    background-color: #5bcdf3;
    padding: 10px;
    margin-bottom: 0;
  }
  .approach-heading {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    background-color: #fff;
    z-index: 1;
  }
  .approach-heading ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .approach-heading__title {
    font-size: 1.2rem;
  }
  @media (max-width: 767px) {
    .approach-heading__title {
      font-size: 1rem;
    }
  }
  .approach-heading__content > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  .approach-heading__content > ul:first-child li:first-child,
  .approach-heading__content > ul:nth-of-type(2) li:first-child {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    border-bottom: 0;
    position: relative;
  }
  .approach-heading__content > ul:first-child li:first-child::after,
  .approach-heading__content > ul:nth-of-type(2) li:first-child::after {
    content: "";
    border-bottom: 1px dashed #707070;
    display: inline-block;
    width: 90%;
    position: absolute;
    bottom: 0;
    left: 10px;
  }
  .approach-heading__content > ul:first-child li:last-child,
  .approach-heading__content > ul:nth-of-type(2) li:last-child {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
  }
  .approach-heading__content > ul:nth-of-type(2) li:nth-of-type(2),
  .approach-heading__content > ul:nth-of-type(2) li:nth-of-type(3) {
    border-bottom: none;
    position: relative;
  }
  .approach-heading__content > ul:nth-of-type(2) li:nth-of-type(2)::after,
  .approach-heading__content > ul:nth-of-type(2) li:nth-of-type(3)::after {
    content: "";
    border-bottom: 1px dashed #707070;
    display: inline-block;
    width: 90%;
    position: absolute;
    bottom: 0;
    left: 10px;
  }
  .approach-heading__content > ul:nth-of-type(2) li:first-child,
  .approach-heading__content > ul:nth-of-type(3) li:first-child {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    
    border-top: none;
    border-right: none;
    position: relative;
  }
  .approach-heading__content > ul:nth-of-type(2) li:first-child::before,
  .approach-heading__content > ul:nth-of-type(3) li:first-child::before {
    content: "";
    border-right: 1px dashed #707070;
    display: inline-block;
    height: 90%;
    position: absolute;
    bottom: 6px;
    right: 0;
  }
  .approach-heading__content > ul:nth-of-type(2) li:nth-of-type(2),
  .approach-heading__content > ul:nth-of-type(3) li:nth-of-type(2) {
    border-top: none;
  }
  .approach-heading__content > ul:nth-of-type(2) li:last-child,
  .approach-heading__content > ul:nth-of-type(3) li:last-child {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    border-top: none;
    border-left: none;
    position: relative;
  }
  .approach-heading__content > ul:nth-of-type(2) li:last-child::before,
  .approach-heading__content > ul:nth-of-type(3) li:last-child::before {
    content: "";
    border-right: 1px dashed #707070;
    display: inline-block;
    height: 90%;
    position: absolute;
    bottom: 6px;
    left: 0;
  }
  .approach-heading__content > ul > li {
    border: 1px solid #707070;
    padding: 10px 20px;
  }
  @media (max-width: 991px) {
    .approach-heading__content > ul > li {
      font-size: 0.9rem;
    }
  }
  @media (max-width: 767px) {
    .approach-heading__content > ul > li {
      font-size: 0.8rem;
    }
  }
  @media (max-width: 767px) {
    .approach-heading__content > ul > li img {
      width: 30px;
    }
  }
  .approach-heading__scope {
    width: 25%;
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    border-top-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-left-radius: 30px;
    background-color: #f5f5f5;
    
  }
  .approach-heading__team,
  .approach-heading__join {
    width: 37.5%;
    background-color: #fff6e8;
  }
  .approach-heading__team {
    border-left: none !important;
    border-right: none !important;
  }
  .approach-heading__join {
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    border-bottom-right-radius: 30px;
    background-color: #e8ecff;
  }
  .approach-overall__team,
  .approach-overall__join {
    color: #fff;
    
  }
  .approach-overall__team--more,
  .approach-overall__join--more {
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 10px 0;
  }
  .approach-overall__team--more span,
  .approach-overall__join--more span {
    border-bottom: 2px solid #fff;
    margin-bottom: 3px;
    display: inline-block;
  }
  @media (max-width: 991px) {
    .approach-overall__team--more p,
    .approach-overall__join--more p {
      font-size: 0.9rem;
    }
  }
  .approach-overall__team {
    background-color: #5bcdf3;
  }
  .approach-overall__join {
    background-color: #071780;
  }
  .approach-overall__join--more {
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
  }
  .approach-overall__scope--more {
    visibility: hidden;
  }
  .approach-first__scope {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
    
  }
  .approach-first__scope--inner {
    
  }
  .approach-first__join {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
  }
  .approach-first__team {
    border-bottom: 0;
  }
  .approach-first__team,
  .approach-first__join {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .approach-first__team > img,
  .approach-first__join > img {
    margin-right: 1rem;
  }
  .approach-second__scope {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    
    border-top: none !important;
  }
  .approach-second__scope--more {
    width: 100%;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    border-bottom-right-radius: 30px;
    border-top: none !important;
  }
  .approach-second__join {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
  }
  .approach-second__team,
  .approach-second__join {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
    border-top: none !important;
  }
  .approach-second__team > img,
  .approach-second__join > img {
    margin-right: 1rem;
  }
  .approach-scenario {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1.5rem 0;
  }
  .approach-scenario h4 {
    line-height: 1.5;
    
  }
  @media (max-width: 1199px) {
    .approach-scenario h4 {
      font-size: 1rem;
    }
  }
  .approach-scenario h4::after {
    content: "|";
    display: inline-block;
    margin: 0 20px;
    
  }
  .approach-scenario p {
    
  }
  @media (max-width: 1199px) {
    .approach-scenario p {
      font-size: 0.9rem;
    }
  }
  @media (max-width: 991px) {
    .approach-scenario p {
      width: 65%;
    }
  }
  .mobile-overview__inner {
    margin: 1.5rem 0;
  }
  @media (max-width: 575px) {
    .mobile-overview {
      overflow-x: scroll;
    }
    .mobile-overview__inner {
      width: 700px;
    }
  }
  .activity-listing {
    border: 1px solid #707070;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
    margin-top: 4rem;
    padding-bottom: 3rem;
  }
  .activity-listing > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .activity-listing > li > div {
    padding: 1.2rem 0;
    position: relative;
    width: 49%;
  }
  .activity-listing__setup {
    padding-right: 6rem !important;
    position: relative;
    text-align: right;
  }
  .activity-listing__setup::after {
    content: "";
    width: 31px;
    height: 100px;
    background: #071780;
    display: inline-block;
    position: absolute;
    z-index: 0;
    right: 22px;
    top: 0;
  }
  .activity-listing__data {
    padding-left: 20px !important;
  }
  .activity-listing__data p {
    margin-bottom: 0;
    
  }
  .activity-listing__inner {
    border: 4px solid #071780;
    width: 45px;
    height: 45px;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999;
    background-color: #fff;
  }
  @media (max-width: 1199px) {
    .activity-listing__inner {
      right: -55px;
    }
  }
  @media (max-width: 991px) {
    .activity-listing__inner {
      right: -41px;
      width: 35px;
      height: 35px;
    }
  }
  .activity-listing__inner p {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
  }
  .activity-listing > li:first-child {
    margin-top: -29px;
  }
  .activity-listing > li:first-child span {
    background-color: #fff;
    width: 65%;
    padding: 0 20px;
    display: inline-block;
    
    font-size: 1.2rem;
    line-height: 1;
  }
  .activity-listing > li:nth-of-type(5) .activity-listing__inner,
  .activity-listing > li:nth-of-type(6) .activity-listing__inner,
  .activity-listing > li:nth-of-type(8) .activity-listing__inner {
    border: 4px solid #5bcdf3;
  }
  .activity-listing > li:nth-of-type(5) .activity-listing__setup::after,
  .activity-listing > li:nth-of-type(6) .activity-listing__setup::after,
  .activity-listing > li:nth-of-type(8) .activity-listing__setup::after {
    background: #5bcdf3;
  }
  .csr-tabs {
    border-bottom: none;
  }
  .csr-tabs > li {
    width: 16.6666666667%;
  }
  @media (max-width: 767px) {
    .csr-tabs > li {
      width: 33.3333333333%;
    }
  }
  .csr-tabs > li .nav-link,
  .csr-tabs > li .nav-link.active {
    border: none;
    padding: 2rem;
    height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  @media (max-width: 991px) {
    .csr-tabs > li .nav-link,
    .csr-tabs > li .nav-link.active {
      padding: 2rem 1rem;
    }
  }
  @media (max-width: 767px) {
    .csr-tabs > li .nav-link,
    .csr-tabs > li .nav-link.active {
      padding: 1rem;
    }
  }
  .csr-tabs > li .nav-link img,
  .csr-tabs > li .nav-link.active img {
    height: 70px;
    margin-bottom: 1rem;
  }
  .csr-tabs > li .nav-link .white-active {
    display: none;
  }
  .csr-tabs > li .nav-link.active {
    position: relative;
  }
  .csr-tabs > li .nav-link.active span {
    color: #000;
  }
  .csr-tabs > li .nav-link.active .white-active {
    display: block;
  }
  .csr-tabs > li .nav-link.active .black {
    display: none;
  }
  .csr-tabs > li .nav-link.active::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #fff;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
  }
  @media (max-width: 767px) {
    .csr-tabs > li .nav-link.active::after {
      display: none;
    }
  }
  .csr-tabs__text {
    display: block;
    
    font-size: 1.2rem;
    line-height: 1.2;
    color: #fff;
  }
  @media (max-width: 991px) {
    .csr-tabs__text {
      font-size: 1rem;
      line-height: 1rem;
    }
  }
  @media (max-width: 767px) {
    .csr-tabs__text {
      line-height: 1.2rem;
    }
    .csr-tabs__text > br {
      display: none;
    }
  }
  .csr-tabs__first {
    background-color: #071780;
  }
  .csr-tabs__second {
    background-color: #072cbf;
  }
  .csr-tabs__third {
    background-color: #133ad3;
  }
  .csr-tabs__fourth {
    background-color: #0c4ed4;
  }
  .csr-tabs__fifth {
    background-color: #1274de;
  }
  .csr-tabs__six {
    background-color: #1c84f4;
  }
  .csr-content {
    padding: 6rem 0;
    background-color: #071780;
  }
  @media (max-width: 991px) {
    .csr-content {
      padding: 5rem 0;
    }
  }
  @media (max-width: 767px) {
    .csr-content {
      padding: 3rem 0;
    }
  }
  .csr-content .csr-data {
    margin-bottom: 0;
    padding: 10px 0;
    position: relative;
  }
  @media (max-width: 767px) {
    .csr-content .csr-data {
      padding-left: 2rem;
    }
  }
  .csr-content .csr-data:before {
    content: "";
    border-left: 5px solid #5bcdf3;
    height: 100%;
    position: absolute;
    left: -35px;
    top: 0;
  }
  @media (max-width: 1199px) {
    .csr-content .csr-data:before {
      left: -15px;
    }
  }
  @media (max-width: 767px) {
    .csr-content .csr-data:before {
      left: 0;
    }
  }
  .csr-content .csr-data > li {
    font-size: 1.2rem;
    color: #fff;
    
  }
  .csr-content .csr-data > li:not(:last-child) {
    margin-bottom: 1rem;
  }
  @media (max-width: 767px) {
    .csr-content .csr-data > li {
      font-size: 1rem;
    }
  }
  .core-guiding {
    background-color: #fff;
  }
  .core-guiding__heading {
    text-transform: capitalize;
    
  }
  .our-culture-color {
    background-color: #071780;
    border-top: 1px dashed #fff;
  }
  .our-culture-color h3 {
    text-transform: none;
    font-size: 2rem;
    text-align: center;
  }
  @media (max-width: 991px) {
    .our-culture-color h3 {
      font-size: 1.5rem;
    }
  }
  .our-culture__heading ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .our-culture__heading ul > li {
    width: 36%;
    padding: 1.5rem 2.5rem;
    
    font-size: 1.5rem;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
  }
  @media (max-width: 991px) {
    .our-culture__heading ul > li {
      padding: 1.3rem 1rem;
      font-size: 1.2rem;
    }
  }
  @media (max-width: 767px) {
    .our-culture__heading ul > li {
      font-size: 1rem;
    }
  }
  @media (max-width: 575px) {
    .our-culture__heading ul > li {
      font-size: 0.8rem;
    }
  }
  .our-culture__heading ul > li:first-child {
    width: 28%;
  }
  .our-culture__heading ul > li:nth-of-type(2) {
    background-color: #5bcdf3;
  }
  @media (max-width: 575px) {
    .our-culture__heading ul > li:nth-of-type(2) {
      width: 38%;
      -webkit-border-top-left-radius: 10px;
      -moz-border-radius-topleft: 10px;
      border-top-left-radius: 10px;
      -webkit-border-top-right-radius: 10px;
      -moz-border-radius-topright: 10px;
      border-top-right-radius: 10px;
    }
  }
  .our-culture__heading ul > li:last-child {
    background-color: #d9d9d9;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    padding: 1rem 2.5rem;
    margin-bottom: -16px;
  }
  @media (max-width: 991px) {
    .our-culture__heading ul > li:last-child {
      padding: 1rem;
    }
  }
  @media (max-width: 575px) {
    .our-culture__heading ul > li:last-child {
      width: 34%;
      padding: 0.8em 1rem 1rem;
    }
  }
  .our-culture__main > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .our-culture__main > ul:not(:last-child)::before {
    content: "";
    border-bottom: 1px dashed #989898;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
  }
  .our-culture__main > ul:first-child > li:first-child {
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    border-top-left-radius: 30px;
  }
  .our-culture__main > ul:last-child > li:first-child {
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-left-radius: 30px;
  }
  .our-culture__main > ul:last-child > li:last-child {
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    border-bottom-right-radius: 30px;
  }
  .our-culture__main > ul li {
    padding: 2rem 2.5rem;
    height: 107px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  @media (max-width: 991px) {
    .our-culture__main > ul li {
      padding: 2rem 1rem;
      height: 123px;
    }
  }
  @media (max-width: 767px) {
    .our-culture__main > ul li {
      padding: 1rem;
      height: auto;
    }
  }
  @media (max-width: 575px) {
    .our-culture__main > ul li {
      font-size: 0.7rem;
    }
  }
  .our-culture__details {
    width: 28%;
    font-size: 1.2rem;
    background-color: #f7f7f7;
    
  }
  @media (max-width: 991px) {
    .our-culture__details {
      font-size: 1rem;
    }
  }
  @media (max-width: 767px) {
    .our-culture__details {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
    }
  }
  .our-culture__details img {
    height: 50px;
    margin-right: 1rem;
  }
  @media (max-width: 991px) {
    .our-culture__details img {
      margin-right: 0.5rem;
    }
  }
  @media (max-width: 767px) {
    .our-culture__details img {
      margin-right: 0;
      margin-bottom: 0.5rem;
    }
  }
  @media (max-width: 575px) {
    .our-culture__details img {
      height: 40px;
    }
  }
  .our-culture__way {
    width: 36%;
    background-color: #fff;
    
    -webkit-box-shadow: 0px 0 20px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0 20px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0 20px rgba(0, 0, 0, 0.16);
    position: relative;
  }
  @media (max-width: 575px) {
    .our-culture__way {
      width: 38%;
    }
  }
  .our-culture__noway {
    width: 36%;
    background-color: #f7f7f7;
    
    -webkit-box-shadow: 0px 0 20px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0 20px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0 20px rgba(0, 0, 0, 0.16);
  }
  @media (max-width: 575px) {
    .our-culture__noway {
      width: 34%;
    }
    .our-culture__noway > br {
      display: none;
    }
  }
  .more-about {
    background-color: #f5f5f5;
  }
  .more-about__main {
    position: relative;
    padding-bottom: 100px;
  }
  @media (max-width: 767px) {
    .more-about__main {
      padding-bottom: 0;
    }
  }
  .more-about__main::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/SUu0Q0go8wgl.svg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: -60px 80px;
    position: absolute;
  }
  @media (max-width: 767px) {
    .more-about__main::before {
      background: none;
    }
  }
  .more-about__main .heading-2 {
    text-transform: capitalize;
  }
  .more-about__main .heading-2::after {
    background-color: #5bcdf3;
  }
  .more-abouting {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5rem;
    position: relative;
  }
  @media (max-width: 767px) {
    .more-abouting {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 3rem;
    }
  }
  .more-abouting > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 370px;
    height: 370px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
  }
  @media (max-width: 1199px) {
    .more-abouting > li {
      width: 350px;
      height: 350px;
    }
  }
  @media (max-width: 991px) {
    .more-abouting > li {
      width: 280px;
      height: 280px;
    }
  }
  .more-abouting > li a {
    font-size: 1.5rem;
    color: #fff;
    margin-top: 1rem;
    
  }
  @media (max-width: 991px) {
    .more-abouting > li a {
      font-size: 1rem;
    }
  }
  @media (max-width: 767px) {
    .more-abouting > li a {
      font-size: 1.2rem;
    }
  }
  .more-abouting > li img {
    height: 90px;
  }
  .more-abouting__dna {
    margin-right: -70px;
    background-color: #071780;
    position: relative;
    z-index: 1;
  }
  @media (max-width: 767px) {
    .more-abouting__dna {
      margin-right: 0;
      margin-bottom: 1rem;
    }
  }
  .more-abouting__dna::before {
    width: 70px;
    height: 222px;
    position: absolute;
    content: "";
    display: inline-block;
    right: 0;
    background: url(../images/f4RQhClvG7fy.svg) no-repeat;
  }
  @media (max-width: 991px) {
    .more-abouting__dna::before {
      width: 68px;
      height: 190px;
      background: url(../images/MIhKALK1y2Fs.svg) no-repeat;
      right: -3px;
    }
  }
  @media (max-width: 767px) {
    .more-abouting__dna::before {
      display: none;
    }
  }
  .more-abouting__mission {
    background-color: #5bcdf3;
    margin-right: -70px;
    position: relative;
  }
  @media (max-width: 767px) {
    .more-abouting__mission {
      margin-right: 0;
      margin-bottom: 1rem;
    }
  }
  .more-abouting__mission::before {
    width: 70px;
    height: 222px;
    position: absolute;
    content: "";
    display: inline-block;
    right: 0;
    background: url(../images/vXHFlsvLeA9i.svg) no-repeat;
  }
  @media (max-width: 991px) {
    .more-abouting__mission::before {
      width: 68px;
      height: 190px;
      background: url(../images/rsYSIMIPGfas.svg) no-repeat;
      right: -2px;
    }
  }
  @media (max-width: 767px) {
    .more-abouting__mission::before {
      display: none;
    }
  }
  .more-abouting__csr {
    background-color: #848484;
  }
  .vision-mission {
    background-color: #071780;
    padding-top: 0;
  }
  .vision-mission__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    padding-top: 200px;
  }
  @media (max-width: 991px) {
    .vision-mission__main {
      padding-top: 150px;
    }
  }
  @media (max-width: 767px) {
    .vision-mission__main {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-top: 0;
    }
  }
  .vision-mission__main > div {
    width: 49%;
    position: relative;
  }
  @media (max-width: 767px) {
    .vision-mission__main > div {
      width: 100%;
    }
  }
  .vision-mission__main > div img {
    height: 300px;
  }
  @media (max-width: 991px) {
    .vision-mission__main > div img {
      height: 220px;
    }
  }
  @media (max-width: 767px) {
    .vision-mission__main > div img {
      height: 250px;
      margin-bottom: -5rem;
    }
  }
  .vision-mission__main > div:not(:last-child) {
    margin-right: 2rem;
  }
  @media (max-width: 767px) {
    .vision-mission__main > div:not(:last-child) {
      margin-right: 0;
      margin-bottom: 5rem;
    }
  }
  .vision-mission__left img {
    position: absolute;
    top: -230px;
    right: 0;
  }
  @media (max-width: 991px) {
    .vision-mission__left img {
      top: -170px;
    }
  }
  @media (max-width: 767px) {
    .vision-mission__left img {
      position: static;
    }
  }
  .vision-mission__right img {
    position: absolute;
    top: -180px;
    right: 0;
  }
  @media (max-width: 991px) {
    .vision-mission__right img {
      top: -130px;
    }
  }
  @media (max-width: 767px) {
    .vision-mission__right img {
      position: static;
    }
  }
  .vision-mission__vision-content,
  .vision-mission__mission-content {
    background-color: #5bcdf3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 3rem 2rem 2em;
    color: #fff;
    position: relative;
    text-align: left;
  }
  @media (max-width: 991px) {
    .vision-mission__vision-content,
    .vision-mission__mission-content {
      padding: 3rem 1.5rem 2rem;
    }
  }
  .vision-mission__vision-content h3,
  .vision-mission__mission-content h3 {
    font-size: 2.5rem;
    
    position: relative;
    margin-bottom: 2rem;
    text-transform: uppercase;
  }
  @media (max-width: 991px) {
    .vision-mission__vision-content h3,
    .vision-mission__mission-content h3 {
      font-size: 1.5rem;
    }
  }
  .vision-mission__vision-content h3::before,
  .vision-mission__mission-content h3::before {
    content: "";
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 55px;
    width: 50px;
  }
  @media (max-width: 991px) {
    .vision-mission__vision-content h3::before,
    .vision-mission__mission-content h3::before {
      top: 40px;
    }
  }
  .vision-mission__vision-content p:not(:first-child),
  .vision-mission__mission-content p:not(:first-child) {
    
  }
  .vision-mission__vision-content {
    padding-bottom: 5rem;
  }
  @media (max-width: 991px) {
    .vision-mission__vision-content {
      padding-bottom: 6.5rem;
    }
  }
  @media (max-width: 767px) {
    .vision-mission__vision-content {
      padding-bottom: 2rem;
    }
  }
  .vision-mission__mission-content {
    background-color: #848484;
  }
  .vision-mission__bold {
    
  }
  .our-happy-client-pictures-list {
    background: #f2f2f2;
    padding: 50px 0;
  }
  @media (max-width: 767px) {
    .our-happy-client-pictures-list {
      padding: 50px 0;
    }
  }
  .our-happy-client-pictures-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 0;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .our-happy-client-pictures-list ul li {
    width: 19%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 20px;
    margin: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.02);
  }
  @media (max-width: 1199px) {
    .our-happy-client-pictures-list ul li {
      width: 18.8%;
    }
  }
  @media (max-width: 991px) {
    .our-happy-client-pictures-list ul li {
      width: 18.4%;
    }
  }
  @media (max-width: 767px) {
    .our-happy-client-pictures-list ul li {
      width: 22.3%;
    }
  }
  @media (max-width: 575px) {
    .our-happy-client-pictures-list ul li {
      width: 22.1%;
      padding: 20px 10px;
      margin: 4px;
    }
  }
  @media (max-width: 767px) {
    .our-happy-client-pictures-list ul li img {
      width: 100%;
    }
  }
  .hire-happy .inner-page-top-form__list ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hire-happy .inner-page-top-form__list ul li {
    cursor: pointer;
    min-width: auto;
  }
  @media (max-width: 767px) {
    .hire-happy .inner-page-top-form__list ul li {
      padding: 4px 7px;
    }
  }
  .hire-happy .inner-page-top-form__list ul li.active {
    background-color: #fff;
    color: #000;
  }
  .referral-banner.hire-bg {
    background-image: url(../images/t3R1qFGYrmAm.jpg);
  }
  .referral-banner.hire-bg .heading-4:after {
    display: none;
  }
  .referral-data__project {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
  @media (max-width: 767px) {
    .referral-data__project {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  .referral-data__project li {
    width: 50%;
    background-color: #5bcdf3;
    color: #fff;
    padding: 3rem;
    -webkit-border-radius: 1.8rem;
    -moz-border-radius: 1.8rem;
    border-radius: 1.8rem;
  }
  @media (max-width: 767px) {
    .referral-data__project li {
      width: 100%;
      padding: 2rem;
    }
  }
  .referral-data__project li:not(:last-child) {
    margin-right: 3rem;
    background-color: #071780;
  }
  @media (max-width: 1199px) {
    .referral-data__project li:not(:last-child) {
      margin-right: 2rem;
    }
  }
  @media (max-width: 767px) {
    .referral-data__project li:not(:last-child) {
      margin-right: 0;
      margin-bottom: 2rem;
    }
  }
  .referral-data__project li p {
    margin-bottom: 0;
  }
  .referral-data__project li h2 {
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
  @media (max-width: 767px) {
    .referral-data__project li h2 {
      font-size: 1.5rem;
    }
  }
  .referral-data__project li h2 img {
    width: 40px;
    height: 40px;
    margin-right: 1.5rem;
  }
  .referral-new {
    background-color: #f2f2f2;
  }
  @media (max-width: 767px) {
    .referral-new {
      padding-bottom: 10rem;
    }
  }
  .referral-new__data {
    background-color: #fff;
    -webkit-border-radius: 1.8rem;
    -moz-border-radius: 1.8rem;
    border-radius: 1.8rem;
    padding: 2.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .referral-new__data:nth-last-of-type(-n + 2) {
    margin-top: 2rem;
  }
  .referral-new__data p {
    margin: 0;
  }
  .referral-new__data img {
    width: 65px;
    height: 60px;
    margin-right: 1rem;
  }
  @media (max-width: 767px) {
    .referral-new__data img {
      width: 50px;
      height: 50px;
    }
  }
  .s4s-referral__help {
    width: 20%;
  }
  @media (max-width: 767px) {
    .s4s-referral__help {
      width: 100%;
    }
  }
  .s4s-referral__risk {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 1.5rem 2rem 1.5rem 10rem;
  }
  @media (max-width: 991px) {
    .s4s-referral__risk {
      padding-left: 5rem;
    }
  }
  @media (max-width: 767px) {
    .s4s-referral__risk {
      width: 100%;
      padding: 1.5rem;
    }
  }
  .s4s-referral__risk p {
    margin-bottom: 0;
  }
  .s4s-referral__risk p a {
    color: #000;
    text-decoration: underline;
  }
  .s4s-referral__risk-image {
    top: -15px;
    left: 10%;
  }
  @media (max-width: 1199px) {
    .s4s-referral__risk-image {
      top: -10px;
    }
  }
  @media (max-width: 991px) {
    .s4s-referral__risk-image {
      top: 18%;
      left: 5%;
    }
  }
  @media (max-width: 767px) {
    .s4s-referral__risk-image {
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 40%;
    }
  }
  @media (max-width: 575px) {
    .s4s-referral__risk-image {
      width: 50%;
    }
  }
  .referal-terms-conditions {
    padding-top: 0;
  }
  @media (max-width: 767px) {
    .referal-terms-conditions {
      padding-top: 3rem;
    }
  }
  .referal-terms-conditions__listing {
    padding-left: 0;
    max-width: 900px;
    margin: 2rem auto 0;
    list-style: none;
  }
  .referal-terms-conditions__listing li {
    position: relative;
    padding-left: 20px;
  }
  .referal-terms-conditions__listing li:not(:last-child) {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f2f2f2;
  }
  .referal-terms-conditions__listing li::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #5bcdf3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
  }
  .referal-faq {
    background-color: #f2f2f2;
  }
  .referal-faq__listing {
    list-style: none;
    padding-left: 0;
  }
  .referal-faq__listing li {
    border-left: 5px solid #5bcdf3;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    background-color: #fff;
    padding: 1.5rem 2rem;
  }
  .referal-faq__listing li:not(:last-child) {
    margin-bottom: 2rem;
  }
  .referal-faq__listing li p {
    margin-bottom: 0;
  }
  .comparative-insights-data__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0.5rem;
  }
  .comparative-insights-data__title li {
    width: 25%;
    padding: 1rem 2rem;
    background-color: #071780;
    text-align: center;
    color: #fff;
  }
  @media (max-width: 767px) {
    .comparative-insights-data__title li {
      font-size: 0.8rem;
      padding: 0.8rem;
    }
  }
  @media (max-width: 575px) {
    .comparative-insights-data__title li {
      padding: 0.8rem 0.5rem;
      width: 22.5%;
    }
  }
  .comparative-insights-data__title li:nth-of-type(1) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-top-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-bottom-left-radius: 50px;
  }
  .comparative-insights-data__title li:nth-of-type(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    background-color: #5bcdf3;
  }
  .comparative-insights-data__title li:nth-of-type(3) {
    -webkit-border-top-right-radius: 50px;
    -moz-border-radius-topright: 50px;
    border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-bottomright: 50px;
    border-bottom-right-radius: 50px;
    background-color: #707070;
  }
  .comparative-insights-data__listing {
    padding-left: 0;
    list-style: none;
  }
  .comparative-insights-data__listing > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .comparative-insights-data__listing > li:not(:last-child) {
    margin-bottom: 1rem;
  }
  .comparative-insights-data__listing__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .comparative-insights-data__listing__inner li {
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem 1rem;
    text-align: center;
    margin-bottom: 0;
    text-transform: capitalize;
    min-height: 88px;
  }
  @media (max-width: 767px) {
    .comparative-insights-data__listing__inner li {
      font-size: 0.8rem;
      padding: 1rem;
    }
  }
  @media (max-width: 575px) {
    .comparative-insights-data__listing__inner li {
      padding: 1rem 0.6rem;
      width: 23%;
    }
  }
  .comparative-insights-data__listing .comparative-white {
    background-color: #fff;
    
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    font-size: 1.2rem;
    padding: 0 1.5rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  @media (max-width: 1199px) {
    .comparative-insights-data__listing .comparative-white {
      padding: 1rem;
    }
  }
  @media (max-width: 767px) {
    .comparative-insights-data__listing .comparative-white {
      font-size: 0.8rem;
    }
  }
  @media (max-width: 575px) {
    .comparative-insights-data__listing .comparative-white {
      padding: 0.6rem 0.5rem;
      width: 33%;
    }
  }
  .comparative-insights-data__listing .comparative-blue {
    background-color: #e8edff;
  }
  .comparative-insights-data__listing .comparative-blue span {
    text-transform: lowercase;
  }
  .comparative-insights-data__listing .comparative-pink {
    background-color: #fff6e9;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .comparative-insights-data__listing .comparative-grey {
    background-color: #f9f9f9;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
  }
  .inner-page-top-form.comparative-bg {
    padding: 100px 0;
    background-image: url(../images/7YrYDZhe3iS1.jpg) !important;
  }
  @media (max-width: 767px) {
    .inner-page-top-form.comparative-bg {
      padding: 50px 0;
    }
  }
  .inner-page-top-form.comparative-bg .inner-page-top__content {
    position: relative;
  }
  .bg-image {
    background-image: url(../images/p3qXIUZU3ioo.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .inner-banner {
    padding: 18px 0 140px;
  }
  @media (max-width: 767px) {
    .inner-banner {
      padding-bottom: 100px;
    }
  }
  .inner-banner .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .inner-banner .row .col-lg-7 .heading-7 {
    font-size: 3.4375rem;
    margin-bottom: 0;
  }
  @media (max-width: 991px) {
    .inner-banner .row .col-lg-7 .heading-7 {
      font-size: 2.8rem;
    }
  }
  .inner-banner .row .col-lg-7 .subhead-2 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1.5rem !important;
  }
  @media (max-width: 991px) {
    .inner-banner .row .col-lg-7 .subhead-2 {
      font-size: 1.3rem;
    }
  }
  .inner-banner .row .col-lg-7 .subhead-3 {
    font-size: 1.0625rem;
    font-weight: 600;
    margin: 0.8rem 0 1.5rem 0;
    list-style: none;
    padding-left: 0;
  }
  @media (max-width: 991px) {
    .inner-banner .row .col-lg-7 .subhead-3 {
      font-size: 0.9375rem;
    }
  }
  .inner-banner .row .col-lg-7 .subhead-3 span {
    
  }
  .inner-banner .row .col-lg-7 .subhead-3 li {
    line-height: 1.8;
    position: relative;
    padding-left: 20px;
  }
  .inner-banner .row .col-lg-7 .subhead-3 li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../images/5DruzU3fPJ16.svg);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .inner-banner .row .col-lg-7 .btn {
    -webkit-border-radius: 2.4rem;
    -moz-border-radius: 2.4rem;
    border-radius: 2.4rem;
    padding: 0.9rem 3.3rem;
    font-weight: 600;
  }
  @media (max-width: 991px) {
    .inner-banner .row .col-lg-5 {
      margin-top: 2rem;
    }
  }
  @media (max-width: 767px) {
    .inner-banner .row .col-lg-5 {
      margin-top: 0;
    }
  }
  .inner-banner .row .col-lg-5 .webform-submission-form .form-footer {
    display: none;
  }
  .page__node__elite-developers .campaign-bg {
    background-position: center;
  }
  .page__node__elite-developers .inner-banner .row {
    -webkit-box-align: initial;
    -webkit-align-items: initial;
    -moz-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }
  .page__node__elite-developers .inner-banner .row .inner-page-top-form__content {
    padding-top: 50px;
  }
  @media (max-width: 767px) {
    .page__node__elite-developers
      .inner-banner
      .row
      .inner-page-top-form__content {
      padding-top: 20px;
    }
  }
  .page__node__elite-developers
    .inner-banner
    .row
    .inner-page-top-form__content
    .inner-banner__txt
    .subhead-3 {
    letter-spacing: 0.8px;
  }
  .unmatched-excellence {
    padding: 165px 0 76px;
  }
  @media (max-width: 991px) {
    .unmatched-excellence {
      padding: 5.87rem 0 50px;
    }
  }
  @media (max-width: 575px) {
    .unmatched-excellence {
      padding: 6.37rem 0 20px;
    }
  }
  .unmatched-excellence .col-12 .heading-6 {
    color: #fff;
    font-size: 2.84375rem;
  }
  @media (max-width: 1199px) {
    .unmatched-excellence .col-12 .heading-6 {
      font-size: 2.3125rem;
    }
  }
  .unmatched-excellence .col-12 .heading-6 span {
    display: block;
  }
  @media (max-width: 767px) {
    .unmatched-excellence .col-12 .heading-6 span {
      display: inline;
    }
  }
  .unmatched-excellence .col-12 .subhead-4 {
    font-size: 1.0625rem;
    color: #fff;
  }
  .unmatched-excellence__cards {
    margin-top: 2.9rem;
  }
  .unmatched-excellence__cards ul {
    margin: 0 -0.9rem;
  }
  @media (max-width: 991px) {
    .unmatched-excellence__cards ul {
      margin: 0 -0.5rem;
    }
  }
  @media (max-width: 767px) {
    .unmatched-excellence__cards ul {
      margin: 0;
    }
  }
  .unmatched-excellence__cards ul li {
    width: 30.7%;
    border: 1px solid #fff;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    padding: 3.5rem 1.9rem;
    margin: 0.9rem;
  }
  @media (max-width: 1199px) {
    .unmatched-excellence__cards ul li {
      padding: 1.5rem;
      width: 30.3%;
    }
  }
  @media (max-width: 991px) {
    .unmatched-excellence__cards ul li {
      width: 47%;
      margin: 0.5rem;
    }
  }
  @media (max-width: 767px) {
    .unmatched-excellence__cards ul li {
      width: 100%;
      margin: 0.5rem 0;
    }
  }
  .unmatched-excellence__cards ul li img {
    width: 3.4rem;
    height: 3.06rem;
    margin-bottom: 1rem;
  }
  .unmatched-excellence__cards ul li .subhead-heading3 {
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 0.75rem;
  }
  .unmatched-excellence__cards ul li .subhead-2 {
    font-size: 0.9375rem;
    color: #c4c4c4;
  }
  .unmatched-excellence .btn {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.9rem 3.3rem;
    -webkit-border-radius: 2.2rem;
    -moz-border-radius: 2.2rem;
    border-radius: 2.2rem;
    margin: 3.61rem auto 0;
  }
  @media (max-width: 767px) {
    .unmatched-excellence .btn {
      margin-top: 1.5rem;
    }
  }
  .overheads .happy-clients__content {
    -webkit-box-shadow: 0px 5px 10px 0px #e9e9e9;
    -moz-box-shadow: 0px 5px 10px 0px #e9e9e9;
    box-shadow: 0px 5px 10px 0px #e9e9e9;
  }
  .overheads__wrap {
    padding: 180px 0 140px;
  }
  @media (max-width: 767px) {
    .overheads__wrap {
      padding: 130px 0 100px;
    }
  }
  .overheads .btn {
    -webkit-border-radius: 2.4rem;
    -moz-border-radius: 2.4rem;
    border-radius: 2.4rem;
    padding: 0.9rem 3.3rem;
    margin-top: 30px;
  }
  @media (max-width: 767px) {
    .overheads .btn {
      margin-top: 1rem;
    }
  }
  .overheads__right {
    padding-left: 2rem;
  }
  @media (max-width: 767px) {
    .overheads__right {
      padding-left: 0;
      padding-top: 2rem;
    }
  }
  .overheads__right .subhead-5 {
    line-height: 1;
    font-weight: 400;
    margin-bottom: 30px;
  }
  @media (max-width: 767px) {
    .overheads__right .subhead-5 {
      line-height: 25px;
      margin-bottom: 20px;
    }
  }
  .software-develop {
    background-color: #f4f6fc;
  }
  .software-develop .elite {
    padding-right: 5rem;
    padding-left: 0;
  }
  @media (max-width: 991px) {
    .software-develop .elite {
      padding-right: 2rem;
      padding-left: 0;
    }
  }
  @media (max-width: 767px) {
    .software-develop .elite {
      padding-left: 15px;
      margin-top: 0;
    }
  }
  .technologies {
    background-color: #f4f6fc;
    padding: 140px 0;
  }
  @media (max-width: 767px) {
    .technologies {
      padding: 100px 0;
    }
  }
  .technologies .btn {
    -webkit-border-radius: 2.4rem;
    -moz-border-radius: 2.4rem;
    border-radius: 2.4rem;
    padding: 0.9rem 3.3rem;
    margin-top: 30px;
  }
  @media (max-width: 767px) {
    .technologies .btn {
      margin-top: 1rem;
    }
  }
  .elite-ingredients {
    padding: 140px 0;
  }
  @media (max-width: 767px) {
    .elite-ingredients {
      padding: 100px 0;
    }
  }
  @media (max-width: 575px) {
    .elite-ingredients .heading-6 {
      margin-bottom: 20px;
      margin-top: 20px;
    }
  }
  .elite-ingredients .ingredients-carousel .item {
    margin-bottom: 20px;
  }
  .elite-ingredients .ingredients-carousel .item .heading-6 {
    margin-bottom: 20px;
  }
  .elite-ingredients .ingredients-carousel .owl-nav .owl-next,
  .elite-ingredients .ingredients-carousel .owl-nav .owl-prev {
    width: 2.6rem;
    height: 1.48rem;
    background-image: url(../images/wa3aS1mzj6ZZ.svg);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .elite-ingredients .ingredients-carousel .owl-nav .owl-next span,
  .elite-ingredients .ingredients-carousel .owl-nav .owl-prev span {
    display: none;
  }
  @media (max-width: 767px) {
    .elite-ingredients .ingredients-carousel .owl-nav .owl-next,
    .elite-ingredients .ingredients-carousel .owl-nav .owl-prev {
      width: 1.6rem;
      height: 1rem;
    }
  }
  .elite-ingredients .ingredients-carousel .owl-nav .owl-prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 0.6rem;
  }
  .elite-ingredients .ingredients-carousel .owl-nav .owl-prev.disabled {
    background-image: url(../images/Zp1147Kz4I2V.svg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    background-repeat: no-repeat;
    cursor: not-allowed;
  }
  .elite-ingredients .ingredients-carousel .owl-nav .owl-next.disabled {
    background-image: url(../images/Zp1147Kz4I2V.svg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    background-repeat: no-repeat;
    cursor: not-allowed;
  }
  .elite-ingredients .btn {
    -webkit-border-radius: 2.4rem;
    -moz-border-radius: 2.4rem;
    border-radius: 2.4rem;
    padding: 0.9rem 3.3rem;
    margin-top: 30px;
  }
  @media (max-width: 767px) {
    .elite-ingredients .btn {
      margin-top: 1rem;
    }
  }
  .value-delivery-elite {
    background-color: #f4f6fc;
    padding: 140px 0;
  }
  @media (max-width: 767px) {
    .value-delivery-elite {
      padding: 100px 0;
    }
  }
  .value-delivery-elite .btn {
    -webkit-border-radius: 2.4rem;
    -moz-border-radius: 2.4rem;
    border-radius: 2.4rem;
    padding: 0.9rem 3.3rem;
    margin-top: 30px;
  }
  @media (max-width: 767px) {
    .value-delivery-elite .btn {
      margin-top: 1rem;
      margin-bottom: 30px;
    }
  }
  .value-delivery-elite .inner-row {
    row-gap: 25px;
  }
  .value-delivery-elite .inner-row img {
    width: 3.4rem;
    height: 3.06rem;
    margin-bottom: 1rem;
  }
  .delivering-exceptional {
    padding: 140px 0 103px;
  }
  @media (max-width: 767px) {
    .delivering-exceptional {
      padding: 100px 0 86px;
    }
  }
  @media (max-width: 575px) {
    .delivering-exceptional {
      padding: 70px 0 56px;
    }
  }
  .delivering-exceptional .heading-6 {
    font-size: 2.84375rem;
    text-align: center;
    color: #282938;
    margin-bottom: 1.4rem;
  }
  @media (max-width: 1199px) {
    .delivering-exceptional .heading-6 {
      font-size: 2.3125rem;
    }
  }
  .delivering-exceptional .text-center {
    text-align: center;
  }
  .delivering-exceptional .subhead-4 {
    font-size: 1.0625rem;
    color: #282938;
    margin-bottom: 2.9rem;
  }
  .delivering-exceptional__cards {
    margin: 2.9rem 0 20px;
  }
  @media (max-width: 767px) {
    .delivering-exceptional__cards {
      margin-bottom: 100px;
    }
  }
  @media (max-width: 575px) {
    .delivering-exceptional__cards {
      margin-bottom: 70px;
    }
  }
  .delivering-exceptional__cards ul {
    margin: 0 -0.9rem;
  }
  @media (max-width: 991px) {
    .delivering-exceptional__cards ul {
      margin: 0 -0.5rem;
    }
  }
  @media (max-width: 767px) {
    .delivering-exceptional__cards ul {
      margin: 0;
    }
  }
  .delivering-exceptional__cards ul li {
    width: 30.7%;
    padding: 2.3rem 1.3rem;
    margin: 0.9rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  @media (max-width: 1199px) {
    .delivering-exceptional__cards ul li {
      padding: 1.5rem;
      width: 30.3%;
    }
  }
  @media (max-width: 991px) {
    .delivering-exceptional__cards ul li {
      width: 47%;
      margin: 0.5rem;
    }
  }
  @media (max-width: 767px) {
    .delivering-exceptional__cards ul li {
      width: 100%;
      margin: 0.5rem 0;
    }
  }
  .delivering-exceptional__cards ul li img {
    height: 2.5rem;
    margin-bottom: 1rem;
  }
  .delivering-exceptional__cards ul li .subhead-heading3 {
    font-size: 1.3rem;
    color: #282938;
    margin-bottom: 0.75rem;
  }
  .delivering-exceptional__cards ul li .subhead-2 {
    font-size: 0.9375rem;
    color: #1e1b1b;
  }
  .delivering-exceptional__cards ul li .btn {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.4rem 1.7rem;
    margin: 1.1rem 0 0 0;
    -webkit-border-radius: 1.25rem;
    -moz-border-radius: 1.25rem;
    border-radius: 1.25rem;
  }
  .delivering-exceptional .platform {
    padding-top: 10.3rem;
  }
  .delivering-exceptional .platform .heading-6 {
    font-size: 2.84375rem;
    text-align: center;
    margin-bottom: 2.9rem;
  }
  @media (max-width: 1199px) {
    .delivering-exceptional .platform .heading-6 {
      font-size: 2.3125rem;
    }
  }
  .delivering-exceptional .platform .heading-6 span {
    display: initial;
  }
  @media (max-width: 991px) {
    .delivering-exceptional .platform ul {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }
  .delivering-exceptional .platform ul li {
    width: 22.5%;
    text-align: center;
    padding: 1.875rem;
    background-color: #f8f8f8;
    margin-bottom: 2.3rem;
  }
  @media (max-width: 1199px) {
    .delivering-exceptional .platform ul li {
      width: 21.5%;
      padding: 2.8rem 1.4rem;
    }
  }
  @media (max-width: 991px) {
    .delivering-exceptional .platform ul li {
      width: 33%;
      margin: 0.9rem 0;
    }
  }
  @media (max-width: 767px) {
    .delivering-exceptional .platform ul li {
      width: 44%;
    }
  }
  @media (max-width: 575px) {
    .delivering-exceptional .platform ul li {
      padding: 1rem;
    }
  }
  .delivering-exceptional .platform ul li img {
    width: 50px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  @media (max-width: 575px) {
    .delivering-exceptional .platform ul li img {
      width: 45px;
      height: 45px;
    }
  }
  .delivering-exceptional .platform ul li .subhead-heading3 {
    font-size: 1.3rem;
    width: 100%;
    margin: 1.1rem 0 0;
  }
  @media (max-width: 575px) {
    .delivering-exceptional .platform ul li .subhead-heading3 {
      font-size: 1rem;
    }
  }
  .delivering-exceptional .platform ul li + li {
    margin-left: 2.3rem;
  }
  .delivering-exceptional .platform ul li:nth-child(4n + 1) {
    margin-left: 0;
  }
  @media (max-width: 991px) {
    .delivering-exceptional .platform ul li:nth-child(4n + 1) {
      margin-left: 2.3rem;
    }
  }
  @media (max-width: 991px) {
    .delivering-exceptional .platform ul li:nth-child(2n + 1) {
      margin-left: 0;
    }
  }
  .delivering-exceptional .btn-primary-top {
    margin-bottom: 120px !important;
  }
  .delivering-exceptional .btn {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.9rem 3.3rem;
    -webkit-border-radius: 2.2rem;
    -moz-border-radius: 2.2rem;
    border-radius: 2.2rem;
    margin: 3.61rem auto 0;
  }
  @media (max-width: 767px) {
    .delivering-exceptional .btn {
      margin-top: 1.5rem;
    }
  }
  .coworking {
    padding: 0;
  }
  .coworking .businesses {
    position: relative;
    width: 45%;
    background-color: #f39300;
  }
  @media (max-width: 991px) {
    .coworking .businesses {
      width: 100%;
    }
  }
  .coworking .businesses::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -64px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 32px solid;
    border-top-color: transparent;
    border-left-color: #f39300;
    border-right-color: transparent;
    border-bottom-color: transparent;
    z-index: 1;
  }
  @media (max-width: 991px) {
    .coworking .businesses::after {
      top: initial;
      bottom: -63px;
      right: 50%;
      -webkit-transform: translateX(50%);
      -moz-transform: translateX(50%);
      -ms-transform: translateX(50%);
      -o-transform: translateX(50%);
      transform: translateX(50%);
      border-top-color: #f39300;
      border-left-color: transparent;
      border-right-color: transparent;
      border-bottom-color: transparent;
    }
  }
  .coworking .businesses .heading-7 {
    color: #282938;
    font-size: 3rem;
    font-weight: 600;
    padding: 7.58rem 7rem 7.58rem 6rem;
  }
  @media (max-width: 1199px) {
    .coworking .businesses .heading-7 {
      font-size: 3.125rem;
    }
  }
  @media (max-width: 991px) {
    .coworking .businesses .heading-7 {
      text-align: center;
      font-size: 2.3125rem;
      padding: 7.58rem 1rem;
    }
  }
  @media (max-width: 767px) {
    .coworking .businesses .heading-7 {
      padding: 2.7rem 1rem;
    }
  }
  .coworking .businesses .heading-7 span {
    font-weight: 300;
    display: block;
  }
  .coworking .businesses .heading-7 .why {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: 3px solid #fff;
    padding-bottom: 2px;
    
  }
  @media (max-width: 991px) {
    .coworking .businesses .heading-7 .why {
      margin: 0 auto;
    }
  }
  .coworking .businesses-list {
    position: relative;
    width: 55%;
    padding: 120px 50px 120px 100px;
    background-image: url(../images/i4fpUxvktqfC.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  @media (max-width: 1199px) {
    .coworking .businesses-list {
      padding: 90px 50px;
    }
  }
  @media (max-width: 991px) {
    .coworking .businesses-list {
      width: 100%;
      padding: 90px 25px;
    }
  }
  @media (max-width: 767px) {
    .coworking .businesses-list {
      padding: 90px 35px;
    }
  }
  @media (max-width: 575px) {
    .coworking .businesses-list {
      padding: 70px 15px;
    }
  }
  .coworking .businesses-list ul li {
    text-align: center;
    background-color: transparent;
    padding: 8px 15px;
    border: 0.04rem solid #fff;
    -webkit-border-radius: 37px;
    -moz-border-radius: 37px;
    border-radius: 37px;
    margin: 16px 7.5px 0;
  }
  @media (max-width: 767px) {
    .coworking .businesses-list ul li {
      width: 45%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }
  @media (max-width: 575px) {
    .coworking .businesses-list ul li {
      width: 100%;
      padding: 8px 10px;
    }
  }
  @media (max-width: 359px) {
    .coworking .businesses-list ul li {
      margin: 12px 6px 0;
    }
  }
  .coworking .businesses-list ul li .subhead-heading3 {
    font-size: 1.3rem;
    margin-bottom: 0;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
  @media (min-width: 1368px) {
    .coworking .businesses-list ul li .subhead-heading3 {
      font-size: 1rem;
    }
  }
  @media (max-width: 991px) {
    .coworking .businesses-list ul li .subhead-heading3 {
      font-size: 1.1rem;
    }
  }
  @media (max-width: 767px) {
    .coworking .businesses-list ul li .subhead-heading3 {
      font-size: 0.9rem;
    }
  }
  .coworking .businesses-list ul li .subhead-heading3 p {
    margin-bottom: 0;
  }
  .frontend-technology {
    background-color: #e3e3e3;
    padding: 140px 0 110px;
  }
  @media (max-width: 767px) {
    .frontend-technology {
      padding: 100px 0 70px;
    }
  }
  @media (max-width: 575px) {
    .frontend-technology {
      padding: 70px 0 52px;
    }
  }
  .frontend-technology .heading-6 {
    font-size: 2.84375rem;
    padding-top: 2.3rem;
  }
  @media (max-width: 1199px) {
    .frontend-technology .heading-6 {
      font-size: 2.3125rem;
    }
  }
  @media (max-width: 767px) {
    .frontend-technology .heading-6 {
      padding-top: 0;
      text-align: center;
    }
  }
  @media (max-width: 767px) {
    .frontend-technology ul {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }
  .frontend-technology ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 8.49rem;
    height: 7.89rem;
    margin-bottom: 1.9rem;
    padding: 10px;
  }
  @media (max-width: 1199px) {
    .frontend-technology ul li {
      width: 20.7%;
      padding: 1rem;
    }
  }
  @media (max-width: 991px) {
    .frontend-technology ul li {
      width: 28%;
    }
  }
  @media (max-width: 575px) {
    .frontend-technology ul li {
      width: 26%;
      height: 5.89rem;
      margin-bottom: 1.2rem;
    }
  }
  .frontend-technology ul li + li {
    margin-left: 1.9rem;
  }
  @media (max-width: 575px) {
    .frontend-technology ul li + li {
      margin-left: 1.2rem;
    }
  }
  .frontend-technology ul li:nth-child(4n + 1) {
    margin-left: 0;
  }
  @media (max-width: 991px) {
    .frontend-technology ul li:nth-child(4n + 1) {
      margin-left: 1.9rem;
    }
  }
  @media (max-width: 575px) {
    .frontend-technology ul li:nth-child(4n + 1) {
      margin: 0 0 1.2rem 1.2rem;
    }
  }
  @media (max-width: 991px) {
    .frontend-technology ul li:nth-child(3n + 1) {
      margin-left: 0;
    }
  }
  .man {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @media (max-width: 991px) {
    .man {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }
  .man .container {
    max-width: 47%;
  }
  @media (max-width: 991px) {
    .man .container {
      max-width: 100%;
    }
  }
  .man__text {
    width: 100%;
    padding: 120px 0;
  }
  @media (max-width: 1199px) {
    .man__text {
      padding: 97px 0;
    }
  }
  @media (max-width: 575px) {
    .man__text {
      padding: 70px 0;
    }
  }
  .man__text .heading-6 {
    font-size: 2.84375rem;
    font-weight: 600;
    margin-bottom: 2rem;
  }
  @media (max-width: 1199px) {
    .man__text .heading-6 {
      font-size: 2.3125rem;
    }
  }
  .man__text .btn {
    padding: 0.9rem 3.3rem;
    -webkit-border-radius: 2.4rem;
    -moz-border-radius: 2.4rem;
    border-radius: 2.4rem;
  }
  .win-and-won {
    padding: 140px 0;
  }
  @media (max-width: 767px) {
    .win-and-won {
      padding: 100px 0;
    }
  }
  @media (max-width: 575px) {
    .win-and-won {
      padding: 70px 0;
    }
  }
  .win-and-won__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 4rem;
  }
  @media (max-width: 767px) {
    .win-and-won__title {
      margin-bottom: 2rem;
    }
  }
  @media (max-width: 575px) {
    .win-and-won__title {
      margin-bottom: 4rem;
    }
  }
  .win-and-won__title .heading-7 {
    font-size: 2.84375rem;
    margin-bottom: 0;
  }
  @media (max-width: 1199px) {
    .win-and-won__title .heading-7 {
      font-size: 2.3125rem;
    }
  }
  @media (max-width: 767px) {
    .win-and-won__title .heading-7 {
      text-align: center;
    }
  }
  .win-and-won .story-carousel,
  .win-and-won .elite-carousel {
    position: relative;
  }
  .win-and-won .story-carousel .item img,
  .win-and-won .elite-carousel .item img {
    margin-bottom: 2.66rem;
  }
  .win-and-won .story-carousel .item .heading-7,
  .win-and-won .elite-carousel .item .heading-7 {
    color: #282938;
    font-size: 2.25rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
  }
  .win-and-won .story-carousel .item .subhead-4,
  .win-and-won .story-carousel .item .subhead-heading3,
  .win-and-won .story-carousel .item .subhead-3,
  .win-and-won .elite-carousel .item .subhead-4,
  .win-and-won .elite-carousel .item .subhead-heading3,
  .win-and-won .elite-carousel .item .subhead-3 {
    font-size: 0.9375rem;
    color: #1e1b1b;
  }
  .win-and-won .story-carousel .item .subhead-4,
  .win-and-won .elite-carousel .item .subhead-4 {
    margin-bottom: 1.4rem;
    min-height: 145px;
  }
  .win-and-won .story-carousel .item .subhead-heading3,
  .win-and-won .elite-carousel .item .subhead-heading3 {
    margin-bottom: 5px;
    font-weight: 700;
  }
  .win-and-won .story-carousel .item .subhead-3,
  .win-and-won .elite-carousel .item .subhead-3 {
    margin-bottom: 0;
  }
  @media (max-width: 767px) {
    .win-and-won .story-carousel .item + .item,
    .win-and-won .elite-carousel .item + .item {
      margin-top: 3rem;
    }
  }
  .win-and-won .story-carousel .owl-item,
  .win-and-won .elite-carousel .owl-item {
    padding-right: 3rem;
  }
  @media (max-width: 991px) {
    .win-and-won .story-carousel .owl-item,
    .win-and-won .elite-carousel .owl-item {
      padding-right: 1rem !important;
    }
  }
  @media (max-width: 767px) {
    .win-and-won .story-carousel .owl-item,
    .win-and-won .elite-carousel .owl-item {
      padding: 0 !important;
    }
  }
  .win-and-won .story-carousel .owl-nav,
  .win-and-won .elite-carousel .owl-nav {
    position: absolute;
    top: -94px;
    right: 0;
  }
  @media (max-width: 767px) {
    .win-and-won .story-carousel .owl-nav,
    .win-and-won .elite-carousel .owl-nav {
      top: -60px;
    }
  }
  @media (max-width: 575px) {
    .win-and-won .story-carousel .owl-nav,
    .win-and-won .elite-carousel .owl-nav {
      top: -40px;
      right: 10px;
    }
  }
  .win-and-won .story-carousel .owl-nav .owl-next,
  .win-and-won .story-carousel .owl-nav .owl-prev,
  .win-and-won .elite-carousel .owl-nav .owl-next,
  .win-and-won .elite-carousel .owl-nav .owl-prev {
    width: 2.6rem;
    height: 1.48rem;
    background-image: url(../images/wa3aS1mzj6ZZ.svg);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .win-and-won .story-carousel .owl-nav .owl-next span,
  .win-and-won .story-carousel .owl-nav .owl-prev span,
  .win-and-won .elite-carousel .owl-nav .owl-next span,
  .win-and-won .elite-carousel .owl-nav .owl-prev span {
    display: none;
  }
  @media (max-width: 767px) {
    .win-and-won .story-carousel .owl-nav .owl-next,
    .win-and-won .story-carousel .owl-nav .owl-prev,
    .win-and-won .elite-carousel .owl-nav .owl-next,
    .win-and-won .elite-carousel .owl-nav .owl-prev {
      width: 1.6rem;
      height: 1rem;
    }
  }
  .win-and-won .story-carousel .owl-nav .owl-prev,
  .win-and-won .elite-carousel .owl-nav .owl-prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 0.6rem;
  }
  .win-and-won .story-carousel .owl-nav .owl-prev.disabled,
  .win-and-won .elite-carousel .owl-nav .owl-prev.disabled {
    background-image: url(../images/Zp1147Kz4I2V.svg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .win-and-won .story-carousel .owl-nav .owl-next.disabled,
  .win-and-won .elite-carousel .owl-nav .owl-next.disabled {
    background-image: url(../images/Zp1147Kz4I2V.svg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .win-and-won .elite-carousel .item .elite-top {
    position: relative;
    min-height: 80px;
  }
  .win-and-won .elite-carousel .item .elite-top .subhead-1::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    left: 0;
    bottom: 10px;
    background-color: #fcc22d;
  }
  .win-and-won .elite-carousel .item .elite-bottom__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    padding: 0;
    gap: 10px;
  }
  .win-and-won .elite-carousel .item .elite-bottom__list li {
    border: 1px solid #000;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 5px 10px;
  }
  .win-and-won .elite-carousel .item .subhead-4 {
    margin-bottom: 1.4rem;
    min-height: auto;
  }
  .win-and-won .btn {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.9rem 3.3rem;
    -webkit-border-radius: 2.2rem;
    -moz-border-radius: 2.2rem;
    border-radius: 2.2rem;
    margin: 3.61rem auto 0;
  }
  @media (max-width: 767px) {
    .win-and-won .btn {
      margin-top: 1.5rem;
    }
  }
  .deployment-process {
    padding: 140px 0;
  }
  @media (max-width: 767px) {
    .deployment-process {
      padding: 100px 0;
    }
  }
  .deployment-process__title {
    text-align: center;
  }
  .deployment-process__title .heading-7 {
    font-size: 2.84375rem;
    margin-bottom: 1.3rem;
    color: #282938;
  }
  @media (max-width: 1199px) {
    .deployment-process__title .heading-7 {
      font-size: 2.3125rem;
    }
  }
  .deployment-process__title .subhead-4 {
    width: 75%;
    font-size: 1.0625rem;
    color: rgba(40, 41, 56, 0.8);
    margin: 0 auto 3.55rem;
  }
  @media (max-width: 1199px) {
    .deployment-process__title .subhead-4 {
      width: 86%;
    }
  }
  @media (max-width: 767px) {
    .deployment-process__title .subhead-4 {
      width: 100%;
    }
  }
  .deployment-process__cards {
    position: relative;
  }
  .deployment-process__cards::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -4px;
    width: 0;
    height: 0;
    border: 5px solid #5bcdf3;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    z-index: 1;
  }
  @media (max-width: 991px) {
    .deployment-process__cards::before {
      bottom: -4px;
      right: 100%;
    }
  }
  .deployment-process__cards ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  @media (max-width: 991px) {
    .deployment-process__cards ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  .deployment-process__cards ul li {
    width: 20%;
    height: 13rem;
    text-align: center;
    padding: 39px 20px 75px;
  }
  @media (max-width: 991px) {
    .deployment-process__cards ul li {
      width: 100%;
    }
  }
  .deployment-process__cards ul li .subhead-4 {
    top: 5px;
    right: 5px;
    font-size: 2.25rem;
    color: rgba(0, 0, 0, 0.09);
  }
  .deployment-process__cards ul li img {
    width: 2.66rem;
    height: 2.66rem;
    margin-bottom: 1.18rem;
  }
  @media (max-width: 991px) {
    .deployment-process__cards ul li img {
      margin: 0;
    }
  }
  .deployment-process__cards ul li .subhead-heading3 {
    font-size: 1.3rem;
    min-height: 50px;
  }
  @media (max-width: 991px) {
    .deployment-process__cards ul li .subhead-heading3 {
      margin: 0;
      width: 100%;
      min-height: initial;
      margin-bottom: 0.75rem;
    }
  }
  .deployment-process__cards ul li:nth-child(2n + 1) {
    border-width: 2px 2px 0 2px;
    border-style: dashed;
    border-color: #282938;
  }
  @media (max-width: 991px) {
    .deployment-process__cards ul li:nth-child(2n + 1) {
      border-width: 2px 2px 2px 0;
    }
  }
  .deployment-process__cards ul li:nth-child(2n + 1)::after {
    content: "";
    position: absolute;
    top: -9px;
    right: 50%;
    width: 0;
    height: 0;
    border: 9px solid;
    border-top-color: transparent;
    border-left-color: #5bcdf3;
    border-right-color: transparent;
    border-bottom-color: transparent;
    z-index: 1;
  }
  @media (max-width: 991px) {
    .deployment-process__cards ul li:nth-child(2n + 1)::after {
      top: 50%;
      right: -9px;
      border: 9px solid;
      border-top-color: #5bcdf3;
      border-left-color: transparent;
      border-right-color: transparent;
      border-bottom-color: transparent;
    }
  }
  .deployment-process__cards ul li:nth-child(even) {
    border-width: 0 0 2px 0;
    border-style: dashed;
    border-color: #282938;
  }
  @media (max-width: 991px) {
    .deployment-process__cards ul li:nth-child(even) {
      border-width: 0 0 0 2px;
    }
  }
  .deployment-process__cards ul li:nth-child(even)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -9px;
    width: 0;
    height: 0;
    border: 9px solid;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #5bcdf3;
    z-index: 1;
  }
  @media (max-width: 991px) {
    .deployment-process__cards ul li:nth-child(even)::after {
      top: -9px;
      right: 50%;
      border-top-color: transparent;
      border-left-color: transparent;
      border-right-color: #5bcdf3;
      border-bottom-color: transparent;
    }
  }
  .deployment-process__cards ul li:nth-child(even)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -9px;
    width: 0;
    height: 0;
    border: 9px solid;
    border-top-color: #5bcdf3;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    z-index: 1;
  }
  @media (max-width: 991px) {
    .deployment-process__cards ul li:nth-child(even)::before {
      top: initial;
      bottom: -9px;
      left: 50%;
      border-top-color: transparent;
      border-left-color: #5bcdf3;
      border-right-color: transparent;
      border-bottom-color: transparent;
    }
  }
  .deployment-process__cards ul li:first-child::before {
    content: "";
    position: absolute;
    top: initial;
    bottom: 0;
    left: -9px;
    width: 0;
    height: 0;
    border: 9px solid;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #5bcdf3;
    z-index: 1;
  }
  @media (max-width: 991px) {
    .deployment-process__cards ul li:first-child::before {
      top: -9px;
      bottom: initial;
      left: 0;
      border: 9px solid;
      border-top-color: transparent;
      border-left-color: #5bcdf3;
      border-right-color: transparent;
      border-bottom-color: transparent;
    }
  }
  .deployment-process__cards ul li:last-child {
    border-right: 2px dashed #000;
  }
  @media (max-width: 991px) {
    .deployment-process__cards ul li:last-child {
      margin-bottom: 0;
    }
  }
  .deployment-process__cards ul li:last-child::before {
    display: none;
  }
  .deployment-process.hiring ul li {
    height: auto;
    padding: 55px 20px 40px;
  }
  .deployment-process.hiring ul li .subhead-3 {
    font-size: 0.9375rem;
    
    color: rgba(40, 41, 56, 0.7);
  }
  .footer {
    padding: 20px 0px !important;
  }
  .footer-campaign {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-campaign-logo {
    width: 200px;
  }
  @media (max-width: 767px) {
    .footer-campaign-logo {
      width: 140px;
    }
  }
  .page-node-250 .inner-banner,
  .page-node-251 .inner-banner,
  .page-node-254 .inner-banner,
  .page-node-255 .inner-banner,
  .page-node-256 .inner-banner,
  .page-node-231 .inner-banner,
  .page-node-232 .inner-banner,
  .page-node-235 .inner-banner,
  .page-node-236 .inner-banner {
    padding: 18px 0 140px;
  }
  @media (max-width: 767px) {
    .page-node-250 .inner-banner,
    .page-node-251 .inner-banner,
    .page-node-254 .inner-banner,
    .page-node-255 .inner-banner,
    .page-node-256 .inner-banner,
    .page-node-231 .inner-banner,
    .page-node-232 .inner-banner,
    .page-node-235 .inner-banner,
    .page-node-236 .inner-banner {
      padding-bottom: 100px;
    }
  }
  .page-node-250
    .inner-banner
    .col-xl-4
    .webform-submission-form
    .request-quote-form__top
    .form-header
    p,
  .page-node-251
    .inner-banner
    .col-xl-4
    .webform-submission-form
    .request-quote-form__top
    .form-header
    p,
  .page-node-254
    .inner-banner
    .col-xl-4
    .webform-submission-form
    .request-quote-form__top
    .form-header
    p,
  .page-node-255
    .inner-banner
    .col-xl-4
    .webform-submission-form
    .request-quote-form__top
    .form-header
    p,
  .page-node-256
    .inner-banner
    .col-xl-4
    .webform-submission-form
    .request-quote-form__top
    .form-header
    p,
  .page-node-231
    .inner-banner
    .col-xl-4
    .webform-submission-form
    .request-quote-form__top
    .form-header
    p,
  .page-node-232
    .inner-banner
    .col-xl-4
    .webform-submission-form
    .request-quote-form__top
    .form-header
    p,
  .page-node-235
    .inner-banner
    .col-xl-4
    .webform-submission-form
    .request-quote-form__top
    .form-header
    p,
  .page-node-236
    .inner-banner
    .col-xl-4
    .webform-submission-form
    .request-quote-form__top
    .form-header
    p {
    display: none;
  }
  @media (max-width: 767px) {
    .page-node-250
      .inner-banner
      .col-xl-4
      .webform-submission-form
      .request-quote-form__top
      .form-header
      p,
    .page-node-251
      .inner-banner
      .col-xl-4
      .webform-submission-form
      .request-quote-form__top
      .form-header
      p,
    .page-node-254
      .inner-banner
      .col-xl-4
      .webform-submission-form
      .request-quote-form__top
      .form-header
      p,
    .page-node-255
      .inner-banner
      .col-xl-4
      .webform-submission-form
      .request-quote-form__top
      .form-header
      p,
    .page-node-256
      .inner-banner
      .col-xl-4
      .webform-submission-form
      .request-quote-form__top
      .form-header
      p,
    .page-node-231
      .inner-banner
      .col-xl-4
      .webform-submission-form
      .request-quote-form__top
      .form-header
      p,
    .page-node-232
      .inner-banner
      .col-xl-4
      .webform-submission-form
      .request-quote-form__top
      .form-header
      p,
    .page-node-235
      .inner-banner
      .col-xl-4
      .webform-submission-form
      .request-quote-form__top
      .form-header
      p,
    .page-node-236
      .inner-banner
      .col-xl-4
      .webform-submission-form
      .request-quote-form__top
      .form-header
      p {
      display: block;
    }
  }
  .page-node-250
    .inner-banner
    .col-xl-4
    .webform-submission-form
    .request-quote-form__bottom
    .form-group.fld,
  .page-node-251
    .inner-banner
    .col-xl-4
    .webform-submission-form
    .request-quote-form__bottom
    .form-group.fld,
  .page-node-254
    .inner-banner
    .col-xl-4
    .webform-submission-form
    .request-quote-form__bottom
    .form-group.fld,
  .page-node-255
    .inner-banner
    .col-xl-4
    .webform-submission-form
    .request-quote-form__bottom
    .form-group.fld,
  .page-node-256
    .inner-banner
    .col-xl-4
    .webform-submission-form
    .request-quote-form__bottom
    .form-group.fld,
  .page-node-231
    .inner-banner
    .col-xl-4
    .webform-submission-form
    .request-quote-form__bottom
    .form-group.fld,
  .page-node-232
    .inner-banner
    .col-xl-4
    .webform-submission-form
    .request-quote-form__bottom
    .form-group.fld,
  .page-node-235
    .inner-banner
    .col-xl-4
    .webform-submission-form
    .request-quote-form__bottom
    .form-group.fld,
  .page-node-236
    .inner-banner
    .col-xl-4
    .webform-submission-form
    .request-quote-form__bottom
    .form-group.fld {
    margin-bottom: 1rem;
  }
  @media (max-width: 767px) {
    .page-node-250
      .inner-banner
      .col-xl-4
      .webform-submission-form
      .request-quote-form__bottom
      .form-group.fld,
    .page-node-251
      .inner-banner
      .col-xl-4
      .webform-submission-form
      .request-quote-form__bottom
      .form-group.fld,
    .page-node-254
      .inner-banner
      .col-xl-4
      .webform-submission-form
      .request-quote-form__bottom
      .form-group.fld,
    .page-node-255
      .inner-banner
      .col-xl-4
      .webform-submission-form
      .request-quote-form__bottom
      .form-group.fld,
    .page-node-256
      .inner-banner
      .col-xl-4
      .webform-submission-form
      .request-quote-form__bottom
      .form-group.fld,
    .page-node-231
      .inner-banner
      .col-xl-4
      .webform-submission-form
      .request-quote-form__bottom
      .form-group.fld,
    .page-node-232
      .inner-banner
      .col-xl-4
      .webform-submission-form
      .request-quote-form__bottom
      .form-group.fld,
    .page-node-235
      .inner-banner
      .col-xl-4
      .webform-submission-form
      .request-quote-form__bottom
      .form-group.fld,
    .page-node-236
      .inner-banner
      .col-xl-4
      .webform-submission-form
      .request-quote-form__bottom
      .form-group.fld {
      margin-bottom: 2.3rem;
    }
  }
  .page-node-250
    .inner-banner
    .col-xl-4
    .webform-submission-form
    .request-quote-form__bottom
    .form-textarea,
  .page-node-251
    .inner-banner
    .col-xl-4
    .webform-submission-form
    .request-quote-form__bottom
    .form-textarea,
  .page-node-254
    .inner-banner
    .col-xl-4
    .webform-submission-form
    .request-quote-form__bottom
    .form-textarea,
  .page-node-255
    .inner-banner
    .col-xl-4
    .webform-submission-form
    .request-quote-form__bottom
    .form-textarea,
  .page-node-256
    .inner-banner
    .col-xl-4
    .webform-submission-form
    .request-quote-form__bottom
    .form-textarea,
  .page-node-231
    .inner-banner
    .col-xl-4
    .webform-submission-form
    .request-quote-form__bottom
    .form-textarea,
  .page-node-232
    .inner-banner
    .col-xl-4
    .webform-submission-form
    .request-quote-form__bottom
    .form-textarea,
  .page-node-235
    .inner-banner
    .col-xl-4
    .webform-submission-form
    .request-quote-form__bottom
    .form-textarea,
  .page-node-236
    .inner-banner
    .col-xl-4
    .webform-submission-form
    .request-quote-form__bottom
    .form-textarea {
    padding-top: 10px;
    height: 50px;
  }
  @media (max-width: 767px) {
    .page-node-250
      .inner-banner
      .col-xl-4
      .webform-submission-form
      .request-quote-form__bottom
      .form-textarea,
    .page-node-251
      .inner-banner
      .col-xl-4
      .webform-submission-form
      .request-quote-form__bottom
      .form-textarea,
    .page-node-254
      .inner-banner
      .col-xl-4
      .webform-submission-form
      .request-quote-form__bottom
      .form-textarea,
    .page-node-255
      .inner-banner
      .col-xl-4
      .webform-submission-form
      .request-quote-form__bottom
      .form-textarea,
    .page-node-256
      .inner-banner
      .col-xl-4
      .webform-submission-form
      .request-quote-form__bottom
      .form-textarea,
    .page-node-231
      .inner-banner
      .col-xl-4
      .webform-submission-form
      .request-quote-form__bottom
      .form-textarea,
    .page-node-232
      .inner-banner
      .col-xl-4
      .webform-submission-form
      .request-quote-form__bottom
      .form-textarea,
    .page-node-235
      .inner-banner
      .col-xl-4
      .webform-submission-form
      .request-quote-form__bottom
      .form-textarea,
    .page-node-236
      .inner-banner
      .col-xl-4
      .webform-submission-form
      .request-quote-form__bottom
      .form-textarea {
      padding-top: 15px;
      height: initial;
    }
  }
  .page-node-250 .footer,
  .page-node-251 .footer,
  .page-node-254 .footer,
  .page-node-255 .footer,
  .page-node-256 .footer,
  .page-node-231 .footer,
  .page-node-232 .footer,
  .page-node-235 .footer,
  .page-node-236 .footer {
    padding: 0 0 10px !important;
  }
  .page-node-250 .footer-logo,
  .page-node-251 .footer-logo,
  .page-node-254 .footer-logo,
  .page-node-255 .footer-logo,
  .page-node-256 .footer-logo,
  .page-node-231 .footer-logo,
  .page-node-232 .footer-logo,
  .page-node-235 .footer-logo,
  .page-node-236 .footer-logo {
    max-width: 150px;
  }
  @media (max-width: 767px) {
    .page-node-250 .footer-logo,
    .page-node-251 .footer-logo,
    .page-node-254 .footer-logo,
    .page-node-255 .footer-logo,
    .page-node-256 .footer-logo,
    .page-node-231 .footer-logo,
    .page-node-232 .footer-logo,
    .page-node-235 .footer-logo,
    .page-node-236 .footer-logo {
      margin-bottom: 15px;
    }
  }
  .page-node-250 .footer-logo img,
  .page-node-251 .footer-logo img,
  .page-node-254 .footer-logo img,
  .page-node-255 .footer-logo img,
  .page-node-256 .footer-logo img,
  .page-node-231 .footer-logo img,
  .page-node-232 .footer-logo img,
  .page-node-235 .footer-logo img,
  .page-node-236 .footer-logo img {
    width: 95px;
  }
  @media (max-width: 991px) {
    .blog-info .container {
      max-width: 820px;
    }
  }
  .blog-info__banner {
    width: 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .blog-info .blogs {
    position: relative;
    background-color: white;
    padding: 100px 109px 0;
    margin-top: -100px;
  }
  @media (max-width: 991px) {
    .blog-info .blogs {
      padding: 70px 40px 0;
    }
  }
  @media (max-width: 575px) {
    .blog-info .blogs {
      padding: 30px 20px 0;
    }
  }
  @media (max-width: 359px) {
    .blog-info .blogs {
      padding: 25px 10px 0;
    }
  }
  .blog-info .blogs__title {
    color: #1d3444;
    font-weight: 600;
    text-transform: capitalize;
  }
  @media (max-width: 767px) {
    .blog-info .blogs__title {
      font-size: 2.5rem;
      margin-bottom: 30px;
    }
  }
  @media (max-width: 575px) {
    .blog-info .blogs__title {
      font-size: 2rem;
    }
  }
  .blog-info .blogs__desc {
    font-weight: 500;
    color: #525560;
    margin-bottom: 1.5rem;
  }
  .blog-info .blogs__subtitle {
    font-weight: 700;
    color: #1d2130;
    margin-bottom: 20px;
  }
  .blog-info .blogs__listing {
    list-style-type: none;
    padding-left: 10px;
  }
  .blog-info .blogs__listing.bullet-list--circle > li {
    margin-bottom: 7px;
  }
  .blog-info .blogs__listing.bullet-list--circle > li::before {
    background-color: #1d2130;
    width: 5px;
    height: 5px;
  }
  .blog-info .blogs__headline {
    font-weight: 700;
    color: #1d2130;
    margin: 20px 0;
  }
  .blog-info .blogs__para {
    font-weight: 500;
    color: #525560;
    margin-bottom: 1.5rem;
  }
  .blog-info .blogs__para:last-child {
    margin-bottom: 0;
  }
  .blog-info .blogs__keywords {
    margin: 50px 0;
  }
  .blog-info .blogs__keywords .inner-page-top-form__list ul li {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #000;
    min-width: 0;
  }
  .blog-info .blogs__author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #f4f6fc;
    padding: 71px 100px;
  }
  @media (max-width: 991px) {
    .blog-info .blogs__author {
      padding: 40px 30px;
    }
  }
  @media (max-width: 767px) {
    .blog-info .blogs__author {
      display: block;
    }
  }
  .blog-info .blogs__author--box {
    width: 100%;
  }
  .blog-info .blogs__author--img {
    width: 60px;
    height: 60px;
    margin-right: 17px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .blog-info .blogs__author--subtitle {
    font-size: 12px;
    font-weight: 500;
  }
  .blog-info .blogs__latest-blog {
    margin: 100px 0;
  }
  @media (max-width: 991px) {
    .blog-info .blogs__latest-blog {
      margin: 60px 0;
    }
  }
  @media (max-width: 991px) and (max-width: 767px) {
    .blog-info .blogs__latest-blog {
      margin: 40px 0;
    }
  }
  .blog-info .blogs__latest-blog__title {
    border: none;
    margin-bottom: 2.78rem;
    font-size: 42px;
    font-weight: 700;
  }
  @media (max-width: 767px) {
    .blog-info .blogs__latest-blog__title {
      margin-bottom: 30px;
      font-size: 35px;
    }
  }
  @media (max-width: 575px) {
    .blog-info .blogs__latest-blog__title {
      font-size: 30px;
    }
  }
  .blog-info .blogs__latest-blog__card-listing {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  @media (max-width: 767px) {
    .blog-info .blogs__latest-blog__card-listing {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  .blog-info .blogs__latest-blog__card-listing-item {
    width: 31%;
  }
  @media (max-width: 767px) {
    .blog-info .blogs__latest-blog__card-listing-item {
      width: 100%;
      margin-bottom: 20px;
    }
    .blog-info .blogs__latest-blog__card-listing-item:last-child {
      margin-bottom: 0;
    }
  }
  .blog-info .blogs__latest-blog__card-listing-item .card-text {
    font-size: 13px;
    margin-bottom: 9px;
    color: #394149;
  }
  .blog-info .blogs__latest-blog__card-listing-item--body {
    padding: 23px;
    background-color: #f4f6fc;
  }
  .blog-info .blogs__latest-blog__card-listing-item--body .card-title {
    font-size: 22px;
    font-weight: 600;
    color: #0d1317;
    margin-bottom: 20px;
  }
  .blog-info .blogs__latest-blog__card-listing-item--body .card-info {
    font-size: 15px;
    font-weight: 500;
    color: #5b5b5b;
    margin-bottom: 1.36rem;
  }
  .blog-info .blogs__latest-blog__card-listing-item--body .card-learn-more {
    font-size: 14px;
    font-weight: 500;
    color: #f58a07;
  }
  .blog-info
    .blogs__latest-blog__card-listing-item--body
    .card-learn-more::after {
    content: "";
    position: absolute;
    background-image: url(../images/m2pcrTdlG9SA.svg);
    width: 23px;
    height: 11px;
    margin-top: 5px;
    margin-left: 11px;
  }
  .blog-box__content {
    padding: 100px 0;
    background-color: #f4f6fc;
  }
  @media (max-width: 575px) {
    .blog-box__content {
      padding: 50px 0;
    }
  }
  .blog-box__content .internal-process {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog-box__content .internal-process .left-box {
    width: 45.5%;
  }
  @media (max-width: 767px) {
    .blog-box__content .internal-process .left-box {
      width: 100%;
      margin-bottom: 30px;
    }
  }
  .blog-box__content .internal-process .left-box__date {
    font-size: 13px;
    margin-bottom: 9px;
    color: #394149;
  }
  .blog-box__content .internal-process .left-box__title {
    color: #1d3444;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
  }
  @media (max-width: 575px) {
    .blog-box__content .internal-process .left-box__title {
      font-size: 2.5rem;
    }
  }
  .blog-box__content .internal-process .left-box .heading-4::after {
    display: none;
  }
  .blog-box__content .internal-process .left-box__desc {
    font-weight: 500;
    color: #525560;
    margin: 20px 0;
  }
  .blog-box__content .internal-process .left-box__learn-more {
    font-size: 14px;
    font-weight: 500;
    color: #f58a07;
  }
  .blog-box__content .internal-process .left-box__learn-more::after {
    content: "";
    position: absolute;
    background-image: url(../images/m2pcrTdlG9SA.svg);
    width: 23px;
    height: 11px;
    margin-top: 7px;
    margin-left: 11px;
  }
  .blog-box__content .internal-process .right-box {
    width: 45.5%;
    margin-left: 9%;
  }
  @media (max-width: 767px) {
    .blog-box__content .internal-process .right-box {
      width: 100%;
      margin-left: 0;
    }
  }
  .blog-box__content .internal-process .right-box__img {
    width: 100%;
  }
  .blog-box .blogs {
    margin: 100px 0;
    padding: 0;
  }
  @media (max-width: 767px) {
    .blog-box .blogs {
      margin: 50px 0;
    }
  }
  .blog-box .blogs__latest-blog {
    margin: 30px 0;
  }
  @keyframes plyr-progress {
    to {
      background-position: 25px 0;
      background-position: var(--plyr-progress-loading-size, 25px) 0;
    }
  }
  @keyframes plyr-popup {
    0% {
      opacity: 0.5;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes plyr-fade-in {
    0% {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .plyr {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    align-items: center;
    direction: ltr;
    display: flex;
    flex-direction: column;
    font-family: inherit;
    font-family: var(--plyr-font-family, inherit);
    font-variant-numeric: tabular-nums;
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular, 400);
    line-height: 1.7;
    line-height: var(--plyr-line-height, 1.7);
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    transition: box-shadow 0.3s ease;
    z-index: 0;
  }
  .plyr audio,
  .plyr iframe,
  .plyr video {
    display: block;
    height: 100%;
    width: 100%;
  }
  .plyr button {
    font: inherit;
    line-height: inherit;
    width: auto;
  }
  .plyr:focus {
    outline: 0;
  }
  .plyr--full-ui {
    box-sizing: border-box;
  }
  .plyr--full-ui *,
  .plyr--full-ui :after,
  .plyr--full-ui :before {
    box-sizing: inherit;
  }
  .plyr--full-ui a,
  .plyr--full-ui button,
  .plyr--full-ui input,
  .plyr--full-ui label {
    touch-action: manipulation;
  }
  .plyr__badge {
    background: #4a5464;
    background: var(--plyr-badge-background, #4a5464);
    border-radius: 2px;
    border-radius: var(--plyr-badge-border-radius, 2px);
    color: #fff;
    color: var(--plyr-badge-text-color, #fff);
    font-size: 9px;
    font-size: var(--plyr-font-size-badge, 9px);
    line-height: 1;
    padding: 3px 4px;
  }
  .plyr--full-ui ::-webkit-media-text-track-container {
    display: none;
  }
  .plyr__captions {
    animation: plyr-fade-in 0.3s ease;
    bottom: 0;
    display: none;
    font-size: 13px;
    font-size: var(--plyr-font-size-small, 13px);
    left: 0;
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    position: absolute;
    text-align: center;
    transition: transform 0.4s ease-in-out;
    width: 100%;
  }
  .plyr__captions span:empty {
    display: none;
  }
  @media (min-width: 480px) {
    .plyr__captions {
      font-size: 15px;
      font-size: var(--plyr-font-size-base, 15px);
      padding: 20px;
      padding: calc(var(--plyr-control-spacing, 10px) * 2);
    }
  }
  @media (min-width: 768px) {
    .plyr__captions {
      font-size: 18px;
      font-size: var(--plyr-font-size-large, 18px);
    }
  }
  .plyr--captions-active .plyr__captions {
    display: block;
  }
  .plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
    transform: translateY(-40px);
    transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
  }
  .plyr__caption {
    background: rgba(0, 0, 0, 0.8);
    background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: #fff;
    color: var(--plyr-captions-text-color, #fff);
    line-height: 185%;
    padding: 0.2em 0.5em;
    white-space: pre-wrap;
  }
  .plyr__caption div {
    display: inline;
  }
  .plyr__control {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    border-radius: var(--plyr-control-radius, 3px);
    color: inherit;
    cursor: pointer;
    flex-shrink: 0;
    overflow: visible;
    padding: 7px;
    padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
    position: relative;
    transition: all 0.3s ease;
  }
  .plyr__control svg {
    fill: currentColor;
    display: block;
    height: 18px;
    height: var(--plyr-control-icon-size, 18px);
    pointer-events: none;
    width: 18px;
    width: var(--plyr-control-icon-size, 18px);
  }
  .plyr__control:focus {
    outline: 0;
  }
  .plyr__control.plyr__tab-focus {
    outline-color: #00b3ff;
    outline-color: var(
      --plyr-tab-focus-color,
      var(--plyr-color-main, var(--plyr-color-main, #00b3ff))
    );
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px;
  }
  a.plyr__control {
    text-decoration: none;
  }
  .plyr__control.plyr__control--pressed .icon--not-pressed,
  .plyr__control.plyr__control--pressed .label--not-pressed,
  .plyr__control:not(.plyr__control--pressed) .icon--pressed,
  .plyr__control:not(.plyr__control--pressed) .label--pressed,
  a.plyr__control:after,
  a.plyr__control:before {
    display: none;
  }
  .plyr--full-ui ::-webkit-media-controls {
    display: none;
  }
  .plyr__controls {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    text-align: center;
  }
  .plyr__controls .plyr__progress__container {
    flex: 1;
    min-width: 0;
  }
  .plyr__controls .plyr__controls__item {
    margin-left: 2.5px;
    margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
  }
  .plyr__controls .plyr__controls__item:first-child {
    margin-left: 0;
    margin-right: auto;
  }
  .plyr__controls .plyr__controls__item.plyr__progress__container {
    padding-left: 2.5px;
    padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
  }
  .plyr__controls .plyr__controls__item.plyr__time {
    padding: 0 5px;
    padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
  }
  .plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
  .plyr__controls .plyr__controls__item.plyr__time + .plyr__time,
  .plyr__controls .plyr__controls__item.plyr__time:first-child {
    padding-left: 0;
  }
  .plyr [data-plyr="airplay"],
  .plyr [data-plyr="captions"],
  .plyr [data-plyr="fullscreen"],
  .plyr [data-plyr="pip"],
  .plyr__controls:empty {
    display: none;
  }
  .plyr--airplay-supported [data-plyr="airplay"],
  .plyr--captions-enabled [data-plyr="captions"],
  .plyr--fullscreen-enabled [data-plyr="fullscreen"],
  .plyr--pip-supported [data-plyr="pip"] {
    display: inline-block;
  }
  .plyr__menu {
    display: flex;
    position: relative;
  }
  .plyr__menu .plyr__control svg {
    transition: transform 0.3s ease;
  }
  .plyr__menu .plyr__control[aria-expanded="true"] svg {
    transform: rotate(90deg);
  }
  .plyr__menu .plyr__control[aria-expanded="true"] .plyr__tooltip {
    display: none;
  }
  .plyr__menu__container {
    animation: plyr-popup 0.2s ease;
    background: hsla(0, 0%, 100%, 0.9);
    background: var(--plyr-menu-background, hsla(0, 0%, 100%, 0.9));
    border-radius: 4px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
    color: #4a5464;
    color: var(--plyr-menu-color, #4a5464);
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3;
  }
  .plyr__menu__container > div {
    overflow: hidden;
    transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1),
      width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .plyr__menu__container:after {
    border: 4px solid transparent;
    border-top: var(--plyr-menu-arrow-size, 4px) solid hsla(0, 0%, 100%, 0.9);
    border-width: var(--plyr-menu-arrow-size, 4px);
    content: "";
    height: 0;
    position: absolute;
    right: 14px;
    right: calc(
      var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) *
        0.7 - var(--plyr-menu-arrow-size, 4px) / 2
    );
    top: 100%;
    width: 0;
  }
  .plyr__menu__container [role="menu"] {
    padding: 7px;
    padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  }
  .plyr__menu__container [role="menuitem"],
  .plyr__menu__container [role="menuitemradio"] {
    margin-top: 2px;
  }
  .plyr__menu__container [role="menuitem"]:first-child,
  .plyr__menu__container [role="menuitemradio"]:first-child {
    margin-top: 0;
  }
  .plyr__menu__container .plyr__control {
    align-items: center;
    color: #4a5464;
    color: var(--plyr-menu-color, #4a5464);
    display: flex;
    font-size: 13px;
    font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
    padding: 4.66667px 10.5px;
    padding: calc(var(--plyr-control-spacing, 10px) * 0.7/1.5)
      calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5);
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
  }
  .plyr__menu__container .plyr__control > span {
    align-items: inherit;
    display: flex;
    width: 100%;
  }
  .plyr__menu__container .plyr__control:after {
    border: 4px solid transparent;
    border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .plyr__menu__container .plyr__control--forward {
    padding-right: 28px;
    padding-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
  }
  .plyr__menu__container .plyr__control--forward:after {
    border-left-color: #728197;
    border-left-color: var(--plyr-menu-arrow-color, #728197);
    right: 6.5px;
    right: calc(
      var(--plyr-control-spacing, 10px) * 0.7 * 1.5 -
        var(--plyr-menu-item-arrow-size, 4px)
    );
  }
  .plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,
  .plyr__menu__container .plyr__control--forward:hover:after {
    border-left-color: initial;
  }
  .plyr__menu__container .plyr__control--back {
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular, 400);
    margin: 7px;
    margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
    margin-bottom: 3.5px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px) * 0.7/2);
    padding-left: 28px;
    padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
    position: relative;
    width: calc(100% - 14px);
    width: calc(100% - var(--plyr-control-spacing, 10px) * 0.7 * 2);
  }
  .plyr__menu__container .plyr__control--back:after {
    border-right-color: #728197;
    border-right-color: var(--plyr-menu-arrow-color, #728197);
    left: 6.5px;
    left: calc(
      var(--plyr-control-spacing, 10px) * 0.7 * 1.5 -
        var(--plyr-menu-item-arrow-size, 4px)
    );
  }
  .plyr__menu__container .plyr__control--back:before {
    background: #dcdfe5;
    background: var(--plyr-menu-back-border-color, #dcdfe5);
    box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
    content: "";
    height: 1px;
    left: 0;
    margin-top: 3.5px;
    margin-top: calc(var(--plyr-control-spacing, 10px) * 0.7/2);
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%;
  }
  .plyr__menu__container .plyr__control--back.plyr__tab-focus:after,
  .plyr__menu__container .plyr__control--back:hover:after {
    border-right-color: initial;
  }
  .plyr__menu__container .plyr__control[role="menuitemradio"] {
    padding-left: 7px;
    padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
  }
  .plyr__menu__container .plyr__control[role="menuitemradio"]:after,
  .plyr__menu__container .plyr__control[role="menuitemradio"]:before {
    border-radius: 100%;
  }
  .plyr__menu__container .plyr__control[role="menuitemradio"]:before {
    background: rgba(0, 0, 0, 0.1);
    content: "";
    display: block;
    flex-shrink: 0;
    height: 16px;
    margin-right: 10px;
    margin-right: var(--plyr-control-spacing, 10px);
    transition: all 0.3s ease;
    width: 16px;
  }
  .plyr__menu__container .plyr__control[role="menuitemradio"]:after {
    background: #fff;
    border: 0;
    height: 6px;
    left: 12px;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: transform 0.3s ease, opacity 0.3s ease;
    width: 6px;
  }
  .plyr__menu__container
    .plyr__control[role="menuitemradio"][aria-checked="true"]:before {
    background: #00b3ff;
    background: var(
      --plyr-control-toggle-checked-background,
      var(--plyr-color-main, var(--plyr-color-main, #00b3ff))
    );
  }
  .plyr__menu__container
    .plyr__control[role="menuitemradio"][aria-checked="true"]:after {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
  .plyr__menu__container
    .plyr__control[role="menuitemradio"].plyr__tab-focus:before,
  .plyr__menu__container .plyr__control[role="menuitemradio"]:hover:before {
    background: rgba(35, 40, 47, 0.1);
  }
  .plyr__menu__container .plyr__menu__value {
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: calc(-7px - -2);
    margin-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * -1 - -2);
    overflow: hidden;
    padding-left: 24.5px;
    padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 3.5);
    pointer-events: none;
  }
  .plyr--full-ui input[type="range"] {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 26px;
    border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
    color: #00b3ff;
    color: var(
      --plyr-range-fill-background,
      var(--plyr-color-main, var(--plyr-color-main, #00b3ff))
    );
    display: block;
    height: 19px;
    height: calc(
      var(--plyr-range-thumb-active-shadow-width, 3px) * 2 +
        var(--plyr-range-thumb-height, 13px)
    );
    margin: 0;
    min-width: 0;
    padding: 0;
    transition: box-shadow 0.3s ease;
    width: 100%;
  }
  .plyr--full-ui input[type="range"]::-webkit-slider-runnable-track {
    background: 0 0;
    background-image: linear-gradient(90deg, currentColor 0, transparent 0);
    background-image: linear-gradient(
      to right,
      currentColor var(--value, 0),
      transparent var(--value, 0)
    );
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-user-select: none;
    user-select: none;
  }
  .plyr--full-ui input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #fff;
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
    box-shadow: var(
      --plyr-range-thumb-shadow,
      0 1px 1px rgba(35, 40, 47, 0.15),
      0 0 0 1px rgba(35, 40, 47, 0.2)
    );
    height: 13px;
    height: var(--plyr-range-thumb-height, 13px);
    margin-top: -4px;
    margin-top: calc(
      var(--plyr-range-thumb-height, 13px) / 2 * -1 -
        var(--plyr-range-track-height, 5px) / 2 * -1
    );
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height, 13px);
  }
  .plyr--full-ui input[type="range"]::-moz-range-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -moz-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    user-select: none;
  }
  .plyr--full-ui input[type="range"]::-moz-range-thumb {
    background: #fff;
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
    box-shadow: var(
      --plyr-range-thumb-shadow,
      0 1px 1px rgba(35, 40, 47, 0.15),
      0 0 0 1px rgba(35, 40, 47, 0.2)
    );
    height: 13px;
    height: var(--plyr-range-thumb-height, 13px);
    position: relative;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height, 13px);
  }
  .plyr--full-ui input[type="range"]::-moz-range-progress {
    background: currentColor;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
  }
  .plyr--full-ui input[type="range"]::-ms-track {
    color: transparent;
  }
  .plyr--full-ui input[type="range"]::-ms-fill-upper,
  .plyr--full-ui input[type="range"]::-ms-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -ms-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    user-select: none;
  }
  .plyr--full-ui input[type="range"]::-ms-fill-lower {
    background: 0 0;
    background: currentColor;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -ms-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    user-select: none;
  }
  .plyr--full-ui input[type="range"]::-ms-thumb {
    background: #fff;
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
    box-shadow: var(
      --plyr-range-thumb-shadow,
      0 1px 1px rgba(35, 40, 47, 0.15),
      0 0 0 1px rgba(35, 40, 47, 0.2)
    );
    height: 13px;
    height: var(--plyr-range-thumb-height, 13px);
    margin-top: 0;
    position: relative;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height, 13px);
  }
  .plyr--full-ui input[type="range"]::-ms-tooltip {
    display: none;
  }
  .plyr--full-ui input[type="range"]:focus {
    outline: 0;
  }
  .plyr--full-ui input[type="range"]::-moz-focus-outer {
    border: 0;
  }
  .plyr--full-ui
    input[type="range"].plyr__tab-focus::-webkit-slider-runnable-track {
    outline-color: #00b3ff;
    outline-color: var(
      --plyr-tab-focus-color,
      var(--plyr-color-main, var(--plyr-color-main, #00b3ff))
    );
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px;
  }
  .plyr--full-ui input[type="range"].plyr__tab-focus::-moz-range-track {
    outline-color: #00b3ff;
    outline-color: var(
      --plyr-tab-focus-color,
      var(--plyr-color-main, var(--plyr-color-main, #00b3ff))
    );
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px;
  }
  .plyr--full-ui input[type="range"].plyr__tab-focus::-ms-track {
    outline-color: #00b3ff;
    outline-color: var(
      --plyr-tab-focus-color,
      var(--plyr-color-main, var(--plyr-color-main, #00b3ff))
    );
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px;
  }
  .plyr__poster {
    background-color: #000;
    background-color: var(
      --plyr-video-background,
      var(--plyr-video-background, #000)
    );
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.2s ease;
    width: 100%;
    z-index: 1;
  }
  .plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 1;
  }
  .plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped)
    .plyr__poster {
    display: none;
  }
  .plyr__time {
    font-size: 13px;
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  }
  .plyr__time + .plyr__time:before {
    content: "\2044";
    margin-right: 10px;
    margin-right: var(--plyr-control-spacing, 10px);
  }
  @media (max-width: 767px) {
    .plyr__time + .plyr__time {
      display: none;
    }
  }
  .plyr__tooltip {
    background: hsla(0, 0%, 100%, 0.9);
    background: var(--plyr-tooltip-background, hsla(0, 0%, 100%, 0.9));
    border-radius: 3px;
    border-radius: var(--plyr-tooltip-radius, 3px);
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
    color: #4a5464;
    color: var(--plyr-tooltip-color, #4a5464);
    font-size: 13px;
    font-size: var(--plyr-font-size-small, 13px);
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular, 400);
    left: 50%;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
    opacity: 0;
    padding: 5px 7.5px;
    padding: calc(var(--plyr-control-spacing, 10px) / 2)
      calc(var(--plyr-control-spacing, 10px) / 2 * 1.5);
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, 10px) scale(0.8);
    transform-origin: 50% 100%;
    transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
    white-space: nowrap;
    z-index: 2;
  }
  .plyr__tooltip:before {
    border-left: 4px solid transparent;
    border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-right: 4px solid transparent;
    border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-top: 4px solid hsla(0, 0%, 100%, 0.9);
    border-top: var(--plyr-tooltip-arrow-size, 4px) solid
      var(--plyr-tooltip-background, hsla(0, 0%, 100%, 0.9));
    bottom: -4px;
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2;
  }
  .plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
  .plyr .plyr__control:hover .plyr__tooltip,
  .plyr__tooltip--visible {
    opacity: 1;
    transform: translate(-50%) scale(1);
  }
  .plyr .plyr__control:hover .plyr__tooltip {
    z-index: 3;
  }
  .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip,
  .plyr__controls > .plyr__control:first-child .plyr__tooltip {
    left: 0;
    transform: translateY(10px) scale(0.8);
    transform-origin: 0 100%;
  }
  .plyr__controls
    > .plyr__control:first-child
    + .plyr__control
    .plyr__tooltip:before,
  .plyr__controls > .plyr__control:first-child .plyr__tooltip:before {
    left: 16px;
    left: calc(
      var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) *
        0.7
    );
  }
  .plyr__controls > .plyr__control:last-child .plyr__tooltip {
    left: auto;
    right: 0;
    transform: translateY(10px) scale(0.8);
    transform-origin: 100% 100%;
  }
  .plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
    left: auto;
    right: 16px;
    right: calc(
      var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) *
        0.7
    );
    transform: translateX(50%);
  }
  .plyr__controls
    > .plyr__control:first-child
    + .plyr__control.plyr__tab-focus
    .plyr__tooltip,
  .plyr__controls
    > .plyr__control:first-child
    + .plyr__control
    .plyr__tooltip--visible,
  .plyr__controls
    > .plyr__control:first-child
    + .plyr__control:hover
    .plyr__tooltip,
  .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
  .plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
  .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
  .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
  .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
  .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
    transform: translate(0) scale(1);
  }
  .plyr__progress {
    left: 6.5px;
    left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
    margin-right: 13px;
    margin-right: var(--plyr-range-thumb-height, 13px);
    position: relative;
  }
  .plyr__progress__buffer,
  .plyr__progress input[type="range"] {
    margin-left: -6.5px;
    margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
    margin-right: -6.5px;
    margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
    width: calc(100% + 13px);
    width: calc(100% + var(--plyr-range-thumb-height, 13px));
  }
  .plyr__progress input[type="range"] {
    position: relative;
    z-index: 2;
  }
  .plyr__progress .plyr__tooltip {
    font-size: 13px;
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
    left: 0;
  }
  .plyr__progress__buffer {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 100px;
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    left: 0;
    margin-top: -2.5px;
    margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
    padding: 0;
    position: absolute;
    top: 50%;
  }
  .plyr__progress__buffer::-webkit-progress-bar {
    background: 0 0;
  }
  .plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    min-width: var(--plyr-range-track-height, 5px);
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
  }
  .plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    min-width: var(--plyr-range-track-height, 5px);
    -moz-transition: width 0.2s ease;
    transition: width 0.2s ease;
  }
  .plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    -ms-transition: width 0.2s ease;
    transition: width 0.2s ease;
  }
  .plyr--loading .plyr__progress__buffer {
    animation: plyr-progress 1s linear infinite;
    background-image: linear-gradient(
      -45deg,
      rgba(35, 40, 47, 0.6) 25%,
      transparent 0,
      transparent 50%,
      rgba(35, 40, 47, 0.6) 0,
      rgba(35, 40, 47, 0.6) 75%,
      transparent 0,
      transparent
    );
    background-image: linear-gradient(
      -45deg,
      var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%,
      transparent 25%,
      transparent 50%,
      var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%,
      var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%,
      transparent 75%,
      transparent
    );
    background-repeat: repeat-x;
    background-size: 25px 25px;
    background-size: var(--plyr-progress-loading-size, 25px)
      var(--plyr-progress-loading-size, 25px);
    color: transparent;
  }
  .plyr--video.plyr--loading .plyr__progress__buffer {
    background-color: hsla(0, 0%, 100%, 0.25);
    background-color: var(
      --plyr-video-progress-buffered-background,
      hsla(0, 0%, 100%, 0.25)
    );
  }
  .plyr--audio.plyr--loading .plyr__progress__buffer {
    background-color: rgba(193, 200, 209, 0.6);
    background-color: var(
      --plyr-audio-progress-buffered-background,
      rgba(193, 200, 209, 0.6)
    );
  }
  .plyr__volume {
    align-items: center;
    display: flex;
    max-width: 110px;
    min-width: 80px;
    position: relative;
    width: 20%;
  }
  .plyr__volume input[type="range"] {
    margin-left: 5px;
    margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
    margin-right: 5px;
    margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
    position: relative;
    z-index: 2;
  }
  .plyr--is-ios .plyr__volume {
    min-width: 0;
    width: auto;
  }
  .plyr--audio {
    display: block;
  }
  .plyr--audio .plyr__controls {
    background: #fff;
    background: var(--plyr-audio-controls-background, #fff);
    border-radius: inherit;
    color: #4a5464;
    color: var(--plyr-audio-control-color, #4a5464);
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
  }
  .plyr--audio .plyr__control.plyr__tab-focus,
  .plyr--audio .plyr__control:hover,
  .plyr--audio .plyr__control[aria-expanded="true"] {
    background: #00b3ff;
    background: var(
      --plyr-audio-control-background-hover,
      var(--plyr-color-main, var(--plyr-color-main, #00b3ff))
    );
    color: #fff;
    color: var(--plyr-audio-control-color-hover, #fff);
  }
  .plyr--full-ui.plyr--audio input[type="range"]::-webkit-slider-runnable-track {
    background-color: rgba(193, 200, 209, 0.6);
    background-color: var(
      --plyr-audio-range-track-background,
      var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))
    );
  }
  .plyr--full-ui.plyr--audio input[type="range"]::-moz-range-track {
    background-color: rgba(193, 200, 209, 0.6);
    background-color: var(
      --plyr-audio-range-track-background,
      var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))
    );
  }
  .plyr--full-ui.plyr--audio input[type="range"]::-ms-track {
    background-color: rgba(193, 200, 209, 0.6);
    background-color: var(
      --plyr-audio-range-track-background,
      var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))
    );
  }
  .plyr--full-ui.plyr--audio input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2),
      0 0 0 3px rgba(35, 40, 47, 0.1);
    box-shadow: var(
        --plyr-range-thumb-shadow,
        0 1px 1px rgba(35, 40, 47, 0.15),
        0 0 0 1px rgba(35, 40, 47, 0.2)
      ),
      0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px)
        var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
  }
  .plyr--full-ui.plyr--audio input[type="range"]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2),
      0 0 0 3px rgba(35, 40, 47, 0.1);
    box-shadow: var(
        --plyr-range-thumb-shadow,
        0 1px 1px rgba(35, 40, 47, 0.15),
        0 0 0 1px rgba(35, 40, 47, 0.2)
      ),
      0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px)
        var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
  }
  .plyr--full-ui.plyr--audio input[type="range"]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2),
      0 0 0 3px rgba(35, 40, 47, 0.1);
    box-shadow: var(
        --plyr-range-thumb-shadow,
        0 1px 1px rgba(35, 40, 47, 0.15),
        0 0 0 1px rgba(35, 40, 47, 0.2)
      ),
      0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px)
        var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
  }
  .plyr--audio .plyr__progress__buffer {
    color: rgba(193, 200, 209, 0.6);
    color: var(
      --plyr-audio-progress-buffered-background,
      rgba(193, 200, 209, 0.6)
    );
  }
  .plyr--video {
    background: #000;
    background: var(--plyr-video-background, var(--plyr-video-background, #000));
    overflow: hidden;
  }
  .plyr--video.plyr--menu-open {
    overflow: visible;
  }
  .plyr__video-wrapper {
    background: #000;
    background: var(--plyr-video-background, var(--plyr-video-background, #000));
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .plyr__video-embed,
  .plyr__video-wrapper--fixed-ratio {
    aspect-ratio: 16/9;
  }
  @supports not (aspect-ratio: 16/9) {
    .plyr__video-embed,
    .plyr__video-wrapper--fixed-ratio {
      height: 0;
      padding-bottom: 56.25%;
      position: relative;
    }
  }
  .plyr__video-embed iframe,
  .plyr__video-wrapper--fixed-ratio video {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
    padding-bottom: 240%;
    position: relative;
    transform: translateY(-38.28125%);
  }
  .plyr--video .plyr__controls {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
    background: var(
      --plyr-video-controls-background,
      linear-gradient(transparent, rgba(0, 0, 0, 0.75))
    );
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
    color: #fff;
    color: var(--plyr-video-control-color, #fff);
    left: 0;
    padding: 5px;
    padding: calc(var(--plyr-control-spacing, 10px) / 2);
    padding-top: 20px;
    padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
    position: absolute;
    right: 0;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    z-index: 3;
  }
  @media (min-width: 480px) {
    .plyr--video .plyr__controls {
      padding: 10px;
      padding: var(--plyr-control-spacing, 10px);
      padding-top: 35px;
      padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
    }
  }
  .plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
  }
  .plyr--video .plyr__control.plyr__tab-focus,
  .plyr--video .plyr__control:hover,
  .plyr--video .plyr__control[aria-expanded="true"] {
    background: #00b3ff;
    background: var(
      --plyr-video-control-background-hover,
      var(--plyr-color-main, var(--plyr-color-main, #00b3ff))
    );
    color: #fff;
    color: var(--plyr-video-control-color-hover, #fff);
  }
  .plyr__control--overlaid {
    background: #00b3ff;
    background: var(
      --plyr-video-control-background-hover,
      var(--plyr-color-main, var(--plyr-color-main, #00b3ff))
    );
    border: 0;
    border-radius: 100%;
    color: #fff;
    color: var(--plyr-video-control-color, #fff);
    display: none;
    left: 50%;
    opacity: 0.9;
    padding: 15px;
    padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
    z-index: 2;
  }
  .plyr__control--overlaid svg {
    left: 2px;
    position: relative;
  }
  .plyr__control--overlaid:focus,
  .plyr__control--overlaid:hover {
    opacity: 1;
  }
  .plyr--playing .plyr__control--overlaid {
    opacity: 0;
    visibility: hidden;
  }
  .plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block;
  }
  .plyr--full-ui.plyr--video input[type="range"]::-webkit-slider-runnable-track {
    background-color: hsla(0, 0%, 100%, 0.25);
    background-color: var(
      --plyr-video-range-track-background,
      var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, 0.25))
    );
  }
  .plyr--full-ui.plyr--video input[type="range"]::-moz-range-track {
    background-color: hsla(0, 0%, 100%, 0.25);
    background-color: var(
      --plyr-video-range-track-background,
      var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, 0.25))
    );
  }
  .plyr--full-ui.plyr--video input[type="range"]::-ms-track {
    background-color: hsla(0, 0%, 100%, 0.25);
    background-color: var(
      --plyr-video-range-track-background,
      var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, 0.25))
    );
  }
  .plyr--full-ui.plyr--video input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2),
      0 0 0 3px hsla(0, 0%, 100%, 0.5);
    box-shadow: var(
        --plyr-range-thumb-shadow,
        0 1px 1px rgba(35, 40, 47, 0.15),
        0 0 0 1px rgba(35, 40, 47, 0.2)
      ),
      0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px)
        var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, 0.5));
  }
  .plyr--full-ui.plyr--video input[type="range"]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2),
      0 0 0 3px hsla(0, 0%, 100%, 0.5);
    box-shadow: var(
        --plyr-range-thumb-shadow,
        0 1px 1px rgba(35, 40, 47, 0.15),
        0 0 0 1px rgba(35, 40, 47, 0.2)
      ),
      0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px)
        var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, 0.5));
  }
  .plyr--full-ui.plyr--video input[type="range"]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2),
      0 0 0 3px hsla(0, 0%, 100%, 0.5);
    box-shadow: var(
        --plyr-range-thumb-shadow,
        0 1px 1px rgba(35, 40, 47, 0.15),
        0 0 0 1px rgba(35, 40, 47, 0.2)
      ),
      0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px)
        var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, 0.5));
  }
  .plyr--video .plyr__progress__buffer {
    color: hsla(0, 0%, 100%, 0.25);
    color: var(
      --plyr-video-progress-buffered-background,
      hsla(0, 0%, 100%, 0.25)
    );
  }
  .plyr:fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
  }
  .plyr:fullscreen video {
    height: 100%;
  }
  .plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block;
  }
  .plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
  }
  .plyr:fullscreen.plyr--hide-controls {
    cursor: none;
  }
  @media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
      font-size: 21px;
      font-size: var(--plyr-font-size-xlarge, 21px);
    }
    .plyr:fullscreen .plyr__captions {
      font-size: 21px;
      font-size: var(--plyr-font-size-xlarge, 21px);
    }
  }
  .plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
  }
  .plyr:-webkit-full-screen video {
    height: 100%;
  }
  .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block;
  }
  .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
  }
  .plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none;
  }
  @media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
      font-size: 21px;
      font-size: var(--plyr-font-size-xlarge, 21px);
    }
  }
  .plyr:-moz-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
  }
  .plyr:-moz-full-screen video {
    height: 100%;
  }
  .plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block;
  }
  .plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
  }
  .plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none;
  }
  @media (min-width: 1024px) {
    .plyr:-moz-full-screen .plyr__captions {
      font-size: 21px;
      font-size: var(--plyr-font-size-xlarge, 21px);
    }
  }
  .plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
  }
  .plyr:-ms-fullscreen video {
    height: 100%;
  }
  .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block;
  }
  .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
  }
  .plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none;
  }
  @media (min-width: 1024px) {
    .plyr:-ms-fullscreen .plyr__captions {
      font-size: 21px;
      font-size: var(--plyr-font-size-xlarge, 21px);
    }
  }
  .plyr--fullscreen-fallback {
    background: #000;
    border-radius: 0 !important;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000000;
  }
  .plyr--fullscreen-fallback video {
    height: 100%;
  }
  .plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block;
  }
  .plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
    display: none;
  }
  .plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none;
  }
  @media (min-width: 1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
      font-size: 21px;
      font-size: var(--plyr-font-size-xlarge, 21px);
    }
  }
  .plyr__ads {
    border-radius: inherit;
    bottom: 0;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
  .plyr__ads > div,
  .plyr__ads > div iframe {
    height: 100%;
    position: absolute;
    width: 100%;
  }
  .plyr__ads:after {
    background: #23282f;
    border-radius: 2px;
    bottom: 10px;
    bottom: var(--plyr-control-spacing, 10px);
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    right: var(--plyr-control-spacing, 10px);
    z-index: 3;
  }
  .plyr__ads:after:empty {
    display: none;
  }
  .plyr__cues {
    background: currentColor;
    display: block;
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    left: 0;
    margin: -var(--plyr-range-track-height, 5px) / 2 0 0;
    opacity: 0.8;
    position: absolute;
    top: 50%;
    width: 3px;
    z-index: 3;
  }
  .plyr__preview-thumb {
    background-color: hsla(0, 0%, 100%, 0.9);
    background-color: var(--plyr-tooltip-background, hsla(0, 0%, 100%, 0.9));
    border-radius: 3px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
    margin-bottom: 10px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
    opacity: 0;
    padding: 3px;
    padding: var(--plyr-tooltip-radius, 3px);
    pointer-events: none;
    position: absolute;
    transform: translateY(10px) scale(0.8);
    transform-origin: 50% 100%;
    transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
    z-index: 2;
  }
  .plyr__preview-thumb--is-shown {
    opacity: 1;
    transform: translate(0) scale(1);
  }
  .plyr__preview-thumb:before {
    border-left: 4px solid transparent;
    border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-right: 4px solid transparent;
    border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-top: 4px solid hsla(0, 0%, 100%, 0.9);
    border-top: var(--plyr-tooltip-arrow-size, 4px) solid
      var(--plyr-tooltip-background, hsla(0, 0%, 100%, 0.9));
    bottom: -4px;
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2;
  }
  .plyr__preview-thumb__image-container {
    background: #c1c8d1;
    border-radius: 2px;
    border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
  .plyr__preview-thumb__image-container img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .plyr__preview-thumb__time-container {
    bottom: 6px;
    left: 0;
    position: absolute;
    right: 0;
    white-space: nowrap;
    z-index: 3;
  }
  .plyr__preview-thumb__time-container span {
    background-color: rgba(0, 0, 0, 0.55);
    border-radius: 2px;
    border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
    color: #fff;
    font-size: 13px;
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
    padding: 3px 6px;
  }
  .plyr__preview-scrubbing {
    bottom: 0;
    filter: blur(1px);
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: 1;
  }
  .plyr__preview-scrubbing--is-shown {
    opacity: 1;
  }
  .plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .plyr--no-transition {
    transition: none !important;
  }
  .plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    border: 0 !important;
    height: 1px !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
  .plyr [hidden] {
    display: none !important;
  }
  body.compensate-for-scrollbar {
    overflow: hidden;
  }
  .fancybox-active {
    height: auto;
  }
  .fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
  }
  .fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
  }
  .fancybox-container * {
    box-sizing: border-box;
  }
  .fancybox-bg,
  .fancybox-inner,
  .fancybox-outer,
  .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  }
  .fancybox-is-open .fancybox-bg {
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .fancybox-caption,
  .fancybox-infobar,
  .fancybox-navigation .fancybox-button,
  .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
  }
  .fancybox-show-caption .fancybox-caption,
  .fancybox-show-infobar .fancybox-infobar,
  .fancybox-show-nav .fancybox-navigation .fancybox-button,
  .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
  }
  .fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .fancybox-toolbar {
    right: 0;
    top: 0;
  }
  .fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
  }
  .fancybox-is-open .fancybox-stage {
    overflow: hidden;
  }
  .fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
  }
  .fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
  }
  .fancybox-is-sliding .fancybox-slide,
  .fancybox-slide--current,
  .fancybox-slide--next,
  .fancybox-slide--previous {
    display: block;
  }
  .fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
  }
  .fancybox-slide--image:before {
    display: none;
  }
  .fancybox-slide--html {
    padding: 6px;
  }
  .fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
  }
  .fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
  }
  .fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
  }
  .fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
  }
  .fancybox-can-pan .fancybox-content,
  .fancybox-can-swipe .fancybox-content {
    cursor: grab;
  }
  .fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
  }
  .fancybox-container [data-selectable="true"] {
    cursor: text;
  }
  .fancybox-image,
  .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
  }
  .fancybox-spaceball {
    z-index: 1;
  }
  .fancybox-slide--iframe .fancybox-content,
  .fancybox-slide--map .fancybox-content,
  .fancybox-slide--pdf .fancybox-content,
  .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
  }
  .fancybox-slide--video .fancybox-content {
    background: #000;
  }
  .fancybox-slide--map .fancybox-content {
    background: #e5e3df;
  }
  .fancybox-slide--iframe .fancybox-content {
    background: #fff;
  }
  .fancybox-iframe,
  .fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
  }
  .fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
  }
  .fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
  }
  .fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
  }
  .fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
  }
  .fancybox-button,
  .fancybox-button:link,
  .fancybox-button:visited {
    color: #ccc;
  }
  .fancybox-button:hover {
    color: #fff;
  }
  .fancybox-button:focus {
    outline: none;
  }
  .fancybox-button.fancybox-focus {
    outline: 1px dotted;
  }
  .fancybox-button[disabled],
  .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
  }
  .fancybox-button div {
    height: 100%;
  }
  .fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
  }
  .fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
  }
  .fancybox-button--fsenter svg:nth-child(2),
  .fancybox-button--fsexit svg:first-child,
  .fancybox-button--pause svg:first-child,
  .fancybox-button--play svg:nth-child(2) {
    display: none;
  }
  .fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
  }
  .fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
  }
  .fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
  }
  .fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
  }
  .fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
  }
  .fancybox-is-scaling .fancybox-close-small,
  .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
  }
  .fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
  }
  .fancybox-navigation .fancybox-button div {
    padding: 7px;
  }
  .fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
  }
  .fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
  }
  .fancybox-caption {
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.85) 0,
      rgba(0, 0, 0, 0.3) 50%,
      rgba(0, 0, 0, 0.15) 65%,
      rgba(0, 0, 0, 0.075) 75.5%,
      rgba(0, 0, 0, 0.037) 82.85%,
      rgba(0, 0, 0, 0.019) 88%,
      transparent
    );
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding: 75px max(44px, env(safe-area-inset-right))
        max(25px, env(safe-area-inset-bottom))
        max(44px, env(safe-area-inset-left));
    }
  }
  .fancybox-caption--separate {
    margin-top: -50px;
  }
  .fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
  }
  .fancybox-caption a,
  .fancybox-caption a:link,
  .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
  }
  .fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
  }
  @keyframes a {
    to {
      transform: rotate(1turn);
    }
  }
  .fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  }
  .fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  .fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  .fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0);
  }
  .fancybox-fx-fade.fancybox-slide--next,
  .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  }
  .fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
  }
  .fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
  }
  .fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
  }
  .fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1);
  }
  .fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn);
  }
  .fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn);
  }
  .fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg);
  }
  .fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  }
  .fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  }
  .fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0);
  }
  .fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  }
  .fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  }
  .fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1);
  }
  @media (max-height: 576px) {
    .fancybox-slide {
      padding-left: 6px;
      padding-right: 6px;
    }
    .fancybox-slide--image {
      padding: 6px 0;
    }
    .fancybox-close-small {
      right: -6px;
    }
    .fancybox-slide--image .fancybox-close-small {
      background: #4e4e4e;
      color: #f2f4f6;
      height: 36px;
      opacity: 1;
      padding: 6px;
      right: 0;
      top: 0;
      width: 36px;
    }
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
    @supports (padding: max(0px)) {
      .fancybox-caption {
        padding-left: max(12px, env(safe-area-inset-left));
        padding-right: max(12px, env(safe-area-inset-right));
      }
    }
  }
  .fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
  }
  .fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
  }
  .fancybox-share p {
    margin: 0;
    padding: 0;
  }
  .fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
  }
  .fancybox-share__button:link,
  .fancybox-share__button:visited {
    color: #fff;
  }
  .fancybox-share__button:hover {
    text-decoration: none;
  }
  .fancybox-share__button--fb {
    background: #3b5998;
  }
  .fancybox-share__button--fb:hover {
    background: #344e86;
  }
  .fancybox-share__button--pt {
    background: #bd081d;
  }
  .fancybox-share__button--pt:hover {
    background: #aa0719;
  }
  .fancybox-share__button--tw {
    background: #1da1f2;
  }
  .fancybox-share__button--tw:hover {
    background: #0d95e8;
  }
  .fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
  }
  .fancybox-share__button svg path {
    fill: #fff;
  }
  .fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
  }
  .fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
  }
  .fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 212px;
  }
  .fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
  }
  .fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
  }
  .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
  }
  .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
  }
  .fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
  }
  .fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
  }
  .fancybox-thumbs__list a:focus:before {
    opacity: 0.5;
  }
  .fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1;
  }
  @media (max-width: 576px) {
    .fancybox-thumbs {
      width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
      right: 110px;
    }
    .fancybox-thumbs__list a {
      max-width: calc(100% - 10px);
    }
  }
  .breadcrumb {
    font-size: 0.929em;
  }
  