/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face {
  font-family: "Barlow";
  src: url("https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/fonts/barlow-extralight-webfont.woff2") format("woff2"),
    url("https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/fonts/barlow-extralight-webfont.woff") format("woff"),
      url("https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/fonts/barlow-extralight-webfont.ttf") format("truetype"),
        url("https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/fonts/barlow-extralight-webfont.svg") format("svg");
          font-weight: 200;
          font-style: normal;
          }
@font-face {
  font-family: "Barlow";
  src: url("https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/fonts/barlow-regular-webfont.woff2") format("woff2"),
    url("https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/fonts/barlow-regular-webfont.woff") format("woff"), 
      url("https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/fonts/barlow-regular-webfont.ttf") format("truetype"),
        url("https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/fonts/barlow-regular-webfont.svg") format("svg");
          font-weight: 400;
          font-style: normal;
          }
@font-face {
  font-family: "Barlow";
  src: url("https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/fonts/barlow-medium-webfont.woff2") format("woff2"),
    url("https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/fonts/barlow-medium-webfont.woff") format("woff"), 
      url("https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/fonts/barlow-medium-webfont.ttf") format("truetype"),
        url("https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/fonts/barlow-medium-webfont.svg") format("svg");
          font-weight: 500;
          font-style: normal;
          }
@font-face {
  font-family: "Barlow";
  src: url("https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/fonts/barlow-semibold-webfont.woff2") format("woff2"),
    url("https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/fonts/barlow-semibold-webfont.woff") format("woff"), 
      url("https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/fonts/barlow-semibold-webfont.ttf") format("truetype"),
        url("https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/fonts/barlow-semibold-webfont.svg") format("svg");
          font-weight: 600;
          font-style: normal;
          }
@font-face {
  font-family: "Barlow";
  src: url("https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/fonts/barlow-bold-webfont.woff2") format("woff2"),
    url("https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/fonts/barlow-bold-webfont.woff") format("woff"), 
      url("https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/fonts/barlow-bold-webfont.ttf") format("truetype"),
        url("https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/fonts/barlow-bold-webfont.svg") format("svg");
          font-weight: 700;
          font-style: normal;
          }

@media (max-width: 575px) {
  html {
    font-size: 1.1vw;
  }

}
@media (min-width: 576px) {
  html {
    font-size: 5.4px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 7.2px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 9.6px;
    font-size: 9px;
  }
  html.ca_old_rembase {
    font-size: 9.6px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 11.4px;
    font-size: 9.3px;
  }
  html.ca_old_rembase {
    font-size: 11.4px;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 15.4px;
    font-size: 13px;
  }
  html.ca_old_rembase {
    font-size: 15.4px;
  }
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 2.24609rem;
}
p {
  margin-top: 0;
  margin-bottom: 2.44141rem;
  letter-spacing: 0.0585938rem;
}
/* Anchor Links */
a {
  color: #0270E0;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.1rem;
  line-height: 3.71094rem;
  letter-spacing: 0.09rem;
  margin-bottom: 2.73438rem;
}

h2 {
  font-size: 1.6rem;
  line-height: 3.71094rem;
  letter-spacing: 0.09rem;
  margin-bottom: 2.73438rem;
}

h3 {
  font-size: 1.25rem;
  line-height: 2.73438rem;
  letter-spacing: 0.09rem;
  font-weight: 400;
  margin-bottom: 2.73438rem;
}

h4 {
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}
code {
  vertical-align: bottom;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 20px;
}
dl {
  padding: 0;
}
blockquote {
  margin: 0 0 1rem;
}
/* Horizontal Rules */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
b, strong {
  font-weight: bolder;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
@media (max-width: 1599px) and (min-width: 768px) {
  body {
    line-height: calc(2.24609rem * 1.25);
  }
  p {
    letter-spacing: calc(0.0585938rem * 1.25);
  }
  h1,
  h2 {
    line-height: calc(3.71094rem * 1.25);
    letter-spacing: calc(0.09rem * 1.25);
  }
  h3 {
    line-height: calc(2.73438rem * 1.25);
    letter-spacing: calc(0.09rem * 1.25);
  }
}

@media (max-width: 767px) {
  body {
    line-height: 1.53333333333;
  }
  p {
    letter-spacing: 0.6px;
    margin-bottom: 22px;
  }
  h1,
  h2 {
    line-height: 1.46153846154;
    letter-spacing: 0.4px;
    margin-bottom: 28px;
  }
  h3 {
    line-height: 1.55555555556;
    letter-spacing: 0.5px;
    margin-bottom: 28px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  cursor: pointer;
  display: inline-block;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: inherit;
  position: relative;
  z-index: 1;
  cursor: pointer;
  margin-top: 3rem;
  letter-spacing: 0.0416667rem;
  text-align: center;
  min-width: 176px;
  box-sizing: border-box;
  border: solid 1px #64c802;
  font-weight: 700;
  font-size: 1.44832rem;
  text-decoration: none;
  color: #fff;
  line-height: 3.94997rem;
  padding: 0 1.64582rem;
  background: #f5a000;
  border-color: #f5a000;
  display: inline-block;
  -webkit-box-shadow: 0 0.394997rem 0.658328rem 0 #00000034;
  box-shadow: 0 0.394997rem 0.658328rem 0 #00000034;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  text-decoration: none;
  color: #fff;
  background: #e69100;
  border-color: #e69100;
  -webkit-box-shadow: 0 0.394997rem 0.658328rem 0 #00000055;
  box-shadow: 0 0.394997rem 0.658328rem 0 #00000055;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}
.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  margin-bottom: 4px;
}
.hs-error-msgs label {
  color: #f2545b !important;
}

.hs-input,
.hs-search-field__input,
.email-edit.hs-input, 
#hs-pwd-widget-password{
  display: inline-block;
  width: 100%;
  color: #33475b;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-size: 1.25rem;
  font-weight: 400;
  color: #1c1f24;
  background: none;
  padding: 1.16667rem 1.83333rem;
  border: solid 1px rgba(124, 128, 147, 0.4);
  text-align: left;
  min-height: 40px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus,
.hs-search-field__input:focus,
.email-edit.hs-input:focus, 
#hs-pwd-widget-password:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}
select.hs-input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
textarea.hs-input {
  height: auto;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}
#hs-pwd-widget-password {
  height: 40px !important;
  margin: 0 0 18px !important;
}
.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}
.hs-error-msgs {
  padding: 0;
}
.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}

@media (max-width: 767px) {
  form {
    max-width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

#ca_header_block ul {
  list-style: none;
  margin: 0;
  font-size: 0;
  width: 100%;
  display: block;
  text-align: right;
  height: 3.09167rem;
}
#ca_header_block ul li {
  display: inline-block;
  margin-left: 4.38333rem;
  line-height: 3.09167rem;
  height: 100%;
  position: relative;
}
#ca_header_block ul li.ca_mobile_close {
  display: none;
}
#ca_header_block ul li a {
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 600;
  position: relative;
}
#ca_header_block ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.3em;
  width: 0;
  height: 1px;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
#ca_header_block ul li a:hover:before {
  width: 1.85547rem;
}
#ca_header_block ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  text-align: left;
  z-index: 1;
  width: auto;
  padding: 0.976562rem 0;
}
#ca_header_block ul li ul li {
  margin-left: 0;
  height: 3.09167rem;
  display: block;
}
#ca_header_block ul li:hover ul {
  display: block;
  height: auto;
}
#ca_header_block ul li ul li a {
  position: relative;
  white-space: nowrap;
  padding-left: 1.46484rem;
  padding-right: 3.41797rem;
}
#ca_header_block ul li ul li a:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  left: 1.46484rem;
  bottom: -0.292969rem;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
#ca_header_block ul li:hover ul li a:hover:before {
  width: 1.85547rem;
}

@media (max-width: 1599px) and (min-width: 768px) {
  #ca_header_block ul li a {
    font-size: calc(1.25rem * 1.25);
  }
  #ca_header_block ul li {
    line-height: calc(3.09167rem * 1.25);
  }
}

@media (max-width: 767px) {
  #ca_header_block .hs-menu-wrapper > ul {
    padding: 0;
    position: relative;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 0.7s, z-index 0s ease 0.6s;
    -o-transition: opacity 0.7s, z-index 0s ease 0.6s;
    transition: opacity 0.7s, z-index 0s ease 0.6s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    text-align: center;
    background: rgba(7, 84, 34, 0.98);
    overflow: auto;
  }
  #ca_header_block .hs-menu-wrapper > ul:before {
    content: "";
    display: block;
    width: 100%;
    height: 125px;
    background: url(https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/images/mobile_menu_bg.svg) 34px 34px no-repeat;
    background-size: 60px auto;
  }
  #ca_header_block .hs-menu-wrapper > ul li {
    display: block;
    margin-bottom: 32px;
    text-align: left;
    padding: 0 30px;
    height: auto;
    margin-left: 0;
  }
  #ca_header_block .hs-menu-wrapper > ul.ca_opened {
    z-index: 1000;
    opacity: 1;
    -webkit-transition: opacity 0.7s;
    -o-transition: opacity 0.7s;
    transition: opacity 0.7s;
    height: 100%;
  }
  #ca_header_block .hs-menu-wrapper > ul li a {
    font-size: 18px;
    font-weight: 200;
    color: #fff !important;
    font-weight: 600;
  }
  #ca_header_block .hs-menu-wrapper > ul li.hs-item-has-children {
    position: relative;
  }
  #ca_header_block .hs-menu-wrapper > ul ul {
    position: relative;
    display: block;
    height: auto;
    margin-top: 30px;
    background: none;
  }
  #ca_header_block .hs-menu-wrapper > ul ul li {
    padding-left: 30px;
    height: auto !important;
    margin-left: 0;
  }
  #ca_header_block .hs-menu-wrapper > ul ul li a {
    padding: 0;
    color: #c9ff8c !important;
  }
  #ca_header_block .hs-menu-wrapper > ul ul li:last-child {
    margin-bottom: 0;
  }
  #ca_header_block ul li ul li a:before {
    content: none;
  }
  #ca_header_block .hs-menu-wrapper > ul li.ca_mobile_close {
    display: block;
    position: absolute;
    top: 26px;
    right: 26px;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
  }
  #ca_header_block .hs-menu-wrapper > ul li.ca_mobile_close a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/images/cross.svg) center center no-repeat;
    background-size: 85%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */


