@font-face {
  font-family: "ProximaNova-Regular";
  src: url("/fonts/webfonts/ProximaNovaReg.woff2") format("woff2"),
    url("/fonts/webfonts/ProximaNovaReg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova-Bold";
  src: url("/fonts/webfonts/ProximaNovaBold.woff2") format("woff2"),
    url("/fonts/webfonts/ProximaNovaBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova-Semibold";
  src: url("/fonts/webfonts/ProximaNovaSbold.woff2") format("woff2"),
    url("/fonts/webfonts/ProximaNovaSbold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova-Extrabld";
  src: url("/fonts/webfonts/ProximaNovaXbold.woff2") format("woff2"),
    url("/fonts/webfonts/ProximaNovaXbold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova-Light";
  src: url("/fonts/webfonts/ProximaNovaLight.woff2") format("woff2"),
    url("/fonts/webfonts/ProximaNovaLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova-LightIt";
  src: url("/fonts/webfonts/ProximaNovaLightIt.woff2") format("woff2"),
    url("/fonts/webfonts/ProximaNovaLightIt.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova-Thin";
  src: url("/fonts/webfonts/ProximaNovaThin.woff2") format("woff2"),
    url("/fonts/webfonts/ProximaNovaThin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}


/* loading indicator */
.loading-indicator-wrapper .loader,
.loading-indicator-wrapper .loader:after {
  border-radius: 0 !important;
}
.loading-indicator-wrapper .loader {
  border: 0 !important;
  -webkit-animation: none !important;
  animation: none !important; 
}

.loading-indicator-wrapper {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0 !important;
}

.loading-indicator-wrapper {
  z-index: 99999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  background: rgba(0,0,0,.701961);
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear
}

.loading-indicator-wrapper.loader-visible {
  opacity: 1;
  z-index: 9999
}

.loading-indicator-wrapper.loader-hidden {
  opacity: 0;
  z-index: -1
}

.loading-indicator-wrapper img {
  vertical-align: middle;
  display: inline-block
}

.loading-indicator-wrapper .loader {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  display: inline-block;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255,255,255,.2);
  border-right: 1.1em solid rgba(255,255,255,.2);
  border-bottom: 1.1em solid rgba(255,255,255,.2);
  border-left: 1.1em solid #fff;
  -webkit-animation: load 1.1s infinite linear;
  animation: load 1.1s infinite linear
}

.loading-indicator-wrapper .loader,
.loading-indicator-wrapper .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em
}

.loading-indicator-wrapper .loading-indicator-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.loading-indicator-wrapper .loader,
.loading-indicator-wrapper .loader:after {
    border-radius: 0 !important;
}
.loading-indicator-wrapper .loader {
    border: 0 !important;
    -webkit-animation: none !important;
    animation: none !important; 
}

.loader {
  background: url("/images/common/loader.gif") repeat scroll center center;
  animation-name: load;
  animation-duration: unset;
  animation-delay: unset;
}

.loading-indicator-wrapper {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0 !important;
}





*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  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-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a, .table-alphabet span {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover, .table-alphabet span:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]), .table-alphabet span:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover, .table-alphabet span:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 866px;
  }
}
@media (min-width: 1025px) {
  .container {
    max-width: 866px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1010px;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-md, .container-sm, .container {
    max-width: 866px;
  }
}
@media (min-width: 1025px) {
  .container-lg, .container-sm, .container {
    max-width: 866px;
  }
}
@media (min-width: 1920px) {
  .container-xl, .container-md, .container-sm, .container {
    max-width: 1010px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 768px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1025px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1920px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  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) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled, .table-alphabet span.btn.disabled,
fieldset:disabled a.btn,
fieldset:disabled .table-alphabet span.btn,
.table-alphabet fieldset:disabled span.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.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;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.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=submit].btn-block,
input[type=reset].btn-block,
input[type=button].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;
  }
}

.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:hover, .table-alphabet span.bg-primary:hover, a.bg-primary:focus, .table-alphabet span.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, .table-alphabet span.bg-secondary:hover, a.bg-secondary:focus, .table-alphabet span.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, .table-alphabet span.bg-success:hover, a.bg-success:focus, .table-alphabet span.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, .table-alphabet span.bg-info:hover, a.bg-info:focus, .table-alphabet span.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, .table-alphabet span.bg-warning:hover, a.bg-warning:focus, .table-alphabet span.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, .table-alphabet span.bg-danger:hover, a.bg-danger:focus, .table-alphabet span.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, .table-alphabet span.bg-light:hover, a.bg-light:focus, .table-alphabet span.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, .table-alphabet span.bg-dark:hover, a.bg-dark:focus, .table-alphabet span.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  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, header .header-flags::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: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 768px) {
  .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: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .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: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1025px) {
  .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: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1920px) {
  .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: flex !important;
  }

  .d-xl-inline-flex {
    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: flex !important;
  }

  .d-print-inline-flex {
    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 iframe,
.embed-responsive embed,
.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.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 768px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1025px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1920px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 768px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1025px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1920px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: 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: 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: sticky) {
  .sticky-top {
    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;
}

.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);
}

