@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  height: 100%;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

body {
  background: #ffffff;
  font-size: 14px; }

:focus {
  outline: none; }

::-webkit-scrollbar {
  display: none; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

h1, h2, h3, h4, h5, h6, p, strong, span {
  padding: 0;
  margin: 0; }

@keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 100%; } }
@keyframes slide1 {
  0%, 100% {
    transform: translate(0, 0); }
  50% {
    transform: translate(5px, 0); } }
@keyframes slide2 {
  0%,
    100% {
    transform: translate(0, 0); }
  50% {
    transform: translate(10px, -10px); } }
@keyframes glowing {
  0% {
    background-position: 0 0; }
  50% {
    background-position: 400% 0; }
  100% {
    background-position: 0 0; } }
/*
This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
It will generate several classes such as:
.m-r-10 which gives margin-right 10 pixels.
.m-r-15 gives MARGIN to the RIGHT 15 pixels.
.m-t-15 gives MARGIN to the TOP 15 pixels and so on.
.p-b-5 gives PADDING to the BOTTOM of 5 pixels
.p-l-40 gives PADDING to the LEFT of 40 pixels
The first letter is "m" or "p" for MARGIN or PADDING
Second letter is "t", "b", "l", or "r" for TOP, BOTTOM, LEFT, or RIGHT
Third letter is the number of spacing in pixels. Adjust the amounts generated by editing the $spaceamounts variable below.
*/
/*-------------------------------------------------------------------------------------------
    CSS Padding & Margin 1 to 100px Top, Bottom, Left, Right 
  -------------------------------------------------------------------------------------------*/
.m-t-0 {
  margin-top: 0px !important; }

.p-t-0 {
  padding-top: 0px !important; }

.m-b-0 {
  margin-bottom: 0px !important; }

.p-b-0 {
  padding-bottom: 0px !important; }

.m-l-0 {
  margin-left: 0px !important; }

.p-l-0 {
  padding-left: 0px !important; }

.m-r-0 {
  margin-right: 0px !important; }

.p-r-0 {
  padding-right: 0px !important; }

.m-0 {
  margin: 0px !important; }

.p-0 {
  padding: 0px !important; }

.m-t-4 {
  margin-top: 4px !important; }

.p-t-4 {
  padding-top: 4px !important; }

.m-b-4 {
  margin-bottom: 4px !important; }

.p-b-4 {
  padding-bottom: 4px !important; }

.m-l-4 {
  margin-left: 4px !important; }

.p-l-4 {
  padding-left: 4px !important; }

.m-r-4 {
  margin-right: 4px !important; }

.p-r-4 {
  padding-right: 4px !important; }

.m-4 {
  margin: 4px !important; }

.p-4 {
  padding: 4px !important; }

.m-t-6 {
  margin-top: 6px !important; }

.p-t-6 {
  padding-top: 6px !important; }

.m-b-6 {
  margin-bottom: 6px !important; }

.p-b-6 {
  padding-bottom: 6px !important; }

.m-l-6 {
  margin-left: 6px !important; }

.p-l-6 {
  padding-left: 6px !important; }

.m-r-6 {
  margin-right: 6px !important; }

.p-r-6 {
  padding-right: 6px !important; }

.m-6 {
  margin: 6px !important; }

.p-6 {
  padding: 6px !important; }

.m-t-8 {
  margin-top: 8px !important; }

.p-t-8 {
  padding-top: 8px !important; }

.m-b-8 {
  margin-bottom: 8px !important; }

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

.m-l-8 {
  margin-left: 8px !important; }

.p-l-8 {
  padding-left: 8px !important; }

.m-r-8 {
  margin-right: 8px !important; }

.p-r-8 {
  padding-right: 8px !important; }

.m-8 {
  margin: 8px !important; }

.p-8 {
  padding: 8px !important; }

.m-t-10 {
  margin-top: 10px !important; }

.p-t-10 {
  padding-top: 10px !important; }

.m-b-10 {
  margin-bottom: 10px !important; }

.p-b-10 {
  padding-bottom: 10px !important; }

.m-l-10 {
  margin-left: 10px !important; }

.p-l-10 {
  padding-left: 10px !important; }

.m-r-10 {
  margin-right: 10px !important; }

.p-r-10 {
  padding-right: 10px !important; }

.m-10 {
  margin: 10px !important; }

.p-10 {
  padding: 10px !important; }

.m-t-12 {
  margin-top: 12px !important; }

.p-t-12 {
  padding-top: 12px !important; }

.m-b-12 {
  margin-bottom: 12px !important; }

.p-b-12 {
  padding-bottom: 12px !important; }

.m-l-12 {
  margin-left: 12px !important; }

.p-l-12 {
  padding-left: 12px !important; }

.m-r-12 {
  margin-right: 12px !important; }

.p-r-12 {
  padding-right: 12px !important; }

.m-12 {
  margin: 12px !important; }

.p-12 {
  padding: 12px !important; }

.m-t-14 {
  margin-top: 14px !important; }

.p-t-14 {
  padding-top: 14px !important; }

.m-b-14 {
  margin-bottom: 14px !important; }

.p-b-14 {
  padding-bottom: 14px !important; }

.m-l-14 {
  margin-left: 14px !important; }

.p-l-14 {
  padding-left: 14px !important; }

.m-r-14 {
  margin-right: 14px !important; }

.p-r-14 {
  padding-right: 14px !important; }

.m-14 {
  margin: 14px !important; }

.p-14 {
  padding: 14px !important; }

.m-t-16 {
  margin-top: 16px !important; }

.p-t-16 {
  padding-top: 16px !important; }

.m-b-16 {
  margin-bottom: 16px !important; }

.p-b-16 {
  padding-bottom: 16px !important; }

.m-l-16 {
  margin-left: 16px !important; }

.p-l-16 {
  padding-left: 16px !important; }

.m-r-16 {
  margin-right: 16px !important; }

.p-r-16 {
  padding-right: 16px !important; }

.m-16 {
  margin: 16px !important; }

.p-16 {
  padding: 16px !important; }

.m-t-18 {
  margin-top: 18px !important; }

.p-t-18 {
  padding-top: 18px !important; }

.m-b-18 {
  margin-bottom: 18px !important; }

.p-b-18 {
  padding-bottom: 18px !important; }

.m-l-18 {
  margin-left: 18px !important; }

.p-l-18 {
  padding-left: 18px !important; }

.m-r-18 {
  margin-right: 18px !important; }

.p-r-18 {
  padding-right: 18px !important; }

.m-18 {
  margin: 18px !important; }

.p-18 {
  padding: 18px !important; }

.m-t-20 {
  margin-top: 20px !important; }