#ca_application_video_block .img:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/images/app_play.svg) center center no-repeat;
  background-size: 100%;
  -webkit-transition: margin-top 0.3s;
  -o-transition: margin-top 0.3s;
  transition: margin-top 0.3s;
}
#ca_careers_form .hs-error-msgs label {
  color: #f00 !important;
  font-size: 13px !important;
  font-weight: normal;
  display: block;
}
.span12 > .dnd-row > div {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.span12 > .dnd-row > div:after,
.span12 > .dnd-row > div:before {
  content: none;
}
.ca_button_dark, .ca_button_light {
  outline: 0 !important;
}
.span12 > .dnd-row > div > div {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  float: none;
}
.advanced-image img {
  width: 100%;
  height: auto;
  max-width: 56.1523rem;
}
.advanced-image img {
  position: relative;
  z-index: 1;
}
.advanced-image img:first-child {
  position: absolute;
  width: 3%;
  height: auto;
  -webkit-animation: logistics_top 7s ease infinite;
  animation: logistics_top 7s ease infinite;
  background: none !important;
  z-index: 0;
}
#ca_application_top_block h1 {
  padding-top: 4.39453rem;
  color: #1c1f24;
  font-size: 2.92969rem;
  line-height: 4.58984rem;
  letter-spacing: 0.5px;
  font-weight: 200;
  margin-bottom: 1.85547rem;
  padding-left: 6.83594rem;
  padding-right: 3.41797rem;
}
#ca_application_top_block p {
  font-weight: 400;
  padding-left: 6.83594rem;
  margin-bottom: 1.85547rem;
  color: #1c1f24;
  font-size: 1.46484rem;
  line-height: 2.63672rem;
  letter-spacing: 0.0585938rem;
  padding-right: 3.41797rem;
}
.ca_button_dark, .ca_button_light {
  margin-left: 3.33333rem;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #64c802;
  padding: 1.08333rem 1.25rem;
  min-width: 176px;
  display: inline-block;
  text-align: center;
  font-size: 1.16667rem;
  line-height: 1.8em;
  letter-spacing: 0.09rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.ca_button_dark {
  background: #64c802;
  color: #fff;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
#ca_application_top_block a.ca_button_dark,
#ca_application_top_block a.ca_button_light {
  margin-left: 6.83594rem;
}
.ca_button_dark:hover {
  background: #73DB0E;
  border-color: #73DB0E;
  color: #fff;
  text-decoration: none;
}
#ca_application_top_block p.ca_application_pdf {
  margin-top: 1.95312rem;
  margin-bottom: 1.95312rem;
  color: #1c1f24;
  font-size: 1.46484rem;
  line-height: 2.24609rem;
  letter-spacing: 0.0585938rem;
}
.ca_button_light {
  background: rgba(255, 255, 255, 0);
  color: #64c802;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.ca_button_light:hover {
  background: #64c802;
  border-color: #64c802;
  color: #fff;
  text-decoration: none;
}
.ca_hidden {
  display: none !important;
}
.ca_popup {
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.ca_popup .ca_holder {
  padding: 1.16667rem;
  position: absolute;
  width: 50%;
  min-width: 320px;
  max-height: 70%;
  overflow: auto;
  border-radius: 0.583333rem;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ca_popup .ca_holder a.ca_close {
  position: absolute;
  width: 1.66667rem;
  height: 1.66667rem;
  display: block;
  top: 0.583333rem;
  right: 0.583333rem;
}
.ca_popup .ca_holder a.ca_close:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  top: 50%;
  left: 0;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ca_popup .ca_holder a.ca_close:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  top: 50%;
  left: 0;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ca_popup .ca_holder h3 {
  color: #1c1f24;
  font-size: 30px;
  font-weight: 200;
  line-height: 3.91667rem;
  letter-spacing: 0.0416667rem;
  text-align: center;
  margin-bottom: 2.75rem;
}
.cm-form .hs-form-field {
  position: relative;
}
.cm-form .hs-form-field .hs-input {
  margin: 0;
  font-family: inherit;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  color: #1c1f24;
  background: none;
  border: none;
  border-bottom: solid 1px rgba(124, 128, 147, 0.4);
  line-height: 1.91667rem;
  letter-spacing: 0.05rem;
  padding: 0.416667rem 0;
  text-align: left;
  position: relative;
  z-index: 1;
  height: auto;
}
.cm-form fieldset {
  max-width: 100% !important;
}
.cm-form fieldset.form-columns-2 .hs-form-field {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1.66667rem;
  display: inline-block;
  margin-bottom: 3.75rem;
  position: relative;
}
.cm-form form {
  font-size: 0;
  text-align: center;
}
.cm-form .hs-form-field > label {
  margin-bottom: .5rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  font-size: 0.916667rem;
  color: #7c8093;
  letter-spacing: 0.0833333rem;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
  position: absolute;
  display: inline-block;
  width: auto;
  left: 1.66667rem;
  top: 0.5em;
  z-index: 0;
  -webkit-transition: top 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, top 0.3s;
  transition: transform 0.3s, top 0.3s;
  transition: transform 0.3s, top 0.3s, -webkit-transform 0.3s;
}
.cm-form span.hs-form-required {
  display: none;
}
.cm-form fieldset.form-columns-2 .hs-form-field .input {
  margin: 0;
}
.cm-form fieldset.form-columns-2 .hs-form-field:after {
  content: "";
  display: block;
  position: absolute;
  left: 1.66667rem;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #64C802;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cm-form fieldset.form-columns-2 .hs-form-field.focus:after {
  width: calc(100% - 1.66667rem - 1.66667rem);
}
.cm-form {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}
.cm-form .grecaptcha-badge {
  margin: 0;
}
.cm-form .hs-form-field.hs-recaptcha {
  width: 100%;
  padding: 0 1.66667rem;
  margin: 0;
  padding-top: 33px;
}
.cm-form .form-title {
  display: none;
}
.cm-form .hs-submit {
  width: 100%;
  padding: 0 1.66667rem;
}
.cm-form .hs-submit input.hs-button {
  font-family: inherit;
  margin: 0;
  width: auto;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #64c802;
  padding: 1.08333rem 1.25rem;
  min-width: 176px;
  display: inline-block;
  text-align: center;
  font-size: 1.16667rem;
  line-height: 1.8em;
  letter-spacing: 0.0416667rem;
  font-weight: 700;
  background: #64c802;
  color: #fff;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
  margin-top: 3rem;
  margin-right: 20px;
}
.cm-form .hs-submit input.hs-button:hover {
  background: #73db0e;
  border-color: #73db0e;
  text-decoration: none;
}
.cm-form label.hs-error-msg {
  font-weight: normal;
  display: block;
  color: #c80202 !important;
  font-size: 14px;
  position: absolute;
  left: 1.66667rem;
  bottom: -22px;
}
#ca_application_top_block {
  padding-top: 9.27734rem;
  padding-bottom: 7.8125rem;
}
#ca_application_top_block .dnd-section {
  padding: 0;
}
#ca_application_video_block {
  background: center center no-repeat;
  background-size: cover;
  padding-top: 20.5078rem;
  cursor: pointer;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin: 0 -7.5px;
}
.ca_video_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ca_video_popup .ca_video_popup_holder {
  width: 70%;
  height: auto;
  position: relative;
  left: 15%;
  top: 50%;
  -webkit-transform: scale(0.9, 0.9) translate(0, -50%);
  -ms-transform: scale(0.9, 0.9) translate(0, -50%);
  transform: scale(0.9, 0.9) translate(0, -50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.col12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
#ca_application_video_block .img {
  text-align: center;
  width: 7.42188rem;
  height: 7.42188rem;
  margin-bottom: 2.63672rem;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#ca_application_video_block h3 {
  margin-bottom: 0.5rem;
  color: #fff;
  font-size: 2.92969rem;
  line-height: 4.58984rem;
  letter-spacing: 0.5px;
  font-weight: 200;
  width: 100%;
  text-align: center;
  padding-bottom: 14.6484rem;
}
#ca_application_video_block .img:hover:before {
  background-image: url(https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/images/app_play_g.svg);
  margin-top: -3px;
}
.ca_video_popup.ca_opened {
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1001;
}
.ca_video_popup.ca_opened .ca_video_popup_holder {
  -webkit-transform: scale(1, 1) translate(0, -50%);
  -ms-transform: scale(1, 1) translate(0, -50%);
  transform: scale(1, 1) translate(0, -50%);
}
#ca_application_content_block {
  padding-top: 6.54297rem;
  padding-bottom: 10.2539rem;
}
#ca_application_content_block .dnd-section{
  padding: 0;
}
.dnd-section > div {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
#ca_application_content_block h2 {
  color: #1c1f24;
  font-size: 2.92969rem;
  line-height: 4.58984rem;
  letter-spacing: 0.5px;
  font-weight: 200;
  margin-bottom: 10px;
  text-align: center;
}
#ca_application_content_block h3 {
  font-size: 1.75781rem;
  line-height: 2.73438rem;
  letter-spacing: 0.5px;
  color: #7c8093;
  text-align: center;
  margin-bottom: 6.54297rem;
  font-weight: 400;
}
#ca_application_content_block p {
  color: #1c1f24;
  font-size: 1.46484rem;
  line-height: 2.63672rem;
  letter-spacing: 0.0585938rem;
  margin-bottom: 1.95312rem;
  padding-left: 6.83594rem;
}
#ca_application_content_block .advanced-image {
  width: 100%;
  padding-left: 6.83594rem;
  position: relative;
}
#ca_application_content_block .advanced-image img {
  width: 100%;
  max-width: 43.9453rem;
}
#ca_application_content_block .advanced-image img:first-child {
  position: absolute;
  width: 3%;
  height: auto;
  -webkit-animation: logistics 24s ease infinite;
  animation: logistics 24s ease infinite;
}
@-webkit-keyframes logistics {
  0% {
    top: 19%;
    left: 68%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  13% {
    top: 72%;
    left: 68%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  20% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  28% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  29% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 72%;
  }
  38% {
    left: 68%;
  }
  46% {
    top: 92%;
    left: 58%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  56% {
    top: 91%;
    left: 58%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  63% {
    left: 58%;
  }
  69% {
    left: 48%;
    top: 58%;
  }
  71% {
    left: 48%;
  }
  81% {
    top: 21%;
  }
  96% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    top: 19%;
    left: 68%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes logistics {
  0% {
    top: 19%;
    left: 68%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  13% {
    top: 72%;
    left: 68%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  20% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  28% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  29% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 72%;
  }
  38% {
    left: 68%;
  }
  46% {
    top: 92%;
    left: 58%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  56% {
    top: 91%;
    left: 58%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  63% {
    left: 58%;
  }
  69% {
    left: 48%;
    top: 58%;
  }
  71% {
    left: 48%;
  }
  81% {
    top: 21%;
  }
  96% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    top: 19%;
    left: 68%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/* All Animations Keyframes */
@keyframes logistics_top {
  0% {
    top: 45%;
    left: 62%;
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  25% {
    top: 63%;
    left: 62%;
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  50% {
    top: 67.5%;
    left: 53.5%;
    -webkit-transform: rotate(16deg);
    transform: rotate(16deg);
  }
  75% {
    top: 43%;
    left: 53.5%;
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  100% {
    top: 45%;
    left: 62%;
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}
@-webkit-keyframes construction {
  0% {
    top: 40%;
    left: 55%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  18% {
    top: 44%;
    left: 23%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  34% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 44%;
  }
  38% {
    top: 43.7%;
  }
  50% {
    left: 23%;
    top: 65%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  66% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 23%;
  }
  80% {
    top: 65%;
  }
  90% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    top: 40%;
    left: 55%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes construction {
  0% {
    top: 40%;
    left: 55%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  18% {
    top: 44%;
    left: 23%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  34% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 44%;
  }
  38% {
    top: 43.7%;
  }
  50% {
    left: 23%;
    top: 65%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  66% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 23%;
  }
  80% {
    top: 65%;
  }
  90% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    top: 40%;
    left: 55%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes construction_top {
  0% {
    top: 52%;
    left: 46%;
    -webkit-transform: rotate(9deg);
    transform: rotate(9deg);
  }
  25% {
    top: 50%;
    left: 45%;
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  50% {
    top: 54%;
    left: 48%;
    -webkit-transform: rotate(-11deg);
    transform: rotate(-11deg);
  }
  75% {
    top: 50%;
    left: 48%;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  100% {
    top: 52%;
    left: 46%;
    -webkit-transform: rotate(9deg);
    transform: rotate(9deg);
  }
}
@keyframes construction_top {
  0% {
    top: 52%;
    left: 46%;
    -webkit-transform: rotate(9deg);
    transform: rotate(9deg);
  }
  25% {
    top: 50%;
    left: 45%;
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  50% {
    top: 54%;
    left: 48%;
    -webkit-transform: rotate(-11deg);
    transform: rotate(-11deg);
  }
  75% {
    top: 50%;
    left: 48%;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  100% {
    top: 52%;
    left: 46%;
    -webkit-transform: rotate(9deg);
    transform: rotate(9deg);
  }
}
@-webkit-keyframes mining {
  0% {
    top: 23%;
    left: 67%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  5% {
    left: 67%;
  }
  12% {
    top: 45%;
  }
  15% {
    top: 45%;
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg);
  }
  30% {
    top: 44.5%;
    left: 36%;
    -webkit-transform: rotate(-11deg);
    transform: rotate(-11deg);
  }
  37% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  42% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  45% {
    top: 44.5%;
    left: 36%;
    -webkit-transform: rotate(-11deg);
    transform: rotate(-11deg);
  }
  54% {
    top: 45%;
  }
  64% {
    top: 45%;
    top: 56%;
    left: 72%;
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg);
  }
  75% {
    top: 56%;
    left: 70%;
    -webkit-transform: rotate(-11deg);
    transform: rotate(-11deg);
  }
  82% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  88% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  90% {
    top: 56%;
    left: 70%;
    -webkit-transform: rotate(-11deg);
    transform: rotate(-11deg);
  }
  100% {
    top: 23%;
    left: 67%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes mining {
  0% {
    top: 23%;
    left: 67%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  5% {
    left: 67%;
  }
  12% {
    top: 45%;
  }
  15% {
    top: 45%;
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg);
  }
  30% {
    top: 44.5%;
    left: 36%;
    -webkit-transform: rotate(-11deg);
    transform: rotate(-11deg);
  }
  37% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  42% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  45% {
    top: 44.5%;
    left: 36%;
    -webkit-transform: rotate(-11deg);
    transform: rotate(-11deg);
  }
  54% {
    top: 45%;
  }
  64% {
    top: 45%;
    top: 56%;
    left: 72%;
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg);
  }
  75% {
    top: 56%;
    left: 70%;
    -webkit-transform: rotate(-11deg);
    transform: rotate(-11deg);
  }
  82% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  88% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  90% {
    top: 56%;
    left: 70%;
    -webkit-transform: rotate(-11deg);
    transform: rotate(-11deg);
  }
  100% {
    top: 23%;
    left: 67%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes mining_top {
  0% {
    top: 52%;
    left: 60%;
    -webkit-transform: rotate(11deg) scale(1, 1);
    transform: rotate(11deg) scale(1, 1);
  }
  25% {
    top: 60%;
    left: 52%;
    -webkit-transform: rotate(-7deg) scale(1, 1);
    transform: rotate(-7deg) scale(1, 1);
  }
  50% {
    top: 66%;
    left: 39%;
    -webkit-transform: rotate(14deg) scale(1, 1);
    transform: rotate(14deg) scale(1, 1);
  }
  75% {
    top: 66%;
    left: 39%;
    -webkit-transform: rotate(-11deg) scale(0, 0);
    transform: rotate(-11deg) scale(0, 0);
  }
  80% {
    -webkit-transform: rotate(0deg) scale(1, 1);
    transform: rotate(0deg) scale(1, 1);
  }
  100% {
    top: 52%;
    left: 60%;
    -webkit-transform: rotate(11deg) scale(1, 1);
    transform: rotate(11deg) scale(1, 1);
  }
}
@keyframes mining_top {
  0% {
    top: 52%;
    left: 60%;
    -webkit-transform: rotate(11deg) scale(1, 1);
    transform: rotate(11deg) scale(1, 1);
  }
  25% {
    top: 60%;
    left: 52%;
    -webkit-transform: rotate(-7deg) scale(1, 1);
    transform: rotate(-7deg) scale(1, 1);
  }
  50% {
    top: 66%;
    left: 39%;
    -webkit-transform: rotate(14deg) scale(1, 1);
    transform: rotate(14deg) scale(1, 1);
  }
  75% {
    top: 66%;
    left: 39%;
    -webkit-transform: rotate(-11deg) scale(0, 0);
    transform: rotate(-11deg) scale(0, 0);
  }
  80% {
    -webkit-transform: rotate(0deg) scale(1, 1);
    transform: rotate(0deg) scale(1, 1);
  }
  100% {
    top: 52%;
    left: 60%;
    -webkit-transform: rotate(11deg) scale(1, 1);
    transform: rotate(11deg) scale(1, 1);
  }
}
#ca_application_facts_block {
  padding-top: 7.12891rem;
  padding-bottom: 6.83594rem;
  background: #f9f9f9;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.app_sec4 .dnd-section > div,
.app_sec4 .dnd-section {
  padding: 0;
}
#ca_application_facts_block p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #7c8093;
  font-size: 1.75781rem;
  line-height: 2.73438rem;
  font-weight: 400;
  letter-spacing: 0.0488281rem;
  text-align: center;
}
#ca_application_facts_block .ca_application_card {
  margin-top: 5.85938rem;
  padding-left: 2.44141rem;
  padding-right: 1.46484rem;
}
#ca_application_facts_block .ca_application_card:first-child {
  padding-left: 6.83594rem;
}
#ca_application_facts_block .ca_application_card:last-child {
  padding-right: 6.83594rem;
}
#ca_application_facts_block .ca_application_card .img {
  width: 100%;
  height: 3.22266rem;
  margin-bottom: 0.585938rem;
}
#ca_application_facts_block .ca_application_card .img img {
  height: 100%;
  width: auto;
}
#ca_application_facts_block .ca_application_card p {
  font-weight: 600;
  text-align: left;
  font-size: 1.46484rem;
  line-height: 2.63672rem;
  letter-spacing: 0.0585938rem;
  color: #1c1f24;
}
#ca_application_facts_block nav {
  padding-top: 5.85938rem;
}
#ca_application_facts_block nav span {
  color: #7c8093;
  font-size: 1.07422rem;
  letter-spacing: 0.0976562rem;
  text-transform: uppercase;
  font-weight: 500;
  width: 100%;
  text-align: left;
  display: block;
  margin-bottom: 0.585938rem;
}
#ca_application_facts_block nav > div:last-child span {
  text-align: right;
}
#ca_application_facts_block nav .ca_button_dark {
  margin-left: 0;
}
#ca_application_facts_block nav > div:last-child .ca_button_dark {
  float: right;
}

/* Construction */
.Construction .advanced-image img:first-child {
  position: absolute;
  width: 6%;
  height: auto;
  -webkit-animation: construction_top 5s ease infinite;
  animation: construction_top 5s ease infinite;
  background: none !important;
}
.Construction #ca_application_content_block .advanced-image img:first-child {
  position: absolute;
  width: 4%;
  height: auto;
  -webkit-animation: construction 11s ease infinite;
  animation: construction 11s ease infinite;
  background: none !important;
}
/* Mining Page */
.advanced-image .ca_spacer {
  height: 8.78906rem;
}
.Mining .advanced-image img:first-child {
  -webkit-animation: mining_top 7s ease infinite;
  animation: mining_top 7s ease infinite;
  z-index: 2;
}
.Mining .ca_app_logistics {
  position: relative;
}
.Mining #ca_application_top_block a.ca_button_dark {
  margin-top: 4.39453rem;
}
.advanced-image .ca_holder {
  position: absolute;
  bottom: 0;
}
.Mining #ca_application_content_block .advanced-image img:first-child {
  position: absolute;
  width: 8%;
  height: auto;
  -webkit-animation: mining 24s ease infinite;
  animation: mining 24s ease infinite;
  background: none !important;
}

/* Team Inner Pages */
#ca_header_block.ca_howitworks h1 {
  margin-bottom: 0;
}

/* Home Page */
#ca_header_block .ca_video_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
#ca_header_block .ca_video_bg video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
#ca_header_block.ca_12_2019_video_header {
  text-align: left;
  padding-bottom: 5.13496rem;
}
#ca_header_block.ca_12_2019_video_header h1 {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 3.5rem;
  color: #fff;
  text-align: left;
  padding: 0;
  margin-bottom: 0.7rem;
  padding-top: 22.3831rem;
  padding-top: 20.8rem;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
}
#ca_header_block h2 {
  font-weight: 400;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.33333rem;
  letter-spacing: 0.09rem;
  padding: 0 24rem;
  text-align: center;
  margin-bottom: 12.8333rem;
}
#ca_header_block.ca_12_2019_video_header h2 {
  padding: 0;
  text-align: left;
  font-size: 1.97498rem;
  margin-bottom: 1.31666rem;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
}
.ca_2019_button {
  font-weight: 700;
  font-size: 1.44832rem;
  text-decoration: none;
  color: #fff;
  line-height: 3.94997rem;
  padding: 0 1.64582rem;
  background: #f5a000;
  display: inline-block;
  -webkit-box-shadow: 0 0.394997rem 0.658328rem 0 #00000034;
  box-shadow: 0 0.394997rem 0.658328rem 0 #00000034;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ca_2019_button:hover {
  text-decoration: none;
  color: #fff;
  background: #e69100;
  -webkit-box-shadow: 0 0.394997rem 0.658328rem 0 #00000055;
  box-shadow: 0 0.394997rem 0.658328rem 0 #00000055;
}
#ca_header_block.ca_12_2019_video_header .ca_blog_holder {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: left;
}
#ca_header_block.ca_12_2019_video_header .ca_blog_holder p {
  text-align: right;
  color: #fff;
  font-weight: 700;
  font-size: 0.987492rem;
  line-height: 1.97499rem;
  margin: 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
}
#ca_header_block.ca_12_2019_video_header .ca_blog_holder .ca_blog_slider .ca_slide a {
  float: right;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.97498rem;
  line-height: 1.97498rem;
  height: 1.97498rem;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #fff;
  padding-right: 1.31666rem;
  position: relative;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
}
#ca_header_block.ca_12_2019_video_header .ca_blog_holder .ca_blog_slider .ca_slide a:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.987492rem;
  height: 1px;
  top: 50%;
  margin-top: 1px;
  right: 0;
  background: #fff;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ca_header_block.ca_12_2019_video_header .ca_blog_holder .ca_blog_slider .ca_slide a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.987492rem;
  height: 1px;
  top: 50%;
  right: 0;
  background: #fff;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header p {
  letter-spacing: 0;
}
.slick-slider * {
  outline: 0 !important;
}
.homesec-2 .dnd-section {
  padding-top: 4rem;
  padding-bottom: 7rem;
  letter-spacing: 0;
}
.homesec-2 h4 {
  font-weight: 700;
  font-size: 1.57999rem;
  line-height: 2.23831rem;
  color: #000;
  margin-bottom: 0.460829rem;
}
.homesec-2 p {
  font-weight: 400;
  font-size: 1.57999rem;
  line-height: 2.23831rem;
  color: #000;
  margin-bottom: 0.460829rem;
  letter-spacing: 0;
}
.homesec-2 p:last-child {
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}
.homesec-2 p:last-child:before {
  content: "";
  display: block;
  position: absolute;
  width: 1.97498rem;
  height: 2px;
  top: 50%;
  right: 0;
  background: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.homesec-2 p a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.658328rem;
  height: 2px;
  top: 50%;
  right: 0;
  background: #000;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.homesec-2 p a:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.658328rem;
  height: 2px;
  top: 50%;
  right: 0;
  margin-right: -1px;
  background: #000;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.homesec-2 p a {
  text-decoration: underline;
  color: #000;
  display: inline-block;
  padding-right: 2.63331rem;
  position: relative;
}
.homesec-2 p:hover:before,
.homesec-2 p:hover a:before,
.homesec-2 p:hover a:after {
  right: -0.5rem;
}
.homesec-3 .dnd-section > div {
  padding: 0;
}
.two-col-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 6.58328rem;
  padding-bottom: 7.24161rem;
  position: relative;
}
.two-col-bg .col12 {
  position: static;
}
.homesec-3 .ca_homepage_2019_cta1_drone {
  position: absolute;
  width: auto;
  height: calc(100% + 19.21659rem);
  right: calc(30% + 5rem);
  top: 55%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.homesec-3 h3 {
  font-weight: 700;
  color: #fff;
  font-size: 3.29164rem;
  line-height: 3.94997rem;
  padding: 0;
  margin-bottom: 0.658328rem;
  letter-spacing: 0;
}
.homesec-3 p {
  font-weight: 400;
  font-size: 1.57999rem;
  line-height: 2.23831rem;
  color: #fff;
  margin-bottom: 1.64582rem;
  letter-spacing: 0;
}
.homesec-4 .dnd-section {
  position: static;
}
.homesec-4 .dnd-section > div {
  padding: 0;
}
.homesec-4 .two-col-bg {
  padding-top: 9.21659rem;
  padding-bottom: 4.60829rem;
  position: static;
}
.homesec-4 .ca_homepage_2019_cta2_video {
  width: 61.817rem;
  height: 48.3871rem;
  position: absolute;
  left: 15px;
}
.homesec-4 .ca_video_container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.homesec-4 .ca_video_container .ca_video_mockup {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/images/video_mockup.png) center center no-repeat;
  background-size: 100%;
}
.homesec-4 .ca_video_mockup iframe {
  width: calc(100% - 9.21659rem);
  height: 100%;
  margin-left: 4.60829rem;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.homesec-4 h3 {
  font-weight: 700;
  color: #000;
  font-size: 3.29164rem;
  line-height: 3.94997rem;
  padding: 0;
  margin-bottom: 0.658328rem;
  padding-top: 9.87492rem;
  padding-right: 15px;
  letter-spacing: 0;
}
.homesec-4 p {
  font-weight: 400;
  font-size: 1.57999rem;
  line-height: 2.23831rem;
  color: #000;
  margin-bottom: 1.64582rem;
  padding-right: 15px;
  letter-spacing: 0;
}
.homesec-4 a.ca_2019_button {
  margin-bottom: 15rem;
}
.two-col-bg.reverse .row {
  flex-direction: row-reverse;
}
.homesec-4 .two-col-bg .col12 {
  position: relative;
}
.homesec-5 .dnd-section > div {
  padding: 0;
}

.insta-feed {
  padding-top: 4.93746rem;
  padding-bottom: 7.89993rem;
}

.insta-feed h2 {
  text-align: center;
  font-weight: 400;
  font-size: 3.29164rem;
  line-height: 3.29164rem;
  color: #000;
  margin-bottom: 3.29164rem;
  letter-spacing: 0;
}
#sb_instagram {
  padding-bottom: 10px;
  width: 100%;
}
.insta-feed p {
  letter-spacing: 0;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}
.insta-feed p:before {
  content: "";
  display: block;
  position: absolute;
  width: 1.97498rem;
  height: 2px;
  top: 50%;
  right: 0;
  background: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.insta-feed p a {
  font-weight: 400;
  font-size: 1.97498rem;
  line-height: 3.29164rem;
  text-decoration: underline;
  padding-right: 2.63331rem;
  color: #000;
}
.insta-feed p a:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.658328rem;
  height: 2px;
  top: 50%;
  right: 0;
  margin-right: -1px;
  background: #000;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.insta-feed p a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.658328rem;
  height: 2px;
  top: 50%;
  right: 0;
  background: #000;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.insta-feed p:hover:before, 
.insta-feed p:hover a:before,
.insta-feed p:hover a:after {
  right: -0.5rem;
}
.insta-feed .ca_social {
  text-align: right;
  font-size: 0;
}
.insta-feed .ca_social a {
  display: inline-block;
  width: 2.89664rem;
  height: 2.89664rem;
  margin-left: 0.658328rem;
  font-size: 1.57999rem;
  padding: 0.658328rem;
  border-radius: 100%;
  background: #1a1c25;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.homesec-6 .dnd-section > div {
  padding: 0;
}
.homesec-6 .video-banner {
  background-size: cover;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-top: 22.3831rem;
  padding-bottom: 16.4582rem;
  background-position: center;
  background-repeat: no-repeat;
}
.homesec-6 .video-banner .ca_video_bg {
  position: absolute;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.homesec-6 .video-banner iframe {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
}
.homesec-6 .video-banner-content {
  max-width: 50%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.homesec-6 .video-banner-content h2 {
  font-weight: 700;
  font-size: 3.29164rem;
  line-height: 3.94997rem;
  color: #fff;
  margin-bottom: 1.97498rem;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
  letter-spacing: 0;
}
#ca_home_contact_block h3 {
  color: #1c1f24;
  font-size: 2.5rem;
  font-weight: 200;
  line-height: 3.91667rem;
  letter-spacing: 0.0416667rem;
  text-align: center;
  margin-bottom: 2.75rem;
}
#ca_home_contact_block {
  padding-top: 6rem;
  padding-bottom: 4.75rem;
}
.homesec-7 .dnd-section > div {
  padding: 0;
}
#ca_home_contact_block .form-title {
  display: none;
}
#ca_home_contact_block .hs-submit {
  text-align: center;
  width: 100%;
  padding: 0 1.66667rem;
}
#ca_home_contact_block .actions {
  padding-right: 20px;
}
#ca_home_contact_block .hs_recaptcha {
  margin: 0;
  width: 100%;
  padding: 0 1.66667rem;
}
#ca_home_contact_block .grecaptcha-badge {
  margin: 0;
}
#ca_home_contact_block fieldset {
  max-width: 100%;
}
#ca_home_contact_block .hs-form-field {
  padding: 0 1.66667rem;
}
#ca_home_contact_block .form-columns-2 .hs-form-field {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1.66667rem;
  display: inline-block;
  margin-bottom: 3.75rem;
  position: relative;
}
#ca_home_contact_block .hs-form-field .input {
  margin: 0;
}
#ca_home_contact_block textarea.hs-input {
  height: 12.5rem;
  background: none;
}
#ca_home_contact_block .hs_recaptcha {
  padding-bottom: 6px;
}
#ca_home_contact_block .hs-form-field > label {
  line-height: 1.5;
  margin-bottom: .5rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  display: block;
  width: 100%;
  font-size: 0.916667rem;
  color: #7c8093;
  letter-spacing: 0.0833333rem;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
  position: relative;
  top: 3.5em;
  left: 1.83333rem;
  z-index: 0;
  -webkit-transition: top 0.3s, left 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, left 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, top 0.3s, left 0.3s;
  transition: transform 0.3s, top 0.3s, left 0.3s;
  transition: transform 0.3s, top 0.3s, left 0.3s, -webkit-transform 0.3s;
}
#ca_home_contact_block input.hs-input {
  width: 100%;
  font-size: 1.25rem;
  font-weight: 400;
  color: #1c1f24;
  background: none;
  border: none;
  border-bottom: solid 1px rgba(124, 128, 147, 0.4);
  line-height: 1.91667rem;
  letter-spacing: 0.05rem;
  padding: 0.416667rem 0;
  text-align: left;
  position: relative;
  z-index: 1;
  min-height: auto;
}
#ca_home_contact_block .form-columns-2 .hs-form-field > label {
  top: 2.5em;
  left: 0;
}
#ca_home_contact_block .hs-form-field > label .hs-form-required {
  display: none;
}

#ca_home_contact_block  .hs-form-field.not-empty > label,
#ca_home_contact_block  .hs-form-field.input--fill > label {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  top: 0;
  left: 0;
}
#ca_home_contact_block .form-columns-2 .hs-form-field:after {
  content: "";
  display: block;
  position: absolute;
  left: 1.66667rem;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #64C802;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
#ca_home_contact_block .form-columns-2 .hs-form-field.not-empty:after {
  width: calc(100% - 1.66667rem - 1.66667rem);
}

/* Home Page 2 */
.homepage2_sec-2 .dnd-section {
  padding: 6.75rem 0;
}
#ca_home_content_block .colmd6 a.ca_drop_under {
  background: url(https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/images/drop_under.svg) center center no-repeat;
  background-size: 100%;
}
#ca_home_content_block .colmd6 .holder .ca_home_video_holder:after {
  background: url(https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/images/app_play.svg) center center no-repeat;
  background-size: 100%;
}
#ca_home_content_block .colmd6 .holder .ca_home_video_holder:hover:after {
  background-image: url(https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/images/app_play_g.svg);
  margin-top: -3px;
}
/* About Page */
#ca_about_text {
  padding-top: 10.3516rem;
  padding-bottom: 3.90625rem;
}
#ca_about_text h1 {
  color: #1c1f24;
  font-weight: 200;
  font-size: 2.92969rem;
  line-height: 4.58984rem;
  letter-spacing: 0.09rem;
  padding: 0 6.83594rem;
  margin-bottom: 3.71094rem;
}
#ca_about_text p {
  color: #1c1f24;
  font-size: 1.46484rem;
  line-height: 2.24609rem;
  letter-spacing: 0.0585938rem;
  padding: 0 6.83594rem;
  padding-right: 0;
  margin-bottom: 2.44141rem;
  font-weight: 400;
}
#ca_about_text img {
  max-width: 100%;
  padding-left: 4.88281rem;
  margin-top: 8.30078rem;
}
#ca_about_text .dnd-section {
  padding: 0;
}
#ca_header_block.ca_white.teamPage {
  min-height: auto;
  background-image: url(https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/images/teamEdited.jpg) !important;
}
.ca_about_investors {
  background: #121721;
  padding-bottom: 4.83333rem;
}
.ca_about_investors .dnd-section {
  padding: 0;
}
.ca_about_investors h2 {
  text-align: center;
  color: #fff;
  font-weight: 200;
  font-size: 2.92969rem;
  line-height: 4.58984rem;
  letter-spacing: 0.09rem;
  margin-bottom: 2rem;
}
.ca_about_investors img {
  max-width: 100%;
  height: auto;
}
#ca_about_team {
  padding-top: 6.15234rem;
  background: #121721;
  font-size: 0;
  text-align: center;
}
#ca_about_team .dnd-section {
  padding: 0;
}
#ca_about_team h2 {
  text-align: center;
  color: #fff;
  font-weight: 200;
  font-size: 2.92969rem;
  line-height: 4.58984rem;
  letter-spacing: 0.09rem;
  margin-bottom: 58px;
}
#ca_about_team .ca_about_team_line {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 100%;
  padding: 0 4.98047rem;
  text-align: left;
}
#ca_about_team .ca_about_team_line.ca_about_team_line_team {
  padding-bottom: 5.85938rem;
}
#ca_about_team .ca_about_team_line.ca_about_team_line_board {
  padding-bottom: 5.85938rem;
}
#ca_about_team .ca_about_team_line.ca_about_team_line_advisors {
  padding-bottom: 8.00781rem;
}
#ca_about_team .ca_about_team_line .ca_about_team_holder {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 24.4141rem;
  margin: 0 2.44141rem;
  min-height: 31.25rem;
  margin-bottom: 5.85938rem;
  border: solid 1px #7c8093;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
