*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
  }
  
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }
  
  .row-fluid:after {
    clear: both;
  }
  
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    *margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  
  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
  
  .container-fluid {
    *zoom: 1;
  }
  
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
  }
  
  .container-fluid:after {
    clear: both;
  }
  
  @media (max-width: 767px) {
    .row-fluid {
      width: 100%;
    }
  
    .row-fluid [class*="span"] {
      display: block;
      float: none;
      width: auto;
      margin-left: 0;
    }
  }
  
  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding-left: 15px;
    padding-right: 15px;
  }
  .dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
  .dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  
  @media (min-width: 768px) {
    .row-fluid {
      width: 100%;
      *zoom: 1;
    }
  
    .row-fluid:before, .row-fluid:after {
      display: table;
      content: "";
    }
  
    .row-fluid:after {
      clear: both;
    }
  
    .row-fluid [class*="span"] {
      display: block;
      float: left;
      width: 100%;
      min-height: 1px;
      margin-left: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
    }
  
    .row-fluid [class*="span"]:first-child {
      margin-left: 0;
    }
  
    .row-fluid .span12 {
      width: 100%;
    }
    .row-fluid .span11 {
      width: 91.66%;
    }
    .row-fluid .span10 {
      width: 83.33%;
    }
    .row-fluid .span9 {
      width: 75%;
    }
    .row-fluid .span8 {
      width: 66.66%;
    }
    .row-fluid .span7 {
      width: 58.33%;
    }
    .row-fluid .span6 {
      width: 50%;
    }
    .row-fluid .span5 {
      width: 41.66%;
    }
    .row-fluid .span4 {
      width: 33.33%;
    }
    .row-fluid .span3 {
      width: 25%;
    }
    .row-fluid .span2 {
      width: 16.66%;
    }
    .row-fluid .span1 {
      width: 8.33%;
    }
  }
  
  /* Clearfix */
  
  .clearfix {
    *zoom: 1;
  }
  
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
  }
  
  .clearfix:after {
    clear: both;
  }
  
  /* Visibilty Classes */
  
  .hide {
    display: none;
  }
  
  .show {
    display: block;
  }
  
  .invisible {
    visibility: hidden;
  }
  
  .hidden {
    display: none;
    visibility: hidden;
  }
  
  /* Responsive Visibilty Classes */
  
  .visible-phone {
    display: none !important;
  }
  
  .visible-tablet {
    display: none !important;
  }
  
  .hidden-desktop {
    display: none !important;
  }
  
  @media (max-width: 767px) {
    .visible-phone {
      display: inherit !important;
    }
  
    .hidden-phone {
      display: none !important;
    }
  
    .hidden-desktop {
      display: inherit !important;
    }
  
    .visible-desktop {
      display: none !important;
    }
  }
  
  @media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
      display: inherit !important;
    }
  
    .hidden-tablet {
      display: none !important;
    }
  
    .hidden-desktop {
      display: inherit !important;
    }
  
    .visible-desktop {
      display: none !important ;
    }
  }
.content-wrapper {
  margin: 0 auto;
  padding: 0 15px;
}

.banner-section .dnd-section>div {
  max-width: 100%;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}


@media(max-width:575px){

  .content-wrapper, .dnd-section>.row-fluid {
    max-width: 100% !important;
  }

}
html {
  font-size: 1rem;
}

body {
  line-height: 1.5;
  word-break: break-word;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover{
  text-decoration:underline;
}

img{
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

h1, h2, h3, h4, h5, h6{
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

/* Lists */

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

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

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

@media(max-width:768px){

  html{
    font-size: 0.90rem;
  }

}

/* Form fields */

.hs-form-field {
  margin-bottom:20px;
}

/* Labels */

div#hs-search-module .hs-button {
    margin: 20px 0;
}

form label {
  display: block;
  font-size:1rem;
  margin-bottom: 0.5rem;
}

input::placeholder {
  color: #666666;
  opacity: 1;
}

input[type=text],
input[type=password],
form select,
form textarea,
.hs-input {
  display: block;
  outline:none;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5;
  background: transparent;
  border: 0;
  border-bottom: 1px solid;
  color: #666666;
}


input[type=text]:focus,
input[type=password]:focus,
form select:focus,
form textarea:focus,
.hs-input:focus{
  border-style: dotted !important;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin-bottom: 13px;
}

textarea.hs-input {
  display: block;
  width: 100% !important;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5;
  background: transparent;
  border: 1px solid;
  margin-bottom: 15px;
  min-height: 150px;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
  width: auto !important;
  display: inline-block !important;
  height: auto !important;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}


label.hs-error-msg {
  color: red;
}

ul.no-list.hs-error-msgs.inputs-list label {
  color: red;
}

/* Submit button */

.hs-button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: normal;
  cursor:pointer;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-decoration:none !important;
  user-select: none;
  border-style:solid;
  font-size: 1.2rem;
  line-height: 1.5;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


@media(max-width:768px){

  textarea.hs-input {
    min-height: 135px;
  }

  .hs-button {
    padding: 0.3rem 1.5rem !important;
  }

}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  vertical-align: bottom;
}
.home-page .widget-type-rich_text h1 {
  margin: 5px 0 0px;
  font-weight: 900;
  font-size: 3.4rem!important;
  color: #002976;
}

.home-page .our-partners .slick-slider {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.home-page .our-partners h1 {
  margin-bottom: 0 !important;
}

.open+div#video-fixed {
  left: 0;
}

div#video-fixed a.close-video-fixed {
  font-size: 2rem;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

div#video-fixed .iframe {
  height: 90%;
  padding-bottom: 35px;
}

div#video-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: #000;
  padding: 0 35px;
  z-index: 1040 !important;
  text-align: right;
  transition: all .5s ease;
}


.jquery-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 99;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0,0,0,0.75);
  text-align: center;
  display: flex;
  transition:.5s;
  align-items: center;
  transition:.5s;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}

.open+.modal {
  opacity: 1;
  pointer-events: auto;
}

.modal .form-columns-2 .hs-form-field:nth-child(1) {
  padding-right: 15px;
}

.modal .form-columns-2 .hs-form-field:nth-child(2) {
  padding-left: 15px;
}

.modal p {
  color: #002976;
}

.modal .hs-input {
  width: 100% !important;
}

.modal .input {
  margin: 0 !important;
}


.modal-black {
  background: rgba(0,0,0,0.55) !important;
  border: 1px solid #fff !important;
  border-radius: 26px !important;
  color: #fff !important;
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
  display: inline-block;
  margin:auto;
}

a.close-modal.custom {
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: 10px !important;
  right: 10px !important;
  background-image: none !important;
  color: #00C2FF !important;
  text-indent: unset !important;
  border: 2px solid #00C2FF !important;
  border-radius: 50% !important;
  text-align: center !important;
  font-weight: 700 !important;
  width: 32px !important;
  height: 32px !important;
  font-size: 20px !important;
}

.open .jquery-modal {
  opacity: 1;
  pointer-events: auto;
}

body.pop-open {
  overflow: hidden;
}

.jquery-modal .hs-input {
  color: #fff !important;
  border-color: #fff !important;
}

.jquery-modal .hs-input::placeholder {
  color: #fff;
}

.jquery-modal select.hs-input {
  color: #fff !important;
  background: #01519a;
  border-style: solid;
}

.jquery-modal .hs_submit {
  text-align: center;
  margin-top: 3rem !important;
}

.brochure .jquery-modal h2 {
  margin: 15px 0 30px !important;
  font-weight: 900;
  font-size: 3.4rem!important;
  text-align: center;
}

.slick-arrow i:before {
  background: #ffffff8f;
  width: 45px;
  font-size: 25px;
}

ul.slick-dots {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  z-index: 10;
  left: 0;
  width: 100%;
  bottom: 30px !important;
  padding: 0;
  margin: 0;
  font-size:1rem;
}

.website-page .content-with-icon .item {
  font-size: 120px;
}

.banner-section .dnd-section {
  padding: 0;
}

.slick-arrow.slick-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

ul.slick-dots li.slick-active {
  opacity: 1;
  background: #007aff;
}   

ul.slick-dots button {
  display: none;
}