.p-t-20 {
  padding-top: 20px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.p-b-20 {
  padding-bottom: 20px !important; }

.m-l-20 {
  margin-left: 20px !important; }

.p-l-20 {
  padding-left: 20px !important; }

.m-r-20 {
  margin-right: 20px !important; }

.p-r-20 {
  padding-right: 20px !important; }

.m-20 {
  margin: 20px !important; }

.p-20 {
  padding: 20px !important; }

.m-t-22 {
  margin-top: 22px !important; }

.p-t-22 {
  padding-top: 22px !important; }

.m-b-22 {
  margin-bottom: 22px !important; }

.p-b-22 {
  padding-bottom: 22px !important; }

.m-l-22 {
  margin-left: 22px !important; }

.p-l-22 {
  padding-left: 22px !important; }

.m-r-22 {
  margin-right: 22px !important; }

.p-r-22 {
  padding-right: 22px !important; }

.m-22 {
  margin: 22px !important; }

.p-22 {
  padding: 22px !important; }

.m-t-24 {
  margin-top: 24px !important; }

.p-t-24 {
  padding-top: 24px !important; }

.m-b-24 {
  margin-bottom: 24px !important; }

.p-b-24 {
  padding-bottom: 24px !important; }

.m-l-24 {
  margin-left: 24px !important; }

.p-l-24 {
  padding-left: 24px !important; }

.m-r-24 {
  margin-right: 24px !important; }

.p-r-24 {
  padding-right: 24px !important; }

.m-24 {
  margin: 24px !important; }

.p-24 {
  padding: 24px !important; }

.m-t-26 {
  margin-top: 26px !important; }

.p-t-26 {
  padding-top: 26px !important; }

.m-b-26 {
  margin-bottom: 26px !important; }

.p-b-26 {
  padding-bottom: 26px !important; }

.m-l-26 {
  margin-left: 26px !important; }

.p-l-26 {
  padding-left: 26px !important; }

.m-r-26 {
  margin-right: 26px !important; }

.p-r-26 {
  padding-right: 26px !important; }

.m-26 {
  margin: 26px !important; }

.p-26 {
  padding: 26px !important; }

.m-t-28 {
  margin-top: 28px !important; }

.p-t-28 {
  padding-top: 28px !important; }

.m-b-28 {
  margin-bottom: 28px !important; }

.p-b-28 {
  padding-bottom: 28px !important; }

.m-l-28 {
  margin-left: 28px !important; }

.p-l-28 {
  padding-left: 28px !important; }

.m-r-28 {
  margin-right: 28px !important; }

.p-r-28 {
  padding-right: 28px !important; }

.m-28 {
  margin: 28px !important; }

.p-28 {
  padding: 28px !important; }

.m-t-30 {
  margin-top: 30px !important; }

.p-t-30 {
  padding-top: 30px !important; }

.m-b-30 {
  margin-bottom: 30px !important; }

.p-b-30 {
  padding-bottom: 30px !important; }

.m-l-30 {
  margin-left: 30px !important; }

.p-l-30 {
  padding-left: 30px !important; }

.m-r-30 {
  margin-right: 30px !important; }

.p-r-30 {
  padding-right: 30px !important; }

.m-30 {
  margin: 30px !important; }

.p-30 {
  padding: 30px !important; }

.m-t-32 {
  margin-top: 32px !important; }

.p-t-32 {
  padding-top: 32px !important; }

.m-b-32 {
  margin-bottom: 32px !important; }

.p-b-32 {
  padding-bottom: 32px !important; }

.m-l-32 {
  margin-left: 32px !important; }

.p-l-32 {
  padding-left: 32px !important; }

.m-r-32 {
  margin-right: 32px !important; }

.p-r-32 {
  padding-right: 32px !important; }

.m-32 {
  margin: 32px !important; }

.p-32 {
  padding: 32px !important; }

.m-t-34 {
  margin-top: 34px !important; }

.p-t-34 {
  padding-top: 34px !important; }

.m-b-34 {
  margin-bottom: 34px !important; }

.p-b-34 {
  padding-bottom: 34px !important; }

.m-l-34 {
  margin-left: 34px !important; }

.p-l-34 {
  padding-left: 34px !important; }

.m-r-34 {
  margin-right: 34px !important; }

.p-r-34 {
  padding-right: 34px !important; }

.m-34 {
  margin: 34px !important; }

.p-34 {
  padding: 34px !important; }

.m-t-36 {
  margin-top: 36px !important; }

.p-t-36 {
  padding-top: 36px !important; }

.m-b-36 {
  margin-bottom: 36px !important; }

.p-b-36 {
  padding-bottom: 36px !important; }

.m-l-36 {
  margin-left: 36px !important; }

.p-l-36 {
  padding-left: 36px !important; }

.m-r-36 {
  margin-right: 36px !important; }

.p-r-36 {
  padding-right: 36px !important; }

.m-36 {
  margin: 36px !important; }

.p-36 {
  padding: 36px !important; }

.m-t-38 {
  margin-top: 38px !important; }

.p-t-38 {
  padding-top: 38px !important; }

.m-b-38 {
  margin-bottom: 38px !important; }

.p-b-38 {
  padding-bottom: 38px !important; }

.m-l-38 {
  margin-left: 38px !important; }

.p-l-38 {
  padding-left: 38px !important; }

.m-r-38 {
  margin-right: 38px !important; }

.p-r-38 {
  padding-right: 38px !important; }

.m-38 {
  margin: 38px !important; }

.p-38 {
  padding: 38px !important; }

.m-t-40 {
  margin-top: 40px !important; }

.p-t-40 {
  padding-top: 40px !important; }

.m-b-40 {
  margin-bottom: 40px !important; }

.p-b-40 {
  padding-bottom: 40px !important; }

.m-l-40 {
  margin-left: 40px !important; }

.p-l-40 {
  padding-left: 40px !important; }

.m-r-40 {
  margin-right: 40px !important; }

.p-r-40 {
  padding-right: 40px !important; }

.m-40 {
  margin: 40px !important; }

.p-40 {
  padding: 40px !important; }

.m-t-42 {
  margin-top: 42px !important; }

.p-t-42 {
  padding-top: 42px !important; }

.m-b-42 {
  margin-bottom: 42px !important; }

.p-b-42 {
  padding-bottom: 42px !important; }

.m-l-42 {
  margin-left: 42px !important; }

.p-l-42 {
  padding-left: 42px !important; }

.m-r-42 {
  margin-right: 42px !important; }

.p-r-42 {
  padding-right: 42px !important; }

.m-42 {
  margin: 42px !important; }

.p-42 {
  padding: 42px !important; }

.m-t-44 {
  margin-top: 44px !important; }

.p-t-44 {
  padding-top: 44px !important; }

.m-b-44 {
  margin-bottom: 44px !important; }

.p-b-44 {
  padding-bottom: 44px !important; }

.m-l-44 {
  margin-left: 44px !important; }

.p-l-44 {
  padding-left: 44px !important; }

.m-r-44 {
  margin-right: 44px !important; }

.p-r-44 {
  padding-right: 44px !important; }

.m-44 {
  margin: 44px !important; }

.p-44 {
  padding: 44px !important; }

.m-t-46 {
  margin-top: 46px !important; }

.p-t-46 {
  padding-top: 46px !important; }

.m-b-46 {
  margin-bottom: 46px !important; }

.p-b-46 {
  padding-bottom: 46px !important; }

.m-l-46 {
  margin-left: 46px !important; }

.p-l-46 {
  padding-left: 46px !important; }

.m-r-46 {
  margin-right: 46px !important; }

.p-r-46 {
  padding-right: 46px !important; }

.m-46 {
  margin: 46px !important; }

.p-46 {
  padding: 46px !important; }

.m-t-48 {
  margin-top: 48px !important; }

.p-t-48 {
  padding-top: 48px !important; }

.m-b-48 {
  margin-bottom: 48px !important; }

.p-b-48 {
  padding-bottom: 48px !important; }

.m-l-48 {
  margin-left: 48px !important; }

.p-l-48 {
  padding-left: 48px !important; }

.m-r-48 {
  margin-right: 48px !important; }

.p-r-48 {
  padding-right: 48px !important; }

.m-48 {
  margin: 48px !important; }

.p-48 {
  padding: 48px !important; }

.m-t-50 {
  margin-top: 50px !important; }

.p-t-50 {
  padding-top: 50px !important; }

.m-b-50 {
  margin-bottom: 50px !important; }

.p-b-50 {
  padding-bottom: 50px !important; }

.m-l-50 {
  margin-left: 50px !important; }

.p-l-50 {
  padding-left: 50px !important; }

.m-r-50 {
  margin-right: 50px !important; }

.p-r-50 {
  padding-right: 50px !important; }

.m-50 {
  margin: 50px !important; }

.p-50 {
  padding: 50px !important; }

.m-t-52 {
  margin-top: 52px !important; }

.p-t-52 {
  padding-top: 52px !important; }

.m-b-52 {
  margin-bottom: 52px !important; }

.p-b-52 {
  padding-bottom: 52px !important; }

.m-l-52 {
  margin-left: 52px !important; }

.p-l-52 {
  padding-left: 52px !important; }

.m-r-52 {
  margin-right: 52px !important; }

.p-r-52 {
  padding-right: 52px !important; }

.m-52 {
  margin: 52px !important; }

.p-52 {
  padding: 52px !important; }

.m-t-54 {
  margin-top: 54px !important; }

.p-t-54 {
  padding-top: 54px !important; }

.m-b-54 {
  margin-bottom: 54px !important; }

.p-b-54 {
  padding-bottom: 54px !important; }

.m-l-54 {
  margin-left: 54px !important; }

.p-l-54 {
  padding-left: 54px !important; }

.m-r-54 {
  margin-right: 54px !important; }

.p-r-54 {
  padding-right: 54px !important; }

.m-54 {
  margin: 54px !important; }

.p-54 {
  padding: 54px !important; }

.m-t-56 {
  margin-top: 56px !important; }

.p-t-56 {
  padding-top: 56px !important; }

.m-b-56 {
  margin-bottom: 56px !important; }

.p-b-56 {
  padding-bottom: 56px !important; }

.m-l-56 {
  margin-left: 56px !important; }

.p-l-56 {
  padding-left: 56px !important; }

.m-r-56 {
  margin-right: 56px !important; }

.p-r-56 {
  padding-right: 56px !important; }

.m-56 {
  margin: 56px !important; }

.p-56 {
  padding: 56px !important; }

.m-t-58 {
  margin-top: 58px !important; }

.p-t-58 {
  padding-top: 58px !important; }

.m-b-58 {
  margin-bottom: 58px !important; }

.p-b-58 {
  padding-bottom: 58px !important; }

.m-l-58 {
  margin-left: 58px !important; }

.p-l-58 {
  padding-left: 58px !important; }

.m-r-58 {
  margin-right: 58px !important; }

.p-r-58 {
  padding-right: 58px !important; }

.m-58 {
  margin: 58px !important; }

.p-58 {
  padding: 58px !important; }

.m-t-60 {
  margin-top: 60px !important; }

.p-t-60 {
  padding-top: 60px !important; }

.m-b-60 {
  margin-bottom: 60px !important; }

.p-b-60 {
  padding-bottom: 60px !important; }

.m-l-60 {
  margin-left: 60px !important; }

.p-l-60 {
  padding-left: 60px !important; }

.m-r-60 {
  margin-right: 60px !important; }

.p-r-60 {
  padding-right: 60px !important; }

.m-60 {
  margin: 60px !important; }

.p-60 {
  padding: 60px !important; }

.m-t-62 {
  margin-top: 62px !important; }

.p-t-62 {
  padding-top: 62px !important; }

.m-b-62 {
  margin-bottom: 62px !important; }

.p-b-62 {
  padding-bottom: 62px !important; }

.m-l-62 {
  margin-left: 62px !important; }

.p-l-62 {
  padding-left: 62px !important; }

.m-r-62 {
  margin-right: 62px !important; }

.p-r-62 {
  padding-right: 62px !important; }

.m-62 {
  margin: 62px !important; }

.p-62 {
  padding: 62px !important; }

.m-t-64 {
  margin-top: 64px !important; }

.p-t-64 {
  padding-top: 64px !important; }

.m-b-64 {
  margin-bottom: 64px !important; }

.p-b-64 {
  padding-bottom: 64px !important; }

.m-l-64 {
  margin-left: 64px !important; }

.p-l-64 {
  padding-left: 64px !important; }

.m-r-64 {
  margin-right: 64px !important; }

.p-r-64 {
  padding-right: 64px !important; }

.m-64 {
  margin: 64px !important; }

.p-64 {
  padding: 64px !important; }

.m-t-66 {
  margin-top: 66px !important; }

.p-t-66 {
  padding-top: 66px !important; }

.m-b-66 {
  margin-bottom: 66px !important; }

.p-b-66 {
  padding-bottom: 66px !important; }

.m-l-66 {
  margin-left: 66px !important; }

.p-l-66 {
  padding-left: 66px !important; }

.m-r-66 {
  margin-right: 66px !important; }

.p-r-66 {
  padding-right: 66px !important; }

.m-66 {
  margin: 66px !important; }

.p-66 {
  padding: 66px !important; }

.m-t-68 {
  margin-top: 68px !important; }

.p-t-68 {
  padding-top: 68px !important; }

.m-b-68 {
  margin-bottom: 68px !important; }

.p-b-68 {
  padding-bottom: 68px !important; }

.m-l-68 {
  margin-left: 68px !important; }

.p-l-68 {
  padding-left: 68px !important; }

.m-r-68 {
  margin-right: 68px !important; }

.p-r-68 {
  padding-right: 68px !important; }

.m-68 {
  margin: 68px !important; }

.p-68 {
  padding: 68px !important; }

.m-t-70 {
  margin-top: 70px !important; }

.p-t-70 {
  padding-top: 70px !important; }

.m-b-70 {
  margin-bottom: 70px !important; }

.p-b-70 {
  padding-bottom: 70px !important; }

.m-l-70 {
  margin-left: 70px !important; }

.p-l-70 {
  padding-left: 70px !important; }

.m-r-70 {
  margin-right: 70px !important; }

.p-r-70 {
  padding-right: 70px !important; }

.m-70 {
  margin: 70px !important; }

.p-70 {
  padding: 70px !important; }

.m-t-72 {
  margin-top: 72px !important; }

.p-t-72 {
  padding-top: 72px !important; }

.m-b-72 {
  margin-bottom: 72px !important; }

.p-b-72 {
  padding-bottom: 72px !important; }

.m-l-72 {
  margin-left: 72px !important; }

.p-l-72 {
  padding-left: 72px !important; }

.m-r-72 {
  margin-right: 72px !important; }

.p-r-72 {
  padding-right: 72px !important; }

.m-72 {
  margin: 72px !important; }

.p-72 {
  padding: 72px !important; }

.m-t-74 {
  margin-top: 74px !important; }

.p-t-74 {
  padding-top: 74px !important; }

.m-b-74 {
  margin-bottom: 74px !important; }

.p-b-74 {
  padding-bottom: 74px !important; }

.m-l-74 {
  margin-left: 74px !important; }

.p-l-74 {
  padding-left: 74px !important; }

.m-r-74 {
  margin-right: 74px !important; }

.p-r-74 {
  padding-right: 74px !important; }

.m-74 {
  margin: 74px !important; }

.p-74 {
  padding: 74px !important; }

.m-t-76 {
  margin-top: 76px !important; }

.p-t-76 {
  padding-top: 76px !important; }

.m-b-76 {
  margin-bottom: 76px !important; }

.p-b-76 {
  padding-bottom: 76px !important; }

.m-l-76 {
  margin-left: 76px !important; }

.p-l-76 {
  padding-left: 76px !important; }

.m-r-76 {
  margin-right: 76px !important; }

.p-r-76 {
  padding-right: 76px !important; }

.m-76 {
  margin: 76px !important; }

.p-76 {
  padding: 76px !important; }

.m-t-78 {
  margin-top: 78px !important; }

.p-t-78 {
  padding-top: 78px !important; }

.m-b-78 {
  margin-bottom: 78px !important; }

.p-b-78 {
  padding-bottom: 78px !important; }

.m-l-78 {
  margin-left: 78px !important; }

.p-l-78 {
  padding-left: 78px !important; }

.m-r-78 {
  margin-right: 78px !important; }

.p-r-78 {
  padding-right: 78px !important; }

.m-78 {
  margin: 78px !important; }

.p-78 {
  padding: 78px !important; }

.m-t-80 {
  margin-top: 80px !important; }

.p-t-80 {
  padding-top: 80px !important; }

.m-b-80 {
  margin-bottom: 80px !important; }

.p-b-80 {
  padding-bottom: 80px !important; }

.m-l-80 {
  margin-left: 80px !important; }

.p-l-80 {
  padding-left: 80px !important; }

.m-r-80 {
  margin-right: 80px !important; }

.p-r-80 {
  padding-right: 80px !important; }

.m-80 {
  margin: 80px !important; }

.p-80 {
  padding: 80px !important; }

.m-t-82 {
  margin-top: 82px !important; }

.p-t-82 {
  padding-top: 82px !important; }

.m-b-82 {
  margin-bottom: 82px !important; }

.p-b-82 {
  padding-bottom: 82px !important; }

.m-l-82 {
  margin-left: 82px !important; }

.p-l-82 {
  padding-left: 82px !important; }

.m-r-82 {
  margin-right: 82px !important; }

.p-r-82 {
  padding-right: 82px !important; }

.m-82 {
  margin: 82px !important; }

.p-82 {
  padding: 82px !important; }

.m-t-84 {
  margin-top: 84px !important; }

.p-t-84 {
  padding-top: 84px !important; }

.m-b-84 {
  margin-bottom: 84px !important; }

.p-b-84 {
  padding-bottom: 84px !important; }

.m-l-84 {
  margin-left: 84px !important; }

.p-l-84 {
  padding-left: 84px !important; }

.m-r-84 {
  margin-right: 84px !important; }

.p-r-84 {
  padding-right: 84px !important; }

.m-84 {
  margin: 84px !important; }

.p-84 {
  padding: 84px !important; }

.m-t-86 {
  margin-top: 86px !important; }

.p-t-86 {
  padding-top: 86px !important; }

.m-b-86 {
  margin-bottom: 86px !important; }

.p-b-86 {
  padding-bottom: 86px !important; }

.m-l-86 {
  margin-left: 86px !important; }

.p-l-86 {
  padding-left: 86px !important; }

.m-r-86 {
  margin-right: 86px !important; }

.p-r-86 {
  padding-right: 86px !important; }

.m-86 {
  margin: 86px !important; }

.p-86 {
  padding: 86px !important; }

.m-t-88 {
  margin-top: 88px !important; }

.p-t-88 {
  padding-top: 88px !important; }

.m-b-88 {
  margin-bottom: 88px !important; }

.p-b-88 {
  padding-bottom: 88px !important; }

.m-l-88 {
  margin-left: 88px !important; }

.p-l-88 {
  padding-left: 88px !important; }

.m-r-88 {
  margin-right: 88px !important; }

.p-r-88 {
  padding-right: 88px !important; }

.m-88 {
  margin: 88px !important; }

.p-88 {
  padding: 88px !important; }

.m-t-90 {
  margin-top: 90px !important; }

.p-t-90 {
  padding-top: 90px !important; }

.m-b-90 {
  margin-bottom: 90px !important; }

.p-b-90 {
  padding-bottom: 90px !important; }

.m-l-90 {
  margin-left: 90px !important; }

.p-l-90 {
  padding-left: 90px !important; }

.m-r-90 {
  margin-right: 90px !important; }

.p-r-90 {
  padding-right: 90px !important; }

.m-90 {
  margin: 90px !important; }

.p-90 {
  padding: 90px !important; }

.m-t-92 {
  margin-top: 92px !important; }

.p-t-92 {
  padding-top: 92px !important; }

.m-b-92 {
  margin-bottom: 92px !important; }

.p-b-92 {
  padding-bottom: 92px !important; }

.m-l-92 {
  margin-left: 92px !important; }

.p-l-92 {
  padding-left: 92px !important; }

.m-r-92 {
  margin-right: 92px !important; }

.p-r-92 {
  padding-right: 92px !important; }

.m-92 {
  margin: 92px !important; }

.p-92 {
  padding: 92px !important; }

.m-t-94 {
  margin-top: 94px !important; }

.p-t-94 {
  padding-top: 94px !important; }

.m-b-94 {
  margin-bottom: 94px !important; }

.p-b-94 {
  padding-bottom: 94px !important; }

.m-l-94 {
  margin-left: 94px !important; }

.p-l-94 {
  padding-left: 94px !important; }

.m-r-94 {
  margin-right: 94px !important; }

.p-r-94 {
  padding-right: 94px !important; }

.m-94 {
  margin: 94px !important; }

.p-94 {
  padding: 94px !important; }

.m-t-96 {
  margin-top: 96px !important; }

.p-t-96 {
  padding-top: 96px !important; }

.m-b-96 {
  margin-bottom: 96px !important; }

.p-b-96 {
  padding-bottom: 96px !important; }

.m-l-96 {
  margin-left: 96px !important; }

.p-l-96 {
  padding-left: 96px !important; }

.m-r-96 {
  margin-right: 96px !important; }

.p-r-96 {
  padding-right: 96px !important; }

.m-96 {
  margin: 96px !important; }

.p-96 {
  padding: 96px !important; }

.m-t-98 {
  margin-top: 98px !important; }

.p-t-98 {
  padding-top: 98px !important; }

.m-b-98 {
  margin-bottom: 98px !important; }

.p-b-98 {
  padding-bottom: 98px !important; }

.m-l-98 {
  margin-left: 98px !important; }

.p-l-98 {
  padding-left: 98px !important; }

.m-r-98 {
  margin-right: 98px !important; }

.p-r-98 {
  padding-right: 98px !important; }

.m-98 {
  margin: 98px !important; }

.p-98 {
  padding: 98px !important; }

.m-t-100 {
  margin-top: 100px !important; }

.p-t-100 {
  padding-top: 100px !important; }

.m-b-100 {
  margin-bottom: 100px !important; }

.p-b-100 {
  padding-bottom: 100px !important; }

.m-l-100 {
  margin-left: 100px !important; }

.p-l-100 {
  padding-left: 100px !important; }

.m-r-100 {
  margin-right: 100px !important; }

.p-r-100 {
  padding-right: 100px !important; }

.m-100 {
  margin: 100px !important; }

.p-100 {
  padding: 100px !important; }

.m-t-104 {
  margin-top: 104px !important; }

.p-t-104 {
  padding-top: 104px !important; }

.m-b-104 {
  margin-bottom: 104px !important; }

.p-b-104 {
  padding-bottom: 104px !important; }

.m-l-104 {
  margin-left: 104px !important; }

.p-l-104 {
  padding-left: 104px !important; }

.m-r-104 {
  margin-right: 104px !important; }

.p-r-104 {
  padding-right: 104px !important; }

.m-104 {
  margin: 104px !important; }

.p-104 {
  padding: 104px !important; }

.m-t-108 {
  margin-top: 108px !important; }

.p-t-108 {
  padding-top: 108px !important; }

.m-b-108 {
  margin-bottom: 108px !important; }

.p-b-108 {
  padding-bottom: 108px !important; }

.m-l-108 {
  margin-left: 108px !important; }

.p-l-108 {
  padding-left: 108px !important; }

.m-r-108 {
  margin-right: 108px !important; }

.p-r-108 {
  padding-right: 108px !important; }

.m-108 {
  margin: 108px !important; }

.p-108 {
  padding: 108px !important; }

.m-t-110 {
  margin-top: 110px !important; }

.p-t-110 {
  padding-top: 110px !important; }

.m-b-110 {
  margin-bottom: 110px !important; }

.p-b-110 {
  padding-bottom: 110px !important; }

.m-l-110 {
  margin-left: 110px !important; }

.p-l-110 {
  padding-left: 110px !important; }

.m-r-110 {
  margin-right: 110px !important; }

.p-r-110 {
  padding-right: 110px !important; }

.m-110 {
  margin: 110px !important; }

.p-110 {
  padding: 110px !important; }

.m-t-112 {
  margin-top: 112px !important; }

.p-t-112 {
  padding-top: 112px !important; }

.m-b-112 {
  margin-bottom: 112px !important; }

.p-b-112 {
  padding-bottom: 112px !important; }

.m-l-112 {
  margin-left: 112px !important; }

.p-l-112 {
  padding-left: 112px !important; }

.m-r-112 {
  margin-right: 112px !important; }

.p-r-112 {
  padding-right: 112px !important; }

.m-112 {
  margin: 112px !important; }

.p-112 {
  padding: 112px !important; }

.m-t-114 {
  margin-top: 114px !important; }

.p-t-114 {
  padding-top: 114px !important; }

.m-b-114 {
  margin-bottom: 114px !important; }

.p-b-114 {
  padding-bottom: 114px !important; }

.m-l-114 {
  margin-left: 114px !important; }

.p-l-114 {
  padding-left: 114px !important; }

.m-r-114 {
  margin-right: 114px !important; }

.p-r-114 {
  padding-right: 114px !important; }

.m-114 {
  margin: 114px !important; }

.p-114 {
  padding: 114px !important; }

.m-t-116 {
  margin-top: 116px !important; }

.p-t-116 {
  padding-top: 116px !important; }

.m-b-116 {
  margin-bottom: 116px !important; }

.p-b-116 {
  padding-bottom: 116px !important; }

.m-l-116 {
  margin-left: 116px !important; }

.p-l-116 {
  padding-left: 116px !important; }

.m-r-116 {
  margin-right: 116px !important; }

.p-r-116 {
  padding-right: 116px !important; }

.m-116 {
  margin: 116px !important; }

.p-116 {
  padding: 116px !important; }

.m-t-118 {
  margin-top: 118px !important; }

.p-t-118 {
  padding-top: 118px !important; }

.m-b-118 {
  margin-bottom: 118px !important; }

.p-b-118 {
  padding-bottom: 118px !important; }

.m-l-118 {
  margin-left: 118px !important; }

.p-l-118 {
  padding-left: 118px !important; }

.m-r-118 {
  margin-right: 118px !important; }

.p-r-118 {
  padding-right: 118px !important; }

.m-118 {
  margin: 118px !important; }

.p-118 {
  padding: 118px !important; }

.m-t-120 {
  margin-top: 120px !important; }

.p-t-120 {
  padding-top: 120px !important; }

.m-b-120 {
  margin-bottom: 120px !important; }

.p-b-120 {
  padding-bottom: 120px !important; }

.m-l-120 {
  margin-left: 120px !important; }

.p-l-120 {
  padding-left: 120px !important; }

.m-r-120 {
  margin-right: 120px !important; }

.p-r-120 {
  padding-right: 120px !important; }

.m-120 {
  margin: 120px !important; }

.p-120 {
  padding: 120px !important; }

.m-t-122 {
  margin-top: 122px !important; }

.p-t-122 {
  padding-top: 122px !important; }

.m-b-122 {
  margin-bottom: 122px !important; }

.p-b-122 {
  padding-bottom: 122px !important; }

.m-l-122 {
  margin-left: 122px !important; }

.p-l-122 {
  padding-left: 122px !important; }

.m-r-122 {
  margin-right: 122px !important; }

.p-r-122 {
  padding-right: 122px !important; }

.m-122 {
  margin: 122px !important; }

.p-122 {
  padding: 122px !important; }

.m-t-124 {
  margin-top: 124px !important; }

.p-t-124 {
  padding-top: 124px !important; }

.m-b-124 {
  margin-bottom: 124px !important; }

.p-b-124 {
  padding-bottom: 124px !important; }

.m-l-124 {
  margin-left: 124px !important; }

.p-l-124 {
  padding-left: 124px !important; }

.m-r-124 {
  margin-right: 124px !important; }

.p-r-124 {
  padding-right: 124px !important; }

.m-124 {
  margin: 124px !important; }

.p-124 {
  padding: 124px !important; }

@media (max-width: 767px) {
  .xs-m-t-0 {
    margin-top: 0px !important; }

  .xs-p-t-0 {
    padding-top: 0px !important; }

  .xs-m-b-0 {
    margin-bottom: 0px !important; }

  .xs-p-b-0 {
    padding-bottom: 0px !important; }

  .xs-m-l-0 {
    margin-left: 0px !important; }

  .xs-p-l-0 {
    padding-left: 0px !important; }

  .xs-m-r-0 {
    margin-right: 0px !important; }

  .xs-p-r-0 {
    padding-right: 0px !important; }

  .xs-m-0 {
    margin: 0px !important; }

  .xs-p-0 {
    padding: 0px !important; }

  .xs-m-t-4 {
    margin-top: 4px !important; }

  .xs-p-t-4 {
    padding-top: 4px !important; }

  .xs-m-b-4 {
    margin-bottom: 4px !important; }

  .xs-p-b-4 {
    padding-bottom: 4px !important; }

  .xs-m-l-4 {
    margin-left: 4px !important; }

  .xs-p-l-4 {
    padding-left: 4px !important; }

  .xs-m-r-4 {
    margin-right: 4px !important; }

  .xs-p-r-4 {
    padding-right: 4px !important; }

  .xs-m-4 {
    margin: 4px !important; }

  .xs-p-4 {
    padding: 4px !important; }

  .xs-m-t-6 {
    margin-top: 6px !important; }

  .xs-p-t-6 {
    padding-top: 6px !important; }

  .xs-m-b-6 {
    margin-bottom: 6px !important; }

  .xs-p-b-6 {
    padding-bottom: 6px !important; }

  .xs-m-l-6 {
    margin-left: 6px !important; }

  .xs-p-l-6 {
    padding-left: 6px !important; }

  .xs-m-r-6 {
    margin-right: 6px !important; }

  .xs-p-r-6 {
    padding-right: 6px !important; }

  .xs-m-6 {
    margin: 6px !important; }

  .xs-p-6 {
    padding: 6px !important; }

  .xs-m-t-8 {
    margin-top: 8px !important; }

  .xs-p-t-8 {
    padding-top: 8px !important; }

  .xs-m-b-8 {
    margin-bottom: 8px !important; }

  .xs-p-b-8 {
    padding-bottom: 8px !important; }

  .xs-m-l-8 {
    margin-left: 8px !important; }

  .xs-p-l-8 {
    padding-left: 8px !important; }

  .xs-m-r-8 {
    margin-right: 8px !important; }

  .xs-p-r-8 {
    padding-right: 8px !important; }

  .xs-m-8 {
    margin: 8px !important; }

  .xs-p-8 {
    padding: 8px !important; }

  .xs-m-t-10 {
    margin-top: 10px !important; }

  .xs-p-t-10 {
    padding-top: 10px !important; }

  .xs-m-b-10 {
    margin-bottom: 10px !important; }

  .xs-p-b-10 {
    padding-bottom: 10px !important; }

  .xs-m-l-10 {
    margin-left: 10px !important; }

  .xs-p-l-10 {
    padding-left: 10px !important; }

  .xs-m-r-10 {
    margin-right: 10px !important; }

  .xs-p-r-10 {
    padding-right: 10px !important; }

  .xs-m-10 {
    margin: 10px !important; }

  .xs-p-10 {
    padding: 10px !important; }

  .xs-m-t-12 {
    margin-top: 12px !important; }

  .xs-p-t-12 {
    padding-top: 12px !important; }

  .xs-m-b-12 {
    margin-bottom: 12px !important; }

  .xs-p-b-12 {
    padding-bottom: 12px !important; }

  .xs-m-l-12 {
    margin-left: 12px !important; }

  .xs-p-l-12 {
    padding-left: 12px !important; }

  .xs-m-r-12 {
    margin-right: 12px !important; }

  .xs-p-r-12 {
    padding-right: 12px !important; }

  .xs-m-12 {
    margin: 12px !important; }

  .xs-p-12 {
    padding: 12px !important; }

  .xs-m-t-14 {
    margin-top: 14px !important; }

  .xs-p-t-14 {
    padding-top: 14px !important; }

  .xs-m-b-14 {
    margin-bottom: 14px !important; }

  .xs-p-b-14 {
    padding-bottom: 14px !important; }

  .xs-m-l-14 {
    margin-left: 14px !important; }

  .xs-p-l-14 {
    padding-left: 14px !important; }

  .xs-m-r-14 {
    margin-right: 14px !important; }

  .xs-p-r-14 {
    padding-right: 14px !important; }

  .xs-m-14 {
    margin: 14px !important; }

  .xs-p-14 {
    padding: 14px !important; }

  .xs-m-t-16 {
    margin-top: 16px !important; }

  .xs-p-t-16 {
    padding-top: 16px !important; }

  .xs-m-b-16 {
    margin-bottom: 16px !important; }

  .xs-p-b-16 {
    padding-bottom: 16px !important; }

  .xs-m-l-16 {
    margin-left: 16px !important; }

  .xs-p-l-16 {
    padding-left: 16px !important; }

  .xs-m-r-16 {
    margin-right: 16px !important; }

  .xs-p-r-16 {
    padding-right: 16px !important; }

  .xs-m-16 {
    margin: 16px !important; }

  .xs-p-16 {
    padding: 16px !important; }

  .xs-m-t-18 {
    margin-top: 18px !important; }

  .xs-p-t-18 {
    padding-top: 18px !important; }

  .xs-m-b-18 {
    margin-bottom: 18px !important; }

  .xs-p-b-18 {
    padding-bottom: 18px !important; }

  .xs-m-l-18 {
    margin-left: 18px !important; }

  .xs-p-l-18 {
    padding-left: 18px !important; }

  .xs-m-r-18 {
    margin-right: 18px !important; }

  .xs-p-r-18 {
    padding-right: 18px !important; }

  .xs-m-18 {
    margin: 18px !important; }

  .xs-p-18 {
    padding: 18px !important; }

  .xs-m-t-20 {
    margin-top: 20px !important; }

  .xs-p-t-20 {
    padding-top: 20px !important; }

  .xs-m-b-20 {
    margin-bottom: 20px !important; }

  .xs-p-b-20 {
    padding-bottom: 20px !important; }

  .xs-m-l-20 {
    margin-left: 20px !important; }

  .xs-p-l-20 {
    padding-left: 20px !important; }

  .xs-m-r-20 {
    margin-right: 20px !important; }

  .xs-p-r-20 {
    padding-right: 20px !important; }

  .xs-m-20 {
    margin: 20px !important; }

  .xs-p-20 {
    padding: 20px !important; }

  .xs-m-t-22 {
    margin-top: 22px !important; }

  .xs-p-t-22 {
    padding-top: 22px !important; }

  .xs-m-b-22 {
    margin-bottom: 22px !important; }

  .xs-p-b-22 {
    padding-bottom: 22px !important; }

  .xs-m-l-22 {
    margin-left: 22px !important; }

  .xs-p-l-22 {
    padding-left: 22px !important; }

  .xs-m-r-22 {
    margin-right: 22px !important; }

  .xs-p-r-22 {
    padding-right: 22px !important; }

  .xs-m-22 {
    margin: 22px !important; }

  .xs-p-22 {
    padding: 22px !important; }

  .xs-m-t-24 {
    margin-top: 24px !important; }

  .xs-p-t-24 {
    padding-top: 24px !important; }

  .xs-m-b-24 {
    margin-bottom: 24px !important; }

  .xs-p-b-24 {
    padding-bottom: 24px !important; }

  .xs-m-l-24 {
    margin-left: 24px !important; }

  .xs-p-l-24 {
    padding-left: 24px !important; }

  .xs-m-r-24 {
    margin-right: 24px !important; }

  .xs-p-r-24 {
    padding-right: 24px !important; }

  .xs-m-24 {
    margin: 24px !important; }

  .xs-p-24 {
    padding: 24px !important; }

  .xs-m-t-26 {
    margin-top: 26px !important; }

  .xs-p-t-26 {
    padding-top: 26px !important; }

  .xs-m-b-26 {
    margin-bottom: 26px !important; }

  .xs-p-b-26 {
    padding-bottom: 26px !important; }

  .xs-m-l-26 {
    margin-left: 26px !important; }

  .xs-p-l-26 {
    padding-left: 26px !important; }

  .xs-m-r-26 {
    margin-right: 26px !important; }

  .xs-p-r-26 {
    padding-right: 26px !important; }

  .xs-m-26 {
    margin: 26px !important; }

  .xs-p-26 {
    padding: 26px !important; }

  .xs-m-t-28 {
    margin-top: 28px !important; }

  .xs-p-t-28 {
    padding-top: 28px !important; }

  .xs-m-b-28 {
    margin-bottom: 28px !important; }

  .xs-p-b-28 {
    padding-bottom: 28px !important; }

  .xs-m-l-28 {
    margin-left: 28px !important; }

  .xs-p-l-28 {
    padding-left: 28px !important; }

  .xs-m-r-28 {
    margin-right: 28px !important; }

  .xs-p-r-28 {
    padding-right: 28px !important; }

  .xs-m-28 {
    margin: 28px !important; }

  .xs-p-28 {
    padding: 28px !important; }

  .xs-m-t-30 {
    margin-top: 30px !important; }

  .xs-p-t-30 {
    padding-top: 30px !important; }

  .xs-m-b-30 {
    margin-bottom: 30px !important; }

  .xs-p-b-30 {
    padding-bottom: 30px !important; }

  .xs-m-l-30 {
    margin-left: 30px !important; }

  .xs-p-l-30 {
    padding-left: 30px !important; }

  .xs-m-r-30 {
    margin-right: 30px !important; }

  .xs-p-r-30 {
    padding-right: 30px !important; }

  .xs-m-30 {
    margin: 30px !important; }

  .xs-p-30 {
    padding: 30px !important; }

  .xs-m-t-32 {
    margin-top: 32px !important; }

  .xs-p-t-32 {
    padding-top: 32px !important; }

  .xs-m-b-32 {
    margin-bottom: 32px !important; }

  .xs-p-b-32 {
    padding-bottom: 32px !important; }

  .xs-m-l-32 {
    margin-left: 32px !important; }

  .xs-p-l-32 {
    padding-left: 32px !important; }

  .xs-m-r-32 {
    margin-right: 32px !important; }

  .xs-p-r-32 {
    padding-right: 32px !important; }

  .xs-m-32 {
    margin: 32px !important; }

  .xs-p-32 {
    padding: 32px !important; }

  .xs-m-t-34 {
    margin-top: 34px !important; }

  .xs-p-t-34 {
    padding-top: 34px !important; }

  .xs-m-b-34 {
    margin-bottom: 34px !important; }

  .xs-p-b-34 {
    padding-bottom: 34px !important; }

  .xs-m-l-34 {
    margin-left: 34px !important; }

  .xs-p-l-34 {
    padding-left: 34px !important; }

  .xs-m-r-34 {
    margin-right: 34px !important; }

  .xs-p-r-34 {
    padding-right: 34px !important; }

  .xs-m-34 {
    margin: 34px !important; }

  .xs-p-34 {
    padding: 34px !important; }

  .xs-m-t-36 {
    margin-top: 36px !important; }

  .xs-p-t-36 {
    padding-top: 36px !important; }

  .xs-m-b-36 {
    margin-bottom: 36px !important; }

  .xs-p-b-36 {
    padding-bottom: 36px !important; }

  .xs-m-l-36 {
    margin-left: 36px !important; }

  .xs-p-l-36 {
    padding-left: 36px !important; }

  .xs-m-r-36 {
    margin-right: 36px !important; }

  .xs-p-r-36 {
    padding-right: 36px !important; }

  .xs-m-36 {
    margin: 36px !important; }

  .xs-p-36 {
    padding: 36px !important; }

  .xs-m-t-38 {
    margin-top: 38px !important; }

  .xs-p-t-38 {
    padding-top: 38px !important; }

  .xs-m-b-38 {
    margin-bottom: 38px !important; }

  .xs-p-b-38 {
    padding-bottom: 38px !important; }

  .xs-m-l-38 {
    margin-left: 38px !important; }

  .xs-p-l-38 {
    padding-left: 38px !important; }

  .xs-m-r-38 {
    margin-right: 38px !important; }

  .xs-p-r-38 {
    padding-right: 38px !important; }

  .xs-m-38 {
    margin: 38px !important; }

  .xs-p-38 {
    padding: 38px !important; }

  .xs-m-t-40 {
    margin-top: 40px !important; }

  .xs-p-t-40 {
    padding-top: 40px !important; }

  .xs-m-b-40 {
    margin-bottom: 40px !important; }

  .xs-p-b-40 {
    padding-bottom: 40px !important; }

  .xs-m-l-40 {
    margin-left: 40px !important; }

  .xs-p-l-40 {
    padding-left: 40px !important; }

  .xs-m-r-40 {
    margin-right: 40px !important; }

  .xs-p-r-40 {
    padding-right: 40px !important; }

  .xs-m-40 {
    margin: 40px !important; }

  .xs-p-40 {
    padding: 40px !important; }

  .xs-m-t-42 {
    margin-top: 42px !important; }

  .xs-p-t-42 {
    padding-top: 42px !important; }

  .xs-m-b-42 {
    margin-bottom: 42px !important; }

  .xs-p-b-42 {
    padding-bottom: 42px !important; }

  .xs-m-l-42 {
    margin-left: 42px !important; }

  .xs-p-l-42 {
    padding-left: 42px !important; }

  .xs-m-r-42 {
    margin-right: 42px !important; }

  .xs-p-r-42 {
    padding-right: 42px !important; }

  .xs-m-42 {
    margin: 42px !important; }

  .xs-p-42 {
    padding: 42px !important; }

  .xs-m-t-44 {
    margin-top: 44px !important; }

  .xs-p-t-44 {
    padding-top: 44px !important; }

  .xs-m-b-44 {
    margin-bottom: 44px !important; }

  .xs-p-b-44 {
    padding-bottom: 44px !important; }

  .xs-m-l-44 {
    margin-left: 44px !important; }

  .xs-p-l-44 {
    padding-left: 44px !important; }

  .xs-m-r-44 {
    margin-right: 44px !important; }

  .xs-p-r-44 {
    padding-right: 44px !important; }

  .xs-m-44 {
    margin: 44px !important; }

  .xs-p-44 {
    padding: 44px !important; }

  .xs-m-t-46 {
    margin-top: 46px !important; }

  .xs-p-t-46 {
    padding-top: 46px !important; }

  .xs-m-b-46 {
    margin-bottom: 46px !important; }

  .xs-p-b-46 {
    padding-bottom: 46px !important; }

  .xs-m-l-46 {
    margin-left: 46px !important; }

  .xs-p-l-46 {
    padding-left: 46px !important; }

  .xs-m-r-46 {
    margin-right: 46px !important; }

  .xs-p-r-46 {
    padding-right: 46px !important; }

  .xs-m-46 {
    margin: 46px !important; }

  .xs-p-46 {
    padding: 46px !important; }

  .xs-m-t-48 {
    margin-top: 48px !important; }

  .xs-p-t-48 {
    padding-top: 48px !important; }

  .xs-m-b-48 {
    margin-bottom: 48px !important; }

  .xs-p-b-48 {
    padding-bottom: 48px !important; }

  .xs-m-l-48 {
    margin-left: 48px !important; }

  .xs-p-l-48 {
    padding-left: 48px !important; }

  .xs-m-r-48 {
    margin-right: 48px !important; }

  .xs-p-r-48 {
    padding-right: 48px !important; }

  .xs-m-48 {
    margin: 48px !important; }

  .xs-p-48 {
    padding: 48px !important; }

  .xs-m-t-50 {
    margin-top: 50px !important; }

  .xs-p-t-50 {
    padding-top: 50px !important; }

  .xs-m-b-50 {
    margin-bottom: 50px !important; }

  .xs-p-b-50 {
    padding-bottom: 50px !important; }

  .xs-m-l-50 {
    margin-left: 50px !important; }

  .xs-p-l-50 {
    padding-left: 50px !important; }

  .xs-m-r-50 {
    margin-right: 50px !important; }

  .xs-p-r-50 {
    padding-right: 50px !important; }

  .xs-m-50 {
    margin: 50px !important; }

  .xs-p-50 {
    padding: 50px !important; }

  .xs-m-t-52 {
    margin-top: 52px !important; }

  .xs-p-t-52 {
    padding-top: 52px !important; }

  .xs-m-b-52 {
    margin-bottom: 52px !important; }

  .xs-p-b-52 {
    padding-bottom: 52px !important; }

  .xs-m-l-52 {
    margin-left: 52px !important; }

  .xs-p-l-52 {
    padding-left: 52px !important; }

  .xs-m-r-52 {
    margin-right: 52px !important; }

  .xs-p-r-52 {
    padding-right: 52px !important; }

  .xs-m-52 {
    margin: 52px !important; }

  .xs-p-52 {
    padding: 52px !important; }

  .xs-m-t-54 {
    margin-top: 54px !important; }

  .xs-p-t-54 {
    padding-top: 54px !important; }

  .xs-m-b-54 {
    margin-bottom: 54px !important; }

  .xs-p-b-54 {
    padding-bottom: 54px !important; }

  .xs-m-l-54 {
    margin-left: 54px !important; }

  .xs-p-l-54 {
    padding-left: 54px !important; }

  .xs-m-r-54 {
    margin-right: 54px !important; }

  .xs-p-r-54 {
    padding-right: 54px !important; }

  .xs-m-54 {
    margin: 54px !important; }

  .xs-p-54 {
    padding: 54px !important; }

  .xs-m-t-56 {
    margin-top: 56px !important; }

  .xs-p-t-56 {
    padding-top: 56px !important; }

  .xs-m-b-56 {
    margin-bottom: 56px !important; }

  .xs-p-b-56 {
    padding-bottom: 56px !important; }

  .xs-m-l-56 {
    margin-left: 56px !important; }

  .xs-p-l-56 {
    padding-left: 56px !important; }

  .xs-m-r-56 {
    margin-right: 56px !important; }

  .xs-p-r-56 {
    padding-right: 56px !important; }

  .xs-m-56 {
    margin: 56px !important; }

  .xs-p-56 {
    padding: 56px !important; }

  .xs-m-t-58 {
    margin-top: 58px !important; }

  .xs-p-t-58 {
    padding-top: 58px !important; }

  .xs-m-b-58 {
    margin-bottom: 58px !important; }

  .xs-p-b-58 {
    padding-bottom: 58px !important; }

  .xs-m-l-58 {
    margin-left: 58px !important; }

  .xs-p-l-58 {
    padding-left: 58px !important; }

  .xs-m-r-58 {
    margin-right: 58px !important; }

  .xs-p-r-58 {
    padding-right: 58px !important; }

  .xs-m-58 {
    margin: 58px !important; }

  .xs-p-58 {
    padding: 58px !important; }

  .xs-m-t-60 {
    margin-top: 60px !important; }

  .xs-p-t-60 {
    padding-top: 60px !important; }

  .xs-m-b-60 {
    margin-bottom: 60px !important; }

  .xs-p-b-60 {
    padding-bottom: 60px !important; }

  .xs-m-l-60 {
    margin-left: 60px !important; }

  .xs-p-l-60 {
    padding-left: 60px !important; }

  .xs-m-r-60 {
    margin-right: 60px !important; }

  .xs-p-r-60 {
    padding-right: 60px !important; }

  .xs-m-60 {
    margin: 60px !important; }

  .xs-p-60 {
    padding: 60px !important; }

  .xs-m-t-62 {
    margin-top: 62px !important; }

  .xs-p-t-62 {
    padding-top: 62px !important; }

  .xs-m-b-62 {
    margin-bottom: 62px !important; }

  .xs-p-b-62 {
    padding-bottom: 62px !important; }

  .xs-m-l-62 {
    margin-left: 62px !important; }

  .xs-p-l-62 {
    padding-left: 62px !important; }

  .xs-m-r-62 {
    margin-right: 62px !important; }

  .xs-p-r-62 {
    padding-right: 62px !important; }

  .xs-m-62 {
    margin: 62px !important; }

  .xs-p-62 {
    padding: 62px !important; }

  .xs-m-t-64 {
    margin-top: 64px !important; }

  .xs-p-t-64 {
    padding-top: 64px !important; }

  .xs-m-b-64 {
    margin-bottom: 64px !important; }

  .xs-p-b-64 {
    padding-bottom: 64px !important; }

  .xs-m-l-64 {
    margin-left: 64px !important; }

  .xs-p-l-64 {
    padding-left: 64px !important; }

  .xs-m-r-64 {
    margin-right: 64px !important; }

  .xs-p-r-64 {
    padding-right: 64px !important; }

  .xs-m-64 {
    margin: 64px !important; }

  .xs-p-64 {
    padding: 64px !important; }

  .xs-m-t-66 {
    margin-top: 66px !important; }

  .xs-p-t-66 {
    padding-top: 66px !important; }

  .xs-m-b-66 {
    margin-bottom: 66px !important; }

  .xs-p-b-66 {
    padding-bottom: 66px !important; }

  .xs-m-l-66 {
    margin-left: 66px !important; }

  .xs-p-l-66 {
    padding-left: 66px !important; }

  .xs-m-r-66 {
    margin-right: 66px !important; }

  .xs-p-r-66 {
    padding-right: 66px !important; }

  .xs-m-66 {
    margin: 66px !important; }

  .xs-p-66 {
    padding: 66px !important; }

  .xs-m-t-68 {
    margin-top: 68px !important; }

  .xs-p-t-68 {
    padding-top: 68px !important; }

  .xs-m-b-68 {
    margin-bottom: 68px !important; }

  .xs-p-b-68 {
    padding-bottom: 68px !important; }

  .xs-m-l-68 {
    margin-left: 68px !important; }

  .xs-p-l-68 {
    padding-left: 68px !important; }

  .xs-m-r-68 {
    margin-right: 68px !important; }

  .xs-p-r-68 {
    padding-right: 68px !important; }

  .xs-m-68 {
    margin: 68px !important; }

  .xs-p-68 {
    padding: 68px !important; }

  .xs-m-t-70 {
    margin-top: 70px !important; }

  .xs-p-t-70 {
    padding-top: 70px !important; }

  .xs-m-b-70 {
    margin-bottom: 70px !important; }

  .xs-p-b-70 {
    padding-bottom: 70px !important; }

  .xs-m-l-70 {
    margin-left: 70px !important; }

  .xs-p-l-70 {
    padding-left: 70px !important; }

  .xs-m-r-70 {
    margin-right: 70px !important; }

  .xs-p-r-70 {
    padding-right: 70px !important; }

  .xs-m-70 {
    margin: 70px !important; }

  .xs-p-70 {
    padding: 70px !important; }

  .xs-m-t-72 {
    margin-top: 72px !important; }

  .xs-p-t-72 {
    padding-top: 72px !important; }

  .xs-m-b-72 {
    margin-bottom: 72px !important; }

  .xs-p-b-72 {
    padding-bottom: 72px !important; }

  .xs-m-l-72 {
    margin-left: 72px !important; }

  .xs-p-l-72 {
    padding-left: 72px !important; }

  .xs-m-r-72 {
    margin-right: 72px !important; }

  .xs-p-r-72 {
    padding-right: 72px !important; }

  .xs-m-72 {
    margin: 72px !important; }

  .xs-p-72 {
    padding: 72px !important; }

  .xs-m-t-74 {
    margin-top: 74px !important; }

  .xs-p-t-74 {
    padding-top: 74px !important; }

  .xs-m-b-74 {
    margin-bottom: 74px !important; }

  .xs-p-b-74 {
    padding-bottom: 74px !important; }

  .xs-m-l-74 {
    margin-left: 74px !important; }

  .xs-p-l-74 {
    padding-left: 74px !important; }

  .xs-m-r-74 {
    margin-right: 74px !important; }

  .xs-p-r-74 {
    padding-right: 74px !important; }

  .xs-m-74 {
    margin: 74px !important; }

  .xs-p-74 {
    padding: 74px !important; }

  .xs-m-t-76 {
    margin-top: 76px !important; }

  .xs-p-t-76 {
    padding-top: 76px !important; }

  .xs-m-b-76 {
    margin-bottom: 76px !important; }

  .xs-p-b-76 {
    padding-bottom: 76px !important; }

  .xs-m-l-76 {
    margin-left: 76px !important; }

  .xs-p-l-76 {
    padding-left: 76px !important; }

  .xs-m-r-76 {
    margin-right: 76px !important; }

  .xs-p-r-76 {
    padding-right: 76px !important; }

  .xs-m-76 {
    margin: 76px !important; }

  .xs-p-76 {
    padding: 76px !important; }

  .xs-m-t-78 {
    margin-top: 78px !important; }

  .xs-p-t-78 {
    padding-top: 78px !important; }

  .xs-m-b-78 {
    margin-bottom: 78px !important; }

  .xs-p-b-78 {
    padding-bottom: 78px !important; }

  .xs-m-l-78 {
    margin-left: 78px !important; }

  .xs-p-l-78 {
    padding-left: 78px !important; }

  .xs-m-r-78 {
    margin-right: 78px !important; }

  .xs-p-r-78 {
    padding-right: 78px !important; }

  .xs-m-78 {
    margin: 78px !important; }

  .xs-p-78 {
    padding: 78px !important; }

  .xs-m-t-80 {
    margin-top: 80px !important; }

  .xs-p-t-80 {
    padding-top: 80px !important; }

  .xs-m-b-80 {
    margin-bottom: 80px !important; }

  .xs-p-b-80 {
    padding-bottom: 80px !important; }

  .xs-m-l-80 {
    margin-left: 80px !important; }

  .xs-p-l-80 {
    padding-left: 80px !important; }

  .xs-m-r-80 {
    margin-right: 80px !important; }

  .xs-p-r-80 {
    padding-right: 80px !important; }

  .xs-m-80 {
    margin: 80px !important; }

  .xs-p-80 {
    padding: 80px !important; }

  .xs-m-t-82 {
    margin-top: 82px !important; }

  .xs-p-t-82 {
    padding-top: 82px !important; }

  .xs-m-b-82 {
    margin-bottom: 82px !important; }

  .xs-p-b-82 {
    padding-bottom: 82px !important; }

  .xs-m-l-82 {
    margin-left: 82px !important; }

  .xs-p-l-82 {
    padding-left: 82px !important; }

  .xs-m-r-82 {
    margin-right: 82px !important; }

  .xs-p-r-82 {
    padding-right: 82px !important; }

  .xs-m-82 {
    margin: 82px !important; }

  .xs-p-82 {
    padding: 82px !important; }

  .xs-m-t-84 {
    margin-top: 84px !important; }

  .xs-p-t-84 {
    padding-top: 84px !important; }

  .xs-m-b-84 {
    margin-bottom: 84px !important; }

  .xs-p-b-84 {
    padding-bottom: 84px !important; }

  .xs-m-l-84 {
    margin-left: 84px !important; }

  .xs-p-l-84 {
    padding-left: 84px !important; }

  .xs-m-r-84 {
    margin-right: 84px !important; }

  .xs-p-r-84 {
    padding-right: 84px !important; }

  .xs-m-84 {
    margin: 84px !important; }

  .xs-p-84 {
    padding: 84px !important; }

  .xs-m-t-86 {
    margin-top: 86px !important; }

  .xs-p-t-86 {
    padding-top: 86px !important; }

  .xs-m-b-86 {
    margin-bottom: 86px !important; }

  .xs-p-b-86 {
    padding-bottom: 86px !important; }

  .xs-m-l-86 {
    margin-left: 86px !important; }

  .xs-p-l-86 {
    padding-left: 86px !important; }

  .xs-m-r-86 {
    margin-right: 86px !important; }

  .xs-p-r-86 {
    padding-right: 86px !important; }

  .xs-m-86 {
    margin: 86px !important; }

  .xs-p-86 {
    padding: 86px !important; }

  .xs-m-t-88 {
    margin-top: 88px !important; }

  .xs-p-t-88 {
    padding-top: 88px !important; }

  .xs-m-b-88 {
    margin-bottom: 88px !important; }

  .xs-p-b-88 {
    padding-bottom: 88px !important; }

  .xs-m-l-88 {
    margin-left: 88px !important; }

  .xs-p-l-88 {
    padding-left: 88px !important; }

  .xs-m-r-88 {
    margin-right: 88px !important; }

  .xs-p-r-88 {
    padding-right: 88px !important; }

  .xs-m-88 {
    margin: 88px !important; }

  .xs-p-88 {
    padding: 88px !important; }

  .xs-m-t-90 {
    margin-top: 90px !important; }

  .xs-p-t-90 {
    padding-top: 90px !important; }

  .xs-m-b-90 {
    margin-bottom: 90px !important; }

  .xs-p-b-90 {
    padding-bottom: 90px !important; }

  .xs-m-l-90 {
    margin-left: 90px !important; }

  .xs-p-l-90 {
    padding-left: 90px !important; }

  .xs-m-r-90 {
    margin-right: 90px !important; }

  .xs-p-r-90 {
    padding-right: 90px !important; }

  .xs-m-90 {
    margin: 90px !important; }

  .xs-p-90 {
    padding: 90px !important; }

  .xs-m-t-92 {
    margin-top: 92px !important; }

  .xs-p-t-92 {
    padding-top: 92px !important; }

  .xs-m-b-92 {
    margin-bottom: 92px !important; }

  .xs-p-b-92 {
    padding-bottom: 92px !important; }

  .xs-m-l-92 {
    margin-left: 92px !important; }

  .xs-p-l-92 {
    padding-left: 92px !important; }

  .xs-m-r-92 {
    margin-right: 92px !important; }

  .xs-p-r-92 {
    padding-right: 92px !important; }

  .xs-m-92 {
    margin: 92px !important; }

  .xs-p-92 {
    padding: 92px !important; }

  .xs-m-t-94 {
    margin-top: 94px !important; }

  .xs-p-t-94 {
    padding-top: 94px !important; }

  .xs-m-b-94 {
    margin-bottom: 94px !important; }

  .xs-p-b-94 {
    padding-bottom: 94px !important; }

  .xs-m-l-94 {
    margin-left: 94px !important; }

  .xs-p-l-94 {
    padding-left: 94px !important; }

  .xs-m-r-94 {
    margin-right: 94px !important; }

  .xs-p-r-94 {
    padding-right: 94px !important; }

  .xs-m-94 {
    margin: 94px !important; }

  .xs-p-94 {
    padding: 94px !important; }

  .xs-m-t-96 {
    margin-top: 96px !important; }

  .xs-p-t-96 {
    padding-top: 96px !important; }

  .xs-m-b-96 {
    margin-bottom: 96px !important; }

  .xs-p-b-96 {
    padding-bottom: 96px !important; }

  .xs-m-l-96 {
    margin-left: 96px !important; }

  .xs-p-l-96 {
    padding-left: 96px !important; }

  .xs-m-r-96 {
    margin-right: 96px !important; }

  .xs-p-r-96 {
    padding-right: 96px !important; }

  .xs-m-96 {
    margin: 96px !important; }

  .xs-p-96 {
    padding: 96px !important; }

  .xs-m-t-98 {
    margin-top: 98px !important; }

  .xs-p-t-98 {
    padding-top: 98px !important; }

  .xs-m-b-98 {
    margin-bottom: 98px !important; }

  .xs-p-b-98 {
    padding-bottom: 98px !important; }

  .xs-m-l-98 {
    margin-left: 98px !important; }

  .xs-p-l-98 {
    padding-left: 98px !important; }

  .xs-m-r-98 {
    margin-right: 98px !important; }

  .xs-p-r-98 {
    padding-right: 98px !important; }

  .xs-m-98 {
    margin: 98px !important; }

  .xs-p-98 {
    padding: 98px !important; }

  .xs-m-t-100 {
    margin-top: 100px !important; }

  .xs-p-t-100 {
    padding-top: 100px !important; }

  .xs-m-b-100 {
    margin-bottom: 100px !important; }

  .xs-p-b-100 {
    padding-bottom: 100px !important; }

  .xs-m-l-100 {
    margin-left: 100px !important; }

  .xs-p-l-100 {
    padding-left: 100px !important; }

  .xs-m-r-100 {
    margin-right: 100px !important; }

  .xs-p-r-100 {
    padding-right: 100px !important; }

  .xs-m-100 {
    margin: 100px !important; }

  .xs-p-100 {
    padding: 100px !important; }

  .xs-m-t-104 {
    margin-top: 104px !important; }

  .xs-p-t-104 {
    padding-top: 104px !important; }

  .xs-m-b-104 {
    margin-bottom: 104px !important; }

  .xs-p-b-104 {
    padding-bottom: 104px !important; }

  .xs-m-l-104 {
    margin-left: 104px !important; }

  .xs-p-l-104 {
    padding-left: 104px !important; }

  .xs-m-r-104 {
    margin-right: 104px !important; }

  .xs-p-r-104 {
    padding-right: 104px !important; }

  .xs-m-104 {
    margin: 104px !important; }

  .xs-p-104 {
    padding: 104px !important; }

  .xs-m-t-108 {
    margin-top: 108px !important; }

  .xs-p-t-108 {
    padding-top: 108px !important; }

  .xs-m-b-108 {
    margin-bottom: 108px !important; }

  .xs-p-b-108 {
    padding-bottom: 108px !important; }

  .xs-m-l-108 {
    margin-left: 108px !important; }

  .xs-p-l-108 {
    padding-left: 108px !important; }

  .xs-m-r-108 {
    margin-right: 108px !important; }

  .xs-p-r-108 {
    padding-right: 108px !important; }

  .xs-m-108 {
    margin: 108px !important; }

  .xs-p-108 {
    padding: 108px !important; }

  .xs-m-t-110 {
    margin-top: 110px !important; }

  .xs-p-t-110 {
    padding-top: 110px !important; }

  .xs-m-b-110 {
    margin-bottom: 110px !important; }

  .xs-p-b-110 {
    padding-bottom: 110px !important; }

  .xs-m-l-110 {
    margin-left: 110px !important; }

  .xs-p-l-110 {
    padding-left: 110px !important; }

  .xs-m-r-110 {
    margin-right: 110px !important; }

  .xs-p-r-110 {
    padding-right: 110px !important; }

  .xs-m-110 {
    margin: 110px !important; }

  .xs-p-110 {
    padding: 110px !important; }

  .xs-m-t-112 {
    margin-top: 112px !important; }

  .xs-p-t-112 {
    padding-top: 112px !important; }

  .xs-m-b-112 {
    margin-bottom: 112px !important; }

  .xs-p-b-112 {
    padding-bottom: 112px !important; }

  .xs-m-l-112 {
    margin-left: 112px !important; }

  .xs-p-l-112 {
    padding-left: 112px !important; }

  .xs-m-r-112 {
    margin-right: 112px !important; }

  .xs-p-r-112 {
    padding-right: 112px !important; }

  .xs-m-112 {
    margin: 112px !important; }

  .xs-p-112 {
    padding: 112px !important; }

  .xs-m-t-114 {
    margin-top: 114px !important; }

  .xs-p-t-114 {
    padding-top: 114px !important; }

  .xs-m-b-114 {
    margin-bottom: 114px !important; }

  .xs-p-b-114 {
    padding-bottom: 114px !important; }

  .xs-m-l-114 {
    margin-left: 114px !important; }

  .xs-p-l-114 {
    padding-left: 114px !important; }

  .xs-m-r-114 {
    margin-right: 114px !important; }

  .xs-p-r-114 {
    padding-right: 114px !important; }

  .xs-m-114 {
    margin: 114px !important; }

  .xs-p-114 {
    padding: 114px !important; }

  .xs-m-t-116 {
    margin-top: 116px !important; }

  .xs-p-t-116 {
    padding-top: 116px !important; }

  .xs-m-b-116 {
    margin-bottom: 116px !important; }

  .xs-p-b-116 {
    padding-bottom: 116px !important; }

  .xs-m-l-116 {
    margin-left: 116px !important; }

  .xs-p-l-116 {
    padding-left: 116px !important; }

  .xs-m-r-116 {
    margin-right: 116px !important; }

  .xs-p-r-116 {
    padding-right: 116px !important; }

  .xs-m-116 {
    margin: 116px !important; }

  .xs-p-116 {
    padding: 116px !important; }

  .xs-m-t-118 {
    margin-top: 118px !important; }

  .xs-p-t-118 {
    padding-top: 118px !important; }

  .xs-m-b-118 {
    margin-bottom: 118px !important; }

  .xs-p-b-118 {
    padding-bottom: 118px !important; }

  .xs-m-l-118 {
    margin-left: 118px !important; }

  .xs-p-l-118 {
    padding-left: 118px !important; }

  .xs-m-r-118 {
    margin-right: 118px !important; }

  .xs-p-r-118 {
    padding-right: 118px !important; }

  .xs-m-118 {
    margin: 118px !important; }

  .xs-p-118 {
    padding: 118px !important; }

  .xs-m-t-120 {
    margin-top: 120px !important; }

  .xs-p-t-120 {
    padding-top: 120px !important; }

  .xs-m-b-120 {
    margin-bottom: 120px !important; }

  .xs-p-b-120 {
    padding-bottom: 120px !important; }

  .xs-m-l-120 {
    margin-left: 120px !important; }

  .xs-p-l-120 {
    padding-left: 120px !important; }

  .xs-m-r-120 {
    margin-right: 120px !important; }

  .xs-p-r-120 {
    padding-right: 120px !important; }

  .xs-m-120 {
    margin: 120px !important; }

  .xs-p-120 {
    padding: 120px !important; }

  .xs-m-t-122 {
    margin-top: 122px !important; }

  .xs-p-t-122 {
    padding-top: 122px !important; }

  .xs-m-b-122 {
    margin-bottom: 122px !important; }

  .xs-p-b-122 {
    padding-bottom: 122px !important; }

  .xs-m-l-122 {
    margin-left: 122px !important; }

  .xs-p-l-122 {
    padding-left: 122px !important; }

  .xs-m-r-122 {
    margin-right: 122px !important; }

  .xs-p-r-122 {
    padding-right: 122px !important; }

  .xs-m-122 {
    margin: 122px !important; }

  .xs-p-122 {
    padding: 122px !important; }

  .xs-m-t-124 {
    margin-top: 124px !important; }

  .xs-p-t-124 {
    padding-top: 124px !important; }

  .xs-m-b-124 {
    margin-bottom: 124px !important; }

  .xs-p-b-124 {
    padding-bottom: 124px !important; }

  .xs-m-l-124 {
    margin-left: 124px !important; }

  .xs-p-l-124 {
    padding-left: 124px !important; }

  .xs-m-r-124 {
    margin-right: 124px !important; }

  .xs-p-r-124 {
    padding-right: 124px !important; }

  .xs-m-124 {
    margin: 124px !important; }

  .xs-p-124 {
    padding: 124px !important; } }
.card .head, .hero-wrapper .container-1224 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row; }