#ca_about_team .ca_about_team_line .ca_about_team_holder {
  width: 21.9rem;
}
#ca_about_team .ca_about_team_line .ca_about_team_holder .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  width: 100%;
  height: 23.9258rem;
  top: 0;
  left: 0;
  border: solid 3px #121721;
  overflow: hidden;
  display: table;
}
#ca_about_team .ca_about_team_line .ca_about_team_holder .txt {
  position: relative;
  width: 100%;
  min-height: 9rem;
  background: #121721;
  padding: 1.46484rem 1.66016rem;
  text-align: left;
  z-index: 1;
}
#ca_about_team .ca_about_team_line .ca_about_team_holder .txt span {
  display: block;
  position: relative;
  margin-bottom: 0.683594rem;
}
#ca_about_team .ca_about_team_line .ca_about_team_holder .txt span h3 {
  font-size: 1.36719rem;
  line-height: 1.5625rem;
  letter-spacing: 0.0488281rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
  font-family: inherit;
}
#ca_about_team .ca_about_team_line .ca_about_team_holder .txt p {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.4rem;
  letter-spacing: 0.0488281rem;
  color: #fff;
  margin-top: 0;
  margin-bottom: 1rem;
}
#ca_about_team .ca_about_team_line .ca_about_team_holder .txt a {
  display: block;
  position: absolute;
  top: 1.46484rem;
  right: 1.66016rem;
  line-height: 1.5625rem;
  font-size: 1.46484rem;
  color: #fff;
  text-decoration: none;
}
#ca_about_team  .holder {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  padding: 1.66016rem 1.46484rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
  z-index: 1;
}
#ca_about_team .one:hover .holder {
  opacity: 1;
}
#ca_about_team .ca_about_team_line .ca_about_team_holder .img:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: -3px;
  opacity: 0;
  right: -3px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border: solid 3px #121721;
  background: rgba(2, 200, 68, 0.5);
  bottom: -3px;
}
#ca_about_team .ca_about_team_line .ca_about_team_holder:hover .img:after {
  opacity: 1;
}
#ca_about_team .ca_about_team_line .ca_about_team_holder:hover {
  border-color: #64C802;
}
#ca_about_team .one:hover .holder {
  opacity: 1;
}
#ca_about_team .holder p {
  font-weight: 400;
  font-size: 1.36719rem;
  line-height: 1.85547rem;
  letter-spacing: 0.0488281rem;
  color: #fff;
  margin: 0;
}
#mc_embed_signup .hs-button {
  min-width: auto;
  box-shadow: none;
}
#mc_embed_signup .hs-input {
  min-height: auto;
}
#searchform button{
  cursor: pointer;
}

/* About Page */
.about-page #ca_about_team .dnd-section > div {
  padding: 0;
}
.about-page #ca_about_team .row > .span12 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.about_content {
  padding-top: 6.05662rem;
  padding-bottom: 6.58328rem;
  padding-bottom: 0;
}
.about_content .row {
  margin-bottom: 6.05662rem;
}
.about_content .row:first-child {
  text-align: right;
}
.about_content .ca_holder {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  margin: 0;
  width: auto;
  text-align: unset;
  background: unset;
  padding: 0;
}
.about_content h3 {
  text-transform: uppercase;
  color: #8ac541;
  font-weight: 700;
  font-size: 1.31666rem;
  line-height: 2.23831rem;
  letter-spacing: 0.157999rem;
  padding: 0;
  margin: 0;
}
.about_content p {
  font-weight: 400;
  color: #000;
  font-size: 1.57999rem;
  line-height: 2.04082rem;
  padding: 0;
  margin-bottom: 1.64582rem;
  letter-spacing: 0;
}
.about_content .ca_img {
  padding: 0 15px 0 0;
}
.about_content .row:first-child .ca_img {
  padding: 0 0 0 15px;
}
.about_content .ca_img img {
  width: 100%;
  height: auto;
}
.about_values {
  padding: 6.58328rem 0;
  text-align: center;
}
.about_values .span12 {
  padding: 0 !important;
}
.about_values .row-fluid {
  margin: 0 !important;
}
.about_values h3 {
  text-transform: uppercase;
  color: #8ac541;
  font-weight: 700;
  font-size: 1.31666rem;
  line-height: 2.23831rem;
  letter-spacing: 0.157999rem;
  padding: 0;
  margin: 0;
  margin-bottom: 1.97498rem;
}
.about_values .ca_holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 15.1415rem;
  width: 100%;
  margin: 0;
  background: #fff;
  position: static;
  transform: none;
  text-align: unset;
}
.about_values .ca_holder .ca_value {
  width: 15.1415rem;
  margin: 0 0.987492rem;
  margin-bottom: 1.97498rem;
}
.about_values .ca_holder .ca_value .ca_img {
  margin-bottom: 0.987492rem;
}
.about_values .ca_holder .ca_value .ca_img img {
  width: auto;
  height: 5.06912rem;
}
.about_values .ca_holder .ca_value p {
  font-weight: 400;
  color: #000;
  font-size: 1.57999rem;
  line-height: 2.04082rem;
  padding: 0;
  margin-bottom: 1.64582rem;
  letter-spacing: 0;
}
.about_content .dnd-section .row-fluid {
  padding: 0;
  margin: 0;
}
.about_content .row.reverse {
  flex-direction: row-reverse;
}
.about_banner {
  margin-top: 6.58328rem;
  height: 56.9454rem;
  background-size: cover;
  overflow: hidden;
}
.about_banner .ca_slider {
  width: 100vw;
  height: 56.9454rem;
}
.about_banner .ca_slider .ca_slide {
  width: 100vw;
  height: 56.9454rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.about_banner .row-fluid {
  padding: 0 !important;
  margin: 0 !important;
}
.about_content .reverse .cm-content .ca_holder {
  position: static;
  transform: none;
}
.about_content .row {
  align-items: center;
}
.ca_2019_button.ca_green {
  background: #8ac541;
}
.about_content.type2 .cm-item2 {
  margin-bottom: 0;
}
.type2.about_content .cm-item1 .ca_holder,
.about_content.type1 .ca_holder{
  position: static;
  transform: none;
}
.about_content.type2 {
  padding-top: 0;
}
.about_content.type1 .cm-item2 {
  margin-bottom: 0;
}


/* Career Page */
.career-page h2 {
  text-align: left;
  font-family: "Barlow";
  font-weight: 700;
  color: #8ac541;
  font-size: 1.71165rem;
  line-height: 2.04082rem;
  text-transform: uppercase;
  margin-bottom: 0.329164rem;
  letter-spacing: 0;
}
.career-page h1 {
  letter-spacing: 0.09rem;
  margin-bottom: 2.73438rem;
  text-align: left;
  font-family: "Barlow";
  font-weight: 700;
  color: #191b24;
  font-size: 3.29164rem;
  line-height: 4.2133rem;
  padding-bottom: 2.30415rem;
  text-transform: uppercase;
}
.career-page #ca_article_content {
  padding-top: 4.5rem;
}
.career-page .ca_header .span8:after {
  content: "";
  display: block;
  width: 3.94997rem;
  height: 4px;
  background: #ccd;
  margin-bottom: 2.30415rem;
}
.career-page .ca_header h2 {
  letter-spacing: 0.09rem;
}
.career-page #ca_article_content .ca_header p {
  color: #000;
  letter-spacing: 0;
}
.career-page ul {
  padding: 0;
}
.career-page li {
  letter-spacing: 0.0585938rem;
  margin-bottom: 2.44141rem;
}
.btn-popup p {
  text-align: center;
}
.homesec-2 .span3 {
  z-index: 2;
}

.ca_pdf_download .hs-form-field.not-empty>label,
.ca_pdf_download .hs-form-field.input--fill>label {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  top: -1em;
}
.ca_pdf_download .form-columns-2 .hs-form-field.not-empty:after {
  width: calc(100% - 1.66667rem - 1.66667rem);
}
.thumbslider-wrapper * {
  outline: 0 !important;
}
.ca_2019_button,
.hs-button,
.cst-button{
  text-decoration: none !important;
}
#ca_home_contact_block .hs-error-msgs label {
  color: #c80202 !important;
  font-size: 14px;
}
.join-us {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.body-container__website .span4,
.body-container__website .span6,
.body-container__landing .span4,
.body-container__landing .span6{
  margin: 0;
  padding: 0 15px;
  width: auto;
}
.migration .span4,
.migration .span6 {
  width: auto;
  margin: 0;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .dark-menu .header .container:not(.ca_sticky) .hs-menu-wrapper > ul > li > a {
    color: #1c1f24 !important;
  }
  .dark-menu .header .container:not(.ca_sticky) #hs_cos_wrapper_header_logo {
    display: none !important;
  }
  .dark-menu .header .container:not(.ca_sticky) #hs_cos_wrapper_header_logo1 {
    display: block !important;
  }
  .dark-menu #ca_header_block ul li a:before {
    background-color: #1c1f24 !important;
  } 

  .about_content.type1 .ca_holder {
    padding-top: 21px;
  }
  .about_content.type2 .cm-item1:after,
  .about_content.type2 .cm-item1:before,
  .about_content.type1 .cm-item1:before{
    content: "";
    height: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .about_content.type2 .cm-item2 .cm-media-content,
  .about_content.type2 .cm-item1 > div,
  .about_content.type2 .cm-item2 .cm-content,
  .about_content.type1 .colmd6{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .about_content.type2 .cm-item2:before,
  .about_content.type1 .cm-item2:before{
    content: "";
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    min-height: 1px;
  }


  .colmd1 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 8.33333% !important;
    flex: 0 0 8.33333% !important;
    max-width: 8.33333% !important;
  }
  .colmd3 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .colmd5 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 41.66667% !important;
    flex: 0 0 41.66667% !important;
    max-width: 41.66667% !important;
  }
  .span1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .span2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .span3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .span4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .span5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .span6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .span7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .span8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .span9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .span10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .span11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .span12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1600px) {
  .min-Testimonial-section .span6 > div {
    width: 52rem;
    font-size: 0;
  }
}

@media (max-width: 1599px) and (min-width: 768px) {

  #ca_application_top_block h1 {
    font-size: calc(2.92969rem * 1.25);
    line-height: calc(4.58984rem * 1.25);
    letter-spacing: calc(0.5px * 1.25);
  }
  #ca_application_top_block p {
    font-size: calc(1.46484rem * 1.25);
    line-height: calc(2.63672rem * 1.25);
    letter-spacing: calc(0.0585938rem * 1.25);
  }
  .ca_button_dark, .ca_button_light {
    font-size: calc(1.16667rem * 1.25);
    letter-spacing: calc(0.09rem * 1.25);
  }
  #ca_application_top_block p.ca_application_pdf {
    font-size: calc(1.46484rem * 1.25);
    line-height: calc(2.24609rem * 1.25);
    letter-spacing: calc(0.0585938rem * 1.25);
  }
  body #ca_header_block.ca_white {
    min-height: auto;
  }
  .ca_white #hs_cos_wrapper_header_logo1 img,
  #ca_header_block #ca_header_block_logo img{
    vertical-align: unset;
  }
  #ca_application_video_block h3 {
    font-size: calc(2.92969rem * 1.25);
    line-height: calc(4.58984rem * 1.25);
    letter-spacing: calc(0.5px * 1.25);
  }
  #ca_application_content_block h2 {
    font-size: calc(2.92969rem * 1.25);
    line-height: calc(4.58984rem * 1.25);
    letter-spacing: calc(0.5px * 1.25);
  }
  #ca_application_content_block h3 {
    font-size: calc(1.75781rem * 1.25);
    line-height: calc(2.73438rem * 1.25);
    letter-spacing: calc(0.5px * 1.25);
  }
  #ca_application_content_block p {
    font-size: calc(1.46484rem * 1.25);
    line-height: calc(2.63672rem * 1.25);
    letter-spacing: calc(0.0585938rem * 1.25);
  }
  #ca_application_facts_block p {
    font-size: calc(1.75781rem * 1.25);
    line-height: calc(2.73438rem * 1.25);
    letter-spacing: calc(0.0488281rem * 1.25);
  }
  #ca_application_facts_block .ca_application_card p {
    line-height: calc(2.63672rem * 1.25);
    letter-spacing: calc(0.0585938rem * 1.25);
  }
  #ca_application_facts_block nav span {
    font-size: calc(1.07422rem * 1.25);
    letter-spacing: calc(0.0976562rem * 1.25);
  }

  /*   HomePage */
  #ca_home_contact_block .hs-button {
    font-size: calc(1.44832rem * 1.25);
    line-height: calc(3.94997rem * 1.25);
    letter-spacing: calc(0.0416667rem * 1.25);
  }

  #ca_home_contact_block textarea.hs-input {
    font-size: calc(1.25rem * 1.25);
  }

  #ca_home_contact_block .hs-form-field > label {
    font-size: calc(0.916667rem * 1.25);
    letter-spacing: calc(0.0833333rem * 1.25);
  }

  #ca_home_contact_block .hs_recaptcha {
    padding-bottom: 4px;
  }

  #ca_home_contact_block input.hs-input {
    font-size: calc(1.25rem * 1.25);
    line-height: calc(1.91667rem * 1.25);
    letter-spacing: calc(0.05rem * 1.25);
  }

  #ca_home_contact_block h3 {
    font-size: calc(2.5rem * 1.25);
    line-height: calc(3.91667rem * 1.25);
    letter-spacing: calc(0.0416667rem * 1.25);
  }

  .homesec-6 .video-banner-content h2 {
    font-size: calc(3.29164rem * 1.25);
    line-height: calc(3.94997rem * 1.25);
  }

  .ca_2019_button {
    font-size: calc(1.44832rem * 1.25);
    line-height: calc(3.94997rem * 1.25);
  }

  .insta-feed p a {
    font-size: calc(1.97498rem * 1.25);
    line-height: calc(3.29164rem * 1.25);
  }

  .insta-feed h2 {
    font-size: calc(3.29164rem * 1.25);
    line-height: calc(3.29164rem * 1.25);
  }

  .insta-feed .ca_social a {
    font-size: calc(1.57999rem * 1.25);
  }

  .homesec-4 p {
    font-size: calc(1.57999rem * 1.25);
    line-height: calc(2.23831rem * 1.25);
  }

  .homesec-4 h3 {
    font-size: calc(3.29164rem * 1.25);
    line-height: calc(3.94997rem * 1.25);
  }

  .homesec-3 p {
    font-size: calc(1.57999rem * 1.25);
    line-height: calc(2.23831rem * 1.25);
  }

  .homesec-3 h3 {
    font-size: calc(3.29164rem * 1.25);
    line-height: calc(3.94997rem * 1.25);
  }

  .homesec-2 h4 {
    font-size: calc(1.57999rem * 1.25);
    line-height: calc(2.23831rem * 1.25);
  }

  .homesec-2 p {
    font-size: calc(1.57999rem * 1.25);
    line-height: calc(2.23831rem * 1.25);
  }

  #ca_header_block.ca_12_2019_video_header h1 {
    font-size: calc(2.8rem * 1.25);
    line-height: calc(3.5rem * 1.25);
  }

  #ca_header_block h2 {
    font-size: calc(1.5rem * 1.25);
    line-height: calc(2.33333rem * 1.25);
    letter-spacing: calc(0.09rem * 1.25);
  }

  #ca_header_block.ca_12_2019_video_header h2 {
    font-size: calc(1.97498rem * 1.25);
  }

  #ca_header_block.ca_12_2019_video_header .ca_blog_holder p {
    font-size: calc(0.987492rem * 1.25);
    line-height: calc(1.97499rem * 1.25);
  }

  #ca_header_block.ca_12_2019_video_header .ca_blog_holder .ca_blog_slider .ca_slide a {
    font-size: calc(1.97498rem * 1.25);
    line-height: calc(1.97498rem * 1.25);
    height: calc(1.97498rem * 1.25);
  }

  /*   Our Team */
  #ca_about_text h1 {
    font-size: calc(2.92969rem * 1.25);
    line-height: calc(4.58984rem * 1.25);
    letter-spacing: calc(0.09rem * 1.25);
  }
  #ca_about_text p {
    font-size: calc(1.46484rem * 1.25);
    line-height: calc(2.24609rem * 1.25);
    letter-spacing: calc(0.0585938rem * 1.25);
  }
  .ca_about_investors h2 {
    font-size: calc(2.92969rem * 1.25);
    line-height: calc(4.58984rem * 1.25);
    letter-spacing: calc(0.09rem * 1.25);
  }
  #ca_about_team .ca_about_team_line .ca_about_team_holder .txt p {
    font-size: calc(1.3rem * 1.25);
    line-height: calc(1.4rem * 1.25);
    letter-spacing: calc(0.0488281rem * 1.25);
  }
  #ca_about_team .ca_about_team_line .ca_about_team_holder .txt span h3 {
    font-size: calc(1.36719rem * 1.25);
    line-height: calc(1.5625rem * 1.25);
    letter-spacing: calc(0.0488281rem * 1.25);
  }
  #ca_about_team .ca_about_team_line .ca_about_team_holder .txt a {
    line-height: calc(1.5625rem * 1.25);
    font-size: calc(1.46484rem * 1.25);
  }
  #ca_about_team h2 {
    font-size: calc(2.92969rem * 1.25);
    line-height: calc(4.58984rem * 1.25);
    letter-spacing: calc(0.09rem * 1.25);
  }
  #ca_about_team .ca_about_team_line .ca_about_team_holder .holder p {
    font-size: calc(1.36719rem * 1.25);
    line-height: calc(1.85547rem * 1.25);
    letter-spacing: calc(0.0488281rem * 1.25);
  }

  /* About Page */
  .about_content p {
    font-size: calc(1.57999rem * 1.25);
    line-height: calc(2.04082rem * 1.25);
  }
  .about_content h3 {
    font-size: calc(1.31666rem * 1.25);
    line-height: calc(2.23831rem * 1.25);
    letter-spacing: calc(0.157999rem * 1.25);
  }
  .about_content.type1 .ca_holder {
    padding-top: 1.9rem;
  }
  .about_values h3 {
    font-size: calc(1.31666rem * 1.25);
    line-height: calc(2.23831rem * 1.25);
    letter-spacing: calc(0.157999rem * 1.25);
  }
  .about_values .ca_holder .ca_value p {
    font-size: calc(1.57999rem * 1.25);
    line-height: calc(2.04082rem * 1.25);
  }
  .about_content.type2 .row.cm-item2 {
    align-items: unset;
  }

  /* Career Page */
  .career-page #ca_article_content .ca_header h2 {
    font-size: calc(1.71165rem * 1.25);
    line-height: calc(2.04082rem * 1.25);
  }
  .career-page #ca_article_content .ca_header h1 {
    font-size: calc(3.29164rem * 1.25);
    line-height: calc(4.2133rem * 1.25);
  }
  .career-page #ca_article_content {
    padding-top: 5.55rem;
  }
  .career-page h2 {
    font-size: calc(1.71165rem * 1.25);
    line-height: calc(2.04082rem * 1.25);
  }
  .migration h4, .migration h5, .migration h6 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1170px) and (min-width: 768px) {
  .homesec-4 .ca_homepage_2019_cta2_video {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .migration form {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .migration form input {
    font-size: 15px;
  }
  .migration h4, .migration h5, .migration h6 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  a.resumator-hide-details {
    font-size: 16px;
  }
  .join-us h1.entry-title {
    font-size: 25px;
  }
  #ca_home_contact_block input.hs-input,
  #ca_home_contact_block .hs-error-msgs{
    font-size: 16px;
  }
  #ca_home_contact_block .hs-form-field > label {
    width: auto;
    right: auto;
    display: inline-block;
  }
  .span12 > .dnd-row > div > div,
  .about-page #ca_about_team .row > .span12{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .dnd-section > div {
    padding-right: 15px;
    padding-left: 15px;
  }
  #ca_application_video_block {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 -15px;
  }
  #ca_application_top_block {
    padding-top: 0;
  }

  #ca_application_top_block h1 {
    padding-left: 0;
    font-size: 26px;
    line-height: 47px;
    letter-spacing: 0.4px;
    margin-bottom: 17px;
  }

  body #ca_header_block.ca_white {
    min-height: auto;
    padding-bottom: 32px;
  }

  #ca_application_top_block p {
    padding-left: 0;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.5px;
  }

  #ca_application_top_block .span12 > .dnd-row > div {
    position: relative;
  }

  #ca_application_top_block .span5 {
    position: static;
  }

  .ca_button_dark, .ca_button_light {
    width: 100%;
    margin: 0;
    font-size: 14px;
    padding: 15px 20px;
    margin-bottom: 28px;
  }

  #ca_application_top_block a.ca_button_dark,
  #ca_application_top_block a.ca_button_light,
  #ca_application_top_block p.ca_application_pdf {
    margin: 0;
    width: calc(100% - 15px);
    position: absolute;
    bottom: 120px;
    z-index: 1;
  }

  #ca_application_top_block img {
    width: 100%;
    max-width: none;
    margin-top: 45px;
    margin-bottom: 220px;
  }

  #ca_application_top_block .advanced-image img:first-child {
    width: 3%;
    height: auto;
  }

  #ca_application_top_block p.ca_application_pdf {
    font-size: 18px;
    -webkit-transform: translate(0, 300%);
    -ms-transform: translate(0, 300%);
    transform: translate(0, 300%);
  }

  #ca_application_top_block a.ca_button_light {
    -webkit-transform: translate(0, 200%);
    -ms-transform: translate(0, 200%);
    transform: translate(0, 200%);
  }

  #ca_application_video_block .img {
    width: 76px;
    height: 76px;
    margin-bottom: 8px;
  }

  #ca_application_video_block h3 {
    font-size: 26px;
    line-height: 43px;
    letter-spacing: 0.4px;
  }

  #ca_application_content_block {
    padding-top: 50px;
  }

  #ca_application_content_block h2 {
    font-size: 26px;
    line-height: 47px;
    letter-spacing: 0.4px;
    text-align: left;
    margin-bottom: 8px;
  }

  #ca_application_content_block h3 {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.5px;
    padding: 0;
    text-align: left;
  }

  #ca_application_content_block p {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
    padding: 0;
    margin-bottom: 30px;
  }

  #ca_application_content_block .advanced-image {
    padding: 0;
  }

  #ca_application_content_block .ca_app_logistics {
    overflow: hidden;
  }

  #ca_application_content_block .advanced-image img:last-child {
    width: 100%;
    max-width: none;
  }

  #ca_application_facts_block p {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.5px;
  }

  #ca_application_facts_block .ca_application_card {
    margin: 0;
    padding: 0 7.5px;
    margin-top: 45px;
  }

  #ca_application_facts_block .ca_application_card:first-child {
    padding-left: 7.5px;
  }

  #ca_application_facts_block .ca_application_card:last-child {
    padding-right: 7.5px;
  }

  #ca_application_facts_block .ca_application_card .img {
    height: 35px;
    text-align: center;
    font-size: 0;
    margin-bottom: 6px;
  }

  #ca_application_facts_block .ca_application_card .img img {
    display: inline-block;
  }

  #ca_application_facts_block .ca_application_card .txt p {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
    text-align: center;
  }

  #ca_application_facts_block nav span {
    font-size: 11px;
  }

  #ca_application_facts_block nav > div span {
    margin-bottom: 11px;
  }

  #ca_application_facts_block nav > div:last-child span {
    text-align: left;
  }
  .ca_popup .ca_holder {
    padding: 14px;
    padding-bottom: 0;
    border-radius: 7px;
    min-width: 300px;
    max-height: 95%;
  }
  .ca_popup .ca_holder a.ca_close {
    width: 20px;
    height: 20px;
    top: 7px;
    right: 7px;
  }
  .ca_popup .ca_holder h3 {
    line-height: 47px;
    letter-spacing: 0.5px;
    margin-bottom: 33px;
  }
  .cm-form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    padding: 0 20px;
    margin-bottom: 45px;
  }
  .cm-form .hs-form-field > label {
    font-size: 11px;
    letter-spacing: 1px;
  }
  .cm-form .hs-submit input.hs-button {
    padding: 13px 15px;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-top: 36px;
    margin-bottom: 14px;
  }
  .cm-form .hs-form-field .hs-input {
    line-height: 23px;
    letter-spacing: 0.6px;
    padding: 5px 0;
  }
  .cm-form .hs-form-field.hs-recaptcha {
    padding: 23px 20px 0;
  }
  .Construction #ca_application_top_block .advanced-image img:first-child {
    width: 6%;
  }
  .advanced-image .ca_spacer {
    display: none;
  }
  .advanced-image .ca_holder {
    position: static;
  }

  /*   Home Page */
  #ca_header_block.ca_12_2019_video_header h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
    padding-top: 50px;
  }

  #ca_header_block h2 {
    font-size: 17px;
    line-height: 25px;
    padding: 0 20px;
    margin: 0;
  }

  #ca_header_block.ca_12_2019_video_header h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .ca_2019_button {
    font-size: 20px;
    line-height: 40px;
    padding: 0 25px;
    -webkit-box-shadow: 0 6px 10px 0 #00000034;
    box-shadow: 0 6px 10px 0 #00000034;
  }

  #ca_header_block.ca_12_2019_video_header .ca_blog_holder p {
    text-align: left;
    font-size: 14px;
    line-height: 30.0001px;
  }

  #ca_header_block.ca_12_2019_video_header .ca_blog_holder {
    position: static;
    padding-top: 35px;
  }

  #ca_header_block.ca_12_2019_video_header .ca_blog_holder .ca_blog_slider .ca_slide a {
    font-size: 16px;
    line-height: 16px;
    height: 16px;
    padding-right: 20px;
  }

  #ca_header_block.ca_12_2019_video_header .ca_blog_holder .ca_blog_slider .ca_slide a:before, 
  #ca_header_block.ca_12_2019_video_header .ca_blog_holder .ca_blog_slider .ca_slide a:after {
    width: 10px;
  }

  .homesec-2 .dnd-section {
    padding: 50px 0;
  }

  #ca_header_block.ca_12_2019_video_header {
    padding-bottom: 78px;
  }

  .homesec-2 h4 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 7px;
  }

  .homesec-2 p {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 7px;
  }

  .homesec-2 p:last-child:before {
    width: 20px;
  }

  .homesec-2 p a {
    padding-right: 40px;
  }

  .homesec-2 p a:before,.homesec-2 p a:after {
    width: 10px;
  }

  .homesec-2 .span3 {
    margin-bottom: 35px;
    padding-left: 7px !important;
    padding-right: 8px !important;
  }

  #ca_home_contact_block {
    padding-bottom: 55px;
  }

  #ca_home_contact_block input.hs-button.primary.large {
    width: 100%;
  }

  .hs-button, .button--primary {
    font-size: 20px;
    line-height: 40px;
    padding: 0 25px;
    -webkit-box-shadow: 0 6px 10px 0 #00000034;
    box-shadow: 0 6px 10px 0 #00000034;
  }

  #ca_home_contact_block .actions {
    padding: 0 0 15px;
  }

  #ca_home_contact_block .hs-submit {
    padding: 0;
    overflow: hidden;
  }

  #ca_home_contact_block .form-columns-2 .hs-form-field {
    width: 100%;
    padding: 0;
    margin-bottom: 46px;
  }

  #ca_home_contact_block .hs-form-field {
    padding: 0;
    overflow: hidden;
  }

  #ca_home_contact_block textarea.hs-input {
    height: 222px;
  }

  #ca_home_contact_block .hs-form-field > label {
    font-size: 11px;
    margin-bottom: 17px;
  }

  #ca_home_contact_block .hs_recaptcha {
    padding-bottom: 33px;
    padding-top: 5px;
  }

  #ca_home_contact_block form {
    font-size: 0;
    padding: 0 0 1px;
  }

  #ca_home_contact_block h3 {
    font-size: 25px;
    line-height: 38px;
    text-align: left;
    padding-right: 10px;
    margin-bottom: 33px;
  }

  .homesec-6 .video-banner-content h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
  }

  .homesec-6 .video-banner-content {
    max-width: 100%;
  }

  .homesec-6 .video-banner {
    padding: 50px 0;
  }

  .insta-feed {
    padding-top: 75px;
    padding-bottom: 120px;
  }

  .insta-feed h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 35px;
  }

  .insta-feed p a {
    font-size: 16px;
    line-height: 21px;
    padding-right: 25px;
  }

  .insta-feed p:before {
    width: 15px;
  }

  .insta-feed p a:before,.insta-feed p a:after {
    width: 7px;
  }

  .insta-feed .ca_social {
    text-align: left;
    margin-top: 25px;
  }

  .insta-feed .ca_social a {
    width: 44px;
    height: 44px;
    margin-left: 0px;
    margin-right: 10px;
    font-size: 24px;
    padding: 10px;
  }

  .homesec-4 .two-col-bg {
    padding: 50px 0;
  }

  .homesec-4 .ca_homepage_2019_cta2_video {
    width: 100%;
    height: 380px;
    position: static;
  }

  .homesec-4 h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
    padding-top: 35px;
  }

  .homesec-4 p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 25px;
  }

  .homesec-4 a.ca_2019_button {
    margin-bottom: 50px;
  }

  .homesec-3 .two-col-bg {
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 110.0001px;
  }

  .homesec-3 .ca_homepage_2019_cta1_drone {
    position: static;
    width: 120%;
    margin-left: -10%;
    height: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-bottom: 35px;
  }

  .homesec-3 h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }

  .homesec-3 p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 25px;
  }

  /*   Our Team */
  .ca_about_investors {
    background: #121721;
    padding-bottom: 58px;
  }
  .ca_about_investors .span12 .span12 {
    padding: 0 7.5px;
  }
  #ca_about_team .ca_about_team_line {
    font-size: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 50px !important;
  }
  #ca_about_team .ca_about_team_line .ca_about_team_holder {
    width: calc(50% - 7px);
    margin-left: 0;
    margin-right: 0;
  }
  #ca_about_team .ca_about_team_line .ca_about_team_holder {
    width: calc(50% - 7px);
  }
  #ca_about_team .ca_about_team_line .ca_about_team_holder:nth-child(2n+1) {
    margin-right: 7px;
    top: 0 !important;
  }
  #ca_about_team .ca_about_team_line .ca_about_team_holder .img {
    height: 165px;
  }
  #ca_about_team .ca_about_team_line .ca_about_team_holder .holder p {
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.5px;
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
  }
  #ca_about_team .ca_about_team_line .ca_about_team_holder .txt {
    min-height: 100px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  #ca_about_team .ca_about_team_line .ca_about_team_holder .txt span {
    padding: 0;
  }
  #ca_about_team .ca_about_team_line .ca_about_team_holder .txt span h3 {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
  }
  #ca_about_team .ca_about_team_line .ca_about_team_holder .txt p {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.5px;
  }
  #ca_about_team .ca_about_team_line .ca_about_team_holder .txt a {
    font-size: 15px;
    position: static;
    margin-top: 8px;
  }
  #ca_about_team h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.5px;
  }
  .ca_about_investors h2 {
    text-align: center;
    color: #fff;
    font-weight: 200;
    font-size: 35.1563px;
    line-height: 55.0781px;
    letter-spacing: 1.08px;
    margin-bottom: 24px;
  }
  #ca_about_team .ca_about_team_line .ca_about_team_holder:nth-child(2n) {
    margin-left: 7px;
  }
  #ca_about_text h1 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.5px;
    margin-bottom: 35px;
  }
  #ca_about_text p {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.6px;
    margin-bottom: 25px;
    padding: 0 6.83594rem;
  }
  #ca_about_text img {
    padding: 0 6.83594rem;
  }
  #ca_about_text {
    padding-bottom: 24px;
  }

  /* About Us Page */
  .about_content .row > div {
    padding: 0 15px;
  }
  .about_content .row:first-child .ca_img {
    padding: 0;
  }
  .about_content.type1 .cm-item1 {
    flex-direction: column-reverse;
  }
  .about_content {
    padding-top: 115px;
    padding-bottom: 173px;
  }
  .about_content .row:first-child {
    text-align: left;
  }
  .about_content .ca_img {
    padding: 0 !important;
    margin-bottom: 35px;
  }
  .about_content h3 {
    font-size: 20.0001px;
    line-height: 34px;
    letter-spacing: 2.4px;
  }
  .about_content p {
    font-size: 24px;
    line-height: 31.0001px;
    margin-bottom: 25px;
  }
  .about_content .row.reverse {
    flex-direction: column-reverse;
  }
  .about_content .row {
    margin-bottom: 50px;
  }
  .about_values {
    padding: 77px 0;
  }
  .about_values h3 {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 2.4px;
    margin-bottom: 30px;
  }
  .about_values .ca_holder .ca_value {
    width: calc(50% - 15px);
    margin: 0;
    margin-bottom: 30px;
  }
  .about_values .ca_holder {
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .about_values .ca_holder .ca_value .ca_img {
    margin-bottom: 15px;
  }
  .about_values .ca_holder .ca_value .ca_img img {
    height: 77px;
  }
  .about_values .ca_holder .ca_value p {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 25px;
  }
  .type2.about_content .row {
    flex-direction: column-reverse;
  }
  .about_banner .ca_slider .ca_slide {
    height: 480px;
  }
  .about_banner .ca_slider {
    width: 100vw;
    height: 480px;
  }
  .about_banner {
    height: 480px;
  }
  .about_content .span12 {
    padding: 0 !important;
  }
  .insta-feed .ca_social a {
    margin-bottom: 5px;
  }
  .ig-section .dnd-section > div {
    padding: 0 !important;
  }


  /*   Career Page */
  .career-page h2 {
    font-size: 26px;
    line-height: 31.0001px;
    margin-bottom: 5px;
  }
  .career-page #ca_article_content .ca_header h1 {
    font-size: 50px;
    line-height: 64px;
    padding-bottom: 35px;
  }
  .career-page .row-fluid [class*="span"] {
    min-height: 1px;
  }
  .career-page #ca_article_content {
    padding-top: 5.56641rem;
  }
  .career-page .ca_header .span8:after {
    width: 60px;
    margin-bottom: 35px;
  }
  .career-page .ca_header h2 {
    letter-spacing: 0.4px;
  }
  .career-page li {
    letter-spacing: 0.6px;
    margin-bottom: 22px;
  }

  .career-page #ca_article_content .ca_header h1 {
    font-size: 30px;
    line-height: 1.5;
  }
}

