@font-face {
  font-family: 'Poppins';
  src: url("/wp-content/themes/applied-comfort/assets/fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url("/wp-content/themes/applied-comfort/assets/fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url("/wp-content/themes/applied-comfort/assets/fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
  --blue: #1a2a49;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e6007e;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #44a140;
  --teal: #58b8b2;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #1a2a49;
  --secondary: #58b8b2;
  --success: #44a140;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #e6007e;
  --light: #f3f0ee;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Poppins", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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: "Poppins", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1a2a49;
  text-align: left;
  background-color: #fff;
}

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

hr {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration: underline dotted;
          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: .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: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #1a2a49;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #060a11;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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"] {
  -webkit-box-sizing: border-box;
          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: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

@media (max-width: 1200px) {
  legend {
    font-size: -webkit-calc(1.275rem + 0.3vw);
    font-size: calc(1.275rem + 0.3vw);
  }
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.34375rem;
}

@media (max-width: 1200px) {
  h1,
  .h1 {
    font-size: -webkit-calc(1.359375rem + 1.3125vw);
    font-size: calc(1.359375rem + 1.3125vw);
  }
}

h2,
.h2 {
  font-size: 1.875rem;
}

@media (max-width: 1200px) {
  h2,
  .h2 {
    font-size: -webkit-calc(1.3125rem + 0.75vw);
    font-size: calc(1.3125rem + 0.75vw);
  }
}

h3,
.h3 {
  font-size: 1.640625rem;
}

@media (max-width: 1200px) {
  h3,
  .h3 {
    font-size: -webkit-calc(1.2890625rem + 0.46875vw);
    font-size: calc(1.2890625rem + 0.46875vw);
  }
}

h4,
.h4 {
  font-size: 1.40625rem;
}

@media (max-width: 1200px) {
  h4,
  .h4 {
    font-size: -webkit-calc(1.265625rem + 0.1875vw);
    font-size: calc(1.265625rem + 0.1875vw);
  }
}

h5,
.h5 {
  font-size: 1.171875rem;
}

h6,
.h6 {
  font-size: 0.9375rem;
}

.lead {
  font-size: 1.171875rem;
  font-weight: 300;
}

.display-1 {
  font-size: 1.6875rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .display-4 {
    font-size: -webkit-calc(1.475rem + 2.7vw);
    font-size: calc(1.475rem + 2.7vw);
  }
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875rem;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.171875rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875rem;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.625rem;
  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;
}

code {
  font-size: 87.5%;
  color: #e6007e;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      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-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #1a2a49;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #1a2a49;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bfc3cc;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #8890a0;
}

.table-hover .table-primary:hover {
  background-color: #b1b6c1;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b1b6c1;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d0ebe9;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #a8dad7;
}

.table-hover .table-secondary:hover {
  background-color: #bee3e1;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #bee3e1;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #cbe5ca;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #9ece9c;
}

.table-hover .table-success:hover {
  background-color: #baddb9;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #baddb9;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f8b8db;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f27abc;
}

.table-hover .table-danger:hover {
  background-color: #f6a1cf;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f6a1cf;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fcfbfa;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f9f7f6;
}

.table-hover .table-light:hover {
  background-color: #f2eeea;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f2eeea;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: -webkit-calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.625rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #3b60a7;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 42, 73, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(26, 42, 73, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: -webkit-calc(0.375rem + 1px);
  padding-top: calc(0.375rem + 1px);
  padding-bottom: -webkit-calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: -webkit-calc(0.5rem + 1px);
  padding-top: calc(0.5rem + 1px);
  padding-bottom: -webkit-calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.171875rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: -webkit-calc(0.25rem + 1px);
  padding-top: calc(0.25rem + 1px);
  padding-bottom: -webkit-calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.8203125rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #1a2a49;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: -webkit-calc(1.5em + 0.5rem + 2px);
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.8203125rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: -webkit-calc(1.5em + 1rem + 2px);
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.171875rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #44a140;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.8203125rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(68, 161, 64, 0.9);
  border-radius: 0.625rem;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #44a140;
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2344a140' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right -webkit-calc(0.375em + 0.1875rem);
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #44a140;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 161, 64, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(68, 161, 64, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  background-position: top -webkit-calc(0.375em + 0.1875rem) right -webkit-calc(0.375em + 0.1875rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #44a140;
  padding-right: -webkit-calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2344a140' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2344a140' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #44a140;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 161, 64, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(68, 161, 64, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #44a140;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #44a140;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #44a140;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #5cbc58;
  background-color: #5cbc58;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 161, 64, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(68, 161, 64, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #44a140;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #44a140;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #44a140;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 161, 64, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(68, 161, 64, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #e6007e;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.8203125rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(230, 0, 126, 0.9);
  border-radius: 0.625rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #e6007e;
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e6007e' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e6007e' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right -webkit-calc(0.375em + 0.1875rem);
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #e6007e;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 0, 126, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(230, 0, 126, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  background-position: top -webkit-calc(0.375em + 0.1875rem) right -webkit-calc(0.375em + 0.1875rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #e6007e;
  padding-right: -webkit-calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e6007e' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e6007e' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e6007e' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e6007e' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #e6007e;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 0, 126, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(230, 0, 126, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #e6007e;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #e6007e;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #e6007e;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff1a97;
  background-color: #ff1a97;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 0, 126, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(230, 0, 126, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #e6007e;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e6007e;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e6007e;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 0, 126, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(230, 0, 126, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #1a2a49;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 0.625rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:hover {
  color: #1a2a49;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 42, 73, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(26, 42, 73, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #1a2a49;
  border-color: #1a2a49;
}

.btn-primary:hover {
  color: #fff;
  background-color: #101a2d;
  border-color: #0d1423;
}

.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 74, 100, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(60, 74, 100, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #1a2a49;
  border-color: #1a2a49;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0d1423;
  border-color: #090f1a;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 74, 100, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(60, 74, 100, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #58b8b2;
  border-color: #58b8b2;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #46a49e;
  border-color: #429b96;
}

.btn-secondary:focus,
.btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(80, 162, 157, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(80, 162, 157, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #212529;
  background-color: #58b8b2;
  border-color: #58b8b2;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #429b96;
  border-color: #3e928d;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(80, 162, 157, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(80, 162, 157, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #44a140;
  border-color: #44a140;
}

.btn-success:hover {
  color: #fff;
  background-color: #388635;
  border-color: #357d31;
}

.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(96, 175, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(96, 175, 93, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #44a140;
  border-color: #44a140;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #357d31;
  border-color: #31732e;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(96, 175, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(96, 175, 93, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #e6007e;
  border-color: #e6007e;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c00069;
  border-color: #b30062;
}

.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 38, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 38, 145, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #e6007e;
  border-color: #e6007e;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b30062;
  border-color: #a6005b;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 38, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 38, 145, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f3f0ee;
  border-color: #f3f0ee;
}

.btn-light:hover {
  color: #212529;
  background-color: #e3dcd8;
  border-color: #ded6d0;
}

.btn-light:focus,
.btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 210, 208, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(212, 210, 208, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f3f0ee;
  border-color: #f3f0ee;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #ded6d0;
  border-color: #d9cfc9;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 210, 208, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(212, 210, 208, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #1a2a49;
  border-color: #1a2a49;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #1a2a49;
  border-color: #1a2a49;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 42, 73, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(26, 42, 73, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #1a2a49;
  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: #1a2a49;
  border-color: #1a2a49;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 42, 73, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(26, 42, 73, 0.5);
}

.btn-outline-secondary {
  color: #58b8b2;
  border-color: #58b8b2;
}

.btn-outline-secondary:hover {
  color: #212529;
  background-color: #58b8b2;
  border-color: #58b8b2;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 184, 178, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(88, 184, 178, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #58b8b2;
  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: #212529;
  background-color: #58b8b2;
  border-color: #58b8b2;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 184, 178, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(88, 184, 178, 0.5);
}

.btn-outline-success {
  color: #44a140;
  border-color: #44a140;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #44a140;
  border-color: #44a140;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 161, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(68, 161, 64, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #44a140;
  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: #44a140;
  border-color: #44a140;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 161, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(68, 161, 64, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #e6007e;
  border-color: #e6007e;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #e6007e;
  border-color: #e6007e;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 0, 126, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(230, 0, 126, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #e6007e;
  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: #e6007e;
  border-color: #e6007e;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 0, 126, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(230, 0, 126, 0.5);
}

.btn-outline-light {
  color: #f3f0ee;
  border-color: #f3f0ee;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f3f0ee;
  border-color: #f3f0ee;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(243, 240, 238, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(243, 240, 238, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f3f0ee;
  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: #f3f0ee;
  border-color: #f3f0ee;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(243, 240, 238, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(243, 240, 238, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #1a2a49;
  text-decoration: none;
}

.btn-link:hover {
  color: #060a11;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.8203125rem;
  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 {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.9375rem;
  color: #1a2a49;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.625rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #1a2a49;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.8203125rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.625rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: -webkit-calc(1.5em + 1rem + 2px);
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.171875rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: -webkit-calc(1.5em + 0.5rem + 2px);
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.8203125rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.40625rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #1a2a49;
  background-color: #1a2a49;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 42, 73, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(26, 42, 73, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #3b60a7;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #5479c2;
  border-color: #5479c2;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.203125rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.203125rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.625rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #1a2a49;
  background-color: #1a2a49;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(26, 42, 73, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(26, 42, 73, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(26, 42, 73, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: -webkit-calc(0.203125rem + 2px);
  top: calc(0.203125rem + 2px);
  left: -webkit-calc(-2.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: -webkit-calc(1rem - 4px);
  width: calc(1rem - 4px);
  height: -webkit-calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(26, 42, 73, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: -webkit-calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.625rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #3b60a7;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 42, 73, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(26, 42, 73, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: -webkit-calc(1.5em + 0.5rem + 2px);
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.8203125rem;
}

.custom-select-lg {
  height: -webkit-calc(1.5em + 1rem + 2px);
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.171875rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: -webkit-calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: -webkit-calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #3b60a7;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 42, 73, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(26, 42, 73, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: -webkit-calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.625rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: -webkit-calc(1.5em + 0.75rem);
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.625rem 0.625rem 0;
}

.custom-range {
  width: 100%;
  height: -webkit-calc(1rem + 0.4rem);
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(26, 42, 73, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(26, 42, 73, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(26, 42, 73, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(26, 42, 73, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #1a2a49;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #5479c2;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #1a2a49;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #5479c2;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #1a2a49;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #5479c2;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

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

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.625rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1a2a49;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.32421875rem;
  padding-bottom: 0.32421875rem;
  margin-right: 1rem;
  font-size: 1.171875rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.171875rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.625rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.625rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: -webkit-calc(0.625rem - 1px) -webkit-calc(0.625rem - 1px) 0 0;
  border-radius: calc(0.625rem - 1px) calc(0.625rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 -webkit-calc(0.625rem - 1px) -webkit-calc(0.625rem - 1px);
  border-radius: 0 0 calc(0.625rem - 1px) calc(0.625rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: -webkit-calc(0.625rem - 1px);
  border-radius: calc(0.625rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: -webkit-calc(0.625rem - 1px);
  border-top-left-radius: calc(0.625rem - 1px);
  border-top-right-radius: -webkit-calc(0.625rem - 1px);
  border-top-right-radius: calc(0.625rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: -webkit-calc(0.625rem - 1px);
  border-bottom-right-radius: calc(0.625rem - 1px);
  border-bottom-left-radius: -webkit-calc(0.625rem - 1px);
  border-bottom-left-radius: calc(0.625rem - 1px);
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.625rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.625rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #1a2a49;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #060a11;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 42, 73, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(26, 42, 73, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #1a2a49;
  border-color: #1a2a49;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.171875rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.8203125rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.625rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}

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

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #1a2a49;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #0d1423;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 42, 73, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(26, 42, 73, 0.5);
}

.badge-secondary {
  color: #212529;
  background-color: #58b8b2;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #212529;
  background-color: #429b96;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 184, 178, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(88, 184, 178, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #44a140;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #357d31;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 161, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(68, 161, 64, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #e6007e;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #b30062;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 0, 126, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(230, 0, 126, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f3f0ee;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #ded6d0;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(243, 240, 238, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(243, 240, 238, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.625rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3.90625rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #0e1626;
  background-color: #d1d4db;
  border-color: #bfc3cc;
}

.alert-primary hr {
  border-top-color: #b1b6c1;
}

.alert-primary .alert-link {
  color: #000001;
}

.alert-secondary {
  color: #2e605d;
  background-color: #def1f0;
  border-color: #d0ebe9;
}

.alert-secondary hr {
  border-top-color: #bee3e1;
}

.alert-secondary .alert-link {
  color: #1d3e3c;
}

.alert-success {
  color: #235421;
  background-color: #daecd9;
  border-color: #cbe5ca;
}

.alert-success hr {
  border-top-color: #baddb9;
}

.alert-success .alert-link {
  color: #142f13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #780042;
  background-color: #facce5;
  border-color: #f8b8db;
}

.alert-danger hr {
  border-top-color: #f6a1cf;
}

.alert-danger .alert-link {
  color: #450026;
}

.alert-light {
  color: #7e7d7c;
  background-color: #fdfcfc;
  border-color: #fcfbfa;
}

.alert-light hr {
  border-top-color: #f2eeea;
}

.alert-light .alert-link {
  color: #646463;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.703125rem;
  background-color: #e9ecef;
  border-radius: 0.625rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1a2a49;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #1a2a49;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #1a2a49;
  border-color: #1a2a49;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
    border-bottom-left-radius: 0;
  }
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #0e1626;
  background-color: #bfc3cc;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #0e1626;
  background-color: #b1b6c1;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #0e1626;
  border-color: #0e1626;
}

.list-group-item-secondary {
  color: #2e605d;
  background-color: #d0ebe9;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #2e605d;
  background-color: #bee3e1;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #2e605d;
  border-color: #2e605d;
}

.list-group-item-success {
  color: #235421;
  background-color: #cbe5ca;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #235421;
  background-color: #baddb9;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #235421;
  border-color: #235421;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #780042;
  background-color: #f8b8db;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #780042;
  background-color: #f6a1cf;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #780042;
  border-color: #780042;
}

.list-group-item-light {
  color: #7e7d7c;
  background-color: #fcfbfa;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #7e7d7c;
  background-color: #f2eeea;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7e7d7c;
  border-color: #7e7d7c;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.40625rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

@media (max-width: 1200px) {
  .close {
    font-size: -webkit-calc(1.265625rem + 0.1875vw);
    font-size: calc(1.265625rem + 0.1875vw);
  }
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-height: -webkit-calc(100% - 1rem);
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: -webkit-calc(100vh - 1rem);
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: -webkit-calc(100% - 1rem);
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: -webkit-calc(100vh - 1rem);
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: -webkit-calc(100% - 3.5rem);
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: -webkit-calc(100vh - 3.5rem);
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: -webkit-calc(100% - 3.5rem);
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: -webkit-calc(100vh - 3.5rem);
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.8203125rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.625rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.8203125rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: -webkit-calc((0.5rem + 1px) * -1);
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
  left: -webkit-calc((0.5rem + 1px) * -1);
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: -webkit-calc((0.5rem + 1px) * -1);
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
  right: -webkit-calc((0.5rem + 1px) * -1);
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9375rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: -webkit-calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: -webkit-calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #1a2a49;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #1a2a49 !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0d1423 !important;
}

.bg-secondary {
  background-color: #58b8b2 !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #429b96 !important;
}

.bg-success {
  background-color: #44a140 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #357d31 !important;
}

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

a.bg-info:hover,
a.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,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

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

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #b30062 !important;
}

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

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #ded6d0 !important;
}

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

a.bg-dark:hover,
a.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: #1a2a49 !important;
}

.border-secondary {
  border-color: #58b8b2 !important;
}

.border-success {
  border-color: #44a140 !important;
}

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

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

.border-danger {
  border-color: #e6007e !important;
}

.border-light {
  border-color: #f3f0ee !important;
}

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

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.625rem !important;
}

.rounded-top {
  border-top-left-radius: 0.625rem !important;
  border-top-right-radius: 0.625rem !important;
}

.rounded-right {
  border-top-right-radius: 0.625rem !important;
  border-bottom-right-radius: 0.625rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.625rem !important;
  border-bottom-left-radius: 0.625rem !important;
}

.rounded-left {
  border-top-left-radius: 0.625rem !important;
  border-bottom-left-radius: 0.625rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

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

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

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-flex !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

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

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive 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.85714286%;
}

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
          align-self: auto !important;
}

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

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

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
          align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

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

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

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

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

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

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

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

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

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }

  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

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

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

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

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

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

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

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

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

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }

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

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

  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }

  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }

  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

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

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

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

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

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

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

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

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

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }

  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

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

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

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

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

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

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

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

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

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }

  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  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 {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          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.875rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.875rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.875rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.875rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.875rem !important;
}

.m-5 {
  margin: 3.125rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3.125rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3.125rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3.125rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3.125rem !important;
}

.m-6 {
  margin: 1.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 1.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 1.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 1.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 1.5rem !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.875rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.875rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.875rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.875rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.875rem !important;
}

.p-5 {
  padding: 3.125rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3.125rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3.125rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3.125rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3.125rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 1.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 1.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 1.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 1.5rem !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.875rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.875rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.875rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.875rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.875rem !important;
}

.m-n5 {
  margin: -3.125rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3.125rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3.125rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3.125rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3.125rem !important;
}

.m-n6 {
  margin: -1.5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -1.5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -1.5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -1.5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -1.5rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.875rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.875rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.875rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.875rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.875rem !important;
  }

  .m-sm-5 {
    margin: 3.125rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3.125rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3.125rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3.125rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3.125rem !important;
  }

  .m-sm-6 {
    margin: 1.5rem !important;
  }

  .mt-sm-6,
  .my-sm-6 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 1.5rem !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.875rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.875rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.875rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.875rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.875rem !important;
  }

  .p-sm-5 {
    padding: 3.125rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3.125rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3.125rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3.125rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3.125rem !important;
  }

  .p-sm-6 {
    padding: 1.5rem !important;
  }

  .pt-sm-6,
  .py-sm-6 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-6,
  .px-sm-6 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-6,
  .px-sm-6 {
    padding-left: 1.5rem !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.875rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.875rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.875rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.875rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.875rem !important;
  }

  .m-sm-n5 {
    margin: -3.125rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3.125rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3.125rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3.125rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3.125rem !important;
  }

  .m-sm-n6 {
    margin: -1.5rem !important;
  }

  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -1.5rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.875rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.875rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.875rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.875rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.875rem !important;
  }

  .m-md-5 {
    margin: 3.125rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3.125rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3.125rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3.125rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3.125rem !important;
  }

  .m-md-6 {
    margin: 1.5rem !important;
  }

  .mt-md-6,
  .my-md-6 {
    margin-top: 1.5rem !important;
  }

  .mr-md-6,
  .mx-md-6 {
    margin-right: 1.5rem !important;
  }

  .mb-md-6,
  .my-md-6 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-6,
  .mx-md-6 {
    margin-left: 1.5rem !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.875rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.875rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.875rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.875rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.875rem !important;
  }

  .p-md-5 {
    padding: 3.125rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3.125rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3.125rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3.125rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3.125rem !important;
  }

  .p-md-6 {
    padding: 1.5rem !important;
  }

  .pt-md-6,
  .py-md-6 {
    padding-top: 1.5rem !important;
  }

  .pr-md-6,
  .px-md-6 {
    padding-right: 1.5rem !important;
  }

  .pb-md-6,
  .py-md-6 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-6,
  .px-md-6 {
    padding-left: 1.5rem !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.875rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.875rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.875rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.875rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.875rem !important;
  }

  .m-md-n5 {
    margin: -3.125rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3.125rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3.125rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3.125rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3.125rem !important;
  }

  .m-md-n6 {
    margin: -1.5rem !important;
  }

  .mt-md-n6,
  .my-md-n6 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -1.5rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.875rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.875rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.875rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.875rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.875rem !important;
  }

  .m-lg-5 {
    margin: 3.125rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3.125rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3.125rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3.125rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3.125rem !important;
  }

  .m-lg-6 {
    margin: 1.5rem !important;
  }

  .mt-lg-6,
  .my-lg-6 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 1.5rem !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.875rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.875rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.875rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.875rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.875rem !important;
  }

  .p-lg-5 {
    padding: 3.125rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3.125rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3.125rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3.125rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3.125rem !important;
  }

  .p-lg-6 {
    padding: 1.5rem !important;
  }

  .pt-lg-6,
  .py-lg-6 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-6,
  .px-lg-6 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-6,
  .px-lg-6 {
    padding-left: 1.5rem !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.875rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.875rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.875rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.875rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.875rem !important;
  }

  .m-lg-n5 {
    margin: -3.125rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3.125rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3.125rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3.125rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3.125rem !important;
  }

  .m-lg-n6 {
    margin: -1.5rem !important;
  }

  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -1.5rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.875rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.875rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.875rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.875rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.875rem !important;
  }

  .m-xl-5 {
    margin: 3.125rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3.125rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3.125rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3.125rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3.125rem !important;
  }

  .m-xl-6 {
    margin: 1.5rem !important;
  }

  .mt-xl-6,
  .my-xl-6 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 1.5rem !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.875rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.875rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.875rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.875rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.875rem !important;
  }

  .p-xl-5 {
    padding: 3.125rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3.125rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3.125rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3.125rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3.125rem !important;
  }

  .p-xl-6 {
    padding: 1.5rem !important;
  }

  .pt-xl-6,
  .py-xl-6 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-6,
  .px-xl-6 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-6,
  .px-xl-6 {
    padding-left: 1.5rem !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.875rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.875rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.875rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.875rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.875rem !important;
  }

  .m-xl-n5 {
    margin: -3.125rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3.125rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3.125rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3.125rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3.125rem !important;
  }

  .m-xl-n6 {
    margin: -1.5rem !important;
  }

  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -1.5rem !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: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

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

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

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #1a2a49 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #060a11 !important;
}

.text-secondary {
  color: #58b8b2 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #3a8984 !important;
}

.text-success {
  color: #44a140 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #2d6a2a !important;
}

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

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

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

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

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

a.text-danger:hover,
a.text-danger:focus {
  color: #9a0054 !important;
}

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

a.text-light:hover,
a.text-light:focus {
  color: #d3c8c1 !important;
}

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

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #1a2a49 !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;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media (max-width: 767.98px) {
  .inner-container {
    padding: 0 1.875rem;
  }
}

@media (min-width: 1200px) {
  .inner-container {
    max-width: 100%;
    width: 72.47%;
    margin: 0 auto;
    padding: 0;
  }

  .inner-container.wide {
    width: 82.735%;
  }

  nav {
    padding: 0.5rem 3.75rem !important;
  }
}

.freezePage {
  overflow: hidden;
  height: 100%;
  position: relative;
}

.navbar-brand {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 285 82'%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='205.6396' y1='41.0741' x2='284.4639' y2='41.0741'%3E%3Cstop offset='0' stop-color='%2353bab2'/%3E%3Cstop offset='1' stop-color='%2347a74e'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23a)' d='M262 69.3c-8 0-15.3-2.6-23.5-4.9-3.6-1-7.2-1.5-10.7-1.5-7.3 0-14.3 2.3-22.1 6.7v10.9c8-4.9 14.8-7.5 21.9-7.5 6.1 0 11.5 2 17.2 3.6 5 1.4 10.3 2.9 17.2 2.9 6.7 0 14.2-2.3 22.6-7V61.6c-8.5 5-15.5 7.7-22.6 7.7m0-20c-8 0-15.3-2.6-23.5-4.9-3.6-1-7.2-1.5-10.7-1.5-7.3 0-14.3 2.3-22.1 6.7v10.9c8-4.9 14.8-7.5 21.9-7.5 6.1 0 11.5 2 17.2 3.6 5 1.4 10.3 2.9 17.2 2.9 6.7 0 14.2-2.3 22.6-7V41.6c-8.5 5-15.5 7.7-22.6 7.7m0-19.9c-8 0-15.3-2.6-23.5-4.9-3.6-1-7.2-1.5-10.7-1.5-7.3 0-14.3 2.3-22.1 6.7v10.9c8-4.9 14.8-7.5 21.9-7.5 6.1 0 11.5 2 17.2 3.6 5 1.4 10.3 2.9 17.2 2.9 6.7 0 14.2-2.3 22.6-7v-11c-8.5 5.1-15.5 7.8-22.6 7.8m0-20c-8 0-15.3-2.6-23.5-4.9-3.6-1-7.2-1.5-10.7-1.5-7.3 0-14.3 2.3-22.1 6.7v10.9c8-4.9 14.8-7.5 21.9-7.5 6.1 0 11.5 2 17.2 3.6 5 1.4 10.3 2.9 17.2 2.9 6.7 0 14.2-2.3 22.6-7V1.7c-8.5 5-15.5 7.7-22.6 7.7'/%3E%3Cpath fill='%2311294C' d='M189.8 47h-7.1v3.3c0 2.4-1.3 4.2-4 4.2h-1.3v6.9h4.6v11.1c0 5.2 3.3 8.3 8.7 8.3 2.5 0 3.8-.6 4.1-.7v-6.6c-.5.1-1.3.3-2.1.3-1.7 0-2.9-.6-2.9-2.7v-9.7h5.1v-6.9h-5.1V47zm-14.3 7.6c-.5-.2-1.3-.3-2.1-.3-2.1 0-5.4.8-6.7 3.8v-3.5H159v25.9h7.9V69.2c0-5.2 2.9-7 6.1-7 .8 0 1.6.1 2.5.3v-7.9zm-33-.8c-7.7 0-13.8 5.7-13.8 13.7s6.1 13.8 13.8 13.8c7.8 0 13.8-5.7 13.8-13.8s-6-13.7-13.8-13.7m0 20.2c-3 0-5.8-2.1-5.8-6.5s2.9-6.4 5.8-6.4c3 0 5.8 2 5.8 6.4.1 4.4-2.7 6.5-5.8 6.5m-13.8-12.8v-6.7h-5.6v-2c0-2.9 2-3.5 3.4-3.5 1.3 0 1.9.2 2.3.3v-6.5c-.7-.4-2.1-.6-3.8-.6-6.3 0-9.9 4.1-9.9 10v2.2H111v6.7h4.1v19.2h7.9V61.2h5.7zM77.2 80.5V65.6c0-2.3 1.5-4.5 4.3-4.5 2.9 0 4.2 1.9 4.2 4.4v15h7.8v-15c0-2.3 1.5-4.4 4.3-4.4s4.1 1.9 4.1 4.4v15h7.7V63.7c0-7-4.7-9.9-9.6-9.9-3.5 0-6 1.1-8 4.1-1.3-2.6-4-4.1-7.7-4.1-2.8 0-6.2 1.5-7.5 3.8v-3h-7.6v25.9h8zM52.8 53.8c-7.7 0-13.8 5.7-13.8 13.7s6.1 13.8 13.8 13.8c7.8 0 13.8-5.7 13.8-13.8s-6-13.7-13.8-13.7m0 20.2c-3 0-5.8-2.1-5.8-6.5s2.9-6.4 5.8-6.4c3 0 5.8 2 5.8 6.4S55.8 74 52.8 74m-32.6 7.3c11.5 0 16.4-7.8 17.6-12.9l-7.9-2.2c-.7 2.7-3.3 6.9-9.7 6.9-5.5 0-10.6-4-10.6-11 0-7.8 5.6-11.3 10.5-11.3 6.5 0 8.9 4.3 9.4 6.9l7.8-2.5c-1.2-5.3-6.1-12.5-17.2-12.5C9.8 42.7 1 50.5 1 62.1s8.6 19.2 19.2 19.2M175.2 26c0-4.3 2.8-6.4 5.8-6.4s5.8 2.1 5.8 6.4c0 4.3-2.8 6.5-5.8 6.5s-5.8-2.2-5.8-6.5m19.5-24.8h-7.8v13.9c-.6-1-2.6-2.7-7-2.7-7.4 0-12.6 5.8-12.6 13.5 0 8 5.5 13.6 12.8 13.6 3.1 0 5.7-1.3 6.9-3.1 0 1 .2 2.2.2 2.5h7.6c-.1-.6-.2-2.3-.2-4.6V1.2zm-35.8 28.5c-.7 2-2.3 3.4-5.2 3.4-3.1 0-5.7-2.1-5.9-5h18c.1-.2.2-1.4.2-2.5 0-8.3-5-13.3-13-13.3-6.7 0-12.9 5.3-12.9 13.7 0 8.7 6.4 13.8 13.5 13.8 6.6 0 10.7-3.8 11.9-8.2l-6.6-1.9zM148 22.9c.2-1.9 1.8-4.4 5.2-4.4 3.8 0 5.1 2.4 5.2 4.4H148zM129 5.1c0 2.6 2.1 4.6 4.6 4.6 2.6 0 4.7-2.1 4.7-4.6 0-2.6-2.1-4.6-4.7-4.6-2.5 0-4.6 2.1-4.6 4.6m8.6 8h-7.9V39h7.9V13.1zM125.4 1.2h-7.9V39h7.9V1.2zM106.9 26c0 4.3-2.8 6.5-5.9 6.5-3.1 0-5.8-2.2-5.8-6.5s2.8-6.4 5.8-6.4c3.2 0 5.9 2.1 5.9 6.4M95.3 48.9V37c1.2 1.5 3.7 2.6 7 2.6 7.3 0 12.4-5.7 12.4-13.6 0-7.8-4.5-13.5-12-13.5-3.7 0-6.5 1.6-7.6 3.3v-2.7h-7.7v35.8h7.9zM76.8 26c0 4.3-2.8 6.5-5.9 6.5-3.1 0-5.8-2.2-5.8-6.5s2.8-6.4 5.8-6.4c3.2 0 5.9 2.1 5.9 6.4M65.2 48.9V37c1.2 1.5 3.7 2.6 7 2.6 7.3 0 12.4-5.7 12.4-13.6 0-7.8-4.5-13.5-12.1-13.5-3.7 0-6.5 1.6-7.6 3.3v-2.7h-7.7v35.8h8zM37 11.2L41.4 24h-9L37 11.2zM46.7 39h9L41.9 2h-9.5l-14 37h8.7l2.7-7.5H44l2.7 7.5z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 45px;
  width: 158px;
}

.text-white .navbar-brand {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 285 82'%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='205.6396' y1='41.0741' x2='284.4639' y2='41.0741'%3E%3Cstop offset='0' stop-color='%2353bab2'/%3E%3Cstop offset='1' stop-color='%2347a74e'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23a)' d='M262 69.3c-8 0-15.3-2.6-23.5-4.9-3.6-1-7.2-1.5-10.7-1.5-7.3 0-14.3 2.3-22.1 6.7v10.9c8-4.9 14.8-7.5 21.9-7.5 6.1 0 11.5 2 17.2 3.6 5 1.4 10.3 2.9 17.2 2.9 6.7 0 14.2-2.3 22.6-7V61.6c-8.5 5-15.5 7.7-22.6 7.7m0-20c-8 0-15.3-2.6-23.5-4.9-3.6-1-7.2-1.5-10.7-1.5-7.3 0-14.3 2.3-22.1 6.7v10.9c8-4.9 14.8-7.5 21.9-7.5 6.1 0 11.5 2 17.2 3.6 5 1.4 10.3 2.9 17.2 2.9 6.7 0 14.2-2.3 22.6-7V41.6c-8.5 5-15.5 7.7-22.6 7.7m0-19.9c-8 0-15.3-2.6-23.5-4.9-3.6-1-7.2-1.5-10.7-1.5-7.3 0-14.3 2.3-22.1 6.7v10.9c8-4.9 14.8-7.5 21.9-7.5 6.1 0 11.5 2 17.2 3.6 5 1.4 10.3 2.9 17.2 2.9 6.7 0 14.2-2.3 22.6-7v-11c-8.5 5.1-15.5 7.8-22.6 7.8m0-20c-8 0-15.3-2.6-23.5-4.9-3.6-1-7.2-1.5-10.7-1.5-7.3 0-14.3 2.3-22.1 6.7v10.9c8-4.9 14.8-7.5 21.9-7.5 6.1 0 11.5 2 17.2 3.6 5 1.4 10.3 2.9 17.2 2.9 6.7 0 14.2-2.3 22.6-7V1.7c-8.5 5-15.5 7.7-22.6 7.7'/%3E%3Cpath fill='%2311294C' d='M189.8 47h-7.1v3.3c0 2.4-1.3 4.2-4 4.2h-1.3v6.9h4.6v11.1c0 5.2 3.3 8.3 8.7 8.3 2.5 0 3.8-.6 4.1-.7v-6.6c-.5.1-1.3.3-2.1.3-1.7 0-2.9-.6-2.9-2.7v-9.7h5.1v-6.9h-5.1V47zm-14.3 7.6c-.5-.2-1.3-.3-2.1-.3-2.1 0-5.4.8-6.7 3.8v-3.5H159v25.9h7.9V69.2c0-5.2 2.9-7 6.1-7 .8 0 1.6.1 2.5.3v-7.9zm-33-.8c-7.7 0-13.8 5.7-13.8 13.7s6.1 13.8 13.8 13.8c7.8 0 13.8-5.7 13.8-13.8s-6-13.7-13.8-13.7m0 20.2c-3 0-5.8-2.1-5.8-6.5s2.9-6.4 5.8-6.4c3 0 5.8 2 5.8 6.4.1 4.4-2.7 6.5-5.8 6.5m-13.8-12.8v-6.7h-5.6v-2c0-2.9 2-3.5 3.4-3.5 1.3 0 1.9.2 2.3.3v-6.5c-.7-.4-2.1-.6-3.8-.6-6.3 0-9.9 4.1-9.9 10v2.2H111v6.7h4.1v19.2h7.9V61.2h5.7zM77.2 80.5V65.6c0-2.3 1.5-4.5 4.3-4.5 2.9 0 4.2 1.9 4.2 4.4v15h7.8v-15c0-2.3 1.5-4.4 4.3-4.4s4.1 1.9 4.1 4.4v15h7.7V63.7c0-7-4.7-9.9-9.6-9.9-3.5 0-6 1.1-8 4.1-1.3-2.6-4-4.1-7.7-4.1-2.8 0-6.2 1.5-7.5 3.8v-3h-7.6v25.9h8zM52.8 53.8c-7.7 0-13.8 5.7-13.8 13.7s6.1 13.8 13.8 13.8c7.8 0 13.8-5.7 13.8-13.8s-6-13.7-13.8-13.7m0 20.2c-3 0-5.8-2.1-5.8-6.5s2.9-6.4 5.8-6.4c3 0 5.8 2 5.8 6.4S55.8 74 52.8 74m-32.6 7.3c11.5 0 16.4-7.8 17.6-12.9l-7.9-2.2c-.7 2.7-3.3 6.9-9.7 6.9-5.5 0-10.6-4-10.6-11 0-7.8 5.6-11.3 10.5-11.3 6.5 0 8.9 4.3 9.4 6.9l7.8-2.5c-1.2-5.3-6.1-12.5-17.2-12.5C9.8 42.7 1 50.5 1 62.1s8.6 19.2 19.2 19.2M175.2 26c0-4.3 2.8-6.4 5.8-6.4s5.8 2.1 5.8 6.4c0 4.3-2.8 6.5-5.8 6.5s-5.8-2.2-5.8-6.5m19.5-24.8h-7.8v13.9c-.6-1-2.6-2.7-7-2.7-7.4 0-12.6 5.8-12.6 13.5 0 8 5.5 13.6 12.8 13.6 3.1 0 5.7-1.3 6.9-3.1 0 1 .2 2.2.2 2.5h7.6c-.1-.6-.2-2.3-.2-4.6V1.2zm-35.8 28.5c-.7 2-2.3 3.4-5.2 3.4-3.1 0-5.7-2.1-5.9-5h18c.1-.2.2-1.4.2-2.5 0-8.3-5-13.3-13-13.3-6.7 0-12.9 5.3-12.9 13.7 0 8.7 6.4 13.8 13.5 13.8 6.6 0 10.7-3.8 11.9-8.2l-6.6-1.9zM148 22.9c.2-1.9 1.8-4.4 5.2-4.4 3.8 0 5.1 2.4 5.2 4.4H148zM129 5.1c0 2.6 2.1 4.6 4.6 4.6 2.6 0 4.7-2.1 4.7-4.6 0-2.6-2.1-4.6-4.7-4.6-2.5 0-4.6 2.1-4.6 4.6m8.6 8h-7.9V39h7.9V13.1zM125.4 1.2h-7.9V39h7.9V1.2zM106.9 26c0 4.3-2.8 6.5-5.9 6.5-3.1 0-5.8-2.2-5.8-6.5s2.8-6.4 5.8-6.4c3.2 0 5.9 2.1 5.9 6.4M95.3 48.9V37c1.2 1.5 3.7 2.6 7 2.6 7.3 0 12.4-5.7 12.4-13.6 0-7.8-4.5-13.5-12-13.5-3.7 0-6.5 1.6-7.6 3.3v-2.7h-7.7v35.8h7.9zM76.8 26c0 4.3-2.8 6.5-5.9 6.5-3.1 0-5.8-2.2-5.8-6.5s2.8-6.4 5.8-6.4c3.2 0 5.9 2.1 5.9 6.4M65.2 48.9V37c1.2 1.5 3.7 2.6 7 2.6 7.3 0 12.4-5.7 12.4-13.6 0-7.8-4.5-13.5-12.1-13.5-3.7 0-6.5 1.6-7.6 3.3v-2.7h-7.7v35.8h8zM37 11.2L41.4 24h-9L37 11.2zM46.7 39h9L41.9 2h-9.5l-14 37h8.7l2.7-7.5H44l2.7 7.5z'/%3E%3C/svg%3E");
}

strong {
  font-weight: 600;
}

a {
  -webkit-transition: all .2s !important;
  transition: all .2s !important;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

h1 {
  font-size: 1.875rem;
  line-height: 1;
}

@media (max-width: 1200px) {
  h1 {
    font-size: -webkit-calc(1.3125rem + 0.75vw);
    font-size: calc(1.3125rem + 0.75vw);
  }
}

h2 {
  font-size: 1.5rem;
  line-height: 1.3;
}

@media (max-width: 1200px) {
  h2 {
    font-size: -webkit-calc(1.275rem + 0.3vw);
    font-size: calc(1.275rem + 0.3vw);
  }
}

h3 {
  font-size: 1.3125rem;
  line-height: 1;
}

@media (max-width: 1200px) {
  h3 {
    font-size: -webkit-calc(1.25625rem + 0.075vw);
    font-size: calc(1.25625rem + 0.075vw);
  }
}

h4 {
  font-size: 1.1875rem;
  line-height: 1;
}

.bg-gray {
  background-color: #cec4bd;
}

.bg-beige {
  background-color: #e6e1de;
}

@media (max-width: 991.98px) {
  .bg-sm-beige {
    background-color: #e6e1de !important;
  }

  .bg-sm-beige .nav-link:first-child {
    padding-left: 0 !important;
  }

  .mobile-full {
    margin-left: -0.9375rem !important;
    margin-right: -0.9375rem !important;
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }
}

.btn {
  text-transform: uppercase;
  border-radius: 0;
  padding: 1.1rem 3.75rem;
  line-height: 1;
  font-size: 0.6875rem;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.btn-circle {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  padding: 0;
  position: relative;
}

.btn-circle.btn-outline {
  width: 60px;
  height: 60px;
}

.btn-circle.btn-outline.border-white {
  border: solid 5px #fff;
}

@media (min-width: 576px) {
  .btn-big {
    padding: 1.6rem 3.96rem;
  }
}

.text-9 {
  font-size: 0.5625rem;
}

.text-10 {
  font-size: 0.625rem;
}

.text-11 {
  font-size: 0.6875rem;
}

.text-12 {
  font-size: 0.75rem;
}

.text-13 {
  font-size: 0.8125rem;
}

.text-14 {
  font-size: 0.875rem;
}

.text-16 {
  font-size: 1rem;
}

.text-18 {
  font-size: 1.125rem;
}

.text-19 {
  font-size: 1.1875rem;
  font-weight: 600;
}

.text-21 {
  font-size: 1.3125rem;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .text-21 {
    font-size: -webkit-calc(1.25625rem + 0.075vw);
    font-size: calc(1.25625rem + 0.075vw);
  }
}

.text-23 {
  font-size: 1.4375rem;
}

@media (max-width: 1200px) {
  .text-23 {
    font-size: -webkit-calc(1.26875rem + 0.225vw);
    font-size: calc(1.26875rem + 0.225vw);
  }
}

@media (min-width: 992px) {
  .text-lg-16 {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .text-xl-18 {
    font-size: 1.125rem;
  }
}

.letter-spacing-100 {
  letter-spacing: 0.10em;
}

.filters {
  position: relative;
}

.filters .sort {
  right: 50px;
  top: 0;
  padding-right: 0;
}

@media (min-width: 1200px) {
  .filters .sort {
    right: 0;
  }
}

.filters .sort:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.filters .icon-comments {
  right: -28px;
  top: 0;
}

@media (min-width: 1200px) {
  .filters .icon-comments {
    right: -120px;
  }
}

.filters li a {
  position: relative;
  display: block;
  padding: 0.3125rem 0;
  margin-right: 2.5rem;
}

.filters li a.active:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #58b8b2;
  margin-right: 0.9375rem;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .filters li a.active:before {
    position: absolute;
    bottom: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0;
  }
}

section img {
  max-width: 100%;
}

section img:not(.original) {
  width: 100%;
  height: auto;
}

.bg-dots {
  background-image: url(/wp-content/themes/applied-comfort/assets/img/dots-white.png);
  background-repeat: repeat-x;
  background-position: left -10px;
}

.bg-dots.bg-gray-grad {
  background-image: url(/wp-content/themes/applied-comfort/assets/img/dots-white.png), -webkit-gradient(linear, left top, left bottom, from(#cec4bd), to(#fff));
  background-image: url(/wp-content/themes/applied-comfort/assets/img/dots-white.png), -o-linear-gradient(#cec4bd, #fff);
  background-image: url(/wp-content/themes/applied-comfort/assets/img/dots-white.png), linear-gradient(#cec4bd, #fff);
}

.form-newsletter {
  padding: 0.9375rem 1.25rem;
  margin: 1.25rem 0;
}

.form-newsletter label {
  padding-right: 1.875rem;
}

@media (min-width: 768px) {
  .form-newsletter label {
    width: 320px;
  }
}

.form-newsletter label + div {
  width: 100%;
}

.form-newsletter button {
  margin-left: -1.875rem;
}

.list-icons {
  padding: 1.875rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 575.98px) {
  .list-icons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.list-icons li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.9375rem 0;
  font-size: 0.8125rem;
}

@media (max-width: 575.98px) {
  .list-icons li {
    width: 50%;
  }
}

.list-icons li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.list-icons li .icon {
  border-radius: 100%;
  width: 84px;
  height: 84px;
  margin: 0 auto;
  margin-bottom: 1.5625rem;
}

.list-icons li .icon:before {
  margin: 0;
  width: 42px;
  height: 42px;
}

/**************************************************/

.bg-grad.x-green-teal {
  background-image: -webkit-gradient(linear, left top, right top, from(#44a140), to(#58b8b2));
  background-image: -o-linear-gradient(left, #44a140, #58b8b2);
  background-image: linear-gradient(to right, #44a140, #58b8b2);
}

.bg-grad.y-green-teal {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#44a140), to(#58b8b2));
  background-image: -o-linear-gradient(top, #44a140, #58b8b2);
  background-image: linear-gradient(to bottom, #44a140, #58b8b2);
}

.bg-grad.x-white-gray {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#cec4bd));
  background-image: -o-linear-gradient(left, #fff, #cec4bd);
  background-image: linear-gradient(to right, #fff, #cec4bd);
}

input,
select {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: .05em;
  color: #1a2a49;
  text-transform: uppercase;
  padding: 0.875rem 1.25rem;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  background: #fff;
}

.gfield_select {
  position: relative;
}

.gfield_select select {
  display: inline-block;
  padding-left: .8em;
  padding-right: 2.4em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: 11px;
}

.gfield_select select::-ms-expand {
  display: none;
}

.gfield_select select:focus {
  border-color: #aaa;
  -webkit-box-shadow: 0 0 1px 1px rgba(59, 153, 252, 0.7);
          box-shadow: 0 0 1px 1px rgba(59, 153, 252, 0.7);
  color: #222;
  outline: none;
}

.gfield_select select option {
  font-weight: normal;
}

@media (max-width: 575.98px) {
  .search-bar .group .btn {
    padding: 1.1rem 1.75rem;
  }
}

@media (min-width: 768px) {
  .search-bar .group {
    width: 25%;
  }

  .search-bar .group:first-child {
    width: 45%;
  }

  .search-bar .group:last-child {
    width: 30%;
  }
}

@media (min-width: 992px) {
  .search-bar .group {
    width: 20%;
  }

  .search-bar .group:first-child {
    width: 45%;
  }

  .search-bar .group:last-child {
    width: 35%;
  }
}

@media (min-width: 1200px) {
  .search-bar .group {
    width: 34%;
  }

  .search-bar .group:first-child {
    width: 47%;
  }

  .search-bar .group:last-child {
    width: 24%;
  }
}

@media (max-width: 1199.98px) {
  .search-bar .group .field {
    width: 100%;
  }
}

@media (max-width: 1199.98px) {
  .search-bar .group .field select {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .search-bar .group .field select {
    max-width: 80px;
  }
}

.search-bar .group .field input {
  width: 100%;
}

.search-bar .group .field input::-webkit-input-placeholder {
  letter-spacing: 0 !important;
}

.search-bar .group .field input::-moz-placeholder {
  letter-spacing: 0 !important;
}

.search-bar .group .field input::-ms-input-placeholder {
  letter-spacing: 0 !important;
}

.search-bar .group .field input::placeholder {
  letter-spacing: 0 !important;
}

@media (min-width: 768px) {
  .search-bar .group .field input {
    width: 75%;
  }
}

@media (max-width: 767.98px) {
  .search-bar .group .gfield_select {
    width: -webkit-calc( 50% - 8px);
    width: calc( 50% - 8px);
  }
}

.search-bar label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding-right: 0.625rem;
  min-width: 60px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .search-bar .btn {
    padding: 1.1rem 1.75rem;
  }
}

.search-bar h3 [data-toggle=collapse]:hover,
.search-bar h3 [data-toggle=collapse]:focus {
  background-color: transparent !important;
  outline: none !important;
}

.search-bar h3 [data-toggle=collapse].icon-plus:not(.collapsed) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.grid-custom .col-md-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42.735%;
          flex: 0 0 42.735%;
  max-width: 42.735%;
}

.grid-custom .col-md-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 57.265%;
          flex: 0 0 57.265%;
  max-width: 57.265%;
}

.grid-custom .col-md-7 p {
  font-size: 1rem;
  line-height: 1.5;
  margin-right: 7.5rem;
}

@media (min-width: 576px) {
  .grid-custom .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46.5%;
            flex: 0 0 46.5%;
    max-width: 46.5%;
  }
}

@media (min-width: 992px) {
  .grid-custom .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25.641%;
            flex: 0 0 25.641%;
    max-width: 25.641%;
  }
}

@media (min-width: 768px) {
  .grid-custom .divider {
    border-right: 2px solid #cec4bd;
  }
}

@media (max-width: 767.98px) {
  .grid-custom .divider {
    border-bottom: 2px solid #cec4bd;
  }
}

.grid-custom .img-container:before {
  content: '';
  display: block;
  width: 60px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#50af86), to(#4fae81));
  background-image: -o-linear-gradient(top, #50af86, #4fae81);
  background-image: linear-gradient(to bottom, #50af86, #4fae81);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.grid-custom .img-container:after {
  content: '';
  display: block;
  width: 60px;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 88.7 369.6'%3E%3Cdefs%3E%3Cpath id='a' d='M37.7 0C17 36.4 6.1 69.4 6.1 103.6c0 16.8 2.4 33.6 7.1 50.4 10.9 38.6 23.1 72.8 23.1 110.3 0 33-12.7 66.1-36.3 105.3h50.9c22.2-39.2 33-74.5 33-105.8 0-32.5-7.1-57.1-13.7-80.6-7.5-26.9-17-52.1-17-80.6 0-33 12.3-65 35.4-102.5H37.7z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='4e-8' y1='370.456' x2='1' y2='370.456' gradientTransform='matrix(0 -369.5757 369.5757 0 -136867.1875 369.576)'%3E%3Cstop offset='0' stop-color='%2358b7b3'/%3E%3Cstop offset='.00309091' stop-color='%2358b7b3'/%3E%3Cstop offset='1' stop-color='%2345a142'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23b)' fill='url(%23c)' d='M0 0h88.7v369.6H0z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 2;
}

.position-absolute.bottom-right {
  bottom: 0;
  right: 0;
}

@media (min-width: 768px) {
  .bg-cta1 {
    background-image: url(/wp-content/themes/applied-comfort/assets/img/bg-ptac-products.jpg);
    height: 240px;
    background-position: -webkit-calc(100% + 40px) 0;
    background-position: calc(100% + 40px) 0;
    background-repeat: no-repeat;
  }

  .bg-cta2 {
    background-image: url(/wp-content/themes/applied-comfort/assets/img/bg-distributor-locator-2.jpg);
    height: 240px;
    background-position: top left;
    background-repeat: no-repeat;
  }
}

.font-500 {
  font-weight: 500;
}

.font-600 {
  font-weight: 600;
}

.box-shadow {
  -webkit-box-shadow: 0 0 0.3125rem rgba(26, 42, 73, 0.2) !important;
          box-shadow: 0 0 0.3125rem rgba(26, 42, 73, 0.2) !important;
}

.biddle {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 850.4 340.2'%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='293.7519' y1='161.7205' x2='609.5623' y2='161.7205'%3E%3Cstop offset='0' stop-color='%23c51532'/%3E%3Cstop offset='1' stop-color='%23202945'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23a)' d='M148.1 179.6H97.9v45.2h51.6c19.2 0 30.7-7 30.7-22.3v-.6c0-13.8-9.9-22.3-32.1-22.3m21.1-59.8c0-13.5-10.2-21.1-28.5-21.1H97.9v43.4h40c19.2 0 31.3-6.4 31.3-21.7v-.6zM55.6 59.1h91.7c22.6 0 40.3 6.4 51.6 18.2 9 9.4 13.5 20.8 13.5 34.9v.6c0 23.2-11.8 36.1-25.9 44.3 22.8 9.1 36.9 22.9 36.9 50.4v.6c0 37.5-29.3 56.3-73.9 56.3H55.6V59.1z'/%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='293.7519' y1='161.7589' x2='609.5623' y2='161.7589'%3E%3Cstop offset='0' stop-color='%23c51532'/%3E%3Cstop offset='1' stop-color='%23202945'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23b)' d='M236.6 113.7h42.7v150.7h-42.7V113.7zm0-54.6h42.7v38h-42.7v-38z'/%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='293.7519' y1='161.7536' x2='609.5623' y2='161.7536'%3E%3Cstop offset='0' stop-color='%23c51532'/%3E%3Cstop offset='1' stop-color='%23202945'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23c)' d='M625.9 59.1h42.7v205.3h-42.7z'/%3E%3ClinearGradient id='d' gradientUnits='userSpaceOnUse' x1='293.7519' y1='189.3083' x2='609.5623' y2='189.3083'%3E%3Cstop offset='0' stop-color='%23c51532'/%3E%3Cstop offset='1' stop-color='%23202945'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23d)' d='M787.8 177.2c-2.5-19.1-13.8-32.1-31.8-32.1-17.7 0-29.3 12.7-32.6 32.1h64.4zm-106.3 12.7v-.6c0-43 30.7-78.4 74.5-78.4 50.3 0 73.4 39.1 73.4 81.8 0 3.4-.3 7.3-.6 11.3H724c4.2 19.4 17.7 29.5 36.8 29.5 14.3 0 24.7-4.5 36.6-15.5l24.5 21.7c-14.1 17.4-34.3 28.1-61.6 28.1-45.3 0-78.8-31.8-78.8-77.9'/%3E%3ClinearGradient id='e' gradientUnits='userSpaceOnUse' x1='293.7519' y1='163.4549' x2='609.5623' y2='163.4549'%3E%3Cstop offset='0' stop-color='%23c51532'/%3E%3Cstop offset='1' stop-color='%23202945'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23e)' d='M459.9 229.3l27.8-30.6-.1-.3c3.7 18.1 19.7 31.7 38.8 31.7 21.9 0 39.7-17.8 39.7-39.7 0-21.9-17.8-39.7-39.7-39.7-11.6 0-22.1 5-29.4 13h-.1l-71.1 78.5c-14.1 15.6-34.5 25.3-57.1 25.3-42.5 0-77-34.5-77-77s34.5-77 77-77c15.3 0 29.6 4.5 41.6 12.2V59.4H453v72.8l-45.5 50.1v.2c-3.7-18.1-19.7-31.7-38.8-31.7-21.9 0-39.7 17.8-39.7 39.7 0 21.9 17.8 39.7 39.7 39.7 11.6 0 22.1-5 29.4-13l71.2-78.4c14.1-15.5 34.4-25.3 57-25.3 15.3 0 29.6 4.5 41.6 12.2V59.4h42.7v205.3H568v-9.3c-12 7.7-26.3 12.2-41.6 12.2-28.4-.1-53.2-15.4-66.5-38.3'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -9px -9px;
  width: 140px;
  height: 50px;
}

.thermoscreens {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='162.85333' width='733.4267'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h5500.7v1221H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 162.85333)'%3E%3Cpath d='M3693.34 0c16.26 0 29.44 13.1797 29.44 29.4297 0 16.2617-13.18 29.4297-29.44 29.4297s-29.43-13.168-29.43-29.4297c0-16.25 13.17-29.4297 29.43-29.4297M3635.68 235.934c0 31.847 25.82 57.668 57.66 57.668 31.86 0 57.68-25.821 57.68-57.668 0-31.856-25.82-57.672-57.68-57.672-31.84 0-57.66 25.816-57.66 57.672M3693.34 370.34c47.78 0 86.51 38.73 86.51 86.504 0 47.773-38.73 86.504-86.51 86.504-47.77 0-86.5-38.731-86.5-86.504 0-47.774 38.73-86.504 86.5-86.504M3448.8 29.4414c0 16.25 13.19 29.418 29.44 29.418 16.26 0 29.43-13.168 29.43-29.418S3494.5.0117188 3478.24.0117188c-16.25 0-29.44 13.1796812-29.44 29.4296812M3478.24 178.262c31.85 0 57.67 25.816 57.67 57.672 0 31.847-25.82 57.668-57.67 57.668s-57.67-25.821-57.67-57.668c0-31.856 25.82-57.672 57.67-57.672M3391.74 456.852c0 47.765 38.72 86.496 86.5 86.496s86.5-38.731 86.5-86.496c0-47.774-38.72-86.504-86.5-86.504s-86.5 38.73-86.5 86.504M3263.13 0c16.26 0 29.43 13.1797 29.43 29.4297 0 16.2617-13.17 29.4297-29.43 29.4297-16.26 0-29.43-13.168-29.43-29.4297C3233.7 13.1797 3246.87 0 3263.13 0M3205.46 235.934c0 31.847 25.82 57.668 57.67 57.668s57.68-25.821 57.68-57.668c0-31.856-25.83-57.672-57.68-57.672s-57.67 25.816-57.67 57.672M3263.13 370.34c47.77 0 86.5 38.73 86.5 86.504 0 47.773-38.73 86.504-86.5 86.504s-86.49-38.731-86.49-86.504c0-47.774 38.72-86.504 86.49-86.504M3018.59 29.4414c0 16.25 13.18 29.418 29.43 29.418 16.26 0 29.44-13.168 29.44-29.418S3064.28.0117188 3048.02.0117188c-16.25 0-29.43 13.1796812-29.43 29.4296812M3048.02 178.262c31.86 0 57.68 25.816 57.68 57.672 0 31.847-25.82 57.668-57.68 57.668-31.84 0-57.66-25.821-57.66-57.668 0-31.856 25.82-57.672 57.66-57.672M2961.53 456.852c0 47.765 38.72 86.496 86.49 86.496 47.79 0 86.51-38.731 86.51-86.496 0-47.774-38.72-86.504-86.51-86.504-47.77 0-86.49 38.73-86.49 86.504M2832.91 0c16.26 0 29.44 13.1797 29.44 29.4297 0 16.2617-13.18 29.4297-29.44 29.4297s-29.42-13.168-29.42-29.4297c0-16.25 13.16-29.4297 29.42-29.4297M2775.25 235.934c0 31.847 25.82 57.668 57.66 57.668 31.86 0 57.68-25.821 57.68-57.668 0-31.856-25.82-57.672-57.68-57.672-31.84 0-57.66 25.816-57.66 57.672M2832.91 370.34c47.78 0 86.51 38.73 86.51 86.504 0 47.773-38.73 86.504-86.51 86.504-47.76 0-86.49-38.731-86.49-86.504 0-47.774 38.73-86.504 86.49-86.504M3908.45 178.262c31.86 0 57.68 25.816 57.68 57.672 0 31.847-25.82 57.668-57.68 57.668-31.84 0-57.66-25.821-57.66-57.668 0-31.856 25.82-57.672 57.66-57.672M3821.95 456.852c0 47.765 38.73 86.496 86.5 86.496 47.78 0 86.51-38.731 86.51-86.496 0-47.774-38.73-86.504-86.51-86.504-47.77 0-86.5 38.73-86.5 86.504M3879.02 29.4414c0 16.25 13.18 29.418 29.43 29.418 16.26 0 29.44-13.168 29.44-29.418S3924.71.0117188 3908.45.0117188c-16.25 0-29.43 13.1796812-29.43 29.4296812M4065.89 235.934c0 31.847 25.82 57.668 57.67 57.668s57.66-25.821 57.66-57.668c0-31.856-25.81-57.672-57.66-57.672-31.85 0-57.67 25.816-57.67 57.672M4123.56 370.34c47.77 0 86.5 38.73 86.5 86.504 0 47.773-38.73 86.504-86.5 86.504s-86.5-38.731-86.5-86.504c0-47.774 38.73-86.504 86.5-86.504M4123.56 0c16.26 0 29.43 13.1797 29.43 29.4297 0 16.2617-13.17 29.4297-29.43 29.4297-16.26 0-29.43-13.168-29.43-29.4297C4094.13 13.1797 4107.3 0 4123.56 0M4338.67 178.262c31.85 0 57.66 25.816 57.66 57.672 0 31.847-25.81 57.668-57.66 57.668-31.85 0-57.67-25.821-57.67-57.668 0-31.856 25.82-57.672 57.67-57.672M4252.16 456.852c0 47.765 38.73 86.496 86.51 86.496 47.78 0 86.5-38.731 86.5-86.496 0-47.774-38.72-86.504-86.5-86.504s-86.51 38.73-86.51 86.504M4309.23 29.4414c0 16.25 13.19 29.418 29.44 29.418 16.26 0 29.43-13.168 29.43-29.418S4354.93.0117188 4338.67.0117188c-16.25 0-29.44 13.1796812-29.44 29.4296812M4496.11 235.934c0 31.847 25.82 57.668 57.66 57.668 31.85 0 57.67-25.821 57.67-57.668 0-31.856-25.82-57.672-57.67-57.672-31.84 0-57.66 25.816-57.66 57.672M4553.77 370.34c47.78 0 86.51 38.73 86.51 86.504 0 47.773-38.73 86.504-86.51 86.504-47.77 0-86.5-38.731-86.5-86.504 0-47.774 38.73-86.504 86.5-86.504M4553.77 0c16.26 0 29.44 13.1797 29.44 29.4297 0 16.2617-13.18 29.4297-29.44 29.4297s-29.43-13.168-29.43-29.4297c0-16.25 13.17-29.4297 29.43-29.4297M4768.88 178.262c31.85 0 57.67 25.816 57.67 57.672 0 31.847-25.82 57.668-57.67 57.668-31.84 0-57.66-25.821-57.66-57.668 0-31.856 25.82-57.672 57.66-57.672M4682.38 456.852c0 47.765 38.73 86.496 86.5 86.496 47.78 0 86.51-38.731 86.51-86.496 0-47.774-38.73-86.504-86.51-86.504-47.77 0-86.5 38.73-86.5 86.504M4739.45 29.4414c0 16.25 13.18 29.418 29.43 29.418 16.26 0 29.43-13.168 29.43-29.418S4785.14.0117188 4768.88.0117188c-16.25 0-29.43 13.1796812-29.43 29.4296812M4926.32 235.934c0 31.847 25.82 57.668 57.67 57.668 31.84 0 57.66-25.821 57.66-57.668 0-31.856-25.82-57.672-57.66-57.672-31.85 0-57.67 25.816-57.67 57.672M4983.99 370.34c47.77 0 86.5 38.73 86.5 86.504 0 47.773-38.73 86.504-86.5 86.504s-86.51-38.731-86.51-86.504c0-47.774 38.74-86.504 86.51-86.504M4983.99 0c16.26 0 29.43 13.1797 29.43 29.4297 0 16.2617-13.17 29.4297-29.43 29.4297-16.26 0-29.43-13.168-29.43-29.4297 0-16.25 13.17-29.4297 29.43-29.4297M5199.1 178.262c31.84 0 57.66 25.816 57.66 57.672 0 31.847-25.82 57.668-57.66 57.668-31.85 0-57.67-25.821-57.67-57.668 0-31.856 25.82-57.672 57.67-57.672M5112.59 456.852c0 47.765 38.73 86.496 86.51 86.496 47.77 0 86.5-38.731 86.5-86.496 0-47.774-38.73-86.504-86.5-86.504-47.78 0-86.51 38.73-86.51 86.504M5169.66 29.4414c0 16.25 13.18 29.418 29.43 29.418 16.26 0 29.44-13.168 29.44-29.418S5215.35.0117188 5199.09.0117188c-16.25 0-29.43 13.1796812-29.43 29.4296812M5356.54 235.934c0 31.847 25.81 57.668 57.66 57.668 31.85 0 57.67-25.821 57.67-57.668 0-31.856-25.82-57.672-57.67-57.672s-57.66 25.816-57.66 57.672M5414.2 370.34c47.78 0 86.51 38.73 86.51 86.504 0 47.773-38.73 86.504-86.51 86.504-47.77 0-86.5-38.731-86.5-86.504 0-47.774 38.73-86.504 86.5-86.504M5414.2 0c16.26 0 29.44 13.1797 29.44 29.4297 0 16.2617-13.18 29.4297-29.44 29.4297s-29.43-13.168-29.43-29.4297C5384.77 13.1797 5397.94 0 5414.2 0' fill='%23c1d101'/%3E%3Cpath d='M0 1117.35v104.03h461.023v-104.03H292.379V658.688H168.652v458.662H0M602.086 1221.38v-212h2.363c14.188 23.64 32.313 40.85 54.379 51.62 22.067 10.77 43.602 16.16 64.625 16.16 29.945 0 54.496-4.08 73.68-12.22 19.176-8.15 34.281-19.44 45.316-33.89 11.031-14.45 18.781-32.046 23.25-52.796 4.457-20.762 6.699-43.734 6.699-68.957V658.688h-111.91v230.117c0 33.617-5.258 58.715-15.761 75.265-10.512 16.547-29.157 24.825-55.954 24.825-30.476 0-52.543-9.067-66.195-27.192-13.672-18.125-20.492-47.945-20.492-89.445v-213.57H490.18v562.692h111.906M1173.04 970.77c-13.4 14.699-33.76 22.062-61.08 22.062-17.86 0-32.7-3.027-44.52-9.062-11.83-6.043-21.28-13.536-28.37-22.461-7.1-8.942-12.1-18.399-14.98-28.368-2.89-9.988-4.6-18.918-5.12-26.796h182.05c-5.26 28.375-14.59 49.906-27.98 64.625zm-126.49-214.368c16.81-16.289 40.98-24.422 72.51-24.422 22.58 0 42.02 5.633 58.31 16.942 16.28 11.289 26.27 23.242 29.95 35.859h98.51c-15.76-48.867-39.93-83.808-72.5-104.812-32.58-21.028-71.99-31.524-118.21-31.524-32.06 0-60.96 5.125-86.69 15.36-25.75 10.254-47.555 24.824-65.414 43.75-17.864 18.906-31.661 41.484-41.375 67.773-9.727 26.262-14.575 55.16-14.575 86.684 0 30.465 4.985 58.836 14.969 85.113 9.977 26.266 24.16 48.984 42.559 68.165 18.383 19.17 40.316 34.29 65.796 45.32 25.48 11.03 53.72 16.55 84.73 16.55 34.67 0 64.88-6.7 90.63-20.1 25.73-13.4 46.89-31.4 63.43-53.98 16.56-22.596 28.5-48.346 35.86-77.232 7.35-28.903 9.98-59.11 7.88-90.633h-293.95c1.58-36.25 10.76-62.524 27.58-78.813M1454.77 1066.13v-75.661h1.58c5.24 12.611 12.34 24.301 21.28 35.071 8.92 10.76 19.17 19.96 30.73 27.58 11.55 7.61 23.9 13.52 37.04 17.74 13.13 4.19 26.8 6.3 40.98 6.3 7.35 0 15.49-1.32 24.43-3.94V969.191c-5.26 1.043-11.56 1.973-18.91 2.758-7.36.785-14.46 1.184-21.28 1.184-20.49 0-37.83-3.426-52.01-10.246-14.19-6.836-25.62-16.157-34.28-27.977-8.68-11.824-14.86-25.613-18.52-41.375-3.69-15.762-5.52-32.84-5.52-51.222V658.688h-111.91v407.442h106.39M1748.72 1066.13v-55.17h1.57c14.7 21.01 32.44 37.3 53.2 48.86 20.75 11.55 44.53 17.34 71.32 17.34 25.74 0 49.26-5 70.54-14.98 21.27-9.98 37.43-27.58 48.46-52.8 12.08 17.86 28.49 33.62 49.26 47.29 20.74 13.65 45.31 20.49 73.68 20.49 21.54 0 41.5-2.64 59.89-7.88 18.39-5.26 34.15-13.67 47.29-25.22 13.13-11.56 23.37-26.67 30.74-45.314 7.35-18.656 11.03-41.117 11.03-67.383V658.688h-111.91v230.91c0 13.656-.53 26.519-1.57 38.613-1.06 12.078-3.94 22.582-8.68 31.523-4.72 8.93-11.69 16.02-20.88 21.278-9.2 5.246-21.67 7.883-37.43 7.883-15.76 0-28.51-3.028-38.22-9.067-9.73-6.043-17.34-13.922-22.86-23.64-5.51-9.727-9.19-20.762-11.03-33.102-1.85-12.348-2.76-24.824-2.76-37.43V658.688h-111.91v228.546c0 12.079-.27 24.032-.78 35.852-.54 11.824-2.76 22.723-6.7 32.707-3.94 9.977-10.52 17.992-19.71 24.035-9.2 6.039-22.73 9.067-40.58 9.067-5.26 0-12.22-1.184-20.89-3.547-8.66-2.364-17.08-6.836-25.22-13.399-8.14-6.578-15.1-16.031-20.88-28.371-5.79-12.351-8.67-28.504-8.67-48.465V658.688h-111.91v407.442h105.61M2419.37 814.332c3.15-15.504 8.53-29.434 16.16-41.766 7.6-12.355 17.73-22.199 30.34-29.55 12.61-7.364 28.37-11.036 47.28-11.036s34.8 3.672 47.68 11.036c12.87 7.351 23.11 17.195 30.74 29.55 7.6 12.332 13 26.262 16.15 41.766 3.15 15.492 4.73 31.387 4.73 47.68 0 16.281-1.58 32.312-4.73 48.074-3.15 15.762-8.55 29.676-16.15 41.766-7.63 12.082-17.87 21.933-30.74 29.554-12.88 7.61-28.77 11.426-47.68 11.426s-34.67-3.816-47.28-11.426c-12.61-7.621-22.74-17.472-30.34-29.554-7.63-12.09-13.01-26.004-16.16-41.766-3.15-15.762-4.73-31.793-4.73-48.074 0-16.293 1.58-32.188 4.73-47.68zm-101.66 136.34c9.97 26.523 24.16 49.121 42.55 67.778 18.39 18.64 40.46 33.09 66.2 43.34 25.74 10.25 54.64 15.37 86.69 15.37 32.04 0 61.08-5.12 87.08-15.37 26.01-10.25 48.2-24.7 66.6-43.34 18.38-18.657 32.57-41.255 42.55-67.778 9.98-26.535 14.98-56.09 14.98-88.66 0-32.582-5-62-14.98-88.266-9.98-26.269-24.17-48.73-42.55-67.383-18.4-18.652-40.59-32.968-66.6-42.949-26-9.969-55.04-14.969-87.08-14.969-32.05 0-60.95 5-86.69 14.969-25.74 9.981-47.81 24.297-66.2 42.949-18.39 18.653-32.58 41.114-42.55 67.383-9.99 26.266-14.98 55.684-14.98 88.266 0 32.57 4.99 62.125 14.98 88.66M2860.3 759.957c4.98-8.672 11.42-15.762 19.3-21.277 7.88-5.52 16.95-9.602 27.19-12.219 10.25-2.637 20.88-3.945 31.92-3.945 7.88 0 16.16.918 24.83 2.765 8.67 1.836 16.54 4.735 23.63 8.672 7.09 3.934 13.01 9.188 17.74 15.762 4.72 6.562 7.09 14.832 7.09 24.82 0 16.809-11.18 29.418-33.5 37.828-22.32 8.399-53.46 16.809-93.38 25.223-16.3 3.664-32.19 8-47.68 13-15.5 4.988-29.29 11.551-41.37 19.703-12.1 8.141-21.82 18.383-29.16 30.734-7.37 12.336-11.04 27.446-11.04 45.317 0 26.265 5.12 47.797 15.37 64.62 10.25 16.81 23.76 30.07 40.59 39.8 16.81 9.72 35.72 16.54 56.74 20.49 21 3.94 42.56 5.91 64.62 5.91 22.07 0 43.47-2.11 64.24-6.3 20.74-4.22 39.25-11.31 55.54-21.28 16.29-9.99 29.83-23.25 40.59-39.8 10.76-16.55 17.21-37.436 19.32-62.655h-106.39c-1.58 21.539-9.73 36.117-24.43 43.742-14.71 7.606-32.06 11.423-52.03 11.423-6.3 0-13.13-.4-20.48-1.18-7.37-.79-14.07-2.501-20.1-5.122-6.05-2.636-11.16-6.441-15.36-11.429-4.21-4.996-6.31-11.696-6.31-20.094 0-9.985 3.67-18.125 11.03-24.434 7.36-6.304 16.95-11.426 28.77-15.367 11.82-3.941 25.34-7.484 40.59-10.641 15.23-3.148 30.74-6.57 46.5-10.242 16.27-3.683 32.17-8.148 47.68-13.398 15.49-5.262 29.28-12.211 41.37-20.887 12.09-8.664 21.79-19.441 29.16-32.308 7.34-12.879 11.03-28.762 11.03-47.68 0-26.797-5.39-49.258-16.15-67.383-10.78-18.125-24.83-32.695-42.17-43.73-17.34-11.036-37.17-18.79-59.49-23.25-22.35-4.465-45.06-6.7-68.19-6.7-23.63 0-46.76 2.364-69.34 7.09-22.6 4.735-42.7 12.606-60.29 23.641-17.61 11.035-32.06 25.617-43.34 43.742-11.31 18.125-17.48 40.848-18.52 68.168h106.39c0-12.086 2.49-22.457 7.49-31.129M3353.24 992.832c-17.87 0-32.85-4.074-44.93-12.215-12.09-8.148-21.94-18.652-29.56-31.523-7.61-12.875-12.99-27.067-16.15-42.555-3.15-15.504-4.72-30.867-4.72-46.101 0-14.719 1.57-29.692 4.72-44.922 3.16-15.246 8.27-29.036 15.37-41.379 7.09-12.344 16.67-22.461 28.76-30.332 12.08-7.891 26.8-11.825 44.13-11.825 26.8 0 47.42 7.489 61.87 22.461 14.44 14.969 23.5 35.067 27.19 60.286h107.97c-7.37-54.125-28.37-95.356-63.05-123.735-34.67-28.359-79.07-42.547-133.19-42.547-30.47 0-58.45 5.125-83.92 15.36-25.49 10.254-47.17 24.562-65.02 42.949-17.87 18.391-31.8 40.324-41.77 65.812-9.99 25.477-14.97 53.457-14.97 83.93 0 31.524 4.59 60.805 13.79 87.871 9.18 27.055 22.71 50.438 40.59 70.143 17.85 19.7 39.65 35.07 65.41 46.1 25.73 11.03 55.16 16.55 88.26 16.55 24.16 0 47.41-3.16 69.74-9.46 22.33-6.3 42.29-15.9 59.9-28.76 17.59-12.89 31.92-28.9 42.95-48.073 11.03-19.187 17.34-41.906 18.91-68.172h-109.54c-7.36 46.754-34.95 70.137-82.74 70.137M3686.58 1066.13v-75.661h1.58c5.24 12.611 12.33 24.301 21.27 35.071 8.93 10.76 19.18 19.96 30.74 27.58 11.54 7.61 23.9 13.52 37.04 17.74 13.13 4.19 26.79 6.3 40.98 6.3 7.35 0 15.49-1.32 24.43-3.94V969.191c-5.26 1.043-11.56 1.973-18.91 2.758-7.37.785-14.46 1.184-21.28 1.184-20.49 0-37.84-3.426-52.02-10.246-14.19-6.836-25.61-16.157-34.28-27.977-8.66-11.824-14.85-25.613-18.52-41.375-3.68-15.762-5.52-32.84-5.52-51.222V658.688h-111.9v407.442h106.39M4109.38 970.77c-13.4 14.699-33.76 22.062-61.07 22.062-17.87 0-32.71-3.027-44.53-9.062-11.82-6.043-21.28-13.536-28.38-22.461-7.09-8.942-12.09-18.399-14.97-28.368-2.89-9.988-4.6-18.918-5.11-26.796h182.04c-5.26 28.375-14.58 49.906-27.98 64.625zm-126.49-214.368c16.81-16.289 40.98-24.422 72.5-24.422 22.59 0 42.04 5.633 58.33 16.942 16.27 11.289 26.26 23.242 29.95 35.859h98.5c-15.76-48.867-39.93-83.808-72.5-104.812-32.59-21.028-71.99-31.524-118.21-31.524-32.05 0-60.96 5.125-86.69 15.36-25.75 10.254-47.56 24.824-65.41 43.75-17.87 18.906-31.66 41.484-41.38 67.773-9.72 26.262-14.58 55.16-14.58 86.684 0 30.465 4.99 58.836 14.98 85.113 9.97 26.266 24.16 48.984 42.55 68.165 18.39 19.17 40.32 34.29 65.81 45.32 25.48 11.03 53.71 16.55 84.72 16.55 34.68 0 64.88-6.7 90.62-20.1 25.75-13.4 46.9-31.4 63.45-53.98 16.54-22.596 28.49-48.346 35.85-77.232 7.35-28.903 9.98-59.11 7.88-90.633h-293.94c1.57-36.25 10.76-62.524 27.57-78.813M4546.75 970.77c-13.4 14.699-33.76 22.062-61.07 22.062-17.86 0-32.71-3.027-44.52-9.062-11.83-6.043-21.28-13.536-28.38-22.461-7.09-8.942-12.09-18.399-14.97-28.368-2.89-9.988-4.6-18.918-5.12-26.796h182.04c-5.25 28.375-14.58 49.906-27.98 64.625zm-126.48-214.368c16.8-16.289 40.97-24.422 72.5-24.422 22.59 0 42.03 5.633 58.32 16.942 16.28 11.289 26.27 23.242 29.95 35.859h98.51c-15.77-48.867-39.94-83.808-72.5-104.812-32.59-21.028-72-31.524-118.22-31.524-32.05 0-60.95 5.125-86.69 15.36-25.75 10.254-47.56 24.824-65.41 43.75-17.87 18.906-31.66 41.484-41.37 67.773-9.73 26.262-14.58 55.16-14.58 86.684 0 30.465 4.99 58.836 14.98 85.113 9.97 26.266 24.16 48.984 42.55 68.165 18.38 19.17 40.32 34.29 65.81 45.32 25.47 11.03 53.71 16.55 84.71 16.55 34.68 0 64.89-6.7 90.63-20.1 25.74-13.4 46.89-31.4 63.44-53.98 16.55-22.596 28.49-48.346 35.85-77.232 7.36-28.903 9.98-59.11 7.89-90.633h-293.95c1.57-36.25 10.76-62.524 27.58-78.813M4820.6 1066.13v-56.75h2.36c14.19 23.64 32.57 40.85 55.17 51.62 22.59 10.77 45.71 16.16 69.35 16.16 29.95 0 54.51-4.08 73.69-12.22 19.17-8.15 34.28-19.44 45.31-33.89 11.03-14.45 18.78-32.046 23.25-52.796 4.45-20.762 6.7-43.734 6.7-68.957V658.688h-111.9v230.117c0 33.617-5.27 58.715-15.77 75.265-10.51 16.547-29.16 24.825-55.95 24.825-30.48 0-52.54-9.067-66.2-27.192-13.67-18.125-20.49-47.945-20.49-89.445v-213.57h-111.91v407.442h106.39M5237.09 759.957c4.99-8.672 11.43-15.762 19.31-21.277 7.88-5.52 16.95-9.602 27.2-12.219 10.24-2.637 20.88-3.945 31.91-3.945 7.88 0 16.15.918 24.83 2.765 8.67 1.836 16.55 4.735 23.64 8.672 7.09 3.934 13 9.188 17.73 15.762 4.73 6.562 7.09 14.832 7.09 24.82 0 16.809-11.17 29.418-33.49 37.828-22.34 8.399-53.47 16.809-93.39 25.223-16.29 3.664-32.19 8-47.68 13-15.5 4.988-29.29 11.551-41.37 19.703-12.09 8.141-21.81 18.383-29.16 30.734-7.37 12.336-11.03 27.446-11.03 45.317 0 26.265 5.12 47.797 15.36 64.62 10.25 16.81 23.77 30.07 40.59 39.8 16.8 9.72 35.72 16.54 56.75 20.49 21 3.94 42.54 5.91 64.61 5.91s43.47-2.11 64.23-6.3c20.75-4.22 39.27-11.31 55.56-21.28 16.28-9.99 29.81-23.25 40.59-39.8 10.76-16.55 17.2-37.436 19.31-62.655h-106.39c-1.58 21.539-9.73 36.117-24.44 43.742-14.71 7.606-32.05 11.423-52.01 11.423-6.3 0-13.13-.4-20.49-1.18-7.36-.79-14.06-2.501-20.1-5.122-6.04-2.636-11.16-6.441-15.36-11.429-4.22-4.996-6.31-11.696-6.31-20.094 0-9.985 3.68-18.125 11.04-24.434 7.35-6.304 16.94-11.426 28.76-15.367 11.83-3.941 25.34-7.484 40.59-10.641 15.23-3.148 30.74-6.57 46.5-10.242 16.28-3.683 32.17-8.148 47.67-13.398 15.49-5.262 29.28-12.211 41.38-20.887 12.08-8.664 21.79-19.441 29.16-32.308 7.35-12.879 11.03-28.762 11.03-47.68 0-26.797-5.39-49.258-16.15-67.383-10.78-18.125-24.83-32.695-42.16-43.73-17.35-11.036-37.18-18.79-59.51-23.25-22.34-4.465-45.05-6.7-68.17-6.7-23.64 0-46.77 2.364-69.34 7.09-22.6 4.735-42.7 12.606-60.3 23.641-17.61 11.035-32.05 25.617-43.34 43.742-11.31 18.125-17.48 40.848-18.52 68.168h106.39c0-12.086 2.48-22.457 7.48-31.129' fill='%23323f48'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  width: 227px;
  height: 50px;
}

.listing-products .border-bottom {
  border-width: 2px !important;
  border-color: #cec4bd !important;
}

.listing-products select {
  min-width: 150px;
}

.listing-parts select {
  min-width: 150px;
}

.listing-news-title {
  height: 135px;
  overflow: hidden;
}

.parts-page.search-results:last-child .row:last-child {
  border-bottom: 1px solid #dee2e6;
}
.parts-page.search-results .row {
  display: flex;
  align-items: stretch;
  border-top: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}
.parts-page.search-results .row:nth-child(even) {
  background-color: #efefef;
}
.parts-page.search-results .row-titles {
  background-color: #fff;
  color: #44a140;
}
.parts-page.search-results .col {
  font-size: 13px;
  font-weight: normal;
  padding:7px 1%;
  border-left: 1px solid #dee2e6;
  flex-grow: 1;
}
.parts-page.search-results .col-label {
  display: none;
}
@media (max-width: 991.98px) {
  .parts-page.search-results .row {
    flex-wrap: wrap;
    flex-basis: 100%;
    padding: 10px;
    border-top: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
  }
  .parts-page.search-results .row:first-child {
    display: none;
  }
  .parts-page.search-results .col {
    flex-basis: 100% !important;
    border-left: none;
    padding: 3px 10px;
  }
  .parts-page.search-results .col-label {
    display: inline;
  }
}
.parts-page.search-results .col-model {
  flex-basis: 12%;
}
.parts-page.search-results .col-nomenclature {
  flex-basis: 16%;
}
.parts-page.search-results .col-product-code {
  flex-basis: 13%;
}
.parts-page.search-results .col-description {
  flex-basis: 20%;
}
.parts-page.search-results .col-qty {
  flex-basis: 3%;
}
.parts-page.search-results .col-image {
  flex-basis: 10%;
}
.parts-page.search-results .col-where-to-buy {
  flex-basis: 12%;
}

.bg-faded {
  background-color: #f8f7f6;
}

.table-striped tr,
.table-striped th,
.table-striped td,
.table-striped thead th {
  border: none !important;
  padding: 0.85rem;
}

.table-striped a {
  text-decoration: underline;
}

.table-striped td:not(:first-child),
.table-striped th:not(:first-child) {
  text-align: center;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #e6e1de;
}

.line-height-1-75 {
  line-height: 1.625rem;
}

.alternate-rows p:last-child {
  margin: 0;
}

.filter.active {
  text-decoration: underline;
}

.field input {
  font-weight: bold;
}

.field input::-webkit-input-placeholder {
  color: #44a140 !important;
  text-transform: uppercase;
  font-size: 0.6875rem;
}

.field input::-moz-placeholder {
  color: #44a140 !important;
  text-transform: uppercase;
  font-size: 0.6875rem;
}

.field input::-ms-input-placeholder {
  color: #44a140 !important;
  text-transform: uppercase;
  font-size: 0.6875rem;
}

.field input::placeholder {
  color: #44a140 !important;
  text-transform: uppercase;
  font-size: 0.6875rem;
}

.filters label {
  margin-bottom: 0;
}

.search-results img {
  max-width: 185px;
}

#results {
  overflow-y: scroll;
  height: 192px;
}

@media (min-width: 768px) {
  #results {
    height: 528px;
  }
}

#results .distributor {
  min-height: 160px;
}

#results .distributor img {
  max-width: 64px;
}

#map {
  min-height: 320px;
}

#map .map-marker {
  display: none;
}

.btn-inside {
  right: 0;
  top: 0;
  padding: 0.62rem;
}

.nav-pills .nav-link {
  border-radius: 0;
  background-color: #e6e1de;
  border: solid 6px #faf9f8;
}

.nav-pills .nav-link:first-child {
  border-right-width: 0;
}

#productImages .controls {
  height: 30px;
  line-height: 1.875rem;
}

#productImages .controls .carousel-indicators {
  height: 100%;
}

#productImages .carousel-inner .active.left {
  left: -webkit-calc(-100% / 3);
  left: calc(-100% / 3);
}

#productImages .carousel-inner .next {
  left: -webkit-calc(100% / 3);
  left: calc(100% / 3);
}

#productImages .carousel-inner .prev {
  left: -webkit-calc(-100% / 3);
  left: calc(-100% / 3);
}

#productImages .carousel-item:not(.prev) {
  visibility: visible;
}

#productImages .carousel-item.right:not(.prev) {
  visibility: hidden;
}

#productImages .rightest {
  visibility: visible;
}

.bg-primary .icon-white:hover {
  color: #58b8b2 !important;
}

.dropdown-menu {
  border-radius: 0;
  min-width: auto;
}

.assoc-products .flex-wrap > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.5%;
          flex: 0 0 47.5%;
  max-width: 47.5%;
}

@media (min-width: 992px) {
  .assoc-products .flex-wrap > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18%;
            flex: 0 0 18%;
    max-width: 18%;
  }
}

.gform_body .gform_fields .ginput_complex label {
  text-transform: uppercase;
  font-size: 0.625rem !important;
  color: #1a2a49;
  margin: 0 !important;
  font-weight: 700;
  letter-spacing: 0 !important;
}

.gform_body .gform_fields .gfield .gfield_label {
  text-transform: uppercase;
  font-size: 0.625rem;
  color: #1a2a49;
  margin: 0 !important;
}

.gform_body .gform_fields .gfield .form-check input {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

.gform_body .gform_fields .gfield .ginput_container_select {
  position: relative;
}

.gform_body .gform_fields .gfield .ginput_container_select .gfield_select {
  border-color: #58b8b2;
}

.gform_body .gform_fields .gfield .ginput_container_select:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: contain;
  margin-right: 9px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.gform_body .gform_fields .gfield .form-control {
  border-radius: 0;
  border: solid 2px #1a2a49;
  padding: 0.625rem !important;
  height: auto !important;
  font-size: 0.75rem !important;
}

.gform_body .gform_fields .gfield .form-control::-webkit-input-placeholder {
  font-size: 0.625rem;
  color: #bababa;
  text-transform: uppercase;
}

.gform_body .gform_fields .gfield .form-control::-moz-placeholder {
  font-size: 0.625rem;
  color: #bababa;
  text-transform: uppercase;
}

.gform_body .gform_fields .gfield .form-control::-ms-input-placeholder {
  font-size: 0.625rem;
  color: #bababa;
  text-transform: uppercase;
}

.gform_body .gform_fields .gfield .form-control::placeholder {
  font-size: 0.625rem;
  color: #bababa;
  text-transform: uppercase;
}

.gform_body .gform_fields.top_label .ginput_container {
  margin-top: 0.3125rem;
}

.gform_footer {
  padding-right: 1rem !important;
}

.faq-item a {
  text-decoration: underline;
}

.border-2px {
  border-width: 2px !important;
}

.placeholder {
  min-height: 116px;
}

.gm-style-iw {
  width: 320px;
  min-height: 130px;
  border-radius: 0 !important;
  line-height: 18px;
}

.gm-style-iw img {
  width: 64px !important;
  height: auto;
}

.ui-menu {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
}

.ui-menu .ui-menu-item {
  padding: 0.3125rem 1.25rem;
  cursor: pointer;
}

.ui-menu .ui-menu-item:hover {
  background-color: #1a2a49;
  color: #fff;
}

.ui-slider {
  position: relative;
  text-align: left;
  width: 240px;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #cec4bd;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  outline: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}

.ui-slider-horizontal {
  height: 0.1875rem;
  background-color: #58b8b2;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

#filters {
  border: solid 2px #58b8b2;
  background-color: #fff !important;
}

@media (max-width: 767.98px) {
  .modal .gform_wrapper {
    margin: 0 !important;
  }

  .modal .gform_wrapper .gform_fields .gfield {
    margin-top: 0.5rem !important;
  }

  .modal .gform_wrapper .gform_fields .gfield:first-child {
    margin-top: 0 !important;
  }

  .modal .gform_wrapper .gform_fields .gfield .form-control {
    margin-top: 0 !important;
    line-height: 1.25 !important;
    padding: 0.375rem !important;
  }

  .modal .gform_wrapper .gform_fields .gfield .form-control.textarea {
    max-height: 80px !important;
  }
}

.icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.icon-before:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: contain;
  margin-right: 9px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.icon-after:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: contain;
  margin-left: 0.3125rem;
  background-repeat: no-repeat;
  background-position: center center;
}

.icon-ml-0:after {
  margin-left: 0;
}

.icon-dropdown:after {
  content: '';
  display: inline-block;
  /*width: 12px;*/
  width: 0px;
  height: 12px;
  background-size: contain;
  /*margin: 0 0.3125rem;*/
  margin: 0;
  background-repeat: no-repeat;
  background-position: center center;
  display:none;
}

.nav-item .sub-nav {
  background-image: linear-gradient(to right, #44a140, #58b8b2);
}

.icon-small:before,
.icon-small:after {
  width: 11px;
  height: 11px;
}

.icon-big:before,
.icon-big:after {
  width: 69px;
  height: 69px;
}

@media (max-width: 767.98px) {
  .icon-big:before,
  .icon-big:after {
    width: 40px;
    height: 40px;
  }
}

.icon-medium:before,
.icon-medium:after {
  width: 24px;
  height: 24px;
}

.icon-20:before,
.icon-20:after {
  width: 20px;
  height: 20px;
}

.icon-30:before,
.icon-30:after {
  width: 30px;
  height: 30px;
}

.icon-56:before,
.icon-56:after {
  width: 56px;
  height: 56px;
}

.icon-bigger:before,
.icon-bigger:after {
  width: 100px;
  height: 100px;
}

.icon-huge:before,
.icon-huge:after {
  width: 130px;
  height: 130px;
}

.icon-pie {
  position: relative;
}

.icon-pie:before,
.icon-pie:after {
  width: 108px;
  height: 108px;
  margin: 0;
}

.icon-pie span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.icon-arrow-down.icon-before.icon-teal:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2358b8b2;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-down.icon-before.icon-teal:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-down.icon-before.icon-blue:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %231a2a49;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-down.icon-before.icon-blue:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-down.icon-before.icon-green:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-down.icon-before.icon-pink:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %23e6007e;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-down.icon-before.icon-pink:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-down.icon-before.icon-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %23fff;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-down.icon-before.icon-white:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2358b8b2;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-down.icon-before.icon-gray:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %23cec4bd;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-down.icon-after.icon-teal:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2358b8b2;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-down.icon-after.icon-teal:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-down.icon-after.icon-blue:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %231a2a49;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-down.icon-after.icon-blue:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-down.icon-after.icon-green:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-down.icon-after.icon-pink:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %23e6007e;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-down.icon-after.icon-pink:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-down.icon-after.icon-white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %23fff;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-down.icon-after.icon-white:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2358b8b2;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-down.icon-after.icon-gray:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %23cec4bd;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-up.icon-before.icon-teal:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2358b8b2;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-up.icon-before.icon-teal:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-up.icon-before.icon-blue:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %231a2a49;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-up.icon-before.icon-blue:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-up.icon-before.icon-green:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-up.icon-before.icon-pink:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %23e6007e;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-up.icon-before.icon-pink:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-up.icon-before.icon-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %23fff;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-up.icon-before.icon-white:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2358b8b2;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-up.icon-before.icon-gray:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %23cec4bd;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-up.icon-after.icon-teal:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2358b8b2;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-up.icon-after.icon-teal:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-up.icon-after.icon-blue:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %231a2a49;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-up.icon-after.icon-blue:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-up.icon-after.icon-green:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-up.icon-after.icon-pink:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %23e6007e;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-up.icon-after.icon-pink:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-up.icon-after.icon-white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %23fff;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-up.icon-after.icon-white:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2358b8b2;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-up.icon-after.icon-gray:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %23cec4bd;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-right.icon-before.icon-teal:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2358b8b2;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-right.icon-before.icon-teal:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-right.icon-before.icon-blue:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %231a2a49;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-right.icon-before.icon-blue:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-right.icon-before.icon-green:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-right.icon-before.icon-pink:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %23e6007e;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-right.icon-before.icon-pink:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-right.icon-before.icon-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %23fff;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-right.icon-before.icon-white:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2358b8b2;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-right.icon-before.icon-gray:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %23cec4bd;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-right.icon-after.icon-teal:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2358b8b2;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-right.icon-after.icon-teal:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-right.icon-after.icon-blue:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %231a2a49;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-right.icon-after.icon-blue:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-right.icon-after.icon-green:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-right.icon-after.icon-pink:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %23e6007e;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-right.icon-after.icon-pink:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-right.icon-after.icon-white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %23fff;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-right.icon-after.icon-white:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2358b8b2;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-right.icon-after.icon-gray:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %23cec4bd;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-left.icon-before.icon-teal:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2358b8b2;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-left.icon-before.icon-teal:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-left.icon-before.icon-blue:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %231a2a49;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-left.icon-before.icon-blue:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-left.icon-before.icon-green:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-left.icon-before.icon-pink:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %23e6007e;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-left.icon-before.icon-pink:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-left.icon-before.icon-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %23fff;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-left.icon-before.icon-white:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2358b8b2;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-left.icon-before.icon-gray:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %23cec4bd;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-left.icon-after.icon-teal:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2358b8b2;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-left.icon-after.icon-teal:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-left.icon-after.icon-blue:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %231a2a49;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-left.icon-after.icon-blue:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-left.icon-after.icon-green:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-left.icon-after.icon-pink:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %23e6007e;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-left.icon-after.icon-pink:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-left.icon-after.icon-white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %23fff;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-left.icon-after.icon-white:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2358b8b2;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-left.icon-after.icon-gray:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %23cec4bd;' height='10.88' width='18.946667'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h142v81.6289H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0v82h142V0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M129.102 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.2969.949219 68.5781.046875 70.8672 0h.3828c2.3164.046875 4.582.949219 6.3281 2.75391L142.117 68.3672z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cpath d='M129.094 81.6328L71.0664 22.6367 13.043 81.6328 0 68.3672 64.5391 2.75391C66.3047.957031 68.5859.046875 70.8789 0h.3711c2.3047.046875 4.582.957031 6.3281 2.75391L142.117 68.3672l-13.023 13.2656' fill='%2341a03e'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(.13333 0 0 -.13333 0 10.88)'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M0 0h142.117v81.6328H0z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-down.icon-before.icon-teal:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-down.icon-before.icon-teal:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-down.icon-before.icon-blue:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-down.icon-before.icon-blue:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-down.icon-before.icon-green:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-down.icon-before.icon-pink:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-down.icon-before.icon-pink:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-down.icon-before.icon-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-down.icon-before.icon-white:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-down.icon-before.icon-gray:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-down.icon-after.icon-teal:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-down.icon-after.icon-teal:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-down.icon-after.icon-blue:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-down.icon-after.icon-blue:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-down.icon-after.icon-green:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-down.icon-after.icon-pink:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-down.icon-after.icon-pink:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-down.icon-after.icon-white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-down.icon-after.icon-white:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-down.icon-after.icon-gray:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-up.icon-before.icon-teal:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-up.icon-before.icon-teal:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-up.icon-before.icon-blue:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-up.icon-before.icon-blue:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-up.icon-before.icon-green:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-up.icon-before.icon-pink:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-up.icon-before.icon-pink:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-up.icon-before.icon-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-up.icon-before.icon-white:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-up.icon-before.icon-gray:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-up.icon-after.icon-teal:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-up.icon-after.icon-teal:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-up.icon-after.icon-blue:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-up.icon-after.icon-blue:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-up.icon-after.icon-green:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-up.icon-after.icon-pink:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-up.icon-after.icon-pink:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-up.icon-after.icon-white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-up.icon-after.icon-white:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-up.icon-after.icon-gray:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-left.icon-before.icon-teal:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-left.icon-before.icon-teal:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-left.icon-before.icon-blue:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-left.icon-before.icon-blue:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-left.icon-before.icon-green:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-left.icon-before.icon-pink:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-left.icon-before.icon-pink:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-left.icon-before.icon-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-left.icon-before.icon-white:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-left.icon-before.icon-gray:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-left.icon-after.icon-teal:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-left.icon-after.icon-teal:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-left.icon-after.icon-blue:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-left.icon-after.icon-blue:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-left.icon-after.icon-green:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-left.icon-after.icon-pink:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-left.icon-after.icon-pink:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-left.icon-after.icon-white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-left.icon-after.icon-white:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-left.icon-after.icon-gray:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-right.icon-before.icon-teal:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-right.icon-before.icon-teal:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-right.icon-before.icon-blue:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-right.icon-before.icon-blue:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-right.icon-before.icon-green:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-right.icon-before.icon-pink:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-right.icon-before.icon-pink:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-right.icon-before.icon-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-right.icon-before.icon-white:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-right.icon-before.icon-gray:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-right.icon-after.icon-teal:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-right.icon-after.icon-teal:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-right.icon-after.icon-blue:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-right.icon-after.icon-blue:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-right.icon-after.icon-green:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-right.icon-after.icon-pink:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-right.icon-after.icon-pink:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-right.icon-after.icon-white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-right.icon-after.icon-white:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-circle-arrow-right.icon-after.icon-gray:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 29.5 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%2341A03F' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15c8.1 0 14.8-6.7 14.8-15S22.9 0 14.8 0'/%3E%3Cdefs%3E%3Cpath id='c' d='M1.8 15c0-7.2 5.8-13.1 12.9-13.1 7.1 0 12.9 5.9 12.9 13.1 0 7.2-5.8 13.1-12.9 13.1-7.1 0-12.9-5.9-12.9-13.1m13-15C6.6 0 0 6.7 0 15s6.6 15 14.8 15 14.8-6.7 14.8-15c-.1-8.3-6.7-15-14.8-15z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M0 0h29.5v30H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h29.5v30H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2341A03F' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M14.8 17.4L9 11.5l-1.3 1.3 6.5 6.6c.4.4.9.4 1.3 0l6.5-6.6-1.3-1.3-5.9 5.9z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' d='M7.6 11.5h14.2v8.3H7.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-right:after,
.icon-arrow-right:before,
.icon-circle-arrow-right:after,
.icon-circle-arrow-right:before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.icon-arrow-left:after,
.icon-arrow-left:before,
.icon-circle-arrow-left:after,
.icon-circle-arrow-left:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.icon-arrow-up:after,
.icon-arrow-up:before,
.icon-circle-arrow-up:after,
.icon-circle-arrow-up:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.icon-waves:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 90 90'%3E%3Cdefs%3E%3Cpath id='a' d='M64.4 77.2c-9.1 0-17.5-3-26.9-5.6-4.1-1.1-8.2-1.7-12.3-1.7-8.3 0-16.4 2.6-25.2 7.7V90c9.1-5.6 16.9-8.6 25-8.6 7 0 13.1 2.3 19.6 4.1 5.7 1.6 11.7 3.3 19.6 3.3 7.6 0 16.2-2.6 25.8-8V68.4c-9.5 5.7-17.6 8.8-25.6 8.8m0-22.8c-9.1 0-17.5-3-26.9-5.6-4.1-1.1-8.2-1.7-12.3-1.7-8.3 0-16.4 2.6-25.2 7.7v12.4c9.1-5.6 16.9-8.6 25-8.6 7 0 13.1 2.3 19.6 4.1 5.7 1.6 11.7 3.3 19.6 3.3 7.6 0 16.2-2.6 25.8-8V45.6c-9.5 5.7-17.6 8.8-25.6 8.8m0-22.8c-9.1 0-17.5-3-26.9-5.6-4.1-1.1-8.2-1.7-12.3-1.7-8.3 0-16.3 2.6-25.2 7.7v12.4c9.1-5.6 16.9-8.6 25-8.6 7 0 13.1 2.3 19.6 4.1 5.7 1.6 11.7 3.3 19.6 3.3 7.6 0 16.2-2.6 25.8-8V22.8c-9.5 5.7-17.6 8.8-25.6 8.8M90 0c-9.5 5.7-17.6 8.8-25.6 8.8-9.1 0-17.5-3-26.9-5.6-4.1-1.1-8.2-1.7-12.3-1.7C16.9 1.5 8.9 4.1 0 9.2v12.4C9.1 16 16.9 13 25 13c7 0 13.1 2.3 19.6 4.1 5.7 1.6 11.7 3.3 19.6 3.3 7.6 0 16.2-2.6 25.8-8V0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' y1='90.5' x2='1' y2='90.5' gradientTransform='matrix(-90 0 0 90 90 -8100)'%3E%3Cstop offset='0' stop-color='%2345a142'/%3E%3Cstop offset='.9969' stop-color='%2358b7b3'/%3E%3Cstop offset='1' stop-color='%2358b7b3'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23b)' fill='url(%23c)' d='M0 0h90v90H0z'/%3E%3C/svg%3E");
}

.icon-curve:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 88.7 369.6'%3E%3Cdefs%3E%3Cpath id='a' d='M37.7 0C17 36.4 6.1 69.4 6.1 103.6c0 16.8 2.4 33.6 7.1 50.4 10.9 38.6 23.1 72.8 23.1 110.3 0 33-12.7 66.1-36.3 105.3h50.9c22.2-39.2 33-74.5 33-105.8 0-32.5-7.1-57.1-13.7-80.6-7.5-26.9-17-52.1-17-80.6 0-33 12.3-65 35.4-102.5H37.7z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='4e-8' y1='370.456' x2='1' y2='370.456' gradientTransform='matrix(0 -369.5757 369.5757 0 -136867.1875 369.576)'%3E%3Cstop offset='0' stop-color='%2358b7b3'/%3E%3Cstop offset='.00309091' stop-color='%2358b7b3'/%3E%3Cstop offset='1' stop-color='%2345a142'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23b)' fill='url(%23c)' d='M0 0h88.7v369.6H0z'/%3E%3C/svg%3E");
}

.icon-pie-47:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 107.9 107.9'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h107.9v107.9H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath d='M98.5 54c0 24.6-20 44.6-44.6 44.6-9.1 0-17.7-2.8-24.7-7.5-12-8-19.8-21.6-19.8-37.1 0-24.6 20-44.6 44.6-44.6S98.5 29.3 98.5 54m9.4 0c0-29.8-24.2-54-54-54S0 24.2 0 54c0 18.7 9.5 35.2 24 44.9 8.6 5.7 18.9 9.1 29.9 9.1 29.9-.1 54-24.2 54-54' clip-path='url(%23b)' fill='%23faf9f8'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='c' d='M29.2 91.1c-12-8-19.9-21.6-19.9-37.1 0-24.6 20-44.6 44.6-44.6s44.6 20 44.6 44.6-20 44.6-44.6 44.6c-9.1-.1-17.6-2.8-24.7-7.5M54 0C24.2 0 0 24.2 0 54c0 18.7 9.5 35.2 24 44.9 8.6 5.7 18.9 9.1 29.9 9.1 29.8 0 54-24.2 54-54S83.8 0 54 0z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath d='M107.9 54c0-29.8-24.2-54-54-54v9.4c24.6 0 44.6 20 44.6 44.6 0 23.6-18.3 42.9-41.5 44.5l.7 9.4c28.1-2.1 50.2-25.4 50.2-53.9' clip-path='url(%23d)' fill='%2345a142'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-pie-27:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 107.9 107.9'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h107.9v107.9H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath d='M98.5 54c0 24.6-20 44.6-44.6 44.6-9.1 0-17.7-2.8-24.7-7.5-12-8-19.8-21.6-19.8-37.1 0-24.6 20-44.6 44.6-44.6S98.5 29.3 98.5 54m9.4 0c0-29.8-24.2-54-54-54S0 24.2 0 54c0 18.7 9.5 35.2 24 44.9 8.6 5.7 18.9 9.1 29.9 9.1 29.9-.1 54-24.2 54-54' clip-path='url(%23b)' fill='%23faf9f8'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='c' d='M29.2 91.1c-12-8-19.9-21.6-19.9-37.1 0-24.6 20-44.6 44.6-44.6s44.6 20 44.6 44.6-20 44.6-44.6 44.6c-9.1-.1-17.6-2.8-24.7-7.5M54 0C24.2 0 0 24.2 0 54c0 18.7 9.5 35.2 24 44.9 8.6 5.7 18.9 9.1 29.9 9.1 29.8 0 54-24.2 54-54S83.8 0 54 0z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath d='M106.8 65.2c.8-3.6 1.2-7.4 1.2-11.2 0-29.8-24.2-54-54-54v9.4c24.6 0 44.6 20 44.6 44.6 0 3.2-.3 6.3-1 9.3l9.2 1.9z' clip-path='url(%23d)' fill='%2358b7b3'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-location.icon-before.icon-teal:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 67.5 90'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h67.5v90H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)'  d='M33.8 5.6C18.2 5.6 5.6 18.2 5.6 33.8c0 20.3 21.7 43.2 28.2 49.6 6.5-5.9 28-27.1 28-49.6.1-15.6-12.5-28.2-28-28.2m0 84.4c-.7 0-1.4-.2-1.9-.7C30.6 88.1 0 60 0 33.8 0 15.1 15.1 0 33.8 0s33.8 15.1 33.8 33.8c0 29.1-30.7 54.5-32 55.6-.6.4-1.2.6-1.8.6'/%3E%3Cpath clip-path='url(%23b)' d='M33.8 22.5c-4.7 0-8.4 3.8-8.4 8.4 0 4.7 3.8 8.4 8.4 8.4s8.4-3.8 8.4-8.4c0-4.6-3.8-8.4-8.4-8.4m0 22.5c-7.8 0-14.1-6.3-14.1-14.1S26 16.8 33.8 16.8s14.1 6.3 14.1 14.1C47.8 38.7 41.5 45 33.8 45'/%3E%3C/svg%3E");
}

.icon-location.icon-before.icon-teal:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 67.5 90'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h67.5v90H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)'  d='M33.8 5.6C18.2 5.6 5.6 18.2 5.6 33.8c0 20.3 21.7 43.2 28.2 49.6 6.5-5.9 28-27.1 28-49.6.1-15.6-12.5-28.2-28-28.2m0 84.4c-.7 0-1.4-.2-1.9-.7C30.6 88.1 0 60 0 33.8 0 15.1 15.1 0 33.8 0s33.8 15.1 33.8 33.8c0 29.1-30.7 54.5-32 55.6-.6.4-1.2.6-1.8.6'/%3E%3Cpath clip-path='url(%23b)' d='M33.8 22.5c-4.7 0-8.4 3.8-8.4 8.4 0 4.7 3.8 8.4 8.4 8.4s8.4-3.8 8.4-8.4c0-4.6-3.8-8.4-8.4-8.4m0 22.5c-7.8 0-14.1-6.3-14.1-14.1S26 16.8 33.8 16.8s14.1 6.3 14.1 14.1C47.8 38.7 41.5 45 33.8 45'/%3E%3C/svg%3E");
}

.icon-location.icon-before.icon-blue:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 67.5 90'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h67.5v90H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)'  d='M33.8 5.6C18.2 5.6 5.6 18.2 5.6 33.8c0 20.3 21.7 43.2 28.2 49.6 6.5-5.9 28-27.1 28-49.6.1-15.6-12.5-28.2-28-28.2m0 84.4c-.7 0-1.4-.2-1.9-.7C30.6 88.1 0 60 0 33.8 0 15.1 15.1 0 33.8 0s33.8 15.1 33.8 33.8c0 29.1-30.7 54.5-32 55.6-.6.4-1.2.6-1.8.6'/%3E%3Cpath clip-path='url(%23b)' d='M33.8 22.5c-4.7 0-8.4 3.8-8.4 8.4 0 4.7 3.8 8.4 8.4 8.4s8.4-3.8 8.4-8.4c0-4.6-3.8-8.4-8.4-8.4m0 22.5c-7.8 0-14.1-6.3-14.1-14.1S26 16.8 33.8 16.8s14.1 6.3 14.1 14.1C47.8 38.7 41.5 45 33.8 45'/%3E%3C/svg%3E");
}

.icon-location.icon-before.icon-blue:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 67.5 90'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h67.5v90H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)'  d='M33.8 5.6C18.2 5.6 5.6 18.2 5.6 33.8c0 20.3 21.7 43.2 28.2 49.6 6.5-5.9 28-27.1 28-49.6.1-15.6-12.5-28.2-28-28.2m0 84.4c-.7 0-1.4-.2-1.9-.7C30.6 88.1 0 60 0 33.8 0 15.1 15.1 0 33.8 0s33.8 15.1 33.8 33.8c0 29.1-30.7 54.5-32 55.6-.6.4-1.2.6-1.8.6'/%3E%3Cpath clip-path='url(%23b)' d='M33.8 22.5c-4.7 0-8.4 3.8-8.4 8.4 0 4.7 3.8 8.4 8.4 8.4s8.4-3.8 8.4-8.4c0-4.6-3.8-8.4-8.4-8.4m0 22.5c-7.8 0-14.1-6.3-14.1-14.1S26 16.8 33.8 16.8s14.1 6.3 14.1 14.1C47.8 38.7 41.5 45 33.8 45'/%3E%3C/svg%3E");
}

.icon-location.icon-before.icon-green:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 67.5 90'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h67.5v90H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)'  d='M33.8 5.6C18.2 5.6 5.6 18.2 5.6 33.8c0 20.3 21.7 43.2 28.2 49.6 6.5-5.9 28-27.1 28-49.6.1-15.6-12.5-28.2-28-28.2m0 84.4c-.7 0-1.4-.2-1.9-.7C30.6 88.1 0 60 0 33.8 0 15.1 15.1 0 33.8 0s33.8 15.1 33.8 33.8c0 29.1-30.7 54.5-32 55.6-.6.4-1.2.6-1.8.6'/%3E%3Cpath clip-path='url(%23b)' d='M33.8 22.5c-4.7 0-8.4 3.8-8.4 8.4 0 4.7 3.8 8.4 8.4 8.4s8.4-3.8 8.4-8.4c0-4.6-3.8-8.4-8.4-8.4m0 22.5c-7.8 0-14.1-6.3-14.1-14.1S26 16.8 33.8 16.8s14.1 6.3 14.1 14.1C47.8 38.7 41.5 45 33.8 45'/%3E%3C/svg%3E");
}

.icon-location.icon-before.icon-pink:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 67.5 90'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h67.5v90H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)'  d='M33.8 5.6C18.2 5.6 5.6 18.2 5.6 33.8c0 20.3 21.7 43.2 28.2 49.6 6.5-5.9 28-27.1 28-49.6.1-15.6-12.5-28.2-28-28.2m0 84.4c-.7 0-1.4-.2-1.9-.7C30.6 88.1 0 60 0 33.8 0 15.1 15.1 0 33.8 0s33.8 15.1 33.8 33.8c0 29.1-30.7 54.5-32 55.6-.6.4-1.2.6-1.8.6'/%3E%3Cpath clip-path='url(%23b)' d='M33.8 22.5c-4.7 0-8.4 3.8-8.4 8.4 0 4.7 3.8 8.4 8.4 8.4s8.4-3.8 8.4-8.4c0-4.6-3.8-8.4-8.4-8.4m0 22.5c-7.8 0-14.1-6.3-14.1-14.1S26 16.8 33.8 16.8s14.1 6.3 14.1 14.1C47.8 38.7 41.5 45 33.8 45'/%3E%3C/svg%3E");
}

.icon-location.icon-before.icon-pink:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 67.5 90'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h67.5v90H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)'  d='M33.8 5.6C18.2 5.6 5.6 18.2 5.6 33.8c0 20.3 21.7 43.2 28.2 49.6 6.5-5.9 28-27.1 28-49.6.1-15.6-12.5-28.2-28-28.2m0 84.4c-.7 0-1.4-.2-1.9-.7C30.6 88.1 0 60 0 33.8 0 15.1 15.1 0 33.8 0s33.8 15.1 33.8 33.8c0 29.1-30.7 54.5-32 55.6-.6.4-1.2.6-1.8.6'/%3E%3Cpath clip-path='url(%23b)' d='M33.8 22.5c-4.7 0-8.4 3.8-8.4 8.4 0 4.7 3.8 8.4 8.4 8.4s8.4-3.8 8.4-8.4c0-4.6-3.8-8.4-8.4-8.4m0 22.5c-7.8 0-14.1-6.3-14.1-14.1S26 16.8 33.8 16.8s14.1 6.3 14.1 14.1C47.8 38.7 41.5 45 33.8 45'/%3E%3C/svg%3E");
}

.icon-location.icon-before.icon-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 67.5 90'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h67.5v90H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)'  d='M33.8 5.6C18.2 5.6 5.6 18.2 5.6 33.8c0 20.3 21.7 43.2 28.2 49.6 6.5-5.9 28-27.1 28-49.6.1-15.6-12.5-28.2-28-28.2m0 84.4c-.7 0-1.4-.2-1.9-.7C30.6 88.1 0 60 0 33.8 0 15.1 15.1 0 33.8 0s33.8 15.1 33.8 33.8c0 29.1-30.7 54.5-32 55.6-.6.4-1.2.6-1.8.6'/%3E%3Cpath clip-path='url(%23b)' d='M33.8 22.5c-4.7 0-8.4 3.8-8.4 8.4 0 4.7 3.8 8.4 8.4 8.4s8.4-3.8 8.4-8.4c0-4.6-3.8-8.4-8.4-8.4m0 22.5c-7.8 0-14.1-6.3-14.1-14.1S26 16.8 33.8 16.8s14.1 6.3 14.1 14.1C47.8 38.7 41.5 45 33.8 45'/%3E%3C/svg%3E");
}

.icon-location.icon-before.icon-white:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 67.5 90'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h67.5v90H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)'  d='M33.8 5.6C18.2 5.6 5.6 18.2 5.6 33.8c0 20.3 21.7 43.2 28.2 49.6 6.5-5.9 28-27.1 28-49.6.1-15.6-12.5-28.2-28-28.2m0 84.4c-.7 0-1.4-.2-1.9-.7C30.6 88.1 0 60 0 33.8 0 15.1 15.1 0 33.8 0s33.8 15.1 33.8 33.8c0 29.1-30.7 54.5-32 55.6-.6.4-1.2.6-1.8.6'/%3E%3Cpath clip-path='url(%23b)' d='M33.8 22.5c-4.7 0-8.4 3.8-8.4 8.4 0 4.7 3.8 8.4 8.4 8.4s8.4-3.8 8.4-8.4c0-4.6-3.8-8.4-8.4-8.4m0 22.5c-7.8 0-14.1-6.3-14.1-14.1S26 16.8 33.8 16.8s14.1 6.3 14.1 14.1C47.8 38.7 41.5 45 33.8 45'/%3E%3C/svg%3E");
}

.icon-location.icon-before.icon-gray:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 67.5 90'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h67.5v90H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)'  d='M33.8 5.6C18.2 5.6 5.6 18.2 5.6 33.8c0 20.3 21.7 43.2 28.2 49.6 6.5-5.9 28-27.1 28-49.6.1-15.6-12.5-28.2-28-28.2m0 84.4c-.7 0-1.4-.2-1.9-.7C30.6 88.1 0 60 0 33.8 0 15.1 15.1 0 33.8 0s33.8 15.1 33.8 33.8c0 29.1-30.7 54.5-32 55.6-.6.4-1.2.6-1.8.6'/%3E%3Cpath clip-path='url(%23b)' d='M33.8 22.5c-4.7 0-8.4 3.8-8.4 8.4 0 4.7 3.8 8.4 8.4 8.4s8.4-3.8 8.4-8.4c0-4.6-3.8-8.4-8.4-8.4m0 22.5c-7.8 0-14.1-6.3-14.1-14.1S26 16.8 33.8 16.8s14.1 6.3 14.1 14.1C47.8 38.7 41.5 45 33.8 45'/%3E%3C/svg%3E");
}

.icon-location.icon-after.icon-teal:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 67.5 90'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h67.5v90H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)'  d='M33.8 5.6C18.2 5.6 5.6 18.2 5.6 33.8c0 20.3 21.7 43.2 28.2 49.6 6.5-5.9 28-27.1 28-49.6.1-15.6-12.5-28.2-28-28.2m0 84.4c-.7 0-1.4-.2-1.9-.7C30.6 88.1 0 60 0 33.8 0 15.1 15.1 0 33.8 0s33.8 15.1 33.8 33.8c0 29.1-30.7 54.5-32 55.6-.6.4-1.2.6-1.8.6'/%3E%3Cpath clip-path='url(%23b)' d='M33.8 22.5c-4.7 0-8.4 3.8-8.4 8.4 0 4.7 3.8 8.4 8.4 8.4s8.4-3.8 8.4-8.4c0-4.6-3.8-8.4-8.4-8.4m0 22.5c-7.8 0-14.1-6.3-14.1-14.1S26 16.8 33.8 16.8s14.1 6.3 14.1 14.1C47.8 38.7 41.5 45 33.8 45'/%3E%3C/svg%3E");
}

.icon-location.icon-after.icon-teal:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 67.5 90'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h67.5v90H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)'  d='M33.8 5.6C18.2 5.6 5.6 18.2 5.6 33.8c0 20.3 21.7 43.2 28.2 49.6 6.5-5.9 28-27.1 28-49.6.1-15.6-12.5-28.2-28-28.2m0 84.4c-.7 0-1.4-.2-1.9-.7C30.6 88.1 0 60 0 33.8 0 15.1 15.1 0 33.8 0s33.8 15.1 33.8 33.8c0 29.1-30.7 54.5-32 55.6-.6.4-1.2.6-1.8.6'/%3E%3Cpath clip-path='url(%23b)' d='M33.8 22.5c-4.7 0-8.4 3.8-8.4 8.4 0 4.7 3.8 8.4 8.4 8.4s8.4-3.8 8.4-8.4c0-4.6-3.8-8.4-8.4-8.4m0 22.5c-7.8 0-14.1-6.3-14.1-14.1S26 16.8 33.8 16.8s14.1 6.3 14.1 14.1C47.8 38.7 41.5 45 33.8 45'/%3E%3C/svg%3E");
}

.icon-location.icon-after.icon-blue:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 67.5 90'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h67.5v90H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)'  d='M33.8 5.6C18.2 5.6 5.6 18.2 5.6 33.8c0 20.3 21.7 43.2 28.2 49.6 6.5-5.9 28-27.1 28-49.6.1-15.6-12.5-28.2-28-28.2m0 84.4c-.7 0-1.4-.2-1.9-.7C30.6 88.1 0 60 0 33.8 0 15.1 15.1 0 33.8 0s33.8 15.1 33.8 33.8c0 29.1-30.7 54.5-32 55.6-.6.4-1.2.6-1.8.6'/%3E%3Cpath clip-path='url(%23b)' d='M33.8 22.5c-4.7 0-8.4 3.8-8.4 8.4 0 4.7 3.8 8.4 8.4 8.4s8.4-3.8 8.4-8.4c0-4.6-3.8-8.4-8.4-8.4m0 22.5c-7.8 0-14.1-6.3-14.1-14.1S26 16.8 33.8 16.8s14.1 6.3 14.1 14.1C47.8 38.7 41.5 45 33.8 45'/%3E%3C/svg%3E");
}

.icon-location.icon-after.icon-blue:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 67.5 90'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h67.5v90H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)'  d='M33.8 5.6C18.2 5.6 5.6 18.2 5.6 33.8c0 20.3 21.7 43.2 28.2 49.6 6.5-5.9 28-27.1 28-49.6.1-15.6-12.5-28.2-28-28.2m0 84.4c-.7 0-1.4-.2-1.9-.7C30.6 88.1 0 60 0 33.8 0 15.1 15.1 0 33.8 0s33.8 15.1 33.8 33.8c0 29.1-30.7 54.5-32 55.6-.6.4-1.2.6-1.8.6'/%3E%3Cpath clip-path='url(%23b)' d='M33.8 22.5c-4.7 0-8.4 3.8-8.4 8.4 0 4.7 3.8 8.4 8.4 8.4s8.4-3.8 8.4-8.4c0-4.6-3.8-8.4-8.4-8.4m0 22.5c-7.8 0-14.1-6.3-14.1-14.1S26 16.8 33.8 16.8s14.1 6.3 14.1 14.1C47.8 38.7 41.5 45 33.8 45'/%3E%3C/svg%3E");
}

.icon-location.icon-after.icon-green:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 67.5 90'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h67.5v90H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)'  d='M33.8 5.6C18.2 5.6 5.6 18.2 5.6 33.8c0 20.3 21.7 43.2 28.2 49.6 6.5-5.9 28-27.1 28-49.6.1-15.6-12.5-28.2-28-28.2m0 84.4c-.7 0-1.4-.2-1.9-.7C30.6 88.1 0 60 0 33.8 0 15.1 15.1 0 33.8 0s33.8 15.1 33.8 33.8c0 29.1-30.7 54.5-32 55.6-.6.4-1.2.6-1.8.6'/%3E%3Cpath clip-path='url(%23b)' d='M33.8 22.5c-4.7 0-8.4 3.8-8.4 8.4 0 4.7 3.8 8.4 8.4 8.4s8.4-3.8 8.4-8.4c0-4.6-3.8-8.4-8.4-8.4m0 22.5c-7.8 0-14.1-6.3-14.1-14.1S26 16.8 33.8 16.8s14.1 6.3 14.1 14.1C47.8 38.7 41.5 45 33.8 45'/%3E%3C/svg%3E");
}

.icon-location.icon-after.icon-pink:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 67.5 90'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h67.5v90H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)'  d='M33.8 5.6C18.2 5.6 5.6 18.2 5.6 33.8c0 20.3 21.7 43.2 28.2 49.6 6.5-5.9 28-27.1 28-49.6.1-15.6-12.5-28.2-28-28.2m0 84.4c-.7 0-1.4-.2-1.9-.7C30.6 88.1 0 60 0 33.8 0 15.1 15.1 0 33.8 0s33.8 15.1 33.8 33.8c0 29.1-30.7 54.5-32 55.6-.6.4-1.2.6-1.8.6'/%3E%3Cpath clip-path='url(%23b)' d='M33.8 22.5c-4.7 0-8.4 3.8-8.4 8.4 0 4.7 3.8 8.4 8.4 8.4s8.4-3.8 8.4-8.4c0-4.6-3.8-8.4-8.4-8.4m0 22.5c-7.8 0-14.1-6.3-14.1-14.1S26 16.8 33.8 16.8s14.1 6.3 14.1 14.1C47.8 38.7 41.5 45 33.8 45'/%3E%3C/svg%3E");
}

.icon-location.icon-after.icon-pink:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 67.5 90'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h67.5v90H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)'  d='M33.8 5.6C18.2 5.6 5.6 18.2 5.6 33.8c0 20.3 21.7 43.2 28.2 49.6 6.5-5.9 28-27.1 28-49.6.1-15.6-12.5-28.2-28-28.2m0 84.4c-.7 0-1.4-.2-1.9-.7C30.6 88.1 0 60 0 33.8 0 15.1 15.1 0 33.8 0s33.8 15.1 33.8 33.8c0 29.1-30.7 54.5-32 55.6-.6.4-1.2.6-1.8.6'/%3E%3Cpath clip-path='url(%23b)' d='M33.8 22.5c-4.7 0-8.4 3.8-8.4 8.4 0 4.7 3.8 8.4 8.4 8.4s8.4-3.8 8.4-8.4c0-4.6-3.8-8.4-8.4-8.4m0 22.5c-7.8 0-14.1-6.3-14.1-14.1S26 16.8 33.8 16.8s14.1 6.3 14.1 14.1C47.8 38.7 41.5 45 33.8 45'/%3E%3C/svg%3E");
}

.icon-location.icon-after.icon-white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 67.5 90'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h67.5v90H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)'  d='M33.8 5.6C18.2 5.6 5.6 18.2 5.6 33.8c0 20.3 21.7 43.2 28.2 49.6 6.5-5.9 28-27.1 28-49.6.1-15.6-12.5-28.2-28-28.2m0 84.4c-.7 0-1.4-.2-1.9-.7C30.6 88.1 0 60 0 33.8 0 15.1 15.1 0 33.8 0s33.8 15.1 33.8 33.8c0 29.1-30.7 54.5-32 55.6-.6.4-1.2.6-1.8.6'/%3E%3Cpath clip-path='url(%23b)' d='M33.8 22.5c-4.7 0-8.4 3.8-8.4 8.4 0 4.7 3.8 8.4 8.4 8.4s8.4-3.8 8.4-8.4c0-4.6-3.8-8.4-8.4-8.4m0 22.5c-7.8 0-14.1-6.3-14.1-14.1S26 16.8 33.8 16.8s14.1 6.3 14.1 14.1C47.8 38.7 41.5 45 33.8 45'/%3E%3C/svg%3E");
}

.icon-location.icon-after.icon-white:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 67.5 90'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h67.5v90H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)'  d='M33.8 5.6C18.2 5.6 5.6 18.2 5.6 33.8c0 20.3 21.7 43.2 28.2 49.6 6.5-5.9 28-27.1 28-49.6.1-15.6-12.5-28.2-28-28.2m0 84.4c-.7 0-1.4-.2-1.9-.7C30.6 88.1 0 60 0 33.8 0 15.1 15.1 0 33.8 0s33.8 15.1 33.8 33.8c0 29.1-30.7 54.5-32 55.6-.6.4-1.2.6-1.8.6'/%3E%3Cpath clip-path='url(%23b)' d='M33.8 22.5c-4.7 0-8.4 3.8-8.4 8.4 0 4.7 3.8 8.4 8.4 8.4s8.4-3.8 8.4-8.4c0-4.6-3.8-8.4-8.4-8.4m0 22.5c-7.8 0-14.1-6.3-14.1-14.1S26 16.8 33.8 16.8s14.1 6.3 14.1 14.1C47.8 38.7 41.5 45 33.8 45'/%3E%3C/svg%3E");
}

.icon-location.icon-after.icon-gray:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 67.5 90'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h67.5v90H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)'  d='M33.8 5.6C18.2 5.6 5.6 18.2 5.6 33.8c0 20.3 21.7 43.2 28.2 49.6 6.5-5.9 28-27.1 28-49.6.1-15.6-12.5-28.2-28-28.2m0 84.4c-.7 0-1.4-.2-1.9-.7C30.6 88.1 0 60 0 33.8 0 15.1 15.1 0 33.8 0s33.8 15.1 33.8 33.8c0 29.1-30.7 54.5-32 55.6-.6.4-1.2.6-1.8.6'/%3E%3Cpath clip-path='url(%23b)' d='M33.8 22.5c-4.7 0-8.4 3.8-8.4 8.4 0 4.7 3.8 8.4 8.4 8.4s8.4-3.8 8.4-8.4c0-4.6-3.8-8.4-8.4-8.4m0 22.5c-7.8 0-14.1-6.3-14.1-14.1S26 16.8 33.8 16.8s14.1 6.3 14.1 14.1C47.8 38.7 41.5 45 33.8 45'/%3E%3C/svg%3E");
}

.icon-mail.icon-before.icon-teal:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %2358b8b2;' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 40 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h40v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M37.5 27.5h-35V3.7L19.3 16c.2.2.5.2.7.2s.5-.1.7-.2L37.5 3.7v23.8zm-2.6-25L20 13.5 5.1 2.5h29.8zM38.8 0H1.3C.6 0 0 .6 0 1.3v27.5c0 .6.6 1.2 1.3 1.2h37.5c.7 0 1.3-.6 1.3-1.3V1.3C40 .6 39.4 0 38.8 0'/%3E%3C/svg%3E");
}

.icon-mail.icon-before.icon-teal:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 40 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h40v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M37.5 27.5h-35V3.7L19.3 16c.2.2.5.2.7.2s.5-.1.7-.2L37.5 3.7v23.8zm-2.6-25L20 13.5 5.1 2.5h29.8zM38.8 0H1.3C.6 0 0 .6 0 1.3v27.5c0 .6.6 1.2 1.3 1.2h37.5c.7 0 1.3-.6 1.3-1.3V1.3C40 .6 39.4 0 38.8 0'/%3E%3C/svg%3E");
}

.icon-mail.icon-before.icon-blue:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %231a2a49;' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 40 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h40v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M37.5 27.5h-35V3.7L19.3 16c.2.2.5.2.7.2s.5-.1.7-.2L37.5 3.7v23.8zm-2.6-25L20 13.5 5.1 2.5h29.8zM38.8 0H1.3C.6 0 0 .6 0 1.3v27.5c0 .6.6 1.2 1.3 1.2h37.5c.7 0 1.3-.6 1.3-1.3V1.3C40 .6 39.4 0 38.8 0'/%3E%3C/svg%3E");
}

.icon-mail.icon-before.icon-blue:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 40 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h40v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M37.5 27.5h-35V3.7L19.3 16c.2.2.5.2.7.2s.5-.1.7-.2L37.5 3.7v23.8zm-2.6-25L20 13.5 5.1 2.5h29.8zM38.8 0H1.3C.6 0 0 .6 0 1.3v27.5c0 .6.6 1.2 1.3 1.2h37.5c.7 0 1.3-.6 1.3-1.3V1.3C40 .6 39.4 0 38.8 0'/%3E%3C/svg%3E");
}

.icon-mail.icon-before.icon-green:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 40 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h40v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M37.5 27.5h-35V3.7L19.3 16c.2.2.5.2.7.2s.5-.1.7-.2L37.5 3.7v23.8zm-2.6-25L20 13.5 5.1 2.5h29.8zM38.8 0H1.3C.6 0 0 .6 0 1.3v27.5c0 .6.6 1.2 1.3 1.2h37.5c.7 0 1.3-.6 1.3-1.3V1.3C40 .6 39.4 0 38.8 0'/%3E%3C/svg%3E");
}

.icon-mail.icon-before.icon-pink:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %23e6007e;' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 40 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h40v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M37.5 27.5h-35V3.7L19.3 16c.2.2.5.2.7.2s.5-.1.7-.2L37.5 3.7v23.8zm-2.6-25L20 13.5 5.1 2.5h29.8zM38.8 0H1.3C.6 0 0 .6 0 1.3v27.5c0 .6.6 1.2 1.3 1.2h37.5c.7 0 1.3-.6 1.3-1.3V1.3C40 .6 39.4 0 38.8 0'/%3E%3C/svg%3E");
}

.icon-mail.icon-before.icon-pink:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 40 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h40v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M37.5 27.5h-35V3.7L19.3 16c.2.2.5.2.7.2s.5-.1.7-.2L37.5 3.7v23.8zm-2.6-25L20 13.5 5.1 2.5h29.8zM38.8 0H1.3C.6 0 0 .6 0 1.3v27.5c0 .6.6 1.2 1.3 1.2h37.5c.7 0 1.3-.6 1.3-1.3V1.3C40 .6 39.4 0 38.8 0'/%3E%3C/svg%3E");
}

.icon-mail.icon-before.icon-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %23fff;' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 40 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h40v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M37.5 27.5h-35V3.7L19.3 16c.2.2.5.2.7.2s.5-.1.7-.2L37.5 3.7v23.8zm-2.6-25L20 13.5 5.1 2.5h29.8zM38.8 0H1.3C.6 0 0 .6 0 1.3v27.5c0 .6.6 1.2 1.3 1.2h37.5c.7 0 1.3-.6 1.3-1.3V1.3C40 .6 39.4 0 38.8 0'/%3E%3C/svg%3E");
}

.icon-mail.icon-before.icon-white:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %2358b8b2;' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 40 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h40v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M37.5 27.5h-35V3.7L19.3 16c.2.2.5.2.7.2s.5-.1.7-.2L37.5 3.7v23.8zm-2.6-25L20 13.5 5.1 2.5h29.8zM38.8 0H1.3C.6 0 0 .6 0 1.3v27.5c0 .6.6 1.2 1.3 1.2h37.5c.7 0 1.3-.6 1.3-1.3V1.3C40 .6 39.4 0 38.8 0'/%3E%3C/svg%3E");
}

.icon-mail.icon-before.icon-gray:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %23cec4bd;' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 40 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h40v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M37.5 27.5h-35V3.7L19.3 16c.2.2.5.2.7.2s.5-.1.7-.2L37.5 3.7v23.8zm-2.6-25L20 13.5 5.1 2.5h29.8zM38.8 0H1.3C.6 0 0 .6 0 1.3v27.5c0 .6.6 1.2 1.3 1.2h37.5c.7 0 1.3-.6 1.3-1.3V1.3C40 .6 39.4 0 38.8 0'/%3E%3C/svg%3E");
}

.icon-mail.icon-after.icon-teal:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %2358b8b2;' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 40 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h40v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M37.5 27.5h-35V3.7L19.3 16c.2.2.5.2.7.2s.5-.1.7-.2L37.5 3.7v23.8zm-2.6-25L20 13.5 5.1 2.5h29.8zM38.8 0H1.3C.6 0 0 .6 0 1.3v27.5c0 .6.6 1.2 1.3 1.2h37.5c.7 0 1.3-.6 1.3-1.3V1.3C40 .6 39.4 0 38.8 0'/%3E%3C/svg%3E");
}

.icon-mail.icon-after.icon-teal:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 40 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h40v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M37.5 27.5h-35V3.7L19.3 16c.2.2.5.2.7.2s.5-.1.7-.2L37.5 3.7v23.8zm-2.6-25L20 13.5 5.1 2.5h29.8zM38.8 0H1.3C.6 0 0 .6 0 1.3v27.5c0 .6.6 1.2 1.3 1.2h37.5c.7 0 1.3-.6 1.3-1.3V1.3C40 .6 39.4 0 38.8 0'/%3E%3C/svg%3E");
}

.icon-mail.icon-after.icon-blue:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %231a2a49;' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 40 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h40v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M37.5 27.5h-35V3.7L19.3 16c.2.2.5.2.7.2s.5-.1.7-.2L37.5 3.7v23.8zm-2.6-25L20 13.5 5.1 2.5h29.8zM38.8 0H1.3C.6 0 0 .6 0 1.3v27.5c0 .6.6 1.2 1.3 1.2h37.5c.7 0 1.3-.6 1.3-1.3V1.3C40 .6 39.4 0 38.8 0'/%3E%3C/svg%3E");
}

.icon-mail.icon-after.icon-blue:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 40 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h40v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M37.5 27.5h-35V3.7L19.3 16c.2.2.5.2.7.2s.5-.1.7-.2L37.5 3.7v23.8zm-2.6-25L20 13.5 5.1 2.5h29.8zM38.8 0H1.3C.6 0 0 .6 0 1.3v27.5c0 .6.6 1.2 1.3 1.2h37.5c.7 0 1.3-.6 1.3-1.3V1.3C40 .6 39.4 0 38.8 0'/%3E%3C/svg%3E");
}

.icon-mail.icon-after.icon-green:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 40 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h40v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M37.5 27.5h-35V3.7L19.3 16c.2.2.5.2.7.2s.5-.1.7-.2L37.5 3.7v23.8zm-2.6-25L20 13.5 5.1 2.5h29.8zM38.8 0H1.3C.6 0 0 .6 0 1.3v27.5c0 .6.6 1.2 1.3 1.2h37.5c.7 0 1.3-.6 1.3-1.3V1.3C40 .6 39.4 0 38.8 0'/%3E%3C/svg%3E");
}

.icon-mail.icon-after.icon-pink:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %23e6007e;' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 40 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h40v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M37.5 27.5h-35V3.7L19.3 16c.2.2.5.2.7.2s.5-.1.7-.2L37.5 3.7v23.8zm-2.6-25L20 13.5 5.1 2.5h29.8zM38.8 0H1.3C.6 0 0 .6 0 1.3v27.5c0 .6.6 1.2 1.3 1.2h37.5c.7 0 1.3-.6 1.3-1.3V1.3C40 .6 39.4 0 38.8 0'/%3E%3C/svg%3E");
}

.icon-mail.icon-after.icon-pink:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 40 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h40v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M37.5 27.5h-35V3.7L19.3 16c.2.2.5.2.7.2s.5-.1.7-.2L37.5 3.7v23.8zm-2.6-25L20 13.5 5.1 2.5h29.8zM38.8 0H1.3C.6 0 0 .6 0 1.3v27.5c0 .6.6 1.2 1.3 1.2h37.5c.7 0 1.3-.6 1.3-1.3V1.3C40 .6 39.4 0 38.8 0'/%3E%3C/svg%3E");
}

.icon-mail.icon-after.icon-white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %23fff;' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 40 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h40v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M37.5 27.5h-35V3.7L19.3 16c.2.2.5.2.7.2s.5-.1.7-.2L37.5 3.7v23.8zm-2.6-25L20 13.5 5.1 2.5h29.8zM38.8 0H1.3C.6 0 0 .6 0 1.3v27.5c0 .6.6 1.2 1.3 1.2h37.5c.7 0 1.3-.6 1.3-1.3V1.3C40 .6 39.4 0 38.8 0'/%3E%3C/svg%3E");
}

.icon-mail.icon-after.icon-white:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %2358b8b2;' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 40 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h40v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M37.5 27.5h-35V3.7L19.3 16c.2.2.5.2.7.2s.5-.1.7-.2L37.5 3.7v23.8zm-2.6-25L20 13.5 5.1 2.5h29.8zM38.8 0H1.3C.6 0 0 .6 0 1.3v27.5c0 .6.6 1.2 1.3 1.2h37.5c.7 0 1.3-.6 1.3-1.3V1.3C40 .6 39.4 0 38.8 0'/%3E%3C/svg%3E");
}

.icon-mail.icon-after.icon-gray:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %23cec4bd;' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 40 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h40v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M37.5 27.5h-35V3.7L19.3 16c.2.2.5.2.7.2s.5-.1.7-.2L37.5 3.7v23.8zm-2.6-25L20 13.5 5.1 2.5h29.8zM38.8 0H1.3C.6 0 0 .6 0 1.3v27.5c0 .6.6 1.2 1.3 1.2h37.5c.7 0 1.3-.6 1.3-1.3V1.3C40 .6 39.4 0 38.8 0'/%3E%3C/svg%3E");
}

.icon-phone.icon-before.icon-teal:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 30.2 30.3'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30.2v30.3H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M30.1 13.4c-.6-3.3-2.1-6.3-4.5-8.7-2.4-2.4-5.4-4-8.7-4.5-.5-.1-.9.2-1 .7-.1.5.2.9.7 1 3 .5 5.6 1.9 7.8 4 2.1 2.1 3.5 4.8 4 7.8.1.4.4.7.8.7h.1c.5-.1.9-.6.8-1'/%3E%3Cpath clip-path='url(%23b)' stroke-width='.25' stroke-miterlimit='10' d='M30.1 13.4c-.6-3.3-2.1-6.3-4.5-8.7-2.4-2.4-5.4-4-8.7-4.5-.5-.1-.9.2-1 .7-.1.5.2.9.7 1 3 .5 5.6 1.9 7.8 4 2.1 2.1 3.5 4.8 4 7.8.1.4.4.7.8.7h.1c.5-.1.9-.6.8-1z'/%3E%3Cpath clip-path='url(%23b)'  d='M16.3 7.3c1.7.3 3.2 1.1 4.4 2.3 1.2 1.2 2 2.7 2.3 4.4.1.4.4.7.8.7h.1c.5-.1.8-.5.7-1-.3-2-1.3-3.8-2.7-5.3-1.4-1.5-3.3-2.4-5.3-2.7-.5-.1-.9.2-1 .7-.1.3.2.8.7.9'/%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2358B7B3' stroke-width='.25' stroke-miterlimit='10' d='M16.3 7.3c1.7.3 3.2 1.1 4.4 2.3 1.2 1.2 2 2.7 2.3 4.4.1.4.4.7.8.7h.1c.5-.1.8-.5.7-1-.3-2-1.3-3.8-2.7-5.3-1.4-1.5-3.3-2.4-5.3-2.7-.5-.1-.9.2-1 .7-.1.3.2.8.7.9z'/%3E%3Cpath clip-path='url(%23b)'  d='M26.1 25.4c-.2.3-.5.5-.8.8-.4.4-.8.8-1.2 1.3-.6.7-1.4 1-2.4 1h-.3c-1.9-.1-3.6-.9-4.9-1.5-3.6-1.7-6.7-4.2-9.3-7.3C5 17 3.5 14.6 2.6 12c-.6-1.6-.8-2.8-.7-4 .1-.7.3-1.4.9-1.9L4.9 4c.3-.3.6-.4 1-.4s.7.2.9.4c.4.4.8.7 1.1 1.1l.6.6 1.7 1.7c.7.7.7 1.3 0 2-.1.3-.3.4-.5.6-.5.5-1 1.1-1.6 1.5-.5.5-.4 1.1-.3 1.4v.1c.4 1.1 1.1 2.1 2 3.3 1.7 2.2 3.6 3.8 5.6 5.1.3.2.5.3.8.4l.6.3h.1c.2.1.4.2.6.2.5 0 .9-.3 1-.4l2.2-2.2c.2-.2.6-.5 1-.5s.7.2.9.5l3.5 3.5c.6.8.6 1.5 0 2.2m-2.3-6.7c-.6-.6-1.4-1-2.1-1-.8 0-1.5.3-2.2 1l-2 2c-.2-.1-.3-.2-.5-.3l-.6-.3c-1.9-1.2-3.6-2.7-5.2-4.7-.8-1-1.3-1.8-1.7-2.7.5-.5 1-1 1.5-1.4l.5-.5c1.3-1.3 1.3-3.1 0-4.4L9.7 4.6c-.2-.2-.4-.4-.5-.6L8 2.8c-.7-.6-1.4-.9-2.2-.9-.8 0-1.5.3-2.2.9L1.5 5C.7 5.8.3 6.8.2 7.9c-.2 1.9.3 3.6.8 4.7 1 2.8 2.6 5.3 4.8 8.1 2.8 3.3 6.1 5.9 9.9 7.8 1.5.7 3.4 1.5 5.6 1.6h.4c1.5 0 2.7-.5 3.7-1.6.3-.4.7-.8 1.1-1.1.3-.3.6-.5.8-.8.6-.7 1-1.4 1-2.2 0-.8-.3-1.5-1-2.2l-3.5-3.5z'/%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2358B7B3' stroke-width='.25' stroke-miterlimit='10' d='M26.1 25.4c-.2.3-.5.5-.8.8-.4.4-.8.8-1.2 1.3-.6.7-1.4 1-2.4 1h-.3c-1.9-.1-3.6-.9-4.9-1.5-3.6-1.7-6.7-4.2-9.3-7.3C5 17 3.5 14.6 2.6 12c-.6-1.6-.8-2.8-.7-4 .1-.7.3-1.4.9-1.9L4.9 4c.3-.3.6-.4 1-.4s.7.2.9.4c.4.4.8.7 1.1 1.1l.6.6 1.7 1.7c.7.7.7 1.3 0 2-.1.3-.3.4-.5.6-.5.5-1 1.1-1.6 1.5-.5.5-.4 1.1-.3 1.4v.1c.4 1.1 1.1 2.1 2 3.3 1.7 2.2 3.6 3.8 5.6 5.1.3.2.5.3.8.4l.6.3h.1c.2.1.4.2.6.2.5 0 .9-.3 1-.4l2.2-2.2c.2-.2.6-.5 1-.5s.7.2.9.5l3.5 3.5c.6.8.6 1.5 0 2.2zm-2.3-6.7c-.6-.6-1.4-1-2.1-1-.8 0-1.5.3-2.2 1l-2 2c-.2-.1-.3-.2-.5-.3l-.6-.3c-1.9-1.2-3.6-2.7-5.2-4.7-.8-1-1.3-1.8-1.7-2.7.5-.5 1-1 1.5-1.4l.5-.5c1.3-1.3 1.3-3.1 0-4.4L9.7 4.6c-.2-.2-.4-.4-.5-.6L8 2.8c-.7-.6-1.4-.9-2.2-.9-.8 0-1.5.3-2.2.9L1.5 5C.7 5.8.3 6.8.2 7.9c-.2 1.9.3 3.6.8 4.7 1 2.8 2.6 5.3 4.8 8.1 2.8 3.3 6.1 5.9 9.9 7.8 1.5.7 3.4 1.5 5.6 1.6h.4c1.5 0 2.7-.5 3.7-1.6.3-.4.7-.8 1.1-1.1.3-.3.6-.5.8-.8.6-.7 1-1.4 1-2.2 0-.8-.3-1.5-1-2.2l-3.5-3.5z'/%3E%3C/svg%3E");
}

.icon-phone.icon-before.icon-teal:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 30.2 30.3'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30.2v30.3H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M30.1 13.4c-.6-3.3-2.1-6.3-4.5-8.7-2.4-2.4-5.4-4-8.7-4.5-.5-.1-.9.2-1 .7-.1.5.2.9.7 1 3 .5 5.6 1.9 7.8 4 2.1 2.1 3.5 4.8 4 7.8.1.4.4.7.8.7h.1c.5-.1.9-.6.8-1'/%3E%3Cpath clip-path='url(%23b)' stroke-width='.25' stroke-miterlimit='10' d='M30.1 13.4c-.6-3.3-2.1-6.3-4.5-8.7-2.4-2.4-5.4-4-8.7-4.5-.5-.1-.9.2-1 .7-.1.5.2.9.7 1 3 .5 5.6 1.9 7.8 4 2.1 2.1 3.5 4.8 4 7.8.1.4.4.7.8.7h.1c.5-.1.9-.6.8-1z'/%3E%3Cpath clip-path='url(%23b)'  d='M16.3 7.3c1.7.3 3.2 1.1 4.4 2.3 1.2 1.2 2 2.7 2.3 4.4.1.4.4.7.8.7h.1c.5-.1.8-.5.7-1-.3-2-1.3-3.8-2.7-5.3-1.4-1.5-3.3-2.4-5.3-2.7-.5-.1-.9.2-1 .7-.1.3.2.8.7.9'/%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2358B7B3' stroke-width='.25' stroke-miterlimit='10' d='M16.3 7.3c1.7.3 3.2 1.1 4.4 2.3 1.2 1.2 2 2.7 2.3 4.4.1.4.4.7.8.7h.1c.5-.1.8-.5.7-1-.3-2-1.3-3.8-2.7-5.3-1.4-1.5-3.3-2.4-5.3-2.7-.5-.1-.9.2-1 .7-.1.3.2.8.7.9z'/%3E%3Cpath clip-path='url(%23b)'  d='M26.1 25.4c-.2.3-.5.5-.8.8-.4.4-.8.8-1.2 1.3-.6.7-1.4 1-2.4 1h-.3c-1.9-.1-3.6-.9-4.9-1.5-3.6-1.7-6.7-4.2-9.3-7.3C5 17 3.5 14.6 2.6 12c-.6-1.6-.8-2.8-.7-4 .1-.7.3-1.4.9-1.9L4.9 4c.3-.3.6-.4 1-.4s.7.2.9.4c.4.4.8.7 1.1 1.1l.6.6 1.7 1.7c.7.7.7 1.3 0 2-.1.3-.3.4-.5.6-.5.5-1 1.1-1.6 1.5-.5.5-.4 1.1-.3 1.4v.1c.4 1.1 1.1 2.1 2 3.3 1.7 2.2 3.6 3.8 5.6 5.1.3.2.5.3.8.4l.6.3h.1c.2.1.4.2.6.2.5 0 .9-.3 1-.4l2.2-2.2c.2-.2.6-.5 1-.5s.7.2.9.5l3.5 3.5c.6.8.6 1.5 0 2.2m-2.3-6.7c-.6-.6-1.4-1-2.1-1-.8 0-1.5.3-2.2 1l-2 2c-.2-.1-.3-.2-.5-.3l-.6-.3c-1.9-1.2-3.6-2.7-5.2-4.7-.8-1-1.3-1.8-1.7-2.7.5-.5 1-1 1.5-1.4l.5-.5c1.3-1.3 1.3-3.1 0-4.4L9.7 4.6c-.2-.2-.4-.4-.5-.6L8 2.8c-.7-.6-1.4-.9-2.2-.9-.8 0-1.5.3-2.2.9L1.5 5C.7 5.8.3 6.8.2 7.9c-.2 1.9.3 3.6.8 4.7 1 2.8 2.6 5.3 4.8 8.1 2.8 3.3 6.1 5.9 9.9 7.8 1.5.7 3.4 1.5 5.6 1.6h.4c1.5 0 2.7-.5 3.7-1.6.3-.4.7-.8 1.1-1.1.3-.3.6-.5.8-.8.6-.7 1-1.4 1-2.2 0-.8-.3-1.5-1-2.2l-3.5-3.5z'/%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2358B7B3' stroke-width='.25' stroke-miterlimit='10' d='M26.1 25.4c-.2.3-.5.5-.8.8-.4.4-.8.8-1.2 1.3-.6.7-1.4 1-2.4 1h-.3c-1.9-.1-3.6-.9-4.9-1.5-3.6-1.7-6.7-4.2-9.3-7.3C5 17 3.5 14.6 2.6 12c-.6-1.6-.8-2.8-.7-4 .1-.7.3-1.4.9-1.9L4.9 4c.3-.3.6-.4 1-.4s.7.2.9.4c.4.4.8.7 1.1 1.1l.6.6 1.7 1.7c.7.7.7 1.3 0 2-.1.3-.3.4-.5.6-.5.5-1 1.1-1.6 1.5-.5.5-.4 1.1-.3 1.4v.1c.4 1.1 1.1 2.1 2 3.3 1.7 2.2 3.6 3.8 5.6 5.1.3.2.5.3.8.4l.6.3h.1c.2.1.4.2.6.2.5 0 .9-.3 1-.4l2.2-2.2c.2-.2.6-.5 1-.5s.7.2.9.5l3.5 3.5c.6.8.6 1.5 0 2.2zm-2.3-6.7c-.6-.6-1.4-1-2.1-1-.8 0-1.5.3-2.2 1l-2 2c-.2-.1-.3-.2-.5-.3l-.6-.3c-1.9-1.2-3.6-2.7-5.2-4.7-.8-1-1.3-1.8-1.7-2.7.5-.5 1-1 1.5-1.4l.5-.5c1.3-1.3 1.3-3.1 0-4.4L9.7 4.6c-.2-.2-.4-.4-.5-.6L8 2.8c-.7-.6-1.4-.9-2.2-.9-.8 0-1.5.3-2.2.9L1.5 5C.7 5.8.3 6.8.2 7.9c-.2 1.9.3 3.6.8 4.7 1 2.8 2.6 5.3 4.8 8.1 2.8 3.3 6.1 5.9 9.9 7.8 1.5.7 3.4 1.5 5.6 1.6h.4c1.5 0 2.7-.5 3.7-1.6.3-.4.7-.8 1.1-1.1.3-.3.6-.5.8-.8.6-.7 1-1.4 1-2.2 0-.8-.3-1.5-1-2.2l-3.5-3.5z'/%3E%3C/svg%3E");
}

.icon-phone.icon-before.icon-blue:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 30.2 30.3'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30.2v30.3H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M30.1 13.4c-.6-3.3-2.1-6.3-4.5-8.7-2.4-2.4-5.4-4-8.7-4.5-.5-.1-.9.2-1 .7-.1.5.2.9.7 1 3 .5 5.6 1.9 7.8 4 2.1 2.1 3.5 4.8 4 7.8.1.4.4.7.8.7h.1c.5-.1.9-.6.8-1'/%3E%3Cpath clip-path='url(%23b)' stroke-width='.25' stroke-miterlimit='10' d='M30.1 13.4c-.6-3.3-2.1-6.3-4.5-8.7-2.4-2.4-5.4-4-8.7-4.5-.5-.1-.9.2-1 .7-.1.5.2.9.7 1 3 .5 5.6 1.9 7.8 4 2.1 2.1 3.5 4.8 4 7.8.1.4.4.7.8.7h.1c.5-.1.9-.6.8-1z'/%3E%3Cpath clip-path='url(%23b)'  d='M16.3 7.3c1.7.3 3.2 1.1 4.4 2.3 1.2 1.2 2 2.7 2.3 4.4.1.4.4.7.8.7h.1c.5-.1.8-.5.7-1-.3-2-1.3-3.8-2.7-5.3-1.4-1.5-3.3-2.4-5.3-2.7-.5-.1-.9.2-1 .7-.1.3.2.8.7.9'/%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2358B7B3' stroke-width='.25' stroke-miterlimit='10' d='M16.3 7.3c1.7.3 3.2 1.1 4.4 2.3 1.2 1.2 2 2.7 2.3 4.4.1.4.4.7.8.7h.1c.5-.1.8-.5.7-1-.3-2-1.3-3.8-2.7-5.3-1.4-1.5-3.3-2.4-5.3-2.7-.5-.1-.9.2-1 .7-.1.3.2.8.7.9z'/%3E%3Cpath clip-path='url(%23b)'  d='M26.1 25.4c-.2.3-.5.5-.8.8-.4.4-.8.8-1.2 1.3-.6.7-1.4 1-2.4 1h-.3c-1.9-.1-3.6-.9-4.9-1.5-3.6-1.7-6.7-4.2-9.3-7.3C5 17 3.5 14.6 2.6 12c-.6-1.6-.8-2.8-.7-4 .1-.7.3-1.4.9-1.9L4.9 4c.3-.3.6-.4 1-.4s.7.2.9.4c.4.4.8.7 1.1 1.1l.6.6 1.7 1.7c.7.7.7 1.3 0 2-.1.3-.3.4-.5.6-.5.5-1 1.1-1.6 1.5-.5.5-.4 1.1-.3 1.4v.1c.4 1.1 1.1 2.1 2 3.3 1.7 2.2 3.6 3.8 5.6 5.1.3.2.5.3.8.4l.6.3h.1c.2.1.4.2.6.2.5 0 .9-.3 1-.4l2.2-2.2c.2-.2.6-.5 1-.5s.7.2.9.5l3.5 3.5c.6.8.6 1.5 0 2.2m-2.3-6.7c-.6-.6-1.4-1-2.1-1-.8 0-1.5.3-2.2 1l-2 2c-.2-.1-.3-.2-.5-.3l-.6-.3c-1.9-1.2-3.6-2.7-5.2-4.7-.8-1-1.3-1.8-1.7-2.7.5-.5 1-1 1.5-1.4l.5-.5c1.3-1.3 1.3-3.1 0-4.4L9.7 4.6c-.2-.2-.4-.4-.5-.6L8 2.8c-.7-.6-1.4-.9-2.2-.9-.8 0-1.5.3-2.2.9L1.5 5C.7 5.8.3 6.8.2 7.9c-.2 1.9.3 3.6.8 4.7 1 2.8 2.6 5.3 4.8 8.1 2.8 3.3 6.1 5.9 9.9 7.8 1.5.7 3.4 1.5 5.6 1.6h.4c1.5 0 2.7-.5 3.7-1.6.3-.4.7-.8 1.1-1.1.3-.3.6-.5.8-.8.6-.7 1-1.4 1-2.2 0-.8-.3-1.5-1-2.2l-3.5-3.5z'/%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2358B7B3' stroke-width='.25' stroke-miterlimit='10' d='M26.1 25.4c-.2.3-.5.5-.8.8-.4.4-.8.8-1.2 1.3-.6.7-1.4 1-2.4 1h-.3c-1.9-.1-3.6-.9-4.9-1.5-3.6-1.7-6.7-4.2-9.3-7.3C5 17 3.5 14.6 2.6 12c-.6-1.6-.8-2.8-.7-4 .1-.7.3-1.4.9-1.9L4.9 4c.3-.3.6-.4 1-.4s.7.2.9.4c.4.4.8.7 1.1 1.1l.6.6 1.7 1.7c.7.7.7 1.3 0 2-.1.3-.3.4-.5.6-.5.5-1 1.1-1.6 1.5-.5.5-.4 1.1-.3 1.4v.1c.4 1.1 1.1 2.1 2 3.3 1.7 2.2 3.6 3.8 5.6 5.1.3.2.5.3.8.4l.6.3h.1c.2.1.4.2.6.2.5 0 .9-.3 1-.4l2.2-2.2c.2-.2.6-.5 1-.5s.7.2.9.5l3.5 3.5c.6.8.6 1.5 0 2.2zm-2.3-6.7c-.6-.6-1.4-1-2.1-1-.8 0-1.5.3-2.2 1l-2 2c-.2-.1-.3-.2-.5-.3l-.6-.3c-1.9-1.2-3.6-2.7-5.2-4.7-.8-1-1.3-1.8-1.7-2.7.5-.5 1-1 1.5-1.4l.5-.5c1.3-1.3 1.3-3.1 0-4.4L9.7 4.6c-.2-.2-.4-.4-.5-.6L8 2.8c-.7-.6-1.4-.9-2.2-.9-.8 0-1.5.3-2.2.9L1.5 5C.7 5.8.3 6.8.2 7.9c-.2 1.9.3 3.6.8 4.7 1 2.8 2.6 5.3 4.8 8.1 2.8 3.3 6.1 5.9 9.9 7.8 1.5.7 3.4 1.5 5.6 1.6h.4c1.5 0 2.7-.5 3.7-1.6.3-.4.7-.8 1.1-1.1.3-.3.6-.5.8-.8.6-.7 1-1.4 1-2.2 0-.8-.3-1.5-1-2.2l-3.5-3.5z'/%3E%3C/svg%3E");
}

.icon-phone.icon-before.icon-blue:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 30.2 30.3'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30.2v30.3H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M30.1 13.4c-.6-3.3-2.1-6.3-4.5-8.7-2.4-2.4-5.4-4-8.7-4.5-.5-.1-.9.2-1 .7-.1.5.2.9.7 1 3 .5 5.6 1.9 7.8 4 2.1 2.1 3.5 4.8 4 7.8.1.4.4.7.8.7h.1c.5-.1.9-.6.8-1'/%3E%3Cpath clip-path='url(%23b)' stroke-width='.25' stroke-miterlimit='10' d='M30.1 13.4c-.6-3.3-2.1-6.3-4.5-8.7-2.4-2.4-5.4-4-8.7-4.5-.5-.1-.9.2-1 .7-.1.5.2.9.7 1 3 .5 5.6 1.9 7.8 4 2.1 2.1 3.5 4.8 4 7.8.1.4.4.7.8.7h.1c.5-.1.9-.6.8-1z'/%3E%3Cpath clip-path='url(%23b)'  d='M16.3 7.3c1.7.3 3.2 1.1 4.4 2.3 1.2 1.2 2 2.7 2.3 4.4.1.4.4.7.8.7h.1c.5-.1.8-.5.7-1-.3-2-1.3-3.8-2.7-5.3-1.4-1.5-3.3-2.4-5.3-2.7-.5-.1-.9.2-1 .7-.1.3.2.8.7.9'/%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2358B7B3' stroke-width='.25' stroke-miterlimit='10' d='M16.3 7.3c1.7.3 3.2 1.1 4.4 2.3 1.2 1.2 2 2.7 2.3 4.4.1.4.4.7.8.7h.1c.5-.1.8-.5.7-1-.3-2-1.3-3.8-2.7-5.3-1.4-1.5-3.3-2.4-5.3-2.7-.5-.1-.9.2-1 .7-.1.3.2.8.7.9z'/%3E%3Cpath clip-path='url(%23b)'  d='M26.1 25.4c-.2.3-.5.5-.8.8-.4.4-.8.8-1.2 1.3-.6.7-1.4 1-2.4 1h-.3c-1.9-.1-3.6-.9-4.9-1.5-3.6-1.7-6.7-4.2-9.3-7.3C5 17 3.5 14.6 2.6 12c-.6-1.6-.8-2.8-.7-4 .1-.7.3-1.4.9-1.9L4.9 4c.3-.3.6-.4 1-.4s.7.2.9.4c.4.4.8.7 1.1 1.1l.6.6 1.7 1.7c.7.7.7 1.3 0 2-.1.3-.3.4-.5.6-.5.5-1 1.1-1.6 1.5-.5.5-.4 1.1-.3 1.4v.1c.4 1.1 1.1 2.1 2 3.3 1.7 2.2 3.6 3.8 5.6 5.1.3.2.5.3.8.4l.6.3h.1c.2.1.4.2.6.2.5 0 .9-.3 1-.4l2.2-2.2c.2-.2.6-.5 1-.5s.7.2.9.5l3.5 3.5c.6.8.6 1.5 0 2.2m-2.3-6.7c-.6-.6-1.4-1-2.1-1-.8 0-1.5.3-2.2 1l-2 2c-.2-.1-.3-.2-.5-.3l-.6-.3c-1.9-1.2-3.6-2.7-5.2-4.7-.8-1-1.3-1.8-1.7-2.7.5-.5 1-1 1.5-1.4l.5-.5c1.3-1.3 1.3-3.1 0-4.4L9.7 4.6c-.2-.2-.4-.4-.5-.6L8 2.8c-.7-.6-1.4-.9-2.2-.9-.8 0-1.5.3-2.2.9L1.5 5C.7 5.8.3 6.8.2 7.9c-.2 1.9.3 3.6.8 4.7 1 2.8 2.6 5.3 4.8 8.1 2.8 3.3 6.1 5.9 9.9 7.8 1.5.7 3.4 1.5 5.6 1.6h.4c1.5 0 2.7-.5 3.7-1.6.3-.4.7-.8 1.1-1.1.3-.3.6-.5.8-.8.6-.7 1-1.4 1-2.2 0-.8-.3-1.5-1-2.2l-3.5-3.5z'/%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2358B7B3' stroke-width='.25' stroke-miterlimit='10' d='M26.1 25.4c-.2.3-.5.5-.8.8-.4.4-.8.8-1.2 1.3-.6.7-1.4 1-2.4 1h-.3c-1.9-.1-3.6-.9-4.9-1.5-3.6-1.7-6.7-4.2-9.3-7.3C5 17 3.5 14.6 2.6 12c-.6-1.6-.8-2.8-.7-4 .1-.7.3-1.4.9-1.9L4.9 4c.3-.3.6-.4 1-.4s.7.2.9.4c.4.4.8.7 1.1 1.1l.6.6 1.7 1.7c.7.7.7 1.3 0 2-.1.3-.3.4-.5.6-.5.5-1 1.1-1.6 1.5-.5.5-.4 1.1-.3 1.4v.1c.4 1.1 1.1 2.1 2 3.3 1.7 2.2 3.6 3.8 5.6 5.1.3.2.5.3.8.4l.6.3h.1c.2.1.4.2.6.2.5 0 .9-.3 1-.4l2.2-2.2c.2-.2.6-.5 1-.5s.7.2.9.5l3.5 3.5c.6.8.6 1.5 0 2.2zm-2.3-6.7c-.6-.6-1.4-1-2.1-1-.8 0-1.5.3-2.2 1l-2 2c-.2-.1-.3-.2-.5-.3l-.6-.3c-1.9-1.2-3.6-2.7-5.2-4.7-.8-1-1.3-1.8-1.7-2.7.5-.5 1-1 1.5-1.4l.5-.5c1.3-1.3 1.3-3.1 0-4.4L9.7 4.6c-.2-.2-.4-.4-.5-.6L8 2.8c-.7-.6-1.4-.9-2.2-.9-.8 0-1.5.3-2.2.9L1.5 5C.7 5.8.3 6.8.2 7.9c-.2 1.9.3 3.6.8 4.7 1 2.8 2.6 5.3 4.8 8.1 2.8 3.3 6.1 5.9 9.9 7.8 1.5.7 3.4 1.5 5.6 1.6h.4c1.5 0 2.7-.5 3.7-1.6.3-.4.7-.8 1.1-1.1.3-.3.6-.5.8-.8.6-.7 1-1.4 1-2.2 0-.8-.3-1.5-1-2.2l-3.5-3.5z'/%3E%3C/svg%3E");
}

.icon-phone.icon-before.icon-green:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 30.2 30.3'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30.2v30.3H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M30.1 13.4c-.6-3.3-2.1-6.3-4.5-8.7-2.4-2.4-5.4-4-8.7-4.5-.5-.1-.9.2-1 .7-.1.5.2.9.7 1 3 .5 5.6 1.9 7.8 4 2.1 2.1 3.5 4.8 4 7.8.1.4.4.7.8.7h.1c.5-.1.9-.6.8-1'/%3E%3Cpath clip-path='url(%23b)' stroke-width='.25' stroke-miterlimit='10' d='M30.1 13.4c-.6-3.3-2.1-6.3-4.5-8.7-2.4-2.4-5.4-4-8.7-4.5-.5-.1-.9.2-1 .7-.1.5.2.9.7 1 3 .5 5.6 1.9 7.8 4 2.1 2.1 3.5 4.8 4 7.8.1.4.4.7.8.7h.1c.5-.1.9-.6.8-1z'/%3E%3Cpath clip-path='url(%23b)'  d='M16.3 7.3c1.7.3 3.2 1.1 4.4 2.3 1.2 1.2 2 2.7 2.3 4.4.1.4.4.7.8.7h.1c.5-.1.8-.5.7-1-.3-2-1.3-3.8-2.7-5.3-1.4-1.5-3.3-2.4-5.3-2.7-.5-.1-.9.2-1 .7-.1.3.2.8.7.9'/%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2358B7B3' stroke-width='.25' stroke-miterlimit='10' d='M16.3 7.3c1.7.3 3.2 1.1 4.4 2.3 1.2 1.2 2 2.7 2.3 4.4.1.4.4.7.8.7h.1c.5-.1.8-.5.7-1-.3-2-1.3-3.8-2.7-5.3-1.4-1.5-3.3-2.4-5.3-2.7-.5-.1-.9.2-1 .7-.1.3.2.8.7.9z'/%3E%3Cpath clip-path='url(%23b)'  d='M26.1 25.4c-.2.3-.5.5-.8.8-.4.4-.8.8-1.2 1.3-.6.7-1.4 1-2.4 1h-.3c-1.9-.1-3.6-.9-4.9-1.5-3.6-1.7-6.7-4.2-9.3-7.3C5 17 3.5 14.6 2.6 12c-.6-1.6-.8-2.8-.7-4 .1-.7.3-1.4.9-1.9L4.9 4c.3-.3.6-.4 1-.4s.7.2.9.4c.4.4.8.7 1.1 1.1l.6.6 1.7 1.7c.7.7.7 1.3 0 2-.1.3-.3.4-.5.6-.5.5-1 1.1-1.6 1.5-.5.5-.4 1.1-.3 1.4v.1c.4 1.1 1.1 2.1 2 3.3 1.7 2.2 3.6 3.8 5.6 5.1.3.2.5.3.8.4l.6.3h.1c.2.1.4.2.6.2.5 0 .9-.3 1-.4l2.2-2.2c.2-.2.6-.5 1-.5s.7.2.9.5l3.5 3.5c.6.8.6 1.5 0 2.2m-2.3-6.7c-.6-.6-1.4-1-2.1-1-.8 0-1.5.3-2.2 1l-2 2c-.2-.1-.3-.2-.5-.3l-.6-.3c-1.9-1.2-3.6-2.7-5.2-4.7-.8-1-1.3-1.8-1.7-2.7.5-.5 1-1 1.5-1.4l.5-.5c1.3-1.3 1.3-3.1 0-4.4L9.7 4.6c-.2-.2-.4-.4-.5-.6L8 2.8c-.7-.6-1.4-.9-2.2-.9-.8 0-1.5.3-2.2.9L1.5 5C.7 5.8.3 6.8.2 7.9c-.2 1.9.3 3.6.8 4.7 1 2.8 2.6 5.3 4.8 8.1 2.8 3.3 6.1 5.9 9.9 7.8 1.5.7 3.4 1.5 5.6 1.6h.4c1.5 0 2.7-.5 3.7-1.6.3-.4.7-.8 1.1-1.1.3-.3.6-.5.8-.8.6-.7 1-1.4 1-2.2 0-.8-.3-1.5-1-2.2l-3.5-3.5z'/%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2358B7B3' stroke-width='.25' stroke-miterlimit='10' d='M26.1 25.4c-.2.3-.5.5-.8.8-.4.4-.8.8-1.2 1.3-.6.7-1.4 1-2.4 1h-.3c-1.9-.1-3.6-.9-4.9-1.5-3.6-1.7-6.7-4.2-9.3-7.3C5 17 3.5 14.6 2.6 12c-.6-1.6-.8-2.8-.7-4 .1-.7.3-1.4.9-1.9L4.9 4c.3-.3.6-.4 1-.4s.7.2.9.4c.4.4.8.7 1.1 1.1l.6.6 1.7 1.7c.7.7.7 1.3 0 2-.1.3-.3.4-.5.6-.5.5-1 1.1-1.6 1.5-.5.5-.4 1.1-.3 1.4v.1c.4 1.1 1.1 2.1 2 3.3 1.7 2.2 3.6 3.8 5.6 5.1.3.2.5.3.8.4l.6.3h.1c.2.1.4.2.6.2.5 0 .9-.3 1-.4l2.2-2.2c.2-.2.6-.5 1-.5s.7.2.9.5l3.5 3.5c.6.8.6 1.5 0 2.2zm-2.3-6.7c-.6-.6-1.4-1-2.1-1-.8 0-1.5.3-2.2 1l-2 2c-.2-.1-.3-.2-.5-.3l-.6-.3c-1.9-1.2-3.6-2.7-5.2-4.7-.8-1-1.3-1.8-1.7-2.7.5-.5 1-1 1.5-1.4l.5-.5c1.3-1.3 1.3-3.1 0-4.4L9.7 4.6c-.2-.2-.4-.4-.5-.6L8 2.8c-.7-.6-1.4-.9-2.2-.9-.8 0-1.5.3-2.2.9L1.5 5C.7 5.8.3 6.8.2 7.9c-.2 1.9.3 3.6.8 4.7 1 2.8 2.6 5.3 4.8 8.1 2.8 3.3 6.1 5.9 9.9 7.8 1.5.7 3.4 1.5 5.6 1.6h.4c1.5 0 2.7-.5 3.7-1.6.3-.4.7-.8 1.1-1.1.3-.3.6-.5.8-.8.6-.7 1-1.4 1-2.2 0-.8-.3-1.5-1-2.2l-3.5-3.5z'/%3E%3C/svg%3E");
}

.icon-phone.icon-before.icon-pink:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 30.2 30.3'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30.2v30.3H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M30.1 13.4c-.6-3.3-2.1-6.3-4.5-8.7-2.4-2.4-5.4-4-8.7-4.5-.5-.1-.9.2-1 .7-.1.5.2.9.7 1 3 .5 5.6 1.9 7.8 4 2.1 2.1 3.5 4.8 4 7.8.1.4.4.7.8.7h.1c.5-.1.9-.6.8-1'/%3E%3Cpath clip-path='url(%23b)' stroke-width='.25' stroke-miterlimit='10' d='M30.1 13.4c-.6-3.3-2.1-6.3-4.5-8.7-2.4-2.4-5.4-4-8.7-4.5-.5-.1-.9.2-1 .7-.1.5.2.9.7 1 3 .5 5.6 1.9 7.8 4 2.1 2.1 3.5 4.8 4 7.8.1.4.4.7.8.7h.1c.5-.1.9-.6.8-1z'/%3E%3Cpath clip-path='url(%23b)'  d='M16.3 7.3c1.7.3 3.2 1.1 4.4 2.3 1.2 1.2 2 2.7 2.3 4.4.1.4.4.7.8.7h.1c.5-.1.8-.5.7-1-.3-2-1.3-3.8-2.7-5.3-1.4-1.5-3.3-2.4-5.3-2.7-.5-.1-.9.2-1 .7-.1.3.2.8.7.9'/%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2358B7B3' stroke-width='.25' stroke-miterlimit='10' d='M16.3 7.3c1.7.3 3.2 1.1 4.4 2.3 1.2 1.2 2 2.7 2.3 4.4.1.4.4.7.8.7h.1c.5-.1.8-.5.7-1-.3-2-1.3-3.8-2.7-5.3-1.4-1.5-3.3-2.4-5.3-2.7-.5-.1-.9.2-1 .7-.1.3.2.8.7.9z'/%3E%3Cpath clip-path='url(%23b)'  d='M26.1 25.4c-.2.3-.5.5-.8.8-.4.4-.8.8-1.2 1.3-.6.7-1.4 1-2.4 1h-.3c-1.9-.1-3.6-.9-4.9-1.5-3.6-1.7-6.7-4.2-9.3-7.3C5 17 3.5 14.6 2.6 12c-.6-1.6-.8-2.8-.7-4 .1-.7.3-1.4.9-1.9L4.9 4c.3-.3.6-.4 1-.4s.7.2.9.4c.4.4.8.7 1.1 1.1l.6.6 1.7 1.7c.7.7.7 1.3 0 2-.1.3-.3.4-.5.6-.5.5-1 1.1-1.6 1.5-.5.5-.4 1.1-.3 1.4v.1c.4 1.1 1.1 2.1 2 3.3 1.7 2.2 3.6 3.8 5.6 5.1.3.2.5.3.8.4l.6.3h.1c.2.1.4.2.6.2.5 0 .9-.3 1-.4l2.2-2.2c.2-.2.6-.5 1-.5s.7.2.9.5l3.5 3.5c.6.8.6 1.5 0 2.2m-2.3-6.7c-.6-.6-1.4-1-2.1-1-.8 0-1.5.3-2.2 1l-2 2c-.2-.1-.3-.2-.5-.3l-.6-.3c-1.9-1.2-3.6-2.7-5.2-4.7-.8-1-1.3-1.8-1.7-2.7.5-.5 1-1 1.5-1.4l.5-.5c1.3-1.3 1.3-3.1 0-4.4L9.7 4.6c-.2-.2-.4-.4-.5-.6L8 2.8c-.7-.6-1.4-.9-2.2-.9-.8 0-1.5.3-2.2.9L1.5 5C.7 5.8.3 6.8.2 7.9c-.2 1.9.3 3.6.8 4.7 1 2.8 2.6 5.3 4.8 8.1 2.8 3.3 6.1 5.9 9.9 7.8 1.5.7 3.4 1.5 5.6 1.6h.4c1.5 0 2.7-.5 3.7-1.6.3-.4.7-.8 1.1-1.1.3-.3.6-.5.8-.8.6-.7 1-1.4 1-2.2 0-.8-.3-1.5-1-2.2l-3.5-3.5z'/%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2358B7B3' stroke-width='.25' stroke-miterlimit='10' d='M26.1 25.4c-.2.3-.5.5-.8.8-.4.4-.8.8-1.2 1.3-.6.7-1.4 1-2.4 1h-.3c-1.9-.1-3.6-.9-4.9-1.5-3.6-1.7-6.7-4.2-9.3-7.3C5 17 3.5 14.6 2.6 12c-.6-1.6-.8-2.8-.7-4 .1-.7.3-1.4.9-1.9L4.9 4c.3-.3.6-.4 1-.4s.7.2.9.4c.4.4.8.7 1.1 1.1l.6.6 1.7 1.7c.7.7.7 1.3 0 2-.1.3-.3.4-.5.6-.5.5-1 1.1-1.6 1.5-.5.5-.4 1.1-.3 1.4v.1c.4 1.1 1.1 2.1 2 3.3 1.7 2.2 3.6 3.8 5.6 5.1.3.2.5.3.8.4l.6.3h.1c.2.1.4.2.6.2.5 0 .9-.3 1-.4l2.2-2.2c.2-.2.6-.5 1-.5s.7.2.9.5l3.5 3.5c.6.8.6 1.5 0 2.2zm-2.3-6.7c-.6-.6-1.4-1-2.1-1-.8 0-1.5.3-2.2 1l-2 2c-.2-.1-.3-.2-.5-.3l-.6-.3c-1.9-1.2-3.6-2.7-5.2-4.7-.8-1-1.3-1.8-1.7-2.7.5-.5 1-1 1.5-1.4l.5-.5c1.3-1.3 1.3-3.1 0-4.4L9.7 4.6c-.2-.2-.4-.4-.5-.6L8 2.8c-.7-.6-1.4-.9-2.2-.9-.8 0-1.5.3-2.2.9L1.5 5C.7 5.8.3 6.8.2 7.9c-.2 1.9.3 3.6.8 4.7 1 2.8 2.6 5.3 4.8 8.1 2.8 3.3 6.1 5.9 9.9 7.8 1.5.7 3.4 1.5 5.6 1.6h.4c1.5 0 2.7-.5 3.7-1.6.3-.4.7-.8 1.1-1.1.3-.3.6-.5.8-.8.6-.7 1-1.4 1-2.2 0-.8-.3-1.5-1-2.2l-3.5-3.5z'/%3E%3C/svg%3E");
}

.icon-phone.icon-before.icon-pink:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 30.2 30.3'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30.2v30.3H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M30.1 13.4c-.6-3.3-2.1-6.3-4.5-8.7-2.4-2.4-5.4-4-8.7-4.5-.5-.1-.9.2-1 .7-.1.5.2.9.7 1 3 .5 5.6 1.9 7.8 4 2.1 2.1 3.5 4.8 4 7.8.1.4.4.7.8.7h.1c.5-.1.9-.6.8-1'/%3E%3Cpath clip-path='url(%23b)' stroke-width='.25' stroke-miterlimit='10' d='M30.1 13.4c-.6-3.3-2.1-6.3-4.5-8.7-2.4-2.4-5.4-4-8.7-4.5-.5-.1-.9.2-1 .7-.1.5.2.9.7 1 3 .5 5.6 1.9 7.8 4 2.1 2.1 3.5 4.8 4 7.8.1.4.4.7.8.7h.1c.5-.1.9-.6.8-1z'/%3E%3Cpath clip-path='url(%23b)'  d='M16.3 7.3c1.7.3 3.2 1.1 4.4 2.3 1.2 1.2 2 2.7 2.3 4.4.1.4.4.7.8.7h.1c.5-.1.8-.5.7-1-.3-2-1.3-3.8-2.7-5.3-1.4-1.5-3.3-2.4-5.3-2.7-.5-.1-.9.2-1 .7-.1.3.2.8.7.9'/%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2358B7B3' stroke-width='.25' stroke-miterlimit='10' d='M16.3 7.3c1.7.3 3.2 1.1 4.4 2.3 1.2 1.2 2 2.7 2.3 4.4.1.4.4.7.8.7h.1c.5-.1.8-.5.7-1-.3-2-1.3-3.8-2.7-5.3-1.4-1.5-3.3-2.4-5.3-2.7-.5-.1-.9.2-1 .7-.1.3.2.8.7.9z'/%3E%3Cpath clip-path='url(%23b)'  d='M26.1 25.4c-.2.3-.5.5-.8.8-.4.4-.8.8-1.2 1.3-.6.7-1.4 1-2.4 1h-.3c-1.9-.1-3.6-.9-4.9-1.5-3.6-1.7-6.7-4.2-9.3-7.3C5 17 3.5 14.6 2.6 12c-.6-1.6-.8-2.8-.7-4 .1-.7.3-1.4.9-1.9L4.9 4c.3-.3.6-.4 1-.4s.7.2.9.4c.4.4.8.7 1.1 1.1l.6.6 1.7 1.7c.7.7.7 1.3 0 2-.1.3-.3.4-.5.6-.5.5-1 1.1-1.6 1.5-.5.5-.4 1.1-.3 1.4v.1c.4 1.1 1.1 2.1 2 3.3 1.7 2.2 3.6 3.8 5.6 5.1.3.2.5.3.8.4l.6.3h.1c.2.1.4.2.6.2.5 0 .9-.3 1-.4l2.2-2.2c.2-.2.6-.5 1-.5s.7.2.9.5l3.5 3.5c.6.8.6 1.5 0 2.2m-2.3-6.7c-.6-.6-1.4-1-2.1-1-.8 0-1.5.3-2.2 1l-2 2c-.2-.1-.3-.2-.5-.3l-.6-.3c-1.9-1.2-3.6-2.7-5.2-4.7-.8-1-1.3-1.8-1.7-2.7.5-.5 1-1 1.5-1.4l.5-.5c1.3-1.3 1.3-3.1 0-4.4L9.7 4.6c-.2-.2-.4-.4-.5-.6L8 2.8c-.7-.6-1.4-.9-2.2-.9-.8 0-1.5.3-2.2.9L1.5 5C.7 5.8.3 6.8.2 7.9c-.2 1.9.3 3.6.8 4.7 1 2.8 2.6 5.3 4.8 8.1 2.8 3.3 6.1 5.9 9.9 7.8 1.5.7 3.4 1.5 5.6 1.6h.4c1.5 0 2.7-.5 3.7-1.6.3-.4.7-.8 1.1-1.1.3-.3.6-.5.8-.8.6-.7 1-1.4 1-2.2 0-.8-.3-1.5-1-2.2l-3.5-3.5z'/%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2358B7B3' stroke-width='.25' stroke-miterlimit='10' d='M26.1 25.4c-.2.3-.5.5-.8.8-.4.4-.8.8-1.2 1.3-.6.7-1.4 1-2.4 1h-.3c-1.9-.1-3.6-.9-4.9-1.5-3.6-1.7-6.7-4.2-9.3-7.3C5 17 3.5 14.6 2.6 12c-.6-1.6-.8-2.8-.7-4 .1-.7.3-1.4.9-1.9L4.9 4c.3-.3.6-.4 1-.4s.7.2.9.4c.4.4.8.7 1.1 1.1l.6.6 1.7 1.7c.7.7.7 1.3 0 2-.1.3-.3.4-.5.6-.5.5-1 1.1-1.6 1.5-.5.5-.4 1.1-.3 1.4v.1c.4 1.1 1.1 2.1 2 3.3 1.7 2.2 3.6 3.8 5.6 5.1.3.2.5.3.8.4l.6.3h.1c.2.1.4.2.6.2.5 0 .9-.3 1-.4l2.2-2.2c.2-.2.6-.5 1-.5s.7.2.9.5l3.5 3.5c.6.8.6 1.5 0 2.2zm-2.3-6.7c-.6-.6-1.4-1-2.1-1-.8 0-1.5.3-2.2 1l-2 2c-.2-.1-.3-.2-.5-.3l-.6-.3c-1.9-1.2-3.6-2.7-5.2-4.7-.8-1-1.3-1.8-1.7-2.7.5-.5 1-1 1.5-1.4l.5-.5c1.3-1.3 1.3-3.1 0-4.4L9.7 4.6c-.2-.2-.4-.4-.5-.6L8 2.8c-.7-.6-1.4-.9-2.2-.9-.8 0-1.5.3-2.2.9L1.5 5C.7 5.8.3 6.8.2 7.9c-.2 1.9.3 3.6.8 4.7 1 2.8 2.6 5.3 4.8 8.1 2.8 3.3 6.1 5.9 9.9 7.8 1.5.7 3.4 1.5 5.6 1.6h.4c1.5 0 2.7-.5 3.7-1.6.3-.4.7-.8 1.1-1.1.3-.3.6-.5.8-.8.6-.7 1-1.4 1-2.2 0-.8-.3-1.5-1-2.2l-3.5-3.5z'/%3E%3C/svg%3E");
}

.icon-phone.icon-before.icon-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 30.2 30.3'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30.2v30.3H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M30.1 13.4c-.6-3.3-2.1-6.3-4.5-8.7-2.4-2.4-5.4-4-8.7-4.5-.5-.1-.9.2-1 .7-.1.5.2.9.7 1 3 .5 5.6 1.9 7.8 4 2.1 2.1 3.5 4.8 4 7.8.1.4.4.7.8.7h.1c.5-.1.9-.6.8-1'/%3E%3Cpath clip-path='url(%23b)' stroke-width='.25' stroke-miterlimit='10' d='M30.1 13.4c-.6-3.3-2.1-6.3-4.5-8.7-2.4-2.4-5.4-4-8.7-4.5-.5-.1-.9.2-1 .7-.1.5.2.9.7 1 3 .5 5.6 1.9 7.8 4 2.1 2.1 3.5 4.8 4 7.8.1.4.4.7.8.7h.1c.5-.1.9-.6.8-1z'/%3E%3Cpath clip-path='url(%23b)'  d='M16.3 7.3c1.7.3 3.2 1.1 4.4 2.3 1.2 1.2 2 2.7 2.3 4.4.1.4.4.7.8.7h.1c.5-.1.8-.5.7-1-.3-2-1.3-3.8-2.7-5.3-1.4-1.5-3.3-2.4-5.3-2.7-.5-.1-.9.2-1 .7-.1.3.2.8.7.9'/%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2358B7B3' stroke-width='.25' stroke-miterlimit='10' d='M16.3 7.3c1.7.3 3.2 1.1 4.4 2.3 1.2 1.2 2 2.7 2.3 4.4.1.4.4.7.8.7h.1c.5-.1.8-.5.7-1-.3-2-1.3-3.8-2.7-5.3-1.4-1.5-3.3-2.4-5.3-2.7-.5-.1-.9.2-1 .7-.1.3.2.8.7.9z'/%3E%3Cpath clip-path='url(%23b)'  d='M26.1 25.4c-.2.3-.5.5-.8.8-.4.4-.8.8-1.2 1.3-.6.7-1.4 1-2.4 1h-.3c-1.9-.1-3.6-.9-4.9-1.5-3.6-1.7-6.7-4.2-9.3-7.3C5 17 3.5 14.6 2.6 12c-.6-1.6-.8-2.8-.7-4 .1-.7.3-1.4.9-1.9L4.9 4c.3-.3.6-.4 1-.4s.7.2.9.4c.4.4.8.7 1.1 1.1l.6.6 1.7 1.7c.7.7.7 1.3 0 2-.1.3-.3.4-.5.6-.5.5-1 1.1-1.6 1.5-.5.5-.4 1.1-.3 1.4v.1c.4 1.1 1.1 2.1 2 3.3 1.7 2.2 3.6 3.8 5.6 5.1.3.2.5.3.8.4l.6.3h.1c.2.1.4.2.6.2.5 0 .9-.3 1-.4l2.2-2.2c.2-.2.6-.5 1-.5s.7.2.9.5l3.5 3.5c.6.8.6 1.5 0 2.2m-2.3-6.7c-.6-.6-1.4-1-2.1-1-.8 0-1.5.3-2.2 1l-2 2c-.2-.1-.3-.2-.5-.3l-.6-.3c-1.9-1.2-3.6-2.7-5.2-4.7-.8-1-1.3-1.8-1.7-2.7.5-.5 1-1 1.5-1.4l.5-.5c1.3-1.3 1.3-3.1 0-4.4L9.7 4.6c-.2-.2-.4-.4-.5-.6L8 2.8c-.7-.6-1.4-.9-2.2-.9-.8 0-1.5.3-2.2.9L1.5 5C.7 5.8.3 6.8.2 7.9c-.2 1.9.3 3.6.8 4.7 1 2.8 2.6 5.3 4.8 8.1 2.8 3.3 6.1 5.9 9.9 7.8 1.5.7 3.4 1.5 5.6 1.6h.4c1.5 0 2.7-.5 3.7-1.6.3-.4.7-.8 1.1-1.1.3-.3.6-.5.8-.8.6-.7 1-1.4 1-2.2 0-.8-.3-1.5-1-2.2l-3.5-3.5z'/%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2358B7B3' stroke-width='.25' stroke-miterlimit='10' d='M26.1 25.4c-.2.3-.5.5-.8.8-.4.4-.8.8-1.2 1.3-.6.7-1.4 1-2.4 1h-.3c-1.9-.1-3.6-.9-4.9-1.5-3.6-1.7-6.7-4.2-9.3-7.3C5 17 3.5 14.6 2.6 12c-.6-1.6-.8-2.8-.7-4 .1-.7.3-1.4.9-1.9L4.9 4c.3-.3.6-.4 1-.4s.7.2.9.4c.4.4.8.7 1.1 1.1l.6.6 1.7 1.7c.7.7.7 1.3 0 2-.1.3-.3.4-.5.6-.5.5-1 1.1-1.6 1.5-.5.5-.4 1.1-.3 1.4v.1c.4 1.1 1.1 2.1 2 3.3 1.7 2.2 3.6 3.8 5.6 5.1.3.2.5.3.8.4l.6.3h.1c.2.1.4.2.6.2.5 0 .9-.3 1-.4l2.2-2.2c.2-.2.6-.5 1-.5s.7.2.9.5l3.5 3.5c.6.8.6 1.5 0 2.2zm-2.3-6.7c-.6-.6-1.4-1-2.1-1-.8 0-1.5.3-2.2 1l-2 2c-.2-.1-.3-.2-.5-.3l-.6-.3c-1.9-1.2-3.6-2.7-5.2-4.7-.8-1-1.3-1.8-1.7-2.7.5-.5 1-1 1.5-1.4l.5-.5c1.3-1.3 1.3-3.1 0-4.4L9.7 4.6c-.2-.2-.4-.4-.5-.6L8 2.8c-.7-.6-1.4-.9-2.2-.9-.8 0-1.5.3-2.2.9L1.5 5C.7 5.8.3 6.8.2 7.9c-.2 1.9.3 3.6.8 4.7 1 2.8 2.6 5.3 4.8 8.1 2.8 3.3 6.1 5.9 9.9 7.8 1.5.7 3.4 1.5 5.6 1.6h.4c1.5 0 2.7-.5 3.7-1.6.3-.4.7-.8 1.1-1.1.3-.3.6-.5.8-.8.6-.7 1-1.4 1-2.2 0-.8-.3-1.5-1-2.2l-3.5-3.5z'/%3E%3C/svg%3E");
}

.icon-phone.icon-before.icon-white:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 30.2 30.3'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30.2v30.3H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M30.1 13.4c-.6-3.3-2.1-6.3-4.5-8.7-2.4-2.4-5.4-4-8.7-4.5-.5-.1-.9.2-1 .7-.1.5.2.9.7 1 3 .5 5.6 1.9 7.8 4 2.1 2.1 3.5 4.8 4 7.8.1.4.4.7.8.7h.1c.5-.1.9-.6.8-1'/%3E%3Cpath clip-path='url(%23b)' stroke-width='.25' stroke-miterlimit='10' d='M30.1 13.4c-.6-3.3-2.1-6.3-4.5-8.7-2.4-2.4-5.4-4-8.7-4.5-.5-.1-.9.2-1 .7-.1.5.2.9.7 1 3 .5 5.6 1.9 7.8 4 2.1 2.1 3.5 4.8 4 7.8.1.4.4.7.8.7h.1c.5-.1.9-.6.8-1z'/%3E%3Cpath clip-path='url(%23b)'  d='M16.3 7.3c1.7.3 3.2 1.1 4.4 2.3 1.2 1.2 2 2.7 2.3 4.4.1.4.4.7.8.7h.1c.5-.1.8-.5.7-1-.3-2-1.3-3.8-2.7-5.3-1.4-1.5-3.3-2.4-5.3-2.7-.5-.1-.9.2-1 .7-.1.3.2.8.7.9'/%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2358B7B3' stroke-width='.25' stroke-miterlimit='10' d='M16.3 7.3c1.7.3 3.2 1.1 4.4 2.3 1.2 1.2 2 2.7 2.3 4.4.1.4.4.7.8.7h.1c.5-.1.8-.5.7-1-.3-2-1.3-3.8-2.7-5.3-1.4-1.5-3.3-2.4-5.3-2.7-.5-.1-.9.2-1 .7-.1.3.2.8.7.9z'/%3E%3Cpath clip-path='url(%23b)'  d='M26.1 25.4c-.2.3-.5.5-.8.8-.4.4-.8.8-1.2 1.3-.6.7-1.4 1-2.4 1h-.3c-1.9-.1-3.6-.9-4.9-1.5-3.6-1.7-6.7-4.2-9.3-7.3C5 17 3.5 14.6 2.6 12c-.6-1.6-.8-2.8-.7-4 .1-.7.3-1.4.9-1.9L4.9 4c.3-.3.6-.4 1-.4s.7.2.9.4c.4.4.8.7 1.1 1.1l.6.6 1.7 1.7c.7.7.7 1.3 0 2-.1.3-.3.4-.5.6-.5.5-1 1.1-1.6 1.5-.5.5-.4 1.1-.3 1.4v.1c.4 1.1 1.1 2.1 2 3.3 1.7 2.2 3.6 3.8 5.6 5.1.3.2.5.3.8.4l.6.3h.1c.2.1.4.2.6.2.5 0 .9-.3 1-.4l2.2-2.2c.2-.2.6-.5 1-.5s.7.2.9.5l3.5 3.5c.6.8.6 1.5 0 2.2m-2.3-6.7c-.6-.6-1.4-1-2.1-1-.8 0-1.5.3-2.2 1l-2 2c-.2-.1-.3-.2-.5-.3l-.6-.3c-1.9-1.2-3.6-2.7-5.2-4.7-.8-1-1.3-1.8-1.7-2.7.5-.5 1-1 1.5-1.4l.5-.5c1.3-1.3 1.3-3.1 0-4.4L9.7 4.6c-.2-.2-.4-.4-.5-.6L8 2.8c-.7-.6-1.4-.9-2.2-.9-.8 0-1.5.3-2.2.9L1.5 5C.7 5.8.3 6.8.2 7.9c-.2 1.9.3 3.6.8 4.7 1 2.8 2.6 5.3 4.8 8.1 2.8 3.3 6.1 5.9 9.9 7.8 1.5.7 3.4 1.5 5.6 1.6h.4c1.5 0 2.7-.5 3.7-1.6.3-.4.7-.8 1.1-1.1.3-.3.6-.5.8-.8.6-.7 1-1.4 1-2.2 0-.8-.3-1.5-1-2.2l-3.5-3.5z'/%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2358B7B3' stroke-width='.25' stroke-miterlimit='10' d='M26.1 25.4c-.2.3-.5.5-.8.8-.4.4-.8.8-1.2 1.3-.6.7-1.4 1-2.4 1h-.3c-1.9-.1-3.6-.9-4.9-1.5-3.6-1.7-6.7-4.2-9.3-7.3C5 17 3.5 14.6 2.6 12c-.6-1.6-.8-2.8-.7-4 .1-.7.3-1.4.9-1.9L4.9 4c.3-.3.6-.4 1-.4s.7.2.9.4c.4.4.8.7 1.1 1.1l.6.6 1.7 1.7c.7.7.7 1.3 0 2-.1.3-.3.4-.5.6-.5.5-1 1.1-1.6 1.5-.5.5-.4 1.1-.3 1.4v.1c.4 1.1 1.1 2.1 2 3.3 1.7 2.2 3.6 3.8 5.6 5.1.3.2.5.3.8.4l.6.3h.1c.2.1.4.2.6.2.5 0 .9-.3 1-.4l2.2-2.2c.2-.2.6-.5 1-.5s.7.2.9.5l3.5 3.5c.6.8.6 1.5 0 2.2zm-2.3-6.7c-.6-.6-1.4-1-2.1-1-.8 0-1.5.3-2.2 1l-2 2c-.2-.1-.3-.2-.5-.3l-.6-.3c-1.9-1.2-3.6-2.7-5.2-4.7-.8-1-1.3-1.8-1.7-2.7.5-.5 1-1 1.5-1.4l.5-.5c1.3-1.3 1.3-3.1 0-4.4L9.7 4.6c-.2-.2-.4-.4-.5-.6L8 2.8c-.7-.6-1.4-.9-2.2-.9-.8 0-1.5.3-2.2.9L1.5 5C.7 5.8.3 6.8.2 7.9c-.2 1.9.3 3.6.8 4.7 1 2.8 2.6 5.3 4.8 8.1 2.8 3.3 6.1 5.9 9.9 7.8 1.5.7 3.4 1.5 5.6 1.6h.4c1.5 0 2.7-.5 3.7-1.6.3-.4.7-.8 1.1-1.1.3-.3.6-.5.8-.8.6-.7 1-1.4 1-2.2 0-.8-.3-1.5-1-2.2l-3.5-3.5z'/%3E%3C/svg%3E");
}

.icon-phone.icon-before.icon-gray:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 30.2 30.3'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30.2v30.3H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M30.1 13.4c-.6-3.3-2.1-6.3-4.5-8.7-2.4-2.4-5.4-4-8.7-4.5-.5-.1-.9.2-1 .7-.1.5.2.9.7 1 3 .5 5.6 1.9 7.8 4 2.1 2.1 3.5 4.8 4 7.8.1.4.4.7.8.7h.1c.5-.1.9-.6.8-1'/%3E%3Cpath clip-path='url(%23b)' stroke-width='.25' stroke-miterlimit='10' d='M30.1 13.4c-.6-3.3-2.1-6.3-4.5-8.7-2.4-2.4-5.4-4-8.7-4.5-.5-.1-.9.2-1 .7-.1.5.2.9.7 1 3 .5 5.6 1.9 7.8 4 2.1 2.1 3.5 4.8 4 7.8.1.4.4.7.8.7h.1c.5-.1.9-.6.8-1z'/%3E%3Cpath clip-path='url(%23b)'  d='M16.3 7.3c1.7.3 3.2 1.1 4.4 2.3 1.2 1.2 2 2.7 2.3 4.4.1.4.4.7.8.7h.1c.5-.1.8-.5.7-1-.3-2-1.3-3.8-2.7-5.3-1.4-1.5-3.3-2.4-5.3-2.7-.5-.1-.9.2-1 .7-.1.3.2.8.7.9'/%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2358B7B3' stroke-width='.25' stroke-miterlimit='10' d='M16.3 7.3c1.7.3 3.2 1.1 4.4 2.3 1.2 1.2 2 2.7 2.3 4.4.1.4.4.7.8.7h.1c.5-.1.8-.5.7-1-.3-2-1.3-3.8-2.7-5.3-1.4-1.5-3.3-2.4-5.3-2.7-.5-.1-.9.2-1 .7-.1.3.2.8.7.9z'/%3E%3Cpath clip-path='url(%23b)'  d='M26.1 25.4c-.2.3-.5.5-.8.8-.4.4-.8.8-1.2 1.3-.6.7-1.4 1-2.4 1h-.3c-1.9-.1-3.6-.9-4.9-1.5-3.6-1.7-6.7-4.2-9.3-7.3C5 17 3.5 14.6 2.6 12c-.6-1.6-.8-2.8-.7-4 .1-.7.3-1.4.9-1.9L4.9 4c.3-.3.6-.4 1-.4s.7.2.9.4c.4.4.8.7 1.1 1.1l.6.6 1.7 1.7c.7.7.7 1.3 0 2-.1.3-.3.4-.5.6-.5.5-1 1.1-1.6 1.5-.5.5-.4 1.1-.3 1.4v.1c.4 1.1 1.1 2.1 2 3.3 1.7 2.2 3.6 3.8 5.6 5.1.3.2.5.3.8.4l.6.3h.1c.2.1.4.2.6.2.5 0 .9-.3 1-.4l2.2-2.2c.2-.2.6-.5 1-.5s.7.2.9.5l3.5 3.5c.6.8.6 1.5 0 2.2m-2.3-6.7c-.6-.6-1.4-1-2.1-1-.8 0-1.5.3-2.2 1l-2 2c-.2-.1-.3-.2-.5-.3l-.6-.3c-1.9-1.2-3.6-2.7-5.2-4.7-.8-1-1.3-1.8-1.7-2.7.5-.5 1-1 1.5-1.4l.5-.5c1.3-1.3 1.3-3.1 0-4.4L9.7 4.6c-.2-.2-.4-.4-.5-.6L8 2.8c-.7-.6-1.4-.9-2.2-.9-.8 0-1.5.3-2.2.9L1.5 5C.7 5.8.3 6.8.2 7.9c-.2 1.9.3 3.6.8 4.7 1 2.8 2.6 5.3 4.8 8.1 2.8 3.3 6.1 5.9 9.9 7.8 1.5.7 3.4 1.5 5.6 1.6h.4c1.5 0 2.7-.5 3.7-1.6.3-.4.7-.8 1.1-1.1.3-.3.6-.5.8-.8.6-.7 1-1.4 1-2.2 0-.8-.3-1.5-1-2.2l-3.5-3.5z'/%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2358B7B3' stroke-width='.25' stroke-miterlimit='10' d='M26.1 25.4c-.2.3-.5.5-.8.8-.4.4-.8.8-1.2 1.3-.6.7-1.4 1-2.4 1h-.3c-1.9-.1-3.6-.9-4.9-1.5-3.6-1.7-6.7-4.2-9.3-7.3C5 17 3.5 14.6 2.6 12c-.6-1.6-.8-2.8-.7-4 .1-.7.3-1.4.9-1.9L4.9 4c.3-.3.6-.4 1-.4s.7.2.9.4c.4.4.8.7 1.1 1.1l.6.6 1.7 1.7c.7.7.7 1.3 0 2-.1.3-.3.4-.5.6-.5.5-1 1.1-1.6 1.5-.5.5-.4 1.1-.3 1.4v.1c.4 1.1 1.1 2.1 2 3.3 1.7 2.2 3.6 3.8 5.6 5.1.3.2.5.3.8.4l.6.3h.1c.2.1.4.2.6.2.5 0 .9-.3 1-.4l2.2-2.2c.2-.2.6-.5 1-.5s.7.2.9.5l3.5 3.5c.6.8.6 1.5 0 2.2zm-2.3-6.7c-.6-.6-1.4-1-2.1-1-.8 0-1.5.3-2.2 1l-2 2c-.2-.1-.3-.2-.5-.3l-.6-.3c-1.9-1.2-3.6-2.7-5.2-4.7-.8-1-1.3-1.8-1.7-2.7.5-.5 1-1 1.5-1.4l.5-.5c1.3-1.3 1.3-3.1 0-4.4L9.7 4.6c-.2-.2-.4-.4-.5-.6L8 2.8c-.7-.6-1.4-.9-2.2-.9-.8 0-1.5.3-2.2.9L1.5 5C.7 5.8.3 6.8.2 7.9c-.2 1.9.3 3.6.8 4.7 1 2.8 2.6 5.3 4.8 8.1 2.8 3.3 6.1 5.9 9.9 7.8 1.5.7 3.4 1.5 5.6 1.6h.4c1.5 0 2.7-.5 3.7-1.6.3-.4.7-.8 1.1-1.1.3-.3.6-.5.8-.8.6-.7 1-1.4 1-2.2 0-.8-.3-1.5-1-2.2l-3.5-3.5z'/%3E%3C/svg%3E");
}

.icon-phone.icon-after.icon-teal:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 30.2 30.3'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30.2v30.3H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M30.1 13.4c-.6-3.3-2.1-6.3-4.5-8.7-2.4-2.4-5.4-4-8.7-4.5-.5-.1-.9.2-1 .7-.1.5.2.9.7 1 3 .5 5.6 1.9 7.8 4 2.1 2.1 3.5 4.8 4 7.8.1.4.4.7.8.7h.1c.5-.1.9-.6.8-1'/%3E%3Cpath clip-path='url(%23b)' stroke-width='.25' stroke-miterlimit='10' d='M30.1 13.4c-.6-3.3-2.1-6.3-4.5-8.7-2.4-2.4-5.4-4-8.7-4.5-.5-.1-.9.2-1 .7-.1.5.2.9.7 1 3 .5 5.6 1.9 7.8 4 2.1 2.1 3.5 4.8 4 7.8.1.4.4.7.8.7h.1c.5-.1.9-.6.8-1z'/%3E%3Cpath clip-path='url(%23b)'  d='M16.3 7.3c1.7.3 3.2 1.1 4.4 2.3 1.2 1.2 2 2.7 2.3 4.4.1.4.4.7.8.7h.1c.5-.1.8-.5.7-1-.3-2-1.3-3.8-2.7-5.3-1.4-1.5-3.3-2.4-5.3-2.7-.5-.1-.9.2-1 .7-.1.3.2.8.7.9'/%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2358B7B3' stroke-width='.25' stroke-miterlimit='10' d='M16.3 7.3c1.7.3 3.2 1.1 4.4 2.3 1.2 1.2 2 2.7 2.3 4.4.1.4.4.7.8.7h.1c.5-.1.8-.5.7-1-.3-2-1.3-3.8-2.7-5.3-1.4-1.5-3.3-2.4-5.3-2.7-.5-.1-.9.2-1 .7-.1.3.2.8.7.9z'/%3E%3Cpath clip-path='url(%23b)'  d='M26.1 25.4c-.2.3-.5.5-.8.8-.4.4-.8.8-1.2 1.3-.6.7-1.4 1-2.4 1h-.3c-1.9-.1-3.6-.9-4.9-1.5-3.6-1.7-6.7-4.2-9.3-7.3C5 17 3.5 14.6 2.6 12c-.6-1.6-.8-2.8-.7-4 .1-.7.3-1.4.9-1.9L4.9 4c.3-.3.6-.4 1-.4s.7.2.9.4c.4.4.8.7 1.1 1.1l.6.6 1.7 1.7c.7.7.7 1.3 0 2-.1.3-.3.4-.5.6-.5.5-1 1.1-1.6 1.5-.5.5-.4 1.1-.3 1.4v.1c.4 1.1 1.1 2.1 2 3.3 1.7 2.2 3.6 3.8 5.6 5.1.3.2.5.3.8.4l.6.3h.1c.2.1.4.2.6.2.5 0 .9-.3 1-.4l2.2-2.2c.2-.2.6-.5 1-.5s.7.2.9.5l3.5 3.5c.6.8.6 1.5 0 2.2m-2.3-6.7c-.6-.6-1.4-1-2.1-1-.8 0-1.5.3-2.2 1l-2 2c-.2-.1-.3-.2-.5-.3l-.6-.3c-1.9-1.2-3.6-2.7-5.2-4.7-.8-1-1.3-1.8-1.7-2.7.5-.5 1-1 1.5-1.4l.5-.5c1.3-1.3 1.3-3.1 0-4.4L9.7 4.6c-.2-.2-.4-.4-.5-.6L8 2.8c-.7-.6-1.4-.9-2.2-.9-.8 0-1.5.3-2.2.9L1.5 5C.7 5.8.3 6.8.2 7.9c-.2 1.9.3 3.6.8 4.7 1 2.8 2.6 5.3 4.8 8.1 2.8 3.3 6.1 5.9 9.9 7.8 1.5.7 3.4 1.5 5.6 1.6h.4c1.5 0 2.7-.5 3.7-1.6.3-.4.7-.8 1.1-1.1.3-.3.6-.5.8-.8.6-.7 1-1.4 1-2.2 0-.8-.3-1.5-1-2.2l-3.5-3.5z'/%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2358B7B3' stroke-width='.25' stroke-miterlimit='10' d='M26.1 25.4c-.2.3-.5.5-.8.8-.4.4-.8.8-1.2 1.3-.6.7-1.4 1-2.4 1h-.3c-1.9-.1-3.6-.9-4.9-1.5-3.6-1.7-6.7-4.2-9.3-7.3C5 17 3.5 14.6 2.6 12c-.6-1.6-.8-2.8-.7-4 .1-.7.3-1.4.9-1.9L4.9 4c.3-.3.6-.4 1-.4s.7.2.9.4c.4.4.8.7 1.1 1.1l.6.6 1.7 1.7c.7.7.7 1.3 0 2-.1.3-.3.4-.5.6-.5.5-1 1.1-1.6 1.5-.5.5-.4 1.1-.3 1.4v.1c.4 1.1 1.1 2.1 2 3.3 1.7 2.2 3.6 3.8 5.6 5.1.3.2.5.3.8.4l.6.3h.1c.2.1.4.2.6.2.5 0 .9-.3 1-.4l2.2-2.2c.2-.2.6-.5 1-.5s.7.2.9.5l3.5 3.5c.6.8.6 1.5 0 2.2zm-2.3-6.7c-.6-.6-1.4-1-2.1-1-.8 0-1.5.3-2.2 1l-2 2c-.2-.1-.3-.2-.5-.3l-.6-.3c-1.9-1.2-3.6-2.7-5.2-4.7-.8-1-1.3-1.8-1.7-2.7.5-.5 1-1 1.5-1.4l.5-.5c1.3-1.3 1.3-3.1 0-4.4L9.7 4.6c-.2-.2-.4-.4-.5-.6L8 2.8c-.7-.6-1.4-.9-2.2-.9-.8 0-1.5.3-2.2.9L1.5 5C.7 5.8.3 6.8.2 7.9c-.2 1.9.3 3.6.8 4.7 1 2.8 2.6 5.3 4.8 8.1 2.8 3.3 6.1 5.9 9.9 7.8 1.5.7 3.4 1.5 5.6 1.6h.4c1.5 0 2.7-.5 3.7-1.6.3-.4.7-.8 1.1-1.1.3-.3.6-.5.8-.8.6-.7 1-1.4 1-2.2 0-.8-.3-1.5-1-2.2l-3.5-3.5z'/%3E%3C/svg%3E");
}

.icon-phone.icon-after.icon-teal:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 30.2 30.3'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30.2v30.3H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M30.1 13.4c-.6-3.3-2.1-6.3-4.5-8.7-2.4-2.4-5.4-4-8.7-4.5-.5-.1-.9.2-1 .7-.1.5.2.9.7 1 3 .5 5.6 1.9 7.8 4 2.1 2.1 3.5 4.8 4 7.8.1.4.4.7.8.7h.1c.5-.1.9-.6.8-1'/%3E%3Cpath clip-path='url(%23b)' stroke-width='.25' stroke-miterlimit='10' d='M30.1 13.4c-.6-3.3-2.1-6.3-4.5-8.7-2.4-2.4-5.4-4-8.7-4.5-.5-.1-.9.2-1 .7-.1.5.2.9.7 1 3 .5 5.6 1.9 7.8 4 2.1 2.1 3.5 4.8 4 7.8.1.4.4.7.8.7h.1c.5-.1.9-.6.8-1z'/%3E%3Cpath clip-path='url(%23b)'  d='M16.3 7.3c1.7.3 3.2 1.1 4.4 2.3 1.2 1.2 2 2.7 2.3 4.4.1.4.4.7.8.7h.1c.5-.1.8-.5.7-1-.3-2-1.3-3.8-2.7-5.3-1.4-1.5-3.3-2.4-5.3-2.7-.5-.1-.9.2-1 .7-.1.3.2.8.7.9'/%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2358B7B3' stroke-width='.25' stroke-miterlimit='10' d='M16.3 7.3c1.7.3 3.2 1.1 4.4 2.3 1.2 1.2 2 2.7 2.3 4.4.1.4.4.7.8.7h.1c.5-.1.8-.5.7-1-.3-2-1.3-3.8-2.7-5.3-1.4-1.5-3.3-2.4-5.3-2.7-.5-.1-.9.2-1 .7-.1.3.2.8.7.9z'/%3E%3Cpath clip-path='url(%23b)'  d='M26.1 25.4c-.2.3-.5.5-.8.8-.4.4-.8.8-1.2 1.3-.6.7-1.4 1-2.4 1h-.3c-1.9-.1-3.6-.9-4.9-1.5-3.6-1.7-6.7-4.2-9.3-7.3C5 17 3.5 14.6 2.6 12c-.6-1.6-.8-2.8-.7-4 .1-.7.3-1.4.9-1.9L4.9 4c.3-.3.6-.4 1-.4s.7.2.9.4c.4.4.8.7 1.1 1.1l.6.6 1.7 1.7c.7.7.7 1.3 0 2-.1.3-.3.4-.5.6-.5.5-1 1.1-1.6 1.5-.5.5-.4 1.1-.3 1.4v.1c.4 1.1 1.1 2.1 2 3.3 1.7 2.2 3.6 3.8 5.6 5.1.3.2.5.3.8.4l.6.3h.1c.2.1.4.2.6.2.5 0 .9-.3 1-.4l2.2-2.2c.2-.2.6-.5 1-.5s.7.2.9.5l3.5 3.5c.6.8.6 1.5 0 2.2m-2.3-6.7c-.6-.6-1.4-1-2.1-1-.8 0-1.5.3-2.2 1l-2 2c-.2-.1-.3-.2-.5-.3l-.6-.3c-1.9-1.2-3.6-2.7-5.2-4.7-.8-1-1.3-1.8-1.7-2.7.5-.5 1-1 1.5-1.4l.5-.5c1.3-1.3 1.3-3.1 0-4.4L9.7 4.6c-.2-.2-.4-.4-.5-.6L8 2.8c-.7-.6-1.4-.9-2.2-.9-.8 0-1.5.3-2.2.9L1.5 5C.7 5.8.3 6.8.2 7.9c-.2 1.9.3 3.6.8 4.7 1 2.8 2.6 5.3 4.8 8.1 2.8 3.3 6.1 5.9 9.9 7.8 1.5.7 3.4 1.5 5.6 1.6h.4c1.5 0 2.7-.5 3.7-1.6.3-.4.7-.8 1.1-1.1.3-.3.6-.5.8-.8.6-.7 1-1.4 1-2.2 0-.8-.3-1.5-1-2.2l-3.5-3.5z'/%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2358B7B3' stroke-width='.25' stroke-miterlimit='10' d='M26.1 25.4c-.2.3-.5.5-.8.8-.4.4-.8.8-1.2 1.3-.6.7-1.4 1-2.4 1h-.3c-1.9-.1-3.6-.9-4.9-1.5-3.6-1.7-6.7-4.2-9.3-7.3C5 17 3.5 14.6 2.6 12c-.6-1.6-.8-2.8-.7-4 .1-.7.3-1.4.9-1.9L4.9 4c.3-.3.6-.4 1-.4s.7.2.9.4c.4.4.8.7 1.1 1.1l.6.6 1.7 1.7c.7.7.7 1.3 0 2-.1.3-.3.4-.5.6-.5.5-1 1.1-1.6 1.5-.5.5-.4 1.1-.3 1.4v.1c.4 1.1 1.1 2.1 2 3.3 1.7 2.2 3.6 3.8 5.6 5.1.3.2.5.3.8.4l.6.3h.1c.2.1.4.2.6.2.5 0 .9-.3 1-.4l2.2-2.2c.2-.2.6-.5 1-.5s.7.2.9.5l3.5 3.5c.6.8.6 1.5 0 2.2zm-2.3-6.7c-.6-.6-1.4-1-2.1-1-.8 0-1.5.3-2.2 1l-2 2c-.2-.1-.3-.2-.5-.3l-.6-.3c-1.9-1.2-3.6-2.7-5.2-4.7-.8-1-1.3-1.8-1.7-2.7.5-.5 1-1 1.5-1.4l.5-.5c1.3-1.3 1.3-3.1 0-4.4L9.7 4.6c-.2-.2-.4-.4-.5-.6L8 2.8c-.7-.6-1.4-.9-2.2-.9-.8 0-1.5.3-2.2.9L1.5 5C.7 5.8.3 6.8.2 7.9c-.2 1.9.3 3.6.8 4.7 1 2.8 2.6 5.3 4.8 8.1 2.8 3.3 6.1 5.9 9.9 7.8 1.5.7 3.4 1.5 5.6 1.6h.4c1.5 0 2.7-.5 3.7-1.6.3-.4.7-.8 1.1-1.1.3-.3.6-.5.8-.8.6-.7 1-1.4 1-2.2 0-.8-.3-1.5-1-2.2l-3.5-3.5z'/%3E%3C/svg%3E");
}

.icon-phone.icon-after.icon-blue:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 30.2 30.3'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30.2v30.3H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M30.1 13.4c-.6-3.3-2.1-6.3-4.5-8.7-2.4-2.4-5.4-4-8.7-4.5-.5-.1-.9.2-1 .7-.1.5.2.9.7 1 3 .5 5.6 1.9 7.8 4 2.1 2.1 3.5 4.8 4 7.8.1.4.4.7.8.7h.1c.5-.1.9-.6.8-1'/%3E%3Cpath clip-path='url(%23b)' stroke-width='.25' stroke-miterlimit='10' d='M30.1 13.4c-.6-3.3-2.1-6.3-4.5-8.7-2.4-2.4-5.4-4-8.7-4.5-.5-.1-.9.2-1 .7-.1.5.2.9.7 1 3 .5 5.6 1.9 7.8 4 2.1 2.1 3.5 4.8 4 7.8.1.4.4.7.8.7h.1c.5-.1.9-.6.8-1z'/%3E%3Cpath clip-path='url(%23b)'  d='M16.3 7.3c1.7.3 3.2 1.1 4.4 2.3 1.2 1.2 2 2.7 2.3 4.4.1.4.4.7.8.7h.1c.5-.1.8-.5.7-1-.3-2-1.3-3.8-2.7-5.3-1.4-1.5-3.3-2.4-5.3-2.7-.5-.1-.9.2-1 .7-.1.3.2.8.7.9'/%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2358B7B3' stroke-width='.25' stroke-miterlimit='10' d='M16.3 7.3c1.7.3 3.2 1.1 4.4 2.3 1.2 1.2 2 2.7 2.3 4.4.1.4.4.7.8.7h.1c.5-.1.8-.5.7-1-.3-2-1.3-3.8-2.7-5.3-1.4-1.5-3.3-2.4-5.3-2.7-.5-.1-.9.2-1 .7-.1.3.2.8.7.9z'/%3E%3Cpath clip-path='url(%23b)'  d='M26.1 25.4c-.2.3-.5.5-.8.8-.4.4-.8.8-1.2 1.3-.6.7-1.4 1-2.4 1h-.3c-1.9-.1-3.6-.9-4.9-1.5-3.6-1.7-6.7-4.2-9.3-7.3C5 17 3.5 14.6 2.6 12c-.6-1.6-.8-2.8-.7-4 .1-.7.3-1.4.9-1.9L4.9 4c.3-.3.6-.4 1-.4s.7.2.9.4c.4.4.8.7 1.1 1.1l.6.6 1.7 1.7c.7.7.7 1.3 0 2-.1.3-.3.4-.5.6-.5.5-1 1.1-1.6 1.5-.5.5-.4 1.1-.3 1.4v.1c.4 1.1 1.1 2.1 2 3.3 1.7 2.2 3.6 3.8 5.6 5.1.3.2.5.3.8.4l.6.3h.1c.2.1.4.2.6.2.5 0 .9-.3 1-.4l2.2-2.2c.2-.2.6-.5 1-.5s.7.2.9.5l3.5 3.5c.6.8.6 1.5 0 2.2m-2.3-6.7c-.6-.6-1.4-1-2.1-1-.8 0-1.5.3-2.2 1l-2 2c-.2-.1-.3-.2-.5-.3l-.6-.3c-1.9-1.2-3.6-2.7-5.2-4.7-.8-1-1.3-1.8-1.7-2.7.5-.5 1-1 1.5-1.4l.5-.5c1.3-1.3 1.3-3.1 0-4.4L9.7 4.6c-.2-.2-.4-.4-.5-.6L8 2.8c-.7-.6-1.4-.9-2.2-.9-.8 0-1.5.3-2.2.9L1.5 5C.7 5.8.3 6.8.2 7.9c-.2 1.9.3 3.6.8 4.7 1 2.8 2.6 5.3 4.8 8.1 2.8 3.3 6.1 5.9 9.9 7.8 1.5.7 3.4 1.5 5.6 1.6h.4c1.5 0 2.7-.5 3.7-1.6.3-.4.7-.8 1.1-1.1.3-.3.6-.5.8-.8.6-.7 1-1.4 1-2.2 0-.8-.3-1.5-1-2.2l-3.5-3.5z'/%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2358B7B3' stroke-width='.25' stroke-miterlimit='10' d='M26.1 25.4c-.2.3-.5.5-.8.8-.4.4-.8.8-1.2 1.3-.6.7-1.4 1-2.4 1h-.3c-1.9-.1-3.6-.9-4.9-1.5-3.6-1.7-6.7-4.2-9.3-7.3C5 17 3.5 14.6 2.6 12c-.6-1.6-.8-2.8-.7-4 .1-.7.3-1.4.9-1.9L4.9 4c.3-.3.6-.4 1-.4s.7.2.9.4c.4.4.8.7 1.1 1.1l.6.6 1.7 1.7c.7.7.7 1.3 0 2-.1.3-.3.4-.5.6-.5.5-1 1.1-1.6 1.5-.5.5-.4 1.1-.3 1.4v.1c.4 1.1 1.1 2.1 2 3.3 1.7 2.2 3.6 3.8 5.6 5.1.3.2.5.3.8.4l.6.3h.1c.2.1.4.2.6.2.5 0 .9-.3 1-.4l2.2-2.2c.2-.2.6-.5 1-.5s.7.2.9.5l3.5 3.5c.6.8.6 1.5 0 2.2zm-2.3-6.7c-.6-.6-1.4-1-2.1-1-.8 0-1.5.3-2.2 1l-2 2c-.2-.1-.3-.2-.5-.3l-.6-.3c-1.9-1.2-3.6-2.7-5.2-4.7-.8-1-1.3-1.8-1.7-2.7.5-.5 1-1 1.5-1.4l.5-.5c1.3-1.3 1.3-3.1 0-4.4L9.7 4.6c-.2-.2-.4-.4-.5-.6L8 2.8c-.7-.6-1.4-.9-2.2-.9-.8 0-1.5.3-2.2.9L1.5 5C.7 5.8.3 6.8.2 7.9c-.2 1.9.3 3.6.8 4.7 1 2.8 2.6 5.3 4.8 8.1 2.8 3.3 6.1 5.9 9.9 7.8 1.5.7 3.4 1.5 5.6 1.6h.4c1.5 0 2.7-.5 3.7-1.6.3-.4.7-.8 1.1-1.1.3-.3.6-.5.8-.8.6-.7 1-1.4 1-2.2 0-.8-.3-1.5-1-2.2l-3.5-3.5z'/%3E%3C/svg%3E");
}

.icon-phone.icon-after.icon-blue:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 30.2 30.3'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30.2v30.3H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M30.1 13.4c-.6-3.3-2.1-6.3-4.5-8.7-2.4-2.4-5.4-4-8.7-4.5-.5-.1-.9.2-1 .7-.1.5.2.9.7 1 3 .5 5.6 1.9 7.8 4 2.1 2.1 3.5 4.8 4 7.8.1.4.4.7.8.7h.1c.5-.1.9-.6.8-1'/%3E%3Cpath clip-path='url(%23b)' stroke-width='.25' stroke-miterlimit='10' d='M30.1 13.4c-.6-3.3-2.1-6.3-4.5-8.7-2.4-2.4-5.4-4-8.7-4.5-.5-.1-.9.2-1 .7-.1.5.2.9.7 1 3 .5 5.6 1.9 7.8 4 2.1 2.1 3.5 4.8 4 7.8.1.4.4.7.8.7h.1c.5-.1.9-.6.8-1z'/%3E%3Cpath clip-path='url(%23b)'  d='M16.3 7.3c1.7.3 3.2 1.1 4.4 2.3 1.2 1.2 2 2.7 2.3 4.4.1.4.4.7.8.7h.1c.5-.1.8-.5.7-1-.3-2-1.3-3.8-2.7-5.3-1.4-1.5-3.3-2.4-5.3-2.7-.5-.1-.9.2-1 .7-.1.3.2.8.7.9'/%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2358B7B3' stroke-width='.25' stroke-miterlimit='10' d='M16.3 7.3c1.7.3 3.2 1.1 4.4 2.3 1.2 1.2 2 2.7 2.3 4.4.1.4.4.7.8.7h.1c.5-.1.8-.5.7-1-.3-2-1.3-3.8-2.7-5.3-1.4-1.5-3.3-2.4-5.3-2.7-.5-.1-.9.2-1 .7-.1.3.2.8.7.9z'/%3E%3Cpath clip-path='url(%23b)'  d='M26.1 25.4c-.2.3-.5.5-.8.8-.4.4-.8.8-1.2 1.3-.6.7-1.4 1-2.4 1h-.3c-1.9-.1-3.6-.9-4.9-1.5-3.6-1.7-6.7-4.2-9.3-7.3C5 17 3.5 14.6 2.6 12c-.6-1.6-.8-2.8-.7-4 .1-.7.3-1.4.9-1.9L4.9 4c.3-.3.6-.4 1-.4s.7.2.9.4c.4.4.8.7 1.1 1.1l.6.6 1.7 1.7c.7.7.7 1.3 0 2-.1.3-.3.4-.5.6-.5.5-1 1.1-1.6 1.5-.5.5-.4 1.1-.3 1.4v.1c.4 1.1 1.1 2.1 2 3.3 1.7 2.2 3.6 3.8 5.6 5.1.3.2.5.3.8.4l.6.3h.1c.2.1.4.2.6.2.5 0 .9-.3 1-.4l2.2-2.2c.2-.2.6-.5 1-.5s.7.2.9.5l3.5 3.5c.6.8.6 1.5 0 2.2m-2.3-6.7c-.6-.6-1.4-1-2.1-1-.8 0-1.5.3-2.2 1l-2 2c-.2-.1-.3-.2-.5-.3l-.6-.3c-1.9-1.2-3.6-2.7-5.2-4.7-.8-1-1.3-1.8-1.7-2.7.5-.5 1-1 1.5-1.4l.5-.5c1.3-1.3 1.3-3.1 0-4.4L9.7 4.6c-.2-.2-.4-.4-.5-.6L8 2.8c-.7-.6-1.4-.9-2.2-.9-.8 0-1.5.3-2.2.9L1.5 5C.7 5.8.3 6.8.2 7.9c-.2 1.9.3 3.6.8 4.7 1 2.8 2.6 5.3 4.8 8.1 2.8 3.3 6.1 5.9 9.9 7.8 1.5.7 3.4 1.5 5.6 1.6h.4c1.5 0 2.7-.5 3.7-1.6.3-.4.7-.8 1.1-1.1.3-.3.6-.5.8-.8.6-.7 1-1.4 1-2.2 0-.8-.3-1.5-1-2.2l-3.5-3.5z'/%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2358B7B3' stroke-width='.25' stroke-miterlimit='10' d='M26.1 25.4c-.2.3-.5.5-.8.8-.4.4-.8.8-1.2 1.3-.6.7-1.4 1-2.4 1h-.3c-1.9-.1-3.6-.9-4.9-1.5-3.6-1.7-6.7-4.2-9.3-7.3C5 17 3.5 14.6 2.6 12c-.6-1.6-.8-2.8-.7-4 .1-.7.3-1.4.9-1.9L4.9 4c.3-.3.6-.4 1-.4s.7.2.9.4c.4.4.8.7 1.1 1.1l.6.6 1.7 1.7c.7.7.7 1.3 0 2-.1.3-.3.4-.5.6-.5.5-1 1.1-1.6 1.5-.5.5-.4 1.1-.3 1.4v.1c.4 1.1 1.1 2.1 2 3.3 1.7 2.2 3.6 3.8 5.6 5.1.3.2.5.3.8.4l.6.3h.1c.2.1.4.2.6.2.5 0 .9-.3 1-.4l2.2-2.2c.2-.2.6-.5 1-.5s.7.2.9.5l3.5 3.5c.6.8.6 1.5 0 2.2zm-2.3-6.7c-.6-.6-1.4-1-2.1-1-.8 0-1.5.3-2.2 1l-2 2c-.2-.1-.3-.2-.5-.3l-.6-.3c-1.9-1.2-3.6-2.7-5.2-4.7-.8-1-1.3-1.8-1.7-2.7.5-.5 1-1 1.5-1.4l.5-.5c1.3-1.3 1.3-3.1 0-4.4L9.7 4.6c-.2-.2-.4-.4-.5-.6L8 2.8c-.7-.6-1.4-.9-2.2-.9-.8 0-1.5.3-2.2.9L1.5 5C.7 5.8.3 6.8.2 7.9c-.2 1.9.3 3.6.8 4.7 1 2.8 2.6 5.3 4.8 8.1 2.8 3.3 6.1 5.9 9.9 7.8 1.5.7 3.4 1.5 5.6 1.6h.4c1.5 0 2.7-.5 3.7-1.6.3-.4.7-.8 1.1-1.1.3-.3.6-.5.8-.8.6-.7 1-1.4 1-2.2 0-.8-.3-1.5-1-2.2l-3.5-3.5z'/%3E%3C/svg%3E");
}

.icon-phone.icon-after.icon-green:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 30.2 30.3'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30.2v30.3H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M30.1 13.4c-.6-3.3-2.1-6.3-4.5-8.7-2.4-2.4-5.4-4-8.7-4.5-.5-.1-.9.2-1 .7-.1.5.2.9.7 1 3 .5 5.6 1.9 7.8 4 2.1 2.1 3.5 4.8 4 7.8.1.4.4.7.8.7h.1c.5-.1.9-.6.8-1'/%3E%3Cpath clip-path='url(%23b)' stroke-width='.25' stroke-miterlimit='10' d='M30.1 13.4c-.6-3.3-2.1-6.3-4.5-8.7-2.4-2.4-5.4-4-8.7-4.5-.5-.1-.9.2-1 .7-.1.5.2.9.7 1 3 .5 5.6 1.9 7.8 4 2.1 2.1 3.5 4.8 4 7.8.1.4.4.7.8.7h.1c.5-.1.9-.6.8-1z'/%3E%3Cpath clip-path='url(%23b)'  d='M16.3 7.3c1.7.3 3.2 1.1 4.4 2.3 1.2 1.2 2 2.7 2.3 4.4.1.4.4.7.8.7h.1c.5-.1.8-.5.7-1-.3-2-1.3-3.8-2.7-5.3-1.4-1.5-3.3-2.4-5.3-2.7-.5-.1-.9.2-1 .7-.1.3.2.8.7.9'/%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2358B7B3' stroke-width='.25' stroke-miterlimit='10' d='M16.3 7.3c1.7.3 3.2 1.1 4.4 2.3 1.2 1.2 2 2.7 2.3 4.4.1.4.4.7.8.7h.1c.5-.1.8-.5.7-1-.3-2-1.3-3.8-2.7-5.3-1.4-1.5-3.3-2.4-5.3-2.7-.5-.1-.9.2-1 .7-.1.3.2.8.7.9z'/%3E%3Cpath clip-path='url(%23b)'  d='M26.1 25.4c-.2.3-.5.5-.8.8-.4.4-.8.8-1.2 1.3-.6.7-1.4 1-2.4 1h-.3c-1.9-.1-3.6-.9-4.9-1.5-3.6-1.7-6.7-4.2-9.3-7.3C5 17 3.5 14.6 2.6 12c-.6-1.6-.8-2.8-.7-4 .1-.7.3-1.4.9-1.9L4.9 4c.3-.3.6-.4 1-.4s.7.2.9.4c.4.4.8.7 1.1 1.1l.6.6 1.7 1.7c.7.7.7 1.3 0 2-.1.3-.3.4-.5.6-.5.5-1 1.1-1.6 1.5-.5.5-.4 1.1-.3 1.4v.1c.4 1.1 1.1 2.1 2 3.3 1.7 2.2 3.6 3.8 5.6 5.1.3.2.5.3.8.4l.6.3h.1c.2.1.4.2.6.2.5 0 .9-.3 1-.4l2.2-2.2c.2-.2.6-.5 1-.5s.7.2.9.5l3.5 3.5c.6.8.6 1.5 0 2.2m-2.3-6.7c-.6-.6-1.4-1-2.1-1-.8 0-1.5.3-2.2 1l-2 2c-.2-.1-.3-.2-.5-.3l-.6-.3c-1.9-1.2-3.6-2.7-5.2-4.7-.8-1-1.3-1.8-1.7-2.7.5-.5 1-1 1.5-1.4l.5-.5c1.3-1.3 1.3-3.1 0-4.4L9.7 4.6c-.2-.2-.4-.4-.5-.6L8 2.8c-.7-.6-1.4-.9-2.2-.9-.8 0-1.5.3-2.2.9L1.5 5C.7 5.8.3 6.8.2 7.9c-.2 1.9.3 3.6.8 4.7 1 2.8 2.6 5.3 4.8 8.1 2.8 3.3 6.1 5.9 9.9 7.8 1.5.7 3.4 1.5 5.6 1.6h.4c1.5 0 2.7-.5 3.7-1.6.3-.4.7-.8 1.1-1.1.3-.3.6-.5.8-.8.6-.7 1-1.4 1-2.2 0-.8-.3-1.5-1-2.2l-3.5-3.5z'/%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2358B7B3' stroke-width='.25' stroke-miterlimit='10' d='M26.1 25.4c-.2.3-.5.5-.8.8-.4.4-.8.8-1.2 1.3-.6.7-1.4 1-2.4 1h-.3c-1.9-.1-3.6-.9-4.9-1.5-3.6-1.7-6.7-4.2-9.3-7.3C5 17 3.5 14.6 2.6 12c-.6-1.6-.8-2.8-.7-4 .1-.7.3-1.4.9-1.9L4.9 4c.3-.3.6-.4 1-.4s.7.2.9.4c.4.4.8.7 1.1 1.1l.6.6 1.7 1.7c.7.7.7 1.3 0 2-.1.3-.3.4-.5.6-.5.5-1 1.1-1.6 1.5-.5.5-.4 1.1-.3 1.4v.1c.4 1.1 1.1 2.1 2 3.3 1.7 2.2 3.6 3.8 5.6 5.1.3.2.5.3.8.4l.6.3h.1c.2.1.4.2.6.2.5 0 .9-.3 1-.4l2.2-2.2c.2-.2.6-.5 1-.5s.7.2.9.5l3.5 3.5c.6.8.6 1.5 0 2.2zm-2.3-6.7c-.6-.6-1.4-1-2.1-1-.8 0-1.5.3-2.2 1l-2 2c-.2-.1-.3-.2-.5-.3l-.6-.3c-1.9-1.2-3.6-2.7-5.2-4.7-.8-1-1.3-1.8-1.7-2.7.5-.5 1-1 1.5-1.4l.5-.5c1.3-1.3 1.3-3.1 0-4.4L9.7 4.6c-.2-.2-.4-.4-.5-.6L8 2.8c-.7-.6-1.4-.9-2.2-.9-.8 0-1.5.3-2.2.9L1.5 5C.7 5.8.3 6.8.2 7.9c-.2 1.9.3 3.6.8 4.7 1 2.8 2.6 5.3 4.8 8.1 2.8 3.3 6.1 5.9 9.9 7.8 1.5.7 3.4 1.5 5.6 1.6h.4c1.5 0 2.7-.5 3.7-1.6.3-.4.7-.8 1.1-1.1.3-.3.6-.5.8-.8.6-.7 1-1.4 1-2.2 0-.8-.3-1.5-1-2.2l-3.5-3.5z'/%3E%3C/svg%3E");
}

.icon-phone.icon-after.icon-pink:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 30.2 30.3'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30.2v30.3H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M30.1 13.4c-.6-3.3-2.1-6.3-4.5-8.7-2.4-2.4-5.4-4-8.7-4.5-.5-.1-.9.2-1 .7-.1.5.2.9.7 1 3 .5 5.6 1.9 7.8 4 2.1 2.1 3.5 4.8 4 7.8.1.4.4.7.8.7h.1c.5-.1.9-.6.8-1'/%3E%3Cpath clip-path='url(%23b)' stroke-width='.25' stroke-miterlimit='10' d='M30.1 13.4c-.6-3.3-2.1-6.3-4.5-8.7-2.4-2.4-5.4-4-8.7-4.5-.5-.1-.9.2-1 .7-.1.5.2.9.7 1 3 .5 5.6 1.9 7.8 4 2.1 2.1 3.5 4.8 4 7.8.1.4.4.7.8.7h.1c.5-.1.9-.6.8-1z'/%3E%3Cpath clip-path='url(%23b)'  d='M16.3 7.3c1.7.3 3.2 1.1 4.4 2.3 1.2 1.2 2 2.7 2.3 4.4.1.4.4.7.8.7h.1c.5-.1.8-.5.7-1-.3-2-1.3-3.8-2.7-5.3-1.4-1.5-3.3-2.4-5.3-2.7-.5-.1-.9.2-1 .7-.1.3.2.8.7.9'/%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2358B7B3' stroke-width='.25' stroke-miterlimit='10' d='M16.3 7.3c1.7.3 3.2 1.1 4.4 2.3 1.2 1.2 2 2.7 2.3 4.4.1.4.4.7.8.7h.1c.5-.1.8-.5.7-1-.3-2-1.3-3.8-2.7-5.3-1.4-1.5-3.3-2.4-5.3-2.7-.5-.1-.9.2-1 .7-.1.3.2.8.7.9z'/%3E%3Cpath clip-path='url(%23b)'  d='M26.1 25.4c-.2.3-.5.5-.8.8-.4.4-.8.8-1.2 1.3-.6.7-1.4 1-2.4 1h-.3c-1.9-.1-3.6-.9-4.9-1.5-3.6-1.7-6.7-4.2-9.3-7.3C5 17 3.5 14.6 2.6 12c-.6-1.6-.8-2.8-.7-4 .1-.7.3-1.4.9-1.9L4.9 4c.3-.3.6-.4 1-.4s.7.2.9.4c.4.4.8.7 1.1 1.1l.6.6 1.7 1.7c.7.7.7 1.3 0 2-.1.3-.3.4-.5.6-.5.5-1 1.1-1.6 1.5-.5.5-.4 1.1-.3 1.4v.1c.4 1.1 1.1 2.1 2 3.3 1.7 2.2 3.6 3.8 5.6 5.1.3.2.5.3.8.4l.6.3h.1c.2.1.4.2.6.2.5 0 .9-.3 1-.4l2.2-2.2c.2-.2.6-.5 1-.5s.7.2.9.5l3.5 3.5c.6.8.6 1.5 0 2.2m-2.3-6.7c-.6-.6-1.4-1-2.1-1-.8 0-1.5.3-2.2 1l-2 2c-.2-.1-.3-.2-.5-.3l-.6-.3c-1.9-1.2-3.6-2.7-5.2-4.7-.8-1-1.3-1.8-1.7-2.7.5-.5 1-1 1.5-1.4l.5-.5c1.3-1.3 1.3-3.1 0-4.4L9.7 4.6c-.2-.2-.4-.4-.5-.6L8 2.8c-.7-.6-1.4-.9-2.2-.9-.8 0-1.5.3-2.2.9L1.5 5C.7 5.8.3 6.8.2 7.9c-.2 1.9.3 3.6.8 4.7 1 2.8 2.6 5.3 4.8 8.1 2.8 3.3 6.1 5.9 9.9 7.8 1.5.7 3.4 1.5 5.6 1.6h.4c1.5 0 2.7-.5 3.7-1.6.3-.4.7-.8 1.1-1.1.3-.3.6-.5.8-.8.6-.7 1-1.4 1-2.2 0-.8-.3-1.5-1-2.2l-3.5-3.5z'/%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2358B7B3' stroke-width='.25' stroke-miterlimit='10' d='M26.1 25.4c-.2.3-.5.5-.8.8-.4.4-.8.8-1.2 1.3-.6.7-1.4 1-2.4 1h-.3c-1.9-.1-3.6-.9-4.9-1.5-3.6-1.7-6.7-4.2-9.3-7.3C5 17 3.5 14.6 2.6 12c-.6-1.6-.8-2.8-.7-4 .1-.7.3-1.4.9-1.9L4.9 4c.3-.3.6-.4 1-.4s.7.2.9.4c.4.4.8.7 1.1 1.1l.6.6 1.7 1.7c.7.7.7 1.3 0 2-.1.3-.3.4-.5.6-.5.5-1 1.1-1.6 1.5-.5.5-.4 1.1-.3 1.4v.1c.4 1.1 1.1 2.1 2 3.3 1.7 2.2 3.6 3.8 5.6 5.1.3.2.5.3.8.4l.6.3h.1c.2.1.4.2.6.2.5 0 .9-.3 1-.4l2.2-2.2c.2-.2.6-.5 1-.5s.7.2.9.5l3.5 3.5c.6.8.6 1.5 0 2.2zm-2.3-6.7c-.6-.6-1.4-1-2.1-1-.8 0-1.5.3-2.2 1l-2 2c-.2-.1-.3-.2-.5-.3l-.6-.3c-1.9-1.2-3.6-2.7-5.2-4.7-.8-1-1.3-1.8-1.7-2.7.5-.5 1-1 1.5-1.4l.5-.5c1.3-1.3 1.3-3.1 0-4.4L9.7 4.6c-.2-.2-.4-.4-.5-.6L8 2.8c-.7-.6-1.4-.9-2.2-.9-.8 0-1.5.3-2.2.9L1.5 5C.7 5.8.3 6.8.2 7.9c-.2 1.9.3 3.6.8 4.7 1 2.8 2.6 5.3 4.8 8.1 2.8 3.3 6.1 5.9 9.9 7.8 1.5.7 3.4 1.5 5.6 1.6h.4c1.5 0 2.7-.5 3.7-1.6.3-.4.7-.8 1.1-1.1.3-.3.6-.5.8-.8.6-.7 1-1.4 1-2.2 0-.8-.3-1.5-1-2.2l-3.5-3.5z'/%3E%3C/svg%3E");
}

.icon-phone.icon-after.icon-pink:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 30.2 30.3'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30.2v30.3H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M30.1 13.4c-.6-3.3-2.1-6.3-4.5-8.7-2.4-2.4-5.4-4-8.7-4.5-.5-.1-.9.2-1 .7-.1.5.2.9.7 1 3 .5 5.6 1.9 7.8 4 2.1 2.1 3.5 4.8 4 7.8.1.4.4.7.8.7h.1c.5-.1.9-.6.8-1'/%3E%3Cpath clip-path='url(%23b)' stroke-width='.25' stroke-miterlimit='10' d='M30.1 13.4c-.6-3.3-2.1-6.3-4.5-8.7-2.4-2.4-5.4-4-8.7-4.5-.5-.1-.9.2-1 .7-.1.5.2.9.7 1 3 .5 5.6 1.9 7.8 4 2.1 2.1 3.5 4.8 4 7.8.1.4.4.7.8.7h.1c.5-.1.9-.6.8-1z'/%3E%3Cpath clip-path='url(%23b)'  d='M16.3 7.3c1.7.3 3.2 1.1 4.4 2.3 1.2 1.2 2 2.7 2.3 4.4.1.4.4.7.8.7h.1c.5-.1.8-.5.7-1-.3-2-1.3-3.8-2.7-5.3-1.4-1.5-3.3-2.4-5.3-2.7-.5-.1-.9.2-1 .7-.1.3.2.8.7.9'/%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2358B7B3' stroke-width='.25' stroke-miterlimit='10' d='M16.3 7.3c1.7.3 3.2 1.1 4.4 2.3 1.2 1.2 2 2.7 2.3 4.4.1.4.4.7.8.7h.1c.5-.1.8-.5.7-1-.3-2-1.3-3.8-2.7-5.3-1.4-1.5-3.3-2.4-5.3-2.7-.5-.1-.9.2-1 .7-.1.3.2.8.7.9z'/%3E%3Cpath clip-path='url(%23b)'  d='M26.1 25.4c-.2.3-.5.5-.8.8-.4.4-.8.8-1.2 1.3-.6.7-1.4 1-2.4 1h-.3c-1.9-.1-3.6-.9-4.9-1.5-3.6-1.7-6.7-4.2-9.3-7.3C5 17 3.5 14.6 2.6 12c-.6-1.6-.8-2.8-.7-4 .1-.7.3-1.4.9-1.9L4.9 4c.3-.3.6-.4 1-.4s.7.2.9.4c.4.4.8.7 1.1 1.1l.6.6 1.7 1.7c.7.7.7 1.3 0 2-.1.3-.3.4-.5.6-.5.5-1 1.1-1.6 1.5-.5.5-.4 1.1-.3 1.4v.1c.4 1.1 1.1 2.1 2 3.3 1.7 2.2 3.6 3.8 5.6 5.1.3.2.5.3.8.4l.6.3h.1c.2.1.4.2.6.2.5 0 .9-.3 1-.4l2.2-2.2c.2-.2.6-.5 1-.5s.7.2.9.5l3.5 3.5c.6.8.6 1.5 0 2.2m-2.3-6.7c-.6-.6-1.4-1-2.1-1-.8 0-1.5.3-2.2 1l-2 2c-.2-.1-.3-.2-.5-.3l-.6-.3c-1.9-1.2-3.6-2.7-5.2-4.7-.8-1-1.3-1.8-1.7-2.7.5-.5 1-1 1.5-1.4l.5-.5c1.3-1.3 1.3-3.1 0-4.4L9.7 4.6c-.2-.2-.4-.4-.5-.6L8 2.8c-.7-.6-1.4-.9-2.2-.9-.8 0-1.5.3-2.2.9L1.5 5C.7 5.8.3 6.8.2 7.9c-.2 1.9.3 3.6.8 4.7 1 2.8 2.6 5.3 4.8 8.1 2.8 3.3 6.1 5.9 9.9 7.8 1.5.7 3.4 1.5 5.6 1.6h.4c1.5 0 2.7-.5 3.7-1.6.3-.4.7-.8 1.1-1.1.3-.3.6-.5.8-.8.6-.7 1-1.4 1-2.2 0-.8-.3-1.5-1-2.2l-3.5-3.5z'/%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2358B7B3' stroke-width='.25' stroke-miterlimit='10' d='M26.1 25.4c-.2.3-.5.5-.8.8-.4.4-.8.8-1.2 1.3-.6.7-1.4 1-2.4 1h-.3c-1.9-.1-3.6-.9-4.9-1.5-3.6-1.7-6.7-4.2-9.3-7.3C5 17 3.5 14.6 2.6 12c-.6-1.6-.8-2.8-.7-4 .1-.7.3-1.4.9-1.9L4.9 4c.3-.3.6-.4 1-.4s.7.2.9.4c.4.4.8.7 1.1 1.1l.6.6 1.7 1.7c.7.7.7 1.3 0 2-.1.3-.3.4-.5.6-.5.5-1 1.1-1.6 1.5-.5.5-.4 1.1-.3 1.4v.1c.4 1.1 1.1 2.1 2 3.3 1.7 2.2 3.6 3.8 5.6 5.1.3.2.5.3.8.4l.6.3h.1c.2.1.4.2.6.2.5 0 .9-.3 1-.4l2.2-2.2c.2-.2.6-.5 1-.5s.7.2.9.5l3.5 3.5c.6.8.6 1.5 0 2.2zm-2.3-6.7c-.6-.6-1.4-1-2.1-1-.8 0-1.5.3-2.2 1l-2 2c-.2-.1-.3-.2-.5-.3l-.6-.3c-1.9-1.2-3.6-2.7-5.2-4.7-.8-1-1.3-1.8-1.7-2.7.5-.5 1-1 1.5-1.4l.5-.5c1.3-1.3 1.3-3.1 0-4.4L9.7 4.6c-.2-.2-.4-.4-.5-.6L8 2.8c-.7-.6-1.4-.9-2.2-.9-.8 0-1.5.3-2.2.9L1.5 5C.7 5.8.3 6.8.2 7.9c-.2 1.9.3 3.6.8 4.7 1 2.8 2.6 5.3 4.8 8.1 2.8 3.3 6.1 5.9 9.9 7.8 1.5.7 3.4 1.5 5.6 1.6h.4c1.5 0 2.7-.5 3.7-1.6.3-.4.7-.8 1.1-1.1.3-.3.6-.5.8-.8.6-.7 1-1.4 1-2.2 0-.8-.3-1.5-1-2.2l-3.5-3.5z'/%3E%3C/svg%3E");
}

.icon-phone.icon-after.icon-white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 30.2 30.3'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30.2v30.3H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M30.1 13.4c-.6-3.3-2.1-6.3-4.5-8.7-2.4-2.4-5.4-4-8.7-4.5-.5-.1-.9.2-1 .7-.1.5.2.9.7 1 3 .5 5.6 1.9 7.8 4 2.1 2.1 3.5 4.8 4 7.8.1.4.4.7.8.7h.1c.5-.1.9-.6.8-1'/%3E%3Cpath clip-path='url(%23b)' stroke-width='.25' stroke-miterlimit='10' d='M30.1 13.4c-.6-3.3-2.1-6.3-4.5-8.7-2.4-2.4-5.4-4-8.7-4.5-.5-.1-.9.2-1 .7-.1.5.2.9.7 1 3 .5 5.6 1.9 7.8 4 2.1 2.1 3.5 4.8 4 7.8.1.4.4.7.8.7h.1c.5-.1.9-.6.8-1z'/%3E%3Cpath clip-path='url(%23b)'  d='M16.3 7.3c1.7.3 3.2 1.1 4.4 2.3 1.2 1.2 2 2.7 2.3 4.4.1.4.4.7.8.7h.1c.5-.1.8-.5.7-1-.3-2-1.3-3.8-2.7-5.3-1.4-1.5-3.3-2.4-5.3-2.7-.5-.1-.9.2-1 .7-.1.3.2.8.7.9'/%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2358B7B3' stroke-width='.25' stroke-miterlimit='10' d='M16.3 7.3c1.7.3 3.2 1.1 4.4 2.3 1.2 1.2 2 2.7 2.3 4.4.1.4.4.7.8.7h.1c.5-.1.8-.5.7-1-.3-2-1.3-3.8-2.7-5.3-1.4-1.5-3.3-2.4-5.3-2.7-.5-.1-.9.2-1 .7-.1.3.2.8.7.9z'/%3E%3Cpath clip-path='url(%23b)'  d='M26.1 25.4c-.2.3-.5.5-.8.8-.4.4-.8.8-1.2 1.3-.6.7-1.4 1-2.4 1h-.3c-1.9-.1-3.6-.9-4.9-1.5-3.6-1.7-6.7-4.2-9.3-7.3C5 17 3.5 14.6 2.6 12c-.6-1.6-.8-2.8-.7-4 .1-.7.3-1.4.9-1.9L4.9 4c.3-.3.6-.4 1-.4s.7.2.9.4c.4.4.8.7 1.1 1.1l.6.6 1.7 1.7c.7.7.7 1.3 0 2-.1.3-.3.4-.5.6-.5.5-1 1.1-1.6 1.5-.5.5-.4 1.1-.3 1.4v.1c.4 1.1 1.1 2.1 2 3.3 1.7 2.2 3.6 3.8 5.6 5.1.3.2.5.3.8.4l.6.3h.1c.2.1.4.2.6.2.5 0 .9-.3 1-.4l2.2-2.2c.2-.2.6-.5 1-.5s.7.2.9.5l3.5 3.5c.6.8.6 1.5 0 2.2m-2.3-6.7c-.6-.6-1.4-1-2.1-1-.8 0-1.5.3-2.2 1l-2 2c-.2-.1-.3-.2-.5-.3l-.6-.3c-1.9-1.2-3.6-2.7-5.2-4.7-.8-1-1.3-1.8-1.7-2.7.5-.5 1-1 1.5-1.4l.5-.5c1.3-1.3 1.3-3.1 0-4.4L9.7 4.6c-.2-.2-.4-.4-.5-.6L8 2.8c-.7-.6-1.4-.9-2.2-.9-.8 0-1.5.3-2.2.9L1.5 5C.7 5.8.3 6.8.2 7.9c-.2 1.9.3 3.6.8 4.7 1 2.8 2.6 5.3 4.8 8.1 2.8 3.3 6.1 5.9 9.9 7.8 1.5.7 3.4 1.5 5.6 1.6h.4c1.5 0 2.7-.5 3.7-1.6.3-.4.7-.8 1.1-1.1.3-.3.6-.5.8-.8.6-.7 1-1.4 1-2.2 0-.8-.3-1.5-1-2.2l-3.5-3.5z'/%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2358B7B3' stroke-width='.25' stroke-miterlimit='10' d='M26.1 25.4c-.2.3-.5.5-.8.8-.4.4-.8.8-1.2 1.3-.6.7-1.4 1-2.4 1h-.3c-1.9-.1-3.6-.9-4.9-1.5-3.6-1.7-6.7-4.2-9.3-7.3C5 17 3.5 14.6 2.6 12c-.6-1.6-.8-2.8-.7-4 .1-.7.3-1.4.9-1.9L4.9 4c.3-.3.6-.4 1-.4s.7.2.9.4c.4.4.8.7 1.1 1.1l.6.6 1.7 1.7c.7.7.7 1.3 0 2-.1.3-.3.4-.5.6-.5.5-1 1.1-1.6 1.5-.5.5-.4 1.1-.3 1.4v.1c.4 1.1 1.1 2.1 2 3.3 1.7 2.2 3.6 3.8 5.6 5.1.3.2.5.3.8.4l.6.3h.1c.2.1.4.2.6.2.5 0 .9-.3 1-.4l2.2-2.2c.2-.2.6-.5 1-.5s.7.2.9.5l3.5 3.5c.6.8.6 1.5 0 2.2zm-2.3-6.7c-.6-.6-1.4-1-2.1-1-.8 0-1.5.3-2.2 1l-2 2c-.2-.1-.3-.2-.5-.3l-.6-.3c-1.9-1.2-3.6-2.7-5.2-4.7-.8-1-1.3-1.8-1.7-2.7.5-.5 1-1 1.5-1.4l.5-.5c1.3-1.3 1.3-3.1 0-4.4L9.7 4.6c-.2-.2-.4-.4-.5-.6L8 2.8c-.7-.6-1.4-.9-2.2-.9-.8 0-1.5.3-2.2.9L1.5 5C.7 5.8.3 6.8.2 7.9c-.2 1.9.3 3.6.8 4.7 1 2.8 2.6 5.3 4.8 8.1 2.8 3.3 6.1 5.9 9.9 7.8 1.5.7 3.4 1.5 5.6 1.6h.4c1.5 0 2.7-.5 3.7-1.6.3-.4.7-.8 1.1-1.1.3-.3.6-.5.8-.8.6-.7 1-1.4 1-2.2 0-.8-.3-1.5-1-2.2l-3.5-3.5z'/%3E%3C/svg%3E");
}

.icon-phone.icon-after.icon-white:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 30.2 30.3'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30.2v30.3H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M30.1 13.4c-.6-3.3-2.1-6.3-4.5-8.7-2.4-2.4-5.4-4-8.7-4.5-.5-.1-.9.2-1 .7-.1.5.2.9.7 1 3 .5 5.6 1.9 7.8 4 2.1 2.1 3.5 4.8 4 7.8.1.4.4.7.8.7h.1c.5-.1.9-.6.8-1'/%3E%3Cpath clip-path='url(%23b)' stroke-width='.25' stroke-miterlimit='10' d='M30.1 13.4c-.6-3.3-2.1-6.3-4.5-8.7-2.4-2.4-5.4-4-8.7-4.5-.5-.1-.9.2-1 .7-.1.5.2.9.7 1 3 .5 5.6 1.9 7.8 4 2.1 2.1 3.5 4.8 4 7.8.1.4.4.7.8.7h.1c.5-.1.9-.6.8-1z'/%3E%3Cpath clip-path='url(%23b)'  d='M16.3 7.3c1.7.3 3.2 1.1 4.4 2.3 1.2 1.2 2 2.7 2.3 4.4.1.4.4.7.8.7h.1c.5-.1.8-.5.7-1-.3-2-1.3-3.8-2.7-5.3-1.4-1.5-3.3-2.4-5.3-2.7-.5-.1-.9.2-1 .7-.1.3.2.8.7.9'/%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2358B7B3' stroke-width='.25' stroke-miterlimit='10' d='M16.3 7.3c1.7.3 3.2 1.1 4.4 2.3 1.2 1.2 2 2.7 2.3 4.4.1.4.4.7.8.7h.1c.5-.1.8-.5.7-1-.3-2-1.3-3.8-2.7-5.3-1.4-1.5-3.3-2.4-5.3-2.7-.5-.1-.9.2-1 .7-.1.3.2.8.7.9z'/%3E%3Cpath clip-path='url(%23b)'  d='M26.1 25.4c-.2.3-.5.5-.8.8-.4.4-.8.8-1.2 1.3-.6.7-1.4 1-2.4 1h-.3c-1.9-.1-3.6-.9-4.9-1.5-3.6-1.7-6.7-4.2-9.3-7.3C5 17 3.5 14.6 2.6 12c-.6-1.6-.8-2.8-.7-4 .1-.7.3-1.4.9-1.9L4.9 4c.3-.3.6-.4 1-.4s.7.2.9.4c.4.4.8.7 1.1 1.1l.6.6 1.7 1.7c.7.7.7 1.3 0 2-.1.3-.3.4-.5.6-.5.5-1 1.1-1.6 1.5-.5.5-.4 1.1-.3 1.4v.1c.4 1.1 1.1 2.1 2 3.3 1.7 2.2 3.6 3.8 5.6 5.1.3.2.5.3.8.4l.6.3h.1c.2.1.4.2.6.2.5 0 .9-.3 1-.4l2.2-2.2c.2-.2.6-.5 1-.5s.7.2.9.5l3.5 3.5c.6.8.6 1.5 0 2.2m-2.3-6.7c-.6-.6-1.4-1-2.1-1-.8 0-1.5.3-2.2 1l-2 2c-.2-.1-.3-.2-.5-.3l-.6-.3c-1.9-1.2-3.6-2.7-5.2-4.7-.8-1-1.3-1.8-1.7-2.7.5-.5 1-1 1.5-1.4l.5-.5c1.3-1.3 1.3-3.1 0-4.4L9.7 4.6c-.2-.2-.4-.4-.5-.6L8 2.8c-.7-.6-1.4-.9-2.2-.9-.8 0-1.5.3-2.2.9L1.5 5C.7 5.8.3 6.8.2 7.9c-.2 1.9.3 3.6.8 4.7 1 2.8 2.6 5.3 4.8 8.1 2.8 3.3 6.1 5.9 9.9 7.8 1.5.7 3.4 1.5 5.6 1.6h.4c1.5 0 2.7-.5 3.7-1.6.3-.4.7-.8 1.1-1.1.3-.3.6-.5.8-.8.6-.7 1-1.4 1-2.2 0-.8-.3-1.5-1-2.2l-3.5-3.5z'/%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2358B7B3' stroke-width='.25' stroke-miterlimit='10' d='M26.1 25.4c-.2.3-.5.5-.8.8-.4.4-.8.8-1.2 1.3-.6.7-1.4 1-2.4 1h-.3c-1.9-.1-3.6-.9-4.9-1.5-3.6-1.7-6.7-4.2-9.3-7.3C5 17 3.5 14.6 2.6 12c-.6-1.6-.8-2.8-.7-4 .1-.7.3-1.4.9-1.9L4.9 4c.3-.3.6-.4 1-.4s.7.2.9.4c.4.4.8.7 1.1 1.1l.6.6 1.7 1.7c.7.7.7 1.3 0 2-.1.3-.3.4-.5.6-.5.5-1 1.1-1.6 1.5-.5.5-.4 1.1-.3 1.4v.1c.4 1.1 1.1 2.1 2 3.3 1.7 2.2 3.6 3.8 5.6 5.1.3.2.5.3.8.4l.6.3h.1c.2.1.4.2.6.2.5 0 .9-.3 1-.4l2.2-2.2c.2-.2.6-.5 1-.5s.7.2.9.5l3.5 3.5c.6.8.6 1.5 0 2.2zm-2.3-6.7c-.6-.6-1.4-1-2.1-1-.8 0-1.5.3-2.2 1l-2 2c-.2-.1-.3-.2-.5-.3l-.6-.3c-1.9-1.2-3.6-2.7-5.2-4.7-.8-1-1.3-1.8-1.7-2.7.5-.5 1-1 1.5-1.4l.5-.5c1.3-1.3 1.3-3.1 0-4.4L9.7 4.6c-.2-.2-.4-.4-.5-.6L8 2.8c-.7-.6-1.4-.9-2.2-.9-.8 0-1.5.3-2.2.9L1.5 5C.7 5.8.3 6.8.2 7.9c-.2 1.9.3 3.6.8 4.7 1 2.8 2.6 5.3 4.8 8.1 2.8 3.3 6.1 5.9 9.9 7.8 1.5.7 3.4 1.5 5.6 1.6h.4c1.5 0 2.7-.5 3.7-1.6.3-.4.7-.8 1.1-1.1.3-.3.6-.5.8-.8.6-.7 1-1.4 1-2.2 0-.8-.3-1.5-1-2.2l-3.5-3.5z'/%3E%3C/svg%3E");
}

.icon-phone.icon-after.icon-gray:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 30.2 30.3'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30.2v30.3H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M30.1 13.4c-.6-3.3-2.1-6.3-4.5-8.7-2.4-2.4-5.4-4-8.7-4.5-.5-.1-.9.2-1 .7-.1.5.2.9.7 1 3 .5 5.6 1.9 7.8 4 2.1 2.1 3.5 4.8 4 7.8.1.4.4.7.8.7h.1c.5-.1.9-.6.8-1'/%3E%3Cpath clip-path='url(%23b)' stroke-width='.25' stroke-miterlimit='10' d='M30.1 13.4c-.6-3.3-2.1-6.3-4.5-8.7-2.4-2.4-5.4-4-8.7-4.5-.5-.1-.9.2-1 .7-.1.5.2.9.7 1 3 .5 5.6 1.9 7.8 4 2.1 2.1 3.5 4.8 4 7.8.1.4.4.7.8.7h.1c.5-.1.9-.6.8-1z'/%3E%3Cpath clip-path='url(%23b)'  d='M16.3 7.3c1.7.3 3.2 1.1 4.4 2.3 1.2 1.2 2 2.7 2.3 4.4.1.4.4.7.8.7h.1c.5-.1.8-.5.7-1-.3-2-1.3-3.8-2.7-5.3-1.4-1.5-3.3-2.4-5.3-2.7-.5-.1-.9.2-1 .7-.1.3.2.8.7.9'/%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2358B7B3' stroke-width='.25' stroke-miterlimit='10' d='M16.3 7.3c1.7.3 3.2 1.1 4.4 2.3 1.2 1.2 2 2.7 2.3 4.4.1.4.4.7.8.7h.1c.5-.1.8-.5.7-1-.3-2-1.3-3.8-2.7-5.3-1.4-1.5-3.3-2.4-5.3-2.7-.5-.1-.9.2-1 .7-.1.3.2.8.7.9z'/%3E%3Cpath clip-path='url(%23b)'  d='M26.1 25.4c-.2.3-.5.5-.8.8-.4.4-.8.8-1.2 1.3-.6.7-1.4 1-2.4 1h-.3c-1.9-.1-3.6-.9-4.9-1.5-3.6-1.7-6.7-4.2-9.3-7.3C5 17 3.5 14.6 2.6 12c-.6-1.6-.8-2.8-.7-4 .1-.7.3-1.4.9-1.9L4.9 4c.3-.3.6-.4 1-.4s.7.2.9.4c.4.4.8.7 1.1 1.1l.6.6 1.7 1.7c.7.7.7 1.3 0 2-.1.3-.3.4-.5.6-.5.5-1 1.1-1.6 1.5-.5.5-.4 1.1-.3 1.4v.1c.4 1.1 1.1 2.1 2 3.3 1.7 2.2 3.6 3.8 5.6 5.1.3.2.5.3.8.4l.6.3h.1c.2.1.4.2.6.2.5 0 .9-.3 1-.4l2.2-2.2c.2-.2.6-.5 1-.5s.7.2.9.5l3.5 3.5c.6.8.6 1.5 0 2.2m-2.3-6.7c-.6-.6-1.4-1-2.1-1-.8 0-1.5.3-2.2 1l-2 2c-.2-.1-.3-.2-.5-.3l-.6-.3c-1.9-1.2-3.6-2.7-5.2-4.7-.8-1-1.3-1.8-1.7-2.7.5-.5 1-1 1.5-1.4l.5-.5c1.3-1.3 1.3-3.1 0-4.4L9.7 4.6c-.2-.2-.4-.4-.5-.6L8 2.8c-.7-.6-1.4-.9-2.2-.9-.8 0-1.5.3-2.2.9L1.5 5C.7 5.8.3 6.8.2 7.9c-.2 1.9.3 3.6.8 4.7 1 2.8 2.6 5.3 4.8 8.1 2.8 3.3 6.1 5.9 9.9 7.8 1.5.7 3.4 1.5 5.6 1.6h.4c1.5 0 2.7-.5 3.7-1.6.3-.4.7-.8 1.1-1.1.3-.3.6-.5.8-.8.6-.7 1-1.4 1-2.2 0-.8-.3-1.5-1-2.2l-3.5-3.5z'/%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2358B7B3' stroke-width='.25' stroke-miterlimit='10' d='M26.1 25.4c-.2.3-.5.5-.8.8-.4.4-.8.8-1.2 1.3-.6.7-1.4 1-2.4 1h-.3c-1.9-.1-3.6-.9-4.9-1.5-3.6-1.7-6.7-4.2-9.3-7.3C5 17 3.5 14.6 2.6 12c-.6-1.6-.8-2.8-.7-4 .1-.7.3-1.4.9-1.9L4.9 4c.3-.3.6-.4 1-.4s.7.2.9.4c.4.4.8.7 1.1 1.1l.6.6 1.7 1.7c.7.7.7 1.3 0 2-.1.3-.3.4-.5.6-.5.5-1 1.1-1.6 1.5-.5.5-.4 1.1-.3 1.4v.1c.4 1.1 1.1 2.1 2 3.3 1.7 2.2 3.6 3.8 5.6 5.1.3.2.5.3.8.4l.6.3h.1c.2.1.4.2.6.2.5 0 .9-.3 1-.4l2.2-2.2c.2-.2.6-.5 1-.5s.7.2.9.5l3.5 3.5c.6.8.6 1.5 0 2.2zm-2.3-6.7c-.6-.6-1.4-1-2.1-1-.8 0-1.5.3-2.2 1l-2 2c-.2-.1-.3-.2-.5-.3l-.6-.3c-1.9-1.2-3.6-2.7-5.2-4.7-.8-1-1.3-1.8-1.7-2.7.5-.5 1-1 1.5-1.4l.5-.5c1.3-1.3 1.3-3.1 0-4.4L9.7 4.6c-.2-.2-.4-.4-.5-.6L8 2.8c-.7-.6-1.4-.9-2.2-.9-.8 0-1.5.3-2.2.9L1.5 5C.7 5.8.3 6.8.2 7.9c-.2 1.9.3 3.6.8 4.7 1 2.8 2.6 5.3 4.8 8.1 2.8 3.3 6.1 5.9 9.9 7.8 1.5.7 3.4 1.5 5.6 1.6h.4c1.5 0 2.7-.5 3.7-1.6.3-.4.7-.8 1.1-1.1.3-.3.6-.5.8-.8.6-.7 1-1.4 1-2.2 0-.8-.3-1.5-1-2.2l-3.5-3.5z'/%3E%3C/svg%3E");
}

.icon-user.icon-before.icon-teal:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 21.9 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h21.9v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M20.1 28.1H1.8v-3.8c0-5.2 4.1-9.4 9.1-9.4s9.1 4.2 9.1 9.4v3.8zM5.5 7.5C5.5 4.4 8 1.9 11 1.9s5.5 2.5 5.5 5.6-2.5 5.6-5.5 5.6c-3.1 0-5.5-2.5-5.5-5.6m9.3 6.4c2.1-1.3 3.5-3.7 3.5-6.4C18.3 3.4 15 0 11 0S3.7 3.4 3.7 7.5c0 2.7 1.4 5 3.5 6.4C3 15.5 0 19.6 0 24.4v4.7c0 .5.4.9.9.9H21c.5 0 .9-.4.9-.9v-4.7c0-4.8-2.9-8.9-7.1-10.5'/%3E%3C/svg%3E");
}

.icon-user.icon-before.icon-teal:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 21.9 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h21.9v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M20.1 28.1H1.8v-3.8c0-5.2 4.1-9.4 9.1-9.4s9.1 4.2 9.1 9.4v3.8zM5.5 7.5C5.5 4.4 8 1.9 11 1.9s5.5 2.5 5.5 5.6-2.5 5.6-5.5 5.6c-3.1 0-5.5-2.5-5.5-5.6m9.3 6.4c2.1-1.3 3.5-3.7 3.5-6.4C18.3 3.4 15 0 11 0S3.7 3.4 3.7 7.5c0 2.7 1.4 5 3.5 6.4C3 15.5 0 19.6 0 24.4v4.7c0 .5.4.9.9.9H21c.5 0 .9-.4.9-.9v-4.7c0-4.8-2.9-8.9-7.1-10.5'/%3E%3C/svg%3E");
}

.icon-user.icon-before.icon-blue:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 21.9 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h21.9v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M20.1 28.1H1.8v-3.8c0-5.2 4.1-9.4 9.1-9.4s9.1 4.2 9.1 9.4v3.8zM5.5 7.5C5.5 4.4 8 1.9 11 1.9s5.5 2.5 5.5 5.6-2.5 5.6-5.5 5.6c-3.1 0-5.5-2.5-5.5-5.6m9.3 6.4c2.1-1.3 3.5-3.7 3.5-6.4C18.3 3.4 15 0 11 0S3.7 3.4 3.7 7.5c0 2.7 1.4 5 3.5 6.4C3 15.5 0 19.6 0 24.4v4.7c0 .5.4.9.9.9H21c.5 0 .9-.4.9-.9v-4.7c0-4.8-2.9-8.9-7.1-10.5'/%3E%3C/svg%3E");
}

.icon-user.icon-before.icon-blue:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 21.9 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h21.9v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M20.1 28.1H1.8v-3.8c0-5.2 4.1-9.4 9.1-9.4s9.1 4.2 9.1 9.4v3.8zM5.5 7.5C5.5 4.4 8 1.9 11 1.9s5.5 2.5 5.5 5.6-2.5 5.6-5.5 5.6c-3.1 0-5.5-2.5-5.5-5.6m9.3 6.4c2.1-1.3 3.5-3.7 3.5-6.4C18.3 3.4 15 0 11 0S3.7 3.4 3.7 7.5c0 2.7 1.4 5 3.5 6.4C3 15.5 0 19.6 0 24.4v4.7c0 .5.4.9.9.9H21c.5 0 .9-.4.9-.9v-4.7c0-4.8-2.9-8.9-7.1-10.5'/%3E%3C/svg%3E");
}

.icon-user.icon-before.icon-green:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 21.9 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h21.9v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M20.1 28.1H1.8v-3.8c0-5.2 4.1-9.4 9.1-9.4s9.1 4.2 9.1 9.4v3.8zM5.5 7.5C5.5 4.4 8 1.9 11 1.9s5.5 2.5 5.5 5.6-2.5 5.6-5.5 5.6c-3.1 0-5.5-2.5-5.5-5.6m9.3 6.4c2.1-1.3 3.5-3.7 3.5-6.4C18.3 3.4 15 0 11 0S3.7 3.4 3.7 7.5c0 2.7 1.4 5 3.5 6.4C3 15.5 0 19.6 0 24.4v4.7c0 .5.4.9.9.9H21c.5 0 .9-.4.9-.9v-4.7c0-4.8-2.9-8.9-7.1-10.5'/%3E%3C/svg%3E");
}

.icon-user.icon-before.icon-pink:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 21.9 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h21.9v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M20.1 28.1H1.8v-3.8c0-5.2 4.1-9.4 9.1-9.4s9.1 4.2 9.1 9.4v3.8zM5.5 7.5C5.5 4.4 8 1.9 11 1.9s5.5 2.5 5.5 5.6-2.5 5.6-5.5 5.6c-3.1 0-5.5-2.5-5.5-5.6m9.3 6.4c2.1-1.3 3.5-3.7 3.5-6.4C18.3 3.4 15 0 11 0S3.7 3.4 3.7 7.5c0 2.7 1.4 5 3.5 6.4C3 15.5 0 19.6 0 24.4v4.7c0 .5.4.9.9.9H21c.5 0 .9-.4.9-.9v-4.7c0-4.8-2.9-8.9-7.1-10.5'/%3E%3C/svg%3E");
}

.icon-user.icon-before.icon-pink:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 21.9 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h21.9v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M20.1 28.1H1.8v-3.8c0-5.2 4.1-9.4 9.1-9.4s9.1 4.2 9.1 9.4v3.8zM5.5 7.5C5.5 4.4 8 1.9 11 1.9s5.5 2.5 5.5 5.6-2.5 5.6-5.5 5.6c-3.1 0-5.5-2.5-5.5-5.6m9.3 6.4c2.1-1.3 3.5-3.7 3.5-6.4C18.3 3.4 15 0 11 0S3.7 3.4 3.7 7.5c0 2.7 1.4 5 3.5 6.4C3 15.5 0 19.6 0 24.4v4.7c0 .5.4.9.9.9H21c.5 0 .9-.4.9-.9v-4.7c0-4.8-2.9-8.9-7.1-10.5'/%3E%3C/svg%3E");
}

.icon-user.icon-before.icon-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 21.9 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h21.9v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M20.1 28.1H1.8v-3.8c0-5.2 4.1-9.4 9.1-9.4s9.1 4.2 9.1 9.4v3.8zM5.5 7.5C5.5 4.4 8 1.9 11 1.9s5.5 2.5 5.5 5.6-2.5 5.6-5.5 5.6c-3.1 0-5.5-2.5-5.5-5.6m9.3 6.4c2.1-1.3 3.5-3.7 3.5-6.4C18.3 3.4 15 0 11 0S3.7 3.4 3.7 7.5c0 2.7 1.4 5 3.5 6.4C3 15.5 0 19.6 0 24.4v4.7c0 .5.4.9.9.9H21c.5 0 .9-.4.9-.9v-4.7c0-4.8-2.9-8.9-7.1-10.5'/%3E%3C/svg%3E");
}

.icon-user.icon-before.icon-white:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 21.9 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h21.9v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M20.1 28.1H1.8v-3.8c0-5.2 4.1-9.4 9.1-9.4s9.1 4.2 9.1 9.4v3.8zM5.5 7.5C5.5 4.4 8 1.9 11 1.9s5.5 2.5 5.5 5.6-2.5 5.6-5.5 5.6c-3.1 0-5.5-2.5-5.5-5.6m9.3 6.4c2.1-1.3 3.5-3.7 3.5-6.4C18.3 3.4 15 0 11 0S3.7 3.4 3.7 7.5c0 2.7 1.4 5 3.5 6.4C3 15.5 0 19.6 0 24.4v4.7c0 .5.4.9.9.9H21c.5 0 .9-.4.9-.9v-4.7c0-4.8-2.9-8.9-7.1-10.5'/%3E%3C/svg%3E");
}

.icon-user.icon-before.icon-gray:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 21.9 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h21.9v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M20.1 28.1H1.8v-3.8c0-5.2 4.1-9.4 9.1-9.4s9.1 4.2 9.1 9.4v3.8zM5.5 7.5C5.5 4.4 8 1.9 11 1.9s5.5 2.5 5.5 5.6-2.5 5.6-5.5 5.6c-3.1 0-5.5-2.5-5.5-5.6m9.3 6.4c2.1-1.3 3.5-3.7 3.5-6.4C18.3 3.4 15 0 11 0S3.7 3.4 3.7 7.5c0 2.7 1.4 5 3.5 6.4C3 15.5 0 19.6 0 24.4v4.7c0 .5.4.9.9.9H21c.5 0 .9-.4.9-.9v-4.7c0-4.8-2.9-8.9-7.1-10.5'/%3E%3C/svg%3E");
}

.icon-user.icon-after.icon-teal:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 21.9 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h21.9v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M20.1 28.1H1.8v-3.8c0-5.2 4.1-9.4 9.1-9.4s9.1 4.2 9.1 9.4v3.8zM5.5 7.5C5.5 4.4 8 1.9 11 1.9s5.5 2.5 5.5 5.6-2.5 5.6-5.5 5.6c-3.1 0-5.5-2.5-5.5-5.6m9.3 6.4c2.1-1.3 3.5-3.7 3.5-6.4C18.3 3.4 15 0 11 0S3.7 3.4 3.7 7.5c0 2.7 1.4 5 3.5 6.4C3 15.5 0 19.6 0 24.4v4.7c0 .5.4.9.9.9H21c.5 0 .9-.4.9-.9v-4.7c0-4.8-2.9-8.9-7.1-10.5'/%3E%3C/svg%3E");
}

.icon-user.icon-after.icon-teal:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 21.9 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h21.9v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M20.1 28.1H1.8v-3.8c0-5.2 4.1-9.4 9.1-9.4s9.1 4.2 9.1 9.4v3.8zM5.5 7.5C5.5 4.4 8 1.9 11 1.9s5.5 2.5 5.5 5.6-2.5 5.6-5.5 5.6c-3.1 0-5.5-2.5-5.5-5.6m9.3 6.4c2.1-1.3 3.5-3.7 3.5-6.4C18.3 3.4 15 0 11 0S3.7 3.4 3.7 7.5c0 2.7 1.4 5 3.5 6.4C3 15.5 0 19.6 0 24.4v4.7c0 .5.4.9.9.9H21c.5 0 .9-.4.9-.9v-4.7c0-4.8-2.9-8.9-7.1-10.5'/%3E%3C/svg%3E");
}

.icon-user.icon-after.icon-blue:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 21.9 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h21.9v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M20.1 28.1H1.8v-3.8c0-5.2 4.1-9.4 9.1-9.4s9.1 4.2 9.1 9.4v3.8zM5.5 7.5C5.5 4.4 8 1.9 11 1.9s5.5 2.5 5.5 5.6-2.5 5.6-5.5 5.6c-3.1 0-5.5-2.5-5.5-5.6m9.3 6.4c2.1-1.3 3.5-3.7 3.5-6.4C18.3 3.4 15 0 11 0S3.7 3.4 3.7 7.5c0 2.7 1.4 5 3.5 6.4C3 15.5 0 19.6 0 24.4v4.7c0 .5.4.9.9.9H21c.5 0 .9-.4.9-.9v-4.7c0-4.8-2.9-8.9-7.1-10.5'/%3E%3C/svg%3E");
}

.icon-user.icon-after.icon-blue:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 21.9 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h21.9v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M20.1 28.1H1.8v-3.8c0-5.2 4.1-9.4 9.1-9.4s9.1 4.2 9.1 9.4v3.8zM5.5 7.5C5.5 4.4 8 1.9 11 1.9s5.5 2.5 5.5 5.6-2.5 5.6-5.5 5.6c-3.1 0-5.5-2.5-5.5-5.6m9.3 6.4c2.1-1.3 3.5-3.7 3.5-6.4C18.3 3.4 15 0 11 0S3.7 3.4 3.7 7.5c0 2.7 1.4 5 3.5 6.4C3 15.5 0 19.6 0 24.4v4.7c0 .5.4.9.9.9H21c.5 0 .9-.4.9-.9v-4.7c0-4.8-2.9-8.9-7.1-10.5'/%3E%3C/svg%3E");
}

.icon-user.icon-after.icon-green:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 21.9 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h21.9v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M20.1 28.1H1.8v-3.8c0-5.2 4.1-9.4 9.1-9.4s9.1 4.2 9.1 9.4v3.8zM5.5 7.5C5.5 4.4 8 1.9 11 1.9s5.5 2.5 5.5 5.6-2.5 5.6-5.5 5.6c-3.1 0-5.5-2.5-5.5-5.6m9.3 6.4c2.1-1.3 3.5-3.7 3.5-6.4C18.3 3.4 15 0 11 0S3.7 3.4 3.7 7.5c0 2.7 1.4 5 3.5 6.4C3 15.5 0 19.6 0 24.4v4.7c0 .5.4.9.9.9H21c.5 0 .9-.4.9-.9v-4.7c0-4.8-2.9-8.9-7.1-10.5'/%3E%3C/svg%3E");
}

.icon-user.icon-after.icon-pink:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 21.9 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h21.9v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M20.1 28.1H1.8v-3.8c0-5.2 4.1-9.4 9.1-9.4s9.1 4.2 9.1 9.4v3.8zM5.5 7.5C5.5 4.4 8 1.9 11 1.9s5.5 2.5 5.5 5.6-2.5 5.6-5.5 5.6c-3.1 0-5.5-2.5-5.5-5.6m9.3 6.4c2.1-1.3 3.5-3.7 3.5-6.4C18.3 3.4 15 0 11 0S3.7 3.4 3.7 7.5c0 2.7 1.4 5 3.5 6.4C3 15.5 0 19.6 0 24.4v4.7c0 .5.4.9.9.9H21c.5 0 .9-.4.9-.9v-4.7c0-4.8-2.9-8.9-7.1-10.5'/%3E%3C/svg%3E");
}

.icon-user.icon-after.icon-pink:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 21.9 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h21.9v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M20.1 28.1H1.8v-3.8c0-5.2 4.1-9.4 9.1-9.4s9.1 4.2 9.1 9.4v3.8zM5.5 7.5C5.5 4.4 8 1.9 11 1.9s5.5 2.5 5.5 5.6-2.5 5.6-5.5 5.6c-3.1 0-5.5-2.5-5.5-5.6m9.3 6.4c2.1-1.3 3.5-3.7 3.5-6.4C18.3 3.4 15 0 11 0S3.7 3.4 3.7 7.5c0 2.7 1.4 5 3.5 6.4C3 15.5 0 19.6 0 24.4v4.7c0 .5.4.9.9.9H21c.5 0 .9-.4.9-.9v-4.7c0-4.8-2.9-8.9-7.1-10.5'/%3E%3C/svg%3E");
}

.icon-user.icon-after.icon-white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 21.9 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h21.9v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M20.1 28.1H1.8v-3.8c0-5.2 4.1-9.4 9.1-9.4s9.1 4.2 9.1 9.4v3.8zM5.5 7.5C5.5 4.4 8 1.9 11 1.9s5.5 2.5 5.5 5.6-2.5 5.6-5.5 5.6c-3.1 0-5.5-2.5-5.5-5.6m9.3 6.4c2.1-1.3 3.5-3.7 3.5-6.4C18.3 3.4 15 0 11 0S3.7 3.4 3.7 7.5c0 2.7 1.4 5 3.5 6.4C3 15.5 0 19.6 0 24.4v4.7c0 .5.4.9.9.9H21c.5 0 .9-.4.9-.9v-4.7c0-4.8-2.9-8.9-7.1-10.5'/%3E%3C/svg%3E");
}

.icon-user.icon-after.icon-white:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 21.9 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h21.9v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M20.1 28.1H1.8v-3.8c0-5.2 4.1-9.4 9.1-9.4s9.1 4.2 9.1 9.4v3.8zM5.5 7.5C5.5 4.4 8 1.9 11 1.9s5.5 2.5 5.5 5.6-2.5 5.6-5.5 5.6c-3.1 0-5.5-2.5-5.5-5.6m9.3 6.4c2.1-1.3 3.5-3.7 3.5-6.4C18.3 3.4 15 0 11 0S3.7 3.4 3.7 7.5c0 2.7 1.4 5 3.5 6.4C3 15.5 0 19.6 0 24.4v4.7c0 .5.4.9.9.9H21c.5 0 .9-.4.9-.9v-4.7c0-4.8-2.9-8.9-7.1-10.5'/%3E%3C/svg%3E");
}

.icon-user.icon-after.icon-gray:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 21.9 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h21.9v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M20.1 28.1H1.8v-3.8c0-5.2 4.1-9.4 9.1-9.4s9.1 4.2 9.1 9.4v3.8zM5.5 7.5C5.5 4.4 8 1.9 11 1.9s5.5 2.5 5.5 5.6-2.5 5.6-5.5 5.6c-3.1 0-5.5-2.5-5.5-5.6m9.3 6.4c2.1-1.3 3.5-3.7 3.5-6.4C18.3 3.4 15 0 11 0S3.7 3.4 3.7 7.5c0 2.7 1.4 5 3.5 6.4C3 15.5 0 19.6 0 24.4v4.7c0 .5.4.9.9.9H21c.5 0 .9-.4.9-.9v-4.7c0-4.8-2.9-8.9-7.1-10.5'/%3E%3C/svg%3E");
}

.icon-user-add.icon-before.icon-teal:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 23.2 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h23.2v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M5.6 7.5c0-3.1 2.5-5.6 5.6-5.6 3.1 0 5.6 2.5 5.6 5.6s-2.5 5.6-5.6 5.6c-3.1 0-5.6-2.5-5.6-5.6M1.9 24.4c0-5.2 4.2-9.4 9.3-9.4 2.4 0 4.6.9 6.4 2.6l1.3-1.4c-1.1-1-2.4-1.8-3.7-2.3 2.1-1.3 3.5-3.7 3.5-6.4 0-4.1-3.3-7.5-7.4-7.5C7 0 3.7 3.4 3.7 7.5c0 2.7 1.4 5 3.5 6.4C3 15.5 0 19.6 0 24.4v4.7c0 .5.4.9.9.9H13v-1.9H1.9v-3.7z'/%3E%3Cpath d='M17.6 19.7v3.7h-3.7v1.9h3.7v3.8h1.9v-3.8h3.7v-1.9h-3.7v-3.7z'/%3E%3C/svg%3E");
}

.icon-user-add.icon-before.icon-teal:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 23.2 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h23.2v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M5.6 7.5c0-3.1 2.5-5.6 5.6-5.6 3.1 0 5.6 2.5 5.6 5.6s-2.5 5.6-5.6 5.6c-3.1 0-5.6-2.5-5.6-5.6M1.9 24.4c0-5.2 4.2-9.4 9.3-9.4 2.4 0 4.6.9 6.4 2.6l1.3-1.4c-1.1-1-2.4-1.8-3.7-2.3 2.1-1.3 3.5-3.7 3.5-6.4 0-4.1-3.3-7.5-7.4-7.5C7 0 3.7 3.4 3.7 7.5c0 2.7 1.4 5 3.5 6.4C3 15.5 0 19.6 0 24.4v4.7c0 .5.4.9.9.9H13v-1.9H1.9v-3.7z'/%3E%3Cpath d='M17.6 19.7v3.7h-3.7v1.9h3.7v3.8h1.9v-3.8h3.7v-1.9h-3.7v-3.7z'/%3E%3C/svg%3E");
}

.icon-user-add.icon-before.icon-blue:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 23.2 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h23.2v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M5.6 7.5c0-3.1 2.5-5.6 5.6-5.6 3.1 0 5.6 2.5 5.6 5.6s-2.5 5.6-5.6 5.6c-3.1 0-5.6-2.5-5.6-5.6M1.9 24.4c0-5.2 4.2-9.4 9.3-9.4 2.4 0 4.6.9 6.4 2.6l1.3-1.4c-1.1-1-2.4-1.8-3.7-2.3 2.1-1.3 3.5-3.7 3.5-6.4 0-4.1-3.3-7.5-7.4-7.5C7 0 3.7 3.4 3.7 7.5c0 2.7 1.4 5 3.5 6.4C3 15.5 0 19.6 0 24.4v4.7c0 .5.4.9.9.9H13v-1.9H1.9v-3.7z'/%3E%3Cpath d='M17.6 19.7v3.7h-3.7v1.9h3.7v3.8h1.9v-3.8h3.7v-1.9h-3.7v-3.7z'/%3E%3C/svg%3E");
}

.icon-user-add.icon-before.icon-blue:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 23.2 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h23.2v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M5.6 7.5c0-3.1 2.5-5.6 5.6-5.6 3.1 0 5.6 2.5 5.6 5.6s-2.5 5.6-5.6 5.6c-3.1 0-5.6-2.5-5.6-5.6M1.9 24.4c0-5.2 4.2-9.4 9.3-9.4 2.4 0 4.6.9 6.4 2.6l1.3-1.4c-1.1-1-2.4-1.8-3.7-2.3 2.1-1.3 3.5-3.7 3.5-6.4 0-4.1-3.3-7.5-7.4-7.5C7 0 3.7 3.4 3.7 7.5c0 2.7 1.4 5 3.5 6.4C3 15.5 0 19.6 0 24.4v4.7c0 .5.4.9.9.9H13v-1.9H1.9v-3.7z'/%3E%3Cpath d='M17.6 19.7v3.7h-3.7v1.9h3.7v3.8h1.9v-3.8h3.7v-1.9h-3.7v-3.7z'/%3E%3C/svg%3E");
}

.icon-user-add.icon-before.icon-green:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 23.2 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h23.2v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M5.6 7.5c0-3.1 2.5-5.6 5.6-5.6 3.1 0 5.6 2.5 5.6 5.6s-2.5 5.6-5.6 5.6c-3.1 0-5.6-2.5-5.6-5.6M1.9 24.4c0-5.2 4.2-9.4 9.3-9.4 2.4 0 4.6.9 6.4 2.6l1.3-1.4c-1.1-1-2.4-1.8-3.7-2.3 2.1-1.3 3.5-3.7 3.5-6.4 0-4.1-3.3-7.5-7.4-7.5C7 0 3.7 3.4 3.7 7.5c0 2.7 1.4 5 3.5 6.4C3 15.5 0 19.6 0 24.4v4.7c0 .5.4.9.9.9H13v-1.9H1.9v-3.7z'/%3E%3Cpath d='M17.6 19.7v3.7h-3.7v1.9h3.7v3.8h1.9v-3.8h3.7v-1.9h-3.7v-3.7z'/%3E%3C/svg%3E");
}

.icon-user-add.icon-before.icon-pink:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 23.2 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h23.2v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M5.6 7.5c0-3.1 2.5-5.6 5.6-5.6 3.1 0 5.6 2.5 5.6 5.6s-2.5 5.6-5.6 5.6c-3.1 0-5.6-2.5-5.6-5.6M1.9 24.4c0-5.2 4.2-9.4 9.3-9.4 2.4 0 4.6.9 6.4 2.6l1.3-1.4c-1.1-1-2.4-1.8-3.7-2.3 2.1-1.3 3.5-3.7 3.5-6.4 0-4.1-3.3-7.5-7.4-7.5C7 0 3.7 3.4 3.7 7.5c0 2.7 1.4 5 3.5 6.4C3 15.5 0 19.6 0 24.4v4.7c0 .5.4.9.9.9H13v-1.9H1.9v-3.7z'/%3E%3Cpath d='M17.6 19.7v3.7h-3.7v1.9h3.7v3.8h1.9v-3.8h3.7v-1.9h-3.7v-3.7z'/%3E%3C/svg%3E");
}

.icon-user-add.icon-before.icon-pink:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 23.2 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h23.2v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M5.6 7.5c0-3.1 2.5-5.6 5.6-5.6 3.1 0 5.6 2.5 5.6 5.6s-2.5 5.6-5.6 5.6c-3.1 0-5.6-2.5-5.6-5.6M1.9 24.4c0-5.2 4.2-9.4 9.3-9.4 2.4 0 4.6.9 6.4 2.6l1.3-1.4c-1.1-1-2.4-1.8-3.7-2.3 2.1-1.3 3.5-3.7 3.5-6.4 0-4.1-3.3-7.5-7.4-7.5C7 0 3.7 3.4 3.7 7.5c0 2.7 1.4 5 3.5 6.4C3 15.5 0 19.6 0 24.4v4.7c0 .5.4.9.9.9H13v-1.9H1.9v-3.7z'/%3E%3Cpath d='M17.6 19.7v3.7h-3.7v1.9h3.7v3.8h1.9v-3.8h3.7v-1.9h-3.7v-3.7z'/%3E%3C/svg%3E");
}

.icon-user-add.icon-before.icon-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 23.2 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h23.2v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M5.6 7.5c0-3.1 2.5-5.6 5.6-5.6 3.1 0 5.6 2.5 5.6 5.6s-2.5 5.6-5.6 5.6c-3.1 0-5.6-2.5-5.6-5.6M1.9 24.4c0-5.2 4.2-9.4 9.3-9.4 2.4 0 4.6.9 6.4 2.6l1.3-1.4c-1.1-1-2.4-1.8-3.7-2.3 2.1-1.3 3.5-3.7 3.5-6.4 0-4.1-3.3-7.5-7.4-7.5C7 0 3.7 3.4 3.7 7.5c0 2.7 1.4 5 3.5 6.4C3 15.5 0 19.6 0 24.4v4.7c0 .5.4.9.9.9H13v-1.9H1.9v-3.7z'/%3E%3Cpath d='M17.6 19.7v3.7h-3.7v1.9h3.7v3.8h1.9v-3.8h3.7v-1.9h-3.7v-3.7z'/%3E%3C/svg%3E");
}

.icon-user-add.icon-before.icon-white:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 23.2 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h23.2v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M5.6 7.5c0-3.1 2.5-5.6 5.6-5.6 3.1 0 5.6 2.5 5.6 5.6s-2.5 5.6-5.6 5.6c-3.1 0-5.6-2.5-5.6-5.6M1.9 24.4c0-5.2 4.2-9.4 9.3-9.4 2.4 0 4.6.9 6.4 2.6l1.3-1.4c-1.1-1-2.4-1.8-3.7-2.3 2.1-1.3 3.5-3.7 3.5-6.4 0-4.1-3.3-7.5-7.4-7.5C7 0 3.7 3.4 3.7 7.5c0 2.7 1.4 5 3.5 6.4C3 15.5 0 19.6 0 24.4v4.7c0 .5.4.9.9.9H13v-1.9H1.9v-3.7z'/%3E%3Cpath d='M17.6 19.7v3.7h-3.7v1.9h3.7v3.8h1.9v-3.8h3.7v-1.9h-3.7v-3.7z'/%3E%3C/svg%3E");
}

.icon-user-add.icon-before.icon-gray:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 23.2 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h23.2v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M5.6 7.5c0-3.1 2.5-5.6 5.6-5.6 3.1 0 5.6 2.5 5.6 5.6s-2.5 5.6-5.6 5.6c-3.1 0-5.6-2.5-5.6-5.6M1.9 24.4c0-5.2 4.2-9.4 9.3-9.4 2.4 0 4.6.9 6.4 2.6l1.3-1.4c-1.1-1-2.4-1.8-3.7-2.3 2.1-1.3 3.5-3.7 3.5-6.4 0-4.1-3.3-7.5-7.4-7.5C7 0 3.7 3.4 3.7 7.5c0 2.7 1.4 5 3.5 6.4C3 15.5 0 19.6 0 24.4v4.7c0 .5.4.9.9.9H13v-1.9H1.9v-3.7z'/%3E%3Cpath d='M17.6 19.7v3.7h-3.7v1.9h3.7v3.8h1.9v-3.8h3.7v-1.9h-3.7v-3.7z'/%3E%3C/svg%3E");
}

.icon-user-add.icon-after.icon-teal:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 23.2 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h23.2v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M5.6 7.5c0-3.1 2.5-5.6 5.6-5.6 3.1 0 5.6 2.5 5.6 5.6s-2.5 5.6-5.6 5.6c-3.1 0-5.6-2.5-5.6-5.6M1.9 24.4c0-5.2 4.2-9.4 9.3-9.4 2.4 0 4.6.9 6.4 2.6l1.3-1.4c-1.1-1-2.4-1.8-3.7-2.3 2.1-1.3 3.5-3.7 3.5-6.4 0-4.1-3.3-7.5-7.4-7.5C7 0 3.7 3.4 3.7 7.5c0 2.7 1.4 5 3.5 6.4C3 15.5 0 19.6 0 24.4v4.7c0 .5.4.9.9.9H13v-1.9H1.9v-3.7z'/%3E%3Cpath d='M17.6 19.7v3.7h-3.7v1.9h3.7v3.8h1.9v-3.8h3.7v-1.9h-3.7v-3.7z'/%3E%3C/svg%3E");
}

.icon-user-add.icon-after.icon-teal:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 23.2 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h23.2v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M5.6 7.5c0-3.1 2.5-5.6 5.6-5.6 3.1 0 5.6 2.5 5.6 5.6s-2.5 5.6-5.6 5.6c-3.1 0-5.6-2.5-5.6-5.6M1.9 24.4c0-5.2 4.2-9.4 9.3-9.4 2.4 0 4.6.9 6.4 2.6l1.3-1.4c-1.1-1-2.4-1.8-3.7-2.3 2.1-1.3 3.5-3.7 3.5-6.4 0-4.1-3.3-7.5-7.4-7.5C7 0 3.7 3.4 3.7 7.5c0 2.7 1.4 5 3.5 6.4C3 15.5 0 19.6 0 24.4v4.7c0 .5.4.9.9.9H13v-1.9H1.9v-3.7z'/%3E%3Cpath d='M17.6 19.7v3.7h-3.7v1.9h3.7v3.8h1.9v-3.8h3.7v-1.9h-3.7v-3.7z'/%3E%3C/svg%3E");
}

.icon-user-add.icon-after.icon-blue:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 23.2 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h23.2v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M5.6 7.5c0-3.1 2.5-5.6 5.6-5.6 3.1 0 5.6 2.5 5.6 5.6s-2.5 5.6-5.6 5.6c-3.1 0-5.6-2.5-5.6-5.6M1.9 24.4c0-5.2 4.2-9.4 9.3-9.4 2.4 0 4.6.9 6.4 2.6l1.3-1.4c-1.1-1-2.4-1.8-3.7-2.3 2.1-1.3 3.5-3.7 3.5-6.4 0-4.1-3.3-7.5-7.4-7.5C7 0 3.7 3.4 3.7 7.5c0 2.7 1.4 5 3.5 6.4C3 15.5 0 19.6 0 24.4v4.7c0 .5.4.9.9.9H13v-1.9H1.9v-3.7z'/%3E%3Cpath d='M17.6 19.7v3.7h-3.7v1.9h3.7v3.8h1.9v-3.8h3.7v-1.9h-3.7v-3.7z'/%3E%3C/svg%3E");
}

.icon-user-add.icon-after.icon-blue:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 23.2 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h23.2v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M5.6 7.5c0-3.1 2.5-5.6 5.6-5.6 3.1 0 5.6 2.5 5.6 5.6s-2.5 5.6-5.6 5.6c-3.1 0-5.6-2.5-5.6-5.6M1.9 24.4c0-5.2 4.2-9.4 9.3-9.4 2.4 0 4.6.9 6.4 2.6l1.3-1.4c-1.1-1-2.4-1.8-3.7-2.3 2.1-1.3 3.5-3.7 3.5-6.4 0-4.1-3.3-7.5-7.4-7.5C7 0 3.7 3.4 3.7 7.5c0 2.7 1.4 5 3.5 6.4C3 15.5 0 19.6 0 24.4v4.7c0 .5.4.9.9.9H13v-1.9H1.9v-3.7z'/%3E%3Cpath d='M17.6 19.7v3.7h-3.7v1.9h3.7v3.8h1.9v-3.8h3.7v-1.9h-3.7v-3.7z'/%3E%3C/svg%3E");
}

.icon-user-add.icon-after.icon-green:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 23.2 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h23.2v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M5.6 7.5c0-3.1 2.5-5.6 5.6-5.6 3.1 0 5.6 2.5 5.6 5.6s-2.5 5.6-5.6 5.6c-3.1 0-5.6-2.5-5.6-5.6M1.9 24.4c0-5.2 4.2-9.4 9.3-9.4 2.4 0 4.6.9 6.4 2.6l1.3-1.4c-1.1-1-2.4-1.8-3.7-2.3 2.1-1.3 3.5-3.7 3.5-6.4 0-4.1-3.3-7.5-7.4-7.5C7 0 3.7 3.4 3.7 7.5c0 2.7 1.4 5 3.5 6.4C3 15.5 0 19.6 0 24.4v4.7c0 .5.4.9.9.9H13v-1.9H1.9v-3.7z'/%3E%3Cpath d='M17.6 19.7v3.7h-3.7v1.9h3.7v3.8h1.9v-3.8h3.7v-1.9h-3.7v-3.7z'/%3E%3C/svg%3E");
}

.icon-user-add.icon-after.icon-pink:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 23.2 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h23.2v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M5.6 7.5c0-3.1 2.5-5.6 5.6-5.6 3.1 0 5.6 2.5 5.6 5.6s-2.5 5.6-5.6 5.6c-3.1 0-5.6-2.5-5.6-5.6M1.9 24.4c0-5.2 4.2-9.4 9.3-9.4 2.4 0 4.6.9 6.4 2.6l1.3-1.4c-1.1-1-2.4-1.8-3.7-2.3 2.1-1.3 3.5-3.7 3.5-6.4 0-4.1-3.3-7.5-7.4-7.5C7 0 3.7 3.4 3.7 7.5c0 2.7 1.4 5 3.5 6.4C3 15.5 0 19.6 0 24.4v4.7c0 .5.4.9.9.9H13v-1.9H1.9v-3.7z'/%3E%3Cpath d='M17.6 19.7v3.7h-3.7v1.9h3.7v3.8h1.9v-3.8h3.7v-1.9h-3.7v-3.7z'/%3E%3C/svg%3E");
}

.icon-user-add.icon-after.icon-pink:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 23.2 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h23.2v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M5.6 7.5c0-3.1 2.5-5.6 5.6-5.6 3.1 0 5.6 2.5 5.6 5.6s-2.5 5.6-5.6 5.6c-3.1 0-5.6-2.5-5.6-5.6M1.9 24.4c0-5.2 4.2-9.4 9.3-9.4 2.4 0 4.6.9 6.4 2.6l1.3-1.4c-1.1-1-2.4-1.8-3.7-2.3 2.1-1.3 3.5-3.7 3.5-6.4 0-4.1-3.3-7.5-7.4-7.5C7 0 3.7 3.4 3.7 7.5c0 2.7 1.4 5 3.5 6.4C3 15.5 0 19.6 0 24.4v4.7c0 .5.4.9.9.9H13v-1.9H1.9v-3.7z'/%3E%3Cpath d='M17.6 19.7v3.7h-3.7v1.9h3.7v3.8h1.9v-3.8h3.7v-1.9h-3.7v-3.7z'/%3E%3C/svg%3E");
}

.icon-user-add.icon-after.icon-white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 23.2 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h23.2v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M5.6 7.5c0-3.1 2.5-5.6 5.6-5.6 3.1 0 5.6 2.5 5.6 5.6s-2.5 5.6-5.6 5.6c-3.1 0-5.6-2.5-5.6-5.6M1.9 24.4c0-5.2 4.2-9.4 9.3-9.4 2.4 0 4.6.9 6.4 2.6l1.3-1.4c-1.1-1-2.4-1.8-3.7-2.3 2.1-1.3 3.5-3.7 3.5-6.4 0-4.1-3.3-7.5-7.4-7.5C7 0 3.7 3.4 3.7 7.5c0 2.7 1.4 5 3.5 6.4C3 15.5 0 19.6 0 24.4v4.7c0 .5.4.9.9.9H13v-1.9H1.9v-3.7z'/%3E%3Cpath d='M17.6 19.7v3.7h-3.7v1.9h3.7v3.8h1.9v-3.8h3.7v-1.9h-3.7v-3.7z'/%3E%3C/svg%3E");
}

.icon-user-add.icon-after.icon-white:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 23.2 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h23.2v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M5.6 7.5c0-3.1 2.5-5.6 5.6-5.6 3.1 0 5.6 2.5 5.6 5.6s-2.5 5.6-5.6 5.6c-3.1 0-5.6-2.5-5.6-5.6M1.9 24.4c0-5.2 4.2-9.4 9.3-9.4 2.4 0 4.6.9 6.4 2.6l1.3-1.4c-1.1-1-2.4-1.8-3.7-2.3 2.1-1.3 3.5-3.7 3.5-6.4 0-4.1-3.3-7.5-7.4-7.5C7 0 3.7 3.4 3.7 7.5c0 2.7 1.4 5 3.5 6.4C3 15.5 0 19.6 0 24.4v4.7c0 .5.4.9.9.9H13v-1.9H1.9v-3.7z'/%3E%3Cpath d='M17.6 19.7v3.7h-3.7v1.9h3.7v3.8h1.9v-3.8h3.7v-1.9h-3.7v-3.7z'/%3E%3C/svg%3E");
}

.icon-user-add.icon-after.icon-gray:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 23.2 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h23.2v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M5.6 7.5c0-3.1 2.5-5.6 5.6-5.6 3.1 0 5.6 2.5 5.6 5.6s-2.5 5.6-5.6 5.6c-3.1 0-5.6-2.5-5.6-5.6M1.9 24.4c0-5.2 4.2-9.4 9.3-9.4 2.4 0 4.6.9 6.4 2.6l1.3-1.4c-1.1-1-2.4-1.8-3.7-2.3 2.1-1.3 3.5-3.7 3.5-6.4 0-4.1-3.3-7.5-7.4-7.5C7 0 3.7 3.4 3.7 7.5c0 2.7 1.4 5 3.5 6.4C3 15.5 0 19.6 0 24.4v4.7c0 .5.4.9.9.9H13v-1.9H1.9v-3.7z'/%3E%3Cpath d='M17.6 19.7v3.7h-3.7v1.9h3.7v3.8h1.9v-3.8h3.7v-1.9h-3.7v-3.7z'/%3E%3C/svg%3E");
}

.icon-original.icon-before.icon-teal:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M24.4 10.3h1.9V.9c0-.5-.4-.9-.9-.9h-3.8v1.9h2.8v8.4zM1.9 1.9h2.8V0H.9C.4 0 0 .4 0 .9V29c0 .6.4 1 .9 1h10.3v-1.9H1.9V1.9z'/%3E%3Cpath clip-path='url(%23b)' d='M8.4 1.9h9.4v1.9H8.4V1.9zM3.8 3.8v21.6c0 .5.4.9.9.9h5.6v-1.9H5.6V4.7h.9c0 .5.4.9.9.9h11.3c.5 0 .9-.4.9-.9h.9v5.6h1.9V3.8c0-.5-.4-.9-.9-.9h-1.9v-2c0-.5-.4-.9-.9-.9H7.5c-.5 0-.9.4-.9.9v1.9H4.7c-.5 0-.9.4-.9 1'/%3E%3Cpath clip-path='url(%23b)' d='M21.6 28.1c-3.6 0-6.6-2.9-6.6-6.6 0-3.6 2.9-6.6 6.6-6.6s6.6 2.9 6.6 6.6c-.1 3.7-3 6.6-6.6 6.6m0-15c-4.7 0-8.4 3.8-8.4 8.4 0 4.7 3.8 8.4 8.4 8.4s8.4-3.8 8.4-8.4c0-4.6-3.8-8.4-8.4-8.4'/%3E%3Cpath clip-path='url(%23b)' d='M19.7 23l-1.2-1.2-1.3 1.3L19 25c.2.2.4.3.7.3.2 0 .5-.1.7-.3l5.6-5.6-1.3-1.3-5 4.9z'/%3E%3C/svg%3E");
}

.icon-original.icon-before.icon-teal:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M24.4 10.3h1.9V.9c0-.5-.4-.9-.9-.9h-3.8v1.9h2.8v8.4zM1.9 1.9h2.8V0H.9C.4 0 0 .4 0 .9V29c0 .6.4 1 .9 1h10.3v-1.9H1.9V1.9z'/%3E%3Cpath clip-path='url(%23b)' d='M8.4 1.9h9.4v1.9H8.4V1.9zM3.8 3.8v21.6c0 .5.4.9.9.9h5.6v-1.9H5.6V4.7h.9c0 .5.4.9.9.9h11.3c.5 0 .9-.4.9-.9h.9v5.6h1.9V3.8c0-.5-.4-.9-.9-.9h-1.9v-2c0-.5-.4-.9-.9-.9H7.5c-.5 0-.9.4-.9.9v1.9H4.7c-.5 0-.9.4-.9 1'/%3E%3Cpath clip-path='url(%23b)' d='M21.6 28.1c-3.6 0-6.6-2.9-6.6-6.6 0-3.6 2.9-6.6 6.6-6.6s6.6 2.9 6.6 6.6c-.1 3.7-3 6.6-6.6 6.6m0-15c-4.7 0-8.4 3.8-8.4 8.4 0 4.7 3.8 8.4 8.4 8.4s8.4-3.8 8.4-8.4c0-4.6-3.8-8.4-8.4-8.4'/%3E%3Cpath clip-path='url(%23b)' d='M19.7 23l-1.2-1.2-1.3 1.3L19 25c.2.2.4.3.7.3.2 0 .5-.1.7-.3l5.6-5.6-1.3-1.3-5 4.9z'/%3E%3C/svg%3E");
}

.icon-original.icon-before.icon-blue:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M24.4 10.3h1.9V.9c0-.5-.4-.9-.9-.9h-3.8v1.9h2.8v8.4zM1.9 1.9h2.8V0H.9C.4 0 0 .4 0 .9V29c0 .6.4 1 .9 1h10.3v-1.9H1.9V1.9z'/%3E%3Cpath clip-path='url(%23b)' d='M8.4 1.9h9.4v1.9H8.4V1.9zM3.8 3.8v21.6c0 .5.4.9.9.9h5.6v-1.9H5.6V4.7h.9c0 .5.4.9.9.9h11.3c.5 0 .9-.4.9-.9h.9v5.6h1.9V3.8c0-.5-.4-.9-.9-.9h-1.9v-2c0-.5-.4-.9-.9-.9H7.5c-.5 0-.9.4-.9.9v1.9H4.7c-.5 0-.9.4-.9 1'/%3E%3Cpath clip-path='url(%23b)' d='M21.6 28.1c-3.6 0-6.6-2.9-6.6-6.6 0-3.6 2.9-6.6 6.6-6.6s6.6 2.9 6.6 6.6c-.1 3.7-3 6.6-6.6 6.6m0-15c-4.7 0-8.4 3.8-8.4 8.4 0 4.7 3.8 8.4 8.4 8.4s8.4-3.8 8.4-8.4c0-4.6-3.8-8.4-8.4-8.4'/%3E%3Cpath clip-path='url(%23b)' d='M19.7 23l-1.2-1.2-1.3 1.3L19 25c.2.2.4.3.7.3.2 0 .5-.1.7-.3l5.6-5.6-1.3-1.3-5 4.9z'/%3E%3C/svg%3E");
}

.icon-original.icon-before.icon-blue:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M24.4 10.3h1.9V.9c0-.5-.4-.9-.9-.9h-3.8v1.9h2.8v8.4zM1.9 1.9h2.8V0H.9C.4 0 0 .4 0 .9V29c0 .6.4 1 .9 1h10.3v-1.9H1.9V1.9z'/%3E%3Cpath clip-path='url(%23b)' d='M8.4 1.9h9.4v1.9H8.4V1.9zM3.8 3.8v21.6c0 .5.4.9.9.9h5.6v-1.9H5.6V4.7h.9c0 .5.4.9.9.9h11.3c.5 0 .9-.4.9-.9h.9v5.6h1.9V3.8c0-.5-.4-.9-.9-.9h-1.9v-2c0-.5-.4-.9-.9-.9H7.5c-.5 0-.9.4-.9.9v1.9H4.7c-.5 0-.9.4-.9 1'/%3E%3Cpath clip-path='url(%23b)' d='M21.6 28.1c-3.6 0-6.6-2.9-6.6-6.6 0-3.6 2.9-6.6 6.6-6.6s6.6 2.9 6.6 6.6c-.1 3.7-3 6.6-6.6 6.6m0-15c-4.7 0-8.4 3.8-8.4 8.4 0 4.7 3.8 8.4 8.4 8.4s8.4-3.8 8.4-8.4c0-4.6-3.8-8.4-8.4-8.4'/%3E%3Cpath clip-path='url(%23b)' d='M19.7 23l-1.2-1.2-1.3 1.3L19 25c.2.2.4.3.7.3.2 0 .5-.1.7-.3l5.6-5.6-1.3-1.3-5 4.9z'/%3E%3C/svg%3E");
}

.icon-original.icon-before.icon-green:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M24.4 10.3h1.9V.9c0-.5-.4-.9-.9-.9h-3.8v1.9h2.8v8.4zM1.9 1.9h2.8V0H.9C.4 0 0 .4 0 .9V29c0 .6.4 1 .9 1h10.3v-1.9H1.9V1.9z'/%3E%3Cpath clip-path='url(%23b)' d='M8.4 1.9h9.4v1.9H8.4V1.9zM3.8 3.8v21.6c0 .5.4.9.9.9h5.6v-1.9H5.6V4.7h.9c0 .5.4.9.9.9h11.3c.5 0 .9-.4.9-.9h.9v5.6h1.9V3.8c0-.5-.4-.9-.9-.9h-1.9v-2c0-.5-.4-.9-.9-.9H7.5c-.5 0-.9.4-.9.9v1.9H4.7c-.5 0-.9.4-.9 1'/%3E%3Cpath clip-path='url(%23b)' d='M21.6 28.1c-3.6 0-6.6-2.9-6.6-6.6 0-3.6 2.9-6.6 6.6-6.6s6.6 2.9 6.6 6.6c-.1 3.7-3 6.6-6.6 6.6m0-15c-4.7 0-8.4 3.8-8.4 8.4 0 4.7 3.8 8.4 8.4 8.4s8.4-3.8 8.4-8.4c0-4.6-3.8-8.4-8.4-8.4'/%3E%3Cpath clip-path='url(%23b)' d='M19.7 23l-1.2-1.2-1.3 1.3L19 25c.2.2.4.3.7.3.2 0 .5-.1.7-.3l5.6-5.6-1.3-1.3-5 4.9z'/%3E%3C/svg%3E");
}

.icon-original.icon-before.icon-pink:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M24.4 10.3h1.9V.9c0-.5-.4-.9-.9-.9h-3.8v1.9h2.8v8.4zM1.9 1.9h2.8V0H.9C.4 0 0 .4 0 .9V29c0 .6.4 1 .9 1h10.3v-1.9H1.9V1.9z'/%3E%3Cpath clip-path='url(%23b)' d='M8.4 1.9h9.4v1.9H8.4V1.9zM3.8 3.8v21.6c0 .5.4.9.9.9h5.6v-1.9H5.6V4.7h.9c0 .5.4.9.9.9h11.3c.5 0 .9-.4.9-.9h.9v5.6h1.9V3.8c0-.5-.4-.9-.9-.9h-1.9v-2c0-.5-.4-.9-.9-.9H7.5c-.5 0-.9.4-.9.9v1.9H4.7c-.5 0-.9.4-.9 1'/%3E%3Cpath clip-path='url(%23b)' d='M21.6 28.1c-3.6 0-6.6-2.9-6.6-6.6 0-3.6 2.9-6.6 6.6-6.6s6.6 2.9 6.6 6.6c-.1 3.7-3 6.6-6.6 6.6m0-15c-4.7 0-8.4 3.8-8.4 8.4 0 4.7 3.8 8.4 8.4 8.4s8.4-3.8 8.4-8.4c0-4.6-3.8-8.4-8.4-8.4'/%3E%3Cpath clip-path='url(%23b)' d='M19.7 23l-1.2-1.2-1.3 1.3L19 25c.2.2.4.3.7.3.2 0 .5-.1.7-.3l5.6-5.6-1.3-1.3-5 4.9z'/%3E%3C/svg%3E");
}

.icon-original.icon-before.icon-pink:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M24.4 10.3h1.9V.9c0-.5-.4-.9-.9-.9h-3.8v1.9h2.8v8.4zM1.9 1.9h2.8V0H.9C.4 0 0 .4 0 .9V29c0 .6.4 1 .9 1h10.3v-1.9H1.9V1.9z'/%3E%3Cpath clip-path='url(%23b)' d='M8.4 1.9h9.4v1.9H8.4V1.9zM3.8 3.8v21.6c0 .5.4.9.9.9h5.6v-1.9H5.6V4.7h.9c0 .5.4.9.9.9h11.3c.5 0 .9-.4.9-.9h.9v5.6h1.9V3.8c0-.5-.4-.9-.9-.9h-1.9v-2c0-.5-.4-.9-.9-.9H7.5c-.5 0-.9.4-.9.9v1.9H4.7c-.5 0-.9.4-.9 1'/%3E%3Cpath clip-path='url(%23b)' d='M21.6 28.1c-3.6 0-6.6-2.9-6.6-6.6 0-3.6 2.9-6.6 6.6-6.6s6.6 2.9 6.6 6.6c-.1 3.7-3 6.6-6.6 6.6m0-15c-4.7 0-8.4 3.8-8.4 8.4 0 4.7 3.8 8.4 8.4 8.4s8.4-3.8 8.4-8.4c0-4.6-3.8-8.4-8.4-8.4'/%3E%3Cpath clip-path='url(%23b)' d='M19.7 23l-1.2-1.2-1.3 1.3L19 25c.2.2.4.3.7.3.2 0 .5-.1.7-.3l5.6-5.6-1.3-1.3-5 4.9z'/%3E%3C/svg%3E");
}

.icon-original.icon-before.icon-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M24.4 10.3h1.9V.9c0-.5-.4-.9-.9-.9h-3.8v1.9h2.8v8.4zM1.9 1.9h2.8V0H.9C.4 0 0 .4 0 .9V29c0 .6.4 1 .9 1h10.3v-1.9H1.9V1.9z'/%3E%3Cpath clip-path='url(%23b)' d='M8.4 1.9h9.4v1.9H8.4V1.9zM3.8 3.8v21.6c0 .5.4.9.9.9h5.6v-1.9H5.6V4.7h.9c0 .5.4.9.9.9h11.3c.5 0 .9-.4.9-.9h.9v5.6h1.9V3.8c0-.5-.4-.9-.9-.9h-1.9v-2c0-.5-.4-.9-.9-.9H7.5c-.5 0-.9.4-.9.9v1.9H4.7c-.5 0-.9.4-.9 1'/%3E%3Cpath clip-path='url(%23b)' d='M21.6 28.1c-3.6 0-6.6-2.9-6.6-6.6 0-3.6 2.9-6.6 6.6-6.6s6.6 2.9 6.6 6.6c-.1 3.7-3 6.6-6.6 6.6m0-15c-4.7 0-8.4 3.8-8.4 8.4 0 4.7 3.8 8.4 8.4 8.4s8.4-3.8 8.4-8.4c0-4.6-3.8-8.4-8.4-8.4'/%3E%3Cpath clip-path='url(%23b)' d='M19.7 23l-1.2-1.2-1.3 1.3L19 25c.2.2.4.3.7.3.2 0 .5-.1.7-.3l5.6-5.6-1.3-1.3-5 4.9z'/%3E%3C/svg%3E");
}

.icon-original.icon-before.icon-white:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M24.4 10.3h1.9V.9c0-.5-.4-.9-.9-.9h-3.8v1.9h2.8v8.4zM1.9 1.9h2.8V0H.9C.4 0 0 .4 0 .9V29c0 .6.4 1 .9 1h10.3v-1.9H1.9V1.9z'/%3E%3Cpath clip-path='url(%23b)' d='M8.4 1.9h9.4v1.9H8.4V1.9zM3.8 3.8v21.6c0 .5.4.9.9.9h5.6v-1.9H5.6V4.7h.9c0 .5.4.9.9.9h11.3c.5 0 .9-.4.9-.9h.9v5.6h1.9V3.8c0-.5-.4-.9-.9-.9h-1.9v-2c0-.5-.4-.9-.9-.9H7.5c-.5 0-.9.4-.9.9v1.9H4.7c-.5 0-.9.4-.9 1'/%3E%3Cpath clip-path='url(%23b)' d='M21.6 28.1c-3.6 0-6.6-2.9-6.6-6.6 0-3.6 2.9-6.6 6.6-6.6s6.6 2.9 6.6 6.6c-.1 3.7-3 6.6-6.6 6.6m0-15c-4.7 0-8.4 3.8-8.4 8.4 0 4.7 3.8 8.4 8.4 8.4s8.4-3.8 8.4-8.4c0-4.6-3.8-8.4-8.4-8.4'/%3E%3Cpath clip-path='url(%23b)' d='M19.7 23l-1.2-1.2-1.3 1.3L19 25c.2.2.4.3.7.3.2 0 .5-.1.7-.3l5.6-5.6-1.3-1.3-5 4.9z'/%3E%3C/svg%3E");
}

.icon-original.icon-before.icon-gray:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M24.4 10.3h1.9V.9c0-.5-.4-.9-.9-.9h-3.8v1.9h2.8v8.4zM1.9 1.9h2.8V0H.9C.4 0 0 .4 0 .9V29c0 .6.4 1 .9 1h10.3v-1.9H1.9V1.9z'/%3E%3Cpath clip-path='url(%23b)' d='M8.4 1.9h9.4v1.9H8.4V1.9zM3.8 3.8v21.6c0 .5.4.9.9.9h5.6v-1.9H5.6V4.7h.9c0 .5.4.9.9.9h11.3c.5 0 .9-.4.9-.9h.9v5.6h1.9V3.8c0-.5-.4-.9-.9-.9h-1.9v-2c0-.5-.4-.9-.9-.9H7.5c-.5 0-.9.4-.9.9v1.9H4.7c-.5 0-.9.4-.9 1'/%3E%3Cpath clip-path='url(%23b)' d='M21.6 28.1c-3.6 0-6.6-2.9-6.6-6.6 0-3.6 2.9-6.6 6.6-6.6s6.6 2.9 6.6 6.6c-.1 3.7-3 6.6-6.6 6.6m0-15c-4.7 0-8.4 3.8-8.4 8.4 0 4.7 3.8 8.4 8.4 8.4s8.4-3.8 8.4-8.4c0-4.6-3.8-8.4-8.4-8.4'/%3E%3Cpath clip-path='url(%23b)' d='M19.7 23l-1.2-1.2-1.3 1.3L19 25c.2.2.4.3.7.3.2 0 .5-.1.7-.3l5.6-5.6-1.3-1.3-5 4.9z'/%3E%3C/svg%3E");
}

.icon-original.icon-after.icon-teal:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M24.4 10.3h1.9V.9c0-.5-.4-.9-.9-.9h-3.8v1.9h2.8v8.4zM1.9 1.9h2.8V0H.9C.4 0 0 .4 0 .9V29c0 .6.4 1 .9 1h10.3v-1.9H1.9V1.9z'/%3E%3Cpath clip-path='url(%23b)' d='M8.4 1.9h9.4v1.9H8.4V1.9zM3.8 3.8v21.6c0 .5.4.9.9.9h5.6v-1.9H5.6V4.7h.9c0 .5.4.9.9.9h11.3c.5 0 .9-.4.9-.9h.9v5.6h1.9V3.8c0-.5-.4-.9-.9-.9h-1.9v-2c0-.5-.4-.9-.9-.9H7.5c-.5 0-.9.4-.9.9v1.9H4.7c-.5 0-.9.4-.9 1'/%3E%3Cpath clip-path='url(%23b)' d='M21.6 28.1c-3.6 0-6.6-2.9-6.6-6.6 0-3.6 2.9-6.6 6.6-6.6s6.6 2.9 6.6 6.6c-.1 3.7-3 6.6-6.6 6.6m0-15c-4.7 0-8.4 3.8-8.4 8.4 0 4.7 3.8 8.4 8.4 8.4s8.4-3.8 8.4-8.4c0-4.6-3.8-8.4-8.4-8.4'/%3E%3Cpath clip-path='url(%23b)' d='M19.7 23l-1.2-1.2-1.3 1.3L19 25c.2.2.4.3.7.3.2 0 .5-.1.7-.3l5.6-5.6-1.3-1.3-5 4.9z'/%3E%3C/svg%3E");
}

.icon-original.icon-after.icon-teal:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M24.4 10.3h1.9V.9c0-.5-.4-.9-.9-.9h-3.8v1.9h2.8v8.4zM1.9 1.9h2.8V0H.9C.4 0 0 .4 0 .9V29c0 .6.4 1 .9 1h10.3v-1.9H1.9V1.9z'/%3E%3Cpath clip-path='url(%23b)' d='M8.4 1.9h9.4v1.9H8.4V1.9zM3.8 3.8v21.6c0 .5.4.9.9.9h5.6v-1.9H5.6V4.7h.9c0 .5.4.9.9.9h11.3c.5 0 .9-.4.9-.9h.9v5.6h1.9V3.8c0-.5-.4-.9-.9-.9h-1.9v-2c0-.5-.4-.9-.9-.9H7.5c-.5 0-.9.4-.9.9v1.9H4.7c-.5 0-.9.4-.9 1'/%3E%3Cpath clip-path='url(%23b)' d='M21.6 28.1c-3.6 0-6.6-2.9-6.6-6.6 0-3.6 2.9-6.6 6.6-6.6s6.6 2.9 6.6 6.6c-.1 3.7-3 6.6-6.6 6.6m0-15c-4.7 0-8.4 3.8-8.4 8.4 0 4.7 3.8 8.4 8.4 8.4s8.4-3.8 8.4-8.4c0-4.6-3.8-8.4-8.4-8.4'/%3E%3Cpath clip-path='url(%23b)' d='M19.7 23l-1.2-1.2-1.3 1.3L19 25c.2.2.4.3.7.3.2 0 .5-.1.7-.3l5.6-5.6-1.3-1.3-5 4.9z'/%3E%3C/svg%3E");
}

.icon-original.icon-after.icon-blue:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M24.4 10.3h1.9V.9c0-.5-.4-.9-.9-.9h-3.8v1.9h2.8v8.4zM1.9 1.9h2.8V0H.9C.4 0 0 .4 0 .9V29c0 .6.4 1 .9 1h10.3v-1.9H1.9V1.9z'/%3E%3Cpath clip-path='url(%23b)' d='M8.4 1.9h9.4v1.9H8.4V1.9zM3.8 3.8v21.6c0 .5.4.9.9.9h5.6v-1.9H5.6V4.7h.9c0 .5.4.9.9.9h11.3c.5 0 .9-.4.9-.9h.9v5.6h1.9V3.8c0-.5-.4-.9-.9-.9h-1.9v-2c0-.5-.4-.9-.9-.9H7.5c-.5 0-.9.4-.9.9v1.9H4.7c-.5 0-.9.4-.9 1'/%3E%3Cpath clip-path='url(%23b)' d='M21.6 28.1c-3.6 0-6.6-2.9-6.6-6.6 0-3.6 2.9-6.6 6.6-6.6s6.6 2.9 6.6 6.6c-.1 3.7-3 6.6-6.6 6.6m0-15c-4.7 0-8.4 3.8-8.4 8.4 0 4.7 3.8 8.4 8.4 8.4s8.4-3.8 8.4-8.4c0-4.6-3.8-8.4-8.4-8.4'/%3E%3Cpath clip-path='url(%23b)' d='M19.7 23l-1.2-1.2-1.3 1.3L19 25c.2.2.4.3.7.3.2 0 .5-.1.7-.3l5.6-5.6-1.3-1.3-5 4.9z'/%3E%3C/svg%3E");
}

.icon-original.icon-after.icon-blue:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M24.4 10.3h1.9V.9c0-.5-.4-.9-.9-.9h-3.8v1.9h2.8v8.4zM1.9 1.9h2.8V0H.9C.4 0 0 .4 0 .9V29c0 .6.4 1 .9 1h10.3v-1.9H1.9V1.9z'/%3E%3Cpath clip-path='url(%23b)' d='M8.4 1.9h9.4v1.9H8.4V1.9zM3.8 3.8v21.6c0 .5.4.9.9.9h5.6v-1.9H5.6V4.7h.9c0 .5.4.9.9.9h11.3c.5 0 .9-.4.9-.9h.9v5.6h1.9V3.8c0-.5-.4-.9-.9-.9h-1.9v-2c0-.5-.4-.9-.9-.9H7.5c-.5 0-.9.4-.9.9v1.9H4.7c-.5 0-.9.4-.9 1'/%3E%3Cpath clip-path='url(%23b)' d='M21.6 28.1c-3.6 0-6.6-2.9-6.6-6.6 0-3.6 2.9-6.6 6.6-6.6s6.6 2.9 6.6 6.6c-.1 3.7-3 6.6-6.6 6.6m0-15c-4.7 0-8.4 3.8-8.4 8.4 0 4.7 3.8 8.4 8.4 8.4s8.4-3.8 8.4-8.4c0-4.6-3.8-8.4-8.4-8.4'/%3E%3Cpath clip-path='url(%23b)' d='M19.7 23l-1.2-1.2-1.3 1.3L19 25c.2.2.4.3.7.3.2 0 .5-.1.7-.3l5.6-5.6-1.3-1.3-5 4.9z'/%3E%3C/svg%3E");
}

.icon-original.icon-after.icon-green:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M24.4 10.3h1.9V.9c0-.5-.4-.9-.9-.9h-3.8v1.9h2.8v8.4zM1.9 1.9h2.8V0H.9C.4 0 0 .4 0 .9V29c0 .6.4 1 .9 1h10.3v-1.9H1.9V1.9z'/%3E%3Cpath clip-path='url(%23b)' d='M8.4 1.9h9.4v1.9H8.4V1.9zM3.8 3.8v21.6c0 .5.4.9.9.9h5.6v-1.9H5.6V4.7h.9c0 .5.4.9.9.9h11.3c.5 0 .9-.4.9-.9h.9v5.6h1.9V3.8c0-.5-.4-.9-.9-.9h-1.9v-2c0-.5-.4-.9-.9-.9H7.5c-.5 0-.9.4-.9.9v1.9H4.7c-.5 0-.9.4-.9 1'/%3E%3Cpath clip-path='url(%23b)' d='M21.6 28.1c-3.6 0-6.6-2.9-6.6-6.6 0-3.6 2.9-6.6 6.6-6.6s6.6 2.9 6.6 6.6c-.1 3.7-3 6.6-6.6 6.6m0-15c-4.7 0-8.4 3.8-8.4 8.4 0 4.7 3.8 8.4 8.4 8.4s8.4-3.8 8.4-8.4c0-4.6-3.8-8.4-8.4-8.4'/%3E%3Cpath clip-path='url(%23b)' d='M19.7 23l-1.2-1.2-1.3 1.3L19 25c.2.2.4.3.7.3.2 0 .5-.1.7-.3l5.6-5.6-1.3-1.3-5 4.9z'/%3E%3C/svg%3E");
}

.icon-original.icon-after.icon-pink:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M24.4 10.3h1.9V.9c0-.5-.4-.9-.9-.9h-3.8v1.9h2.8v8.4zM1.9 1.9h2.8V0H.9C.4 0 0 .4 0 .9V29c0 .6.4 1 .9 1h10.3v-1.9H1.9V1.9z'/%3E%3Cpath clip-path='url(%23b)' d='M8.4 1.9h9.4v1.9H8.4V1.9zM3.8 3.8v21.6c0 .5.4.9.9.9h5.6v-1.9H5.6V4.7h.9c0 .5.4.9.9.9h11.3c.5 0 .9-.4.9-.9h.9v5.6h1.9V3.8c0-.5-.4-.9-.9-.9h-1.9v-2c0-.5-.4-.9-.9-.9H7.5c-.5 0-.9.4-.9.9v1.9H4.7c-.5 0-.9.4-.9 1'/%3E%3Cpath clip-path='url(%23b)' d='M21.6 28.1c-3.6 0-6.6-2.9-6.6-6.6 0-3.6 2.9-6.6 6.6-6.6s6.6 2.9 6.6 6.6c-.1 3.7-3 6.6-6.6 6.6m0-15c-4.7 0-8.4 3.8-8.4 8.4 0 4.7 3.8 8.4 8.4 8.4s8.4-3.8 8.4-8.4c0-4.6-3.8-8.4-8.4-8.4'/%3E%3Cpath clip-path='url(%23b)' d='M19.7 23l-1.2-1.2-1.3 1.3L19 25c.2.2.4.3.7.3.2 0 .5-.1.7-.3l5.6-5.6-1.3-1.3-5 4.9z'/%3E%3C/svg%3E");
}

.icon-original.icon-after.icon-pink:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M24.4 10.3h1.9V.9c0-.5-.4-.9-.9-.9h-3.8v1.9h2.8v8.4zM1.9 1.9h2.8V0H.9C.4 0 0 .4 0 .9V29c0 .6.4 1 .9 1h10.3v-1.9H1.9V1.9z'/%3E%3Cpath clip-path='url(%23b)' d='M8.4 1.9h9.4v1.9H8.4V1.9zM3.8 3.8v21.6c0 .5.4.9.9.9h5.6v-1.9H5.6V4.7h.9c0 .5.4.9.9.9h11.3c.5 0 .9-.4.9-.9h.9v5.6h1.9V3.8c0-.5-.4-.9-.9-.9h-1.9v-2c0-.5-.4-.9-.9-.9H7.5c-.5 0-.9.4-.9.9v1.9H4.7c-.5 0-.9.4-.9 1'/%3E%3Cpath clip-path='url(%23b)' d='M21.6 28.1c-3.6 0-6.6-2.9-6.6-6.6 0-3.6 2.9-6.6 6.6-6.6s6.6 2.9 6.6 6.6c-.1 3.7-3 6.6-6.6 6.6m0-15c-4.7 0-8.4 3.8-8.4 8.4 0 4.7 3.8 8.4 8.4 8.4s8.4-3.8 8.4-8.4c0-4.6-3.8-8.4-8.4-8.4'/%3E%3Cpath clip-path='url(%23b)' d='M19.7 23l-1.2-1.2-1.3 1.3L19 25c.2.2.4.3.7.3.2 0 .5-.1.7-.3l5.6-5.6-1.3-1.3-5 4.9z'/%3E%3C/svg%3E");
}

.icon-original.icon-after.icon-white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M24.4 10.3h1.9V.9c0-.5-.4-.9-.9-.9h-3.8v1.9h2.8v8.4zM1.9 1.9h2.8V0H.9C.4 0 0 .4 0 .9V29c0 .6.4 1 .9 1h10.3v-1.9H1.9V1.9z'/%3E%3Cpath clip-path='url(%23b)' d='M8.4 1.9h9.4v1.9H8.4V1.9zM3.8 3.8v21.6c0 .5.4.9.9.9h5.6v-1.9H5.6V4.7h.9c0 .5.4.9.9.9h11.3c.5 0 .9-.4.9-.9h.9v5.6h1.9V3.8c0-.5-.4-.9-.9-.9h-1.9v-2c0-.5-.4-.9-.9-.9H7.5c-.5 0-.9.4-.9.9v1.9H4.7c-.5 0-.9.4-.9 1'/%3E%3Cpath clip-path='url(%23b)' d='M21.6 28.1c-3.6 0-6.6-2.9-6.6-6.6 0-3.6 2.9-6.6 6.6-6.6s6.6 2.9 6.6 6.6c-.1 3.7-3 6.6-6.6 6.6m0-15c-4.7 0-8.4 3.8-8.4 8.4 0 4.7 3.8 8.4 8.4 8.4s8.4-3.8 8.4-8.4c0-4.6-3.8-8.4-8.4-8.4'/%3E%3Cpath clip-path='url(%23b)' d='M19.7 23l-1.2-1.2-1.3 1.3L19 25c.2.2.4.3.7.3.2 0 .5-.1.7-.3l5.6-5.6-1.3-1.3-5 4.9z'/%3E%3C/svg%3E");
}

.icon-original.icon-after.icon-white:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M24.4 10.3h1.9V.9c0-.5-.4-.9-.9-.9h-3.8v1.9h2.8v8.4zM1.9 1.9h2.8V0H.9C.4 0 0 .4 0 .9V29c0 .6.4 1 .9 1h10.3v-1.9H1.9V1.9z'/%3E%3Cpath clip-path='url(%23b)' d='M8.4 1.9h9.4v1.9H8.4V1.9zM3.8 3.8v21.6c0 .5.4.9.9.9h5.6v-1.9H5.6V4.7h.9c0 .5.4.9.9.9h11.3c.5 0 .9-.4.9-.9h.9v5.6h1.9V3.8c0-.5-.4-.9-.9-.9h-1.9v-2c0-.5-.4-.9-.9-.9H7.5c-.5 0-.9.4-.9.9v1.9H4.7c-.5 0-.9.4-.9 1'/%3E%3Cpath clip-path='url(%23b)' d='M21.6 28.1c-3.6 0-6.6-2.9-6.6-6.6 0-3.6 2.9-6.6 6.6-6.6s6.6 2.9 6.6 6.6c-.1 3.7-3 6.6-6.6 6.6m0-15c-4.7 0-8.4 3.8-8.4 8.4 0 4.7 3.8 8.4 8.4 8.4s8.4-3.8 8.4-8.4c0-4.6-3.8-8.4-8.4-8.4'/%3E%3Cpath clip-path='url(%23b)' d='M19.7 23l-1.2-1.2-1.3 1.3L19 25c.2.2.4.3.7.3.2 0 .5-.1.7-.3l5.6-5.6-1.3-1.3-5 4.9z'/%3E%3C/svg%3E");
}

.icon-original.icon-after.icon-gray:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M24.4 10.3h1.9V.9c0-.5-.4-.9-.9-.9h-3.8v1.9h2.8v8.4zM1.9 1.9h2.8V0H.9C.4 0 0 .4 0 .9V29c0 .6.4 1 .9 1h10.3v-1.9H1.9V1.9z'/%3E%3Cpath clip-path='url(%23b)' d='M8.4 1.9h9.4v1.9H8.4V1.9zM3.8 3.8v21.6c0 .5.4.9.9.9h5.6v-1.9H5.6V4.7h.9c0 .5.4.9.9.9h11.3c.5 0 .9-.4.9-.9h.9v5.6h1.9V3.8c0-.5-.4-.9-.9-.9h-1.9v-2c0-.5-.4-.9-.9-.9H7.5c-.5 0-.9.4-.9.9v1.9H4.7c-.5 0-.9.4-.9 1'/%3E%3Cpath clip-path='url(%23b)' d='M21.6 28.1c-3.6 0-6.6-2.9-6.6-6.6 0-3.6 2.9-6.6 6.6-6.6s6.6 2.9 6.6 6.6c-.1 3.7-3 6.6-6.6 6.6m0-15c-4.7 0-8.4 3.8-8.4 8.4 0 4.7 3.8 8.4 8.4 8.4s8.4-3.8 8.4-8.4c0-4.6-3.8-8.4-8.4-8.4'/%3E%3Cpath clip-path='url(%23b)' d='M19.7 23l-1.2-1.2-1.3 1.3L19 25c.2.2.4.3.7.3.2 0 .5-.1.7-.3l5.6-5.6-1.3-1.3-5 4.9z'/%3E%3C/svg%3E");
}

.icon-warranty.icon-before.icon-teal:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 20.7 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h20.7v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M10.4 20.6c.2 0 .4.1.6.2l7.9 6.3V1.9h-17v25.2l7.9-6.3c.1-.1.4-.2.6-.2m9.4 9.4c-.2 0-.4-.1-.6-.2l-8.8-7-8.8 7c-.3.2-.7.3-1 .1-.4-.1-.6-.5-.6-.8V.9C0 .4.4 0 .9 0h18.8c.5 0 .9.4.9.9V29c0 .4-.2.7-.5.8 0 .2-.2.2-.3.2'/%3E%3Cpath clip-path='url(%23b)' d='M8.5 15c-.2 0-.5-.1-.7-.3L5 11.9l1.3-1.3 2.2 2.2L15.4 6l1.3 1.3-7.5 7.5c-.2.1-.5.2-.7.2'/%3E%3C/svg%3E");
}

.icon-warranty.icon-before.icon-teal:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 20.7 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h20.7v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M10.4 20.6c.2 0 .4.1.6.2l7.9 6.3V1.9h-17v25.2l7.9-6.3c.1-.1.4-.2.6-.2m9.4 9.4c-.2 0-.4-.1-.6-.2l-8.8-7-8.8 7c-.3.2-.7.3-1 .1-.4-.1-.6-.5-.6-.8V.9C0 .4.4 0 .9 0h18.8c.5 0 .9.4.9.9V29c0 .4-.2.7-.5.8 0 .2-.2.2-.3.2'/%3E%3Cpath clip-path='url(%23b)' d='M8.5 15c-.2 0-.5-.1-.7-.3L5 11.9l1.3-1.3 2.2 2.2L15.4 6l1.3 1.3-7.5 7.5c-.2.1-.5.2-.7.2'/%3E%3C/svg%3E");
}

.icon-warranty.icon-before.icon-blue:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 20.7 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h20.7v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M10.4 20.6c.2 0 .4.1.6.2l7.9 6.3V1.9h-17v25.2l7.9-6.3c.1-.1.4-.2.6-.2m9.4 9.4c-.2 0-.4-.1-.6-.2l-8.8-7-8.8 7c-.3.2-.7.3-1 .1-.4-.1-.6-.5-.6-.8V.9C0 .4.4 0 .9 0h18.8c.5 0 .9.4.9.9V29c0 .4-.2.7-.5.8 0 .2-.2.2-.3.2'/%3E%3Cpath clip-path='url(%23b)' d='M8.5 15c-.2 0-.5-.1-.7-.3L5 11.9l1.3-1.3 2.2 2.2L15.4 6l1.3 1.3-7.5 7.5c-.2.1-.5.2-.7.2'/%3E%3C/svg%3E");
}

.icon-warranty.icon-before.icon-blue:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 20.7 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h20.7v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M10.4 20.6c.2 0 .4.1.6.2l7.9 6.3V1.9h-17v25.2l7.9-6.3c.1-.1.4-.2.6-.2m9.4 9.4c-.2 0-.4-.1-.6-.2l-8.8-7-8.8 7c-.3.2-.7.3-1 .1-.4-.1-.6-.5-.6-.8V.9C0 .4.4 0 .9 0h18.8c.5 0 .9.4.9.9V29c0 .4-.2.7-.5.8 0 .2-.2.2-.3.2'/%3E%3Cpath clip-path='url(%23b)' d='M8.5 15c-.2 0-.5-.1-.7-.3L5 11.9l1.3-1.3 2.2 2.2L15.4 6l1.3 1.3-7.5 7.5c-.2.1-.5.2-.7.2'/%3E%3C/svg%3E");
}

.icon-warranty.icon-before.icon-green:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 20.7 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h20.7v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M10.4 20.6c.2 0 .4.1.6.2l7.9 6.3V1.9h-17v25.2l7.9-6.3c.1-.1.4-.2.6-.2m9.4 9.4c-.2 0-.4-.1-.6-.2l-8.8-7-8.8 7c-.3.2-.7.3-1 .1-.4-.1-.6-.5-.6-.8V.9C0 .4.4 0 .9 0h18.8c.5 0 .9.4.9.9V29c0 .4-.2.7-.5.8 0 .2-.2.2-.3.2'/%3E%3Cpath clip-path='url(%23b)' d='M8.5 15c-.2 0-.5-.1-.7-.3L5 11.9l1.3-1.3 2.2 2.2L15.4 6l1.3 1.3-7.5 7.5c-.2.1-.5.2-.7.2'/%3E%3C/svg%3E");
}

.icon-warranty.icon-before.icon-pink:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 20.7 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h20.7v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M10.4 20.6c.2 0 .4.1.6.2l7.9 6.3V1.9h-17v25.2l7.9-6.3c.1-.1.4-.2.6-.2m9.4 9.4c-.2 0-.4-.1-.6-.2l-8.8-7-8.8 7c-.3.2-.7.3-1 .1-.4-.1-.6-.5-.6-.8V.9C0 .4.4 0 .9 0h18.8c.5 0 .9.4.9.9V29c0 .4-.2.7-.5.8 0 .2-.2.2-.3.2'/%3E%3Cpath clip-path='url(%23b)' d='M8.5 15c-.2 0-.5-.1-.7-.3L5 11.9l1.3-1.3 2.2 2.2L15.4 6l1.3 1.3-7.5 7.5c-.2.1-.5.2-.7.2'/%3E%3C/svg%3E");
}

.icon-warranty.icon-before.icon-pink:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 20.7 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h20.7v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M10.4 20.6c.2 0 .4.1.6.2l7.9 6.3V1.9h-17v25.2l7.9-6.3c.1-.1.4-.2.6-.2m9.4 9.4c-.2 0-.4-.1-.6-.2l-8.8-7-8.8 7c-.3.2-.7.3-1 .1-.4-.1-.6-.5-.6-.8V.9C0 .4.4 0 .9 0h18.8c.5 0 .9.4.9.9V29c0 .4-.2.7-.5.8 0 .2-.2.2-.3.2'/%3E%3Cpath clip-path='url(%23b)' d='M8.5 15c-.2 0-.5-.1-.7-.3L5 11.9l1.3-1.3 2.2 2.2L15.4 6l1.3 1.3-7.5 7.5c-.2.1-.5.2-.7.2'/%3E%3C/svg%3E");
}

.icon-warranty.icon-before.icon-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 20.7 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h20.7v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M10.4 20.6c.2 0 .4.1.6.2l7.9 6.3V1.9h-17v25.2l7.9-6.3c.1-.1.4-.2.6-.2m9.4 9.4c-.2 0-.4-.1-.6-.2l-8.8-7-8.8 7c-.3.2-.7.3-1 .1-.4-.1-.6-.5-.6-.8V.9C0 .4.4 0 .9 0h18.8c.5 0 .9.4.9.9V29c0 .4-.2.7-.5.8 0 .2-.2.2-.3.2'/%3E%3Cpath clip-path='url(%23b)' d='M8.5 15c-.2 0-.5-.1-.7-.3L5 11.9l1.3-1.3 2.2 2.2L15.4 6l1.3 1.3-7.5 7.5c-.2.1-.5.2-.7.2'/%3E%3C/svg%3E");
}

.icon-warranty.icon-before.icon-white:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 20.7 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h20.7v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M10.4 20.6c.2 0 .4.1.6.2l7.9 6.3V1.9h-17v25.2l7.9-6.3c.1-.1.4-.2.6-.2m9.4 9.4c-.2 0-.4-.1-.6-.2l-8.8-7-8.8 7c-.3.2-.7.3-1 .1-.4-.1-.6-.5-.6-.8V.9C0 .4.4 0 .9 0h18.8c.5 0 .9.4.9.9V29c0 .4-.2.7-.5.8 0 .2-.2.2-.3.2'/%3E%3Cpath clip-path='url(%23b)' d='M8.5 15c-.2 0-.5-.1-.7-.3L5 11.9l1.3-1.3 2.2 2.2L15.4 6l1.3 1.3-7.5 7.5c-.2.1-.5.2-.7.2'/%3E%3C/svg%3E");
}

.icon-warranty.icon-before.icon-gray:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 20.7 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h20.7v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M10.4 20.6c.2 0 .4.1.6.2l7.9 6.3V1.9h-17v25.2l7.9-6.3c.1-.1.4-.2.6-.2m9.4 9.4c-.2 0-.4-.1-.6-.2l-8.8-7-8.8 7c-.3.2-.7.3-1 .1-.4-.1-.6-.5-.6-.8V.9C0 .4.4 0 .9 0h18.8c.5 0 .9.4.9.9V29c0 .4-.2.7-.5.8 0 .2-.2.2-.3.2'/%3E%3Cpath clip-path='url(%23b)' d='M8.5 15c-.2 0-.5-.1-.7-.3L5 11.9l1.3-1.3 2.2 2.2L15.4 6l1.3 1.3-7.5 7.5c-.2.1-.5.2-.7.2'/%3E%3C/svg%3E");
}

.icon-warranty.icon-after.icon-teal:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 20.7 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h20.7v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M10.4 20.6c.2 0 .4.1.6.2l7.9 6.3V1.9h-17v25.2l7.9-6.3c.1-.1.4-.2.6-.2m9.4 9.4c-.2 0-.4-.1-.6-.2l-8.8-7-8.8 7c-.3.2-.7.3-1 .1-.4-.1-.6-.5-.6-.8V.9C0 .4.4 0 .9 0h18.8c.5 0 .9.4.9.9V29c0 .4-.2.7-.5.8 0 .2-.2.2-.3.2'/%3E%3Cpath clip-path='url(%23b)' d='M8.5 15c-.2 0-.5-.1-.7-.3L5 11.9l1.3-1.3 2.2 2.2L15.4 6l1.3 1.3-7.5 7.5c-.2.1-.5.2-.7.2'/%3E%3C/svg%3E");
}

.icon-warranty.icon-after.icon-teal:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 20.7 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h20.7v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M10.4 20.6c.2 0 .4.1.6.2l7.9 6.3V1.9h-17v25.2l7.9-6.3c.1-.1.4-.2.6-.2m9.4 9.4c-.2 0-.4-.1-.6-.2l-8.8-7-8.8 7c-.3.2-.7.3-1 .1-.4-.1-.6-.5-.6-.8V.9C0 .4.4 0 .9 0h18.8c.5 0 .9.4.9.9V29c0 .4-.2.7-.5.8 0 .2-.2.2-.3.2'/%3E%3Cpath clip-path='url(%23b)' d='M8.5 15c-.2 0-.5-.1-.7-.3L5 11.9l1.3-1.3 2.2 2.2L15.4 6l1.3 1.3-7.5 7.5c-.2.1-.5.2-.7.2'/%3E%3C/svg%3E");
}

.icon-warranty.icon-after.icon-blue:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 20.7 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h20.7v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M10.4 20.6c.2 0 .4.1.6.2l7.9 6.3V1.9h-17v25.2l7.9-6.3c.1-.1.4-.2.6-.2m9.4 9.4c-.2 0-.4-.1-.6-.2l-8.8-7-8.8 7c-.3.2-.7.3-1 .1-.4-.1-.6-.5-.6-.8V.9C0 .4.4 0 .9 0h18.8c.5 0 .9.4.9.9V29c0 .4-.2.7-.5.8 0 .2-.2.2-.3.2'/%3E%3Cpath clip-path='url(%23b)' d='M8.5 15c-.2 0-.5-.1-.7-.3L5 11.9l1.3-1.3 2.2 2.2L15.4 6l1.3 1.3-7.5 7.5c-.2.1-.5.2-.7.2'/%3E%3C/svg%3E");
}

.icon-warranty.icon-after.icon-blue:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 20.7 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h20.7v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M10.4 20.6c.2 0 .4.1.6.2l7.9 6.3V1.9h-17v25.2l7.9-6.3c.1-.1.4-.2.6-.2m9.4 9.4c-.2 0-.4-.1-.6-.2l-8.8-7-8.8 7c-.3.2-.7.3-1 .1-.4-.1-.6-.5-.6-.8V.9C0 .4.4 0 .9 0h18.8c.5 0 .9.4.9.9V29c0 .4-.2.7-.5.8 0 .2-.2.2-.3.2'/%3E%3Cpath clip-path='url(%23b)' d='M8.5 15c-.2 0-.5-.1-.7-.3L5 11.9l1.3-1.3 2.2 2.2L15.4 6l1.3 1.3-7.5 7.5c-.2.1-.5.2-.7.2'/%3E%3C/svg%3E");
}

.icon-warranty.icon-after.icon-green:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 20.7 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h20.7v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M10.4 20.6c.2 0 .4.1.6.2l7.9 6.3V1.9h-17v25.2l7.9-6.3c.1-.1.4-.2.6-.2m9.4 9.4c-.2 0-.4-.1-.6-.2l-8.8-7-8.8 7c-.3.2-.7.3-1 .1-.4-.1-.6-.5-.6-.8V.9C0 .4.4 0 .9 0h18.8c.5 0 .9.4.9.9V29c0 .4-.2.7-.5.8 0 .2-.2.2-.3.2'/%3E%3Cpath clip-path='url(%23b)' d='M8.5 15c-.2 0-.5-.1-.7-.3L5 11.9l1.3-1.3 2.2 2.2L15.4 6l1.3 1.3-7.5 7.5c-.2.1-.5.2-.7.2'/%3E%3C/svg%3E");
}

.icon-warranty.icon-after.icon-pink:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 20.7 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h20.7v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M10.4 20.6c.2 0 .4.1.6.2l7.9 6.3V1.9h-17v25.2l7.9-6.3c.1-.1.4-.2.6-.2m9.4 9.4c-.2 0-.4-.1-.6-.2l-8.8-7-8.8 7c-.3.2-.7.3-1 .1-.4-.1-.6-.5-.6-.8V.9C0 .4.4 0 .9 0h18.8c.5 0 .9.4.9.9V29c0 .4-.2.7-.5.8 0 .2-.2.2-.3.2'/%3E%3Cpath clip-path='url(%23b)' d='M8.5 15c-.2 0-.5-.1-.7-.3L5 11.9l1.3-1.3 2.2 2.2L15.4 6l1.3 1.3-7.5 7.5c-.2.1-.5.2-.7.2'/%3E%3C/svg%3E");
}

.icon-warranty.icon-after.icon-pink:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 20.7 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h20.7v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M10.4 20.6c.2 0 .4.1.6.2l7.9 6.3V1.9h-17v25.2l7.9-6.3c.1-.1.4-.2.6-.2m9.4 9.4c-.2 0-.4-.1-.6-.2l-8.8-7-8.8 7c-.3.2-.7.3-1 .1-.4-.1-.6-.5-.6-.8V.9C0 .4.4 0 .9 0h18.8c.5 0 .9.4.9.9V29c0 .4-.2.7-.5.8 0 .2-.2.2-.3.2'/%3E%3Cpath clip-path='url(%23b)' d='M8.5 15c-.2 0-.5-.1-.7-.3L5 11.9l1.3-1.3 2.2 2.2L15.4 6l1.3 1.3-7.5 7.5c-.2.1-.5.2-.7.2'/%3E%3C/svg%3E");
}

.icon-warranty.icon-after.icon-white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 20.7 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h20.7v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M10.4 20.6c.2 0 .4.1.6.2l7.9 6.3V1.9h-17v25.2l7.9-6.3c.1-.1.4-.2.6-.2m9.4 9.4c-.2 0-.4-.1-.6-.2l-8.8-7-8.8 7c-.3.2-.7.3-1 .1-.4-.1-.6-.5-.6-.8V.9C0 .4.4 0 .9 0h18.8c.5 0 .9.4.9.9V29c0 .4-.2.7-.5.8 0 .2-.2.2-.3.2'/%3E%3Cpath clip-path='url(%23b)' d='M8.5 15c-.2 0-.5-.1-.7-.3L5 11.9l1.3-1.3 2.2 2.2L15.4 6l1.3 1.3-7.5 7.5c-.2.1-.5.2-.7.2'/%3E%3C/svg%3E");
}

.icon-warranty.icon-after.icon-white:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 20.7 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h20.7v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M10.4 20.6c.2 0 .4.1.6.2l7.9 6.3V1.9h-17v25.2l7.9-6.3c.1-.1.4-.2.6-.2m9.4 9.4c-.2 0-.4-.1-.6-.2l-8.8-7-8.8 7c-.3.2-.7.3-1 .1-.4-.1-.6-.5-.6-.8V.9C0 .4.4 0 .9 0h18.8c.5 0 .9.4.9.9V29c0 .4-.2.7-.5.8 0 .2-.2.2-.3.2'/%3E%3Cpath clip-path='url(%23b)' d='M8.5 15c-.2 0-.5-.1-.7-.3L5 11.9l1.3-1.3 2.2 2.2L15.4 6l1.3 1.3-7.5 7.5c-.2.1-.5.2-.7.2'/%3E%3C/svg%3E");
}

.icon-warranty.icon-after.icon-gray:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 20.7 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h20.7v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M10.4 20.6c.2 0 .4.1.6.2l7.9 6.3V1.9h-17v25.2l7.9-6.3c.1-.1.4-.2.6-.2m9.4 9.4c-.2 0-.4-.1-.6-.2l-8.8-7-8.8 7c-.3.2-.7.3-1 .1-.4-.1-.6-.5-.6-.8V.9C0 .4.4 0 .9 0h18.8c.5 0 .9.4.9.9V29c0 .4-.2.7-.5.8 0 .2-.2.2-.3.2'/%3E%3Cpath clip-path='url(%23b)' d='M8.5 15c-.2 0-.5-.1-.7-.3L5 11.9l1.3-1.3 2.2 2.2L15.4 6l1.3 1.3-7.5 7.5c-.2.1-.5.2-.7.2'/%3E%3C/svg%3E");
}

.icon-quality.icon-before.icon-teal:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 25 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h25v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M6.5 1.9h11.2v7.5H6.5V1.9zm-4.6 9.4h20.6v8.4h1.9v-9.4c0-.5-.4-.9-.9-.9h-3.7V1.9C19.6 1 19 0 17.8 0H6.5C5.3 0 4.7 1 4.7 1.9v7.5H.9c-.5 0-.9.4-.9.9V29c0 .6.4 1 .9 1h12.2v-1.9H1.9V11.3z'/%3E%3Cpath clip-path='url(%23b)' d='M12.2 19.7c-1 0-1.9-.8-1.9-1.9s.8-1.9 1.9-1.9 1.9.8 1.9 1.9-.9 1.9-1.9 1.9m3.7-1.9c0-2.1-1.7-3.8-3.7-3.8-2.1 0-3.7 1.7-3.7 3.8 0 1.7 1.2 3.2 2.8 3.6v3.9h1.9v-3.9c1.5-.4 2.7-1.8 2.7-3.6M23.7 21.8l-5 5-2.1-2.1-1.4 1.3 2.8 2.8c.2.2.4.3.7.3.2 0 .5-.1.7-.3l5.6-5.6-1.3-1.4z'/%3E%3C/svg%3E");
}

.icon-quality.icon-before.icon-teal:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 25 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h25v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M6.5 1.9h11.2v7.5H6.5V1.9zm-4.6 9.4h20.6v8.4h1.9v-9.4c0-.5-.4-.9-.9-.9h-3.7V1.9C19.6 1 19 0 17.8 0H6.5C5.3 0 4.7 1 4.7 1.9v7.5H.9c-.5 0-.9.4-.9.9V29c0 .6.4 1 .9 1h12.2v-1.9H1.9V11.3z'/%3E%3Cpath clip-path='url(%23b)' d='M12.2 19.7c-1 0-1.9-.8-1.9-1.9s.8-1.9 1.9-1.9 1.9.8 1.9 1.9-.9 1.9-1.9 1.9m3.7-1.9c0-2.1-1.7-3.8-3.7-3.8-2.1 0-3.7 1.7-3.7 3.8 0 1.7 1.2 3.2 2.8 3.6v3.9h1.9v-3.9c1.5-.4 2.7-1.8 2.7-3.6M23.7 21.8l-5 5-2.1-2.1-1.4 1.3 2.8 2.8c.2.2.4.3.7.3.2 0 .5-.1.7-.3l5.6-5.6-1.3-1.4z'/%3E%3C/svg%3E");
}

.icon-quality.icon-before.icon-blue:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 25 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h25v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M6.5 1.9h11.2v7.5H6.5V1.9zm-4.6 9.4h20.6v8.4h1.9v-9.4c0-.5-.4-.9-.9-.9h-3.7V1.9C19.6 1 19 0 17.8 0H6.5C5.3 0 4.7 1 4.7 1.9v7.5H.9c-.5 0-.9.4-.9.9V29c0 .6.4 1 .9 1h12.2v-1.9H1.9V11.3z'/%3E%3Cpath clip-path='url(%23b)' d='M12.2 19.7c-1 0-1.9-.8-1.9-1.9s.8-1.9 1.9-1.9 1.9.8 1.9 1.9-.9 1.9-1.9 1.9m3.7-1.9c0-2.1-1.7-3.8-3.7-3.8-2.1 0-3.7 1.7-3.7 3.8 0 1.7 1.2 3.2 2.8 3.6v3.9h1.9v-3.9c1.5-.4 2.7-1.8 2.7-3.6M23.7 21.8l-5 5-2.1-2.1-1.4 1.3 2.8 2.8c.2.2.4.3.7.3.2 0 .5-.1.7-.3l5.6-5.6-1.3-1.4z'/%3E%3C/svg%3E");
}

.icon-quality.icon-before.icon-blue:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 25 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h25v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M6.5 1.9h11.2v7.5H6.5V1.9zm-4.6 9.4h20.6v8.4h1.9v-9.4c0-.5-.4-.9-.9-.9h-3.7V1.9C19.6 1 19 0 17.8 0H6.5C5.3 0 4.7 1 4.7 1.9v7.5H.9c-.5 0-.9.4-.9.9V29c0 .6.4 1 .9 1h12.2v-1.9H1.9V11.3z'/%3E%3Cpath clip-path='url(%23b)' d='M12.2 19.7c-1 0-1.9-.8-1.9-1.9s.8-1.9 1.9-1.9 1.9.8 1.9 1.9-.9 1.9-1.9 1.9m3.7-1.9c0-2.1-1.7-3.8-3.7-3.8-2.1 0-3.7 1.7-3.7 3.8 0 1.7 1.2 3.2 2.8 3.6v3.9h1.9v-3.9c1.5-.4 2.7-1.8 2.7-3.6M23.7 21.8l-5 5-2.1-2.1-1.4 1.3 2.8 2.8c.2.2.4.3.7.3.2 0 .5-.1.7-.3l5.6-5.6-1.3-1.4z'/%3E%3C/svg%3E");
}

.icon-quality.icon-before.icon-green:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 25 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h25v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M6.5 1.9h11.2v7.5H6.5V1.9zm-4.6 9.4h20.6v8.4h1.9v-9.4c0-.5-.4-.9-.9-.9h-3.7V1.9C19.6 1 19 0 17.8 0H6.5C5.3 0 4.7 1 4.7 1.9v7.5H.9c-.5 0-.9.4-.9.9V29c0 .6.4 1 .9 1h12.2v-1.9H1.9V11.3z'/%3E%3Cpath clip-path='url(%23b)' d='M12.2 19.7c-1 0-1.9-.8-1.9-1.9s.8-1.9 1.9-1.9 1.9.8 1.9 1.9-.9 1.9-1.9 1.9m3.7-1.9c0-2.1-1.7-3.8-3.7-3.8-2.1 0-3.7 1.7-3.7 3.8 0 1.7 1.2 3.2 2.8 3.6v3.9h1.9v-3.9c1.5-.4 2.7-1.8 2.7-3.6M23.7 21.8l-5 5-2.1-2.1-1.4 1.3 2.8 2.8c.2.2.4.3.7.3.2 0 .5-.1.7-.3l5.6-5.6-1.3-1.4z'/%3E%3C/svg%3E");
}

.icon-quality.icon-before.icon-pink:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 25 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h25v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M6.5 1.9h11.2v7.5H6.5V1.9zm-4.6 9.4h20.6v8.4h1.9v-9.4c0-.5-.4-.9-.9-.9h-3.7V1.9C19.6 1 19 0 17.8 0H6.5C5.3 0 4.7 1 4.7 1.9v7.5H.9c-.5 0-.9.4-.9.9V29c0 .6.4 1 .9 1h12.2v-1.9H1.9V11.3z'/%3E%3Cpath clip-path='url(%23b)' d='M12.2 19.7c-1 0-1.9-.8-1.9-1.9s.8-1.9 1.9-1.9 1.9.8 1.9 1.9-.9 1.9-1.9 1.9m3.7-1.9c0-2.1-1.7-3.8-3.7-3.8-2.1 0-3.7 1.7-3.7 3.8 0 1.7 1.2 3.2 2.8 3.6v3.9h1.9v-3.9c1.5-.4 2.7-1.8 2.7-3.6M23.7 21.8l-5 5-2.1-2.1-1.4 1.3 2.8 2.8c.2.2.4.3.7.3.2 0 .5-.1.7-.3l5.6-5.6-1.3-1.4z'/%3E%3C/svg%3E");
}

.icon-quality.icon-before.icon-pink:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 25 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h25v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M6.5 1.9h11.2v7.5H6.5V1.9zm-4.6 9.4h20.6v8.4h1.9v-9.4c0-.5-.4-.9-.9-.9h-3.7V1.9C19.6 1 19 0 17.8 0H6.5C5.3 0 4.7 1 4.7 1.9v7.5H.9c-.5 0-.9.4-.9.9V29c0 .6.4 1 .9 1h12.2v-1.9H1.9V11.3z'/%3E%3Cpath clip-path='url(%23b)' d='M12.2 19.7c-1 0-1.9-.8-1.9-1.9s.8-1.9 1.9-1.9 1.9.8 1.9 1.9-.9 1.9-1.9 1.9m3.7-1.9c0-2.1-1.7-3.8-3.7-3.8-2.1 0-3.7 1.7-3.7 3.8 0 1.7 1.2 3.2 2.8 3.6v3.9h1.9v-3.9c1.5-.4 2.7-1.8 2.7-3.6M23.7 21.8l-5 5-2.1-2.1-1.4 1.3 2.8 2.8c.2.2.4.3.7.3.2 0 .5-.1.7-.3l5.6-5.6-1.3-1.4z'/%3E%3C/svg%3E");
}

.icon-quality.icon-before.icon-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 25 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h25v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M6.5 1.9h11.2v7.5H6.5V1.9zm-4.6 9.4h20.6v8.4h1.9v-9.4c0-.5-.4-.9-.9-.9h-3.7V1.9C19.6 1 19 0 17.8 0H6.5C5.3 0 4.7 1 4.7 1.9v7.5H.9c-.5 0-.9.4-.9.9V29c0 .6.4 1 .9 1h12.2v-1.9H1.9V11.3z'/%3E%3Cpath clip-path='url(%23b)' d='M12.2 19.7c-1 0-1.9-.8-1.9-1.9s.8-1.9 1.9-1.9 1.9.8 1.9 1.9-.9 1.9-1.9 1.9m3.7-1.9c0-2.1-1.7-3.8-3.7-3.8-2.1 0-3.7 1.7-3.7 3.8 0 1.7 1.2 3.2 2.8 3.6v3.9h1.9v-3.9c1.5-.4 2.7-1.8 2.7-3.6M23.7 21.8l-5 5-2.1-2.1-1.4 1.3 2.8 2.8c.2.2.4.3.7.3.2 0 .5-.1.7-.3l5.6-5.6-1.3-1.4z'/%3E%3C/svg%3E");
}

.icon-quality.icon-before.icon-white:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 25 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h25v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M6.5 1.9h11.2v7.5H6.5V1.9zm-4.6 9.4h20.6v8.4h1.9v-9.4c0-.5-.4-.9-.9-.9h-3.7V1.9C19.6 1 19 0 17.8 0H6.5C5.3 0 4.7 1 4.7 1.9v7.5H.9c-.5 0-.9.4-.9.9V29c0 .6.4 1 .9 1h12.2v-1.9H1.9V11.3z'/%3E%3Cpath clip-path='url(%23b)' d='M12.2 19.7c-1 0-1.9-.8-1.9-1.9s.8-1.9 1.9-1.9 1.9.8 1.9 1.9-.9 1.9-1.9 1.9m3.7-1.9c0-2.1-1.7-3.8-3.7-3.8-2.1 0-3.7 1.7-3.7 3.8 0 1.7 1.2 3.2 2.8 3.6v3.9h1.9v-3.9c1.5-.4 2.7-1.8 2.7-3.6M23.7 21.8l-5 5-2.1-2.1-1.4 1.3 2.8 2.8c.2.2.4.3.7.3.2 0 .5-.1.7-.3l5.6-5.6-1.3-1.4z'/%3E%3C/svg%3E");
}

.icon-quality.icon-before.icon-gray:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 25 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h25v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M6.5 1.9h11.2v7.5H6.5V1.9zm-4.6 9.4h20.6v8.4h1.9v-9.4c0-.5-.4-.9-.9-.9h-3.7V1.9C19.6 1 19 0 17.8 0H6.5C5.3 0 4.7 1 4.7 1.9v7.5H.9c-.5 0-.9.4-.9.9V29c0 .6.4 1 .9 1h12.2v-1.9H1.9V11.3z'/%3E%3Cpath clip-path='url(%23b)' d='M12.2 19.7c-1 0-1.9-.8-1.9-1.9s.8-1.9 1.9-1.9 1.9.8 1.9 1.9-.9 1.9-1.9 1.9m3.7-1.9c0-2.1-1.7-3.8-3.7-3.8-2.1 0-3.7 1.7-3.7 3.8 0 1.7 1.2 3.2 2.8 3.6v3.9h1.9v-3.9c1.5-.4 2.7-1.8 2.7-3.6M23.7 21.8l-5 5-2.1-2.1-1.4 1.3 2.8 2.8c.2.2.4.3.7.3.2 0 .5-.1.7-.3l5.6-5.6-1.3-1.4z'/%3E%3C/svg%3E");
}

.icon-quality.icon-after.icon-teal:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 25 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h25v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M6.5 1.9h11.2v7.5H6.5V1.9zm-4.6 9.4h20.6v8.4h1.9v-9.4c0-.5-.4-.9-.9-.9h-3.7V1.9C19.6 1 19 0 17.8 0H6.5C5.3 0 4.7 1 4.7 1.9v7.5H.9c-.5 0-.9.4-.9.9V29c0 .6.4 1 .9 1h12.2v-1.9H1.9V11.3z'/%3E%3Cpath clip-path='url(%23b)' d='M12.2 19.7c-1 0-1.9-.8-1.9-1.9s.8-1.9 1.9-1.9 1.9.8 1.9 1.9-.9 1.9-1.9 1.9m3.7-1.9c0-2.1-1.7-3.8-3.7-3.8-2.1 0-3.7 1.7-3.7 3.8 0 1.7 1.2 3.2 2.8 3.6v3.9h1.9v-3.9c1.5-.4 2.7-1.8 2.7-3.6M23.7 21.8l-5 5-2.1-2.1-1.4 1.3 2.8 2.8c.2.2.4.3.7.3.2 0 .5-.1.7-.3l5.6-5.6-1.3-1.4z'/%3E%3C/svg%3E");
}

.icon-quality.icon-after.icon-teal:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 25 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h25v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M6.5 1.9h11.2v7.5H6.5V1.9zm-4.6 9.4h20.6v8.4h1.9v-9.4c0-.5-.4-.9-.9-.9h-3.7V1.9C19.6 1 19 0 17.8 0H6.5C5.3 0 4.7 1 4.7 1.9v7.5H.9c-.5 0-.9.4-.9.9V29c0 .6.4 1 .9 1h12.2v-1.9H1.9V11.3z'/%3E%3Cpath clip-path='url(%23b)' d='M12.2 19.7c-1 0-1.9-.8-1.9-1.9s.8-1.9 1.9-1.9 1.9.8 1.9 1.9-.9 1.9-1.9 1.9m3.7-1.9c0-2.1-1.7-3.8-3.7-3.8-2.1 0-3.7 1.7-3.7 3.8 0 1.7 1.2 3.2 2.8 3.6v3.9h1.9v-3.9c1.5-.4 2.7-1.8 2.7-3.6M23.7 21.8l-5 5-2.1-2.1-1.4 1.3 2.8 2.8c.2.2.4.3.7.3.2 0 .5-.1.7-.3l5.6-5.6-1.3-1.4z'/%3E%3C/svg%3E");
}

.icon-quality.icon-after.icon-blue:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 25 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h25v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M6.5 1.9h11.2v7.5H6.5V1.9zm-4.6 9.4h20.6v8.4h1.9v-9.4c0-.5-.4-.9-.9-.9h-3.7V1.9C19.6 1 19 0 17.8 0H6.5C5.3 0 4.7 1 4.7 1.9v7.5H.9c-.5 0-.9.4-.9.9V29c0 .6.4 1 .9 1h12.2v-1.9H1.9V11.3z'/%3E%3Cpath clip-path='url(%23b)' d='M12.2 19.7c-1 0-1.9-.8-1.9-1.9s.8-1.9 1.9-1.9 1.9.8 1.9 1.9-.9 1.9-1.9 1.9m3.7-1.9c0-2.1-1.7-3.8-3.7-3.8-2.1 0-3.7 1.7-3.7 3.8 0 1.7 1.2 3.2 2.8 3.6v3.9h1.9v-3.9c1.5-.4 2.7-1.8 2.7-3.6M23.7 21.8l-5 5-2.1-2.1-1.4 1.3 2.8 2.8c.2.2.4.3.7.3.2 0 .5-.1.7-.3l5.6-5.6-1.3-1.4z'/%3E%3C/svg%3E");
}

.icon-quality.icon-after.icon-blue:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 25 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h25v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M6.5 1.9h11.2v7.5H6.5V1.9zm-4.6 9.4h20.6v8.4h1.9v-9.4c0-.5-.4-.9-.9-.9h-3.7V1.9C19.6 1 19 0 17.8 0H6.5C5.3 0 4.7 1 4.7 1.9v7.5H.9c-.5 0-.9.4-.9.9V29c0 .6.4 1 .9 1h12.2v-1.9H1.9V11.3z'/%3E%3Cpath clip-path='url(%23b)' d='M12.2 19.7c-1 0-1.9-.8-1.9-1.9s.8-1.9 1.9-1.9 1.9.8 1.9 1.9-.9 1.9-1.9 1.9m3.7-1.9c0-2.1-1.7-3.8-3.7-3.8-2.1 0-3.7 1.7-3.7 3.8 0 1.7 1.2 3.2 2.8 3.6v3.9h1.9v-3.9c1.5-.4 2.7-1.8 2.7-3.6M23.7 21.8l-5 5-2.1-2.1-1.4 1.3 2.8 2.8c.2.2.4.3.7.3.2 0 .5-.1.7-.3l5.6-5.6-1.3-1.4z'/%3E%3C/svg%3E");
}

.icon-quality.icon-after.icon-green:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 25 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h25v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M6.5 1.9h11.2v7.5H6.5V1.9zm-4.6 9.4h20.6v8.4h1.9v-9.4c0-.5-.4-.9-.9-.9h-3.7V1.9C19.6 1 19 0 17.8 0H6.5C5.3 0 4.7 1 4.7 1.9v7.5H.9c-.5 0-.9.4-.9.9V29c0 .6.4 1 .9 1h12.2v-1.9H1.9V11.3z'/%3E%3Cpath clip-path='url(%23b)' d='M12.2 19.7c-1 0-1.9-.8-1.9-1.9s.8-1.9 1.9-1.9 1.9.8 1.9 1.9-.9 1.9-1.9 1.9m3.7-1.9c0-2.1-1.7-3.8-3.7-3.8-2.1 0-3.7 1.7-3.7 3.8 0 1.7 1.2 3.2 2.8 3.6v3.9h1.9v-3.9c1.5-.4 2.7-1.8 2.7-3.6M23.7 21.8l-5 5-2.1-2.1-1.4 1.3 2.8 2.8c.2.2.4.3.7.3.2 0 .5-.1.7-.3l5.6-5.6-1.3-1.4z'/%3E%3C/svg%3E");
}

.icon-quality.icon-after.icon-pink:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 25 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h25v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M6.5 1.9h11.2v7.5H6.5V1.9zm-4.6 9.4h20.6v8.4h1.9v-9.4c0-.5-.4-.9-.9-.9h-3.7V1.9C19.6 1 19 0 17.8 0H6.5C5.3 0 4.7 1 4.7 1.9v7.5H.9c-.5 0-.9.4-.9.9V29c0 .6.4 1 .9 1h12.2v-1.9H1.9V11.3z'/%3E%3Cpath clip-path='url(%23b)' d='M12.2 19.7c-1 0-1.9-.8-1.9-1.9s.8-1.9 1.9-1.9 1.9.8 1.9 1.9-.9 1.9-1.9 1.9m3.7-1.9c0-2.1-1.7-3.8-3.7-3.8-2.1 0-3.7 1.7-3.7 3.8 0 1.7 1.2 3.2 2.8 3.6v3.9h1.9v-3.9c1.5-.4 2.7-1.8 2.7-3.6M23.7 21.8l-5 5-2.1-2.1-1.4 1.3 2.8 2.8c.2.2.4.3.7.3.2 0 .5-.1.7-.3l5.6-5.6-1.3-1.4z'/%3E%3C/svg%3E");
}

.icon-quality.icon-after.icon-pink:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 25 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h25v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M6.5 1.9h11.2v7.5H6.5V1.9zm-4.6 9.4h20.6v8.4h1.9v-9.4c0-.5-.4-.9-.9-.9h-3.7V1.9C19.6 1 19 0 17.8 0H6.5C5.3 0 4.7 1 4.7 1.9v7.5H.9c-.5 0-.9.4-.9.9V29c0 .6.4 1 .9 1h12.2v-1.9H1.9V11.3z'/%3E%3Cpath clip-path='url(%23b)' d='M12.2 19.7c-1 0-1.9-.8-1.9-1.9s.8-1.9 1.9-1.9 1.9.8 1.9 1.9-.9 1.9-1.9 1.9m3.7-1.9c0-2.1-1.7-3.8-3.7-3.8-2.1 0-3.7 1.7-3.7 3.8 0 1.7 1.2 3.2 2.8 3.6v3.9h1.9v-3.9c1.5-.4 2.7-1.8 2.7-3.6M23.7 21.8l-5 5-2.1-2.1-1.4 1.3 2.8 2.8c.2.2.4.3.7.3.2 0 .5-.1.7-.3l5.6-5.6-1.3-1.4z'/%3E%3C/svg%3E");
}

.icon-quality.icon-after.icon-white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 25 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h25v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M6.5 1.9h11.2v7.5H6.5V1.9zm-4.6 9.4h20.6v8.4h1.9v-9.4c0-.5-.4-.9-.9-.9h-3.7V1.9C19.6 1 19 0 17.8 0H6.5C5.3 0 4.7 1 4.7 1.9v7.5H.9c-.5 0-.9.4-.9.9V29c0 .6.4 1 .9 1h12.2v-1.9H1.9V11.3z'/%3E%3Cpath clip-path='url(%23b)' d='M12.2 19.7c-1 0-1.9-.8-1.9-1.9s.8-1.9 1.9-1.9 1.9.8 1.9 1.9-.9 1.9-1.9 1.9m3.7-1.9c0-2.1-1.7-3.8-3.7-3.8-2.1 0-3.7 1.7-3.7 3.8 0 1.7 1.2 3.2 2.8 3.6v3.9h1.9v-3.9c1.5-.4 2.7-1.8 2.7-3.6M23.7 21.8l-5 5-2.1-2.1-1.4 1.3 2.8 2.8c.2.2.4.3.7.3.2 0 .5-.1.7-.3l5.6-5.6-1.3-1.4z'/%3E%3C/svg%3E");
}

.icon-quality.icon-after.icon-white:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 25 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h25v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M6.5 1.9h11.2v7.5H6.5V1.9zm-4.6 9.4h20.6v8.4h1.9v-9.4c0-.5-.4-.9-.9-.9h-3.7V1.9C19.6 1 19 0 17.8 0H6.5C5.3 0 4.7 1 4.7 1.9v7.5H.9c-.5 0-.9.4-.9.9V29c0 .6.4 1 .9 1h12.2v-1.9H1.9V11.3z'/%3E%3Cpath clip-path='url(%23b)' d='M12.2 19.7c-1 0-1.9-.8-1.9-1.9s.8-1.9 1.9-1.9 1.9.8 1.9 1.9-.9 1.9-1.9 1.9m3.7-1.9c0-2.1-1.7-3.8-3.7-3.8-2.1 0-3.7 1.7-3.7 3.8 0 1.7 1.2 3.2 2.8 3.6v3.9h1.9v-3.9c1.5-.4 2.7-1.8 2.7-3.6M23.7 21.8l-5 5-2.1-2.1-1.4 1.3 2.8 2.8c.2.2.4.3.7.3.2 0 .5-.1.7-.3l5.6-5.6-1.3-1.4z'/%3E%3C/svg%3E");
}

.icon-quality.icon-after.icon-gray:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 25 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h25v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M6.5 1.9h11.2v7.5H6.5V1.9zm-4.6 9.4h20.6v8.4h1.9v-9.4c0-.5-.4-.9-.9-.9h-3.7V1.9C19.6 1 19 0 17.8 0H6.5C5.3 0 4.7 1 4.7 1.9v7.5H.9c-.5 0-.9.4-.9.9V29c0 .6.4 1 .9 1h12.2v-1.9H1.9V11.3z'/%3E%3Cpath clip-path='url(%23b)' d='M12.2 19.7c-1 0-1.9-.8-1.9-1.9s.8-1.9 1.9-1.9 1.9.8 1.9 1.9-.9 1.9-1.9 1.9m3.7-1.9c0-2.1-1.7-3.8-3.7-3.8-2.1 0-3.7 1.7-3.7 3.8 0 1.7 1.2 3.2 2.8 3.6v3.9h1.9v-3.9c1.5-.4 2.7-1.8 2.7-3.6M23.7 21.8l-5 5-2.1-2.1-1.4 1.3 2.8 2.8c.2.2.4.3.7.3.2 0 .5-.1.7-.3l5.6-5.6-1.3-1.4z'/%3E%3C/svg%3E");
}

.icon-experience.icon-before.icon-teal:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160.58 160.58'%3E%3Cg fill='%2358B8B2' fill-rule='nonzero'%3E%3Cpath d='M80.29 0c44.343 0 80.29 35.947 80.29 80.29s-35.947 80.29-80.29 80.29S0 124.633 0 80.29 35.947 0 80.29 0m0 10.58c-38.5 0-69.71 31.21-69.71 69.71S41.79 150 80.29 150 150 118.79 150 80.29s-31.21-69.71-69.71-69.71'/%3E%3Cpath d='M47.62 45.66c2.83-2.49 6.67-3.73 11.52-3.73 3.22 0 5.98.56 8.27 1.67 2.29 1.12 4.03 2.64 5.21 4.57s1.77 4.1 1.77 6.5c0 2.83-.71 5.14-2.12 6.92-1.42 1.78-3.07 2.99-4.96 3.64v.26c2.45.82 4.38 2.17 5.79 4.06 1.42 1.89 2.12 4.31 2.12 7.27q0 3.99-1.83 7.05t-5.34 4.8-8.34 1.74c-5.15 0-9.26-1.27-12.33-3.8q-4.605-3.795-4.86-11.46h10.69c.04 1.89.58 3.38 1.61 4.47s2.53 1.64 4.51 1.64c1.67 0 2.97-.48 3.89-1.45s1.38-2.24 1.38-3.83c0-2.06-.65-3.55-1.96-4.47s-3.4-1.38-6.28-1.38H54.3v-8.95h2.06c2.19 0 3.96-.38 5.31-1.13s2.03-2.09 2.03-4.02c0-1.54-.43-2.75-1.29-3.6q-1.29-1.29-3.54-1.29c-1.63 0-2.84.49-3.64 1.48-.79.99-1.26 2.21-1.38 3.67H43.1c.17-4.59 1.67-8.13 4.51-10.62z'/%3E%3Cpath d='M85.96 48.43c2.85-4.25 7.46-6.37 13.81-6.37s10.95 2.12 13.81 6.37c2.85 4.25 4.28 10.06 4.28 17.44s-1.43 13.32-4.28 17.57-7.46 6.37-13.81 6.37-10.95-2.12-13.81-6.37c-2.85-4.25-4.28-10.11-4.28-17.57s1.43-13.2 4.28-17.44m19.66 7.43c-.94-2.34-2.9-3.51-5.86-3.51s-4.91 1.17-5.86 3.51c-.94 2.34-1.42 5.68-1.42 10.01 0 2.92.17 5.33.52 7.24.34 1.91 1.04 3.46 2.09 4.63 1.05 1.18 2.61 1.77 4.67 1.77s3.61-.59 4.67-1.77c1.05-1.18 1.75-2.72 2.09-4.63s.52-4.32.52-7.24c0-4.33-.47-7.67-1.42-10.01'/%3E%3Cpath d='m69.4 99.62-6.98 13.34v8.08h-2.8v-8.08l-7.01-13.34h3.1L61 110.47l5.29-10.85h3.1z'/%3E%3Cpath d='m84.86 121.04-5.1-8.76h-3.38v8.76h-2.8V99.62h6.91c1.62 0 2.99.28 4.1.83 1.12.55 1.95 1.3 2.5 2.24s.83 2.02.83 3.23c0 1.47-.43 2.78-1.28 3.9-.85 1.13-2.13 1.87-3.83 2.24l5.38 8.97h-3.35zm-8.49-11h4.12c1.52 0 2.65-.37 3.41-1.12q1.14-1.125 1.14-3c0-1.25-.37-2.25-1.12-2.95s-1.89-1.04-3.43-1.04h-4.12z'/%3E%3Cpath d='M95.87 120.5c-1.12-.5-1.99-1.2-2.63-2.09s-.96-1.92-.98-3.09h2.98c.1 1 .52 1.85 1.24 2.54.73.69 1.79 1.03 3.18 1.03s2.38-.33 3.15-1 1.15-1.52 1.15-2.57c0-.82-.23-1.48-.68-2a4.35 4.35 0 0 0-1.69-1.17c-.68-.27-1.59-.55-2.73-.86-1.41-.37-2.55-.74-3.4-1.11s-1.58-.95-2.18-1.74-.91-1.85-.91-3.18c0-1.17.3-2.2.89-3.1s1.43-1.6 2.5-2.09c1.08-.49 2.31-.74 3.7-.74 2.01 0 3.65.5 4.93 1.51 1.28 1 2 2.34 2.17 3.99h-3.07c-.1-.82-.53-1.54-1.29-2.17-.76-.62-1.76-.94-3.01-.94-1.17 0-2.12.3-2.86.91s-1.11 1.45-1.11 2.53c0 .78.22 1.41.66 1.91s.98.87 1.63 1.12c.65.26 1.55.55 2.72.88 1.41.39 2.55.77 3.41 1.15s1.6.96 2.21 1.75.92 1.86.92 3.21c0 1.04-.28 2.03-.83 2.95s-1.37 1.67-2.46 2.24-2.37.86-3.84.86-2.68-.25-3.79-.75z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-experience.icon-before.icon-teal:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160.58 160.58'%3E%3Cg fill='%2344A140' fill-rule='nonzero'%3E%3Cpath d='M80.29 0c44.343 0 80.29 35.947 80.29 80.29s-35.947 80.29-80.29 80.29S0 124.633 0 80.29 35.947 0 80.29 0m0 10.58c-38.5 0-69.71 31.21-69.71 69.71S41.79 150 80.29 150 150 118.79 150 80.29s-31.21-69.71-69.71-69.71'/%3E%3Cpath d='M47.62 45.66c2.83-2.49 6.67-3.73 11.52-3.73 3.22 0 5.98.56 8.27 1.67 2.29 1.12 4.03 2.64 5.21 4.57s1.77 4.1 1.77 6.5c0 2.83-.71 5.14-2.12 6.92-1.42 1.78-3.07 2.99-4.96 3.64v.26c2.45.82 4.38 2.17 5.79 4.06 1.42 1.89 2.12 4.31 2.12 7.27q0 3.99-1.83 7.05t-5.34 4.8-8.34 1.74c-5.15 0-9.26-1.27-12.33-3.8q-4.605-3.795-4.86-11.46h10.69c.04 1.89.58 3.38 1.61 4.47s2.53 1.64 4.51 1.64c1.67 0 2.97-.48 3.89-1.45s1.38-2.24 1.38-3.83c0-2.06-.65-3.55-1.96-4.47s-3.4-1.38-6.28-1.38H54.3v-8.95h2.06c2.19 0 3.96-.38 5.31-1.13s2.03-2.09 2.03-4.02c0-1.54-.43-2.75-1.29-3.6q-1.29-1.29-3.54-1.29c-1.63 0-2.84.49-3.64 1.48-.79.99-1.26 2.21-1.38 3.67H43.1c.17-4.59 1.67-8.13 4.51-10.62z'/%3E%3Cpath d='M85.96 48.43c2.85-4.25 7.46-6.37 13.81-6.37s10.95 2.12 13.81 6.37c2.85 4.25 4.28 10.06 4.28 17.44s-1.43 13.32-4.28 17.57-7.46 6.37-13.81 6.37-10.95-2.12-13.81-6.37c-2.85-4.25-4.28-10.11-4.28-17.57s1.43-13.2 4.28-17.44m19.66 7.43c-.94-2.34-2.9-3.51-5.86-3.51s-4.91 1.17-5.86 3.51c-.94 2.34-1.42 5.68-1.42 10.01 0 2.92.17 5.33.52 7.24.34 1.91 1.04 3.46 2.09 4.63 1.05 1.18 2.61 1.77 4.67 1.77s3.61-.59 4.67-1.77c1.05-1.18 1.75-2.72 2.09-4.63s.52-4.32.52-7.24c0-4.33-.47-7.67-1.42-10.01'/%3E%3Cpath d='m69.4 99.62-6.98 13.34v8.08h-2.8v-8.08l-7.01-13.34h3.1L61 110.47l5.29-10.85h3.1z'/%3E%3Cpath d='m84.86 121.04-5.1-8.76h-3.38v8.76h-2.8V99.62h6.91c1.62 0 2.99.28 4.1.83 1.12.55 1.95 1.3 2.5 2.24s.83 2.02.83 3.23c0 1.47-.43 2.78-1.28 3.9-.85 1.13-2.13 1.87-3.83 2.24l5.38 8.97h-3.35zm-8.49-11h4.12c1.52 0 2.65-.37 3.41-1.12q1.14-1.125 1.14-3c0-1.25-.37-2.25-1.12-2.95s-1.89-1.04-3.43-1.04h-4.12z'/%3E%3Cpath d='M95.87 120.5c-1.12-.5-1.99-1.2-2.63-2.09s-.96-1.92-.98-3.09h2.98c.1 1 .52 1.85 1.24 2.54.73.69 1.79 1.03 3.18 1.03s2.38-.33 3.15-1 1.15-1.52 1.15-2.57c0-.82-.23-1.48-.68-2a4.35 4.35 0 0 0-1.69-1.17c-.68-.27-1.59-.55-2.73-.86-1.41-.37-2.55-.74-3.4-1.11s-1.58-.95-2.18-1.74-.91-1.85-.91-3.18c0-1.17.3-2.2.89-3.1s1.43-1.6 2.5-2.09c1.08-.49 2.31-.74 3.7-.74 2.01 0 3.65.5 4.93 1.51 1.28 1 2 2.34 2.17 3.99h-3.07c-.1-.82-.53-1.54-1.29-2.17-.76-.62-1.76-.94-3.01-.94-1.17 0-2.12.3-2.86.91s-1.11 1.45-1.11 2.53c0 .78.22 1.41.66 1.91s.98.87 1.63 1.12c.65.26 1.55.55 2.72.88 1.41.39 2.55.77 3.41 1.15s1.6.96 2.21 1.75.92 1.86.92 3.21c0 1.04-.28 2.03-.83 2.95s-1.37 1.67-2.46 2.24-2.37.86-3.84.86-2.68-.25-3.79-.75z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-experience.icon-before.icon-blue:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160.58 160.58'%3E%3Cg fill='%231A2A49' fill-rule='nonzero'%3E%3Cpath d='M80.29 0c44.343 0 80.29 35.947 80.29 80.29s-35.947 80.29-80.29 80.29S0 124.633 0 80.29 35.947 0 80.29 0m0 10.58c-38.5 0-69.71 31.21-69.71 69.71S41.79 150 80.29 150 150 118.79 150 80.29s-31.21-69.71-69.71-69.71'/%3E%3Cpath d='M47.62 45.66c2.83-2.49 6.67-3.73 11.52-3.73 3.22 0 5.98.56 8.27 1.67 2.29 1.12 4.03 2.64 5.21 4.57s1.77 4.1 1.77 6.5c0 2.83-.71 5.14-2.12 6.92-1.42 1.78-3.07 2.99-4.96 3.64v.26c2.45.82 4.38 2.17 5.79 4.06 1.42 1.89 2.12 4.31 2.12 7.27q0 3.99-1.83 7.05t-5.34 4.8-8.34 1.74c-5.15 0-9.26-1.27-12.33-3.8q-4.605-3.795-4.86-11.46h10.69c.04 1.89.58 3.38 1.61 4.47s2.53 1.64 4.51 1.64c1.67 0 2.97-.48 3.89-1.45s1.38-2.24 1.38-3.83c0-2.06-.65-3.55-1.96-4.47s-3.4-1.38-6.28-1.38H54.3v-8.95h2.06c2.19 0 3.96-.38 5.31-1.13s2.03-2.09 2.03-4.02c0-1.54-.43-2.75-1.29-3.6q-1.29-1.29-3.54-1.29c-1.63 0-2.84.49-3.64 1.48-.79.99-1.26 2.21-1.38 3.67H43.1c.17-4.59 1.67-8.13 4.51-10.62z'/%3E%3Cpath d='M85.96 48.43c2.85-4.25 7.46-6.37 13.81-6.37s10.95 2.12 13.81 6.37c2.85 4.25 4.28 10.06 4.28 17.44s-1.43 13.32-4.28 17.57-7.46 6.37-13.81 6.37-10.95-2.12-13.81-6.37c-2.85-4.25-4.28-10.11-4.28-17.57s1.43-13.2 4.28-17.44m19.66 7.43c-.94-2.34-2.9-3.51-5.86-3.51s-4.91 1.17-5.86 3.51c-.94 2.34-1.42 5.68-1.42 10.01 0 2.92.17 5.33.52 7.24.34 1.91 1.04 3.46 2.09 4.63 1.05 1.18 2.61 1.77 4.67 1.77s3.61-.59 4.67-1.77c1.05-1.18 1.75-2.72 2.09-4.63s.52-4.32.52-7.24c0-4.33-.47-7.67-1.42-10.01'/%3E%3Cpath d='m69.4 99.62-6.98 13.34v8.08h-2.8v-8.08l-7.01-13.34h3.1L61 110.47l5.29-10.85h3.1z'/%3E%3Cpath d='m84.86 121.04-5.1-8.76h-3.38v8.76h-2.8V99.62h6.91c1.62 0 2.99.28 4.1.83 1.12.55 1.95 1.3 2.5 2.24s.83 2.02.83 3.23c0 1.47-.43 2.78-1.28 3.9-.85 1.13-2.13 1.87-3.83 2.24l5.38 8.97h-3.35zm-8.49-11h4.12c1.52 0 2.65-.37 3.41-1.12q1.14-1.125 1.14-3c0-1.25-.37-2.25-1.12-2.95s-1.89-1.04-3.43-1.04h-4.12z'/%3E%3Cpath d='M95.87 120.5c-1.12-.5-1.99-1.2-2.63-2.09s-.96-1.92-.98-3.09h2.98c.1 1 .52 1.85 1.24 2.54.73.69 1.79 1.03 3.18 1.03s2.38-.33 3.15-1 1.15-1.52 1.15-2.57c0-.82-.23-1.48-.68-2a4.35 4.35 0 0 0-1.69-1.17c-.68-.27-1.59-.55-2.73-.86-1.41-.37-2.55-.74-3.4-1.11s-1.58-.95-2.18-1.74-.91-1.85-.91-3.18c0-1.17.3-2.2.89-3.1s1.43-1.6 2.5-2.09c1.08-.49 2.31-.74 3.7-.74 2.01 0 3.65.5 4.93 1.51 1.28 1 2 2.34 2.17 3.99h-3.07c-.1-.82-.53-1.54-1.29-2.17-.76-.62-1.76-.94-3.01-.94-1.17 0-2.12.3-2.86.91s-1.11 1.45-1.11 2.53c0 .78.22 1.41.66 1.91s.98.87 1.63 1.12c.65.26 1.55.55 2.72.88 1.41.39 2.55.77 3.41 1.15s1.6.96 2.21 1.75.92 1.86.92 3.21c0 1.04-.28 2.03-.83 2.95s-1.37 1.67-2.46 2.24-2.37.86-3.84.86-2.68-.25-3.79-.75z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-experience.icon-before.icon-blue:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160.58 160.58'%3E%3Cg fill='%2344A140' fill-rule='nonzero'%3E%3Cpath d='M80.29 0c44.343 0 80.29 35.947 80.29 80.29s-35.947 80.29-80.29 80.29S0 124.633 0 80.29 35.947 0 80.29 0m0 10.58c-38.5 0-69.71 31.21-69.71 69.71S41.79 150 80.29 150 150 118.79 150 80.29s-31.21-69.71-69.71-69.71'/%3E%3Cpath d='M47.62 45.66c2.83-2.49 6.67-3.73 11.52-3.73 3.22 0 5.98.56 8.27 1.67 2.29 1.12 4.03 2.64 5.21 4.57s1.77 4.1 1.77 6.5c0 2.83-.71 5.14-2.12 6.92-1.42 1.78-3.07 2.99-4.96 3.64v.26c2.45.82 4.38 2.17 5.79 4.06 1.42 1.89 2.12 4.31 2.12 7.27q0 3.99-1.83 7.05t-5.34 4.8-8.34 1.74c-5.15 0-9.26-1.27-12.33-3.8q-4.605-3.795-4.86-11.46h10.69c.04 1.89.58 3.38 1.61 4.47s2.53 1.64 4.51 1.64c1.67 0 2.97-.48 3.89-1.45s1.38-2.24 1.38-3.83c0-2.06-.65-3.55-1.96-4.47s-3.4-1.38-6.28-1.38H54.3v-8.95h2.06c2.19 0 3.96-.38 5.31-1.13s2.03-2.09 2.03-4.02c0-1.54-.43-2.75-1.29-3.6q-1.29-1.29-3.54-1.29c-1.63 0-2.84.49-3.64 1.48-.79.99-1.26 2.21-1.38 3.67H43.1c.17-4.59 1.67-8.13 4.51-10.62z'/%3E%3Cpath d='M85.96 48.43c2.85-4.25 7.46-6.37 13.81-6.37s10.95 2.12 13.81 6.37c2.85 4.25 4.28 10.06 4.28 17.44s-1.43 13.32-4.28 17.57-7.46 6.37-13.81 6.37-10.95-2.12-13.81-6.37c-2.85-4.25-4.28-10.11-4.28-17.57s1.43-13.2 4.28-17.44m19.66 7.43c-.94-2.34-2.9-3.51-5.86-3.51s-4.91 1.17-5.86 3.51c-.94 2.34-1.42 5.68-1.42 10.01 0 2.92.17 5.33.52 7.24.34 1.91 1.04 3.46 2.09 4.63 1.05 1.18 2.61 1.77 4.67 1.77s3.61-.59 4.67-1.77c1.05-1.18 1.75-2.72 2.09-4.63s.52-4.32.52-7.24c0-4.33-.47-7.67-1.42-10.01'/%3E%3Cpath d='m69.4 99.62-6.98 13.34v8.08h-2.8v-8.08l-7.01-13.34h3.1L61 110.47l5.29-10.85h3.1z'/%3E%3Cpath d='m84.86 121.04-5.1-8.76h-3.38v8.76h-2.8V99.62h6.91c1.62 0 2.99.28 4.1.83 1.12.55 1.95 1.3 2.5 2.24s.83 2.02.83 3.23c0 1.47-.43 2.78-1.28 3.9-.85 1.13-2.13 1.87-3.83 2.24l5.38 8.97h-3.35zm-8.49-11h4.12c1.52 0 2.65-.37 3.41-1.12q1.14-1.125 1.14-3c0-1.25-.37-2.25-1.12-2.95s-1.89-1.04-3.43-1.04h-4.12z'/%3E%3Cpath d='M95.87 120.5c-1.12-.5-1.99-1.2-2.63-2.09s-.96-1.92-.98-3.09h2.98c.1 1 .52 1.85 1.24 2.54.73.69 1.79 1.03 3.18 1.03s2.38-.33 3.15-1 1.15-1.52 1.15-2.57c0-.82-.23-1.48-.68-2a4.35 4.35 0 0 0-1.69-1.17c-.68-.27-1.59-.55-2.73-.86-1.41-.37-2.55-.74-3.4-1.11s-1.58-.95-2.18-1.74-.91-1.85-.91-3.18c0-1.17.3-2.2.89-3.1s1.43-1.6 2.5-2.09c1.08-.49 2.31-.74 3.7-.74 2.01 0 3.65.5 4.93 1.51 1.28 1 2 2.34 2.17 3.99h-3.07c-.1-.82-.53-1.54-1.29-2.17-.76-.62-1.76-.94-3.01-.94-1.17 0-2.12.3-2.86.91s-1.11 1.45-1.11 2.53c0 .78.22 1.41.66 1.91s.98.87 1.63 1.12c.65.26 1.55.55 2.72.88 1.41.39 2.55.77 3.41 1.15s1.6.96 2.21 1.75.92 1.86.92 3.21c0 1.04-.28 2.03-.83 2.95s-1.37 1.67-2.46 2.24-2.37.86-3.84.86-2.68-.25-3.79-.75z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-experience.icon-before.icon-green:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160.58 160.58'%3E%3Cg fill='%2344A140' fill-rule='nonzero'%3E%3Cpath d='M80.29 0c44.343 0 80.29 35.947 80.29 80.29s-35.947 80.29-80.29 80.29S0 124.633 0 80.29 35.947 0 80.29 0m0 10.58c-38.5 0-69.71 31.21-69.71 69.71S41.79 150 80.29 150 150 118.79 150 80.29s-31.21-69.71-69.71-69.71'/%3E%3Cpath d='M47.62 45.66c2.83-2.49 6.67-3.73 11.52-3.73 3.22 0 5.98.56 8.27 1.67 2.29 1.12 4.03 2.64 5.21 4.57s1.77 4.1 1.77 6.5c0 2.83-.71 5.14-2.12 6.92-1.42 1.78-3.07 2.99-4.96 3.64v.26c2.45.82 4.38 2.17 5.79 4.06 1.42 1.89 2.12 4.31 2.12 7.27q0 3.99-1.83 7.05t-5.34 4.8-8.34 1.74c-5.15 0-9.26-1.27-12.33-3.8q-4.605-3.795-4.86-11.46h10.69c.04 1.89.58 3.38 1.61 4.47s2.53 1.64 4.51 1.64c1.67 0 2.97-.48 3.89-1.45s1.38-2.24 1.38-3.83c0-2.06-.65-3.55-1.96-4.47s-3.4-1.38-6.28-1.38H54.3v-8.95h2.06c2.19 0 3.96-.38 5.31-1.13s2.03-2.09 2.03-4.02c0-1.54-.43-2.75-1.29-3.6q-1.29-1.29-3.54-1.29c-1.63 0-2.84.49-3.64 1.48-.79.99-1.26 2.21-1.38 3.67H43.1c.17-4.59 1.67-8.13 4.51-10.62z'/%3E%3Cpath d='M85.96 48.43c2.85-4.25 7.46-6.37 13.81-6.37s10.95 2.12 13.81 6.37c2.85 4.25 4.28 10.06 4.28 17.44s-1.43 13.32-4.28 17.57-7.46 6.37-13.81 6.37-10.95-2.12-13.81-6.37c-2.85-4.25-4.28-10.11-4.28-17.57s1.43-13.2 4.28-17.44m19.66 7.43c-.94-2.34-2.9-3.51-5.86-3.51s-4.91 1.17-5.86 3.51c-.94 2.34-1.42 5.68-1.42 10.01 0 2.92.17 5.33.52 7.24.34 1.91 1.04 3.46 2.09 4.63 1.05 1.18 2.61 1.77 4.67 1.77s3.61-.59 4.67-1.77c1.05-1.18 1.75-2.72 2.09-4.63s.52-4.32.52-7.24c0-4.33-.47-7.67-1.42-10.01'/%3E%3Cpath d='m69.4 99.62-6.98 13.34v8.08h-2.8v-8.08l-7.01-13.34h3.1L61 110.47l5.29-10.85h3.1z'/%3E%3Cpath d='m84.86 121.04-5.1-8.76h-3.38v8.76h-2.8V99.62h6.91c1.62 0 2.99.28 4.1.83 1.12.55 1.95 1.3 2.5 2.24s.83 2.02.83 3.23c0 1.47-.43 2.78-1.28 3.9-.85 1.13-2.13 1.87-3.83 2.24l5.38 8.97h-3.35zm-8.49-11h4.12c1.52 0 2.65-.37 3.41-1.12q1.14-1.125 1.14-3c0-1.25-.37-2.25-1.12-2.95s-1.89-1.04-3.43-1.04h-4.12z'/%3E%3Cpath d='M95.87 120.5c-1.12-.5-1.99-1.2-2.63-2.09s-.96-1.92-.98-3.09h2.98c.1 1 .52 1.85 1.24 2.54.73.69 1.79 1.03 3.18 1.03s2.38-.33 3.15-1 1.15-1.52 1.15-2.57c0-.82-.23-1.48-.68-2a4.35 4.35 0 0 0-1.69-1.17c-.68-.27-1.59-.55-2.73-.86-1.41-.37-2.55-.74-3.4-1.11s-1.58-.95-2.18-1.74-.91-1.85-.91-3.18c0-1.17.3-2.2.89-3.1s1.43-1.6 2.5-2.09c1.08-.49 2.31-.74 3.7-.74 2.01 0 3.65.5 4.93 1.51 1.28 1 2 2.34 2.17 3.99h-3.07c-.1-.82-.53-1.54-1.29-2.17-.76-.62-1.76-.94-3.01-.94-1.17 0-2.12.3-2.86.91s-1.11 1.45-1.11 2.53c0 .78.22 1.41.66 1.91s.98.87 1.63 1.12c.65.26 1.55.55 2.72.88 1.41.39 2.55.77 3.41 1.15s1.6.96 2.21 1.75.92 1.86.92 3.21c0 1.04-.28 2.03-.83 2.95s-1.37 1.67-2.46 2.24-2.37.86-3.84.86-2.68-.25-3.79-.75z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-experience.icon-before.icon-pink:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160.58 160.58'%3E%3Cg fill='%23E6007E' fill-rule='nonzero'%3E%3Cpath d='M80.29 0c44.343 0 80.29 35.947 80.29 80.29s-35.947 80.29-80.29 80.29S0 124.633 0 80.29 35.947 0 80.29 0m0 10.58c-38.5 0-69.71 31.21-69.71 69.71S41.79 150 80.29 150 150 118.79 150 80.29s-31.21-69.71-69.71-69.71'/%3E%3Cpath d='M47.62 45.66c2.83-2.49 6.67-3.73 11.52-3.73 3.22 0 5.98.56 8.27 1.67 2.29 1.12 4.03 2.64 5.21 4.57s1.77 4.1 1.77 6.5c0 2.83-.71 5.14-2.12 6.92-1.42 1.78-3.07 2.99-4.96 3.64v.26c2.45.82 4.38 2.17 5.79 4.06 1.42 1.89 2.12 4.31 2.12 7.27q0 3.99-1.83 7.05t-5.34 4.8-8.34 1.74c-5.15 0-9.26-1.27-12.33-3.8q-4.605-3.795-4.86-11.46h10.69c.04 1.89.58 3.38 1.61 4.47s2.53 1.64 4.51 1.64c1.67 0 2.97-.48 3.89-1.45s1.38-2.24 1.38-3.83c0-2.06-.65-3.55-1.96-4.47s-3.4-1.38-6.28-1.38H54.3v-8.95h2.06c2.19 0 3.96-.38 5.31-1.13s2.03-2.09 2.03-4.02c0-1.54-.43-2.75-1.29-3.6q-1.29-1.29-3.54-1.29c-1.63 0-2.84.49-3.64 1.48-.79.99-1.26 2.21-1.38 3.67H43.1c.17-4.59 1.67-8.13 4.51-10.62z'/%3E%3Cpath d='M85.96 48.43c2.85-4.25 7.46-6.37 13.81-6.37s10.95 2.12 13.81 6.37c2.85 4.25 4.28 10.06 4.28 17.44s-1.43 13.32-4.28 17.57-7.46 6.37-13.81 6.37-10.95-2.12-13.81-6.37c-2.85-4.25-4.28-10.11-4.28-17.57s1.43-13.2 4.28-17.44m19.66 7.43c-.94-2.34-2.9-3.51-5.86-3.51s-4.91 1.17-5.86 3.51c-.94 2.34-1.42 5.68-1.42 10.01 0 2.92.17 5.33.52 7.24.34 1.91 1.04 3.46 2.09 4.63 1.05 1.18 2.61 1.77 4.67 1.77s3.61-.59 4.67-1.77c1.05-1.18 1.75-2.72 2.09-4.63s.52-4.32.52-7.24c0-4.33-.47-7.67-1.42-10.01'/%3E%3Cpath d='m69.4 99.62-6.98 13.34v8.08h-2.8v-8.08l-7.01-13.34h3.1L61 110.47l5.29-10.85h3.1z'/%3E%3Cpath d='m84.86 121.04-5.1-8.76h-3.38v8.76h-2.8V99.62h6.91c1.62 0 2.99.28 4.1.83 1.12.55 1.95 1.3 2.5 2.24s.83 2.02.83 3.23c0 1.47-.43 2.78-1.28 3.9-.85 1.13-2.13 1.87-3.83 2.24l5.38 8.97h-3.35zm-8.49-11h4.12c1.52 0 2.65-.37 3.41-1.12q1.14-1.125 1.14-3c0-1.25-.37-2.25-1.12-2.95s-1.89-1.04-3.43-1.04h-4.12z'/%3E%3Cpath d='M95.87 120.5c-1.12-.5-1.99-1.2-2.63-2.09s-.96-1.92-.98-3.09h2.98c.1 1 .52 1.85 1.24 2.54.73.69 1.79 1.03 3.18 1.03s2.38-.33 3.15-1 1.15-1.52 1.15-2.57c0-.82-.23-1.48-.68-2a4.35 4.35 0 0 0-1.69-1.17c-.68-.27-1.59-.55-2.73-.86-1.41-.37-2.55-.74-3.4-1.11s-1.58-.95-2.18-1.74-.91-1.85-.91-3.18c0-1.17.3-2.2.89-3.1s1.43-1.6 2.5-2.09c1.08-.49 2.31-.74 3.7-.74 2.01 0 3.65.5 4.93 1.51 1.28 1 2 2.34 2.17 3.99h-3.07c-.1-.82-.53-1.54-1.29-2.17-.76-.62-1.76-.94-3.01-.94-1.17 0-2.12.3-2.86.91s-1.11 1.45-1.11 2.53c0 .78.22 1.41.66 1.91s.98.87 1.63 1.12c.65.26 1.55.55 2.72.88 1.41.39 2.55.77 3.41 1.15s1.6.96 2.21 1.75.92 1.86.92 3.21c0 1.04-.28 2.03-.83 2.95s-1.37 1.67-2.46 2.24-2.37.86-3.84.86-2.68-.25-3.79-.75z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-experience.icon-before.icon-pink:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160.58 160.58'%3E%3Cg fill='%2344A140' fill-rule='nonzero'%3E%3Cpath d='M80.29 0c44.343 0 80.29 35.947 80.29 80.29s-35.947 80.29-80.29 80.29S0 124.633 0 80.29 35.947 0 80.29 0m0 10.58c-38.5 0-69.71 31.21-69.71 69.71S41.79 150 80.29 150 150 118.79 150 80.29s-31.21-69.71-69.71-69.71'/%3E%3Cpath d='M47.62 45.66c2.83-2.49 6.67-3.73 11.52-3.73 3.22 0 5.98.56 8.27 1.67 2.29 1.12 4.03 2.64 5.21 4.57s1.77 4.1 1.77 6.5c0 2.83-.71 5.14-2.12 6.92-1.42 1.78-3.07 2.99-4.96 3.64v.26c2.45.82 4.38 2.17 5.79 4.06 1.42 1.89 2.12 4.31 2.12 7.27q0 3.99-1.83 7.05t-5.34 4.8-8.34 1.74c-5.15 0-9.26-1.27-12.33-3.8q-4.605-3.795-4.86-11.46h10.69c.04 1.89.58 3.38 1.61 4.47s2.53 1.64 4.51 1.64c1.67 0 2.97-.48 3.89-1.45s1.38-2.24 1.38-3.83c0-2.06-.65-3.55-1.96-4.47s-3.4-1.38-6.28-1.38H54.3v-8.95h2.06c2.19 0 3.96-.38 5.31-1.13s2.03-2.09 2.03-4.02c0-1.54-.43-2.75-1.29-3.6q-1.29-1.29-3.54-1.29c-1.63 0-2.84.49-3.64 1.48-.79.99-1.26 2.21-1.38 3.67H43.1c.17-4.59 1.67-8.13 4.51-10.62z'/%3E%3Cpath d='M85.96 48.43c2.85-4.25 7.46-6.37 13.81-6.37s10.95 2.12 13.81 6.37c2.85 4.25 4.28 10.06 4.28 17.44s-1.43 13.32-4.28 17.57-7.46 6.37-13.81 6.37-10.95-2.12-13.81-6.37c-2.85-4.25-4.28-10.11-4.28-17.57s1.43-13.2 4.28-17.44m19.66 7.43c-.94-2.34-2.9-3.51-5.86-3.51s-4.91 1.17-5.86 3.51c-.94 2.34-1.42 5.68-1.42 10.01 0 2.92.17 5.33.52 7.24.34 1.91 1.04 3.46 2.09 4.63 1.05 1.18 2.61 1.77 4.67 1.77s3.61-.59 4.67-1.77c1.05-1.18 1.75-2.72 2.09-4.63s.52-4.32.52-7.24c0-4.33-.47-7.67-1.42-10.01'/%3E%3Cpath d='m69.4 99.62-6.98 13.34v8.08h-2.8v-8.08l-7.01-13.34h3.1L61 110.47l5.29-10.85h3.1z'/%3E%3Cpath d='m84.86 121.04-5.1-8.76h-3.38v8.76h-2.8V99.62h6.91c1.62 0 2.99.28 4.1.83 1.12.55 1.95 1.3 2.5 2.24s.83 2.02.83 3.23c0 1.47-.43 2.78-1.28 3.9-.85 1.13-2.13 1.87-3.83 2.24l5.38 8.97h-3.35zm-8.49-11h4.12c1.52 0 2.65-.37 3.41-1.12q1.14-1.125 1.14-3c0-1.25-.37-2.25-1.12-2.95s-1.89-1.04-3.43-1.04h-4.12z'/%3E%3Cpath d='M95.87 120.5c-1.12-.5-1.99-1.2-2.63-2.09s-.96-1.92-.98-3.09h2.98c.1 1 .52 1.85 1.24 2.54.73.69 1.79 1.03 3.18 1.03s2.38-.33 3.15-1 1.15-1.52 1.15-2.57c0-.82-.23-1.48-.68-2a4.35 4.35 0 0 0-1.69-1.17c-.68-.27-1.59-.55-2.73-.86-1.41-.37-2.55-.74-3.4-1.11s-1.58-.95-2.18-1.74-.91-1.85-.91-3.18c0-1.17.3-2.2.89-3.1s1.43-1.6 2.5-2.09c1.08-.49 2.31-.74 3.7-.74 2.01 0 3.65.5 4.93 1.51 1.28 1 2 2.34 2.17 3.99h-3.07c-.1-.82-.53-1.54-1.29-2.17-.76-.62-1.76-.94-3.01-.94-1.17 0-2.12.3-2.86.91s-1.11 1.45-1.11 2.53c0 .78.22 1.41.66 1.91s.98.87 1.63 1.12c.65.26 1.55.55 2.72.88 1.41.39 2.55.77 3.41 1.15s1.6.96 2.21 1.75.92 1.86.92 3.21c0 1.04-.28 2.03-.83 2.95s-1.37 1.67-2.46 2.24-2.37.86-3.84.86-2.68-.25-3.79-.75z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-experience.icon-before.icon-white:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160.58 160.58'%3E%3Cg fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M80.29 0c44.343 0 80.29 35.947 80.29 80.29s-35.947 80.29-80.29 80.29S0 124.633 0 80.29 35.947 0 80.29 0m0 10.58c-38.5 0-69.71 31.21-69.71 69.71S41.79 150 80.29 150 150 118.79 150 80.29s-31.21-69.71-69.71-69.71'/%3E%3Cpath d='M47.62 45.66c2.83-2.49 6.67-3.73 11.52-3.73 3.22 0 5.98.56 8.27 1.67 2.29 1.12 4.03 2.64 5.21 4.57s1.77 4.1 1.77 6.5c0 2.83-.71 5.14-2.12 6.92-1.42 1.78-3.07 2.99-4.96 3.64v.26c2.45.82 4.38 2.17 5.79 4.06 1.42 1.89 2.12 4.31 2.12 7.27q0 3.99-1.83 7.05t-5.34 4.8-8.34 1.74c-5.15 0-9.26-1.27-12.33-3.8q-4.605-3.795-4.86-11.46h10.69c.04 1.89.58 3.38 1.61 4.47s2.53 1.64 4.51 1.64c1.67 0 2.97-.48 3.89-1.45s1.38-2.24 1.38-3.83c0-2.06-.65-3.55-1.96-4.47s-3.4-1.38-6.28-1.38H54.3v-8.95h2.06c2.19 0 3.96-.38 5.31-1.13s2.03-2.09 2.03-4.02c0-1.54-.43-2.75-1.29-3.6q-1.29-1.29-3.54-1.29c-1.63 0-2.84.49-3.64 1.48-.79.99-1.26 2.21-1.38 3.67H43.1c.17-4.59 1.67-8.13 4.51-10.62z'/%3E%3Cpath d='M85.96 48.43c2.85-4.25 7.46-6.37 13.81-6.37s10.95 2.12 13.81 6.37c2.85 4.25 4.28 10.06 4.28 17.44s-1.43 13.32-4.28 17.57-7.46 6.37-13.81 6.37-10.95-2.12-13.81-6.37c-2.85-4.25-4.28-10.11-4.28-17.57s1.43-13.2 4.28-17.44m19.66 7.43c-.94-2.34-2.9-3.51-5.86-3.51s-4.91 1.17-5.86 3.51c-.94 2.34-1.42 5.68-1.42 10.01 0 2.92.17 5.33.52 7.24.34 1.91 1.04 3.46 2.09 4.63 1.05 1.18 2.61 1.77 4.67 1.77s3.61-.59 4.67-1.77c1.05-1.18 1.75-2.72 2.09-4.63s.52-4.32.52-7.24c0-4.33-.47-7.67-1.42-10.01'/%3E%3Cpath d='m69.4 99.62-6.98 13.34v8.08h-2.8v-8.08l-7.01-13.34h3.1L61 110.47l5.29-10.85h3.1z'/%3E%3Cpath d='m84.86 121.04-5.1-8.76h-3.38v8.76h-2.8V99.62h6.91c1.62 0 2.99.28 4.1.83 1.12.55 1.95 1.3 2.5 2.24s.83 2.02.83 3.23c0 1.47-.43 2.78-1.28 3.9-.85 1.13-2.13 1.87-3.83 2.24l5.38 8.97h-3.35zm-8.49-11h4.12c1.52 0 2.65-.37 3.41-1.12q1.14-1.125 1.14-3c0-1.25-.37-2.25-1.12-2.95s-1.89-1.04-3.43-1.04h-4.12z'/%3E%3Cpath d='M95.87 120.5c-1.12-.5-1.99-1.2-2.63-2.09s-.96-1.92-.98-3.09h2.98c.1 1 .52 1.85 1.24 2.54.73.69 1.79 1.03 3.18 1.03s2.38-.33 3.15-1 1.15-1.52 1.15-2.57c0-.82-.23-1.48-.68-2a4.35 4.35 0 0 0-1.69-1.17c-.68-.27-1.59-.55-2.73-.86-1.41-.37-2.55-.74-3.4-1.11s-1.58-.95-2.18-1.74-.91-1.85-.91-3.18c0-1.17.3-2.2.89-3.1s1.43-1.6 2.5-2.09c1.08-.49 2.31-.74 3.7-.74 2.01 0 3.65.5 4.93 1.51 1.28 1 2 2.34 2.17 3.99h-3.07c-.1-.82-.53-1.54-1.29-2.17-.76-.62-1.76-.94-3.01-.94-1.17 0-2.12.3-2.86.91s-1.11 1.45-1.11 2.53c0 .78.22 1.41.66 1.91s.98.87 1.63 1.12c.65.26 1.55.55 2.72.88 1.41.39 2.55.77 3.41 1.15s1.6.96 2.21 1.75.92 1.86.92 3.21c0 1.04-.28 2.03-.83 2.95s-1.37 1.67-2.46 2.24-2.37.86-3.84.86-2.68-.25-3.79-.75z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-experience.icon-before.icon-white:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160.58 160.58'%3E%3Cg fill='%2358B8B2' fill-rule='nonzero'%3E%3Cpath d='M80.29 0c44.343 0 80.29 35.947 80.29 80.29s-35.947 80.29-80.29 80.29S0 124.633 0 80.29 35.947 0 80.29 0m0 10.58c-38.5 0-69.71 31.21-69.71 69.71S41.79 150 80.29 150 150 118.79 150 80.29s-31.21-69.71-69.71-69.71'/%3E%3Cpath d='M47.62 45.66c2.83-2.49 6.67-3.73 11.52-3.73 3.22 0 5.98.56 8.27 1.67 2.29 1.12 4.03 2.64 5.21 4.57s1.77 4.1 1.77 6.5c0 2.83-.71 5.14-2.12 6.92-1.42 1.78-3.07 2.99-4.96 3.64v.26c2.45.82 4.38 2.17 5.79 4.06 1.42 1.89 2.12 4.31 2.12 7.27q0 3.99-1.83 7.05t-5.34 4.8-8.34 1.74c-5.15 0-9.26-1.27-12.33-3.8q-4.605-3.795-4.86-11.46h10.69c.04 1.89.58 3.38 1.61 4.47s2.53 1.64 4.51 1.64c1.67 0 2.97-.48 3.89-1.45s1.38-2.24 1.38-3.83c0-2.06-.65-3.55-1.96-4.47s-3.4-1.38-6.28-1.38H54.3v-8.95h2.06c2.19 0 3.96-.38 5.31-1.13s2.03-2.09 2.03-4.02c0-1.54-.43-2.75-1.29-3.6q-1.29-1.29-3.54-1.29c-1.63 0-2.84.49-3.64 1.48-.79.99-1.26 2.21-1.38 3.67H43.1c.17-4.59 1.67-8.13 4.51-10.62z'/%3E%3Cpath d='M85.96 48.43c2.85-4.25 7.46-6.37 13.81-6.37s10.95 2.12 13.81 6.37c2.85 4.25 4.28 10.06 4.28 17.44s-1.43 13.32-4.28 17.57-7.46 6.37-13.81 6.37-10.95-2.12-13.81-6.37c-2.85-4.25-4.28-10.11-4.28-17.57s1.43-13.2 4.28-17.44m19.66 7.43c-.94-2.34-2.9-3.51-5.86-3.51s-4.91 1.17-5.86 3.51c-.94 2.34-1.42 5.68-1.42 10.01 0 2.92.17 5.33.52 7.24.34 1.91 1.04 3.46 2.09 4.63 1.05 1.18 2.61 1.77 4.67 1.77s3.61-.59 4.67-1.77c1.05-1.18 1.75-2.72 2.09-4.63s.52-4.32.52-7.24c0-4.33-.47-7.67-1.42-10.01'/%3E%3Cpath d='m69.4 99.62-6.98 13.34v8.08h-2.8v-8.08l-7.01-13.34h3.1L61 110.47l5.29-10.85h3.1z'/%3E%3Cpath d='m84.86 121.04-5.1-8.76h-3.38v8.76h-2.8V99.62h6.91c1.62 0 2.99.28 4.1.83 1.12.55 1.95 1.3 2.5 2.24s.83 2.02.83 3.23c0 1.47-.43 2.78-1.28 3.9-.85 1.13-2.13 1.87-3.83 2.24l5.38 8.97h-3.35zm-8.49-11h4.12c1.52 0 2.65-.37 3.41-1.12q1.14-1.125 1.14-3c0-1.25-.37-2.25-1.12-2.95s-1.89-1.04-3.43-1.04h-4.12z'/%3E%3Cpath d='M95.87 120.5c-1.12-.5-1.99-1.2-2.63-2.09s-.96-1.92-.98-3.09h2.98c.1 1 .52 1.85 1.24 2.54.73.69 1.79 1.03 3.18 1.03s2.38-.33 3.15-1 1.15-1.52 1.15-2.57c0-.82-.23-1.48-.68-2a4.35 4.35 0 0 0-1.69-1.17c-.68-.27-1.59-.55-2.73-.86-1.41-.37-2.55-.74-3.4-1.11s-1.58-.95-2.18-1.74-.91-1.85-.91-3.18c0-1.17.3-2.2.89-3.1s1.43-1.6 2.5-2.09c1.08-.49 2.31-.74 3.7-.74 2.01 0 3.65.5 4.93 1.51 1.28 1 2 2.34 2.17 3.99h-3.07c-.1-.82-.53-1.54-1.29-2.17-.76-.62-1.76-.94-3.01-.94-1.17 0-2.12.3-2.86.91s-1.11 1.45-1.11 2.53c0 .78.22 1.41.66 1.91s.98.87 1.63 1.12c.65.26 1.55.55 2.72.88 1.41.39 2.55.77 3.41 1.15s1.6.96 2.21 1.75.92 1.86.92 3.21c0 1.04-.28 2.03-.83 2.95s-1.37 1.67-2.46 2.24-2.37.86-3.84.86-2.68-.25-3.79-.75z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-experience.icon-before.icon-gray:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160.58 160.58'%3E%3Cg fill='%23CEC4BD' fill-rule='nonzero'%3E%3Cpath d='M80.29 0c44.343 0 80.29 35.947 80.29 80.29s-35.947 80.29-80.29 80.29S0 124.633 0 80.29 35.947 0 80.29 0m0 10.58c-38.5 0-69.71 31.21-69.71 69.71S41.79 150 80.29 150 150 118.79 150 80.29s-31.21-69.71-69.71-69.71'/%3E%3Cpath d='M47.62 45.66c2.83-2.49 6.67-3.73 11.52-3.73 3.22 0 5.98.56 8.27 1.67 2.29 1.12 4.03 2.64 5.21 4.57s1.77 4.1 1.77 6.5c0 2.83-.71 5.14-2.12 6.92-1.42 1.78-3.07 2.99-4.96 3.64v.26c2.45.82 4.38 2.17 5.79 4.06 1.42 1.89 2.12 4.31 2.12 7.27q0 3.99-1.83 7.05t-5.34 4.8-8.34 1.74c-5.15 0-9.26-1.27-12.33-3.8q-4.605-3.795-4.86-11.46h10.69c.04 1.89.58 3.38 1.61 4.47s2.53 1.64 4.51 1.64c1.67 0 2.97-.48 3.89-1.45s1.38-2.24 1.38-3.83c0-2.06-.65-3.55-1.96-4.47s-3.4-1.38-6.28-1.38H54.3v-8.95h2.06c2.19 0 3.96-.38 5.31-1.13s2.03-2.09 2.03-4.02c0-1.54-.43-2.75-1.29-3.6q-1.29-1.29-3.54-1.29c-1.63 0-2.84.49-3.64 1.48-.79.99-1.26 2.21-1.38 3.67H43.1c.17-4.59 1.67-8.13 4.51-10.62z'/%3E%3Cpath d='M85.96 48.43c2.85-4.25 7.46-6.37 13.81-6.37s10.95 2.12 13.81 6.37c2.85 4.25 4.28 10.06 4.28 17.44s-1.43 13.32-4.28 17.57-7.46 6.37-13.81 6.37-10.95-2.12-13.81-6.37c-2.85-4.25-4.28-10.11-4.28-17.57s1.43-13.2 4.28-17.44m19.66 7.43c-.94-2.34-2.9-3.51-5.86-3.51s-4.91 1.17-5.86 3.51c-.94 2.34-1.42 5.68-1.42 10.01 0 2.92.17 5.33.52 7.24.34 1.91 1.04 3.46 2.09 4.63 1.05 1.18 2.61 1.77 4.67 1.77s3.61-.59 4.67-1.77c1.05-1.18 1.75-2.72 2.09-4.63s.52-4.32.52-7.24c0-4.33-.47-7.67-1.42-10.01'/%3E%3Cpath d='m69.4 99.62-6.98 13.34v8.08h-2.8v-8.08l-7.01-13.34h3.1L61 110.47l5.29-10.85h3.1z'/%3E%3Cpath d='m84.86 121.04-5.1-8.76h-3.38v8.76h-2.8V99.62h6.91c1.62 0 2.99.28 4.1.83 1.12.55 1.95 1.3 2.5 2.24s.83 2.02.83 3.23c0 1.47-.43 2.78-1.28 3.9-.85 1.13-2.13 1.87-3.83 2.24l5.38 8.97h-3.35zm-8.49-11h4.12c1.52 0 2.65-.37 3.41-1.12q1.14-1.125 1.14-3c0-1.25-.37-2.25-1.12-2.95s-1.89-1.04-3.43-1.04h-4.12z'/%3E%3Cpath d='M95.87 120.5c-1.12-.5-1.99-1.2-2.63-2.09s-.96-1.92-.98-3.09h2.98c.1 1 .52 1.85 1.24 2.54.73.69 1.79 1.03 3.18 1.03s2.38-.33 3.15-1 1.15-1.52 1.15-2.57c0-.82-.23-1.48-.68-2a4.35 4.35 0 0 0-1.69-1.17c-.68-.27-1.59-.55-2.73-.86-1.41-.37-2.55-.74-3.4-1.11s-1.58-.95-2.18-1.74-.91-1.85-.91-3.18c0-1.17.3-2.2.89-3.1s1.43-1.6 2.5-2.09c1.08-.49 2.31-.74 3.7-.74 2.01 0 3.65.5 4.93 1.51 1.28 1 2 2.34 2.17 3.99h-3.07c-.1-.82-.53-1.54-1.29-2.17-.76-.62-1.76-.94-3.01-.94-1.17 0-2.12.3-2.86.91s-1.11 1.45-1.11 2.53c0 .78.22 1.41.66 1.91s.98.87 1.63 1.12c.65.26 1.55.55 2.72.88 1.41.39 2.55.77 3.41 1.15s1.6.96 2.21 1.75.92 1.86.92 3.21c0 1.04-.28 2.03-.83 2.95s-1.37 1.67-2.46 2.24-2.37.86-3.84.86-2.68-.25-3.79-.75z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-experience.icon-after.icon-teal:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160.58 160.58'%3E%3Cg fill='%2358B8B2' fill-rule='nonzero'%3E%3Cpath d='M80.29 0c44.343 0 80.29 35.947 80.29 80.29s-35.947 80.29-80.29 80.29S0 124.633 0 80.29 35.947 0 80.29 0m0 10.58c-38.5 0-69.71 31.21-69.71 69.71S41.79 150 80.29 150 150 118.79 150 80.29s-31.21-69.71-69.71-69.71'/%3E%3Cpath d='M47.62 45.66c2.83-2.49 6.67-3.73 11.52-3.73 3.22 0 5.98.56 8.27 1.67 2.29 1.12 4.03 2.64 5.21 4.57s1.77 4.1 1.77 6.5c0 2.83-.71 5.14-2.12 6.92-1.42 1.78-3.07 2.99-4.96 3.64v.26c2.45.82 4.38 2.17 5.79 4.06 1.42 1.89 2.12 4.31 2.12 7.27q0 3.99-1.83 7.05t-5.34 4.8-8.34 1.74c-5.15 0-9.26-1.27-12.33-3.8q-4.605-3.795-4.86-11.46h10.69c.04 1.89.58 3.38 1.61 4.47s2.53 1.64 4.51 1.64c1.67 0 2.97-.48 3.89-1.45s1.38-2.24 1.38-3.83c0-2.06-.65-3.55-1.96-4.47s-3.4-1.38-6.28-1.38H54.3v-8.95h2.06c2.19 0 3.96-.38 5.31-1.13s2.03-2.09 2.03-4.02c0-1.54-.43-2.75-1.29-3.6q-1.29-1.29-3.54-1.29c-1.63 0-2.84.49-3.64 1.48-.79.99-1.26 2.21-1.38 3.67H43.1c.17-4.59 1.67-8.13 4.51-10.62z'/%3E%3Cpath d='M85.96 48.43c2.85-4.25 7.46-6.37 13.81-6.37s10.95 2.12 13.81 6.37c2.85 4.25 4.28 10.06 4.28 17.44s-1.43 13.32-4.28 17.57-7.46 6.37-13.81 6.37-10.95-2.12-13.81-6.37c-2.85-4.25-4.28-10.11-4.28-17.57s1.43-13.2 4.28-17.44m19.66 7.43c-.94-2.34-2.9-3.51-5.86-3.51s-4.91 1.17-5.86 3.51c-.94 2.34-1.42 5.68-1.42 10.01 0 2.92.17 5.33.52 7.24.34 1.91 1.04 3.46 2.09 4.63 1.05 1.18 2.61 1.77 4.67 1.77s3.61-.59 4.67-1.77c1.05-1.18 1.75-2.72 2.09-4.63s.52-4.32.52-7.24c0-4.33-.47-7.67-1.42-10.01'/%3E%3Cpath d='m69.4 99.62-6.98 13.34v8.08h-2.8v-8.08l-7.01-13.34h3.1L61 110.47l5.29-10.85h3.1z'/%3E%3Cpath d='m84.86 121.04-5.1-8.76h-3.38v8.76h-2.8V99.62h6.91c1.62 0 2.99.28 4.1.83 1.12.55 1.95 1.3 2.5 2.24s.83 2.02.83 3.23c0 1.47-.43 2.78-1.28 3.9-.85 1.13-2.13 1.87-3.83 2.24l5.38 8.97h-3.35zm-8.49-11h4.12c1.52 0 2.65-.37 3.41-1.12q1.14-1.125 1.14-3c0-1.25-.37-2.25-1.12-2.95s-1.89-1.04-3.43-1.04h-4.12z'/%3E%3Cpath d='M95.87 120.5c-1.12-.5-1.99-1.2-2.63-2.09s-.96-1.92-.98-3.09h2.98c.1 1 .52 1.85 1.24 2.54.73.69 1.79 1.03 3.18 1.03s2.38-.33 3.15-1 1.15-1.52 1.15-2.57c0-.82-.23-1.48-.68-2a4.35 4.35 0 0 0-1.69-1.17c-.68-.27-1.59-.55-2.73-.86-1.41-.37-2.55-.74-3.4-1.11s-1.58-.95-2.18-1.74-.91-1.85-.91-3.18c0-1.17.3-2.2.89-3.1s1.43-1.6 2.5-2.09c1.08-.49 2.31-.74 3.7-.74 2.01 0 3.65.5 4.93 1.51 1.28 1 2 2.34 2.17 3.99h-3.07c-.1-.82-.53-1.54-1.29-2.17-.76-.62-1.76-.94-3.01-.94-1.17 0-2.12.3-2.86.91s-1.11 1.45-1.11 2.53c0 .78.22 1.41.66 1.91s.98.87 1.63 1.12c.65.26 1.55.55 2.72.88 1.41.39 2.55.77 3.41 1.15s1.6.96 2.21 1.75.92 1.86.92 3.21c0 1.04-.28 2.03-.83 2.95s-1.37 1.67-2.46 2.24-2.37.86-3.84.86-2.68-.25-3.79-.75z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-experience.icon-after.icon-teal:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160.58 160.58'%3E%3Cg fill='%2344A140' fill-rule='nonzero'%3E%3Cpath d='M80.29 0c44.343 0 80.29 35.947 80.29 80.29s-35.947 80.29-80.29 80.29S0 124.633 0 80.29 35.947 0 80.29 0m0 10.58c-38.5 0-69.71 31.21-69.71 69.71S41.79 150 80.29 150 150 118.79 150 80.29s-31.21-69.71-69.71-69.71'/%3E%3Cpath d='M47.62 45.66c2.83-2.49 6.67-3.73 11.52-3.73 3.22 0 5.98.56 8.27 1.67 2.29 1.12 4.03 2.64 5.21 4.57s1.77 4.1 1.77 6.5c0 2.83-.71 5.14-2.12 6.92-1.42 1.78-3.07 2.99-4.96 3.64v.26c2.45.82 4.38 2.17 5.79 4.06 1.42 1.89 2.12 4.31 2.12 7.27q0 3.99-1.83 7.05t-5.34 4.8-8.34 1.74c-5.15 0-9.26-1.27-12.33-3.8q-4.605-3.795-4.86-11.46h10.69c.04 1.89.58 3.38 1.61 4.47s2.53 1.64 4.51 1.64c1.67 0 2.97-.48 3.89-1.45s1.38-2.24 1.38-3.83c0-2.06-.65-3.55-1.96-4.47s-3.4-1.38-6.28-1.38H54.3v-8.95h2.06c2.19 0 3.96-.38 5.31-1.13s2.03-2.09 2.03-4.02c0-1.54-.43-2.75-1.29-3.6q-1.29-1.29-3.54-1.29c-1.63 0-2.84.49-3.64 1.48-.79.99-1.26 2.21-1.38 3.67H43.1c.17-4.59 1.67-8.13 4.51-10.62z'/%3E%3Cpath d='M85.96 48.43c2.85-4.25 7.46-6.37 13.81-6.37s10.95 2.12 13.81 6.37c2.85 4.25 4.28 10.06 4.28 17.44s-1.43 13.32-4.28 17.57-7.46 6.37-13.81 6.37-10.95-2.12-13.81-6.37c-2.85-4.25-4.28-10.11-4.28-17.57s1.43-13.2 4.28-17.44m19.66 7.43c-.94-2.34-2.9-3.51-5.86-3.51s-4.91 1.17-5.86 3.51c-.94 2.34-1.42 5.68-1.42 10.01 0 2.92.17 5.33.52 7.24.34 1.91 1.04 3.46 2.09 4.63 1.05 1.18 2.61 1.77 4.67 1.77s3.61-.59 4.67-1.77c1.05-1.18 1.75-2.72 2.09-4.63s.52-4.32.52-7.24c0-4.33-.47-7.67-1.42-10.01'/%3E%3Cpath d='m69.4 99.62-6.98 13.34v8.08h-2.8v-8.08l-7.01-13.34h3.1L61 110.47l5.29-10.85h3.1z'/%3E%3Cpath d='m84.86 121.04-5.1-8.76h-3.38v8.76h-2.8V99.62h6.91c1.62 0 2.99.28 4.1.83 1.12.55 1.95 1.3 2.5 2.24s.83 2.02.83 3.23c0 1.47-.43 2.78-1.28 3.9-.85 1.13-2.13 1.87-3.83 2.24l5.38 8.97h-3.35zm-8.49-11h4.12c1.52 0 2.65-.37 3.41-1.12q1.14-1.125 1.14-3c0-1.25-.37-2.25-1.12-2.95s-1.89-1.04-3.43-1.04h-4.12z'/%3E%3Cpath d='M95.87 120.5c-1.12-.5-1.99-1.2-2.63-2.09s-.96-1.92-.98-3.09h2.98c.1 1 .52 1.85 1.24 2.54.73.69 1.79 1.03 3.18 1.03s2.38-.33 3.15-1 1.15-1.52 1.15-2.57c0-.82-.23-1.48-.68-2a4.35 4.35 0 0 0-1.69-1.17c-.68-.27-1.59-.55-2.73-.86-1.41-.37-2.55-.74-3.4-1.11s-1.58-.95-2.18-1.74-.91-1.85-.91-3.18c0-1.17.3-2.2.89-3.1s1.43-1.6 2.5-2.09c1.08-.49 2.31-.74 3.7-.74 2.01 0 3.65.5 4.93 1.51 1.28 1 2 2.34 2.17 3.99h-3.07c-.1-.82-.53-1.54-1.29-2.17-.76-.62-1.76-.94-3.01-.94-1.17 0-2.12.3-2.86.91s-1.11 1.45-1.11 2.53c0 .78.22 1.41.66 1.91s.98.87 1.63 1.12c.65.26 1.55.55 2.72.88 1.41.39 2.55.77 3.41 1.15s1.6.96 2.21 1.75.92 1.86.92 3.21c0 1.04-.28 2.03-.83 2.95s-1.37 1.67-2.46 2.24-2.37.86-3.84.86-2.68-.25-3.79-.75z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-experience.icon-after.icon-blue:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160.58 160.58'%3E%3Cg fill='%231A2A49' fill-rule='nonzero'%3E%3Cpath d='M80.29 0c44.343 0 80.29 35.947 80.29 80.29s-35.947 80.29-80.29 80.29S0 124.633 0 80.29 35.947 0 80.29 0m0 10.58c-38.5 0-69.71 31.21-69.71 69.71S41.79 150 80.29 150 150 118.79 150 80.29s-31.21-69.71-69.71-69.71'/%3E%3Cpath d='M47.62 45.66c2.83-2.49 6.67-3.73 11.52-3.73 3.22 0 5.98.56 8.27 1.67 2.29 1.12 4.03 2.64 5.21 4.57s1.77 4.1 1.77 6.5c0 2.83-.71 5.14-2.12 6.92-1.42 1.78-3.07 2.99-4.96 3.64v.26c2.45.82 4.38 2.17 5.79 4.06 1.42 1.89 2.12 4.31 2.12 7.27q0 3.99-1.83 7.05t-5.34 4.8-8.34 1.74c-5.15 0-9.26-1.27-12.33-3.8q-4.605-3.795-4.86-11.46h10.69c.04 1.89.58 3.38 1.61 4.47s2.53 1.64 4.51 1.64c1.67 0 2.97-.48 3.89-1.45s1.38-2.24 1.38-3.83c0-2.06-.65-3.55-1.96-4.47s-3.4-1.38-6.28-1.38H54.3v-8.95h2.06c2.19 0 3.96-.38 5.31-1.13s2.03-2.09 2.03-4.02c0-1.54-.43-2.75-1.29-3.6q-1.29-1.29-3.54-1.29c-1.63 0-2.84.49-3.64 1.48-.79.99-1.26 2.21-1.38 3.67H43.1c.17-4.59 1.67-8.13 4.51-10.62z'/%3E%3Cpath d='M85.96 48.43c2.85-4.25 7.46-6.37 13.81-6.37s10.95 2.12 13.81 6.37c2.85 4.25 4.28 10.06 4.28 17.44s-1.43 13.32-4.28 17.57-7.46 6.37-13.81 6.37-10.95-2.12-13.81-6.37c-2.85-4.25-4.28-10.11-4.28-17.57s1.43-13.2 4.28-17.44m19.66 7.43c-.94-2.34-2.9-3.51-5.86-3.51s-4.91 1.17-5.86 3.51c-.94 2.34-1.42 5.68-1.42 10.01 0 2.92.17 5.33.52 7.24.34 1.91 1.04 3.46 2.09 4.63 1.05 1.18 2.61 1.77 4.67 1.77s3.61-.59 4.67-1.77c1.05-1.18 1.75-2.72 2.09-4.63s.52-4.32.52-7.24c0-4.33-.47-7.67-1.42-10.01'/%3E%3Cpath d='m69.4 99.62-6.98 13.34v8.08h-2.8v-8.08l-7.01-13.34h3.1L61 110.47l5.29-10.85h3.1z'/%3E%3Cpath d='m84.86 121.04-5.1-8.76h-3.38v8.76h-2.8V99.62h6.91c1.62 0 2.99.28 4.1.83 1.12.55 1.95 1.3 2.5 2.24s.83 2.02.83 3.23c0 1.47-.43 2.78-1.28 3.9-.85 1.13-2.13 1.87-3.83 2.24l5.38 8.97h-3.35zm-8.49-11h4.12c1.52 0 2.65-.37 3.41-1.12q1.14-1.125 1.14-3c0-1.25-.37-2.25-1.12-2.95s-1.89-1.04-3.43-1.04h-4.12z'/%3E%3Cpath d='M95.87 120.5c-1.12-.5-1.99-1.2-2.63-2.09s-.96-1.92-.98-3.09h2.98c.1 1 .52 1.85 1.24 2.54.73.69 1.79 1.03 3.18 1.03s2.38-.33 3.15-1 1.15-1.52 1.15-2.57c0-.82-.23-1.48-.68-2a4.35 4.35 0 0 0-1.69-1.17c-.68-.27-1.59-.55-2.73-.86-1.41-.37-2.55-.74-3.4-1.11s-1.58-.95-2.18-1.74-.91-1.85-.91-3.18c0-1.17.3-2.2.89-3.1s1.43-1.6 2.5-2.09c1.08-.49 2.31-.74 3.7-.74 2.01 0 3.65.5 4.93 1.51 1.28 1 2 2.34 2.17 3.99h-3.07c-.1-.82-.53-1.54-1.29-2.17-.76-.62-1.76-.94-3.01-.94-1.17 0-2.12.3-2.86.91s-1.11 1.45-1.11 2.53c0 .78.22 1.41.66 1.91s.98.87 1.63 1.12c.65.26 1.55.55 2.72.88 1.41.39 2.55.77 3.41 1.15s1.6.96 2.21 1.75.92 1.86.92 3.21c0 1.04-.28 2.03-.83 2.95s-1.37 1.67-2.46 2.24-2.37.86-3.84.86-2.68-.25-3.79-.75z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-experience.icon-after.icon-blue:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160.58 160.58'%3E%3Cg fill='%2344A140' fill-rule='nonzero'%3E%3Cpath d='M80.29 0c44.343 0 80.29 35.947 80.29 80.29s-35.947 80.29-80.29 80.29S0 124.633 0 80.29 35.947 0 80.29 0m0 10.58c-38.5 0-69.71 31.21-69.71 69.71S41.79 150 80.29 150 150 118.79 150 80.29s-31.21-69.71-69.71-69.71'/%3E%3Cpath d='M47.62 45.66c2.83-2.49 6.67-3.73 11.52-3.73 3.22 0 5.98.56 8.27 1.67 2.29 1.12 4.03 2.64 5.21 4.57s1.77 4.1 1.77 6.5c0 2.83-.71 5.14-2.12 6.92-1.42 1.78-3.07 2.99-4.96 3.64v.26c2.45.82 4.38 2.17 5.79 4.06 1.42 1.89 2.12 4.31 2.12 7.27q0 3.99-1.83 7.05t-5.34 4.8-8.34 1.74c-5.15 0-9.26-1.27-12.33-3.8q-4.605-3.795-4.86-11.46h10.69c.04 1.89.58 3.38 1.61 4.47s2.53 1.64 4.51 1.64c1.67 0 2.97-.48 3.89-1.45s1.38-2.24 1.38-3.83c0-2.06-.65-3.55-1.96-4.47s-3.4-1.38-6.28-1.38H54.3v-8.95h2.06c2.19 0 3.96-.38 5.31-1.13s2.03-2.09 2.03-4.02c0-1.54-.43-2.75-1.29-3.6q-1.29-1.29-3.54-1.29c-1.63 0-2.84.49-3.64 1.48-.79.99-1.26 2.21-1.38 3.67H43.1c.17-4.59 1.67-8.13 4.51-10.62z'/%3E%3Cpath d='M85.96 48.43c2.85-4.25 7.46-6.37 13.81-6.37s10.95 2.12 13.81 6.37c2.85 4.25 4.28 10.06 4.28 17.44s-1.43 13.32-4.28 17.57-7.46 6.37-13.81 6.37-10.95-2.12-13.81-6.37c-2.85-4.25-4.28-10.11-4.28-17.57s1.43-13.2 4.28-17.44m19.66 7.43c-.94-2.34-2.9-3.51-5.86-3.51s-4.91 1.17-5.86 3.51c-.94 2.34-1.42 5.68-1.42 10.01 0 2.92.17 5.33.52 7.24.34 1.91 1.04 3.46 2.09 4.63 1.05 1.18 2.61 1.77 4.67 1.77s3.61-.59 4.67-1.77c1.05-1.18 1.75-2.72 2.09-4.63s.52-4.32.52-7.24c0-4.33-.47-7.67-1.42-10.01'/%3E%3Cpath d='m69.4 99.62-6.98 13.34v8.08h-2.8v-8.08l-7.01-13.34h3.1L61 110.47l5.29-10.85h3.1z'/%3E%3Cpath d='m84.86 121.04-5.1-8.76h-3.38v8.76h-2.8V99.62h6.91c1.62 0 2.99.28 4.1.83 1.12.55 1.95 1.3 2.5 2.24s.83 2.02.83 3.23c0 1.47-.43 2.78-1.28 3.9-.85 1.13-2.13 1.87-3.83 2.24l5.38 8.97h-3.35zm-8.49-11h4.12c1.52 0 2.65-.37 3.41-1.12q1.14-1.125 1.14-3c0-1.25-.37-2.25-1.12-2.95s-1.89-1.04-3.43-1.04h-4.12z'/%3E%3Cpath d='M95.87 120.5c-1.12-.5-1.99-1.2-2.63-2.09s-.96-1.92-.98-3.09h2.98c.1 1 .52 1.85 1.24 2.54.73.69 1.79 1.03 3.18 1.03s2.38-.33 3.15-1 1.15-1.52 1.15-2.57c0-.82-.23-1.48-.68-2a4.35 4.35 0 0 0-1.69-1.17c-.68-.27-1.59-.55-2.73-.86-1.41-.37-2.55-.74-3.4-1.11s-1.58-.95-2.18-1.74-.91-1.85-.91-3.18c0-1.17.3-2.2.89-3.1s1.43-1.6 2.5-2.09c1.08-.49 2.31-.74 3.7-.74 2.01 0 3.65.5 4.93 1.51 1.28 1 2 2.34 2.17 3.99h-3.07c-.1-.82-.53-1.54-1.29-2.17-.76-.62-1.76-.94-3.01-.94-1.17 0-2.12.3-2.86.91s-1.11 1.45-1.11 2.53c0 .78.22 1.41.66 1.91s.98.87 1.63 1.12c.65.26 1.55.55 2.72.88 1.41.39 2.55.77 3.41 1.15s1.6.96 2.21 1.75.92 1.86.92 3.21c0 1.04-.28 2.03-.83 2.95s-1.37 1.67-2.46 2.24-2.37.86-3.84.86-2.68-.25-3.79-.75z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-experience.icon-after.icon-green:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160.58 160.58'%3E%3Cg fill='%2344A140' fill-rule='nonzero'%3E%3Cpath d='M80.29 0c44.343 0 80.29 35.947 80.29 80.29s-35.947 80.29-80.29 80.29S0 124.633 0 80.29 35.947 0 80.29 0m0 10.58c-38.5 0-69.71 31.21-69.71 69.71S41.79 150 80.29 150 150 118.79 150 80.29s-31.21-69.71-69.71-69.71'/%3E%3Cpath d='M47.62 45.66c2.83-2.49 6.67-3.73 11.52-3.73 3.22 0 5.98.56 8.27 1.67 2.29 1.12 4.03 2.64 5.21 4.57s1.77 4.1 1.77 6.5c0 2.83-.71 5.14-2.12 6.92-1.42 1.78-3.07 2.99-4.96 3.64v.26c2.45.82 4.38 2.17 5.79 4.06 1.42 1.89 2.12 4.31 2.12 7.27q0 3.99-1.83 7.05t-5.34 4.8-8.34 1.74c-5.15 0-9.26-1.27-12.33-3.8q-4.605-3.795-4.86-11.46h10.69c.04 1.89.58 3.38 1.61 4.47s2.53 1.64 4.51 1.64c1.67 0 2.97-.48 3.89-1.45s1.38-2.24 1.38-3.83c0-2.06-.65-3.55-1.96-4.47s-3.4-1.38-6.28-1.38H54.3v-8.95h2.06c2.19 0 3.96-.38 5.31-1.13s2.03-2.09 2.03-4.02c0-1.54-.43-2.75-1.29-3.6q-1.29-1.29-3.54-1.29c-1.63 0-2.84.49-3.64 1.48-.79.99-1.26 2.21-1.38 3.67H43.1c.17-4.59 1.67-8.13 4.51-10.62z'/%3E%3Cpath d='M85.96 48.43c2.85-4.25 7.46-6.37 13.81-6.37s10.95 2.12 13.81 6.37c2.85 4.25 4.28 10.06 4.28 17.44s-1.43 13.32-4.28 17.57-7.46 6.37-13.81 6.37-10.95-2.12-13.81-6.37c-2.85-4.25-4.28-10.11-4.28-17.57s1.43-13.2 4.28-17.44m19.66 7.43c-.94-2.34-2.9-3.51-5.86-3.51s-4.91 1.17-5.86 3.51c-.94 2.34-1.42 5.68-1.42 10.01 0 2.92.17 5.33.52 7.24.34 1.91 1.04 3.46 2.09 4.63 1.05 1.18 2.61 1.77 4.67 1.77s3.61-.59 4.67-1.77c1.05-1.18 1.75-2.72 2.09-4.63s.52-4.32.52-7.24c0-4.33-.47-7.67-1.42-10.01'/%3E%3Cpath d='m69.4 99.62-6.98 13.34v8.08h-2.8v-8.08l-7.01-13.34h3.1L61 110.47l5.29-10.85h3.1z'/%3E%3Cpath d='m84.86 121.04-5.1-8.76h-3.38v8.76h-2.8V99.62h6.91c1.62 0 2.99.28 4.1.83 1.12.55 1.95 1.3 2.5 2.24s.83 2.02.83 3.23c0 1.47-.43 2.78-1.28 3.9-.85 1.13-2.13 1.87-3.83 2.24l5.38 8.97h-3.35zm-8.49-11h4.12c1.52 0 2.65-.37 3.41-1.12q1.14-1.125 1.14-3c0-1.25-.37-2.25-1.12-2.95s-1.89-1.04-3.43-1.04h-4.12z'/%3E%3Cpath d='M95.87 120.5c-1.12-.5-1.99-1.2-2.63-2.09s-.96-1.92-.98-3.09h2.98c.1 1 .52 1.85 1.24 2.54.73.69 1.79 1.03 3.18 1.03s2.38-.33 3.15-1 1.15-1.52 1.15-2.57c0-.82-.23-1.48-.68-2a4.35 4.35 0 0 0-1.69-1.17c-.68-.27-1.59-.55-2.73-.86-1.41-.37-2.55-.74-3.4-1.11s-1.58-.95-2.18-1.74-.91-1.85-.91-3.18c0-1.17.3-2.2.89-3.1s1.43-1.6 2.5-2.09c1.08-.49 2.31-.74 3.7-.74 2.01 0 3.65.5 4.93 1.51 1.28 1 2 2.34 2.17 3.99h-3.07c-.1-.82-.53-1.54-1.29-2.17-.76-.62-1.76-.94-3.01-.94-1.17 0-2.12.3-2.86.91s-1.11 1.45-1.11 2.53c0 .78.22 1.41.66 1.91s.98.87 1.63 1.12c.65.26 1.55.55 2.72.88 1.41.39 2.55.77 3.41 1.15s1.6.96 2.21 1.75.92 1.86.92 3.21c0 1.04-.28 2.03-.83 2.95s-1.37 1.67-2.46 2.24-2.37.86-3.84.86-2.68-.25-3.79-.75z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-experience.icon-after.icon-pink:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160.58 160.58'%3E%3Cg fill='%23E6007E' fill-rule='nonzero'%3E%3Cpath d='M80.29 0c44.343 0 80.29 35.947 80.29 80.29s-35.947 80.29-80.29 80.29S0 124.633 0 80.29 35.947 0 80.29 0m0 10.58c-38.5 0-69.71 31.21-69.71 69.71S41.79 150 80.29 150 150 118.79 150 80.29s-31.21-69.71-69.71-69.71'/%3E%3Cpath d='M47.62 45.66c2.83-2.49 6.67-3.73 11.52-3.73 3.22 0 5.98.56 8.27 1.67 2.29 1.12 4.03 2.64 5.21 4.57s1.77 4.1 1.77 6.5c0 2.83-.71 5.14-2.12 6.92-1.42 1.78-3.07 2.99-4.96 3.64v.26c2.45.82 4.38 2.17 5.79 4.06 1.42 1.89 2.12 4.31 2.12 7.27q0 3.99-1.83 7.05t-5.34 4.8-8.34 1.74c-5.15 0-9.26-1.27-12.33-3.8q-4.605-3.795-4.86-11.46h10.69c.04 1.89.58 3.38 1.61 4.47s2.53 1.64 4.51 1.64c1.67 0 2.97-.48 3.89-1.45s1.38-2.24 1.38-3.83c0-2.06-.65-3.55-1.96-4.47s-3.4-1.38-6.28-1.38H54.3v-8.95h2.06c2.19 0 3.96-.38 5.31-1.13s2.03-2.09 2.03-4.02c0-1.54-.43-2.75-1.29-3.6q-1.29-1.29-3.54-1.29c-1.63 0-2.84.49-3.64 1.48-.79.99-1.26 2.21-1.38 3.67H43.1c.17-4.59 1.67-8.13 4.51-10.62z'/%3E%3Cpath d='M85.96 48.43c2.85-4.25 7.46-6.37 13.81-6.37s10.95 2.12 13.81 6.37c2.85 4.25 4.28 10.06 4.28 17.44s-1.43 13.32-4.28 17.57-7.46 6.37-13.81 6.37-10.95-2.12-13.81-6.37c-2.85-4.25-4.28-10.11-4.28-17.57s1.43-13.2 4.28-17.44m19.66 7.43c-.94-2.34-2.9-3.51-5.86-3.51s-4.91 1.17-5.86 3.51c-.94 2.34-1.42 5.68-1.42 10.01 0 2.92.17 5.33.52 7.24.34 1.91 1.04 3.46 2.09 4.63 1.05 1.18 2.61 1.77 4.67 1.77s3.61-.59 4.67-1.77c1.05-1.18 1.75-2.72 2.09-4.63s.52-4.32.52-7.24c0-4.33-.47-7.67-1.42-10.01'/%3E%3Cpath d='m69.4 99.62-6.98 13.34v8.08h-2.8v-8.08l-7.01-13.34h3.1L61 110.47l5.29-10.85h3.1z'/%3E%3Cpath d='m84.86 121.04-5.1-8.76h-3.38v8.76h-2.8V99.62h6.91c1.62 0 2.99.28 4.1.83 1.12.55 1.95 1.3 2.5 2.24s.83 2.02.83 3.23c0 1.47-.43 2.78-1.28 3.9-.85 1.13-2.13 1.87-3.83 2.24l5.38 8.97h-3.35zm-8.49-11h4.12c1.52 0 2.65-.37 3.41-1.12q1.14-1.125 1.14-3c0-1.25-.37-2.25-1.12-2.95s-1.89-1.04-3.43-1.04h-4.12z'/%3E%3Cpath d='M95.87 120.5c-1.12-.5-1.99-1.2-2.63-2.09s-.96-1.92-.98-3.09h2.98c.1 1 .52 1.85 1.24 2.54.73.69 1.79 1.03 3.18 1.03s2.38-.33 3.15-1 1.15-1.52 1.15-2.57c0-.82-.23-1.48-.68-2a4.35 4.35 0 0 0-1.69-1.17c-.68-.27-1.59-.55-2.73-.86-1.41-.37-2.55-.74-3.4-1.11s-1.58-.95-2.18-1.74-.91-1.85-.91-3.18c0-1.17.3-2.2.89-3.1s1.43-1.6 2.5-2.09c1.08-.49 2.31-.74 3.7-.74 2.01 0 3.65.5 4.93 1.51 1.28 1 2 2.34 2.17 3.99h-3.07c-.1-.82-.53-1.54-1.29-2.17-.76-.62-1.76-.94-3.01-.94-1.17 0-2.12.3-2.86.91s-1.11 1.45-1.11 2.53c0 .78.22 1.41.66 1.91s.98.87 1.63 1.12c.65.26 1.55.55 2.72.88 1.41.39 2.55.77 3.41 1.15s1.6.96 2.21 1.75.92 1.86.92 3.21c0 1.04-.28 2.03-.83 2.95s-1.37 1.67-2.46 2.24-2.37.86-3.84.86-2.68-.25-3.79-.75z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-experience.icon-after.icon-pink:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160.58 160.58'%3E%3Cg fill='%2344A140' fill-rule='nonzero'%3E%3Cpath d='M80.29 0c44.343 0 80.29 35.947 80.29 80.29s-35.947 80.29-80.29 80.29S0 124.633 0 80.29 35.947 0 80.29 0m0 10.58c-38.5 0-69.71 31.21-69.71 69.71S41.79 150 80.29 150 150 118.79 150 80.29s-31.21-69.71-69.71-69.71'/%3E%3Cpath d='M47.62 45.66c2.83-2.49 6.67-3.73 11.52-3.73 3.22 0 5.98.56 8.27 1.67 2.29 1.12 4.03 2.64 5.21 4.57s1.77 4.1 1.77 6.5c0 2.83-.71 5.14-2.12 6.92-1.42 1.78-3.07 2.99-4.96 3.64v.26c2.45.82 4.38 2.17 5.79 4.06 1.42 1.89 2.12 4.31 2.12 7.27q0 3.99-1.83 7.05t-5.34 4.8-8.34 1.74c-5.15 0-9.26-1.27-12.33-3.8q-4.605-3.795-4.86-11.46h10.69c.04 1.89.58 3.38 1.61 4.47s2.53 1.64 4.51 1.64c1.67 0 2.97-.48 3.89-1.45s1.38-2.24 1.38-3.83c0-2.06-.65-3.55-1.96-4.47s-3.4-1.38-6.28-1.38H54.3v-8.95h2.06c2.19 0 3.96-.38 5.31-1.13s2.03-2.09 2.03-4.02c0-1.54-.43-2.75-1.29-3.6q-1.29-1.29-3.54-1.29c-1.63 0-2.84.49-3.64 1.48-.79.99-1.26 2.21-1.38 3.67H43.1c.17-4.59 1.67-8.13 4.51-10.62z'/%3E%3Cpath d='M85.96 48.43c2.85-4.25 7.46-6.37 13.81-6.37s10.95 2.12 13.81 6.37c2.85 4.25 4.28 10.06 4.28 17.44s-1.43 13.32-4.28 17.57-7.46 6.37-13.81 6.37-10.95-2.12-13.81-6.37c-2.85-4.25-4.28-10.11-4.28-17.57s1.43-13.2 4.28-17.44m19.66 7.43c-.94-2.34-2.9-3.51-5.86-3.51s-4.91 1.17-5.86 3.51c-.94 2.34-1.42 5.68-1.42 10.01 0 2.92.17 5.33.52 7.24.34 1.91 1.04 3.46 2.09 4.63 1.05 1.18 2.61 1.77 4.67 1.77s3.61-.59 4.67-1.77c1.05-1.18 1.75-2.72 2.09-4.63s.52-4.32.52-7.24c0-4.33-.47-7.67-1.42-10.01'/%3E%3Cpath d='m69.4 99.62-6.98 13.34v8.08h-2.8v-8.08l-7.01-13.34h3.1L61 110.47l5.29-10.85h3.1z'/%3E%3Cpath d='m84.86 121.04-5.1-8.76h-3.38v8.76h-2.8V99.62h6.91c1.62 0 2.99.28 4.1.83 1.12.55 1.95 1.3 2.5 2.24s.83 2.02.83 3.23c0 1.47-.43 2.78-1.28 3.9-.85 1.13-2.13 1.87-3.83 2.24l5.38 8.97h-3.35zm-8.49-11h4.12c1.52 0 2.65-.37 3.41-1.12q1.14-1.125 1.14-3c0-1.25-.37-2.25-1.12-2.95s-1.89-1.04-3.43-1.04h-4.12z'/%3E%3Cpath d='M95.87 120.5c-1.12-.5-1.99-1.2-2.63-2.09s-.96-1.92-.98-3.09h2.98c.1 1 .52 1.85 1.24 2.54.73.69 1.79 1.03 3.18 1.03s2.38-.33 3.15-1 1.15-1.52 1.15-2.57c0-.82-.23-1.48-.68-2a4.35 4.35 0 0 0-1.69-1.17c-.68-.27-1.59-.55-2.73-.86-1.41-.37-2.55-.74-3.4-1.11s-1.58-.95-2.18-1.74-.91-1.85-.91-3.18c0-1.17.3-2.2.89-3.1s1.43-1.6 2.5-2.09c1.08-.49 2.31-.74 3.7-.74 2.01 0 3.65.5 4.93 1.51 1.28 1 2 2.34 2.17 3.99h-3.07c-.1-.82-.53-1.54-1.29-2.17-.76-.62-1.76-.94-3.01-.94-1.17 0-2.12.3-2.86.91s-1.11 1.45-1.11 2.53c0 .78.22 1.41.66 1.91s.98.87 1.63 1.12c.65.26 1.55.55 2.72.88 1.41.39 2.55.77 3.41 1.15s1.6.96 2.21 1.75.92 1.86.92 3.21c0 1.04-.28 2.03-.83 2.95s-1.37 1.67-2.46 2.24-2.37.86-3.84.86-2.68-.25-3.79-.75z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-experience.icon-after.icon-white:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160.58 160.58'%3E%3Cg fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M80.29 0c44.343 0 80.29 35.947 80.29 80.29s-35.947 80.29-80.29 80.29S0 124.633 0 80.29 35.947 0 80.29 0m0 10.58c-38.5 0-69.71 31.21-69.71 69.71S41.79 150 80.29 150 150 118.79 150 80.29s-31.21-69.71-69.71-69.71'/%3E%3Cpath d='M47.62 45.66c2.83-2.49 6.67-3.73 11.52-3.73 3.22 0 5.98.56 8.27 1.67 2.29 1.12 4.03 2.64 5.21 4.57s1.77 4.1 1.77 6.5c0 2.83-.71 5.14-2.12 6.92-1.42 1.78-3.07 2.99-4.96 3.64v.26c2.45.82 4.38 2.17 5.79 4.06 1.42 1.89 2.12 4.31 2.12 7.27q0 3.99-1.83 7.05t-5.34 4.8-8.34 1.74c-5.15 0-9.26-1.27-12.33-3.8q-4.605-3.795-4.86-11.46h10.69c.04 1.89.58 3.38 1.61 4.47s2.53 1.64 4.51 1.64c1.67 0 2.97-.48 3.89-1.45s1.38-2.24 1.38-3.83c0-2.06-.65-3.55-1.96-4.47s-3.4-1.38-6.28-1.38H54.3v-8.95h2.06c2.19 0 3.96-.38 5.31-1.13s2.03-2.09 2.03-4.02c0-1.54-.43-2.75-1.29-3.6q-1.29-1.29-3.54-1.29c-1.63 0-2.84.49-3.64 1.48-.79.99-1.26 2.21-1.38 3.67H43.1c.17-4.59 1.67-8.13 4.51-10.62z'/%3E%3Cpath d='M85.96 48.43c2.85-4.25 7.46-6.37 13.81-6.37s10.95 2.12 13.81 6.37c2.85 4.25 4.28 10.06 4.28 17.44s-1.43 13.32-4.28 17.57-7.46 6.37-13.81 6.37-10.95-2.12-13.81-6.37c-2.85-4.25-4.28-10.11-4.28-17.57s1.43-13.2 4.28-17.44m19.66 7.43c-.94-2.34-2.9-3.51-5.86-3.51s-4.91 1.17-5.86 3.51c-.94 2.34-1.42 5.68-1.42 10.01 0 2.92.17 5.33.52 7.24.34 1.91 1.04 3.46 2.09 4.63 1.05 1.18 2.61 1.77 4.67 1.77s3.61-.59 4.67-1.77c1.05-1.18 1.75-2.72 2.09-4.63s.52-4.32.52-7.24c0-4.33-.47-7.67-1.42-10.01'/%3E%3Cpath d='m69.4 99.62-6.98 13.34v8.08h-2.8v-8.08l-7.01-13.34h3.1L61 110.47l5.29-10.85h3.1z'/%3E%3Cpath d='m84.86 121.04-5.1-8.76h-3.38v8.76h-2.8V99.62h6.91c1.62 0 2.99.28 4.1.83 1.12.55 1.95 1.3 2.5 2.24s.83 2.02.83 3.23c0 1.47-.43 2.78-1.28 3.9-.85 1.13-2.13 1.87-3.83 2.24l5.38 8.97h-3.35zm-8.49-11h4.12c1.52 0 2.65-.37 3.41-1.12q1.14-1.125 1.14-3c0-1.25-.37-2.25-1.12-2.95s-1.89-1.04-3.43-1.04h-4.12z'/%3E%3Cpath d='M95.87 120.5c-1.12-.5-1.99-1.2-2.63-2.09s-.96-1.92-.98-3.09h2.98c.1 1 .52 1.85 1.24 2.54.73.69 1.79 1.03 3.18 1.03s2.38-.33 3.15-1 1.15-1.52 1.15-2.57c0-.82-.23-1.48-.68-2a4.35 4.35 0 0 0-1.69-1.17c-.68-.27-1.59-.55-2.73-.86-1.41-.37-2.55-.74-3.4-1.11s-1.58-.95-2.18-1.74-.91-1.85-.91-3.18c0-1.17.3-2.2.89-3.1s1.43-1.6 2.5-2.09c1.08-.49 2.31-.74 3.7-.74 2.01 0 3.65.5 4.93 1.51 1.28 1 2 2.34 2.17 3.99h-3.07c-.1-.82-.53-1.54-1.29-2.17-.76-.62-1.76-.94-3.01-.94-1.17 0-2.12.3-2.86.91s-1.11 1.45-1.11 2.53c0 .78.22 1.41.66 1.91s.98.87 1.63 1.12c.65.26 1.55.55 2.72.88 1.41.39 2.55.77 3.41 1.15s1.6.96 2.21 1.75.92 1.86.92 3.21c0 1.04-.28 2.03-.83 2.95s-1.37 1.67-2.46 2.24-2.37.86-3.84.86-2.68-.25-3.79-.75z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-experience.icon-after.icon-white:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160.58 160.58'%3E%3Cg fill='%2358B8B2' fill-rule='nonzero'%3E%3Cpath d='M80.29 0c44.343 0 80.29 35.947 80.29 80.29s-35.947 80.29-80.29 80.29S0 124.633 0 80.29 35.947 0 80.29 0m0 10.58c-38.5 0-69.71 31.21-69.71 69.71S41.79 150 80.29 150 150 118.79 150 80.29s-31.21-69.71-69.71-69.71'/%3E%3Cpath d='M47.62 45.66c2.83-2.49 6.67-3.73 11.52-3.73 3.22 0 5.98.56 8.27 1.67 2.29 1.12 4.03 2.64 5.21 4.57s1.77 4.1 1.77 6.5c0 2.83-.71 5.14-2.12 6.92-1.42 1.78-3.07 2.99-4.96 3.64v.26c2.45.82 4.38 2.17 5.79 4.06 1.42 1.89 2.12 4.31 2.12 7.27q0 3.99-1.83 7.05t-5.34 4.8-8.34 1.74c-5.15 0-9.26-1.27-12.33-3.8q-4.605-3.795-4.86-11.46h10.69c.04 1.89.58 3.38 1.61 4.47s2.53 1.64 4.51 1.64c1.67 0 2.97-.48 3.89-1.45s1.38-2.24 1.38-3.83c0-2.06-.65-3.55-1.96-4.47s-3.4-1.38-6.28-1.38H54.3v-8.95h2.06c2.19 0 3.96-.38 5.31-1.13s2.03-2.09 2.03-4.02c0-1.54-.43-2.75-1.29-3.6q-1.29-1.29-3.54-1.29c-1.63 0-2.84.49-3.64 1.48-.79.99-1.26 2.21-1.38 3.67H43.1c.17-4.59 1.67-8.13 4.51-10.62z'/%3E%3Cpath d='M85.96 48.43c2.85-4.25 7.46-6.37 13.81-6.37s10.95 2.12 13.81 6.37c2.85 4.25 4.28 10.06 4.28 17.44s-1.43 13.32-4.28 17.57-7.46 6.37-13.81 6.37-10.95-2.12-13.81-6.37c-2.85-4.25-4.28-10.11-4.28-17.57s1.43-13.2 4.28-17.44m19.66 7.43c-.94-2.34-2.9-3.51-5.86-3.51s-4.91 1.17-5.86 3.51c-.94 2.34-1.42 5.68-1.42 10.01 0 2.92.17 5.33.52 7.24.34 1.91 1.04 3.46 2.09 4.63 1.05 1.18 2.61 1.77 4.67 1.77s3.61-.59 4.67-1.77c1.05-1.18 1.75-2.72 2.09-4.63s.52-4.32.52-7.24c0-4.33-.47-7.67-1.42-10.01'/%3E%3Cpath d='m69.4 99.62-6.98 13.34v8.08h-2.8v-8.08l-7.01-13.34h3.1L61 110.47l5.29-10.85h3.1z'/%3E%3Cpath d='m84.86 121.04-5.1-8.76h-3.38v8.76h-2.8V99.62h6.91c1.62 0 2.99.28 4.1.83 1.12.55 1.95 1.3 2.5 2.24s.83 2.02.83 3.23c0 1.47-.43 2.78-1.28 3.9-.85 1.13-2.13 1.87-3.83 2.24l5.38 8.97h-3.35zm-8.49-11h4.12c1.52 0 2.65-.37 3.41-1.12q1.14-1.125 1.14-3c0-1.25-.37-2.25-1.12-2.95s-1.89-1.04-3.43-1.04h-4.12z'/%3E%3Cpath d='M95.87 120.5c-1.12-.5-1.99-1.2-2.63-2.09s-.96-1.92-.98-3.09h2.98c.1 1 .52 1.85 1.24 2.54.73.69 1.79 1.03 3.18 1.03s2.38-.33 3.15-1 1.15-1.52 1.15-2.57c0-.82-.23-1.48-.68-2a4.35 4.35 0 0 0-1.69-1.17c-.68-.27-1.59-.55-2.73-.86-1.41-.37-2.55-.74-3.4-1.11s-1.58-.95-2.18-1.74-.91-1.85-.91-3.18c0-1.17.3-2.2.89-3.1s1.43-1.6 2.5-2.09c1.08-.49 2.31-.74 3.7-.74 2.01 0 3.65.5 4.93 1.51 1.28 1 2 2.34 2.17 3.99h-3.07c-.1-.82-.53-1.54-1.29-2.17-.76-.62-1.76-.94-3.01-.94-1.17 0-2.12.3-2.86.91s-1.11 1.45-1.11 2.53c0 .78.22 1.41.66 1.91s.98.87 1.63 1.12c.65.26 1.55.55 2.72.88 1.41.39 2.55.77 3.41 1.15s1.6.96 2.21 1.75.92 1.86.92 3.21c0 1.04-.28 2.03-.83 2.95s-1.37 1.67-2.46 2.24-2.37.86-3.84.86-2.68-.25-3.79-.75z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-experience.icon-after.icon-gray:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160.58 160.58'%3E%3Cg fill='%23CEC4BD' fill-rule='nonzero'%3E%3Cpath d='M80.29 0c44.343 0 80.29 35.947 80.29 80.29s-35.947 80.29-80.29 80.29S0 124.633 0 80.29 35.947 0 80.29 0m0 10.58c-38.5 0-69.71 31.21-69.71 69.71S41.79 150 80.29 150 150 118.79 150 80.29s-31.21-69.71-69.71-69.71'/%3E%3Cpath d='M47.62 45.66c2.83-2.49 6.67-3.73 11.52-3.73 3.22 0 5.98.56 8.27 1.67 2.29 1.12 4.03 2.64 5.21 4.57s1.77 4.1 1.77 6.5c0 2.83-.71 5.14-2.12 6.92-1.42 1.78-3.07 2.99-4.96 3.64v.26c2.45.82 4.38 2.17 5.79 4.06 1.42 1.89 2.12 4.31 2.12 7.27q0 3.99-1.83 7.05t-5.34 4.8-8.34 1.74c-5.15 0-9.26-1.27-12.33-3.8q-4.605-3.795-4.86-11.46h10.69c.04 1.89.58 3.38 1.61 4.47s2.53 1.64 4.51 1.64c1.67 0 2.97-.48 3.89-1.45s1.38-2.24 1.38-3.83c0-2.06-.65-3.55-1.96-4.47s-3.4-1.38-6.28-1.38H54.3v-8.95h2.06c2.19 0 3.96-.38 5.31-1.13s2.03-2.09 2.03-4.02c0-1.54-.43-2.75-1.29-3.6q-1.29-1.29-3.54-1.29c-1.63 0-2.84.49-3.64 1.48-.79.99-1.26 2.21-1.38 3.67H43.1c.17-4.59 1.67-8.13 4.51-10.62z'/%3E%3Cpath d='M85.96 48.43c2.85-4.25 7.46-6.37 13.81-6.37s10.95 2.12 13.81 6.37c2.85 4.25 4.28 10.06 4.28 17.44s-1.43 13.32-4.28 17.57-7.46 6.37-13.81 6.37-10.95-2.12-13.81-6.37c-2.85-4.25-4.28-10.11-4.28-17.57s1.43-13.2 4.28-17.44m19.66 7.43c-.94-2.34-2.9-3.51-5.86-3.51s-4.91 1.17-5.86 3.51c-.94 2.34-1.42 5.68-1.42 10.01 0 2.92.17 5.33.52 7.24.34 1.91 1.04 3.46 2.09 4.63 1.05 1.18 2.61 1.77 4.67 1.77s3.61-.59 4.67-1.77c1.05-1.18 1.75-2.72 2.09-4.63s.52-4.32.52-7.24c0-4.33-.47-7.67-1.42-10.01'/%3E%3Cpath d='m69.4 99.62-6.98 13.34v8.08h-2.8v-8.08l-7.01-13.34h3.1L61 110.47l5.29-10.85h3.1z'/%3E%3Cpath d='m84.86 121.04-5.1-8.76h-3.38v8.76h-2.8V99.62h6.91c1.62 0 2.99.28 4.1.83 1.12.55 1.95 1.3 2.5 2.24s.83 2.02.83 3.23c0 1.47-.43 2.78-1.28 3.9-.85 1.13-2.13 1.87-3.83 2.24l5.38 8.97h-3.35zm-8.49-11h4.12c1.52 0 2.65-.37 3.41-1.12q1.14-1.125 1.14-3c0-1.25-.37-2.25-1.12-2.95s-1.89-1.04-3.43-1.04h-4.12z'/%3E%3Cpath d='M95.87 120.5c-1.12-.5-1.99-1.2-2.63-2.09s-.96-1.92-.98-3.09h2.98c.1 1 .52 1.85 1.24 2.54.73.69 1.79 1.03 3.18 1.03s2.38-.33 3.15-1 1.15-1.52 1.15-2.57c0-.82-.23-1.48-.68-2a4.35 4.35 0 0 0-1.69-1.17c-.68-.27-1.59-.55-2.73-.86-1.41-.37-2.55-.74-3.4-1.11s-1.58-.95-2.18-1.74-.91-1.85-.91-3.18c0-1.17.3-2.2.89-3.1s1.43-1.6 2.5-2.09c1.08-.49 2.31-.74 3.7-.74 2.01 0 3.65.5 4.93 1.51 1.28 1 2 2.34 2.17 3.99h-3.07c-.1-.82-.53-1.54-1.29-2.17-.76-.62-1.76-.94-3.01-.94-1.17 0-2.12.3-2.86.91s-1.11 1.45-1.11 2.53c0 .78.22 1.41.66 1.91s.98.87 1.63 1.12c.65.26 1.55.55 2.72.88 1.41.39 2.55.77 3.41 1.15s1.6.96 2.21 1.75.92 1.86.92 3.21c0 1.04-.28 2.03-.83 2.95s-1.37 1.67-2.46 2.24-2.37.86-3.84.86-2.68-.25-3.79-.75z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-quote.icon-before.icon-teal:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 113.8 95.5'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h113.8v95.5H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M37.9 33.4c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5c0 5.3 4.3 9.5 9.5 9.5 5.3.1 9.5-4.2 9.5-9.5m28.5 0c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5c0 5.3 4.3 9.5 9.5 9.5s9.5-4.2 9.5-9.5m9.4 0c0 5.3 4.3 9.5 9.5 9.5s9.5-4.3 9.5-9.5c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5m28.5 23.9H75.8c-1.3 0-2.5.5-3.3 1.4L52.1 79.2V62.1c0-2.6-2.1-4.8-4.7-4.8H9.5V9.5h94.8v47.8zm9.5 4.8V4.8c0-2.6-2.1-4.8-4.7-4.8H4.7C2.1 0 0 2.1 0 4.8v57.3c0 2.6 2.1 4.8 4.7 4.8h37.9v23.9c0 1.9 1.2 3.7 2.9 4.4.6.2 1.2.4 1.8.4 1.2 0 2.4-.5 3.4-1.4l27-27.2H109c2.6-.2 4.8-2.3 4.8-4.9'/%3E%3C/svg%3E");
}

.icon-quote.icon-before.icon-teal:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 113.8 95.5'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h113.8v95.5H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M37.9 33.4c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5c0 5.3 4.3 9.5 9.5 9.5 5.3.1 9.5-4.2 9.5-9.5m28.5 0c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5c0 5.3 4.3 9.5 9.5 9.5s9.5-4.2 9.5-9.5m9.4 0c0 5.3 4.3 9.5 9.5 9.5s9.5-4.3 9.5-9.5c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5m28.5 23.9H75.8c-1.3 0-2.5.5-3.3 1.4L52.1 79.2V62.1c0-2.6-2.1-4.8-4.7-4.8H9.5V9.5h94.8v47.8zm9.5 4.8V4.8c0-2.6-2.1-4.8-4.7-4.8H4.7C2.1 0 0 2.1 0 4.8v57.3c0 2.6 2.1 4.8 4.7 4.8h37.9v23.9c0 1.9 1.2 3.7 2.9 4.4.6.2 1.2.4 1.8.4 1.2 0 2.4-.5 3.4-1.4l27-27.2H109c2.6-.2 4.8-2.3 4.8-4.9'/%3E%3C/svg%3E");
}

.icon-quote.icon-before.icon-blue:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 113.8 95.5'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h113.8v95.5H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M37.9 33.4c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5c0 5.3 4.3 9.5 9.5 9.5 5.3.1 9.5-4.2 9.5-9.5m28.5 0c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5c0 5.3 4.3 9.5 9.5 9.5s9.5-4.2 9.5-9.5m9.4 0c0 5.3 4.3 9.5 9.5 9.5s9.5-4.3 9.5-9.5c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5m28.5 23.9H75.8c-1.3 0-2.5.5-3.3 1.4L52.1 79.2V62.1c0-2.6-2.1-4.8-4.7-4.8H9.5V9.5h94.8v47.8zm9.5 4.8V4.8c0-2.6-2.1-4.8-4.7-4.8H4.7C2.1 0 0 2.1 0 4.8v57.3c0 2.6 2.1 4.8 4.7 4.8h37.9v23.9c0 1.9 1.2 3.7 2.9 4.4.6.2 1.2.4 1.8.4 1.2 0 2.4-.5 3.4-1.4l27-27.2H109c2.6-.2 4.8-2.3 4.8-4.9'/%3E%3C/svg%3E");
}

.icon-quote.icon-before.icon-blue:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 113.8 95.5'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h113.8v95.5H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M37.9 33.4c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5c0 5.3 4.3 9.5 9.5 9.5 5.3.1 9.5-4.2 9.5-9.5m28.5 0c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5c0 5.3 4.3 9.5 9.5 9.5s9.5-4.2 9.5-9.5m9.4 0c0 5.3 4.3 9.5 9.5 9.5s9.5-4.3 9.5-9.5c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5m28.5 23.9H75.8c-1.3 0-2.5.5-3.3 1.4L52.1 79.2V62.1c0-2.6-2.1-4.8-4.7-4.8H9.5V9.5h94.8v47.8zm9.5 4.8V4.8c0-2.6-2.1-4.8-4.7-4.8H4.7C2.1 0 0 2.1 0 4.8v57.3c0 2.6 2.1 4.8 4.7 4.8h37.9v23.9c0 1.9 1.2 3.7 2.9 4.4.6.2 1.2.4 1.8.4 1.2 0 2.4-.5 3.4-1.4l27-27.2H109c2.6-.2 4.8-2.3 4.8-4.9'/%3E%3C/svg%3E");
}

.icon-quote.icon-before.icon-green:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 113.8 95.5'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h113.8v95.5H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M37.9 33.4c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5c0 5.3 4.3 9.5 9.5 9.5 5.3.1 9.5-4.2 9.5-9.5m28.5 0c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5c0 5.3 4.3 9.5 9.5 9.5s9.5-4.2 9.5-9.5m9.4 0c0 5.3 4.3 9.5 9.5 9.5s9.5-4.3 9.5-9.5c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5m28.5 23.9H75.8c-1.3 0-2.5.5-3.3 1.4L52.1 79.2V62.1c0-2.6-2.1-4.8-4.7-4.8H9.5V9.5h94.8v47.8zm9.5 4.8V4.8c0-2.6-2.1-4.8-4.7-4.8H4.7C2.1 0 0 2.1 0 4.8v57.3c0 2.6 2.1 4.8 4.7 4.8h37.9v23.9c0 1.9 1.2 3.7 2.9 4.4.6.2 1.2.4 1.8.4 1.2 0 2.4-.5 3.4-1.4l27-27.2H109c2.6-.2 4.8-2.3 4.8-4.9'/%3E%3C/svg%3E");
}

.icon-quote.icon-before.icon-pink:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 113.8 95.5'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h113.8v95.5H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M37.9 33.4c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5c0 5.3 4.3 9.5 9.5 9.5 5.3.1 9.5-4.2 9.5-9.5m28.5 0c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5c0 5.3 4.3 9.5 9.5 9.5s9.5-4.2 9.5-9.5m9.4 0c0 5.3 4.3 9.5 9.5 9.5s9.5-4.3 9.5-9.5c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5m28.5 23.9H75.8c-1.3 0-2.5.5-3.3 1.4L52.1 79.2V62.1c0-2.6-2.1-4.8-4.7-4.8H9.5V9.5h94.8v47.8zm9.5 4.8V4.8c0-2.6-2.1-4.8-4.7-4.8H4.7C2.1 0 0 2.1 0 4.8v57.3c0 2.6 2.1 4.8 4.7 4.8h37.9v23.9c0 1.9 1.2 3.7 2.9 4.4.6.2 1.2.4 1.8.4 1.2 0 2.4-.5 3.4-1.4l27-27.2H109c2.6-.2 4.8-2.3 4.8-4.9'/%3E%3C/svg%3E");
}

.icon-quote.icon-before.icon-pink:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 113.8 95.5'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h113.8v95.5H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M37.9 33.4c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5c0 5.3 4.3 9.5 9.5 9.5 5.3.1 9.5-4.2 9.5-9.5m28.5 0c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5c0 5.3 4.3 9.5 9.5 9.5s9.5-4.2 9.5-9.5m9.4 0c0 5.3 4.3 9.5 9.5 9.5s9.5-4.3 9.5-9.5c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5m28.5 23.9H75.8c-1.3 0-2.5.5-3.3 1.4L52.1 79.2V62.1c0-2.6-2.1-4.8-4.7-4.8H9.5V9.5h94.8v47.8zm9.5 4.8V4.8c0-2.6-2.1-4.8-4.7-4.8H4.7C2.1 0 0 2.1 0 4.8v57.3c0 2.6 2.1 4.8 4.7 4.8h37.9v23.9c0 1.9 1.2 3.7 2.9 4.4.6.2 1.2.4 1.8.4 1.2 0 2.4-.5 3.4-1.4l27-27.2H109c2.6-.2 4.8-2.3 4.8-4.9'/%3E%3C/svg%3E");
}

.icon-quote.icon-before.icon-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 113.8 95.5'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h113.8v95.5H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M37.9 33.4c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5c0 5.3 4.3 9.5 9.5 9.5 5.3.1 9.5-4.2 9.5-9.5m28.5 0c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5c0 5.3 4.3 9.5 9.5 9.5s9.5-4.2 9.5-9.5m9.4 0c0 5.3 4.3 9.5 9.5 9.5s9.5-4.3 9.5-9.5c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5m28.5 23.9H75.8c-1.3 0-2.5.5-3.3 1.4L52.1 79.2V62.1c0-2.6-2.1-4.8-4.7-4.8H9.5V9.5h94.8v47.8zm9.5 4.8V4.8c0-2.6-2.1-4.8-4.7-4.8H4.7C2.1 0 0 2.1 0 4.8v57.3c0 2.6 2.1 4.8 4.7 4.8h37.9v23.9c0 1.9 1.2 3.7 2.9 4.4.6.2 1.2.4 1.8.4 1.2 0 2.4-.5 3.4-1.4l27-27.2H109c2.6-.2 4.8-2.3 4.8-4.9'/%3E%3C/svg%3E");
}

.icon-quote.icon-before.icon-white:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 113.8 95.5'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h113.8v95.5H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M37.9 33.4c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5c0 5.3 4.3 9.5 9.5 9.5 5.3.1 9.5-4.2 9.5-9.5m28.5 0c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5c0 5.3 4.3 9.5 9.5 9.5s9.5-4.2 9.5-9.5m9.4 0c0 5.3 4.3 9.5 9.5 9.5s9.5-4.3 9.5-9.5c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5m28.5 23.9H75.8c-1.3 0-2.5.5-3.3 1.4L52.1 79.2V62.1c0-2.6-2.1-4.8-4.7-4.8H9.5V9.5h94.8v47.8zm9.5 4.8V4.8c0-2.6-2.1-4.8-4.7-4.8H4.7C2.1 0 0 2.1 0 4.8v57.3c0 2.6 2.1 4.8 4.7 4.8h37.9v23.9c0 1.9 1.2 3.7 2.9 4.4.6.2 1.2.4 1.8.4 1.2 0 2.4-.5 3.4-1.4l27-27.2H109c2.6-.2 4.8-2.3 4.8-4.9'/%3E%3C/svg%3E");
}

.icon-quote.icon-before.icon-gray:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 113.8 95.5'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h113.8v95.5H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M37.9 33.4c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5c0 5.3 4.3 9.5 9.5 9.5 5.3.1 9.5-4.2 9.5-9.5m28.5 0c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5c0 5.3 4.3 9.5 9.5 9.5s9.5-4.2 9.5-9.5m9.4 0c0 5.3 4.3 9.5 9.5 9.5s9.5-4.3 9.5-9.5c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5m28.5 23.9H75.8c-1.3 0-2.5.5-3.3 1.4L52.1 79.2V62.1c0-2.6-2.1-4.8-4.7-4.8H9.5V9.5h94.8v47.8zm9.5 4.8V4.8c0-2.6-2.1-4.8-4.7-4.8H4.7C2.1 0 0 2.1 0 4.8v57.3c0 2.6 2.1 4.8 4.7 4.8h37.9v23.9c0 1.9 1.2 3.7 2.9 4.4.6.2 1.2.4 1.8.4 1.2 0 2.4-.5 3.4-1.4l27-27.2H109c2.6-.2 4.8-2.3 4.8-4.9'/%3E%3C/svg%3E");
}

.icon-quote.icon-after.icon-teal:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 113.8 95.5'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h113.8v95.5H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M37.9 33.4c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5c0 5.3 4.3 9.5 9.5 9.5 5.3.1 9.5-4.2 9.5-9.5m28.5 0c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5c0 5.3 4.3 9.5 9.5 9.5s9.5-4.2 9.5-9.5m9.4 0c0 5.3 4.3 9.5 9.5 9.5s9.5-4.3 9.5-9.5c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5m28.5 23.9H75.8c-1.3 0-2.5.5-3.3 1.4L52.1 79.2V62.1c0-2.6-2.1-4.8-4.7-4.8H9.5V9.5h94.8v47.8zm9.5 4.8V4.8c0-2.6-2.1-4.8-4.7-4.8H4.7C2.1 0 0 2.1 0 4.8v57.3c0 2.6 2.1 4.8 4.7 4.8h37.9v23.9c0 1.9 1.2 3.7 2.9 4.4.6.2 1.2.4 1.8.4 1.2 0 2.4-.5 3.4-1.4l27-27.2H109c2.6-.2 4.8-2.3 4.8-4.9'/%3E%3C/svg%3E");
}

.icon-quote.icon-after.icon-teal:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 113.8 95.5'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h113.8v95.5H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M37.9 33.4c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5c0 5.3 4.3 9.5 9.5 9.5 5.3.1 9.5-4.2 9.5-9.5m28.5 0c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5c0 5.3 4.3 9.5 9.5 9.5s9.5-4.2 9.5-9.5m9.4 0c0 5.3 4.3 9.5 9.5 9.5s9.5-4.3 9.5-9.5c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5m28.5 23.9H75.8c-1.3 0-2.5.5-3.3 1.4L52.1 79.2V62.1c0-2.6-2.1-4.8-4.7-4.8H9.5V9.5h94.8v47.8zm9.5 4.8V4.8c0-2.6-2.1-4.8-4.7-4.8H4.7C2.1 0 0 2.1 0 4.8v57.3c0 2.6 2.1 4.8 4.7 4.8h37.9v23.9c0 1.9 1.2 3.7 2.9 4.4.6.2 1.2.4 1.8.4 1.2 0 2.4-.5 3.4-1.4l27-27.2H109c2.6-.2 4.8-2.3 4.8-4.9'/%3E%3C/svg%3E");
}

.icon-quote.icon-after.icon-blue:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 113.8 95.5'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h113.8v95.5H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M37.9 33.4c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5c0 5.3 4.3 9.5 9.5 9.5 5.3.1 9.5-4.2 9.5-9.5m28.5 0c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5c0 5.3 4.3 9.5 9.5 9.5s9.5-4.2 9.5-9.5m9.4 0c0 5.3 4.3 9.5 9.5 9.5s9.5-4.3 9.5-9.5c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5m28.5 23.9H75.8c-1.3 0-2.5.5-3.3 1.4L52.1 79.2V62.1c0-2.6-2.1-4.8-4.7-4.8H9.5V9.5h94.8v47.8zm9.5 4.8V4.8c0-2.6-2.1-4.8-4.7-4.8H4.7C2.1 0 0 2.1 0 4.8v57.3c0 2.6 2.1 4.8 4.7 4.8h37.9v23.9c0 1.9 1.2 3.7 2.9 4.4.6.2 1.2.4 1.8.4 1.2 0 2.4-.5 3.4-1.4l27-27.2H109c2.6-.2 4.8-2.3 4.8-4.9'/%3E%3C/svg%3E");
}

.icon-quote.icon-after.icon-blue:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 113.8 95.5'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h113.8v95.5H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M37.9 33.4c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5c0 5.3 4.3 9.5 9.5 9.5 5.3.1 9.5-4.2 9.5-9.5m28.5 0c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5c0 5.3 4.3 9.5 9.5 9.5s9.5-4.2 9.5-9.5m9.4 0c0 5.3 4.3 9.5 9.5 9.5s9.5-4.3 9.5-9.5c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5m28.5 23.9H75.8c-1.3 0-2.5.5-3.3 1.4L52.1 79.2V62.1c0-2.6-2.1-4.8-4.7-4.8H9.5V9.5h94.8v47.8zm9.5 4.8V4.8c0-2.6-2.1-4.8-4.7-4.8H4.7C2.1 0 0 2.1 0 4.8v57.3c0 2.6 2.1 4.8 4.7 4.8h37.9v23.9c0 1.9 1.2 3.7 2.9 4.4.6.2 1.2.4 1.8.4 1.2 0 2.4-.5 3.4-1.4l27-27.2H109c2.6-.2 4.8-2.3 4.8-4.9'/%3E%3C/svg%3E");
}

.icon-quote.icon-after.icon-green:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 113.8 95.5'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h113.8v95.5H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M37.9 33.4c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5c0 5.3 4.3 9.5 9.5 9.5 5.3.1 9.5-4.2 9.5-9.5m28.5 0c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5c0 5.3 4.3 9.5 9.5 9.5s9.5-4.2 9.5-9.5m9.4 0c0 5.3 4.3 9.5 9.5 9.5s9.5-4.3 9.5-9.5c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5m28.5 23.9H75.8c-1.3 0-2.5.5-3.3 1.4L52.1 79.2V62.1c0-2.6-2.1-4.8-4.7-4.8H9.5V9.5h94.8v47.8zm9.5 4.8V4.8c0-2.6-2.1-4.8-4.7-4.8H4.7C2.1 0 0 2.1 0 4.8v57.3c0 2.6 2.1 4.8 4.7 4.8h37.9v23.9c0 1.9 1.2 3.7 2.9 4.4.6.2 1.2.4 1.8.4 1.2 0 2.4-.5 3.4-1.4l27-27.2H109c2.6-.2 4.8-2.3 4.8-4.9'/%3E%3C/svg%3E");
}

.icon-quote.icon-after.icon-pink:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 113.8 95.5'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h113.8v95.5H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M37.9 33.4c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5c0 5.3 4.3 9.5 9.5 9.5 5.3.1 9.5-4.2 9.5-9.5m28.5 0c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5c0 5.3 4.3 9.5 9.5 9.5s9.5-4.2 9.5-9.5m9.4 0c0 5.3 4.3 9.5 9.5 9.5s9.5-4.3 9.5-9.5c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5m28.5 23.9H75.8c-1.3 0-2.5.5-3.3 1.4L52.1 79.2V62.1c0-2.6-2.1-4.8-4.7-4.8H9.5V9.5h94.8v47.8zm9.5 4.8V4.8c0-2.6-2.1-4.8-4.7-4.8H4.7C2.1 0 0 2.1 0 4.8v57.3c0 2.6 2.1 4.8 4.7 4.8h37.9v23.9c0 1.9 1.2 3.7 2.9 4.4.6.2 1.2.4 1.8.4 1.2 0 2.4-.5 3.4-1.4l27-27.2H109c2.6-.2 4.8-2.3 4.8-4.9'/%3E%3C/svg%3E");
}

.icon-quote.icon-after.icon-pink:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 113.8 95.5'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h113.8v95.5H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M37.9 33.4c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5c0 5.3 4.3 9.5 9.5 9.5 5.3.1 9.5-4.2 9.5-9.5m28.5 0c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5c0 5.3 4.3 9.5 9.5 9.5s9.5-4.2 9.5-9.5m9.4 0c0 5.3 4.3 9.5 9.5 9.5s9.5-4.3 9.5-9.5c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5m28.5 23.9H75.8c-1.3 0-2.5.5-3.3 1.4L52.1 79.2V62.1c0-2.6-2.1-4.8-4.7-4.8H9.5V9.5h94.8v47.8zm9.5 4.8V4.8c0-2.6-2.1-4.8-4.7-4.8H4.7C2.1 0 0 2.1 0 4.8v57.3c0 2.6 2.1 4.8 4.7 4.8h37.9v23.9c0 1.9 1.2 3.7 2.9 4.4.6.2 1.2.4 1.8.4 1.2 0 2.4-.5 3.4-1.4l27-27.2H109c2.6-.2 4.8-2.3 4.8-4.9'/%3E%3C/svg%3E");
}

.icon-quote.icon-after.icon-white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 113.8 95.5'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h113.8v95.5H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M37.9 33.4c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5c0 5.3 4.3 9.5 9.5 9.5 5.3.1 9.5-4.2 9.5-9.5m28.5 0c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5c0 5.3 4.3 9.5 9.5 9.5s9.5-4.2 9.5-9.5m9.4 0c0 5.3 4.3 9.5 9.5 9.5s9.5-4.3 9.5-9.5c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5m28.5 23.9H75.8c-1.3 0-2.5.5-3.3 1.4L52.1 79.2V62.1c0-2.6-2.1-4.8-4.7-4.8H9.5V9.5h94.8v47.8zm9.5 4.8V4.8c0-2.6-2.1-4.8-4.7-4.8H4.7C2.1 0 0 2.1 0 4.8v57.3c0 2.6 2.1 4.8 4.7 4.8h37.9v23.9c0 1.9 1.2 3.7 2.9 4.4.6.2 1.2.4 1.8.4 1.2 0 2.4-.5 3.4-1.4l27-27.2H109c2.6-.2 4.8-2.3 4.8-4.9'/%3E%3C/svg%3E");
}

.icon-quote.icon-after.icon-white:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 113.8 95.5'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h113.8v95.5H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M37.9 33.4c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5c0 5.3 4.3 9.5 9.5 9.5 5.3.1 9.5-4.2 9.5-9.5m28.5 0c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5c0 5.3 4.3 9.5 9.5 9.5s9.5-4.2 9.5-9.5m9.4 0c0 5.3 4.3 9.5 9.5 9.5s9.5-4.3 9.5-9.5c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5m28.5 23.9H75.8c-1.3 0-2.5.5-3.3 1.4L52.1 79.2V62.1c0-2.6-2.1-4.8-4.7-4.8H9.5V9.5h94.8v47.8zm9.5 4.8V4.8c0-2.6-2.1-4.8-4.7-4.8H4.7C2.1 0 0 2.1 0 4.8v57.3c0 2.6 2.1 4.8 4.7 4.8h37.9v23.9c0 1.9 1.2 3.7 2.9 4.4.6.2 1.2.4 1.8.4 1.2 0 2.4-.5 3.4-1.4l27-27.2H109c2.6-.2 4.8-2.3 4.8-4.9'/%3E%3C/svg%3E");
}

.icon-quote.icon-after.icon-gray:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 113.8 95.5'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h113.8v95.5H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M37.9 33.4c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5c0 5.3 4.3 9.5 9.5 9.5 5.3.1 9.5-4.2 9.5-9.5m28.5 0c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5c0 5.3 4.3 9.5 9.5 9.5s9.5-4.2 9.5-9.5m9.4 0c0 5.3 4.3 9.5 9.5 9.5s9.5-4.3 9.5-9.5c0-5.3-4.3-9.5-9.5-9.5s-9.5 4.3-9.5 9.5m28.5 23.9H75.8c-1.3 0-2.5.5-3.3 1.4L52.1 79.2V62.1c0-2.6-2.1-4.8-4.7-4.8H9.5V9.5h94.8v47.8zm9.5 4.8V4.8c0-2.6-2.1-4.8-4.7-4.8H4.7C2.1 0 0 2.1 0 4.8v57.3c0 2.6 2.1 4.8 4.7 4.8h37.9v23.9c0 1.9 1.2 3.7 2.9 4.4.6.2 1.2.4 1.8.4 1.2 0 2.4-.5 3.4-1.4l27-27.2H109c2.6-.2 4.8-2.3 4.8-4.9'/%3E%3C/svg%3E");
}

.icon-facebook.icon-before.icon-teal:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M31.5 3.7v5.5h-3.7c-1.1 0-1.9.7-1.9 1.9v3.7h5.6v5.6h-5.6v12.9h-5.5V20.4h-3.7v-5.6h3.7v-4.6c0-3.5 3-6.5 6.5-6.5h4.6zM33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-facebook.icon-before.icon-teal:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M31.5 3.7v5.5h-3.7c-1.1 0-1.9.7-1.9 1.9v3.7h5.6v5.6h-5.6v12.9h-5.5V20.4h-3.7v-5.6h3.7v-4.6c0-3.5 3-6.5 6.5-6.5h4.6zM33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-facebook.icon-before.icon-blue:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M31.5 3.7v5.5h-3.7c-1.1 0-1.9.7-1.9 1.9v3.7h5.6v5.6h-5.6v12.9h-5.5V20.4h-3.7v-5.6h3.7v-4.6c0-3.5 3-6.5 6.5-6.5h4.6zM33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-facebook.icon-before.icon-blue:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M31.5 3.7v5.5h-3.7c-1.1 0-1.9.7-1.9 1.9v3.7h5.6v5.6h-5.6v12.9h-5.5V20.4h-3.7v-5.6h3.7v-4.6c0-3.5 3-6.5 6.5-6.5h4.6zM33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-facebook.icon-before.icon-green:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M31.5 3.7v5.5h-3.7c-1.1 0-1.9.7-1.9 1.9v3.7h5.6v5.6h-5.6v12.9h-5.5V20.4h-3.7v-5.6h3.7v-4.6c0-3.5 3-6.5 6.5-6.5h4.6zM33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-facebook.icon-before.icon-pink:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M31.5 3.7v5.5h-3.7c-1.1 0-1.9.7-1.9 1.9v3.7h5.6v5.6h-5.6v12.9h-5.5V20.4h-3.7v-5.6h3.7v-4.6c0-3.5 3-6.5 6.5-6.5h4.6zM33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-facebook.icon-before.icon-pink:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M31.5 3.7v5.5h-3.7c-1.1 0-1.9.7-1.9 1.9v3.7h5.6v5.6h-5.6v12.9h-5.5V20.4h-3.7v-5.6h3.7v-4.6c0-3.5 3-6.5 6.5-6.5h4.6zM33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-facebook.icon-before.icon-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M31.5 3.7v5.5h-3.7c-1.1 0-1.9.7-1.9 1.9v3.7h5.6v5.6h-5.6v12.9h-5.5V20.4h-3.7v-5.6h3.7v-4.6c0-3.5 3-6.5 6.5-6.5h4.6zM33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-facebook.icon-before.icon-white:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M31.5 3.7v5.5h-3.7c-1.1 0-1.9.7-1.9 1.9v3.7h5.6v5.6h-5.6v12.9h-5.5V20.4h-3.7v-5.6h3.7v-4.6c0-3.5 3-6.5 6.5-6.5h4.6zM33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-facebook.icon-before.icon-gray:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M31.5 3.7v5.5h-3.7c-1.1 0-1.9.7-1.9 1.9v3.7h5.6v5.6h-5.6v12.9h-5.5V20.4h-3.7v-5.6h3.7v-4.6c0-3.5 3-6.5 6.5-6.5h4.6zM33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-facebook.icon-after.icon-teal:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M31.5 3.7v5.5h-3.7c-1.1 0-1.9.7-1.9 1.9v3.7h5.6v5.6h-5.6v12.9h-5.5V20.4h-3.7v-5.6h3.7v-4.6c0-3.5 3-6.5 6.5-6.5h4.6zM33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-facebook.icon-after.icon-teal:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M31.5 3.7v5.5h-3.7c-1.1 0-1.9.7-1.9 1.9v3.7h5.6v5.6h-5.6v12.9h-5.5V20.4h-3.7v-5.6h3.7v-4.6c0-3.5 3-6.5 6.5-6.5h4.6zM33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-facebook.icon-after.icon-blue:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M31.5 3.7v5.5h-3.7c-1.1 0-1.9.7-1.9 1.9v3.7h5.6v5.6h-5.6v12.9h-5.5V20.4h-3.7v-5.6h3.7v-4.6c0-3.5 3-6.5 6.5-6.5h4.6zM33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-facebook.icon-after.icon-blue:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M31.5 3.7v5.5h-3.7c-1.1 0-1.9.7-1.9 1.9v3.7h5.6v5.6h-5.6v12.9h-5.5V20.4h-3.7v-5.6h3.7v-4.6c0-3.5 3-6.5 6.5-6.5h4.6zM33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-facebook.icon-after.icon-green:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M31.5 3.7v5.5h-3.7c-1.1 0-1.9.7-1.9 1.9v3.7h5.6v5.6h-5.6v12.9h-5.5V20.4h-3.7v-5.6h3.7v-4.6c0-3.5 3-6.5 6.5-6.5h4.6zM33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-facebook.icon-after.icon-pink:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M31.5 3.7v5.5h-3.7c-1.1 0-1.9.7-1.9 1.9v3.7h5.6v5.6h-5.6v12.9h-5.5V20.4h-3.7v-5.6h3.7v-4.6c0-3.5 3-6.5 6.5-6.5h4.6zM33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-facebook.icon-after.icon-pink:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M31.5 3.7v5.5h-3.7c-1.1 0-1.9.7-1.9 1.9v3.7h5.6v5.6h-5.6v12.9h-5.5V20.4h-3.7v-5.6h3.7v-4.6c0-3.5 3-6.5 6.5-6.5h4.6zM33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-facebook.icon-after.icon-white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M31.5 3.7v5.5h-3.7c-1.1 0-1.9.7-1.9 1.9v3.7h5.6v5.6h-5.6v12.9h-5.5V20.4h-3.7v-5.6h3.7v-4.6c0-3.5 3-6.5 6.5-6.5h4.6zM33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-facebook.icon-after.icon-white:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M31.5 3.7v5.5h-3.7c-1.1 0-1.9.7-1.9 1.9v3.7h5.6v5.6h-5.6v12.9h-5.5V20.4h-3.7v-5.6h3.7v-4.6c0-3.5 3-6.5 6.5-6.5h4.6zM33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-facebook.icon-after.icon-gray:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M31.5 3.7v5.5h-3.7c-1.1 0-1.9.7-1.9 1.9v3.7h5.6v5.6h-5.6v12.9h-5.5V20.4h-3.7v-5.6h3.7v-4.6c0-3.5 3-6.5 6.5-6.5h4.6zM33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-twitter.icon-before.icon-teal:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M29 13.5c-.2 8.5-5.5 14.4-13.7 14.8-3.3.2-5.7-.9-8-2.2 2.4.4 5.6-.6 7.2-2-2.4-.2-3.9-1.5-4.6-3.5.7.2 1.5 0 2 0-2.2-.7-3.7-2-3.9-5 .6.4 1.3.6 2 .6-1.7-.9-2.8-4.4-1.5-6.7 2.4 2.6 5.4 4.8 10.2 5.2-1.3-5.2 5.7-8 8.5-4.4 1.3-.2 2.2-.7 3.1-1.1-.4 1.3-1.1 2-2 2.8.9-.2 1.9-.4 2.6-.7 0 .7-.9 1.5-1.9 2.2M33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-twitter.icon-before.icon-teal:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M29 13.5c-.2 8.5-5.5 14.4-13.7 14.8-3.3.2-5.7-.9-8-2.2 2.4.4 5.6-.6 7.2-2-2.4-.2-3.9-1.5-4.6-3.5.7.2 1.5 0 2 0-2.2-.7-3.7-2-3.9-5 .6.4 1.3.6 2 .6-1.7-.9-2.8-4.4-1.5-6.7 2.4 2.6 5.4 4.8 10.2 5.2-1.3-5.2 5.7-8 8.5-4.4 1.3-.2 2.2-.7 3.1-1.1-.4 1.3-1.1 2-2 2.8.9-.2 1.9-.4 2.6-.7 0 .7-.9 1.5-1.9 2.2M33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-twitter.icon-before.icon-blue:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M29 13.5c-.2 8.5-5.5 14.4-13.7 14.8-3.3.2-5.7-.9-8-2.2 2.4.4 5.6-.6 7.2-2-2.4-.2-3.9-1.5-4.6-3.5.7.2 1.5 0 2 0-2.2-.7-3.7-2-3.9-5 .6.4 1.3.6 2 .6-1.7-.9-2.8-4.4-1.5-6.7 2.4 2.6 5.4 4.8 10.2 5.2-1.3-5.2 5.7-8 8.5-4.4 1.3-.2 2.2-.7 3.1-1.1-.4 1.3-1.1 2-2 2.8.9-.2 1.9-.4 2.6-.7 0 .7-.9 1.5-1.9 2.2M33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-twitter.icon-before.icon-blue:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M29 13.5c-.2 8.5-5.5 14.4-13.7 14.8-3.3.2-5.7-.9-8-2.2 2.4.4 5.6-.6 7.2-2-2.4-.2-3.9-1.5-4.6-3.5.7.2 1.5 0 2 0-2.2-.7-3.7-2-3.9-5 .6.4 1.3.6 2 .6-1.7-.9-2.8-4.4-1.5-6.7 2.4 2.6 5.4 4.8 10.2 5.2-1.3-5.2 5.7-8 8.5-4.4 1.3-.2 2.2-.7 3.1-1.1-.4 1.3-1.1 2-2 2.8.9-.2 1.9-.4 2.6-.7 0 .7-.9 1.5-1.9 2.2M33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-twitter.icon-before.icon-green:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M29 13.5c-.2 8.5-5.5 14.4-13.7 14.8-3.3.2-5.7-.9-8-2.2 2.4.4 5.6-.6 7.2-2-2.4-.2-3.9-1.5-4.6-3.5.7.2 1.5 0 2 0-2.2-.7-3.7-2-3.9-5 .6.4 1.3.6 2 .6-1.7-.9-2.8-4.4-1.5-6.7 2.4 2.6 5.4 4.8 10.2 5.2-1.3-5.2 5.7-8 8.5-4.4 1.3-.2 2.2-.7 3.1-1.1-.4 1.3-1.1 2-2 2.8.9-.2 1.9-.4 2.6-.7 0 .7-.9 1.5-1.9 2.2M33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-twitter.icon-before.icon-pink:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M29 13.5c-.2 8.5-5.5 14.4-13.7 14.8-3.3.2-5.7-.9-8-2.2 2.4.4 5.6-.6 7.2-2-2.4-.2-3.9-1.5-4.6-3.5.7.2 1.5 0 2 0-2.2-.7-3.7-2-3.9-5 .6.4 1.3.6 2 .6-1.7-.9-2.8-4.4-1.5-6.7 2.4 2.6 5.4 4.8 10.2 5.2-1.3-5.2 5.7-8 8.5-4.4 1.3-.2 2.2-.7 3.1-1.1-.4 1.3-1.1 2-2 2.8.9-.2 1.9-.4 2.6-.7 0 .7-.9 1.5-1.9 2.2M33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-twitter.icon-before.icon-pink:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M29 13.5c-.2 8.5-5.5 14.4-13.7 14.8-3.3.2-5.7-.9-8-2.2 2.4.4 5.6-.6 7.2-2-2.4-.2-3.9-1.5-4.6-3.5.7.2 1.5 0 2 0-2.2-.7-3.7-2-3.9-5 .6.4 1.3.6 2 .6-1.7-.9-2.8-4.4-1.5-6.7 2.4 2.6 5.4 4.8 10.2 5.2-1.3-5.2 5.7-8 8.5-4.4 1.3-.2 2.2-.7 3.1-1.1-.4 1.3-1.1 2-2 2.8.9-.2 1.9-.4 2.6-.7 0 .7-.9 1.5-1.9 2.2M33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-twitter.icon-before.icon-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M29 13.5c-.2 8.5-5.5 14.4-13.7 14.8-3.3.2-5.7-.9-8-2.2 2.4.4 5.6-.6 7.2-2-2.4-.2-3.9-1.5-4.6-3.5.7.2 1.5 0 2 0-2.2-.7-3.7-2-3.9-5 .6.4 1.3.6 2 .6-1.7-.9-2.8-4.4-1.5-6.7 2.4 2.6 5.4 4.8 10.2 5.2-1.3-5.2 5.7-8 8.5-4.4 1.3-.2 2.2-.7 3.1-1.1-.4 1.3-1.1 2-2 2.8.9-.2 1.9-.4 2.6-.7 0 .7-.9 1.5-1.9 2.2M33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-twitter.icon-before.icon-white:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M29 13.5c-.2 8.5-5.5 14.4-13.7 14.8-3.3.2-5.7-.9-8-2.2 2.4.4 5.6-.6 7.2-2-2.4-.2-3.9-1.5-4.6-3.5.7.2 1.5 0 2 0-2.2-.7-3.7-2-3.9-5 .6.4 1.3.6 2 .6-1.7-.9-2.8-4.4-1.5-6.7 2.4 2.6 5.4 4.8 10.2 5.2-1.3-5.2 5.7-8 8.5-4.4 1.3-.2 2.2-.7 3.1-1.1-.4 1.3-1.1 2-2 2.8.9-.2 1.9-.4 2.6-.7 0 .7-.9 1.5-1.9 2.2M33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-twitter.icon-before.icon-gray:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M29 13.5c-.2 8.5-5.5 14.4-13.7 14.8-3.3.2-5.7-.9-8-2.2 2.4.4 5.6-.6 7.2-2-2.4-.2-3.9-1.5-4.6-3.5.7.2 1.5 0 2 0-2.2-.7-3.7-2-3.9-5 .6.4 1.3.6 2 .6-1.7-.9-2.8-4.4-1.5-6.7 2.4 2.6 5.4 4.8 10.2 5.2-1.3-5.2 5.7-8 8.5-4.4 1.3-.2 2.2-.7 3.1-1.1-.4 1.3-1.1 2-2 2.8.9-.2 1.9-.4 2.6-.7 0 .7-.9 1.5-1.9 2.2M33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-twitter.icon-after.icon-teal:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M29 13.5c-.2 8.5-5.5 14.4-13.7 14.8-3.3.2-5.7-.9-8-2.2 2.4.4 5.6-.6 7.2-2-2.4-.2-3.9-1.5-4.6-3.5.7.2 1.5 0 2 0-2.2-.7-3.7-2-3.9-5 .6.4 1.3.6 2 .6-1.7-.9-2.8-4.4-1.5-6.7 2.4 2.6 5.4 4.8 10.2 5.2-1.3-5.2 5.7-8 8.5-4.4 1.3-.2 2.2-.7 3.1-1.1-.4 1.3-1.1 2-2 2.8.9-.2 1.9-.4 2.6-.7 0 .7-.9 1.5-1.9 2.2M33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-twitter.icon-after.icon-teal:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M29 13.5c-.2 8.5-5.5 14.4-13.7 14.8-3.3.2-5.7-.9-8-2.2 2.4.4 5.6-.6 7.2-2-2.4-.2-3.9-1.5-4.6-3.5.7.2 1.5 0 2 0-2.2-.7-3.7-2-3.9-5 .6.4 1.3.6 2 .6-1.7-.9-2.8-4.4-1.5-6.7 2.4 2.6 5.4 4.8 10.2 5.2-1.3-5.2 5.7-8 8.5-4.4 1.3-.2 2.2-.7 3.1-1.1-.4 1.3-1.1 2-2 2.8.9-.2 1.9-.4 2.6-.7 0 .7-.9 1.5-1.9 2.2M33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-twitter.icon-after.icon-blue:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M29 13.5c-.2 8.5-5.5 14.4-13.7 14.8-3.3.2-5.7-.9-8-2.2 2.4.4 5.6-.6 7.2-2-2.4-.2-3.9-1.5-4.6-3.5.7.2 1.5 0 2 0-2.2-.7-3.7-2-3.9-5 .6.4 1.3.6 2 .6-1.7-.9-2.8-4.4-1.5-6.7 2.4 2.6 5.4 4.8 10.2 5.2-1.3-5.2 5.7-8 8.5-4.4 1.3-.2 2.2-.7 3.1-1.1-.4 1.3-1.1 2-2 2.8.9-.2 1.9-.4 2.6-.7 0 .7-.9 1.5-1.9 2.2M33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-twitter.icon-after.icon-blue:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M29 13.5c-.2 8.5-5.5 14.4-13.7 14.8-3.3.2-5.7-.9-8-2.2 2.4.4 5.6-.6 7.2-2-2.4-.2-3.9-1.5-4.6-3.5.7.2 1.5 0 2 0-2.2-.7-3.7-2-3.9-5 .6.4 1.3.6 2 .6-1.7-.9-2.8-4.4-1.5-6.7 2.4 2.6 5.4 4.8 10.2 5.2-1.3-5.2 5.7-8 8.5-4.4 1.3-.2 2.2-.7 3.1-1.1-.4 1.3-1.1 2-2 2.8.9-.2 1.9-.4 2.6-.7 0 .7-.9 1.5-1.9 2.2M33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-twitter.icon-after.icon-green:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M29 13.5c-.2 8.5-5.5 14.4-13.7 14.8-3.3.2-5.7-.9-8-2.2 2.4.4 5.6-.6 7.2-2-2.4-.2-3.9-1.5-4.6-3.5.7.2 1.5 0 2 0-2.2-.7-3.7-2-3.9-5 .6.4 1.3.6 2 .6-1.7-.9-2.8-4.4-1.5-6.7 2.4 2.6 5.4 4.8 10.2 5.2-1.3-5.2 5.7-8 8.5-4.4 1.3-.2 2.2-.7 3.1-1.1-.4 1.3-1.1 2-2 2.8.9-.2 1.9-.4 2.6-.7 0 .7-.9 1.5-1.9 2.2M33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-twitter.icon-after.icon-pink:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M29 13.5c-.2 8.5-5.5 14.4-13.7 14.8-3.3.2-5.7-.9-8-2.2 2.4.4 5.6-.6 7.2-2-2.4-.2-3.9-1.5-4.6-3.5.7.2 1.5 0 2 0-2.2-.7-3.7-2-3.9-5 .6.4 1.3.6 2 .6-1.7-.9-2.8-4.4-1.5-6.7 2.4 2.6 5.4 4.8 10.2 5.2-1.3-5.2 5.7-8 8.5-4.4 1.3-.2 2.2-.7 3.1-1.1-.4 1.3-1.1 2-2 2.8.9-.2 1.9-.4 2.6-.7 0 .7-.9 1.5-1.9 2.2M33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-twitter.icon-after.icon-pink:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M29 13.5c-.2 8.5-5.5 14.4-13.7 14.8-3.3.2-5.7-.9-8-2.2 2.4.4 5.6-.6 7.2-2-2.4-.2-3.9-1.5-4.6-3.5.7.2 1.5 0 2 0-2.2-.7-3.7-2-3.9-5 .6.4 1.3.6 2 .6-1.7-.9-2.8-4.4-1.5-6.7 2.4 2.6 5.4 4.8 10.2 5.2-1.3-5.2 5.7-8 8.5-4.4 1.3-.2 2.2-.7 3.1-1.1-.4 1.3-1.1 2-2 2.8.9-.2 1.9-.4 2.6-.7 0 .7-.9 1.5-1.9 2.2M33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-twitter.icon-after.icon-white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M29 13.5c-.2 8.5-5.5 14.4-13.7 14.8-3.3.2-5.7-.9-8-2.2 2.4.4 5.6-.6 7.2-2-2.4-.2-3.9-1.5-4.6-3.5.7.2 1.5 0 2 0-2.2-.7-3.7-2-3.9-5 .6.4 1.3.6 2 .6-1.7-.9-2.8-4.4-1.5-6.7 2.4 2.6 5.4 4.8 10.2 5.2-1.3-5.2 5.7-8 8.5-4.4 1.3-.2 2.2-.7 3.1-1.1-.4 1.3-1.1 2-2 2.8.9-.2 1.9-.4 2.6-.7 0 .7-.9 1.5-1.9 2.2M33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-twitter.icon-after.icon-white:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M29 13.5c-.2 8.5-5.5 14.4-13.7 14.8-3.3.2-5.7-.9-8-2.2 2.4.4 5.6-.6 7.2-2-2.4-.2-3.9-1.5-4.6-3.5.7.2 1.5 0 2 0-2.2-.7-3.7-2-3.9-5 .6.4 1.3.6 2 .6-1.7-.9-2.8-4.4-1.5-6.7 2.4 2.6 5.4 4.8 10.2 5.2-1.3-5.2 5.7-8 8.5-4.4 1.3-.2 2.2-.7 3.1-1.1-.4 1.3-1.1 2-2 2.8.9-.2 1.9-.4 2.6-.7 0 .7-.9 1.5-1.9 2.2M33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-twitter.icon-after.icon-gray:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M29 13.5c-.2 8.5-5.5 14.4-13.7 14.8-3.3.2-5.7-.9-8-2.2 2.4.4 5.6-.6 7.2-2-2.4-.2-3.9-1.5-4.6-3.5.7.2 1.5 0 2 0-2.2-.7-3.7-2-3.9-5 .6.4 1.3.6 2 .6-1.7-.9-2.8-4.4-1.5-6.7 2.4 2.6 5.4 4.8 10.2 5.2-1.3-5.2 5.7-8 8.5-4.4 1.3-.2 2.2-.7 3.1-1.1-.4 1.3-1.1 2-2 2.8.9-.2 1.9-.4 2.6-.7 0 .7-.9 1.5-1.9 2.2M33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-linkedin.icon-before.icon-teal:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M31.5 31.5h-5.6v-9.8c0-1.5-1.3-2.8-2.8-2.8-1.5 0-2.8 1.3-2.8 2.8v9.8h-5.6V14.8h5.6V17c.9-1.5 3-2.6 4.6-2.6 3.5 0 6.5 3 6.5 6.5v10.6zM8.3 11.7C6.5 11.7 5 10.2 5 8.3 5 6.5 6.5 5 8.3 5c1.8 0 3.3 1.5 3.3 3.3.1 1.9-1.4 3.4-3.3 3.4m2.8 19.8H5.5V14.8h5.6v16.7zM33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-linkedin.icon-before.icon-teal:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M31.5 31.5h-5.6v-9.8c0-1.5-1.3-2.8-2.8-2.8-1.5 0-2.8 1.3-2.8 2.8v9.8h-5.6V14.8h5.6V17c.9-1.5 3-2.6 4.6-2.6 3.5 0 6.5 3 6.5 6.5v10.6zM8.3 11.7C6.5 11.7 5 10.2 5 8.3 5 6.5 6.5 5 8.3 5c1.8 0 3.3 1.5 3.3 3.3.1 1.9-1.4 3.4-3.3 3.4m2.8 19.8H5.5V14.8h5.6v16.7zM33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-linkedin.icon-before.icon-blue:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M31.5 31.5h-5.6v-9.8c0-1.5-1.3-2.8-2.8-2.8-1.5 0-2.8 1.3-2.8 2.8v9.8h-5.6V14.8h5.6V17c.9-1.5 3-2.6 4.6-2.6 3.5 0 6.5 3 6.5 6.5v10.6zM8.3 11.7C6.5 11.7 5 10.2 5 8.3 5 6.5 6.5 5 8.3 5c1.8 0 3.3 1.5 3.3 3.3.1 1.9-1.4 3.4-3.3 3.4m2.8 19.8H5.5V14.8h5.6v16.7zM33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-linkedin.icon-before.icon-blue:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M31.5 31.5h-5.6v-9.8c0-1.5-1.3-2.8-2.8-2.8-1.5 0-2.8 1.3-2.8 2.8v9.8h-5.6V14.8h5.6V17c.9-1.5 3-2.6 4.6-2.6 3.5 0 6.5 3 6.5 6.5v10.6zM8.3 11.7C6.5 11.7 5 10.2 5 8.3 5 6.5 6.5 5 8.3 5c1.8 0 3.3 1.5 3.3 3.3.1 1.9-1.4 3.4-3.3 3.4m2.8 19.8H5.5V14.8h5.6v16.7zM33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-linkedin.icon-before.icon-green:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M31.5 31.5h-5.6v-9.8c0-1.5-1.3-2.8-2.8-2.8-1.5 0-2.8 1.3-2.8 2.8v9.8h-5.6V14.8h5.6V17c.9-1.5 3-2.6 4.6-2.6 3.5 0 6.5 3 6.5 6.5v10.6zM8.3 11.7C6.5 11.7 5 10.2 5 8.3 5 6.5 6.5 5 8.3 5c1.8 0 3.3 1.5 3.3 3.3.1 1.9-1.4 3.4-3.3 3.4m2.8 19.8H5.5V14.8h5.6v16.7zM33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-linkedin.icon-before.icon-pink:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M31.5 31.5h-5.6v-9.8c0-1.5-1.3-2.8-2.8-2.8-1.5 0-2.8 1.3-2.8 2.8v9.8h-5.6V14.8h5.6V17c.9-1.5 3-2.6 4.6-2.6 3.5 0 6.5 3 6.5 6.5v10.6zM8.3 11.7C6.5 11.7 5 10.2 5 8.3 5 6.5 6.5 5 8.3 5c1.8 0 3.3 1.5 3.3 3.3.1 1.9-1.4 3.4-3.3 3.4m2.8 19.8H5.5V14.8h5.6v16.7zM33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-linkedin.icon-before.icon-pink:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M31.5 31.5h-5.6v-9.8c0-1.5-1.3-2.8-2.8-2.8-1.5 0-2.8 1.3-2.8 2.8v9.8h-5.6V14.8h5.6V17c.9-1.5 3-2.6 4.6-2.6 3.5 0 6.5 3 6.5 6.5v10.6zM8.3 11.7C6.5 11.7 5 10.2 5 8.3 5 6.5 6.5 5 8.3 5c1.8 0 3.3 1.5 3.3 3.3.1 1.9-1.4 3.4-3.3 3.4m2.8 19.8H5.5V14.8h5.6v16.7zM33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-linkedin.icon-before.icon-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M31.5 31.5h-5.6v-9.8c0-1.5-1.3-2.8-2.8-2.8-1.5 0-2.8 1.3-2.8 2.8v9.8h-5.6V14.8h5.6V17c.9-1.5 3-2.6 4.6-2.6 3.5 0 6.5 3 6.5 6.5v10.6zM8.3 11.7C6.5 11.7 5 10.2 5 8.3 5 6.5 6.5 5 8.3 5c1.8 0 3.3 1.5 3.3 3.3.1 1.9-1.4 3.4-3.3 3.4m2.8 19.8H5.5V14.8h5.6v16.7zM33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-linkedin.icon-before.icon-white:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M31.5 31.5h-5.6v-9.8c0-1.5-1.3-2.8-2.8-2.8-1.5 0-2.8 1.3-2.8 2.8v9.8h-5.6V14.8h5.6V17c.9-1.5 3-2.6 4.6-2.6 3.5 0 6.5 3 6.5 6.5v10.6zM8.3 11.7C6.5 11.7 5 10.2 5 8.3 5 6.5 6.5 5 8.3 5c1.8 0 3.3 1.5 3.3 3.3.1 1.9-1.4 3.4-3.3 3.4m2.8 19.8H5.5V14.8h5.6v16.7zM33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-linkedin.icon-before.icon-gray:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M31.5 31.5h-5.6v-9.8c0-1.5-1.3-2.8-2.8-2.8-1.5 0-2.8 1.3-2.8 2.8v9.8h-5.6V14.8h5.6V17c.9-1.5 3-2.6 4.6-2.6 3.5 0 6.5 3 6.5 6.5v10.6zM8.3 11.7C6.5 11.7 5 10.2 5 8.3 5 6.5 6.5 5 8.3 5c1.8 0 3.3 1.5 3.3 3.3.1 1.9-1.4 3.4-3.3 3.4m2.8 19.8H5.5V14.8h5.6v16.7zM33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-linkedin.icon-after.icon-teal:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M31.5 31.5h-5.6v-9.8c0-1.5-1.3-2.8-2.8-2.8-1.5 0-2.8 1.3-2.8 2.8v9.8h-5.6V14.8h5.6V17c.9-1.5 3-2.6 4.6-2.6 3.5 0 6.5 3 6.5 6.5v10.6zM8.3 11.7C6.5 11.7 5 10.2 5 8.3 5 6.5 6.5 5 8.3 5c1.8 0 3.3 1.5 3.3 3.3.1 1.9-1.4 3.4-3.3 3.4m2.8 19.8H5.5V14.8h5.6v16.7zM33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-linkedin.icon-after.icon-teal:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M31.5 31.5h-5.6v-9.8c0-1.5-1.3-2.8-2.8-2.8-1.5 0-2.8 1.3-2.8 2.8v9.8h-5.6V14.8h5.6V17c.9-1.5 3-2.6 4.6-2.6 3.5 0 6.5 3 6.5 6.5v10.6zM8.3 11.7C6.5 11.7 5 10.2 5 8.3 5 6.5 6.5 5 8.3 5c1.8 0 3.3 1.5 3.3 3.3.1 1.9-1.4 3.4-3.3 3.4m2.8 19.8H5.5V14.8h5.6v16.7zM33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-linkedin.icon-after.icon-blue:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M31.5 31.5h-5.6v-9.8c0-1.5-1.3-2.8-2.8-2.8-1.5 0-2.8 1.3-2.8 2.8v9.8h-5.6V14.8h5.6V17c.9-1.5 3-2.6 4.6-2.6 3.5 0 6.5 3 6.5 6.5v10.6zM8.3 11.7C6.5 11.7 5 10.2 5 8.3 5 6.5 6.5 5 8.3 5c1.8 0 3.3 1.5 3.3 3.3.1 1.9-1.4 3.4-3.3 3.4m2.8 19.8H5.5V14.8h5.6v16.7zM33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-linkedin.icon-after.icon-blue:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M31.5 31.5h-5.6v-9.8c0-1.5-1.3-2.8-2.8-2.8-1.5 0-2.8 1.3-2.8 2.8v9.8h-5.6V14.8h5.6V17c.9-1.5 3-2.6 4.6-2.6 3.5 0 6.5 3 6.5 6.5v10.6zM8.3 11.7C6.5 11.7 5 10.2 5 8.3 5 6.5 6.5 5 8.3 5c1.8 0 3.3 1.5 3.3 3.3.1 1.9-1.4 3.4-3.3 3.4m2.8 19.8H5.5V14.8h5.6v16.7zM33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-linkedin.icon-after.icon-green:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M31.5 31.5h-5.6v-9.8c0-1.5-1.3-2.8-2.8-2.8-1.5 0-2.8 1.3-2.8 2.8v9.8h-5.6V14.8h5.6V17c.9-1.5 3-2.6 4.6-2.6 3.5 0 6.5 3 6.5 6.5v10.6zM8.3 11.7C6.5 11.7 5 10.2 5 8.3 5 6.5 6.5 5 8.3 5c1.8 0 3.3 1.5 3.3 3.3.1 1.9-1.4 3.4-3.3 3.4m2.8 19.8H5.5V14.8h5.6v16.7zM33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-linkedin.icon-after.icon-pink:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M31.5 31.5h-5.6v-9.8c0-1.5-1.3-2.8-2.8-2.8-1.5 0-2.8 1.3-2.8 2.8v9.8h-5.6V14.8h5.6V17c.9-1.5 3-2.6 4.6-2.6 3.5 0 6.5 3 6.5 6.5v10.6zM8.3 11.7C6.5 11.7 5 10.2 5 8.3 5 6.5 6.5 5 8.3 5c1.8 0 3.3 1.5 3.3 3.3.1 1.9-1.4 3.4-3.3 3.4m2.8 19.8H5.5V14.8h5.6v16.7zM33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-linkedin.icon-after.icon-pink:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M31.5 31.5h-5.6v-9.8c0-1.5-1.3-2.8-2.8-2.8-1.5 0-2.8 1.3-2.8 2.8v9.8h-5.6V14.8h5.6V17c.9-1.5 3-2.6 4.6-2.6 3.5 0 6.5 3 6.5 6.5v10.6zM8.3 11.7C6.5 11.7 5 10.2 5 8.3 5 6.5 6.5 5 8.3 5c1.8 0 3.3 1.5 3.3 3.3.1 1.9-1.4 3.4-3.3 3.4m2.8 19.8H5.5V14.8h5.6v16.7zM33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-linkedin.icon-after.icon-white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M31.5 31.5h-5.6v-9.8c0-1.5-1.3-2.8-2.8-2.8-1.5 0-2.8 1.3-2.8 2.8v9.8h-5.6V14.8h5.6V17c.9-1.5 3-2.6 4.6-2.6 3.5 0 6.5 3 6.5 6.5v10.6zM8.3 11.7C6.5 11.7 5 10.2 5 8.3 5 6.5 6.5 5 8.3 5c1.8 0 3.3 1.5 3.3 3.3.1 1.9-1.4 3.4-3.3 3.4m2.8 19.8H5.5V14.8h5.6v16.7zM33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-linkedin.icon-after.icon-white:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M31.5 31.5h-5.6v-9.8c0-1.5-1.3-2.8-2.8-2.8-1.5 0-2.8 1.3-2.8 2.8v9.8h-5.6V14.8h5.6V17c.9-1.5 3-2.6 4.6-2.6 3.5 0 6.5 3 6.5 6.5v10.6zM8.3 11.7C6.5 11.7 5 10.2 5 8.3 5 6.5 6.5 5 8.3 5c1.8 0 3.3 1.5 3.3 3.3.1 1.9-1.4 3.4-3.3 3.4m2.8 19.8H5.5V14.8h5.6v16.7zM33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-linkedin.icon-after.icon-gray:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M31.5 31.5h-5.6v-9.8c0-1.5-1.3-2.8-2.8-2.8-1.5 0-2.8 1.3-2.8 2.8v9.8h-5.6V14.8h5.6V17c.9-1.5 3-2.6 4.6-2.6 3.5 0 6.5 3 6.5 6.5v10.6zM8.3 11.7C6.5 11.7 5 10.2 5 8.3 5 6.5 6.5 5 8.3 5c1.8 0 3.3 1.5 3.3 3.3.1 1.9-1.4 3.4-3.3 3.4m2.8 19.8H5.5V14.8h5.6v16.7zM33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-instagram.icon-before.icon-teal:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M33.3 8.3c0 .6-.4.9-.9.9h-3.7c-.6 0-.9-.4-.9-.9V4.6c0-.5.4-.9.9-.9h3.7c.5 0 .9.4.9.9v3.7zm-28.7 25c-.6 0-.9-.4-.9-.9V16.6h3.9c-.2.6-.2 1.3-.2 1.9 0 6.1 5 11.1 11.1 11.1s11.1-5 11.1-11.1c0-.5 0-1.3-.2-1.9h3.9v15.7c0 .5-.4.9-.9.9H4.6zm13.9-22.2c4.1 0 7.4 3.3 7.4 7.4s-3.3 7.4-7.4 7.4c-4.1 0-7.4-3.3-7.4-7.4s3.3-7.4 7.4-7.4M33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-instagram.icon-before.icon-teal:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M33.3 8.3c0 .6-.4.9-.9.9h-3.7c-.6 0-.9-.4-.9-.9V4.6c0-.5.4-.9.9-.9h3.7c.5 0 .9.4.9.9v3.7zm-28.7 25c-.6 0-.9-.4-.9-.9V16.6h3.9c-.2.6-.2 1.3-.2 1.9 0 6.1 5 11.1 11.1 11.1s11.1-5 11.1-11.1c0-.5 0-1.3-.2-1.9h3.9v15.7c0 .5-.4.9-.9.9H4.6zm13.9-22.2c4.1 0 7.4 3.3 7.4 7.4s-3.3 7.4-7.4 7.4c-4.1 0-7.4-3.3-7.4-7.4s3.3-7.4 7.4-7.4M33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-instagram.icon-before.icon-blue:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M33.3 8.3c0 .6-.4.9-.9.9h-3.7c-.6 0-.9-.4-.9-.9V4.6c0-.5.4-.9.9-.9h3.7c.5 0 .9.4.9.9v3.7zm-28.7 25c-.6 0-.9-.4-.9-.9V16.6h3.9c-.2.6-.2 1.3-.2 1.9 0 6.1 5 11.1 11.1 11.1s11.1-5 11.1-11.1c0-.5 0-1.3-.2-1.9h3.9v15.7c0 .5-.4.9-.9.9H4.6zm13.9-22.2c4.1 0 7.4 3.3 7.4 7.4s-3.3 7.4-7.4 7.4c-4.1 0-7.4-3.3-7.4-7.4s3.3-7.4 7.4-7.4M33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-instagram.icon-before.icon-blue:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M33.3 8.3c0 .6-.4.9-.9.9h-3.7c-.6 0-.9-.4-.9-.9V4.6c0-.5.4-.9.9-.9h3.7c.5 0 .9.4.9.9v3.7zm-28.7 25c-.6 0-.9-.4-.9-.9V16.6h3.9c-.2.6-.2 1.3-.2 1.9 0 6.1 5 11.1 11.1 11.1s11.1-5 11.1-11.1c0-.5 0-1.3-.2-1.9h3.9v15.7c0 .5-.4.9-.9.9H4.6zm13.9-22.2c4.1 0 7.4 3.3 7.4 7.4s-3.3 7.4-7.4 7.4c-4.1 0-7.4-3.3-7.4-7.4s3.3-7.4 7.4-7.4M33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-instagram.icon-before.icon-green:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M33.3 8.3c0 .6-.4.9-.9.9h-3.7c-.6 0-.9-.4-.9-.9V4.6c0-.5.4-.9.9-.9h3.7c.5 0 .9.4.9.9v3.7zm-28.7 25c-.6 0-.9-.4-.9-.9V16.6h3.9c-.2.6-.2 1.3-.2 1.9 0 6.1 5 11.1 11.1 11.1s11.1-5 11.1-11.1c0-.5 0-1.3-.2-1.9h3.9v15.7c0 .5-.4.9-.9.9H4.6zm13.9-22.2c4.1 0 7.4 3.3 7.4 7.4s-3.3 7.4-7.4 7.4c-4.1 0-7.4-3.3-7.4-7.4s3.3-7.4 7.4-7.4M33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-instagram.icon-before.icon-pink:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M33.3 8.3c0 .6-.4.9-.9.9h-3.7c-.6 0-.9-.4-.9-.9V4.6c0-.5.4-.9.9-.9h3.7c.5 0 .9.4.9.9v3.7zm-28.7 25c-.6 0-.9-.4-.9-.9V16.6h3.9c-.2.6-.2 1.3-.2 1.9 0 6.1 5 11.1 11.1 11.1s11.1-5 11.1-11.1c0-.5 0-1.3-.2-1.9h3.9v15.7c0 .5-.4.9-.9.9H4.6zm13.9-22.2c4.1 0 7.4 3.3 7.4 7.4s-3.3 7.4-7.4 7.4c-4.1 0-7.4-3.3-7.4-7.4s3.3-7.4 7.4-7.4M33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-instagram.icon-before.icon-pink:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M33.3 8.3c0 .6-.4.9-.9.9h-3.7c-.6 0-.9-.4-.9-.9V4.6c0-.5.4-.9.9-.9h3.7c.5 0 .9.4.9.9v3.7zm-28.7 25c-.6 0-.9-.4-.9-.9V16.6h3.9c-.2.6-.2 1.3-.2 1.9 0 6.1 5 11.1 11.1 11.1s11.1-5 11.1-11.1c0-.5 0-1.3-.2-1.9h3.9v15.7c0 .5-.4.9-.9.9H4.6zm13.9-22.2c4.1 0 7.4 3.3 7.4 7.4s-3.3 7.4-7.4 7.4c-4.1 0-7.4-3.3-7.4-7.4s3.3-7.4 7.4-7.4M33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-instagram.icon-before.icon-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M33.3 8.3c0 .6-.4.9-.9.9h-3.7c-.6 0-.9-.4-.9-.9V4.6c0-.5.4-.9.9-.9h3.7c.5 0 .9.4.9.9v3.7zm-28.7 25c-.6 0-.9-.4-.9-.9V16.6h3.9c-.2.6-.2 1.3-.2 1.9 0 6.1 5 11.1 11.1 11.1s11.1-5 11.1-11.1c0-.5 0-1.3-.2-1.9h3.9v15.7c0 .5-.4.9-.9.9H4.6zm13.9-22.2c4.1 0 7.4 3.3 7.4 7.4s-3.3 7.4-7.4 7.4c-4.1 0-7.4-3.3-7.4-7.4s3.3-7.4 7.4-7.4M33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-instagram.icon-before.icon-white:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M33.3 8.3c0 .6-.4.9-.9.9h-3.7c-.6 0-.9-.4-.9-.9V4.6c0-.5.4-.9.9-.9h3.7c.5 0 .9.4.9.9v3.7zm-28.7 25c-.6 0-.9-.4-.9-.9V16.6h3.9c-.2.6-.2 1.3-.2 1.9 0 6.1 5 11.1 11.1 11.1s11.1-5 11.1-11.1c0-.5 0-1.3-.2-1.9h3.9v15.7c0 .5-.4.9-.9.9H4.6zm13.9-22.2c4.1 0 7.4 3.3 7.4 7.4s-3.3 7.4-7.4 7.4c-4.1 0-7.4-3.3-7.4-7.4s3.3-7.4 7.4-7.4M33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-instagram.icon-before.icon-gray:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M33.3 8.3c0 .6-.4.9-.9.9h-3.7c-.6 0-.9-.4-.9-.9V4.6c0-.5.4-.9.9-.9h3.7c.5 0 .9.4.9.9v3.7zm-28.7 25c-.6 0-.9-.4-.9-.9V16.6h3.9c-.2.6-.2 1.3-.2 1.9 0 6.1 5 11.1 11.1 11.1s11.1-5 11.1-11.1c0-.5 0-1.3-.2-1.9h3.9v15.7c0 .5-.4.9-.9.9H4.6zm13.9-22.2c4.1 0 7.4 3.3 7.4 7.4s-3.3 7.4-7.4 7.4c-4.1 0-7.4-3.3-7.4-7.4s3.3-7.4 7.4-7.4M33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-instagram.icon-after.icon-teal:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M33.3 8.3c0 .6-.4.9-.9.9h-3.7c-.6 0-.9-.4-.9-.9V4.6c0-.5.4-.9.9-.9h3.7c.5 0 .9.4.9.9v3.7zm-28.7 25c-.6 0-.9-.4-.9-.9V16.6h3.9c-.2.6-.2 1.3-.2 1.9 0 6.1 5 11.1 11.1 11.1s11.1-5 11.1-11.1c0-.5 0-1.3-.2-1.9h3.9v15.7c0 .5-.4.9-.9.9H4.6zm13.9-22.2c4.1 0 7.4 3.3 7.4 7.4s-3.3 7.4-7.4 7.4c-4.1 0-7.4-3.3-7.4-7.4s3.3-7.4 7.4-7.4M33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-instagram.icon-after.icon-teal:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M33.3 8.3c0 .6-.4.9-.9.9h-3.7c-.6 0-.9-.4-.9-.9V4.6c0-.5.4-.9.9-.9h3.7c.5 0 .9.4.9.9v3.7zm-28.7 25c-.6 0-.9-.4-.9-.9V16.6h3.9c-.2.6-.2 1.3-.2 1.9 0 6.1 5 11.1 11.1 11.1s11.1-5 11.1-11.1c0-.5 0-1.3-.2-1.9h3.9v15.7c0 .5-.4.9-.9.9H4.6zm13.9-22.2c4.1 0 7.4 3.3 7.4 7.4s-3.3 7.4-7.4 7.4c-4.1 0-7.4-3.3-7.4-7.4s3.3-7.4 7.4-7.4M33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-instagram.icon-after.icon-blue:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M33.3 8.3c0 .6-.4.9-.9.9h-3.7c-.6 0-.9-.4-.9-.9V4.6c0-.5.4-.9.9-.9h3.7c.5 0 .9.4.9.9v3.7zm-28.7 25c-.6 0-.9-.4-.9-.9V16.6h3.9c-.2.6-.2 1.3-.2 1.9 0 6.1 5 11.1 11.1 11.1s11.1-5 11.1-11.1c0-.5 0-1.3-.2-1.9h3.9v15.7c0 .5-.4.9-.9.9H4.6zm13.9-22.2c4.1 0 7.4 3.3 7.4 7.4s-3.3 7.4-7.4 7.4c-4.1 0-7.4-3.3-7.4-7.4s3.3-7.4 7.4-7.4M33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-instagram.icon-after.icon-blue:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M33.3 8.3c0 .6-.4.9-.9.9h-3.7c-.6 0-.9-.4-.9-.9V4.6c0-.5.4-.9.9-.9h3.7c.5 0 .9.4.9.9v3.7zm-28.7 25c-.6 0-.9-.4-.9-.9V16.6h3.9c-.2.6-.2 1.3-.2 1.9 0 6.1 5 11.1 11.1 11.1s11.1-5 11.1-11.1c0-.5 0-1.3-.2-1.9h3.9v15.7c0 .5-.4.9-.9.9H4.6zm13.9-22.2c4.1 0 7.4 3.3 7.4 7.4s-3.3 7.4-7.4 7.4c-4.1 0-7.4-3.3-7.4-7.4s3.3-7.4 7.4-7.4M33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-instagram.icon-after.icon-green:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M33.3 8.3c0 .6-.4.9-.9.9h-3.7c-.6 0-.9-.4-.9-.9V4.6c0-.5.4-.9.9-.9h3.7c.5 0 .9.4.9.9v3.7zm-28.7 25c-.6 0-.9-.4-.9-.9V16.6h3.9c-.2.6-.2 1.3-.2 1.9 0 6.1 5 11.1 11.1 11.1s11.1-5 11.1-11.1c0-.5 0-1.3-.2-1.9h3.9v15.7c0 .5-.4.9-.9.9H4.6zm13.9-22.2c4.1 0 7.4 3.3 7.4 7.4s-3.3 7.4-7.4 7.4c-4.1 0-7.4-3.3-7.4-7.4s3.3-7.4 7.4-7.4M33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-instagram.icon-after.icon-pink:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M33.3 8.3c0 .6-.4.9-.9.9h-3.7c-.6 0-.9-.4-.9-.9V4.6c0-.5.4-.9.9-.9h3.7c.5 0 .9.4.9.9v3.7zm-28.7 25c-.6 0-.9-.4-.9-.9V16.6h3.9c-.2.6-.2 1.3-.2 1.9 0 6.1 5 11.1 11.1 11.1s11.1-5 11.1-11.1c0-.5 0-1.3-.2-1.9h3.9v15.7c0 .5-.4.9-.9.9H4.6zm13.9-22.2c4.1 0 7.4 3.3 7.4 7.4s-3.3 7.4-7.4 7.4c-4.1 0-7.4-3.3-7.4-7.4s3.3-7.4 7.4-7.4M33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-instagram.icon-after.icon-pink:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M33.3 8.3c0 .6-.4.9-.9.9h-3.7c-.6 0-.9-.4-.9-.9V4.6c0-.5.4-.9.9-.9h3.7c.5 0 .9.4.9.9v3.7zm-28.7 25c-.6 0-.9-.4-.9-.9V16.6h3.9c-.2.6-.2 1.3-.2 1.9 0 6.1 5 11.1 11.1 11.1s11.1-5 11.1-11.1c0-.5 0-1.3-.2-1.9h3.9v15.7c0 .5-.4.9-.9.9H4.6zm13.9-22.2c4.1 0 7.4 3.3 7.4 7.4s-3.3 7.4-7.4 7.4c-4.1 0-7.4-3.3-7.4-7.4s3.3-7.4 7.4-7.4M33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-instagram.icon-after.icon-white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M33.3 8.3c0 .6-.4.9-.9.9h-3.7c-.6 0-.9-.4-.9-.9V4.6c0-.5.4-.9.9-.9h3.7c.5 0 .9.4.9.9v3.7zm-28.7 25c-.6 0-.9-.4-.9-.9V16.6h3.9c-.2.6-.2 1.3-.2 1.9 0 6.1 5 11.1 11.1 11.1s11.1-5 11.1-11.1c0-.5 0-1.3-.2-1.9h3.9v15.7c0 .5-.4.9-.9.9H4.6zm13.9-22.2c4.1 0 7.4 3.3 7.4 7.4s-3.3 7.4-7.4 7.4c-4.1 0-7.4-3.3-7.4-7.4s3.3-7.4 7.4-7.4M33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-instagram.icon-after.icon-white:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M33.3 8.3c0 .6-.4.9-.9.9h-3.7c-.6 0-.9-.4-.9-.9V4.6c0-.5.4-.9.9-.9h3.7c.5 0 .9.4.9.9v3.7zm-28.7 25c-.6 0-.9-.4-.9-.9V16.6h3.9c-.2.6-.2 1.3-.2 1.9 0 6.1 5 11.1 11.1 11.1s11.1-5 11.1-11.1c0-.5 0-1.3-.2-1.9h3.9v15.7c0 .5-.4.9-.9.9H4.6zm13.9-22.2c4.1 0 7.4 3.3 7.4 7.4s-3.3 7.4-7.4 7.4c-4.1 0-7.4-3.3-7.4-7.4s3.3-7.4 7.4-7.4M33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-instagram.icon-after.icon-gray:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M33.3 8.3c0 .6-.4.9-.9.9h-3.7c-.6 0-.9-.4-.9-.9V4.6c0-.5.4-.9.9-.9h3.7c.5 0 .9.4.9.9v3.7zm-28.7 25c-.6 0-.9-.4-.9-.9V16.6h3.9c-.2.6-.2 1.3-.2 1.9 0 6.1 5 11.1 11.1 11.1s11.1-5 11.1-11.1c0-.5 0-1.3-.2-1.9h3.9v15.7c0 .5-.4.9-.9.9H4.6zm13.9-22.2c4.1 0 7.4 3.3 7.4 7.4s-3.3 7.4-7.4 7.4c-4.1 0-7.4-3.3-7.4-7.4s3.3-7.4 7.4-7.4M33.3 0H3.7C1.7 0 0 1.7 0 3.7v29.6c0 2 1.7 3.7 3.7 3.7h29.6c2 0 3.7-1.7 3.7-3.7V3.7c0-2-1.7-3.7-3.7-3.7'/%3E%3C/svg%3E");
}

.icon-youtube.icon-before.icon-teal:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M16.3 27.5c-.3.5-.6.7-.9.7-.2 0-.3-.1-.3-.3v-6.5h-1.5v6.4c0 .6 0 1 .1 1.2.1.4.5.6.9.6.5 0 1.1-.3 1.7-1v.9h1.5v-8h-1.5v6zM21.8 27.1c0 .7-.2 1.1-.6 1.1-.2 0-.5-.1-.7-.4v-4.9c.2-.2.5-.4.7-.4.4 0 .6.4.6 1.1v3.5zm.2-5.9c-.5 0-1 .3-1.5.9v-3.5H19v10.8h1.5v-.8c.5.6 1 .9 1.5.9.6 0 1-.3 1.2-.9.1-.3.1-.9.1-1.6v-3.2c0-.8-.1-1.3-.1-1.6-.3-.7-.7-1-1.2-1'/%3E%3Cpath d='M8.2 20.1h1.7v9.3h1.7v-9.3h1.7v-1.5H8.2z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='c' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M17.5 13.9c.5 0 .7-.4.7-1.1V9.3c0-.8-.2-1.1-.7-1.1-.5 0-.7.4-.7 1.1v3.4c0 .8.2 1.2.7 1.2M27.3 24.4h-1.5v-.7c0-.7.2-1.1.7-1.1.5 0 .7.4.7 1.1v.7zm-.7-3.2c-.7 0-1.3.3-1.7.8-.3.4-.5 1-.5 1.9v2.8c0 .9.2 1.5.5 1.9.4.5 1 .8 1.8.8s1.4-.3 1.8-.9c.2-.3.3-.5.3-.9v-1.1h-1.5v1c-.1.4-.3.6-.7.6-.5 0-.7-.4-.7-1.1v-1.4h2.9V24c0-.9-.1-1.5-.5-1.9-.4-.6-1-.9-1.7-.9'/%3E%3Cpath clip-path='url(%23d)' d='M30.1 30.1c-.3 1.3-1.3 2.2-2.6 2.4-3 .3-6 .3-9 .3s-6 0-9-.3c-1.3-.1-2.3-1.1-2.6-2.4-.4-1.8-.4-3.8-.4-5.7s0-3.9.4-5.7c.3-1.3 1.3-2.2 2.6-2.4 3-.3 6-.3 9-.3s6 0 9 .3c1.3.1 2.3 1.1 2.6 2.4.4 1.8.4 3.8.4 5.7s.1 3.9-.4 5.7M11.4 4.2l1.2 4.3 1.1-4.3h1.7l-2 6.5v4.4h-1.6v-4.4c-.1-.8-.5-1.9-1-3.5-.3-1-.7-2-1-3h1.6zm3.9 5.4c0-.9.1-1.5.5-1.9.4-.6 1-.8 1.7-.8s1.3.3 1.7.8c.3.4.5 1 .5 1.9v2.8c0 .9-.1 1.5-.5 1.9-.4.6-1 .8-1.7.8s-1.3-.3-1.7-.8c-.3-.4-.5-1-.5-1.9V9.6zM20.9 7h1.5v6.6c0 .2.1.3.3.3.3 0 .6-.2.9-.7V7h1.5v8.1h-1.5v-.9c-.6.7-1.1 1-1.7 1-.5 0-.8-.2-.9-.6-.1-.2-.1-.6-.1-1.2V7zM35 0H2C.9 0 0 .9 0 2v33c0 1.1.9 2 2 2h33c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-youtube.icon-before.icon-teal:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M16.3 27.5c-.3.5-.6.7-.9.7-.2 0-.3-.1-.3-.3v-6.5h-1.5v6.4c0 .6 0 1 .1 1.2.1.4.5.6.9.6.5 0 1.1-.3 1.7-1v.9h1.5v-8h-1.5v6zM21.8 27.1c0 .7-.2 1.1-.6 1.1-.2 0-.5-.1-.7-.4v-4.9c.2-.2.5-.4.7-.4.4 0 .6.4.6 1.1v3.5zm.2-5.9c-.5 0-1 .3-1.5.9v-3.5H19v10.8h1.5v-.8c.5.6 1 .9 1.5.9.6 0 1-.3 1.2-.9.1-.3.1-.9.1-1.6v-3.2c0-.8-.1-1.3-.1-1.6-.3-.7-.7-1-1.2-1'/%3E%3Cpath d='M8.2 20.1h1.7v9.3h1.7v-9.3h1.7v-1.5H8.2z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='c' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M17.5 13.9c.5 0 .7-.4.7-1.1V9.3c0-.8-.2-1.1-.7-1.1-.5 0-.7.4-.7 1.1v3.4c0 .8.2 1.2.7 1.2M27.3 24.4h-1.5v-.7c0-.7.2-1.1.7-1.1.5 0 .7.4.7 1.1v.7zm-.7-3.2c-.7 0-1.3.3-1.7.8-.3.4-.5 1-.5 1.9v2.8c0 .9.2 1.5.5 1.9.4.5 1 .8 1.8.8s1.4-.3 1.8-.9c.2-.3.3-.5.3-.9v-1.1h-1.5v1c-.1.4-.3.6-.7.6-.5 0-.7-.4-.7-1.1v-1.4h2.9V24c0-.9-.1-1.5-.5-1.9-.4-.6-1-.9-1.7-.9'/%3E%3Cpath clip-path='url(%23d)' d='M30.1 30.1c-.3 1.3-1.3 2.2-2.6 2.4-3 .3-6 .3-9 .3s-6 0-9-.3c-1.3-.1-2.3-1.1-2.6-2.4-.4-1.8-.4-3.8-.4-5.7s0-3.9.4-5.7c.3-1.3 1.3-2.2 2.6-2.4 3-.3 6-.3 9-.3s6 0 9 .3c1.3.1 2.3 1.1 2.6 2.4.4 1.8.4 3.8.4 5.7s.1 3.9-.4 5.7M11.4 4.2l1.2 4.3 1.1-4.3h1.7l-2 6.5v4.4h-1.6v-4.4c-.1-.8-.5-1.9-1-3.5-.3-1-.7-2-1-3h1.6zm3.9 5.4c0-.9.1-1.5.5-1.9.4-.6 1-.8 1.7-.8s1.3.3 1.7.8c.3.4.5 1 .5 1.9v2.8c0 .9-.1 1.5-.5 1.9-.4.6-1 .8-1.7.8s-1.3-.3-1.7-.8c-.3-.4-.5-1-.5-1.9V9.6zM20.9 7h1.5v6.6c0 .2.1.3.3.3.3 0 .6-.2.9-.7V7h1.5v8.1h-1.5v-.9c-.6.7-1.1 1-1.7 1-.5 0-.8-.2-.9-.6-.1-.2-.1-.6-.1-1.2V7zM35 0H2C.9 0 0 .9 0 2v33c0 1.1.9 2 2 2h33c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-youtube.icon-before.icon-blue:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M16.3 27.5c-.3.5-.6.7-.9.7-.2 0-.3-.1-.3-.3v-6.5h-1.5v6.4c0 .6 0 1 .1 1.2.1.4.5.6.9.6.5 0 1.1-.3 1.7-1v.9h1.5v-8h-1.5v6zM21.8 27.1c0 .7-.2 1.1-.6 1.1-.2 0-.5-.1-.7-.4v-4.9c.2-.2.5-.4.7-.4.4 0 .6.4.6 1.1v3.5zm.2-5.9c-.5 0-1 .3-1.5.9v-3.5H19v10.8h1.5v-.8c.5.6 1 .9 1.5.9.6 0 1-.3 1.2-.9.1-.3.1-.9.1-1.6v-3.2c0-.8-.1-1.3-.1-1.6-.3-.7-.7-1-1.2-1'/%3E%3Cpath d='M8.2 20.1h1.7v9.3h1.7v-9.3h1.7v-1.5H8.2z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='c' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M17.5 13.9c.5 0 .7-.4.7-1.1V9.3c0-.8-.2-1.1-.7-1.1-.5 0-.7.4-.7 1.1v3.4c0 .8.2 1.2.7 1.2M27.3 24.4h-1.5v-.7c0-.7.2-1.1.7-1.1.5 0 .7.4.7 1.1v.7zm-.7-3.2c-.7 0-1.3.3-1.7.8-.3.4-.5 1-.5 1.9v2.8c0 .9.2 1.5.5 1.9.4.5 1 .8 1.8.8s1.4-.3 1.8-.9c.2-.3.3-.5.3-.9v-1.1h-1.5v1c-.1.4-.3.6-.7.6-.5 0-.7-.4-.7-1.1v-1.4h2.9V24c0-.9-.1-1.5-.5-1.9-.4-.6-1-.9-1.7-.9'/%3E%3Cpath clip-path='url(%23d)' d='M30.1 30.1c-.3 1.3-1.3 2.2-2.6 2.4-3 .3-6 .3-9 .3s-6 0-9-.3c-1.3-.1-2.3-1.1-2.6-2.4-.4-1.8-.4-3.8-.4-5.7s0-3.9.4-5.7c.3-1.3 1.3-2.2 2.6-2.4 3-.3 6-.3 9-.3s6 0 9 .3c1.3.1 2.3 1.1 2.6 2.4.4 1.8.4 3.8.4 5.7s.1 3.9-.4 5.7M11.4 4.2l1.2 4.3 1.1-4.3h1.7l-2 6.5v4.4h-1.6v-4.4c-.1-.8-.5-1.9-1-3.5-.3-1-.7-2-1-3h1.6zm3.9 5.4c0-.9.1-1.5.5-1.9.4-.6 1-.8 1.7-.8s1.3.3 1.7.8c.3.4.5 1 .5 1.9v2.8c0 .9-.1 1.5-.5 1.9-.4.6-1 .8-1.7.8s-1.3-.3-1.7-.8c-.3-.4-.5-1-.5-1.9V9.6zM20.9 7h1.5v6.6c0 .2.1.3.3.3.3 0 .6-.2.9-.7V7h1.5v8.1h-1.5v-.9c-.6.7-1.1 1-1.7 1-.5 0-.8-.2-.9-.6-.1-.2-.1-.6-.1-1.2V7zM35 0H2C.9 0 0 .9 0 2v33c0 1.1.9 2 2 2h33c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-youtube.icon-before.icon-blue:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M16.3 27.5c-.3.5-.6.7-.9.7-.2 0-.3-.1-.3-.3v-6.5h-1.5v6.4c0 .6 0 1 .1 1.2.1.4.5.6.9.6.5 0 1.1-.3 1.7-1v.9h1.5v-8h-1.5v6zM21.8 27.1c0 .7-.2 1.1-.6 1.1-.2 0-.5-.1-.7-.4v-4.9c.2-.2.5-.4.7-.4.4 0 .6.4.6 1.1v3.5zm.2-5.9c-.5 0-1 .3-1.5.9v-3.5H19v10.8h1.5v-.8c.5.6 1 .9 1.5.9.6 0 1-.3 1.2-.9.1-.3.1-.9.1-1.6v-3.2c0-.8-.1-1.3-.1-1.6-.3-.7-.7-1-1.2-1'/%3E%3Cpath d='M8.2 20.1h1.7v9.3h1.7v-9.3h1.7v-1.5H8.2z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='c' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M17.5 13.9c.5 0 .7-.4.7-1.1V9.3c0-.8-.2-1.1-.7-1.1-.5 0-.7.4-.7 1.1v3.4c0 .8.2 1.2.7 1.2M27.3 24.4h-1.5v-.7c0-.7.2-1.1.7-1.1.5 0 .7.4.7 1.1v.7zm-.7-3.2c-.7 0-1.3.3-1.7.8-.3.4-.5 1-.5 1.9v2.8c0 .9.2 1.5.5 1.9.4.5 1 .8 1.8.8s1.4-.3 1.8-.9c.2-.3.3-.5.3-.9v-1.1h-1.5v1c-.1.4-.3.6-.7.6-.5 0-.7-.4-.7-1.1v-1.4h2.9V24c0-.9-.1-1.5-.5-1.9-.4-.6-1-.9-1.7-.9'/%3E%3Cpath clip-path='url(%23d)' d='M30.1 30.1c-.3 1.3-1.3 2.2-2.6 2.4-3 .3-6 .3-9 .3s-6 0-9-.3c-1.3-.1-2.3-1.1-2.6-2.4-.4-1.8-.4-3.8-.4-5.7s0-3.9.4-5.7c.3-1.3 1.3-2.2 2.6-2.4 3-.3 6-.3 9-.3s6 0 9 .3c1.3.1 2.3 1.1 2.6 2.4.4 1.8.4 3.8.4 5.7s.1 3.9-.4 5.7M11.4 4.2l1.2 4.3 1.1-4.3h1.7l-2 6.5v4.4h-1.6v-4.4c-.1-.8-.5-1.9-1-3.5-.3-1-.7-2-1-3h1.6zm3.9 5.4c0-.9.1-1.5.5-1.9.4-.6 1-.8 1.7-.8s1.3.3 1.7.8c.3.4.5 1 .5 1.9v2.8c0 .9-.1 1.5-.5 1.9-.4.6-1 .8-1.7.8s-1.3-.3-1.7-.8c-.3-.4-.5-1-.5-1.9V9.6zM20.9 7h1.5v6.6c0 .2.1.3.3.3.3 0 .6-.2.9-.7V7h1.5v8.1h-1.5v-.9c-.6.7-1.1 1-1.7 1-.5 0-.8-.2-.9-.6-.1-.2-.1-.6-.1-1.2V7zM35 0H2C.9 0 0 .9 0 2v33c0 1.1.9 2 2 2h33c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-youtube.icon-before.icon-green:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M16.3 27.5c-.3.5-.6.7-.9.7-.2 0-.3-.1-.3-.3v-6.5h-1.5v6.4c0 .6 0 1 .1 1.2.1.4.5.6.9.6.5 0 1.1-.3 1.7-1v.9h1.5v-8h-1.5v6zM21.8 27.1c0 .7-.2 1.1-.6 1.1-.2 0-.5-.1-.7-.4v-4.9c.2-.2.5-.4.7-.4.4 0 .6.4.6 1.1v3.5zm.2-5.9c-.5 0-1 .3-1.5.9v-3.5H19v10.8h1.5v-.8c.5.6 1 .9 1.5.9.6 0 1-.3 1.2-.9.1-.3.1-.9.1-1.6v-3.2c0-.8-.1-1.3-.1-1.6-.3-.7-.7-1-1.2-1'/%3E%3Cpath d='M8.2 20.1h1.7v9.3h1.7v-9.3h1.7v-1.5H8.2z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='c' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M17.5 13.9c.5 0 .7-.4.7-1.1V9.3c0-.8-.2-1.1-.7-1.1-.5 0-.7.4-.7 1.1v3.4c0 .8.2 1.2.7 1.2M27.3 24.4h-1.5v-.7c0-.7.2-1.1.7-1.1.5 0 .7.4.7 1.1v.7zm-.7-3.2c-.7 0-1.3.3-1.7.8-.3.4-.5 1-.5 1.9v2.8c0 .9.2 1.5.5 1.9.4.5 1 .8 1.8.8s1.4-.3 1.8-.9c.2-.3.3-.5.3-.9v-1.1h-1.5v1c-.1.4-.3.6-.7.6-.5 0-.7-.4-.7-1.1v-1.4h2.9V24c0-.9-.1-1.5-.5-1.9-.4-.6-1-.9-1.7-.9'/%3E%3Cpath clip-path='url(%23d)' d='M30.1 30.1c-.3 1.3-1.3 2.2-2.6 2.4-3 .3-6 .3-9 .3s-6 0-9-.3c-1.3-.1-2.3-1.1-2.6-2.4-.4-1.8-.4-3.8-.4-5.7s0-3.9.4-5.7c.3-1.3 1.3-2.2 2.6-2.4 3-.3 6-.3 9-.3s6 0 9 .3c1.3.1 2.3 1.1 2.6 2.4.4 1.8.4 3.8.4 5.7s.1 3.9-.4 5.7M11.4 4.2l1.2 4.3 1.1-4.3h1.7l-2 6.5v4.4h-1.6v-4.4c-.1-.8-.5-1.9-1-3.5-.3-1-.7-2-1-3h1.6zm3.9 5.4c0-.9.1-1.5.5-1.9.4-.6 1-.8 1.7-.8s1.3.3 1.7.8c.3.4.5 1 .5 1.9v2.8c0 .9-.1 1.5-.5 1.9-.4.6-1 .8-1.7.8s-1.3-.3-1.7-.8c-.3-.4-.5-1-.5-1.9V9.6zM20.9 7h1.5v6.6c0 .2.1.3.3.3.3 0 .6-.2.9-.7V7h1.5v8.1h-1.5v-.9c-.6.7-1.1 1-1.7 1-.5 0-.8-.2-.9-.6-.1-.2-.1-.6-.1-1.2V7zM35 0H2C.9 0 0 .9 0 2v33c0 1.1.9 2 2 2h33c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-youtube.icon-before.icon-pink:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M16.3 27.5c-.3.5-.6.7-.9.7-.2 0-.3-.1-.3-.3v-6.5h-1.5v6.4c0 .6 0 1 .1 1.2.1.4.5.6.9.6.5 0 1.1-.3 1.7-1v.9h1.5v-8h-1.5v6zM21.8 27.1c0 .7-.2 1.1-.6 1.1-.2 0-.5-.1-.7-.4v-4.9c.2-.2.5-.4.7-.4.4 0 .6.4.6 1.1v3.5zm.2-5.9c-.5 0-1 .3-1.5.9v-3.5H19v10.8h1.5v-.8c.5.6 1 .9 1.5.9.6 0 1-.3 1.2-.9.1-.3.1-.9.1-1.6v-3.2c0-.8-.1-1.3-.1-1.6-.3-.7-.7-1-1.2-1'/%3E%3Cpath d='M8.2 20.1h1.7v9.3h1.7v-9.3h1.7v-1.5H8.2z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='c' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M17.5 13.9c.5 0 .7-.4.7-1.1V9.3c0-.8-.2-1.1-.7-1.1-.5 0-.7.4-.7 1.1v3.4c0 .8.2 1.2.7 1.2M27.3 24.4h-1.5v-.7c0-.7.2-1.1.7-1.1.5 0 .7.4.7 1.1v.7zm-.7-3.2c-.7 0-1.3.3-1.7.8-.3.4-.5 1-.5 1.9v2.8c0 .9.2 1.5.5 1.9.4.5 1 .8 1.8.8s1.4-.3 1.8-.9c.2-.3.3-.5.3-.9v-1.1h-1.5v1c-.1.4-.3.6-.7.6-.5 0-.7-.4-.7-1.1v-1.4h2.9V24c0-.9-.1-1.5-.5-1.9-.4-.6-1-.9-1.7-.9'/%3E%3Cpath clip-path='url(%23d)' d='M30.1 30.1c-.3 1.3-1.3 2.2-2.6 2.4-3 .3-6 .3-9 .3s-6 0-9-.3c-1.3-.1-2.3-1.1-2.6-2.4-.4-1.8-.4-3.8-.4-5.7s0-3.9.4-5.7c.3-1.3 1.3-2.2 2.6-2.4 3-.3 6-.3 9-.3s6 0 9 .3c1.3.1 2.3 1.1 2.6 2.4.4 1.8.4 3.8.4 5.7s.1 3.9-.4 5.7M11.4 4.2l1.2 4.3 1.1-4.3h1.7l-2 6.5v4.4h-1.6v-4.4c-.1-.8-.5-1.9-1-3.5-.3-1-.7-2-1-3h1.6zm3.9 5.4c0-.9.1-1.5.5-1.9.4-.6 1-.8 1.7-.8s1.3.3 1.7.8c.3.4.5 1 .5 1.9v2.8c0 .9-.1 1.5-.5 1.9-.4.6-1 .8-1.7.8s-1.3-.3-1.7-.8c-.3-.4-.5-1-.5-1.9V9.6zM20.9 7h1.5v6.6c0 .2.1.3.3.3.3 0 .6-.2.9-.7V7h1.5v8.1h-1.5v-.9c-.6.7-1.1 1-1.7 1-.5 0-.8-.2-.9-.6-.1-.2-.1-.6-.1-1.2V7zM35 0H2C.9 0 0 .9 0 2v33c0 1.1.9 2 2 2h33c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-youtube.icon-before.icon-pink:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M16.3 27.5c-.3.5-.6.7-.9.7-.2 0-.3-.1-.3-.3v-6.5h-1.5v6.4c0 .6 0 1 .1 1.2.1.4.5.6.9.6.5 0 1.1-.3 1.7-1v.9h1.5v-8h-1.5v6zM21.8 27.1c0 .7-.2 1.1-.6 1.1-.2 0-.5-.1-.7-.4v-4.9c.2-.2.5-.4.7-.4.4 0 .6.4.6 1.1v3.5zm.2-5.9c-.5 0-1 .3-1.5.9v-3.5H19v10.8h1.5v-.8c.5.6 1 .9 1.5.9.6 0 1-.3 1.2-.9.1-.3.1-.9.1-1.6v-3.2c0-.8-.1-1.3-.1-1.6-.3-.7-.7-1-1.2-1'/%3E%3Cpath d='M8.2 20.1h1.7v9.3h1.7v-9.3h1.7v-1.5H8.2z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='c' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M17.5 13.9c.5 0 .7-.4.7-1.1V9.3c0-.8-.2-1.1-.7-1.1-.5 0-.7.4-.7 1.1v3.4c0 .8.2 1.2.7 1.2M27.3 24.4h-1.5v-.7c0-.7.2-1.1.7-1.1.5 0 .7.4.7 1.1v.7zm-.7-3.2c-.7 0-1.3.3-1.7.8-.3.4-.5 1-.5 1.9v2.8c0 .9.2 1.5.5 1.9.4.5 1 .8 1.8.8s1.4-.3 1.8-.9c.2-.3.3-.5.3-.9v-1.1h-1.5v1c-.1.4-.3.6-.7.6-.5 0-.7-.4-.7-1.1v-1.4h2.9V24c0-.9-.1-1.5-.5-1.9-.4-.6-1-.9-1.7-.9'/%3E%3Cpath clip-path='url(%23d)' d='M30.1 30.1c-.3 1.3-1.3 2.2-2.6 2.4-3 .3-6 .3-9 .3s-6 0-9-.3c-1.3-.1-2.3-1.1-2.6-2.4-.4-1.8-.4-3.8-.4-5.7s0-3.9.4-5.7c.3-1.3 1.3-2.2 2.6-2.4 3-.3 6-.3 9-.3s6 0 9 .3c1.3.1 2.3 1.1 2.6 2.4.4 1.8.4 3.8.4 5.7s.1 3.9-.4 5.7M11.4 4.2l1.2 4.3 1.1-4.3h1.7l-2 6.5v4.4h-1.6v-4.4c-.1-.8-.5-1.9-1-3.5-.3-1-.7-2-1-3h1.6zm3.9 5.4c0-.9.1-1.5.5-1.9.4-.6 1-.8 1.7-.8s1.3.3 1.7.8c.3.4.5 1 .5 1.9v2.8c0 .9-.1 1.5-.5 1.9-.4.6-1 .8-1.7.8s-1.3-.3-1.7-.8c-.3-.4-.5-1-.5-1.9V9.6zM20.9 7h1.5v6.6c0 .2.1.3.3.3.3 0 .6-.2.9-.7V7h1.5v8.1h-1.5v-.9c-.6.7-1.1 1-1.7 1-.5 0-.8-.2-.9-.6-.1-.2-.1-.6-.1-1.2V7zM35 0H2C.9 0 0 .9 0 2v33c0 1.1.9 2 2 2h33c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-youtube.icon-before.icon-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M16.3 27.5c-.3.5-.6.7-.9.7-.2 0-.3-.1-.3-.3v-6.5h-1.5v6.4c0 .6 0 1 .1 1.2.1.4.5.6.9.6.5 0 1.1-.3 1.7-1v.9h1.5v-8h-1.5v6zM21.8 27.1c0 .7-.2 1.1-.6 1.1-.2 0-.5-.1-.7-.4v-4.9c.2-.2.5-.4.7-.4.4 0 .6.4.6 1.1v3.5zm.2-5.9c-.5 0-1 .3-1.5.9v-3.5H19v10.8h1.5v-.8c.5.6 1 .9 1.5.9.6 0 1-.3 1.2-.9.1-.3.1-.9.1-1.6v-3.2c0-.8-.1-1.3-.1-1.6-.3-.7-.7-1-1.2-1'/%3E%3Cpath d='M8.2 20.1h1.7v9.3h1.7v-9.3h1.7v-1.5H8.2z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='c' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M17.5 13.9c.5 0 .7-.4.7-1.1V9.3c0-.8-.2-1.1-.7-1.1-.5 0-.7.4-.7 1.1v3.4c0 .8.2 1.2.7 1.2M27.3 24.4h-1.5v-.7c0-.7.2-1.1.7-1.1.5 0 .7.4.7 1.1v.7zm-.7-3.2c-.7 0-1.3.3-1.7.8-.3.4-.5 1-.5 1.9v2.8c0 .9.2 1.5.5 1.9.4.5 1 .8 1.8.8s1.4-.3 1.8-.9c.2-.3.3-.5.3-.9v-1.1h-1.5v1c-.1.4-.3.6-.7.6-.5 0-.7-.4-.7-1.1v-1.4h2.9V24c0-.9-.1-1.5-.5-1.9-.4-.6-1-.9-1.7-.9'/%3E%3Cpath clip-path='url(%23d)' d='M30.1 30.1c-.3 1.3-1.3 2.2-2.6 2.4-3 .3-6 .3-9 .3s-6 0-9-.3c-1.3-.1-2.3-1.1-2.6-2.4-.4-1.8-.4-3.8-.4-5.7s0-3.9.4-5.7c.3-1.3 1.3-2.2 2.6-2.4 3-.3 6-.3 9-.3s6 0 9 .3c1.3.1 2.3 1.1 2.6 2.4.4 1.8.4 3.8.4 5.7s.1 3.9-.4 5.7M11.4 4.2l1.2 4.3 1.1-4.3h1.7l-2 6.5v4.4h-1.6v-4.4c-.1-.8-.5-1.9-1-3.5-.3-1-.7-2-1-3h1.6zm3.9 5.4c0-.9.1-1.5.5-1.9.4-.6 1-.8 1.7-.8s1.3.3 1.7.8c.3.4.5 1 .5 1.9v2.8c0 .9-.1 1.5-.5 1.9-.4.6-1 .8-1.7.8s-1.3-.3-1.7-.8c-.3-.4-.5-1-.5-1.9V9.6zM20.9 7h1.5v6.6c0 .2.1.3.3.3.3 0 .6-.2.9-.7V7h1.5v8.1h-1.5v-.9c-.6.7-1.1 1-1.7 1-.5 0-.8-.2-.9-.6-.1-.2-.1-.6-.1-1.2V7zM35 0H2C.9 0 0 .9 0 2v33c0 1.1.9 2 2 2h33c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-youtube.icon-before.icon-white:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M16.3 27.5c-.3.5-.6.7-.9.7-.2 0-.3-.1-.3-.3v-6.5h-1.5v6.4c0 .6 0 1 .1 1.2.1.4.5.6.9.6.5 0 1.1-.3 1.7-1v.9h1.5v-8h-1.5v6zM21.8 27.1c0 .7-.2 1.1-.6 1.1-.2 0-.5-.1-.7-.4v-4.9c.2-.2.5-.4.7-.4.4 0 .6.4.6 1.1v3.5zm.2-5.9c-.5 0-1 .3-1.5.9v-3.5H19v10.8h1.5v-.8c.5.6 1 .9 1.5.9.6 0 1-.3 1.2-.9.1-.3.1-.9.1-1.6v-3.2c0-.8-.1-1.3-.1-1.6-.3-.7-.7-1-1.2-1'/%3E%3Cpath d='M8.2 20.1h1.7v9.3h1.7v-9.3h1.7v-1.5H8.2z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='c' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M17.5 13.9c.5 0 .7-.4.7-1.1V9.3c0-.8-.2-1.1-.7-1.1-.5 0-.7.4-.7 1.1v3.4c0 .8.2 1.2.7 1.2M27.3 24.4h-1.5v-.7c0-.7.2-1.1.7-1.1.5 0 .7.4.7 1.1v.7zm-.7-3.2c-.7 0-1.3.3-1.7.8-.3.4-.5 1-.5 1.9v2.8c0 .9.2 1.5.5 1.9.4.5 1 .8 1.8.8s1.4-.3 1.8-.9c.2-.3.3-.5.3-.9v-1.1h-1.5v1c-.1.4-.3.6-.7.6-.5 0-.7-.4-.7-1.1v-1.4h2.9V24c0-.9-.1-1.5-.5-1.9-.4-.6-1-.9-1.7-.9'/%3E%3Cpath clip-path='url(%23d)' d='M30.1 30.1c-.3 1.3-1.3 2.2-2.6 2.4-3 .3-6 .3-9 .3s-6 0-9-.3c-1.3-.1-2.3-1.1-2.6-2.4-.4-1.8-.4-3.8-.4-5.7s0-3.9.4-5.7c.3-1.3 1.3-2.2 2.6-2.4 3-.3 6-.3 9-.3s6 0 9 .3c1.3.1 2.3 1.1 2.6 2.4.4 1.8.4 3.8.4 5.7s.1 3.9-.4 5.7M11.4 4.2l1.2 4.3 1.1-4.3h1.7l-2 6.5v4.4h-1.6v-4.4c-.1-.8-.5-1.9-1-3.5-.3-1-.7-2-1-3h1.6zm3.9 5.4c0-.9.1-1.5.5-1.9.4-.6 1-.8 1.7-.8s1.3.3 1.7.8c.3.4.5 1 .5 1.9v2.8c0 .9-.1 1.5-.5 1.9-.4.6-1 .8-1.7.8s-1.3-.3-1.7-.8c-.3-.4-.5-1-.5-1.9V9.6zM20.9 7h1.5v6.6c0 .2.1.3.3.3.3 0 .6-.2.9-.7V7h1.5v8.1h-1.5v-.9c-.6.7-1.1 1-1.7 1-.5 0-.8-.2-.9-.6-.1-.2-.1-.6-.1-1.2V7zM35 0H2C.9 0 0 .9 0 2v33c0 1.1.9 2 2 2h33c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-youtube.icon-before.icon-gray:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M16.3 27.5c-.3.5-.6.7-.9.7-.2 0-.3-.1-.3-.3v-6.5h-1.5v6.4c0 .6 0 1 .1 1.2.1.4.5.6.9.6.5 0 1.1-.3 1.7-1v.9h1.5v-8h-1.5v6zM21.8 27.1c0 .7-.2 1.1-.6 1.1-.2 0-.5-.1-.7-.4v-4.9c.2-.2.5-.4.7-.4.4 0 .6.4.6 1.1v3.5zm.2-5.9c-.5 0-1 .3-1.5.9v-3.5H19v10.8h1.5v-.8c.5.6 1 .9 1.5.9.6 0 1-.3 1.2-.9.1-.3.1-.9.1-1.6v-3.2c0-.8-.1-1.3-.1-1.6-.3-.7-.7-1-1.2-1'/%3E%3Cpath d='M8.2 20.1h1.7v9.3h1.7v-9.3h1.7v-1.5H8.2z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='c' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M17.5 13.9c.5 0 .7-.4.7-1.1V9.3c0-.8-.2-1.1-.7-1.1-.5 0-.7.4-.7 1.1v3.4c0 .8.2 1.2.7 1.2M27.3 24.4h-1.5v-.7c0-.7.2-1.1.7-1.1.5 0 .7.4.7 1.1v.7zm-.7-3.2c-.7 0-1.3.3-1.7.8-.3.4-.5 1-.5 1.9v2.8c0 .9.2 1.5.5 1.9.4.5 1 .8 1.8.8s1.4-.3 1.8-.9c.2-.3.3-.5.3-.9v-1.1h-1.5v1c-.1.4-.3.6-.7.6-.5 0-.7-.4-.7-1.1v-1.4h2.9V24c0-.9-.1-1.5-.5-1.9-.4-.6-1-.9-1.7-.9'/%3E%3Cpath clip-path='url(%23d)' d='M30.1 30.1c-.3 1.3-1.3 2.2-2.6 2.4-3 .3-6 .3-9 .3s-6 0-9-.3c-1.3-.1-2.3-1.1-2.6-2.4-.4-1.8-.4-3.8-.4-5.7s0-3.9.4-5.7c.3-1.3 1.3-2.2 2.6-2.4 3-.3 6-.3 9-.3s6 0 9 .3c1.3.1 2.3 1.1 2.6 2.4.4 1.8.4 3.8.4 5.7s.1 3.9-.4 5.7M11.4 4.2l1.2 4.3 1.1-4.3h1.7l-2 6.5v4.4h-1.6v-4.4c-.1-.8-.5-1.9-1-3.5-.3-1-.7-2-1-3h1.6zm3.9 5.4c0-.9.1-1.5.5-1.9.4-.6 1-.8 1.7-.8s1.3.3 1.7.8c.3.4.5 1 .5 1.9v2.8c0 .9-.1 1.5-.5 1.9-.4.6-1 .8-1.7.8s-1.3-.3-1.7-.8c-.3-.4-.5-1-.5-1.9V9.6zM20.9 7h1.5v6.6c0 .2.1.3.3.3.3 0 .6-.2.9-.7V7h1.5v8.1h-1.5v-.9c-.6.7-1.1 1-1.7 1-.5 0-.8-.2-.9-.6-.1-.2-.1-.6-.1-1.2V7zM35 0H2C.9 0 0 .9 0 2v33c0 1.1.9 2 2 2h33c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-youtube.icon-after.icon-teal:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M16.3 27.5c-.3.5-.6.7-.9.7-.2 0-.3-.1-.3-.3v-6.5h-1.5v6.4c0 .6 0 1 .1 1.2.1.4.5.6.9.6.5 0 1.1-.3 1.7-1v.9h1.5v-8h-1.5v6zM21.8 27.1c0 .7-.2 1.1-.6 1.1-.2 0-.5-.1-.7-.4v-4.9c.2-.2.5-.4.7-.4.4 0 .6.4.6 1.1v3.5zm.2-5.9c-.5 0-1 .3-1.5.9v-3.5H19v10.8h1.5v-.8c.5.6 1 .9 1.5.9.6 0 1-.3 1.2-.9.1-.3.1-.9.1-1.6v-3.2c0-.8-.1-1.3-.1-1.6-.3-.7-.7-1-1.2-1'/%3E%3Cpath d='M8.2 20.1h1.7v9.3h1.7v-9.3h1.7v-1.5H8.2z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='c' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M17.5 13.9c.5 0 .7-.4.7-1.1V9.3c0-.8-.2-1.1-.7-1.1-.5 0-.7.4-.7 1.1v3.4c0 .8.2 1.2.7 1.2M27.3 24.4h-1.5v-.7c0-.7.2-1.1.7-1.1.5 0 .7.4.7 1.1v.7zm-.7-3.2c-.7 0-1.3.3-1.7.8-.3.4-.5 1-.5 1.9v2.8c0 .9.2 1.5.5 1.9.4.5 1 .8 1.8.8s1.4-.3 1.8-.9c.2-.3.3-.5.3-.9v-1.1h-1.5v1c-.1.4-.3.6-.7.6-.5 0-.7-.4-.7-1.1v-1.4h2.9V24c0-.9-.1-1.5-.5-1.9-.4-.6-1-.9-1.7-.9'/%3E%3Cpath clip-path='url(%23d)' d='M30.1 30.1c-.3 1.3-1.3 2.2-2.6 2.4-3 .3-6 .3-9 .3s-6 0-9-.3c-1.3-.1-2.3-1.1-2.6-2.4-.4-1.8-.4-3.8-.4-5.7s0-3.9.4-5.7c.3-1.3 1.3-2.2 2.6-2.4 3-.3 6-.3 9-.3s6 0 9 .3c1.3.1 2.3 1.1 2.6 2.4.4 1.8.4 3.8.4 5.7s.1 3.9-.4 5.7M11.4 4.2l1.2 4.3 1.1-4.3h1.7l-2 6.5v4.4h-1.6v-4.4c-.1-.8-.5-1.9-1-3.5-.3-1-.7-2-1-3h1.6zm3.9 5.4c0-.9.1-1.5.5-1.9.4-.6 1-.8 1.7-.8s1.3.3 1.7.8c.3.4.5 1 .5 1.9v2.8c0 .9-.1 1.5-.5 1.9-.4.6-1 .8-1.7.8s-1.3-.3-1.7-.8c-.3-.4-.5-1-.5-1.9V9.6zM20.9 7h1.5v6.6c0 .2.1.3.3.3.3 0 .6-.2.9-.7V7h1.5v8.1h-1.5v-.9c-.6.7-1.1 1-1.7 1-.5 0-.8-.2-.9-.6-.1-.2-.1-.6-.1-1.2V7zM35 0H2C.9 0 0 .9 0 2v33c0 1.1.9 2 2 2h33c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-youtube.icon-after.icon-teal:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M16.3 27.5c-.3.5-.6.7-.9.7-.2 0-.3-.1-.3-.3v-6.5h-1.5v6.4c0 .6 0 1 .1 1.2.1.4.5.6.9.6.5 0 1.1-.3 1.7-1v.9h1.5v-8h-1.5v6zM21.8 27.1c0 .7-.2 1.1-.6 1.1-.2 0-.5-.1-.7-.4v-4.9c.2-.2.5-.4.7-.4.4 0 .6.4.6 1.1v3.5zm.2-5.9c-.5 0-1 .3-1.5.9v-3.5H19v10.8h1.5v-.8c.5.6 1 .9 1.5.9.6 0 1-.3 1.2-.9.1-.3.1-.9.1-1.6v-3.2c0-.8-.1-1.3-.1-1.6-.3-.7-.7-1-1.2-1'/%3E%3Cpath d='M8.2 20.1h1.7v9.3h1.7v-9.3h1.7v-1.5H8.2z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='c' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M17.5 13.9c.5 0 .7-.4.7-1.1V9.3c0-.8-.2-1.1-.7-1.1-.5 0-.7.4-.7 1.1v3.4c0 .8.2 1.2.7 1.2M27.3 24.4h-1.5v-.7c0-.7.2-1.1.7-1.1.5 0 .7.4.7 1.1v.7zm-.7-3.2c-.7 0-1.3.3-1.7.8-.3.4-.5 1-.5 1.9v2.8c0 .9.2 1.5.5 1.9.4.5 1 .8 1.8.8s1.4-.3 1.8-.9c.2-.3.3-.5.3-.9v-1.1h-1.5v1c-.1.4-.3.6-.7.6-.5 0-.7-.4-.7-1.1v-1.4h2.9V24c0-.9-.1-1.5-.5-1.9-.4-.6-1-.9-1.7-.9'/%3E%3Cpath clip-path='url(%23d)' d='M30.1 30.1c-.3 1.3-1.3 2.2-2.6 2.4-3 .3-6 .3-9 .3s-6 0-9-.3c-1.3-.1-2.3-1.1-2.6-2.4-.4-1.8-.4-3.8-.4-5.7s0-3.9.4-5.7c.3-1.3 1.3-2.2 2.6-2.4 3-.3 6-.3 9-.3s6 0 9 .3c1.3.1 2.3 1.1 2.6 2.4.4 1.8.4 3.8.4 5.7s.1 3.9-.4 5.7M11.4 4.2l1.2 4.3 1.1-4.3h1.7l-2 6.5v4.4h-1.6v-4.4c-.1-.8-.5-1.9-1-3.5-.3-1-.7-2-1-3h1.6zm3.9 5.4c0-.9.1-1.5.5-1.9.4-.6 1-.8 1.7-.8s1.3.3 1.7.8c.3.4.5 1 .5 1.9v2.8c0 .9-.1 1.5-.5 1.9-.4.6-1 .8-1.7.8s-1.3-.3-1.7-.8c-.3-.4-.5-1-.5-1.9V9.6zM20.9 7h1.5v6.6c0 .2.1.3.3.3.3 0 .6-.2.9-.7V7h1.5v8.1h-1.5v-.9c-.6.7-1.1 1-1.7 1-.5 0-.8-.2-.9-.6-.1-.2-.1-.6-.1-1.2V7zM35 0H2C.9 0 0 .9 0 2v33c0 1.1.9 2 2 2h33c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-youtube.icon-after.icon-blue:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M16.3 27.5c-.3.5-.6.7-.9.7-.2 0-.3-.1-.3-.3v-6.5h-1.5v6.4c0 .6 0 1 .1 1.2.1.4.5.6.9.6.5 0 1.1-.3 1.7-1v.9h1.5v-8h-1.5v6zM21.8 27.1c0 .7-.2 1.1-.6 1.1-.2 0-.5-.1-.7-.4v-4.9c.2-.2.5-.4.7-.4.4 0 .6.4.6 1.1v3.5zm.2-5.9c-.5 0-1 .3-1.5.9v-3.5H19v10.8h1.5v-.8c.5.6 1 .9 1.5.9.6 0 1-.3 1.2-.9.1-.3.1-.9.1-1.6v-3.2c0-.8-.1-1.3-.1-1.6-.3-.7-.7-1-1.2-1'/%3E%3Cpath d='M8.2 20.1h1.7v9.3h1.7v-9.3h1.7v-1.5H8.2z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='c' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M17.5 13.9c.5 0 .7-.4.7-1.1V9.3c0-.8-.2-1.1-.7-1.1-.5 0-.7.4-.7 1.1v3.4c0 .8.2 1.2.7 1.2M27.3 24.4h-1.5v-.7c0-.7.2-1.1.7-1.1.5 0 .7.4.7 1.1v.7zm-.7-3.2c-.7 0-1.3.3-1.7.8-.3.4-.5 1-.5 1.9v2.8c0 .9.2 1.5.5 1.9.4.5 1 .8 1.8.8s1.4-.3 1.8-.9c.2-.3.3-.5.3-.9v-1.1h-1.5v1c-.1.4-.3.6-.7.6-.5 0-.7-.4-.7-1.1v-1.4h2.9V24c0-.9-.1-1.5-.5-1.9-.4-.6-1-.9-1.7-.9'/%3E%3Cpath clip-path='url(%23d)' d='M30.1 30.1c-.3 1.3-1.3 2.2-2.6 2.4-3 .3-6 .3-9 .3s-6 0-9-.3c-1.3-.1-2.3-1.1-2.6-2.4-.4-1.8-.4-3.8-.4-5.7s0-3.9.4-5.7c.3-1.3 1.3-2.2 2.6-2.4 3-.3 6-.3 9-.3s6 0 9 .3c1.3.1 2.3 1.1 2.6 2.4.4 1.8.4 3.8.4 5.7s.1 3.9-.4 5.7M11.4 4.2l1.2 4.3 1.1-4.3h1.7l-2 6.5v4.4h-1.6v-4.4c-.1-.8-.5-1.9-1-3.5-.3-1-.7-2-1-3h1.6zm3.9 5.4c0-.9.1-1.5.5-1.9.4-.6 1-.8 1.7-.8s1.3.3 1.7.8c.3.4.5 1 .5 1.9v2.8c0 .9-.1 1.5-.5 1.9-.4.6-1 .8-1.7.8s-1.3-.3-1.7-.8c-.3-.4-.5-1-.5-1.9V9.6zM20.9 7h1.5v6.6c0 .2.1.3.3.3.3 0 .6-.2.9-.7V7h1.5v8.1h-1.5v-.9c-.6.7-1.1 1-1.7 1-.5 0-.8-.2-.9-.6-.1-.2-.1-.6-.1-1.2V7zM35 0H2C.9 0 0 .9 0 2v33c0 1.1.9 2 2 2h33c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-youtube.icon-after.icon-blue:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M16.3 27.5c-.3.5-.6.7-.9.7-.2 0-.3-.1-.3-.3v-6.5h-1.5v6.4c0 .6 0 1 .1 1.2.1.4.5.6.9.6.5 0 1.1-.3 1.7-1v.9h1.5v-8h-1.5v6zM21.8 27.1c0 .7-.2 1.1-.6 1.1-.2 0-.5-.1-.7-.4v-4.9c.2-.2.5-.4.7-.4.4 0 .6.4.6 1.1v3.5zm.2-5.9c-.5 0-1 .3-1.5.9v-3.5H19v10.8h1.5v-.8c.5.6 1 .9 1.5.9.6 0 1-.3 1.2-.9.1-.3.1-.9.1-1.6v-3.2c0-.8-.1-1.3-.1-1.6-.3-.7-.7-1-1.2-1'/%3E%3Cpath d='M8.2 20.1h1.7v9.3h1.7v-9.3h1.7v-1.5H8.2z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='c' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M17.5 13.9c.5 0 .7-.4.7-1.1V9.3c0-.8-.2-1.1-.7-1.1-.5 0-.7.4-.7 1.1v3.4c0 .8.2 1.2.7 1.2M27.3 24.4h-1.5v-.7c0-.7.2-1.1.7-1.1.5 0 .7.4.7 1.1v.7zm-.7-3.2c-.7 0-1.3.3-1.7.8-.3.4-.5 1-.5 1.9v2.8c0 .9.2 1.5.5 1.9.4.5 1 .8 1.8.8s1.4-.3 1.8-.9c.2-.3.3-.5.3-.9v-1.1h-1.5v1c-.1.4-.3.6-.7.6-.5 0-.7-.4-.7-1.1v-1.4h2.9V24c0-.9-.1-1.5-.5-1.9-.4-.6-1-.9-1.7-.9'/%3E%3Cpath clip-path='url(%23d)' d='M30.1 30.1c-.3 1.3-1.3 2.2-2.6 2.4-3 .3-6 .3-9 .3s-6 0-9-.3c-1.3-.1-2.3-1.1-2.6-2.4-.4-1.8-.4-3.8-.4-5.7s0-3.9.4-5.7c.3-1.3 1.3-2.2 2.6-2.4 3-.3 6-.3 9-.3s6 0 9 .3c1.3.1 2.3 1.1 2.6 2.4.4 1.8.4 3.8.4 5.7s.1 3.9-.4 5.7M11.4 4.2l1.2 4.3 1.1-4.3h1.7l-2 6.5v4.4h-1.6v-4.4c-.1-.8-.5-1.9-1-3.5-.3-1-.7-2-1-3h1.6zm3.9 5.4c0-.9.1-1.5.5-1.9.4-.6 1-.8 1.7-.8s1.3.3 1.7.8c.3.4.5 1 .5 1.9v2.8c0 .9-.1 1.5-.5 1.9-.4.6-1 .8-1.7.8s-1.3-.3-1.7-.8c-.3-.4-.5-1-.5-1.9V9.6zM20.9 7h1.5v6.6c0 .2.1.3.3.3.3 0 .6-.2.9-.7V7h1.5v8.1h-1.5v-.9c-.6.7-1.1 1-1.7 1-.5 0-.8-.2-.9-.6-.1-.2-.1-.6-.1-1.2V7zM35 0H2C.9 0 0 .9 0 2v33c0 1.1.9 2 2 2h33c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-youtube.icon-after.icon-green:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M16.3 27.5c-.3.5-.6.7-.9.7-.2 0-.3-.1-.3-.3v-6.5h-1.5v6.4c0 .6 0 1 .1 1.2.1.4.5.6.9.6.5 0 1.1-.3 1.7-1v.9h1.5v-8h-1.5v6zM21.8 27.1c0 .7-.2 1.1-.6 1.1-.2 0-.5-.1-.7-.4v-4.9c.2-.2.5-.4.7-.4.4 0 .6.4.6 1.1v3.5zm.2-5.9c-.5 0-1 .3-1.5.9v-3.5H19v10.8h1.5v-.8c.5.6 1 .9 1.5.9.6 0 1-.3 1.2-.9.1-.3.1-.9.1-1.6v-3.2c0-.8-.1-1.3-.1-1.6-.3-.7-.7-1-1.2-1'/%3E%3Cpath d='M8.2 20.1h1.7v9.3h1.7v-9.3h1.7v-1.5H8.2z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='c' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M17.5 13.9c.5 0 .7-.4.7-1.1V9.3c0-.8-.2-1.1-.7-1.1-.5 0-.7.4-.7 1.1v3.4c0 .8.2 1.2.7 1.2M27.3 24.4h-1.5v-.7c0-.7.2-1.1.7-1.1.5 0 .7.4.7 1.1v.7zm-.7-3.2c-.7 0-1.3.3-1.7.8-.3.4-.5 1-.5 1.9v2.8c0 .9.2 1.5.5 1.9.4.5 1 .8 1.8.8s1.4-.3 1.8-.9c.2-.3.3-.5.3-.9v-1.1h-1.5v1c-.1.4-.3.6-.7.6-.5 0-.7-.4-.7-1.1v-1.4h2.9V24c0-.9-.1-1.5-.5-1.9-.4-.6-1-.9-1.7-.9'/%3E%3Cpath clip-path='url(%23d)' d='M30.1 30.1c-.3 1.3-1.3 2.2-2.6 2.4-3 .3-6 .3-9 .3s-6 0-9-.3c-1.3-.1-2.3-1.1-2.6-2.4-.4-1.8-.4-3.8-.4-5.7s0-3.9.4-5.7c.3-1.3 1.3-2.2 2.6-2.4 3-.3 6-.3 9-.3s6 0 9 .3c1.3.1 2.3 1.1 2.6 2.4.4 1.8.4 3.8.4 5.7s.1 3.9-.4 5.7M11.4 4.2l1.2 4.3 1.1-4.3h1.7l-2 6.5v4.4h-1.6v-4.4c-.1-.8-.5-1.9-1-3.5-.3-1-.7-2-1-3h1.6zm3.9 5.4c0-.9.1-1.5.5-1.9.4-.6 1-.8 1.7-.8s1.3.3 1.7.8c.3.4.5 1 .5 1.9v2.8c0 .9-.1 1.5-.5 1.9-.4.6-1 .8-1.7.8s-1.3-.3-1.7-.8c-.3-.4-.5-1-.5-1.9V9.6zM20.9 7h1.5v6.6c0 .2.1.3.3.3.3 0 .6-.2.9-.7V7h1.5v8.1h-1.5v-.9c-.6.7-1.1 1-1.7 1-.5 0-.8-.2-.9-.6-.1-.2-.1-.6-.1-1.2V7zM35 0H2C.9 0 0 .9 0 2v33c0 1.1.9 2 2 2h33c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-youtube.icon-after.icon-pink:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M16.3 27.5c-.3.5-.6.7-.9.7-.2 0-.3-.1-.3-.3v-6.5h-1.5v6.4c0 .6 0 1 .1 1.2.1.4.5.6.9.6.5 0 1.1-.3 1.7-1v.9h1.5v-8h-1.5v6zM21.8 27.1c0 .7-.2 1.1-.6 1.1-.2 0-.5-.1-.7-.4v-4.9c.2-.2.5-.4.7-.4.4 0 .6.4.6 1.1v3.5zm.2-5.9c-.5 0-1 .3-1.5.9v-3.5H19v10.8h1.5v-.8c.5.6 1 .9 1.5.9.6 0 1-.3 1.2-.9.1-.3.1-.9.1-1.6v-3.2c0-.8-.1-1.3-.1-1.6-.3-.7-.7-1-1.2-1'/%3E%3Cpath d='M8.2 20.1h1.7v9.3h1.7v-9.3h1.7v-1.5H8.2z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='c' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M17.5 13.9c.5 0 .7-.4.7-1.1V9.3c0-.8-.2-1.1-.7-1.1-.5 0-.7.4-.7 1.1v3.4c0 .8.2 1.2.7 1.2M27.3 24.4h-1.5v-.7c0-.7.2-1.1.7-1.1.5 0 .7.4.7 1.1v.7zm-.7-3.2c-.7 0-1.3.3-1.7.8-.3.4-.5 1-.5 1.9v2.8c0 .9.2 1.5.5 1.9.4.5 1 .8 1.8.8s1.4-.3 1.8-.9c.2-.3.3-.5.3-.9v-1.1h-1.5v1c-.1.4-.3.6-.7.6-.5 0-.7-.4-.7-1.1v-1.4h2.9V24c0-.9-.1-1.5-.5-1.9-.4-.6-1-.9-1.7-.9'/%3E%3Cpath clip-path='url(%23d)' d='M30.1 30.1c-.3 1.3-1.3 2.2-2.6 2.4-3 .3-6 .3-9 .3s-6 0-9-.3c-1.3-.1-2.3-1.1-2.6-2.4-.4-1.8-.4-3.8-.4-5.7s0-3.9.4-5.7c.3-1.3 1.3-2.2 2.6-2.4 3-.3 6-.3 9-.3s6 0 9 .3c1.3.1 2.3 1.1 2.6 2.4.4 1.8.4 3.8.4 5.7s.1 3.9-.4 5.7M11.4 4.2l1.2 4.3 1.1-4.3h1.7l-2 6.5v4.4h-1.6v-4.4c-.1-.8-.5-1.9-1-3.5-.3-1-.7-2-1-3h1.6zm3.9 5.4c0-.9.1-1.5.5-1.9.4-.6 1-.8 1.7-.8s1.3.3 1.7.8c.3.4.5 1 .5 1.9v2.8c0 .9-.1 1.5-.5 1.9-.4.6-1 .8-1.7.8s-1.3-.3-1.7-.8c-.3-.4-.5-1-.5-1.9V9.6zM20.9 7h1.5v6.6c0 .2.1.3.3.3.3 0 .6-.2.9-.7V7h1.5v8.1h-1.5v-.9c-.6.7-1.1 1-1.7 1-.5 0-.8-.2-.9-.6-.1-.2-.1-.6-.1-1.2V7zM35 0H2C.9 0 0 .9 0 2v33c0 1.1.9 2 2 2h33c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-youtube.icon-after.icon-pink:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M16.3 27.5c-.3.5-.6.7-.9.7-.2 0-.3-.1-.3-.3v-6.5h-1.5v6.4c0 .6 0 1 .1 1.2.1.4.5.6.9.6.5 0 1.1-.3 1.7-1v.9h1.5v-8h-1.5v6zM21.8 27.1c0 .7-.2 1.1-.6 1.1-.2 0-.5-.1-.7-.4v-4.9c.2-.2.5-.4.7-.4.4 0 .6.4.6 1.1v3.5zm.2-5.9c-.5 0-1 .3-1.5.9v-3.5H19v10.8h1.5v-.8c.5.6 1 .9 1.5.9.6 0 1-.3 1.2-.9.1-.3.1-.9.1-1.6v-3.2c0-.8-.1-1.3-.1-1.6-.3-.7-.7-1-1.2-1'/%3E%3Cpath d='M8.2 20.1h1.7v9.3h1.7v-9.3h1.7v-1.5H8.2z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='c' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M17.5 13.9c.5 0 .7-.4.7-1.1V9.3c0-.8-.2-1.1-.7-1.1-.5 0-.7.4-.7 1.1v3.4c0 .8.2 1.2.7 1.2M27.3 24.4h-1.5v-.7c0-.7.2-1.1.7-1.1.5 0 .7.4.7 1.1v.7zm-.7-3.2c-.7 0-1.3.3-1.7.8-.3.4-.5 1-.5 1.9v2.8c0 .9.2 1.5.5 1.9.4.5 1 .8 1.8.8s1.4-.3 1.8-.9c.2-.3.3-.5.3-.9v-1.1h-1.5v1c-.1.4-.3.6-.7.6-.5 0-.7-.4-.7-1.1v-1.4h2.9V24c0-.9-.1-1.5-.5-1.9-.4-.6-1-.9-1.7-.9'/%3E%3Cpath clip-path='url(%23d)' d='M30.1 30.1c-.3 1.3-1.3 2.2-2.6 2.4-3 .3-6 .3-9 .3s-6 0-9-.3c-1.3-.1-2.3-1.1-2.6-2.4-.4-1.8-.4-3.8-.4-5.7s0-3.9.4-5.7c.3-1.3 1.3-2.2 2.6-2.4 3-.3 6-.3 9-.3s6 0 9 .3c1.3.1 2.3 1.1 2.6 2.4.4 1.8.4 3.8.4 5.7s.1 3.9-.4 5.7M11.4 4.2l1.2 4.3 1.1-4.3h1.7l-2 6.5v4.4h-1.6v-4.4c-.1-.8-.5-1.9-1-3.5-.3-1-.7-2-1-3h1.6zm3.9 5.4c0-.9.1-1.5.5-1.9.4-.6 1-.8 1.7-.8s1.3.3 1.7.8c.3.4.5 1 .5 1.9v2.8c0 .9-.1 1.5-.5 1.9-.4.6-1 .8-1.7.8s-1.3-.3-1.7-.8c-.3-.4-.5-1-.5-1.9V9.6zM20.9 7h1.5v6.6c0 .2.1.3.3.3.3 0 .6-.2.9-.7V7h1.5v8.1h-1.5v-.9c-.6.7-1.1 1-1.7 1-.5 0-.8-.2-.9-.6-.1-.2-.1-.6-.1-1.2V7zM35 0H2C.9 0 0 .9 0 2v33c0 1.1.9 2 2 2h33c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-youtube.icon-after.icon-white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M16.3 27.5c-.3.5-.6.7-.9.7-.2 0-.3-.1-.3-.3v-6.5h-1.5v6.4c0 .6 0 1 .1 1.2.1.4.5.6.9.6.5 0 1.1-.3 1.7-1v.9h1.5v-8h-1.5v6zM21.8 27.1c0 .7-.2 1.1-.6 1.1-.2 0-.5-.1-.7-.4v-4.9c.2-.2.5-.4.7-.4.4 0 .6.4.6 1.1v3.5zm.2-5.9c-.5 0-1 .3-1.5.9v-3.5H19v10.8h1.5v-.8c.5.6 1 .9 1.5.9.6 0 1-.3 1.2-.9.1-.3.1-.9.1-1.6v-3.2c0-.8-.1-1.3-.1-1.6-.3-.7-.7-1-1.2-1'/%3E%3Cpath d='M8.2 20.1h1.7v9.3h1.7v-9.3h1.7v-1.5H8.2z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='c' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M17.5 13.9c.5 0 .7-.4.7-1.1V9.3c0-.8-.2-1.1-.7-1.1-.5 0-.7.4-.7 1.1v3.4c0 .8.2 1.2.7 1.2M27.3 24.4h-1.5v-.7c0-.7.2-1.1.7-1.1.5 0 .7.4.7 1.1v.7zm-.7-3.2c-.7 0-1.3.3-1.7.8-.3.4-.5 1-.5 1.9v2.8c0 .9.2 1.5.5 1.9.4.5 1 .8 1.8.8s1.4-.3 1.8-.9c.2-.3.3-.5.3-.9v-1.1h-1.5v1c-.1.4-.3.6-.7.6-.5 0-.7-.4-.7-1.1v-1.4h2.9V24c0-.9-.1-1.5-.5-1.9-.4-.6-1-.9-1.7-.9'/%3E%3Cpath clip-path='url(%23d)' d='M30.1 30.1c-.3 1.3-1.3 2.2-2.6 2.4-3 .3-6 .3-9 .3s-6 0-9-.3c-1.3-.1-2.3-1.1-2.6-2.4-.4-1.8-.4-3.8-.4-5.7s0-3.9.4-5.7c.3-1.3 1.3-2.2 2.6-2.4 3-.3 6-.3 9-.3s6 0 9 .3c1.3.1 2.3 1.1 2.6 2.4.4 1.8.4 3.8.4 5.7s.1 3.9-.4 5.7M11.4 4.2l1.2 4.3 1.1-4.3h1.7l-2 6.5v4.4h-1.6v-4.4c-.1-.8-.5-1.9-1-3.5-.3-1-.7-2-1-3h1.6zm3.9 5.4c0-.9.1-1.5.5-1.9.4-.6 1-.8 1.7-.8s1.3.3 1.7.8c.3.4.5 1 .5 1.9v2.8c0 .9-.1 1.5-.5 1.9-.4.6-1 .8-1.7.8s-1.3-.3-1.7-.8c-.3-.4-.5-1-.5-1.9V9.6zM20.9 7h1.5v6.6c0 .2.1.3.3.3.3 0 .6-.2.9-.7V7h1.5v8.1h-1.5v-.9c-.6.7-1.1 1-1.7 1-.5 0-.8-.2-.9-.6-.1-.2-.1-.6-.1-1.2V7zM35 0H2C.9 0 0 .9 0 2v33c0 1.1.9 2 2 2h33c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-youtube.icon-after.icon-white:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M16.3 27.5c-.3.5-.6.7-.9.7-.2 0-.3-.1-.3-.3v-6.5h-1.5v6.4c0 .6 0 1 .1 1.2.1.4.5.6.9.6.5 0 1.1-.3 1.7-1v.9h1.5v-8h-1.5v6zM21.8 27.1c0 .7-.2 1.1-.6 1.1-.2 0-.5-.1-.7-.4v-4.9c.2-.2.5-.4.7-.4.4 0 .6.4.6 1.1v3.5zm.2-5.9c-.5 0-1 .3-1.5.9v-3.5H19v10.8h1.5v-.8c.5.6 1 .9 1.5.9.6 0 1-.3 1.2-.9.1-.3.1-.9.1-1.6v-3.2c0-.8-.1-1.3-.1-1.6-.3-.7-.7-1-1.2-1'/%3E%3Cpath d='M8.2 20.1h1.7v9.3h1.7v-9.3h1.7v-1.5H8.2z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='c' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M17.5 13.9c.5 0 .7-.4.7-1.1V9.3c0-.8-.2-1.1-.7-1.1-.5 0-.7.4-.7 1.1v3.4c0 .8.2 1.2.7 1.2M27.3 24.4h-1.5v-.7c0-.7.2-1.1.7-1.1.5 0 .7.4.7 1.1v.7zm-.7-3.2c-.7 0-1.3.3-1.7.8-.3.4-.5 1-.5 1.9v2.8c0 .9.2 1.5.5 1.9.4.5 1 .8 1.8.8s1.4-.3 1.8-.9c.2-.3.3-.5.3-.9v-1.1h-1.5v1c-.1.4-.3.6-.7.6-.5 0-.7-.4-.7-1.1v-1.4h2.9V24c0-.9-.1-1.5-.5-1.9-.4-.6-1-.9-1.7-.9'/%3E%3Cpath clip-path='url(%23d)' d='M30.1 30.1c-.3 1.3-1.3 2.2-2.6 2.4-3 .3-6 .3-9 .3s-6 0-9-.3c-1.3-.1-2.3-1.1-2.6-2.4-.4-1.8-.4-3.8-.4-5.7s0-3.9.4-5.7c.3-1.3 1.3-2.2 2.6-2.4 3-.3 6-.3 9-.3s6 0 9 .3c1.3.1 2.3 1.1 2.6 2.4.4 1.8.4 3.8.4 5.7s.1 3.9-.4 5.7M11.4 4.2l1.2 4.3 1.1-4.3h1.7l-2 6.5v4.4h-1.6v-4.4c-.1-.8-.5-1.9-1-3.5-.3-1-.7-2-1-3h1.6zm3.9 5.4c0-.9.1-1.5.5-1.9.4-.6 1-.8 1.7-.8s1.3.3 1.7.8c.3.4.5 1 .5 1.9v2.8c0 .9-.1 1.5-.5 1.9-.4.6-1 .8-1.7.8s-1.3-.3-1.7-.8c-.3-.4-.5-1-.5-1.9V9.6zM20.9 7h1.5v6.6c0 .2.1.3.3.3.3 0 .6-.2.9-.7V7h1.5v8.1h-1.5v-.9c-.6.7-1.1 1-1.7 1-.5 0-.8-.2-.9-.6-.1-.2-.1-.6-.1-1.2V7zM35 0H2C.9 0 0 .9 0 2v33c0 1.1.9 2 2 2h33c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-youtube.icon-after.icon-gray:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 37 37'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M16.3 27.5c-.3.5-.6.7-.9.7-.2 0-.3-.1-.3-.3v-6.5h-1.5v6.4c0 .6 0 1 .1 1.2.1.4.5.6.9.6.5 0 1.1-.3 1.7-1v.9h1.5v-8h-1.5v6zM21.8 27.1c0 .7-.2 1.1-.6 1.1-.2 0-.5-.1-.7-.4v-4.9c.2-.2.5-.4.7-.4.4 0 .6.4.6 1.1v3.5zm.2-5.9c-.5 0-1 .3-1.5.9v-3.5H19v10.8h1.5v-.8c.5.6 1 .9 1.5.9.6 0 1-.3 1.2-.9.1-.3.1-.9.1-1.6v-3.2c0-.8-.1-1.3-.1-1.6-.3-.7-.7-1-1.2-1'/%3E%3Cpath d='M8.2 20.1h1.7v9.3h1.7v-9.3h1.7v-1.5H8.2z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='c' d='M0 0h37v37H0z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' d='M17.5 13.9c.5 0 .7-.4.7-1.1V9.3c0-.8-.2-1.1-.7-1.1-.5 0-.7.4-.7 1.1v3.4c0 .8.2 1.2.7 1.2M27.3 24.4h-1.5v-.7c0-.7.2-1.1.7-1.1.5 0 .7.4.7 1.1v.7zm-.7-3.2c-.7 0-1.3.3-1.7.8-.3.4-.5 1-.5 1.9v2.8c0 .9.2 1.5.5 1.9.4.5 1 .8 1.8.8s1.4-.3 1.8-.9c.2-.3.3-.5.3-.9v-1.1h-1.5v1c-.1.4-.3.6-.7.6-.5 0-.7-.4-.7-1.1v-1.4h2.9V24c0-.9-.1-1.5-.5-1.9-.4-.6-1-.9-1.7-.9'/%3E%3Cpath clip-path='url(%23d)' d='M30.1 30.1c-.3 1.3-1.3 2.2-2.6 2.4-3 .3-6 .3-9 .3s-6 0-9-.3c-1.3-.1-2.3-1.1-2.6-2.4-.4-1.8-.4-3.8-.4-5.7s0-3.9.4-5.7c.3-1.3 1.3-2.2 2.6-2.4 3-.3 6-.3 9-.3s6 0 9 .3c1.3.1 2.3 1.1 2.6 2.4.4 1.8.4 3.8.4 5.7s.1 3.9-.4 5.7M11.4 4.2l1.2 4.3 1.1-4.3h1.7l-2 6.5v4.4h-1.6v-4.4c-.1-.8-.5-1.9-1-3.5-.3-1-.7-2-1-3h1.6zm3.9 5.4c0-.9.1-1.5.5-1.9.4-.6 1-.8 1.7-.8s1.3.3 1.7.8c.3.4.5 1 .5 1.9v2.8c0 .9-.1 1.5-.5 1.9-.4.6-1 .8-1.7.8s-1.3-.3-1.7-.8c-.3-.4-.5-1-.5-1.9V9.6zM20.9 7h1.5v6.6c0 .2.1.3.3.3.3 0 .6-.2.9-.7V7h1.5v8.1h-1.5v-.9c-.6.7-1.1 1-1.7 1-.5 0-.8-.2-.9-.6-.1-.2-.1-.6-.1-1.2V7zM35 0H2C.9 0 0 .9 0 2v33c0 1.1.9 2 2 2h33c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-search.icon-before.icon-teal:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M11.4 20.8c-5.2 0-9.5-4.2-9.5-9.5s4.2-9.5 9.5-9.5 9.5 4.2 9.5 9.5-4.3 9.5-9.5 9.5M30 28.7l-10-10c1.7-2 2.7-4.5 2.7-7.3C22.7 5.1 17.6 0 11.4 0S0 5.1 0 11.4c0 6.3 5.1 11.4 11.4 11.4 2.8 0 5.3-1 7.3-2.7l10 10 1.3-1.4z'/%3E%3C/svg%3E");
}

.icon-search.icon-before.icon-teal:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M11.4 20.8c-5.2 0-9.5-4.2-9.5-9.5s4.2-9.5 9.5-9.5 9.5 4.2 9.5 9.5-4.3 9.5-9.5 9.5M30 28.7l-10-10c1.7-2 2.7-4.5 2.7-7.3C22.7 5.1 17.6 0 11.4 0S0 5.1 0 11.4c0 6.3 5.1 11.4 11.4 11.4 2.8 0 5.3-1 7.3-2.7l10 10 1.3-1.4z'/%3E%3C/svg%3E");
}

.icon-search.icon-before.icon-blue:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M11.4 20.8c-5.2 0-9.5-4.2-9.5-9.5s4.2-9.5 9.5-9.5 9.5 4.2 9.5 9.5-4.3 9.5-9.5 9.5M30 28.7l-10-10c1.7-2 2.7-4.5 2.7-7.3C22.7 5.1 17.6 0 11.4 0S0 5.1 0 11.4c0 6.3 5.1 11.4 11.4 11.4 2.8 0 5.3-1 7.3-2.7l10 10 1.3-1.4z'/%3E%3C/svg%3E");
}

.icon-search.icon-before.icon-blue:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M11.4 20.8c-5.2 0-9.5-4.2-9.5-9.5s4.2-9.5 9.5-9.5 9.5 4.2 9.5 9.5-4.3 9.5-9.5 9.5M30 28.7l-10-10c1.7-2 2.7-4.5 2.7-7.3C22.7 5.1 17.6 0 11.4 0S0 5.1 0 11.4c0 6.3 5.1 11.4 11.4 11.4 2.8 0 5.3-1 7.3-2.7l10 10 1.3-1.4z'/%3E%3C/svg%3E");
}

.icon-search.icon-before.icon-green:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M11.4 20.8c-5.2 0-9.5-4.2-9.5-9.5s4.2-9.5 9.5-9.5 9.5 4.2 9.5 9.5-4.3 9.5-9.5 9.5M30 28.7l-10-10c1.7-2 2.7-4.5 2.7-7.3C22.7 5.1 17.6 0 11.4 0S0 5.1 0 11.4c0 6.3 5.1 11.4 11.4 11.4 2.8 0 5.3-1 7.3-2.7l10 10 1.3-1.4z'/%3E%3C/svg%3E");
}

.icon-search.icon-before.icon-pink:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M11.4 20.8c-5.2 0-9.5-4.2-9.5-9.5s4.2-9.5 9.5-9.5 9.5 4.2 9.5 9.5-4.3 9.5-9.5 9.5M30 28.7l-10-10c1.7-2 2.7-4.5 2.7-7.3C22.7 5.1 17.6 0 11.4 0S0 5.1 0 11.4c0 6.3 5.1 11.4 11.4 11.4 2.8 0 5.3-1 7.3-2.7l10 10 1.3-1.4z'/%3E%3C/svg%3E");
}

.icon-search.icon-before.icon-pink:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M11.4 20.8c-5.2 0-9.5-4.2-9.5-9.5s4.2-9.5 9.5-9.5 9.5 4.2 9.5 9.5-4.3 9.5-9.5 9.5M30 28.7l-10-10c1.7-2 2.7-4.5 2.7-7.3C22.7 5.1 17.6 0 11.4 0S0 5.1 0 11.4c0 6.3 5.1 11.4 11.4 11.4 2.8 0 5.3-1 7.3-2.7l10 10 1.3-1.4z'/%3E%3C/svg%3E");
}

.icon-search.icon-before.icon-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M11.4 20.8c-5.2 0-9.5-4.2-9.5-9.5s4.2-9.5 9.5-9.5 9.5 4.2 9.5 9.5-4.3 9.5-9.5 9.5M30 28.7l-10-10c1.7-2 2.7-4.5 2.7-7.3C22.7 5.1 17.6 0 11.4 0S0 5.1 0 11.4c0 6.3 5.1 11.4 11.4 11.4 2.8 0 5.3-1 7.3-2.7l10 10 1.3-1.4z'/%3E%3C/svg%3E");
}

.icon-search.icon-before.icon-white:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M11.4 20.8c-5.2 0-9.5-4.2-9.5-9.5s4.2-9.5 9.5-9.5 9.5 4.2 9.5 9.5-4.3 9.5-9.5 9.5M30 28.7l-10-10c1.7-2 2.7-4.5 2.7-7.3C22.7 5.1 17.6 0 11.4 0S0 5.1 0 11.4c0 6.3 5.1 11.4 11.4 11.4 2.8 0 5.3-1 7.3-2.7l10 10 1.3-1.4z'/%3E%3C/svg%3E");
}

.icon-search.icon-before.icon-gray:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M11.4 20.8c-5.2 0-9.5-4.2-9.5-9.5s4.2-9.5 9.5-9.5 9.5 4.2 9.5 9.5-4.3 9.5-9.5 9.5M30 28.7l-10-10c1.7-2 2.7-4.5 2.7-7.3C22.7 5.1 17.6 0 11.4 0S0 5.1 0 11.4c0 6.3 5.1 11.4 11.4 11.4 2.8 0 5.3-1 7.3-2.7l10 10 1.3-1.4z'/%3E%3C/svg%3E");
}

.icon-search.icon-after.icon-teal:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M11.4 20.8c-5.2 0-9.5-4.2-9.5-9.5s4.2-9.5 9.5-9.5 9.5 4.2 9.5 9.5-4.3 9.5-9.5 9.5M30 28.7l-10-10c1.7-2 2.7-4.5 2.7-7.3C22.7 5.1 17.6 0 11.4 0S0 5.1 0 11.4c0 6.3 5.1 11.4 11.4 11.4 2.8 0 5.3-1 7.3-2.7l10 10 1.3-1.4z'/%3E%3C/svg%3E");
}

.icon-search.icon-after.icon-teal:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M11.4 20.8c-5.2 0-9.5-4.2-9.5-9.5s4.2-9.5 9.5-9.5 9.5 4.2 9.5 9.5-4.3 9.5-9.5 9.5M30 28.7l-10-10c1.7-2 2.7-4.5 2.7-7.3C22.7 5.1 17.6 0 11.4 0S0 5.1 0 11.4c0 6.3 5.1 11.4 11.4 11.4 2.8 0 5.3-1 7.3-2.7l10 10 1.3-1.4z'/%3E%3C/svg%3E");
}

.icon-search.icon-after.icon-blue:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M11.4 20.8c-5.2 0-9.5-4.2-9.5-9.5s4.2-9.5 9.5-9.5 9.5 4.2 9.5 9.5-4.3 9.5-9.5 9.5M30 28.7l-10-10c1.7-2 2.7-4.5 2.7-7.3C22.7 5.1 17.6 0 11.4 0S0 5.1 0 11.4c0 6.3 5.1 11.4 11.4 11.4 2.8 0 5.3-1 7.3-2.7l10 10 1.3-1.4z'/%3E%3C/svg%3E");
}

.icon-search.icon-after.icon-blue:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M11.4 20.8c-5.2 0-9.5-4.2-9.5-9.5s4.2-9.5 9.5-9.5 9.5 4.2 9.5 9.5-4.3 9.5-9.5 9.5M30 28.7l-10-10c1.7-2 2.7-4.5 2.7-7.3C22.7 5.1 17.6 0 11.4 0S0 5.1 0 11.4c0 6.3 5.1 11.4 11.4 11.4 2.8 0 5.3-1 7.3-2.7l10 10 1.3-1.4z'/%3E%3C/svg%3E");
}

.icon-search.icon-after.icon-green:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M11.4 20.8c-5.2 0-9.5-4.2-9.5-9.5s4.2-9.5 9.5-9.5 9.5 4.2 9.5 9.5-4.3 9.5-9.5 9.5M30 28.7l-10-10c1.7-2 2.7-4.5 2.7-7.3C22.7 5.1 17.6 0 11.4 0S0 5.1 0 11.4c0 6.3 5.1 11.4 11.4 11.4 2.8 0 5.3-1 7.3-2.7l10 10 1.3-1.4z'/%3E%3C/svg%3E");
}

.icon-search.icon-after.icon-pink:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M11.4 20.8c-5.2 0-9.5-4.2-9.5-9.5s4.2-9.5 9.5-9.5 9.5 4.2 9.5 9.5-4.3 9.5-9.5 9.5M30 28.7l-10-10c1.7-2 2.7-4.5 2.7-7.3C22.7 5.1 17.6 0 11.4 0S0 5.1 0 11.4c0 6.3 5.1 11.4 11.4 11.4 2.8 0 5.3-1 7.3-2.7l10 10 1.3-1.4z'/%3E%3C/svg%3E");
}

.icon-search.icon-after.icon-pink:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M11.4 20.8c-5.2 0-9.5-4.2-9.5-9.5s4.2-9.5 9.5-9.5 9.5 4.2 9.5 9.5-4.3 9.5-9.5 9.5M30 28.7l-10-10c1.7-2 2.7-4.5 2.7-7.3C22.7 5.1 17.6 0 11.4 0S0 5.1 0 11.4c0 6.3 5.1 11.4 11.4 11.4 2.8 0 5.3-1 7.3-2.7l10 10 1.3-1.4z'/%3E%3C/svg%3E");
}

.icon-search.icon-after.icon-white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M11.4 20.8c-5.2 0-9.5-4.2-9.5-9.5s4.2-9.5 9.5-9.5 9.5 4.2 9.5 9.5-4.3 9.5-9.5 9.5M30 28.7l-10-10c1.7-2 2.7-4.5 2.7-7.3C22.7 5.1 17.6 0 11.4 0S0 5.1 0 11.4c0 6.3 5.1 11.4 11.4 11.4 2.8 0 5.3-1 7.3-2.7l10 10 1.3-1.4z'/%3E%3C/svg%3E");
}

.icon-search.icon-after.icon-white:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M11.4 20.8c-5.2 0-9.5-4.2-9.5-9.5s4.2-9.5 9.5-9.5 9.5 4.2 9.5 9.5-4.3 9.5-9.5 9.5M30 28.7l-10-10c1.7-2 2.7-4.5 2.7-7.3C22.7 5.1 17.6 0 11.4 0S0 5.1 0 11.4c0 6.3 5.1 11.4 11.4 11.4 2.8 0 5.3-1 7.3-2.7l10 10 1.3-1.4z'/%3E%3C/svg%3E");
}

.icon-search.icon-after.icon-gray:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h30v30H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M11.4 20.8c-5.2 0-9.5-4.2-9.5-9.5s4.2-9.5 9.5-9.5 9.5 4.2 9.5 9.5-4.3 9.5-9.5 9.5M30 28.7l-10-10c1.7-2 2.7-4.5 2.7-7.3C22.7 5.1 17.6 0 11.4 0S0 5.1 0 11.4c0 6.3 5.1 11.4 11.4 11.4 2.8 0 5.3-1 7.3-2.7l10 10 1.3-1.4z'/%3E%3C/svg%3E");
}

.icon-download.icon-before.icon-teal:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 193.1 190.5'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h193.1v190.5H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M181.1 178.6h-169V131h36.2v17.9c0 3.3 2.7 6 6 6h84.5c3.3 0 6-2.7 6-6V131H181v47.6zm6-178.6h-36.2v11.9h30.2v107.2h-42.2c-3.3 0-6 2.7-6 6V143H60.4v-18c0-3.3-2.7-6-6-6H12.1V11.9h30.2V0H6C2.7 0 0 2.7 0 6v178.5c0 3.3 2.7 6 6 6h181.1c3.3 0 6-2.7 6-6V6c0-3.3-2.7-6-6-6'/%3E%3Cpath clip-path='url(%23b)' d='M96.6 113.1c1.5 0 3.1-.6 4.3-1.7L137 75.7l-8.5-8.4-25.9 25.6V0H90.5v92.8L64.6 67.2l-8.5 8.4 36.2 35.7c1.2 1.3 2.7 1.8 4.3 1.8'/%3E%3C/svg%3E");
}

.icon-download.icon-before.icon-teal:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 193.1 190.5'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h193.1v190.5H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M181.1 178.6h-169V131h36.2v17.9c0 3.3 2.7 6 6 6h84.5c3.3 0 6-2.7 6-6V131H181v47.6zm6-178.6h-36.2v11.9h30.2v107.2h-42.2c-3.3 0-6 2.7-6 6V143H60.4v-18c0-3.3-2.7-6-6-6H12.1V11.9h30.2V0H6C2.7 0 0 2.7 0 6v178.5c0 3.3 2.7 6 6 6h181.1c3.3 0 6-2.7 6-6V6c0-3.3-2.7-6-6-6'/%3E%3Cpath clip-path='url(%23b)' d='M96.6 113.1c1.5 0 3.1-.6 4.3-1.7L137 75.7l-8.5-8.4-25.9 25.6V0H90.5v92.8L64.6 67.2l-8.5 8.4 36.2 35.7c1.2 1.3 2.7 1.8 4.3 1.8'/%3E%3C/svg%3E");
}

.icon-download.icon-before.icon-blue:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 193.1 190.5'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h193.1v190.5H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M181.1 178.6h-169V131h36.2v17.9c0 3.3 2.7 6 6 6h84.5c3.3 0 6-2.7 6-6V131H181v47.6zm6-178.6h-36.2v11.9h30.2v107.2h-42.2c-3.3 0-6 2.7-6 6V143H60.4v-18c0-3.3-2.7-6-6-6H12.1V11.9h30.2V0H6C2.7 0 0 2.7 0 6v178.5c0 3.3 2.7 6 6 6h181.1c3.3 0 6-2.7 6-6V6c0-3.3-2.7-6-6-6'/%3E%3Cpath clip-path='url(%23b)' d='M96.6 113.1c1.5 0 3.1-.6 4.3-1.7L137 75.7l-8.5-8.4-25.9 25.6V0H90.5v92.8L64.6 67.2l-8.5 8.4 36.2 35.7c1.2 1.3 2.7 1.8 4.3 1.8'/%3E%3C/svg%3E");
}

.icon-download.icon-before.icon-blue:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 193.1 190.5'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h193.1v190.5H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M181.1 178.6h-169V131h36.2v17.9c0 3.3 2.7 6 6 6h84.5c3.3 0 6-2.7 6-6V131H181v47.6zm6-178.6h-36.2v11.9h30.2v107.2h-42.2c-3.3 0-6 2.7-6 6V143H60.4v-18c0-3.3-2.7-6-6-6H12.1V11.9h30.2V0H6C2.7 0 0 2.7 0 6v178.5c0 3.3 2.7 6 6 6h181.1c3.3 0 6-2.7 6-6V6c0-3.3-2.7-6-6-6'/%3E%3Cpath clip-path='url(%23b)' d='M96.6 113.1c1.5 0 3.1-.6 4.3-1.7L137 75.7l-8.5-8.4-25.9 25.6V0H90.5v92.8L64.6 67.2l-8.5 8.4 36.2 35.7c1.2 1.3 2.7 1.8 4.3 1.8'/%3E%3C/svg%3E");
}

.icon-download.icon-before.icon-green:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 193.1 190.5'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h193.1v190.5H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M181.1 178.6h-169V131h36.2v17.9c0 3.3 2.7 6 6 6h84.5c3.3 0 6-2.7 6-6V131H181v47.6zm6-178.6h-36.2v11.9h30.2v107.2h-42.2c-3.3 0-6 2.7-6 6V143H60.4v-18c0-3.3-2.7-6-6-6H12.1V11.9h30.2V0H6C2.7 0 0 2.7 0 6v178.5c0 3.3 2.7 6 6 6h181.1c3.3 0 6-2.7 6-6V6c0-3.3-2.7-6-6-6'/%3E%3Cpath clip-path='url(%23b)' d='M96.6 113.1c1.5 0 3.1-.6 4.3-1.7L137 75.7l-8.5-8.4-25.9 25.6V0H90.5v92.8L64.6 67.2l-8.5 8.4 36.2 35.7c1.2 1.3 2.7 1.8 4.3 1.8'/%3E%3C/svg%3E");
}

.icon-download.icon-before.icon-pink:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 193.1 190.5'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h193.1v190.5H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M181.1 178.6h-169V131h36.2v17.9c0 3.3 2.7 6 6 6h84.5c3.3 0 6-2.7 6-6V131H181v47.6zm6-178.6h-36.2v11.9h30.2v107.2h-42.2c-3.3 0-6 2.7-6 6V143H60.4v-18c0-3.3-2.7-6-6-6H12.1V11.9h30.2V0H6C2.7 0 0 2.7 0 6v178.5c0 3.3 2.7 6 6 6h181.1c3.3 0 6-2.7 6-6V6c0-3.3-2.7-6-6-6'/%3E%3Cpath clip-path='url(%23b)' d='M96.6 113.1c1.5 0 3.1-.6 4.3-1.7L137 75.7l-8.5-8.4-25.9 25.6V0H90.5v92.8L64.6 67.2l-8.5 8.4 36.2 35.7c1.2 1.3 2.7 1.8 4.3 1.8'/%3E%3C/svg%3E");
}

.icon-download.icon-before.icon-pink:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 193.1 190.5'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h193.1v190.5H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M181.1 178.6h-169V131h36.2v17.9c0 3.3 2.7 6 6 6h84.5c3.3 0 6-2.7 6-6V131H181v47.6zm6-178.6h-36.2v11.9h30.2v107.2h-42.2c-3.3 0-6 2.7-6 6V143H60.4v-18c0-3.3-2.7-6-6-6H12.1V11.9h30.2V0H6C2.7 0 0 2.7 0 6v178.5c0 3.3 2.7 6 6 6h181.1c3.3 0 6-2.7 6-6V6c0-3.3-2.7-6-6-6'/%3E%3Cpath clip-path='url(%23b)' d='M96.6 113.1c1.5 0 3.1-.6 4.3-1.7L137 75.7l-8.5-8.4-25.9 25.6V0H90.5v92.8L64.6 67.2l-8.5 8.4 36.2 35.7c1.2 1.3 2.7 1.8 4.3 1.8'/%3E%3C/svg%3E");
}

.icon-download.icon-before.icon-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 193.1 190.5'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h193.1v190.5H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M181.1 178.6h-169V131h36.2v17.9c0 3.3 2.7 6 6 6h84.5c3.3 0 6-2.7 6-6V131H181v47.6zm6-178.6h-36.2v11.9h30.2v107.2h-42.2c-3.3 0-6 2.7-6 6V143H60.4v-18c0-3.3-2.7-6-6-6H12.1V11.9h30.2V0H6C2.7 0 0 2.7 0 6v178.5c0 3.3 2.7 6 6 6h181.1c3.3 0 6-2.7 6-6V6c0-3.3-2.7-6-6-6'/%3E%3Cpath clip-path='url(%23b)' d='M96.6 113.1c1.5 0 3.1-.6 4.3-1.7L137 75.7l-8.5-8.4-25.9 25.6V0H90.5v92.8L64.6 67.2l-8.5 8.4 36.2 35.7c1.2 1.3 2.7 1.8 4.3 1.8'/%3E%3C/svg%3E");
}

.icon-download.icon-before.icon-white:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 193.1 190.5'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h193.1v190.5H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M181.1 178.6h-169V131h36.2v17.9c0 3.3 2.7 6 6 6h84.5c3.3 0 6-2.7 6-6V131H181v47.6zm6-178.6h-36.2v11.9h30.2v107.2h-42.2c-3.3 0-6 2.7-6 6V143H60.4v-18c0-3.3-2.7-6-6-6H12.1V11.9h30.2V0H6C2.7 0 0 2.7 0 6v178.5c0 3.3 2.7 6 6 6h181.1c3.3 0 6-2.7 6-6V6c0-3.3-2.7-6-6-6'/%3E%3Cpath clip-path='url(%23b)' d='M96.6 113.1c1.5 0 3.1-.6 4.3-1.7L137 75.7l-8.5-8.4-25.9 25.6V0H90.5v92.8L64.6 67.2l-8.5 8.4 36.2 35.7c1.2 1.3 2.7 1.8 4.3 1.8'/%3E%3C/svg%3E");
}

.icon-download.icon-before.icon-gray:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 193.1 190.5'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h193.1v190.5H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M181.1 178.6h-169V131h36.2v17.9c0 3.3 2.7 6 6 6h84.5c3.3 0 6-2.7 6-6V131H181v47.6zm6-178.6h-36.2v11.9h30.2v107.2h-42.2c-3.3 0-6 2.7-6 6V143H60.4v-18c0-3.3-2.7-6-6-6H12.1V11.9h30.2V0H6C2.7 0 0 2.7 0 6v178.5c0 3.3 2.7 6 6 6h181.1c3.3 0 6-2.7 6-6V6c0-3.3-2.7-6-6-6'/%3E%3Cpath clip-path='url(%23b)' d='M96.6 113.1c1.5 0 3.1-.6 4.3-1.7L137 75.7l-8.5-8.4-25.9 25.6V0H90.5v92.8L64.6 67.2l-8.5 8.4 36.2 35.7c1.2 1.3 2.7 1.8 4.3 1.8'/%3E%3C/svg%3E");
}

.icon-download.icon-after.icon-teal:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 193.1 190.5'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h193.1v190.5H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M181.1 178.6h-169V131h36.2v17.9c0 3.3 2.7 6 6 6h84.5c3.3 0 6-2.7 6-6V131H181v47.6zm6-178.6h-36.2v11.9h30.2v107.2h-42.2c-3.3 0-6 2.7-6 6V143H60.4v-18c0-3.3-2.7-6-6-6H12.1V11.9h30.2V0H6C2.7 0 0 2.7 0 6v178.5c0 3.3 2.7 6 6 6h181.1c3.3 0 6-2.7 6-6V6c0-3.3-2.7-6-6-6'/%3E%3Cpath clip-path='url(%23b)' d='M96.6 113.1c1.5 0 3.1-.6 4.3-1.7L137 75.7l-8.5-8.4-25.9 25.6V0H90.5v92.8L64.6 67.2l-8.5 8.4 36.2 35.7c1.2 1.3 2.7 1.8 4.3 1.8'/%3E%3C/svg%3E");
}

.icon-download.icon-after.icon-teal:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 193.1 190.5'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h193.1v190.5H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M181.1 178.6h-169V131h36.2v17.9c0 3.3 2.7 6 6 6h84.5c3.3 0 6-2.7 6-6V131H181v47.6zm6-178.6h-36.2v11.9h30.2v107.2h-42.2c-3.3 0-6 2.7-6 6V143H60.4v-18c0-3.3-2.7-6-6-6H12.1V11.9h30.2V0H6C2.7 0 0 2.7 0 6v178.5c0 3.3 2.7 6 6 6h181.1c3.3 0 6-2.7 6-6V6c0-3.3-2.7-6-6-6'/%3E%3Cpath clip-path='url(%23b)' d='M96.6 113.1c1.5 0 3.1-.6 4.3-1.7L137 75.7l-8.5-8.4-25.9 25.6V0H90.5v92.8L64.6 67.2l-8.5 8.4 36.2 35.7c1.2 1.3 2.7 1.8 4.3 1.8'/%3E%3C/svg%3E");
}

.icon-download.icon-after.icon-blue:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 193.1 190.5'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h193.1v190.5H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M181.1 178.6h-169V131h36.2v17.9c0 3.3 2.7 6 6 6h84.5c3.3 0 6-2.7 6-6V131H181v47.6zm6-178.6h-36.2v11.9h30.2v107.2h-42.2c-3.3 0-6 2.7-6 6V143H60.4v-18c0-3.3-2.7-6-6-6H12.1V11.9h30.2V0H6C2.7 0 0 2.7 0 6v178.5c0 3.3 2.7 6 6 6h181.1c3.3 0 6-2.7 6-6V6c0-3.3-2.7-6-6-6'/%3E%3Cpath clip-path='url(%23b)' d='M96.6 113.1c1.5 0 3.1-.6 4.3-1.7L137 75.7l-8.5-8.4-25.9 25.6V0H90.5v92.8L64.6 67.2l-8.5 8.4 36.2 35.7c1.2 1.3 2.7 1.8 4.3 1.8'/%3E%3C/svg%3E");
}

.icon-download.icon-after.icon-blue:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 193.1 190.5'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h193.1v190.5H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M181.1 178.6h-169V131h36.2v17.9c0 3.3 2.7 6 6 6h84.5c3.3 0 6-2.7 6-6V131H181v47.6zm6-178.6h-36.2v11.9h30.2v107.2h-42.2c-3.3 0-6 2.7-6 6V143H60.4v-18c0-3.3-2.7-6-6-6H12.1V11.9h30.2V0H6C2.7 0 0 2.7 0 6v178.5c0 3.3 2.7 6 6 6h181.1c3.3 0 6-2.7 6-6V6c0-3.3-2.7-6-6-6'/%3E%3Cpath clip-path='url(%23b)' d='M96.6 113.1c1.5 0 3.1-.6 4.3-1.7L137 75.7l-8.5-8.4-25.9 25.6V0H90.5v92.8L64.6 67.2l-8.5 8.4 36.2 35.7c1.2 1.3 2.7 1.8 4.3 1.8'/%3E%3C/svg%3E");
}

.icon-download.icon-after.icon-green:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 193.1 190.5'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h193.1v190.5H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M181.1 178.6h-169V131h36.2v17.9c0 3.3 2.7 6 6 6h84.5c3.3 0 6-2.7 6-6V131H181v47.6zm6-178.6h-36.2v11.9h30.2v107.2h-42.2c-3.3 0-6 2.7-6 6V143H60.4v-18c0-3.3-2.7-6-6-6H12.1V11.9h30.2V0H6C2.7 0 0 2.7 0 6v178.5c0 3.3 2.7 6 6 6h181.1c3.3 0 6-2.7 6-6V6c0-3.3-2.7-6-6-6'/%3E%3Cpath clip-path='url(%23b)' d='M96.6 113.1c1.5 0 3.1-.6 4.3-1.7L137 75.7l-8.5-8.4-25.9 25.6V0H90.5v92.8L64.6 67.2l-8.5 8.4 36.2 35.7c1.2 1.3 2.7 1.8 4.3 1.8'/%3E%3C/svg%3E");
}

.icon-download.icon-after.icon-pink:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 193.1 190.5'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h193.1v190.5H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M181.1 178.6h-169V131h36.2v17.9c0 3.3 2.7 6 6 6h84.5c3.3 0 6-2.7 6-6V131H181v47.6zm6-178.6h-36.2v11.9h30.2v107.2h-42.2c-3.3 0-6 2.7-6 6V143H60.4v-18c0-3.3-2.7-6-6-6H12.1V11.9h30.2V0H6C2.7 0 0 2.7 0 6v178.5c0 3.3 2.7 6 6 6h181.1c3.3 0 6-2.7 6-6V6c0-3.3-2.7-6-6-6'/%3E%3Cpath clip-path='url(%23b)' d='M96.6 113.1c1.5 0 3.1-.6 4.3-1.7L137 75.7l-8.5-8.4-25.9 25.6V0H90.5v92.8L64.6 67.2l-8.5 8.4 36.2 35.7c1.2 1.3 2.7 1.8 4.3 1.8'/%3E%3C/svg%3E");
}

.icon-download.icon-after.icon-pink:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 193.1 190.5'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h193.1v190.5H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M181.1 178.6h-169V131h36.2v17.9c0 3.3 2.7 6 6 6h84.5c3.3 0 6-2.7 6-6V131H181v47.6zm6-178.6h-36.2v11.9h30.2v107.2h-42.2c-3.3 0-6 2.7-6 6V143H60.4v-18c0-3.3-2.7-6-6-6H12.1V11.9h30.2V0H6C2.7 0 0 2.7 0 6v178.5c0 3.3 2.7 6 6 6h181.1c3.3 0 6-2.7 6-6V6c0-3.3-2.7-6-6-6'/%3E%3Cpath clip-path='url(%23b)' d='M96.6 113.1c1.5 0 3.1-.6 4.3-1.7L137 75.7l-8.5-8.4-25.9 25.6V0H90.5v92.8L64.6 67.2l-8.5 8.4 36.2 35.7c1.2 1.3 2.7 1.8 4.3 1.8'/%3E%3C/svg%3E");
}

.icon-download.icon-after.icon-white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 193.1 190.5'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h193.1v190.5H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M181.1 178.6h-169V131h36.2v17.9c0 3.3 2.7 6 6 6h84.5c3.3 0 6-2.7 6-6V131H181v47.6zm6-178.6h-36.2v11.9h30.2v107.2h-42.2c-3.3 0-6 2.7-6 6V143H60.4v-18c0-3.3-2.7-6-6-6H12.1V11.9h30.2V0H6C2.7 0 0 2.7 0 6v178.5c0 3.3 2.7 6 6 6h181.1c3.3 0 6-2.7 6-6V6c0-3.3-2.7-6-6-6'/%3E%3Cpath clip-path='url(%23b)' d='M96.6 113.1c1.5 0 3.1-.6 4.3-1.7L137 75.7l-8.5-8.4-25.9 25.6V0H90.5v92.8L64.6 67.2l-8.5 8.4 36.2 35.7c1.2 1.3 2.7 1.8 4.3 1.8'/%3E%3C/svg%3E");
}

.icon-download.icon-after.icon-white:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 193.1 190.5'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h193.1v190.5H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M181.1 178.6h-169V131h36.2v17.9c0 3.3 2.7 6 6 6h84.5c3.3 0 6-2.7 6-6V131H181v47.6zm6-178.6h-36.2v11.9h30.2v107.2h-42.2c-3.3 0-6 2.7-6 6V143H60.4v-18c0-3.3-2.7-6-6-6H12.1V11.9h30.2V0H6C2.7 0 0 2.7 0 6v178.5c0 3.3 2.7 6 6 6h181.1c3.3 0 6-2.7 6-6V6c0-3.3-2.7-6-6-6'/%3E%3Cpath clip-path='url(%23b)' d='M96.6 113.1c1.5 0 3.1-.6 4.3-1.7L137 75.7l-8.5-8.4-25.9 25.6V0H90.5v92.8L64.6 67.2l-8.5 8.4 36.2 35.7c1.2 1.3 2.7 1.8 4.3 1.8'/%3E%3C/svg%3E");
}

.icon-download.icon-after.icon-gray:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 193.1 190.5'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h193.1v190.5H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M181.1 178.6h-169V131h36.2v17.9c0 3.3 2.7 6 6 6h84.5c3.3 0 6-2.7 6-6V131H181v47.6zm6-178.6h-36.2v11.9h30.2v107.2h-42.2c-3.3 0-6 2.7-6 6V143H60.4v-18c0-3.3-2.7-6-6-6H12.1V11.9h30.2V0H6C2.7 0 0 2.7 0 6v178.5c0 3.3 2.7 6 6 6h181.1c3.3 0 6-2.7 6-6V6c0-3.3-2.7-6-6-6'/%3E%3Cpath clip-path='url(%23b)' d='M96.6 113.1c1.5 0 3.1-.6 4.3-1.7L137 75.7l-8.5-8.4-25.9 25.6V0H90.5v92.8L64.6 67.2l-8.5 8.4 36.2 35.7c1.2 1.3 2.7 1.8 4.3 1.8'/%3E%3C/svg%3E");
}

.icon-file.icon-before.icon-teal:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 26 32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h26v32H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M24 30H2V8h5c.6 0 1-.4 1-1V2h16v28zM6 3.4V6H3.4L6 3.4zM25 0H7c-.3 0-.5.1-.7.3l-6 6c-.2.2-.3.4-.3.7v24c0 .6.4 1 1 1h24c.6 0 1-.4 1-1V1c0-.6-.4-1-1-1'/%3E%3Cpath d='M5 14h16v2H5zM5 19h16v2H5zM5 24h16v2H5z'/%3E%3C/svg%3E");
}

.icon-file.icon-before.icon-teal:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 26 32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h26v32H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M24 30H2V8h5c.6 0 1-.4 1-1V2h16v28zM6 3.4V6H3.4L6 3.4zM25 0H7c-.3 0-.5.1-.7.3l-6 6c-.2.2-.3.4-.3.7v24c0 .6.4 1 1 1h24c.6 0 1-.4 1-1V1c0-.6-.4-1-1-1'/%3E%3Cpath d='M5 14h16v2H5zM5 19h16v2H5zM5 24h16v2H5z'/%3E%3C/svg%3E");
}

.icon-file.icon-before.icon-blue:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 26 32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h26v32H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M24 30H2V8h5c.6 0 1-.4 1-1V2h16v28zM6 3.4V6H3.4L6 3.4zM25 0H7c-.3 0-.5.1-.7.3l-6 6c-.2.2-.3.4-.3.7v24c0 .6.4 1 1 1h24c.6 0 1-.4 1-1V1c0-.6-.4-1-1-1'/%3E%3Cpath d='M5 14h16v2H5zM5 19h16v2H5zM5 24h16v2H5z'/%3E%3C/svg%3E");
}

.icon-file.icon-before.icon-blue:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 26 32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h26v32H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M24 30H2V8h5c.6 0 1-.4 1-1V2h16v28zM6 3.4V6H3.4L6 3.4zM25 0H7c-.3 0-.5.1-.7.3l-6 6c-.2.2-.3.4-.3.7v24c0 .6.4 1 1 1h24c.6 0 1-.4 1-1V1c0-.6-.4-1-1-1'/%3E%3Cpath d='M5 14h16v2H5zM5 19h16v2H5zM5 24h16v2H5z'/%3E%3C/svg%3E");
}

.icon-file.icon-before.icon-green:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 26 32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h26v32H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M24 30H2V8h5c.6 0 1-.4 1-1V2h16v28zM6 3.4V6H3.4L6 3.4zM25 0H7c-.3 0-.5.1-.7.3l-6 6c-.2.2-.3.4-.3.7v24c0 .6.4 1 1 1h24c.6 0 1-.4 1-1V1c0-.6-.4-1-1-1'/%3E%3Cpath d='M5 14h16v2H5zM5 19h16v2H5zM5 24h16v2H5z'/%3E%3C/svg%3E");
}

.icon-file.icon-before.icon-pink:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 26 32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h26v32H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M24 30H2V8h5c.6 0 1-.4 1-1V2h16v28zM6 3.4V6H3.4L6 3.4zM25 0H7c-.3 0-.5.1-.7.3l-6 6c-.2.2-.3.4-.3.7v24c0 .6.4 1 1 1h24c.6 0 1-.4 1-1V1c0-.6-.4-1-1-1'/%3E%3Cpath d='M5 14h16v2H5zM5 19h16v2H5zM5 24h16v2H5z'/%3E%3C/svg%3E");
}

.icon-file.icon-before.icon-pink:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 26 32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h26v32H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M24 30H2V8h5c.6 0 1-.4 1-1V2h16v28zM6 3.4V6H3.4L6 3.4zM25 0H7c-.3 0-.5.1-.7.3l-6 6c-.2.2-.3.4-.3.7v24c0 .6.4 1 1 1h24c.6 0 1-.4 1-1V1c0-.6-.4-1-1-1'/%3E%3Cpath d='M5 14h16v2H5zM5 19h16v2H5zM5 24h16v2H5z'/%3E%3C/svg%3E");
}

.icon-file.icon-before.icon-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 26 32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h26v32H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M24 30H2V8h5c.6 0 1-.4 1-1V2h16v28zM6 3.4V6H3.4L6 3.4zM25 0H7c-.3 0-.5.1-.7.3l-6 6c-.2.2-.3.4-.3.7v24c0 .6.4 1 1 1h24c.6 0 1-.4 1-1V1c0-.6-.4-1-1-1'/%3E%3Cpath d='M5 14h16v2H5zM5 19h16v2H5zM5 24h16v2H5z'/%3E%3C/svg%3E");
}

.icon-file.icon-before.icon-white:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 26 32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h26v32H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M24 30H2V8h5c.6 0 1-.4 1-1V2h16v28zM6 3.4V6H3.4L6 3.4zM25 0H7c-.3 0-.5.1-.7.3l-6 6c-.2.2-.3.4-.3.7v24c0 .6.4 1 1 1h24c.6 0 1-.4 1-1V1c0-.6-.4-1-1-1'/%3E%3Cpath d='M5 14h16v2H5zM5 19h16v2H5zM5 24h16v2H5z'/%3E%3C/svg%3E");
}

.icon-file.icon-before.icon-gray:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 26 32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h26v32H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M24 30H2V8h5c.6 0 1-.4 1-1V2h16v28zM6 3.4V6H3.4L6 3.4zM25 0H7c-.3 0-.5.1-.7.3l-6 6c-.2.2-.3.4-.3.7v24c0 .6.4 1 1 1h24c.6 0 1-.4 1-1V1c0-.6-.4-1-1-1'/%3E%3Cpath d='M5 14h16v2H5zM5 19h16v2H5zM5 24h16v2H5z'/%3E%3C/svg%3E");
}

.icon-file.icon-after.icon-teal:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 26 32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h26v32H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M24 30H2V8h5c.6 0 1-.4 1-1V2h16v28zM6 3.4V6H3.4L6 3.4zM25 0H7c-.3 0-.5.1-.7.3l-6 6c-.2.2-.3.4-.3.7v24c0 .6.4 1 1 1h24c.6 0 1-.4 1-1V1c0-.6-.4-1-1-1'/%3E%3Cpath d='M5 14h16v2H5zM5 19h16v2H5zM5 24h16v2H5z'/%3E%3C/svg%3E");
}

.icon-file.icon-after.icon-teal:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 26 32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h26v32H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M24 30H2V8h5c.6 0 1-.4 1-1V2h16v28zM6 3.4V6H3.4L6 3.4zM25 0H7c-.3 0-.5.1-.7.3l-6 6c-.2.2-.3.4-.3.7v24c0 .6.4 1 1 1h24c.6 0 1-.4 1-1V1c0-.6-.4-1-1-1'/%3E%3Cpath d='M5 14h16v2H5zM5 19h16v2H5zM5 24h16v2H5z'/%3E%3C/svg%3E");
}

.icon-file.icon-after.icon-blue:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 26 32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h26v32H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M24 30H2V8h5c.6 0 1-.4 1-1V2h16v28zM6 3.4V6H3.4L6 3.4zM25 0H7c-.3 0-.5.1-.7.3l-6 6c-.2.2-.3.4-.3.7v24c0 .6.4 1 1 1h24c.6 0 1-.4 1-1V1c0-.6-.4-1-1-1'/%3E%3Cpath d='M5 14h16v2H5zM5 19h16v2H5zM5 24h16v2H5z'/%3E%3C/svg%3E");
}

.icon-file.icon-after.icon-blue:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 26 32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h26v32H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M24 30H2V8h5c.6 0 1-.4 1-1V2h16v28zM6 3.4V6H3.4L6 3.4zM25 0H7c-.3 0-.5.1-.7.3l-6 6c-.2.2-.3.4-.3.7v24c0 .6.4 1 1 1h24c.6 0 1-.4 1-1V1c0-.6-.4-1-1-1'/%3E%3Cpath d='M5 14h16v2H5zM5 19h16v2H5zM5 24h16v2H5z'/%3E%3C/svg%3E");
}

.icon-file.icon-after.icon-green:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 26 32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h26v32H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M24 30H2V8h5c.6 0 1-.4 1-1V2h16v28zM6 3.4V6H3.4L6 3.4zM25 0H7c-.3 0-.5.1-.7.3l-6 6c-.2.2-.3.4-.3.7v24c0 .6.4 1 1 1h24c.6 0 1-.4 1-1V1c0-.6-.4-1-1-1'/%3E%3Cpath d='M5 14h16v2H5zM5 19h16v2H5zM5 24h16v2H5z'/%3E%3C/svg%3E");
}

.icon-file.icon-after.icon-pink:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 26 32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h26v32H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M24 30H2V8h5c.6 0 1-.4 1-1V2h16v28zM6 3.4V6H3.4L6 3.4zM25 0H7c-.3 0-.5.1-.7.3l-6 6c-.2.2-.3.4-.3.7v24c0 .6.4 1 1 1h24c.6 0 1-.4 1-1V1c0-.6-.4-1-1-1'/%3E%3Cpath d='M5 14h16v2H5zM5 19h16v2H5zM5 24h16v2H5z'/%3E%3C/svg%3E");
}

.icon-file.icon-after.icon-pink:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 26 32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h26v32H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M24 30H2V8h5c.6 0 1-.4 1-1V2h16v28zM6 3.4V6H3.4L6 3.4zM25 0H7c-.3 0-.5.1-.7.3l-6 6c-.2.2-.3.4-.3.7v24c0 .6.4 1 1 1h24c.6 0 1-.4 1-1V1c0-.6-.4-1-1-1'/%3E%3Cpath d='M5 14h16v2H5zM5 19h16v2H5zM5 24h16v2H5z'/%3E%3C/svg%3E");
}

.icon-file.icon-after.icon-white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 26 32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h26v32H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M24 30H2V8h5c.6 0 1-.4 1-1V2h16v28zM6 3.4V6H3.4L6 3.4zM25 0H7c-.3 0-.5.1-.7.3l-6 6c-.2.2-.3.4-.3.7v24c0 .6.4 1 1 1h24c.6 0 1-.4 1-1V1c0-.6-.4-1-1-1'/%3E%3Cpath d='M5 14h16v2H5zM5 19h16v2H5zM5 24h16v2H5z'/%3E%3C/svg%3E");
}

.icon-file.icon-after.icon-white:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 26 32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h26v32H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M24 30H2V8h5c.6 0 1-.4 1-1V2h16v28zM6 3.4V6H3.4L6 3.4zM25 0H7c-.3 0-.5.1-.7.3l-6 6c-.2.2-.3.4-.3.7v24c0 .6.4 1 1 1h24c.6 0 1-.4 1-1V1c0-.6-.4-1-1-1'/%3E%3Cpath d='M5 14h16v2H5zM5 19h16v2H5zM5 24h16v2H5z'/%3E%3C/svg%3E");
}

.icon-file.icon-after.icon-gray:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 26 32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h26v32H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M24 30H2V8h5c.6 0 1-.4 1-1V2h16v28zM6 3.4V6H3.4L6 3.4zM25 0H7c-.3 0-.5.1-.7.3l-6 6c-.2.2-.3.4-.3.7v24c0 .6.4 1 1 1h24c.6 0 1-.4 1-1V1c0-.6-.4-1-1-1'/%3E%3Cpath d='M5 14h16v2H5zM5 19h16v2H5zM5 24h16v2H5z'/%3E%3C/svg%3E");
}

.icon-faq.icon-before.icon-teal:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h32v32H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M2 22h8c.6 0 1 .4 1 1v5.6l6.3-6.3c.2-.2.4-.3.7-.3h12V2H2v20zm8 10c-.1 0-.3 0-.4-.1-.4-.1-.6-.5-.6-.9v-7H1c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1h30c.6 0 1 .4 1 1v22c0 .6-.4 1-1 1H18.4l-7.7 7.7c-.2.2-.4.3-.7.3'/%3E%3Cpath d='M6 6h20v2H6zM6 11h20v2H6zM6 16h20v2H6z'/%3E%3C/svg%3E");
}

.icon-faq.icon-before.icon-teal:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h32v32H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M2 22h8c.6 0 1 .4 1 1v5.6l6.3-6.3c.2-.2.4-.3.7-.3h12V2H2v20zm8 10c-.1 0-.3 0-.4-.1-.4-.1-.6-.5-.6-.9v-7H1c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1h30c.6 0 1 .4 1 1v22c0 .6-.4 1-1 1H18.4l-7.7 7.7c-.2.2-.4.3-.7.3'/%3E%3Cpath d='M6 6h20v2H6zM6 11h20v2H6zM6 16h20v2H6z'/%3E%3C/svg%3E");
}

.icon-faq.icon-before.icon-blue:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h32v32H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M2 22h8c.6 0 1 .4 1 1v5.6l6.3-6.3c.2-.2.4-.3.7-.3h12V2H2v20zm8 10c-.1 0-.3 0-.4-.1-.4-.1-.6-.5-.6-.9v-7H1c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1h30c.6 0 1 .4 1 1v22c0 .6-.4 1-1 1H18.4l-7.7 7.7c-.2.2-.4.3-.7.3'/%3E%3Cpath d='M6 6h20v2H6zM6 11h20v2H6zM6 16h20v2H6z'/%3E%3C/svg%3E");
}

.icon-faq.icon-before.icon-blue:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h32v32H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M2 22h8c.6 0 1 .4 1 1v5.6l6.3-6.3c.2-.2.4-.3.7-.3h12V2H2v20zm8 10c-.1 0-.3 0-.4-.1-.4-.1-.6-.5-.6-.9v-7H1c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1h30c.6 0 1 .4 1 1v22c0 .6-.4 1-1 1H18.4l-7.7 7.7c-.2.2-.4.3-.7.3'/%3E%3Cpath d='M6 6h20v2H6zM6 11h20v2H6zM6 16h20v2H6z'/%3E%3C/svg%3E");
}

.icon-faq.icon-before.icon-green:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h32v32H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M2 22h8c.6 0 1 .4 1 1v5.6l6.3-6.3c.2-.2.4-.3.7-.3h12V2H2v20zm8 10c-.1 0-.3 0-.4-.1-.4-.1-.6-.5-.6-.9v-7H1c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1h30c.6 0 1 .4 1 1v22c0 .6-.4 1-1 1H18.4l-7.7 7.7c-.2.2-.4.3-.7.3'/%3E%3Cpath d='M6 6h20v2H6zM6 11h20v2H6zM6 16h20v2H6z'/%3E%3C/svg%3E");
}

.icon-faq.icon-before.icon-pink:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h32v32H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M2 22h8c.6 0 1 .4 1 1v5.6l6.3-6.3c.2-.2.4-.3.7-.3h12V2H2v20zm8 10c-.1 0-.3 0-.4-.1-.4-.1-.6-.5-.6-.9v-7H1c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1h30c.6 0 1 .4 1 1v22c0 .6-.4 1-1 1H18.4l-7.7 7.7c-.2.2-.4.3-.7.3'/%3E%3Cpath d='M6 6h20v2H6zM6 11h20v2H6zM6 16h20v2H6z'/%3E%3C/svg%3E");
}

.icon-faq.icon-before.icon-pink:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h32v32H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M2 22h8c.6 0 1 .4 1 1v5.6l6.3-6.3c.2-.2.4-.3.7-.3h12V2H2v20zm8 10c-.1 0-.3 0-.4-.1-.4-.1-.6-.5-.6-.9v-7H1c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1h30c.6 0 1 .4 1 1v22c0 .6-.4 1-1 1H18.4l-7.7 7.7c-.2.2-.4.3-.7.3'/%3E%3Cpath d='M6 6h20v2H6zM6 11h20v2H6zM6 16h20v2H6z'/%3E%3C/svg%3E");
}

.icon-faq.icon-before.icon-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h32v32H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M2 22h8c.6 0 1 .4 1 1v5.6l6.3-6.3c.2-.2.4-.3.7-.3h12V2H2v20zm8 10c-.1 0-.3 0-.4-.1-.4-.1-.6-.5-.6-.9v-7H1c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1h30c.6 0 1 .4 1 1v22c0 .6-.4 1-1 1H18.4l-7.7 7.7c-.2.2-.4.3-.7.3'/%3E%3Cpath d='M6 6h20v2H6zM6 11h20v2H6zM6 16h20v2H6z'/%3E%3C/svg%3E");
}

.icon-faq.icon-before.icon-white:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h32v32H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M2 22h8c.6 0 1 .4 1 1v5.6l6.3-6.3c.2-.2.4-.3.7-.3h12V2H2v20zm8 10c-.1 0-.3 0-.4-.1-.4-.1-.6-.5-.6-.9v-7H1c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1h30c.6 0 1 .4 1 1v22c0 .6-.4 1-1 1H18.4l-7.7 7.7c-.2.2-.4.3-.7.3'/%3E%3Cpath d='M6 6h20v2H6zM6 11h20v2H6zM6 16h20v2H6z'/%3E%3C/svg%3E");
}

.icon-faq.icon-before.icon-gray:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h32v32H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M2 22h8c.6 0 1 .4 1 1v5.6l6.3-6.3c.2-.2.4-.3.7-.3h12V2H2v20zm8 10c-.1 0-.3 0-.4-.1-.4-.1-.6-.5-.6-.9v-7H1c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1h30c.6 0 1 .4 1 1v22c0 .6-.4 1-1 1H18.4l-7.7 7.7c-.2.2-.4.3-.7.3'/%3E%3Cpath d='M6 6h20v2H6zM6 11h20v2H6zM6 16h20v2H6z'/%3E%3C/svg%3E");
}

.icon-faq.icon-after.icon-teal:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h32v32H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M2 22h8c.6 0 1 .4 1 1v5.6l6.3-6.3c.2-.2.4-.3.7-.3h12V2H2v20zm8 10c-.1 0-.3 0-.4-.1-.4-.1-.6-.5-.6-.9v-7H1c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1h30c.6 0 1 .4 1 1v22c0 .6-.4 1-1 1H18.4l-7.7 7.7c-.2.2-.4.3-.7.3'/%3E%3Cpath d='M6 6h20v2H6zM6 11h20v2H6zM6 16h20v2H6z'/%3E%3C/svg%3E");
}

.icon-faq.icon-after.icon-teal:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h32v32H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M2 22h8c.6 0 1 .4 1 1v5.6l6.3-6.3c.2-.2.4-.3.7-.3h12V2H2v20zm8 10c-.1 0-.3 0-.4-.1-.4-.1-.6-.5-.6-.9v-7H1c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1h30c.6 0 1 .4 1 1v22c0 .6-.4 1-1 1H18.4l-7.7 7.7c-.2.2-.4.3-.7.3'/%3E%3Cpath d='M6 6h20v2H6zM6 11h20v2H6zM6 16h20v2H6z'/%3E%3C/svg%3E");
}

.icon-faq.icon-after.icon-blue:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %231a2a49;' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h32v32H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M2 22h8c.6 0 1 .4 1 1v5.6l6.3-6.3c.2-.2.4-.3.7-.3h12V2H2v20zm8 10c-.1 0-.3 0-.4-.1-.4-.1-.6-.5-.6-.9v-7H1c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1h30c.6 0 1 .4 1 1v22c0 .6-.4 1-1 1H18.4l-7.7 7.7c-.2.2-.4.3-.7.3'/%3E%3Cpath d='M6 6h20v2H6zM6 11h20v2H6zM6 16h20v2H6z'/%3E%3C/svg%3E");
}

.icon-faq.icon-after.icon-blue:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h32v32H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M2 22h8c.6 0 1 .4 1 1v5.6l6.3-6.3c.2-.2.4-.3.7-.3h12V2H2v20zm8 10c-.1 0-.3 0-.4-.1-.4-.1-.6-.5-.6-.9v-7H1c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1h30c.6 0 1 .4 1 1v22c0 .6-.4 1-1 1H18.4l-7.7 7.7c-.2.2-.4.3-.7.3'/%3E%3Cpath d='M6 6h20v2H6zM6 11h20v2H6zM6 16h20v2H6z'/%3E%3C/svg%3E");
}

.icon-faq.icon-after.icon-green:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h32v32H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M2 22h8c.6 0 1 .4 1 1v5.6l6.3-6.3c.2-.2.4-.3.7-.3h12V2H2v20zm8 10c-.1 0-.3 0-.4-.1-.4-.1-.6-.5-.6-.9v-7H1c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1h30c.6 0 1 .4 1 1v22c0 .6-.4 1-1 1H18.4l-7.7 7.7c-.2.2-.4.3-.7.3'/%3E%3Cpath d='M6 6h20v2H6zM6 11h20v2H6zM6 16h20v2H6z'/%3E%3C/svg%3E");
}

.icon-faq.icon-after.icon-pink:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23e6007e;' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h32v32H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M2 22h8c.6 0 1 .4 1 1v5.6l6.3-6.3c.2-.2.4-.3.7-.3h12V2H2v20zm8 10c-.1 0-.3 0-.4-.1-.4-.1-.6-.5-.6-.9v-7H1c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1h30c.6 0 1 .4 1 1v22c0 .6-.4 1-1 1H18.4l-7.7 7.7c-.2.2-.4.3-.7.3'/%3E%3Cpath d='M6 6h20v2H6zM6 11h20v2H6zM6 16h20v2H6z'/%3E%3C/svg%3E");
}

.icon-faq.icon-after.icon-pink:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2344a140;' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h32v32H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M2 22h8c.6 0 1 .4 1 1v5.6l6.3-6.3c.2-.2.4-.3.7-.3h12V2H2v20zm8 10c-.1 0-.3 0-.4-.1-.4-.1-.6-.5-.6-.9v-7H1c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1h30c.6 0 1 .4 1 1v22c0 .6-.4 1-1 1H18.4l-7.7 7.7c-.2.2-.4.3-.7.3'/%3E%3Cpath d='M6 6h20v2H6zM6 11h20v2H6zM6 16h20v2H6z'/%3E%3C/svg%3E");
}

.icon-faq.icon-after.icon-white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23fff;' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h32v32H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M2 22h8c.6 0 1 .4 1 1v5.6l6.3-6.3c.2-.2.4-.3.7-.3h12V2H2v20zm8 10c-.1 0-.3 0-.4-.1-.4-.1-.6-.5-.6-.9v-7H1c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1h30c.6 0 1 .4 1 1v22c0 .6-.4 1-1 1H18.4l-7.7 7.7c-.2.2-.4.3-.7.3'/%3E%3Cpath d='M6 6h20v2H6zM6 11h20v2H6zM6 16h20v2H6z'/%3E%3C/svg%3E");
}

.icon-faq.icon-after.icon-white:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %2358b8b2;' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h32v32H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M2 22h8c.6 0 1 .4 1 1v5.6l6.3-6.3c.2-.2.4-.3.7-.3h12V2H2v20zm8 10c-.1 0-.3 0-.4-.1-.4-.1-.6-.5-.6-.9v-7H1c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1h30c.6 0 1 .4 1 1v22c0 .6-.4 1-1 1H18.4l-7.7 7.7c-.2.2-.4.3-.7.3'/%3E%3Cpath d='M6 6h20v2H6zM6 11h20v2H6zM6 16h20v2H6z'/%3E%3C/svg%3E");
}

.icon-faq.icon-after.icon-gray:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='fill: %23cec4bd;' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h32v32H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M2 22h8c.6 0 1 .4 1 1v5.6l6.3-6.3c.2-.2.4-.3.7-.3h12V2H2v20zm8 10c-.1 0-.3 0-.4-.1-.4-.1-.6-.5-.6-.9v-7H1c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1h30c.6 0 1 .4 1 1v22c0 .6-.4 1-1 1H18.4l-7.7 7.7c-.2.2-.4.3-.7.3'/%3E%3Cpath d='M6 6h20v2H6zM6 11h20v2H6zM6 16h20v2H6z'/%3E%3C/svg%3E");
}

.icon-plus.icon-before.icon-teal:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %2358b8b2;' viewBox='0 0 68.1 68.8'%3E%3Cpath d='M28.4 0v28.7H0v11.4h28.4v28.7h11.3V40.1h28.4V28.7H39.7V0z'/%3E%3C/svg%3E");
}

.icon-plus.icon-before.icon-teal:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' viewBox='0 0 68.1 68.8'%3E%3Cpath d='M28.4 0v28.7H0v11.4h28.4v28.7h11.3V40.1h28.4V28.7H39.7V0z'/%3E%3C/svg%3E");
}

.icon-plus.icon-before.icon-blue:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %231a2a49;' viewBox='0 0 68.1 68.8'%3E%3Cpath d='M28.4 0v28.7H0v11.4h28.4v28.7h11.3V40.1h28.4V28.7H39.7V0z'/%3E%3C/svg%3E");
}

.icon-plus.icon-before.icon-blue:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' viewBox='0 0 68.1 68.8'%3E%3Cpath d='M28.4 0v28.7H0v11.4h28.4v28.7h11.3V40.1h28.4V28.7H39.7V0z'/%3E%3C/svg%3E");
}

.icon-plus.icon-before.icon-green:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' viewBox='0 0 68.1 68.8'%3E%3Cpath d='M28.4 0v28.7H0v11.4h28.4v28.7h11.3V40.1h28.4V28.7H39.7V0z'/%3E%3C/svg%3E");
}

.icon-plus.icon-before.icon-pink:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %23e6007e;' viewBox='0 0 68.1 68.8'%3E%3Cpath d='M28.4 0v28.7H0v11.4h28.4v28.7h11.3V40.1h28.4V28.7H39.7V0z'/%3E%3C/svg%3E");
}

.icon-plus.icon-before.icon-pink:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' viewBox='0 0 68.1 68.8'%3E%3Cpath d='M28.4 0v28.7H0v11.4h28.4v28.7h11.3V40.1h28.4V28.7H39.7V0z'/%3E%3C/svg%3E");
}

.icon-plus.icon-before.icon-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %23fff;' viewBox='0 0 68.1 68.8'%3E%3Cpath d='M28.4 0v28.7H0v11.4h28.4v28.7h11.3V40.1h28.4V28.7H39.7V0z'/%3E%3C/svg%3E");
}

.icon-plus.icon-before.icon-white:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %2358b8b2;' viewBox='0 0 68.1 68.8'%3E%3Cpath d='M28.4 0v28.7H0v11.4h28.4v28.7h11.3V40.1h28.4V28.7H39.7V0z'/%3E%3C/svg%3E");
}

.icon-plus.icon-before.icon-gray:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %23cec4bd;' viewBox='0 0 68.1 68.8'%3E%3Cpath d='M28.4 0v28.7H0v11.4h28.4v28.7h11.3V40.1h28.4V28.7H39.7V0z'/%3E%3C/svg%3E");
}

.icon-plus.icon-after.icon-teal:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %2358b8b2;' viewBox='0 0 68.1 68.8'%3E%3Cpath d='M28.4 0v28.7H0v11.4h28.4v28.7h11.3V40.1h28.4V28.7H39.7V0z'/%3E%3C/svg%3E");
}

.icon-plus.icon-after.icon-teal:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' viewBox='0 0 68.1 68.8'%3E%3Cpath d='M28.4 0v28.7H0v11.4h28.4v28.7h11.3V40.1h28.4V28.7H39.7V0z'/%3E%3C/svg%3E");
}

.icon-plus.icon-after.icon-blue:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %231a2a49;' viewBox='0 0 68.1 68.8'%3E%3Cpath d='M28.4 0v28.7H0v11.4h28.4v28.7h11.3V40.1h28.4V28.7H39.7V0z'/%3E%3C/svg%3E");
}

.icon-plus.icon-after.icon-blue:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' viewBox='0 0 68.1 68.8'%3E%3Cpath d='M28.4 0v28.7H0v11.4h28.4v28.7h11.3V40.1h28.4V28.7H39.7V0z'/%3E%3C/svg%3E");
}

.icon-plus.icon-after.icon-green:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' viewBox='0 0 68.1 68.8'%3E%3Cpath d='M28.4 0v28.7H0v11.4h28.4v28.7h11.3V40.1h28.4V28.7H39.7V0z'/%3E%3C/svg%3E");
}

.icon-plus.icon-after.icon-pink:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %23e6007e;' viewBox='0 0 68.1 68.8'%3E%3Cpath d='M28.4 0v28.7H0v11.4h28.4v28.7h11.3V40.1h28.4V28.7H39.7V0z'/%3E%3C/svg%3E");
}

.icon-plus.icon-after.icon-pink:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' viewBox='0 0 68.1 68.8'%3E%3Cpath d='M28.4 0v28.7H0v11.4h28.4v28.7h11.3V40.1h28.4V28.7H39.7V0z'/%3E%3C/svg%3E");
}

.icon-plus.icon-after.icon-white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %23fff;' viewBox='0 0 68.1 68.8'%3E%3Cpath d='M28.4 0v28.7H0v11.4h28.4v28.7h11.3V40.1h28.4V28.7H39.7V0z'/%3E%3C/svg%3E");
}

.icon-plus.icon-after.icon-white:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %2358b8b2;' viewBox='0 0 68.1 68.8'%3E%3Cpath d='M28.4 0v28.7H0v11.4h28.4v28.7h11.3V40.1h28.4V28.7H39.7V0z'/%3E%3C/svg%3E");
}

.icon-plus.icon-after.icon-gray:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %23cec4bd;' viewBox='0 0 68.1 68.8'%3E%3Cpath d='M28.4 0v28.7H0v11.4h28.4v28.7h11.3V40.1h28.4V28.7H39.7V0z'/%3E%3C/svg%3E");
}

.icon-close.icon-before.icon-teal:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %2358b8b2;' viewBox='0 0 68.1 68.8'%3E%3Cpath d='M28.4 0v28.7H0v11.4h28.4v28.7h11.3V40.1h28.4V28.7H39.7V0z'/%3E%3C/svg%3E");
}

.icon-close.icon-before.icon-teal:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' viewBox='0 0 68.1 68.8'%3E%3Cpath d='M28.4 0v28.7H0v11.4h28.4v28.7h11.3V40.1h28.4V28.7H39.7V0z'/%3E%3C/svg%3E");
}

.icon-close.icon-before.icon-blue:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %231a2a49;' viewBox='0 0 68.1 68.8'%3E%3Cpath d='M28.4 0v28.7H0v11.4h28.4v28.7h11.3V40.1h28.4V28.7H39.7V0z'/%3E%3C/svg%3E");
}

.icon-close.icon-before.icon-blue:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' viewBox='0 0 68.1 68.8'%3E%3Cpath d='M28.4 0v28.7H0v11.4h28.4v28.7h11.3V40.1h28.4V28.7H39.7V0z'/%3E%3C/svg%3E");
}

.icon-close.icon-before.icon-green:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' viewBox='0 0 68.1 68.8'%3E%3Cpath d='M28.4 0v28.7H0v11.4h28.4v28.7h11.3V40.1h28.4V28.7H39.7V0z'/%3E%3C/svg%3E");
}

.icon-close.icon-before.icon-pink:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %23e6007e;' viewBox='0 0 68.1 68.8'%3E%3Cpath d='M28.4 0v28.7H0v11.4h28.4v28.7h11.3V40.1h28.4V28.7H39.7V0z'/%3E%3C/svg%3E");
}

.icon-close.icon-before.icon-pink:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' viewBox='0 0 68.1 68.8'%3E%3Cpath d='M28.4 0v28.7H0v11.4h28.4v28.7h11.3V40.1h28.4V28.7H39.7V0z'/%3E%3C/svg%3E");
}

.icon-close.icon-before.icon-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %23fff;' viewBox='0 0 68.1 68.8'%3E%3Cpath d='M28.4 0v28.7H0v11.4h28.4v28.7h11.3V40.1h28.4V28.7H39.7V0z'/%3E%3C/svg%3E");
}

.icon-close.icon-before.icon-white:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %2358b8b2;' viewBox='0 0 68.1 68.8'%3E%3Cpath d='M28.4 0v28.7H0v11.4h28.4v28.7h11.3V40.1h28.4V28.7H39.7V0z'/%3E%3C/svg%3E");
}

.icon-close.icon-before.icon-gray:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %23cec4bd;' viewBox='0 0 68.1 68.8'%3E%3Cpath d='M28.4 0v28.7H0v11.4h28.4v28.7h11.3V40.1h28.4V28.7H39.7V0z'/%3E%3C/svg%3E");
}

.icon-close.icon-after.icon-teal:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %2358b8b2;' viewBox='0 0 68.1 68.8'%3E%3Cpath d='M28.4 0v28.7H0v11.4h28.4v28.7h11.3V40.1h28.4V28.7H39.7V0z'/%3E%3C/svg%3E");
}

.icon-close.icon-after.icon-teal:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' viewBox='0 0 68.1 68.8'%3E%3Cpath d='M28.4 0v28.7H0v11.4h28.4v28.7h11.3V40.1h28.4V28.7H39.7V0z'/%3E%3C/svg%3E");
}

.icon-close.icon-after.icon-blue:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %231a2a49;' viewBox='0 0 68.1 68.8'%3E%3Cpath d='M28.4 0v28.7H0v11.4h28.4v28.7h11.3V40.1h28.4V28.7H39.7V0z'/%3E%3C/svg%3E");
}

.icon-close.icon-after.icon-blue:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' viewBox='0 0 68.1 68.8'%3E%3Cpath d='M28.4 0v28.7H0v11.4h28.4v28.7h11.3V40.1h28.4V28.7H39.7V0z'/%3E%3C/svg%3E");
}

.icon-close.icon-after.icon-green:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' viewBox='0 0 68.1 68.8'%3E%3Cpath d='M28.4 0v28.7H0v11.4h28.4v28.7h11.3V40.1h28.4V28.7H39.7V0z'/%3E%3C/svg%3E");
}

.icon-close.icon-after.icon-pink:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %23e6007e;' viewBox='0 0 68.1 68.8'%3E%3Cpath d='M28.4 0v28.7H0v11.4h28.4v28.7h11.3V40.1h28.4V28.7H39.7V0z'/%3E%3C/svg%3E");
}

.icon-close.icon-after.icon-pink:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %2344a140;' viewBox='0 0 68.1 68.8'%3E%3Cpath d='M28.4 0v28.7H0v11.4h28.4v28.7h11.3V40.1h28.4V28.7H39.7V0z'/%3E%3C/svg%3E");
}

.icon-close.icon-after.icon-white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %23fff;' viewBox='0 0 68.1 68.8'%3E%3Cpath d='M28.4 0v28.7H0v11.4h28.4v28.7h11.3V40.1h28.4V28.7H39.7V0z'/%3E%3C/svg%3E");
}

.icon-close.icon-after.icon-white:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %2358b8b2;' viewBox='0 0 68.1 68.8'%3E%3Cpath d='M28.4 0v28.7H0v11.4h28.4v28.7h11.3V40.1h28.4V28.7H39.7V0z'/%3E%3C/svg%3E");
}

.icon-close.icon-after.icon-gray:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' style='fill: %23cec4bd;' viewBox='0 0 68.1 68.8'%3E%3Cpath d='M28.4 0v28.7H0v11.4h28.4v28.7h11.3V40.1h28.4V28.7H39.7V0z'/%3E%3C/svg%3E");
}

.icon-close {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.icon-rotate90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.icon-rotate-90 {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.icon-warranty6yrs {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 105.9 136.1'%3E%3Cdefs%3E%3Cpath id='a' d='M15.1 0C6.8 0 0 6.8 0 15.1v121l53-22.7 52.9 22.7v-121C105.9 6.8 99.1 0 90.8 0H15.1z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' y1='135.7351' x2='1' y2='135.7351' gradientTransform='matrix(0 -136.1235 -136.1235 0 18529.6738 136.124)'%3E%3Cstop offset='0' stop-color='%2345a042'/%3E%3Cstop offset='.9969' stop-color='%2358b6b2'/%3E%3Cstop offset='1' stop-color='%2358b6b2'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23b)' fill='url(%23c)' d='M0 0h105.9v136.1H0z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='d' d='M0 0h105.9v136.1H0z'/%3E%3C/defs%3E%3CclipPath id='e'%3E%3Cuse xlink:href='%23d' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23e)' fill='%23FFF' d='M90.1 18.4h-9.3l-7 11.5-7-11.5h-9.5l11.5 17.8-11.6 17.7h9.3l7-11.5 7 11.5h9.6L78.6 36.2l11.5-17.8zm-35.1 0h-8V54h8V18.4zm-12.6 8.7c-.8-4.2-4.1-9.5-13-9.5-6.8 0-12.8 4.7-12.8 11.4 0 5.3 3.7 9.3 9.7 10.4l4.9.9c2.4.5 3.8 1.8 3.8 3.6 0 2.2-1.9 3.7-5 3.7-4.9 0-7.1-2.9-7.4-6.1l-7.3 1.8c.5 5 4.7 11.4 14.6 11.4C38.4 54.7 43 49 43 43.5c0-5.1-3.5-9.4-10.3-10.7l-4.7-.9c-2.5-.5-3.5-1.7-3.5-3.4 0-2 1.9-3.8 4.9-3.8 4.3 0 5.7 2.8 5.9 4.5l7.1-2.1z'/%3E%3Cpath clip-path='url(%23e)' fill='%2313284C' d='M92.6 86.7h-.7v.9l-.8-.3-.2.6.8.3-.5.7.5.4.5-.7.6.7.5-.4-.5-.7.9-.3-.2-.6-.8.3v-.9zM85.2 92v3.6h1.4V92l3-4.9H88l-2 3.6-2-3.6h-1.7l2.9 4.9zm-4.7-3.5v-1.4h-7v1.4h2.8v7.2h1.4v-7.2h2.8zm-9.2 7.2v-8.6h-1.4v6.1L66 87.1h-1.8v8.6h1.4v-6.5l4.2 6.5h1.5zm-13.5-7l1.3 3.5h-2.6l1.3-3.5zm2.6 7H62l-3.3-8.6H57l-3.3 8.6h1.5l.8-2.1h3.6l.8 2.1zM47.3 91v-2.6h1.6c.9 0 1.5.5 1.5 1.3s-.6 1.3-1.5 1.3h-1.6zm2.8 4.7h1.6l-1.9-3.5c1.2-.3 1.9-1.2 1.9-2.4 0-1.4-1-2.6-2.7-2.6h-3.3v8.6h1.5v-3.4h1.1l1.8 3.3zM38.7 91v-2.6h1.6c.9 0 1.5.5 1.5 1.3s-.6 1.3-1.5 1.3h-1.6zm2.9 4.7h1.6l-1.9-3.5c1.2-.3 1.9-1.2 1.9-2.4 0-1.4-1-2.6-2.7-2.6h-3.3v8.6h1.5v-3.4h1.1l1.8 3.3zm-10.7-7l1.3 3.5h-2.6l1.3-3.5zm2.6 7h1.6l-3.3-8.6h-1.7l-3.3 8.6h1.5l.8-2.1h3.6l.8 2.1zm-10.7-2.3l-2-6.3h-1.5l-2 6.2-1.7-6.2H14l2.4 8.6h1.5l2.1-6.5 2.1 6.5h1.5l2.4-8.6h-1.5l-1.7 6.3z'/%3E%3Cpath clip-path='url(%23e)' fill='%23FFF' d='M79.1 68.3v-5.4H82c2 0 3.1 1 3.1 2.7 0 1.6-1.1 2.7-3.1 2.7h-2.9zm5.8 12.5h5.5l-4.5-9c2.7-1 4.4-3.3 4.4-6.3 0-3.9-2.8-7-7.2-7h-8.8v22.2h4.9v-8.3H81l3.9 8.4zM61.8 64.1l2.7 7.7h-5.4l2.7-7.7zm5.8 16.7H73l-8.3-22.2H59l-8.4 22.2h5.2l1.6-4.5H66l1.6 4.5zm-17.8 0v-4.7h-9.1v-4.3H49v-4.4h-8.3v-4.2h9.1v-4.7H35.7v22.2h14.1zm-28-9.3v9.3h4.9v-9.3l7.8-12.9H29l-4.6 8.2-4.5-8.2h-5.8l7.7 12.9z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 74px;
  height: 96px;
}

@media (min-width: 1200px) {
  .icon-warranty6yrs.icon-huge {
    width: 108px;
    height: 140px;
    margin: 0;
  }
}

.icons-big {
  margin-bottom: 3.125rem;
}

.icons-big a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.icons-med .icon:before,
.icons-med .icon:after {
  width: 30px;
  height: 30px;
}

.socials {
  padding: 0.4375rem 0;
}

.socials .icon:before,
.socials .icon:after {
  margin: 0.3125rem;
}

.socials .divider {
  height: 2px;
  width: 30px;
  margin-top: 0.25rem;
}

.top {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: -50px;
}

@media (min-width: 768px) {
  .top {
    top: -110px;
  }
}

@media (min-width: 1200px) {
  .top {
    right: -60px;
  }
}

.top:after {
  width: 32px;
  height: 32px;
}

header {
  position: relative;
}

header nav .navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header nav .navbar-nav .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 991.98px) {
  header nav .navbar-nav .nav-item {
    width: 100%;
  }

  header nav .navbar-nav .nav-item .dropdown-item {
    font-size: 1.125rem;
  }
}

header nav .navbar-nav .nav-item ul {
  display: none;
  width: 100%;
  padding-left: 1rem;
}

@media (min-width: 992px) {
  header nav .navbar-nav .nav-item ul {
    position: absolute;
    /*left: 0;*/
    min-width: 150px;
    z-index: 2000;
    top: 35px;
    background-color: #fff;
  }
}

header nav .navbar-nav .nav-item:hover ul {
  display: block;
}

header nav .navbar-nav .nav-item .nav-link {
  padding: 0.5rem 1rem !important;
  font-size: 1.125rem;
}

@media (max-width: 991.98px) {
  header nav .navbar-nav .nav-item .nav-link {
    padding-right: 0 !important;
  }
}

@media (min-width: 992px) {
  header nav .navbar-nav .nav-item .nav-link {
    font-size: 0.6875rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header nav .navbar-nav .nav-item .nav-link {
    padding: 0.5rem 0.5rem !important;
  }
}

header nav .navbar-nav .nav-item .nav-link:hover {
  color: #44a140 !important;
  opacity: 1;
}

header nav .navbar-nav .nav-item:last-child .nav-link {
  /*padding-right: 0 !important;*/
}

header nav.bg-grad {
  padding: 0;
}

@media (max-width: 991.98px) {
  header nav.bg-grad {
    background-image: none !important;
  }
}

@media (min-width: 992px) {
  header nav.bg-grad {
    height: 65px;
    padding: 0 2.125rem !important;
  }
}

header nav.bg-grad form {
  min-width: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header nav.bg-grad form input {
  max-width: 200px;
  margin-right: 0.9375rem;
}

header nav.bg-grad .nav-item {
  height: 100%;
}

header nav.bg-grad .nav-item .nav-link {
  color: #1a2a49;
  letter-spacing: .1em;
  font-weight: 600;
  text-align: center;
}

header nav.bg-grad .nav-item .nav-link:hover {
  color: #1a2a49 !important;
}

@media (min-width: 992px) {
  header nav.bg-grad .nav-item .nav-link {
    font-size: 0.75rem;
    color: #fff;
  }
}

@media (min-width: 1200px) {
  header nav.bg-grad .nav-item .nav-link {
    font-size: 0.875rem;
  }
}

@media (max-width: 991.98px) {
  header nav.bg-grad .nav-item .nav-link {
    padding-left: 0 !important;
    font-weight: bold;
  }
}

header nav.bg-grad .nav-item.current-menu-item .nav-link {
  color: #1a2a49 !important;
}

header nav .navbar-toggler {
  border: none;
  background: transparent !important;
  outline: none;
  padding: 0;
}

header nav .navbar-toggler .icon-bar {
  border-radius: 4px;
  width: 26px;
  height: 3px;
  background-color: #1a2a49;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 4px;
}

header nav .navbar-toggler .top-bar {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
          transform-origin: 10% 10%;
}

header nav .navbar-toggler .middle-bar {
  opacity: 0;
}

header nav .navbar-toggler .bottom-bar {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
          transform-origin: 10% 90%;
}

header nav .navbar-toggler.collapsed .top-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

header nav .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

header nav .navbar-toggler.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

header nav.navbar-light .has-dropdown {
  border: solid 2px transparent;
}

header nav.navbar-light .has-dropdown:hover {
  border-color: #58b8b2;
}

header nav.navbar-light .has-dropdown:hover ul {
  border: solid 2px #58b8b2;
  border-top-width: 0;
  margin: 0 -2px;
  width: -webkit-calc( 100% + 4px);
  width: calc( 100% + 4px);
  padding-top: 0.75rem;
}

header nav.navbar-light .has-dropdown:hover ul .nav-item .nav-link {
  padding: 0.3125rem 0 !important;
  color: #1a2a49;
  text-transform: none;
  font-size: 0.875rem;
  font-weight: 400;
}

header .list-unstyled {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: .05em;
  min-height: 5.25rem;
}

header .socials {
  position: absolute;
  width: 55px;
  left: -100px;
  top: 264px;
}

header .hero {
  min-height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

header .hero-carousel-item > a:hover {
  text-decoration: none;
}

header .hero .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

header .hero .slick-track > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
}

header .hero .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: auto;
  overflow: hidden;
}

header .hero .slick-track .slick-slide > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
}

header .hero .slick-track .slick-slide .overflow-image {
  overflow: hidden;
}

@media (max-width: 767.98px) {
  header .hero .carousel-control-prev,
  header .hero .carousel-control-next {
    top: auto;
    bottom: 1rem;
  }
}

@media (max-width: 1199.98px) {
  header .hero .carousel img {
    width: 100%;
    height: aut0;
  }
}

header .hero h2 {
  font-size: 1.125rem;
  font-weight: 600;
}

@media (min-width: 992px) {
  header .hero {
    height: 380px;
  }
}

header .hero .curve {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 92px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 88.7 369.6'%3E%3Cdefs%3E%3Cpath id='a' d='M37.7 0C17 36.4 6.1 69.4 6.1 103.6c0 16.8 2.4 33.6 7.1 50.4 10.9 38.6 23.1 72.8 23.1 110.3 0 33-12.7 66.1-36.3 105.3h50.9c22.2-39.2 33-74.5 33-105.8 0-32.5-7.1-57.1-13.7-80.6-7.5-26.9-17-52.1-17-80.6 0-33 12.3-65 35.4-102.5H37.7z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='4e-8' y1='370.456' x2='1' y2='370.456' gradientTransform='matrix(0 -369.5757 369.5757 0 -136867.1875 369.576)'%3E%3Cstop offset='0' stop-color='%2358b7b3'/%3E%3Cstop offset='.00309091' stop-color='%2358b7b3'/%3E%3Cstop offset='1' stop-color='%2345a142'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23b)' fill='url(%23c)' d='M0 0h88.7v369.6H0z'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center center;
}

header .hero h1 {
  position: relative;
}

header .hero .btn {
  margin-top: 1.25rem;
}

header .description {
  min-height: 285px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 1.875rem 0;
}

header .description p {
  margin-top: 1.5625rem;
  margin-bottom: 0;
}

header .dropdown [data-toggle=dropdown] {
  cursor: pointer;
}

header .dropdown.show {
  outline: 2px solid #58b8b2;
}

header .dropdown-menu {
  min-width: -webkit-calc(100% + 4px);
  min-width: calc(100% + 4px);
  border: 2px solid #58b8b2;
  margin: 0;
  left: -2px;
}

@media (min-width: 992px) {
  header .dropdown-menu {
    border-top: none;
  }
}

@media (max-width: 991.98px) {
  header .navbar-support-bar {
    background: #e6e1de;
  }
}

@media (max-width: 575.98px) {
  header .navbar-support-bar {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}

.product-selector main {
  padding: 0 !important;
}

.category-selector {
  padding: 0;
}

.category-selector .col {
  position: relative;
}

@media (min-width: 576px) {
  .category-selector .col {
    height: 585px;
  }
}

.category-selector .col .category {
  max-width: 385px;
  padding: 1.875rem;
}

.category-selector .col .category h2,
.category-selector .col .category h3,
.category-selector .col .category .btn-circle {
  margin-top: 2.5rem;
}

.category-selector .col .category p {
  margin: 0;
}

.category-selector .col .category .position-absolute {
  bottom: 26px;
  right: 67px;
}

.category-selector .col .category img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 576px) {
  .category-selector.size-medium .col {
    height: 400px;
  }
}

.category-selector.size-medium .col .category {
  max-width: 100%;
}

.product-category main {
  padding: 1.875rem 0 0.9375rem;
}

@media (min-width: 1200px) {
  .product-category main {
    padding-top: 7.625rem !important;
    padding-bottom: 6.375rem !important;
  }
}

.products .product {
  padding: 1.5625rem;
  min-height: 245px;
  border-radius: 10px;
  margin: 0.9375rem 0;
  color: #58b8b2;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .products .product {
    width: -webkit-calc((100% - 40px)/2);
    width: calc((100% - 40px)/2);
    margin: 1.25rem 0;
  }

  .products .product:nth-child(2n+2) {
    margin-left: 2.5rem;
  }
}

@media (min-width: 992px) {
  .products .product {
    width: -webkit-calc((100% - 120px)/3);
    width: calc((100% - 120px)/3);
    margin: 1.875rem 0;
  }

  .products .product:nth-child(3n+2) {
    margin: 1.875rem 3.75rem;
  }
}

.products .product img {
  width: 100%;
  height: auto;
  margin-bottom: 0.9375rem;
}

.products .product:hover {
  background-color: #58b8b2 !important;
  text-decoration: none;
  color: #1a2a49;
}

.product-page .related-products .intro {
  margin: 1.875rem 0;
}

.product-page .product-icons {
  border: solid 1px #58b8b2;
  border-width: 1px 0;
  padding: 1.875rem 0;
  margin: 1.25rem 0;
  margin-right: 1.25rem;
}

.product-page .product-icons li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.8125rem;
}

.product-page .product-icons li .icon {
  border-radius: 100%;
  width: 65px;
  height: 65px;
  margin: 0 auto;
  margin-bottom: 0.3125rem;
}

.product-page .list-dotted {
  margin-bottom: 1.875rem;
  margin-top: 0.9375rem;
}

.product-page .list-dotted li {
  letter-spacing: .6px;
  line-height: 2;
}

.product-page .list-dotted li:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-right: 1.25rem;
}

.product-page .list-dotted.dot-secondary li:before {
  background-color: #58b8b2;
}

.product-page .list-dotted.dot-primary li:before {
  background-color: #1a2a49;
}

.product-page .product-spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-page .product-spec .btn {
  width: 60%;
}

.product-page .product-spec dl {
  padding: 1.875rem;
}

.product-page .product-spec dl dt,
.product-page .product-spec dl dd {
  border-bottom: solid 1px rgba(26, 42, 73, 0.3);
  margin: 0;
  padding: 0.9375rem 0;
}

.product-page .product-spec dl dt:last-of-type,
.product-page .product-spec dl dd:last-of-type {
  border: none;
}

.product-page .product-spec .page-options li {
  display: inline-block;
  margin: 3.125rem 0.4375rem;
}

.product-page .product-spec .page-options li .icon:before {
  width: 20px;
  height: 20px;
}

.downloads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 767.98px) {
  .downloads {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.downloads li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin: 1.25rem 0;
  font-size: 0.6875rem;
}

@media (min-width: 768px) {
  .downloads li {
    margin: 1.25rem 2.5rem 1.25rem 0;
  }
}

.downloads li:last-child {
  margin-right: 0;
}

.downloads li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.downloads li a .icon {
  margin-bottom: 0.75rem;
}

.gallery_carousel_prev,
.gallery_carousel_next {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  background-size: contain;
  cursor: pointer;
}

.gallery_carousel_prev {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 29.5'%3E%3Cg%3E%3Cpath d='M1.87,14.75A13,13,0,0,1,15,1.84,13,13,0,0,1,28.13,14.75,13,13,0,0,1,15,27.66,13,13,0,0,1,1.87,14.75m28.13,0A14.9,14.9,0,0,0,15,0,14.9,14.9,0,0,0,0,14.75,14.89,14.89,0,0,0,15,29.5,14.89,14.89,0,0,0,30,14.75' transform='translate(0 0)' style='fill: %2344a13f'/%3E%3Cpath d='M18.48,20.55l-5.9-5.8L18.48,9l-1.33-1.3L10.59,14.1a.9.9,0,0,0,0,1.3l6.56,6.46Z' transform='translate(0 0)' style='fill: %2344a13f'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.gallery_carousel_next {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 29.5'%3E%3Cg%3E%3Cpath d='M28.13,14.75A13,13,0,0,1,15,27.66,13,13,0,0,1,1.88,14.75,13,13,0,0,1,15,1.84,13,13,0,0,1,28.13,14.75M0,14.75A14.89,14.89,0,0,0,15,29.5,14.89,14.89,0,0,0,30,14.75,14.9,14.9,0,0,0,15,0,14.9,14.9,0,0,0,0,14.75' transform='translate(0 0)' style='fill: %2344a13f'/%3E%3Cpath d='M11.52,9l5.9,5.8-5.9,5.81,1.33,1.3,6.56-6.46a.9.9,0,0,0,0-1.3L12.85,7.65Z' transform='translate(0 0)' style='fill: %2344a13f'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.big-thumbnail-item {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.big-thumbnail-item:before {
  display: block;
  content: " ";
  width: 500%;
  padding-top: 80%;
}

.big-thumbnail-item > .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.small-thumbnail-item {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.small-thumbnail-item:before {
  display: block;
  content: " ";
  width: 1600%;
  padding-top: 56.25%;
}

.small-thumbnail-item > .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

footer .disclaimer {
  font-size: 0.8125rem;
  letter-spacing: .8px;
  padding: 0;
}

footer .nav-link {
  font-size: 1rem;
  font-weight: bold;
  padding: 0 !important;
  line-height: 1.5;
}

footer.text-white a,
footer.text-white .nav-link {
  color: #fff !important;
}

footer .logos {
  height: 134px;
  width: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 767.98px) {
  footer .logos {
    height: 90px;
  }
}