ul.slick-dots li {
  margin: 0 4px;
  width: 8px;
  cursor:pointer;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

.slick-slider {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.slick-arrow {
  width: 30px !important;
  height: 30px !important;
  background-image: none !important;
  color: #01327e;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -20px;
}

.swiper-button-next.slick-arrow {
  right: -45px !important;
}

.swiper-button-prev.slick-arrow {
  left: -55px !important;
}


.career-page .banner-wrap h1 {
  font-size: 5rem ;
  font-weight: 900;
}

.modal form {
  padding-bottom: 17px;
}

.modal {
  position: fixed!important;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0px;
  left: 0;
  width: 100%!important;
  max-width: 100%!important;
  height: 100%;
  outline: 0;
  background: #3a3939ab!important;
  transition: opacity 0.15s linear;
  z-index:9999;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
  opacity: 0;
  pointer-events: none;
  display:flex;
  align-items:center;
  justify-content:center;
}

.modal h3 {
  margin: 0 !important;
}

.modal-header button:hover {
  background: #ececec;
  text-decoration: none;
}

.modal .hs-form-field>label {
  margin: 0;
}

.modal textarea {
  margin-top: .5rem;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin:auto;
  max-width: 600px;
  justify-content: center;
  flex-direction: column;
  display: flex;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-header {
  justify-content: space-between;
  padding: 1rem 1rem;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  align-items: flex-start;
  display: flex;
}

.modal-header button {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  padding: 10px 10px;
  margin: -1rem -1rem -1rem auto;
  cursor: pointer;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background: #fff;
}

section.bg-white {
  position: relative;
  overflow: hidden;
}

.modal-body {
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-body .b-wave {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: -1px;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}



a.popup-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.3rem 1.5rem;
  font-size: 1.2rem;
  line-height: 1.5;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background: #00c2ff;
  color: #fff;
  cursor: pointer;
  border-radius: 20px;
}

a.popup-btn:hover {
  background: #0095c3;
  text-decoration: none;
  color: #fff;
}

.contact-page .widget-type-rich_text p {
  line-height:1.8;
}

.career-page .widget-type-rich_text h2 {
  margin: 5px 0 0px;
  font-weight: 900;
  font-size: 3.4rem!important;
  color: #002976;
}

.gallery-page .widget-type-rich_text h2 {
  margin: 5px 0 0px;
  font-weight: 900;
  font-size: 3.4rem!important;
  color: #002976;
}




@media(max-width:1120px){

  .brochure .jquery-modal h2 {
    font-size: 2.5rem!important;
}
  
  .home-page .widget-type-rich_text h1 {
    font-size: 2.5rem!important;
  }

  .career-page .banner-wrap h1 {
    font-size: 4.5rem;
  }

  .career-page .widget-type-rich_text h2 {
    font-size: 2.5rem!important;
  }

  .gallery-page .widget-type-rich_text h2 {
    font-size: 2.5rem!important;
  }

}

@media(max-width:991px){
  .modal .hs-form-field {
    width: 100% !important;
    padding: 0 !important;
  }
}

@media(max-width:768px){

  .contact-page .widget-type-rich_text h1 {
    font-size: 2rem !important;
  }
  
  .home-page .widget-type-rich_text h1 {
    font-size: 2rem!important;
}

  .career-page .banner-wrap h1 {
    font-size: 2.6rem !important;
  }

  .career-page .bottom-pane h1 {
    font-size: 2.6rem !important;
  }

  .career-page .contact-section h2 {
    font-size: 2.6rem !important;
  }

  .gallery-page .widget-type-rich_text h2 {
    font-size: 2rem!important;
  }

  .website-page .content-with-icon h1 {
    font-size: 2rem!important;
  }

  .website-page .content-with-icon h3 {
    font-size: 2.3rem !important;
  }

  .website-page .content-with-icon .item {
    font-size: 85px;
  }

 
  .brochure .jquery-modal h2 {
    font-size: 2rem!important;
}

}

@media(max-width:400px){
  .career-page .banner-wrap h1 {
    font-size: 27px !important;
  }

  .gallery-page .widget-type-rich_text h2 {
    font-size: 23px !important;
  }

}





.academic_main .hs_cos_wrapper_type_rich_text h2 {
  margin: 5px 0 0px;
  font-weight: 900;
  font-size: 3.4rem!important;
  color: #00C2FF;
}
.academic_main-wrapper {
  position: relative;
}

.academic_main-wrapper .content-wrapper {
  padding-bottom: 10%;
}

.academic_main-wrapper img.wave {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: -1px;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  left: 0;
}

.academic_main .hs_cos_wrapper_type_rich_text h4 {
  margin: 10px 0 15px;
  font-weight: 600;
  font-size: 2.5rem;
  color: #002976;
  text-align: center;
}

.academic_top .our-partners .slick-slider {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.academic_top .our-partners h1 {
  font-weight: 400;
  font-size: 3.4rem;
  text-transform: uppercase;
  background: -webkit-linear-gradient(#0054a6, #00C2FF, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0054a6;
  margin: 0 0 0.5rem!important;
}

.academic_page {
  overflow-x: hidden;
}

.container-fluid.body-container.migration .widget-type-form {
    margin: 15px 0px;
}

@media (max-width: 1120px){
  .academic_main .hs_cos_wrapper_type_rich_text h2 {
    font-size: 2.5rem!important;
  }
  .academic_top .our-partners h1 {
    font-size: 3.4rem !important;
  }
}

@media (max-width: 991px){
  .container-fluid.academic_main .dnd-section .dnd-column {
    width: 100%;
  }

  .container-fluid.academic_main .row-fluid {
    display: block !important;
  }
}

@media (max-width: 768px){
  .academic_main .hs_cos_wrapper_type_rich_text h4 {
    font-size: 2rem !important;
  }

  .academic_main .hs_cos_wrapper_type_rich_text h2 {
    font-size: 2rem!important;
  }

  .academic_top .our-partners h1 {
    font-size: 2.3rem !important;
    font-weight: 800!important;
  }
}
/* Slider */
.slick-slider
{
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[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;
}

@font-face {
  font-family: 'Glyphter';
  src:url('https://6986956.fs1.hubspotusercontent-na1.net/hubfs/6986956/raw_assets/public/Universidad_Riviera_December2021/fonts/Glyphter.woff') format('woff'),
    url('https://6986956.fs1.hubspotusercontent-na1.net/hubfs/6986956/raw_assets/public/Universidad_Riviera_December2021/fonts/Glyphter.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
      }

[class*='ic-']:before{
  display: inline-block;
  font-family: 'Glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 1.7;
  padding: 0px 2px;
  width: 26px;
  font-size: 14px;
  text-align: center;
  border-radius: 50% !important;
  border: 1px solid !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-arrow-left:before{content:'\0041';}
.ic-arrow-right:before{content:'\0042';}
.ic-envelope:before{content:'\0043';}
.ic-facebook:before{content:'\0044';}
.ic-instagram:before{content:'\0045';}
.ic-linkedin:before{content:'\0046';}
.ic-play:before{content:'\0047';}
.ic-whatsapp:before{content:'\0048';}
.ic-twitter:before{content:'\0049';}



@font-face {
  font-family: 'ft-universidad-riviera';
  src:url('https://6986956.fs1.hubspotusercontent-na1.net/hubfs/6986956/raw_assets/public/Universidad_Riviera_December2021/fonts/ft-universidad-riviera.ttf') format('truetype'),
    url('https://6986956.fs1.hubspotusercontent-na1.net/hubfs/6986956/raw_assets/public/Universidad_Riviera_December2021/fonts/ft-universidad-riviera.ttf') format('woff');
      font-weight: normal;
      font-style: normal;
      }

[class*="ft-"] {
  font-family: 'ft-universidad-riviera' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  white-space:nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ft-accounting-circle .path1:before {
  content: "\e900";
  color: rgb(20, 76, 136);
}
.ft-accounting-circle .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-accounting-circle .path3:before {
  content: "\e902";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-accounting-circle .path4:before {
  content: "\e903";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-accounting-circle .path5:before {
  content: "\e904";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-accounting-circle .path6:before {
  content: "\e905";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-accounting-circle .path7:before {
  content: "\e906";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-accounting-circle .path8:before {
  content: "\e907";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-accounting-circle .path9:before {
  content: "\e908";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-accounting-circle .path10:before {
  content: "\e909";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-accounting-circle .path11:before {
  content: "\e90a";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-accounting-circle .path12:before {
  content: "\e90b";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-accounting-circle .path13:before {
  content: "\e90c";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-accounting-circle .path14:before {
  content: "\e90d";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-accounting-circle .path15:before {
  content: "\e90e";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-accounting-circle .path16:before {
  content: "\e90f";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-accounting-circle .path17:before {
  content: "\e910";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-accounting-circle .path18:before {
  content: "\e911";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-accounting-circle .path19:before {
  content: "\e912";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-accounting-circle .path20:before {
  content: "\e913";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-accounting-circle .path21:before {
  content: "\e914";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-accounting-circle .path22:before {
  content: "\e915";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-accounting-circle .path23:before {
  content: "\e916";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-accounting-circle .path24:before {
  content: "\e917";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-accounting-circle .path25:before {
  content: "\e918";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-accounting-circle .path26:before {
  content: "\e919";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-accounting-circle .path27:before {
  content: "\e91a";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-accounting-circle .path28:before {
  content: "\e91b";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-accounting-circle .path29:before {
  content: "\e91c";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-accounting-circle .path30:before {
  content: "\e91d";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-apple-circle .path1:before {
  content: "\e91e";
  color: rgb(0, 194, 255);
}
.ft-apple-circle .path2:before {
  content: "\e91f";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-apple-circle .path3:before {
  content: "\e920";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-apple-circle .path4:before {
  content: "\e921";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-atom-split-circle .path1:before {
  content: "\e922";
  color: rgb(0, 194, 255);
}
.ft-atom-split-circle .path2:before {
  content: "\e923";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-atom-split-circle .path3:before {
  content: "\e924";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-atom-split-circle .path4:before {
  content: "\e925";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-atom-split-circle .path5:before {
  content: "\e926";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-atom-split-circle .path6:before {
  content: "\e927";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-atom-split-circle .path7:before {
  content: "\e928";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-atom-split-circle .path8:before {
  content: "\e929";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-atom-split-circle .path9:before {
  content: "\e92a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-atom-split-circle .path10:before {
  content: "\e92b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-atom-split-circle .path11:before {
  content: "\e92c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-atom-split-circle .path12:before {
  content: "\e92d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-atom-split-circle .path13:before {
  content: "\e92e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-atom-split-circle .path14:before {
  content: "\e92f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-atom-split-circle .path15:before {
  content: "\e930";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-atom-split-circle .path16:before {
  content: "\e931";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-atom-split-circle .path17:before {
  content: "\e932";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-atom-split-circle .path18:before {
  content: "\e933";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-atom-split-circle .path19:before {
  content: "\e934";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-atom-split-circle .path20:before {
  content: "\e935";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-atom-split-circle .path21:before {
  content: "\e936";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-atom-split-circle .path22:before {
  content: "\e937";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-atom-split-circle .path23:before {
  content: "\e938";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-atom-split-circle .path24:before {
  content: "\e939";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-atom-split-circle .path25:before {
  content: "\e93a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-atom-split-circle .path26:before {
  content: "\e93b";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-atom .path1:before {
  content: "\e93c";
  color: rgb(255, 255, 255);
}
.ft-atom .path2:before {
  content: "\e93d";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-balance-circle .path1:before {
  content: "\e93e";
  color: rgb(20, 76, 136);
}
.ft-balance-circle .path2:before {
  content: "\e93f";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-balance-circle .path3:before {
  content: "\e940";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-balance-circle .path4:before {
  content: "\e941";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-balance-circle .path5:before {
  content: "\e942";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-balance-circle .path6:before {
  content: "\e943";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-book-circle .path1:before {
  content: "\e944";
  color: rgb(0, 194, 255);
}
.ft-book-circle .path2:before {
  content: "\e945";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-book-circle .path3:before {
  content: "\e946";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-book-circle .path4:before {
  content: "\e947";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-book-circle .path5:before {
  content: "\e948";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-bottle-circle .path1:before {
  content: "\e949";
  color: rgb(0, 194, 255);
}
.ft-bottle-circle .path2:before {
  content: "\e94a";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-bottle-circle .path3:before {
  content: "\e94b";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-bottle-circle .path4:before {
  content: "\e94c";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-bottle-circle .path5:before {
  content: "\e94d";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-bottle-circle .path6:before {
  content: "\e94e";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-bottle-circle .path7:before {
  content: "\e94f";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-bottle-circle .path8:before {
  content: "\e950";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-bottle-circle .path9:before {
  content: "\e951";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-bottle-circle .path10:before {
  content: "\e952";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-bottle-circle .path11:before {
  content: "\e953";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-bottle-circle .path12:before {
  content: "\e954";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-briefcase-circle .path1:before {
  content: "\e955";
  color: rgb(0, 194, 255);
}
.ft-briefcase-circle .path2:before {
  content: "\e956";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-briefcase-circle .path3:before {
  content: "\e957";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-briefcase-circle .path4:before {
  content: "\e958";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-briefcase-circle .path5:before {
  content: "\e959";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-build .path1:before {
  content: "\e95a";
  color: rgb(255, 255, 255);
}
.ft-build .path2:before {
  content: "\e95b";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-build .path3:before {
  content: "\e95c";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-build .path4:before {
  content: "\e95d";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-build .path5:before {
  content: "\e95e";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-build .path6:before {
  content: "\e95f";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-build .path7:before {
  content: "\e960";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-build .path8:before {
  content: "\e961";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-build .path9:before {
  content: "\e962";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-build .path10:before {
  content: "\e963";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-build .path11:before {
  content: "\e964";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-build .path12:before {
  content: "\e965";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-build .path13:before {
  content: "\e966";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-build .path14:before {
  content: "\e967";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-build .path15:before {
  content: "\e968";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-build .path16:before {
  content: "\e969";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-build .path17:before {
  content: "\e96a";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-build .path18:before {
  content: "\e96b";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-build .path19:before {
  content: "\e96c";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-build .path20:before {
  content: "\e96d";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-build .path21:before {
  content: "\e96e";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-build .path22:before {
  content: "\e96f";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-build .path23:before {
  content: "\e970";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-cap-circle .path1:before {
  content: "\e971";
  color: rgb(0, 194, 255);
}
.ft-cap-circle .path2:before {
  content: "\e972";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-cube-circle .path1:before {
  content: "\e973";
  color: rgb(20, 76, 136);
}
.ft-cube-circle .path2:before {
  content: "\e974";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-cube-circle .path3:before {
  content: "\e975";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-cube-circle .path4:before {
  content: "\e976";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-diploma .path1:before {
  content: "\e977";
  color: rgb(255, 255, 255);
}
.ft-diploma .path2:before {
  content: "\e978";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-diploma .path3:before {
  content: "\e979";
  margin-left: -1em;
  color: rgb(0, 193, 255);
}
.ft-diploma .path4:before {
  content: "\e97a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-diploma .path5:before {
  content: "\e97b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-diploma .path6:before {
  content: "\e97c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-diploma .path7:before {
  content: "\e97d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-diploma .path8:before {
  content: "\e97e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-diploma .path9:before {
  content: "\e97f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-diploma .path10:before {
  content: "\e980";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-flag-circle .path1:before {
  content: "\e981";
  color: rgb(0, 194, 255);
}
.ft-flag-circle .path2:before {
  content: "\e982";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-flag-circle .path3:before {
  content: "\e983";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-flag-circle .path4:before {
  content: "\e984";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-flag-circle .path5:before {
  content: "\e985";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-goal-circle .path1:before {
  content: "\e986";
  color: rgb(20, 76, 136);
}
.ft-goal-circle .path2:before {
  content: "\e987";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-goal-circle .path3:before {
  content: "\e988";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-goal-circle .path4:before {
  content: "\e989";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-goal-circle .path5:before {
  content: "\e98a";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-graduation-split-circle .path1:before {
  content: "\e98b";
  color: rgb(0, 194, 255);
}
.ft-graduation-split-circle .path2:before {
  content: "\e98c";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-graduation-split-circle .path3:before {
  content: "\e98d";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-graduation-split-circle .path4:before {
  content: "\e98e";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-graduation-split-circle .path5:before {
  content: "\e98f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-graduation-split-circle .path6:before {
  content: "\e990";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-graduation-split-circle .path7:before {
  content: "\e991";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-graduation-split-circle .path8:before {
  content: "\e992";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-graduation-split-circle .path9:before {
  content: "\e993";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-graduation-split-circle .path10:before {
  content: "\e994";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-graduation-split-circle .path11:before {
  content: "\e995";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-hands-split-circle .path1:before {
  content: "\e996";
  color: rgb(0, 194, 255);
}
.ft-hands-split-circle .path2:before {
  content: "\e997";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-hands-split-circle .path3:before {
  content: "\e998";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-hands-split-circle .path4:before {
  content: "\e999";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-hands-split-circle .path5:before {
  content: "\e99a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-hands-split-circle .path6:before {
  content: "\e99b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-hands-split-circle .path7:before {
  content: "\e99c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-hands-split-circle .path8:before {
  content: "\e99d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-hands-split-circle .path9:before {
  content: "\e99e";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-hands-split-circle .path10:before {
  content: "\e99f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-hands-split-circle .path11:before {
  content: "\e9a0";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-hands-split-circle .path12:before {
  content: "\e9a1";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-hands-split-circle .path13:before {
  content: "\e9a2";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-hands-split-circle .path14:before {
  content: "\e9a3";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-hands-split-circle .path15:before {
  content: "\e9a4";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-hands-split-circle .path16:before {
  content: "\e9a5";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-heart-circle .path1:before {
  content: "\e9a6";
  color: rgb(0, 194, 255);
}
.ft-heart-circle .path2:before {
  content: "\e9a7";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-heart-circle .path3:before {
  content: "\e9a8";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-helmet-circle .path1:before {
  content: "\e9a9";
  color: rgb(0, 194, 255);
}
.ft-helmet-circle .path2:before {
  content: "\e9aa";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-helmet-circle .path3:before {
  content: "\e9ab";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-helmet-circle .path4:before {
  content: "\e9ac";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-helmet-circle .path5:before {
  content: "\e9ad";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-helmet-circle .path6:before {
  content: "\e9ae";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-lamp-split-circle .path1:before {
  content: "\e9af";
  color: rgb(0, 194, 255);
}
.ft-lamp-split-circle .path2:before {
  content: "\e9b0";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-lamp-split-circle .path3:before {
  content: "\e9b1";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-lamp-split-circle .path4:before {
  content: "\e9b2";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-lamp-split-circle .path5:before {
  content: "\e9b3";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-lamp-split-circle .path6:before {
  content: "\e9b4";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-lamp-split-circle .path7:before {
  content: "\e9b5";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-law-circle .path1:before {
  content: "\e9b6";
  color: rgb(0, 194, 255);
}
.ft-law-circle .path2:before {
  content: "\e9b7";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-law-circle .path3:before {
  content: "\e9b8";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-law-circle .path4:before {
  content: "\e9b9";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-law-circle .path5:before {
  content: "\e9ba";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-law-circle .path6:before {
  content: "\e9bb";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-law-circle .path7:before {
  content: "\e9bc";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-law-circle .path8:before {
  content: "\e9bd";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-law-circle .path9:before {
  content: "\e9be";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-law-circle .path10:before {
  content: "\e9bf";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-law-circle .path11:before {
  content: "\e9c0";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-law-circle .path12:before {
  content: "\e9c1";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-lens .path1:before {
  content: "\e9c2";
  color: rgb(0, 84, 166);
}
.ft-lens .path2:before {
  content: "\e9c3";
  margin-left: -1em;
  color: rgb(0, 84, 166);
}
.ft-lens .path3:before {
  content: "\e9c4";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-lens .path4:before {
  content: "\e9c5";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-lens .path5:before {
  content: "\e9c6";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-lens .path6:before {
  content: "\e9c7";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-lens .path7:before {
  content: "\e9c8";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-lens .path8:before {
  content: "\e9c9";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-lens .path9:before {
  content: "\e9ca";
  margin-left: -1em;
  color: rgb(0, 84, 166);
}
.ft-location-circle .path1:before {
  content: "\e9cb";
  color: rgb(0, 194, 255);
}
.ft-location-circle .path2:before {
  content: "\e9cc";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-location-circle .path3:before {
  content: "\e9cd";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-location-circle .path4:before {
  content: "\e9ce";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-notebook-circle .path1:before {
  content: "\e9cf";
  color: rgb(0, 194, 255);
}
.ft-notebook-circle .path2:before {
  content: "\e9d0";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-notebook-circle .path3:before {
  content: "\e9d1";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-notice-circle .path1:before {
  content: "\e9d2";
  color: rgb(20, 76, 136);
}
.ft-notice-circle .path2:before {
  content: "\e9d3";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-notice-circle .path3:before {
  content: "\e9d4";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-notice-circle .path4:before {
  content: "\e9d5";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-notice-circle .path5:before {
  content: "\e9d6";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-notice-circle .path6:before {
  content: "\e9d7";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-notice-circle .path7:before {
  content: "\e9d8";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-olympus .path1:before {
  content: "\e9d9";
  color: rgb(0, 84, 166);
}
.ft-olympus .path2:before {
  content: "\e9da";
  margin-left: -1em;
  color: rgb(0, 84, 166);
}
.ft-olympus .path3:before {
  content: "\e9db";
  margin-left: -1em;
  color: rgb(0, 84, 166);
}
.ft-olympus .path4:before {
  content: "\e9dc";
  margin-left: -1em;
  color: rgb(0, 84, 166);
}
.ft-olympus .path5:before {
  content: "\e9dd";
  margin-left: -1em;
  color: rgb(0, 84, 166);
}
.ft-olympus .path6:before {
  content: "\e9de";
  margin-left: -1em;
  color: rgb(0, 84, 166);
}
.ft-olympus .path7:before {
  content: "\e9df";
  margin-left: -1em;
  color: rgb(0, 84, 166);
}
.ft-olympus .path8:before {
  content: "\e9e0";
  margin-left: -1em;
  color: rgb(0, 84, 166);
}
.ft-olympus .path9:before {
  content: "\e9e1";
  margin-left: -1em;
  color: rgb(0, 84, 166);
}
.ft-olympus .path10:before {
  content: "\e9e2";
  margin-left: -1em;
  color: rgb(0, 84, 166);
}
.ft-olympus .path11:before {
  content: "\e9e3";
  margin-left: -1em;
  color: rgb(0, 84, 166);
}
.ft-olympus .path12:before {
  content: "\e9e4";
  margin-left: -1em;
  color: rgb(0, 84, 166);
}
.ft-olympus .path13:before {
  content: "\e9e5";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-palmtree-circle .path1:before {
  content: "\e9e6";
  color: rgb(20, 76, 136);
}
.ft-palmtree-circle .path2:before {
  content: "\e9e7";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-palmtree-circle .path3:before {
  content: "\e9e8";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-palmtree-circle .path4:before {
  content: "\e9e9";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-palmtree-circle .path5:before {
  content: "\e9ea";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-palmtree-circle .path6:before {
  content: "\e9eb";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-palmtree-circle .path7:before {
  content: "\e9ec";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-palmtree-circle .path8:before {
  content: "\e9ed";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-palmtree-circle .path9:before {
  content: "\e9ee";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-palmtree-circle .path10:before {
  content: "\e9ef";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-partners-circle .path1:before {
  content: "\e9f0";
  color: rgb(20, 76, 136);
}
.ft-partners-circle .path2:before {
  content: "\e9f1";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-partners-circle .path3:before {
  content: "\e9f2";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-partners-circle .path4:before {
  content: "\e9f3";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-partners-circle .path5:before {
  content: "\e9f4";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-partners-circle .path6:before {
  content: "\e9f5";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-partners-circle .path7:before {
  content: "\e9f6";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-partners-circle .path8:before {
  content: "\e9f7";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-partners-circle .path9:before {
  content: "\e9f8";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-peace-circle .path1:before {
  content: "\e9f9";
  color: rgb(0, 194, 255);
}
.ft-peace-circle .path2:before {
  content: "\e9fa";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-pen-circle .path1:before {
  content: "\e9fb";
  color: rgb(20, 76, 136);
}
.ft-pen-circle .path2:before {
  content: "\e9fc";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-pen-circle .path3:before {
  content: "\e9fd";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-pen-circle .path4:before {
  content: "\e9fe";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-pen-circle .path5:before {
  content: "\e9ff";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-pen-circle .path6:before {
  content: "\ea00";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-process .path1:before {
  content: "\ea01";
  color: rgb(255, 255, 255);
}
.ft-process .path2:before {
  content: "\ea02";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-process .path3:before {
  content: "\ea03";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-process .path4:before {
  content: "\ea04";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-process .path5:before {
  content: "\ea05";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-process .path6:before {
  content: "\ea06";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-process .path7:before {
  content: "\ea07";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-process .path8:before {
  content: "\ea08";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-process .path9:before {
  content: "\ea09";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-process .path10:before {
  content: "\ea0a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-relationship-circle .path1:before {
  content: "\ea0b";
  color: rgb(0, 194, 255);
}
.ft-relationship-circle .path2:before {
  content: "\ea0c";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-relationship-circle .path3:before {
  content: "\ea0d";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-relationship-circle .path4:before {
  content: "\ea0e";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-relationship-circle .path5:before {
  content: "\ea0f";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-relationship-circle .path6:before {
  content: "\ea10";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-relationship-circle .path7:before {
  content: "\ea11";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-relationship-circle .path8:before {
  content: "\ea12";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-relationship-circle .path9:before {
  content: "\ea13";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-relationship-circle .path10:before {
  content: "\ea14";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-spaceship-circle .path1:before {
  content: "\ea15";
  color: rgb(0, 194, 255);
}
.ft-spaceship-circle .path2:before {
  content: "\ea16";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-spaceship-circle .path3:before {
  content: "\ea17";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-spaceship-circle .path4:before {
  content: "\ea18";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-spaceship-circle .path5:before {
  content: "\ea19";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-spaceship-circle .path6:before {
  content: "\ea1a";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-spaceship-split-circle .path1:before {
  content: "\ea1b";
  color: rgb(0, 194, 255);
}
.ft-spaceship-split-circle .path2:before {
  content: "\ea1c";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-spaceship-split-circle .path3:before {
  content: "\ea1d";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-spaceship-split-circle .path4:before {
  content: "\ea1e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-spaceship-split-circle .path5:before {
  content: "\ea1f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-spaceship-split-circle .path6:before {
  content: "\ea20";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-spaceship-split-circle .path7:before {
  content: "\ea21";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-spaceship-split-circle .path8:before {
  content: "\ea22";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-spaceship-split-circle .path9:before {
  content: "\ea23";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-spaceship-split-circle .path10:before {
  content: "\ea24";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-spaceship-split-circle .path11:before {
  content: "\ea25";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-spaceship-split-circle .path12:before {
  content: "\ea26";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-tabloid-circle .path1:before {
  content: "\ea27";
  color: rgb(20, 76, 136);
}
.ft-tabloid-circle .path2:before {
  content: "\ea28";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-tabloid-circle .path3:before {
  content: "\ea29";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-tabloid-circle .path4:before {
  content: "\ea2a";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-tabloid-circle .path5:before {
  content: "\ea2b";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-tabloid-circle .path6:before {
  content: "\ea2c";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-tabloid-circle .path7:before {
  content: "\ea2d";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-tabloid-circle .path8:before {
  content: "\ea2e";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-tabloid-circle .path9:before {
  content: "\ea2f";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-tabloid-circle .path10:before {
  content: "\ea30";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-tabloid-circle .path11:before {
  content: "\ea31";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-tabloid-circle .path12:before {
  content: "\ea32";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-tabloid-circle .path13:before {
  content: "\ea33";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-tabloid-circle .path14:before {
  content: "\ea34";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-target .path1:before {
  content: "\ea35";
  color: rgb(0, 84, 166);
}
.ft-target .path2:before {
  content: "\ea36";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-target .path3:before {
  content: "\ea37";
  margin-left: -1em;
  color: rgb(0, 84, 166);
}
.ft-target .path4:before {
  content: "\ea38";
  margin-left: -1em;
  color: rgb(0, 84, 166);
}
.ft-target .path5:before {
  content: "\ea39";
  margin-left: -1em;
  color: rgb(0, 84, 166);
}
.ft-target .path6:before {
  content: "\ea3a";
  margin-left: -1em;
  color: rgb(0, 84, 166);
}
.ft-target .path7:before {
  content: "\ea3b";
  margin-left: -1em;
  color: rgb(0, 84, 166);
}
.ft-target .path8:before {
  content: "\ea3c";
  margin-left: -1em;
  color: rgb(0, 84, 166);
}
.ft-target .path9:before {
  content: "\ea3d";
  margin-left: -1em;
  color: rgb(0, 84, 166);
}
.ft-target .path10:before {
  content: "\ea3e";
  margin-left: -1em;
  color: rgb(0, 84, 166);
}
.ft-target .path11:before {
  content: "\ea3f";
  margin-left: -1em;
  color: rgb(0, 84, 166);
}
.ft-tie-circle .path1:before {
  content: "\ea40";
  color: rgb(0, 194, 255);
}
.ft-tie-circle .path2:before {
  content: "\ea41";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-tie-circle .path3:before {
  content: "\ea42";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-tie-circle .path4:before {
  content: "\ea43";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-tie-circle .path5:before {
  content: "\ea44";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-tie-circle .path6:before {
  content: "\ea45";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-tie-circle .path7:before {
  content: "\ea46";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-time-circle .path1:before {
  content: "\ea47";
  color: rgb(0, 194, 255);
}
.ft-time-circle .path2:before {
  content: "\ea48";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-time-circle .path3:before {
  content: "\ea49";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-trophy-circle .path1:before {
  content: "\ea4a";
  color: rgb(0, 194, 255);
}
.ft-trophy-circle .path2:before {
  content: "\ea4b";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-trophy-circle .path3:before {
  content: "\ea4c";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-trophy-circle .path4:before {
  content: "\ea4d";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-trophy-circle .path5:before {
  content: "\ea4e";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-trophy-circle .path6:before {
  content: "\ea4f";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-trophy-circle .path7:before {
  content: "\ea50";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-consultant .path1:before {
  content: "\ea51";
  color: rgb(255, 255, 255);
}
.ft-consultant .path2:before {
  content: "\ea52";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-consultant .path3:before {
  content: "\ea53";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-consultant .path4:before {
  content: "\ea54";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-consultant .path5:before {
  content: "\ea55";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-consultant .path6:before {
  content: "\ea56";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-diagram-circle .path1:before {
  content: "\ea57";
  color: rgb(0, 194, 255);
}
.ft-diagram-circle .path2:before {
  content: "\ea58";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-diagram-circle .path3:before {
  content: "\ea59";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-diagram-circle .path4:before {
  content: "\ea5a";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-diagram-circle .path5:before {
  content: "\ea5b";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-diagram-circle .path6:before {
  content: "\ea5c";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-diagram-circle .path7:before {
  content: "\ea5d";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-diagram-circle .path8:before {
  content: "\ea5e";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-diagram-circle .path9:before {
  content: "\ea5f";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-diagram-circle .path10:before {
  content: "\ea60";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-diagram-circle .path11:before {
  content: "\ea61";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-diagram-circle .path12:before {
  content: "\ea62";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-diagram-circle .path13:before {
  content: "\ea63";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-diagram-circle .path14:before {
  content: "\ea64";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-diagram-circle .path15:before {
  content: "\ea65";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-door-circle .path1:before {
  content: "\ea66";
  color: rgb(0, 194, 255);
}
.ft-door-circle .path2:before {
  content: "\ea67";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-door-circle .path3:before {
  content: "\ea68";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-door-circle .path4:before {
  content: "\ea69";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-door-circle .path5:before {
  content: "\ea6a";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-gear-circle .path1:before {
  content: "\ea6b";
  color: rgb(0, 194, 255);
}
.ft-gear-circle .path2:before {
  content: "\ea6c";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-gear-circle .path3:before {
  content: "\ea6d";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-gear-circle .path4:before {
  content: "\ea6e";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-gear .path1:before {
  content: "\ea6f";
  color: rgb(0, 194, 255);
}
.ft-gear .path2:before {
  content: "\ea70";
  margin-left: -0.9921875em;
  color: rgb(20, 76, 136);
}
.ft-gear .path3:before {
  content: "\ea71";
  margin-left: -0.9921875em;
  color: rgb(20, 76, 136);
}
.ft-gears .path1:before {
  content: "\ea72";
  color: rgb(0, 194, 255);
}
.ft-gears .path2:before {
  content: "\ea73";
  margin-left: -1.4765625em;
  color: rgb(0, 194, 255);
}
.ft-gears .path3:before {
  content: "\ea74";
  margin-left: -1.4765625em;
  color: rgb(20, 76, 136);
}
.ft-gears .path4:before {
  content: "\ea75";
  margin-left: -1.4765625em;
  color: rgb(20, 76, 136);
}
.ft-gears .path5:before {
  content: "\ea76";
  margin-left: -1.4765625em;
  color: rgb(20, 76, 136);
}
.ft-gears .path6:before {
  content: "\ea77";
  margin-left: -1.4765625em;
  color: rgb(0, 194, 255);
}
.ft-gears .path7:before {
  content: "\ea78";
  margin-left: -1.4765625em;
  color: rgb(0, 194, 255);
}
.ft-gears .path8:before {
  content: "\ea79";
  margin-left: -1.4765625em;
  color: rgb(20, 76, 136);
}
.ft-gears .path9:before {
  content: "\ea7a";
  margin-left: -1.4765625em;
  color: rgb(20, 76, 136);
}
.ft-gears .path10:before {
  content: "\ea7b";
  margin-left: -1.4765625em;
  color: rgb(20, 76, 136);
}
.ft-gears .path11:before {
  content: "\ea7c";
  margin-left: -1.4765625em;
  color: rgb(20, 76, 136);
}
.ft-gears .path12:before {
  content: "\ea7d";
  margin-left: -1.4765625em;
  color: rgb(0, 194, 255);
}
.ft-gears .path13:before {
  content: "\ea7e";
  margin-left: -1.4765625em;
  color: rgb(0, 194, 255);
}
.ft-gears .path14:before {
  content: "\ea7f";
  margin-left: -1.4765625em;
  color: rgb(0, 194, 255);
}
.ft-gears .path15:before {
  content: "\ea80";
  margin-left: -1.4765625em;
  color: rgb(20, 76, 136);
}
.ft-gears .path16:before {
  content: "\ea81";
  margin-left: -1.4765625em;
  color: rgb(20, 76, 136);
}
.ft-helmet .path1:before {
  content: "\ea82";
  color: rgb(0, 194, 255);
}
.ft-helmet .path2:before {
  content: "\ea83";
  margin-left: -1.2587890625em;
  color: rgb(19, 76, 136);
}
.ft-helmet .path3:before {
  content: "\ea84";
  margin-left: -1.2587890625em;
  color: rgb(19, 76, 136);
}
.ft-helmet .path4:before {
  content: "\ea85";
  margin-left: -1.2587890625em;
  color: rgb(19, 76, 136);
}
.ft-plant-circle .path1:before {
  content: "\ea86";
  color: rgb(0, 194, 255);
}
.ft-plant-circle .path2:before {
  content: "\ea87";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-plant-circle .path3:before {
  content: "\ea88";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-plant-circle .path4:before {
  content: "\ea89";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-plant-circle .path5:before {
  content: "\ea8a";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-plant-circle .path6:before {
  content: "\ea8b";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-printer-circle .path1:before {
  content: "\ea8c";
  color: rgb(0, 194, 255);
}
.ft-printer-circle .path2:before {
  content: "\ea8d";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-printer-circle .path3:before {
  content: "\ea8e";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-printer-circle .path4:before {
  content: "\ea8f";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-springboard-circle .path1:before {
  content: "\ea90";
  color: rgb(0, 194, 255);
}
.ft-springboard-circle .path2:before {
  content: "\ea91";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-springboard-circle .path3:before {
  content: "\ea92";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-springboard-circle .path4:before {
  content: "\ea93";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-springboard-circle .path5:before {
  content: "\ea94";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-springboard-circle .path6:before {
  content: "\ea95";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-springboard-circle .path7:before {
  content: "\ea96";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-springboard-circle .path8:before {
  content: "\ea97";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-star-circle .path1:before {
  content: "\ea98";
  color: rgb(0, 194, 255);
}
.ft-star-circle .path2:before {
  content: "\ea99";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-star-circle .path3:before {
  content: "\ea9a";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-user-circle .path1:before {
  content: "\ea9b";
  color: rgb(0, 194, 255);
}
.ft-user-circle .path2:before {
  content: "\ea9c";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-user-circle .path3:before {
  content: "\ea9d";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-user-circle .path4:before {
  content: "\ea9e";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-user-circle .path5:before {
  content: "\ea9f";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-wc-circle .path1:before {
  content: "\eaa0";
  color: rgb(0, 194, 255);
}
.ft-wc-circle .path2:before {
  content: "\eaa1";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-wc-circle .path3:before {
  content: "\eaa2";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-wc-circle .path4:before {
  content: "\eaa3";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-wc-circle .path5:before {
  content: "\eaa4";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-wc-circle .path6:before {
  content: "\eaa5";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-wifi-circle .path1:before {
  content: "\eaa6";
  color: rgb(0, 194, 255);
}
.ft-wifi-circle .path2:before {
  content: "\eaa7";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-wifi-circle .path3:before {
  content: "\eaa8";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-wifi-circle .path4:before {
  content: "\eaa9";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-wifi-circle .path5:before {
  content: "\eaaa";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-wifi-circle .path6:before {
  content: "\eaab";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-wifi .path1:before {
  content: "\eaac";
  color: rgb(0, 194, 255);
}
.ft-wifi .path2:before {
  content: "\eaad";
  margin-left: -1.3359375em;
  color: rgb(19, 76, 136);
}
.ft-wifi .path3:before {
  content: "\eaae";
  margin-left: -1.3359375em;
  color: rgb(19, 76, 136);
}
.ft-wifi .path4:before {
  content: "\eaaf";
  margin-left: -1.3359375em;
  color: rgb(19, 76, 136);
}
.ft-wifi .path5:before {
  content: "\eab0";
  margin-left: -1.3359375em;
  color: rgb(19, 76, 136);
}
.ft-winzip-circle .path1:before {
  content: "\eab1";
  color: rgb(0, 194, 255);
}
.ft-winzip-circle .path2:before {
  content: "\eab2";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-winzip-circle .path3:before {
  content: "\eab3";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-worker .path1:before {
  content: "\eab4";
  color: rgb(255, 255, 255);
}
.ft-worker .path2:before {
  content: "\eab5";
  margin-left: -0.7314453125em;
  color: rgb(0, 194, 255);
}
.ft-worker .path3:before {
  content: "\eab6";
  margin-left: -0.7314453125em;
  color: rgb(255, 255, 255);
}
.ft-worker .path4:before {
  content: "\eab7";
  margin-left: -0.7314453125em;
  color: rgb(255, 255, 255);
}
.ft-worker .path5:before {
  content: "\eab8";
  margin-left: -0.7314453125em;
  color: rgb(0, 194, 255);
}
.ft-worker .path6:before {
  content: "\eab9";
  margin-left: -0.7314453125em;
  color: rgb(255, 255, 255);
}
.ft-wrench .path1:before {
  content: "\eaba";
  color: rgb(0, 194, 255);
}
.ft-wrench .path2:before {
  content: "\eabb";
  margin-left: -1.318359375em;
  color: rgb(19, 76, 136);
}
.ft-wrench .path3:before {
  content: "\eabc";
  margin-left: -1.318359375em;
  color: rgb(19, 76, 136);
}
.ft-wrench .path4:before {
  content: "\eabd";
  margin-left: -1.318359375em;
  color: rgb(105, 105, 105);
}
.ft-wrench .path5:before {
  content: "\eabe";
  margin-left: -1.318359375em;
  color: rgb(19, 76, 136);
}
.ft-wrench .path6:before {
  content: "\eabf";
  margin-left: -1.318359375em;
  color: rgb(0, 194, 255);
}
.ft-wrench .path7:before {
  content: "\eac0";
  margin-left: -1.318359375em;
  color: rgb(19, 76, 136);
}
.ft-wrench-circle .path1:before {
  content: "\eac1";
  color: rgb(0, 194, 255);
}
.ft-wrench-circle .path2:before {
  content: "\eac2";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-wrench-circle .path3:before {
  content: "\eac3";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-wrench-circle .path4:before {
  content: "\eac4";
  margin-left: -1em;
  color: none;
}
.ft-wrench-circle .path5:before {
  content: "\eac5";
  margin-left: -1em;
  color: rgb(105, 105, 105);
}
.ft-wrench-circle .path6:before {
  content: "\eac6";
  margin-left: -1em;
  color: none;
}
.ft-wrench-circle .path7:before {
  content: "\eac7";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-wrench-circle .path8:before {
  content: "\eac8";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-airplane .path1:before {
  content: "\eac9";
  color: rgb(255, 255, 255);
}
.ft-airplane .path2:before {
  content: "\eaca";
  margin-left: -0.9951171875em;
  color: rgb(0, 194, 255);
}
.ft-airplane .path3:before {
  content: "\eacb";
  margin-left: -0.9951171875em;
  color: rgb(0, 194, 255);
}
.ft-apple-heart .path1:before {
  content: "\eacc";
  color: rgb(255, 255, 255);
}
.ft-apple-heart .path2:before {
  content: "\eacd";
  margin-left: -0.9541015625em;
  color: rgb(0, 194, 255);
}
.ft-apple-heart .path3:before {
  content: "\eace";
  margin-left: -0.9541015625em;
  color: rgb(255, 255, 255);
}
.ft-apple-heart .path4:before {
  content: "\eacf";
  margin-left: -0.9541015625em;
  color: rgb(0, 194, 255);
}
.ft-art .path1:before {
  content: "\ead0";
  color: rgb(255, 255, 255);
}
.ft-art .path2:before {
  content: "\ead1";
  margin-left: -1.0986328125em;
  color: rgb(0, 194, 255);
}
.ft-art .path3:before {
  content: "\ead2";
  margin-left: -1.0986328125em;
  color: rgb(255, 255, 255);
}
.ft-art .path4:before {
  content: "\ead3";
  margin-left: -1.0986328125em;
  color: rgb(0, 194, 255);
}
.ft-art .path5:before {
  content: "\ead4";
  margin-left: -1.0986328125em;
  color: rgb(255, 255, 255);
}
.ft-art .path6:before {
  content: "\ead5";
  margin-left: -1.0986328125em;
  color: rgb(0, 194, 255);
}
.ft-art .path7:before {
  content: "\ead6";
  margin-left: -1.0986328125em;
  color: rgb(255, 255, 255);
}
.ft-art .path8:before {
  content: "\ead7";
  margin-left: -1.0986328125em;
  color: rgb(0, 194, 255);
}
.ft-art .path9:before {
  content: "\ead8";
  margin-left: -1.0986328125em;
  color: rgb(255, 255, 255);
}
.ft-art .path10:before {
  content: "\ead9";
  margin-left: -1.0986328125em;
  color: rgb(0, 194, 255);
}
.ft-art .path11:before {
  content: "\eada";
  margin-left: -1.0986328125em;
  color: rgb(255, 255, 255);
}
.ft-art .path12:before {
  content: "\eadb";
  margin-left: -1.0986328125em;
  color: rgb(255, 255, 255);
}
.ft-ball:before {
  content: "\eadc";
  color: #fff;
}
.ft-bed .path1:before {
  content: "\eadd";
  color: rgb(0, 194, 255);
}
.ft-bed .path2:before {
  content: "\eade";
  margin-left: -1.4150390625em;
  color: rgb(0, 194, 255);
}
.ft-bed .path3:before {
  content: "\eadf";
  margin-left: -1.4150390625em;
  color: rgb(255, 255, 255);
}
.ft-book-apple .path1:before {
  content: "\eae0";
  color: rgb(255, 255, 255);
}
.ft-book-apple .path2:before {
  content: "\eae1";
  margin-left: -0.6884765625em;
  color: rgb(0, 194, 255);
}
.ft-book-apple .path3:before {
  content: "\eae2";
  margin-left: -0.6884765625em;
  color: rgb(0, 194, 255);
}
.ft-book-apple .path4:before {
  content: "\eae3";
  margin-left: -0.6884765625em;
  color: rgb(255, 255, 255);
}
.ft-book-apple .path5:before {
  content: "\eae4";
  margin-left: -0.6884765625em;
  color: rgb(255, 255, 255);
}
.ft-book-apple .path6:before {
  content: "\eae5";
  margin-left: -0.6884765625em;
  color: rgb(0, 194, 255);
}
.ft-book .path1:before {
  content: "\eae6";
  color: rgb(0, 194, 255);
}
.ft-book .path2:before {
  content: "\eae7";
  margin-left: -0.6845703125em;
  color: rgb(20, 76, 136);
}
.ft-book .path3:before {
  content: "\eae8";
  margin-left: -0.6845703125em;
  color: rgb(20, 76, 136);
}
.ft-book .path4:before {
  content: "\eae9";
  margin-left: -0.6845703125em;
  color: rgb(0, 194, 255);
}
.ft-bottle .path1:before {
  content: "\eaea";
  color: rgb(255, 255, 255);
}
.ft-bottle .path2:before {
  content: "\eaeb";
  margin-left: -0.5185546875em;
  color: rgb(0, 194, 255);
}
.ft-bottle .path3:before {
  content: "\eaec";
  margin-left: -0.5185546875em;
  color: rgb(0, 194, 255);
}
.ft-bottle .path4:before {
  content: "\eaed";
  margin-left: -0.5185546875em;
  color: rgb(0, 194, 255);
}
.ft-bottle .path5:before {
  content: "\eaee";
  margin-left: -0.5185546875em;
  color: rgb(0, 194, 255);
}
.ft-bottle .path6:before {
  content: "\eaef";
  margin-left: -0.5185546875em;
  color: rgb(0, 194, 255);
}
.ft-bottle .path7:before {
  content: "\eaf0";
  margin-left: -0.5185546875em;
  color: rgb(0, 194, 255);
}
.ft-bottle .path8:before {
  content: "\eaf1";
  margin-left: -0.5185546875em;
  color: rgb(0, 194, 255);
}
.ft-bottle .path9:before {
  content: "\eaf2";
  margin-left: -0.5185546875em;
  color: rgb(0, 194, 255);
}
.ft-bottle .path10:before {
  content: "\eaf3";
  margin-left: -0.5185546875em;
  color: rgb(255, 255, 255);
}
.ft-bottle .path11:before {
  content: "\eaf4";
  margin-left: -0.5185546875em;
  color: rgb(0, 194, 255);
}
.ft-bottle .path12:before {
  content: "\eaf5";
  margin-left: -0.5185546875em;
  color: rgb(255, 255, 255);
}
.ft-bottle .path13:before {
  content: "\eaf6";
  margin-left: -0.5185546875em;
  color: rgb(0, 194, 255);
}
.ft-bottle .path14:before {
  content: "\eaf7";
  margin-left: -0.5185546875em;
  color: rgb(255, 255, 255);
}
.ft-brain-circle .path1:before {
  content: "\eaf8";
  color: rgb(0, 194, 255);
}
.ft-brain-circle .path2:before {
  content: "\eaf9";
  margin-left: -0.9814453125em;
  color: rgb(19, 76, 136);
}
.ft-brain-circle .path3:before {
  content: "\eafa";
  margin-left: -0.9814453125em;
  color: rgb(0, 194, 255);
}
.ft-brain-circle .path4:before {
  content: "\eafb";
  margin-left: -0.9814453125em;
  color: rgb(0, 194, 255);
}
.ft-brain-circle .path5:before {
  content: "\eafc";
  margin-left: -0.9814453125em;
  color: rgb(19, 76, 136);
}
.ft-briefcase .path1:before {
  content: "\eafd";
  color: rgb(255, 255, 255);
}
.ft-briefcase .path2:before {
  content: "\eafe";
  margin-left: -1.25390625em;
  color: rgb(255, 255, 255);
}
.ft-briefcase .path3:before {
  content: "\eaff";
  margin-left: -1.25390625em;
  color: rgb(255, 255, 255);
}
.ft-briefcase .path4:before {
  content: "\eb00";
  margin-left: -1.25390625em;
  color: rgb(0, 194, 255);
}
.ft-briefcase .path5:before {
  content: "\eb01";
  margin-left: -1.25390625em;
  color: rgb(0, 194, 255);
}
.ft-briefcase .path6:before {
  content: "\eb02";
  margin-left: -1.25390625em;
  color: rgb(0, 194, 255);
}
.ft-briefcase .path7:before {
  content: "\eb03";
  margin-left: -1.25390625em;
  color: rgb(0, 194, 255);
}
.ft-briefcase .path8:before {
  content: "\eb04";
  margin-left: -1.25390625em;
  color: rgb(0, 194, 255);
}
.ft-briefcase .path9:before {
  content: "\eb05";
  margin-left: -1.25390625em;
  color: rgb(0, 194, 255);
}
.ft-build-blue .path1:before {
  content: "\eb06";
  color: rgb(20, 76, 136);
}
.ft-build-blue .path2:before {
  content: "\eb07";
  margin-left: -0.8203125em;
  color: rgb(0, 194, 255);
}
.ft-build-blue .path3:before {
  content: "\eb08";
  margin-left: -0.8203125em;
  color: rgb(0, 194, 255);
}
.ft-build-blue .path4:before {
  content: "\eb09";
  margin-left: -0.8203125em;
  color: rgb(0, 194, 255);
}
.ft-build-blue .path5:before {
  content: "\eb0a";
  margin-left: -0.8203125em;
  color: rgb(0, 194, 255);
}
.ft-build-blue .path6:before {
  content: "\eb0b";
  margin-left: -0.8203125em;
  color: rgb(0, 194, 255);
}
.ft-build-blue .path7:before {
  content: "\eb0c";
  margin-left: -0.8203125em;
  color: rgb(0, 194, 255);
}
.ft-build-blue .path8:before {
  content: "\eb0d";
  margin-left: -0.8203125em;
  color: rgb(0, 194, 255);
}
.ft-build-blue .path9:before {
  content: "\eb0e";
  margin-left: -0.8203125em;
  color: rgb(0, 194, 255);
}
.ft-build-blue .path10:before {
  content: "\eb0f";
  margin-left: -0.8203125em;
  color: rgb(0, 194, 255);
}
.ft-build-blue .path11:before {
  content: "\eb10";
  margin-left: -0.8203125em;
  color: rgb(0, 194, 255);
}
.ft-build-blue .path12:before {
  content: "\eb11";
  margin-left: -0.8203125em;
  color: rgb(0, 194, 255);
}
.ft-build-blue .path13:before {
  content: "\eb12";
  margin-left: -0.8203125em;
  color: rgb(0, 194, 255);
}
.ft-build-blue .path14:before {
  content: "\eb13";
  margin-left: -0.8203125em;
  color: rgb(0, 194, 255);
}
.ft-build-blue .path15:before {
  content: "\eb14";
  margin-left: -0.8203125em;
  color: rgb(0, 194, 255);
}
.ft-build-blue .path16:before {
  content: "\eb15";
  margin-left: -0.8203125em;
  color: rgb(0, 194, 255);
}
.ft-build-blue .path17:before {
  content: "\eb16";
  margin-left: -0.8203125em;
  color: rgb(0, 194, 255);
}
.ft-build-blue .path18:before {
  content: "\eb17";
  margin-left: -0.8203125em;
  color: rgb(0, 194, 255);
}
.ft-build-blue .path19:before {
  content: "\eb18";
  margin-left: -0.8203125em;
  color: rgb(0, 194, 255);
}
.ft-build-blue .path20:before {
  content: "\eb19";
  margin-left: -0.8203125em;
  color: rgb(0, 194, 255);
}
.ft-build-blue .path21:before {
  content: "\eb1a";
  margin-left: -0.8203125em;
  color: rgb(0, 194, 255);
}
.ft-build-blue .path22:before {
  content: "\eb1b";
  margin-left: -0.8203125em;
  color: rgb(0, 194, 255);
}
.ft-build-blue .path23:before {
  content: "\eb1c";
  margin-left: -0.8203125em;
  color: rgb(0, 194, 255);
}
.ft-build-simple .path1:before {
  content: "\eb1d";
  color: rgb(19, 76, 136);
}
.ft-build-simple .path2:before {
  content: "\eb1e";
  margin-left: -0.470703125em;
  color: rgb(0, 194, 255);
}
.ft-build-simple .path3:before {
  content: "\eb1f";
  margin-left: -0.470703125em;
  color: rgb(0, 194, 255);
}
.ft-build-simple .path4:before {
  content: "\eb20";
  margin-left: -0.470703125em;
  color: rgb(0, 194, 255);
}
.ft-build-simple .path5:before {
  content: "\eb21";
  margin-left: -0.470703125em;
  color: rgb(0, 194, 255);
}
.ft-build-simple .path6:before {
  content: "\eb22";
  margin-left: -0.470703125em;
  color: rgb(0, 194, 255);
}
.ft-build-simple .path7:before {
  content: "\eb23";
  margin-left: -0.470703125em;
  color: rgb(0, 194, 255);
}
.ft-build-simple .path8:before {
  content: "\eb24";
  margin-left: -0.470703125em;
  color: rgb(0, 194, 255);
}
.ft-build-simple .path9:before {
  content: "\eb25";
  margin-left: -0.470703125em;
  color: rgb(0, 194, 255);
}
.ft-build-simple .path10:before {
  content: "\eb26";
  margin-left: -0.470703125em;
  color: rgb(0, 194, 255);
}
.ft-build-simple .path11:before {
  content: "\eb27";
  margin-left: -0.470703125em;
  color: rgb(0, 194, 255);
}
.ft-build-simple .path12:before {
  content: "\eb28";
  margin-left: -0.470703125em;
  color: rgb(0, 194, 255);
}
.ft-build-simple .path13:before {
  content: "\eb29";
  margin-left: -0.470703125em;
  color: rgb(0, 194, 255);
}
.ft-build-simple .path14:before {
  content: "\eb2a";
  margin-left: -0.470703125em;
  color: rgb(0, 194, 255);
}
.ft-build-simple .path15:before {
  content: "\eb2b";
  margin-left: -0.470703125em;
  color: rgb(0, 194, 255);
}
.ft-build-simple .path16:before {
  content: "\eb2c";
  margin-left: -0.470703125em;
  color: rgb(0, 194, 255);
}
.ft-build-white .path1:before {
  content: "\eb2d";
  color: rgb(255, 255, 255);
}
.ft-build-white .path2:before {
  content: "\eb2e";
  margin-left: -0.806640625em;
  color: rgb(0, 194, 255);
}
.ft-build-white .path3:before {
  content: "\eb2f";
  margin-left: -0.806640625em;
  color: rgb(0, 194, 255);
}
.ft-build-white .path4:before {
  content: "\eb30";
  margin-left: -0.806640625em;
  color: rgb(0, 194, 255);
}
.ft-build-white .path5:before {
  content: "\eb31";
  margin-left: -0.806640625em;
  color: rgb(0, 194, 255);
}
.ft-build-white .path6:before {
  content: "\eb32";
  margin-left: -0.806640625em;
  color: rgb(0, 194, 255);
}
.ft-build-white .path7:before {
  content: "\eb33";
  margin-left: -0.806640625em;
  color: rgb(0, 194, 255);
}
.ft-build-white .path8:before {
  content: "\eb34";
  margin-left: -0.806640625em;
  color: rgb(0, 194, 255);
}
.ft-build-white .path9:before {
  content: "\eb35";
  margin-left: -0.806640625em;
  color: rgb(0, 194, 255);
}
.ft-build-white .path10:before {
  content: "\eb36";
  margin-left: -0.806640625em;
  color: rgb(0, 194, 255);
}
.ft-build-white .path11:before {
  content: "\eb37";
  margin-left: -0.806640625em;
  color: rgb(0, 194, 255);
}
.ft-build-white .path12:before {
  content: "\eb38";
  margin-left: -0.806640625em;
  color: rgb(0, 194, 255);
}
.ft-build-white .path13:before {
  content: "\eb39";
  margin-left: -0.806640625em;
  color: rgb(0, 194, 255);
}
.ft-build-white .path14:before {
  content: "\eb3a";
  margin-left: -0.806640625em;
  color: rgb(0, 194, 255);
}
.ft-build-white .path15:before {
  content: "\eb3b";
  margin-left: -0.806640625em;
  color: rgb(0, 194, 255);
}
.ft-build-white .path16:before {
  content: "\eb3c";
  margin-left: -0.806640625em;
  color: rgb(0, 194, 255);
}
.ft-build-white .path17:before {
  content: "\eb3d";
  margin-left: -0.806640625em;
  color: rgb(0, 194, 255);
}
.ft-build-white .path18:before {
  content: "\eb3e";
  margin-left: -0.806640625em;
  color: rgb(0, 194, 255);
}
.ft-build-white .path19:before {
  content: "\eb3f";
  margin-left: -0.806640625em;
  color: rgb(0, 194, 255);
}
.ft-build-white .path20:before {
  content: "\eb40";
  margin-left: -0.806640625em;
  color: rgb(0, 194, 255);
}
.ft-build-white .path21:before {
  content: "\eb41";
  margin-left: -0.806640625em;
  color: rgb(0, 194, 255);
}
.ft-build-white .path22:before {
  content: "\eb42";
  margin-left: -0.806640625em;
  color: rgb(0, 194, 255);
}
.ft-build-white .path23:before {
  content: "\eb43";
  margin-left: -0.806640625em;
  color: rgb(0, 194, 255);
}
.ft-calculator-circle .path1:before {
  content: "\eb44";
  color: rgb(0, 194, 255);
}
.ft-calculator-circle .path2:before {
  content: "\eb45";
  margin-left: -0.9814453125em;
  color: rgb(19, 76, 136);
}
.ft-calculator-circle .path3:before {
  content: "\eb46";
  margin-left: -0.9814453125em;
  color: rgb(0, 194, 255);
}
.ft-calculator-circle .path4:before {
  content: "\eb47";
  margin-left: -0.9814453125em;
  color: rgb(19, 76, 136);
}
.ft-calculator-circle .path5:before {
  content: "\eb48";
  margin-left: -0.9814453125em;
  color: rgb(19, 76, 136);
}
.ft-calculator-circle .path6:before {
  content: "\eb49";
  margin-left: -0.9814453125em;
  color: rgb(19, 76, 136);
}
.ft-calculator-circle .path7:before {
  content: "\eb4a";
  margin-left: -0.9814453125em;
  color: rgb(19, 76, 136);
}
.ft-calculator-circle .path8:before {
  content: "\eb4b";
  margin-left: -0.9814453125em;
  color: rgb(19, 76, 136);
}
.ft-calculator-circle .path9:before {
  content: "\eb4c";
  margin-left: -0.9814453125em;
  color: rgb(19, 76, 136);
}
.ft-calculator-circle .path10:before {
  content: "\eb4d";
  margin-left: -0.9814453125em;
  color: rgb(19, 76, 136);
}
.ft-calculator-circle .path11:before {
  content: "\eb4e";
  margin-left: -0.9814453125em;
  color: rgb(19, 76, 136);
}
.ft-calculator-circle .path12:before {
  content: "\eb4f";
  margin-left: -0.9814453125em;
  color: rgb(19, 76, 136);
}
.ft-calculator-circle .path13:before {
  content: "\eb50";
  margin-left: -0.9814453125em;
  color: rgb(19, 76, 136);
}
.ft-calculator-circle .path14:before {
  content: "\eb51";
  margin-left: -0.9814453125em;
  color: rgb(19, 76, 136);
}
.ft-calculator .path1:before {
  content: "\eb52";
  color: rgb(20, 76, 136);
}
.ft-calculator .path2:before {
  content: "\eb53";
  margin-left: -0.7421875em;
  color: rgb(0, 194, 255);
}
.ft-calculator .path3:before {
  content: "\eb54";
  margin-left: -0.7421875em;
  color: rgb(20, 76, 136);
}
.ft-calculator .path4:before {
  content: "\eb55";
  margin-left: -0.7421875em;
  color: rgb(20, 76, 136);
}
.ft-calculator .path5:before {
  content: "\eb56";
  margin-left: -0.7421875em;
  color: rgb(20, 76, 136);
}
.ft-calculator .path6:before {
  content: "\eb57";
  margin-left: -0.7421875em;
  color: rgb(20, 76, 136);
}
.ft-calculator .path7:before {
  content: "\eb58";
  margin-left: -0.7421875em;
  color: rgb(20, 76, 136);
}
.ft-calculator .path8:before {
  content: "\eb59";
  margin-left: -0.7421875em;
  color: rgb(20, 76, 136);
}
.ft-calculator .path9:before {
  content: "\eb5a";
  margin-left: -0.7421875em;
  color: rgb(20, 76, 136);
}
.ft-calculator .path10:before {
  content: "\eb5b";
  margin-left: -0.7421875em;
  color: rgb(20, 76, 136);
}
.ft-calculator .path11:before {
  content: "\eb5c";
  margin-left: -0.7421875em;
  color: rgb(20, 76, 136);
}
.ft-calculator .path12:before {
  content: "\eb5d";
  margin-left: -0.7421875em;
  color: rgb(20, 76, 136);
}
.ft-calculator .path13:before {
  content: "\eb5e";
  margin-left: -0.7421875em;
  color: rgb(20, 76, 136);
}
.ft-calculator .path14:before {
  content: "\eb5f";
  margin-left: -0.7421875em;
  color: rgb(20, 76, 136);
}
.ft-calculator .path15:before {
  content: "\eb60";
  margin-left: -0.7421875em;
  color: rgb(20, 76, 136);
}
.ft-calculator .path16:before {
  content: "\eb61";
  margin-left: -0.7421875em;
  color: rgb(20, 76, 136);
}
.ft-calculator .path17:before {
  content: "\eb62";
  margin-left: -0.7421875em;
  color: rgb(0, 194, 255);
}
.ft-calculator .path18:before {
  content: "\eb63";
  margin-left: -0.7421875em;
  color: rgb(0, 194, 255);
}
.ft-camera-circle .path1:before {
  content: "\eb64";
  color: rgb(0, 194, 255);
}
.ft-camera-circle .path2:before {
  content: "\eb65";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-camera-circle .path3:before {
  content: "\eb66";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-camera-circle .path4:before {
  content: "\eb67";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-camera-circle .path5:before {
  content: "\eb68";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-camera-circle .path6:before {
  content: "\eb69";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-camera .path1:before {
  content: "\eb6a";
  color: rgb(0, 194, 255);
}
.ft-camera .path2:before {
  content: "\eb6b";
  margin-left: -1.3115234375em;
  color: rgb(20, 76, 136);
}
.ft-camera .path3:before {
  content: "\eb6c";
  margin-left: -1.3115234375em;
  color: rgb(20, 76, 136);
}
.ft-camera .path4:before {
  content: "\eb6d";
  margin-left: -1.3115234375em;
  color: rgb(0, 194, 255);
}
.ft-camera .path5:before {
  content: "\eb6e";
  margin-left: -1.3115234375em;
  color: rgb(0, 194, 255);
}
.ft-chain .path1:before {
  content: "\eb6f";
  color: rgb(0, 194, 255);
}
.ft-chain .path2:before {
  content: "\eb70";
  margin-left: -1.4697265625em;
  color: rgb(255, 255, 255);
}
.ft-chain .path3:before {
  content: "\eb71";
  margin-left: -1.4697265625em;
  color: rgb(255, 255, 255);
}
.ft-chain .path4:before {
  content: "\eb72";
  margin-left: -1.4697265625em;
  color: rgb(255, 255, 255);
}
.ft-chain .path5:before {
  content: "\eb73";
  margin-left: -1.4697265625em;
  color: rgb(255, 255, 255);
}
.ft-chain .path6:before {
  content: "\eb74";
  margin-left: -1.4697265625em;
  color: rgb(255, 255, 255);
}
.ft-chain .path7:before {
  content: "\eb75";
  margin-left: -1.4697265625em;
  color: rgb(255, 255, 255);
}
.ft-chain .path8:before {
  content: "\eb76";
  margin-left: -1.4697265625em;
  color: rgb(255, 255, 255);
}
.ft-chain .path9:before {
  content: "\eb77";
  margin-left: -1.4697265625em;
  color: rgb(255, 255, 255);
}
.ft-chain .path10:before {
  content: "\eb78";
  margin-left: -1.4697265625em;
  color: rgb(255, 255, 255);
}
.ft-chain .path11:before {
  content: "\eb79";
  margin-left: -1.4697265625em;
  color: rgb(255, 255, 255);
}
.ft-chain .path12:before {
  content: "\eb7a";
  margin-left: -1.4697265625em;
  color: rgb(255, 255, 255);
}
.ft-chain .path13:before {
  content: "\eb7b";
  margin-left: -1.4697265625em;
  color: rgb(255, 255, 255);
}
.ft-chain .path14:before {
  content: "\eb7c";
  margin-left: -1.4697265625em;
  color: rgb(255, 255, 255);
}
.ft-chart .path1:before {
  content: "\eb7d";
  color: rgb(20, 76, 136);
}
.ft-chart .path2:before {
  content: "\eb7e";
  margin-left: -0.98046875em;
  color: rgb(20, 76, 136);
}
.ft-chart .path3:before {
  content: "\eb7f";
  margin-left: -0.98046875em;
  color: rgb(20, 76, 136);
}
.ft-chart .path4:before {
  content: "\eb80";
  margin-left: -0.98046875em;
  color: rgb(0, 194, 255);
}
.ft-chat-circle .path1:before {
  content: "\eb81";
  color: rgb(0, 194, 255);
}
.ft-chat-circle .path2:before {
  content: "\eb82";
  margin-left: -0.9814453125em;
  color: rgb(19, 76, 136);
}
.ft-chat-circle .path3:before {
  content: "\eb83";
  margin-left: -0.9814453125em;
  color: rgb(0, 194, 255);
}
.ft-chat-circle .path4:before {
  content: "\eb84";
  margin-left: -0.9814453125em;
  color: rgb(0, 194, 255);
}
.ft-chat-circle .path5:before {
  content: "\eb85";
  margin-left: -0.9814453125em;
  color: rgb(0, 194, 255);
}
.ft-checklist-circle .path1:before {
  content: "\eb86";
  color: rgb(0, 194, 255);
}
.ft-checklist-circle .path2:before {
  content: "\eb87";
  margin-left: -0.9814453125em;
  color: rgb(19, 76, 136);
}
.ft-checklist-circle .path3:before {
  content: "\eb88";
  margin-left: -0.9814453125em;
  color: rgb(0, 194, 255);
}
.ft-checklist-circle .path4:before {
  content: "\eb89";
  margin-left: -0.9814453125em;
  color: rgb(0, 194, 255);
}
.ft-checklist-circle .path5:before {
  content: "\eb8a";
  margin-left: -0.9814453125em;
  color: rgb(0, 194, 255);
}
.ft-checklist-circle .path6:before {
  content: "\eb8b";
  margin-left: -0.9814453125em;
  color: rgb(19, 76, 136);
}
.ft-checklist-circle .path7:before {
  content: "\eb8c";
  margin-left: -0.9814453125em;
  color: rgb(19, 76, 136);
}
.ft-checklist-circle .path8:before {
  content: "\eb8d";
  margin-left: -0.9814453125em;
  color: rgb(19, 76, 136);
}
.ft-coding .path1:before {
  content: "\eb8e";
  color: rgb(255, 255, 255);
}
.ft-coding .path2:before {
  content: "\eb8f";
  margin-left: -1.2451171875em;
  color: rgb(0, 194, 255);
}
.ft-coding .path3:before {
  content: "\eb90";
  margin-left: -1.2451171875em;
  color: rgb(0, 194, 255);
}
.ft-coding .path4:before {
  content: "\eb91";
  margin-left: -1.2451171875em;
  color: rgb(0, 194, 255);
}
.ft-coding .path5:before {
  content: "\eb92";
  margin-left: -1.2451171875em;
  color: rgb(255, 255, 255);
}
.ft-coding .path6:before {
  content: "\eb93";
  margin-left: -1.2451171875em;
  color: rgb(255, 255, 255);
}
.ft-column .path1:before {
  content: "\eb94";
  color: rgb(0, 194, 255);
}
.ft-column .path2:before {
  content: "\eb95";
  margin-left: -0.6826171875em;
  color: rgb(0, 194, 255);
}
.ft-column .path3:before {
  content: "\eb96";
  margin-left: -0.6826171875em;
  color: rgb(0, 194, 255);
}
.ft-column .path4:before {
  content: "\eb97";
  margin-left: -0.6826171875em;
  color: rgb(0, 194, 255);
}
.ft-column .path5:before {
  content: "\eb98";
  margin-left: -0.6826171875em;
  color: rgb(0, 194, 255);
}
.ft-column .path6:before {
  content: "\eb99";
  margin-left: -0.6826171875em;
  color: rgb(0, 194, 255);
}
.ft-column .path7:before {
  content: "\eb9a";
  margin-left: -0.6826171875em;
  color: rgb(0, 194, 255);
}
.ft-column .path8:before {
  content: "\eb9b";
  margin-left: -0.6826171875em;
  color: rgb(0, 194, 255);
}
.ft-column .path9:before {
  content: "\eb9c";
  margin-left: -0.6826171875em;
  color: rgb(255, 255, 255);
}
.ft-connections .path1:before {
  content: "\eb9d";
  color: rgb(20, 76, 136);
}
.ft-connections .path2:before {
  content: "\eb9e";
  margin-left: -1.5107421875em;
  color: rgb(20, 76, 136);
}
.ft-connections .path3:before {
  content: "\eb9f";
  margin-left: -1.5107421875em;
  color: rgb(20, 76, 136);
}
.ft-connections .path4:before {
  content: "\eba0";
  margin-left: -1.5107421875em;
  color: rgb(20, 76, 136);
}
.ft-connections .path5:before {
  content: "\eba1";
  margin-left: -1.5107421875em;
  color: none;
}
.ft-connections .path6:before {
  content: "\eba2";
  margin-left: -1.5107421875em;
  color: rgb(0, 194, 255);
}
.ft-connections .path7:before {
  content: "\eba3";
  margin-left: -1.5107421875em;
  color: rgb(20, 76, 136);
}
.ft-connections .path8:before {
  content: "\eba4";
  margin-left: -1.5107421875em;
  color: none;
}
.ft-connections .path9:before {
  content: "\eba5";
  margin-left: -1.5107421875em;
  color: rgb(20, 76, 136);
}
.ft-connections .path10:before {
  content: "\eba6";
  margin-left: -1.5107421875em;
  color: rgb(0, 194, 255);
}
.ft-connections .path11:before {
  content: "\eba7";
  margin-left: -1.5107421875em;
  color: rgb(0, 194, 255);
}
.ft-consultant-apple .path1:before {
  content: "\eba8";
  color: rgb(0, 194, 255);
}
.ft-consultant-apple .path2:before {
  content: "\eba9";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-consultant-apple .path3:before {
  content: "\ebaa";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-consultant-apple .path4:before {
  content: "\ebab";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-consultant-apple .path5:before {
  content: "\ebac";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-consultant-art .path1:before {
  content: "\ebad";
  color: rgb(255, 255, 255);
}
.ft-consultant-art .path2:before {
  content: "\ebae";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-consultant-art .path3:before {
  content: "\ebaf";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-consultant-art .path4:before {
  content: "\ebb0";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-consultant-price .path1:before {
  content: "\ebb1";
  color: rgb(20, 76, 136);
}
.ft-consultant-price .path2:before {
  content: "\ebb2";
  margin-left: -0.994140625em;
  color: rgb(20, 76, 136);
}
.ft-consultant-price .path3:before {
  content: "\ebb3";
  margin-left: -0.994140625em;
  color: rgb(0, 194, 255);
}
.ft-consultant1 .path1:before {
  content: "\ebb4";
  color: rgb(255, 255, 255);
}
.ft-consultant1 .path2:before {
  content: "\ebb5";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-consultant1 .path3:before {
  content: "\ebb6";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-consultant1 .path4:before {
  content: "\ebb7";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-crying .path1:before {
  content: "\ebb8";
  color: rgb(0, 194, 255);
}
.ft-crying .path2:before {
  content: "\ebb9";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-crying .path3:before {
  content: "\ebba";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-crying .path4:before {
  content: "\ebbb";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-crying .path5:before {
  content: "\ebbc";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-crying .path6:before {
  content: "\ebbd";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-cube-shadow .path1:before {
  content: "\ebbe";
  color: rgb(0, 194, 255);
}
.ft-cube-shadow .path2:before {
  content: "\ebbf";
  margin-left: -1.38671875em;
  color: rgb(20, 76, 136);
}
.ft-cube-shadow .path3:before {
  content: "\ebc0";
  margin-left: -1.38671875em;
  color: rgb(20, 76, 136);
}
.ft-currency-circle .path1:before {
  content: "\ebc1";
  color: rgb(0, 194, 255);
}
.ft-currency-circle .path2:before {
  content: "\ebc2";
  margin-left: -0.9814453125em;
  color: rgb(19, 76, 136);
}
.ft-dinning .path1:before {
  content: "\ebc3";
  color: rgb(0, 194, 255);
}
.ft-dinning .path2:before {
  content: "\ebc4";
  margin-left: -1.447265625em;
  color: rgb(255, 255, 255);
}
.ft-dinning .path3:before {
  content: "\ebc5";
  margin-left: -1.447265625em;
  color: rgb(255, 255, 255);
}
.ft-dinning .path4:before {
  content: "\ebc6";
  margin-left: -1.447265625em;
  color: rgb(255, 255, 255);
}
.ft-divide-circle .path1:before {
  content: "\ebc7";
  color: rgb(0, 194, 255);
}
.ft-divide-circle .path2:before {
  content: "\ebc8";
  margin-left: -0.9814453125em;
  color: rgb(19, 76, 136);
}
.ft-divide-circle .path3:before {
  content: "\ebc9";
  margin-left: -0.9814453125em;
  color: rgb(0, 194, 255);
}
.ft-divide-circle .path4:before {
  content: "\ebca";
  margin-left: -0.9814453125em;
  color: rgb(0, 194, 255);
}
.ft-drawing .path1:before {
  content: "\ebcb";
  color: rgb(20, 76, 136);
}
.ft-drawing .path2:before {
  content: "\ebcc";
  margin-left: -1.322265625em;
  color: rgb(20, 76, 136);
}
.ft-drawing .path3:before {
  content: "\ebcd";
  margin-left: -1.322265625em;
  color: rgb(0, 194, 255);
}
.ft-drawing .path4:before {
  content: "\ebce";
  margin-left: -1.322265625em;
  color: rgb(0, 194, 255);
}
.ft-drawing .path5:before {
  content: "\ebcf";
  margin-left: -1.322265625em;
  color: rgb(0, 194, 255);
}
.ft-drawing .path6:before {
  content: "\ebd0";
  margin-left: -1.322265625em;
  color: rgb(0, 194, 255);
}
.ft-drawing .path7:before {
  content: "\ebd1";
  margin-left: -1.322265625em;
  color: rgb(0, 194, 255);
}
.ft-drawing .path8:before {
  content: "\ebd2";
  margin-left: -1.322265625em;
  color: rgb(0, 194, 255);
}
.ft-drawing .path9:before {
  content: "\ebd3";
  margin-left: -1.322265625em;
  color: rgb(0, 194, 255);
}
.ft-drawing .path10:before {
  content: "\ebd4";
  margin-left: -1.322265625em;
  color: rgb(0, 194, 255);
}
.ft-drawing .path11:before {
  content: "\ebd5";
  margin-left: -1.322265625em;
  color: rgb(0, 194, 255);
}
.ft-drawing .path12:before {
  content: "\ebd6";
  margin-left: -1.322265625em;
  color: rgb(0, 194, 255);
}
.ft-drawing .path13:before {
  content: "\ebd7";
  margin-left: -1.322265625em;
  color: rgb(20, 76, 136);
}
.ft-equality .path1:before {
  content: "\ebd8";
  color: rgb(0, 194, 255);
}
.ft-equality .path2:before {
  content: "\ebd9";
  margin-left: -1.1484375em;
  color: rgb(19, 76, 136);
}
.ft-equality .path3:before {
  content: "\ebda";
  margin-left: -1.1484375em;
  color: rgb(19, 76, 136);
}
.ft-equality .path4:before {
  content: "\ebdb";
  margin-left: -1.1484375em;
  color: rgb(19, 76, 136);
}
.ft-equality .path5:before {
  content: "\ebdc";
  margin-left: -1.1484375em;
  color: rgb(0, 194, 255);
}
.ft-equality .path6:before {
  content: "\ebdd";
  margin-left: -1.1484375em;
  color: rgb(19, 76, 136);
}
.ft-equality .path7:before {
  content: "\ebde";
  margin-left: -1.1484375em;
  color: rgb(19, 76, 136);
}
.ft-equality .path8:before {
  content: "\ebdf";
  margin-left: -1.1484375em;
  color: rgb(19, 76, 136);
}
.ft-equality .path9:before {
  content: "\ebe0";
  margin-left: -1.1484375em;
  color: rgb(19, 76, 136);
}
.ft-equality .path10:before {
  content: "\ebe1";
  margin-left: -1.1484375em;
  color: rgb(0, 194, 255);
}
.ft-equality .path11:before {
  content: "\ebe2";
  margin-left: -1.1484375em;
  color: rgb(19, 76, 136);
}
.ft-equality .path12:before {
  content: "\ebe3";
  margin-left: -1.1484375em;
  color: rgb(0, 194, 255);
}
.ft-equality .path13:before {
  content: "\ebe4";
  margin-left: -1.1484375em;
  color: rgb(19, 76, 136);
}
.ft-equality .path14:before {
  content: "\ebe5";
  margin-left: -1.1484375em;
  color: rgb(19, 76, 136);
}
.ft-equality .path15:before {
  content: "\ebe6";
  margin-left: -1.1484375em;
  color: rgb(19, 76, 136);
}
.ft-gear-blue .path1:before {
  content: "\ebe7";
  color: rgb(0, 194, 255);
}
.ft-gear-blue .path2:before {
  content: "\ebe8";
  margin-left: -0.9921875em;
  color: rgb(20, 76, 136);
}
.ft-gear-blue .path3:before {
  content: "\ebe9";
  margin-left: -0.9921875em;
  color: rgb(20, 76, 136);
}
.ft-gears-search .path1:before {
  content: "\ebea";
  color: rgb(0, 194, 255);
}
.ft-gears-search .path2:before {
  content: "\ebeb";
  margin-left: -1.4765625em;
  color: rgb(20, 76, 136);
}
.ft-gears-search .path3:before {
  content: "\ebec";
  margin-left: -1.4765625em;
  color: rgb(20, 76, 136);
}
.ft-gears-search .path4:before {
  content: "\ebed";
  margin-left: -1.4765625em;
  color: rgb(0, 194, 255);
}
.ft-gears-search .path5:before {
  content: "\ebee";
  margin-left: -1.4765625em;
  color: rgb(20, 76, 136);
}
.ft-gears-search .path6:before {
  content: "\ebef";
  margin-left: -1.4765625em;
  color: rgb(20, 76, 136);
}
.ft-gears-search .path7:before {
  content: "\ebf0";
  margin-left: -1.4765625em;
  color: rgb(20, 76, 136);
}
.ft-gears-search .path8:before {
  content: "\ebf1";
  margin-left: -1.4765625em;
  color: rgb(20, 76, 136);
}
.ft-gears-search .path9:before {
  content: "\ebf2";
  margin-left: -1.4765625em;
  color: rgb(0, 194, 255);
}
.ft-gears-search .path10:before {
  content: "\ebf3";
  margin-left: -1.4765625em;
  color: rgb(0, 194, 255);
}
.ft-gears-search .path11:before {
  content: "\ebf4";
  margin-left: -1.4765625em;
  color: rgb(20, 76, 136);
}
.ft-gears-search .path12:before {
  content: "\ebf5";
  margin-left: -1.4765625em;
  color: rgb(20, 76, 136);
}
.ft-innovation .path1:before {
  content: "\ebf6";
  color: rgb(20, 76, 136);
}
.ft-innovation .path2:before {
  content: "\ebf7";
  margin-left: -0.8447265625em;
  color: rgb(0, 194, 255);
}
.ft-innovation .path3:before {
  content: "\ebf8";
  margin-left: -0.8447265625em;
  color: rgb(20, 76, 136);
}
.ft-innovation .path4:before {
  content: "\ebf9";
  margin-left: -0.8447265625em;
  color: rgb(0, 194, 255);
}
.ft-innovation .path5:before {
  content: "\ebfa";
  margin-left: -0.8447265625em;
  color: rgb(20, 76, 136);
}
.ft-innovation .path6:before {
  content: "\ebfb";
  margin-left: -0.8447265625em;
  color: rgb(20, 76, 136);
}
.ft-king .path1:before {
  content: "\ebfc";
  color: rgb(20, 76, 136);
}
.ft-king .path2:before {
  content: "\ebfd";
  margin-left: -0.8828125em;
  color: rgb(20, 76, 136);
}
.ft-king .path3:before {
  content: "\ebfe";
  margin-left: -0.8828125em;
  color: rgb(0, 194, 255);
}
.ft-king .path4:before {
  content: "\ebff";
  margin-left: -0.8828125em;
  color: rgb(0, 194, 255);
}
.ft-king .path5:before {
  content: "\ec00";
  margin-left: -0.8828125em;
  color: rgb(20, 76, 136);
}
.ft-lamp-circle .path1:before {
  content: "\ec01";
  color: rgb(0, 194, 255);
}
.ft-lamp-circle .path2:before {
  content: "\ec02";
  margin-left: -0.9814453125em;
  color: rgb(19, 76, 136);
}
.ft-lamp-circle .path3:before {
  content: "\ec03";
  margin-left: -0.9814453125em;
  color: rgb(0, 194, 255);
}
.ft-law .path1:before {
  content: "\ec04";
  color: rgb(0, 194, 255);
}
.ft-law .path2:before {
  content: "\ec05";
  margin-left: -1.1904296875em;
  color: rgb(19, 76, 136);
}
.ft-law .path3:before {
  content: "\ec06";
  margin-left: -1.1904296875em;
  color: rgb(19, 76, 136);
}
.ft-law .path4:before {
  content: "\ec07";
  margin-left: -1.1904296875em;
  color: rgb(19, 76, 136);
}
.ft-law .path5:before {
  content: "\ec08";
  margin-left: -1.1904296875em;
  color: rgb(0, 194, 255);
}
.ft-law .path6:before {
  content: "\ec09";
  margin-left: -1.1904296875em;
  color: rgb(19, 76, 136);
}
.ft-law .path7:before {
  content: "\ec0a";
  margin-left: -1.1904296875em;
  color: rgb(0, 194, 255);
}
.ft-law .path8:before {
  content: "\ec0b";
  margin-left: -1.1904296875em;
  color: rgb(19, 76, 136);
}
.ft-law .path9:before {
  content: "\ec0c";
  margin-left: -1.1904296875em;
  color: rgb(0, 194, 255);
}
.ft-law .path10:before {
  content: "\ec0d";
  margin-left: -1.1904296875em;
  color: rgb(19, 76, 136);
}
.ft-law .path11:before {
  content: "\ec0e";
  margin-left: -1.1904296875em;
  color: rgb(19, 76, 136);
}
.ft-multiple-notice .path1:before {
  content: "\ec0f";
  color: rgb(0, 194, 255);
}
.ft-multiple-notice .path2:before {
  content: "\ec10";
  margin-left: -1.0986328125em;
  color: rgb(0, 194, 255);
}
.ft-multiple-notice .path3:before {
  content: "\ec11";
  margin-left: -1.0986328125em;
  color: rgb(255, 255, 255);
}
.ft-multiple-notice .path4:before {
  content: "\ec12";
  margin-left: -1.0986328125em;
  color: rgb(255, 255, 255);
}
.ft-multiple-notice .path5:before {
  content: "\ec13";
  margin-left: -1.0986328125em;
  color: rgb(255, 255, 255);
}
.ft-multiple-notice .path6:before {
  content: "\ec14";
  margin-left: -1.0986328125em;
  color: rgb(0, 194, 255);
}
.ft-multiple-notice .path7:before {
  content: "\ec15";
  margin-left: -1.0986328125em;
  color: rgb(255, 255, 255);
}
.ft-multiple-notice .path8:before {
  content: "\ec16";
  margin-left: -1.0986328125em;
  color: rgb(255, 255, 255);
}
.ft-multiple-notice .path9:before {
  content: "\ec17";
  margin-left: -1.0986328125em;
  color: rgb(255, 255, 255);
}
.ft-multiple-notice .path10:before {
  content: "\ec18";
  margin-left: -1.0986328125em;
  color: rgb(0, 194, 255);
}
.ft-multiple-notice .path11:before {
  content: "\ec19";
  margin-left: -1.0986328125em;
  color: rgb(255, 255, 255);
}
.ft-multiple-notice .path12:before {
  content: "\ec1a";
  margin-left: -1.0986328125em;
  color: rgb(255, 255, 255);
}
.ft-multiple-notice .path13:before {
  content: "\ec1b";
  margin-left: -1.0986328125em;
  color: rgb(255, 255, 255);
}
.ft-multiple-notice .path14:before {
  content: "\ec1c";
  margin-left: -1.0986328125em;
  color: rgb(255, 255, 255);
}
.ft-multiple-notice .path15:before {
  content: "\ec1d";
  margin-left: -1.0986328125em;
  color: rgb(255, 255, 255);
}
.ft-multiple-notice .path16:before {
  content: "\ec1e";
  margin-left: -1.0986328125em;
  color: rgb(255, 255, 255);
}
.ft-multiple-notice .path17:before {
  content: "\ec1f";
  margin-left: -1.0986328125em;
  color: rgb(255, 255, 255);
}
.ft-multiple-notice .path18:before {
  content: "\ec20";
  margin-left: -1.0986328125em;
  color: rgb(255, 255, 255);
}
.ft-multiple-notice .path19:before {
  content: "\ec21";
  margin-left: -1.0986328125em;
  color: rgb(255, 255, 255);
}
.ft-multiple-notice .path20:before {
  content: "\ec22";
  margin-left: -1.0986328125em;
  color: rgb(255, 255, 255);
}
.ft-multiple-notice .path21:before {
  content: "\ec23";
  margin-left: -1.0986328125em;
  color: rgb(255, 255, 255);
}
.ft-multiple-notice .path22:before {
  content: "\ec24";
  margin-left: -1.0986328125em;
  color: rgb(255, 255, 255);
}
.ft-multiple-notice .path23:before {
  content: "\ec25";
  margin-left: -1.0986328125em;
  color: rgb(255, 255, 255);
}
.ft-multiple-notice .path24:before {
  content: "\ec26";
  margin-left: -1.0986328125em;
  color: rgb(255, 255, 255);
}
.ft-multiple-notice .path25:before {
  content: "\ec27";
  margin-left: -1.0986328125em;
  color: rgb(0, 194, 255);
}
.ft-multiple-notice .path26:before {
  content: "\ec28";
  margin-left: -1.0986328125em;
  color: rgb(0, 194, 255);
}
.ft-neuronal .path1:before {
  content: "\ec29";
  color: rgb(255, 255, 255);
}
.ft-neuronal .path2:before {
  content: "\ec2a";
  margin-left: -1.9072265625em;
  color: rgb(255, 255, 255);
}
.ft-neuronal .path3:before {
  content: "\ec2b";
  margin-left: -1.9072265625em;
  color: rgb(0, 194, 255);
}
.ft-neuronal .path4:before {
  content: "\ec2c";
  margin-left: -1.9072265625em;
  color: rgb(0, 194, 255);
}
.ft-neuronal .path5:before {
  content: "\ec2d";
  margin-left: -1.9072265625em;
  color: rgb(0, 194, 255);
}
.ft-neuronal .path6:before {
  content: "\ec2e";
  margin-left: -1.9072265625em;
  color: rgb(0, 194, 255);
}
.ft-neuronal .path7:before {
  content: "\ec2f";
  margin-left: -1.9072265625em;
  color: rgb(0, 194, 255);
}
.ft-neuronal .path8:before {
  content: "\ec30";
  margin-left: -1.9072265625em;
  color: rgb(0, 194, 255);
}
.ft-neuronal .path9:before {
  content: "\ec31";
  margin-left: -1.9072265625em;
  color: rgb(0, 194, 255);
}
.ft-neuronal .path10:before {
  content: "\ec32";
  margin-left: -1.9072265625em;
  color: rgb(255, 255, 255);
}
.ft-neuronal .path11:before {
  content: "\ec33";
  margin-left: -1.9072265625em;
  color: rgb(255, 255, 255);
}
.ft-neuronal .path12:before {
  content: "\ec34";
  margin-left: -1.9072265625em;
  color: rgb(0, 194, 255);
}
.ft-neuronal .path13:before {
  content: "\ec35";
  margin-left: -1.9072265625em;
  color: rgb(0, 194, 255);
}
.ft-neuronal .path14:before {
  content: "\ec36";
  margin-left: -1.9072265625em;
  color: rgb(0, 194, 255);
}
.ft-neuronal .path15:before {
  content: "\ec37";
  margin-left: -1.9072265625em;
  color: rgb(0, 194, 255);
}
.ft-neuronal .path16:before {
  content: "\ec38";
  margin-left: -1.9072265625em;
  color: rgb(0, 194, 255);
}
.ft-neuronal .path17:before {
  content: "\ec39";
  margin-left: -1.9072265625em;
  color: rgb(0, 194, 255);
}
.ft-neuronal .path18:before {
  content: "\ec3a";
  margin-left: -1.9072265625em;
  color: rgb(0, 194, 255);
}
.ft-notes .path1:before {
  content: "\ec3b";
  color: rgb(255, 255, 255);
}
.ft-notes .path2:before {
  content: "\ec3c";
  margin-left: -0.7236328125em;
  color: rgb(255, 255, 255);
}
.ft-notes .path3:before {
  content: "\ec3d";
  margin-left: -0.7236328125em;
  color: rgb(255, 255, 255);
}
.ft-notes .path4:before {
  content: "\ec3e";
  margin-left: -0.7236328125em;
  color: rgb(255, 255, 255);
}
.ft-notes .path5:before {
  content: "\ec3f";
  margin-left: -0.7236328125em;
  color: rgb(255, 255, 255);
}
.ft-notes .path6:before {
  content: "\ec40";
  margin-left: -0.7236328125em;
  color: rgb(255, 255, 255);
}
.ft-notes .path7:before {
  content: "\ec41";
  margin-left: -0.7236328125em;
  color: rgb(255, 255, 255);
}
.ft-notes .path8:before {
  content: "\ec42";
  margin-left: -0.7236328125em;
  color: rgb(0, 194, 255);
}
.ft-notes .path9:before {
  content: "\ec43";
  margin-left: -0.7236328125em;
  color: rgb(0, 194, 255);
}
.ft-notes .path10:before {
  content: "\ec44";
  margin-left: -0.7236328125em;
  color: rgb(0, 194, 255);
}
.ft-notes .path11:before {
  content: "\ec45";
  margin-left: -0.7236328125em;
  color: rgb(0, 194, 255);
}
.ft-notes .path12:before {
  content: "\ec46";
  margin-left: -0.7236328125em;
  color: rgb(0, 194, 255);
}
.ft-notes .path13:before {
  content: "\ec47";
  margin-left: -0.7236328125em;
  color: rgb(0, 194, 255);
}
.ft-notes .path14:before {
  content: "\ec48";
  margin-left: -0.7236328125em;
  color: rgb(0, 194, 255);
}
.ft-notes .path15:before {
  content: "\ec49";
  margin-left: -0.7236328125em;
  color: rgb(0, 194, 255);
}
.ft-notes .path16:before {
  content: "\ec4a";
  margin-left: -0.7236328125em;
  color: rgb(0, 194, 255);
}
.ft-notes .path17:before {
  content: "\ec4b";
  margin-left: -0.7236328125em;
  color: rgb(0, 194, 255);
}
.ft-notice .path1:before {
  content: "\ec4c";
  color: rgb(0, 194, 255);
}
.ft-notice .path2:before {
  content: "\ec4d";
  margin-left: -1.068359375em;
  color: rgb(20, 76, 136);
}
.ft-notice .path3:before {
  content: "\ec4e";
  margin-left: -1.068359375em;
  color: rgb(0, 194, 255);
}
.ft-notice .path4:before {
  content: "\ec4f";
  margin-left: -1.068359375em;
  color: rgb(20, 76, 136);
}
.ft-printer3d .path1:before {
  content: "\ec50";
  color: rgb(0, 194, 255);
}
.ft-printer3d .path2:before {
  content: "\ec51";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-printer3d .path3:before {
  content: "\ec52";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-printer3d .path4:before {
  content: "\ec53";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.ft-research .path1:before {
  content: "\ec54";
  color: rgb(0, 194, 255);
}
.ft-research .path2:before {
  content: "\ec55";
  margin-left: -0.8173828125em;
  color: rgb(0, 194, 255);
}
.ft-research .path3:before {
  content: "\ec56";
  margin-left: -0.8173828125em;
  color: rgb(20, 76, 136);
}
.ft-research .path4:before {
  content: "\ec57";
  margin-left: -0.8173828125em;
  color: rgb(20, 76, 136);
}
.ft-research .path5:before {
  content: "\ec58";
  margin-left: -0.8173828125em;
  color: rgb(20, 76, 136);
}
.ft-research .path6:before {
  content: "\ec59";
  margin-left: -0.8173828125em;
  color: rgb(20, 76, 136);
}
.ft-research .path7:before {
  content: "\ec5a";
  margin-left: -0.8173828125em;
  color: rgb(0, 194, 255);
}
.ft-research .path8:before {
  content: "\ec5b";
  margin-left: -0.8173828125em;
  color: rgb(20, 76, 136);
}
.ft-scaffolding .path1:before {
  content: "\ec5c";
  color: rgb(0, 194, 255);
}
.ft-scaffolding .path2:before {
  content: "\ec5d";
  margin-left: -1.3330078125em;
  color: rgb(0, 194, 255);
}
.ft-scaffolding .path3:before {
  content: "\ec5e";
  margin-left: -1.3330078125em;
  color: rgb(0, 194, 255);
}
.ft-scaffolding .path4:before {
  content: "\ec5f";
  margin-left: -1.3330078125em;
  color: rgb(0, 194, 255);
}
.ft-scaffolding .path5:before {
  content: "\ec60";
  margin-left: -1.3330078125em;
  color: rgb(0, 194, 255);
}
.ft-scaffolding .path6:before {
  content: "\ec61";
  margin-left: -1.3330078125em;
  color: rgb(0, 194, 255);
}
.ft-scaffolding .path7:before {
  content: "\ec62";
  margin-left: -1.3330078125em;
  color: rgb(0, 194, 255);
}
.ft-scaffolding .path8:before {
  content: "\ec63";
  margin-left: -1.3330078125em;
  color: rgb(0, 194, 255);
}
.ft-scaffolding .path9:before {
  content: "\ec64";
  margin-left: -1.3330078125em;
  color: rgb(255, 255, 255);
}
.ft-scaffolding .path10:before {
  content: "\ec65";
  margin-left: -1.3330078125em;
  color: rgb(0, 194, 255);
}
.ft-scaffolding .path11:before {
  content: "\ec66";
  margin-left: -1.3330078125em;
  color: rgb(0, 194, 255);
}
.ft-scaffolding .path12:before {
  content: "\ec67";
  margin-left: -1.3330078125em;
  color: rgb(0, 194, 255);
}
.ft-scaffolding .path13:before {
  content: "\ec68";
  margin-left: -1.3330078125em;
  color: rgb(0, 194, 255);
}
.ft-scaffolding .path14:before {
  content: "\ec69";
  margin-left: -1.3330078125em;
  color: rgb(0, 194, 255);
}
.ft-scaffolding .path15:before {
  content: "\ec6a";
  margin-left: -1.3330078125em;
  color: rgb(0, 194, 255);
}
.ft-scaffolding .path16:before {
  content: "\ec6b";
  margin-left: -1.3330078125em;
  color: rgb(0, 194, 255);
}
.ft-scaffolding .path17:before {
  content: "\ec6c";
  margin-left: -1.3330078125em;
  color: rgb(0, 194, 255);
}
.ft-scaffolding .path18:before {
  content: "\ec6d";
  margin-left: -1.3330078125em;
  color: rgb(255, 255, 255);
}
.ft-school .path1:before {
  content: "\ec6e";
  color: rgb(255, 255, 255);
}
.ft-school .path2:before {
  content: "\ec6f";
  margin-left: -0.900390625em;
  color: rgb(0, 194, 255);
}
.ft-school .path3:before {
  content: "\ec70";
  margin-left: -0.900390625em;
  color: rgb(0, 194, 255);
}
.ft-school .path4:before {
  content: "\ec71";
  margin-left: -0.900390625em;
  color: rgb(0, 194, 255);
}
.ft-school .path5:before {
  content: "\ec72";
  margin-left: -0.900390625em;
  color: rgb(0, 194, 255);
}
.ft-school .path6:before {
  content: "\ec73";
  margin-left: -0.900390625em;
  color: rgb(0, 194, 255);
}
.ft-school .path7:before {
  content: "\ec74";
  margin-left: -0.900390625em;
  color: rgb(0, 194, 255);
}
.ft-school .path8:before {
  content: "\ec75";
  margin-left: -0.900390625em;
  color: rgb(0, 194, 255);
}
.ft-school .path9:before {
  content: "\ec76";
  margin-left: -0.900390625em;
  color: rgb(0, 194, 255);
}
.ft-school .path10:before {
  content: "\ec77";
  margin-left: -0.900390625em;
  color: rgb(0, 194, 255);
}
.ft-school .path11:before {
  content: "\ec78";
  margin-left: -0.900390625em;
  color: rgb(0, 194, 255);
}
.ft-school .path12:before {
  content: "\ec79";
  margin-left: -0.900390625em;
  color: rgb(0, 194, 255);
}
.ft-school .path13:before {
  content: "\ec7a";
  margin-left: -0.900390625em;
  color: rgb(0, 194, 255);
}
.ft-school .path14:before {
  content: "\ec7b";
  margin-left: -0.900390625em;
  color: rgb(0, 194, 255);
}
.ft-screen-circle .path1:before {
  content: "\ec7c";
  color: rgb(0, 194, 255);
}
.ft-screen-circle .path2:before {
  content: "\ec7d";
  margin-left: -0.9814453125em;
  color: rgb(19, 76, 136);
}
.ft-screen-circle .path3:before {
  content: "\ec7e";
  margin-left: -0.9814453125em;
  color: rgb(19, 76, 136);
}
.ft-screen-circle .path4:before {
  content: "\ec7f";
  margin-left: -0.9814453125em;
  color: rgb(0, 194, 255);
}
.ft-screen-circle .path5:before {
  content: "\ec80";
  margin-left: -0.9814453125em;
  color: rgb(19, 76, 136);
}
.ft-screen .path1:before {
  content: "\ec81";
  color: rgb(0, 194, 255);
}
.ft-screen .path2:before {
  content: "\ec82";
  margin-left: -1.169921875em;
  color: rgb(255, 255, 255);
}
.ft-search-circle .path1:before {
  content: "\ec83";
  color: rgb(0, 194, 255);
}
.ft-search-circle .path2:before {
  content: "\ec84";
  margin-left: -0.9814453125em;
  color: rgb(19, 76, 136);
}
.ft-search-circle .path3:before {
  content: "\ec85";
  margin-left: -0.9814453125em;
  color: rgb(0, 194, 255);
}
.ft-search-pear .path1:before {
  content: "\ec86";
  color: rgb(0, 194, 255);
}
.ft-search-pear .path2:before {
  content: "\ec87";
  margin-left: -0.87890625em;
  color: rgb(0, 194, 255);
}
.ft-search-pear .path3:before {
  content: "\ec88";
  margin-left: -0.87890625em;
  color: rgb(19, 76, 136);
}
.ft-search-pear .path4:before {
  content: "\ec89";
  margin-left: -0.87890625em;
  color: rgb(19, 76, 136);
}
.ft-search .path1:before {
  content: "\ec8a";
  color: rgb(20, 76, 136);
}
.ft-search .path2:before {
  content: "\ec8b";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-search .path3:before {
  content: "\ec8c";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-search .path4:before {
  content: "\ec8d";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-social-phone .path1:before {
  content: "\ec8e";
  color: rgb(255, 255, 255);
}
.ft-social-phone .path2:before {
  content: "\ec8f";
  margin-left: -0.6376953125em;
  color: rgb(0, 194, 255);
}
.ft-social-phone .path3:before {
  content: "\ec90";
  margin-left: -0.6376953125em;
  color: rgb(255, 255, 255);
}
.ft-social-phone .path4:before {
  content: "\ec91";
  margin-left: -0.6376953125em;
  color: rgb(255, 255, 255);
}
.ft-stethoscope .path1:before {
  content: "\ec92";
  color: rgb(255, 255, 255);
}
.ft-stethoscope .path2:before {
  content: "\ec93";
  margin-left: -0.6318359375em;
  color: rgb(255, 255, 255);
}
.ft-stethoscope .path3:before {
  content: "\ec94";
  margin-left: -0.6318359375em;
  color: rgb(0, 194, 255);
}
.ft-stethoscope .path4:before {
  content: "\ec95";
  margin-left: -0.6318359375em;
  color: rgb(0, 194, 255);
}
.ft-stethoscope .path5:before {
  content: "\ec96";
  margin-left: -0.6318359375em;
  color: rgb(255, 255, 255);
}
.ft-table-chair .path1:before {
  content: "\ec97";
  color: rgb(0, 194, 255);
}
.ft-table-chair .path2:before {
  content: "\ec98";
  margin-left: -1.23046875em;
  color: rgb(255, 255, 255);
}
.ft-table-chair .path3:before {
  content: "\ec99";
  margin-left: -1.23046875em;
  color: rgb(255, 255, 255);
}
.ft-table-chair .path4:before {
  content: "\ec9a";
  margin-left: -1.23046875em;
  color: rgb(255, 255, 255);
}
.ft-table-chair .path5:before {
  content: "\ec9b";
  margin-left: -1.23046875em;
  color: rgb(255, 255, 255);
}
.ft-table-chair .path6:before {
  content: "\ec9c";
  margin-left: -1.23046875em;
  color: rgb(255, 255, 255);
}
.ft-table-chair .path7:before {
  content: "\ec9d";
  margin-left: -1.23046875em;
  color: rgb(255, 255, 255);
}
.ft-tabloid .path1:before {
  content: "\ec9e";
  color: rgb(19, 76, 136);
}
.ft-tabloid .path2:before {
  content: "\ec9f";
  margin-left: -0.69140625em;
  color: rgb(19, 76, 136);
}
.ft-tabloid .path3:before {
  content: "\eca0";
  margin-left: -0.69140625em;
  color: rgb(0, 194, 255);
}
.ft-tabloid .path4:before {
  content: "\eca1";
  margin-left: -0.69140625em;
  color: rgb(19, 76, 136);
}
.ft-tabloid .path5:before {
  content: "\eca2";
  margin-left: -0.69140625em;
  color: rgb(19, 76, 136);
}
.ft-tabloid .path6:before {
  content: "\eca3";
  margin-left: -0.69140625em;
  color: rgb(19, 76, 136);
}
.ft-tabloid .path7:before {
  content: "\eca4";
  margin-left: -0.69140625em;
  color: rgb(19, 76, 136);
}
.ft-tabloid .path8:before {
  content: "\eca5";
  margin-left: -0.69140625em;
  color: rgb(19, 76, 136);
}
.ft-tabloid .path9:before {
  content: "\eca6";
  margin-left: -0.69140625em;
  color: rgb(0, 194, 255);
}
.ft-tabloid .path10:before {
  content: "\eca7";
  margin-left: -0.69140625em;
  color: rgb(0, 194, 255);
}
.ft-tabloid .path11:before {
  content: "\eca8";
  margin-left: -0.69140625em;
  color: rgb(0, 194, 255);
}
.ft-tabloid .path12:before {
  content: "\eca9";
  margin-left: -0.69140625em;
  color: rgb(0, 194, 255);
}
.ft-tabloid .path13:before {
  content: "\ecaa";
  margin-left: -0.69140625em;
  color: rgb(0, 194, 255);
}
.ft-tabloid .path14:before {
  content: "\ecab";
  margin-left: -0.69140625em;
  color: rgb(0, 194, 255);
}
.ft-trophy .path1:before {
  content: "\ecac";
  color: rgb(0, 194, 255);
}
.ft-trophy .path2:before {
  content: "\ecad";
  margin-left: -1.12109375em;
  color: rgb(255, 255, 255);
}
.ft-unity:before {
  content: "\ecae";
  color: #fff;
}
.ft-universidad-riviera .path1:before {
  content: "\ecaf";
  color: rgb(0, 194, 255);
}
.ft-universidad-riviera .path2:before {
  content: "\ecb0";
  margin-left: -2.0126953125em;
  color: rgb(255, 255, 255);
}
.ft-universidad-riviera .path3:before {
  content: "\ecb1";
  margin-left: -2.0126953125em;
  color: rgb(0, 194, 255);
}
.ft-universidad-riviera .path4:before {
  content: "\ecb2";
  margin-left: -2.0126953125em;
  color: rgb(0, 194, 255);
}
.ft-universidad-riviera .path5:before {
  content: "\ecb3";
  margin-left: -2.0126953125em;
  color: rgb(0, 194, 255);
}
.ft-universidad-riviera .path6:before {
  content: "\ecb4";
  margin-left: -2.0126953125em;
  color: rgb(0, 194, 255);
}
.ft-universidad-riviera .path7:before {
  content: "\ecb5";
  margin-left: -2.0126953125em;
  color: rgb(0, 194, 255);
}
.ft-universidad-riviera .path8:before {
  content: "\ecb6";
  margin-left: -2.0126953125em;
  color: rgb(0, 194, 255);
}
.ft-universidad-riviera .path9:before {
  content: "\ecb7";
  margin-left: -2.0126953125em;
  color: rgb(0, 194, 255);
}
.ft-universidad-riviera .path10:before {
  content: "\ecb8";
  margin-left: -2.0126953125em;
  color: rgb(0, 194, 255);
}
.ft-universidad-riviera .path11:before {
  content: "\ecb9";
  margin-left: -2.0126953125em;
  color: rgb(0, 194, 255);
}
.ft-user-formal .path1:before {
  content: "\ecba";
  color: rgb(0, 194, 255);
}
.ft-user-formal .path2:before {
  content: "\ecbb";
  margin-left: -0.529296875em;
  color: rgb(255, 255, 255);
}
.ft-user-formal .path3:before {
  content: "\ecbc";
  margin-left: -0.529296875em;
  color: rgb(255, 255, 255);
}
.ft-utils .path1:before {
  content: "\ecbd";
  color: rgb(0, 194, 255);
}
.ft-utils .path2:before {
  content: "\ecbe";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-utils .path3:before {
  content: "\ecbf";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-utils .path4:before {
  content: "\ecc0";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-utils .path5:before {
  content: "\ecc1";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-utils .path6:before {
  content: "\ecc2";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-waiter .path1:before {
  content: "\ecc3";
  color: rgb(255, 255, 255);
}
.ft-waiter .path2:before {
  content: "\ecc4";
  margin-left: -0.927734375em;
  color: rgb(255, 255, 255);
}
.ft-waiter .path3:before {
  content: "\ecc5";
  margin-left: -0.927734375em;
  color: rgb(255, 255, 255);
}
.ft-waiter .path4:before {
  content: "\ecc6";
  margin-left: -0.927734375em;
  color: rgb(0, 194, 255);
}
.ft-waiter .path5:before {
  content: "\ecc7";
  margin-left: -0.927734375em;
  color: rgb(0, 194, 255);
}
.ft-writing .path1:before {
  content: "\ecc8";
  color: rgb(0, 194, 255);
}
.ft-writing .path2:before {
  content: "\ecc9";
  margin-left: -0.671875em;
  color: rgb(255, 255, 255);
}
.ft-writing .path3:before {
  content: "\ecca";
  margin-left: -0.671875em;
  color: rgb(255, 255, 255);
}
.ft-graduation-cap .path1:before {
  content: "\eccb";
  color: rgb(0, 194, 255);
}
.ft-graduation-cap .path2:before {
  content: "\eccc";
  margin-left: -1.5029296875em;
  color: rgb(255, 255, 255);
}
.ft-relationship .path1:before {
  content: "\eccd";
  color: rgb(0, 194, 255);
}
.ft-relationship .path2:before {
  content: "\ecce";
  margin-left: -1.1767578125em;
  color: rgb(0, 194, 255);
}
.ft-relationship .path3:before {
  content: "\eccf";
  margin-left: -1.1767578125em;
  color: rgb(255, 255, 255);
}
.ft-relationship .path4:before {
  content: "\ecd0";
  margin-left: -1.1767578125em;
  color: rgb(255, 255, 255);
}
.ft-hands-circle .path1:before {
  content: "\ecd1";
  color: rgb(19, 76, 136);
}
.ft-hands-circle .path2:before {
  content: "\ecd2";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-hands-circle .path3:before {
  content: "\ecd3";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-hands-circle .path4:before {
  content: "\ecd4";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-hands-circle .path5:before {
  content: "\ecd5";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-hands-circle .path6:before {
  content: "\ecd6";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-hands-circle .path7:before {
  content: "\ecd7";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-hands-circle .path8:before {
  content: "\ecd8";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-hands-circle .path9:before {
  content: "\ecd9";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-hands .path1:before {
  content: "\ecda";
  color: rgb(255, 255, 255);
}
.ft-hands .path2:before {
  content: "\ecdb";
  margin-left: -1.05078125em;
  color: rgb(255, 255, 255);
}
.ft-hands .path3:before {
  content: "\ecdc";
  margin-left: -1.05078125em;
  color: rgb(255, 255, 255);
}
.ft-hands .path4:before {
  content: "\ecdd";
  margin-left: -1.05078125em;
  color: rgb(255, 255, 255);
}
.ft-hands .path5:before {
  content: "\ecde";
  margin-left: -1.05078125em;
  color: rgb(255, 255, 255);
}
.ft-hands .path6:before {
  content: "\ecdf";
  margin-left: -1.05078125em;
  color: rgb(255, 255, 255);
}
.ft-hands .path7:before {
  content: "\ece0";
  margin-left: -1.05078125em;
  color: rgb(0, 194, 255);
}
.ft-hands .path8:before {
  content: "\ece1";
  margin-left: -1.05078125em;
  color: rgb(255, 255, 255);
}
.ft-hands .path9:before {
  content: "\ece2";
  margin-left: -1.05078125em;
  color: rgb(255, 255, 255);
}
.ft-hands .path10:before {
  content: "\ece3";
  margin-left: -1.05078125em;
  color: rgb(255, 255, 255);
}
.ft-hands .path11:before {
  content: "\ece4";
  margin-left: -1.05078125em;
  color: rgb(255, 255, 255);
}
.ft-hands .path12:before {
  content: "\ece5";
  margin-left: -1.05078125em;
  color: rgb(255, 255, 255);
}
.ft-hands .path13:before {
  content: "\ece6";
  margin-left: -1.05078125em;
  color: rgb(255, 255, 255);
}
.ft-hands .path14:before {
  content: "\ece7";
  margin-left: -1.05078125em;
  color: rgb(0, 194, 255);
}
.ft-goal .path1:before {
  content: "\ece8";
  color: rgb(20, 76, 136);
}
.ft-goal .path2:before {
  content: "\ece9";
  margin-left: -0.8427734375em;
  color: rgb(20, 76, 136);
}
.ft-goal .path3:before {
  content: "\ecea";
  margin-left: -0.8427734375em;
  color: rgb(0, 194, 255);
}
.ft-goal .path4:before {
  content: "\eceb";
  margin-left: -0.8427734375em;
  color: rgb(0, 194, 255);
}
.ft-rubik .path1:before {
  content: "\ecec";
  color: rgb(0, 194, 255);
}
.ft-rubik .path2:before {
  content: "\eced";
  margin-left: -1.091796875em;
  color: rgb(20, 76, 136);
}
.ft-pyramid .path1:before {
  content: "\ecee";
  color: rgb(19, 76, 136);
}
.ft-pyramid .path2:before {
  content: "\ecef";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-pyramid .path3:before {
  content: "\ecf0";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-pyramid .path4:before {
  content: "\ecf1";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-pyramid .path5:before {
  content: "\ecf2";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-connect .path1:before {
  content: "\ecf3";
  color: rgb(19, 76, 136);
}
.ft-connect .path2:before {
  content: "\ecf4";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-connect .path3:before {
  content: "\ecf5";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-connect .path4:before {
  content: "\ecf6";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-connect .path5:before {
  content: "\ecf7";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-connect .path6:before {
  content: "\ecf8";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-connect .path7:before {
  content: "\ecf9";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-balance .path1:before {
  content: "\ecfa";
  color: rgb(20, 76, 136);
}
.ft-balance .path2:before {
  content: "\ecfb";
  margin-left: -1.1923828125em;
  color: rgb(0, 194, 255);
}
.ft-balance .path3:before {
  content: "\ecfc";
  margin-left: -1.1923828125em;
  color: rgb(20, 76, 136);
}
.ft-balance .path4:before {
  content: "\ecfd";
  margin-left: -1.1923828125em;
  color: rgb(0, 194, 255);
}
.ft-balance .path5:before {
  content: "\ecfe";
  margin-left: -1.1923828125em;
  color: rgb(20, 76, 136);
}
.ft-palmtree .path1:before {
  content: "\ecff";
  color: rgb(20, 76, 136);
}
.ft-palmtree .path2:before {
  content: "\ed00";
  margin-left: -0.9462890625em;
  color: rgb(0, 194, 255);
}
.ft-palmtree .path3:before {
  content: "\ed01";
  margin-left: -0.9462890625em;
  color: rgb(0, 194, 255);
}
.ft-palmtree .path4:before {
  content: "\ed02";
  margin-left: -0.9462890625em;
  color: rgb(0, 194, 255);
}
.ft-palmtree .path5:before {
  content: "\ed03";
  margin-left: -0.9462890625em;
  color: rgb(0, 194, 255);
}
.ft-palmtree .path6:before {
  content: "\ed04";
  margin-left: -0.9462890625em;
  color: rgb(20, 76, 136);
}
.ft-palmtree .path7:before {
  content: "\ed05";
  margin-left: -0.9462890625em;
  color: rgb(20, 76, 136);
}
.ft-palmtree .path8:before {
  content: "\ed06";
  margin-left: -0.9462890625em;
  color: rgb(20, 76, 136);
}
.ft-palmtree .path9:before {
  content: "\ed07";
  margin-left: -0.9462890625em;
  color: rgb(20, 76, 136);
}
.ft-brain .path1:before {
  content: "\ed08";
  color: rgb(0, 194, 255);
}
.ft-brain .path2:before {
  content: "\ed09";
  margin-left: -0.92578125em;
  color: rgb(20, 76, 136);
}
.ft-brain .path3:before {
  content: "\ed0a";
  margin-left: -0.92578125em;
  color: rgb(0, 194, 255);
}
.ft-brain .path4:before {
  content: "\ed0b";
  margin-left: -0.92578125em;
  color: rgb(20, 76, 136);
}
.ft-users .path1:before {
  content: "\ed0c";
  color: rgb(0, 194, 255);
}
.ft-users .path2:before {
  content: "\ed0d";
  margin-left: -1.3193359375em;
  color: rgb(0, 194, 255);
}
.ft-users .path3:before {
  content: "\ed0e";
  margin-left: -1.3193359375em;
  color: rgb(0, 194, 255);
}
.ft-users .path4:before {
  content: "\ed0f";
  margin-left: -1.3193359375em;
  color: rgb(0, 194, 255);
}
.ft-users .path5:before {
  content: "\ed10";
  margin-left: -1.3193359375em;
  color: rgb(19, 76, 136);
}
.ft-users .path6:before {
  content: "\ed11";
  margin-left: -1.3193359375em;
  color: rgb(19, 76, 136);
}
.ft-users .path7:before {
  content: "\ed12";
  margin-left: -1.3193359375em;
  color: rgb(19, 76, 136);
}
.ft-users .path8:before {
  content: "\ed13";
  margin-left: -1.3193359375em;
  color: rgb(19, 76, 136);
}
.ft-diploma-circle .path1:before {
  content: "\ed14";
  color: rgb(0, 194, 255);
}
.ft-diploma-circle .path2:before {
  content: "\ed15";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-diploma-circle .path3:before {
  content: "\ed16";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-diploma-circle .path4:before {
  content: "\ed17";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-diploma-circle .path5:before {
  content: "\ed18";
  margin-left: -1em;
  color: rgb(19, 76, 136);
}
.ft-fist-greeting-circle .path1:before {
  content: "\ed19";
  color: rgb(0, 194, 255);
}
.ft-fist-greeting-circle .path2:before {
  content: "\ed1a";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-fist-greeting-circle .path3:before {
  content: "\ed1b";
  margin-left: -1em;
  color: rgb(0, 194, 255);
}
.ft-fist-greeting-circle .path4:before {
  content: "\ed1c";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-fist-greeting-circle .path5:before {
  content: "\ed1d";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-fist-greeting-circle .path6:before {
  content: "\ed1e";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-fist-greeting-circle .path7:before {
  content: "\ed1f";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-fist-greeting-circle .path8:before {
  content: "\ed20";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-fist-greeting-circle .path9:before {
  content: "\ed21";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
.ft-fist-greeting-circle .path10:before {
  content: "\ed22";
  margin-left: -1em;
  color: rgb(20, 76, 136);
}
/*CUSTOM*/

.ft-briefcase-circle.white .path2:before,
.ft-briefcase-circle.white .path3:before,
.ft-briefcase-circle.white .path4:before,

.ft-tie-circle.white .path6:before,
.ft-tie-circle.white .path7:before,

.ft-consultant-price.white .path1:before,
.ft-consultant-price.white .path2:before,

.ft-gears-search.white .path2:before,
.ft-gears-search.white .path3:before,
.ft-gears-search.white .path5:before,
.ft-gears-search.white .path6:before,
.ft-gears-search.white .path7:before,
.ft-gears-search.white .path8:before,
.ft-gears-search.white .path11:before,
.ft-gears-search.white .path12:before,

.ft-law.white .path2:before,
.ft-law.white .path3:before,
.ft-law.white .path4:before,
.ft-law.white .path6:before,
.ft-law.white .path8:before,
.ft-law.white .path10:before,
.ft-law.white .path11:before,

.ft-book.white .path2:before,
.ft-book.white .path3:before,

.ft-search-pear.white .path3:before,
.ft-search-pear.white .path4:before,

.ft-notice.white .path2:before,
.ft-notice.white .path4:before,

.ft-helmet.white .path2:before,
.ft-helmet.white .path3:before,
.ft-helmet.white .path4:before,

.ft-tabloid.white .path1:before,
.ft-tabloid.white .path2:before,
.ft-tabloid.white .path4:before,
.ft-tabloid.white .path5:before,
.ft-tabloid.white .path6:before,
.ft-tabloid.white .path7:before,
.ft-tabloid.white .path8:before,

.ft-search.white .path1:before,
.ft-search.white .path4:before,

.ft-user-circle.white .path1:before,
.ft-user-circle.white .path2:before,
.ft-user-circle.white .path3:before,
.ft-user-circle.white .path4:before,
.ft-user-circle.white .path5:before
{
  color: #fff;
}

.ft-briefcase.blue .path1:before,
.ft-briefcase.blue .path2:before,
.ft-briefcase.blue .path3:before,

.ft-consultant1.blue .path1:before,
.ft-consultant1.blue .path2:before,
.ft-consultant1.blue .path4:before,

.ft-process.blue .path1:before,
.ft-process.blue .path6:before,
.ft-process.blue .path7:before,
.ft-process.blue .path8:before,
.ft-process.blue .path9:before,
.ft-process.blue .path10:before,

.ft-flag-circle.blue .path2:before,
.ft-flag-circle.blue .path3:before,

.ft-user-formal.blue .path2:before,
.ft-user-formal.blue .path3:before,

.ft-relationship.blue .path3:before,
.ft-relationship.blue .path4:before,

.ft-hands.blue .path1:before,
.ft-hands.blue .path2:before,
.ft-hands.blue .path3:before,
.ft-hands.blue .path4:before,
.ft-hands.blue .path5:before,
.ft-hands.blue .path6:before,
.ft-hands.blue .path8:before,
.ft-hands.blue .path9:before,
.ft-hands.blue .path10:before,
.ft-hands.blue .path11:before,
.ft-hands.blue .path12:before,
.ft-hands.blue .path13:before,

.ft-dinning.blue .path4:before,
.ft-dinning.blue .path3:before,
.ft-dinning.blue .path2:before,

.ft-unity.blue:before
{
  color: rgb(20, 76, 136);
}




.ft-olympus.white .path1:before,
.ft-olympus.white .path2:before,
.ft-olympus.white .path3:before,
.ft-olympus.white .path4:before,
.ft-olympus.white .path5:before,
.ft-olympus.white .path6:before,
.ft-olympus.white .path7:before,
.ft-olympus.white .path8:before,
.ft-olympus.white .path9:before,
.ft-olympus.white .path10:before,
.ft-olympus.white .path11:before,
.ft-olympus.white .path12:before {
  color: #fff!important;
}
.header-top {
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  justify-content: flex-end;
}

.home-header .top-links .ft-user-circle span {
  display: none;
}

.home-header .top-links .ft-user-circle {
  margin-right: 4px;
}

.mobile-trigger{
  display: none;
}

.top-links nav>ul>li>a{
  text-decoration: underline !important;
}

.no-banner header.header {
  min-height: 105px;
}

.top-links nav>ul>li>ul {
  position: absolute;
  top: 100%;
  z-index: 9;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0 !important;
  font-size: 1rem;
  list-style: none;
  background-clip: padding-box;
  border: 1px solid;
  border-radius: 0.25rem;
  right: 0;
  left: auto;
  border: 1px solid;
  margin-top: -3px !important;
}

.top-links nav>ul>li.has-submenu>a: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;
}

.top-links nav>ul>li.has-submenu>a {
  text-decoration: none !important;
}

.top-links nav>ul>li.has-submenu {
  padding: 3px 0;
}

.top-links .ft-user-circle {
  margin-left: 0.25rem;
  margin-right: 8px;
}

.top-links ul ul li:last-child {
  margin: 0;
}

.top-links nav>ul>li:not(:last-child) {
  margin-right: 12px;
}

.header-bottom {
  padding: 3px 15px 4px;
  display: flex;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo-wrapper {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.logo-wrapper img {
  width: 250px !important;
}

.top-links nav>ul>li.open>ul {
  display: block;
}

.top-links ul ul li a {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.no-banner header.header.lp {
  min-height: 75px;
}

.top-links ul ul li {
  border-top: 1px solid;
  text-align: center;
  margin-bottom: 8px;
}

.top-links ul ul li:first-child {
  border: none;
}

.top-links ul ul li:not(:first-child) {
  padding-top: 8px;
}

.top-links ul ul li a:hover {
  text-decoration: none;
}

.menu-wrapper {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  display: flex ;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.custom-menu-primary nav>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0 !important;
  margin: 0.125rem 0 0 !important;
  font-size: 1rem;
  text-align: left;
  background-clip: padding-box;
  border: 1px solid;
  border-radius: 0.25rem;
}

.custom-menu-primary {
  margin-left: auto !important;
  margin-right: auto !important;
}

.header-social a:not(:last-child) {
  margin-right: 8px;
}

.header-social {
  border-left: 1px solid;
  color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 0.5rem;
  padding-left: 5px!important;
  flex-shrink: 0;
  white-space:nowrap;
}

.custom-menu-primary nav>ul>li>a {
  display: block;
  padding: 0.5rem;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}

.custom-menu-primary nav>ul {
  display: flex !important;
  flex-wrap: wrap;
  justify-content:center;
}

.custom-menu-primary nav>ul>li.has-submenu>a: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;
}

.header-social a:hover {
  text-decoration: none;
}

.header-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  font-size:1rem;
  left: 0;
  z-index: 99;
}

.custom-menu-primary nav>ul>li.open>ul {
  display: block;
}

.custom-menu-primary ul ul li a {
  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;
}


@media(max-width:1600px){

  .custom-menu-primary nav>ul>li>a {
    font-size: 14px;
  }

}


@media(max-width:1429px){

  .header-social img {
    width: 35px;
  }

  .custom-menu-primary nav>ul>li>a {
    font-size: 12px;
  }

  .logo-wrapper img {
    width: 200px !important;
  }

  .header-bottom {
    min-height: 75px;
  }

}


@media(max-width:1200px){

  .header-social img {
    width: 25px;
  }

  .logo-wrapper img {
    width: 180px!important;
  }

  .header-social {
    padding-top: 8px;
  }

}


@media(max-width:991px){

  .custom-menu-primary ul ul li a {
    white-space: normal;
  }

  .logo-wrapper img {
    width: 250px !important;
  }

  .header-bottom {
    flex-wrap: wrap;
    padding: 0.5rem 0rem!important;
  }

  .menu-wrapper {
    display: none;
  }

  .header-bottom {
    padding-bottom: 9px !important;
  }

  .mobile-trigger {
    display: block;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    position:relative;
    right:10px;
  }
  
  .header-social {
    border: none !important;
}

  .mobile-trigger span {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    background-image: url(https://6986956.fs1.hubspotusercontent-na1.net/hubfs/6986956/raw_assets/public/Universidad_Riviera_December2021/images/menu.png);
  }

  .mobile-trigger:hover {
    background: #ececec;
  }

  .mobile-trigger:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
  }

  .custom-menu-primary nav>ul>li {
    width: 100%;
  }

  .custom-menu-primary nav>ul>li>a {
    font-size: 14px;
  }

  .header-social img {
    width: auto;
  }

  .header-social {
    padding: 15px 0 10px;
  }

  .custom-menu-primary nav>ul>li>ul {
    position: static;
  }

  .header-social a:not(:last-child) {
    margin-right: 7.5px !important;
}
  
}


@media(max-width:767px){

  .header-top {
    padding-left: 13px;
    min-height: 30px;
  }

  .header-bottom {
    padding-bottom: 8px !important;
  }

}

@media(max-width:350px){

  .top-links nav>ul>li:not(:last-child) {
    margin-right: 5px;
  }

  .top-links nav>ul>li>a {
    font-size: 13px;
  }

  .logo-wrapper {
    margin: 0;
  }

}
footer.footer {
  text-align: center;
  position: relative;
  font-size:1rem;
}

#lottie{
  width:250px;
  height:200px;
  position: fixed;
  bottom:10px;
  right:0px;
  display:block;
  transform: translate3d(0,0,0);
  text-align: center;
  opacity: 1;
  z-index:99999999;
}
@media (max-width: 600px) {
  #lottie{
    width:250px;
    height:250px;
    position: fixed;
    bottom:-30px;
    right:-50px;
    display:block;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
    z-index:99999999;
  }
}

.copyright {
  padding: 22px 10px;
  border-top: 1px solid #979797;
}

.footer-top {
  padding: 30px 10px;
  border-top: 1px solid #979797;
}

.footer-logo img {
  display: block;
  width: 280px !important;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
}

.footer-social a {
  margin-right: 10px;
  text-decoration:none;
}
.
.footer-social a:last-child {
  margin-right: 0px;
}
.footer-floating_whatsapp img{
    width: 60px!important;
    position: fixed;
    bottom: 80px;
    right: 200px;
    z-index: 99999999999999999;
}
.contact-footer .wave {
  position: absolute;
  bottom: 100%;
  width: 100%;
  margin-bottom: -1px;
  z-index: -1;
}

.contact-footer {
  position: relative;
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}