.short-card .content, .card, .hero-wrapper .container-1224 .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

@font-face {
  font-family: 'Sans-Bold';
  src: url(../../build/fonts/sans/IBMPlexSans-Bold.ttf); }
@font-face {
  font-family: 'Sans-Medium';
  src: url(../../build/fonts/sans/IBMPlexSans-Medium.ttf); }
@font-face {
  font-family: 'Sans-Regular';
  src: url(../../build/fonts/sans/IBMPlexSans-Regular.ttf); }
@font-face {
  font-family: 'Sans-SemiBold';
  src: url(../../build/fonts/sans/IBMPlexSans-SemiBold.ttf); }
@font-face {
  font-family: 'Mono-Regular';
  src: url(../../build/fonts/mono/IBMPlexMono-Regular.ttf); }
@font-face {
  font-family: 'Mono-SemiBold';
  src: url(../../build/fonts/mono/IBMPlexMono-SemiBold.ttf); }
h1 {
  font-family: 'Sans-SemiBold';
  font-size: 24px;
  line-height: 32px; }
  @media (max-width: 767px) {
    h1 {
      font-size: 20px; } }

h2 {
  font-family: 'Sans-Bold';
  font-size: 20px;
  line-height: 32px; }
  @media (max-width: 767px) {
    h2 {
      font-size: 18px; } }

h3 {
  font-family: 'Sans-Bold';
  font-size: 18px;
  line-height: 24px; }
  @media (max-width: 767px) {
    h3 {
      font-size: 16px; } }

h4 {
  font-family: 'Sans-Bold';
  font-weight: 600;
  font-size: 24px;
  line-height: 32px; }
  @media (max-width: 767px) {
    h4 {
      font-size: 20px; } }

.txt-reg {
  font-family: 'Sans-Regular' !important; }

.txt-med {
  font-family: 'Sans-Medium' !important; }

.txt-14 {
  font-family: 'Sans-Bold';
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.28px; }
  @media (max-width: 767px) {
    .txt-14 {
      font-size: 12px;
      line-height: 16px; } }

.txt-12 {
  font-family: 'Sans-Bold';
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.28px; }

.ls-0 {
  letter-spacing: 0.56px; }

.ls-1 {
  letter-spacing: 1.40px; }

.txt-20-mono {
  font-family: 'Mono-SemiBold';
  line-height: 16px;
  font-size: 20px; }
  @media (max-width: 767px) {
    .txt-20-mono {
      font-size: 16px;
      line-height: 24px; } }

.txt-12-mono {
  font-family: 'Mono-Regular';
  font-size: 12px;
  line-height: 16px; }

p {
  font-family: "Sans-Regular"; }