.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: 768px) {
  .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: 992px) {
  .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: 1025px) {
  .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: 1920px) {
  .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;
  }
}
.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: 768px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1025px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1920px) {
  .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:hover, .table-alphabet span.text-primary:hover, a.text-primary:focus, .table-alphabet span.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, .table-alphabet span.text-secondary:hover, a.text-secondary:focus, .table-alphabet span.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, .table-alphabet span.text-success:hover, a.text-success:focus, .table-alphabet span.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, .table-alphabet span.text-info:hover, a.text-info:focus, .table-alphabet span.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, .table-alphabet span.text-warning:hover, a.text-warning:focus, .table-alphabet span.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, .table-alphabet span.text-danger:hover, a.text-danger:focus, .table-alphabet span.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, .table-alphabet span.text-light:hover, a.text-light:focus, .table-alphabet span.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, .table-alphabet span.text-dark:hover, a.text-dark:focus, .table-alphabet span.text-dark:focus {
  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-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.transition, footer .contacts-additional a:hover, footer .contacts-additional a:focus, footer .contacts-additional a, footer .contacts-additional .table-alphabet span, .table-alphabet footer .contacts-additional span, footer ul li a:hover, footer ul li .table-alphabet span:hover, .table-alphabet footer ul li span:hover, footer ul li a:focus, footer ul li .table-alphabet span:focus, .table-alphabet footer ul li span:focus, footer ul li a, footer ul li .table-alphabet span, .table-alphabet footer ul li span, footer .social-links a:hover img, footer .social-links a:focus img, footer .social-links a img, footer .social-links .table-alphabet span img, .table-alphabet footer .social-links span img, footer .row-contacts .contact-value a:hover, footer .row-contacts .contact-value a:focus, footer .row-contacts .contact-value a, footer .row-contacts .contact-value .table-alphabet span, .table-alphabet footer .row-contacts .contact-value span, header .header-menu, header .header-mobile .burger > div, header.header-menu-mobile.open .burger div, header.header-menu-mobile.open .header-menu, header .hover:before, header .hover:after, header .header-dropdown-links .dropdown-link:hover .header-dropdown-content, header .header-dropdown-content, .table-row-expandable:hover, .table-row-expandable, .off-menu-forms input:focus, .off-menu-forms input, .custom-option a:hover, .custom-option a:focus, .custom-option a, .custom-option .table-alphabet span, .table-alphabet .custom-option span, .text-link:hover, .text-link:focus, .text-link, .dark-link:hover, .dark-link:focus, .dark-link, .blue-link:hover, .blue-link:focus, .blue-link, .page-not-found-wrapper a:not(.btn), .page-not-found-wrapper .table-alphabet span:not(.btn), .table-alphabet .page-not-found-wrapper span:not(.btn), .accent-link:hover, .accent-link:focus, .accent-link, .register.off-menu-forms-round a, .register.off-menu-forms-round .table-alphabet span, .table-alphabet .register.off-menu-forms-round span {
  transition: all 0.3s ease-in-out;
}

.clearfix:after, header .header-flags:after {
  display: block;
  content: "";
  clear: both;
}

.policy-section .main h1, .policy-section .main .h1 {
  font-size: 25px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .policy-section .main h1, .policy-section .main .h1 {
    font-size: 31px;
    line-height: 34px;
  }
}

.policy-section .main h2, .policy-section .main .h2 {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .policy-section .main h2, .policy-section .main .h2 {
    font-size: 22px;
    line-height: 28px;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

* {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "ProximaNova-Light";
  color: #364550;
}

h1, .h1, h2, .h2 {
  font-family: "ProximaNova-Extrabld";
  font-size: 0.75rem;
  line-height: 0.9375rem;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  h1, .h1, h2, .h2 {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  h1, .h1, h2, .h2 {
    line-height: 1.625rem;
    margin-bottom: 1rem;
  }
}

h3, .h3 {
  font-family: "ProximaNova-Bold";
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media (min-width: 576px) {
  h3, .h3 {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}

h4, .h4 {
  font-family: "ProximaNova-Bold";
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

b, strong {
  font-family: "ProximaNova-Bold";
}

p {
  font-family: "ProximaNova-Light";
  font-size: 0.875rem;
  line-height: 1.5rem;
}
p.small {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
@media (min-width: 992px) {
  p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.p-group p:not(:last-of-type) {
  margin-bottom: 1.625rem;
}

.section-heading {
  font-family: "ProximaNova-Bold";
  font-size: 1.5625rem;
  line-height: 1.75rem;
  text-transform: initial;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .section-heading {
    font-size: 1.9375rem;
    line-height: 2.125rem;
  }
}

.hero-heading {
  font-family: "ProximaNova-Bold";
  font-size: 1.875rem;
  line-height: 2rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .hero-heading {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1920px) {
  .hero-heading {
    font-size: 3.375rem;
    line-height: 1;
  }
}

.paragraph-large {
  font-family: "ProximaNova-Light";
  font-size: 1rem;
  line-height: 1.375rem;
}
@media (min-width: 576px) {
  .paragraph-large {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .paragraph-large {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 1920px) {
  .paragraph-large {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.text-black {
  color: #364550;
}

.text-white {
  color: #FFFFFF;
}

.text-accent {
  color: #E8B300;
}

.accent-link, .register.off-menu-forms-round a, .register.off-menu-forms-round .table-alphabet span, .table-alphabet .register.off-menu-forms-round span {
  color: #E8B300;
}
.accent-link:hover, .register.off-menu-forms-round a:hover, .register.off-menu-forms-round .table-alphabet span:hover, .table-alphabet .register.off-menu-forms-round span:hover, .accent-link:focus, .register.off-menu-forms-round a:focus, .register.off-menu-forms-round .table-alphabet span:focus, .table-alphabet .register.off-menu-forms-round span:focus {
  color: #b58c00;
}

.blue-link, .page-not-found-wrapper a:not(.btn), .page-not-found-wrapper .table-alphabet span:not(.btn), .table-alphabet .page-not-found-wrapper span:not(.btn) {
  color: #20BAEF;
}
.blue-link:hover, .page-not-found-wrapper a:hover:not(.btn), .page-not-found-wrapper .table-alphabet span:hover:not(.btn), .table-alphabet .page-not-found-wrapper span:hover:not(.btn), .blue-link:focus, .page-not-found-wrapper a:focus:not(.btn), .page-not-found-wrapper .table-alphabet span:focus:not(.btn), .table-alphabet .page-not-found-wrapper span:focus:not(.btn) {
  color: #0f9ccd;
}

.dark-link {
  color: #707E81;
}
.dark-link:hover, .dark-link:focus {
  color: #586366;
}

.text-link {
  color: #364550;
  text-decoration: underline;
}
.text-link:hover, .text-link:focus {
  color: #20BAEF;
}

.link-no-decoration:hover, .link-no-decoration:focus {
  text-decoration: none;
}

.thin {
  font-family: "ProximaNova-Thin" !important;
}

.light {
  font-family: "ProximaNova-Light" !important;
}

.semibold {
  font-family: "ProximaNova-Semibold" !important;
}

.bold {
  font-family: "ProximaNova-Bold" !important;
}

.extra-bold {
  font-family: "ProximaNova-Extrabld" !important;
}

.black {
  font-family: "ProximaNova-Extrabld" !important;
}

.tt-reset {
  text-transform: none;
}

.color-reset {
  color: inherit;
}

.reset {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: inherit;
  color: inherit;
}

.small-text {
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.small-text .note {
  font-family: "ProximaNova-Semibold";
}

.text-label {
  padding: 1px 3px;
  border-radius: 2px;
  color: white;
  text-transform: uppercase;
}
.text-label.blue {
  background-color: #20BAEF;
}

.body-wrapper {
  padding-top: 3.75rem;
}

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

p {
  margin-bottom: 0;
}

@media (max-width: 375px) {
  section {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 37.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 90%;
  }
}
@media (max-width: 991px) {
  .custom-row {
    margin-top: 3.75rem;
  }
  .custom-row > [class*=col-]:not(:last-child) {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 992px) {
  .body-wrapper {
    padding-top: 6.3125rem;
  }

  .custom-row {
    margin-top: 5.3125rem;
  }
  .custom-row > [class*=col-] {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media (min-width: 1025px) {
  .body-wrapper {
    padding-top: 7.3125rem;
  }
}
@media (min-width: 1280px) {
  .custom-container {
    max-width: 76.875rem;
  }

  .custom-row > [class*=col-] {
    padding-right: 3.0625rem;
    padding-left: 3.0625rem;
  }
}
.container-full-hd {
  position: relative;
}

@media (min-width: 768px) {
  .container-full-hd {
    max-width: 64rem;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1920px) {
  .container-full-hd {
    max-width: 120rem;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 768px) {
  .no-gutters-sm {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters-sm > .col, .no-gutters-sm > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .no-gutters-md {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters-md > .col, .no-gutters-md > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1025px) {
  .no-gutters-lg {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters-lg > .col, .no-gutters-lg > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1920px) {
  .no-gutters-xl {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters-xl > .col, .no-gutters-xl > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
}
.background-reset {
  background: none;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright, .table-alphabet span img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone, .table-alphabet span img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft, .table-alphabet span img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter, .table-alphabet span img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.placeholder {
  position: absolute;
  left: 1.375rem;
  bottom: 100%;
  z-index: 0;
  animation-name: fadeOutDown;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  line-height: 1.3;
}
.placeholder.active {
  animation-name: fadeInUp;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}
.placeholder + input, .placeholder + textarea {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .placeholder {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .placeholder {
    font-size: 1.125rem;
    margin-bottom: 5px;
  }
}

.hero-form .placeholder {
  font-size: 0.875rem;
  left: 1.25rem;
  margin-bottom: 0;
}

.tingle-modal .placeholder {
  font-size: 0.6875rem;
}
@media (max-width: 991px) {
  .tingle-modal .placeholder {
    left: 1rem;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .tingle-modal .placeholder {
    left: 1.375rem;
    margin-bottom: 0.25rem;
  }
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #333333 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #333333 !important;
}

::placeholder, .form-input, .form-input::placeholder,
.modal-general ::placeholder, .tingle-modal-download ::placeholder,
.off-menu-forms-round.transparent ::placeholder,
.off-menu-forms-round ::placeholder {
  color: #333333 !important;
}

a.btn, .table-alphabet span.btn, .btn {
  font-family: "ProximaNova-Extrabld";
  color: #FFFFFF;
  white-space: nowrap;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  border-radius: 1.625rem;
  background-image: url(/images/voipstudio/homepage/btn-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 1.5625rem center;
  transition: background-color 0.3s ease-in-out;
  padding-top: 0.875rem;
  padding-right: 4.375rem;
  padding-bottom: 0.875rem;
  padding-left: 1.625rem;
}
a.btn:hover, .table-alphabet span.btn:hover, a.btn:focus, .table-alphabet span.btn:focus, .btn:hover, .btn:focus {
  color: #FFFFFF;
  outline: none !important;
  transition: background-color 0.3s ease-in-out;
}
a.btn:focus, .table-alphabet span.btn:focus, .btn:focus {
  outline: none !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}
a.btn.btn-no-icon, .table-alphabet span.btn.btn-no-icon, .btn.btn-no-icon {
  background-image: none !important;
  padding-top: 0.875rem;
  padding-right: 1.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1.875rem;
}
@media (max-width: 767px) {
  a.btn.btn-no-icon-xs, .table-alphabet span.btn.btn-no-icon-xs, .btn.btn-no-icon-xs {
    background-image: none;
    padding-top: 0.875rem;
    padding-right: 1.375rem;
    padding-bottom: 0.875rem;
    padding-left: 1.375rem;
  }
}
a.btn.btn-yellow, .email-subscription a.btn, .one-time-login a.btn, .page-not-found-wrapper a.btn, .table-alphabet span.btn.btn-yellow, .table-alphabet .email-subscription span.btn, .email-subscription .table-alphabet span.btn, .table-alphabet .one-time-login span.btn, .one-time-login .table-alphabet span.btn, .table-alphabet .page-not-found-wrapper span.btn, .page-not-found-wrapper .table-alphabet span.btn, a.btn.btn-dark-yellow, .table-alphabet span.btn.btn-dark-yellow, .btn.btn-yellow, .email-subscription .btn, .one-time-login .btn, .login-page .hero .btn, .page-not-found-wrapper .btn, .register.off-menu-forms-round .btn, .btn.btn-dark-yellow {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  background-color: #E8B300;
}
a.btn.btn-yellow:hover, a.btn.btn-yellow:focus, .btn.btn-yellow:hover, .email-subscription .btn:hover, .one-time-login .btn:hover, .login-page .hero .btn:hover, .page-not-found-wrapper .btn:hover, .register.off-menu-forms-round .btn:hover, .btn.btn-dark-yellow:hover, .btn.btn-yellow:focus, .email-subscription .btn:focus, .one-time-login .btn:focus, .login-page .hero .btn:focus, .page-not-found-wrapper .btn:focus, .register.off-menu-forms-round .btn:focus, .btn.btn-dark-yellow:focus {
  background-color: #ffc503;
}
@media (max-width: 767px) {
  a.btn.btn-yellow, .email-subscription a.btn, .one-time-login a.btn, .page-not-found-wrapper a.btn, .table-alphabet span.btn.btn-yellow, .table-alphabet .email-subscription span.btn, .email-subscription .table-alphabet span.btn, .table-alphabet .one-time-login span.btn, .one-time-login .table-alphabet span.btn, .table-alphabet .page-not-found-wrapper span.btn, .page-not-found-wrapper .table-alphabet span.btn, a.btn.btn-dark-yellow, .table-alphabet span.btn.btn-dark-yellow, .btn.btn-yellow, .email-subscription .btn, .one-time-login .btn, .login-page .hero .btn, .page-not-found-wrapper .btn, .register.off-menu-forms-round .btn, .btn.btn-dark-yellow {
    padding-left: 1.375rem;
  }
}
a.btn.btn-dark-yellow, .table-alphabet span.btn.btn-dark-yellow, .btn.btn-dark-yellow {
  background-color: #C98802;
  border: 1px solid #E8B300;
}
a.btn.btn-dark-yellow:hover, a.btn.btn-dark-yellow:focus, .btn.btn-dark-yellow:hover, .btn.btn-dark-yellow:focus {
  background-color: #e29902;
}
a.btn.btn-white, .table-alphabet span.btn.btn-white, .btn.btn-white {
  font-size: 1rem;
  line-height: 1.4375rem;
  background-color: #FFFFFF;
  padding-top: 0.875rem;
  padding-right: 4.375rem;
  padding-bottom: 0.875rem;
  padding-left: 1.875rem;
}
a.btn.btn-white:hover, a.btn.btn-white:focus, .btn.btn-white:hover, .btn.btn-white:focus {
  background-color: #f2f2f2;
}
a.btn.btn-white.yellow, .btn.btn-white.yellow {
  color: #E8B300;
  background-image: url(/images/voipstudio/homepage/btn-arrow-light-yellow.svg);
}
a.btn.btn-bordered, .table-alphabet span.btn.btn-bordered, .btn.btn-bordered {
  font-size: 0.75rem;
  line-height: 1.625rem;
  text-align: center;
  text-transform: uppercase;
  color: #707E81;
  border: 1px solid #707E81;
  box-shadow: none;
  background-image: none;
  padding-top: 0.375rem;
  padding-right: 1.25rem;
  padding-bottom: 0.375rem;
  padding-left: 1.25rem;
}
a.btn.btn-bordered:hover, a.btn.btn-bordered:focus, .btn.btn-bordered:hover, .btn.btn-bordered:focus {
  background-color: #ddecf0;
}
a.btn.btn-bordered-white, .table-alphabet span.btn.btn-bordered-white, .btn.btn-bordered-white {
  font-family: "ProximaNova-Extrabld";
  font-size: 1rem;
  line-height: 1.125rem;
  text-align: center;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-shadow: none;
  padding-top: 0.875rem;
  padding-right: 4.375rem;
  padding-bottom: 0.875rem;
  padding-left: 1.375rem;
}
a.btn.btn-bordered-white:hover, a.btn.btn-bordered-white:focus, .btn.btn-bordered-white:hover, .btn.btn-bordered-white:focus {
  background-color: #f2f2f2;
  color: #364550;
  background-image: url(/images/voipstudio/homepage/btn-arrow-dark.svg);
}
a.btn.btn-green, .table-alphabet span.btn.btn-green, .btn.btn-green {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  background-color: #80C41C;
}
a.btn.btn-green:hover, a.btn.btn-green:focus, .btn.btn-green:hover, .btn.btn-green:focus {
  background-color: #8fda1f;
}
@media (max-width: 767px) {
  a.btn, .table-alphabet span.btn, .btn {
    font-size: 0.875rem !important;
    background-size: 1.25rem;
  }
  a.btn.btn-fluid, .table-alphabet span.btn.btn-fluid, .btn.btn-fluid {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.btn.btn-blue.btn-float {
  display: flex;
  align-items: center;
  font-family: "ProximaNova-Extrabld";
  text-transform: uppercase;
  height: 3.4375rem;
  position: fixed;
  top: 29.875rem;
  transform: rotate(-90deg) translateY(50%);
  transform-origin: left;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: -1px;
  border: 1px solid white;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.16);
  border-radius: 0 0 0.9375rem 0.9375rem;
  z-index: 10000;
}
.btn.btn-blue.btn-float img {
  width: 2rem;
  height: auto;
  transform: rotate(90deg);
  margin-left: 1.5rem;
}
@media (max-width: 991px) {
  .btn.btn-blue.btn-float {
    display: none;
  }
}
@media (min-width: 1025px) {
  .btn.btn-blue.btn-float {
    top: 32.375rem;
    height: 4.375rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

input:focus, textarea:focus {
  outline: none !important;
}

label {
  margin-bottom: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  background-color: #ffffff !important;
  -webkit-text-fill-color: #707E81;
  color: #707E81;
  box-shadow: 0 0 0 2px #D3D3D3 inset, 0 0 0 1000px white inset;
}

.input-round {
  width: 100%;
  height: 3.25rem;
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 1.875rem;
  font-family: "ProximaNova-Extrabld";
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: rgba(255, 255, 255, 0.57);
  padding-top: 0.75rem;
  padding-right: 1.25rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
}
@media (min-width: 1025px) {
  .input-round {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}

.form-group {
  position: relative;
}

.form-field-error {
  font-family: "ProximaNova-Bold";
  text-align: left;
  color: #FF1D31;
  margin-left: 1.375rem;
}
@media (min-width: 992px) {
  .form-field-error {
    margin-top: 3px;
  }
}

.checkbox-wrapper {
  display: inline-block;
  position: relative;
  user-select: none;
  cursor: pointer;
  font-family: "ProximaNova-Semibold";
  font-size: 0.875rem;
  line-height: 1;
  text-align: left;
  padding-left: 2.5rem;
}
.checkbox-wrapper .checkbox {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  background-color: #FFFFFF;
  border: 1px solid #E8B300;
  transition: background-color 0.15s ease-in-out;
  margin-bottom: 0;
}
.checkbox-wrapper .checkbox:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.checkbox-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 0 !important;
  height: 0 !important;
}
.checkbox-wrapper input:checked ~ .checkbox:after {
  display: block;
}
.checkbox-wrapper input:checked ~ .checkbox {
  background-color: #E8B300;
  transition: background-color 0.15s ease-in-out;
}
.checkbox-wrapper + p {
  padding-left: 2.5rem;
}
.checkbox-wrapper.large .checkbox {
  width: 1.625rem;
  height: 1.625rem;
}
.checkbox-wrapper.large .checkbox:after {
  left: 7px;
  top: 1px;
  width: 10px;
  height: 17px;
  transform: rotate(30deg);
}
.checkbox-wrapper.top .checkbox {
  top: 0;
  transform: none;
}
.checkbox-wrapper.bordered-gray {
  font-family: "ProximaNova-Bold";
  font-size: 1.375rem;
  line-height: 2.3125rem;
  padding-left: 4.375rem;
}
.checkbox-wrapper.bordered-gray .checkbox {
  width: 2.3125rem;
  height: 2.3125rem;
  border: 2px solid #D3D3D3;
  border-radius: 0.375rem;
}
.checkbox-wrapper.bordered-gray .checkbox:after {
  left: 12px;
  top: 6px;
  width: 10px;
  height: 16px;
  border-width: 0 3px 3px 0;
}
.checkbox-wrapper.bordered-gray input:checked ~ .checkbox {
  border-color: #E8B300;
}
.checkbox-wrapper.bordered-gray + p {
  padding-left: 4.375rem;
}
@media (min-width: 768px) {
  .checkbox-wrapper {
    font-size: 1rem;
  }
}

.form-input {
  display: block;
  width: 100%;
  border-radius: 10px;
  background-color: #FFFFFF;
  border: 2px solid #d3d3d3;
  padding: 21px 22px;
}
.form-input, .form-input::placeholder {
  color: #707E81;
  font-size: 16px;
  line-height: 27px;
}
@media (min-width: 768px) {
  .form-input, .form-input::placeholder {
    font-size: 18px;
  }
}

textarea.form-input {
  min-height: 311px;
  margin-top: 25px;
}
@media (min-width: 768px) {
  textarea.form-input {
    margin-top: 0;
  }
}

.form-group-button {
  margin-top: 14px;
  text-align: center;
}
@media (min-width: 768px) {
  .form-group-button {
    margin-top: 42px;
    text-align: left;
  }
}
@media (min-width: 1920px) {
  .form-group-button {
    margin-top: 46px;
  }
}

.strike {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}

.strike > span {
  position: relative;
  display: inline-block;
}

.strike > span:before,
.strike > span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  height: 1px;
  background: gray;
}

.strike > span:before {
  right: 100%;
  margin-right: 15px;
}

.strike > span:after {
  left: 100%;
  margin-left: 15px;
}

.alert,
form .alert,
form p.alert {
  position: relative;
  padding: 0.625rem;
  border-radius: 0.625rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-family: "ProximaNova-Light";
  color: #FFFFFF;
  text-align: left;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .alert,
form .alert,
form p.alert {
    font-size: 0.75rem;
    line-height: 1rem;
    padding-left: 2.625rem;
  }
}
@media (min-width: 992px) {
  .alert,
form .alert,
form p.alert {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-left: 3.0625rem;
  }
}
.alert:before,
form .alert:before,
form p.alert:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.625rem;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 991px) {
  .alert:before,
form .alert:before,
form p.alert:before {
    width: 1.375rem;
    height: 1.375rem;
  }
}
@media (min-width: 992px) {
  .alert:before,
form .alert:before,
form p.alert:before {
    width: 1.8125rem;
    height: 1.8125rem;
  }
}
.alert.alert-success,
form .alert.alert-success,
form p.alert.alert-success {
  background-color: #56B92B;
}
.alert.alert-success:before,
form .alert.alert-success:before,
form p.alert.alert-success:before {
  background-image: url(/images/voipstudio/alert-success.svg);
}
.alert.alert-danger,
form .alert.alert-danger,
form p.alert.alert-danger {
  background-color: #D53403;
}
.alert.alert-danger:before,
form .alert.alert-danger:before,
form p.alert.alert-danger:before {
  background-image: url(/images/voipstudio/alert-danger.svg);
}

.hero-form .alert,
.hero-form form .alert,
.hero-form form p.alert, .tingle-modal .alert,
.tingle-modal form .alert,
.tingle-modal form p.alert {
  margin-bottom: 1.875rem;
}

.tingle-modal-error .tingle-modal-box, .tingle-modal-info .tingle-modal-box {
  width: 500px;
}

.tingle-modal-error h4, .tingle-modal-info h4 {
  padding: 20px 0 0 30px;
}

.tingle-modal-error h4 {
  color: #FF0000;
}

.tingle-modal-error p, .tingle-modal-info p {
  padding: 0 30px 30px 30px;
}

@media (max-width: 991px) {
  .tingle-modal-error .tingle-modal-box, .tingle-modal-info .tingle-modal-box {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .tingle-modal {
    display: flex !important;
    padding-top: 0 !important;
  }
}

.modal-general {
  color: #FFFFFF;
  background: rgba(54, 69, 80, 0.7) !important;
}
.modal-general .tingle-modal-box {
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .modal-general .tingle-modal-box {
    max-width: 37.5rem;
  }
}
@media (min-width: 992px) {
  .modal-general .tingle-modal-box {
    max-width: 58.5rem;
    min-height: 37.75rem;
  }
}
.modal-general .tingle-modal-box .tingle-modal-box__content {
  min-height: inherit;
  display: flex;
  flex-direction: column;
}
.modal-general .tingle-modal-box .tingle-modal-box__content > div, .modal-general .tingle-modal-box .tingle-modal-box__content .modal-body {
  flex: 1;
}
.modal-general .tingle-modal-box .tingle-modal-box__content,
.modal-general .tingle-modal-box .modal-body,
.modal-general .tingle-modal-box .modal-body > .row {
  height: 100%;
}
.modal-general .modal-note, .modal-general .modal-terms {
  font-family: "ProximaNova-Light";
  font-size: 0.875rem;
  line-height: 1rem;
  color: #FFFFFF;
}
.modal-general .modal-note > span {
  color: #E8B300;
}
.modal-general .btn {
  min-width: 9.875rem;
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
}
.modal-general .logos-col {
  text-align: center;
}
@media (max-width: 991px) {
  .modal-general .logos-col {
    width: 13rem;
  }
}
@media (min-width: 992px) {
  .modal-general .logos-col {
    width: 17rem;
    margin-right: 5.625rem;
  }
}
.modal-general .modal-trustpilot-img {
  width: 7.5rem;
}
@media (min-width: 992px) {
  .modal-general .modal-trustpilot-img {
    width: 5.9375rem;
    margin-right: 1.875rem;
  }
}
.modal-general .modal-google-img {
  width: 8.125rem;
}
@media (min-width: 992px) {
  .modal-general .modal-google-img {
    width: 6.5625rem;
  }
}
.modal-general .modal-body {
  position: relative;
}
@media (max-width: 991px) {
  .modal-general .modal-body {
    padding-top: 1.5625rem;
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 992px) {
  .modal-general .modal-body {
    background-position: right 1.625rem, left top !important;
    background-size: 18.0625rem auto, auto !important;
    padding-top: 1.875rem;
    padding-right: 3.125rem;
    padding-bottom: 1.875rem;
    padding-left: 3.125rem;
  }
}
@media (max-width: 991px) {
  .modal-general form {
    margin-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .modal-general form {
    margin-top: 2.1875rem;
  }
}
@media (max-width: 991px) {
  .modal-general form > .alert {
    margin-top: -1.875rem;
  }
}
@media (min-width: 992px) {
  .modal-general form > .alert {
    margin-top: -1.25rem;
  }
}
.modal-general .modal-h1, .modal-general .modal-h2 {
  font-family: "ProximaNova-Bold";
  font-size: 1.875rem;
  line-height: 2rem;
  color: #FFFFFF;
}
.modal-general .modal-h1, .modal-general .modal-h2, .modal-general .modal-h3 {
  text-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
}
.modal-general .modal-h4 {
  font-family: "ProximaNova-Bold";
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #FFFFFF;
}
.modal-general .modal-h1 {
  margin-bottom: 0.875rem;
}
.modal-general .modal-h3 {
  font-family: "ProximaNova-Regular";
  font-size: 1.375rem;
  line-height: 1;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .modal-general .modal-h1, .modal-general .modal-h2, .modal-general .modal-h3 {
    text-align: center;
  }
  .modal-general .modal-h2 {
    margin-bottom: 0.4375rem;
  }
}
@media (min-width: 992px) {
  .modal-general .modal-h1 {
    font-size: 2.75rem;
    line-height: 2.875rem;
  }
  .modal-general .modal-h2 {
    font-size: 2.25rem;
    line-height: 2.875rem;
  }
  .modal-general .modal-h3 {
    font-family: "ProximaNova-Regular";
    font-size: 1.875rem;
  }
}
.modal-general .form-group {
  position: relative;
  margin-bottom: 1.25rem;
}
.modal-general .select-group {
  margin-top: 1.25rem;
}
.modal-general input, .modal-general textarea {
  width: 100%;
  height: 2.25rem;
  font-family: "ProximaNova-Light";
  font-size: 0.6875rem;
  line-height: 1;
  color: #364550;
  background: #FFFFFF;
  border-radius: 1.25rem;
  padding-top: 0.625rem;
  padding-right: 1rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
}
.modal-general textarea {
  height: auto;
  min-height: 5.625rem;
}
.modal-general ::placeholder {
  font-size: 0.6875rem;
  color: #707E81;
}
.modal-general .form-field-error {
  display: flex;
  flex-direction: row;
  font-family: "ProximaNova-Bold";
  font-size: 0.5625rem;
  line-height: 1.1875rem;
  text-align: left;
}
@media (max-width: 991px) {
  .modal-general .form-field-error {
    margin-left: 1rem;
  }
}
@media (min-width: 992px) {
  .modal-general .form-field-error {
    margin-left: 1.25rem;
  }
}
.modal-general .form-field-error:before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 0.1875rem;
  margin-right: 0.3125rem;
}
@media (max-width: 767px) {
  .modal-general .select-group {
    text-align: center;
  }
  .modal-general .custom-select {
    display: block;
    max-width: 71%;
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 360px) {
  .modal-general .modal-trustpilot-img {
    margin-right: 1.875rem;
  }
}
@media (min-width: 992px) {
  .modal-general .select-group {
    margin-top: 2.0625rem;
  }
  .modal-general .select-group label {
    white-space: nowrap;
  }
  .modal-general .form-group {
    margin-bottom: 1.625rem;
  }
  .modal-general input, .modal-general textarea {
    padding-top: 0.625rem;
    padding-right: 1.375rem;
    padding-bottom: 0.625rem;
    padding-left: 1.375rem;
  }
  .modal-general textarea {
    min-height: 5.625rem;
  }
  .modal-general .form-field-error {
    font-size: 0.6875rem;
  }
}

.modal-general.modal-yellow .modal-body {
  background-image: url(/images/voipstudio/voipstudio-vs-ring-central/hero-left-shape.svg), linear-gradient(180deg, #E8B300, #C98801);
  background-repeat: no-repeat;
  background-position: right -0.625rem, left top;
  background-size: 10.625rem auto, auto auto;
}
.modal-general.modal-yellow input:not([type=checkbox]):not([type=radio]), .modal-general.modal-yellow textarea {
  border: 1px solid #E8B300;
}
.modal-general.modal-yellow .form-field-error {
  color: #FF1D31;
}
.modal-general.modal-yellow .form-field-error:before {
  background-image: url(/images/voipstudio/error-exclamation-red.svg);
}
.modal-general.modal-yellow .custom-select {
  border: 1px solid #E8B300;
}
.modal-general.modal-yellow .accent-link, .modal-general.modal-yellow .register.off-menu-forms-round a, .register.off-menu-forms-round .modal-general.modal-yellow a, .modal-general.modal-yellow .register.off-menu-forms-round .table-alphabet span, .register.off-menu-forms-round .table-alphabet .modal-general.modal-yellow span, .modal-general.modal-yellow .table-alphabet .register.off-menu-forms-round span, .table-alphabet .register.off-menu-forms-round .modal-general.modal-yellow span {
  color: #0C7295;
}
.modal-general.modal-yellow .accent-link:hover, .modal-general.modal-yellow .register.off-menu-forms-round a:hover, .register.off-menu-forms-round .modal-general.modal-yellow a:hover, .modal-general.modal-yellow .register.off-menu-forms-round .table-alphabet span:hover, .register.off-menu-forms-round .table-alphabet .modal-general.modal-yellow span:hover, .modal-general.modal-yellow .table-alphabet .register.off-menu-forms-round span:hover, .table-alphabet .register.off-menu-forms-round .modal-general.modal-yellow span:hover, .modal-general.modal-yellow .accent-link:focus, .modal-general.modal-yellow .register.off-menu-forms-round a:focus, .register.off-menu-forms-round .modal-general.modal-yellow a:focus, .modal-general.modal-yellow .register.off-menu-forms-round .table-alphabet span:focus, .register.off-menu-forms-round .table-alphabet .modal-general.modal-yellow span:focus, .modal-general.modal-yellow .table-alphabet .register.off-menu-forms-round span:focus, .table-alphabet .register.off-menu-forms-round .modal-general.modal-yellow span:focus {
  color: #084e66;
}
.modal-general.modal-yellow .btn.btn-yellow, .modal-general.modal-yellow .email-subscription .btn, .email-subscription .modal-general.modal-yellow .btn, .modal-general.modal-yellow .one-time-login .btn, .one-time-login .modal-general.modal-yellow .btn, .modal-general.modal-yellow .login-page .hero .btn, .login-page .hero .modal-general.modal-yellow .btn, .modal-general.modal-yellow .page-not-found-wrapper .btn, .page-not-found-wrapper .modal-general.modal-yellow .btn, .modal-general.modal-yellow .register.off-menu-forms-round .btn, .register.off-menu-forms-round .modal-general.modal-yellow .btn, .modal-general.modal-yellow .btn.btn-dark-yellow {
  background-color: #FFFFFF;
  color: #E8B300;
  background-image: url(/images/voipstudio/homepage/btn-arrow-yellow.svg);
}

.modal-general.modal-voipstudio input:not([type=checkbox]):not([type=radio]), .modal-general.modal-voipstudio textarea {
  border: 1px solid #20BAEF;
}
.modal-general.modal-voipstudio .form-field-error {
  color: #E8B300;
}
.modal-general.modal-voipstudio .form-field-error:before {
  background-image: url(/images/voipstudio/error-exclamation-yellow.svg);
}
.modal-general.modal-voipstudio .custom-select {
  border: 1px solid #20BAEF;
}
.modal-general.modal-voipstudio .modal-body {
  background-repeat: no-repeat;
  background-position: right -1.25rem top 0, left top;
  background-size: 10.625rem auto, auto auto;
}
@media (max-width: 991px) {
  .modal-general.modal-voipstudio .modal-body {
    background-image: url(/images/voipstudio/voipstudio-vs-ring-central/hero-left-shape.svg), linear-gradient(180deg, #1FB9EE, #0C7295);
  }
}
@media (min-width: 992px) {
  .modal-general.modal-voipstudio .modal-body {
    background-image: url(/images/voipstudio/voipstudio-vs-ring-central/hero-left-shape.svg), linear-gradient(180deg, #20B9EE, #354550);
  }
}

.modal-general.modal-voiphome input:not([type=checkbox]):not([type=radio]), .modal-general.modal-voiphome textarea {
  border: 1px solid #10DFAD;
}
.modal-general.modal-voiphome .form-field-error {
  color: #E8B300;
}
.modal-general.modal-voiphome .form-field-error:before {
  background-image: url(/images/voipstudio/error-exclamation-yellow.svg);
}
.modal-general.modal-voiphome .custom-select {
  border: 1px solid #10DFAD;
}
.modal-general.modal-voiphome .modal-body {
  background-repeat: no-repeat;
  background-position: left -3rem top -1rem, left top;
  background-size: 10.625rem auto, auto auto;
  background-image: url(/images/voiphome/circles-bg-white.svg), linear-gradient(180deg, #1FEEBC 0%, #0C9574 70%);
}
@media (min-width: 992px) {
  .modal-general.modal-voiphome .modal-body {
    background-position: left -4.375rem top -4rem, left top !important;
    background-image: url(/images/voiphome/circles-bg-white.svg), linear-gradient(180deg, #20EFBD, #35504E);
  }
}

.modal-general.modal-gotrunk input:not([type=checkbox]):not([type=radio]), .modal-general.modal-gotrunk textarea {
  border: 1px solid #99B815;
}
.modal-general.modal-gotrunk .form-field-error {
  color: #FF1D31;
}
.modal-general.modal-gotrunk .form-field-error:before {
  background-image: url(/images/voipstudio/error-exclamation-red.svg);
}
.modal-general.modal-gotrunk .custom-select {
  border: 1px solid #10DFAD;
}
.modal-general.modal-gotrunk .modal-body {
  background-image: url(/images/voipstudio/voipstudio-vs-ring-central/hero-left-shape.svg), linear-gradient(180deg, #ABCA23, #4d5c0b);
  background-position: right top, left top;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .modal-general.modal-gotrunk .modal-body {
    background-size: 10.625rem auto, auto auto;
  }
}
@media (min-width: 768px) {
  .modal-general.modal-gotrunk .modal-body {
    background-size: 16.5625rem auto, auto auto;
  }
}

@media (min-width: 992px) {
  .modal-general.modal-247livechat .tingle-modal-box {
    max-width: 64rem;
  }
}
@media (max-width: 991px) {
  .modal-general.modal-247livechat .logos-col {
    width: 7.5rem !important;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .modal-general.modal-247livechat .logos-col {
    width: 20.5625rem !important;
    margin-right: 5.8125rem;
  }
}
.modal-general.modal-247livechat .modal-terms {
  margin-top: 0 !important;
}
.modal-general.modal-247livechat .modal-terms .checkbox-wrapper {
  font-weight: 300;
  line-height: 1.375rem;
}
.modal-general.modal-247livechat .modal-h1 + p {
  font-weight: 600;
}
.modal-general.modal-247livechat.tingle-modal-register input:not([type=checkbox]):not([type=radio]), .modal-general.modal-247livechat.tingle-modal-register textarea {
  border: 1px solid #E8B300;
}
.modal-general.modal-247livechat.tingle-modal-register .form-field-error {
  color: #FF1D31;
}
.modal-general.modal-247livechat.tingle-modal-register .form-field-error:before {
  background-image: url(/images/voipstudio/error-exclamation-yellow.svg);
}
.modal-general.modal-247livechat.tingle-modal-register .custom-select {
  border: 1px solid #E8B300;
}
.modal-general.modal-247livechat.tingle-modal-register .modal-body {
  background-image: url(/images/247livechat/head-chat-white.svg), linear-gradient(180deg, #E8B300, #C98801);
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .modal-general.modal-247livechat.tingle-modal-register .modal-body {
    background-position: right top, left top !important;
    background-size: 10.6875rem auto, auto auto !important;
  }
}
@media (min-width: 992px) {
  .modal-general.modal-247livechat.tingle-modal-register .modal-body {
    background-position: left center, left top !important;
    background-size: 40% auto, auto auto !important;
  }
}
.modal-general.modal-247livechat.tingle-modal-register .accent-link, .modal-general.modal-247livechat.tingle-modal-register .register.off-menu-forms-round a, .register.off-menu-forms-round .modal-general.modal-247livechat.tingle-modal-register a, .modal-general.modal-247livechat.tingle-modal-register .register.off-menu-forms-round .table-alphabet span, .register.off-menu-forms-round .table-alphabet .modal-general.modal-247livechat.tingle-modal-register span, .modal-general.modal-247livechat.tingle-modal-register .table-alphabet .register.off-menu-forms-round span, .table-alphabet .register.off-menu-forms-round .modal-general.modal-247livechat.tingle-modal-register span {
  color: #0C7295;
}
.modal-general.modal-247livechat.tingle-modal-register .accent-link:hover, .modal-general.modal-247livechat.tingle-modal-register .register.off-menu-forms-round a:hover, .register.off-menu-forms-round .modal-general.modal-247livechat.tingle-modal-register a:hover, .modal-general.modal-247livechat.tingle-modal-register .register.off-menu-forms-round .table-alphabet span:hover, .register.off-menu-forms-round .table-alphabet .modal-general.modal-247livechat.tingle-modal-register span:hover, .modal-general.modal-247livechat.tingle-modal-register .table-alphabet .register.off-menu-forms-round span:hover, .table-alphabet .register.off-menu-forms-round .modal-general.modal-247livechat.tingle-modal-register span:hover, .modal-general.modal-247livechat.tingle-modal-register .accent-link:focus, .modal-general.modal-247livechat.tingle-modal-register .register.off-menu-forms-round a:focus, .register.off-menu-forms-round .modal-general.modal-247livechat.tingle-modal-register a:focus, .modal-general.modal-247livechat.tingle-modal-register .register.off-menu-forms-round .table-alphabet span:focus, .register.off-menu-forms-round .table-alphabet .modal-general.modal-247livechat.tingle-modal-register span:focus, .modal-general.modal-247livechat.tingle-modal-register .table-alphabet .register.off-menu-forms-round span:focus, .table-alphabet .register.off-menu-forms-round .modal-general.modal-247livechat.tingle-modal-register span:focus {
  color: #084e66;
}
.modal-general.modal-247livechat.tingle-modal-register .btn.btn-yellow, .modal-general.modal-247livechat.tingle-modal-register .email-subscription .btn, .email-subscription .modal-general.modal-247livechat.tingle-modal-register .btn, .modal-general.modal-247livechat.tingle-modal-register .one-time-login .btn, .one-time-login .modal-general.modal-247livechat.tingle-modal-register .btn, .modal-general.modal-247livechat.tingle-modal-register .login-page .hero .btn, .login-page .hero .modal-general.modal-247livechat.tingle-modal-register .btn, .modal-general.modal-247livechat.tingle-modal-register .page-not-found-wrapper .btn, .page-not-found-wrapper .modal-general.modal-247livechat.tingle-modal-register .btn, .modal-general.modal-247livechat.tingle-modal-register .register.off-menu-forms-round .btn, .register.off-menu-forms-round .modal-general.modal-247livechat.tingle-modal-register .btn, .modal-general.modal-247livechat.tingle-modal-register .btn.btn-dark-yellow {
  background-color: #FFFFFF;
  color: #E8B300;
  background-image: url(/images/voipstudio/homepage/btn-arrow-yellow.svg);
}
.modal-general.modal-247livechat.tingle-modal-login .modal-login {
  margin-top: 0;
}
@media (min-width: 992px) {
  .modal-general.modal-247livechat.tingle-modal-login .btn {
    margin-top: 1.5rem;
  }
}
.modal-general.modal-247livechat.tingle-modal-login input:not([type=checkbox]):not([type=radio]), .modal-general.modal-247livechat.tingle-modal-login textarea {
  border: 1px solid #20BAEF;
}
.modal-general.modal-247livechat.tingle-modal-login .form-field-error {
  color: #FF1D31;
}
.modal-general.modal-247livechat.tingle-modal-login .form-field-error:before {
  background-image: url(/images/voipstudio/error-exclamation-yellow.svg);
}
.modal-general.modal-247livechat.tingle-modal-login .custom-select {
  border: 1px solid #20BAEF;
}
.modal-general.modal-247livechat.tingle-modal-login .modal-body {
  background-image: url(/images/247livechat/head-chat-white.svg), linear-gradient(180deg, #20baef, #0c7295);
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .modal-general.modal-247livechat.tingle-modal-login .modal-body {
    background-position: right top, left top !important;
    background-size: 10.6875rem auto, auto auto !important;
  }
}
@media (min-width: 992px) {
  .modal-general.modal-247livechat.tingle-modal-login .modal-body {
    background-position: left center, left top !important;
    background-size: 40% auto, auto auto !important;
  }
}
@media (max-width: 991px) {
  .modal-general.modal-247livechat.tingle-modal-login .modal-reset-text {
    margin-top: 0;
  }
}

.tingle-modal-register .modal-note {
  margin-top: 1.875rem;
}
.tingle-modal-register .modal-terms {
  margin-top: 1.5625rem;
}
.tingle-modal-register .btn {
  font-size: 0.9375rem;
  background-size: 1.3125rem auto;
  background-position: right 1.125rem center;
  margin-top: 2.5rem;
}
.tingle-modal-register .text-uppercase {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
@media (min-width: 425px) and (max-width: 991px) {
  .tingle-modal-register .checkbox-wrapper + .checkbox-wrapper {
    margin-left: 1rem;
  }
}
@media (max-width: 424px) {
  .tingle-modal-register .modal-checkbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .tingle-modal-register .modal-checkbox .modal-checkbox-wrapper {
    display: flex;
    flex-direction: column;
  }
  .tingle-modal-register .modal-checkbox .checkbox-wrapper + .checkbox-wrapper {
    margin-top: 1rem;
  }
}
@media (max-width: 991px) {
  .tingle-modal-register .modal-layout-desktop {
    display: none;
  }
  .tingle-modal-register .modal-google-img {
    margin-top: 2.25rem;
  }
  .tingle-modal-register .modal-trustpilot-img {
    margin-top: 1.25rem;
    margin-right: 0.625rem;
  }
}
@media (min-width: 992px) {
  .tingle-modal-register .modal-layout-mob {
    display: none;
  }
  .tingle-modal-register .modal-note {
    margin-top: 0.875rem;
  }
  .tingle-modal-register .modal-terms {
    margin-top: 1.875rem;
  }
}

.modal-form-register .modal-h1 {
  text-align: center;
}

.modal-form-register .lr-register-icon a, .modal-form-register .lr-register-icon .table-alphabet span, .table-alphabet .modal-form-register .lr-register-icon span {
  width: 33.33%;
  text-decoration: none !important;
}

.modal-form-register .lr-register-icon a:nth-child(2), .modal-form-register .lr-register-icon .table-alphabet span:nth-child(2), .table-alphabet .modal-form-register .lr-register-icon span:nth-child(2) {
  text-align: center;
}

.modal-form-register .lr-register-icon a:nth-child(3), .modal-form-register .lr-register-icon .table-alphabet span:nth-child(3), .table-alphabet .modal-form-register .lr-register-icon span:nth-child(3) {
  text-align: right;
}

.modal-form-register .register-button-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-form-register .register-button-div .btn {
  margin-top: 0px !important;
}

.modal-form-register .register-sign-in {
  font-weight: bold;
}

.modal-form-register .register-sign-in a, .modal-form-register .register-sign-in .table-alphabet span, .table-alphabet .modal-form-register .register-sign-in span {
  color: #E8B300;
}

.modal-general .modal-form-register.modal-body {
  background-position: left 1.625rem, left top !important;
}

.strike.only-mobile > span:before, .strike.only-mobile > span:after {
  background: transparent;
}

.strike.blue_ > span:before, .strike.blue_ > span:after {
  background: #0C7295;
}

.modal-form-register .height-43 {
  height: 43px;
}

.modal-general .modal-h1 {
  margin-top: 2rem;
}

@media (min-width: 992px) {
  .modal-general .logos-col {
    margin-right: 4.625rem;
  }
}
@media only screen and (max-width: 768px) {
  .modal-form-register .mobile-lr-register-icon img {
    width: 65px;
  }

  .modal-layout-mob .strike.white span:before,
.modal-layout-mob .strike.white span:after {
    background: #fff !important;
  }

  .lrName {
    display: none;
  }

  .modal-form-register .lr-register-icon a, .modal-form-register .lr-register-icon .table-alphabet span, .table-alphabet .modal-form-register .lr-register-icon span {
    text-align: center !important;
  }

  .modal-form-register .register-button-div .btn {
    margin-top: 1rem !important;
    margin-bottom: 1.5rem;
    width: 100%;
  }
}
.tingle-modal-contact .modal-note > span {
  color: #E8B300;
}
@media (max-width: 991px) {
  .tingle-modal-contact .modal-note {
    text-align: center;
    margin-top: 1.25rem;
  }
  .tingle-modal-contact .btn {
    display: block;
    float: none;
    margin-right: auto;
    margin-bottom: 2.25rem;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .tingle-modal-contact .modal-note {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
  .tingle-modal-contact .btn {
    margin-top: 0.625rem;
  }
}

@media (min-width: 992px) {
  .tingle-modal-login .tingle-modal-box {
    max-width: 52.125rem;
    min-height: 40.6875rem;
  }
}
@media (min-width: 992px) {
  .tingle-modal-login .modal-body {
    background-position: left 1.625rem top 0, left top !important;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 992px) {
  .tingle-modal-login .logos-col {
    width: 22.125rem;
    margin-right: 0rem;
  }
}
.tingle-modal-login .modal-h2 {
  margin-bottom: 0.3125rem;
}
.tingle-modal-login .modal-login {
  margin-top: 2.1875rem;
}
.tingle-modal-login .modal-reset-text {
  font-size: 0.875rem;
  margin-top: 2.5rem;
}
.tingle-modal-login .modal-reset-text .semibold + .semibold {
  margin-top: 0.625rem;
}
@media (min-width: 992px) {
  .tingle-modal-login .modal-reset-text {
    font-size: 1rem;
    margin-top: 2.75rem;
  }
}
@media (max-width: 991px) {
  .tingle-modal-login .btn {
    margin-top: 2.0625rem;
  }
}
@media (min-width: 992px) {
  .tingle-modal-login .btn {
    margin-top: 2.8125rem;
  }
}
@media (max-width: 991px) {
  .tingle-modal-login .checkbox-wrapper {
    margin-bottom: 1.625rem;
  }
}

.modal-form-login .modal-h2 span {
  font-family: "ProximaNova-Regular";
  font-weight: normal;
}

.modal-lr-icon {
  text-align: center;
}

.modal-lr-icon a, .modal-lr-icon .table-alphabet span, .table-alphabet .modal-lr-icon span {
  padding: 0px 5px;
  text-decoration: none;
}

.modal-lr-icon img {
  width: 55px;
}

.modal-lrName {
  color: #fff;
  font-family: "ProximaNova-Bold";
}

.modal-login-forgot {
  display: flex;
  align-content: center;
  justify-content: space-between;
}

.modal-login-forgot label {
  font-size: 1rem;
  padding-top: 0px;
}

.modal-login-forgot p {
  font-size: 1rem;
}

.modal-login-forgot a, .modal-login-forgot .table-alphabet span, .table-alphabet .modal-login-forgot span {
  color: #E8B300;
  text-decoration: none !important;
}

.modal-form-login .btn, .modal-account-link {
  margin-top: 1.8125rem;
  text-align: center;
}

.modal-logo-img {
  width: 270px;
}

.strike.only-mobile > span:before, .strike.only-mobile > span:after {
  background: transparent;
}

.strike.bluee > span:before, .strike.bluee > span:after {
  background: #0C7295;
}

.modal-login-forgot .checkbox-wrapper {
  font-family: "ProximaNova-Regular";
}

.modal-form-login .form-group-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.modal-form-login input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.modal-form-login input[type=checkbox]:checked ~ .form-checkbox:before {
  opacity: 1;
}

.modal-form-login .form-checkbox {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: 2px solid #FFFFFF;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .modal-form-login .form-checkbox {
    width: 24px;
    height: 24px;
    border-color: #A6B9BE;
    background: #fff;
  }
}
.modal-form-login .form-checkbox::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 14.7'%3E%3Cpath d='M19.7,0.3c-0.4-0.4-1-0.4-1.4,0l-12,12L1.7,7.7c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l5.3,5.3c0.4,0.4,1,0.4,1.4,0L19.7,1.7C20.1,1.3,20.1,0.7,19.7,0.3z' fill='%23E8B300'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  opacity: 0;
}

.modal-form-login .height-43 {
  height: 43px;
}

.tingle-modal-login .modal-login {
  margin-top: 1.1875rem;
}

html[lang=es] .modal-login-forgot p,
html[lang=pt] .modal-login-forgot p,
html[lang=de] .modal-login-forgot p {
  display: grid;
}

@media only screen and (max-width: 768px) {
  .modal-lrName, .logos-col {
    display: none;
  }

  .modal-form-login .btn {
    margin-top: 0.8125rem;
    margin-bottom: 1.8125rem;
  }

  .modal-account-mobile .col-auto {
    display: block;
    margin: 0px auto;
    text-align: center;
  }

  .tingle-modal-login .modal-h2 {
    margin-top: 3.5rem;
  }

  .modal-lr-icon img {
    width: 80px;
  }

  .strike.only-mobile > span:before, .strike.only-mobile > span:after {
    background: #EFF6F8;
  }

  .tingle-modal-login .modal-reset-text {
    margin-top: 1.5rem;
  }

  .modal-account-mobile a, .modal-account-mobile .table-alphabet span, .table-alphabet .modal-account-mobile span {
    font-weight: bold;
  }

  .modal-form-login .form-checkbox {
    background: #fff;
    border-color: #A6B9BE !important;
  }
}
.cookie-consent {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #364550;
  z-index: 99;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.cookie-consent .btn-bordered-white {
  line-height: 1.4375rem;
}
@media (min-width: 425px) {
  .cookie-consent .btn-yellow, .cookie-consent .email-subscription .btn, .email-subscription .cookie-consent .btn, .cookie-consent .one-time-login .btn, .one-time-login .cookie-consent .btn, .cookie-consent .login-page .hero .btn, .login-page .hero .cookie-consent .btn, .cookie-consent .page-not-found-wrapper .btn, .page-not-found-wrapper .cookie-consent .btn, .cookie-consent .register.off-menu-forms-round .btn, .register.off-menu-forms-round .cookie-consent .btn, .cookie-consent .btn.btn-dark-yellow {
    float: right;
  }
}
@media (min-width: 768px) {
  .cookie-consent .btn-bordered-white {
    width: 100%;
    font-size: 1.125rem;
    padding-top: 0.875rem;
    padding-right: 1.625rem;
    padding-bottom: 0.875rem;
    padding-left: 1.625rem;
    margin-top: 1.25rem;
  }
}
@media (max-width: 767px) {
  .cookie-consent .btn-bordered-white {
    padding-top: 0.875rem;
    padding-right: 1.375rem;
    padding-bottom: 0.875rem;
    padding-left: 1.375rem;
  }
  .cookie-consent .btn {
    width: 12.1875rem;
  }
}

.cookie-consent-title {
  color: white;
  font-family: "ProximaNova-Bold";
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.cookie-consent-text {
  font-family: "ProximaNova-Regular";
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #FCFCFC;
}

@media (max-width: 375px) {
  .cookie-consent {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .btn {
    margin-top: 1.5625rem;
  }
}
@media (min-width: 768px) {
  .cookie-consent-title {
    font-size: 1.75rem;
  }

  .cookie-consent-text {
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding-right: 0.9375rem;
  }
}
@media (min-width: 1025px) {
  .cookie-consent-text {
    padding-right: 2.5rem;
  }
}
.tingle-modal-switch-country .tingle-modal-box {
  width: auto;
  background-color: #FFFFFF;
  border: 1.375rem solid #20BAEF;
  border-width: 1.375rem 0 1.375rem 0;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.62);
  padding-top: 1.875rem;
  padding-right: 1.25rem;
  padding-bottom: 2.5rem;
  padding-left: 1.25rem;
}
.tingle-modal-switch-country .modal-heading {
  font-family: "ProximaNova-Bold";
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.tingle-modal-switch-country .modal-text {
  font-family: "ProximaNova-Regular";
  font-size: 1.125rem;
  line-height: 1.25rem;
}
@media (max-width: 599px) {
  .tingle-modal-switch-country .tingle-modal-box {
    padding-right: 3.125rem;
  }
}
@media (max-width: 767px) {
  .tingle-modal-switch-country .tingle-modal-box {
    margin-right: 3.125rem;
    margin-left: 3.125rem;
  }
  .tingle-modal-switch-country .modal-text > a, .tingle-modal-switch-country .table-alphabet .modal-text > span, .table-alphabet .tingle-modal-switch-country .modal-text > span {
    display: block;
  }
}
@media (min-width: 768px) {
  .tingle-modal-switch-country .tingle-modal-box {
    width: 100%;
    max-width: 42.6875rem;
    padding-top: 4.0625rem;
    padding-right: 4.8125rem;
    padding-bottom: 4.0625rem;
    padding-left: 4.8125rem;
  }
  .tingle-modal-switch-country .modal-heading {
    font-size: 2.25rem;
    margin-bottom: 1.25rem;
  }
  .tingle-modal-switch-country .modal-text {
    font-size: 1.625rem;
    line-height: 2rem;
  }
}

.iframeVideo {
  display: flex;
  position: relative;
  padding-bottom: 56.25%;
}
.iframeVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tingle-modal-download {
  left: auto;
  background: none !important;
  backdrop-filter: none;
}
.tingle-modal-download .tingle-modal-box {
  min-height: auto;
}
@media (min-width: 768px) {
  .tingle-modal-download .tingle-modal-box {
    width: 47.0625rem;
  }
}
.tingle-modal-download .modal-body {
  border-radius: 0.625rem;
}
@media (max-width: 767px) {
  .tingle-modal-download .modal-body {
    padding-top: 5.625rem;
    padding-right: 1.875rem;
    padding-bottom: 3.75rem;
    padding-left: 1.4375rem;
  }
}
@media (min-width: 768px) {
  .tingle-modal-download .modal-body {
    padding-top: 3.75rem;
    padding-right: 5.3125rem;
    padding-bottom: 2.5rem;
    padding-left: 2.9375rem;
  }
}
.tingle-modal-download .modal-h2, .tingle-modal-download .modal-h3 {
  text-shadow: none;
  text-align: left !important;
}
.tingle-modal-download .modal-h2 {
  font-family: "ProximaNova-Bold";
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .tingle-modal-download .modal-h2 {
    font-size: 1.5rem;
    line-height: 2.125rem;
    margin-bottom: 0.625rem;
  }
}
.tingle-modal-download .modal-h3 {
  font-size: 1.875rem;
  line-height: 2.125rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .tingle-modal-download .modal-h3 {
    font-size: 2.5rem;
    line-height: 2.75rem;
    margin-bottom: 1.875rem;
  }
}
.tingle-modal-download input, .tingle-modal-download ::placeholder {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .tingle-modal-download input, .tingle-modal-download ::placeholder {
    font-size: 1.125rem;
  }
}
.tingle-modal-download .checkbox-wrapper {
  font-family: "ProximaNova-Regular";
}
@media (max-width: 767px) {
  .tingle-modal-download .checkbox-wrapper {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}
.tingle-modal-download .form-group {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .tingle-modal-download .form-group {
    margin-bottom: 2.25rem;
  }
}
.tingle-modal-download .btn {
  width: 14.6875rem;
  height: 3.3125rem;
  max-width: 100%;
  margin-top: 0.9375rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
@media (min-width: 768px) {
  .tingle-modal-download .btn {
    margin-top: 1.875rem;
  }
}
.tingle-modal-download.modal-general input {
  border-radius: 1.6875rem;
  height: 2.375rem;
}
@media (min-width: 768px) {
  .tingle-modal-download.modal-general input {
    height: 3.3125rem;
  }
}
.tingle-modal-download.modal-general .modal-body {
  background-size: 16.5625rem auto, auto auto !important;
  background-position: right 0 top -0.9375rem, 0 0 !important;
}
.tingle-modal-download.modal-general .modal-close {
  top: 0.8125rem;
  left: 0.8125rem;
  right: auto;
}
@media (min-width: 768px) {
  .tingle-modal-download.modal-general .modal-close {
    top: 1rem;
    left: 1.375rem;
  }
}
.tingle-modal-download.modal-general .modal-close > img {
  width: 0.9375rem;
  height: 0.9375rem;
}

.modal-cookie {
  max-width: 41.625rem;
}
.modal-cookie .modal-heading {
  font-size: 1.5rem;
}
.modal-cookie .modal-heading + .btn {
  margin-top: 1rem;
}
.modal-cookie p {
  font-family: "ProximaNova-Light";
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.modal-body .modal-close {
  appearance: none;
  background: transparent;
  box-shadow: none;
  border: none;
  position: absolute;
  z-index: 100;
  top: 1.125rem;
  right: 1.25rem;
  padding: 0;
}
.modal-body .modal-close:hover, .modal-body .modal-close:focus {
  outline: none;
}
.modal-body .modal-close > img {
  display: inline-block;
  width: 1.625rem;
  height: 1.625rem;
}

.tingle-modal-video .tingle-modal-box {
  width: 90%;
}
@media (min-width: 768px) {
  .tingle-modal-video .tingle-modal-box {
    width: 60%;
  }
}

.select-group label {
  font-family: "ProximaNova-Extrabld";
  font-size: 0.875rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  color: #FFFFFF;
}

.custom-select {
  width: 100%;
  font-family: "ProximaNova-Light";
  font-size: 0.875rem;
  color: #364550;
  height: 2.125rem;
  background-color: #FFFFFF;
  border-radius: 1.25rem;
  background-image: url(/images/common/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  appearance: none;
  padding-top: 0.4375rem;
  padding-right: 1rem;
  padding-bottom: 0.4375rem;
  padding-left: 1rem;
}
.custom-select option {
  padding: 0.625rem;
}
.custom-select:focus {
  outline: none !important;
}

@media (min-width: 992px) {
  .custom-select {
    font-size: 1rem;
    height: 2.6875rem;
    padding-top: 0.625rem;
    padding-right: 1rem;
    padding-bottom: 0.625rem;
    padding-left: 1rem;
  }
}
.custom-select-wrapper {
  position: relative;
  user-select: none;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media (min-width: 768px) {
  .custom-select-wrapper {
    width: 10.625rem;
  }
}

.custom-select-language {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.custom-select-language .img-wrapper {
  display: inline-flex;
  justify-content: center;
  width: 1.0625rem;
  height: 1.0625rem;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #20BAEF;
  margin-right: 0.3125rem;
}
.custom-select-language .img-wrapper img {
  height: 1.0625rem;
}
@media (max-width: 767px) {
  .custom-select-language .img-wrapper {
    border-color: white;
  }
}
.custom-select-language.open:focus, .custom-select-language:focus {
  outline: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  .custom-select-language {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .custom-select-language .img-wrapper {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.9375rem;
  }
  .custom-select-language .img-wrapper img {
    height: 1.5rem;
  }
}

.custom-select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  color: #707E81;
  height: 1.5rem;
  line-height: 1.5rem;
  cursor: pointer;
}
.custom-select__trigger .custom-select__value {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  height: inherit;
  font-size: 0.75rem;
  line-height: inherit;
}
@media (max-width: 767px) {
  .custom-select__trigger {
    color: white;
  }
}

.custom-options {
  display: block;
  position: absolute;
  top: auto;
  bottom: 100%;
  left: -10px;
  right: -10px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
  background: #FFFFFF;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  transition: all 0.5s;
  padding: 10px 0;
  margin-bottom: 10px;
}

.custom-select-language.open {
  overflow: visible;
}
.custom-select-language.open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.custom-option {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  line-height: normal;
  color: #707E81;
  cursor: pointer;
  transition: all 0.5s;
  padding: 6px 10px;
}
.custom-option a, .custom-option .table-alphabet span, .table-alphabet .custom-option span {
  font-size: inherit;
  line-height: inherit;
  color: #707E81;
}
.custom-option a:hover, .custom-option .table-alphabet span:hover, .table-alphabet .custom-option span:hover, .custom-option a:focus, .custom-option .table-alphabet span:focus, .table-alphabet .custom-option span:focus {
  color: #4c5658;
  text-decoration: none;
}
.custom-option:hover {
  cursor: pointer;
  background-color: #F7F7FC;
}
.custom-option a[data-country], .custom-option .table-alphabet span[data-country], .table-alphabet .custom-option span[data-country] {
  display: flex;
  flex: 1;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .custom-option {
    padding: 2px 10px;
  }
}

@media (min-width: 768px) {
  .custom-select__trigger, .custom-option {
    font-size: 0.875rem;
  }
}
.arrow {
  position: relative;
  height: 0.3125rem;
  width: 0.3125rem;
}

.arrow:before, .arrow:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0.15rem;
  height: 100%;
  transition: all 0.5s;
  background-color: #A6B9BE;
}
.arrow:before {
  right: 8px;
  transform: rotate(-45deg);
}
.arrow:after {
  right: 5px;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .arrow:before, .arrow:after {
    background-color: white;
  }
}

.open .arrow:before {
  right: 8px;
  transform: rotate(45deg);
}
.open .arrow:after {
  right: 5px;
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .heading-p-group h2 {
    margin-bottom: 0.6875rem;
  }
  .heading-p-group .section-heading {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 768px) {
  .heading-p-group h2 {
    margin-bottom: 1.875rem;
  }
  .heading-p-group .section-heading {
    margin-bottom: 2.5rem;
  }
}

.bullet-list {
  list-style: none;
  margin-bottom: 0;
}
.bullet-list li {
  padding-left: 2.0625rem;
}
.bullet-list li:before {
  content: "";
  border-radius: 50%;
  display: inline-block;
  background-color: #E8B300;
}
.bullet-list.blue li:before {
  background-color: #20BAEF;
}
.bullet-list.white li:before {
  background-color: white;
}
@media (max-width: 767px) {
  .bullet-list {
    padding-left: 0.5rem;
  }
  .bullet-list li {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
  .bullet-list li:before {
    width: 0.375rem;
    height: 0.375rem;
    margin-right: 1.4375rem;
    margin-left: -1.8125rem;
  }
}
@media (min-width: 768px) {
  .bullet-list {
    padding-left: 1rem;
  }
  .bullet-list li {
    font-size: 1.125rem;
    line-height: 2.25rem;
  }
  .bullet-list li:before {
    width: 0.625rem;
    height: 0.625rem;
    margin-right: 1.4375rem;
    margin-left: -2.0625rem;
  }
}
@media (max-width: 767px) {
  .bullet-list.small-text li {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 768px) {
  .bullet-list.small-text li {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 767px) {
  .bullet-list.small-bullet li:before {
    width: 0.25rem;
    height: 0.25rem;
    margin-right: 1.4375rem;
    margin-left: -1.125rem;
  }
}
@media (min-width: 768px) {
  .bullet-list.small-bullet li:before {
    width: 0.375rem;
    height: 0.375rem;
    margin-right: 1.4375rem;
    margin-left: -1.25rem;
  }
}
@media (min-width: 1920px) {
  .bullet-list.small-bullet li:before {
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 1.4375rem;
    margin-left: -1.375rem;
  }
}

.off-menu-forms .form-wrapper {
  width: 100%;
  max-width: 45.5625rem;
}
.off-menu-forms .form-heading {
  font-family: "ProximaNova-Bold";
}
.off-menu-forms form > div[class=form-group]:nth-last-child(2) {
  margin-bottom: 0;
}
.off-menu-forms input {
  width: 100%;
  border: none;
  color: #707E81;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .off-menu-forms .form-heading {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    margin-bottom: 2.1875rem;
  }
  .off-menu-forms .form-group {
    margin-bottom: 1rem;
  }
  .off-menu-forms input {
    font-size: 0.6875rem;
    line-height: 1.1875rem;
    border-radius: 1.25rem;
    box-shadow: 0 0 0 1px #20BAEF inset;
    padding-top: 0.5625rem;
    padding-right: 1rem;
    padding-bottom: 0.5625rem;
    padding-left: 1rem;
  }
  .off-menu-forms input:focus {
    box-shadow: 0 0 2px 1px #20BAEF inset;
  }
}
@media (min-width: 768px) {
  .off-menu-forms .form-heading {
    font-size: 1.9375rem;
    line-height: 2.125rem;
    margin-bottom: 3.125rem;
  }
  .off-menu-forms .form-group {
    margin-bottom: 2.8125rem;
  }
  .off-menu-forms input {
    font-size: 1.125rem;
    line-height: 1.75rem;
    border-radius: 0.625rem;
    box-shadow: 0 0 0 2px #D3D3D3 inset;
    padding-top: 1.375rem;
    padding-right: 1.5rem;
    padding-bottom: 1.375rem;
    padding-left: 1.5rem;
  }
  .off-menu-forms input:focus {
    box-shadow: 0 0 4px 2px #D3D3D3 inset;
  }
}
@media (min-width: 1920px) {
  .off-menu-forms .form-heading {
    margin-bottom: 3.75rem;
  }
}
.off-menu-forms .hero-heading {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .off-menu-forms .hero {
    padding-bottom: 1.5625rem;
  }
}
@media (min-width: 768px) {
  .off-menu-forms .hero {
    padding-bottom: 4.6875rem;
  }
}
@media (min-width: 1920px) {
  .off-menu-forms .hero {
    padding-bottom: 8.75rem;
  }
}

.off-menu-forms-body-wrapper {
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .off-menu-forms-body-wrapper {
    background-position: right -0.625rem top 0;
    background-size: 11.25rem auto;
  }
}
@media (min-width: 768px) {
  .off-menu-forms-body-wrapper {
    background-image: url(/images/voipstudio/homepage/blue-bg.svg);
    background-position: right 0 top 1.875rem;
    background-size: 22.5625rem auto;
  }
}
@media (min-width: 1920px) {
  .off-menu-forms-body-wrapper {
    background-image: url(/images/voipstudio/homepage/blue-bg.svg), url(/images/voipstudio/homepage/blue-bg.svg);
    background-position: left -5rem top 41.875rem, right -3.125rem top 5.3125rem;
    background-size: 34.625rem auto, 35.3125rem auto;
  }
}
@media (max-width: 767px) {
  .off-menu-forms-body-wrapper .hero .hero-heading {
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
@media (min-width: 768px) {
  .off-menu-forms-body-wrapper .hero h1, .off-menu-forms-body-wrapper .hero .hero-heading, .off-menu-forms-body-wrapper .hero p.paragraph-large {
    text-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
  }
}

.off-menu-forms-round.no-bg {
  background: none !important;
}
.off-menu-forms-round.transparent {
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .off-menu-forms-round.transparent {
    background-position: right -0.625rem top -3.75rem, 0 0, 0 0;
    background-size: 10.625rem auto, 100% 100%, cover;
  }
}
@media (min-width: 992px) {
  .off-menu-forms-round.transparent {
    background-position: right 0 top -3.75rem, 0 0, 0 0;
    background-size: 22.5625rem auto, 100% 100%, cover;
  }
}
@media (min-width: 1920px) {
  .off-menu-forms-round.transparent {
    background-position: left -11.875rem top -6.25rem, 0 0, left 0 top -7.5rem;
    background-size: 34.625rem auto, 100% 100%, cover;
  }
}
.off-menu-forms-round.transparent input, .off-menu-forms-round.transparent textarea {
  font-family: "ProximaNova-Semibold";
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.off-menu-forms-round.transparent ::-webkit-input-placeholder {
  /* Edge */
  color: white;
}
.off-menu-forms-round.transparent :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}
.off-menu-forms-round.transparent ::placeholder {
  color: white;
}
.off-menu-forms-round.transparent .custom-select {
  font-family: "ProximaNova-Semibold";
  color: white;
  background-color: rgba(12, 114, 149, 0.5);
  background-image: url(/images/voipstudio/select-arrows-white.svg);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.off-menu-forms-round input, .off-menu-forms-round textarea {
  width: 100%;
  font-family: "ProximaNova-Light";
  line-height: 1.5;
  color: #364550;
  background: #FFFFFF;
  border-radius: 1.25rem;
}
@media (max-width: 767px) {
  .off-menu-forms-round input, .off-menu-forms-round textarea {
    height: 2.125rem;
    padding-top: 0.625rem;
    padding-right: 1rem;
    padding-bottom: 0.625rem;
    padding-left: 1rem;
  }
}
@media (max-width: 1024px) {
  .off-menu-forms-round input, .off-menu-forms-round textarea {
    font-size: 0.6875rem;
  }
}
@media (min-width: 768px) {
  .off-menu-forms-round input, .off-menu-forms-round textarea {
    height: 2.6875rem;
    padding-top: 0.625rem;
    padding-right: 1rem;
    padding-bottom: 0.625rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1025px) {
  .off-menu-forms-round input, .off-menu-forms-round textarea {
    font-size: 1rem;
    padding-top: 0.625rem;
    padding-right: 1.5rem;
    padding-bottom: 0.625rem;
    padding-left: 1.5rem;
  }
}
.off-menu-forms-round .form-field-error {
  text-align: left;
  color: #E8B300;
}
@media (max-width: 1024px) {
  .off-menu-forms-round .form-field-error {
    margin-left: 1rem;
  }
}
@media (min-width: 1025px) {
  .off-menu-forms-round .form-field-error {
    margin-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .off-menu-forms-round .form-group {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .off-menu-forms-round .form-group {
    margin-bottom: 1.5625rem;
  }
}
@media (min-width: 1920px) {
  .off-menu-forms-round .form-group {
    margin-bottom: 2.5rem;
  }
}

.features .features-group-heading {
  font-family: "ProximaNova-Extrabld";
  text-transform: uppercase;
  color: #E8B300;
  white-space: nowrap;
}
.features .features-heading {
  font-family: "ProximaNova-Bold";
}
.features .features-img {
  display: flex;
  align-items: center;
  height: 2.5rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 767px) {
  .features {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .features .section-heading {
    margin-bottom: 2.8125rem;
  }
}
@media (max-width: 991px) {
  .features .features-group-heading {
    font-size: 1rem;
    line-height: 1.375rem;
    margin-bottom: 1.875rem;
  }
  .features .features-row {
    padding-left: 2.0625rem;
  }
  .features .features-row > [class*=col-] {
    margin-bottom: 2.5rem;
  }
  .features .features-row > [class*=col-]:last-child {
    margin-bottom: 4.375rem;
  }
  .features .features-heading {
    font-family: "ProximaNova-Bold";
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 768px) {
  .features {
    padding-top: 5rem;
    padding-bottom: 8.125rem;
  }
  .features .section-heading {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 992px) {
  .features .features-group-heading {
    font-size: 1.5rem;
    margin-bottom: 3.75rem;
  }
  .features .features-row {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  .features .features-row > [class*=col-] {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-bottom: 5rem;
  }
  .features .col-content > div:last-child > div:last-child, .features .col-content > div:last-child > div:nth-last-child(2), .features .col-content > div:last-child > div:nth-last-child(3) {
    margin-bottom: 0;
  }
  .features .features-heading {
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-bottom: 1.25rem;
  }
  .features .btn {
    margin-top: 9.375rem;
  }
}
@media (min-width: 1025px) {
  .features .section-heading {
    margin-bottom: 4.0625rem;
  }
  .features .col-list {
    width: 11.5625rem;
  }
}
@media (min-width: 1920px) {
  .features {
    padding-top: 5rem;
    padding-bottom: 8.75rem;
  }
}

.features-list li a, .features-list li .table-alphabet span, .table-alphabet .features-list li span {
  font-family: "ProximaNova-Extrabld";
  text-transform: uppercase;
  color: #A6B9BE;
}
.features-list li a:hover, .features-list li .table-alphabet span:hover, .table-alphabet .features-list li span:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .features-list li {
    display: inline-block;
  }
  .features-list li a, .features-list li .table-alphabet span, .table-alphabet .features-list li span {
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .features-list {
    margin-bottom: 4.6875rem;
  }
  .features-list li:not(:last-of-type) {
    margin-right: 2rem;
  }
}
@media (min-width: 1025px) {
  .features-list {
    margin-bottom: 0;
  }
  .features-list li {
    display: block;
    padding-top: 0.25rem;
    padding-right: 0.625rem;
    padding-bottom: 0.25rem;
    padding-left: 0.625rem;
  }
  .features-list li:not(:last-of-type) {
    margin-bottom: 2rem;
  }
  .features-list li a, .features-list li .table-alphabet span, .table-alphabet .features-list li span {
    font-size: 1rem;
  }
}

.col-img-component h2 {
  margin-bottom: 1.25rem;
}
.col-img-component .section-heading {
  margin-bottom: 2.1875rem;
}
.col-img-component h3 {
  margin-bottom: 2.5rem;
}
.col-img-component .btn {
  margin-top: 3.4375rem;
}
@media (min-width: 768px) {
  .col-img-component h2 {
    margin-bottom: 1.875rem;
  }
  .col-img-component .section-heading {
    margin-bottom: 2.1875rem;
  }
  .col-img-component h3 {
    margin-bottom: 1.875rem;
  }
  .col-img-component .btn {
    margin-top: 4.6875rem;
  }
}
@media (min-width: 1025px) {
  .col-img-component .btn {
    margin-top: 4.6875rem;
  }
}

.btn-group {
  display: flex;
  flex-direction: row;
}
.btn-group .btn {
  min-width: 5.875rem;
  text-align: left;
}
.btn-group .btn:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: 1rem;
  padding-left: 1.6875rem;
  margin-right: 0.125rem;
}
.btn-group .btn + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-right: 1.375rem;
  padding-left: 1rem;
}
.btn-group .btn + .btn img.arrow-down {
  transform: rotate(90deg);
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .btn-group a.btn, .btn-group .btn {
    font-size: 1.125rem !important;
    line-height: 1.4375rem !important;
    margin-top: 0;
  }
}
.btn-group.small .btn {
  font-size: 0.875rem;
  line-height: 1;
  min-width: 2.1875rem;
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
}
.btn-group.small .btn + .btn {
  padding-right: 1rem;
  padding-left: 0.6875rem;
}
.btn-group.small img.arrow-down {
  width: 0.875rem;
  height: auto;
}
.btn-group.currency-switcher .btn {
  min-width: 7.5rem;
}
.btn-group.states-switcher .switcher > span {
  display: inline-block;
  text-overflow: ellipsis;
  max-width: 80%;
  overflow: hidden;
  float: left;
}
@media (max-width: 359px) {
  .btn-group.states-switcher .switcher > span {
    max-width: 75%;
  }
}
.btn-group.states-switcher .btn + .btn {
  width: 100%;
}

.switcher.btn {
  position: relative;
  transition: height 0.3s ease-in-out;
  cursor: pointer;
}
.switcher.btn img.arrow-down {
  float: right;
  margin-top: 0.25rem;
}
.switcher.btn.open {
  border-bottom-right-radius: 0;
}
.switcher.btn.open img.arrow-down {
  transform: rotate(-90deg);
  transition: transform 0.3s ease-in-out;
}
.switcher.btn.open .select-options {
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  overflow: auto;
  z-index: 100;
  box-shadow: 0 8px 7px rgba(0, 0, 0, 0.16);
  border-top: none !important;
  border-radius: 0 0 1.625rem 1.625rem;
}
.switcher.btn.open .select-options .option {
  display: block;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 0.875rem;
  padding-right: 1rem;
  padding-bottom: 0.875rem;
  padding-left: 1rem;
}
.switcher.btn.open .select-options .option:last-child {
  border-radius: 0 0 1.625rem 1.625rem;
}
.switcher.btn .select-options {
  height: 0;
  overflow: hidden;
  margin-bottom: 0;
}
.switcher.btn.white {
  background-color: white;
}
.switcher.btn.white.open {
  background-color: #FFFFFF;
}
.switcher.btn.white.open .select-options {
  border-top: none;
  background-color: white;
}
.switcher.btn.white.open .option:hover, .switcher.btn.white.open .option:focus {
  color: white;
}

.table-border {
  border-bottom: 2px solid #707E81;
}

.table-wrapper {
  background-color: #F7F7FC;
  border: 1px solid #EDEEEF;
  border-radius: 0.8125rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .table-wrapper {
    padding-top: 1.625rem;
    padding-right: 0.5rem;
    padding-bottom: 3.375rem;
    padding-left: 0.5rem;
  }
  .table-wrapper h2 {
    margin-bottom: 0.375rem;
  }
}
@media (min-width: 768px) {
  .table-wrapper {
    padding-top: 2.1875rem;
    padding-right: 1.875rem;
    padding-bottom: 4.375rem;
    padding-left: 1.875rem;
  }
  .table-wrapper h2 {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1920px) {
  .table-wrapper {
    padding-top: 2.8125rem;
    padding-bottom: 7.5rem;
    margin-right: -1.875rem;
    margin-left: -1.875rem;
  }
}

.table-responsive {
  width: 100%;
}

.table-alphabet {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .table-alphabet {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1920px) {
  .table-alphabet {
    margin-bottom: 1.875rem;
  }
}
.table-alphabet a, .table-alphabet span {
  line-height: 1.625rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .table-alphabet a, .table-alphabet span {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .table-alphabet a, .table-alphabet span {
    font-size: 1.375rem;
  }
}
.table-alphabet span {
  display: block;
}
@media (min-width: 768px) {
  .table-alphabet span {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .table-alphabet span {
    float: right;
  }
}
@media (min-width: 992px) {
  .table-alphabet span {
    margin-left: 3.75rem;
  }
}

.table.alphabet-numbers tbody tr:first-child {
  border-bottom: 2px solid #707E81;
}
.table .table-head {
  background-color: #EDEEEF;
}
.table .table-head th {
  background-color: #EDEEEF;
  font-weight: 300;
  padding-top: 1.875rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .table .table-head th {
    font-size: 0.625rem;
    line-height: 0.9375rem;
  }
  .table .table-head th.bold {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .table .table-head th {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .table .table-head th.bold {
    font-size: 1.375rem;
  }
}
.table .table-head.no-bg {
  background-color: transparent;
}
.table .table-head.no-bg th {
  background-color: inherit;
}
@media (max-width: 767px) {
  .table .table-head .th-small {
    font-size: 0.625rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 768px) {
  .table .table-head .th-small {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.table tbody th[scope*=row] {
  background-color: #D3D3D3;
  font-family: "ProximaNova-Bold";
  font-size: 1.625rem;
  text-transform: uppercase;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
}
@media (min-width: 768px) {
  .table tbody th[scope*=row] {
    font-size: 2.5rem;
    line-height: 1;
  }
}
.table tbody th[scope*=col] {
  padding-top: 1.3125rem;
  padding-bottom: 1.3125rem;
}
@media (min-width: 768px) {
  .table tbody th[scope*=col] {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 1920px) {
  .table tbody th[scope*=col] {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
}
.table tbody tr {
  border: 2px solid #B3BABE;
  border-width: 2px 0 2px 0;
}
.table tbody tr[class=table-row] {
  border-bottom: none;
}
.table tbody tr:first-child {
  border-top: none;
}
.table tbody tr > td {
  font-size: 0.75rem;
  line-height: 1rem;
  padding-top: 1.3125rem;
  padding-right: 0.5rem;
  padding-bottom: 1.3125rem;
  padding-left: 0.5rem;
}
@media (min-width: 768px) {
  .table tbody tr > td {
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 1920px) {
  .table tbody tr > td {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
}
.table tbody tr > td:not(:first-child) {
  text-align: center;
}
@media (max-width: 767px) {
  .table th:first-child, .table td:first-child {
    padding-left: 0.5rem;
  }
}
@media (min-width: 768px) {
  .table th:first-child, .table td:first-child {
    padding-left: 1.25rem;
  }
}
@media (max-width: 767px) {
  .table th:last-child, .table td:last-child {
    padding-right: 0.5rem;
  }
}
@media (min-width: 768px) {
  .table th:last-child, .table td:last-child {
    padding-right: 1.25rem;
  }
}
.table .text-link {
  text-decoration: none;
}

@media (max-width: 767px) {
  .switcher-wrapper .currency-switcher {
    margin-top: 2.8125rem;
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 768px) {
  .switcher-wrapper .currency-switcher {
    margin-top: 3.75rem;
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 1920px) {
  .switcher-wrapper .currency-switcher {
    margin-top: 3.75rem;
    margin-bottom: 2.5rem;
  }
}

.go-back-wrapper a.go-back, .go-back-wrapper .table-alphabet span.go-back, .table-alphabet .go-back-wrapper span.go-back {
  display: inline-block;
}
@media (max-width: 767px) {
  .go-back-wrapper a.go-back, .go-back-wrapper .table-alphabet span.go-back, .table-alphabet .go-back-wrapper span.go-back {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}
@media (min-width: 768px) {
  .go-back-wrapper a.go-back, .go-back-wrapper .table-alphabet span.go-back, .table-alphabet .go-back-wrapper span.go-back {
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
  }
}
@media (min-width: 1920px) {
  .go-back-wrapper a.go-back, .go-back-wrapper .table-alphabet span.go-back, .table-alphabet .go-back-wrapper span.go-back {
    margin-bottom: 0rem;
  }
}

section.table-alphabet-section {
  padding-bottom: 4.6875rem;
}
@media (min-width: 768px) {
  section.table-alphabet-section {
    padding-bottom: 5rem;
  }
}
@media (min-width: 1920px) {
  section.table-alphabet-section {
    padding-bottom: 7.5rem;
  }
}

.table-row-expandable:hover {
  cursor: pointer;
  background-color: white;
  color: #20BAEF;
}
.table-row-expandable:hover > td > a, .table-alphabet .table-row-expandable:hover > td > span {
  color: #20BAEF;
  text-decoration: none;
}

.table-row-extended {
  display: none;
}
.table-row-extended .table-extended-wrapper {
  padding: 0 !important;
}
.table-row-extended table {
  width: 100%;
  background-color: #EDEEEF;
}
@media (min-width: 576px) {
  .table-row-extended table thead th {
    white-space: nowrap;
  }
}
.table-row-extended table thead th[scope*=row] {
  text-transform: capitalize;
}
.table-row-extended table thead tr:first-child th {
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
}
.table-row-extended table thead tr:last-child th {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.table-row-extended table tbody tr:last-child {
  border-bottom: none !important;
}

.table-row-collapsible .collapse-info {
  display: none;
}
.table-row-collapsible.collapsed .btn-group .btn + .btn img.arrow-down {
  transform: rotate(-90deg);
}
.table-row-collapsible.collapsed .collapse-info {
  display: block;
}

.table tbody tr.table-row-collapse {
  border: none;
}

.table-row-collapse {
  display: none;
  border: none;
}
.table-row-collapse .table-collapse-wrapper {
  padding: 0 !important;
}
.table-row-collapse .table-collapse-wrapper .table {
  width: 100%;
}
.table-row-collapse .table th {
  text-align: left;
}
.table-row-collapse .table th:last-child {
  text-align: center;
}
.table-row-collapse .table td {
  font-family: "ProximaNova-Regular";
  font-size: 0.625rem;
  line-height: 0.75rem;
  vertical-align: top;
}
@media (min-width: 768px) {
  .table-row-collapse .table td {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.table-row-collapse .table .table-head {
  background-color: transparent;
  border-bottom: 2px solid #E2F0F4 !important;
}
.table-row-collapse .table .table-head th {
  font-size: inherit;
  background-color: transparent;
}
.table-row-collapse .table .table-head th:first-child {
  width: 30%;
}
.table-row-collapse .table .table-head th:nth-last-child(2) {
  width: 50%;
}
.table-row-collapse .table .table-head th:last-child {
  padding-right: 0;
}
@media (min-width: 768px) {
  .table-row-collapse .table .table-head th:last-child {
    width: 17%;
  }
}
@media (min-width: 1920px) {
  .table-row-collapse .table .table-head th:last-child {
    width: 13%;
  }
}
.table-row-collapse .table tbody tr, .table-row-collapse .table tbody tr:first-child {
  border-bottom: 2px solid #E2F0F4;
}
.table-row-collapse .table tbody tr > td:not(:first-child) {
  text-align: left;
}
.table-row-collapse .table tbody tr > td:last-child {
  text-align: center;
}
.table-row-collapse .table tbody tr:last-child {
  border: none;
}
.table-row-collapse .table .included, .table-row-collapse .table .not-included {
  background-repeat: no-repeat;
  background-position: center 1.375rem;
}
@media (max-width: 767px) {
  .table-row-collapse .table .included, .table-row-collapse .table .not-included {
    background-size: 0.9375rem 0.9375rem;
    background-position: center 1.25rem;
  }
}
.table-row-collapse .table .included {
  background-image: url("/images/common/checkmark-included.svg");
}
.table-row-collapse .table .not-included {
  background-image: url("/images/common/cross-not-included.svg");
}

.table-destinations .destination-country p {
  font-family: "ProximaNova-Bold";
  font-size: 0.875rem;
}
.table-destinations .destination-country p.collapse-info {
  font-size: 0.75rem;
  line-height: 0.875rem;
}
@media (min-width: 768px) {
  .table-destinations .destination-country p {
    font-family: "ProximaNova-Semibold";
    font-size: 1.375rem;
  }
  .table-destinations .destination-country p:first-of-type {
    margin-top: 0.3125rem;
  }
  .table-destinations .destination-country p.collapse-info {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.table-destinations .destination-country img {
  width: 2.375rem;
  height: auto;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .table-destinations .destination-country img {
    width: 3.75rem;
    margin-right: 1.375rem;
  }
}
@media (max-width: 767px) {
  .table-destinations .btn-group.small .btn + .btn {
    border-radius: 0.9375rem;
    padding: 0 0.625rem;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 300;
}
header a:hover, header .table-alphabet span:hover, .table-alphabet header span:hover, header a:focus, header .table-alphabet span:focus, .table-alphabet header span:focus {
  text-decoration: none;
}
header .header-search {
  display: none;
  text-align: right;
  background: #364550;
  padding-top: 0.375rem;
  padding-right: 1.875rem;
  padding-bottom: 0.375rem;
  padding-left: 5.9375rem;
}
header .header-search input {
  border: 1px solid black;
  border-radius: 3px;
  width: 450px;
  margin: 0 15px 0 0;
  background-image: url(images/common/search-dark.png);
  background-position: 5px 3px;
  background-repeat: no-repeat;
  padding-left: 40px;
}
header .header-search .search-close-icon {
  position: absolute;
  right: 50px;
  top: 10px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-image: url(images/common/search-cancel.png);
  background-position: 1px 1px;
  background-repeat: no-repeat;
}
header .header-search .search-results-wrapper {
  display: none;
  text-align: left;
  border: 1px solid #CBCBCB;
  padding: 5px;
  border-radius: 3px;
  width: 450px;
  position: absolute;
  right: 46px;
  top: 36px;
  background-color: white;
  z-index: 999;
}
header .header-search .search-results-wrapper.search-progress {
  height: 80px;
  background-image: url(images/common/search-progress.gif);
  background-position: 140px 1px;
  background-repeat: no-repeat;
}
header .header-search .search-results-wrapper ul {
  margin: 0;
  padding: 0;
}
header .header-search .search-results-wrapper li {
  border-bottom: 1px solid #CBCBCB;
  padding: 8px;
}
header .header-search .search-results-wrapper li .search-title {
  font-family: ProximaNova-Extrabld;
  color: #20BAEF;
}
header .header-search .search-results-wrapper li .search-content {
  color: #707E81;
}
header .header-search.search-on {
  display: block;
}
header .header-links.search-on {
  display: none;
}
header .header-links {
  text-align: right;
  background: #364550;
  padding-top: 0.5rem;
  padding-right: 1.875rem;
  padding-bottom: 0.5rem;
  padding-left: 5.9375rem;
}
header .header-links a, header .header-links .table-alphabet span, .table-alphabet header .header-links span {
  font-family: "ProximaNova-Extrabld";
  font-size: 0.625rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}
header .header-links a:hover, header .header-links .table-alphabet span:hover, .table-alphabet header .header-links span:hover, header .header-links a:focus, header .header-links .table-alphabet span:focus, .table-alphabet header .header-links span:focus {
  color: #d9d9d9;
}
header .header-links a.accent-link, header .header-links .register.off-menu-forms-round a, .register.off-menu-forms-round header .header-links a, header .header-links .table-alphabet span.accent-link, header .header-links .register.off-menu-forms-round .table-alphabet span, .register.off-menu-forms-round header .header-links .table-alphabet span, header .header-links .table-alphabet .register.off-menu-forms-round span, .table-alphabet header .header-links span.accent-link, .register.off-menu-forms-round .table-alphabet header .header-links span, .table-alphabet header .header-links .register.off-menu-forms-round span, .table-alphabet .register.off-menu-forms-round header .header-links span {
  color: #E8B300;
}
header .header-links a.accent-link:hover, header .header-links .register.off-menu-forms-round a:hover, .register.off-menu-forms-round header .header-links a:hover, header .header-links .table-alphabet span.accent-link:hover, header .header-links .register.off-menu-forms-round .table-alphabet span:hover, .register.off-menu-forms-round header .header-links .table-alphabet span:hover, header .header-links .table-alphabet .register.off-menu-forms-round span:hover, .table-alphabet header .header-links span.accent-link:hover, .register.off-menu-forms-round .table-alphabet header .header-links span:hover, .table-alphabet header .header-links .register.off-menu-forms-round span:hover, .table-alphabet .register.off-menu-forms-round header .header-links span:hover, header .header-links a.accent-link:focus, header .header-links .register.off-menu-forms-round a:focus, .register.off-menu-forms-round header .header-links a:focus, header .header-links .table-alphabet span.accent-link:focus, header .header-links .register.off-menu-forms-round .table-alphabet span:focus, .register.off-menu-forms-round header .header-links .table-alphabet span:focus, header .header-links .table-alphabet .register.off-menu-forms-round span:focus, .table-alphabet header .header-links span.accent-link:focus, .register.off-menu-forms-round .table-alphabet header .header-links span:focus, .table-alphabet header .header-links .register.off-menu-forms-round span:focus, .table-alphabet .register.off-menu-forms-round header .header-links span:focus {
  color: #b58c00;
}
header .header-dropdowns {
  background: #FFFFFF;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  padding-right: 1.25rem;
}
header .header-box-shadow {
  position: relative;
  margin-top: -0.75rem;
  height: 12px;
  background: #FFFFFF;
  box-shadow: 0 7px 12px -2px rgba(0, 0, 0, 0.1);
  z-index: 30;
}
header .header-dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  width: 100%;
  background: #FFFFFF;
  text-align: left;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
  transition-delay: 0.2s;
}
@media screen and (min-width: 992px) and (max-height: 1000px) {
  header .header-dropdown-content > .container {
    padding-bottom: 2.8125rem;
  }
}
header .header-dropdown-content .dropdown-heading {
  font-family: "ProximaNova-Extrabld";
  font-size: 1rem;
  text-transform: uppercase;
  border-bottom: 1px solid #707070;
  padding-bottom: 0.75rem;
}
@media screen and (min-width: 992px) and (max-height: 1000px) {
  header .header-dropdown-content .dropdown-heading {
    font-size: 0.875rem;
  }
}
header .header-dropdown-content .dropdown-icon {
  width: 2.875rem;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 992px) and (max-height: 1000px) {
  header .header-dropdown-content .dropdown-icon {
    transform: scale(0.85);
  }
}
@media screen and (min-width: 992px) and (max-width: 1441px) {
  header .header-dropdown-content > .container {
    padding-top: 2.625rem;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  header .header-dropdown-content > .container {
    max-width: 61.25rem;
  }
}
@media screen and (min-width: 992px) and (max-height: 1000px) {
  header .header-dropdown-content > .container {
    padding-top: 1.875rem;
  }
}
@media screen and (min-width: 1442px) and (min-height: 1001px) {
  header .header-dropdown-content > .container {
    padding-top: 5.5rem;
  }
}
header .header-dropdown-content > .container .row-content {
  margin-top: 1.875rem;
}
@media screen and (min-width: 992px) and (max-height: 1000px) {
  header .header-dropdown-content > .container .row-content {
    margin-top: 1.125rem;
  }
}
header .header-dropdown-content .dropdown-subheading {
  font-family: "ProximaNova-Bold";
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #707E81;
}
header .header-dropdown-content p {
  font-size: 1rem;
  font-family: "ProximaNova-Regular";
}
header .header-dropdown-content p.small-text {
  font-family: "ProximaNova-Regular";
  font-size: 0.875rem;
}
header .header-dropdown-content .dropdown-price {
  margin-top: 0.625rem;
}
header .header-dropdown-content .dropdown-price > div {
  text-align: center;
  color: #707E81;
}
header .header-dropdown-content .dropdown-price > div:first-child {
  font-family: "ProximaNova-Bold";
  font-size: 1.625rem;
  line-height: 1.75rem;
}
header .header-dropdown-content .dropdown-price > div:last-child {
  font-size: 0.8125rem;
  line-height: 1.75rem;
}
header .header-dropdown-content .header-content-btns {
  background: #EFF6F8;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  margin-top: 6.25rem;
}
@media screen and (min-width: 992px) and (max-height: 1000px) {
  header .header-dropdown-content .header-content-btns {
    display: none;
  }
}
header .header-dropdown-content .header-content-btns .container > .btn:last-child {
  margin-left: 3.125rem;
}
header .header-dropdown-links {
  text-align: right;
}
header .header-dropdown-links .dropdown-link {
  display: inline-block;
  margin-right: 0.625rem;
  margin-left: 0.625rem;
}
header .header-dropdown-links .dropdown-link > span {
  position: relative;
  display: inline-block;
  font-family: "ProximaNova-Extrabld";
  font-size: 0.625rem;
  font-weight: 300;
  text-transform: uppercase;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
header .header-dropdown-links .dropdown-link .arrow {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin-left: 0.625rem;
}
header .header-dropdown-links .dropdown-link .arrow:before {
  right: 5px;
}
header .header-dropdown-links .dropdown-link .arrow:after {
  right: 0;
}
header .header-dropdown-links .dropdown-link:hover .header-dropdown-content {
  max-height: 700px;
  opacity: 1;
  overflow: visible;
}
header .header-dropdown-links .dropdown-link:hover .arrow:before {
  right: 5px;
  transform: rotate(45deg);
}
header .header-dropdown-links .dropdown-link:hover .arrow:after {
  right: 0;
  transform: rotate(-45deg);
}
header .header-dropdown-links .dropdown-link:hover .hover {
  cursor: pointer;
}
header .header-dropdown-links .dropdown-link:hover .hover:before, header .header-dropdown-links .dropdown-link:hover .hover:after {
  width: 50%;
  opacity: 1;
}
header .header-dropdown-links .btn-blue {
  position: relative;
  text-transform: uppercase;
  z-index: 31;
  padding-top: 0.75rem;
  padding-right: 1.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.75rem;
}
header .hover {
  position: relative;
}
header .hover:before, header .hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 4px;
  opacity: 0;
  z-index: 31;
  transition-delay: 0.2s;
  margin-top: 0.3125rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
header .hover:before {
  left: 50%;
}
header .hover:after {
  right: 50%;
}
header .header-flags {
  margin-top: 0.625rem;
}
header .header-flags img {
  display: inline-block;
  float: left;
  width: 25px;
  height: 15px;
  margin-right: 0.25rem;
}
@media (max-width: 991px) {
  header .header-dropdown-links .btn-blue {
    font-size: 0.75rem !important;
    padding: 0.375rem 1.25rem !important;
  }
}
@media (max-width: 1024px) {
  header .header-dropdown-links .btn-blue {
    font-size: 0.875rem;
    padding-top: 0.625rem;
    padding-right: 1.75rem;
    padding-bottom: 0.625rem;
    padding-left: 1.75rem;
  }
}
@media (min-width: 992px) {
  header .header-dropdown-content .dropdown-subheading {
    margin-bottom: 0.3125rem;
  }
  header .header-dropdown-content p {
    line-height: 1.375rem;
  }
  header .header-dropdown-links {
    display: flex;
    align-items: center;
  }
  header .header-dropdown-links .dropdown-link > span {
    font-size: 0.875rem;
  }
}
@media (min-width: 1025px) {
  header .header-links a, header .header-links .table-alphabet span, .table-alphabet header .header-links span {
    font-size: 0.75rem;
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
  header .header-dropdown-links .dropdown-link {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
  header .header-dropdown-links .dropdown-link > span {
    font-size: 0.875rem;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}
@media (max-width: 1440px) {
  header .logo {
    height: 2.8125rem;
  }
}
@media (min-width: 992px) and (max-width: 1198px) {
  header .header-dropdown-links .dropdown-link > span {
    font-size: 0.8125rem;
  }
  header .header-dropdowns {
    padding-right: 0.9375rem;
  }
  header .header-dropdown-links .btn-blue {
    font-size: 0.8125rem;
    padding: 0.4375rem 1.125rem;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  header .header-dropdown-links .btn-blue {
    font-size: 0.875rem;
    padding: 0.625rem 1.5625rem;
  }
}
@media screen and (min-width: 1442px) and (min-height: 1001px) {
  header .header-dropdown-content .dropdown-heading {
    font-size: 1.25rem;
  }
  header .header-dropdown-content .dropdown-subheading {
    font-size: 1.25rem;
  }
  header .header-dropdown-content .dropdown-price > div:first-child {
    font-size: 1.875rem;
  }
  header .header-dropdown-content .dropdown-price > div:last-child {
    font-size: 0.9375rem;
  }
  header .header-dropdown-links .dropdown-link {
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
  header .header-dropdown-links .dropdown-link > span {
    font-size: 1rem;
  }
  header .header-dropdown-links p {
    font-size: 1.125rem;
  }
}
@media (min-width: 1920px) {
  header .header-links {
    padding-top: 0.5rem;
    padding-right: 6.875rem;
    padding-bottom: 0.5rem;
    padding-left: 6.875rem;
  }
  header .header-dropdowns {
    padding-right: 6.875rem;
  }
  header .header-dropdown-links .dropdown-link {
    margin-right: 1.875rem;
    margin-left: 1.875rem;
  }
}

header.header-menu-mobile .header-menu {
  visibility: hidden;
}
header.header-menu-mobile ul li:last-child {
  border-bottom-width: 4px;
}
header.header-menu-mobile.open .header-menu {
  flex: 1;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}
header.header-menu-mobile.open .burger div {
  transform: rotate(0deg);
}
header.header-menu-mobile.open .burger div:nth-child(2) {
  display: none;
}
header.header-menu-mobile.open .burger div:first-child {
  top: 5px;
  transform: rotate(45deg);
}
header.header-menu-mobile.open .burger div:last-child {
  top: 5px;
  transform: rotate(-45deg);
}
header .header-mobile {
  flex-shrink: 0;
  position: relative;
  background: #FFFFFF;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
header .header-mobile .burger {
  position: relative;
  width: 1.875rem;
  height: 1rem;
  cursor: pointer;
  margin-right: 1.5625rem;
}
header .header-mobile .burger > div {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.1875rem;
  border-radius: 2px;
}
header .header-mobile .burger > div:first-child {
  top: 0;
}
header .header-mobile .burger > div:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
header .header-mobile .burger > div:last-child {
  bottom: 0;
}
header .list-wrapper .article-img {
  display: inline-block;
  width: 1.25rem;
  margin-right: 1rem;
  margin-left: -2.25rem;
}
header ul {
  padding-left: 2.1875rem;
  margin-bottom: 0;
}
header ul li a, header ul li .table-alphabet span, .table-alphabet header ul li span {
  font-family: "ProximaNova-Semibold";
  font-size: 0.875rem;
  color: #FFFFFF;
  display: block;
  padding-top: 0.875rem;
  padding-right: 0;
  padding-bottom: 0.875rem;
  padding-left: 0;
}
@media (max-width: 767px) {
  header .logo {
    height: 2.5rem;
  }
}
header .header-menu {
  position: relative;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
header .header-menu-inner {
  overflow: hidden;
  height: 100%;
  padding-top: 1.5rem;
  padding-right: 1.25rem;
  padding-bottom: 2.1875rem;
  padding-left: 1.25rem;
}
header .header-menu-inner.dark {
  background-color: #364550;
  transition: background-color 0.35ms ease-in-out;
}
header .header-menu-inner.light {
  background-color: #F7F7FC;
  transition: background-color 0.35ms ease-in-out;
}
header .header-menu-inner ul li a, header .header-menu-inner ul li .table-alphabet span, .table-alphabet header .header-menu-inner ul li span {
  color: #364550;
  padding-left: 2.25rem;
}
header .slide-heading, header .slide-container-heading, header .header-section-heading {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  font-family: "ProximaNova-Extrabld";
  font-size: 1.0625rem;
  line-height: 1.625rem;
  color: #E8B300;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid #FFFFFF;
  padding-top: 18px;
  padding-bottom: 18px;
}
header .slide-heading:first-child, header .slide-container-heading:first-child, header .header-section-heading:first-child {
  padding-top: 0;
}
header .header-section-heading {
  justify-content: space-between;
  position: relative;
  height: auto;
  opacity: 1;
  transform: translateX(0);
  transition: transform 350ms ease-in-out;
}
header .header-section-heading:nth-last-child(2) {
  border-bottom-width: 4px;
}
header .header-section-heading:after {
  content: url(/images/voipstudio/chevron-circle-right.svg);
  display: block;
  line-height: 1;
}
header .header-section-heading.hide {
  padding: 0;
  margin-left: -20px;
  height: 0;
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 350ms ease-in-out;
}
header .header-section-heading.hide + .slide-container {
  transform: translateX(0);
  transition: transform 350ms ease-in-out;
}
@media screen and (max-height: 500px) {
  header .header-section-heading {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
header .slide-container {
  position: relative;
  max-height: 0;
  overflow: hidden;
  transform: translateX(100%);
  transition: transform 350ms ease-in-out;
}
header .slide-container.show {
  max-height: 100%;
}
header .slide-container-heading {
  justify-content: flex-start;
  height: auto;
}
header .slide-container-heading:before {
  content: url(/images/voipstudio/chevron-circle-right.svg);
  display: block;
  line-height: 1;
  transform: scale(-1, 1);
  margin-right: 1rem;
}
header .header-menu-cta {
  padding-top: 33px;
}
header .header-menu-cta .btn {
  font-family: "ProximaNova-Semibold";
  font-size: 1.125rem !important;
  line-height: 1;
  padding: 10px 23px;
  margin-top: 0;
}
@media (min-width: 360px) {
  header .header-menu-cta {
    padding-left: 35px;
  }
}
header .header-menu-cta-text {
  font-family: "ProximaNova-Extrabld";
  font-size: 1.375rem;
  line-height: 1.375rem;
  margin-right: 10px;
}
header .header-menu-cta-text-pl {
  font-size: 1.125rem;
  padding: 0 0 15px 20px;
}
header .header-menu-inner.light .header-menu-cta-text {
  color: #364550;
}
header .header-menu-inner.dark .header-menu-cta-text {
  color: #FFFFFF;
}
header .header-menu-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 17px 20px;
  z-index: 0;
}
header .header-menu-footer > div {
  max-width: 480px;
}
header .header-menu-footer .btn {
  min-width: 90px;
  font-family: "ProximaNova-Semibold";
  font-size: 0.875rem !important;
  line-height: 1;
  padding: 7px 14px;
  margin-top: 0;
}
header .header-menu-footer a.btn.btn-bordered-white:focus,
header .header-menu-footer .btn.btn-bordered-white:focus {
  background-image: none;
}

header .header-menu-cta {
  padding-top: 23px;
}

header .header-menu-cta .btn {
  width: 100%;
}

.header-cta-p {
  text-align: center;
  font-size: 10px;
  color: #D6E2EA;
  font-size: 16px;
  margin-top: 10px;
}

.light .header-cta-p {
  color: #364550;
}

header .header-menu-footer .btn {
  min-width: 150px;
}

.header-cta-extra-link {
  margin-top: 20px;
}

.header-cta-extra-link a, .header-cta-extra-link .table-alphabet span, .table-alphabet .header-cta-extra-link span {
  color: #fff;
  font-size: 16px;
}

.header-cta-extra-link p {
  margin: 6px 0px;
}

.header-icon-img {
  padding-right: 10px;
  position: relative;
  top: -2px;
}

.header-icon-arrow {
  padding-left: 10px;
}

.light .header-cta-extra-link {
  display: none;
}

.dark .header-menu-cta {
  border-top: 4px solid #FFFFFF;
}

header.header-menu-mobile ul li:last-child {
  border-bottom: none;
}

.light .header-menu-cta {
  border-top: 4px solid #20BAEF;
}

header .header-menu-footer {
  padding: 17px 0px;
}

@media (min-width: 360px) {
  header .header-menu-cta {
    padding-left: 0px;
  }
}
footer {
  background-color: #F7F7FC;
}
@media (max-width: 767px) {
  footer .logo {
    max-width: 13rem;
    margin-left: -1.25rem;
  }
}
@media (min-width: 1025px) {
  footer .logo {
    margin-top: -1.25rem;
    margin-left: -1.875rem;
  }
}
@media (max-width: 375px) {
  footer > div {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
footer .main-footer {
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 375px) {
  footer .main-footer {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media (min-width: 768px) {
  footer .main-footer {
    padding-top: 1.25rem;
    padding-bottom: 2.8125rem;
  }
}
@media (max-width: 767px) {
  footer .main-footer > .row > .footer-links {
    margin-top: 2.1875rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer .main-footer > .row > div:last-child {
    margin-top: 3.125rem;
  }
}
@media (min-width: 1025px) {
  footer .main-footer {
    padding-top: 3.125rem;
    padding-bottom: 6.25rem;
  }
  footer .main-footer .footer-links {
    padding-left: 3.125rem;
  }
}
footer .row-contacts {
  font-family: "ProximaNova-Bold";
  font-size: 0.75rem;
  line-height: 0.9375rem;
}
footer .row-contacts .contact-info {
  color: #707E81;
}
footer .row-contacts .contact-value a, footer .row-contacts .contact-value .table-alphabet span, .table-alphabet footer .row-contacts .contact-value span {
  color: #20BAEF;
}
footer .row-contacts .contact-value a:hover, footer .row-contacts .contact-value .table-alphabet span:hover, .table-alphabet footer .row-contacts .contact-value span:hover, footer .row-contacts .contact-value a:focus, footer .row-contacts .contact-value .table-alphabet span:focus, .table-alphabet footer .row-contacts .contact-value span:focus {
  color: #0d8ab5;
}
@media (max-width: 767px) {
  footer .row-contacts {
    margin-top: 1rem;
  }
  footer .row-contacts > div:first-child .contact-info {
    margin-right: 2.5625rem;
  }
  footer .row-contacts > div:last-child {
    margin-top: 1.5625rem;
  }
  footer .row-contacts > div:last-child .contact-info {
    margin-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  footer .row-contacts {
    font-size: 0.875rem;
  }
  footer .row-contacts .contact-info {
    margin-right: 0.625rem;
  }
}
@media (min-width: 1025px) {
  footer .row-contacts {
    margin-top: 1.25rem;
  }
  footer .row-contacts > div:last-child {
    margin-top: 1.375rem;
  }
  footer .row-contacts .contact-info {
    margin-bottom: 0.3125rem;
  }
}
footer .social-links a:not(:last-child), footer .social-links .table-alphabet span:not(:last-child), .table-alphabet footer .social-links span:not(:last-child) {
  margin-right: 0.875rem;
}
footer .social-links a:hover img, footer .social-links .table-alphabet span:hover img, .table-alphabet footer .social-links span:hover img, footer .social-links a:focus img, footer .social-links .table-alphabet span:focus img, .table-alphabet footer .social-links span:focus img {
  opacity: 0.65;
}
@media (max-width: 767px) {
  footer .social-links {
    margin-top: 2.1875rem;
  }
  footer .social-links img {
    height: 1.125rem;
  }
}
@media (min-width: 768px) {
  footer .social-links {
    margin-top: 1.25rem;
  }
  footer .social-links a:not(:last-child), footer .social-links .table-alphabet span:not(:last-child), .table-alphabet footer .social-links span:not(:last-child) {
    margin-right: 1.25rem;
  }
}
@media (min-width: 1025px) {
  footer .social-links {
    margin-top: 1.875rem;
  }
}
footer .copyright {
  font-family: "ProximaNova-Regular";
  color: #FFFFFF;
  background: #A6B9BE;
}
@media (max-width: 767px) {
  footer .copyright .row {
    height: 3.625rem;
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  footer .copyright .row {
    height: 1.6875rem;
    font-size: 0.625rem;
  }
}
footer ul li {
  font-family: "ProximaNova-Regular";
  color: #707E81;
  line-height: 1;
}
footer ul li:not(:last-child) {
  margin-bottom: 1.625rem;
}
@media (min-width: 768px) {
  footer ul li:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
footer ul li:first-child {
  font-family: "ProximaNova-Extrabld";
  font-size: 0.6875rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 767px) {
  footer ul li:first-child {
    padding-left: 0;
    margin-bottom: 0.9375rem;
  }
}
footer ul li a, footer ul li .table-alphabet span, .table-alphabet footer ul li span {
  font-family: inherit;
  font-size: 0.6875rem;
  color: inherit;
}
footer ul li a:hover, footer ul li .table-alphabet span:hover, .table-alphabet footer ul li span:hover, footer ul li a:focus, footer ul li .table-alphabet span:focus, .table-alphabet footer ul li span:focus {
  color: #4c5658;
}
@media (max-width: 767px) {
  footer ul li {
    padding-left: 0.625rem;
  }
}
@media (min-width: 768px) {
  footer ul li:first-child {
    font-size: 0.875rem;
    line-height: 1.625rem;
    margin-bottom: 0.875rem;
  }
  footer ul li a, footer ul li .table-alphabet span, .table-alphabet footer ul li span {
    font-size: 0.6875rem;
  }
}
footer .contacts-additional {
  background: #E2F0F4;
  padding-top: 1.125rem;
  padding-bottom: 0.6875rem;
}
footer .contacts-additional a, footer .contacts-additional .table-alphabet span, .table-alphabet footer .contacts-additional span {
  font-family: "ProximaNova-Regular";
  font-size: 0.6875rem;
  color: #707E81;
}
footer .contacts-additional a:hover, footer .contacts-additional .table-alphabet span:hover, .table-alphabet footer .contacts-additional span:hover, footer .contacts-additional a:focus, footer .contacts-additional .table-alphabet span:focus, .table-alphabet footer .contacts-additional span:focus {
  color: #4c5658;
}
@media (max-width: 767px) {
  footer .contacts-additional {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  footer .contacts-additional .flex-column {
    padding-left: 0.625rem;
  }
  footer .contacts-additional a:not(:last-child), footer .contacts-additional .table-alphabet span:not(:last-child), .table-alphabet footer .contacts-additional span:not(:last-child) {
    margin-bottom: 1.5625rem;
  }
}
@media (min-width: 768px) {
  footer .contacts-additional {
    padding-bottom: 1.375rem;
  }
  footer .contacts-additional a, footer .contacts-additional .table-alphabet span, .table-alphabet footer .contacts-additional span {
    font-size: 0.75rem;
    line-height: 1.75rem;
  }
  footer .contacts-additional > .container > .row > div:first-child a, footer .contacts-additional > .container > .row > div:first-child .table-alphabet span, .table-alphabet footer .contacts-additional > .container > .row > div:first-child span {
    margin-right: 1.5rem;
  }
}
@media (min-width: 992px) {
  footer .contacts-additional > .container > .row > div:first-child a, footer .contacts-additional > .container > .row > div:first-child .table-alphabet span, .table-alphabet footer .contacts-additional > .container > .row > div:first-child span {
    margin-right: 1.875rem;
  }
}
@media (min-width: 1920px) {
  footer .contacts-additional > .container > .row > div:first-child a, footer .contacts-additional > .container > .row > div:first-child .table-alphabet span, .table-alphabet footer .contacts-additional > .container > .row > div:first-child span {
    margin-right: 2.625rem;
  }
}

.get-started {
  color: #FFFFFF;
  padding-top: 1.5rem;
  padding-bottom: 1.875rem;
}
.get-started .btn {
  margin-top: 1.875rem;
}
@media (max-width: 767px) {
  .get-started .section-heading {
    margin-top: 0;
    margin-bottom: 0;
  }
  .get-started p {
    font-family: "ProximaNova-Regular";
    font-weight: 400;
  }
  .get-started p.small {
    line-height: 1.5rem;
    margin-top: 1.875rem;
  }
}
@media (min-width: 768px) {
  .get-started {
    padding-top: 2.5rem;
    padding-bottom: 2.8125rem;
  }
  .get-started .get-started-text {
    max-width: 74%;
  }
}
@media (min-width: 1025px) {
  .get-started .get-started-text {
    max-width: 85%;
  }
  .get-started .row {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1920px) {
  .get-started .get-started-text {
    max-width: 75%;
  }
}

.trustpilot-blue {
  background: #364550;
  color: #FFFFFF;
}
.trustpilot-blue > .container {
  height: 100%;
}
.trustpilot-blue .trustpilot-blue-brand-img {
  height: 2.25rem;
  margin-right: 0.625rem;
  margin-bottom: 0.3125rem;
}
.trustpilot-blue .trustpilot-blue-rate-img {
  height: 1.6875rem;
}
.trustpilot-blue .trustpilot-blue-text {
  width: 100%;
  font-family: "ProximaNova-Light";
  font-size: 1.125rem;
  text-align: right;
}
@media (min-width: 768px) {
  .trustpilot-blue {
    height: 6rem;
  }
}
@media (min-width: 992px) {
  .trustpilot-blue .trustpilot-blue-text {
    font-size: 1.375rem;
  }
}
@media (min-width: 1920px) {
  .trustpilot-blue .trustpilot-blue-brand-img {
    height: 2.875rem;
    margin-right: 2.1875rem;
  }
  .trustpilot-blue .trustpilot-blue-rate-img {
    height: 2.1875rem;
  }
  .trustpilot-blue .trustpilot-blue-text {
    font-size: 1.5rem;
    text-align: center;
  }
}

.trustpilot-blue-mob {
  background: #364550;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .trustpilot-blue-mob {
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
  }
  .trustpilot-blue-mob .trustpilot-blue-text-mob {
    font-family: "ProximaNova-Light";
    font-size: 0.875rem;
    line-height: 1.625rem;
    color: #FFFFFF;
    margin-left: 1.5625rem;
  }
  .trustpilot-blue-mob .trustpilot-blue-text-mob .trustpilot-text-lg {
    font-size: 1.875rem;
  }
}

.register {
  overflow: hidden;
  color: white;
}
@media (max-width: 991px) {
  .register {
    padding-top: 3.4375rem;
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 992px) {
  .register {
    padding-top: 5.625rem;
    padding-bottom: 5.3125rem;
  }
}
@media (min-width: 1920px) {
  .register {
    padding-top: 11.25rem;
    padding-bottom: 8.75rem;
  }
}
@media (min-width: 1920px) {
  .register > .container {
    max-width: 84.125rem;
  }
}
.register .logo {
  height: auto;
}
@media (min-width: 992px) {
  .register .logo {
    width: 30rem;
    float: right;
  }
}
@media (min-width: 1920px) {
  .register .logo {
    width: 35.3125rem;
    float: left;
  }
}
.register h1 {
  font-family: "ProximaNova-Bold";
  text-transform: none;
  color: white;
}
@media (max-width: 767px) {
  .register h1 {
    font-size: 1.875rem;
    line-height: 2rem;
    margin-bottom: 2.1875rem;
  }
}
@media (max-width: 991px) {
  .register h1 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .register h1 {
    font-size: 2.75rem;
    line-height: 2.875rem;
    text-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
    margin-bottom: 1.5625rem;
  }
}
@media (min-width: 1920px) {
  .register h1 {
    font-size: 2.6875rem;
    line-height: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .register .note {
    font-size: 0.875rem;
    line-height: 1.375rem;
    padding-right: 1.875rem;
  }
}
@media (max-width: 991px) {
  .register .note {
    margin-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .register .note {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1920px) {
  .register .note {
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 991px) {
  .register .form-group-select {
    margin-bottom: 1.5625rem;
  }
}
@media (min-width: 992px) {
  .register .form-group-select {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 767px) {
  .register .terms {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .register .terms {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 992px) {
  .register .terms {
    margin-bottom: 2.6875rem;
  }
}
.register .btn {
  max-width: 100%;
  font-size: 1.125rem !important;
  line-height: 1.4375rem;
}
@media (min-width: 375px) {
  .register .btn {
    min-width: 17.5625rem;
  }
}
.register .select-group label {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .register .select-group {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .register .select-group {
    margin-bottom: 1.5625rem;
  }
}
@media (max-width: 991px) {
  .register .select-group {
    max-width: 71%;
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
  .register .select-group label {
    margin-bottom: 1.125rem;
  }
}
@media (min-width: 992px) {
  .register .select-group label {
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 767px) {
  .register .custom-select {
    height: 2.125rem;
  }
}
@media (min-width: 768px) {
  .register .custom-select {
    height: 2.6875rem;
  }
}

.register.off-menu-forms-round {
  background-position: left -3rem top -3.75rem, 0 0;
}

.lr-continueDiv {
  margin: 15px 0 25px 0;
  text-align: center;
  font-weight: bold;
}

.lr-register-icon a, .lr-register-icon .table-alphabet span, .table-alphabet .lr-register-icon span {
  width: 33.33%;
}

.lr-register-icon a:nth-child(2), .lr-register-icon .table-alphabet span:nth-child(2), .table-alphabet .lr-register-icon span:nth-child(2) {
  text-align: center;
}

.lr-register-icon a:nth-child(3), .lr-register-icon .table-alphabet span:nth-child(3), .table-alphabet .lr-register-icon span:nth-child(3) {
  text-align: right;
}

.register.off-menu-forms-round a, .register.off-menu-forms-round .table-alphabet span, .table-alphabet .register.off-menu-forms-round span {
  text-decoration: none;
}

.lrName {
  color: #fff;
  font-family: "ProximaNova-Bold";
}

.strike {
  font-weight: bold;
}

.register .terms {
  margin-top: 1.6875rem;
  margin-bottom: 0px;
}

.register-button-div {
  display: flex;
  align-content: center;
  align-items: center;
  margin-top: 1rem;
}

.register .btn {
  min-width: auto;
}

.register-sign-in {
  margin-left: 40px;
}

.strike.white > span:before, .strike.white > span:after {
  background: #EFF6F8;
}

.strike.blue > span:before, .strike.blue > span:after {
  background: #0C7295;
}

.mobile-lr-register-icon a, .mobile-lr-register-icon .table-alphabet span, .table-alphabet .mobile-lr-register-icon span {
  margin: 0px 10px;
}

.register .lr-register-icon img {
  width: 55px;
}

.register h1 {
  font-size: 39px;
}

@media (min-width: 992px) {
  .register .logo {
    width: 20rem;
    margin-right: 80px;
  }
}
@media (min-width: 768px) {
  .off-menu-forms-round .form-group {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .register {
    padding-top: 2.4375rem;
    padding-bottom: 1.875rem;
  }

  .register .btn {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .register .terms {
    margin-top: 1.2875rem;
  }

  .register-sign-in {
    margin-left: 0px;
  }

  .register.off-menu-forms-round {
    background-position: right 0 top -3.75rem, 0 0;
  }

  .register .mobile-lr-register-icon img {
    width: 70px;
  }

  .register h1 {
    font-size: 1.875rem;
  }
}
.recover-password form .btn {
  width: 100%;
  max-width: 17.5625rem;
}
@media (max-width: 767px) {
  .recover-password {
    padding-top: 4.375rem;
    padding-bottom: 6.5625rem;
  }
  .recover-password form .btn {
    margin-top: 3.125rem;
  }
}
@media (min-width: 768px) {
  .recover-password {
    padding-top: 6.5625rem;
    padding-bottom: 6.5625rem;
  }
  .recover-password form .btn {
    margin-top: 3.75rem;
  }
}
@media (min-width: 1920px) {
  .recover-password {
    padding-top: 10.625rem;
    padding-bottom: 8.75rem;
  }
  .recover-password form .btn {
    margin-top: 5.625rem;
  }
}

.email-subscription .form-wrapper {
  max-width: 34.375rem;
}
.email-subscription .hero-heading {
  margin-bottom: 0;
}
.email-subscription .form-heading {
  color: #0C7295;
}
.email-subscription form .btn {
  min-width: 14.125rem;
}
.email-subscription form .btn.btn-cross {
  background-image: url(/images/common/cross-unsubscribe.svg);
  background-size: 22px 22px;
}
@media (max-width: 767px) {
  .email-subscription {
    padding-top: 4.375rem;
    padding-bottom: 6.375rem;
  }
  .email-subscription .hero {
    padding-bottom: 2.5rem;
  }
  .email-subscription .form-heading {
    margin-bottom: 3.125rem;
  }
  .email-subscription form .btn {
    margin-top: 3.125rem;
  }
}
@media (min-width: 768px) {
  .email-subscription {
    padding-top: 6.5625rem;
    padding-bottom: 10.625rem;
  }
  .email-subscription .hero {
    padding-bottom: 3.75rem;
  }
  .email-subscription .form-heading {
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 1920px) {
  .email-subscription {
    padding-top: 10.625rem;
    padding-bottom: 9.5rem;
  }
  .email-subscription .hero {
    padding-bottom: 3.125rem;
  }
}

.one-time-login form .btn {
  width: 100%;
  max-width: 17.5625rem;
}
@media (max-width: 767px) {
  .one-time-login {
    padding-top: 4.375rem;
    padding-bottom: 6.5625rem;
  }
  .one-time-login form .btn {
    margin-top: 3.125rem;
  }
}
@media (min-width: 768px) {
  .one-time-login {
    padding-top: 6.5625rem;
    padding-bottom: 5.3125rem;
  }
  .one-time-login form .btn {
    margin-top: 4.6875rem;
  }
}
@media (min-width: 1920px) {
  .one-time-login {
    padding-top: 10.625rem;
    padding-bottom: 8.75rem;
  }
}

.page-not-found-wrapper {
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .page-not-found-wrapper {
    background-position: right -0.625rem top 0;
    background-size: 11.25rem auto;
  }
}
@media (min-width: 768px) {
  .page-not-found-wrapper {
    background-position: left -10.3125rem bottom 4.6875rem, right 0 top 1.875rem;
    background-size: 26.625rem auto, 22.5625rem auto;
  }
}
@media (min-width: 1920px) {
  .page-not-found-wrapper {
    background-position: left -5rem bottom 9.375rem, right -3.125rem top 5.3125rem;
    background-size: 34.625rem auto, 35.3125rem auto;
  }
}

.page-not-found .hero .hero-heading {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page-not-found .hero .hero-heading {
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
@media (max-width: 767px) {
  .page-not-found .hero {
    padding-bottom: 3.125rem;
  }
}
@media (min-width: 768px) {
  .page-not-found .hero {
    padding-bottom: 6.6875rem;
  }
  .page-not-found .hero h1, .page-not-found .hero .hero-heading, .page-not-found .hero p.paragraph-large {
    text-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
  }
}
@media (min-width: 1920px) {
  .page-not-found .hero {
    padding-bottom: 7.1875rem;
  }
}
@media (max-width: 767px) {
  .page-not-found {
    padding-top: 4.375rem;
    padding-bottom: 6.875rem;
  }
  .page-not-found .section-heading {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 2.5rem;
  }
  .page-not-found .p-group {
    margin-bottom: 3.125rem;
  }
  .page-not-found .p-group p:not(:last-of-type) {
    margin-bottom: 1.25rem;
  }
  .page-not-found .btn {
    display: block;
    width: 17.5625rem;
  }
  .page-not-found .btn + .btn {
    margin-top: 3.4375rem;
  }
}
@media (min-width: 768px) {
  .page-not-found {
    padding-top: 6.5625rem;
    padding-bottom: 6.875rem;
  }
  .page-not-found .section-heading {
    margin-bottom: 3.75rem;
  }
  .page-not-found .p-group {
    margin-bottom: 3.4375rem;
  }
  .page-not-found .p-group p:not(:last-of-type) {
    margin-bottom: 1rem;
  }
  .page-not-found .btn + .btn {
    margin-left: 3.125rem;
  }
}
@media (min-width: 1920px) {
  .page-not-found {
    padding-top: 10.625rem;
    padding-bottom: 9.375rem;
  }
  .page-not-found .p-group {
    margin-bottom: 4.6875rem;
  }
}

.javascript-error {
  overflow: hidden;
}
.javascript-error ul {
  margin-bottom: 0;
}
.javascript-error .hero .hero-heading {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .javascript-error .hero .hero-heading {
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
@media (max-width: 767px) {
  .javascript-error .hero {
    padding-bottom: 3.4375rem;
  }
}
@media (min-width: 768px) {
  .javascript-error .hero {
    padding-bottom: 6.6875rem;
  }
  .javascript-error .hero h1, .javascript-error .hero .hero-heading, .javascript-error .hero p.paragraph-large {
    text-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
  }
}
@media (min-width: 1920px) {
  .javascript-error .hero {
    padding-bottom: 7.1875rem;
  }
}
@media (max-width: 575px) {
  .javascript-error ul li {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 576px) {
  .javascript-error ul li {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.javascript-error .p-group:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .javascript-error {
    padding-top: 4.375rem;
    padding-bottom: 4.0625rem;
  }
  .javascript-error .section-heading {
    margin-bottom: 2.1875rem;
  }
  .javascript-error .p-group {
    margin-bottom: 3.75rem;
  }
  .javascript-error .p-group p {
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 768px) {
  .javascript-error {
    padding-top: 6.5625rem;
    padding-bottom: 7.1875rem;
  }
  .javascript-error .section-heading {
    margin-bottom: 3.125rem;
  }
  .javascript-error .p-group {
    margin-bottom: 4.0625rem;
  }
  .javascript-error .p-group p {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1920px) {
  .javascript-error {
    padding-top: 10.625rem;
    padding-bottom: 8.75rem;
  }
  .javascript-error .section-heading {
    margin-bottom: 2.1875rem;
  }
}
.javascript-error .img-box {
  position: relative;
}
.javascript-error .img-box img {
  position: absolute;
  z-index: -1;
}
@media (max-width: 767px) {
  .javascript-error .img-box img {
    width: 12.875rem;
    height: auto;
    bottom: 1.25rem;
    left: -5.625rem;
    opacity: 0.61;
  }
}
@media (min-width: 768px) and (max-width: 1919px) {
  .javascript-error .img-box img {
    width: 26.625rem;
    height: auto;
    bottom: 78%;
    left: -16.25rem;
  }
}

.domestic-calls thead {
  border-bottom: 2px solid #707070;
}
.domestic-calls .fixed-col {
  text-align: center;
}
@media (max-width: 767px) {
  .domestic-calls {
    padding-bottom: 3.4375rem;
  }
  .domestic-calls .fixed-col {
    width: 5.9375rem;
  }
  .domestic-calls .btn-group {
    margin-bottom: 3.5rem;
  }
  .domestic-calls .table-domestic-calls {
    padding-top: 1.5625rem;
    padding-bottom: 2.5rem;
  }
  .domestic-calls .bullet-list {
    margin-top: 1.875rem;
  }
}
@media (min-width: 768px) {
  .domestic-calls {
    padding-bottom: 4.375rem;
  }
  .domestic-calls .fixed-col {
    width: 12.5rem;
  }
  .domestic-calls .btn-group {
    margin-bottom: 2.9375rem;
  }
  .domestic-calls .table-domestic-calls {
    padding-top: 1.875rem;
    padding-bottom: 3.75rem;
  }
  .domestic-calls .bullet-list {
    margin-top: 2.1875rem;
  }
}
@media (min-width: 1920px) {
  .domestic-calls .fixed-col {
    width: 14.375rem;
  }
  .domestic-calls .btn-group {
    margin-bottom: 4.8125rem;
  }
  .domestic-calls .table-domestic-calls {
    padding-top: 2.1875rem;
    padding-bottom: 4.0625rem;
  }
  .domestic-calls .bullet-list {
    margin-top: 2.8125rem;
  }
}

@media (max-width: 767px) {
  .international-calls {
    background-image: url(/images/voipstudio/common/blug-bg-single.svg);
    background-repeat: no-repeat;
    background-position: left -5rem bottom -2.5rem;
    padding-bottom: 5rem;
  }
  .international-calls .table-international-calls {
    padding-top: 1.5625rem;
    padding-bottom: 3.4375rem;
  }
}
@media (min-width: 768px) {
  .international-calls {
    padding-bottom: 10.625rem;
  }
  .international-calls .table-international-calls {
    padding-top: 2.1875rem;
    padding-bottom: 4.375rem;
  }
}
@media (min-width: 1920px) {
  .international-calls {
    padding-bottom: 12.5rem;
  }
  .international-calls .table-international-calls {
    padding-top: 2.1875rem;
    padding-bottom: 6.6875rem;
  }
}

.policy-section {
  position: relative;
  padding-bottom: 54px;
}
@media (min-width: 768px) {
  .policy-section {
    padding: 111px 0 93px;
  }
}
@media (min-width: 1920px) {
  .policy-section {
    padding: 145px 0 220px;
  }
}
.policy-section .container {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .policy-section .container {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.policy-section .aside {
  padding: 34px 33px 56px;
  margin-left: -30px;
  margin-right: -30px;
  background-color: #E2F0F4;
}
@media (min-width: 768px) {
  .policy-section .aside {
    width: 240px;
    flex-basis: 240px;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    background-color: transparent;
  }
}
.policy-section .aside ul {
  margin: 0;
}
.policy-section .aside li {
  padding: 8px 4px;
  border-bottom: 1px solid #707070;
}
.policy-section .aside p {
  font-family: "ProximaNova-Bold";
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  cursor: default;
}
.policy-section .aside a, .policy-section .aside .table-alphabet span, .table-alphabet .policy-section .aside span {
  font-family: "ProximaNova-Light";
  font-weight: 300;
}
@media (min-width: 768px) {
  .policy-section .sticky {
    position: sticky;
    top: 80px;
  }
}
@media (min-width: 992px) {
  .policy-section .sticky {
    top: 140px;
  }
}
.policy-section .sticky-title {
  font-size: 18px;
  line-height: 28px;
  color: #364550;
  margin-bottom: 11px;
  text-transform: none;
  font-family: "ProximaNova-Bold";
}
@media (min-width: 768px) {
  .policy-section .sticky-title {
    margin-bottom: 19px;
  }
}
.policy-section .main {
  margin-top: 47px;
  padding: 0;
}
@media (min-width: 768px) {
  .policy-section .main {
    flex-grow: 1;
    margin-left: 27px;
    margin-top: 0;
  }
}
@media (min-width: 1920px) {
  .policy-section .main {
    margin-left: 20px;
  }
}
.policy-section .main h1, .policy-section .main .h1 {
  font-family: "ProximaNova-Bold";
  margin-bottom: 44px;
  color: #364550;
  text-transform: none;
}
@media (min-width: 768px) {
  .policy-section .main h1, .policy-section .main .h1 {
    margin-bottom: 53px;
  }
}
.policy-section .main h2, .policy-section .main .h2 {
  font-family: "ProximaNova-Bold";
  margin-bottom: 1px;
  color: #364550;
  text-transform: none;
}
.policy-section .main * + h2,
.policy-section .main * + .h2 {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .policy-section .main * + h2,
.policy-section .main * + .h2 {
    margin-top: 28px;
  }
}
.policy-section .main h3, .policy-section .main .h3 {
  font-size: 16px;
  line-height: 24px;
  font-family: "ProximaNova-Bold";
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .policy-section .main h3, .policy-section .main .h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
.policy-section .main h3.counter + ol,
.policy-section .main .h3.counter + ol {
  margin-top: 0;
}
.policy-section .main p + p {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .policy-section .main p + p {
    margin-top: 28px;
  }
}
.policy-section .main ol {
  counter-reset: section;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.policy-section .main ol ol ol {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .policy-section .main ol ol ol {
    margin-top: 28px;
  }
}
.policy-section .main ol ol ol .counter::before {
  font-size: 14px;
  line-height: 24px;
  font-family: "ProximaNova-Bold";
}
@media (min-width: 768px) {
  .policy-section .main ol ol ol .counter::before {
    font-size: 18px;
    line-height: 28px;
  }
}
.policy-section .main ol > li + li {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .policy-section .main ol > li + li {
    margin-top: 28px;
  }
}
.policy-section .main ol li .counter::before {
  counter-increment: section;
  content: counters(section, ".") ". ";
}
.policy-section .main ul {
  margin-top: 18px;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .policy-section .main ul {
    margin-top: 32px;
    margin-left: 15px;
  }
}
.policy-section .main ul li {
  position: relative;
  padding-left: 17px;
}
@media (min-width: 768px) {
  .policy-section .main ul li {
    padding-left: 22px;
  }
}
.policy-section .main ul li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .policy-section .main ul li::before {
    top: 0.6em;
  }
}
.policy-section .main ul > li + li {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .policy-section .main ul > li + li {
    margin-top: 28px;
  }
}
.policy-section .main a, .policy-section .main .table-alphabet span, .table-alphabet .policy-section .main span {
  text-decoration: underline;
}
.policy-section .main a:hover, .policy-section .main .table-alphabet span:hover, .table-alphabet .policy-section .main span:hover {
  text-decoration: none;
}
.policy-section .box-bg-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}
.policy-section .box-bg-image {
  position: absolute;
  z-index: -1;
}
.policy-section .box-bg-image:nth-last-of-type(1) {
  display: none;
}
@media (min-width: 768px) {
  .policy-section .box-bg-image:nth-last-of-type(1) {
    display: block;
    width: 373px;
    top: -67px;
    right: -5px;
  }
}
@media (min-width: 1920px) {
  .policy-section .box-bg-image:nth-last-of-type(1) {
    width: 584px;
    top: -35px;
    left: auto;
    right: -65px;
  }
}
.policy-section .box-bg-image:nth-last-of-type(2) {
  width: 215px;
  top: 1452px;
  left: -63px;
  opacity: 0.61;
}
@media (min-width: 768px) {
  .policy-section .box-bg-image:nth-last-of-type(2) {
    width: 439px;
    top: 701px;
    left: -171px;
    opacity: 1;
  }
}
@media (min-width: 1920px) {
  .policy-section .box-bg-image:nth-last-of-type(2) {
    width: 845px;
    right: -70px;
  }
}
.policy-section .box-bg-image:nth-last-of-type(3) {
  display: none;
}
@media (min-width: 768px) {
  .policy-section .box-bg-image:nth-last-of-type(3) {
    display: block;
    opacity: 0.34;
    width: 485px;
    top: 3300px;
    left: -98px;
  }
}
@media (min-width: 1920px) {
  .policy-section .box-bg-image:nth-last-of-type(3) {
    opacity: 1;
    width: 762px;
    left: -106px;
  }
}

.blog-section {
  position: relative;
  padding-top: 76px;
  padding-bottom: 55px;
}
@media (min-width: 768px) {
  .blog-section {
    padding-top: 94px;
    padding-bottom: 107px;
  }
}
@media (min-width: 1920px) {
  .blog-section {
    padding-top: 110px;
    padding-bottom: 118px;
  }
  .blog-section .row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .blog-section .row > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.blog-section .blog-title {
  text-transform: none;
  font-family: "ProximaNova-Light";
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  color: #20BAEF;
  margin-bottom: 38px;
}
.blog-section .blog-row-1 {
  margin-bottom: -50px;
}
.blog-section .blog-row-1 > * {
  margin-bottom: 50px;
}
.blog-section .blog-row-2 {
  margin-top: 55px;
  margin-bottom: -35px;
}
.blog-section .blog-row-2 > * {
  margin-bottom: 35px;
}
.blog-section .blog-row-2 .post {
  max-width: 256px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .blog-section .blog-row-2 .post {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .blog-section .blog-row-2 {
    margin-top: 105px;
    margin-bottom: -69px;
  }
  .blog-section .blog-row-2 > * {
    margin-bottom: 69px;
  }
}
@media (min-width: 1920px) {
  .blog-section .blog-row-2 {
    margin-top: 118px;
    margin-bottom: -116px;
  }
  .blog-section .blog-row-2 > * {
    margin-bottom: 116px;
  }
}
.blog-section .post {
  background-color: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  overflow: hidden;
}
.blog-section .post .post-link {
  display: block;
  width: 100%;
  color: initial;
  text-decoration: none;
}
.blog-section .post-lg,
.blog-section .post-horizontal {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}
.blog-section .post-lg .post-image {
  height: 269px;
}
.blog-section .post-lg .post-body {
  padding: 35px 45px 33px 24px;
}
.blog-section .post-lg .post-title {
  margin-bottom: 12px;
}
.blog-section .post-lg .post-text {
  font-size: 25px;
}
@media (min-width: 1920px) {
  .blog-section .post-lg .post-text {
    font-size: 31px;
    line-height: 34px;
  }
}
@media (min-width: 1920px) {
  .blog-section .post-lg .post-body {
    padding: 33px 37px 20px 27px;
  }
  .blog-section .post-lg .post-title {
    margin-bottom: 8px;
  }
}
.blog-section .post-horizontal .post-link {
  display: flex;
}
.blog-section .post-horizontal .post-image {
  height: auto;
  flex: 0 0 20%;
  max-width: 20%;
}
.blog-section .post-horizontal .post-body {
  flex-grow: 1;
  padding: 25px 20px 16px 20px;
}
.blog-section .post-horizontal .post-title {
  margin-bottom: 4px;
}
.blog-section .post-horizontal .post-text {
  font-size: 24px;
}
@media (min-width: 768px) {
  .blog-section .post-horizontal .post-text {
    font-size: 26px;
    line-height: 34px;
  }
}
.blog-section .post-horizontal + .post-horizontal {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .blog-section .post-horizontal .post-image {
    flex: 0 0 30.8%;
    max-width: 30.8%;
  }
  .blog-section .post-horizontal .post-body {
    padding: 24px 18px 16px 25px;
  }
  .blog-section .post-horizontal .post-title {
    margin-bottom: 22px;
  }
}
@media (min-width: 1920px) {
  .blog-section .post-horizontal .post-body {
    padding: 24px 30px 16px 28px;
  }
  .blog-section .post-horizontal .post-title {
    margin-bottom: 15px;
  }
}
.blog-section .post-blue > .post-link,
.blog-section .post-yellow > .post-link,
.blog-section .post-dark > .post-link,
.blog-section .post-green > .post-link {
  height: 100%;
  display: flex;
  align-items: center;
  min-height: 270px;
}
.blog-section .post-blue .post-title,
.blog-section .post-blue .post-text,
.blog-section .post-yellow .post-title,
.blog-section .post-yellow .post-text,
.blog-section .post-dark .post-title,
.blog-section .post-dark .post-text,
.blog-section .post-green .post-title,
.blog-section .post-green .post-text {
  color: #FFFFFF;
}
.blog-section .post-blue .post-arrow,
.blog-section .post-yellow .post-arrow,
.blog-section .post-dark .post-arrow,
.blog-section .post-green .post-arrow {
  background-image: url(/images/voipstudio/blog/arrow-white.svg);
}
.blog-section .post-blue {
  background-color: #20BAEF;
}
.blog-section .post-yellow {
  background-color: #E8B300;
}
.blog-section .post-dark {
  background-color: #364550;
}
.blog-section .post-green {
  background-color: #ABCA23;
}
.blog-section .post-image {
  height: 89px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .blog-section .post-image {
    height: 169px;
  }
}
.blog-section .post-body {
  padding: 18px 22px 16px 20px;
}
.blog-section .post-title {
  font-family: "ProximaNova-Extrabld";
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #A6B9BE;
  margin-bottom: 7px;
}
@media (min-width: 1920px) {
  .blog-section .post-title {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 1px;
  }
}
.blog-section .post-text {
  font-size: 23px;
  line-height: 28px;
  margin-bottom: 10px;
  font-family: "ProximaNova-Light";
  font-weight: 300;
}
@media (min-width: 768px) {
  .blog-section .post-text {
    font-size: 23px;
  }
}
.blog-section .post-arrow {
  background-image: url(/images/voipstudio/blog/arrow-blue.svg);
  background-size: 24px 14px;
  background-position: right center;
  background-repeat: no-repeat;
  width: 100%;
  height: 14px;
}
.blog-section .blog-pagination {
  display: flex;
  margin-top: 66px;
  margin-bottom: 0;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .blog-section .blog-pagination {
    margin-top: 116px;
  }
}
@media (min-width: 1920px) {
  .blog-section .blog-pagination {
    margin-top: 105px;
  }
}
.blog-section .blog-pagination-item {
  font-size: 18px;
  line-height: 1;
  color: #20BAEF;
  font-family: "ProximaNova-Bold";
  padding: 0 7px;
}
.blog-section .blog-pagination-item:first-of-type, .blog-section .blog-pagination-item:last-of-type {
  padding: 0;
}
.blog-section .blog-pagination-item.disabled {
  display: none;
}
.blog-section .blog-pagination-item a, .blog-section .blog-pagination-item .table-alphabet span, .table-alphabet .blog-section .blog-pagination-item span {
  display: block;
  text-decoration: none;
  color: inherit;
  font-family: "ProximaNova-Light";
}
.blog-section .blog-pagination-item a img, .blog-section .blog-pagination-item .table-alphabet span img, .table-alphabet .blog-section .blog-pagination-item span img {
  pointer-events: none;
}
@media (min-width: 768px) {
  .blog-section .blog-pagination-item a img, .blog-section .blog-pagination-item .table-alphabet span img, .table-alphabet .blog-section .blog-pagination-item span img {
    transform: translateY(-2px);
  }
}
@media (min-width: 768px) {
  .blog-section .blog-pagination-item {
    font-size: 22px;
    padding: 0 12px;
  }
}

.switch {
  position: relative;
  display: inline-block;
  width: 83px;
  height: 42px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* off switch mode */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  background-image: url(/images/common/cookie-off-button.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.slider:before {
  content: "Off";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.625rem;
  transform: translateY(-50%);
  font-family: "ProximaNova-Regular";
  font-size: 1.125rem;
}

/* on switch mode */
input:checked + .slider {
  background-image: url(/images/common/cookie-on-button.png);
}
input:checked + .slider:before {
  content: "On";
  left: 0.625rem;
}

input:checked + .slider.essential {
  background-image: url(/images/common/cookie-essential-button.png);
}

.cta-sign-up {
  padding: 18px 0;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .cta-sign-up {
    padding: 23px 0 17px;
  }
}
.cta-sign-up h3 {
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cta-sign-up h3 {
    font-size: 31px;
    margin-bottom: 5px;
  }
}
.cta-sign-up h6 {
  margin-bottom: 0;
  font-family: "ProximaNova-Light";
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .cta-sign-up h6 {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .cta-sign-up .btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .cta-sign-up a.btn.btn-white, .cta-sign-up .table-alphabet span.btn.btn-white, .table-alphabet .cta-sign-up span.btn.btn-white {
    padding: 9px 50px 9px 18px;
    margin-left: 10px;
    margin-top: 0;
    background-position: right 1rem center;
  }
}
.cta-sign-up .cta-sign-up-box {
  position: relative;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .cta-sign-up .cta-sign-up-box {
    max-width: 630px;
    margin-left: 5.5%;
  }
}
@media (min-width: 1920px) {
  .cta-sign-up .cta-sign-up-box {
    margin-left: 13.5%;
  }
}
.cta-sign-up .cta-sign-up-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cta-sign-up.yellow {
  background-color: #E8B300;
}
.cta-sign-up.yellow a.btn.btn-white, .cta-sign-up.yellow .table-alphabet span.btn.btn-white, .table-alphabet .cta-sign-up.yellow span.btn.btn-white {
  color: #E8B300;
  background-image: url(/images/voipstudio/tutorials/btn-arrow-yellow.svg);
}
.cta-sign-up.mint {
  background-color: #10DFAD;
}
.cta-sign-up.mint a.btn.btn-white, .cta-sign-up.mint .table-alphabet span.btn.btn-white, .table-alphabet .cta-sign-up.mint span.btn.btn-white {
  color: #10DFAD;
  background-image: url(/images/voiphome/btn-arrow-mint.svg);
}
.cta-sign-up.green {
  background-color: #ABCA23;
}
.cta-sign-up.green a.btn.btn-white, .cta-sign-up.green .table-alphabet span.btn.btn-white, .table-alphabet .cta-sign-up.green span.btn.btn-white {
  color: #ABCA23;
  background-image: url(/images/gotrunk/new/btn-arrow-green.svg);
}

h1, .h1, h2, .h2 {
  color: #20BAEF;
}

header .header-dropdown-content .dropdown-heading,
header .header-dropdown-links .dropdown-link > span {
  color: #20BAEF;
}
header .hover:before, header .hover:after {
  background-color: #20BAEF;
}
header .header-mobile .burger > div {
  background: #20BAEF;
}
header .header-menu-footer {
  background-color: #20BAEF;
}
header.header-menu-mobile ul li {
  border-bottom: 1px solid #20BAEF;
}
header.header-menu-mobile .slide-container-heading {
  border-bottom: 1px solid #20BAEF;
}

.a.btn.btn-blue, .btn.btn-blue {
  font-size: 1rem;
  line-height: 1.4375rem;
  background-color: #20BAEF;
  padding-top: 0.875rem;
  padding-right: 4.375rem;
  padding-bottom: 0.875rem;
  padding-left: 1.875rem;
}
.a.btn.btn-blue:hover, .a.btn.btn-blue:focus, .btn.btn-blue:hover, .btn.btn-blue:focus {
  background-color: #50c9f2;
}
@media (max-width: 767px) {
  .a.btn.btn-blue, .btn.btn-blue {
    padding-left: 1.375rem;
  }
}
.a.btn.btn-white, .btn.btn-white {
  color: #20BAEF;
  background-image: url(/images/voipstudio/homepage/btn-arrow-blue.svg);
}
.a.btn.btn-white:hover, .a.btn.btn-white:focus, .btn.btn-white:hover, .btn.btn-white:focus {
  color: #20BAEF;
}

.text-blue {
  color: #20BAEF;
}

.off-menu-forms-round {
  background-image: url(/images/voipstudio/voipstudio-vs-ring-central/hero-left-shape.svg), linear-gradient(180deg, #20BAF0 0%, #0C7295 100%);
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .off-menu-forms-round {
    background-position: right -0.625rem top -3.75rem, 0 0;
    background-size: 10.625rem auto, 100% 100%;
  }
}
@media (min-width: 992px) {
  .off-menu-forms-round {
    background-position: right 0 top -3.75rem, 0 0;
    background-size: 22.5625rem auto, 100% 100%;
  }
}
@media (min-width: 1920px) {
  .off-menu-forms-round {
    background-position: left -11.875rem top -6.25rem, 0 0;
    background-size: 34.625rem auto, 100% 100%;
  }
}
.off-menu-forms-round input, .off-menu-forms-round textarea {
  border: 1px solid #20BAEF;
}
.off-menu-forms-round ::-webkit-input-placeholder {
  /* Edge */
  color: #D3D3D3;
}
.off-menu-forms-round :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #D3D3D3;
}
.off-menu-forms-round ::placeholder {
  color: #D3D3D3;
}
.off-menu-forms-round .custom-select {
  border: 1px solid #20BAEF;
}
.off-menu-forms-round.transparent {
  background-image: url(/images/voipstudio/voipstudio-vs-ring-central/hero-left-shape.svg), linear-gradient(180deg, rgba(32, 186, 240, 0.84) 0%, rgba(12, 114, 149, 0.84) 100%), url(/images/voipstudio/voipstudio-vs-ring-central/hero-bg-1024.png);
}
@media (min-width: 1920px) {
  .off-menu-forms-round.transparent {
    background-image: url(/images/voipstudio/voipstudio-vs-ring-central/hero-left-shape.svg), linear-gradient(180deg, rgba(32, 186, 240, 0.84) 0%, rgba(12, 114, 149, 0.84) 100%), url(/images/voipstudio/register/register-bg.png);
  }
}
.off-menu-forms-round.transparent input, .off-menu-forms-round.transparent textarea {
  background: rgba(12, 114, 149, 0.5);
}

.sitemap-title::before {
  background-color: #20BAEF;
}

.sitemap-list > li::before {
  border: 1px solid #20BAEF;
}
.sitemap-list > li > ul > li::before {
  background-color: #20BAEF;
}
.sitemap-list > li > ul > li > ul > li::before {
  border: 1px solid #20BAEF;
}

.policy-section .aside a, .policy-section .aside .table-alphabet span, .table-alphabet .policy-section .aside span {
  color: #20BAEF;
}
.policy-section .aside p {
  color: #20BAEF;
}
.policy-section .main ul li::before {
  background-color: #20BAEF;
}
.policy-section a, .policy-section .table-alphabet span, .table-alphabet .policy-section span {
  color: #20BAEF;
}

.states .table-states li a, .states .table-states li .table-alphabet span, .table-alphabet .states .table-states li span {
  color: #20BAEF;
}
.states .table-states li a:hover, .states .table-states li .table-alphabet span:hover, .table-alphabet .states .table-states li span:hover {
  color: #0f9ccd;
}

@media (max-width: 767px) {
  .page-not-found-wrapper {
    background-image: url(/images/voipstudio/homepage/blue-bg.svg);
  }
}
@media (min-width: 768px) {
  .page-not-found-wrapper {
    background-image: url(/images/voipstudio/homepage/blue-bg.svg), url(/images/voipstudio/homepage/blue-bg.svg);
  }
}
.javascript-error-wrapper {
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .javascript-error-wrapper {
    background-image: url(/images/voipstudio/homepage/blue-bg.svg);
    background-position: right -0.625rem top 0;
    background-size: 11.25rem auto;
  }
}
@media (min-width: 768px) {
  .javascript-error-wrapper {
    background-image: url(/images/voipstudio/homepage/blue-bg.svg);
    background-position: right 0 top 1.875rem;
    background-size: 22.5625rem auto;
  }
}
@media (min-width: 1920px) {
  .javascript-error-wrapper {
    background-image: url(/images/voipstudio/homepage/blue-bg.svg), url(/images/voipstudio/homepage/blue-bg.svg);
    background-position: left -5rem top 41.875rem, right -3.125rem top 5.3125rem;
    background-size: 34.625rem auto, 35.3125rem auto;
  }
}

.get-started {
  background: #20BAEF;
}

.states-switcher .switcher.btn {
  border: 1px solid #E8B300;
}

.switcher.btn.open {
  background-color: #e29902;
  border: 1px solid #E8B300;
}
.switcher.btn.open .select-options {
  background-color: #e29902;
  border: 1px solid #E8B300;
}
.switcher.btn.open .select-options .option:hover, .switcher.btn.open .select-options .option:focus {
  background-color: #C98802;
}
.switcher.btn.white {
  color: #20BAEF;
}
.switcher.btn.white .option {
  color: #20BAEF;
}
.switcher.btn.white.open .select-options {
  color: #20BAEF;
}
.switcher.btn.white.open .select-options:hover, .switcher.btn.white.open .select-options:focus {
  color: #20BAEF;
}

@media (min-width: 768px) {
  .login-page .hero {
    background-image: url(/images/voipstudio/homepage/bg.svg);
    background-position: 100.6% -64px;
    background-size: 370px;
  }
}
@media (min-width: 1920px) {
  .login-page .hero {
    background-position: -15.65% -101px;
    background-size: 573px;
  }
}