/* Animations */
@media (max-width: 767px) {
  @-webkit-keyframes logistics {
    0% {
      top: 19%;
      left: 63%;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    13% {
      top: 72%;
      left: 63%;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    20% {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
    }
    28% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    29% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      top: 72%;
    }
    38% {
      left: 63%;
    }
    46% {
      top: 92%;
      left: 53%;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    56% {
      top: 91%;
      left: 51%;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    }
    63% {
      left: 51%;
    }
    69% {
      left: 42%;
      top: 58%;
    }
    71% {
      left: 41%;
    }
    81% {
      top: 21%;
    }
    96% {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    }
    100% {
      top: 19%;
      left: 63%;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  }
  @keyframes logistics {
    0% {
      top: 19%;
      left: 63%;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    13% {
      top: 72%;
      left: 63%;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    20% {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
    }
    28% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    29% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      top: 72%;
    }
    38% {
      left: 63%;
    }
    46% {
      top: 92%;
      left: 53%;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    56% {
      top: 91%;
      left: 51%;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    }
    63% {
      left: 51%;
    }
    69% {
      left: 42%;
      top: 58%;
    }
    71% {
      left: 41%;
    }
    81% {
      top: 21%;
    }
    96% {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    }
    100% {
      top: 19%;
      left: 63%;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  }
  @-webkit-keyframes logistics_top {
    0% {
      top: 29%;
      left: 63%;
      -webkit-transform: rotate(7deg);
      transform: rotate(7deg);
    }
    25% {
      top: 41%;
      left: 63%;
      -webkit-transform: rotate(-7deg);
      transform: rotate(-7deg);
    }
    50% {
      top: 43.5%;
      left: 54.5%;
      -webkit-transform: rotate(16deg);
      transform: rotate(16deg);
    }
    75% {
      top: 27%;
      left: 54.5%;
      -webkit-transform: rotate(-7deg);
      transform: rotate(-7deg);
    }
    100% {
      top: 29%;
      left: 63%;
      -webkit-transform: rotate(7deg);
      transform: rotate(7deg);
    }
  }
  @keyframes logistics_top {
    0% {
      top: 29%;
      left: 63%;
      -webkit-transform: rotate(7deg);
      transform: rotate(7deg);
    }
    25% {
      top: 41%;
      left: 63%;
      -webkit-transform: rotate(-7deg);
      transform: rotate(-7deg);
    }
    50% {
      top: 43.5%;
      left: 54.5%;
      -webkit-transform: rotate(16deg);
      transform: rotate(16deg);
    }
    75% {
      top: 27%;
      left: 54.5%;
      -webkit-transform: rotate(-7deg);
      transform: rotate(-7deg);
    }
    100% {
      top: 29%;
      left: 63%;
      -webkit-transform: rotate(7deg);
      transform: rotate(7deg);
    }
  }
  @-webkit-keyframes construction {
    0% {
      top: 40%;
      left: 48%;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    18% {
      top: 44%;
      left: 12%;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    34% {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      top: 44%;
    }
    38% {
      top: 43.7%;
    }
    50% {
      left: 12%;
      top: 65%;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
    }
    66% {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg);
      left: 12%;
    }
    80% {
      top: 65%;
    }
    90% {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg);
    }
    100% {
      top: 40%;
      left: 48%;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }
  @keyframes construction {
    0% {
      top: 40%;
      left: 48%;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    18% {
      top: 44%;
      left: 12%;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    34% {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      top: 44%;
    }
    38% {
      top: 43.7%;
    }
    50% {
      left: 12%;
      top: 65%;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
    }
    66% {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg);
      left: 12%;
    }
    80% {
      top: 65%;
    }
    90% {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg);
    }
    100% {
      top: 40%;
      left: 48%;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }
  @-webkit-keyframes construction_top {
    0% {
      top: 30rem;
      left: 47rem;
      -webkit-transform: rotate(9deg);
      transform: rotate(9deg);
    }
    25% {
      top: 28.85rem;
      left: 45rem;
      -webkit-transform: rotate(-7deg);
      transform: rotate(-7deg);
    }
    50% {
      top: 30.5rem;
      left: 48rem;
      -webkit-transform: rotate(-11deg);
      transform: rotate(-11deg);
    }
    75% {
      top: 28.85rem;
      left: 48rem;
      -webkit-transform: rotate(5deg);
      transform: rotate(5deg);
    }
    100% {
      top: 30rem;
      left: 47rem;
      -webkit-transform: rotate(9deg);
      transform: rotate(9deg);
    }
  }
  @keyframes construction_top {
    0% {
      top: 30rem;
      left: 47rem;
      -webkit-transform: rotate(9deg);
      transform: rotate(9deg);
    }
    25% {
      top: 28.85rem;
      left: 45rem;
      -webkit-transform: rotate(-7deg);
      transform: rotate(-7deg);
    }
    50% {
      top: 30.5rem;
      left: 48rem;
      -webkit-transform: rotate(-11deg);
      transform: rotate(-11deg);
    }
    75% {
      top: 28.85rem;
      left: 48rem;
      -webkit-transform: rotate(5deg);
      transform: rotate(5deg);
    }
    100% {
      top: 30rem;
      left: 47rem;
      -webkit-transform: rotate(9deg);
      transform: rotate(9deg);
    }
  }
  @-webkit-keyframes mining {
    0% {
      top: 23%;
      left: 64%;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    5% {
      left: 64%;
    }
    12% {
      top: 45%;
    }
    15% {
      top: 45%;
      -webkit-transform: rotate(11deg);
      transform: rotate(11deg);
    }
    30% {
      top: 44.5%;
      left: 26%;
      -webkit-transform: rotate(-11deg);
      transform: rotate(-11deg);
    }
    37% {
      -webkit-transform: rotate(5deg);
      transform: rotate(5deg);
    }
    42% {
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg);
    }
    45% {
      top: 44.5%;
      left: 26%;
      -webkit-transform: rotate(-11deg);
      transform: rotate(-11deg);
    }
    54% {
      top: 45%;
    }
    64% {
      top: 45%;
      top: 56%;
      left: 69%;
      -webkit-transform: rotate(11deg);
      transform: rotate(11deg);
    }
    75% {
      top: 56%;
      left: 67%;
      -webkit-transform: rotate(-11deg);
      transform: rotate(-11deg);
    }
    82% {
      -webkit-transform: rotate(5deg);
      transform: rotate(5deg);
    }
    88% {
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg);
    }
    90% {
      top: 56%;
      left: 67%;
      -webkit-transform: rotate(-11deg);
      transform: rotate(-11deg);
    }
    100% {
      top: 23%;
      left: 64%;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  }
  @keyframes mining {
    0% {
      top: 23%;
      left: 64%;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    5% {
      left: 64%;
    }
    12% {
      top: 45%;
    }
    15% {
      top: 45%;
      -webkit-transform: rotate(11deg);
      transform: rotate(11deg);
    }
    30% {
      top: 44.5%;
      left: 26%;
      -webkit-transform: rotate(-11deg);
      transform: rotate(-11deg);
    }
    37% {
      -webkit-transform: rotate(5deg);
      transform: rotate(5deg);
    }
    42% {
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg);
    }
    45% {
      top: 44.5%;
      left: 26%;
      -webkit-transform: rotate(-11deg);
      transform: rotate(-11deg);
    }
    54% {
      top: 45%;
    }
    64% {
      top: 45%;
      top: 56%;
      left: 69%;
      -webkit-transform: rotate(11deg);
      transform: rotate(11deg);
    }
    75% {
      top: 56%;
      left: 67%;
      -webkit-transform: rotate(-11deg);
      transform: rotate(-11deg);
    }
    82% {
      -webkit-transform: rotate(5deg);
      transform: rotate(5deg);
    }
    88% {
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg);
    }
    90% {
      top: 56%;
      left: 67%;
      -webkit-transform: rotate(-11deg);
      transform: rotate(-11deg);
    }
    100% {
      top: 23%;
      left: 64%;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  }
  @-webkit-keyframes mining_top {
    0% {
      top: 34%;
      left: 60%;
      -webkit-transform: rotate(11deg) scale(1, 1);
      transform: rotate(11deg) scale(1, 1);
    }
    25% {
      top: 38%;
      left: 52%;
      -webkit-transform: rotate(-7deg) scale(1, 1);
      transform: rotate(-7deg) scale(1, 1);
    }
    50% {
      top: 43%;
      left: 39%;
      -webkit-transform: rotate(14deg) scale(1, 1);
      transform: rotate(14deg) scale(1, 1);
    }
    75% {
      top: 43%;
      left: 39%;
      -webkit-transform: rotate(-11deg) scale(0, 0);
      transform: rotate(-11deg) scale(0, 0);
    }
    80% {
      -webkit-transform: rotate(0deg) scale(1, 1);
      transform: rotate(0deg) scale(1, 1);
    }
    100% {
      top: 34%;
      left: 60%;
      -webkit-transform: rotate(11deg) scale(1, 1);
      transform: rotate(11deg) scale(1, 1);
    }
  }
  @keyframes mining_top {
    0% {
      top: 34%;
      left: 60%;
      -webkit-transform: rotate(11deg) scale(1, 1);
      transform: rotate(11deg) scale(1, 1);
    }
    25% {
      top: 38%;
      left: 52%;
      -webkit-transform: rotate(-7deg) scale(1, 1);
      transform: rotate(-7deg) scale(1, 1);
    }
    50% {
      top: 43%;
      left: 39%;
      -webkit-transform: rotate(14deg) scale(1, 1);
      transform: rotate(14deg) scale(1, 1);
    }
    75% {
      top: 43%;
      left: 39%;
      -webkit-transform: rotate(-11deg) scale(0, 0);
      transform: rotate(-11deg) scale(0, 0);
    }
    80% {
      -webkit-transform: rotate(0deg) scale(1, 1);
      transform: rotate(0deg) scale(1, 1);
    }
    100% {
      top: 34%;
      left: 60%;
      -webkit-transform: rotate(11deg) scale(1, 1);
      transform: rotate(11deg) scale(1, 1);
    }
  }
}
@media (max-width: 575px) {
  @-webkit-keyframes construction_top {
    0% {
      top: 28rem;
      left: 43rem;
      -webkit-transform: rotate(9deg);
      transform: rotate(9deg);
    }
    25% {
      top: 26.92rem;
      left: 41.175rem;
      -webkit-transform: rotate(-7deg);
      transform: rotate(-7deg);
    }
    50% {
      top: 28.46rem;
      left: 43.92rem;
      -webkit-transform: rotate(-11deg);
      transform: rotate(-11deg);
    }
    75% {
      top: 26.92rem;
      left: 43.92rem;
      -webkit-transform: rotate(5deg);
      transform: rotate(5deg);
    }
    100% {
      top: 28rem;
      left: 43rem;
      -webkit-transform: rotate(9deg);
      transform: rotate(9deg);
    }
  }
  @keyframes construction_top {
    0% {
      top: 28rem;
      left: 43rem;
      -webkit-transform: rotate(9deg);
      transform: rotate(9deg);
    }
    25% {
      top: 26.92rem;
      left: 41.175rem;
      -webkit-transform: rotate(-7deg);
      transform: rotate(-7deg);
    }
    50% {
      top: 28.46rem;
      left: 43.92rem;
      -webkit-transform: rotate(-11deg);
      transform: rotate(-11deg);
    }
    75% {
      top: 26.92rem;
      left: 43.92rem;
      -webkit-transform: rotate(5deg);
      transform: rotate(5deg);
    }
    100% {
      top: 28rem;
      left: 43rem;
      -webkit-transform: rotate(9deg);
      transform: rotate(9deg);
    }
  }
  @-webkit-keyframes logistics_top {
    0% {
      top: 22.5rem;
      left: 57rem;
      -webkit-transform: rotate(7deg);
      transform: rotate(7deg);
    }
    25% {
      top: 31.5rem;
      left: 57rem;
      -webkit-transform: rotate(-7deg);
      transform: rotate(-7deg);
    }
    50% {
      top: 33.75rem;
      left: 49rem;
      -webkit-transform: rotate(16deg);
      transform: rotate(16deg);
    }
    75% {
      top: 21.5rem;
      left: 49rem;
      -webkit-transform: rotate(-7deg);
      transform: rotate(-7deg);
    }
    100% {
      top: 22.5rem;
      left: 57rem;
      -webkit-transform: rotate(7deg);
      transform: rotate(7deg);
    }
  }
  @keyframes logistics_top {
    0% {
      top: 22.5rem;
      left: 57rem;
      -webkit-transform: rotate(7deg);
      transform: rotate(7deg);
    }
    25% {
      top: 31.5rem;
      left: 57rem;
      -webkit-transform: rotate(-7deg);
      transform: rotate(-7deg);
    }
    50% {
      top: 33.75rem;
      left: 49rem;
      -webkit-transform: rotate(16deg);
      transform: rotate(16deg);
    }
    75% {
      top: 21.5rem;
      left: 49rem;
      -webkit-transform: rotate(-7deg);
      transform: rotate(-7deg);
    }
    100% {
      top: 22.5rem;
      left: 57rem;
      -webkit-transform: rotate(7deg);
      transform: rotate(7deg);
    }
  }
  @-webkit-keyframes mining_top {
    0% {
      top: 26rem;
      left: 55rem;
      -webkit-transform: rotate(11deg) scale(1, 1);
      transform: rotate(11deg) scale(1, 1);
    }
    25% {
      top: 30rem;
      left: 47rem;
      -webkit-transform: rotate(-7deg) scale(1, 1);
      transform: rotate(-7deg) scale(1, 1);
    }
    50% {
      top: 33rem;
      left: 35.75rem;
      -webkit-transform: rotate(14deg) scale(1, 1);
      transform: rotate(14deg) scale(1, 1);
    }
    75% {
      top: 33rem;
      left: 35.75rem;
      -webkit-transform: rotate(-11deg) scale(0, 0);
      transform: rotate(-11deg) scale(0, 0);
    }
    80% {
      -webkit-transform: rotate(0deg) scale(1, 1);
      transform: rotate(0deg) scale(1, 1);
    }
    100% {
      top: 26rem;
      left: 55rem;
      -webkit-transform: rotate(11deg) scale(1, 1);
      transform: rotate(11deg) scale(1, 1);
    }
  }
  @keyframes mining_top {
    0% {
      top: 26rem;
      left: 55rem;
      -webkit-transform: rotate(11deg) scale(1, 1);
      transform: rotate(11deg) scale(1, 1);
    }
    25% {
      top: 30rem;
      left: 47rem;
      -webkit-transform: rotate(-7deg) scale(1, 1);
      transform: rotate(-7deg) scale(1, 1);
    }
    50% {
      top: 33rem;
      left: 35.75rem;
      -webkit-transform: rotate(14deg) scale(1, 1);
      transform: rotate(14deg) scale(1, 1);
    }
    75% {
      top: 33rem;
      left: 35.75rem;
      -webkit-transform: rotate(-11deg) scale(0, 0);
      transform: rotate(-11deg) scale(0, 0);
    }
    80% {
      -webkit-transform: rotate(0deg) scale(1, 1);
      transform: rotate(0deg) scale(1, 1);
    }
    100% {
      top: 26rem;
      left: 55rem;
      -webkit-transform: rotate(11deg) scale(1, 1);
      transform: rotate(11deg) scale(1, 1);
    }
  }
}
/* Animations */

@media (max-width: 479px) {
  .about_values .ca_holder .ca_value {
    width: 100%;
  }
  body .join-us div#primary {
    padding: 25px 25px 0;
  }
}

@media (max-width: 420px) {
  .homesec-6 .video-banner .ca_video_bg {
    padding: 0;
    width: 200%;
    height: 100%;
  }
  body #ca_about_team .ca_about_team_line .ca_about_team_holder {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #ca_about_team .ca_about_team_line .ca_about_team_holder .img {
    height: 200px;
  }
}

@media (max-width: 400px) {
  .career-page #ca_article_content .ca_header h1 {
    font-size: 23px;
  }
}

@media (max-width: 380px) {
  .tech-banner.min-banner .banner .ca_holder h1 {
    font-size: 32px;
  }
}

@media (max-width: 370px) {
  .homesec-4 .ca_homepage_2019_cta2_video {
    height: auto;
    min-height: 240px;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


.min-banner .banner {
  padding-top: calc(2.83333rem + 40.19px);
  text-align: center;
}

.min-banner .banner .ca_holder {
  margin-top: 12.1791rem;
  margin-bottom: 1.97498rem;
  background: rgba(0, 0, 0, 0.47);
  text-align: center;
  padding: 2.30415rem 1.97498rem;
  width: 50rem;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.min-banner .banner .ca_holder h1 {
  color: #fff;
}

.min-banner .banner .banner-content > a {
  font-weight: 700;
  font-size: 1.44832rem;
  text-decoration: none;
  color: #fff;
  line-height: 3.94997rem;
  padding: 0 1.64582rem;
  background: #f5a000;
  display: inline-block;
  -webkit-box-shadow: 0 0.394997rem 0.658328rem 0 #00000034;
  box-shadow: 0 0.394997rem 0.658328rem 0 #00000034;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 12.1791rem;
}

.min-banner .banner .banner-content > a:hover {
  text-decoration: none;
  color: #fff;
  background: #e69100;
  -webkit-box-shadow: 0 0.394997rem 0.658328rem 0 #00000055;
  box-shadow: 0 0.394997rem 0.658328rem 0 #00000055;
}

.min-main-section .span3 .hs_cos_wrapper_type_linked_image {
  display: block;
  width: 6.58328rem;
  margin-bottom: 1.31666rem;
  line-height: 0;
}

.min-main-section .span3 h5 {
  font-weight: 700;
  font-size: 1.57999rem;
  line-height: 2.23831rem;
  color: #000;
  margin-bottom: 0.5em;
}

.min-main-section .span3 p {
  font-weight: 400;
  font-size: 1.57999rem;
  line-height: 2.23831rem;
  color: #000;
  margin-bottom: 4.60829rem;
  letter-spacing: 0;
}

.min-main-section h3 {
  font-weight: 700;
  font-size: 3.09414rem;
  line-height: 3.94997rem;
  padding: 0;
  margin: 0;
  margin-top: 5.46412rem;
  margin-bottom: 2.30415rem;
  color: #000;
  letter-spacing: 0;
}

.min-main-section ul {
  padding: 0;
  margin: 0;
  margin-bottom: 2.63331rem;
}

.min-main-section ul li {
  font-weight: 400;
  font-size: 1.57999rem;
  line-height: 1.97498rem;
  color: #000;
  margin-left: 0;
  margin-bottom: 1em;
  list-style: none;
  position: relative;
  padding-left: 1.3em;
}

.min-main-section ul li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 0.7em;
  margin-right: 0.5em;
  position: absolute;
  top: 0.4em;
  left: 0;
}

.min-main-section .btn-popup p {
  text-align: left;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 10px;
}

.min-Testimonial-section h2 {
  font-weight: 400;
  color: #fff;
  font-size: 2.96248rem;
  line-height: 3.94997rem;
  padding: 0;
  text-align: right;
  margin-top: 5.87492rem;
  margin-bottom: 0.658328rem;
  letter-spacing: 0;
}

.min-Testimonial-section p {
  color: #fff;
  font-weight: 700;
  font-size: 1.57999rem;
  line-height: 3.94997rem;
  line-height: 1.5em;
  text-align: right;
  letter-spacing: 0;
  margin-bottom: 1rem;
}

.min-Testimonial-section .span6 .hs_cos_wrapper_type_rich_text {
  width: 63.1995rem;
  font-size: 0;
  display: block;
  line-height: 0;
  max-width: 100%;
}

.min-Testimonial-section .span6 .hs_cos_wrapper_type_rich_text video {
  display: inline-block;
  width: 100%;
  height: auto;
}

.min-survey-section h3 {
  text-align: center;
  font-weight: 700;
  font-size: 3.29164rem;
  line-height: 3.29164rem;
  color: #000;
  margin-bottom: 2.30415rem;
  letter-spacing: 0;
}

.min-survey-section .span3 .hs_cos_wrapper_type_linked_image {
  display: block;
  margin-bottom: 1.31666rem;
  line-height: 0;
}

.min-survey-section .span3 .hs_cos_wrapper_type_linked_image img {
  width: 100%;
}

.min-survey-section h5 {
  font-weight: 700;
  font-size: 1.57999rem;
  line-height: 2.23831rem;
  color: #000;
  margin-bottom: 0.5em;
  text-align: left;
  letter-spacing: 0;
}

.min-survey-section p {
  font-weight: 400;
  font-size: 1.57999rem;
  line-height: 2.23831rem;
  color: #000;
  margin-bottom: 1.97498rem;
  text-align: left;
  letter-spacing: 0;
}

.cst-button {
  font-weight: 700;
  font-size: 1.44832rem;
  text-decoration: none;
  color: #fff;
  line-height: 3.94997rem;
  padding: 0 1.64582rem;
  background: #f5a000;
  display: inline-block;
  -webkit-box-shadow: 0 0.394997rem 0.658328rem 0 #00000034;
  box-shadow: 0 0.394997rem 0.658328rem 0 #00000034;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.cst-button:hover {
  text-decoration: none;
  color: #fff;
  background: #e69100;
  -webkit-box-shadow: 0 0.394997rem 0.658328rem 0 #00000055;
  box-shadow: 0 0.394997rem 0.658328rem 0 #00000055;
}

.min-survey-section .round37 {
  text-align: center;
}

.min-Aerial-section h3 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 3.29164rem;
  line-height: 3.29164rem;
  margin-bottom: 3.48914rem;
  letter-spacing: 0;
}

.thumbslider-wrapper {
  position: relative;
}

.thumbslider_slider_buttons {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100vw;
  max-width: 1920px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.thumbslider_slider_buttons button {
  line-height: inherit;
  margin: 0;
  font-family: inherit;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  background: #f33;
  width: 23.0415rem;
  height: 42.4621rem;
  background: -webkit-gradient(linear, left top, right top, from(#191b24), to(rgba(25, 27, 36, 0)));
  background: -o-linear-gradient(left, #191b24 0%, rgba(25, 27, 36, 0) 100%);
  background: linear-gradient(to right, #191b24 0%, rgba(25, 27, 36, 0) 100%);
  cursor: pointer;
}

.thumbslider_slider_buttons button:last-child {
  left: auto;
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#191b24), to(rgba(25, 27, 36, 0)));
  background: -o-linear-gradient(right, #191b24 0%, rgba(25, 27, 36, 0) 100%);
  background: linear-gradient(to left, #191b24 0%, rgba(25, 27, 36, 0) 100%);
}

.thumbslider_slider_buttons button:before {
  position: absolute;
  content: "";
  left: 4.60829rem;
  top: 50%;
  width: 4.60829rem;
  height: 1px;
  background: #fff;
  display: block;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  transform: rotate(55deg);
}

.thumbslider_slider_buttons button:after {
  position: absolute;
  content: "";
  left: 4.60829rem;
  top: 50%;
  width: 4.60829rem;
  height: 1px;
  background: #fff;
  display: block;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(-55deg);
  -ms-transform: rotate(-55deg);
  transform: rotate(-55deg);
}

.thumbslider_slider_buttons button:last-child:before {
  left: auto;
  right: 4.60829rem;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}

.thumbslider_slider_buttons button:last-child:after {
  left: auto;
  right: 4.60829rem;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}

.thumbslider_mining_slider.slick-slider {
  position: absolute;
  width: 100vw;
  max-width: 1920px;
  height: 42.4621rem;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.slick-slide .thumbslider_slide-inner {
  height: 42.4621rem;
  padding: 0 15px;
}

.slick-slide .thumbslider_slide-inner .ca_img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.thumbslider_slider_dots {
  font-size: 0;
  padding-top: calc(42.4621rem + 30px);
  text-align: center;
  line-height: 0;
}

.thumbslider_slider_dots a {
  text-decoration: none;
  display: inline-block;
  width: 6.58328rem;
  height: 6.58328rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 15px;
  margin-bottom: 15px;
}

.min-Aerial-section {
  overflow: hidden;
}

.min-specifications-section h3 {
  text-align: center;
  font-size: 3.29164rem;
  line-height: 3.29164rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 2.63331rem;
  letter-spacing: 0;
}

.min-specifications-section h5 {
  font-size: 1.31666rem;
  line-height: 2.63331rem;
  letter-spacing: 0.118499rem;
  color: #000;
  font-weight: 700;
  text-align: left;
}

.min-specifications-section ul {
  margin: 0;
  padding: 0;
  margin-bottom: 2.30415rem;
  text-align: left;
}

.min-specifications-section ul li {
  font-size: 1.31666rem;
  line-height: 2.63331rem;
  letter-spacing: 0.118499rem;
  color: #000;
  font-weight: 400;
  margin-left: 2em;
}
.tech-specifications-section .round51,
.min-specifications-section .round50 {
  text-align: center;
}
.tech-Autonomous-section img {
  max-width: 100%;
}
.ca_video_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.ca_iframe_holder {
  position: absolute;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.ca_iframe_holder iframe {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
}
.min-banner.tech-banner .banner .ca_holder {
  margin-bottom: 12.1791rem;
}
.tech-main-section .round14 {
  text-align: center;
  margin-bottom: 4.27913rem;
}
.tech-Features-section .row-fluid .span12, .tech-Features-section .row-fluid {
  padding: 0 !important;
  margin: 0 !important;
}
.ca_12_2019_technology_screens {
  overflow: hidden;
}
.ca_12_2019_technology_screens .row {
  position: relative;
  height: 100vh;
}
.ca_12_2019_technology_screens .img {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: visible;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
}
.ca_12_2019_technology_screens .img .img_holder {
  position: absolute;
  width: 50vw;
  height: 100%;
  top: 0;
  right: 7.5px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.ca_12_2019_technology_screens .holder {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.ca_12_2019_technology_screens .holder h5 {
  font-weight: 700;
  font-size: 1.57999rem;
  line-height: 1em;
  color: #64ca01;
}
.ca_12_2019_technology_screens .holder h3 {
  font-weight: 600;
  font-size: 3.29164rem;
  line-height: 3.94997rem;
  color: #000;
  margin-bottom: 1.51415rem;
  letter-spacing: 0;
}
.ca_12_2019_technology_screens .holder h6 {
  font-weight: 400;
  font-size: 1.97498rem;
  line-height: 1em;
  font-style: italic;
  color: #000;
  margin-bottom: 1.57999rem;
  padding-left: 3.29164rem;
}
.ca_12_2019_technology_screens .holder p {
  font-weight: 400;
  font-size: 1.57999rem;
  line-height: 2.23831rem;
  color: #000;
  padding-left: 3.29164rem;
  letter-spacing: 0;
  margin-bottom: 1rem;
}
.ca_12_2019_technology_screens.ca_scrolled .row:nth-child(1) {
  z-index: 9;
}
.ca_12_2019_technology_screens.ca_scrolled .row:nth-child(2) {
  z-index: 8;
}
.ca_12_2019_technology_screens.ca_scrolled .row:nth-child(3) {
  z-index: 7;
}
.ca_12_2019_technology_screens.ca_scrolled .row:nth-child(4) {
  z-index: 6;
}
.ca_12_2019_technology_screens.ca_scrolled .row:nth-child(5) {
  z-index: 5;
}
.ca_12_2019_technology_screens.ca_scrolled .row:nth-child(6) {
  z-index: 4;
}
.ca_12_2019_technology_screens.ca_scrolled .row:nth-child(7) {
  z-index: 3;
}
.ca_12_2019_technology_screens.ca_scrolled .row:nth-child(8) {
  z-index: 2;
}
.ca_12_2019_technology_screens.ca_scrolled .row:nth-child(9) {
  z-index: 1;
}
.ca_12_2019_technology_screens.ca_scrolled .row:nth-child(10) {
  z-index: 0;
}
.ca_12_2019_technology_screens.ca_scrolled .img {
  position: fixed;
  top: 0;
  right: calc(50% - 7.5px);
  width: 50%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.ca_12_2019_technology_screens.ca_scrolled .ca_current .img {
  opacity: 1;
}
.ca_12_2019_technology_screens.ca_scrolled.no_timing_top .img, .ca_12_2019_technology_screens.ca_scrolled.no_timing_bottom .img {
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
}
.tech-Autonomous-section h3 {
  font-weight: 700;
  font-size: 3.29164rem;
  line-height: 3.29164rem;
  color: #000;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
}

.tech-Autonomous-section h6 {
  font-weight: 400;
  font-size: 1.97498rem;
  line-height: 3.29164rem;
  color: #000;
  text-align: center;
  margin-bottom: 0.5rem;
}
.tech-Autonomous-section .span3:first-child {
  text-align: right;
}
.tech-Autonomous-section .span3 .hs_cos_wrapper_type_linked_image {
  display: block;
  width: 3.29164rem;
  line-height: 0;
}
.tech-Autonomous-section .span3 {
  margin-top: 1.97498rem;
}

.tech-Autonomous-section h5 {
  font-weight: 700;
  font-size: 1.57999rem;
  line-height: 2.30415rem;
  color: #000;
}
.tech-Autonomous-section .span3:first-child .hs_cos_wrapper_type_linked_image {
  margin-left: auto;
}
.tech-Autonomous-section p {
  font-weight: 400;
  font-size: 1.57999rem;
  line-height: 2.30415rem;
  color: #000;
  letter-spacing: 0;
  margin-bottom: 1.97498rem;
}
.tech-Autonomous-section .span3 > .row-fluid-wrapper:last-child p {
  margin-bottom: 1rem;
}
.tech-Autonomous-section .span6 {
  text-align: center;
}

.tech-Autonomous-section .span6 img {
  width: 90%;
}

.tech-Autonomous-section .span6 img + img {
  width: 70%;
  margin-bottom: 2.36998rem;
}

.tech-Autonomous-section  .round39 {
  text-align: center;
}
@media (max-width: 1599px) and (min-width: 768px){
  .min-banner .banner {
    padding-top: calc(2.83333rem + 28.75px);
  }

  .min-banner .banner .banner-content>a {
    font-size: calc(1.44832rem * 1.25);
    line-height: calc(3.94997rem * 1.25);
  }

  .min-main-section .span3 h5 {
    font-size: calc(1.57999rem * 1.25);
    line-height: calc(2.23831rem * 1.25);
  }

  .min-main-section .span3 p {
    font-size: calc(1.57999rem * 1.25);
    line-height: calc(2.23831rem * 1.25);
  }

  .min-main-section h3 {
    font-size: calc(3.09414rem * 1.25);
    line-height: calc(3.94997rem * 1.25);
  }

  .min-main-section ul li {
    font-size: calc(1.57999rem * 1.25);
    line-height: calc(1.97498rem * 1.25);
  }

  .min-Testimonial-section h2 {
    font-size: calc(2.96248rem * 1.25);
    line-height: calc(3.94997rem * 1.25);
  }

  .min-Testimonial-section p {
    font-size: calc(1.57999rem * 1.25);
    line-height: calc(3.94997rem * 1.25);
    line-height: calc(1.5em * 1.25);
  }

  .min-survey-section h3 {
    font-size: calc(3.29164rem * 1.25);
    line-height: calc(3.29164rem * 1.25);
  }

  .min-survey-section h5 {
    font-size: calc(1.57999rem * 1.25);
    line-height: calc(2.23831rem * 1.25);
  }

  .min-survey-section p {
    font-size: calc(1.57999rem * 1.25);
    line-height: calc(2.23831rem * 1.25);
  }

  .cst-button {
    font-size: calc(1.44832rem * 1.25);
    line-height: calc(3.94997rem * 1.25);
  }

  .min-Aerial-section h3 {
    font-size: calc(3.29164rem * 1.25);
    line-height: calc(3.29164rem * 1.25);
  }

  .min-specifications-section h3 {
    font-size: calc(3.29164rem * 1.25);
    line-height: calc(3.29164rem * 1.25);
  }

  .min-specifications-section h5 {
    font-size: calc(1.31666rem * 1.25);
    line-height: calc(2.63331rem * 1.25);
    letter-spacing: calc(0.118499rem * 1.25);
  }

  .min-specifications-section ul li {
    font-size: calc(1.31666rem * 1.25);
    line-height: calc(2.63331rem * 1.25);
    letter-spacing: calc(0.118499rem * 1.25);
  }
  .ca_12_2019_technology_screens .holder h5 {
    font-size: calc(1.57999rem * 1.25);
  }

  .ca_12_2019_technology_screens .holder h3 {
    font-size: calc(3.29164rem * 1.25);
    line-height: calc(3.94997rem * 1.25);
  }

  .ca_12_2019_technology_screens .holder h6 {
    font-size: calc(1.97498rem * 1.25);
  }

  .ca_12_2019_technology_screens .holder p {
    font-size: calc(1.57999rem * 1.25);
    line-height: calc(2.23831rem * 1.25);
  }

  .tech-Autonomous-section h3 {
    font-size: calc(3.29164rem * 1.25);
    line-height: calc(3.29164rem * 1.25);
  }

  .tech-Autonomous-section h6 {
    font-size: calc(1.97498rem * 1.25);
    line-height: calc(3.29164rem * 1.25);
  }

  .tech-Autonomous-section h5 {
    font-size: calc(1.57999rem * 1.25);
    line-height: calc(2.30415rem * 1.25);
  }

  .tech-Autonomous-section p {
    font-size: calc(1.57999rem * 1.25);
    line-height: calc(2.30415rem * 1.25);
  }
}
@media (max-width:991px) and (min-width:768px){
  .min-banner .banner {
    padding-top: calc(2.83333rem + 22.25px);
  }

  .min-main-section .btn-popup p {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px){
  .min-banner .banner {
    padding-top: 40px;
    padding-bottom: 147px;
  }

  .min-banner .banner .banner-content {
    padding-bottom: 0;
  }

  .min-banner .banner .ca_holder {
    margin-top: 100px;
    margin-bottom: 30px;
    padding: 35px 30px;
    width: 100%;
    margin-left: 0;
  }

  .min-banner .banner .banner-content>a {
    font-size: 20px;
    line-height: 40px;
    padding: 0 25px;
    -webkit-box-shadow: 0 6px 10px 0 #00000034;
    box-shadow: 0 6px 10px 0 #00000034;
    margin-bottom: 0px;
  }

  .min-main-section .dnd-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .min-main-section .span3 .hs_cos_wrapper_type_linked_image {
    width: 100px;
    margin-bottom: 20.0001px;
  }

  .min-main-section .span3 h5 {
    font-size: 24px;
    line-height: 34px;
  }

  .min-main-section .span3 p {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 70px;
  }

  .min-main-section h3 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 50px;
    margin-bottom: 35px;
  }

  .min-main-section ul li {
    font-size: 16px;
    line-height: 18px;
  }

  .min-main-section ul {
    margin-bottom: 40px;
  }

  .space-col, .space-col * {
    min-height: 1px !important;
  }

  .min-Testimonial-section h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 50px;
    margin-bottom: 15px;
    padding: 0;
    text-align: center;
  }

  .min-Testimonial-section p {
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 35px;
  }

  .min-Testimonial-section .span6 .hs_cos_wrapper_type_rich_text {
    width: 100%;
  }

  .min-Testimonial-section .dnd-section {
    padding-bottom: 35px !important;
  }

  .min-survey-section .dnd-section {
    padding: 50px 0 !important;
  }

  .min-survey-section h3 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 35px;
  }

  .min-survey-section .span3 .hs_cos_wrapper_type_linked_image {
    margin-bottom: 20.0001px;
  }

  .min-survey-section h5 {
    font-size: 21px;
    line-height: 24px;
  }

  .min-survey-section p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .cst-button {
    font-size: 20px;
    line-height: 40px;
    padding: 0 25px;
    -webkit-box-shadow: 0 6px 10px 0 #00000034;
    box-shadow: 0 6px 10px 0 #00000034;
  }

  .min-Aerial-section .dnd-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .min-Aerial-section h3 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 50px;
  }

  .thumbslider_slider_buttons {
    position: static;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding-top: calc(320px + 80px);
  }

  .thumbslider_slider_buttons button {
    width: 45px;
    height: 45px;
    top: auto;
    bottom: 0;
  }

  .thumbslider_slider_buttons button:before {
    width: 30px;
    left: 30px;
  }

  .thumbslider_slider_buttons button:after {
    width: 30px;
    left: 30px;
  }

  .thumbslider_slider_buttons button:last-child:before {
    right: 30px;
  }

  .thumbslider_slider_buttons button:last-child:after {
    right: 30px;
  }

  .thumbslider_mining_slider.slick-slider {
    height: 320px;
  }

  .slick-slide .thumbslider_slide-inner {
    height: 320px;
  }

  .thumbslider_slider_dots {
    display: none;
    padding-top: calc(320px + 30px);
  }

  .min-specifications-section .dnd-section {
    padding-top: 70px !important;
    padding-bottom: 60px !important;
  }

  .min-specifications-section h3 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 35px;
  }

  .min-specifications-section h5 {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1.8px;
    margin-bottom: 15px;
  }

  .min-specifications-section ul {
    margin-bottom: 35px;
  }

  .min-specifications-section ul li {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.8px;
  }
  .min-main-section .btn-popup p {
    margin-bottom: 0;
  }
  .ca_iframe_holder {
    padding: 0;
    width: 400%;
    height: 100%;
  }

  .min-banner.tech-banner .banner .ca_holder {
    margin-bottom: 50px;
  }

  .min-banner.tech-banner .banner {
    padding-top: 65px;
  }

  .min-main-section.tech-main-section .dnd-section {
  }

  .tech-main-section .round14 {
    margin-bottom: 50px;
  }

  .ca_12_2019_technology_screens .row {
    height: auto;
  }

  .ca_12_2019_technology_screens .col-12 {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }

  .ca_12_2019_technology_screens .img {
    position: static !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    width: 100% !important;
    height: 50vh !important;
    max-height: 480px !important;
    opacity: 1 !important;
    margin-bottom: 35px !important;
  }

  .ca_12_2019_technology_screens .img .img_holder {
    width: 100% !important;
    position: static !important;
  }

  .ca_12_2019_technology_screens .holder {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-bottom: 35px;
  }

  .ca_12_2019_technology_screens .holder h5 {
    font-size: 16px;
  }

  .ca_12_2019_technology_screens .holder h3 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 23px;
  }

  .ca_12_2019_technology_screens .holder h6 {
    font-size: 24px;
    margin-bottom: 24px;
    padding-left: 25px;
  }

  .ca_12_2019_technology_screens .holder p {
    font-size: 16px;
    line-height: 21px;
    padding-left: 25px;
  }

  .tech-Autonomous-section .dnd-section {
    padding-top: 50px !important;
    padding-bottom: 80px !important;
  }

  .tech-Autonomous-section h3 {
    font-size: 32px;
    line-height: 36px;
  }

  .tech-Autonomous-section h6 {
    font-size: 21px;
    line-height: 28px;
  }

  .tech-Autonomous-section .span6 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .tech-Autonomous-section .span6 img+img {
    margin-bottom: 36px;
  }

  .tech-Autonomous-section .span3 {
    text-align: center !important;
    margin-top: 30px;
  }

  .tech-Autonomous-section .span3 .hs_cos_wrapper_type_linked_image {
    width: 50px;
    margin: 0 auto;
  }

  .tech-Autonomous-section h5 {
    font-size: 24px;
    line-height: 35px;
  }

  .tech-Autonomous-section p {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 30px;
  }

  .tech-Autonomous-section .cst-button {
    margin-top: 35px;
  }

}

@media (max-width:380px){
  .min-banner .banner .ca_holder h1 {
    font-size: 27px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}

.header__container {
  max-width: 1200px;
}
.container {
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: auto;
  margin-left: auto;
}
#ca_header_block {
  padding-top: 2.83333rem;
  background: url(https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/images/top_bg.png);
  background-size: cover;
  position: relative;
  padding-bottom: 2.83333rem;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}
#ca_header_block .ca_top_menu {
  top: -3.44238rem;
  -webkit-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
}
.col-4,
.col-8 {
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
#ca_header_block .ca_top_menu > div, 
#ca_header_block .ca_top_menu > nav {
  position: relative;
  z-index: 2;
}
#ca_header_block a#ca_burger {
  display: none;
}
#ca_header_block #ca_header_block_logo {
  display: block;
  width: 9rem;
  height: 3.09167rem;
}
#ca_header_block #ca_header_block_logo a {
  display: block;
}
#ca_header_block #ca_header_block_logo img {
  width: 100% !important;
  height: auto;
}
img {
  vertical-align: middle;
  border-style: none;
}
#hs_cos_wrapper_header_logo1 {
  display: none;
}
#ca_header_block .container.ca_sticky > .ca_top_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #1a1c25;
  padding: 1.46484rem 15px;
  margin: 0;
}

#ca_header_block.ca_howitworks {
  background-image: url(https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/images/howitworks2_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 24.8047rem;
}
.team-banner-wrapper {
  background-image: url(https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/images/howitworks2_bg.jpg);
}
/* White Header */
#ca_header_block.ca_white {
  background: #fff !important;
  padding-bottom: 0;
  min-height: 91.23px;
}
.ca_white #hs_cos_wrapper_header_logo {
  display: none;
}
.ca_white #hs_cos_wrapper_header_logo1 {
  display: block;
}
#ca_header_block.ca_white .hs-menu-wrapper > ul > li > a {
  color: #1c1f24;
}
#ca_header_block.ca_white .hs-menu-wrapper > ul > li > a:before {
  background: #1c1f24;
}
#ca_header_block.ca_white .container.ca_sticky > .ca_top_menu {
  background: #fff;
}
#mc_embed_signup .submitted-message {
  font-size: 16px;
  color: #fff;
  text-align: center;
}
#ca_home_contact_block .hs_error_rollup {
  padding: 0 1.66667rem;
}