header {
  position: relative;
  z-index: 999; }
  header.header {
    height: 80px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition: all 0.3s ease-in-out;
    font-family: 'Sans-Bold'; }
    @media (max-width: 767px) {
      header.header {
        height: 56px; } }
    header.header > .container-1224 {
      padding: 0; }
    header.header .navbar {
      position: relative;
      padding: 12px 0;
      top: 0; }
      @media (max-width: 767px) {
        header.header .navbar {
          position: fixed; } }
      header.header .navbar #collapsibleNavId {
        width: 90%;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center; }
        @media (max-width: 767px) {
          header.header .navbar #collapsibleNavId {
            position: fixed;
            right: -264px;
            top: 0;
            bottom: 0;
            background: #fff;
            width: 264px;
            height: 100vh;
            transition-duration: 0.5s;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
                flex-direction: column;
            -ms-flex-pack: start;
                justify-content: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
            height: 100%;
            z-index: 99; } }
        header.header .navbar #collapsibleNavId .main-nav {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center; }
          @media (max-width: 767px) {
            header.header .navbar #collapsibleNavId .main-nav {
              width: 100%; } }
          header.header .navbar #collapsibleNavId .main-nav .logo__bar {
            margin-right: 92px; }
            @media (max-width: 767px) {
              header.header .navbar #collapsibleNavId .main-nav .logo__bar {
                margin-right: 0; } }
            header.header .navbar #collapsibleNavId .main-nav .logo__bar .company__logo img {
              width: 160px; }
              @media (max-width: 767px) {
                header.header .navbar #collapsibleNavId .main-nav .logo__bar .company__logo img {
                  width: 100px; } }
            @media (max-width: 767px) {
              header.header .navbar #collapsibleNavId .main-nav .logo__bar .company__logo {
                position: fixed;
                top: 10px;
                left: 20px; } }
          @media (max-width: 767px) {
            header.header .navbar #collapsibleNavId .main-nav .navbar-nav {
              display: none; } }
          header.header .navbar #collapsibleNavId .main-nav .navbar-nav .nav-item {
            margin-right: 40px;
            font-weight: bold;
            font-size: 14px;
            line-height: 24px;
            letter-spacing: 0.02em;
            color: #272838; }
            header.header .navbar #collapsibleNavId .main-nav .navbar-nav .nav-item:last-of-type {
              margin-right: 0; }
            header.header .navbar #collapsibleNavId .main-nav .navbar-nav .nav-item .nav-link {
              padding: 0;
              transition-duration: 0.4s; }
              header.header .navbar #collapsibleNavId .main-nav .navbar-nav .nav-item .nav-link svg {
                transition-duration: 0.4s;
                -ms-transform: rotate(0deg);
                    transform: rotate(0deg);
                width: 16px;
                height: 16px; }
              header.header .navbar #collapsibleNavId .main-nav .navbar-nav .nav-item .nav-link.button-active {
                color: #165FFA; }
                header.header .navbar #collapsibleNavId .main-nav .navbar-nav .nav-item .nav-link.button-active svg {
                  -ms-transform: rotate(180deg);
                      transform: rotate(180deg);
                  transition-duration: 0.4s; }
                  header.header .navbar #collapsibleNavId .main-nav .navbar-nav .nav-item .nav-link.button-active svg path {
                    fill: #165FFA !important; }
              header.header .navbar #collapsibleNavId .main-nav .navbar-nav .nav-item .nav-link:hover {
                color: #165FFA;
                transition-duration: 0.4s; }
            @media (max-width: 767px) {
              header.header .navbar #collapsibleNavId .main-nav .navbar-nav .nav-item {
                margin-bottom: 32px;
                width: 150px; } }
            header.header .navbar #collapsibleNavId .main-nav .navbar-nav .nav-item.submenu.openSub {
              background: red;
              cursor: pointer; }
              header.header .navbar #collapsibleNavId .main-nav .navbar-nav .nav-item.submenu.openSub a {
                color: #fff; }
          header.header .navbar #collapsibleNavId .main-nav .navbar-nav.navbar-mobile {
            display: none; }
            @media (max-width: 767px) {
              header.header .navbar #collapsibleNavId .main-nav .navbar-nav.navbar-mobile {
                display: block;
                width: 100%;
                padding: 0 16px;
                height: 100vh;
                position: relative;
                overflow: scroll; }
                header.header .navbar #collapsibleNavId .main-nav .navbar-nav.navbar-mobile li a {
                  font-size: 16px;
                  line-height: 24px;
                  color: #272838; }
                header.header .navbar #collapsibleNavId .main-nav .navbar-nav.navbar-mobile li.login {
                  z-index: 9;
                  padding: 16px 16px 24px 0;
                  border-bottom: 1px solid rgba(48, 72, 80, 0.1); }
                  header.header .navbar #collapsibleNavId .main-nav .navbar-nav.navbar-mobile li.login a {
                    font-weight: bold;
                    font-size: 14px;
                    line-height: 24px;
                    letter-spacing: 0.02em;
                    color: #165FFA; }
                header.header .navbar #collapsibleNavId .main-nav .navbar-nav.navbar-mobile li.nav-item {
                  margin-bottom: 16px;
                  margin-top: 24px;
                  width: 100%; }
                  header.header .navbar #collapsibleNavId .main-nav .navbar-nav.navbar-mobile li.nav-item .nav-link {
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-pack: justify;
                        justify-content: space-between;
                    -ms-flex-align: center;
                        align-items: center;
                    font-weight: 500; }
                    header.header .navbar #collapsibleNavId .main-nav .navbar-nav.navbar-mobile li.nav-item .nav-link svg {
                      width: 24px;
                      height: 24px; }
                header.header .navbar #collapsibleNavId .main-nav .navbar-nav.navbar-mobile li.request-demo {
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  height: 72px;
                  box-shadow: 0px 6px 18px rgba(16, 78, 249, 0.06);
                  width: 100%; }
                  header.header .navbar #collapsibleNavId .main-nav .navbar-nav.navbar-mobile li.request-demo .bttn.bttn_primary {
                    display: block;
                    width: -webkit-fit-content;
                    width: fit-content;
                    margin: 16px 0 0 16px;
                    color: #FFFFFF;
                    font-size: 12px;
                    line-height: 16px; }
                header.header .navbar #collapsibleNavId .main-nav .navbar-nav.navbar-mobile li.submenu .nav-dropdown {
                  left: 0;
                  box-shadow: none;
                  margin: 12px 0 32px 0; }
                  header.header .navbar #collapsibleNavId .main-nav .navbar-nav.navbar-mobile li.submenu .nav-dropdown .dropdown-wrapper ul {
                    padding-left: 8px; }
                    header.header .navbar #collapsibleNavId .main-nav .navbar-nav.navbar-mobile li.submenu .nav-dropdown .dropdown-wrapper ul li {
                      border: 0;
                      margin-bottom: 8px; }
                      header.header .navbar #collapsibleNavId .main-nav .navbar-nav.navbar-mobile li.submenu .nav-dropdown .dropdown-wrapper ul li a {
                        font-size: 14px;
                        line-height: 24px;
                        padding: 0;
                        color: #272838;
                        font-family: 'Sans-Regular'; }
                      header.header .navbar #collapsibleNavId .main-nav .navbar-nav.navbar-mobile li.submenu .nav-dropdown .dropdown-wrapper ul li:last-of-type {
                        margin-bottom: 0; } }
        @media (max-width: 767px) {
          header.header .navbar #collapsibleNavId .user_login {
            display: none; } }
        header.header .navbar #collapsibleNavId .user_login ul {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center;
          margin-bottom: 0; }
          @media (max-width: 767px) {
            header.header .navbar #collapsibleNavId .user_login ul {
              display: block;
              text-align: center; } }
          header.header .navbar #collapsibleNavId .user_login ul li {
            margin-right: 48px; }
            header.header .navbar #collapsibleNavId .user_login ul li:last-of-type {
              margin-right: 0; }
            header.header .navbar #collapsibleNavId .user_login ul li .nav-link {
              padding: 0;
              font-weight: bold;
              font-size: 14px;
              line-height: 24px;
              letter-spacing: 0.02em;
              color: #272838;
              z-index: 9;
              transition-duration: 0.4s; }
              header.header .navbar #collapsibleNavId .user_login ul li .nav-link:hover {
                color: #165FFA;
                transition-duration: 0.4s; }
            @media (max-width: 767px) {
              header.header .navbar #collapsibleNavId .user_login ul li {
                margin-right: 0;
                margin-bottom: 32px;
                width: 150px;
                text-align: left;
                padding-left: 18px; }
                header.header .navbar #collapsibleNavId .user_login ul li .bttn_primary {
                  display: block; }
                header.header .navbar #collapsibleNavId .user_login ul li:last-of-type {
                  margin-bottom: 0; } }
      header.header .navbar:before, header.header .navbar:after {
        content: "";
        display: table; }
      header.header .navbar:after {
        clear: both; }
    @media (max-width: 767px) {
      header.header .nav__ham {
        background-color: transparent;
        border: none;
        position: fixed;
        top: 5px;
        right: 20px;
        z-index: 9999;
        min-width: 40px;
        padding: 0;
        height: 40px;
        cursor: pointer;
        display: inline-block; }
        header.header .nav__ham span.bar {
          display: inline-block;
          width: 25px;
          height: 3px;
          background-color: #000;
          position: relative;
          transition-duration: 0.4s; }
          header.header .nav__ham span.bar:before, header.header .nav__ham span.bar:after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: -10px;
            width: 100%;
            height: 100%;
            background-color: #000;
            transition-duration: 0.4s; }
          header.header .nav__ham span.bar:after {
            top: auto;
            bottom: -10px; }
        header.header .nav__ham.menu__open span.bar {
          background: transparent; }
          header.header .nav__ham.menu__open span.bar:before, header.header .nav__ham.menu__open span.bar:after {
            background-color: black;
            height: 2px;
            width: 20px;
            top: 0;
            bottom: 0;
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
          header.header .nav__ham.menu__open span.bar:after {
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
        header.header .nav__ham:focus {
          outline: none; } }
    header.header.sticky {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      background: #FFFFFF;
      transition-duration: 0.4s;
      transition-timing-function: ease;
      transition: all 0.3s ease-in-out;
      z-index: 999; }
    header.header .submenu .nav-dropdown {
      display: none;
      background: #FFFFFF;
      padding: 0;
      position: absolute;
      top: 115%;
      max-width: 800px;
      width: 100%;
      box-shadow: 0px 8px 32px rgba(48, 72, 80, 0.16), 0px 16px 64px rgba(48, 72, 80, 0.08);
      border-radius: 10px; }
      @media (max-width: 767px) {
        header.header .submenu .nav-dropdown {
          position: relative; } }
      @media (max-width: 767px) {
        header.header .submenu .nav-dropdown li {
          float: none;
          border-top: 1px solid red;
          border-bottom: 1px solid red;
          position: relative; }
          header.header .submenu .nav-dropdown li a {
            padding: 15px 20px;
            width: 120px;
            color: #fff; } }
      header.header .submenu .nav-dropdown .dropdown-wrapper .top-menu {
        display: -ms-flexbox;
        display: flex;
        padding: 40px; }
        header.header .submenu .nav-dropdown .dropdown-wrapper .top-menu .column_ {
          max-width: 340px;
          width: 100%; }
          header.header .submenu .nav-dropdown .dropdown-wrapper .top-menu .column_:first-of-type {
            margin-right: 40px; }
          header.header .submenu .nav-dropdown .dropdown-wrapper .top-menu .column_ .heading {
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0.02em;
            text-transform: uppercase;
            color: rgba(48, 72, 80, 0.6);
            margin-bottom: 24px; }
          header.header .submenu .nav-dropdown .dropdown-wrapper .top-menu .column_ .mega-sub-menu {
            margin-bottom: 24px; }
            header.header .submenu .nav-dropdown .dropdown-wrapper .top-menu .column_ .mega-sub-menu a {
              transition-duration: 0.4s; }
              header.header .submenu .nav-dropdown .dropdown-wrapper .top-menu .column_ .mega-sub-menu a h5 {
                font-size: 16px;
                line-height: 28px;
                color: #000;
                margin-bottom: 4px;
                transition-duration: 0.4s; }
              header.header .submenu .nav-dropdown .dropdown-wrapper .top-menu .column_ .mega-sub-menu a:hover h5 {
                color: #165FFA;
                transition-duration: 0.4s; }
            header.header .submenu .nav-dropdown .dropdown-wrapper .top-menu .column_ .mega-sub-menu p {
              font-size: 16px;
              line-height: 22px;
              color: rgba(48, 72, 80, 0.6);
              font-weight: 400; }
      header.header .submenu .nav-dropdown .dropdown-wrapper .base-menu {
        background: #F6F6FB; }
        header.header .submenu .nav-dropdown .dropdown-wrapper .base-menu ul {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
              justify-content: space-between;
          -ms-flex-align: center;
              align-items: center;
          padding: 34px 40px; }
          header.header .submenu .nav-dropdown .dropdown-wrapper .base-menu ul li a {
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            color: #165FFA;
            letter-spacing: 0.02em;
            text-transform: uppercase; }
      header.header .submenu .nav-dropdown .dropdown-wrapper.resources-dropdown .top-menu {
        background: linear-gradient(90deg, #fff 50%, #F6F6FB 50%);
        display: -ms-flexbox;
        display: flex;
        padding: 40px; }
        header.header .submenu .nav-dropdown .dropdown-wrapper.resources-dropdown .top-menu .column_ {
          max-width: 340px;
          width: 100%; }
          header.header .submenu .nav-dropdown .dropdown-wrapper.resources-dropdown .top-menu .column_:last-of-type {
            background: #F6F6FB;
            padding-left: 24px; }
          header.header .submenu .nav-dropdown .dropdown-wrapper.resources-dropdown .top-menu .column_ .mega-sub-menu a figure {
            display: -ms-flexbox;
            display: flex; }
            header.header .submenu .nav-dropdown .dropdown-wrapper.resources-dropdown .top-menu .column_ .mega-sub-menu a figure figcaption {
              padding-left: 16px; }
              header.header .submenu .nav-dropdown .dropdown-wrapper.resources-dropdown .top-menu .column_ .mega-sub-menu a figure figcaption p {
                font-weight: 500;
                font-size: 16px;
                line-height: 28px;
                letter-spacing: 0.02em;
                text-transform: capitalize;
                color: #000;
                font-family: "Sans-SemiBold"; }
            header.header .submenu .nav-dropdown .dropdown-wrapper.resources-dropdown .top-menu .column_ .mega-sub-menu a figure img {
              border-radius: 4px;
              width: 128px;
              -o-object-fit: cover;
                 object-fit: cover; }
          header.header .submenu .nav-dropdown .dropdown-wrapper.resources-dropdown .top-menu .column_ .mega-sub-menu a:hover figure figcaption p {
            color: #165FFA; }
      header.header .submenu .nav-dropdown .dropdown-wrapper.company-dropdown .top-menu {
        background: linear-gradient(90deg, #fff 50%, #F6F6FB 50%); }
        header.header .submenu .nav-dropdown .dropdown-wrapper.company-dropdown .top-menu .column_ .heading {
          margin-bottom: 32px; }
        header.header .submenu .nav-dropdown .dropdown-wrapper.company-dropdown .top-menu .column_ .mega-sub-menu .menu-list li {
          margin-bottom: 48px; }
          header.header .submenu .nav-dropdown .dropdown-wrapper.company-dropdown .top-menu .column_ .mega-sub-menu .menu-list li a {
            font-weight: 600;
            font-size: 18px;
            line-height: 28px;
            color: #000;
            letter-spacing: 0.02em;
            text-transform: capitalize; }
          header.header .submenu .nav-dropdown .dropdown-wrapper.company-dropdown .top-menu .column_ .mega-sub-menu .menu-list li:last-of-type {
            margin-bottom: 0; }
        header.header .submenu .nav-dropdown .dropdown-wrapper.company-dropdown .top-menu .column_ .mega-sub-menu.press_release figure img {
          width: 336px;
          height: 220px;
          -o-object-fit: cover;
             object-fit: cover;
          border-radius: 8px; }
        header.header .submenu .nav-dropdown .dropdown-wrapper.company-dropdown .top-menu .column_ .mega-sub-menu.press_release figure figcaption {
          margin-top: 24px; }
        header.header .submenu .nav-dropdown .dropdown-wrapper.company-dropdown .top-menu .column_:last-of-type {
          background: #F6F6FB;
          padding-left: 12px; }
  header .bttn.request-demo:hover {
    color: #165FFA !important; }
  header .bttn.request-demo:focus {
    color: #FFFFFF !important; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .header {
    width: 100%; }
    .header .submenu .nav-dropdown {
      left: 10% !important;
      top: 100% !important; }
    .header .navbar {
      padding: 23px 0 !important; }
      .header .navbar #collapsibleNavId {
        width: unset !important; }
        .header .navbar #collapsibleNavId .user_login ul li {
          margin-right: 25px !important; }
        .header .navbar #collapsibleNavId .main-nav {
          margin-right: 5px; }
          .header .navbar #collapsibleNavId .main-nav .logo__bar {
            margin-right: 20px !important; }
            .header .navbar #collapsibleNavId .main-nav .logo__bar .company__logo img {
              width: 120px !important; }
          .header .navbar #collapsibleNavId .main-nav .navbar-nav .nav-item {
            margin-right: 12px !important; } }
.footer_top {
  background: #353649;
  padding: 64px 0 64px 0;
  position: relative; }
  @media (max-width: 767px) {
    .footer_top {
      padding: 40px 0 40px 0; } }
  .footer_top .content h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    color: #FFFFFF;
    width: 85%;
    margin: 0 auto;
    margin-bottom: 48px;
    text-align: center; }
    @media (max-width: 767px) {
      .footer_top .content h2 {
        font-size: 20px;
        line-height: 32px; } }
    .footer_top .content h2 span {
      margin-bottom: 24px;
      display: block; }
      @media (max-width: 767px) {
        .footer_top .content h2 span {
          margin-bottom: 8px; } }
  .footer_top .content p {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF; }
    @media (max-width: 767px) {
      .footer_top .content p {
        font-size: 16px;
        line-height: 24px;
        font-family: "Sans-Regular"; } }
    .footer_top .content p span {
      color: rgba(255, 255, 255, 0.7);
      display: block; }
  .footer_top .content .button-wrap {
    text-align: center;
    margin-bottom: 48px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .footer_top .content .button-wrap a {
      display: block; }
      .footer_top .content .button-wrap a:first-of-type {
        margin-right: 24px; }
      .footer_top .content .button-wrap a.bttn_primary:hover {
        border: 1px solid #FFFFFF; }
      .footer_top .content .button-wrap a.bttn_primary:focus {
        color: #165FFA; }
  .footer_top:before {
    position: absolute;
    content: "";
    background: url(../../src/images/icons/pattern-white.svg);
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    top: 0;
    left: -52px;
    width: 160px;
    height: 180px; }
    @media (max-width: 767px) {
      .footer_top:before {
        display: none; } }
  .footer_top:after {
    position: absolute;
    content: "";
    background: url(../../src/images/icons/pattern-white.svg);
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    bottom: 50px;
    right: 20px;
    width: 180px;
    height: 180px; }
    @media (max-width: 767px) {
      .footer_top:after {
        display: none; } }

footer {
  padding: 64px 0 0 0;
  background: #272838; }
  @media (max-width: 767px) {
    footer {
      padding: 24px 0 0 0; } }
  footer.footer-collapse .custom-container {
    padding: 0 108px 0 108px; }
    @media (max-width: 767px) {
      footer.footer-collapse .custom-container {
        padding: 0 24px; } }
    footer.footer-collapse .custom-container .row {
      margin: 0; }
    footer.footer-collapse .custom-container .col-sm-6.col-md-2 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      padding: 0; }
      footer.footer-collapse .custom-container .col-sm-6.col-md-2 .footer-logo figure {
        margin-bottom: 16px; }
        @media (max-width: 767px) {
          footer.footer-collapse .custom-container .col-sm-6.col-md-2 .footer-logo figure {
            text-align: center; } }
      @media (max-width: 767px) {
        footer.footer-collapse .custom-container .col-sm-6.col-md-2 .footer-logo {
          margin-bottom: 40px;
          margin: 0 auto; } }
      @media (max-width: 767px) {
        footer.footer-collapse .custom-container .col-sm-6.col-md-2 .footer-logo p {
          text-align: center;
          margin-bottom: 40px; } }
      @media (max-width: 767px) {
        footer.footer-collapse .custom-container .col-sm-6.col-md-2 {
          -ms-flex-pack: start;
              justify-content: flex-start; } }
    footer.footer-collapse .custom-container h4 {
      font-weight: bold;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0.02em;
      color: #FFFFFF;
      margin-bottom: 8px; }
    footer.footer-collapse .custom-container p {
      font-weight: normal;
      font-size: 14px;
      line-height: 24px;
      color: rgba(255, 255, 255, 0.7);
      letter-spacing: 0.02em; }
    footer.footer-collapse .custom-container .widget-list li {
      margin-bottom: 8px; }
      footer.footer-collapse .custom-container .widget-list li a {
        color: rgba(255, 255, 255, 0.7);
        font-weight: normal;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.02em; }
        footer.footer-collapse .custom-container .widget-list li a:hover {
          color: #FFFFFF; }
        footer.footer-collapse .custom-container .widget-list li a.color-fff {
          color: #FFFFFF;
          font-weight: bold; }
      footer.footer-collapse .custom-container .widget-list li:last-of-type {
        margin-bottom: 0; }
    footer.footer-collapse .custom-container .widget .card-header {
      background: transparent;
      padding: 0;
      border: 0;
      border-radius: 0; }
      @media (max-width: 767px) {
        footer.footer-collapse .custom-container .widget .card-header {
          font-size: 16px !important;
          line-height: 24px; } }
      footer.footer-collapse .custom-container .widget .card-header a {
        width: 100%;
        display: block;
        margin-bottom: 24px; }
        footer.footer-collapse .custom-container .widget .card-header a:after {
          content: url("../../src/images/icons/chevronDown.svg");
          position: absolute;
          right: 0;
          top: 0;
          width: 24px;
          height: 24px;
          transition: transform .25s ease-in-out; }
        footer.footer-collapse .custom-container .widget .card-header a:hover, footer.footer-collapse .custom-container .widget .card-header a:focus {
          text-decoration: none;
          color: #FFFFFF; }
        footer.footer-collapse .custom-container .widget .card-header a[aria-expanded="true"] {
          margin-bottom: 0; }
          footer.footer-collapse .custom-container .widget .card-header a[aria-expanded="true"]:after {
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
    footer.footer-collapse .custom-container .widget .card-block {
      padding: 0; }
      footer.footer-collapse .custom-container .widget .card-block .widget-list li {
        margin-bottom: 4px; }
    footer.footer-collapse .custom-container .widget .show {
      margin-bottom: 24px; }
    footer.footer-collapse .custom-container .newsletter_wrapper {
      padding: 48px 0 48px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      @media (max-width: 767px) {
        footer.footer-collapse .custom-container .newsletter_wrapper {
          padding: 24px 0; } }
      footer.footer-collapse .custom-container .newsletter_wrapper .form-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center; }
        @media (max-width: 767px) {
          footer.footer-collapse .custom-container .newsletter_wrapper .form-wrapper {
            -ms-flex-direction: column;
                flex-direction: column;
            -ms-flex-pack: center;
                justify-content: center;
            -ms-flex-align: center;
                align-items: center;
            width: 100%; } }
        footer.footer-collapse .custom-container .newsletter_wrapper .form-wrapper form {
          display: -ms-flexbox;
          display: flex; }
          @media (max-width: 767px) {
            footer.footer-collapse .custom-container .newsletter_wrapper .form-wrapper form {
              -ms-flex-direction: column;
                  flex-direction: column;
              -ms-flex-pack: center;
                  justify-content: center;
              -ms-flex-align: center;
                  align-items: center;
              width: 100%; } }
          footer.footer-collapse .custom-container .newsletter_wrapper .form-wrapper form h4 {
            font-weight: bold;
            font-size: 14px;
            line-height: 17px;
            color: #FFFFFF;
            margin-bottom: 0;
            margin-right: 44px; }
            footer.footer-collapse .custom-container .newsletter_wrapper .form-wrapper form h4 small {
              margin-top: 6px;
              display: block;
              font-weight: normal;
              font-size: 12px;
              line-height: 17px;
              color: rgba(255, 255, 255, 0.7);
              font-weight: lighter;
              font-family: 'Sans-Regular'; }
            @media (max-width: 767px) {
              footer.footer-collapse .custom-container .newsletter_wrapper .form-wrapper form h4 {
                margin-bottom: 24px;
                margin-right: 0;
                text-align: center; } }
          footer.footer-collapse .custom-container .newsletter_wrapper .form-wrapper form .form-group {
            position: relative;
            margin-bottom: 0; }
            @media (max-width: 767px) {
              footer.footer-collapse .custom-container .newsletter_wrapper .form-wrapper form .form-group {
                width: 100%; } }
            footer.footer-collapse .custom-container .newsletter_wrapper .form-wrapper form .form-group .form-control {
              position: relative; }
              footer.footer-collapse .custom-container .newsletter_wrapper .form-wrapper form .form-group .form-control.email-text {
                width: 289px;
                height: 40px;
                border-radius: 4px;
                font-weight: 500;
                font-size: 14px;
                line-height: 17px;
                color: #272838; }
                footer.footer-collapse .custom-container .newsletter_wrapper .form-wrapper form .form-group .form-control.email-text:focus {
                  box-shadow: none; }
                @media (max-width: 767px) {
                  footer.footer-collapse .custom-container .newsletter_wrapper .form-wrapper form .form-group .form-control.email-text {
                    width: 100%; } }
              footer.footer-collapse .custom-container .newsletter_wrapper .form-wrapper form .form-group .form-control:-ms-input-placeholder {
                color: rgba(48, 72, 80, 0.4);
                opacity: 1; }
              footer.footer-collapse .custom-container .newsletter_wrapper .form-wrapper form .form-group .form-control::placeholder {
                color: rgba(48, 72, 80, 0.4);
                opacity: 1; }
              footer.footer-collapse .custom-container .newsletter_wrapper .form-wrapper form .form-group .form-control:-ms-input-placeholder {
                color: rgba(48, 72, 80, 0.4); }
              footer.footer-collapse .custom-container .newsletter_wrapper .form-wrapper form .form-group .form-control::-ms-input-placeholder {
                color: rgba(48, 72, 80, 0.4); }
            footer.footer-collapse .custom-container .newsletter_wrapper .form-wrapper form .form-group button {
              position: absolute;
              right: 5px;
              top: 5px;
              width: 30px;
              height: 30px;
              background: rgba(48, 72, 80, 0.4);
              border-radius: 4px;
              padding: 0;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-pack: center;
                  justify-content: center;
              -ms-flex-align: center;
                  align-items: center; }
              footer.footer-collapse .custom-container .newsletter_wrapper .form-wrapper form .form-group button img {
                width: 14px;
                height: 14px; }
        @media (max-width: 767px) {
          footer.footer-collapse .custom-container .newsletter_wrapper .form-wrapper .social-wrapper {
            margin-top: 24px; } }
        footer.footer-collapse .custom-container .newsletter_wrapper .form-wrapper .social-wrapper ul {
          margin-bottom: 0;
          display: -ms-flexbox;
          display: flex; }
          footer.footer-collapse .custom-container .newsletter_wrapper .form-wrapper .social-wrapper ul li {
            margin-right: 32px; }
            footer.footer-collapse .custom-container .newsletter_wrapper .form-wrapper .social-wrapper ul li:last-of-type {
              margin-right: 0; }
    footer.footer-collapse .custom-container .copyright_wrapper {
      padding: 48px 0 64px 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      @media (max-width: 767px) {
        footer.footer-collapse .custom-container .copyright_wrapper {
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
          padding: 24px 0 24px 0;
          -ms-flex-align: start;
              align-items: flex-start; } }
      footer.footer-collapse .custom-container .copyright_wrapper p {
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.02em;
        color: rgba(255, 255, 255, 0.4);
        margin-bottom: 0;
        margin-right: 64px; }
        @media (max-width: 767px) {
          footer.footer-collapse .custom-container .copyright_wrapper p {
            font-size: 12px;
            line-height: 24px;
            text-align: center;
            margin-right: 0;
            width: 100%; } }
      footer.footer-collapse .custom-container .copyright_wrapper ul {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0; }
        @media (max-width: 767px) {
          footer.footer-collapse .custom-container .copyright_wrapper ul {
            -ms-flex-pack: center;
                justify-content: center;
            -ms-flex-direction: column;
                flex-direction: column;
            width: 100%; } }
        footer.footer-collapse .custom-container .copyright_wrapper ul li {
          margin-right: 64px; }
          @media (max-width: 767px) {
            footer.footer-collapse .custom-container .copyright_wrapper ul li {
              text-align: center;
              margin-right: 0;
              margin-bottom: 16px; }
              footer.footer-collapse .custom-container .copyright_wrapper ul li:last-of-type {
                margin-bottom: 24px; } }
          footer.footer-collapse .custom-container .copyright_wrapper ul li a {
            font-weight: 500;
            font-size: 14px;
            line-height: 24px;
            letter-spacing: 0.02em;
            color: rgba(255, 255, 255, 0.7);
            margin-bottom: 0; }
            @media (max-width: 767px) {
              footer.footer-collapse .custom-container .copyright_wrapper ul li a {
                font-weight: 500;
                font-size: 14px;
                line-height: 24px; } }
          footer.footer-collapse .custom-container .copyright_wrapper ul li:last-of-type {
            margin-right: 0; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .footer-collapse .custom-container {
    padding: 0 40px !important; } }
.container-1224 {
  max-width: 1256px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto; }

.container-1016 {
  max-width: 1048px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto; }

.container-720 {
  max-width: 752px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto; }

.long-card {
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(48, 72, 80, 0.08), 0px 4px 16px rgba(48, 72, 80, 0.08);
  border-radius: 8px;
  width: 100%; }

.short-card {
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(48, 72, 80, 0.08), 0px 4px 16px rgba(48, 72, 80, 0.08);
  border-radius: 8px;
  max-width: 288px;
  width: 100%; }
  @media (max-width: 767px) {
    .short-card {
      max-width: 100%; } }
  .short-card .image > img {
    min-height: 288px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }
  .short-card .content {
    padding: 24px;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start; }
    .short-card .content h4 {
      color: #272838 !important;
      margin-top: 16px;
      font-weight: 500;
      font-size: 16px;
      line-height: 24px; }

.card {
  max-width: 496px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 24px;
  border: 1px solid rgba(48, 72, 80, 0.2);
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  position: relative;
  z-index: 999;
  transition-duration: 0.4s;
  /*&:hover {
      box-shadow: 0px 2px 8px rgba(48, 72, 80, 0.08), 0px 4px 16px rgba(48, 72, 80, 0.08);
      transform: translateY(-10px);
      transition-duration: 0.4s;
      @include xs {
          transform: unset;
      }
  }*/ }
  .card .head {
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center; }
    .card .head img {
      max-width: 36px;
      width: 100%;
      display: block; }
    .card .head h3 {
      color: #272838;
      margin-left: 16px; }
  .card .content {
    margin-top: 16px;
    width: 100%; }
    .card .content h4 {
      color: #272838; }

.testimonials_wrapper {
  position: relative;
  padding-top: 120px;
  margin-bottom: 54px;
  z-index: 9; }
  @media (max-width: 767px) {
    .testimonials_wrapper {
      padding-top: 64px;
      margin-bottom: 64px; } }
  .testimonials_wrapper h3 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 48px;
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    line-height: 47px;
    color: #000; }
    @media (max-width: 767px) {
      .testimonials_wrapper h3 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 32px;
        padding-left: 0; } }
    .testimonials_wrapper h3 span {
      display: block;
      letter-spacing: 0.02em;
      color: rgba(48, 72, 80, 0.6);
      text-transform: uppercase;
      margin-bottom: 8px;
      font-size: 16px;
      line-height: 24px;
      font-family: 'Sans-Regular'; }
      @media (max-width: 767px) {
        .testimonials_wrapper h3 span {
          font-size: 14px;
          line-height: 24px;
          margin-bottom: 8px; } }
  .testimonials_wrapper .testimonials-slider .slide-cell {
    padding: 0; }
    .testimonials_wrapper .testimonials-slider .slide-cell .details_ {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
      border-radius: 8px;
      background: #FFFFFF; }
      @media (max-width: 767px) {
        .testimonials_wrapper .testimonials-slider .slide-cell .details_ {
          -ms-flex-direction: column;
              flex-direction: column;
          position: relative;
          margin: 0; } }
      .testimonials_wrapper .testimonials-slider .slide-cell .details_ .column {
        padding: 55px 48px 56px 48px; }
        @media (max-width: 767px) {
          .testimonials_wrapper .testimonials-slider .slide-cell .details_ .column {
            padding: 24px; } }
        .testimonials_wrapper .testimonials-slider .slide-cell .details_ .column img {
          margin-bottom: 24px; }
          @media (max-width: 767px) {
            .testimonials_wrapper .testimonials-slider .slide-cell .details_ .column img {
              margin-left: auto;
              margin-bottom: 24px;
              padding: 0;
              width: 120px; } }
        .testimonials_wrapper .testimonials-slider .slide-cell .details_ .column .quote {
          font-style: normal;
          text-transform: capitalize;
          color: #272838;
          margin-bottom: 24px;
          width: 95%;
          font-size: 16px;
          line-height: 28px;
          font-family: "Sans-regular";
          font-weight: 500; }
          @media (max-width: 767px) {
            .testimonials_wrapper .testimonials-slider .slide-cell .details_ .column .quote {
              width: 100%;
              margin-bottom: 16px; } }
        .testimonials_wrapper .testimonials-slider .slide-cell .details_ .column .designation h5 {
          font-weight: 600;
          font-size: 18px;
          line-height: 23px;
          color: #272838;
          margin-bottom: 32px; }
          @media (max-width: 767px) {
            .testimonials_wrapper .testimonials-slider .slide-cell .details_ .column .designation h5 {
              margin-bottom: 16px; } }
          .testimonials_wrapper .testimonials-slider .slide-cell .details_ .column .designation h5 small {
            margin-top: 7px;
            display: block; }
            @media (max-width: 767px) {
              .testimonials_wrapper .testimonials-slider .slide-cell .details_ .column .designation h5 small {
                font-size: 14px;
                line-height: 18px; } }
          @media (max-width: 767px) {
            .testimonials_wrapper .testimonials-slider .slide-cell .details_ .column .designation h5 {
              font-size: 16px;
              line-height: 21px; } }
        .testimonials_wrapper .testimonials-slider .slide-cell .details_ .column .designation .blue {
          color: #165FFA;
          margin-bottom: 32px;
          font-weight: 600;
          font-size: 16px;
          line-height: 21px;
          text-transform: capitalize; }
          @media (max-width: 767px) {
            .testimonials_wrapper .testimonials-slider .slide-cell .details_ .column .designation .blue {
              margin-bottom: 16px; } }
        .testimonials_wrapper .testimonials-slider .slide-cell .details_ .column .bttn_primary {
          display: block;
          width: -webkit-fit-content;
          width: fit-content; }
          @media (max-width: 767px) {
            .testimonials_wrapper .testimonials-slider .slide-cell .details_ .column .bttn_primary {
              display: block;
              width: -webkit-fit-content;
              width: fit-content;
              margin-top: 24px;
              padding: 8px; } }
          .testimonials_wrapper .testimonials-slider .slide-cell .details_ .column .bttn_primary:hover {
            color: #165FFA; }
      @media (max-width: 767px) {
        .testimonials_wrapper .testimonials-slider .slide-cell .details_ .visual_desc figure {
          position: absolute;
          left: 24px;
          top: 24px; } }
      .testimonials_wrapper .testimonials-slider .slide-cell .details_ .visual_desc figure img {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px; }
        @media (max-width: 767px) {
          .testimonials_wrapper .testimonials-slider .slide-cell .details_ .visual_desc figure img {
            width: 110px;
            height: 110px;
            border-radius: 8px; } }
  .testimonials_wrapper .testimonials-slider .slick-arrow {
    top: unset;
    position: absolute;
    font-size: 0;
    background: #F5F6F6;
    border-radius: 100%;
    z-index: 9; }
    .testimonials_wrapper .testimonials-slider .slick-arrow.slick-prev {
      bottom: 8%;
      left: 480px;
      width: 32px;
      height: 32px; }
      .testimonials_wrapper .testimonials-slider .slick-arrow.slick-prev:before {
        content: url("../../src/images/icons/arrow-left.svg"); }
      @media (max-width: 767px) {
        .testimonials_wrapper .testimonials-slider .slick-arrow.slick-prev {
          right: 90px;
          left: unset;
          bottom: 7%; } }
    .testimonials_wrapper .testimonials-slider .slick-arrow.slick-next {
      bottom: 7.4%;
      left: 520px;
      width: 40px;
      height: 40px; }
      .testimonials_wrapper .testimonials-slider .slick-arrow.slick-next:before {
        content: url("../../src/images/icons/arrow-right.svg"); }
      @media (max-width: 767px) {
        .testimonials_wrapper .testimonials-slider .slick-arrow.slick-next {
          right: 40px;
          left: unset;
          bottom: 6.4%; } }
    .testimonials_wrapper .testimonials-slider .slick-arrow:focus {
      outline: none;
      box-shadow: none; }
  .testimonials_wrapper:before {
    position: absolute;
    content: "";
    background: url(../../src/images/icons/background-pattern.svg);
    right: 108px;
    z-index: -1;
    background-position: -40% 40% !important;
    background-size: cover !important;
    top: 0;
    width: 860px;
    height: 869px; }
    @media (max-width: 767px) {
      .testimonials_wrapper:before {
        right: 0;
        width: 50%;
        height: 98%;
        background-position: center center !important; } }

.hero-wrapper .container-1224 {
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 767px) {
    .hero-wrapper .container-1224 {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; } }
  .hero-wrapper .container-1224 .content {
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    max-width: 392px;
    margin-right: 72px;
    position: relative; }
    @media (max-width: 767px) {
      .hero-wrapper .container-1224 .content {
        max-width: 100%;
        margin-right: 0;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; } }
    .hero-wrapper .container-1224 .content .pattern {
      position: absolute;
      left: -158px;
      bottom: -27px; }
      @media (max-width: 767px) {
        .hero-wrapper .container-1224 .content .pattern {
          width: 129px;
          height: 129px;
          right: 0;
          left: auto;
          bottom: -110px; } }
    .hero-wrapper .container-1224 .content h4 {
      color: rgba(48, 72, 80, 0.6);
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .hero-wrapper .container-1224 .content h4 {
          text-align: center; } }
    .hero-wrapper .container-1224 .content h1 {
      font-style: normal;
      font-weight: bold;
      font-size: 36px;
      line-height: 120%;
      color: #272838;
      text-align: left; }
      @media (max-width: 767px) {
        .hero-wrapper .container-1224 .content h1 {
          text-align: center;
          font-size: 24px;
          line-height: 32px; } }
    .hero-wrapper .container-1224 .content h3 {
      color: #272838; }
      @media (max-width: 767px) {
        .hero-wrapper .container-1224 .content h3 {
          text-align: center; } }
  @media (max-width: 767px) {
    .hero-wrapper .container-1224 div.image {
      text-align: center; } }
  .hero-wrapper .container-1224 div.image img {
    display: block;
    height: auto;
    width: 100%;
    filter: drop-shadow(0px 8px 32px rgba(48, 72, 80, 0.16)); }

.key-wrapper {
  position: relative;
  z-index: 6; }
  .key-wrapper .left-blue-bg {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    background: #F6F6FB;
    z-index: -1;
    width: 621px;
    height: 1683px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .key-wrapper .left-blue-bg {
        display: none;
        width: 60%;
        top: 24px;
        height: 100%; } }
  .key-wrapper .container-1016 {
    position: relative;
    z-index: 9999; }
    .key-wrapper .container-1016 .card .content p {
      font-weight: normal;
      font-size: 16px;
      line-height: 22px;
      color: rgba(48, 72, 80, 0.6); }
  .key-wrapper .pattern {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 9999; }
    @media (max-width: 767px) {
      .key-wrapper .pattern {
        display: none; } }
  .key-wrapper h4.head {
    color: rgba(48, 72, 80, 0.6);
    font-size: 16px;
    line-height: 24px; }
  .key-wrapper h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 47px;
    letter-spacing: 0.02em; }
    @media (max-width: 767px) {
      .key-wrapper h1 {
        font-size: 24px;
        line-height: 32px; } }
  .key-wrapper .benefit-wrapper {
    display: grid;
    grid-template-columns: auto auto;
    grid-row-gap: 56px;
    grid-column-gap: 56px;
    width: 100%; }
    @media (max-width: 767px) {
      .key-wrapper .benefit-wrapper {
        grid-template-columns: auto;
        grid-row-gap: 16px;
        grid-column-gap: 0px; } }

.pricing-wrapper {
  position: relative;
  z-index: 6; }
  .pricing-wrapper .container-1224 > div {
    background: #272838;
    border-radius: 8px;
    position: relative;
    z-index: 9999; }
    @media (max-width: 767px) {
      .pricing-wrapper .container-1224 > div {
        padding: 0 24px; } }
    .pricing-wrapper .container-1224 > div h1 {
      font-style: normal;
      font-weight: normal;
      font-size: 36px;
      line-height: 48px;
      color: #FFFFFF; }
      @media (max-width: 767px) {
        .pricing-wrapper .container-1224 > div h1 {
          font-size: 24px;
          line-height: 32px; } }
    .pricing-wrapper .container-1224 > div .grey-left,
    .pricing-wrapper .container-1224 > div .grey-right {
      position: absolute; }
    .pricing-wrapper .container-1224 > div .grey-left {
      top: 24px;
      background: rgba(255, 255, 255, 0.05);
      border-radius: 8px;
      left: 24px;
      width: 451px;
      height: 145px; }
      @media (max-width: 767px) {
        .pricing-wrapper .container-1224 > div .grey-left {
          width: 209px;
          height: 79px;
          top: 16px;
          left: 16px; } }
    .pricing-wrapper .container-1224 > div .grey-right {
      right: 24px;
      background: rgba(255, 255, 255, 0.05);
      border-radius: 8px;
      bottom: 24px;
      width: 120px;
      height: 120px; }
      @media (max-width: 767px) {
        .pricing-wrapper .container-1224 > div .grey-right {
          width: 56px;
          height: 56px;
          bottom: 16px;
          right: 16px; } }

.resources-wrapper .container-1224 {
  position: relative; }
  .resources-wrapper .container-1224 .pattern {
    position: absolute;
    right: 64px; }
    @media (max-width: 767px) {
      .resources-wrapper .container-1224 .pattern {
        display: none; } }
.resources-wrapper h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 47px;
  letter-spacing: 0.02em;
  color: #272838; }
  @media (max-width: 767px) {
    .resources-wrapper h1 {
      font-size: 24px;
      line-height: 32px; } }
.resources-wrapper h4 {
  color: rgba(48, 72, 80, 0.6); }
.resources-wrapper .cards-wrapper {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-column-gap: 24px; }
  @media (max-width: 767px) {
    .resources-wrapper .cards-wrapper {
      grid-template-columns: auto;
      grid-column-gap: 0;
      grid-row-gap: 16px; } }

* {
  scroll-behavior: smooth !important; }

.head-heading h4 {
  color: rgba(48, 72, 80, 0.4);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px; }
  @media (max-width: 767px) {
    .head-heading h4 {
      font-size: 14px;
      line-height: 24px; } }
.head-heading h1 {
  text-align: center;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-size: 36px;
  line-height: 47px;
  margin-bottom: 48px; }
  @media (max-width: 767px) {
    .head-heading h1 {
      font-size: 24px;
      line-height: 31px; } }

.tags_ span {
  border-radius: 4px;
  padding: 4px 8px;
  color: #FFFFFF;
  font-family: "Sans-Medium"; }
  .tags_ span.brochure {
    background: #C4E2FF;
    color: #272838; }
  .tags_ span.video {
    background: #FF902B; }
  .tags_ span.new_ {
    background: #389CFA; }
  .tags_ span.blog {
    background: #FC3F3F; }
  .tags_ span.whitepaper {
    background: #AC59FF; }
  .tags_ span.event {
    background: #FC69D3; }
  .tags_ span.ebook {
    background: #FF9559; }
  .tags_ span:first-of-type {
    margin-right: 10px; }

.bttn {
  box-shadow: 0px 6px 18px rgba(16, 78, 249, 0.06);
  border-radius: 4px;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 16px;
  transition-duration: 0.4s;
  border: 1px solid #165FFA;
  font-family: 'Sans-Bold'; }
  @media (max-width: 767px) {
    .bttn {
      padding: 12px 16px; } }
  .bttn.bttn_primary {
    background: #165FFA; }
    .bttn.bttn_primary:hover {
      color: #165FFA;
      border: 1px solid #165FFA;
      background: #FFFFFF;
      transition-duration: 0.4s;
      text-decoration: none; }
    .bttn.bttn_primary:focus {
      color: #FFFFFF;
      text-decoration: none; }
  .bttn.view_all {
    background: transparent;
    border: 0;
    padding: 0;
    color: #165FFA; }
    .bttn.view_all:hover {
      text-decoration: underline !important; }
  .bttn.bttn_white {
    border: 1px solid #FFFFFF; }
    .bttn.bttn_white:hover {
      color: #FFFFFF;
      background: #165FFA;
      transition-duration: 0.4s;
      text-decoration: none;
      border: 1px solid #165FFA; }
    .bttn.bttn_white:focus {
      color: #FFFFFF;
      text-decoration: none; }
  .bttn.bttn_submit {
    border: 1px solid transparent; }
  .bttn.bttn_blue {
    border: 1.5px solid #165FFA;
    background: #FFFFFF;
    color: #165FFA; }
    .bttn.bttn_blue:hover {
      background: #165FFA;
      color: #FFFFFF; }
  .bttn.bttn_primary_long {
    padding: 12px 32px;
    border-radius: 8px;
    border: none; }
    .bttn.bttn_primary_long:hover {
      border: none !important; }
  .bttn.request-demo:hover {
    color: #165FFA !important; }
  .bttn.request-demo:focus {
    color: #165FFA !important; }
  .bttn:focus {
    outline: none;
    box-shadow: none; }
  .bttn:hover {
    text-decoration: none; }

button:focus {
  outline: none;
  box-shadow: none; }

ul {
  margin-bottom: 0; }

figure {
  margin-bottom: 0; }

.txt-ucase {
  text-transform: uppercase; }

.txt-center {
  text-align: center; }

a:hover {
  color: inherit;
  text-decoration: none; }
a:focus {
  color: inherit;
  text-decoration: none; }

.section-animation {
  animation: section_anim 1s ease-in-out forwards; }

@keyframes section_anim {
  0% {
    transform: translateY(110px);
    opacity: 0; }
  100% {
    transform: translateY(0px);
    opacity: 1; } }
.custom-modal .modal-dialog {
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  max-width: 680px; }
.custom-modal .modal-content {
  overflow: hidden;
  width: 680px; }
  @media (max-width: 767px) {
    .custom-modal .modal-content {
      width: 100%; } }
.custom-modal .modal-header {
  border-bottom: none; }
  .custom-modal .modal-header .close {
    color: #272838;
    opacity: 1;
    z-index: 2; }
  .custom-modal .modal-header .header-pattern {
    position: absolute;
    left: 463px;
    top: -50px;
    max-width: 119px; }
    @media (max-width: 767px) {
      .custom-modal .modal-header .header-pattern {
        top: -60px;
        left: 250px; } }
    .custom-modal .modal-header .header-pattern img {
      width: 100%; }
.custom-modal .modal-body {
  padding: 0 32px;
  margin-top: 12px; }
  .custom-modal .modal-body h1 {
    line-height: 9px;
    color: #272838; }
    @media (max-width: 767px) {
      .custom-modal .modal-body h1 {
        line-height: 22px; } }
  .custom-modal .modal-body .email-form {
    margin-top: 22px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .custom-modal .modal-body .input-field {
    padding: 9px 16px;
    max-width: 424px;
    border: 1px solid rgba(48, 72, 80, 0.1);
    border-radius: 2px; }
  .custom-modal .modal-body .submit-bttn {
    margin-top: 24px;
    max-width: 131px; }
    .custom-modal .modal-body .submit-bttn .arrow-white {
      display: inline-block; }
    .custom-modal .modal-body .submit-bttn .arrow-blue {
      display: none; }
    .custom-modal .modal-body .submit-bttn:hover .arrow-white {
      display: none; }
    .custom-modal .modal-body .submit-bttn:hover .arrow-blue {
      display: inline-block; }
  .custom-modal .modal-body .submit-bttn-video {
    max-width: 142px; }
  .custom-modal .modal-body .submit-bttn-wb {
    max-width: 169px; }
.custom-modal .modal-footer {
  border-top: none; }
  .custom-modal .modal-footer .footer-pattern {
    position: absolute;
    left: 265px;
    bottom: -70px;
    max-width: 119px; }
    @media (max-width: 767px) {
      .custom-modal .modal-footer .footer-pattern {
        left: 200px;
        bottom: -80px; } }
    .custom-modal .modal-footer .footer-pattern img {
      width: 100%; }

.glow-on-hover {
  border: none;
  outline: none;
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px; }

.glow-on-hover:before {
  content: '';
  background: linear-gradient(45deg, #165FFA, #FFFFFF);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  border-radius: 10px; }

.glow-on-hover:active {
  color: #000; }

.glow-on-hover:active:after {
  background: transparent; }

.glow-on-hover:hover:before {
  opacity: 1; }

.glow-on-hover:after {
  z-index: -1;
  content: '';
  position: absolute;
  background: #111;
  left: 0;
  top: 0;
  border-radius: 10px; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .bttn {
    display: block !important; } }
.homepage_wrapper section {
  position: relative;
  z-index: 6; }
  .homepage_wrapper section h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 47px;
    color: #000; }
    @media (max-width: 767px) {
      .homepage_wrapper section h3 {
        font-weight: 600;
        font-size: 24px;
        line-height: 32px; } }
  .homepage_wrapper section.welcome_banner {
    margin-bottom: 120px; }
    @media (max-width: 767px) {
      .homepage_wrapper section.welcome_banner {
        margin-bottom: 64px; } }
    .homepage_wrapper section.welcome_banner .wrap {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      height: 80vh;
      position: relative; }
      @media (max-width: 767px) {
        .homepage_wrapper section.welcome_banner .wrap {
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
          height: 100%; } }
      .homepage_wrapper section.welcome_banner .wrap .write_up {
        position: relative;
        margin-right: 53px; }
        @media (max-width: 767px) {
          .homepage_wrapper section.welcome_banner .wrap .write_up {
            margin-top: 42px;
            margin-right: 0; } }
        .homepage_wrapper section.welcome_banner .wrap .write_up h1 {
          font-weight: 600;
          font-size: 36px;
          line-height: 47px;
          color: #000;
          margin-bottom: 24px;
          width: 392px;
          position: relative; }
          @media (max-width: 767px) {
            .homepage_wrapper section.welcome_banner .wrap .write_up h1 {
              width: 90%;
              font-size: 24px;
              line-height: 32px;
              color: #272838;
              text-align: center;
              margin: 0 auto;
              margin-bottom: 16px; } }
          .homepage_wrapper section.welcome_banner .wrap .write_up h1 span {
            color: #165FFA; }
            .homepage_wrapper section.welcome_banner .wrap .write_up h1 span::after {
              content: "";
              position: absolute;
              width: 1px;
              height: 45%; }
          .homepage_wrapper section.welcome_banner .wrap .write_up h1 br {
            display: none; }
            @media (max-width: 767px) {
              .homepage_wrapper section.welcome_banner .wrap .write_up h1 br {
                display: -ms-flexbox;
                display: flex; } }
        .homepage_wrapper section.welcome_banner .wrap .write_up p {
          font-weight: normal;
          font-size: 18px;
          line-height: 24px;
          color: rgba(48, 72, 80, 0.6);
          margin-bottom: 24px;
          width: 392px; }
          @media (max-width: 767px) {
            .homepage_wrapper section.welcome_banner .wrap .write_up p {
              font-size: 16px;
              line-height: 24px;
              width: 80%;
              text-align: center;
              margin: 0 auto; } }
        .homepage_wrapper section.welcome_banner .wrap .write_up .bttn_primary {
          display: block;
          margin-top: 24px;
          width: -webkit-fit-content;
          width: fit-content; }
          @media (max-width: 767px) {
            .homepage_wrapper section.welcome_banner .wrap .write_up .bttn_primary {
              margin: 0 auto;
              margin-top: 24px; } }
          .homepage_wrapper section.welcome_banner .wrap .write_up .bttn_primary:focus {
            color: #FFFFFF; }
          .homepage_wrapper section.welcome_banner .wrap .write_up .bttn_primary:hover {
            color: #165FFA; }
        .homepage_wrapper section.welcome_banner .wrap .write_up:before {
          position: absolute;
          content: "";
          background: url(../../src/images/icons/pattern.svg);
          bottom: -160px;
          left: -120px;
          width: 140px;
          height: 140px;
          background-size: cover !important; }
          @media (max-width: 767px) {
            .homepage_wrapper section.welcome_banner .wrap .write_up:before {
              left: 0;
              bottom: 0;
              height: 60px;
              width: 60px; } }
      .homepage_wrapper section.welcome_banner .wrap figure {
        position: relative;
        border-radius: 16px; }
        .homepage_wrapper section.welcome_banner .wrap figure figcaption {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          margin: 0 auto;
          z-index: 9;
          text-align: center;
          /*background: rgba(0, 0, 0, 0.5);*/
          height: 100%;
          width: 100%;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center;
          border-radius: 16px; }
          @media (max-width: 767px) {
            .homepage_wrapper section.welcome_banner .wrap figure figcaption {
              width: 100%;
              height: 100%; }
              .homepage_wrapper section.welcome_banner .wrap figure figcaption img {
                width: 50px; } }
        .homepage_wrapper section.welcome_banner .wrap figure img {
          border-radius: 8px;
          box-shadow: 0px 8px 32px rgba(48, 72, 80, 0.16), 0px 16px 64px rgba(48, 72, 80, 0.08); }
          @media (max-width: 767px) {
            .homepage_wrapper section.welcome_banner .wrap figure img {
              width: 100%; } }
        @media (max-width: 767px) {
          .homepage_wrapper section.welcome_banner .wrap figure {
            width: 328px;
            height: 248px;
            margin-top: 24px; }
            .homepage_wrapper section.welcome_banner .wrap figure img {
              width: 100%; } }
      .homepage_wrapper section.welcome_banner .wrap:before {
        position: absolute;
        content: "";
        background: #165FFA;
        right: 0;
        z-index: -1;
        top: 0;
        width: 562px;
        height: 100%; }
        @media (max-width: 767px) {
          .homepage_wrapper section.welcome_banner .wrap:before {
            width: 180px;
            height: 296px;
            right: 0; } }
  .homepage_wrapper section.stats_wrap {
    margin-bottom: 120px; }
    @media (max-width: 767px) {
      .homepage_wrapper section.stats_wrap {
        margin-top: 64px; } }
    .homepage_wrapper section.stats_wrap .card_wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      .homepage_wrapper section.stats_wrap .card_wrapper .card {
        padding: 32px;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: start;
            align-items: flex-start;
        border: 1px solid rgba(48, 72, 80, 0.1);
        border-radius: 12px;
        width: 288px;
        height: 228px;
        margin-right: 77px;
        transition-duration: 0.4s; }
        .homepage_wrapper section.stats_wrap .card_wrapper .card img {
          margin-bottom: 24px; }
          @media (max-width: 767px) {
            .homepage_wrapper section.stats_wrap .card_wrapper .card img {
              width: 48px;
              height: 48px;
              margin-bottom: 0;
              margin-right: 32px; } }
        .homepage_wrapper section.stats_wrap .card_wrapper .card .json-wrapper {
          margin-bottom: 24px;
          max-width: 52px;
          max-height: 52px; }
          @media (max-width: 767px) {
            .homepage_wrapper section.stats_wrap .card_wrapper .card .json-wrapper {
              width: 48px;
              height: 48px;
              margin-bottom: 0;
              margin-right: 32px; } }
          .homepage_wrapper section.stats_wrap .card_wrapper .card .json-wrapper .bm {
            width: 100%;
            height: 100%; }
        .homepage_wrapper section.stats_wrap .card_wrapper .card h4 {
          margin-bottom: 12px;
          font-weight: bold;
          font-size: 20px;
          line-height: 32px;
          color: #165FFA; }
        .homepage_wrapper section.stats_wrap .card_wrapper .card p {
          font-weight: 500;
          font-size: 14px;
          line-height: 24px;
          color: #272838;
          letter-spacing: 0.02em; }
        .homepage_wrapper section.stats_wrap .card_wrapper .card:last-of-type {
          margin-right: 0; }
        @media (max-width: 767px) {
          .homepage_wrapper section.stats_wrap .card_wrapper .card {
            margin: auto 9px;
            height: 144px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row;
                flex-direction: row;
            -ms-flex-align: center;
                align-items: center;
            padding: 26px 22px; }
            .homepage_wrapper section.stats_wrap .card_wrapper .card:hover {
              box-shadow: none; } }
        .homepage_wrapper section.stats_wrap .card_wrapper .card .content {
          margin-top: 0; }
    .homepage_wrapper section.stats_wrap .stats_slider .slick-dots {
      position: absolute;
      bottom: -60px;
      display: -ms-flexbox;
      display: flex; }
      .homepage_wrapper section.stats_wrap .stats_slider .slick-dots li {
        margin-right: 8px;
        font-size: 0; }
        .homepage_wrapper section.stats_wrap .stats_slider .slick-dots li button {
          background: rgba(48, 72, 80, 0.2);
          width: 8px;
          height: 8px;
          border-radius: 100%; }
        .homepage_wrapper section.stats_wrap .stats_slider .slick-dots li:last-of-type {
          margin-right: 0; }
        .homepage_wrapper section.stats_wrap .stats_slider .slick-dots li.slick-active button {
          background: #165FFA;
          height: 10px;
          width: 10px; }
  .homepage_wrapper section.services_wrap {
    display: none;
    padding-bottom: 150px; }
    @media (max-width: 767px) {
      .homepage_wrapper section.services_wrap {
        display: block;
        padding: 24px 0;
        overflow: hidden; } }
    .homepage_wrapper section.services_wrap .general_services {
      background: linear-gradient(90deg, #F6F6FB 40%, #fff 40%);
      padding: 0 170px; }
      @media (max-width: 767px) {
        .homepage_wrapper section.services_wrap .general_services {
          padding: 0 16px;
          background: transparent;
          position: relative; }
          .homepage_wrapper section.services_wrap .general_services:before {
            position: absolute;
            content: "";
            background: linear-gradient(90deg, #F6F6FB 40%, #fff 40%);
            height: 80%;
            width: 140%;
            top: 0;
            left: 0; } }
    @media (max-width: 767px) and (max-width: 767px) {
      .homepage_wrapper section.services_wrap .general_services:before {
        display: none; } }

      .homepage_wrapper section.services_wrap .general_services .services_row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; }
        .homepage_wrapper section.services_wrap .general_services .services_row .services_col {
          padding-top: 56px; }
          @media (max-width: 767px) {
            .homepage_wrapper section.services_wrap .general_services .services_row .services_col {
              padding: 16px 0 16px 0; } }
          .homepage_wrapper section.services_wrap .general_services .services_row .services_col h3 {
            padding-left: 40px;
            margin-bottom: 45px; }
            @media (max-width: 767px) {
              .homepage_wrapper section.services_wrap .general_services .services_row .services_col h3 {
                padding-left: 0;
                text-align: center; } }
          .homepage_wrapper section.services_wrap .general_services .services_row .services_col figure {
            padding-bottom: 120px; }
            @media (max-width: 767px) {
              .homepage_wrapper section.services_wrap .general_services .services_row .services_col figure img {
                width: 100%; } }
            @media (max-width: 767px) {
              .homepage_wrapper section.services_wrap .general_services .services_row .services_col figure {
                padding: 0; } }
          .homepage_wrapper section.services_wrap .general_services .services_row .services_col.right {
            padding-left: 170px; }
            @media (max-width: 767px) {
              .homepage_wrapper section.services_wrap .general_services .services_row .services_col.right {
                padding-left: 9px; } }
            .homepage_wrapper section.services_wrap .general_services .services_row .services_col.right .services_slider .slide-cell {
              padding: 0 24px 0 0; }
              .homepage_wrapper section.services_wrap .general_services .services_row .services_col.right .services_slider .slide-cell img {
                width: 100%;
                margin-bottom: 24px; }
              .homepage_wrapper section.services_wrap .general_services .services_row .services_col.right .services_slider .slide-cell h4 {
                font-size: 20px;
                line-height: 32px;
                color: #165FFA;
                margin-bottom: 16px; }
              .homepage_wrapper section.services_wrap .general_services .services_row .services_col.right .services_slider .slide-cell p {
                font-style: normal;
                font-weight: normal;
                font-size: 16px;
                line-height: 24px;
                color: rgba(48, 72, 80, 0.6);
                margin-bottom: 0; }
            .homepage_wrapper section.services_wrap .general_services .services_row .services_col.right .services_slider .slick-dots {
              display: -ms-flexbox;
              display: flex;
              padding-top: 24px; }
              .homepage_wrapper section.services_wrap .general_services .services_row .services_col.right .services_slider .slick-dots li {
                margin-right: 16px; }
                .homepage_wrapper section.services_wrap .general_services .services_row .services_col.right .services_slider .slick-dots li button {
                  font-size: 0;
                  height: 3px;
                  width: 61px;
                  background: rgba(16, 78, 249, 0.2); }
                  .homepage_wrapper section.services_wrap .general_services .services_row .services_col.right .services_slider .slick-dots li button:focus {
                    outline: none;
                    box-shadow: none; }
                .homepage_wrapper section.services_wrap .general_services .services_row .services_col.right .services_slider .slick-dots li:last-of-type {
                  margin-right: 0; }
                .homepage_wrapper section.services_wrap .general_services .services_row .services_col.right .services_slider .slick-dots li.slick-active button {
                  background: #165FFA; }
            .homepage_wrapper section.services_wrap .general_services .services_row .services_col.right .services_slider .slider__counter {
              padding: 20px 0 0 40px;
              position: relative;
              font-weight: bold;
              font-size: 14px;
              line-height: 24px;
              letter-spacing: 0.02em;
              color: #165FFA; }
              .homepage_wrapper section.services_wrap .general_services .services_row .services_col.right .services_slider .slider__counter:before {
                position: absolute;
                content: "STEP";
                left: 0; }
  .homepage_wrapper section.services_container {
    background: linear-gradient(90deg, #F6F6FB 40%, #fff 40%);
    padding-bottom: 150px;
    position: relative; }
    @media (max-width: 767px) {
      .homepage_wrapper section.services_container {
        padding-bottom: 64px; } }
    .homepage_wrapper section.services_container h3 {
      padding: 40px 108px 24px 210px;
      position: absolute; }
      @media (max-width: 767px) {
        .homepage_wrapper section.services_container h3 {
          padding: 24px 0 0 24px;
          position: unset; } }
    .homepage_wrapper section.services_container .services_cards {
      padding: 0 108px;
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      @media (max-width: 767px) {
        .homepage_wrapper section.services_container .services_cards {
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          padding: 0 16px;
          margin-top: 60px; } }
      .homepage_wrapper section.services_container .services_cards .card {
        padding: 32px;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: start;
            align-items: flex-start;
        border: 1px solid rgba(48, 72, 80, 0.1);
        border-radius: 12px;
        width: 288px;
        height: 270px;
        margin-right: 24px;
        transition-duration: 0.4s; }
        @media (max-width: 767px) {
          .homepage_wrapper section.services_container .services_cards .card {
            -ms-flex-direction: column;
                flex-direction: column;
            margin-bottom: 24px;
            width: 100%;
            height: 116px;
            margin-right: 0;
            padding: 16px; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .homepage_wrapper section.services_container .services_cards .card .head_ {
      margin-bottom: 12px;
      display: -ms-flexbox;
      display: flex; } }
        @media (max-width: 767px) {
            .homepage_wrapper section.services_container .services_cards .card .head_ img {
              margin-right: 16px; } }
        .homepage_wrapper section.services_container .services_cards .card img {
          margin-bottom: 24px; }
          @media (max-width: 767px) {
            .homepage_wrapper section.services_container .services_cards .card img {
              margin-bottom: 0;
              width: 24px;
              height: 24px; } }
        .homepage_wrapper section.services_container .services_cards .card .json-wrapper2 {
          margin-bottom: 24px;
          max-width: 52px;
          max-height: 52px; }
          @media (max-width: 767px) {
            .homepage_wrapper section.services_container .services_cards .card .json-wrapper2 {
              width: 24px;
              height: 24px;
              margin-bottom: 0;
              margin-right: 16px; } }
          .homepage_wrapper section.services_container .services_cards .card .json-wrapper2 .bm {
            width: 100%;
            height: 100%; }
        .homepage_wrapper section.services_container .services_cards .card h4 {
          margin-bottom: 12px;
          font-weight: bold;
          font-size: 20px;
          line-height: 32px;
          color: #272838; }
          @media (max-width: 767px) {
            .homepage_wrapper section.services_container .services_cards .card h4 {
              font-size: 16px;
              line-height: 24px;
              margin-bottom: 0; } }
        .homepage_wrapper section.services_container .services_cards .card p {
          font-weight: 500;
          font-size: 16px;
          line-height: 24px;
          color: #272838; }
          @media (max-width: 767px) {
            .homepage_wrapper section.services_container .services_cards .card p {
              font-size: 14px;
              line-height: 20px; } }
        .homepage_wrapper section.services_container .services_cards .card:last-of-type {
          margin-right: 0; }
    .homepage_wrapper section.services_container .scrolling-container {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: stretch;
          align-items: stretch;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      @media (max-width: 767px) {
        .homepage_wrapper section.services_container .scrolling-container {
          -ms-flex-direction: column;
              flex-direction: column;
          display: none; } }
      .homepage_wrapper section.services_container .scrolling-container .col_ {
        width: 60%;
        max-width: 632px;
        height: 100vh;
        max-height: 700px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-transform: scale(1) translateX(0);
            transform: scale(1) translateX(0);
        position: -webkit-sticky;
        position: sticky;
        top: calc(50% - 300px); }
        @media (max-width: 767px) {
          .homepage_wrapper section.services_container .scrolling-container .col_ {
            width: 100%;
            max-width: 100%; } }
        .homepage_wrapper section.services_container .scrolling-container .col_ .scrolling-section {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
          .homepage_wrapper section.services_container .scrolling-container .col_ .scrolling-section .scrolling-features-background {
            mix-blend-mode: multiply;
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            transition: transform 0.3s ease-in-out;
            opacity: 0;
            filter: blur(30px);
            -o-object-position: 50% 40%;
               object-position: 50% 40%;
            transition: filter .6s ease, opacity .6s ease, background-position 0.8s ease; }
            .homepage_wrapper section.services_container .scrolling-container .col_ .scrolling-section .scrolling-features-background.active {
              opacity: 1;
              -o-object-position: 50% 50%;
                 object-position: 50% 50%;
              filter: blur(0); }
      .homepage_wrapper section.services_container .scrolling-container .copy-blocks {
        position: relative;
        width: 40%;
        height: 100%; }
        .homepage_wrapper section.services_container .scrolling-container .copy-blocks .section {
          position: relative;
          height: 100vh;
          max-height: 700px;
          width: 100%;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: start;
              justify-content: flex-start; }
          .homepage_wrapper section.services_container .scrolling-container .copy-blocks .section .section-wrapper {
            max-width: 400px; }
            .homepage_wrapper section.services_container .scrolling-container .copy-blocks .section .section-wrapper h4 {
              font-weight: 600;
              font-size: 24px;
              line-height: 32px;
              color: #165FFA;
              margin-bottom: 20px; }
            .homepage_wrapper section.services_container .scrolling-container .copy-blocks .section .section-wrapper p {
              font-style: normal;
              font-weight: normal;
              font-size: 16px;
              line-height: 24px;
              color: #272838;
              margin-bottom: 0; }
  .homepage_wrapper section.product_details_wrap {
    background: #272838;
    padding: 120px 120px;
    height: auto;
    width: 100%;
    overflow: hidden; }
    .homepage_wrapper section.product_details_wrap .container-1016 {
      max-width: 100%; }
    @media (max-width: 767px) {
      .homepage_wrapper section.product_details_wrap {
        padding: 0; } }
    .homepage_wrapper section.product_details_wrap .offers-content {
      width: 50%;
      position: relative; }
      @media (max-width: 767px) {
        .homepage_wrapper section.product_details_wrap .offers-content {
          width: 100%;
          padding-top: 40px; } }
      .homepage_wrapper section.product_details_wrap .offers-content h3 {
        margin-bottom: 24px; }
        .homepage_wrapper section.product_details_wrap .offers-content h3 span {
          font-style: normal;
          font-weight: bold;
          font-size: 14px;
          line-height: 24px;
          letter-spacing: 0.02em;
          color: rgba(255, 255, 255, 0.4);
          text-transform: uppercase; }
      .homepage_wrapper section.product_details_wrap .offers-content .nav-tabs {
        margin-bottom: 32px;
        position: relative;
        z-index: 9;
        border-bottom: 0;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        overflow: visible;
        -ms-flex-wrap: inherit;
            flex-wrap: inherit;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
        @media (max-width: 767px) {
          .homepage_wrapper section.product_details_wrap .offers-content .nav-tabs {
            width: 100%;
            overflow: scroll;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
            -ms-flex: 0 0 28%;
                flex: 0 0 28%; } }
        .homepage_wrapper section.product_details_wrap .offers-content .nav-tabs li {
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
          max-width: -webkit-fit-content;
          max-width: fit-content; }
          .homepage_wrapper section.product_details_wrap .offers-content .nav-tabs li .nav-link {
            background: transparent;
            border: 0;
            font-weight: bold;
            font-size: 12px;
            line-height: 16px;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.4);
            padding: 12px;
            border-bottom: 1px solid #29344B; }
            .homepage_wrapper section.product_details_wrap .offers-content .nav-tabs li .nav-link.active {
              color: #FFFFFF;
              border-bottom: 2px solid #389CFA; }
            @media (max-width: 767px) {
              .homepage_wrapper section.product_details_wrap .offers-content .nav-tabs li .nav-link {
                padding: 6px;
                letter-spacing: 0; } }
          @media (max-width: 767px) {
            .homepage_wrapper section.product_details_wrap .offers-content .nav-tabs li {
              margin-right: 12px;
              -ms-flex: 0 0 28%;
                  flex: 0 0 28%;
              max-width: 28%; }
              .homepage_wrapper section.product_details_wrap .offers-content .nav-tabs li:last-of-type {
                margin-right: 0; } }
      .homepage_wrapper section.product_details_wrap .offers-content .tab-content .tab-pane h4 {
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        color: #FFFFFF;
        margin-bottom: 24px; }
        @media (max-width: 767px) {
          .homepage_wrapper section.product_details_wrap .offers-content .tab-content .tab-pane h4 {
            font-size: 20px; } }
      .homepage_wrapper section.product_details_wrap .offers-content .tab-content .tab-pane p {
        font-weight: normal;
        font-size: 18px;
        line-height: 24px;
        color: #FFFFFF;
        margin-bottom: 32px;
        width: 90%;
        opacity: 0.6; }
        @media (max-width: 767px) {
          .homepage_wrapper section.product_details_wrap .offers-content .tab-content .tab-pane p {
            width: 100%;
            font-size: 16px;
            color: rgba(255, 255, 255, 0.7); } }
      .homepage_wrapper section.product_details_wrap .offers-content .tab-content .tab-pane .feature_bttn {
        background: rgba(255, 255, 255, 0.1);
        color: #FFFFFF;
        display: block;
        width: -webkit-fit-content;
        width: fit-content;
        border-radius: 8px;
        border: 1px solid transparent; }
        .homepage_wrapper section.product_details_wrap .offers-content .tab-content .tab-pane .feature_bttn img {
          margin-left: 14px; }
        .homepage_wrapper section.product_details_wrap .offers-content .tab-content .tab-pane .feature_bttn:hover {
          color: #FFFFFF;
          border: 1px solid #165FFA;
          background: #165FFA;
          transition-duration: 0.4s;
          text-decoration: none; }
          .homepage_wrapper section.product_details_wrap .offers-content .tab-content .tab-pane .feature_bttn:hover img {
            animation: slide1 1s ease-in-out infinite; }
        @media (max-width: 767px) {
          .homepage_wrapper section.product_details_wrap .offers-content .tab-content .tab-pane .feature_bttn {
            letter-spacing: 0;
            padding: 12px; }
            .homepage_wrapper section.product_details_wrap .offers-content .tab-content .tab-pane .feature_bttn img {
              margin-left: 6px; } }
      .homepage_wrapper section.product_details_wrap .offers-content .tab-content .tab-pane .demo {
        position: absolute;
        right: -100%;
        top: 6%; }
        .homepage_wrapper section.product_details_wrap .offers-content .tab-content .tab-pane .demo img {
          border: 1px solid rgba(255, 255, 255, 0.1);
          box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.16), 0px 16px 64px rgba(0, 0, 0, 0.08);
          border-radius: 2px; }
          @media (max-width: 767px) {
            .homepage_wrapper section.product_details_wrap .offers-content .tab-content .tab-pane .demo img {
              width: 100%;
              margin-top: 120px; } }
        @media (max-width: 767px) {
          .homepage_wrapper section.product_details_wrap .offers-content .tab-content .tab-pane .demo {
            top: 40px;
            right: 0;
            left: 0; } }
      @media (max-width: 767px) {
        .homepage_wrapper section.product_details_wrap .offers-content .tab-content > .active {
          margin-top: 280px !important; } }
      .homepage_wrapper section.product_details_wrap .offers-content.offers--reverse {
        float: right;
        padding-top: 133px;
        padding-left: 70px; }
        @media (max-width: 767px) {
          .homepage_wrapper section.product_details_wrap .offers-content.offers--reverse {
            float: unset;
            width: 100%;
            padding: 60px 0 50px 0; } }
        .homepage_wrapper section.product_details_wrap .offers-content.offers--reverse .tab-content .tab-pane .demo {
          position: absolute;
          left: -100%;
          top: 160px;
          z-index: -1; }
          .homepage_wrapper section.product_details_wrap .offers-content.offers--reverse .tab-content .tab-pane .demo img {
            border-radius: 4px; }
          @media (max-width: 767px) {
            .homepage_wrapper section.product_details_wrap .offers-content.offers--reverse .tab-content .tab-pane .demo {
              top: 40px;
              right: 0;
              left: 0; }
              .homepage_wrapper section.product_details_wrap .offers-content.offers--reverse .tab-content .tab-pane .demo img {
                width: 100%;
                margin-top: 150px; } }
        .homepage_wrapper section.product_details_wrap .offers-content.offers--reverse:after {
          content: "";
          clear: both;
          display: table; }
      .homepage_wrapper section.product_details_wrap .offers-content:after {
        content: "";
        clear: both;
        display: table; }
  .homepage_wrapper section.motto_wrapper {
    padding: 120px 0; }
    @media (max-width: 767px) {
      .homepage_wrapper section.motto_wrapper {
        padding: 0;
        margin-bottom: 64px; } }
    .homepage_wrapper section.motto_wrapper .card_wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      @media (max-width: 767px) {
        .homepage_wrapper section.motto_wrapper .card_wrapper {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -ms-flex-direction: column;
              flex-direction: column; } }
      .homepage_wrapper section.motto_wrapper .card_wrapper .card {
        padding: 20px 32px 16px 32px;
        -ms-flex-pack: start;
            justify-content: start;
        -ms-flex-align: start;
            align-items: flex-start;
        border: 1px solid rgba(48, 72, 80, 0.1);
        border-radius: 12px;
        width: 288px;
        height: 324px;
        margin-right: 24px;
        transition-duration: 0.4s; }
        @media (max-width: 767px) {
          .homepage_wrapper section.motto_wrapper .card_wrapper .card {
            width: 100%;
            margin-right: 0;
            margin-bottom: 16px;
            padding: 16px;
            height: auto;
            -ms-flex-align: center;
                align-items: center; }
            .homepage_wrapper section.motto_wrapper .card_wrapper .card:nth-of-type(2) {
              margin-right: 0; } }
        .homepage_wrapper section.motto_wrapper .card_wrapper .card img {
          margin-bottom: 12px;
          width: 60px;
          height: 60px; }
          @media (max-width: 767px) {
            .homepage_wrapper section.motto_wrapper .card_wrapper .card img {
              width: 30px;
              height: 30px;
              margin-bottom: 8px; } }
        .homepage_wrapper section.motto_wrapper .card_wrapper .card h4 {
          margin-bottom: 12px;
          font-weight: bold;
          font-size: 20px;
          line-height: 32px;
          color: #165FFA; }
          @media (max-width: 767px) {
            .homepage_wrapper section.motto_wrapper .card_wrapper .card h4 {
              font-size: 16px;
              line-height: 24px;
              text-align: center;
              margin-bottom: 4px; } }
        .homepage_wrapper section.motto_wrapper .card_wrapper .card p {
          font-weight: 500;
          font-size: 14px;
          line-height: 24px;
          color: rgba(39, 40, 56, 0.6);
          letter-spacing: 0.02em; }
          @media (max-width: 767px) {
            .homepage_wrapper section.motto_wrapper .card_wrapper .card p {
              text-align: center; } }
        .homepage_wrapper section.motto_wrapper .card_wrapper .card:last-of-type {
          margin-right: 0; }
  .homepage_wrapper section.gallery_wrapper {
    padding-bottom: 120px; }
    @media (max-width: 767px) {
      .homepage_wrapper section.gallery_wrapper {
        padding: 0;
        margin-bottom: 64px; } }
    .homepage_wrapper section.gallery_wrapper .custom_row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      height: 100%;
      -ms-flex-pack: center;
          justify-content: center; }
      .homepage_wrapper section.gallery_wrapper .custom_row .custom_col {
        padding: 44px 27px 44px 40px;
        transition-duration: 0.4s; }
        @media (max-width: 767px) {
          .homepage_wrapper section.gallery_wrapper .custom_row .custom_col {
            padding: 24px; } }
        .homepage_wrapper section.gallery_wrapper .custom_row .custom_col .card {
          max-width: 100%;
          box-shadow: none;
          background: transparent;
          border: 0;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-align: start;
              align-items: flex-start;
          -ms-flex-pack: center;
              justify-content: center;
          padding: 0; }
          @media (max-width: 767px) {
            .homepage_wrapper section.gallery_wrapper .custom_row .custom_col .card {
              -ms-flex-direction: column;
                  flex-direction: column; } }
          .homepage_wrapper section.gallery_wrapper .custom_row .custom_col .card h3 {
            font-family: "Sans-Semibold";
            font-style: normal;
            font-weight: 500;
            font-size: 32px;
            line-height: 42px;
            color: rgba(39, 40, 56, 0.8);
            margin-bottom: 0;
            transition-duration: 0.4s; }
            @media (max-width: 767px) {
              .homepage_wrapper section.gallery_wrapper .custom_row .custom_col .card h3 {
                font-size: 24px;
                line-height: 32px; } }
            .homepage_wrapper section.gallery_wrapper .custom_row .custom_col .card h3 span.tag_ {
              background: rgba(56, 156, 250, 0.4);
              border-radius: 4px;
              font-weight: bold;
              font-size: 16px;
              line-height: 24px;
              color: #FFFFFF;
              margin-bottom: 32px;
              display: block;
              width: -webkit-min-content;
              width: min-content;
              padding: 4px 8px;
              text-transform: uppercase; }
              .homepage_wrapper section.gallery_wrapper .custom_row .custom_col .card h3 span.tag_.resources {
                background: #AC59FF;
                width: -webkit-fit-content;
                width: fit-content; }
              @media (max-width: 767px) {
                .homepage_wrapper section.gallery_wrapper .custom_row .custom_col .card h3 span.tag_ {
                  margin-bottom: 24px; } }
        .homepage_wrapper section.gallery_wrapper .custom_row .custom_col.col_8 {
          background: #9BD2FB;
          border-radius: 12px;
          margin-bottom: 24px; }
          .homepage_wrapper section.gallery_wrapper .custom_row .custom_col.col_8 .card h3 {
            color: #FFFFFF; }
          .homepage_wrapper section.gallery_wrapper .custom_row .custom_col.col_8 .card img {
            border-radius: 8px; }
            @media (max-width: 767px) {
              .homepage_wrapper section.gallery_wrapper .custom_row .custom_col.col_8 .card img {
                margin-top: 16px;
                width: 100%; } }
          .homepage_wrapper section.gallery_wrapper .custom_row .custom_col.col_8 .card .blogHead {
            width: 50%; }
            @media (max-width: 767px) {
              .homepage_wrapper section.gallery_wrapper .custom_row .custom_col.col_8 .card .blogHead {
                width: unset; } }
          @media (max-width: 767px) {
            .homepage_wrapper section.gallery_wrapper .custom_row .custom_col.col_8 .card .json-wrapper-blog {
              margin-top: 16px; } }
          .homepage_wrapper section.gallery_wrapper .custom_row .custom_col.col_8 .card .json-wrapper-blog .bi {
            width: 100%;
            height: 100%; }
          .homepage_wrapper section.gallery_wrapper .custom_row .custom_col.col_8.col_8_second {
            background: #7BBFFF; }
        .homepage_wrapper section.gallery_wrapper .custom_row .custom_col.col_4 {
          background: #F6F6FB;
          margin-bottom: 24px; }
          @media (max-width: 767px) {
            .homepage_wrapper section.gallery_wrapper .custom_row .custom_col.col_4 {
              border-radius: 12px; } }
          .homepage_wrapper section.gallery_wrapper .custom_row .custom_col.col_4:first-of-type {
            margin-right: 24px;
            border-radius: 12px; }
            @media (max-width: 767px) {
              .homepage_wrapper section.gallery_wrapper .custom_row .custom_col.col_4:first-of-type {
                margin-right: 0; } }
          .homepage_wrapper section.gallery_wrapper .custom_row .custom_col.col_4:last-of-type {
            margin-left: 24px;
            border-radius: 12px; }
            @media (max-width: 767px) {
              .homepage_wrapper section.gallery_wrapper .custom_row .custom_col.col_4:last-of-type {
                margin-left: 0;
                margin-bottom: 0; } }
          .homepage_wrapper section.gallery_wrapper .custom_row .custom_col.col_4.last_card {
            position: relative; }
            .homepage_wrapper section.gallery_wrapper .custom_row .custom_col.col_4.last_card .card {
              position: unset;
              -ms-flex-direction: column;
                  flex-direction: column;
              -ms-flex-align: start;
                  align-items: flex-start; }
              .homepage_wrapper section.gallery_wrapper .custom_row .custom_col.col_4.last_card .card .see_more {
                margin-top: 110px;
                margin-left: auto;
                padding-right: 20px; }
                @media (max-width: 767px) {
                  .homepage_wrapper section.gallery_wrapper .custom_row .custom_col.col_4.last_card .card .see_more {
                    margin-left: unset;
                    margin-top: 32px;
                    position: unset; } }
                .homepage_wrapper section.gallery_wrapper .custom_row .custom_col.col_4.last_card .card .see_more a {
                  transition-duration: 0.4s; }
                  @media (max-width: 767px) {
                    .homepage_wrapper section.gallery_wrapper .custom_row .custom_col.col_4.last_card .card .see_more a img {
                      height: 48px;
                      width: 48px; } }
                  .homepage_wrapper section.gallery_wrapper .custom_row .custom_col.col_4.last_card .card .see_more a:hover img {
                    -ms-transform: translateY(-10px);
                        transform: translateY(-10px);
                    transition-duration: 0.4s;
                    filter: hue-rotate(45deg); }
            .homepage_wrapper section.gallery_wrapper .custom_row .custom_col.col_4.last_card:hover a img {
              animation: slide2 1s ease-in-out infinite; }
        .homepage_wrapper section.gallery_wrapper .custom_row .custom_col:hover .card h3 {
          color: #165FFA;
          transition-duration: 0.4s; }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .homepage_wrapper section.welcome_banner .wrap {
    height: 50vh; }
    .homepage_wrapper section.welcome_banner .wrap .write_up {
      margin-right: 0px; }
      .homepage_wrapper section.welcome_banner .wrap .write_up h1 {
        width: 380px; }
        .homepage_wrapper section.welcome_banner .wrap .write_up h1 br {
          display: -ms-flexbox;
          display: flex; }
      .homepage_wrapper section.welcome_banner .wrap .write_up p {
        width: 320px; }
    .homepage_wrapper section.welcome_banner .wrap figure {
      overflow: hidden; }
      .homepage_wrapper section.welcome_banner .wrap figure img {
        width: 400px; }
  .homepage_wrapper section.welcome_banner .wrap:before {
    width: 400px;
    height: 82%; }
  .homepage_wrapper section .scrolling-container .copy-blocks {
    margin-left: 390px; }
  .homepage_wrapper section.services_container .services_cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 60px; }
    .homepage_wrapper section.services_container .services_cards .card {
      -ms-flex-pack: start;
          justify-content: flex-start; }
    .homepage_wrapper section.services_container .services_cards .card-r1-2 {
      margin-left: -25px;
      margin-top: 16px;
      margin-right: 24px; }
    .homepage_wrapper section.services_container .services_cards .card-r2-2 {
      margin-top: 16px; }
  .homepage_wrapper section.product_details_wrap .offers--reverse {
    padding-left: unset !important; }
  .homepage_wrapper section.product_details_wrap .offers-content {
    width: 100%; }
    .homepage_wrapper section.product_details_wrap .offers-content .tab-content {
      margin-top: 380px; }
      .homepage_wrapper section.product_details_wrap .offers-content .tab-content .tab-pane .demo {
        right: unset;
        top: 20%; }
  .homepage_wrapper section.product_details_wrap .offers-content.offers--reverse .tab-content .tab-pane .demo {
    left: unset;
    top: 280px; }
  .homepage_wrapper section.stats_wrap .card_wrapper .card {
    margin-right: 45px; } }

@media (max-width: 767px) {
  .owner-wrapper .hero-wrapper > .container-1224 {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }
.owner-wrapper .hero-wrapper .image {
  width: 624px;
  height: 371px; }
  @media (max-width: 767px) {
    .owner-wrapper .hero-wrapper .image {
      width: 100%;
      height: auto; } }
.owner-wrapper .hero-wrapper .content h3 {
  color: rgba(48, 72, 80, 0.6); }
.owner-wrapper .hero-wrapper .head-heading h1 {
  margin-bottom: 24px; }
  .owner-wrapper .hero-wrapper .head-heading h1 br {
    display: none; }
    @media (max-width: 767px) {
      .owner-wrapper .hero-wrapper .head-heading h1 br {
        display: -ms-flexbox;
        display: flex; } }
  .owner-wrapper .hero-wrapper .head-heading h1 span {
    color: #165FFA; }
    .owner-wrapper .hero-wrapper .head-heading h1 span::after {
      content: "";
      position: absolute;
      width: 1px;
      height: 10%; }
  .owner-wrapper .hero-wrapper .head-heading h1 .typingOperator::after {
    height: 14%; }
.owner-wrapper .hero-wrapper .head-heading #ownersH1 br {
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .owner-wrapper .hero-wrapper .head-heading #ownersH1 br {
      display: -ms-flexbox;
      display: flex; } }
.owner-wrapper section:not(:first-child) {
  margin-top: 120px;
  position: relative; }
  @media (max-width: 767px) {
    .owner-wrapper section:not(:first-child) {
      margin-top: 64px; } }
.owner-wrapper .project_owners_journey {
  background: #272838;
  overflow: hidden;
  z-index: 9;
  padding: 48px 0;
  position: relative; }
  .owner-wrapper .project_owners_journey .head-heading {
    margin-bottom: 69px; }
    @media (max-width: 767px) {
      .owner-wrapper .project_owners_journey .head-heading {
        margin-bottom: 0; } }
    .owner-wrapper .project_owners_journey .head-heading h4.head {
      font-size: 16px;
      line-height: 24px;
      color: rgba(255, 255, 255, 0.7); }
      @media (max-width: 767px) {
        .owner-wrapper .project_owners_journey .head-heading h4.head {
          font-size: 14px;
          line-height: 24px; } }
    .owner-wrapper .project_owners_journey .head-heading h1 {
      color: #FFFFFF;
      font-style: normal;
      font-weight: 600;
      font-size: 36px;
      line-height: 47px;
      letter-spacing: 0.02em; }
      @media (max-width: 767px) {
        .owner-wrapper .project_owners_journey .head-heading h1 {
          font-size: 24px;
          line-height: 31px;
          margin-bottom: 32px; } }
  .owner-wrapper .project_owners_journey .pattern {
    position: absolute;
    top: 20%;
    left: 0;
    opacity: 0.25; }
  .owner-wrapper .project_owners_journey .sliderContainer .slick-arrow {
    top: unset;
    position: absolute;
    font-size: 0;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 100%;
    z-index: 9; }
    @media (max-width: 767px) {
      .owner-wrapper .project_owners_journey .sliderContainer .slick-arrow {
        display: none !important; } }
    .owner-wrapper .project_owners_journey .sliderContainer .slick-arrow.slick-prev {
      transition: all 0.4s ease-in-out;
      bottom: 4px;
      left: 37%;
      width: 32px;
      height: 32px; }
      .owner-wrapper .project_owners_journey .sliderContainer .slick-arrow.slick-prev:before {
        content: url("../../src/images/icons/arrow-left.svg");
        filter: grayscale(1) brightness(100); }
      @media (max-width: 767px) {
        .owner-wrapper .project_owners_journey .sliderContainer .slick-arrow.slick-prev {
          right: 90px;
          left: unset;
          bottom: 7%; } }
      .owner-wrapper .project_owners_journey .sliderContainer .slick-arrow.slick-prev:hover {
        width: 40px;
        height: 40px;
        bottom: 2px; }
    .owner-wrapper .project_owners_journey .sliderContainer .slick-arrow.slick-next {
      transition: all 0.4s ease-in-out;
      bottom: 4px;
      left: 41%;
      width: 32px;
      height: 32px; }
      .owner-wrapper .project_owners_journey .sliderContainer .slick-arrow.slick-next:before {
        content: url("../../src/images/icons/arrow-right.svg");
        filter: grayscale(1) brightness(100); }
      @media (max-width: 767px) {
        .owner-wrapper .project_owners_journey .sliderContainer .slick-arrow.slick-next {
          right: 40px;
          left: unset;
          bottom: 6.4%; } }
      .owner-wrapper .project_owners_journey .sliderContainer .slick-arrow.slick-next:hover {
        width: 40px;
        height: 40px;
        bottom: 2px; }
    .owner-wrapper .project_owners_journey .sliderContainer .slick-arrow:focus {
      outline: none;
      box-shadow: none; }
  .owner-wrapper .project_owners_journey .sliderContainer .journey_slider {
    width: 120%;
    overflow: hidden;
    position: relative;
    padding-bottom: 64px; }
    @media (max-width: 767px) {
      .owner-wrapper .project_owners_journey .sliderContainer .journey_slider {
        height: 312px; } }
    .owner-wrapper .project_owners_journey .sliderContainer .journey_slider:before {
      position: absolute;
      content: "";
      height: 2px;
      top: 41%;
      left: 20px;
      background: #165FFA;
      opacity: 1; }
      @media (max-width: 767px) {
        .owner-wrapper .project_owners_journey .sliderContainer .journey_slider:before {
          display: none; } }
    @media (max-width: 767px) {
      .owner-wrapper .project_owners_journey .sliderContainer .journey_slider {
        padding-bottom: 32px;
        width: 100%; } }
    .owner-wrapper .project_owners_journey .sliderContainer .journey_slider .slide-cell {
      margin-left: 95px;
      transition-duration: 0.4s;
      position: relative;
      /*&:after {
          position: absolute;
          content: "";
          height: 100%;
          width: 100%;
          background: $black;
          opacity: 0.6;
          left: 0;
          top: 0;
          }*/ }
      .owner-wrapper .project_owners_journey .sliderContainer .journey_slider .slide-cell:first-child {
        margin-left: 20px; }
      @media (max-width: 767px) {
        .owner-wrapper .project_owners_journey .sliderContainer .journey_slider .slide-cell {
          margin-left: 0;
          margin: 0 8px; } }
      .owner-wrapper .project_owners_journey .sliderContainer .journey_slider .slide-cell .journey_ {
        background: #FFFFFF;
        border-radius: 8px;
        /*width: 328px;*/
        height: 250px; }
        @media (max-width: 767px) {
          .owner-wrapper .project_owners_journey .sliderContainer .journey_slider .slide-cell .journey_ {
            width: 100%;
            height: 224px; } }
        .owner-wrapper .project_owners_journey .sliderContainer .journey_slider .slide-cell .journey_ figure img {
          border-radius: 8px 8px 0px 0px;
          width: 318px;
          height: 208px;
          -o-object-fit: cover;
             object-fit: cover;
          margin: 0 auto;
          padding-top: 5px; }
        .owner-wrapper .project_owners_journey .sliderContainer .journey_slider .slide-cell .journey_ .journeydetails {
          padding: 32px 32px 24px 32px;
          border-radius: 0px 0px 8px 8px; }
          .owner-wrapper .project_owners_journey .sliderContainer .journey_slider .slide-cell .journey_ .journeydetails h5 {
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            text-align: center;
            letter-spacing: 0.02em;
            text-transform: uppercase;
            color: #272838;
            margin-bottom: 24px;
            font-family: "Sans-Semibold"; }
          .owner-wrapper .project_owners_journey .sliderContainer .journey_slider .slide-cell .journey_ .journeydetails p {
            font-weight: normal;
            font-size: 18px;
            line-height: 150%;
            text-align: center;
            color: #272838; }
      .owner-wrapper .project_owners_journey .sliderContainer .journey_slider .slide-cell.slick-current {
        opacity: 1;
        transition-duration: 0.4s; }
        .owner-wrapper .project_owners_journey .sliderContainer .journey_slider .slide-cell.slick-current:after {
          display: none; }
  .owner-wrapper .project_owners_journey .sliderContainer .data-slide {
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #FFFFFF;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background: #165FFA;
    position: absolute;
    position: absolute;
    top: 41%;
    left: -20px;
    border: 1px solid #165FFA;
    transition-duration: 0.4s;
    z-index: 9; }
    @media (max-width: 767px) {
      .owner-wrapper .project_owners_journey .sliderContainer .data-slide {
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
        display: none; } }
    .owner-wrapper .project_owners_journey .sliderContainer .data-slide:hover {
      background: #FFFFFF;
      border: 1px solid #FFFFFF;
      color: #165FFA;
      transition-duration: 0.4s; }
  .owner-wrapper .project_owners_journey .sliderContainer .slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    position: absolute;
    width: 90%;
    bottom: 0; }
    @media (max-width: 767px) {
      .owner-wrapper .project_owners_journey .sliderContainer .slick-dots {
        width: 100%; } }
    .owner-wrapper .project_owners_journey .sliderContainer .slick-dots li {
      margin-right: 8px; }
      .owner-wrapper .project_owners_journey .sliderContainer .slick-dots li:last-of-type {
        margin-right: 0; }
      .owner-wrapper .project_owners_journey .sliderContainer .slick-dots li button {
        font-size: 0;
        background: #5ED7FB;
        opacity: 0.2;
        width: 10px;
        height: 10px;
        color: #FFFFFF;
        border-radius: 100%; }
      .owner-wrapper .project_owners_journey .sliderContainer .slick-dots li.slick-active button {
        background: #FFFFFF;
        opacity: 1;
        width: 12px;
        height: 12px; }
.owner-wrapper .testimonials_wrapper {
  padding-top: 0;
  margin-bottom: 0; }
  .owner-wrapper .testimonials_wrapper:before {
    background: url(../../src/images/icons/pattern.svg);
    right: 0;
    top: -10%;
    width: 160px;
    height: 181px;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .owner-wrapper .testimonials_wrapper:before {
        display: none; } }
.owner-wrapper .suite-wrapper {
  position: relative;
  z-index: 6; }
  .owner-wrapper .suite-wrapper .container-1224 {
    position: relative; }
    .owner-wrapper .suite-wrapper .container-1224 .pattern {
      position: absolute;
      left: -48px;
      z-index: 99; }
      @media (max-width: 767px) {
        .owner-wrapper .suite-wrapper .container-1224 .pattern {
          bottom: -30px;
          right: 0;
          left: auto; } }
  .owner-wrapper .suite-wrapper h4.head {
    color: rgba(48, 72, 80, 0.6);
    font-size: 16px;
    line-height: 24px;
    font-weight: 100;
    letter-spacing: 0.02em; }
  .owner-wrapper .suite-wrapper h1 {
    color: #272838;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 47px;
    letter-spacing: 0.02em; }
    @media (max-width: 767px) {
      .owner-wrapper .suite-wrapper h1 {
        font-size: 24px;
        line-height: 32px; } }
  .owner-wrapper .suite-wrapper .offers-content-card {
    position: relative;
    z-index: 999;
    height: 430px; }
    @media (max-width: 767px) {
      .owner-wrapper .suite-wrapper .offers-content-card {
        height: auto; } }
    .owner-wrapper .suite-wrapper .offers-content-card .inside-container {
      position: relative;
      width: 100%;
      height: 100%; }
      @media (max-width: 767px) {
        .owner-wrapper .suite-wrapper .offers-content-card .inside-container {
          padding-top: unset; } }
    .owner-wrapper .suite-wrapper .offers-content-card h4 {
      color: rgba(48, 72, 80, 0.6);
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0.02em;
      text-transform: capitalize; }
    .owner-wrapper .suite-wrapper .offers-content-card ul {
      border-bottom: none;
      max-width: 504px;
      width: 100%;
      margin-right: 16px;
      -ms-flex-wrap: inherit;
          flex-wrap: inherit;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
      display: -ms-flexbox;
      display: flex;
      overflow: scroll; }
      @media (max-width: 767px) {
        .owner-wrapper .suite-wrapper .offers-content-card ul {
          max-width: 100%;
          margin-right: 0; } }
      .owner-wrapper .suite-wrapper .offers-content-card ul li {
        margin: 0;
        margin-right: 8px;
        -ms-flex: 0 0 37%;
            flex: 0 0 37%;
        max-width: -webkit-fit-content;
        max-width: fit-content;
        width: -webkit-fit-content;
        width: fit-content; }
        .owner-wrapper .suite-wrapper .offers-content-card ul li:last-child {
          margin-right: 0; }
        @media (max-width: 767px) {
          .owner-wrapper .suite-wrapper .offers-content-card ul li {
            margin-right: 8px;
            -ms-flex: none;
                flex: none; } }
        .owner-wrapper .suite-wrapper .offers-content-card ul li a {
          padding: 8px;
          color: rgba(48, 72, 80, 0.4);
          border-radius: 8px;
          line-height: 17px;
          border: 1.5px solid transparent; }
        .owner-wrapper .suite-wrapper .offers-content-card ul li a.active {
          border: 1.5px solid #165FFA;
          color: #165FFA; }
    .owner-wrapper .suite-wrapper .offers-content-card .tab-content {
      max-width: 504px;
      width: 100%;
      margin-right: 16px; }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .owner-wrapper .suite-wrapper .offers-content-card .tab-content {
          max-width: unset; } }
      .owner-wrapper .suite-wrapper .offers-content-card .tab-content figure {
        position: absolute;
        right: 0;
        top: 0;
        max-width: 552px;
        width: 100%;
        border-radius: 8px;
        height: auto; }
        @media (max-width: 767px) {
          .owner-wrapper .suite-wrapper .offers-content-card .tab-content figure {
            height: 100%;
            max-height: 213px;
            max-width: unset;
            position: unset; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          .owner-wrapper .suite-wrapper .offers-content-card .tab-content figure {
            max-width: 380px; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          .owner-wrapper .suite-wrapper .offers-content-card .tab-content figure {
            max-width: 380px; } }
        .owner-wrapper .suite-wrapper .offers-content-card .tab-content figure img {
          height: 100%;
          width: 100%;
          border-radius: 8px;
          box-shadow: 0px 8.55385px 34.2154px rgba(0, 0, 0, 0.16); }
      .owner-wrapper .suite-wrapper .offers-content-card .tab-content h1 {
        font-style: normal;
        font-weight: 600;
        font-size: 36px;
        line-height: 47px;
        color: #272838;
        text-transform: capitalize; }
        @media (max-width: 767px) {
          .owner-wrapper .suite-wrapper .offers-content-card .tab-content h1 {
            font-size: 24px;
            line-height: 32px;
            margin-top: 60px; } }
      .owner-wrapper .suite-wrapper .offers-content-card .tab-content p {
        font-family: "Sans-Bold";
        font-size: 16px;
        line-height: 150%;
        color: rgba(48, 72, 80, 0.6); }
        @media (max-width: 767px) {
          .owner-wrapper .suite-wrapper .offers-content-card .tab-content p {
            font-size: 16px; } }
      .owner-wrapper .suite-wrapper .offers-content-card .tab-content .feature_bttn {
        display: block;
        padding: 0;
        border: none;
        box-shadow: none;
        color: #165FFA;
        margin-top: 75px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: start;
            justify-content: flex-start; }
        .owner-wrapper .suite-wrapper .offers-content-card .tab-content .feature_bttn img {
          margin-left: 8px; }
        @media (max-width: 767px) {
          .owner-wrapper .suite-wrapper .offers-content-card .tab-content .feature_bttn {
            margin-top: 25px; } }
        .owner-wrapper .suite-wrapper .offers-content-card .tab-content .feature_bttn:hover img {
          animation: slide1 1s ease-in-out infinite; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .owner-wrapper .suite-wrapper .offers-content-card {
    height: auto; }
    .owner-wrapper .suite-wrapper .offers-content-card .inside-container {
      padding-top: unset; }
    .owner-wrapper .suite-wrapper .offers-content-card .tab-content {
      max-width: unset; }
      .owner-wrapper .suite-wrapper .offers-content-card .tab-content h1 {
        margin-top: 60px; }
    .owner-wrapper .suite-wrapper .offers-content-card .tab-content figure {
      max-width: unset;
      position: unset; } }
.monitors-wrapper .monitor-tabs-wrapper {
  position: relative; }
  .monitors-wrapper .monitor-tabs-wrapper > .container-1224 {
    position: relative; }
    .monitors-wrapper .monitor-tabs-wrapper > .container-1224 .pattern {
      position: absolute;
      right: -90px;
      top: 0; }
      @media (max-width: 767px) {
        .monitors-wrapper .monitor-tabs-wrapper > .container-1224 .pattern {
          display: none; } }
    .monitors-wrapper .monitor-tabs-wrapper > .container-1224 #monitorTabs {
      -ms-flex-pack: center;
          justify-content: center;
      padding: 80px 0;
      border: 0;
      position: relative; }
      @media (max-width: 767px) {
        .monitors-wrapper .monitor-tabs-wrapper > .container-1224 #monitorTabs {
          padding: 32px 0 40px 0; } }
      .monitors-wrapper .monitor-tabs-wrapper > .container-1224 #monitorTabs .nav-item {
        margin-right: 32px; }
        .monitors-wrapper .monitor-tabs-wrapper > .container-1224 #monitorTabs .nav-item .nav-link {
          color: rgba(48, 72, 80, 0.6);
          border-radius: 8px;
          font-weight: 600;
          font-size: 24px;
          line-height: 31px;
          text-transform: capitalize;
          padding: 8px;
          background: transparent; }
          @media (max-width: 767px) {
            .monitors-wrapper .monitor-tabs-wrapper > .container-1224 #monitorTabs .nav-item .nav-link {
              font-size: 16px;
              line-height: 21px; } }
          .monitors-wrapper .monitor-tabs-wrapper > .container-1224 #monitorTabs .nav-item .nav-link.active {
            border: 1px solid #165FFA;
            color: #165FFA; }
        .monitors-wrapper .monitor-tabs-wrapper > .container-1224 #monitorTabs .nav-item:last-of-type {
          margin-right: 0; }
      .monitors-wrapper .monitor-tabs-wrapper > .container-1224 #monitorTabs:before {
        position: absolute;
        content: "";
        background: #F6F6FB;
        left: -120px;
        top: 0;
        width: 343px;
        height: 350px;
        z-index: -1; }
        @media (max-width: 767px) {
          .monitors-wrapper .monitor-tabs-wrapper > .container-1224 #monitorTabs:before {
            width: 150px;
            left: -20px; } }
    .monitors-wrapper .monitor-tabs-wrapper > .container-1224 .tab-content .tab-pane .tab-details .head-heading h4 {
      margin-bottom: 24px; }
      @media (max-width: 767px) {
        .monitors-wrapper .monitor-tabs-wrapper > .container-1224 .tab-content .tab-pane .tab-details .head-heading h4 {
          margin-bottom: 16px; } }
    .monitors-wrapper .monitor-tabs-wrapper > .container-1224 .tab-content .tab-pane .tab-details .head-heading h1 {
      margin-bottom: 64px; }
      @media (max-width: 767px) {
        .monitors-wrapper .monitor-tabs-wrapper > .container-1224 .tab-content .tab-pane .tab-details .head-heading h1 {
          margin-bottom: 32px; } }
    .monitors-wrapper .monitor-tabs-wrapper > .container-1224 .tab-content .tab-pane .tab-details .content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: start;
          align-items: flex-start; }
      @media (max-width: 767px) {
        .monitors-wrapper .monitor-tabs-wrapper > .container-1224 .tab-content .tab-pane .tab-details .content {
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
      .monitors-wrapper .monitor-tabs-wrapper > .container-1224 .tab-content .tab-pane .tab-details .content .list-content {
        max-width: 392px; }
        @media (max-width: 767px) {
          .monitors-wrapper .monitor-tabs-wrapper > .container-1224 .tab-content .tab-pane .tab-details .content .list-content {
            width: 100%; } }
        .monitors-wrapper .monitor-tabs-wrapper > .container-1224 .tab-content .tab-pane .tab-details .content .list-content ul {
          padding-left: 64px;
          position: relative; }
          @media (max-width: 767px) {
            .monitors-wrapper .monitor-tabs-wrapper > .container-1224 .tab-content .tab-pane .tab-details .content .list-content ul {
              padding-left: 0;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-pack: start;
                  justify-content: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start;
              overflow-x: scroll;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
              -ms-flex-wrap: nowrap;
                  flex-wrap: nowrap;
              padding-top: 24px; } }
          .monitors-wrapper .monitor-tabs-wrapper > .container-1224 .tab-content .tab-pane .tab-details .content .list-content ul li {
            margin-bottom: 201px;
            position: relative; }
            @media (max-width: 767px) {
              .monitors-wrapper .monitor-tabs-wrapper > .container-1224 .tab-content .tab-pane .tab-details .content .list-content ul li {
                margin-bottom: 0;
                margin-bottom: 16px;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%; } }
            .monitors-wrapper .monitor-tabs-wrapper > .container-1224 .tab-content .tab-pane .tab-details .content .list-content ul li:before {
              position: absolute;
              content: "";
              background: #FFFFFF;
              width: 40px;
              height: 40px;
              border-radius: 100%;
              box-shadow: 0px 2px 8px rgba(48, 72, 80, 0.08), 0px 4px 16px rgba(48, 72, 80, 0.08);
              border: 8px solid #165FFA;
              left: -80px;
              top: 34%; }
              @media (max-width: 767px) {
                .monitors-wrapper .monitor-tabs-wrapper > .container-1224 .tab-content .tab-pane .tab-details .content .list-content ul li:before {
                  top: 0;
                  left: 45%; } }
            .monitors-wrapper .monitor-tabs-wrapper > .container-1224 .tab-content .tab-pane .tab-details .content .list-content ul li:last-of-type {
              margin-bottom: 0; }
            .monitors-wrapper .monitor-tabs-wrapper > .container-1224 .tab-content .tab-pane .tab-details .content .list-content ul li h4 {
              font-weight: 600;
              font-size: 24px;
              line-height: 31px;
              color: #272838;
              margin-bottom: 16px;
              font-family: 'Sans-Bold'; }
              @media (max-width: 767px) {
                .monitors-wrapper .monitor-tabs-wrapper > .container-1224 .tab-content .tab-pane .tab-details .content .list-content ul li h4 {
                  font-size: 16px;
                  line-height: 24px;
                  text-align: center;
                  margin-top: 66px; } }
            .monitors-wrapper .monitor-tabs-wrapper > .container-1224 .tab-content .tab-pane .tab-details .content .list-content ul li p {
              font-weight: normal;
              font-size: 16px;
              line-height: 150%;
              color: #272838;
              font-family: 'Sans-Regular'; }
              @media (max-width: 767px) {
                .monitors-wrapper .monitor-tabs-wrapper > .container-1224 .tab-content .tab-pane .tab-details .content .list-content ul li p {
                  font-size: 14px;
                  line-height: 150%;
                  text-align: center; } }
          .monitors-wrapper .monitor-tabs-wrapper > .container-1224 .tab-content .tab-pane .tab-details .content .list-content ul:before {
            position: absolute;
            content: "";
            background: #F1F1F1;
            width: 4px;
            height: 68%;
            left: 0;
            top: 12%; }
            @media (max-width: 767px) {
              .monitors-wrapper .monitor-tabs-wrapper > .container-1224 .tab-content .tab-pane .tab-details .content .list-content ul:before {
                left: 50%;
                top: 42px;
                height: 4px;
                width: 200%; } }
      .monitors-wrapper .monitor-tabs-wrapper > .container-1224 .tab-content .tab-pane .tab-details .content .scrollmagic-pin-spacer {
        max-width: 50%; }
        .monitors-wrapper .monitor-tabs-wrapper > .container-1224 .tab-content .tab-pane .tab-details .content .scrollmagic-pin-spacer .visual-content {
          max-width: 100%;
          padding: 0; }
          .monitors-wrapper .monitor-tabs-wrapper > .container-1224 .tab-content .tab-pane .tab-details .content .scrollmagic-pin-spacer .visual-content figure img {
            box-shadow: 0px 8px 32px rgba(48, 72, 80, 0.16);
            border-radius: 6px;
            width: 100%;
            -o-object-fit: cover !important;
               object-fit: cover !important;
            height: 100%; }
            @media (max-width: 767px) {
              .monitors-wrapper .monitor-tabs-wrapper > .container-1224 .tab-content .tab-pane .tab-details .content .scrollmagic-pin-spacer .visual-content figure img {
                width: 100%;
                margin-bottom: 16px; } }
          .monitors-wrapper .monitor-tabs-wrapper > .container-1224 .tab-content .tab-pane .tab-details .content .scrollmagic-pin-spacer .visual-content .wrap {
            position: relative;
            width: 100%;
            height: 50vh;
            margin: 0 auto; }
            .monitors-wrapper .monitor-tabs-wrapper > .container-1224 .tab-content .tab-pane .tab-details .content .scrollmagic-pin-spacer .visual-content .wrap .item {
              position: absolute;
              top: 0;
              right: 0;
              margin-top: 140px;
              left: 0;
              height: 510px; }
              .monitors-wrapper .monitor-tabs-wrapper > .container-1224 .tab-content .tab-pane .tab-details .content .scrollmagic-pin-spacer .visual-content .wrap .item:first-child {
                margin-top: 0;
                display: block !important; }
    .monitors-wrapper .monitor-tabs-wrapper > .container-1224 .tab-content.fixed-monitorTabsContent {
      position: fixed;
      background: #FFFFFF;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 9; }
  .monitors-wrapper .monitor-tabs-wrapper:before {
    position: absolute;
    content: "";
    background: #F6F6FB;
    right: 0;
    bottom: -120px;
    width: 564px;
    height: 35%;
    z-index: -1; }
    @media (max-width: 767px) {
      .monitors-wrapper .monitor-tabs-wrapper:before {
        width: 150px;
        right: 0; } }
.monitors-wrapper .key-wrapper {
  margin-top: 120px;
  margin-bottom: 108px;
  padding: 64px 0;
  background: #272838;
  overflow: hidden; }
  @media (max-width: 767px) {
    .monitors-wrapper .key-wrapper {
      margin-top: 64px; } }
  .monitors-wrapper .key-wrapper h4.head {
    color: rgba(255, 255, 255, 0.7); }
  .monitors-wrapper .key-wrapper h1 {
    color: #FFFFFF; }
  .monitors-wrapper .key-wrapper .pattern {
    bottom: 0;
    left: -60px;
    top: unset;
    opacity: 0.5; }
    .monitors-wrapper .key-wrapper .pattern.pattern_ {
      bottom: unset;
      top: 0;
      right: 0;
      left: unset; }
  .monitors-wrapper .key-wrapper .benefit-wrapper .card {
    background: #323342; }
    .monitors-wrapper .key-wrapper .benefit-wrapper .card .head {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start; }
      .monitors-wrapper .key-wrapper .benefit-wrapper .card .head h3 {
        color: #5ED7FB;
        margin-left: 0;
        margin-top: 16px; }
      .monitors-wrapper .key-wrapper .benefit-wrapper .card .head img {
        max-width: 48px; }
    .monitors-wrapper .key-wrapper .benefit-wrapper .card .content h4 {
      color: rgba(255, 255, 255, 0.7);
      font-weight: normal;
      font-size: 16px;
      line-height: 22px; }
  @media (max-width: 767px) {
    .monitors-wrapper .key-wrapper .left-blue-bg {
      display: none; } }
.monitors-wrapper .testimonials_wrapper {
  padding-top: 120px; }
  .monitors-wrapper .testimonials_wrapper:before {
    background: url(../../src/images/icons/pattern.svg);
    right: unset;
    left: 80px;
    top: 60%;
    width: 181px;
    height: 181px;
    background-repeat: no-repeat; }
.monitors-wrapper .resources-wrapper {
  margin-bottom: 119px; }

.monitors-wrapper-new .monitor-tabs-wrapper {
  position: relative; }
  .monitors-wrapper-new .monitor-tabs-wrapper > .full-container {
    position: relative;
    overflow-x: hidden; }
    .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .pattern {
      position: absolute;
      right: -90px;
      top: 0; }
      @media (max-width: 767px) {
        .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .pattern {
          display: none; } }
    .monitors-wrapper-new .monitor-tabs-wrapper > .full-container #monitorTabs {
      -ms-flex-pack: center;
          justify-content: center;
      padding: 80px 0;
      border: 0;
      position: relative; }
      @media (max-width: 767px) {
        .monitors-wrapper-new .monitor-tabs-wrapper > .full-container #monitorTabs {
          padding: 32px 0 40px 0; } }
      .monitors-wrapper-new .monitor-tabs-wrapper > .full-container #monitorTabs .nav-item {
        margin-right: 32px; }
        .monitors-wrapper-new .monitor-tabs-wrapper > .full-container #monitorTabs .nav-item .nav-link {
          color: rgba(48, 72, 80, 0.6);
          border-radius: 8px;
          font-weight: 600;
          font-size: 24px;
          line-height: 31px;
          text-transform: capitalize;
          padding: 8px;
          background: transparent; }
          @media (max-width: 767px) {
            .monitors-wrapper-new .monitor-tabs-wrapper > .full-container #monitorTabs .nav-item .nav-link {
              font-size: 16px;
              line-height: 21px; } }
          .monitors-wrapper-new .monitor-tabs-wrapper > .full-container #monitorTabs .nav-item .nav-link.active {
            border: 1px solid #165FFA;
            color: #165FFA; }
        .monitors-wrapper-new .monitor-tabs-wrapper > .full-container #monitorTabs .nav-item:last-of-type {
          margin-right: 0; }
      .monitors-wrapper-new .monitor-tabs-wrapper > .full-container #monitorTabs:before {
        position: absolute;
        content: "";
        background: #F6F6FB;
        left: -120px;
        top: 0;
        width: 343px;
        height: 350px;
        z-index: -1; }
        @media (max-width: 767px) {
          .monitors-wrapper-new .monitor-tabs-wrapper > .full-container #monitorTabs:before {
            width: 150px;
            left: -20px; } }
    .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .tab-details .head-heading h4 {
      margin-bottom: 24px; }
      @media (max-width: 767px) {
        .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .tab-details .head-heading h4 {
          margin-bottom: 16px; } }
    .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .tab-details .head-heading h1 {
      margin-bottom: 64px; }
      @media (max-width: 767px) {
        .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .tab-details .head-heading h1 {
          margin-bottom: 32px; } }
    .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .tab-details .content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: start;
          align-items: flex-start; }
      @media (max-width: 767px) {
        .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .tab-details .content {
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
      .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .tab-details .content .scrollmagic-pin-spacer {
        max-width: 50%; }
        .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .tab-details .content .scrollmagic-pin-spacer .visual-content {
          max-width: 100%;
          padding: 0; }
          .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .tab-details .content .scrollmagic-pin-spacer .visual-content figure img {
            box-shadow: 0px 8px 32px rgba(48, 72, 80, 0.16);
            border-radius: 6px;
            width: 100%;
            -o-object-fit: cover !important;
               object-fit: cover !important;
            height: 100%; }
            @media (max-width: 767px) {
              .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .tab-details .content .scrollmagic-pin-spacer .visual-content figure img {
                width: 100%;
                margin-bottom: 16px; } }
          .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .tab-details .content .scrollmagic-pin-spacer .visual-content .wrap {
            position: relative;
            width: 100%;
            height: 50vh;
            margin: 0 auto; }
            .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .tab-details .content .scrollmagic-pin-spacer .visual-content .wrap .item {
              position: absolute;
              top: 0;
              right: 0;
              margin-top: 140px;
              left: 0;
              height: 510px; }
              .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .tab-details .content .scrollmagic-pin-spacer .visual-content .wrap .item:first-child {
                margin-top: 0;
                display: block !important; }
    .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .scrolling-container {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: stretch;
          align-items: stretch;
      -ms-flex-pack: justify;
          justify-content: space-between;
      /*New CSS*/
      padding-top: 100px; }
      .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .scrolling-container .list-content {
        max-width: 392px; }
        @media (max-width: 767px) {
          .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .scrolling-container .list-content {
            width: 100%; } }
        .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .scrolling-container .list-content ul {
          padding-left: 64px;
          position: relative; }
          @media (max-width: 767px) {
            .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .scrolling-container .list-content ul {
              padding-left: 0;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-pack: start;
                  justify-content: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start;
              overflow-x: scroll;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
              -ms-flex-wrap: nowrap;
                  flex-wrap: nowrap;
              padding-top: 24px; } }
          .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .scrolling-container .list-content ul li {
            /*opacity: 0.3;*/
            /*margin-bottom: 201px;*/ }
            @media (max-width: 767px) {
              .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .scrolling-container .list-content ul li {
                margin-bottom: 0;
                margin-bottom: 16px;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%; } }
            .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .scrolling-container .list-content ul li:before {
              position: absolute;
              content: "";
              background: #FFFFFF;
              width: 40px;
              height: 40px;
              border-radius: 100%;
              box-shadow: 0px 2px 8px rgba(48, 72, 80, 0.08), 0px 4px 16px rgba(48, 72, 80, 0.08);
              border: 8px solid #F1F1F1;
              background: #F1F1F1;
              left: -81px; }
              @media (max-width: 767px) {
                .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .scrolling-container .list-content ul li:before {
                  top: 0;
                  left: 45%; } }
            .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .scrolling-container .list-content ul li:last-of-type {
              margin-bottom: 0; }
            .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .scrolling-container .list-content ul li h4 {
              font-weight: 600;
              font-size: 24px;
              line-height: 31px;
              color: #272838;
              margin-bottom: 16px;
              font-family: 'Sans-Bold'; }
              @media (max-width: 767px) {
                .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .scrolling-container .list-content ul li h4 {
                  font-size: 16px;
                  line-height: 24px;
                  text-align: center;
                  margin-top: 66px; } }
            .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .scrolling-container .list-content ul li p {
              font-weight: normal;
              font-size: 16px;
              line-height: 150%;
              color: #272838;
              font-family: 'Sans-Regular'; }
              @media (max-width: 767px) {
                .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .scrolling-container .list-content ul li p {
                  font-size: 14px;
                  line-height: 150%;
                  text-align: center; } }
            .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .scrolling-container .list-content ul li.active {
              opacity: 1;
              background: #fff !important; }
              .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .scrolling-container .list-content ul li.active:before {
                border: 8px solid #165FFA;
                background: #FFFFFF; }
          .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .scrolling-container .list-content ul:before {
            position: absolute;
            content: "";
            background: #F1F1F1;
            width: 4px;
            height: 66%;
            left: 0;
            /*top: 16%;*/
            top: 0;
            bottom: 0; }
            @media (max-width: 767px) {
              .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .scrolling-container .list-content ul:before {
                left: 50%;
                top: 42px;
                height: 4px;
                width: 200%; } }
        .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .scrolling-container .list-content .copy-blocks .section {
          position: relative;
          height: 50vh;
          width: 100%;
          display: -ms-flexbox;
          display: flex;
          /*align-items: center;*/
          -ms-flex-align: start;
              align-items: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .scrolling-container .col_ {
        width: 60%;
        max-width: 632px;
        height: 100vh;
        max-height: 700px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-transform: scale(1) translateX(0);
            transform: scale(1) translateX(0);
        position: -webkit-sticky;
        position: sticky;
        /*top: calc(50% - 300px);*/
        /*top: calc(40% - 300px);*/
        top: 0; }
        .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .scrolling-container .col_ .scrolling-section {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
          .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .scrolling-container .col_ .scrolling-section .scrolling-features-background {
            filter: blur(30px);
            position: absolute;
            top: 50%;
            left: -108px;
            width: 100%;
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            transition: transform 0.3s ease-in-out;
            opacity: 0;
            -o-object-position: 50% 40%;
               object-position: 50% 40%;
            transition: filter .6s ease, opacity .6s ease, background-position 0.8s ease;
            /*mix-blend-mode: multiply;*/ }
            .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .scrolling-container .col_ .scrolling-section .scrolling-features-background.active {
              opacity: 1;
              -o-object-position: 50% 50%;
                 object-position: 50% 50%;
              filter: blur(0); }
            .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .scrolling-container .col_ .scrolling-section .scrolling-features-background figure {
              width: 704px;
              height: 546px; }
              .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .scrolling-container .col_ .scrolling-section .scrolling-features-background figure img {
                box-shadow: 0px 8px 32px rgba(48, 72, 80, 0.16);
                border: 1px solid rgba(48, 72, 80, 0.1);
                -o-object-position: center center;
                   object-position: center center;
                width: 100%;
                /*object-fit: cover;*/
                /*height: 100%;*/ }
    .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content.fixed-monitorTabsContent {
      position: fixed;
      background: #FFFFFF;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 9; }
  .monitors-wrapper-new .monitor-tabs-wrapper:before {
    position: absolute;
    content: "";
    background: #F6F6FB;
    right: 0;
    bottom: -120px;
    width: 564px;
    height: 35%;
    z-index: -1; }
    @media (max-width: 767px) {
      .monitors-wrapper-new .monitor-tabs-wrapper:before {
        width: 150px;
        right: 0; } }
.monitors-wrapper-new .key-wrapper {
  margin-top: 120px;
  margin-bottom: 108px;
  padding: 64px 0;
  background: #272838;
  overflow: hidden; }
  @media (max-width: 767px) {
    .monitors-wrapper-new .key-wrapper {
      margin-top: 64px; } }
  .monitors-wrapper-new .key-wrapper h4.head {
    color: rgba(255, 255, 255, 0.7); }
  .monitors-wrapper-new .key-wrapper h1 {
    color: #FFFFFF; }
  .monitors-wrapper-new .key-wrapper .pattern {
    bottom: 0;
    left: -60px;
    top: unset; }
    .monitors-wrapper-new .key-wrapper .pattern.pattern_ {
      bottom: unset;
      top: 0;
      right: 0;
      left: unset; }
  .monitors-wrapper-new .key-wrapper .benefit-wrapper .card {
    background: #323342; }
    .monitors-wrapper-new .key-wrapper .benefit-wrapper .card .head {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start; }
      .monitors-wrapper-new .key-wrapper .benefit-wrapper .card .head h3 {
        color: #5ED7FB;
        margin-left: 0;
        margin-top: 16px; }
      .monitors-wrapper-new .key-wrapper .benefit-wrapper .card .head img {
        max-width: 48px; }
    .monitors-wrapper-new .key-wrapper .benefit-wrapper .card .content h4 {
      color: rgba(255, 255, 255, 0.7);
      font-weight: normal;
      font-size: 16px;
      line-height: 22px; }
  @media (max-width: 767px) {
    .monitors-wrapper-new .key-wrapper .left-blue-bg {
      display: none; } }
.monitors-wrapper-new .testimonials_wrapper {
  padding-top: 120px; }
  .monitors-wrapper-new .testimonials_wrapper:before {
    background: url(../../src/images/icons/pattern.svg);
    right: unset;
    left: 80px;
    top: 60%;
    width: 181px;
    height: 181px;
    background-repeat: no-repeat; }
.monitors-wrapper-new .resources-wrapper {
  margin-bottom: 119px; }

.monitors-wrapper-new .monitor-tabs-wrapper {
  position: relative; }
  .monitors-wrapper-new .monitor-tabs-wrapper .tab-content > .tab-pane {
    display: block;
    height: 0px;
    overflow: hidden; }
  .monitors-wrapper-new .monitor-tabs-wrapper .tab-content > .active {
    height: auto; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .monitors-wrapper-new .monitor-tabs-wrapper .tab-content > .active {
        height: auto; } }
    @media (max-width: 767px) {
      .monitors-wrapper-new .monitor-tabs-wrapper .tab-content > .active {
        height: auto; } }
  .monitors-wrapper-new .monitor-tabs-wrapper > .full-container {
    position: relative;
    overflow-x: hidden; }
    .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .pattern {
      position: absolute;
      right: 0;
      top: 0;
      display: none; }
      @media (max-width: 767px) {
        .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .pattern {
          display: none; } }
    .monitors-wrapper-new .monitor-tabs-wrapper > .full-container #monitorTabs {
      -ms-flex-pack: center;
          justify-content: center;
      padding: 60px 0 48px 0;
      border: 0;
      position: relative; }
      @media (max-width: 767px) {
        .monitors-wrapper-new .monitor-tabs-wrapper > .full-container #monitorTabs {
          padding: 32px 0 40px 0; } }
      .monitors-wrapper-new .monitor-tabs-wrapper > .full-container #monitorTabs .nav-item {
        margin-right: 32px; }
        .monitors-wrapper-new .monitor-tabs-wrapper > .full-container #monitorTabs .nav-item .nav-link {
          color: rgba(48, 72, 80, 0.6);
          border-radius: 8px;
          font-weight: 600;
          font-size: 20px;
          line-height: 31px;
          text-transform: capitalize;
          padding: 8px;
          background: transparent; }
          @media (max-width: 767px) {
            .monitors-wrapper-new .monitor-tabs-wrapper > .full-container #monitorTabs .nav-item .nav-link {
              font-size: 16px;
              line-height: 21px; } }
          .monitors-wrapper-new .monitor-tabs-wrapper > .full-container #monitorTabs .nav-item .nav-link.active {
            border: 1px solid #165FFA;
            color: #165FFA; }
        .monitors-wrapper-new .monitor-tabs-wrapper > .full-container #monitorTabs .nav-item:last-of-type {
          margin-right: 0; }
      .monitors-wrapper-new .monitor-tabs-wrapper > .full-container #monitorTabs:before {
        position: absolute;
        content: "";
        background: #F6F6FB;
        left: -120px;
        top: 0;
        width: 343px;
        height: 367px;
        z-index: -1; }
        @media (max-width: 767px) {
          .monitors-wrapper-new .monitor-tabs-wrapper > .full-container #monitorTabs:before {
            width: 150px;
            left: -20px; } }
    .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .tab-details .head-heading h4 {
      margin-bottom: 8px; }
      @media (max-width: 767px) {
        .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .tab-details .head-heading h4 {
          margin-bottom: 8px; } }
    .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .tab-details .head-heading h1 {
      margin-bottom: 48px; }
      @media (max-width: 767px) {
        .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .tab-details .head-heading h1 {
          margin-bottom: 32px; } }
    .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .tab-details .content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: start;
          align-items: flex-start; }
      @media (max-width: 767px) {
        .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .tab-details .content {
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
    .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: start;
          align-items: flex-start;
      margin-bottom: 120px; }
      @media (max-width: 767px) {
        .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider {
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
          margin-bottom: 94px; } }
      .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .nav-container {
        max-width: 418px;
        width: 100%; }
        @media (max-width: 767px) {
          .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .nav-container {
            max-width: 100%; } }
        .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .nav-container .slider-nav {
          padding-left: 24px;
          position: relative; }
          @media (max-width: 767px) {
            .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .nav-container .slider-nav {
              padding-left: 0; } }
          .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .nav-container .slider-nav li {
            position: relative;
            padding-bottom: 38px;
            width: 100% !important;
            max-width: 100%; }
            @media (min-width: 412px) and (max-width: 767px) {
              .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .nav-container .slider-nav li {
                width: 300px !important;
                margin: 0 40px;
                margin-bottom: 0; } }
            @media (min-width: 374px) and (max-width: 411px) {
              .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .nav-container .slider-nav li {
                width: 264px !important;
                margin: 0 40px;
                margin-bottom: 0; } }
            @media (min-width: 359px) and (max-width: 373px) {
              .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .nav-container .slider-nav li {
                width: 248px !important;
                margin: 0 40px;
                margin-bottom: 0; } }
            @media (min-width: 319px) and (max-width: 358px) {
              .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .nav-container .slider-nav li {
                width: 204px !important;
                margin: 0 40px;
                margin-bottom: 0; } }
            .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .nav-container .slider-nav li h4 {
              font-weight: 600;
              font-size: 24px;
              line-height: 31px;
              color: #272838;
              margin-bottom: 16px;
              font-family: 'Sans-Bold'; }
              @media (max-width: 767px) {
                .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .nav-container .slider-nav li h4 {
                  font-size: 16px;
                  line-height: 24px;
                  text-align: center;
                  margin-top: 32px; } }
            .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .nav-container .slider-nav li p {
              font-weight: normal;
              font-size: 16px;
              line-height: 150%;
              color: rgba(48, 72, 80, 0.6);
              font-family: 'Sans-Regular'; }
              @media (max-width: 767px) {
                .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .nav-container .slider-nav li p {
                  font-size: 14px;
                  line-height: 150%;
                  text-align: center; } }
            .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .nav-container .slider-nav li .verticalLine {
              position: absolute;
              content: "";
              background: #F1F1F1;
              width: 4px;
              height: 100%;
              left: -63px;
              top: -122px;
              z-index: -2; }
              @media (max-width: 767px) {
                .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .nav-container .slider-nav li .verticalLine {
                  display: none; } }
            .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .nav-container .slider-nav li.slick-current:before {
              border: 8px solid #165FFA;
              background: #FFFFFF; }
            @media (max-width: 767px) {
              .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .nav-container .slider-nav li.slick-current {
                background: transparent !important; } }
            .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .nav-container .slider-nav li.slick-current .verticalLine {
              background: #165FFA; }
            .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .nav-container .slider-nav li:last-of-type {
              margin-bottom: 0; }
          .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .nav-container .slider-nav .slick-list {
            padding: 0 !important;
            height: auto !important; }
            @media (max-width: 767px) {
              .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .nav-container .slider-nav .slick-list {
                overflow: hidden; } }
            .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .nav-container .slider-nav .slick-list .slick-track {
              margin: 0 !important; }
              .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .nav-container .slider-nav .slick-list .slick-track .slick-track {
                height: 100% !important; }
        .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .nav-container .mob_movable {
          -ms-transform: unset !important;
              transform: unset !important; }
      .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .main-container {
        max-width: 720px;
        width: 100%; }
        @media (max-width: 767px) {
          .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .main-container {
            max-width: 100%; } }
        .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .main-container .slider-main figure img {
          box-shadow: 0px 8px 32px rgba(48, 72, 80, 0.16);
          -o-object-position: center center;
             object-position: center center;
          width: 100%; }
          @media (max-width: 767px) {
            .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .main-container .slider-main figure img {
              height: 230px; } }
      .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .slick-dots {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        position: absolute;
        width: 90%;
        bottom: -30px;
        list-style: none; }
        .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .slick-dots:before {
          display: none; }
        @media (max-width: 767px) {
          .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .slick-dots {
            width: 100%; } }
        .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .slick-dots li {
          list-style: none;
          width: auto !important;
          max-width: 20px !important;
          margin: 0 !important;
          margin-right: 8px !important; }
          .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .slick-dots li:before {
            display: none; }
          .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .slick-dots li:last-of-type {
            margin-right: 0; }
          .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .slick-dots li button {
            font-size: 0;
            background: #5ED7FB;
            opacity: 0.2;
            width: 10px;
            height: 10px;
            color: #FFFFFF;
            border-radius: 100%; }
          .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .slick-dots li.slick-active button {
            background: #165FFA;
            opacity: 1;
            width: 12px;
            height: 12px; }
      .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .progress-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: justify;
            justify-content: space-between;
        position: relative;
        max-width: 40px;
        width: 100%;
        height: 331px; }
        @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
          .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .progress-container {
            height: 332px; } }
        @media (max-width: 767px) {
          .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .progress-container {
            display: none; } }
        .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .progress-container::before {
          content: "";
          background-color: #F1F1F1;
          position: absolute;
          top: 0;
          left: 18px;
          height: 100%;
          width: 4px;
          z-index: -1;
          transition: 0.4s ease; }
        .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .progress-container .progress {
          background-color: #165FFA;
          position: absolute;
          top: 0;
          left: 18px;
          height: 0%;
          width: 4px;
          z-index: -1;
          transition: 0.4s ease; }
        .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .progress-container .circle, .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .progress-container .circleA, .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .progress-container .circleO {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          background: #FFFFFF;
          width: 40px;
          height: 40px;
          border-radius: 100%;
          border: 8px solid #F1F1F1;
          background: #F1F1F1;
          left: -81px; }
          @media (max-width: 767px) {
            .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .progress-container .circle, .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .progress-container .circleA, .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .progress-container .circleO {
              display: none; } }
        .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .progress-container .circle.active, .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .progress-container .circleA.active, .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane .services-slider .progress-container .circleO.active {
          border: 8px solid #165FFA;
          background: #FFFFFF; }
    .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane#operate .services-slider .nav-container .slider-nav li {
      width: 100% !important; }
      @media (min-width: 412px) and (max-width: 767px) {
        .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane#operate .services-slider .nav-container .slider-nav li {
          width: 271px !important;
          margin: 0 40px;
          margin-bottom: 0; } }
      @media (min-width: 374px) and (max-width: 411px) {
        .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane#operate .services-slider .nav-container .slider-nav li {
          width: 232px !important;
          margin: 0 40px;
          margin-bottom: 0; } }
      @media (min-width: 359px) and (max-width: 373px) {
        .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane#operate .services-slider .nav-container .slider-nav li {
          width: 216px !important;
          margin: 0 40px;
          margin-bottom: 0; } }
      @media (min-width: 319px) and (max-width: 358px) {
        .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane#operate .services-slider .nav-container .slider-nav li {
          width: 176px !important;
          margin: 0 40px;
          margin-bottom: 0; } }
    .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane#operate .services-slider .progress-container {
      height: 386px; }
    .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane#analyse .services-slider .nav-container .slider-nav li {
      width: 100% !important; }
      @media (min-width: 412px) and (max-width: 767px) {
        .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane#analyse .services-slider .nav-container .slider-nav li {
          width: 271px !important;
          margin: 0 40px;
          margin-bottom: 0; } }
      @media (min-width: 374px) and (max-width: 411px) {
        .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane#analyse .services-slider .nav-container .slider-nav li {
          width: 232px !important;
          margin: 0 40px;
          margin-bottom: 0; } }
      @media (min-width: 359px) and (max-width: 373px) {
        .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane#analyse .services-slider .nav-container .slider-nav li {
          width: 216px !important;
          margin: 0 40px;
          margin-bottom: 0; } }
      @media (min-width: 319px) and (max-width: 358px) {
        .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane#analyse .services-slider .nav-container .slider-nav li {
          width: 176px !important;
          margin: 0 40px;
          margin-bottom: 0; } }
    .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane#analyse .services-slider .progress-container {
      height: 400px; }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
        .monitors-wrapper-new .monitor-tabs-wrapper > .full-container .tab-content .tab-pane#analyse .services-slider .progress-container {
          height: 405px; } }
  .monitors-wrapper-new .monitor-tabs-wrapper:before {
    position: absolute;
    content: "";
    background: #F6F6FB;
    right: 0;
    bottom: -120px;
    width: 564px;
    height: 35%;
    z-index: -1; }
    @media (max-width: 767px) {
      .monitors-wrapper-new .monitor-tabs-wrapper:before {
        width: 150px;
        right: 0; } }
.monitors-wrapper-new .key-wrapper {
  margin-top: 0;
  margin-bottom: 108px;
  padding: 48px 0;
  background: #272838;
  overflow: hidden; }
  @media (max-width: 767px) {
    .monitors-wrapper-new .key-wrapper {
      margin-top: 64px;
      margin-bottom: 0; } }
  .monitors-wrapper-new .key-wrapper h4.head {
    color: rgba(255, 255, 255, 0.7); }
  .monitors-wrapper-new .key-wrapper h1 {
    color: #FFFFFF; }
  .monitors-wrapper-new .key-wrapper .pattern {
    bottom: 0;
    left: -60px;
    top: unset; }
    .monitors-wrapper-new .key-wrapper .pattern.pattern_ {
      bottom: unset;
      top: 0;
      right: 0;
      left: unset; }
  .monitors-wrapper-new .key-wrapper .benefit-wrapper .card {
    background: #323342; }
    .monitors-wrapper-new .key-wrapper .benefit-wrapper .card .head {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start; }
      .monitors-wrapper-new .key-wrapper .benefit-wrapper .card .head h3 {
        color: #5ED7FB;
        margin-left: 0;
        margin-top: 16px; }
      .monitors-wrapper-new .key-wrapper .benefit-wrapper .card .head .json-wrapper {
        max-width: 58px;
        max-height: 58px; }
        .monitors-wrapper-new .key-wrapper .benefit-wrapper .card .head .json-wrapper .bm {
          width: 100%;
          height: 100%; }
    .monitors-wrapper-new .key-wrapper .benefit-wrapper .card .content h4 {
      color: rgba(255, 255, 255, 0.7);
      font-weight: normal;
      font-size: 16px;
      line-height: 22px; }
    @media (max-width: 767px) {
      .monitors-wrapper-new .key-wrapper .benefit-wrapper .card {
        margin: 0 auto; } }
  @media (max-width: 767px) {
    .monitors-wrapper-new .key-wrapper .left-blue-bg {
      display: none; } }
@media (max-width: 767px) {
  .monitors-wrapper-new .pricing-wrapper {
    margin-top: 0; } }
.monitors-wrapper-new .testimonials_wrapper {
  padding-top: 120px;
  margin-bottom: 120px; }
  @media (max-width: 767px) {
    .monitors-wrapper-new .testimonials_wrapper {
      padding-top: 64px;
      margin-bottom: 64px; } }
  .monitors-wrapper-new .testimonials_wrapper:before {
    background: url(../../src/images/icons/pattern.svg);
    right: unset;
    left: 80px;
    top: 60%;
    width: 181px;
    height: 181px;
    background-repeat: no-repeat; }
.monitors-wrapper-new .resources-wrapper {
  margin-bottom: 120px; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .monitors-wrapper-new .testimonials_wrapper {
    padding-top: 50px !important; }
  .monitors-wrapper-new .monitor-tabs-wrapper:before {
    bottom: 2300px;
    height: 30%; }
  .monitors-wrapper-new .monitor-tabs-wrapper .tab-content > .active {
    height: auto !important; } }
.pricing-wrapper section.pricing-options {
  position: relative;
  margin-bottom: 120px; }
  @media (max-width: 767px) {
    .pricing-wrapper section.pricing-options {
      margin-bottom: 64px; } }
  .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards {
    padding: 80px 0 56px 0;
    background: transparent; }
    @media (max-width: 767px) {
      .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards {
        padding: 24px 0 56px 0; } }
    .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .head-heading {
      text-align: center; }
      .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .head-heading h1 {
        color: #272838;
        margin: 0 0 32px 0 !important; }
    .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .cards_wrapper {
      margin-top: 56px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
      .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .cards_wrapper .slick-dots {
        position: absolute;
        bottom: -24px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        text-align: center;
        width: 100%; }
        .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .cards_wrapper .slick-dots li {
          margin-right: 8px; }
          .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .cards_wrapper .slick-dots li button {
            font-size: 0;
            height: 8px;
            width: 8px;
            background: rgba(48, 72, 80, 0.1);
            border-radius: 100%; }
            .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .cards_wrapper .slick-dots li button:focus {
              outline: none;
              box-shadow: none; }
          .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .cards_wrapper .slick-dots li:last-of-type {
            margin-right: 0; }
          .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .cards_wrapper .slick-dots li.slick-active button {
            height: 10px;
            width: 10px;
            background: #389CFA; }
      .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .cards_wrapper .card {
        max-width: 288px;
        min-height: 600px;
        margin-right: 24px;
        padding: 0;
        padding-bottom: 70px;
        transition-duration: 0.4s;
        border: 0;
        box-shadow: 0px 8px 32px rgba(48, 72, 80, 0.16), 0px 16px 64px rgba(48, 72, 80, 0.08); }
        @media (max-width: 767px) {
          .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .cards_wrapper .card {
            max-width: 100%;
            margin: 0 12px 12px 12px; } }
        .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .cards_wrapper .card .head {
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-align: start;
              align-items: flex-start;
          padding-bottom: 32px;
          border-bottom: 1px solid rgba(48, 72, 80, 0.1);
          padding: 24px;
          width: 100%; }
          .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .cards_wrapper .card .head h2 {
            font-size: 24px;
            line-height: 150%;
            margin: 0 0 17px 0;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            -ms-flex-pack: start;
                justify-content: flex-start; }
            .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .cards_wrapper .card .head h2 img {
              margin-right: 16px; }
          .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .cards_wrapper .card .head p {
            font-weight: normal;
            font-size: 16px;
            line-height: 24px;
            color: rgba(48, 72, 80, 0.8);
            max-width: 225px;
            width: 100%; }
            @media (max-width: 767px) {
              .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .cards_wrapper .card .head p {
                max-width: unset; } }
          .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .cards_wrapper .card .head .bttn_blue {
            margin-top: 32px;
            width: 100%;
            display: block;
            text-align: center;
            color: #165FFA; }
            .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .cards_wrapper .card .head .bttn_blue:hover {
              color: #FFFFFF; }
        .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .cards_wrapper .card .content {
          margin-top: 0;
          padding: 32px 24px 24px 24px; }
          .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .cards_wrapper .card .content ul li {
            margin-bottom: 16px; }
            .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .cards_wrapper .card .content ul li img {
              margin-right: 8px; }
            .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .cards_wrapper .card .content ul li span {
              font-size: 16px;
              line-height: 24px;
              color: #272838; }
            .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .cards_wrapper .card .content ul li:last-of-type {
              margin-bottom: 0; }
            @media (max-width: 767px) {
              .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .cards_wrapper .card .content ul li {
                display: -ms-flexbox;
                display: flex; }
                .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .cards_wrapper .card .content ul li img {
                  margin-right: 11px; } }
          .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .cards_wrapper .card .content .learn-more-wrapper {
            border-top: 1px solid rgba(48, 72, 80, 0.1);
            position: absolute;
            bottom: 24px;
            padding-top: 24px; }
            .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .cards_wrapper .card .content .learn-more-wrapper a {
              font-weight: 500;
              font-size: 16px;
              line-height: 150%;
              color: #165FFA;
              font-family: "Sans-Bold"; }
        .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .cards_wrapper .card:last-of-type {
          margin-right: 0; }
        .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .cards_wrapper .card.complete-pack .value_pack {
          background: linear-gradient(90deg, #F1CC1D 0%, #FFA751 100%);
          width: 100%;
          border-radius: 8px 8px 0px 0px;
          padding: 4px;
          margin-top: -30px; }
          @media (max-width: 767px) {
            .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .cards_wrapper .card.complete-pack .value_pack {
              margin-top: 0; } }
          .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .cards_wrapper .card.complete-pack .value_pack h3 {
            text-align: center;
            color: #FFFFFF;
            font-weight: bold;
            font-size: 14px;
            line-height: 24px;
            font-family: "Sans-Bold";
            letter-spacing: 0.02em; }
        .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .cards_wrapper .card.complete-pack .head {
          background: #165FFA; }
          .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .cards_wrapper .card.complete-pack .head h2, .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .cards_wrapper .card.complete-pack .head p {
            color: #FFFFFF; }
        .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .cards_wrapper .card.complete-pack .content ul {
          text-align: center; }
          .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .cards_wrapper .card.complete-pack .content ul li {
            margin-bottom: 0; }
            .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .cards_wrapper .card.complete-pack .content ul li span {
              font-weight: bold; }
              @media (max-width: 767px) {
                .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .cards_wrapper .card.complete-pack .content ul li span {
                  width: 100%; } }
          .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .cards_wrapper .card.complete-pack .content ul h5 {
            margin: 16px 0;
            color: #F4A021;
            font-size: 16px;
            line-height: 24px;
            font-family: "Sans-Regular"; }
        .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .cards_wrapper .card:hover {
          transition-duration: 0.4s;
          -ms-transform: translateY(-10px);
              transform: translateY(-10px); }
          @media (max-width: 767px) {
            .pricing-wrapper section.pricing-options > .container-1224 .pricing-cards .cards_wrapper .card:hover {
              -ms-transform: unset;
                  transform: unset; } }
  .pricing-wrapper section.pricing-options:before {
    position: absolute;
    content: "";
    background: #F6F6FB;
    left: 0;
    top: 0;
    width: 981px;
    height: 393px;
    z-index: -1; }
    @media (max-width: 767px) {
      .pricing-wrapper section.pricing-options:before {
        width: 217px;
        left: unset;
        right: 0;
        height: 393px; } }
.pricing-wrapper section.accordion-container {
  background: #272838;
  position: relative;
  padding: 64px 0;
  overflow: hidden; }
  @media (max-width: 767px) {
    .pricing-wrapper section.accordion-container {
      padding: 56px 0; } }
  .pricing-wrapper section.accordion-container .pattern {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.1;
    height: 140px; }
    .pricing-wrapper section.accordion-container .pattern.pattern_ {
      left: unset;
      right: -20px;
      top: unset;
      bottom: 0;
      height: 140px; }
    @media (max-width: 767px) {
      .pricing-wrapper section.accordion-container .pattern {
        display: none; } }
  .pricing-wrapper section.accordion-container .faqs {
    background: transparent; }
    .pricing-wrapper section.accordion-container .faqs h1 {
      margin-bottom: 56px;
      font-weight: 600;
      font-size: 36px;
      line-height: 47px;
      letter-spacing: 0.02em; }
      @media (max-width: 767px) {
        .pricing-wrapper section.accordion-container .faqs h1 {
          font-size: 24px;
          line-height: 31px;
          text-align: center;
          margin: 0 auto;
          margin-bottom: 41px;
          width: 70%; } }
    @media (max-width: 767px) {
      .pricing-wrapper section.accordion-container .faqs .accordion {
        position: relative; } }
    .pricing-wrapper section.accordion-container .faqs .accordion .accordion-item {
      background: rgba(255, 255, 255, 0.1);
      border: 1px solid rgba(48, 72, 80, 0.4);
      margin-bottom: 48px;
      border-radius: 8px; }
      @media (max-width: 767px) {
        .pricing-wrapper section.accordion-container .faqs .accordion .accordion-item {
          position: relative; } }
      .pricing-wrapper section.accordion-container .faqs .accordion .accordion-item:last-of-type {
        margin-bottom: 0; }
    .pricing-wrapper section.accordion-container .faqs .accordion #accordion-button-2 .icon {
      top: 46px; }
    .pricing-wrapper section.accordion-container .faqs .accordion button {
      display: block;
      text-align: left;
      width: 100%;
      border: none;
      background: none;
      outline: none;
      font-weight: 500;
      font-size: 18px;
      line-height: 24px;
      text-transform: capitalize;
      color: #5ED7FB;
      padding: 32px 64px 32px 80px;
      font-family: "Sans-Medium"; }
      @media (max-width: 767px) {
        .pricing-wrapper section.accordion-container .faqs .accordion button {
          padding: 24px 40px 24px 40px;
          font-size: 16px;
          position: relative; } }
      .pricing-wrapper section.accordion-container .faqs .accordion button:hover, .pricing-wrapper section.accordion-container .faqs .accordion button:focus {
        cursor: pointer;
        color: #5ED7FB; }
        .pricing-wrapper section.accordion-container .faqs .accordion button:hover::after, .pricing-wrapper section.accordion-container .faqs .accordion button:focus::after {
          cursor: pointer;
          color: #5ED7FB;
          border: 1px solid #5ED7FB; }
      .pricing-wrapper section.accordion-container .faqs .accordion button .icon {
        display: inline-block;
        position: absolute;
        right: 64px;
        width: 22px;
        height: 22px; }
        @media (max-width: 767px) {
          .pricing-wrapper section.accordion-container .faqs .accordion button .icon {
            right: 16px;
            top: 35px; } }
        .pricing-wrapper section.accordion-container .faqs .accordion button .icon::before {
          display: block;
          position: absolute;
          content: '';
          top: 9px;
          left: 0;
          width: 20px;
          height: 1px;
          background: #5ED7FB; }
          @media (max-width: 767px) {
            .pricing-wrapper section.accordion-container .faqs .accordion button .icon::before {
              left: 5px;
              width: 10px; } }
        .pricing-wrapper section.accordion-container .faqs .accordion button .icon::after {
          display: block;
          position: absolute;
          content: '';
          top: 0;
          left: 9px;
          width: 1px;
          height: 20px;
          background: #5ED7FB; }
          @media (max-width: 767px) {
            .pricing-wrapper section.accordion-container .faqs .accordion button .icon::after {
              top: 5px;
              height: 10px; } }
      .pricing-wrapper section.accordion-container .faqs .accordion button .accordion-title {
        position: relative; }
        .pricing-wrapper section.accordion-container .faqs .accordion button .accordion-title:before {
          position: absolute;
          content: "";
          background: #5ED7FB;
          height: 8px;
          width: 8px;
          border-radius: 100%;
          left: -30px;
          top: 8px; }
          @media (max-width: 767px) {
            .pricing-wrapper section.accordion-container .faqs .accordion button .accordion-title:before {
              left: -20px;
              top: 6px; } }
    .pricing-wrapper section.accordion-container .faqs .accordion button[aria-expanded='true'] {
      color: #5ED7FB; }
      .pricing-wrapper section.accordion-container .faqs .accordion button[aria-expanded='true'] .icon::after {
        width: 0; }
      .pricing-wrapper section.accordion-container .faqs .accordion button[aria-expanded='true'] + .accordion-content {
        opacity: 1;
        max-height: 100%;
        transition: all 0.4s linear;
        will-change: opacity, max-height;
        padding: 0 80px 32px 80px; }
        @media (max-width: 767px) {
          .pricing-wrapper section.accordion-container .faqs .accordion button[aria-expanded='true'] + .accordion-content {
            padding: 0 40px 24px 48px;
            max-height: 100%; } }
    .pricing-wrapper section.accordion-container .faqs .accordion .accordion-content {
      opacity: 0;
      max-height: 0;
      overflow: hidden;
      transition: opacity 0.1s linear, max-height 0.1s linear;
      will-change: opacity, max-height;
      padding: 0 80px 0 80px; }
      @media (max-width: 767px) {
        .pricing-wrapper section.accordion-container .faqs .accordion .accordion-content {
          padding: 0 40px 0 48px; } }
      .pricing-wrapper section.accordion-container .faqs .accordion .accordion-content p {
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        font-family: "Sans-Regular"; }
.pricing-wrapper section.partner-wrapper {
  position: relative;
  padding: 120px 0; }
  @media (max-width: 767px) {
    .pricing-wrapper section.partner-wrapper {
      padding: 64px 0 0 0;
      overflow: hidden; } }
  .pricing-wrapper section.partner-wrapper .pattern {
    position: absolute;
    left: 0;
    top: 100px;
    width: 130px; }
    @media (max-width: 767px) {
      .pricing-wrapper section.partner-wrapper .pattern {
        left: unset;
        right: -80px;
        top: 0; } }
    .pricing-wrapper section.partner-wrapper .pattern.pattern_ {
      display: none;
      top: 50%;
      left: -80px; }
      @media (max-width: 767px) {
        .pricing-wrapper section.partner-wrapper .pattern.pattern_ {
          display: block; } }
  .pricing-wrapper section.partner-wrapper h1 {
    margin-bottom: 93px;
    font-weight: 600;
    font-size: 36px;
    line-height: 47px;
    letter-spacing: 0.02em; }
    @media (max-width: 767px) {
      .pricing-wrapper section.partner-wrapper h1 {
        width: 90%;
        margin: 0 auto;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 56px; } }
  .pricing-wrapper section.partner-wrapper .clients_wrapper {
    background: transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    @media (max-width: 767px) {
      .pricing-wrapper section.partner-wrapper .clients_wrapper {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }
    .pricing-wrapper section.partner-wrapper .clients_wrapper .client {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%;
      margin-bottom: 80px;
      text-align: center; }
      @media (max-width: 767px) {
        .pricing-wrapper section.partner-wrapper .clients_wrapper .client {
          max-width: 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
          margin-bottom: 24px; } }
  .pricing-wrapper section.partner-wrapper .leadership-wrapper {
    background: transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start; }
    @media (max-width: 767px) {
      .pricing-wrapper section.partner-wrapper .leadership-wrapper {
        margin-top: 48px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; } }
    .pricing-wrapper section.partner-wrapper .leadership-wrapper .leader {
      margin-right: 55px; }
      .pricing-wrapper section.partner-wrapper .leadership-wrapper .leader:last-of-type {
        margin-right: 0; }
      @media (max-width: 767px) {
        .pricing-wrapper section.partner-wrapper .leadership-wrapper .leader {
          margin-right: 0;
          max-width: 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
          text-align: center;
          margin-bottom: 64px; } }

.resources-wrapper section.resources-tabs-wrapper {
  position: relative;
  padding-top: 60px; }
  .resources-wrapper section.resources-tabs-wrapper .pattern {
    position: absolute;
    right: 0;
    top: 0; }
    @media (max-width: 767px) {
      .resources-wrapper section.resources-tabs-wrapper .pattern {
        display: none; } }
  @media (max-width: 767px) {
    .resources-wrapper section.resources-tabs-wrapper {
      padding-top: 24px; } }
  .resources-wrapper section.resources-tabs-wrapper h1 {
    margin-bottom: 48px; }
    @media (max-width: 767px) {
      .resources-wrapper section.resources-tabs-wrapper h1 {
        margin-bottom: 24px; } }
  .resources-wrapper section.resources-tabs-wrapper > .container-1224 {
    position: relative; }
    .resources-wrapper section.resources-tabs-wrapper > .container-1224 #resourcesTabs {
      -ms-flex-pack: center;
          justify-content: center;
      padding: 0 0 48px 0;
      border: 0;
      position: relative; }
      @media (max-width: 767px) {
        .resources-wrapper section.resources-tabs-wrapper > .container-1224 #resourcesTabs {
          padding: 0 0 40px 0;
          width: 100%;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
          max-width: 100%;
          overflow: scroll;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
      .resources-wrapper section.resources-tabs-wrapper > .container-1224 #resourcesTabs .nav-item {
        margin-right: 48px; }
        @media (max-width: 767px) {
          .resources-wrapper section.resources-tabs-wrapper > .container-1224 #resourcesTabs .nav-item {
            margin-right: 12px;
            max-width: -webkit-fit-content;
            max-width: fit-content;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%; } }
        .resources-wrapper section.resources-tabs-wrapper > .container-1224 #resourcesTabs .nav-item .nav-link {
          color: rgba(48, 72, 80, 0.6);
          border-radius: 8px;
          font-weight: 600;
          font-size: 20px;
          line-height: 31px;
          text-transform: capitalize;
          padding: 8px;
          background: transparent; }
          @media (max-width: 767px) {
            .resources-wrapper section.resources-tabs-wrapper > .container-1224 #resourcesTabs .nav-item .nav-link {
              font-size: 16px;
              line-height: 21px;
              width: -webkit-max-content;
              width: max-content; } }
          .resources-wrapper section.resources-tabs-wrapper > .container-1224 #resourcesTabs .nav-item .nav-link.active {
            border: 1px solid #165FFA;
            color: #165FFA; }
        .resources-wrapper section.resources-tabs-wrapper > .container-1224 #resourcesTabs .nav-item:last-of-type {
          margin-right: 0; }
    .resources-wrapper section.resources-tabs-wrapper > .container-1224 .tab-content .tab-wrapper {
      margin-bottom: 120px; }
      @media (max-width: 767px) {
        .resources-wrapper section.resources-tabs-wrapper > .container-1224 .tab-content .tab-wrapper {
          margin-bottom: 64px; } }
      .resources-wrapper section.resources-tabs-wrapper > .container-1224 .tab-content .tab-wrapper .recent-content {
        margin-bottom: 80px; }
        @media (max-width: 767px) {
          .resources-wrapper section.resources-tabs-wrapper > .container-1224 .tab-content .tab-wrapper .recent-content {
            margin-bottom: 66px; } }
        .resources-wrapper section.resources-tabs-wrapper > .container-1224 .tab-content .tab-wrapper .recent-content figure {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: start;
              align-items: flex-start;
          background: #F8F8F8;
          box-shadow: 0px 2px 8px rgba(48, 72, 80, 0.08), 0px 4px 16px rgba(48, 72, 80, 0.08);
          border-radius: 8px;
          height: 480px; }
          @media (max-width: 767px) {
            .resources-wrapper section.resources-tabs-wrapper > .container-1224 .tab-content .tab-wrapper .recent-content figure {
              -ms-flex-direction: column;
                  flex-direction: column;
              height: auto; } }
          .resources-wrapper section.resources-tabs-wrapper > .container-1224 .tab-content .tab-wrapper .recent-content figure figcaption {
            padding: 40px 109px 40px 36px;
            height: 100%;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
                flex-direction: column;
            -ms-flex-pack: distribute;
                justify-content: space-around;
            -ms-flex-align: start;
                align-items: flex-start; }
            @media (max-width: 767px) {
              .resources-wrapper section.resources-tabs-wrapper > .container-1224 .tab-content .tab-wrapper .recent-content figure figcaption {
                padding: 24px 16px 24px 16px;
                height: 100%;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-direction: column;
                    flex-direction: column;
                -ms-flex-pack: distribute;
                    justify-content: space-around;
                -ms-flex-align: start;
                    align-items: flex-start; } }
            .resources-wrapper section.resources-tabs-wrapper > .container-1224 .tab-content .tab-wrapper .recent-content figure figcaption .bttn {
              display: block;
              width: -webkit-fit-content;
              width: fit-content;
              border: 0;
              background: transparent;
              color: #165FFA;
              padding: 0;
              box-shadow: none; }
            .resources-wrapper section.resources-tabs-wrapper > .container-1224 .tab-content .tab-wrapper .recent-content figure figcaption .tags_ {
              margin-bottom: 24px; }
            .resources-wrapper section.resources-tabs-wrapper > .container-1224 .tab-content .tab-wrapper .recent-content figure figcaption h1 {
              margin-bottom: 24px;
              text-transform: capitalize; }
            .resources-wrapper section.resources-tabs-wrapper > .container-1224 .tab-content .tab-wrapper .recent-content figure figcaption h2 {
              margin-bottom: 24px; }
            .resources-wrapper section.resources-tabs-wrapper > .container-1224 .tab-content .tab-wrapper .recent-content figure figcaption p {
              margin-bottom: 60px;
              font-size: 16px;
              line-height: 24px;
              text-transform: capitalize;
              color: rgba(48, 72, 80, 0.6); }
              @media (max-width: 767px) {
                .resources-wrapper section.resources-tabs-wrapper > .container-1224 .tab-content .tab-wrapper .recent-content figure figcaption p {
                  margin-bottom: 40px; } }
          .resources-wrapper section.resources-tabs-wrapper > .container-1224 .tab-content .tab-wrapper .recent-content figure > img {
            border-radius: 8px 0 0 8px;
            width: 100%; }
            @media (max-width: 767px) {
              .resources-wrapper section.resources-tabs-wrapper > .container-1224 .tab-content .tab-wrapper .recent-content figure > img {
                width: 100%;
                height: 328px;
                border-radius: 8px 8px 0 0;
                -o-object-position: center center;
                   object-position: center center;
                -o-object-fit: cover;
                   object-fit: cover; } }
      .resources-wrapper section.resources-tabs-wrapper > .container-1224 .tab-content .tab-wrapper .former-content .cards-wrapper {
        /*grid-template-columns: auto auto auto;*/
        grid-template-columns: repeat(3, 31%);
        grid-column-gap: 40px; }
        @media (max-width: 767px) {
          .resources-wrapper section.resources-tabs-wrapper > .container-1224 .tab-content .tab-wrapper .former-content .cards-wrapper {
            grid-template-columns: auto; } }
        .resources-wrapper section.resources-tabs-wrapper > .container-1224 .tab-content .tab-wrapper .former-content .cards-wrapper .short-card {
          /*display: none;*/
          max-width: 380px;
          margin-bottom: 40px; }
          .resources-wrapper section.resources-tabs-wrapper > .container-1224 .tab-content .tab-wrapper .former-content .cards-wrapper .short-card .content h4 {
            margin-bottom: 8px;
            font-family: "Sans-Bold"; }
          .resources-wrapper section.resources-tabs-wrapper > .container-1224 .tab-content .tab-wrapper .former-content .cards-wrapper .short-card .content p {
            margin-bottom: 24px;
            font-size: 16px;
            line-height: 24px;
            color: rgba(48, 72, 80, 0.6);
            height: 100px !important; }
          .resources-wrapper section.resources-tabs-wrapper > .container-1224 .tab-content .tab-wrapper .former-content .cards-wrapper .short-card .feature_bttn {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
                justify-content: center;
            -ms-flex-align: center;
                align-items: center;
            padding: 0;
            border: 0;
            color: #272838;
            box-shadow: none; }
      .resources-wrapper section.resources-tabs-wrapper > .container-1224 .tab-content .tab-wrapper .former-content .load_more {
        margin: 8px 0 0 0; }
        @media (max-width: 767px) {
          .resources-wrapper section.resources-tabs-wrapper > .container-1224 .tab-content .tab-wrapper .former-content .load_more {
            margin: 0 0 0 0; } }
        .resources-wrapper section.resources-tabs-wrapper > .container-1224 .tab-content .tab-wrapper .former-content .load_more .bttn_blue {
          display: block;
          width: -webkit-fit-content;
          width: fit-content;
          margin: 0 auto !important;
          /*&.noContent {
          	display: none;
          	pointer-events: none;
          	display: none;
          	}*/ }
          .resources-wrapper section.resources-tabs-wrapper > .container-1224 .tab-content .tab-wrapper .former-content .load_more .bttn_blue:hover img {
            filter: invert(1) brightness(100); }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .resources-wrapper section.resources-tabs-wrapper > .container-1224 #resourcesTabs .nav-item {
    margin-right: 24px; }
  .resources-wrapper section.resources-tabs-wrapper > .container-1224 .tab-content .tab-wrapper .recent-content figure {
    -ms-flex-direction: column;
        flex-direction: column;
    height: auto; }
  .resources-wrapper section.resources-tabs-wrapper > .container-1224 .tab-content .tab-wrapper .recent-content figure > img {
    border-radius: 8px 8px 0 0;
    height: 630px; } }

.single-resource-wrapper {
  position: relative;
  overflow: hidden; }
  .single-resource-wrapper > .pattern {
    position: absolute;
    top: -40px;
    right: 0;
    z-index: -1; }
  @media (max-width: 767px) {
    .single-resource-wrapper {
      overflow-x: hidden; } }
  .single-resource-wrapper section.banner-head {
    padding: 0 108px;
    margin-bottom: 32px; }
    @media (max-width: 767px) {
      .single-resource-wrapper section.banner-head {
        padding: 0;
        margin-bottom: 24px; } }
    .single-resource-wrapper section.banner-head figure img {
      width: 100%;
      height: 512px;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center center;
         object-position: center center; }
      @media (max-width: 767px) {
        .single-resource-wrapper section.banner-head figure img {
          height: 232px; } }
  .single-resource-wrapper section.main-content {
    position: relative; }
    .single-resource-wrapper section.main-content .pattern {
      position: absolute;
      left: 0;
      top: 10%; }
      .single-resource-wrapper section.main-content .pattern.pattern_ {
        left: unset;
        right: 0;
        top: 50%; }
      .single-resource-wrapper section.main-content .pattern._pattern_ {
        left: 58px;
        top: 85%; }
      @media (max-width: 767px) {
        .single-resource-wrapper section.main-content .pattern {
          display: none; } }
    .single-resource-wrapper section.main-content .tags-wrapper {
      margin-bottom: 24px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center; }
      @media (max-width: 767px) {
        .single-resource-wrapper section.main-content .tags-wrapper {
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-pack: start;
              justify-content: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }
      .single-resource-wrapper section.main-content .tags-wrapper .tags_ span {
        display: inline-block;
        position: relative; }
        .single-resource-wrapper section.main-content .tags-wrapper .tags_ span:after {
          position: absolute;
          position: absolute;
          content: "";
          height: 4px;
          width: 4px;
          border-radius: 100%;
          top: 50%;
          right: -20px;
          background: #C4C4C4;
          -ms-transform: translateX(50%);
              transform: translateX(50%); }
      .single-resource-wrapper section.main-content .tags-wrapper .tags_ .read-time {
        margin-left: 20px;
        color: rgba(48, 72, 80, 0.6);
        display: inline-block;
        font-size: 16px;
        line-height: 48px; }
      @media (max-width: 767px) {
        .single-resource-wrapper section.main-content .tags-wrapper .share-wrapper {
          margin-top: 16px; } }
      .single-resource-wrapper section.main-content .tags-wrapper .share-wrapper ul {
        display: -ms-flexbox;
        display: flex; }
        .single-resource-wrapper section.main-content .tags-wrapper .share-wrapper ul li {
          margin-right: 16px; }
          .single-resource-wrapper section.main-content .tags-wrapper .share-wrapper ul li:last-of-type {
            margin-right: 0; }
    .single-resource-wrapper section.main-content .content {
      margin-bottom: 72px; }
      .single-resource-wrapper section.main-content .content h1 {
        margin-bottom: 16px;
        font-weight: 600;
        font-size: 36px;
        line-height: 48px;
        color: #272838; }
        @media (max-width: 767px) {
          .single-resource-wrapper section.main-content .content h1 {
            margin-bottom: 16px;
            font-size: 24px;
            line-height: 48px; } }
      .single-resource-wrapper section.main-content .content h2 {
        font-size: 24px;
        line-height: 48px;
        color: #272838;
        margin-bottom: 16px; }
        @media (max-width: 767px) {
          .single-resource-wrapper section.main-content .content h2 {
            margin-bottom: 0;
            font-size: 18px; } }
      .single-resource-wrapper section.main-content .content p {
        font-weight: normal;
        font-size: 16px;
        line-height: 28px;
        color: #272838;
        margin-bottom: 16px; }
        @media (max-width: 767px) {
          .single-resource-wrapper section.main-content .content p {
            line-height: 24px; } }
      .single-resource-wrapper section.main-content .content figure {
        margin-bottom: 24px; }
        .single-resource-wrapper section.main-content .content figure img {
          width: 100%;
          height: 432px;
          border-radius: 8px;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center center;
             object-position: center center; }
          @media (max-width: 767px) {
            .single-resource-wrapper section.main-content .content figure img {
              height: 232px; } }
        @media (max-width: 767px) {
          .single-resource-wrapper section.main-content .content figure {
            margin: 24px ​0; } }
  .single-resource-wrapper section.related-blogs {
    margin-bottom: 120px;
    position: relative; }
    @media (max-width: 767px) {
      .single-resource-wrapper section.related-blogs {
        margin-bottom: 64px; } }
    .single-resource-wrapper section.related-blogs .cards-wrapper {
      margin-top: 46px;
      grid-template-columns: auto auto auto; }
      @media (max-width: 767px) {
        .single-resource-wrapper section.related-blogs .cards-wrapper {
          grid-template-columns: auto; } }
      .single-resource-wrapper section.related-blogs .cards-wrapper .short-card {
        max-width: 380px;
        height: 550px;
        position: relative; }
        @media (max-width: 767px) {
          .single-resource-wrapper section.related-blogs .cards-wrapper .short-card {
            height: auto;
            max-width: 100%;
            margin: 0 12px 12px 12px; } }
        .single-resource-wrapper section.related-blogs .cards-wrapper .short-card .content h4 {
          margin-bottom: 8px; }
        .single-resource-wrapper section.related-blogs .cards-wrapper .short-card .content p {
          margin-bottom: 24px;
          font-size: 16px;
          line-height: 24px;
          color: rgba(48, 72, 80, 0.6); }
        .single-resource-wrapper section.related-blogs .cards-wrapper .short-card .content .btn-watch {
          font-size: 18px;
          line-height: 140%;
          color: #272838;
          font-family: 'Sans-Bold';
          position: absolute;
          bottom: 24px; }
          .single-resource-wrapper section.related-blogs .cards-wrapper .short-card .content .btn-watch img {
            filter: grayscale(100%); }
            @media (max-width: 767px) {
              .single-resource-wrapper section.related-blogs .cards-wrapper .short-card .content .btn-watch img {
                display: inline-block; } }
          @media (max-width: 767px) {
            .single-resource-wrapper section.related-blogs .cards-wrapper .short-card .content .btn-watch {
              position: unset; } }
        .single-resource-wrapper section.related-blogs .cards-wrapper .short-card:hover {
          transition-duration: 0.4s;
          -ms-transform: translateY(-10px);
              transform: translateY(-10px);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08); }
          @media (max-width: 767px) {
            .single-resource-wrapper section.related-blogs .cards-wrapper .short-card:hover {
              -ms-transform: unset;
                  transform: unset; } }
    .single-resource-wrapper section.related-blogs .slick-dots {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      position: absolute;
      width: 90%;
      bottom: -30px; }
      @media (max-width: 767px) {
        .single-resource-wrapper section.related-blogs .slick-dots {
          width: 100%; } }
      .single-resource-wrapper section.related-blogs .slick-dots li {
        margin-right: 8px; }
        .single-resource-wrapper section.related-blogs .slick-dots li:last-of-type {
          margin-right: 0; }
        .single-resource-wrapper section.related-blogs .slick-dots li button {
          font-size: 0;
          background: #5ED7FB;
          opacity: 0.2;
          width: 10px;
          height: 10px;
          color: #FFFFFF;
          border-radius: 100%; }
        .single-resource-wrapper section.related-blogs .slick-dots li.slick-active button {
          background: #165FFA;
          opacity: 1;
          width: 12px;
          height: 12px; }

.customers-wrapper section.hero-banner .hero-figure {
  position: relative;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%), url("../../src/images/customers/banner.png");
  height: 619px;
  background-position: center center !important;
  background-size: cover !important; }
  @media (max-width: 767px) {
    .customers-wrapper section.hero-banner .hero-figure {
      height: 262px; } }
  .customers-wrapper section.hero-banner .hero-figure figcaption {
    position: absolute;
    left: 108px;
    bottom: 80px;
    width: 496px; }
    @media (max-width: 767px) {
      .customers-wrapper section.hero-banner .hero-figure figcaption {
        left: 16px;
        bottom: 32px;
        width: 55%; } }
    .customers-wrapper section.hero-banner .hero-figure figcaption h1 {
      font-weight: 600;
      font-size: 56px;
      line-height: 120%;
      color: #FFFFFF;
      text-transform: capitalize; }
      @media (max-width: 767px) {
        .customers-wrapper section.hero-banner .hero-figure figcaption h1 {
          font-size: 24px; } }
.customers-wrapper section.clientele-wrapper {
  position: relative;
  padding: 40px 0 120px 0; }
  @media (max-width: 767px) {
    .customers-wrapper section.clientele-wrapper {
      padding: 40px 0 34px 0; } }
  .customers-wrapper section.clientele-wrapper .pattern {
    position: absolute;
    left: 0;
    top: 58px; }
    @media (max-width: 767px) {
      .customers-wrapper section.clientele-wrapper .pattern {
        display: none; } }
  .customers-wrapper section.clientele-wrapper .clientele-slider .slide-cell {
    height: 88px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    @media (max-width: 767px) {
      .customers-wrapper section.clientele-wrapper .clientele-slider .slide-cell img {
        width: 160px;
        height: 72px; } }
    @media (max-width: 767px) {
      .customers-wrapper section.clientele-wrapper .clientele-slider .slide-cell {
        /*margin-right: 32px;*/ } }
  .customers-wrapper section.clientele-wrapper .slider-bg {
    background: #FFFFFF; }
.customers-wrapper section.case-study-cards-wrapper {
  padding-bottom: 120px;
  position: relative; }
  @media (max-width: 767px) {
    .customers-wrapper section.case-study-cards-wrapper {
      padding-bottom: 64px; } }
  .customers-wrapper section.case-study-cards-wrapper:after {
    position: absolute;
    content: "";
    background: #F6F6FB;
    left: 0;
    bottom: 300px;
    width: 334px;
    height: 597px; }
    @media (max-width: 767px) {
      .customers-wrapper section.case-study-cards-wrapper:after {
        display: none; } }
  .customers-wrapper section.case-study-cards-wrapper:before {
    position: absolute;
    content: "";
    background: #F6F6FB;
    right: 0;
    top: 0;
    width: 468px;
    height: 1310px; }
    @media (max-width: 767px) {
      .customers-wrapper section.case-study-cards-wrapper:before {
        height: 1404px;
        width: 212px; } }
  .customers-wrapper section.case-study-cards-wrapper .pattern {
    position: absolute;
    bottom: 0;
    right: 390px; }
    @media (max-width: 767px) {
      .customers-wrapper section.case-study-cards-wrapper .pattern {
        display: none; } }
  .customers-wrapper section.case-study-cards-wrapper .cards-wrapper {
    display: grid;
    grid-template-columns: auto auto;
    grid-row-gap: 56px;
    grid-column-gap: 48px;
    width: 100%; }
    @media (max-width: 767px) {
      .customers-wrapper section.case-study-cards-wrapper .cards-wrapper {
        grid-template-columns: auto;
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        padding-top: 32px; } }
    .customers-wrapper section.case-study-cards-wrapper .cards-wrapper .case-card {
      border: 0;
      box-shadow: 0px 2px 8px rgba(48, 72, 80, 0.08), 0px 4px 16px rgba(48, 72, 80, 0.08);
      max-width: 584px;
      height: 459px;
      padding: 40px 48px 64px 48px;
      z-index: 9; }
      @media (max-width: 767px) {
        .customers-wrapper section.case-study-cards-wrapper .cards-wrapper .case-card {
          padding: 48px 24px 48px 24px;
          height: 403px; } }
      .customers-wrapper section.case-study-cards-wrapper .cards-wrapper .case-card img {
        margin-bottom: 48px; }
        @media (max-width: 767px) {
          .customers-wrapper section.case-study-cards-wrapper .cards-wrapper .case-card img {
            width: 184px;
            height: 36px;
            margin-bottom: 32px; } }
      .customers-wrapper section.case-study-cards-wrapper .cards-wrapper .case-card h3 {
        margin-bottom: 48px;
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        text-transform: capitalize;
        color: #272838; }
        @media (max-width: 767px) {
          .customers-wrapper section.case-study-cards-wrapper .cards-wrapper .case-card h3 {
            margin-bottom: 32px;
            font-size: 18px;
            line-height: 24px; } }
      .customers-wrapper section.case-study-cards-wrapper .cards-wrapper .case-card .author {
        margin-bottom: 48px;
        font-weight: 600;
        font-size: 18px;
        line-height: 23px;
        text-transform: capitalize;
        color: #272838; }
        .customers-wrapper section.case-study-cards-wrapper .cards-wrapper .case-card .author span {
          display: block;
          font-weight: normal;
          font-size: 14px;
          line-height: 18px;
          margin-top: 7px; }
        @media (max-width: 767px) {
          .customers-wrapper section.case-study-cards-wrapper .cards-wrapper .case-card .author {
            margin-bottom: 47px; } }
      .customers-wrapper section.case-study-cards-wrapper .cards-wrapper .case-card .bttn_primary {
        display: block; }
      .customers-wrapper section.case-study-cards-wrapper .cards-wrapper .case-card:nth-of-type(2) {
        margin-top: 111px; }
        @media (max-width: 767px) {
          .customers-wrapper section.case-study-cards-wrapper .cards-wrapper .case-card:nth-of-type(2) {
            margin-top: 0; } }
      .customers-wrapper section.case-study-cards-wrapper .cards-wrapper .case-card:nth-of-type(3n+0) {
        margin-top: -111px; }
        @media (max-width: 767px) {
          .customers-wrapper section.case-study-cards-wrapper .cards-wrapper .case-card:nth-of-type(3n+0) {
            margin-top: 0; } }
      .customers-wrapper section.case-study-cards-wrapper .cards-wrapper .case-card:last-of-type {
        margin-top: -111px; }
        @media (max-width: 767px) {
          .customers-wrapper section.case-study-cards-wrapper .cards-wrapper .case-card:last-of-type {
            margin-top: 0; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .customers-wrapper section.case-study-cards-wrapper .cards-wrapper .case-card {
    padding: 20px 48px 64px 48px; } }

.company-wrapper {
  overflow-x: hidden; }
  .company-wrapper section.hero-section {
    margin-bottom: 164px;
    background: #272838;
    height: calc(100vh - 88px);
    position: relative; }
    @media (max-width: 767px) {
      .company-wrapper section.hero-section {
        height: 362px;
        margin-bottom: 84px; } }
    .company-wrapper section.hero-section .pattern {
      position: absolute;
      top: 84px;
      right: 129px; }
      @media (max-width: 767px) {
        .company-wrapper section.hero-section .pattern {
          right: -40px;
          top: -20px;
          width: 108px; } }
    .company-wrapper section.hero-section .pattern_ {
      position: absolute;
      bottom: 0;
      top: unset;
      right: unset;
      left: 108px; }
      @media (max-width: 767px) {
        .company-wrapper section.hero-section .pattern_ {
          display: none; } }
    .company-wrapper section.hero-section .hero-content {
      padding-top: 120px;
      position: relative; }
      @media (max-width: 767px) {
        .company-wrapper section.hero-section .hero-content {
          padding-top: 41px; } }
      .company-wrapper section.hero-section .hero-content h1 {
        font-weight: 600;
        font-size: 48px;
        line-height: 64px;
        color: #FFFFFF;
        text-transform: capitalize;
        width: 704px;
        position: relative; }
        @media (max-width: 767px) {
          .company-wrapper section.hero-section .hero-content h1 {
            font-size: 24px;
            line-height: 32px;
            width: 100%;
            margin: 0 auto;
            margin-bottom: 24px;
            padding-bottom: 0; } }
        .company-wrapper section.hero-section .hero-content h1:before {
          position: absolute;
          content: "";
          background: rgba(255, 255, 255, 0.05);
          width: 524px;
          height: 206px;
          left: -120px;
          bottom: -76px; }
          @media (max-width: 767px) {
            .company-wrapper section.hero-section .hero-content h1:before {
              width: 216px;
              height: 111px;
              bottom: unset;
              top: -20px;
              left: -30px; } }
      .company-wrapper section.hero-section .hero-content figure {
        position: absolute;
        right: 0;
        width: 700px; }
        @media (max-width: 767px) {
          .company-wrapper section.hero-section .hero-content figure {
            width: 100%;
            left: 0;
            margin: 0 auto; } }
        .company-wrapper section.hero-section .hero-content figure img {
          width: 100%;
          border-radius: 8px;
          height: 550px;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center;
          box-shadow: 0px 4px 20px rgba(48, 72, 80, 0.08); }
          @media (max-width: 767px) {
            .company-wrapper section.hero-section .hero-content figure img {
              height: 100%; } }
  .company-wrapper section.mission-wrapper {
    position: relative;
    padding-top: 180px;
    padding-bottom: 120px; }
    @media (max-width: 767px) {
      .company-wrapper section.mission-wrapper {
        padding-top: 104;
        padding-bottom: 64px; } }
    .company-wrapper section.mission-wrapper figure {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      position: relative; }
      @media (max-width: 767px) {
        .company-wrapper section.mission-wrapper figure {
          -ms-flex-direction: column;
              flex-direction: column; } }
      .company-wrapper section.mission-wrapper figure .poster {
        width: 496px;
        height: 330px;
        border-radius: 6px; }
        @media (max-width: 767px) {
          .company-wrapper section.mission-wrapper figure .poster {
            width: 100%;
            height: 218px; } }
      .company-wrapper section.mission-wrapper figure .play-icon {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
      .company-wrapper section.mission-wrapper figure figcaption {
        padding-left: 88px; }
        @media (max-width: 767px) {
          .company-wrapper section.mission-wrapper figure figcaption {
            padding-left: 0;
            padding-top: 16px; } }
        .company-wrapper section.mission-wrapper figure figcaption h3 {
          font-weight: 600;
          font-size: 36px;
          line-height: 140%;
          color: #000;
          text-transform: capitalize;
          margin-bottom: 32px; }
          @media (max-width: 767px) {
            .company-wrapper section.mission-wrapper figure figcaption h3 {
              position: absolute;
              top: -64px;
              left: 0;
              right: 0;
              text-align: center;
              font-size: 24px; } }
        .company-wrapper section.mission-wrapper figure figcaption p {
          color: rgba(39, 40, 56, 0.8);
          font-size: 20px;
          line-height: 32px; }
          @media (max-width: 767px) {
            .company-wrapper section.mission-wrapper figure figcaption p {
              font-size: 16px;
              line-height: 24px; } }
    .company-wrapper section.mission-wrapper:before {
      position: absolute;
      content: "";
      background: #F6F6FB;
      width: 1141px;
      height: 388px;
      right: 0;
      z-index: -1;
      top: 30px; }
      @media (max-width: 767px) {
        .company-wrapper section.mission-wrapper:before {
          background: url(../../src/images/icons/pattern.svg);
          width: 100px;
          top: -40px;
          height: 108px;
          background-size: contain !important;
          background-repeat: no-repeat !important; } }
  .company-wrapper section.values-wrapper {
    padding-bottom: 120px;
    position: relative; }
    @media (max-width: 767px) {
      .company-wrapper section.values-wrapper {
        padding-bottom: 64px; } }
    .company-wrapper section.values-wrapper .pattern {
      position: absolute;
      top: 200px;
      left: 0; }
      @media (max-width: 767px) {
        .company-wrapper section.values-wrapper .pattern {
          top: 0;
          width: 108px;
          left: -40px;
          filter: grayscale(1); } }
      .company-wrapper section.values-wrapper .pattern.pattern_ {
        top: 0;
        left: unset;
        right: 0; }
        @media (max-width: 767px) {
          .company-wrapper section.values-wrapper .pattern.pattern_ {
            display: none; } }
    .company-wrapper section.values-wrapper h3 {
      font-weight: 600;
      font-size: 36px;
      line-height: 140%;
      text-transform: capitalize;
      color: #272838;
      margin-bottom: 48px; }
      @media (max-width: 767px) {
        .company-wrapper section.values-wrapper h3 {
          font-size: 24px;
          margin-bottom: 15px; } }
    .company-wrapper section.values-wrapper .values-cards-wrapper {
      grid-template-columns: auto auto auto;
      grid-row-gap: 56px;
      grid-column-gap: 48px;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (max-width: 767px) {
        .company-wrapper section.values-wrapper .values-cards-wrapper {
          grid-row-gap: 0; } }
      .company-wrapper section.values-wrapper .values-cards-wrapper .values-card {
        max-width: 376px;
        padding: 24px;
        transition-duration: 0.4s;
        border-radius: 8px;
        position: relative;
        background: #FFFFFF;
        border: 1px solid rgba(48, 72, 80, 0.1); }
        @media (max-width: 767px) {
          .company-wrapper section.values-wrapper .values-cards-wrapper .values-card {
            max-width: 100%;
            height: auto;
            padding: 16px;
            margin-bottom: 24px; }
            .company-wrapper section.values-wrapper .values-cards-wrapper .values-card:last-of-type {
              margin-bottom: 0; } }
        .company-wrapper section.values-wrapper .values-cards-wrapper .values-card img {
          margin-bottom: 16px; }
          @media (max-width: 767px) {
            .company-wrapper section.values-wrapper .values-cards-wrapper .values-card img {
              width: 40px;
              height: 40px;
              margin-bottom: 12px; } }
        .company-wrapper section.values-wrapper .values-cards-wrapper .values-card h4 {
          margin-bottom: 16px;
          font-weight: 600;
          font-size: 18px;
          line-height: 140%;
          color: #000; }
          @media (max-width: 767px) {
            .company-wrapper section.values-wrapper .values-cards-wrapper .values-card h4 {
              font-size: 16px;
              font-weight: 500;
              margin-bottom: 12px;
              font-family: 'Sans-Medium'; } }
        .company-wrapper section.values-wrapper .values-cards-wrapper .values-card p {
          font-weight: normal;
          font-size: 16px;
          line-height: 24px;
          color: rgba(48, 72, 80, 0.6); }
          @media (max-width: 767px) {
            .company-wrapper section.values-wrapper .values-cards-wrapper .values-card p {
              font-size: 14px;
              line-height: 24px; } }
  .company-wrapper section.team-wrapper {
    position: relative;
    padding-bottom: 120px; }
    @media (max-width: 767px) {
      .company-wrapper section.team-wrapper {
        padding-bottom: 84px; } }
    .company-wrapper section.team-wrapper .pattern {
      position: absolute;
      bottom: 140px;
      left: 62px;
      z-index: -1; }
      @media (max-width: 767px) {
        .company-wrapper section.team-wrapper .pattern {
          display: none; } }
      .company-wrapper section.team-wrapper .pattern.pattern_ {
        left: unset;
        right: 0;
        bottom: unset;
        top: 26%; }
        @media (max-width: 767px) {
          .company-wrapper section.team-wrapper .pattern.pattern_ {
            display: none; } }
    .company-wrapper section.team-wrapper .team-prescinto {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      @media (max-width: 767px) {
        .company-wrapper section.team-wrapper .team-prescinto {
          -ms-flex-direction: column;
              flex-direction: column; } }
      .company-wrapper section.team-wrapper .team-prescinto .column_ h1 {
        font-weight: 600;
        font-size: 36px;
        line-height: 140%;
        color: #000;
        text-transform: capitalize;
        width: 299px; }
        @media (max-width: 767px) {
          .company-wrapper section.team-wrapper .team-prescinto .column_ h1 {
            font-size: 24px;
            width: 100%;
            text-align: center;
            margin-bottom: 32px; } }
      .company-wrapper section.team-wrapper .team-prescinto .column_ .team-details {
        display: grid;
        grid-template-columns: auto auto auto auto;
        grid-row-gap: 48px;
        grid-column-gap: 47px;
        width: 100%;
        position: relative; }
        @media (max-width: 767px) {
          .company-wrapper section.team-wrapper .team-prescinto .column_ .team-details {
            grid-template-columns: auto auto;
            grid-column-gap: 0;
            grid-row-gap: 0; } }
        @media (max-width: 767px) {
          .company-wrapper section.team-wrapper .team-prescinto .column_ .team-details .member {
            margin-bottom: 34px; } }
        .company-wrapper section.team-wrapper .team-prescinto .column_ .team-details .member figure img {
          width: 100%;
          height: 336px;
          border-radius: 4px; }
          @media (max-width: 767px) {
            .company-wrapper section.team-wrapper .team-prescinto .column_ .team-details .member figure img {
              width: 90%;
              height: auto;
              margin: 0 auto; } }
        .company-wrapper section.team-wrapper .team-prescinto .column_ .team-details .member figure .designation {
          margin-top: 16px;
          text-align: center; }
          @media (max-width: 767px) {
            .company-wrapper section.team-wrapper .team-prescinto .column_ .team-details .member figure .designation {
              margin-top: 16px; } }
          .company-wrapper section.team-wrapper .team-prescinto .column_ .team-details .member figure .designation h3 {
            font-weight: bold;
            font-size: 16px;
            line-height: 140%; }
            .company-wrapper section.team-wrapper .team-prescinto .column_ .team-details .member figure .designation h3 small {
              display: block;
              margin-top: 8px;
              font-size: 16px;
              line-height: 140%;
              color: rgba(48, 72, 80, 0.8);
              font-family: 'Sans-Medium'; }
          .company-wrapper section.team-wrapper .team-prescinto .column_ .team-details .member figure .designation .linkedin {
            width: 28px;
            height: 24px;
            margin-top: 12px; }
        .company-wrapper section.team-wrapper .team-prescinto .column_ .team-details .slick-dots {
          position: absolute;
          bottom: -20px;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center; }
          .company-wrapper section.team-wrapper .team-prescinto .column_ .team-details .slick-dots li {
            margin-right: 8px; }
            .company-wrapper section.team-wrapper .team-prescinto .column_ .team-details .slick-dots li button {
              font-size: 0;
              height: 8px;
              width: 8px;
              background: rgba(48, 72, 80, 0.1);
              border-radius: 100%; }
              .company-wrapper section.team-wrapper .team-prescinto .column_ .team-details .slick-dots li button:focus {
                outline: none;
                box-shadow: none; }
            .company-wrapper section.team-wrapper .team-prescinto .column_ .team-details .slick-dots li:last-of-type {
              margin-right: 0; }
            .company-wrapper section.team-wrapper .team-prescinto .column_ .team-details .slick-dots li.slick-active button {
              height: 10px;
              width: 10px;
              background: #389CFA; }
    .company-wrapper section.team-wrapper:before {
      position: absolute;
      content: "";
      background: #F6F6FB;
      left: 0;
      top: -10px;
      width: 407px;
      height: 383px;
      z-index: -1; }
      @media (max-width: 767px) {
        .company-wrapper section.team-wrapper:before {
          left: unset;
          right: 0;
          width: 210px;
          height: 1083px;
          top: 0;
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); } }
  .company-wrapper section.partners-wrapper {
    position: relative;
    padding-bottom: 120px; }
    @media (max-width: 767px) {
      .company-wrapper section.partners-wrapper {
        padding-bottom: 64px; } }
    .company-wrapper section.partners-wrapper h3 {
      font-weight: 600;
      font-size: 36px;
      line-height: 140%;
      text-transform: capitalize;
      color: #000000;
      margin-bottom: 64px; }
      @media (max-width: 767px) {
        .company-wrapper section.partners-wrapper h3 {
          font-weight: 600;
          font-size: 24px;
          line-height: 140%;
          margin-bottom: 32px; } }
    .company-wrapper section.partners-wrapper .partners {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .company-wrapper section.partners-wrapper .partners .partner {
        margin-right: 24px; }
        .company-wrapper section.partners-wrapper .partners .partner:last-of-type {
          margin-right: 0; }
          @media (max-width: 767px) {
            .company-wrapper section.partners-wrapper .partners .partner:last-of-type {
              margin-bottom: 0; } }
        @media (max-width: 767px) {
          .company-wrapper section.partners-wrapper .partners .partner {
            margin-right: 0;
            margin-bottom: 24px;
            width: 222px; }
            .company-wrapper section.partners-wrapper .partners .partner img {
              width: 100%; } }
      @media (max-width: 767px) {
        .company-wrapper section.partners-wrapper .partners {
          -ms-flex-direction: column;
              flex-direction: column; } }
    .company-wrapper section.partners-wrapper .partners-row2 {
      -ms-flex-pack: center !important;
          justify-content: center !important;
      margin-top: 55px; }
      @media (max-width: 767px) {
        .company-wrapper section.partners-wrapper .partners-row2 {
          margin-top: 24px; } }
  .company-wrapper section.careers-wrapper {
    position: relative;
    padding-bottom: 120px; }
    @media (max-width: 767px) {
      .company-wrapper section.careers-wrapper {
        padding-bottom: 64px; } }
    .company-wrapper section.careers-wrapper:before {
      position: absolute;
      content: "";
      background: #F6F6FB;
      width: 659px;
      height: 292px;
      right: 0;
      top: 0;
      -ms-transform: translateY(-100px);
          transform: translateY(-100px); }
      @media (max-width: 767px) {
        .company-wrapper section.careers-wrapper:before {
          display: none; } }
    @media (max-width: 767px) {
      .company-wrapper section.careers-wrapper h1 {
        width: 80%;
        margin: 0 auto; } }
  .company-wrapper section.inpress-section {
    position: relative;
    padding-bottom: 120px; }
    @media (max-width: 767px) {
      .company-wrapper section.inpress-section {
        padding-bottom: 64px; } }
    .company-wrapper section.inpress-section .pattern {
      position: absolute;
      right: 0; }
    .company-wrapper section.inpress-section .cards-wrapper {
      grid-template-columns: auto auto auto; }
      @media (max-width: 767px) {
        .company-wrapper section.inpress-section .cards-wrapper {
          grid-template-columns: auto;
          grid-row-gap: 24px; } }
      .company-wrapper section.inpress-section .cards-wrapper .short-card {
        max-width: 392px; }
        .company-wrapper section.inpress-section .cards-wrapper .short-card .content img {
          margin-bottom: 16px; }
        .company-wrapper section.inpress-section .cards-wrapper .short-card .image > img {
          height: 280px;
          min-height: 280px; }
        .company-wrapper section.inpress-section .cards-wrapper .short-card .content h4 {
          margin-top: 0; }
    .company-wrapper section.inpress-section:after {
      position: absolute;
      content: "";
      background: #F6F6FB;
      width: 611px;
      height: 224px;
      left: 0;
      bottom: 0;
      z-index: -1; }
  .company-wrapper .touch-main {
    text-align: center; }
  .company-wrapper .touch-btn {
    margin-top: 45px;
    display: inline-block; }
    .company-wrapper .touch-btn a {
      color: #165FFA;
      border-radius: 8px; }
      .company-wrapper .touch-btn a img {
        width: 10.67px;
        margin-left: 10.67px; }
  .company-wrapper .press-hidden-row {
    display: none; }
  .company-wrapper .press-visible-row {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row;
        flex-direction: row; }
    @media (max-width: 767px) {
      .company-wrapper .press-visible-row {
        -ms-flex-direction: column;
            flex-direction: column; } }

.compare-wrapper section.compare-hero-section {
  position: relative;
  padding-bottom: 120px; }
  @media (max-width: 767px) {
    .compare-wrapper section.compare-hero-section {
      padding-bottom: 64px; } }
  .compare-wrapper section.compare-hero-section .pattern {
    position: absolute;
    left: 21px;
    top: 138px;
    filter: grayscale(1); }
    @media (max-width: 767px) {
      .compare-wrapper section.compare-hero-section .pattern {
        display: none; } }
  .compare-wrapper section.compare-hero-section .hero-content {
    padding-top: 80px;
    position: relative; }
    @media (max-width: 767px) {
      .compare-wrapper section.compare-hero-section .hero-content {
        padding-top: 24px; } }
    .compare-wrapper section.compare-hero-section .hero-content:before {
      position: absolute;
      content: "";
      width: 343px;
      height: 341px;
      background: #165FFA;
      top: 0;
      right: 0; }
      @media (max-width: 767px) {
        .compare-wrapper section.compare-hero-section .hero-content:before {
          top: 20%;
          right: 0;
          width: 100%;
          height: 166px; } }
    .compare-wrapper section.compare-hero-section .hero-content h1 {
      font-weight: 600;
      font-size: 36px;
      line-height: 120%;
      padding-bottom: 80px; }
      @media (max-width: 767px) {
        .compare-wrapper section.compare-hero-section .hero-content h1 {
          font-size: 24px;
          line-height: 32px;
          padding-bottom: 32px; } }
      .compare-wrapper section.compare-hero-section .hero-content h1 small {
        display: block;
        margin-top: 24px;
        font-weight: 500;
        font-size: 18px;
        line-height: 150%;
        text-align: center;
        color: rgba(48, 72, 80, 0.6); }
        @media (max-width: 767px) {
          .compare-wrapper section.compare-hero-section .hero-content h1 small {
            font-size: 16px;
            line-height: 24px;
            margin-top: 16px; } }
    .compare-wrapper section.compare-hero-section .hero-content .content-minor {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: start;
          align-items: flex-start; }
      @media (max-width: 767px) {
        .compare-wrapper section.compare-hero-section .hero-content .content-minor {
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
      .compare-wrapper section.compare-hero-section .hero-content .content-minor .description {
        width: 858px; }
        @media (max-width: 767px) {
          .compare-wrapper section.compare-hero-section .hero-content .content-minor .description {
            width: 100%;
            padding-top: 15px; } }
        .compare-wrapper section.compare-hero-section .hero-content .content-minor .description h2 {
          font-weight: 600;
          font-size: 24px;
          line-height: 32px;
          color: #272838;
          margin-bottom: 24px; }
          @media (max-width: 767px) {
            .compare-wrapper section.compare-hero-section .hero-content .content-minor .description h2 {
              font-size: 18px;
              line-height: 32px;
              text-align: center;
              margin-bottom: 16px; } }
        .compare-wrapper section.compare-hero-section .hero-content .content-minor .description p {
          font-size: 18px;
          line-height: 32px;
          color: #272838; }
          @media (max-width: 767px) {
            .compare-wrapper section.compare-hero-section .hero-content .content-minor .description p {
              text-align: center; } }
      .compare-wrapper section.compare-hero-section .hero-content .content-minor .visual-description {
        position: relative; }
        .compare-wrapper section.compare-hero-section .hero-content .content-minor .visual-description figure {
          width: 328px; }
          .compare-wrapper section.compare-hero-section .hero-content .content-minor .visual-description figure img {
            width: 100%; }
          @media (max-width: 767px) {
            .compare-wrapper section.compare-hero-section .hero-content .content-minor .visual-description figure {
              width: 100%; } }
.compare-wrapper section.features-wrapper {
  position: relative; }
  @media (max-width: 767px) {
    .compare-wrapper section.features-wrapper {
      padding-bottom: 64px; } }
  .compare-wrapper section.features-wrapper .feature_main .feature-desc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-align: center;
        align-items: center;
    padding-bottom: 80px; }
    @media (max-width: 767px) {
      .compare-wrapper section.features-wrapper .feature_main .feature-desc {
        padding-bottom: 32px;
        text-align: center;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }
    .compare-wrapper section.features-wrapper .feature_main .feature-desc .content-feature {
      width: 656px;
      margin-right: 72px; }
      @media (max-width: 767px) {
        .compare-wrapper section.features-wrapper .feature_main .feature-desc .content-feature {
          width: 100%;
          margin-right: 0; } }
      .compare-wrapper section.features-wrapper .feature_main .feature-desc .content-feature h3 {
        font-weight: 600;
        font-size: 24px;
        line-height: 31px;
        color: #000;
        margin-bottom: 24px; }
        @media (max-width: 767px) {
          .compare-wrapper section.features-wrapper .feature_main .feature-desc .content-feature h3 {
            margin-bottom: 16px; } }
      .compare-wrapper section.features-wrapper .feature_main .feature-desc .content-feature p {
        font-weight: normal;
        font-size: 16px;
        line-height: 32px;
        color: #000; }
    .compare-wrapper section.features-wrapper .feature_main .feature-desc .feature-figure img {
      width: 496px;
      height: 367px;
      box-shadow: 0px 2px 8px rgba(48, 72, 80, 0.08), 0px 4px 16px rgba(48, 72, 80, 0.08);
      border-radius: 6px; }
      @media (max-width: 767px) {
        .compare-wrapper section.features-wrapper .feature_main .feature-desc .feature-figure img {
          width: 100%;
          height: auto;
          margin-bottom: 57px; } }
  .compare-wrapper section.features-wrapper .feature_main .feature--table {
    box-shadow: 0px 8px 32px rgba(48, 72, 80, 0.16), 0px 16px 64px rgba(48, 72, 80, 0.08);
    border-radius: 8px; }
    @media (max-width: 767px) {
      .compare-wrapper section.features-wrapper .feature_main .feature--table {
        overflow-x: scroll; } }
    .compare-wrapper section.features-wrapper .feature_main .feature--table table {
      width: 100%;
      background: #FFFFFF;
      margin-bottom: 120px; }
      @media (max-width: 767px) {
        .compare-wrapper section.features-wrapper .feature_main .feature--table table {
          margin-bottom: 0; } }
      .compare-wrapper section.features-wrapper .feature_main .feature--table table tr .feature-label {
        text-align: left;
        padding-left: 32px;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #272838; }
        @media (max-width: 767px) {
          .compare-wrapper section.features-wrapper .feature_main .feature--table table tr .feature-label {
            padding-left: 16px; } }
      .compare-wrapper section.features-wrapper .feature_main .feature--table table tr th {
        padding: 39px 0;
        text-align: center; }
        @media (max-width: 767px) {
          .compare-wrapper section.features-wrapper .feature_main .feature--table table tr th {
            padding: 16px; } }
        .compare-wrapper section.features-wrapper .feature_main .feature--table table tr th h3 {
          font-weight: 600;
          font-size: 24px;
          line-height: 24px;
          color: #272838; }
          @media (max-width: 767px) {
            .compare-wrapper section.features-wrapper .feature_main .feature--table table tr th h3 {
              font-size: 18px;
              line-height: 24px; } }
        .compare-wrapper section.features-wrapper .feature_main .feature--table table tr th img {
          width: 132px;
          height: 38px; }
          @media (max-width: 767px) {
            .compare-wrapper section.features-wrapper .feature_main .feature--table table tr th img {
              width: 90px;
              height: auto; } }
        .compare-wrapper section.features-wrapper .feature_main .feature--table table tr th.prescinto-feature {
          background: #F6F6FB; }
      .compare-wrapper section.features-wrapper .feature_main .feature--table table tr.head {
        border-bottom: 1px solid rgba(48, 72, 80, 0.2); }
      .compare-wrapper section.features-wrapper .feature_main .feature--table table tr td {
        text-align: center;
        padding: 40px 0; }
        .compare-wrapper section.features-wrapper .feature_main .feature--table table tr td.prescinto-feature {
          background: #F6F6FB;
          color: #165FFA !important;
          font-size: 24px;
          font-weight: bold; }
        .compare-wrapper section.features-wrapper .feature_main .feature--table table tr td.right {
          color: #8BC34A;
          font-size: 24px;
          font-weight: bold; }
        .compare-wrapper section.features-wrapper .feature_main .feature--table table tr td.wrong {
          color: #FF6464;
          font-size: 24px;
          font-weight: bold; }
  .compare-wrapper section.features-wrapper .feature_main.right .feature-desc {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
    @media (max-width: 767px) {
      .compare-wrapper section.features-wrapper .feature_main.right .feature-desc {
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }
    .compare-wrapper section.features-wrapper .feature_main.right .feature-desc .content-feature {
      margin-right: 0;
      margin-left: 72px; }
      @media (max-width: 767px) {
        .compare-wrapper section.features-wrapper .feature_main.right .feature-desc .content-feature {
          margin-left: 0; } }
  @media (max-width: 767px) {
    .compare-wrapper section.features-wrapper .feature_main.right {
      padding-top: 64px; } }
.compare-wrapper section.knowledge-wrapper {
  position: relative; }
  .compare-wrapper section.knowledge-wrapper .knowledge-content {
    position: relative;
    background: #272838;
    padding: 56px 96px 56px 96px; }
    @media (max-width: 767px) {
      .compare-wrapper section.knowledge-wrapper .knowledge-content {
        padding: 56px 16px; } }
    .compare-wrapper section.knowledge-wrapper .knowledge-content:after {
      position: absolute;
      content: "";
      width: 360px;
      height: 122px;
      background: rgba(255, 255, 255, 0.05);
      top: 32px;
      left: 32px; }
      @media (max-width: 767px) {
        .compare-wrapper section.knowledge-wrapper .knowledge-content:after {
          width: 169px;
          height: 73px;
          left: 16px;
          top: 16px; } }
    .compare-wrapper section.knowledge-wrapper .knowledge-content:before {
      position: absolute;
      content: "";
      width: 217px;
      height: 77px;
      background: rgba(255, 255, 255, 0.05);
      bottom: 32px;
      right: 32px; }
      @media (max-width: 767px) {
        .compare-wrapper section.knowledge-wrapper .knowledge-content:before {
          display: none; } }
    .compare-wrapper section.knowledge-wrapper .knowledge-content .head_ h2 {
      font-weight: 600;
      font-size: 32px;
      line-height: 42px;
      color: #FFFFFF;
      margin-bottom: 24px; }
      @media (max-width: 767px) {
        .compare-wrapper section.knowledge-wrapper .knowledge-content .head_ h2 {
          font-size: 24px;
          line-height: 31px; } }
    .compare-wrapper section.knowledge-wrapper .knowledge-content .head_ p {
      font-weight: normal;
      font-size: 16px;
      line-height: 32px;
      margin: 0 auto;
      color: rgba(255, 255, 255, 0.7);
      margin-bottom: 32px;
      width: 918px; }
      @media (max-width: 767px) {
        .compare-wrapper section.knowledge-wrapper .knowledge-content .head_ p {
          width: 100%; } }
    .compare-wrapper section.knowledge-wrapper .knowledge-content .head_ h4 {
      color: #5ED7FB;
      font-weight: 600;
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .compare-wrapper section.knowledge-wrapper .knowledge-content .head_ h4 {
          margin-bottom: 32px; } }
    .compare-wrapper section.knowledge-wrapper .knowledge-content .knowledge-cards {
      display: grid;
      grid-template-columns: auto auto;
      width: 100%;
      position: relative;
      z-index: 9; }
      @media (max-width: 767px) {
        .compare-wrapper section.knowledge-wrapper .knowledge-content .knowledge-cards {
          grid-template-columns: auto; } }
      .compare-wrapper section.knowledge-wrapper .knowledge-content .knowledge-cards .pattern {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 101px;
        height: 101px;
        opacity: 0.1;
        -o-object-fit: cover;
           object-fit: cover;
        z-index: -1; }
        @media (max-width: 767px) {
          .compare-wrapper section.knowledge-wrapper .knowledge-content .knowledge-cards .pattern {
            bottom: -60px;
            left: -20px; } }
        .compare-wrapper section.knowledge-wrapper .knowledge-content .knowledge-cards .pattern.pattern_ {
          bottom: unset;
          left: unset;
          top: 0;
          right: -30px; }
          @media (max-width: 767px) {
            .compare-wrapper section.knowledge-wrapper .knowledge-content .knowledge-cards .pattern.pattern_ {
              top: 27%;
              right: -30px; } }
      .compare-wrapper section.knowledge-wrapper .knowledge-content .knowledge-cards .knowledge-card {
        position: relative;
        border-radius: 8px;
        background: #323342;
        max-width: 472px;
        padding: 16px 24px;
        margin-bottom: 48px;
        z-index: 9;
        height: 192px; }
        @media (max-width: 767px) {
          .compare-wrapper section.knowledge-wrapper .knowledge-content .knowledge-cards .knowledge-card {
            height: 288px; } }
        .compare-wrapper section.knowledge-wrapper .knowledge-content .knowledge-cards .knowledge-card p {
          font-size: 16px;
          line-height: 32px;
          color: rgba(255, 255, 255, 0.7); }
        .compare-wrapper section.knowledge-wrapper .knowledge-content .knowledge-cards .knowledge-card:nth-of-type(1) {
          margin-bottom: 48px;
          margin-right: 80px; }
          @media (max-width: 767px) {
            .compare-wrapper section.knowledge-wrapper .knowledge-content .knowledge-cards .knowledge-card:nth-of-type(1) {
              margin-bottom: 24px;
              margin-right: 0; } }
        .compare-wrapper section.knowledge-wrapper .knowledge-content .knowledge-cards .knowledge-card:nth-of-type(2) {
          margin-top: 84px;
          margin-bottom: 0; }
          @media (max-width: 767px) {
            .compare-wrapper section.knowledge-wrapper .knowledge-content .knowledge-cards .knowledge-card:nth-of-type(2) {
              margin-top: 0; } }
        .compare-wrapper section.knowledge-wrapper .knowledge-content .knowledge-cards .knowledge-card:nth-of-type(3) {
          margin-left: 42px; }
          @media (max-width: 767px) {
            .compare-wrapper section.knowledge-wrapper .knowledge-content .knowledge-cards .knowledge-card:nth-of-type(3) {
              margin-left: 0;
              margin-top: 24px;
              margin-bottom: 0; } }
.compare-wrapper section.testimonials_wrapper {
  margin-bottom: 120px; }
  .compare-wrapper section.testimonials_wrapper:before {
    display: none; }