@media (min-width: 768px) {
  #ca_about_team .ca_about_team_line .ca_about_team_holder .txt {
    padding-right: 46px;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .dark-menu #ca_header_block ul ul li a:before {
    background-color: #fff !important;
  }
}

@media (max-width: 767px) {
  #ca_home_contact_block .hs_error_rollup {
    padding: 0;
}
  #ca_header_block.ca_12_2019_video_header {
    z-index: 3;
  }
  #ca_header_block .container:first-child > .ca_top_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #1a1c25;
    padding: 1.46484rem 15px;
    margin: 0;
  }
  #ca_header_block .container:first-child:before {
    content: "";
    display: block;
    width: 100px;
    height: 3.092rem;
  }
  #ca_header_block .container:first-child > .ca_top_menu nav a#ca_burger {
    top: 8px;
  }
  #ca_header_block {
    padding-top: 23px;
    padding-bottom: 147px;
  }
  .hs-blog-post #ca_header_block .ca_top_menu,
  #ca_header_block.ca_white  .ca_top_menu{
    background: #fff !important;
  }
  #ca_header_block.ca_white nav a#ca_burger span:before,
  .hs-blog-post #ca_header_block nav a#ca_burger span:before{
    background: #0d602a;
  }
  #ca_header_block.ca_white nav a#ca_burger span:after,
  .hs-blog-post #ca_header_block nav a#ca_burger span:after{
    background: #0d602a;
  }
  #ca_header_block.ca_white nav a#ca_burger span:first-child:before,
  .hs-blog-post #ca_header_block nav a#ca_burger span:first-child:before{
    background: #0d602a;
  }
  #ca_header_block.ca_white nav a#ca_burger span:first-child:after,
  .hs-blog-post #ca_header_block nav a#ca_burger span:first-child:after{
    background: #64c802;
  }
  #ca_header_block.ca_white nav a#ca_burger span:last-child:before,
  .hs-blog-post #ca_header_block nav a#ca_burger span:last-child:before {
    background: #64c802;
  }
  #ca_header_block.ca_white nav a#ca_burger span:last-child:after,
  .hs-blog-post #ca_header_block nav a#ca_burger span:last-child:after{
    background: #0d602a;
  }
  #ca_header_block #ca_header_block_logo {
    height: 42px;
    padding-top: 2px;
  }
  #ca_header_block #ca_header_block_logo img {
    width: 108px !important;
  }
  #ca_header_block nav {
    text-align: right;
  }
  #ca_header_block nav a#ca_burger {
    display: inline-block;
    width: 30px;
    height: 24px;
    position: relative;
  }
  #ca_header_block .container.ca_sticky > .ca_top_menu nav a#ca_burger {
    top: 8px;
  }
  #ca_header_block nav a#ca_burger span {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    margin-top: -1px;
  }
  #ca_header_block nav a#ca_burger span:first-child {
    margin: 0;
    top: 0;
  }
  #ca_header_block nav a#ca_burger span:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
  }
  #ca_header_block nav a#ca_burger span:first-child:before {
    width: 18px;
  }
  #ca_header_block nav a#ca_burger span:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff;
  }
  #ca_header_block nav a#ca_burger span:first-child:after {
    width: 8px;
  }
  #ca_header_block nav a#ca_burger span:last-child:before {
    width: 10px;
  }
  #ca_header_block nav a#ca_burger span:last-child:after {
    width: 16px;
  }
  .col-4, .col-8 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #ca_header_block nav a#ca_burger span:last-child {
    margin: 0;
    top: auto;
    bottom: 0;
  }
  /*   #ca_header_block .container:first-child:before {
  content: "";
  display: block;
  width: 100px;
  height: 3.092rem;
} */
  body.ca_menu_opened {
    overflow: hidden;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
}
#ca_footer_block {
  padding-top: 4.58333rem;
  padding-bottom: 6.25rem;
      line-height: 1.5;
    font-size: 1rem;
}
#ca_footer_block p {
    letter-spacing: 0;
}
.col-12,
.col-md-3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px){
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
}
#ca_footer_block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ca_footer_block ul li {
  margin-bottom: 2.5rem;
}
#ca_footer_block ul li:last-child {
  margin-bottom: 0;
}
#ca_footer_block ul li a {
  font-weight: 700;
  font-size: 1.16667rem;
  line-height: 1.5rem;
  text-decoration: none;
}
#ca_footer_block ul li a:hover {
    text-decoration: underline;
}
#ca_footer_block h4 {
  font-weight: 700;
  font-size: 1.16667rem;
  line-height: 1.5rem;
  margin-bottom: 2.5rem;
}
#ca_footer_block p {
  font-weight: 400;
  font-size: 1.16667rem;
  line-height: 1.66667rem;
  margin-bottom: 2.08333rem;
}
#ca_footer_block p:last-child {
  margin-bottom: 0;
}
#ca_footer_block a.fab {
  display: inline-block;
  font-size: 1.5rem;
  text-decoration: none;
  margin-right: 2.5rem;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
#ca_footer_block a.fab.fa-linkedin:hover {
    color: #007bb6;
}
#ca_footer_block a.fab.fa-twitter:hover {
    color: #1dcaff;
}

@media (min-width: 768px) {
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 1599px) and (min-width: 768px) {
#ca_footer_block p {
    font-size: calc(1.16667rem * 1.25);
    line-height: calc(1.66667rem * 1.25);
}
  #ca_footer_block h4 {
    font-size: calc(1.16667rem * 1.25);
    line-height: calc(1.5rem * 1.25);
}
  #ca_footer_block a.fab {
    font-size: calc(1.5rem * 1.25);
}
  #ca_footer_block ul li a {
    font-size: calc(1.16667rem * 1.25);
    line-height: calc(1.5rem * 1.25);
}
}

@media (max-width: 767px) {
#ca_footer_block ul li {
    display: block;
    margin-right: 85px;
    margin-bottom: 5px;
}
  #ca_footer_block ul li a {
    font-size: 16px;
    line-height: 18px;
}
  #ca_footer_block ul li:last-child {
    margin-bottom: 0;
}
  #ca_footer_block ul {
    font-size: 0;
    margin-bottom: 35px;
}
  .container .col-md-3,
  .container .col-md-12 {
  padding-left: 15px;
    padding-right: 15px;  
  }
    .container {
    padding-left: 15px;
    padding-right: 15px;
}
  #ca_footer_block h4 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
}
  #ca_footer_block .col-md-3:last-child h4 {
    width: 100%;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
  #ca_footer_block a.fab {
    font-size: 36px;
    margin-right: 95px;
}
  #ca_footer_block .col-md-3:last-child a {
    margin: 0;
    margin-bottom: 25px;
}
  #ca_footer_block p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
}
  #ca_footer_block p:last-child {
    margin-bottom: 0;
    padding-bottom: 55px;
}
  #ca_footer_block {
    padding-top: 55px;
    padding-bottom: 65px;
}
  #hs_cos_wrapper_footer_block2 > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
  #hs_cos_wrapper_footer_block2 h4 {
      width: 100%;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

.hs-blog-listing #ca_header_block {
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 24.8047rem;
  height: 13.1666rem;
  background-image: url('https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/images/howitworks2_bg.jpg');
    }
#ca_header_block h1 {
  font-size: 4.16667rem;
  line-height: 5.16667rem;
  letter-spacing: 0.09rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
  padding: 0 22.9167rem;
  padding-top: 15.3167rem;
  margin-bottom: 3.25rem;
}
#ca_header_block .hs-blog-header h1 {
  padding: 0;
  margin-top: 6.58328rem;
  margin-bottom: 0;
}
#ca_news_fetured {
  padding-top: 6.54297rem;
}
.col12,
.colmd6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
ul.hs-search-field__suggestions {
    padding: 10px;
}
ul.hs-search-field__suggestions:empty {
    padding: 0;
}
#searchform ul.hs-search-field__suggestions {
    max-width: 300px;
}
#ca_header_block img {
    max-width: none;
}
.hs-search-field__suggestions {
  padding: 5px;
}
img {
  height: auto;
    max-width: 100%;
}
.col12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
#ca_news_fetured .col12 {
  padding-left: 15px;
  padding-right: 15px;
}
#ca_news_fetured.ca_12_2019_news a {
  display: block;
}
#ca_news_fetured img {
  width: 100%;
  height: auto;
}
#ca_news_fetured.ca_12_2019_news h5 {
  margin: 0;
  padding: 0;
  padding-left: 3.125rem;
  text-transform: uppercase;
  font-size: 1.31666rem;
  line-height: 1.57999rem;
  letter-spacing: 0.210665rem;
  color: #64c802;
  font-weight: 700;
  margin-bottom: 0.329164rem;
}
#ca_news_fetured.ca_12_2019_news h5 span {
  padding-right: 0.5em;
}
#ca_news_fetured h2 {
  font-size: 2.92969rem;
  line-height: 3.71094rem;
  letter-spacing: 0.09rem;
  color: #1c1f24;
  margin-bottom: 0.976562rem;
  font-weight: 200;
  padding-left: 3.125rem;
  padding-right: 16.1133rem;
}
#ca_news_fetured p {
  font-size: 1.46484rem;
  line-height: 2.24609rem;
  letter-spacing: 0.0585938rem;
  color: #1c1f24;
  padding-left: 3.125rem;
  padding-right: 16.1133rem;
  margin-bottom: 2.14844rem;
}
#ca_news_fetured.ca_12_2019_news .ca_url {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ca_news_feed {
  padding-top: 15px;
  padding-bottom: 64px;
}
#ca_news_feed.ca_12_2019_news .colmd4 {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
#ca_news_feed.ca_12_2019_news .row > div {
  padding-bottom: 0;
  margin-bottom: calc(5.16672rem + 2px);
}
#ca_news_feed .row > div .img {
  margin-bottom: 2.14844rem;
}
#ca_news_feed.ca_12_2019_news .ca_img {
  width: 100%;
  height: 16.4582rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#ca_news_feed.ca_12_2019_news .row > div .txt h5 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 1.31666rem;
  line-height: 1.57999rem;
  letter-spacing: 0.210665rem;
  color: #64c802;
  font-weight: 700;
  margin-bottom: 0.329164rem;
}
#ca_news_feed.ca_12_2019_news .row > div .txt h5 span {
  padding-right: 0.5em;
}
#ca_news_feed .row > div .txt h3 {
  font-weight: 200;
  color: #1c1f24;
  font-size: 2.92969rem;
  line-height: 3.71094rem;
  letter-spacing: 0.0488281rem;
  margin-bottom: 0.878906rem;
}
#ca_news_feed .row > div .txt p {
  color: #1c1f24;
  font-size: 1.46484rem;
  line-height: 2.24609rem;
  letter-spacing: 0.0585938rem;
  margin-bottom: 2.14844rem;
}
#ca_news_feed.ca_12_2019_news .row > div .txt h3 {
  font-size: 2.5rem;
}
#ca_news_feed.ca_12_2019_news .colmd4 a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}


/* Blog Post */
/* White Header */
.hs-blog-post #ca_header_block {
  background: #fff;
  padding-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.hs-blog-post #hs_cos_wrapper_header_logo {
  display: none;
}
.hs-blog-post #hs_cos_wrapper_header_logo1 {
  display: block;
}
.hs-blog-post #ca_header_block .hs-menu-wrapper > ul > li > a {
  color: #1c1f24;
}
.hs-blog-post #ca_header_block .hs-menu-wrapper > ul > li > a:before {
  background: #1c1f24;
}


#ca_article_content article .ca_header img {
  width: 100%;
  height: auto;
  margin-bottom: 3.29164rem;
}
#ca_article_content {
  padding-top: 5.56641rem;
  padding-bottom: 4.39453rem;
}

#ca_article_content .ca_header .colmd6 {
  position: relative;
}
#ca_article_content .ca_header .colmd6:before {
  content: "";
  display: block;
  width: 3.51562rem;
  height: 2px;
  background: #64c802;
  position: absolute;
  left: 7.5px;
  bottom: 0;
}
#ca_article_content .ca_header p {
  font-weight: 700;
  color: #64c802;
  font-size: 1.36719rem;
  line-height: 1.75781rem;
  margin-top: 0.9rem;
  margin-bottom: 1.17188rem;
}
#ca_article_content .ca_header p a {
  font-size: 1.95312rem;
  margin-right: 2.92969rem;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
#ca_article_content .ca_header p a.fa-facebook-f {
  color: #3b5998;
}
#ca_article_content .ca_header p a.fa-twitter {
  color: #1dcaff;
}
#ca_article_content .ca_header {
  margin-bottom: 2.73438rem;
}
#ca_article_content .ca_content {
  margin-bottom: 6.25rem;
}
.ca_mc_form {
  text-align: center;
  background: #8ac341;
  padding-top: 2.63331rem;
  padding-bottom: 3.29164rem;
}
.ca_mc_form h3 {
  font-family: "Barlow";
  font-size: 1.97498rem;
  line-height: 3.29164rem;
  padding-bottom: 0.987492rem;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0.5rem;
  letter-spacing: 0;
}
.ca_mc_form .form-title {
  display: none;
}
#mc_embed_signup {
  font-size: 0;
}
#mc_embed_signup .hs-form-field {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 3.94997rem;
  height: 3.94997rem;
  width: 32.0606rem;
}
#mc_embed_signup .hs-form-field > label {
  display: none;
}
#mc_embed_signup .hs-submit {
  display: inline-block;
  vertical-align: middle;
  line-height: 3.94997rem;
  position: relative;
  width: 3.29164rem;
  margin-left: 0.987492rem;
  height: 2.30415rem;
}
#mc_embed_signup .hs-input {
  margin: 0;
  font-family: inherit;
  line-height: inherit;
  overflow: visible;
  width: 100%;
  height: 51.34px;
  border: 0;
  padding-left: 1.44832rem;
  padding-right: 1.44832rem;
  background: #fff;
  -webkit-box-shadow: 0 0.394997rem 0.658328rem 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0.394997rem 0.658328rem 0 rgba(0, 0, 0, 0.16);
  font-size: 1.44832rem;
}
#mc_embed_signup .hs-button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  width: 100%;
  height: 100%;
  border: 0;
  background: url(https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/images/arrow.png) center right no-repeat;
  background-size: auto 100%;
  cursor: pointer;
}
#mc_embed_signup .hs-submit .actions {
  height: 100%;
  width: 100%;
}
#mc_embed_signup .hs_error_rollup {
  display: none;
}
#mc_embed_signup .hs-error-msgs {
  margin: 0;
}
#mc_embed_signup .hs-error-msgs label {
  font-weight: bold;
  z-index: 1;
  margin: 0 0 1em 0;
  padding: 5px 10px;
  background: #3c0202;
  color: #fff !important;
  font-size: 1.18499rem;
  position: relative;
  line-height: 1.3em;
  text-align: center;
  font-family: inherit;
}


@media (min-width: 768px) {
  .hs-blog-post #ca_header_block .ca_top_menu {
    position: static !important;
  }
  .colmd6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .colmd4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .colmd2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .colmd8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

@media (max-width: 1599px) and (min-width: 768px) {
  #ca_header_block h1 {
    font-size: calc(4.16667rem * 1.25);
    line-height: calc(5.16667rem * 1.25);
    letter-spacing: calc(0.09rem * 1.25);
  }
  #ca_news_fetured h2 {
    font-size: calc(2.92969rem * 1.25);
    line-height: calc(3.71094rem * 1.25);
    letter-spacing: calc(0.09rem * 1.25);
  }
  #ca_news_fetured p {
    font-size: calc(1.46484rem * 1.25);
    line-height: calc(2.24609rem * 1.25);
    letter-spacing: calc(0.0585938rem * 1.25);
  }
  #ca_news_feed .row > div .txt h3 {
    font-size: calc(2.92969rem * 1.25);
    line-height: calc(3.71094rem * 1.25);
    letter-spacing: calc(0.0488281rem * 1.25);
  }
  #ca_news_feed .row > div .txt p {
    font-size: calc(1.46484rem * 1.25);
    line-height: calc(2.24609rem * 1.25);
    letter-spacing: calc(0.0585938rem * 1.25);
  }
  #ca_header_block.ca_article .ca_button_dark span {
    font-size: calc(1.16667rem * 1.25);
    line-height: calc(1.33333rem * 1.25);
    letter-spacing: calc(0.0416667rem * 1.25);
  }
  #ca_article_content .ca_header h2 {
    font-size: calc(2.92969rem * 1.25);
    line-height: calc(3.71094rem * 1.25);
    letter-spacing: calc(0.09rem * 1.25);
  }
  #ca_article_content .ca_header h3 {
    font-size: calc(1.75781rem * 1.25);
    line-height: calc(2.73438rem * 1.25);
    letter-spacing: calc(0.09rem * 1.25);
  }
  #ca_article_content .ca_header p {
    font-size: calc(1.36719rem * 1.25);
    line-height: calc(1.75781rem * 1.25);
  }
  #ca_article_content .ca_header p a {
    font-size: calc(1.95312rem * 1.25);
  }
  #ca_article_content .ca_content p, #ca_article_content .ca_content li {
    font-size: calc(1.46484rem * 1.25);
    line-height: calc(2.24609rem * 1.25);
    letter-spacing: calc(0.0585938rem * 1.25);
  }
  #ca_article_content .ca_content .ca_media span p {
    font-size: calc(1.07422rem * 1.25);
    letter-spacing: calc(0.0976562rem * 1.25);
  }
  #ca_news_fetured.ca_12_2019_news h5 {
    font-size: calc(1.31666rem * 1.25);
    line-height: calc(1.57999rem * 1.25);
    letter-spacing: calc(0.210665rem * 1.25);
  }
  #ca_news_feed.ca_12_2019_news .row > div .txt h5 {
    font-size: calc(1.31666rem * 1.25);
    line-height: calc(1.57999rem * 1.25);
    letter-spacing: calc(0.210665rem * 1.25);
  }
  #ca_news_feed.ca_12_2019_news .row > div .txt h3 {
    font-size: calc(2.5rem * 1.25);
  }
  #ca_article_content .ca_header h1 {
    font-size: calc(2.92969rem * 1.25);
    line-height: calc(3.71094rem * 1.25);
    letter-spacing: calc(0.09rem * 1.25);
  }
  .ca_mc_form h3 {
    font-size: calc(1.97498rem * 1.25);
    line-height: calc(3.29164rem * 1.25);
  }
  .ca_mc_form form #mc_embed_signup_scroll .mc-field-group, .ca_mc_form form #mc_embed_signup_scroll .clear {
    line-height: calc(3.94997rem * 1.25);
  }
  .ca_mc_form form #mc_embed_signup_scroll .mc-field-group input {
    font-size: calc(1.44832rem * 1.25);
  }
  .ca_mc_form form #mc_embed_signup_scroll .mc-field-group div.mce_inline_error {
    font-size: calc(1.18499rem * 1.25);
  }
  .ca_mc_form form #mc_embed_signup_scroll #mce-responses {
    font-size: calc(1.4rem * 1.25);
  }
  #mc_embed_signup .hs-input,
  #mc_embed_signup .input{
    font-size: calc(1.44832rem * 1.25);
    height: 100%;
  }
}
@media (max-width: 767px) {
  #ca_header_block.ca_article {
    height: 200px;
  }
  #ca_header_block.ca_news_2019_fix {
    margin-bottom: 50px;
    height: 200px;
  }
  #ca_header_block.ca_news_2019_fix h1 {
    margin-top: 60px;
  }
  #ca_news_fetured.ca_12_2019_news h5 {
    padding: 0 7px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 3.2px;
    margin-bottom: 5px;
    margin-top: 24px;
  }
  #ca_news_fetured.ca_12_2019_news h2 {
    margin-top: 0;
  }
  #ca_news_feed.ca_12_2019_news .row > div {
    margin-bottom: calc(78.4825px + 2px);
  }
  #ca_news_feed.ca_12_2019_news .row > div .txt {
    padding-top: 20px;
  }
  #ca_news_feed.ca_12_2019_news .row > div .txt h5 {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 3.2px;
    margin-bottom: 5px;
  }
  #ca_news_feed.ca_12_2019_news .row > div .txt h3 {
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 0.4px;
    padding: 0;
    margin-top: 0;
  }
  #ca_news_feed.ca_12_2019_news .ca_img {
    height: 0;
    padding-bottom: 40%;
  }
  #ca_article_content .ca_header h1 {
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 0.4px;
    margin-bottom: 28px;
  }
  .ca_mc_form {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .ca_mc_form h3 {
    font-size: 30px;
    line-height: 50px;
    padding-bottom: 15px;
  }
  .ca_mc_form form #mc_embed_signup_scroll .mc-field-group, .ca_mc_form form #mc_embed_signup_scroll .clear {
    line-height: 60px;
    height: 60px;
  }
  .ca_mc_form form #mc_embed_signup_scroll .mc-field-group {
    width: 270px;
  }
  .ca_mc_form form #mc_embed_signup_scroll .mc-field-group input {
    padding-left: 22px;
    padding-right: 22px;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.16);
    font-size: 22px;
  }
  .ca_mc_form form #mc_embed_signup_scroll .mc-field-group div.mce_inline_error {
    font-size: 18px;
  }
  .ca_mc_form form #mc_embed_signup_scroll #mce-responses {
    width: 270px;
    font-size: 21px;
    margin-left: -28px;
  }
  .ca_mc_form form #mc_embed_signup_scroll #mce-responses #mce-error-response, .ca_mc_form form #mc_embed_signup_scroll #mce-responses #mce-success-response {
    padding: 30px 15px;
  }
  .ca_mc_form form #mc_embed_signup_scroll .clear {
    width: 50px;
    margin-left: 6px;
    height: 35px;
  }
  .hs-blog-listing #ca_header_block {
    margin-bottom: 50px;
    height: 200px;
  }
  .hs-blog-listing #ca_header_block nav a#ca_burger {
    top: 8px;
  }
  #ca_header_block h1 {
    padding: 0;
    padding-top: 156px;
    padding-bottom: 45px;
    font-size: 30px;
    line-height: 40px;
  }
  #ca_header_block .hs-blog-header h1 {
    margin-top: 60px;
  }
  .hs-blog-listing #ca_header_block .container:first-child:before {
    content: "";
    display: block;
    width: 100px;
    height: 3.092rem;
  }
  #ca_news_fetured {
    padding-top: 0;
    padding-bottom: 50px;
  }
  #ca_news_fetured .row > div:first-child {
    padding: 0;
  }
  #ca_news_fetured h2 {
    padding: 0 7px;
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 0.4px;
  }
  #ca_news_fetured.ca_12_2019_news h2 {
    margin-top: 0;
  }
  #ca_news_fetured p {
    padding: 0 7px;
    margin-bottom: 22px;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.6px;
  }
  #ca_news_feed .row > div .txt {
    padding: 0 7px;
    padding-top: 35px;
    padding-bottom: 25px;
  }
  #ca_news_feed.ca_12_2019_news .row > div .txt {
    padding-top: 20px;
  }
  #ca_news_feed.ca_12_2019_news .row > div .txt h5 {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 3.2px;
    margin-bottom: 5px;
  }
  #ca_news_feed .row > div .txt h3 {
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 0.4px;
  }
  #ca_news_feed.ca_12_2019_news .row > div .txt h3 {
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 0.4px;
    padding: 0;
    margin-top: 0;
  }
  #ca_news_feed .row > div .txt p {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.6px;
    margin-bottom: 0;
  }
  #ca_news_feed {
    padding-bottom: 0;
  }
  #mc_embed_signup .hs-input {
    padding-left: 22px;
    padding-right: 22px;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.16);
    font-size: 22px;
    height: 100%;
  }
  #mc_embed_signup .hs-form-field {
    width: 270px;
    line-height: 60px;
    height: 60px;
  }
  #mc_embed_signup .hs-submit {
    width: 50px;
    margin-left: 6px;
    height: 35px;
    line-height: 60px;
  }
  #mc_embed_signup .input {
    height: 100%;
  }
  .col12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #hs_cos_wrapper_post_body p img {
    float: none !important;
    display: block !important;
    margin: 0 auto 15px !important;
    width: auto !important;
    max-width: 100%;
  }
  .hs-blog-post #ca_header_block {
    padding-bottom: 32px;
  }
  #mc_embed_signup .hs-error-msgs label {
    font-size: 18px;
  }
  #ca_article_content .ca_header p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
  }
  #ca_article_content .ca_header p a {
    font-size: 20px;
    margin-right: 33px;
  }
  #ca_article_content .ca_header .colmd6 + .colmd2:before {
    content: "";
    display: block;
    width: 36px;
    height: 2px;
    background: #64c802;
    position: absolute;
    left: 7.5px;
    bottom: 0;
  }
  #ca_article_content .ca_header .colmd6:before {
    content: none;
  }
  #ca_article_content .ca_header .colmd6 + .colmd2 {
    padding-bottom: 38px;
  }
  #ca_article_content .ca_content {
    margin-bottom: 35px;
  }
}

@media (max-width: 390px) {
  #mc_embed_signup .hs-form-field {
    width: calc(100% - 56px);
  }
}

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.blog-post__tags svg {
  height: 15px;
}
/* Blog Commments */
#comments-listing {
  margin-bottom: 30px;
  margin-top: 30px;
}
#comments-listing:not([data-has-comments="true"]) {
  display: none;
}
#comments-listing.no-comments {
  border: none;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}
.blog-comments form {
  max-width: 100%;
}
.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  display: block !important;
  font-size: 13px;
  text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
.custom_listing_comments{
  border: 1px solid #E2E2E2;
  display: block;
  line-height: 165%;
  padding: 15px;
  line-height:26.4px;
}
.blog-header {
  text-align: center;
}
.blog-sidebar h3.form-title {
  font-size: 22px;
}
.blog-sidebar > div {
  margin-bottom: 30px;
}
.blog-sidebar {
  padding: 3.3rem 0;
}
.blog-sidebar  ul {
  padding: 0;
}
.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
.blog-recent-posts__list {
  display: flex;
  flex-wrap: wrap;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
.blog-recent-posts {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .blog-index__post,
  .blog-recent-posts__post{
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post,
  .blog-recent-posts__post{
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 50px;
  margin-left: 0 !important;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  width: 100%;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}
.hs-error-msgs {
  padding: 0;
}
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
input.email-edit.hs-input {
  width: 100% !important;
  padding: 9px 10px !important;
  font-size: 16px !important;
  margin: 0 0 8px;
}
.hs-form-field {
  margin-bottom: 18px;
}
.systems-page .hs_submit {
  margin: 18px 0;
}
p.header {
  background: transparent;
}

/* Error 404 */
.cm-sys-page h1,.cm-sys-page h2 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  font-size: 2.5rem;
  letter-spacing: 0;
}
.cm-sys-page p {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 1rem;
}
.cm-sys-page {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 30px 0;
}
#searchform input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  width: auto;
  padding: 1px;
  min-height: auto;
  height: auto;
  border: 1px solid gray;
  border-radius: 2px;
}
#searchform form {
  display: inline-block;
}
#searchform form:before {
  content: "Search";
  display: inline-block;
  margin-bottom: .5rem;
}
.cm-sys-page .entry-content {
  margin-top: -1px;
}
#searchform button span,
#searchform button svg {
  display: none;
}
#searchform button:after {
  content: "Search";
}
#searchform button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.cm-sys-page h2 {
  font-size: 2rem;
}
.cm-sys-page .block h3 {
  display: none;
}
#searchform {
  padding: 0 0 1px;
}
.cm-sys-page .widget-module ul {
  margin-top: -1px;
  margin-bottom: 1rem;
  padding: 0;
  list-style: none;
}
.systems-page > h4 {
    font-size: 15px;
}
.cm-sys-page .filter-link-count {
  color: rgba(28,31,36,1.0);
}
.cm-sys-page a.filter-expand-link {
  display: none;
}
.systems-page {
  font-size: 15px;
}
.systems-page .success {
    font-size: 13px;
}
img.wp-smiley, img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}
ul.l_tinynav1 {
  display: none;
}
.cm-sys-page .widget_archive .widget-module:before {
  content: "Archives";
  display: inline-block;
  margin-bottom: .5rem;
}

@media (max-width: 1599px) {
  .cm-sys-page {
    font-size: 15px;
    line-height: 1.5;
  }
  .cm-sys-page .entry-content > div:not(:last-child) {
    margin-bottom: 30px;
  }
  .cm-sys-page h1 {
    font-size: 25px;
  }
  .cm-sys-page h2 {
    font-size: 23px;
  }
  .cm-sys-page h1, 
  .cm-sys-page h2 {
    margin-bottom: 15px;
  }
}
/*!
* Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
* License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
.fa,.fab,.fal,.far,.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em
}

.fa-xs {
  font-size: .75em
}

.fa-sm {
  font-size: .875em
}

.fa-1x {
  font-size: 1em
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-6x {
  font-size: 6em
}

.fa-7x {
  font-size: 7em
}

.fa-8x {
  font-size: 8em
}

.fa-9x {
  font-size: 9em
}

.fa-10x {
  font-size: 10em
}

.fa-fw {
  text-align: center;
  width: 1.25em
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0
}

.fa-ul>li {
  position: relative
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit
}

.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right {
  margin-left: .3em
}

.fa-spin {
  -webkit-animation: a 2s infinite linear;
  animation: a 2s infinite linear
}

.fa-pulse {
  -webkit-animation: a 1s infinite steps(8);
  animation: a 1s infinite steps(8)
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1)
}

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1)
}

.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1)
}

:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em
}

.fa-stack-1x,.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-500px:before {
  content: "\f26e"
}

.fa-accessible-icon:before {
  content: "\f368"
}

.fa-accusoft:before {
  content: "\f369"
}

.fa-address-book:before {
  content: "\f2b9"
}

.fa-address-card:before {
  content: "\f2bb"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-adn:before {
  content: "\f170"
}

.fa-adversal:before {
  content: "\f36a"
}

.fa-affiliatetheme:before {
  content: "\f36b"
}

.fa-algolia:before {
  content: "\f36c"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-amazon:before {
  content: "\f270"
}

.fa-amazon-pay:before {
  content: "\f42c"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"
}

.fa-amilia:before {
  content: "\f36d"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-android:before {
  content: "\f17b"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angrycreative:before {
  content: "\f36e"
}

.fa-angular:before {
  content: "\f420"
}

.fa-app-store:before {
  content: "\f36f"
}

.fa-app-store-ios:before {
  content: "\f370"
}

.fa-apper:before {
  content: "\f371"
}

.fa-apple:before {
  content: "\f179"
}

.fa-apple-pay:before {
  content: "\f415"
}

.fa-archive:before {
  content: "\f187"
}

.fa-arrow-alt-circle-down:before {
  content: "\f358"
}

.fa-arrow-alt-circle-left:before {
  content: "\f359"
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-arrows-alt-h:before {
  content: "\f337"
}

.fa-arrows-alt-v:before {
  content: "\f338"
}

.fa-assistive-listening-systems:before {
  content: "\f2a2"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-asymmetrik:before {
  content: "\f372"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-audible:before {
  content: "\f373"
}

.fa-audio-description:before {
  content: "\f29e"
}

.fa-autoprefixer:before {
  content: "\f41c"
}

.fa-avianex:before {
  content: "\f374"
}

.fa-aviato:before {
  content: "\f421"
}

.fa-aws:before {
  content: "\f375"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-balance-scale:before {
  content: "\f24e"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-bandcamp:before {
  content: "\f2d5"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-bars:before {
  content: "\f0c9"
}

.fa-baseball-ball:before {
  content: "\f433"
}

.fa-basketball-ball:before {
  content: "\f434"
}

.fa-bath:before {
  content: "\f2cd"
}

.fa-battery-empty:before {
  content: "\f244"
}

.fa-battery-full:before {
  content: "\f240"
}

.fa-battery-half:before {
  content: "\f242"
}

.fa-battery-quarter:before {
  content: "\f243"
}

.fa-battery-three-quarters:before {
  content: "\f241"
}

.fa-bed:before {
  content: "\f236"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-bimobject:before {
  content: "\f378"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitcoin:before {
  content: "\f379"
}

.fa-bity:before {
  content: "\f37a"
}

.fa-black-tie:before {
  content: "\f27e"
}

.fa-blackberry:before {
  content: "\f37b"
}

.fa-blind:before {
  content: "\f29d"
}

.fa-blogger:before {
  content: "\f37c"
}

.fa-blogger-b:before {
  content: "\f37d"
}

.fa-bluetooth:before {
  content: "\f293"
}

.fa-bluetooth-b:before {
  content: "\f294"
}

.fa-bold:before {
  content: "\f032"
}

.fa-bolt:before {
  content: "\f0e7"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-book:before {
  content: "\f02d"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-bowling-ball:before {
  content: "\f436"
}

.fa-braille:before {
  content: "\f2a1"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-btc:before {
  content: "\f15a"
}

.fa-bug:before {
  content: "\f188"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-buromobelexperte:before {
  content: "\f37f"
}

.fa-bus:before {
  content: "\f207"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-calendar:before {
  content: "\f133"
}

.fa-calendar-alt:before {
  content: "\f073"
}

.fa-calendar-check:before {
  content: "\f274"
}

.fa-calendar-minus:before {
  content: "\f272"
}

.fa-calendar-plus:before {
  content: "\f271"
}

.fa-calendar-times:before {
  content: "\f273"
}

.fa-camera:before {
  content: "\f030"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-car:before {
  content: "\f1b9"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-caret-square-down:before {
  content: "\f150"
}

.fa-caret-square-left:before {
  content: "\f191"
}

.fa-caret-square-right:before {
  content: "\f152"
}

.fa-caret-square-up:before {
  content: "\f151"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-cart-plus:before {
  content: "\f217"
}

.fa-cc-amazon-pay:before {
  content: "\f42d"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-apple-pay:before {
  content: "\f416"
}

.fa-cc-diners-club:before {
  content: "\f24c"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-jcb:before {
  content: "\f24b"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-centercode:before {
  content: "\f380"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-chart-area:before {
  content: "\f1fe"
}

.fa-chart-bar:before {
  content: "\f080"
}

.fa-chart-line:before {
  content: "\f201"
}

.fa-chart-pie:before {
  content: "\f200"
}

.fa-check:before {
  content: "\f00c"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-chess:before {
  content: "\f439"
}

.fa-chess-bishop:before {
  content: "\f43a"
}

.fa-chess-board:before {
  content: "\f43c"
}

.fa-chess-king:before {
  content: "\f43f"
}

.fa-chess-knight:before {
  content: "\f441"
}

.fa-chess-pawn:before {
  content: "\f443"
}

.fa-chess-queen:before {
  content: "\f445"
}

.fa-chess-rook:before {
  content: "\f447"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-chrome:before {
  content: "\f268"
}

.fa-circle:before {
  content: "\f111"
}

.fa-circle-notch:before {
  content: "\f1ce"
}

.fa-clipboard:before {
  content: "\f328"
}

.fa-clock:before {
  content: "\f017"
}

.fa-clone:before {
  content: "\f24d"
}

.fa-closed-captioning:before {
  content: "\f20a"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-cloud-download-alt:before {
  content: "\f381"
}

.fa-cloud-upload-alt:before {
  content: "\f382"
}

.fa-cloudscale:before {
  content: "\f383"
}

.fa-cloudsmith:before {
  content: "\f384"
}

.fa-cloudversify:before {
  content: "\f385"
}

.fa-code:before {
  content: "\f121"
}

.fa-code-branch:before {
  content: "\f126"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-codiepie:before {
  content: "\f284"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cog:before {
  content: "\f013"
}

.fa-cogs:before {
  content: "\f085"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-comment:before {
  content: "\f075"
}

.fa-comment-alt:before {
  content: "\f27a"
}

.fa-comments:before {
  content: "\f086"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-compress:before {
  content: "\f066"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-contao:before {
  content: "\f26d"
}

.fa-copy:before {
  content: "\f0c5"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-cpanel:before {
  content: "\f388"
}

.fa-creative-commons:before {
  content: "\f25e"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-crop:before {
  content: "\f125"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-css3-alt:before {
  content: "\f38b"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-cut:before {
  content: "\f0c4"
}

.fa-cuttlefish:before {
  content: "\f38c"
}

.fa-d-and-d:before {
  content: "\f38d"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-deaf:before {
  content: "\f2a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-deploydog:before {
  content: "\f38e"
}

.fa-deskpro:before {
  content: "\f38f"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-digital-ocean:before {
  content: "\f391"
}

.fa-discord:before {
  content: "\f392"
}

.fa-discourse:before {
  content: "\f393"
}

.fa-dochub:before {
  content: "\f394"
}

.fa-docker:before {
  content: "\f395"
}

.fa-dollar-sign:before {
  content: "\f155"
}

.fa-dot-circle:before {
  content: "\f192"
}

.fa-download:before {
  content: "\f019"
}

.fa-draft2digital:before {
  content: "\f396"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-dribbble-square:before {
  content: "\f397"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-dyalog:before {
  content: "\f399"
}

.fa-earlybirds:before {
  content: "\f39a"
}

.fa-edge:before {
  content: "\f282"
}

.fa-edit:before {
  content: "\f044"
}

.fa-eject:before {
  content: "\f052"
}

.fa-elementor:before {
  content: "\f430"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-ember:before {
  content: "\f423"
}

.fa-empire:before {
  content: "\f1d1"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-envelope-open:before {
  content: "\f2b6"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-envira:before {
  content: "\f299"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-erlang:before {
  content: "\f39d"
}

.fa-ethereum:before {
  content: "\f42e"
}

.fa-etsy:before {
  content: "\f2d7"
}

.fa-euro-sign:before {
  content: "\f153"
}

.fa-exchange-alt:before {
  content: "\f362"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-expand:before {
  content: "\f065"
}

.fa-expand-arrows-alt:before {
  content: "\f31e"
}

.fa-expeditedssl:before {
  content: "\f23e"
}

.fa-external-link-alt:before {
  content: "\f35d"
}

.fa-external-link-square-alt:before {
  content: "\f360"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-dropper:before {
  content: "\f1fb"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-facebook:before {
  content: "\f09a"
}

.fa-facebook-f:before {
  content: "\f39e"
}

.fa-facebook-messenger:before {
  content: "\f39f"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-female:before {
  content: "\f182"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-alt:before {
  content: "\f15c"
}

.fa-file-archive:before {
  content: "\f1c6"
}

.fa-file-audio:before {
  content: "\f1c7"
}

.fa-file-code:before {
  content: "\f1c9"
}

.fa-file-excel:before {
  content: "\f1c3"
}

.fa-file-image:before {
  content: "\f1c5"
}

.fa-file-pdf:before {
  content: "\f1c1"
}

.fa-file-powerpoint:before {
  content: "\f1c4"
}

.fa-file-video:before {
  content: "\f1c8"
}

.fa-file-word:before {
  content: "\f1c2"
}

.fa-film:before {
  content: "\f008"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-firefox:before {
  content: "\f269"
}

.fa-first-order:before {
  content: "\f2b0"
}

.fa-firstdraft:before {
  content: "\f3a1"
}

.fa-flag:before {
  content: "\f024"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-flipboard:before {
  content: "\f44d"
}

.fa-fly:before {
  content: "\f417"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-font:before {
  content: "\f031"
}

.fa-font-awesome:before {
  content: "\f2b4"
}

.fa-font-awesome-alt:before {
  content: "\f35c"
}

.fa-font-awesome-flag:before {
  content: "\f425"
}

.fa-fonticons:before {
  content: "\f280"
}

.fa-fonticons-fi:before {
  content: "\f3a2"
}

.fa-football-ball:before {
  content: "\f44e"
}

.fa-fort-awesome:before {
  content: "\f286"
}

.fa-fort-awesome-alt:before {
  content: "\f3a3"
}

.fa-forumbee:before {
  content: "\f211"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-free-code-camp:before {
  content: "\f2c5"
}

.fa-freebsd:before {
  content: "\f3a4"
}

.fa-frown:before {
  content: "\f119"
}

.fa-futbol:before {
  content: "\f1e3"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-gavel:before {
  content: "\f0e3"
}

.fa-gem:before {
  content: "\f3a5"
}

.fa-genderless:before {
  content: "\f22d"
}

.fa-get-pocket:before {
  content: "\f265"
}

.fa-gg:before {
  content: "\f260"
}

.fa-gg-circle:before {
  content: "\f261"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-github:before {
  content: "\f09b"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-gitkraken:before {
  content: "\f3a6"
}

.fa-gitlab:before {
  content: "\f296"
}

.fa-gitter:before {
  content: "\f426"
}

.fa-glass-martini:before {
  content: "\f000"
}

.fa-glide:before {
  content: "\f2a5"
}

.fa-glide-g:before {
  content: "\f2a6"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-gofore:before {
  content: "\f3a7"
}

.fa-golf-ball:before {
  content: "\f450"
}

.fa-goodreads:before {
  content: "\f3a8"
}

.fa-goodreads-g:before {
  content: "\f3a9"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-google-drive:before {
  content: "\f3aa"
}

.fa-google-play:before {
  content: "\f3ab"
}

.fa-google-plus:before {
  content: "\f2b3"
}

.fa-google-plus-g:before {
  content: "\f0d5"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-graduation-cap:before {
  content: "\f19d"
}

.fa-gratipay:before {
  content: "\f184"
}

.fa-grav:before {
  content: "\f2d6"
}

.fa-gripfire:before {
  content: "\f3ac"
}

.fa-grunt:before {
  content: "\f3ad"
}

.fa-gulp:before {
  content: "\f3ae"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-hacker-news:before {
  content: "\f1d4"
}

.fa-hacker-news-square:before {
  content: "\f3af"
}

.fa-hand-lizard:before {
  content: "\f258"
}

.fa-hand-paper:before {
  content: "\f256"
}

.fa-hand-peace:before {
  content: "\f25b"
}

.fa-hand-point-down:before {
  content: "\f0a7"
}

.fa-hand-point-left:before {
  content: "\f0a5"
}

.fa-hand-point-right:before {
  content: "\f0a4"
}

.fa-hand-point-up:before {
  content: "\f0a6"
}

.fa-hand-pointer:before {
  content: "\f25a"
}

.fa-hand-rock:before {
  content: "\f255"
}

.fa-hand-scissors:before {
  content: "\f257"
}

.fa-hand-spock:before {
  content: "\f259"
}

.fa-handshake:before {
  content: "\f2b5"
}

.fa-hashtag:before {
  content: "\f292"
}

.fa-hdd:before {
  content: "\f0a0"
}

.fa-heading:before {
  content: "\f1dc"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-heart:before {
  content: "\f004"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-hips:before {
  content: "\f452"
}

.fa-hire-a-helper:before {
  content: "\f3b0"
}

.fa-history:before {
  content: "\f1da"
}

.fa-hockey-puck:before {
  content: "\f453"
}

.fa-home:before {
  content: "\f015"
}

.fa-hooli:before {
  content: "\f427"
}

.fa-hospital:before {
  content: "\f0f8"
}

.fa-hotjar:before {
  content: "\f3b1"
}

.fa-hourglass:before {
  content: "\f254"
}

.fa-hourglass-end:before {
  content: "\f253"
}

.fa-hourglass-half:before {
  content: "\f252"
}

.fa-hourglass-start:before {
  content: "\f251"
}

.fa-houzz:before {
  content: "\f27c"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-hubspot:before {
  content: "\f3b2"
}

.fa-i-cursor:before {
  content: "\f246"
}

.fa-id-badge:before {
  content: "\f2c1"
}

.fa-id-card:before {
  content: "\f2c2"
}

.fa-image:before {
  content: "\f03e"
}

.fa-images:before {
  content: "\f302"
}

.fa-imdb:before {
  content: "\f2d8"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-industry:before {
  content: "\f275"
}

.fa-info:before {
  content: "\f129"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-internet-explorer:before {
  content: "\f26b"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-italic:before {
  content: "\f033"
}

.fa-itunes:before {
  content: "\f3b4"
}

.fa-itunes-note:before {
  content: "\f3b5"
}

.fa-jenkins:before {
  content: "\f3b6"
}

.fa-joget:before {
  content: "\f3b7"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-js:before {
  content: "\f3b8"
}

.fa-js-square:before {
  content: "\f3b9"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-key:before {
  content: "\f084"
}

.fa-keyboard:before {
  content: "\f11c"
}

.fa-keycdn:before {
  content: "\f3ba"
}

.fa-kickstarter:before {
  content: "\f3bb"
}

.fa-kickstarter-k:before {
  content: "\f3bc"
}

.fa-korvue:before {
  content: "\f42f"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-laravel:before {
  content: "\f3bd"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-leanpub:before {
  content: "\f212"
}

.fa-lemon:before {
  content: "\f094"
}

.fa-less:before {
  content: "\f41d"
}

.fa-level-down-alt:before {
  content: "\f3be"
}

.fa-level-up-alt:before {
  content: "\f3bf"
}

.fa-life-ring:before {
  content: "\f1cd"
}

.fa-lightbulb:before {
  content: "\f0eb"
}

.fa-line:before {
  content: "\f3c0"
}

.fa-link:before {
  content: "\f0c1"
}

.fa-linkedin:before {
  content: "\f08c"
}

.fa-linkedin-in:before {
  content: "\f0e1"
}

.fa-linode:before {
  content: "\f2b8"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-lira-sign:before {
  content: "\f195"
}

.fa-list:before {
  content: "\f03a"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-lock:before {
  content: "\f023"
}

.fa-lock-open:before {
  content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
  content: "\f309"
}

.fa-long-arrow-alt-left:before {
  content: "\f30a"
}

.fa-long-arrow-alt-right:before {
  content: "\f30b"
}

.fa-long-arrow-alt-up:before {
  content: "\f30c"
}

.fa-low-vision:before {
  content: "\f2a8"
}

.fa-lyft:before {
  content: "\f3c3"
}

.fa-magento:before {
  content: "\f3c4"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-male:before {
  content: "\f183"
}

.fa-map:before {
  content: "\f279"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-map-marker-alt:before {
  content: "\f3c5"
}

.fa-map-pin:before {
  content: "\f276"
}

.fa-map-signs:before {
  content: "\f277"
}

.fa-mars:before {
  content: "\f222"
}

.fa-mars-double:before {
  content: "\f227"
}

.fa-mars-stroke:before {
  content: "\f229"
}

.fa-mars-stroke-h:before {
  content: "\f22b"
}

.fa-mars-stroke-v:before {
  content: "\f22a"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-medapps:before {
  content: "\f3c6"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-medium-m:before {
  content: "\f3c7"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-medrt:before {
  content: "\f3c8"
}

.fa-meetup:before {
  content: "\f2e0"
}

.fa-meh:before {
  content: "\f11a"
}

.fa-mercury:before {
  content: "\f223"
}

.fa-microchip:before {
  content: "\f2db"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-microsoft:before {
  content: "\f3ca"
}

.fa-minus:before {
  content: "\f068"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-mix:before {
  content: "\f3cb"
}

.fa-mixcloud:before {
  content: "\f289"
}

.fa-mizuni:before {
  content: "\f3cc"
}

.fa-mobile:before {
  content: "\f10b"
}

.fa-mobile-alt:before {
  content: "\f3cd"
}

.fa-modx:before {
  content: "\f285"
}

.fa-monero:before {
  content: "\f3d0"
}

.fa-money-bill-alt:before {
  content: "\f3d1"
}

.fa-moon:before {
  content: "\f186"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-mouse-pointer:before {
  content: "\f245"
}

.fa-music:before {
  content: "\f001"
}

.fa-napster:before {
  content: "\f3d2"
}

.fa-neuter:before {
  content: "\f22c"
}

.fa-newspaper:before {
  content: "\f1ea"
}

.fa-nintendo-switch:before {
  content: "\f418"
}

.fa-node:before {
  content: "\f419"
}

.fa-node-js:before {
  content: "\f3d3"
}

.fa-npm:before {
  content: "\f3d4"
}

.fa-ns8:before {
  content: "\f3d5"
}

.fa-nutritionix:before {
  content: "\f3d6"
}

.fa-object-group:before {
  content: "\f247"
}

.fa-object-ungroup:before {
  content: "\f248"
}

.fa-odnoklassniki:before {
  content: "\f263"
}

.fa-odnoklassniki-square:before {
  content: "\f264"
}

.fa-opencart:before {
  content: "\f23d"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-opera:before {
  content: "\f26a"
}

.fa-optin-monster:before {
  content: "\f23c"
}

.fa-osi:before {
  content: "\f41a"
}

.fa-outdent:before {
  content: "\f03b"
}

.fa-page4:before {
  content: "\f3d7"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-palfed:before {
  content: "\f3d8"
}

.fa-paper-plane:before {
  content: "\f1d8"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-paste:before {
  content: "\f0ea"
}

.fa-patreon:before {
  content: "\f3d9"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-pause-circle:before {
  content: "\f28b"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-pen-square:before {
  content: "\f14b"
}

.fa-pencil-alt:before {
  content: "\f303"
}

.fa-percent:before {
  content: "\f295"
}

.fa-periscope:before {
  content: "\f3da"
}

.fa-phabricator:before {
  content: "\f3db"
}

.fa-phoenix-framework:before {
  content: "\f3dc"
}

.fa-phone:before {
  content: "\f095"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-phone-volume:before {
  content: "\f2a0"
}

.fa-php:before {
  content: "\f457"
}

.fa-pied-piper:before {
  content: "\f2ae"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-pied-piper-pp:before {
  content: "\f1a7"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-plane:before {
  content: "\f072"
}

.fa-play:before {
  content: "\f04b"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-playstation:before {
  content: "\f3df"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-plus:before {
  content: "\f067"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-podcast:before {
  content: "\f2ce"
}

.fa-pound-sign:before {
  content: "\f154"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-print:before {
  content: "\f02f"
}

.fa-product-hunt:before {
  content: "\f288"
}

.fa-pushed:before {
  content: "\f3e1"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-python:before {
  content: "\f3e2"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-question:before {
  content: "\f128"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-quidditch:before {
  content: "\f458"
}

.fa-quinscape:before {
  content: "\f459"
}

.fa-quora:before {
  content: "\f2c4"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-random:before {
  content: "\f074"
}

.fa-ravelry:before {
  content: "\f2d9"
}

.fa-react:before {
  content: "\f41b"
}

.fa-rebel:before {
  content: "\f1d0"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-red-river:before {
  content: "\f3e3"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-alien:before {
  content: "\f281"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-redo:before {
  content: "\f01e"
}

.fa-redo-alt:before {
  content: "\f2f9"
}

.fa-registered:before {
  content: "\f25d"
}

.fa-rendact:before {
  content: "\f3e4"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-reply:before {
  content: "\f3e5"
}

.fa-reply-all:before {
  content: "\f122"
}

.fa-replyd:before {
  content: "\f3e6"
}

.fa-resolving:before {
  content: "\f3e7"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-road:before {
  content: "\f018"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-rocketchat:before {
  content: "\f3e8"
}

.fa-rockrms:before {
  content: "\f3e9"
}

.fa-rss:before {
  content: "\f09e"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-ruble-sign:before {
  content: "\f158"
}

.fa-rupee-sign:before {
  content: "\f156"
}

.fa-safari:before {
  content: "\f267"
}

.fa-sass:before {
  content: "\f41e"
}

.fa-save:before {
  content: "\f0c7"
}

.fa-schlix:before {
  content: "\f3ea"
}

.fa-scribd:before {
  content: "\f28a"
}

.fa-search:before {
  content: "\f002"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-searchengin:before {
  content: "\f3eb"
}

.fa-sellcast:before {
  content: "\f2da"
}

.fa-sellsy:before {
  content: "\f213"
}

.fa-server:before {
  content: "\f233"
}

.fa-servicestack:before {
  content: "\f3ec"
}

.fa-share:before {
  content: "\f064"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-shekel-sign:before {
  content: "\f20b"
}

.fa-shield-alt:before {
  content: "\f3ed"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-shopping-bag:before {
  content: "\f290"
}

.fa-shopping-basket:before {
  content: "\f291"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-shower:before {
  content: "\f2cc"
}

.fa-sign-in-alt:before {
  content: "\f2f6"
}

.fa-sign-language:before {
  content: "\f2a7"
}

.fa-sign-out-alt:before {
  content: "\f2f5"
}

.fa-signal:before {
  content: "\f012"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-sistrix:before {
  content: "\f3ee"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-skyatlas:before {
  content: "\f216"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-slack:before {
  content: "\f198"
}

.fa-slack-hash:before {
  content: "\f3ef"
}

.fa-sliders-h:before {
  content: "\f1de"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-smile:before {
  content: "\f118"
}

.fa-snapchat:before {
  content: "\f2ab"
}

.fa-snapchat-ghost:before {
  content: "\f2ac"
}

.fa-snapchat-square:before {
  content: "\f2ad"
}

.fa-snowflake:before {
  content: "\f2dc"
}

.fa-sort:before {
  content: "\f0dc"
}

.fa-sort-alpha-down:before {
  content: "\f15d"
}

.fa-sort-alpha-up:before {
  content: "\f15e"
}

.fa-sort-amount-down:before {
  content: "\f160"
}

.fa-sort-amount-up:before {
  content: "\f161"
}

.fa-sort-down:before {
  content: "\f0dd"
}

.fa-sort-numeric-down:before {
  content: "\f162"
}

.fa-sort-numeric-up:before {
  content: "\f163"
}

.fa-sort-up:before {
  content: "\f0de"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-speakap:before {
  content: "\f3f3"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-square-full:before {
  content: "\f45c"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-staylinked:before {
  content: "\f3f5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-steam-symbol:before {
  content: "\f3f6"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-sticker-mule:before {
  content: "\f3f7"
}

.fa-sticky-note:before {
  content: "\f249"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-stop-circle:before {
  content: "\f28d"
}

.fa-stopwatch:before {
  content: "\f2f2"
}

.fa-strava:before {
  content: "\f428"
}

.fa-street-view:before {
  content: "\f21d"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-stripe:before {
  content: "\f429"
}

.fa-stripe-s:before {
  content: "\f42a"
}

.fa-studiovinari:before {
  content: "\f3f8"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-subway:before {
  content: "\f239"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-sun:before {
  content: "\f185"
}

.fa-superpowers:before {
  content: "\f2dd"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-supple:before {
  content: "\f3f9"
}

.fa-sync:before {
  content: "\f021"
}

.fa-sync-alt:before {
  content: "\f2f1"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-table-tennis:before {
  content: "\f45d"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-tablet-alt:before {
  content: "\f3fa"
}

.fa-tachometer-alt:before {
  content: "\f3fd"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-taxi:before {
  content: "\f1ba"
}

.fa-telegram:before {
  content: "\f2c6"
}

.fa-telegram-plane:before {
  content: "\f3fe"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-themeisle:before {
  content: "\f2b2"
}

.fa-thermometer-empty:before {
  content: "\f2cb"
}

.fa-thermometer-full:before {
  content: "\f2c7"
}

.fa-thermometer-half:before {
  content: "\f2c9"
}

.fa-thermometer-quarter:before {
  content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbtack:before {
  content: "\f08d"
}

.fa-ticket-alt:before {
  content: "\f3ff"
}

.fa-times:before {
  content: "\f00d"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-tint:before {
  content: "\f043"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-trademark:before {
  content: "\f25c"
}

.fa-train:before {
  content: "\f238"
}

.fa-transgender:before {
  content: "\f224"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-trash-alt:before {
  content: "\f2ed"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-trello:before {
  content: "\f181"
}

.fa-tripadvisor:before {
  content: "\f262"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-tv:before {
  content: "\f26c"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-typo3:before {
  content: "\f42b"
}

.fa-uber:before {
  content: "\f402"
}

.fa-uikit:before {
  content: "\f403"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-undo:before {
  content: "\f0e2"
}

.fa-undo-alt:before {
  content: "\f2ea"
}

.fa-uniregistry:before {
  content: "\f404"
}

.fa-universal-access:before {
  content: "\f29a"
}

.fa-university:before {
  content: "\f19c"
}

.fa-unlink:before {
  content: "\f127"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-untappd:before {
  content: "\f405"
}

.fa-upload:before {
  content: "\f093"
}

.fa-usb:before {
  content: "\f287"
}

.fa-user:before {
  content: "\f007"
}

.fa-user-circle:before {
  content: "\f2bd"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-users:before {
  content: "\f0c0"
}

.fa-ussunnah:before {
  content: "\f407"
}

.fa-utensil-spoon:before {
  content: "\f2e5"
}

.fa-utensils:before {
  content: "\f2e7"
}

.fa-vaadin:before {
  content: "\f408"
}

.fa-venus:before {
  content: "\f221"
}

.fa-venus-double:before {
  content: "\f226"
}

.fa-venus-mars:before {
  content: "\f228"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-viadeo:before {
  content: "\f2a9"
}

.fa-viadeo-square:before {
  content: "\f2aa"
}

.fa-viber:before {
  content: "\f409"
}

.fa-video:before {
  content: "\f03d"
}

.fa-vimeo:before {
  content: "\f40a"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-vimeo-v:before {
  content: "\f27d"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-vk:before {
  content: "\f189"
}

.fa-vnv:before {
  content: "\f40b"
}

.fa-volleyball-ball:before {
  content: "\f45f"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-vuejs:before {
  content: "\f41f"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-weixin:before {
  content: "\f1d7"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-whatsapp-square:before {
  content: "\f40c"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-whmcs:before {
  content: "\f40d"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-wikipedia-w:before {
  content: "\f266"
}

.fa-window-close:before {
  content: "\f410"
}

.fa-window-maximize:before {
  content: "\f2d0"
}

.fa-window-minimize:before {
  content: "\f2d1"
}

.fa-window-restore:before {
  content: "\f2d2"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-won-sign:before {
  content: "\f159"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-wordpress-simple:before {
  content: "\f411"
}

.fa-wpbeginner:before {
  content: "\f297"
}

.fa-wpexplorer:before {
  content: "\f2de"
}

.fa-wpforms:before {
  content: "\f298"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-xbox:before {
  content: "\f412"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-y-combinator:before {
  content: "\f23b"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-yandex:before {
  content: "\f413"
}

.fa-yandex-international:before {
  content: "\f414"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-yen-sign:before {
  content: "\f157"
}

.fa-yoast:before {
  content: "\f2b1"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-youtube-square:before {
  content: "\f431"
}

.sr-only {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.sr-only-focusable:active,.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto
}

@font-face {
  font-family: Font Awesome\ 5 Brands;
  font-style: normal;
  font-weight: 400;
  src: url(https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/Exyn_Technologies_September_2020/fonts/fa-brands-400.eot);
  src: url(https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/Exyn_Technologies_September_2020/fonts/fa-brands-400.eot) format("embedded-opentype"),
    url(https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/fonts/fa-brands-400.woff2) format("woff2"),
    url(https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/fonts/fa-brands-400.woff) format("woff"),
    url(https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/fonts/fa-brands-400.ttf) format("truetype"),
    url(https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/fonts/fa-brands-400.svg) format("svg")
}

.fab {
  font-family: Font Awesome\ 5 Brands
}

@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 400;
  src: url(https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/Exyn_Technologies_September_2020/fonts/fa-regular-400.eot);
  src: url(https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/Exyn_Technologies_September_2020/fonts/fa-regular-400.eot) format("embedded-opentype"),
    url(https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/fonts/fa-regular-400.woff2) format("woff2"),
    url(https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/fonts/fa-regular-400.woff) format("woff"),
    url(https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/fonts/fa-regular-400.ttf) format("truetype"),
    url(https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/fonts/fa-regular-400.svg) format("svg")
}

.far {
  font-weight: 400
}

@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 900;
  src: url(https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/Exyn_Technologies_September_2020/fonts/fa-solid-900.eot);
  src: url(https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/Exyn_Technologies_September_2020/fonts/fa-solid-900.eot) format("embedded-opentype"),
    url(https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/fonts/fa-solid-900.woff2) format("woff2"),
    url(https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/fonts/fa-solid-900.woff) format("woff"),
    url(https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/fonts/fa-solid-900.ttf) format("truetype"),
    url(https://8300473.fs1.hubspotusercontent-na1.net/hubfs/8300473/raw_assets/public/Exyn_Technologies_September_2020/fonts/fa-solid-900.svg) format("svg")
}

.fa,.far,.fas {
  font-family: Font Awesome\ 5 Free
}

.fa,.fas {
  font-weight: 900
}
/* 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;
}